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/elfos.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/elfos.h')
-rw-r--r-- | gcc/config/elfos.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/elfos.h b/gcc/config/elfos.h index ed9efc657cc..880d7a7bca7 100644 --- a/gcc/config/elfos.h +++ b/gcc/config/elfos.h @@ -98,7 +98,7 @@ Boston, MA 02111-1307, USA. */ /* Most svr4 assemblers want a .file directive at the beginning of their input file. */ -#define ASM_FILE_START_FILE_DIRECTIVE true +#define TARGET_ASM_FILE_START_FILE_DIRECTIVE true /* This is how to allocate empty space in some section. The .zero pseudo-op is used for this on most svr4 assemblers. */ |