aboutsummaryrefslogtreecommitdiff
path: root/gcc/cfgexpand.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@codesourcery.com>2005-07-08 20:59:49 +0000
committerKazu Hirata <kazu@codesourcery.com>2005-07-08 20:59:49 +0000
commit51e9f741695f1c4ded61dfda1d8d5018fe7c1eb8 (patch)
treef1b96e862791aeb641d77b37722bf16145827f9a /gcc/cfgexpand.c
parent1e2de054a84813c25b0a43965f2a763743ebb7ac (diff)
* cfgexpand.c (tree_expand_cfg): Don't use FINALIZE_PIC.
* system.h: Poison FINALIZE_PIC. * doc/tm.texi (FINALIZE_PIC): Remove. git-svn-id: https://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 =