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
This commit is contained in:
parent
a9ba509849
commit
344caf1ba1
1 changed files with 14 additions and 0 deletions
|
@ -1,3 +1,17 @@
|
|||
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
|
||||
|
|
Loading…
Add table
Reference in a new issue