diff options
Diffstat (limited to 'gcc/config/darwin.h')
| -rw-r--r-- | gcc/config/darwin.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/darwin.h b/gcc/config/darwin.h index 7d26c26718b..8a959090c56 100644 --- a/gcc/config/darwin.h +++ b/gcc/config/darwin.h @@ -326,8 +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_FILE_DIRECTIVE -#define ASM_FILE_START_FILE_DIRECTIVE false +#undef TARGET_ASM_FILE_START_FILE_DIRECTIVE +#define TARGET_ASM_FILE_START_FILE_DIRECTIVE false #undef TARGET_ASM_FILE_END #define TARGET_ASM_FILE_END darwin_file_end |

