diff options
Diffstat (limited to 'gcc/config/sh/sh.c')
-rw-r--r-- | gcc/config/sh/sh.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/sh/sh.c b/gcc/config/sh/sh.c index d8d4ef3581b..29391a66cef 100644 --- a/gcc/config/sh/sh.c +++ b/gcc/config/sh/sh.c @@ -904,8 +904,8 @@ output_file_start (file) { 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. */ + /* Switch to the data section so that the coffsem symbol + isn't in the text section. */ data_section (); if (TARGET_LITTLE_ENDIAN) |