* pa.h (POINTER_SIZE, PARM_BOUNDARY): Define in terms of BITS_PER_WORD.
From-SVN: r28131
This commit is contained in:
parent
30f08b3984
commit
cb16fe9f9b
2 changed files with 4 additions and 2 deletions
|
@ -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".
|
||||
|
|
|
@ -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 */
|
||||
|
|
Loading…
Add table
Reference in a new issue