summaryrefslogtreecommitdiff
path: root/gcc/ra.c
diff options
context:
space:
mode:
authorkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2003-12-16 00:06:36 +0000
committerkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2003-12-16 00:06:36 +0000
commit13c5e7bfc77941b205095c42ac3bf3a03987678e (patch)
treebb744203a591f3b6d08d264bc0f98c12bab6cdbf /gcc/ra.c
parent8ef443aba9ef765a1ca9db0248fb96df7c808795 (diff)
downloadgcc-13c5e7bfc77941b205095c42ac3bf3a03987678e.tar.gz
* 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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@74654 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ra.c')
-rw-r--r--gcc/ra.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/ra.c b/gcc/ra.c
index 2d4ebe3f520..5884197dca2 100644
--- a/gcc/ra.c
+++ b/gcc/ra.c
@@ -455,9 +455,7 @@ init_ra (void)
#endif
int need_fp
= (! flag_omit_frame_pointer
-#ifdef EXIT_IGNORE_STACK
|| (current_function_calls_alloca && EXIT_IGNORE_STACK)
-#endif
|| FRAME_POINTER_REQUIRED);
ra_colorize_init ();