diff options
Diffstat (limited to 'gcc/calls.c')
-rw-r--r-- | gcc/calls.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/gcc/calls.c b/gcc/calls.c index 9cd488d..afe61f4 100644 --- a/gcc/calls.c +++ b/gcc/calls.c @@ -82,14 +82,6 @@ along with GCC; see the file COPYING3. If not see #include "rtl-chkp.h" -/* Redefine STACK_GROWS_DOWNWARD in terms of 0 or 1. */ -#ifdef STACK_GROWS_DOWNWARD -# undef STACK_GROWS_DOWNWARD -# define STACK_GROWS_DOWNWARD 1 -#else -# define STACK_GROWS_DOWNWARD 0 -#endif - /* Like PREFERRED_STACK_BOUNDARY but in units of bytes, not bits. */ #define STACK_BYTES (PREFERRED_STACK_BOUNDARY / BITS_PER_UNIT) |