summaryrefslogtreecommitdiffstats
path: root/contrib/gcc/cgraphunit.c
diff options
context:
space:
mode:
authordim <dim@FreeBSD.org>2010-11-25 20:29:14 +0000
committerdim <dim@FreeBSD.org>2010-11-25 20:29:14 +0000
commit5a38866f59f8e4f0292c21ea5a1d6d2e01c704e9 (patch)
tree87c2e885617f371fe760de49e1cadb9822100f10 /contrib/gcc/cgraphunit.c
parent8633830499db1c406c3dfa7e654d2bae768193bb (diff)
downloadFreeBSD-src-5a38866f59f8e4f0292c21ea5a1d6d2e01c704e9.zip
FreeBSD-src-5a38866f59f8e4f0292c21ea5a1d6d2e01c704e9.tar.gz
Apply backported fix for gcc PR 20218. This makes __attribute__
((visibility ("hidden"))) work properly, and fixes building devel/glib20 with newer binutils. Silence from: current@
Diffstat (limited to 'contrib/gcc/cgraphunit.c')
-rw-r--r--contrib/gcc/cgraphunit.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/contrib/gcc/cgraphunit.c b/contrib/gcc/cgraphunit.c
index 0d3ed47..6d6ce2f 100644
--- a/contrib/gcc/cgraphunit.c
+++ b/contrib/gcc/cgraphunit.c
@@ -1536,8 +1536,6 @@ cgraph_optimize (void)
return;
}
- process_pending_assemble_externals ();
-
/* Frontend may output common variables after the unit has been finalized.
It is safe to deal with them here as they are always zero initialized. */
cgraph_varpool_analyze_pending_decls ();
OpenPOWER on IntegriCloud