This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: mips tls with -mlong64/-mgp32
> The address is doubleword aligned, so it is OK. But I'd just remembered
> that the REL TLS relocs have no %hi/%lo addend pairing, so my suggestion
> was indeed wrong on its own. I suppose that even if we extended the
> relocs, we'd still have to cope with old binutils. Ugh.
I tested my original patch (with DTPREL) with 80 different mips
multilibs (gcc's testsuite), and it seems to work OK. The m->o patch
didn't.