* pa.h (POINTER_SIZE, PARM_BOUNDARY): Define in terms of BITS_PER_WORD.
authorJeffrey A Law <law@cygnus.com>
Fri, 16 Jul 1999 22:12:33 +0000 (22:12 +0000)
committerJeff Law <law@gcc.gnu.org>
Fri, 16 Jul 1999 22:12:33 +0000 (16:12 -0600)
From-SVN: r28131

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

index e7f5b67584799c75639d85b81c71d98f5141b740..e269953ba25faf2c80f009071a434981a58b31c6 100644 (file)
@@ -1,4 +1,6 @@
 Fri Jul 16 13:48:09 1999  Jeffrey A Law  (law@cygnus.com)
+
+       * pa.h (POINTER_SIZE, PARM_BOUNDARY): Define in terms of BITS_PER_WORD.
        
        * configure.in (hppa*-*-hpux11*): Use symbolic MASK_PA_11 instead
        of "1".
index fec302258d856a56a199c3e557c1c958d849b167..77c1345a5d447dce099aec15dfb8d050ddb67139 100644 (file)
@@ -348,10 +348,10 @@ int lhs_lshift_cint_operand ();
 
 /* Width in bits of a pointer.
    See also the macro `Pmode' defined below.  */
-#define POINTER_SIZE 32
+#define POINTER_SIZE BITS_PER_WORD
 
 /* Allocation boundary (in *bits*) for storing arguments in argument list.  */
-#define PARM_BOUNDARY 32
+#define PARM_BOUNDARY BITS_PER_WORD
 
 /* Largest alignment required for any stack parameter, in bits.
    Don't define this if it is equal to PARM_BOUNDARY */