From 51e9f741695f1c4ded61dfda1d8d5018fe7c1eb8 Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Fri, 8 Jul 2005 20:59:49 +0000 Subject: * 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 --- gcc/cfgexpand.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'gcc/cfgexpand.c') 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 = -- cgit v1.2.3