This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
pa.h minor cleanup
- To: gcc-patches at gcc dot gnu dot org
- Subject: pa.h minor cleanup
- From: Jeffrey A Law <law at cygnus dot com>
- Date: Thu, 29 Jul 1999 18:38:05 -0600
- Reply-To: law at cygnus dot com
I have no idea where this macro came from, or what happened to it over
the years, but it's not used anywhere in the compiler and it's not
documented anywhere. Keeping it just makes things more confusing than
they already are.
* pa.h (FIRST_PARM_CALLER_OFFSET): Delete.
Index: config/pa/pa.h
===================================================================
RCS file: /egcs/carton/cvsfiles/egcs/gcc/config/pa/pa.h,v
retrieving revision 1.55
diff -c -3 -p -r1.55 pa.h
*** pa.h 1999/07/28 18:24:29 1.55
--- pa.h 1999/07/30 00:37:37
*************** int zdepi_cint_p ();
*** 823,834 ****
#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
--- 823,828 ----