aboutsummaryrefslogtreecommitdiff
path: root/gcc/config.in
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2011-02-28 15:36:37 +0000
committerJakub Jelinek <jakub@redhat.com>2011-02-28 15:36:37 +0000
commit56cc8958394c96381f0fa46ed7ef7610494977ff (patch)
treebcf30f81c91016458a27aa522a244c86f6230419 /gcc/config.in
parenta9d7a80aec71cabbc26b1e9b49f300a4fbd28b57 (diff)
PR middle-end/46790
* configure.ac (HAVE_LD_EH_GC_SECTIONS_BUG): New test. * configure: Regenerated. * config.in: Regenerated. * varasm.c (default_function_section): Return NULL if HAVE_LD_EH_GC_SECTIONS_BUG and decl has implicit section name. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@170565 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config.in')
-rw-r--r--gcc/config.in7
1 files changed, 7 insertions, 0 deletions
diff --git a/gcc/config.in b/gcc/config.in
index f3b0eee3126..584ec65b2b7 100644
--- a/gcc/config.in
+++ b/gcc/config.in
@@ -1171,6 +1171,13 @@
#endif
+/* Define if your linker has buggy garbage collection of sections support when
+ .text.startup.foo like sections are used. */
+#ifndef USED_FOR_TARGET
+#undef HAVE_LD_EH_GC_SECTIONS_BUG
+#endif
+
+
/* Define if your PowerPC64 linker supports a large TOC. */
#ifndef USED_FOR_TARGET
#undef HAVE_LD_LARGE_TOC