diff options
Diffstat (limited to 'gcc/config/m68k/coff.h')
-rw-r--r-- | gcc/config/m68k/coff.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gcc/config/m68k/coff.h b/gcc/config/m68k/coff.h index 062a4b6..824805d 100644 --- a/gcc/config/m68k/coff.h +++ b/gcc/config/m68k/coff.h @@ -76,9 +76,7 @@ Boston, MA 02111-1307, USA. */ "%a0", "%a1", "%a2", "%a3", "%a4", "%a5", "%a6", "%sp", \ "%fp0", "%fp1", "%fp2", "%fp3", "%fp4", "%fp5", "%fp6", "%fp7" } -#undef ASM_FILE_START -#define ASM_FILE_START(FILE) \ - output_file_directive ((FILE), main_input_filename) +#define ASM_FILE_START_FILE_DIRECTIVE true /* If defined, a C expression whose value is a string containing the assembler operation to identify the following data as uninitialized global |