diff options
author | Andreas Krebbel <krebbel1@de.ibm.com> | 2008-04-10 16:14:51 +0000 |
---|---|---|
committer | Andreas Krebbel <krebbel@gcc.gnu.org> | 2008-04-10 16:14:51 +0000 |
commit | f40bee312d7d356e884bb7bcd94912b805cd21d0 (patch) | |
tree | 5e04d04e64892b6401bf491f347aeaa31266e12a | |
parent | 19aec6b06c78510df5f5b81ece17881fd793d439 (diff) | |
download | gcc-f40bee312d7d356e884bb7bcd94912b805cd21d0.zip gcc-f40bee312d7d356e884bb7bcd94912b805cd21d0.tar.gz gcc-f40bee312d7d356e884bb7bcd94912b805cd21d0.tar.bz2 |
s390.h: Remove the remains of the recent search & replace action of...
2008-04-10 Andreas Krebbel <krebbel1@de.ibm.com>
* config/s390/s390.h: Remove the remains of the recent search
& replace action of current_function_outgoing_args_size.
From-SVN: r134164
-rw-r--r-- | gcc/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/config/s390/s390.h | 1 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 8daa766..c2763ca 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2008-04-10 Andreas Krebbel <krebbel1@de.ibm.com> + + * config/s390/s390.h: Remove the remains of the recent search + & replace action of current_function_outgoing_args_size. + 2008-04-10 Ira Rosen <irar@il.ibm.com> PR tree-optimization/35821 diff --git a/gcc/config/s390/s390.h b/gcc/config/s390/s390.h index 9cba97e..bec0120 100644 --- a/gcc/config/s390/s390.h +++ b/gcc/config/s390/s390.h @@ -521,7 +521,6 @@ extern const enum reg_class regclass_map[FIRST_PSEUDO_REGISTER]; /* Offset from the stack pointer register to an item dynamically allocated on the stack, e.g., by `alloca'. */ -extern int crtl->outgoing_args_size; #define STACK_DYNAMIC_OFFSET(FUNDECL) \ (STACK_POINTER_OFFSET + crtl->outgoing_args_size) |