defaults.h (ASM_OUTPUT_TYPE_DIRECTIVE, [...]): New default definitions of new macros.
authorZack Weinberg <zack@codesourcery.com>
Thu, 25 Jul 2002 05:14:23 +0000 (05:14 +0000)
committerZack Weinberg <zack@gcc.gnu.org>
Thu, 25 Jul 2002 05:14:23 +0000 (05:14 +0000)
commit2be2ac706e998c7383115f5b6c56412233f7b587
tree720e723430a5cd77cbcbfddab0ff33078b4a2c15
parent518878e18ad35ced635942a7c37ac4984e07926f
defaults.h (ASM_OUTPUT_TYPE_DIRECTIVE, [...]): New default definitions of new macros.

* 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.

From-SVN: r55735
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