system.h (PROMOTE_FUNCTION_ARGS, [...]): Poison.
authorKazu Hirata <kazu@cs.umass.edu>
Sat, 31 Jan 2004 18:46:11 +0000 (18:46 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Sat, 31 Jan 2004 18:46:11 +0000 (18:46 +0000)
commitb602b7b6b7a9a95ef2e839ecfea21fcc9af6a1f7
tree41333abb9966a1f3d28bd5978b59385afa68dc53
parenta0524eb3f5ea62777e9e838f724ab4965c1a98ef
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
gcc/ChangeLog
gcc/system.h
gcc/target-def.h
gcc/targhooks.c
gcc/targhooks.h