This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Make java compiled resources public.


On 12/21/07, Jakub Jelinek <jakub@redhat.com> wrote:
> #ifdef HAVE_GAS_HIDDEN
>   DECL_VISIBILITY (decl) = VISIBILITY_HIDDEN;
>   DECL_VISIBILITY_SPECIFIED (decl) = 1;
> #endif
> or make hide routine from class.c non-static (perhaps rename) and use it
> here.

I don't know how many times I have to say HAVE_GAS_HIDDEN is the
incorrect check to see if the target supports hidden visibility.

-- Pinski


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]