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

From-SVN: r28131
This commit is contained in:
Jeffrey A Law 1999-07-16 22:12:33 +00:00 committed by Jeff Law
parent 30f08b3984
commit cb16fe9f9b
2 changed files with 4 additions and 2 deletions

View 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".

View 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 */