This is the mail archive of the gcc-patches@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: mips tls with -mlong64/-mgp32


DJ Delorie <dj@redhat.com> writes:
> Hmmm... looking at it given what you've all said, I guess this isn't a
> GOT access at all, but a TLS data access?

Ah.  Yes, indeed. ;)

So there's nothing special about an offset of 4.  I think you should
just be able to make mips_symbolic_constant_p handle SYMBOL_DTPREL
and SYMBOL_TPREL like SYMBOL_GENERAL.

Richard


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