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: "pinskia at gmail dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 12 Jul 2007 15:47:02 -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 #13 from pinskia at gmail dot com 2007-07-12 15:47 -------
Subject: Re: [4.3 regression] Linking libgcj.so fails on Solaris 10/x86
On 12 Jul 2007 14:15:06 -0000, ro at techfak dot uni-bielefeld dot de
<gcc-bugzilla@gcc.gnu.org> wrote:
> static void
> -hide (tree decl)
> -{
> +hide (tree decl ATTRIBUTE_UNUSED)
> +{
> +#ifdef HAVE_GAS_HIDDEN
> DECL_VISIBILITY (decl) = VISIBILITY_HIDDEN;
> DECL_VISIBILITY_SPECIFIED (decl) = 1;
> +#endif
> }
>
This is way too conservative, see PR 26989 for the reasons why?
Thanks,
Andrew Pinski
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32462