From 53e2d84900c96eee202ca7515641d3fb86ff29d7 Mon Sep 17 00:00:00 2001 From: Lars Brinkhoff Date: Wed, 24 May 2000 04:44:25 +0000 Subject: [PATCH] * pdp11.h (STACK_BOUNDARY): Define. From-SVN: r34121 --- gcc/ChangeLog | 4 ++++ gcc/config/pdp11/pdp11.h | 3 +++ 2 files changed, 7 insertions(+) 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 -- 2.30.2