diff options
Diffstat (limited to 'gcc/config/m88k/m88k.c')
-rw-r--r-- | gcc/config/m88k/m88k.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gcc/config/m88k/m88k.c b/gcc/config/m88k/m88k.c index cd6f1fbe1da..2e788483166 100644 --- a/gcc/config/m88k/m88k.c +++ b/gcc/config/m88k/m88k.c @@ -1572,9 +1572,8 @@ output_file_start (file, f_options, f_len, W_options, W_len) && TARGET_SVR4) fprintf (file, "%s\n", REQUIRES_88110_ASM_OP); output_file_directive (file, main_input_filename); - /* Switch to the data section so that the coffsem symbol and the - gcc2_compiled. symbol aren't in the text section. */ - data_section (); + /* Switch to the data section so that the coffsem symbol + isn't in the text section. */ ASM_COFFSEM (file); if (TARGET_IDENTIFY_REVISION) |