]> git.ipfire.org Git - thirdparty/gcc.git/commit
mips-protos.h: Remove the prototypes for mips_setup_incoming_varargs and mips_return_...
authorKazu Hirata <kazu@gcc.gnu.org>
Sun, 25 Jan 2004 17:28:19 +0000 (17:28 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Sun, 25 Jan 2004 17:28:19 +0000 (17:28 +0000)
commita9ba50984962ded3e7e9aff23bb2ab8266519f70
tree39f2d4df9c31469534eedb7fa688914975411f95
parent0c8da56022ba96dde8db25548f149b57e66619f6
mips-protos.h: Remove the prototypes for mips_setup_incoming_varargs and mips_return_in_memory.

* config/mips/mips-protos.h: Remove the prototypes for
mips_setup_incoming_varargs and mips_return_in_memory.
* config/mips/mips.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.
(mips_setup_incoming_varargs): Match the prototype for
TARGET_SETUP_INCOMING_VARARGS.
(mips_return_in_memory): Make it static.  Add argument fntype.
(mips_strict_argument_naming): New.
* config/mips/mips.h (PROMOTE_PROTOTYPES): Remove.
(PROMOTE_FUNCTION_ARGS): Likewise.
(PROMOTE_FUNCTION_RETURN): Likewise.
(STRUCT_VALUE): Likewise.
(RETURN_IN_MEMORY): Likewise.
(SETUP_INCOMING_VARARGS): Likewise.
(STRICT_ARGUMENT_NAMING): Likewise.

From-SVN: r76569
gcc/config/mmix/mmix-protos.h
gcc/config/mmix/mmix.c
gcc/config/mmix/mmix.h