[Bug ld/24567] Assertion failure in ldlang.c:6868 when compiling with -flto

2019-05-17 Thread cvs-commit at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=24567 --- Comment #9 from cvs-commit at gcc dot gnu.org --- The binutils-2_31-branch branch has been updated by Alan Modra : https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=8a1285a1a3048f77abc56be3ff2f83a782506a04 commit

[Bug binutils/24499] [PATCH] objcopy: provide cache for gnu_debuglink's target CRC

2019-05-17 Thread janisozaur+sourceware at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=24499 janisozaur changed: What|Removed |Added Attachment #11769|0 |1 is obsolete|

[Bug ld/24576] New: Feature request: error out when passed the same linker script with -T and as an object file

2019-05-17 Thread jwerner at chromium dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=24576 Bug ID: 24576 Summary: Feature request: error out when passed the same linker script with -T and as an object file Product: binutils Version: 2.32 Status: UNCONFIRMED

[Bug ld/24574] extern symbols in dlls are misleading under debugger

2019-05-17 Thread sbence92 at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=24574 szabo bence changed: What|Removed |Added CC||sbence92 at gmail dot com -- You are

[Bug ld/24567] Assertion failure in ldlang.c:6868 when compiling with -flto

2019-05-17 Thread ohngeonocaewoungooth at xff dot cz
https://sourceware.org/bugzilla/show_bug.cgi?id=24567 --- Comment #8 from Ondrej --- This also solved a similar failure while building gnutls on arm-linux-musleabihf, so it was the same issue. -- You are receiving this mail because: You are on the CC list for the bug.

[Bug ld/24567] Assertion failure in ldlang.c:6868 when compiling with -flto

2019-05-17 Thread cvs-commit at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=24567 --- Comment #7 from cvs-commit at gcc dot gnu.org --- The binutils-2_32-branch branch has been updated by Alan Modra : https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=f10648e0350707e0e51576c60f3f5b9cbb14ab75 commit

[Bug ld/24574] New: extern symbols in dlls are misleading under debugger

2019-05-17 Thread sbence92 at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=24574 Bug ID: 24574 Summary: extern symbols in dlls are misleading under debugger Product: binutils Version: 2.31 Status: UNCONFIRMED Severity: normal Priority: P2

[Bug ld/24567] Assertion failure in ldlang.c:6868 when compiling with -flto

2019-05-17 Thread ohngeonocaewoungooth at xff dot cz
https://sourceware.org/bugzilla/show_bug.cgi?id=24567 --- Comment #6 from Ondrej --- Thank you! I can confirm the patch fixes the compilation of openssl on aarch64-linux-musl. Previously, I also hit the same assertion in gnutls on different target architecture (which now makes a bit more sense,

[Bug ld/24567] Assertion failure in ldlang.c:6868 when compiling with -flto

2019-05-17 Thread amodra at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=24567 Alan Modra changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug ld/24567] Assertion failure in ldlang.c:6868 when compiling with -flto

2019-05-17 Thread cvs-commit at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=24567 --- Comment #4 from cvs-commit at gcc dot gnu.org --- The master branch has been updated by Alan Modra : https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=af4fa23fba220c1b26bb3c8a7996b406dcc181cc commit

[Bug ld/24567] Assertion failure in ldlang.c:6868 when compiling with -flto

2019-05-17 Thread amodra at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=24567 --- Comment #3 from Alan Modra --- I reproduced the problem using gcc-8 and openssl from git. The problem here is caused by libcrypto-lib-armcap.o being loaded twice. So why did that happen? Well, ld sets a flag for object files loaded

[Bug ld/24571] [avr] Relaxation does not shorten jmp or call to target at pc-relative range boundary

2019-05-17 Thread saaadhu at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=24571 Senthil Kumar Selvaraj changed: What|Removed |Added Target||avr

[Bug ld/24571] New: [avr] Relaxation does not shorten jmp or call to target at pc-relative range boundary

2019-05-17 Thread saaadhu at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=24571 Bug ID: 24571 Summary: [avr] Relaxation does not shorten jmp or call to target at pc-relative range boundary Product: binutils Version: 2.31 Status: NEW