diff options
| author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-01-25 17:30:51 +0000 |
|---|---|---|
| committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-01-25 17:30:51 +0000 |
| commit | 2942593796ebf145160fabbaa20d04e87cbc11dd (patch) | |
| tree | 858708a7bc839229a139bdb0d6a9074f2c58e979 | |
| parent | 9e4a734a2f1fe8d69220c3906c26dba08ceb0af7 (diff) | |
| download | ppe42-gcc-2942593796ebf145160fabbaa20d04e87cbc11dd.tar.gz ppe42-gcc-2942593796ebf145160fabbaa20d04e87cbc11dd.zip | |
* 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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@76570 138bc75d-0d04-0410-961f-82ee72b054a4
| -rw-r--r-- | gcc/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 816043bbaf0..8628f62fd34 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,19 @@ 2004-01-25 Kazu Hirata <kazu@cs.umass.edu> + * 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. + +2004-01-25 Kazu Hirata <kazu@cs.umass.edu> + * 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. |

