* pa.h (FIRST_PARM_CALLER_OFFSET): Delete.
authorJeffrey A Law <law@cygnus.com>
Fri, 30 Jul 1999 00:38:08 +0000 (00:38 +0000)
committerJeff Law <law@gcc.gnu.org>
Fri, 30 Jul 1999 00:38:08 +0000 (18:38 -0600)
From-SVN: r28340

gcc/ChangeLog
gcc/config/pa/pa.h

index b1e443879ebb26a2f2a6d26d676c4d44d9d169b6..c097f0a0f8f4cef819b976ac8a711432ae767e54 100644 (file)
@@ -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.
index 612993ec5efa993da8c8ada3eec705fd25c59ec3..be9115288eee77efd6cf4372e1962701f54e6347 100644 (file)
@@ -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