OSDN Git Service

* target-def.h (TARGET_STRUCT_VALUE_RTX): Define as
authorkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 8 Feb 2004 23:08:48 +0000 (23:08 +0000)
committerkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 8 Feb 2004 23:08:48 +0000 (23:08 +0000)
commit10ec06d3bc25ab47e61bcfd7126fb4f695f660ca
treead500f51728fdf2e5998f7c439c3fa3337c8ae88
parent197915730a262fc3b228c34eebc4ee9896d3584f
* target-def.h (TARGET_STRUCT_VALUE_RTX): Define as
hook_rtx_tree_int_null.
* targhooks.c (default_struct_value_rtx): Remove.
* targhooks.h: Remove the prototype for
default_struct_value_rtx.
* config/alpha/alpha.c, config/arc/arc.c, config/avr/avr.c,
config/fr30/fr30.c, config/h8300/h8300.c, config/i386/i386.c,
config/ip2k/ip2k.c, config/iq2000/iq2000.c,
config/m32r/m32r.c, config/mcore/mcore.c, config/mips/mips.c,
config/mn10300/mn10300.c, config/pdp11/pdp11.c,
config/rs6000/rs6000.c, config/s390/s390.c,
config/stormy16/stormy16.c, config/v850/v850.c,
config/xtensa/xtensa.c (TARGET_STRUCT_VALUE_RTX): Remove.
* doc/tm.texi (TARGET_STRUCT_VALUE_RTX): Document the default.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@77505 138bc75d-0d04-0410-961f-82ee72b054a4
23 files changed:
gcc/ChangeLog
gcc/config/alpha/alpha.c
gcc/config/arc/arc.c
gcc/config/avr/avr.c
gcc/config/fr30/fr30.c
gcc/config/h8300/h8300.c
gcc/config/i386/i386.c
gcc/config/ip2k/ip2k.c
gcc/config/iq2000/iq2000.c
gcc/config/m32r/m32r.c
gcc/config/mcore/mcore.c
gcc/config/mips/mips.c
gcc/config/mn10300/mn10300.c
gcc/config/pdp11/pdp11.c
gcc/config/rs6000/rs6000.c
gcc/config/s390/s390.c
gcc/config/stormy16/stormy16.c
gcc/config/v850/v850.c
gcc/config/xtensa/xtensa.c
gcc/doc/tm.texi
gcc/target-def.h
gcc/targhooks.c
gcc/targhooks.h