diff options
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/config/pa/pa.h | 6 |
2 files changed, 4 insertions, 6 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index b1e4438..c097f0a 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +Thu Jul 29 18:37:13 1999 Jeffrey A Law (law@cygnus.com) + + * pa.h (FIRST_PARM_CALLER_OFFSET): Delete. + Thu Jul 29 19:01:58 1999 Bernd Schmidt <bernds@cygnus.co.uk> * arm.h (Hint): Delete macro. diff --git a/gcc/config/pa/pa.h b/gcc/config/pa/pa.h index 612993e..be91152 100644 --- a/gcc/config/pa/pa.h +++ b/gcc/config/pa/pa.h @@ -823,12 +823,6 @@ int zdepi_cint_p (); #define FIRST_PARM_OFFSET(FNDECL) -32 -/* Absolute value of offset from top-of-stack address to location to store the - function parameter if it can't go in a register. - Addresses for following parameters are computed relative to this one. */ -#define FIRST_PARM_CALLER_OFFSET(FNDECL) -32 - - /* When a parameter is passed in a register, stack space is still allocated for it. */ #define REG_PARM_STACK_SPACE(DECL) 16 |