From: Richard Kenner Date: Sat, 26 Oct 1996 21:12:51 +0000 (-0400) Subject: (allocate_dynamic_stack_space): Delete reference to nonexistant macro X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=8d998e52a0865dc4a0af5413e27f21fda8ccf235;p=gcc.git (allocate_dynamic_stack_space): Delete reference to nonexistant macro ALLOCATE_OUTGOING_ARGS. From-SVN: r13040 --- diff --git a/gcc/explow.c b/gcc/explow.c index a68e2834121..832f37f070c 100644 --- a/gcc/explow.c +++ b/gcc/explow.c @@ -1019,7 +1019,7 @@ allocate_dynamic_stack_space (size, target, known_align) If we have to align, we must leave space in SIZE for the hole that might result from the alignment operation. */ -#if defined (STACK_DYNAMIC_OFFSET) || defined (STACK_POINTER_OFFSET) || defined (ALLOCATE_OUTGOING_ARGS) || ! defined (STACK_BOUNDARY) +#if defined (STACK_DYNAMIC_OFFSET) || defined (STACK_POINTER_OFFSET) || ! defined (STACK_BOUNDARY) #define MUST_ALIGN 1 #else #define MUST_ALIGN (STACK_BOUNDARY < BIGGEST_ALIGNMENT)