diff options
author | Joseph Myers <jsm28@cam.ac.uk> | 2002-01-15 20:20:24 +0000 |
---|---|---|
committer | Joseph Myers <jsm28@gcc.gnu.org> | 2002-01-15 20:20:24 +0000 |
commit | 006946e43ead0b242131cdcf2f5dc844d0be2f78 (patch) | |
tree | 171b09c4e573a924fe8b17654d694df550567f8f /gcc/config/dsp16xx | |
parent | 441f52642d3247e9ee95f2608f94b4533bcde168 (diff) | |
download | gcc-006946e43ead0b242131cdcf2f5dc844d0be2f78.zip gcc-006946e43ead0b242131cdcf2f5dc844d0be2f78.tar.gz gcc-006946e43ead0b242131cdcf2f5dc844d0be2f78.tar.bz2 |
system.h (ASM_IDENTIFY_GCC, [...]): Poison.
* system.h (ASM_IDENTIFY_GCC, STDC_VALUE, TRAMPOLINE_ALIGN,
ASM_IDENTIFY_GCC_AFTER_SOURCE): Poison.
* config/pdp11/pdp11.h (TRAMPOLINE_ALIGN): Rename to
TRAMPOLINE_ALIGNMENT.
* config/arm/arm.h, config/mcore/mcore.h: Likewise. Change value
to be in bits.
* config/i386/cygwin.h (PCC_BITFIELDS_TYPE_MATTERS): Rename to
PCC_BITFIELD_TYPE_MATTERS.
* config/interix.h (STDC_VALUE): Remove. Use
STDC_0_IN_SYSTEM_HEADERS.
* config/darwin.h (ASM_IDENTIFY_GCC), config/dsp16xx/dsp16xx.h
(ASM_IDENTIFY_GCC), config/stormy16/stormy16.h (ASM_IDENTIFY_GCC,
ASM_IDENTIFY_GCC_AFTER_SOURCE): Remove.
From-SVN: r48877
Diffstat (limited to 'gcc/config/dsp16xx')
-rw-r--r-- | gcc/config/dsp16xx/dsp16xx.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/config/dsp16xx/dsp16xx.h b/gcc/config/dsp16xx/dsp16xx.h index 8e4873e..a2370cf 100644 --- a/gcc/config/dsp16xx/dsp16xx.h +++ b/gcc/config/dsp16xx/dsp16xx.h @@ -1620,9 +1620,6 @@ const_section () \ /* Output at beginning of assembler file. */ #define ASM_FILE_START(FILE) coff_dsp16xx_file_start (FILE) -/* Prevent output of .gcc_compiled */ -#define ASM_IDENTIFY_GCC(FILE) - /* A C string constant describing how to begin a comment in the target assembler language. */ #define ASM_COMMENT_START "" |