Commit cb16fe9f by Jeffrey A Law Committed by Jeff Law

* pa.h (POINTER_SIZE, PARM_BOUNDARY): Define in terms of BITS_PER_WORD.

From-SVN: r28131
parent 30f08b39
Fri Jul 16 13:48:09 1999 Jeffrey A Law (law@cygnus.com) 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 * configure.in (hppa*-*-hpux11*): Use symbolic MASK_PA_11 instead
of "1". of "1".
......
...@@ -348,10 +348,10 @@ int lhs_lshift_cint_operand (); ...@@ -348,10 +348,10 @@ int lhs_lshift_cint_operand ();
/* Width in bits of a pointer. /* Width in bits of a pointer.
See also the macro `Pmode' defined below. */ 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. */ /* 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. /* Largest alignment required for any stack parameter, in bits.
Don't define this if it is equal to PARM_BOUNDARY */ Don't define this if it is equal to PARM_BOUNDARY */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment