From f40bee312d7d356e884bb7bcd94912b805cd21d0 Mon Sep 17 00:00:00 2001 From: Andreas Krebbel Date: Thu, 10 Apr 2008 16:14:51 +0000 Subject: [PATCH] s390.h: Remove the remains of the recent search & replace action of... 2008-04-10 Andreas Krebbel * config/s390/s390.h: Remove the remains of the recent search & replace action of current_function_outgoing_args_size. From-SVN: r134164 --- gcc/ChangeLog | 5 +++++ gcc/config/s390/s390.h | 1 - 2 files changed, 5 insertions(+), 1 deletion(-) 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 + + * config/s390/s390.h: Remove the remains of the recent search + & replace action of current_function_outgoing_args_size. + 2008-04-10 Ira Rosen 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)