Commit 53e2d849 by Lars Brinkhoff Committed by Jeff Law

* pdp11.h (STACK_BOUNDARY): Define.

From-SVN: r34121
parent 212e7048
2000-05-24 Lars Brinkhoff <lars@nocrew.org>
* pdp11.h (STACK_BOUNDARY): Define.
2000-05-24 Jakub Jelinek <jakub@redhat.com> 2000-05-24 Jakub Jelinek <jakub@redhat.com>
* ifcvt.c (if_convert): Update life info globally. * ifcvt.c (if_convert): Update life info globally.
...@@ -193,6 +193,9 @@ extern int target_flags; ...@@ -193,6 +193,9 @@ extern int target_flags;
/* Allocation boundary (in *bits*) for storing arguments in argument list. */ /* Allocation boundary (in *bits*) for storing arguments in argument list. */
#define PARM_BOUNDARY 16 #define PARM_BOUNDARY 16
/* Boundary (in *bits*) on which stack pointer should be aligned. */
#define STACK_BOUNDARY 16
/* Allocation boundary (in *bits*) for the code of a function. */ /* Allocation boundary (in *bits*) for the code of a function. */
#define FUNCTION_BOUNDARY 16 #define FUNCTION_BOUNDARY 16
......
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