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)