From 1f6acb82a2bb3a7662c566cb65d8505853dedc4f Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Sun, 8 Feb 2004 23:08:48 +0000 Subject: 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 --- gcc/config/iq2000/iq2000.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'gcc/config/iq2000') diff --git a/gcc/config/iq2000/iq2000.c b/gcc/config/iq2000/iq2000.c index ca48c91..90efc4b 100644 --- a/gcc/config/iq2000/iq2000.c +++ b/gcc/config/iq2000/iq2000.c @@ -192,8 +192,6 @@ static bool iq2000_return_in_memory (tree, tree); #undef TARGET_PROMOTE_PROTOTYPES #define TARGET_PROMOTE_PROTOTYPES hook_bool_tree_true -#undef TARGET_STRUCT_VALUE_RTX -#define TARGET_STRUCT_VALUE_RTX hook_rtx_tree_int_null #undef TARGET_RETURN_IN_MEMORY #define TARGET_RETURN_IN_MEMORY iq2000_return_in_memory -- cgit v1.1