------- 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
<[EMAIL PROTECTED]> 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

Reply via email to