[Bug gas/23854] 16-bit GOT access is incorrectly optimized

2018-11-26 Thread cvs-commit at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=23854 --- Comment #30 from cvs-commit at gcc dot gnu.org --- The binutils-2_30-branch branch has been updated by H.J. Lu : https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=3050b43068674882b01a51351c5c39e950f0ee41 commit 3050b43068674882b

[Bug gas/23854] 16-bit GOT access is incorrectly optimized

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

[Bug gas/23854] 16-bit GOT access is incorrectly optimized

2018-11-06 Thread cvs-commit at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=23854 --- Comment #28 from cvs-commit at gcc dot gnu.org --- The binutils-2_31-branch branch has been updated by H.J. Lu : https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=1929a39655d77686385913ef63c6c4340bb2d729 commit 1929a39655d776863

[Bug gas/23854] 16-bit GOT access is incorrectly optimized

2018-11-06 Thread sch...@linux-m68k.org
https://sourceware.org/bugzilla/show_bug.cgi?id=23854 --- Comment #27 from Andreas Schwab --- Customize "After changing a bug" in userprefs. -- You are receiving this mail because: You are on the CC list for the bug. ___ bug-binutils mailing list bug-

[Bug gas/23854] 16-bit GOT access is incorrectly optimized

2018-11-05 Thread stsp at users dot sourceforge.net
https://sourceware.org/bugzilla/show_bug.cgi?id=23854 --- Comment #26 from Stas Sergeev --- By the way, is it a feature of this bugzilla to open the entirely different bug ticket after I post any comment? This always makes me worry that I posted to wrong thread. For example, when I post to _this_

[Bug gas/23854] 16-bit GOT access is incorrectly optimized

2018-11-05 Thread stsp at users dot sourceforge.net
https://sourceware.org/bugzilla/show_bug.cgi?id=23854 --- Comment #25 from Stas Sergeev --- > What your code did is outside of scope of i386 psABI. Why not linker tells me so with an error msg?(In reply to H.J. Lu from comment #24) > (In reply to Stas Sergeev from comment #23) > > > What your co

[Bug gas/23854] 16-bit GOT access is incorrectly optimized

2018-11-05 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=23854 --- Comment #24 from H.J. Lu --- (In reply to Stas Sergeev from comment #23) > > What your code did is outside of scope of i386 psABI. > > Why not linker tells me so with an error msg? There are many corner cases linker doesn't check. You h

[Bug gas/23854] 16-bit GOT access is incorrectly optimized

2018-11-05 Thread stsp at users dot sourceforge.net
https://sourceware.org/bugzilla/show_bug.cgi?id=23854 --- Comment #23 from Stas Sergeev --- > What your code did is outside of scope of i386 psABI. Why not linker tells me so with an error msg? -- You are receiving this mail because: You are on the CC list for the bug.

[Bug gas/23854] 16-bit GOT access is incorrectly optimized

2018-11-05 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=23854 --- Comment #22 from H.J. Lu --- (In reply to Stas Sergeev from comment #20) > I disasmed and diffed the object files > without and with your patch. I see a lot of: > --- > 597,598c597,598 > < 745: 8d 74 26 00 lea0x0(%

[Bug gas/23854] 16-bit GOT access is incorrectly optimized

2018-11-05 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=23854 --- Comment #21 from H.J. Lu --- (In reply to Stas Sergeev from comment #19) > > H.J. Lu changed: > > Your code doesn't conform to i386 psABI, which doesn't > > support only using lower 16 bits of GOT entries. > I would understand if linker w

[Bug gas/23854] 16-bit GOT access is incorrectly optimized

2018-11-05 Thread stsp at users dot sourceforge.net
https://sourceware.org/bugzilla/show_bug.cgi?id=23854 --- Comment #20 from Stas Sergeev --- I disasmed and diffed the object files without and with your patch. I see a lot of: --- 597,598c597,598 < 745: 8d 74 26 00 lea0x0(%esi,%eiz,1),%esi < 749: 8d bc 27 00 00 0

[Bug gas/23854] 16-bit GOT access is incorrectly optimized

2018-11-05 Thread stsp at users dot sourceforge.net
https://sourceware.org/bugzilla/show_bug.cgi?id=23854 --- Comment #19 from Stas Sergeev --- > H.J. Lu changed: > Your code doesn't conform to i386 psABI, which doesn't > support only using lower 16 bits of GOT entries. I would understand if linker writes me such an error. Silently producing corr

[Bug gas/23854] 16-bit GOT access is incorrectly optimized

2018-11-05 Thread cvs-commit at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=23854 --- Comment #18 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=a4749e56cacefdc1a571231744a9b87a3f5458b9 commit a4749e56cacefdc1a571231744a9b87

[Bug gas/23854] 16-bit GOT access is incorrectly optimized

2018-11-05 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=23854 --- Comment #17 from H.J. Lu --- (In reply to Stas Sergeev from comment #16) > > H.J. Lu changed: > > Please try: > > > > https://sourceware.org/ml/binutils/2018-11/msg00021.html > > > > You need to compile with the new assembler. > Buildin

[Bug gas/23854] 16-bit GOT access is incorrectly optimized

2018-11-05 Thread stsp at users dot sourceforge.net
https://sourceware.org/bugzilla/show_bug.cgi?id=23854 --- Comment #16 from Stas Sergeev --- > H.J. Lu changed: > Please try: > > https://sourceware.org/ml/binutils/2018-11/msg00021.html > > You need to compile with the new assembler. Building your git now... However. Are there really no hopes

[Bug gas/23854] 16-bit GOT access is incorrectly optimized

2018-11-05 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=23854 --- Comment #15 from H.J. Lu --- (In reply to Stas Sergeev from comment #14) > > H.J. Lu changed: > > > >What|Removed |Added > >

[Bug gas/23854] 16-bit GOT access is incorrectly optimized

2018-11-05 Thread stsp at users dot sourceforge.net
https://sourceware.org/bugzilla/show_bug.cgi?id=23854 --- Comment #14 from Stas Sergeev --- > H.J. Lu changed: > >What|Removed |Added > > Component|ld

[Bug gas/23854] 16-bit GOT access is incorrectly optimized

2018-11-05 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=23854 H.J. Lu changed: What|Removed |Added Component|ld |gas -- You are receiving this mail because