Commit 4eb31d4f by Kazu Hirata Committed by Kazu Hirata

* config/mn10300/mn10300.h (STRUCT_VALUE): Change to 0.

From-SVN: r75882
parent 16f425fc
2004-01-14 Kazu Hirata <kazu@cs.umass.edu>
* config/mn10300/mn10300.h (STRUCT_VALUE): Change to 0.
2004-01-14 Kazu Hirata <kazu@cs.umass.edu>
* config/alpha/alpha.h (STRUCT_VALUE): Remove.
* config/alpha/vms.h (STRUCT_VALUE_REGNUM): Remove #undef.
(STRUCT_VALUE): Remove.
......
......@@ -630,7 +630,7 @@ struct cum_arg {int nbytes; };
is passed to a function. On the MN10300 it's passed as
the first parameter. */
#define STRUCT_VALUE FIRST_DATA_REGNUM
#define STRUCT_VALUE 0
/* EXIT_IGNORE_STACK should be nonzero if, when returning from a function,
the stack pointer does not matter. The value is tested only in
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment