diff options
author | Zack Weinberg <zack@gcc.gnu.org> | 2003-06-27 16:08:43 +0000 |
---|---|---|
committer | Zack Weinberg <zack@gcc.gnu.org> | 2003-06-27 16:08:43 +0000 |
commit | 720b7001a630529f3762407d42fb2e811b1da973 (patch) | |
tree | e3b5c00fdac7d11ce51b735efcf9612b72ce59a7 /gcc/config/m68k/coff.h | |
parent | 24ce2fe6cdd8b5a0bc40ab95ff303fed7fdfe0ac (diff) | |
download | gcc-720b7001a630529f3762407d42fb2e811b1da973.tar.gz |
* config/darwin.h, config/elfos.h, config/i960/i960-coff.h
* config/m68k/coff.h: ASM_FILE_START_FILE_DIRECTIVE should
be TARGET_ASM_FILE_START_FILE_DIRECTIVE.
From-SVN: r68578
Diffstat (limited to 'gcc/config/m68k/coff.h')
-rw-r--r-- | gcc/config/m68k/coff.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/m68k/coff.h b/gcc/config/m68k/coff.h index 824805df456..77be8b9743c 100644 --- a/gcc/config/m68k/coff.h +++ b/gcc/config/m68k/coff.h @@ -76,7 +76,7 @@ Boston, MA 02111-1307, USA. */ "%a0", "%a1", "%a2", "%a3", "%a4", "%a5", "%a6", "%sp", \ "%fp0", "%fp1", "%fp2", "%fp3", "%fp4", "%fp5", "%fp6", "%fp7" } -#define ASM_FILE_START_FILE_DIRECTIVE true +#define TARGET_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 |