Commit 9bf99417 by Jeff Law

pa.h (STACK_BOUNDARY): Stack pointer is always 512 bit (64 byte) aligned.

        * pa.h (STACK_BOUNDARY): Stack pointer is always 512 bit (64 byte)
        aligned.

From-SVN: r5210
parent 90c10ed8
......@@ -191,7 +191,7 @@ extern int target_flags;
#define MAX_PARM_BOUNDARY 64
/* Boundary (in *bits*) on which stack pointer should be aligned. */
#define STACK_BOUNDARY (TARGET_SNAKE ? 512 : 64)
#define STACK_BOUNDARY 512
/* Allocation boundary (in *bits*) for the code of a function. */
#define FUNCTION_BOUNDARY 32
......
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