This is the mail archive of the gas2@sourceware.cygnus.com mailing list for the gas2 project.


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

Re: DT_SYMBOLIC and -Bsymbolic


> 
> 
> 	Hmm, I was looking at the man page for Solaris - my implementation
> of
> -Bsymbolic does not quite match what they suggest.  I was thinking that this
> 

I think your change to ld is in the right directory. We just need
to make ld issue some warnings for unresolved references when
-Bsymbolic is used. Your change just works as under Solaris when
the messages are turned off.

> would be something that we could implement at runtime through patches to the
> dynamic loader, but my guess is that we need to modify the real linker
> behavior for this to work correctly.
> 

We do need to patch the dynamic linker to support DT_SYMBOLIC.


H.J.