diff options
author | Lars Brinkhoff <lars@nocrew.org> | 2000-05-24 04:44:25 +0000 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 2000-05-23 22:44:25 -0600 |
commit | 53e2d84900c96eee202ca7515641d3fb86ff29d7 (patch) | |
tree | 3658b4b2164015013a42bf8302d328576a695226 /gcc | |
parent | 212e70482f2cf205a9cb82744a89a582b36d87ee (diff) | |
download | gcc-53e2d84900c96eee202ca7515641d3fb86ff29d7.zip gcc-53e2d84900c96eee202ca7515641d3fb86ff29d7.tar.gz gcc-53e2d84900c96eee202ca7515641d3fb86ff29d7.tar.bz2 |
* pdp11.h (STACK_BOUNDARY): Define.
From-SVN: r34121
Diffstat (limited to 'gcc')
-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 |