diff options
Diffstat (limited to 'gcc/config/darwin.h')
-rw-r--r-- | gcc/config/darwin.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gcc/config/darwin.h b/gcc/config/darwin.h index eebb0ee..7d26c26 100644 --- a/gcc/config/darwin.h +++ b/gcc/config/darwin.h @@ -326,9 +326,8 @@ do { text_section (); \ /* Don't output a .file directive. That is only used by the assembler for error reporting. */ - -#undef ASM_FILE_START -#define ASM_FILE_START(FILE) +#undef ASM_FILE_START_FILE_DIRECTIVE +#define ASM_FILE_START_FILE_DIRECTIVE false #undef TARGET_ASM_FILE_END #define TARGET_ASM_FILE_END darwin_file_end |