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: hppa-linux TLS work, extra DIR32 reloc for errno@@GLIBC_PRIVATE?


On Tue, May 31, 2005 at 01:39:53PM -0400, Carlos O'Donell wrote:
> Is it valid to add a check for sym_type?

Sure.  Use h->type.

> Since a TLS symbol shouldn't have a DIR32 reloc emitted.
> The symbol was already handled in relocate_section and emitted as a
> TPREL32.

That's a little messy.  I suggest moving all the got reloc handling into
one place, probably relocate_section.  Also, when optimizing tls, write
changed relocs back to the reloc array for --emit-relocs.

-- 
Alan Modra
IBM OzLabs - Linux Technology Centre


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