aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/i386
diff options
context:
space:
mode:
authorRainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>2018-01-26 08:32:21 +0000
committerRainer Orth <ro@gcc.gnu.org>2018-01-26 08:32:21 +0000
commitaf2e3244f56152d94a18c1339a18a4c0b0e33060 (patch)
tree957b816c25e791bc435d9375088bd5091c75fe96 /gcc/config/i386
parentaad36c569d14bada8f278fcdb9eb78056ae6b6ac (diff)
downloadgcc-af2e3244f56152d94a18c1339a18a4c0b0e33060.zip
gcc-af2e3244f56152d94a18c1339a18a4c0b0e33060.tar.gz
gcc-af2e3244f56152d94a18c1339a18a4c0b0e33060.tar.bz2
Configure USE_HIDDEN_LINKONCE on Solaris/x86
gcc/testsuite: * gcc.target/i386/mcount_pic.c: Only xfail get_pc_thunk scan on Solaris 10. * gcc.target/i386/pr63620.c: Likewise. gcc: * config/i386/sol2.h (USE_HIDDEN_LINKONCE): Remove. * configure.ac (hidden_linkonce): New test. * configure: Regenerate. * config.in: Regenerate. From-SVN: r257076
Diffstat (limited to 'gcc/config/i386')
-rw-r--r--gcc/config/i386/sol2.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/gcc/config/i386/sol2.h b/gcc/config/i386/sol2.h
index ae727f0..41048d2 100644
--- a/gcc/config/i386/sol2.h
+++ b/gcc/config/i386/sol2.h
@@ -253,9 +253,3 @@ along with GCC; see the file COPYING3. If not see
/* We do not need NT_VERSION notes. */
#undef X86_FILE_START_VERSION_DIRECTIVE
#define X86_FILE_START_VERSION_DIRECTIVE false
-
-/* Only recent versions of Solaris 11 ld properly support hidden .gnu.linkonce
- sections, so don't use them. */
-#ifndef USE_GLD
-#define USE_HIDDEN_LINKONCE 0
-#endif