[Bug binutils/22880] ./configure stalls forever if CC=clang

2018-03-01 Thread nickc at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=22880 Nick Clifton changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug ld/22903] [AArch64] Insufficient veneer stub alignment

2018-03-01 Thread nickc at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=22903 --- Comment #3 from Nick Clifton --- (In reply to Jim Wilson from comment #2) > See the related > https://sourceware.org/ml/binutils/2016-06/msg00021.html > which was never resolved. Hi Jim, I am sorry that that patch was never

[Bug ld/22903] [AArch64] Insufficient veneer stub alignment

2018-03-01 Thread pexu at sourceware dot mail.kapsi.fi
https://sourceware.org/bugzilla/show_bug.cgi?id=22903 --- Comment #4 from Pekka Seppänen --- Hi. My apologies for not noticing the branch between the sections; I was not aware of it even one was just in front of my eyes (it was right after a lenghty data table, and objdump considered the branch

[Bug ld/22903] [AArch64] Insufficient veneer stub alignment

2018-03-01 Thread pexu at sourceware dot mail.kapsi.fi
https://sourceware.org/bugzilla/show_bug.cgi?id=22903 --- Comment #5 from Pekka Seppänen --- Created attachment 10863 --> https://sourceware.org/bugzilla/attachment.cgi?id=10863=edit Long braches crossing the 32/64-bit boundary -- You are receiving this mail because: You are on the CC list

[Bug ld/22903] [AArch64] Insufficient veneer stub alignment

2018-03-01 Thread pexu at sourceware dot mail.kapsi.fi
https://sourceware.org/bugzilla/show_bug.cgi?id=22903 --- Comment #6 from Pekka Seppänen --- Created attachment 10864 --> https://sourceware.org/bugzilla/attachment.cgi?id=10864=edit Makefile for the testcase really, it just compiles the assembly code and links with `--section-start

[Bug binutils/22905] integer overflow in display_debug_ranges

2018-03-01 Thread cvs-commit at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=22905 --- Comment #1 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=d11ae95ea3403559f052903ab053f43ad7821e37 commit

[Bug binutils/22905] integer overflow in display_debug_ranges

2018-03-01 Thread nickc at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=22905 Nick Clifton changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|

[Bug binutils/22880] ./configure stalls forever if CC=clang

2018-03-01 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=22880 --- Comment #4 from H.J. Lu --- FWIW, I used clang 5.0.1 on Fedora 27 to build binutils master branch. -- You are receiving this mail because: You are on the CC list for the bug. ___ bug-binutils

[Bug binutils/22880] ./configure stalls forever if CC=clang

2018-03-01 Thread bjornpagen at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=22880 --- Comment #5 from Bjorn Pagen --- (In reply to H.J. Lu from comment #4) > FWIW, I used clang 5.0.1 on Fedora 27 to build binutils master branch. That's good to hear. Hopefully that sticks around long enough to be in 2.31. -- You are

[Bug binutils/22880] ./configure stalls forever if CC=clang

2018-03-01 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=22880 --- Comment #6 from H.J. Lu --- (In reply to Bjorn Pagen from comment #5) > (In reply to H.J. Lu from comment #4) > > FWIW, I used clang 5.0.1 on Fedora 27 to build binutils master branch. > > That's good to hear. Hopefully that sticks

[Bug ld/22756] Linker relaxation miscalculates symbol addresses on riscv

2018-03-01 Thread cvs-commit at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=22756 --- Comment #5 from cvs-commit at gcc dot gnu.org --- The master branch has been updated by Jim Wilson : https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=788af978df01c3667be99a1607b774f5fa844113 commit

[Bug ld/22903] [AArch64] Insufficient veneer stub alignment

2018-03-01 Thread wilson at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=22903 --- Comment #7 from Jim Wilson --- I don't particularly care how this gets fixed. Your patch seems to have a flaw. You are skipping over the first 4 bytes of the stub if it isn't aligned, but you aren't increasing the size of the stub to

[Bug ld/22909] New: Expand --warn-shared-textrel support to all executables, not only PIC objects

2018-03-01 Thread slyfox at inbox dot ru
https://sourceware.org/bugzilla/show_bug.cgi?id=22909 Bug ID: 22909 Summary: Expand --warn-shared-textrel support to all executables, not only PIC objects Product: binutils Version: 2.30 Status: UNCONFIRMED

[Bug binutils/22880] ./configure stalls forever if CC=clang

2018-03-01 Thread bjornpagen at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=22880 --- Comment #7 from Bjorn Pagen --- (In reply to H.J. Lu from comment #6) > (In reply to Bjorn Pagen from comment #5) > > (In reply to H.J. Lu from comment #4) > > > FWIW, I used clang 5.0.1 on Fedora 27 to build binutils master branch. > >