This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Defined but unused target macros
On Tue, Jan 08, 2002 at 06:11:06PM +0000, Joseph S. Myers wrote:
> There are a lot of target macros that are defined (possibly commented out)
> but never used anywhere.
...
> ASM_IDENTIFY_GCC
Obsoleted by this patch:
2001-04-16 Zack Weinberg <zackw@stanford.edu>
* toplev.c (output_lang_identify): Delete.
(compile_file): Don't call ASM_IDENTIFY_GCC or ASM_IDENTIFY_LANGUAGE.
Don't generate gcc2_compiled. label. Don't emit a nop if profiling.
If IDENT_ASM_OP is defined, emit an .ident "GCC (GNU) <version>"
after calling ASM_FILE_END.
> PCC_BITFIELDS_TYPE_MATTERS
Typo for PCC_BITFIELD_TYPE_MATTERS ?
> STDC_VALUE
Replaced by STDC_0_IN_SYSTEM_HEADERS.
> TRAMPOLINE_ALIGN
Should be TRAMPOLINE_ALIGNMENT?
> RODATA_SECTION_ASM_OP
Obsoleted by rth's sectioning patches.
> WEAK_ASM_OP
Replaced by ASM_WEAKEN_LABEL?
zw