[Bug gold/26200] ld terminated with signal 11 with LTO and -Wl,--thread-count=2

2020-11-08 Thread cvs-commit at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=26200 --- Comment #12 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=d4820dac5e7608e24fba6d08cde9248b4c4b2928 commit d4820dac5e7608e24fba6d08cde9248

[Bug gold/26200] ld terminated with signal 11 with LTO and -Wl,--thread-count=2

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

[Bug binutils/16177] R_ARM_COPY reloc generated for reference in writable section

2020-11-08 Thread sourceware at sub dot monoid.al
https://sourceware.org/bugzilla/show_bug.cgi?id=16177 Joe Hermaszewski changed: What|Removed |Added CC||sourceware at sub dot monoid.al --

[Bug binutils/16177] R_ARM_COPY reloc generated for reference in writable section

2020-11-08 Thread sourceware at sub dot monoid.al
https://sourceware.org/bugzilla/show_bug.cgi?id=16177 --- Comment #11 from Joe Hermaszewski --- To reproduce, - Get a copy of the ncurses 6.2 source - With binutils (with the patch), and gcc in PATH (both cross compiling to armv7l-unknown-linux-gnueabihf) - CXX=armv7l-unknown-linux-gnueabihf-g++

[Bug binutils/16177] R_ARM_COPY reloc generated for reference in writable section

2020-11-08 Thread sourceware at sub dot monoid.al
https://sourceware.org/bugzilla/show_bug.cgi?id=16177 --- Comment #12 from Joe Hermaszewski --- A much more simple reproducer for the error message I mentioned (from GHC's configure script): cat >actest.s <<-EOF .globl _start .p2align 4 _start: bkpt .data .globl data_object object_refer