summaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorkrebbel <krebbel@138bc75d-0d04-0410-961f-82ee72b054a4>2008-04-10 16:14:51 +0000
committerkrebbel <krebbel@138bc75d-0d04-0410-961f-82ee72b054a4>2008-04-10 16:14:51 +0000
commit175ddbd8d7c2ef0a7fbb5efdecf7107edc1e96cc (patch)
tree5e04d04e64892b6401bf491f347aeaa31266e12a /gcc
parent5c919262b1128ee24c7fc0a1a8f4471079213ded (diff)
downloadgcc-175ddbd8d7c2ef0a7fbb5efdecf7107edc1e96cc.tar.gz
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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@134164 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog5
-rw-r--r--gcc/config/s390/s390.h1
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 8daa7669679..c2763caeb34 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 9cba97ec69b..bec01200677 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)