diff options
| -rw-r--r-- | gcc/ChangeLog | 4 | ||||
| -rw-r--r-- | gcc/config/pdp11/pdp11.h | 3 |
2 files changed, 7 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 35bd6ce..b7ade9c 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2000-05-24 Lars Brinkhoff <lars@nocrew.org> + + * pdp11.h (STACK_BOUNDARY): Define. + 2000-05-24 Jakub Jelinek <jakub@redhat.com> * ifcvt.c (if_convert): Update life info globally. diff --git a/gcc/config/pdp11/pdp11.h b/gcc/config/pdp11/pdp11.h index d8ea694..897e37e 100644 --- a/gcc/config/pdp11/pdp11.h +++ b/gcc/config/pdp11/pdp11.h @@ -193,6 +193,9 @@ extern int target_flags; /* Allocation boundary (in *bits*) for storing arguments in argument list. */ #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. */ #define FUNCTION_BOUNDARY 16 |
