This is the mail archive of the
binutils@sources.redhat.com
mailing list for the binutils project.
Re: [PATCH] MIPS ld: Fix global GOT symbol count for -Bsymbolic links
Daniel Jacobowitz wrote:
> On Tue, May 27, 2003 at 03:33:08AM +0200, Thiemo Seufer wrote:
> > Hello All,
> >
> > this fixes a linker bug which distorts the global GOT symbol count
> > by counting some globals as forced local. It got only triggered in
> > -Bsymbolic links.
>
> >From the context, I'm guessing that this fixes the OpenSSL issue. Is
> that right?
Exactly that, but the effect isn't only confined to OpenSSL.
Thiemo