OSDN Git Service

* config/alpha/alpha.c (alpha_start_function): Use switch_to_section.
[pf3gnuchains/gcc-fork.git] / gcc / config / vax / vaxv.h
index 8394c64..83870a0 100644 (file)
@@ -48,7 +48,7 @@ Boston, MA 02110-1301, USA.  */
 
 #undef ASM_OUTPUT_LOCAL
 #define ASM_OUTPUT_LOCAL(FILE,NAME,SIZE,ROUNDED)       \
-( data_section (),                                     \
+( switch_to_section (data_section),                    \
   assemble_name ((FILE), (NAME)),                      \
   fprintf ((FILE), ":\n\t.space %u\n", (int)(ROUNDED)))