[Bug gas/28595] glibc-2.34 build fails with linker error (TLS transition from R_386_TLS_GOTIE to R_386_TLS_LE_32 against `__libc_tsd_CTYPE_B' at 0xf4 in section `.text' failed)

2021-11-16 Thread jason at zx2c4 dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=28595 --- Comment #21 from Jason A. Donenfeld --- GCC side bug: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103275 -- You are receiving this mail because: You are on the CC list for the bug.

[Bug gas/26141] -fvisibility=hidden generates JUMP11 relocations on ARM

2020-06-25 Thread jason at zx2c4 dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=26141 --- Comment #10 from Jason A. Donenfeld --- Thanks a bunch! -- You are receiving this mail because: You are on the CC list for the bug.

[Bug gas/26141] -fvisibility=hidden generates JUMP11 relocations on ARM

2020-06-24 Thread jason at zx2c4 dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=26141 --- Comment #7 from Jason A. Donenfeld --- I can confirm that your patch entirely fixes the issue. I've tried inserting the resultant module into a real kernel, and it works perfectly. Thanks for providing that. Hope to see it in the next binu

[Bug gas/26141] -fvisibility=hidden generates JUMP11 relocations on ARM

2020-06-23 Thread jason at zx2c4 dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=26141 --- Comment #6 from Jason A. Donenfeld --- (In reply to Nick Clifton from comment #4) > Hi Jason, > > Thanks for the test case. There was a small problem with it, in that > it deletes all of the temporary files at the end, including the

[Bug gas/26141] -fvisibility=hidden generates JUMP11 relocations on ARM

2020-06-22 Thread jason at zx2c4 dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=26141 --- Comment #3 from Jason A. Donenfeld --- Hi Nick, Thanks for looking into this. I've uploaded a test script to reproduce the issue: https://sourceware.org/bugzilla/attachment.cgi?id=12644 You can see at the end of the script: + readelf -a

[Bug gas/26141] -fvisibility=hidden generates JUMP11 relocations on ARM

2020-06-22 Thread jason at zx2c4 dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=26141 --- Comment #2 from Jason A. Donenfeld --- Created attachment 12644 --> https://sourceware.org/bugzilla/attachment.cgi?id=12644&action=edit test script to reproduce issue -- You are receiving this mail because: You are on the CC list for t

[Bug gas/26141] -fvisibility=hidden generates JUMP11 relocations on ARM

2020-06-19 Thread jason at zx2c4 dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=26141 Jason A. Donenfeld changed: What|Removed |Added CC||dave.martin at linaro dot org --

[Bug gas/26141] -fvisibility=hidden generates JUMP11 relocations on ARM

2020-06-19 Thread jason at zx2c4 dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=26141 Jason A. Donenfeld changed: What|Removed |Added CC||nickc at redhat dot com -- You

[Bug gas/12532] arm: gas may assemble b to locally-defined, preemptible global symbol as "b.n"

2020-06-19 Thread jason at zx2c4 dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=12532 --- Comment #10 from Jason A. Donenfeld --- Tracking the new bug here now: https://sourceware.org/bugzilla/show_bug.cgi?id=26141 -- You are receiving this mail because: You are on the CC list for the bug.

[Bug gas/26141] New: -fvisibility=hidden generates JUMP11 relocations on ARM

2020-06-19 Thread jason at zx2c4 dot com
Priority: P2 Component: gas Assignee: unassigned at sourceware dot org Reporter: jason at zx2c4 dot com Target Milestone: --- There used to be a problem with binutils where JUMP11 relocations would be generated for THUMB2 code, prompting the linux kernel to add this

[Bug gas/12532] arm: gas may assemble b to locally-defined, preemptible global symbol as "b.n"

2020-06-18 Thread jason at zx2c4 dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=12532 Jason A. Donenfeld changed: What|Removed |Added CC||jason at zx2c4 dot com