* config/mn10300/mn10300.h (STRUCT_VALUE): Change to 0.
From-SVN: r75882
This commit is contained in:
parent
16f425fc89
commit
4eb31d4f7e
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
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.
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue