aboutsummaryrefslogtreecommitdiff
path: root/gcc/flow.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@cs.umass.edu>2003-12-16 00:06:36 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2003-12-16 00:06:36 +0000
commit9d05bbceb29f58b912b95cee1e43b0bcd8994e56 (patch)
treebb744203a591f3b6d08d264bc0f98c12bab6cdbf /gcc/flow.c
parentcbc278f44087d8f2ca5d60f50e0291929a3be7a0 (diff)
downloadgcc-9d05bbceb29f58b912b95cee1e43b0bcd8994e56.zip
gcc-9d05bbceb29f58b912b95cee1e43b0bcd8994e56.tar.gz
gcc-9d05bbceb29f58b912b95cee1e43b0bcd8994e56.tar.bz2
flow.c (EXIT_IGNORE_STACK): Move to ...
* flow.c (EXIT_IGNORE_STACK): Move to ... * defaults.h (EXIT_IGNORE_STACK): ... here. * dojump.c (clear_pending_stack_adjust): Don't use #ifdef EXIT_IGNORE_STACK. * function.c (expand_function_end): Likewise. * global.c (global_alloc): Likewise. * ra.c (init_ra): Likewise. * reload1.c (init_elim_table): Likewise. * reorg.c (fill_simple_delay_slots): Likewise. * resource.c (init_resource_info): Likewise. * doc/tm.texi (EXIT_IGNORE_STACK): Document that the default is 0. From-SVN: r74654
Diffstat (limited to 'gcc/flow.c')
-rw-r--r--gcc/flow.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/gcc/flow.c b/gcc/flow.c
index 965e9fe..023fb1c 100644
--- a/gcc/flow.c
+++ b/gcc/flow.c
@@ -141,14 +141,6 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA
#include "obstack.h"
#include "splay-tree.h"
-/* EXIT_IGNORE_STACK should be nonzero if, when returning from a function,
- the stack pointer does not matter. The value is tested only in
- functions that have frame pointers.
- No definition is equivalent to always zero. */
-#ifndef EXIT_IGNORE_STACK
-#define EXIT_IGNORE_STACK 0
-#endif
-
#ifndef HAVE_epilogue
#define HAVE_epilogue 0
#endif