This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC 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.


Andrew Pinski writes:
 > 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.

Until you start to say which check is correct, I suspect.

Andrew.

-- 
Red Hat UK Ltd, Amberley Place, 107-111 Peascod Street, Windsor, Berkshire, SL4 1TE, UK
Registered in England and Wales No. 3798903


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