This is the mail archive of the gcc-help@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: exported symbols with hidden attribute


did someone tried that library to check that some symbols are exported
with the hidden flag ?

thank you

Vincent


On Sat, 7 Jan 2006, Vincent Torri wrote:

>
>
> yes. It's a sall library:
>
> http://www.iecn.u-nancy.fr/~torri/files/eet.tar.bz2
>
> once this library is compiled and installed, libeet.a contains
> eet_data_image_jpeg_header_decode in src/lib/eet_image.c (for example),
> which is local (it's static). I've tried to force the hidden visibility by
> all the ways I know (as you might see), but it stays in libeet.a. Some
> symbols are not present, like _eet_listfree_add, which is perfect, but
> some others are still there.
>
> Is there an explanation ? I recall that I use gcc 4.0.2.
>
> Vincent
>
> On Fri, 6 Jan 2006, John Love-Jensen wrote:
>
> > Hi Vincent,
> >
> > Do you have a small "for instance" example you can share?
> >
> > Thanks,
> > --Eljay
> >
> >
>


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