OSDN Git Service

* defaults.h (ASM_OUTPUT_TYPE_DIRECTIVE, ASM_OUTPUT_SIZE_DIRECTIVE,
authorzack <zack@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 25 Jul 2002 05:14:23 +0000 (05:14 +0000)
committerzack <zack@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 25 Jul 2002 05:14:23 +0000 (05:14 +0000)
commitef7af4c322b46664ad8e66dee6d2cebc75d91fbf
tree720e723430a5cd77cbcbfddab0ff33078b4a2c15
parent6f0a80d3fb3963fa4cb5769f8ab37b726eb4e5ea
* defaults.h (ASM_OUTPUT_TYPE_DIRECTIVE, ASM_OUTPUT_SIZE_DIRECTIVE,
ASM_OUTPUT_MEASURED_SIZE): New default definitions of new macros.
* doc/tm.texi: Document them.  Also document SIZE_ASM_OP,
TYPE_ASM_OP, and TYPE_OPERAND_FMT.

* config/elfos.h, config/netbsd-aout.h, config/openbsd.h,
config/alpha/elf.h, config/arm/elf.h, config/avr/avr.h,
config/cris/aout.h, config/i386/freebsd-aout.h,
config/i386/sco5.h, config/ia64/ia64.c, config/ip2k/ip2k.h,
config/m68k/m68kelf.h, config/m68k/m68kv4.h, config/m88k/m88k.h,
config/mcore/mcore-elf.h, config/mips/elf.h, config/mips/elf64.h,
config/mips/iris6.h, config/mips/linux.h, config/pa/pa-linux.h,
config/pa/pa64-hpux.h, config/rs6000/sysv4.h,
config/xtensa/elf.h, config/xtensa/linux.h:
Use the new macros.
Where possible, remove redundant definitions of SIZE_ASM_OP,
TYPE_ASM_OP, and TYPE_OPERAND_FMT.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@55735 138bc75d-0d04-0410-961f-82ee72b054a4
27 files changed:
gcc/ChangeLog
gcc/config/alpha/elf.h
gcc/config/arm/elf.h
gcc/config/avr/avr.h
gcc/config/cris/aout.h
gcc/config/elfos.h
gcc/config/i386/freebsd-aout.h
gcc/config/i386/sco5.h
gcc/config/ia64/ia64.c
gcc/config/ip2k/ip2k.h
gcc/config/m68k/m68kelf.h
gcc/config/m68k/m68kv4.h
gcc/config/m88k/m88k.h
gcc/config/mcore/mcore-elf.h
gcc/config/mips/elf.h
gcc/config/mips/elf64.h
gcc/config/mips/iris6.h
gcc/config/mips/linux.h
gcc/config/netbsd-aout.h
gcc/config/openbsd.h
gcc/config/pa/pa-linux.h
gcc/config/pa/pa64-hpux.h
gcc/config/rs6000/sysv4.h
gcc/config/xtensa/elf.h
gcc/config/xtensa/linux.h
gcc/defaults.h
gcc/doc/tm.texi