This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils 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: Shared library question


On Wed, Jun 19, 2002 at 10:29:10AM -0400, Daniel Jacobowitz wrote:
> 
>      { global: foo; bar; local: *; }
> 
> I think '{global: *; local: foo; }' will work (but it's a better idea
> to explicitly list interfaces that you export).

That will make "foo" unavailable to ld.so.

BTW, in glibc, we made atexit in libc.so unavailable to ld, but
available to ld.so. 


H.J.


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