https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84010
--- Comment #3 from Richard Henderson ---
(In reply to James Clarke from comment #2)
> Here is a completely untested patch which should in theory resolve this
> series of issues. This doesn't introduce rematerialization for them (or, if
> it's su
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84010
--- Comment #2 from James Clarke ---
Created attachment 43230
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=43230&action=edit
0001-sparc-Fix-modes-for-TLS-offsets.patch
Here is a completely untested patch which should in theory resolve th
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84010
--- Comment #1 from James Clarke ---
Elaborating slightly for those unfamiliar with SPARC TLS relocations:
Initial exec sequences normally look something like:
sethi %tie_hi22(foo), %r1
or%r1, %tie_lo10(foo), %r1
ldx [%l7+%r1], %r2,