diff options
author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-01-14 20:34:25 +0000 |
---|---|---|
committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-01-14 20:34:25 +0000 |
commit | 2c3c651e839533a7f3b1bee9376f51fab6d8bfad (patch) | |
tree | e2153f1aa307e8dd5910f8754d670586f3d951cc /gcc/config/mn10300 | |
parent | 048620a6f31745fe38a92fb49a112188757835ad (diff) | |
download | ppe42-gcc-2c3c651e839533a7f3b1bee9376f51fab6d8bfad.tar.gz ppe42-gcc-2c3c651e839533a7f3b1bee9376f51fab6d8bfad.zip |
* config/mn10300/mn10300.h (STRUCT_VALUE): Change to 0.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@75882 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/mn10300')
-rw-r--r-- | gcc/config/mn10300/mn10300.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/mn10300/mn10300.h b/gcc/config/mn10300/mn10300.h index 9aa221a6806..9aaf7ffc5ff 100644 --- a/gcc/config/mn10300/mn10300.h +++ b/gcc/config/mn10300/mn10300.h @@ -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 |