[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-25 Thread nickc at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=26141 Nick Clifton changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

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

2020-06-25 Thread cvs-commit at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=26141 --- Comment #8 from cvs-commit at gcc dot gnu.org --- The master branch has been updated by Nick Clifton : https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=b59d128a112d441c657195939340698548862cec commit b59d128a112d441c65719593934

[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-23 Thread nickc at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=26141 --- Comment #5 from Nick Clifton --- Created attachment 12652 --> https://sourceware.org/bugzilla/attachment.cgi?id=12652&action=edit Proposed patch -- 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-23 Thread nickc at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=26141 Nick Clifton changed: What|Removed |Added Ever confirmed|0 |1 Last reconfirmed|

[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-22 Thread nickc at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=26141 --- Comment #1 from Nick Clifton --- Hi Jason, Are you able to provide a small test case that demonstrates the problem ? Generating a JUMP11 reloc for hidden symbols should be safe, provided that the symbol is within a valid range. So

[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