aboutsummaryrefslogtreecommitdiff
path: root/gcc/system.h
diff options
context:
space:
mode:
authorKazu Hirata <kazu@cs.umass.edu>2004-01-31 18:46:11 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2004-01-31 18:46:11 +0000
commitb602b7b6b7a9a95ef2e839ecfea21fcc9af6a1f7 (patch)
tree41333abb9966a1f3d28bd5978b59385afa68dc53 /gcc/system.h
parenta0524eb3f5ea62777e9e838f724ab4965c1a98ef (diff)
downloadgcc-b602b7b6b7a9a95ef2e839ecfea21fcc9af6a1f7.zip
gcc-b602b7b6b7a9a95ef2e839ecfea21fcc9af6a1f7.tar.gz
gcc-b602b7b6b7a9a95ef2e839ecfea21fcc9af6a1f7.tar.bz2
system.h (PROMOTE_FUNCTION_ARGS, [...]): Poison.
* system.h (PROMOTE_FUNCTION_ARGS, STRUCT_VALUE_INCOMING, and STRICT_ARGUMENT_NAMING): Poison. * target-def.h (TARGET_PROMOTE_FUNCTION_ARGS): Define as hook_bool_tree_false. * targhooks.c (default_promote_function_args): Remove. (default_struct_value_rtx): Don't use STRUCT_VALUE_INCOMING. Don't check incoming. (default_strict_argument_naming): Don't use STRICT_ARGUMENT_NAMING. * targhooks.h: Remove the prototype for default_promote_function_args. From-SVN: r77047
Diffstat (limited to 'gcc/system.h')
-rw-r--r--gcc/system.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/system.h b/gcc/system.h
index defeed0..52a9eb7 100644
--- a/gcc/system.h
+++ b/gcc/system.h
@@ -602,7 +602,8 @@ typedef char _Bool;
DIVDI3_LIBCALL UDIVSI3_LIBCALL UDIVDI3_LIBCALL MODSI3_LIBCALL \
MODDI3_LIBCALL UMODSI3_LIBCALL UMODDI3_LIBCALL BUILD_VA_LIST_TYPE \
PRETEND_OUTGOING_VARARGS_NAMED STRUCT_VALUE_INCOMING_REGNUM \
- ASM_OUTPUT_SECTION_NAME
+ ASM_OUTPUT_SECTION_NAME PROMOTE_FUNCTION_ARGS \
+ STRUCT_VALUE_INCOMING STRICT_ARGUMENT_NAMING
/* Other obsolete target macros, or macros that used to be in target
headers and were not used, and may be obsolete or may never have