[Bug ld/25416] TLSDESC relaxation doesn't work for x32

2020-01-22 Thread cvs-commit at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=25416 --- Comment #5 from cvs-commit at gcc dot gnu.org --- The master branch has been updated by H.J. Lu : https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=6a462ad49ec13bec4659f2a8fb2301cac9742da9 commit 6a462ad49ec13bec4659f2a8fb2301ca

[Bug ld/25416] TLSDESC relaxation doesn't work for x32

2020-01-20 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=25416 H.J. Lu changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug ld/25416] TLSDESC relaxation doesn't work for x32

2020-01-20 Thread cvs-commit at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=25416 --- Comment #3 from cvs-commit at gcc dot gnu.org --- The master branch has been updated by H.J. Lu : https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=14470f0755dbc942aa684ed647df978ddfc7cff2 commit 14470f0755dbc942aa684ed647df978d

[Bug ld/25416] TLSDESC relaxation doesn't work for x32

2020-01-18 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=25416 --- Comment #2 from H.J. Lu --- For x32, we must encode "lea x@TLSDESC(%rip), %eax" with a REX prefix even if it isn't required. Otherwise linker can’t safely perform GDesc -> LE optimization. -- You are receiving this mail because: You are

[Bug ld/25416] TLSDESC relaxation doesn't work for x32

2020-01-18 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=25416 H.J. Lu changed: What|Removed |Added Summary|TLSDESC relaxation doesn|TLSDESC relaxation doesn't