This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/32462] [4.3 regression] Linking libgcj.so fails on Solaris 10/x86
- From: "ro at techfak dot uni-bielefeld dot de" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 12 Jul 2007 17:16:20 -0000
- Subject: [Bug target/32462] [4.3 regression] Linking libgcj.so fails on Solaris 10/x86
- References: <bug-32462-81@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #14 from ro at techfak dot uni-bielefeld dot de 2007-07-12 17:16 -------
Subject: Re: [4.3 regression] Linking libgcj.so fails on Solaris 10/x86
pinskia at gmail dot com writes:
> This is way too conservative, see PR 26989 for the reasons why?
But how do you propose to handle this? In Comment #4 of this PR, you state
that there's currently no way to check this. AFAICT, the only platform not
handled by HAVE_GAS_HIDDEN is darwin, which I don't have access to. At
worst, I could add
#if defined(HAVE_GAS_HIDDEN) || (defined(__MACH__) && defined(__APPLE__))
Rainer
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32462