From: Lars Brinkhoff Date: Wed, 24 May 2000 04:44:25 +0000 (+0000) Subject: * pdp11.h (STACK_BOUNDARY): Define. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=53e2d84900c96eee202ca7515641d3fb86ff29d7;p=gcc.git * pdp11.h (STACK_BOUNDARY): Define. From-SVN: r34121 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 35bd6ce1a64..b7ade9c410b 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2000-05-24 Lars Brinkhoff + + * pdp11.h (STACK_BOUNDARY): Define. + 2000-05-24 Jakub Jelinek * ifcvt.c (if_convert): Update life info globally. diff --git a/gcc/config/pdp11/pdp11.h b/gcc/config/pdp11/pdp11.h index d8ea6943517..897e37e18f2 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