]> git.ipfire.org Git - thirdparty/gcc.git/commit
mmix-protos.h: Remove the prototype for mmix_setup_incoming_varargs.
authorKazu Hirata <kazu@gcc.gnu.org>
Sun, 25 Jan 2004 17:30:51 +0000 (17:30 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Sun, 25 Jan 2004 17:30:51 +0000 (17:30 +0000)
commit344caf1ba141bcb587e39e297d9655ce63474ac8
tree858708a7bc839229a139bdb0d6a9074f2c58e979
parenta9ba50984962ded3e7e9aff23bb2ab8266519f70
mmix-protos.h: Remove the prototype for mmix_setup_incoming_varargs.

* config/mmix/mmix-protos.h: Remove the prototype for
mmix_setup_incoming_varargs.
* config/mmix/mmix.c (TARGET_PROMOTE_FUNCTION_ARGS): New.
(TARGET_STRUCT_VALUE_RTX): Likewise.
(TARGET_SETUP_INCOMING_VARARGS): Likewise.
(mmix_setup_incoming_varargs): Make it static.
(mmix_struct_value_rtx): New.
* config/mmix/mmix.h (PROMOTE_FUNCTION_ARGS): Remove.
Remove a commented-out definition of PROMOTE_FUNCTION_RETURN.
(STRUCT_VALUE_REGNUM): Remove.
(SETUP_INCOMING_VARARGS): Likewise.

From-SVN: r76570
gcc/ChangeLog