summaryrefslogtreecommitdiff
path: root/gcc/cfgexpand.c
diff options
context:
space:
mode:
authorkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2005-07-08 20:59:49 +0000
committerkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2005-07-08 20:59:49 +0000
commit6c3c4d74d98659fda5994e5b843fa6b6842ce8aa (patch)
treef1b96e862791aeb641d77b37722bf16145827f9a /gcc/cfgexpand.c
parent90babe1f4440a87979601643fb8510c21434ad91 (diff)
downloadgcc-6c3c4d74d98659fda5994e5b843fa6b6842ce8aa.tar.gz
* cfgexpand.c (tree_expand_cfg): Don't use FINALIZE_PIC.
* system.h: Poison FINALIZE_PIC. * doc/tm.texi (FINALIZE_PIC): Remove. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@101794 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/cfgexpand.c')
-rw-r--r--gcc/cfgexpand.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/gcc/cfgexpand.c b/gcc/cfgexpand.c
index a3bd41c4797..87b82459c27 100644
--- a/gcc/cfgexpand.c
+++ b/gcc/cfgexpand.c
@@ -1575,11 +1575,6 @@ tree_expand_cfg (void)
(*debug_hooks->outlining_inline_function) (current_function_decl);
TREE_ASM_WRITTEN (current_function_decl) = 1;
-
-#ifdef FINALIZE_PIC
- if (flag_pic)
- FINALIZE_PIC;
-#endif
}
struct tree_opt_pass pass_expand =