diff options
author | Kazu Hirata <kazu@cs.umass.edu> | 2004-02-08 23:08:48 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2004-02-08 23:08:48 +0000 |
commit | 1f6acb82a2bb3a7662c566cb65d8505853dedc4f (patch) | |
tree | ad500f51728fdf2e5998f7c439c3fa3337c8ae88 /gcc/targhooks.h | |
parent | 40c23042f4594368c96e1af7dc65b72590d584b0 (diff) | |
download | gcc-1f6acb82a2bb3a7662c566cb65d8505853dedc4f.tar.gz |
target-def.h (TARGET_STRUCT_VALUE_RTX): Define as hook_rtx_tree_int_null.
* 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.
From-SVN: r77505
Diffstat (limited to 'gcc/targhooks.h')
-rw-r--r-- | gcc/targhooks.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/targhooks.h b/gcc/targhooks.h index 2de18e75bb6..cbe0f6abb8a 100644 --- a/gcc/targhooks.h +++ b/gcc/targhooks.h @@ -23,7 +23,6 @@ extern void default_external_libcall (rtx); extern enum machine_mode default_cc_modes_compatible (enum machine_mode, enum machine_mode); -extern rtx default_struct_value_rtx (tree, int); extern bool default_return_in_memory (tree, tree); extern rtx default_expand_builtin_saveregs (void); |