* pdp11.h (STACK_BOUNDARY): Define.
authorLars Brinkhoff <lars@nocrew.org>
Wed, 24 May 2000 04:44:25 +0000 (04:44 +0000)
committerJeff Law <law@gcc.gnu.org>
Wed, 24 May 2000 04:44:25 +0000 (22:44 -0600)
From-SVN: r34121

gcc/ChangeLog
gcc/config/pdp11/pdp11.h

index 35bd6ce1a647b36c028f1e586307d38d8c2f0f10..b7ade9c410b1d9207bd5b28139d32721057babb5 100644 (file)
@@ -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.
index d8ea69435177fe01d22abd763d862f26154eb8de..897e37e18f2681291d7fbef387572e9efe715bba 100644 (file)
@@ -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