(SPARC_STACK_ALIGN): Define.

From-SVN: r1337
This commit is contained in:
Jim Wilson 1992-06-29 10:34:10 -07:00
parent bdac5f5848
commit 10d1b70f28
1 changed files with 4 additions and 0 deletions

View File

@ -170,6 +170,10 @@ extern int target_flags;
/* Boundary (in *bits*) on which stack pointer should be aligned. */
#define STACK_BOUNDARY 64
/* ALIGN FRAMES on double word boundaries */
#define SPARC_STACK_ALIGN(LOC) (((LOC)+7) & 0xfffffff8)
/* Allocation boundary (in *bits*) for the code of a function. */
#define FUNCTION_BOUNDARY 32