]> gcc.gnu.org Git - gcc.git/commitdiff
(consttable_end): Delete call to text_section.
authorDoug Evans <dje@gnu.org>
Thu, 22 Feb 1996 00:56:13 +0000 (00:56 +0000)
committerDoug Evans <dje@gnu.org>
Thu, 22 Feb 1996 00:56:13 +0000 (00:56 +0000)
(align_4): Delete call to readonly_data_section.

From-SVN: r11336

gcc/config/arm/arm.md

index ac701f9e858897fce7ca5e94d7c156ef6797d269..f6c3de7cbb372742d89f1055ffa2f22e11253f75 100644 (file)
   [(unspec_volatile [(const_int 0)] 4)]
   ""
   "*
-  text_section ();
+  /* Nothing to do (currently).  */
   return \"\";
 ")
 
   [(unspec_volatile [(const_int 0)] 5)]
   ""
   "*
-  readonly_data_section ();
   assemble_align (32);
   return \"\";
 ")
This page took 0.068002 seconds and 5 git commands to generate.