]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/config/iq2000/iq2000.cc
iq2000-protos.h: Remove the prototype for iq2000_setup_incoming_varargs.
authorKazu Hirata <kazu@cs.umass.edu>
Tue, 27 Jan 2004 19:20:02 +0000 (19:20 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Tue, 27 Jan 2004 19:20:02 +0000 (19:20 +0000)
commit69a45040007b26fada08e77f7b6716ced9fbe2ab
tree5c84bbb15a4cd91879a1f8646df1611fb706556f
parent9cdfc8e7e2a919864bbca6a0196617a0d50e3987
iq2000-protos.h: Remove the prototype for iq2000_setup_incoming_varargs.

* config/iq2000/iq2000-protos.h: Remove the prototype for
iq2000_setup_incoming_varargs.
* config/iq2000/iq2000.c (TARGET_PROMOTE_FUNCTION_ARGS): New.
(TARGET_PROMOTE_FUNCTION_RETURN): Likewise.
(TARGET_PROMOTE_PROTOTYPES): Likewise.
(TARGET_STRUCT_VALUE_RTX): Likewise.
(TARGET_RETURN_IN_MEMORY): Likewise.
(TARGET_SETUP_INCOMING_VARARGS): Likewise.
(TARGET_STRICT_ARGUMENT_NAMING): Likewise.
(iq2000_return_in_memory): Likewise.
(iq2000_setup_incoming_varargs): Make it static.  Receive the
first argument by reference.
* config/iq2000/iq2000.h (PROMOTE_FUNCTION_ARGS): Remove.
(PROMOTE_FUNCTION_RETURN): Likewise.
(PROMOTE_PROTOTYPES): Likewise.
(RETURN_IN_MEMORY): Likewise.
(STRUCT_VALUE): Likewise.
(SETUP_INCOMING_VARARGS): Likewise.
(STRICT_ARGUMENT_NAMING): Likewise.

From-SVN: r76739
gcc/ChangeLog
gcc/config/iq2000/iq2000-protos.h
gcc/config/iq2000/iq2000.c
gcc/config/iq2000/iq2000.h