aboutsummaryrefslogtreecommitdiff
path: root/gcc/config.in
diff options
context:
space:
mode:
authorJohn David Anglin <dave.anglin@nrc-cnrc.gc.ca>2004-12-15 05:10:57 +0000
committerJohn David Anglin <danglin@gcc.gnu.org>2004-12-15 05:10:57 +0000
commite41f3691b90d1ff924c6d31530f60d7180f8f4e8 (patch)
treee8baa9d18aa0f3809f95d03f1a1736703aaf70e5 /gcc/config.in
parent6b25a558d71af78b9c2891a761b441c4a4088285 (diff)
downloadgcc-e41f3691b90d1ff924c6d31530f60d7180f8f4e8.zip
gcc-e41f3691b90d1ff924c6d31530f60d7180f8f4e8.tar.gz
gcc-e41f3691b90d1ff924c6d31530f60d7180f8f4e8.tar.bz2
re PR c++/17242 (Testsuite fails due to duplicate symbols)
PR c++/17242 * configure.ac: Add GAS check for HP-UX .nsubspa comdat. * configure, config.in: Rebuilt. * config/pa/pa-hpux10.h (SUPPORTS_ONE_ONLY, MAKE_DECL_ONE_ONLY): Delete defines. * config/pa/pa.c (pa_select_section): Allow uninitialized variables in one-only (comdat) subspaces. * config/pa/som.h (SUPPORTS_SOM_COMDAT): New define. (SUPPORTS_ONE_ONLY): True if SUPPORTS_WEAK or SUPPORTS_SOM_COMDAT are true. (MAKE_DECL_ONE_ONLY): Place uninitialized variables in common. From-SVN: r92177
Diffstat (limited to 'gcc/config.in')
-rw-r--r--gcc/config.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/config.in b/gcc/config.in
index d819cf7..daa0459 100644
--- a/gcc/config.in
+++ b/gcc/config.in
@@ -297,6 +297,9 @@
skip when using the GAS .p2align command. */
#undef HAVE_GAS_MAX_SKIP_P2ALIGN
+/* Define if your assembler supports .nsubspa comdat option. */
+#undef HAVE_GAS_NSUBSPA_COMDAT
+
/* Define if your assembler and linker support 32-bit section relative relocs
via '.secrel32 label'. */
#undef HAVE_GAS_PE_SECREL32_RELOC