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

2017-04-06 Thread bgamari at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=16177 --- Comment #4 from Ben Gamari --- Unfortunately my ARM hardware bit the dust. I'm waiting to take shipment of a new board and will test when it arrives. -- You are receiving this mail because: You are on the CC list for the bug. ___

[Bug ld/21351] documentation for --relax

2017-04-06 Thread nickc at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=21351 Nick Clifton changed: What|Removed |Added CC||nickc at redhat dot com --- Comment #1

relocation information disappears

2017-04-06 Thread Katsuya TANAKA
w.c #include extern int debug_f __attribute__ ((weak)); int main(int, char *[]); int main(int argc, char *argv[]) { printf("flag %d", debug_f); } w.c # ~/x-tools/arm-unknown-linux-gnueabi/bin/arm-unknown-linux-gnueabi-gcc -march=armv7-a -o w w.c # ~/x-tool

[Bug ld/21334] [MIPS] Undefined hidden symbols cause assertion failure bfd/elfxx-mips.c:3860

2017-04-06 Thread james410 at cowgill dot org.uk
https://sourceware.org/bugzilla/show_bug.cgi?id=21334 --- Comment #5 from James Cowgill --- Maciej, your fix does fix my testcase, but doesn't seem to fix supermin. I now get this error repeatedly when I try to build supermin or build anything statically: ./ld: BFD (GNU Binutils) 2.28.51.2017040

[Bug ld/21334] [MIPS] Undefined hidden symbols cause assertion failure bfd/elfxx-mips.c:3860

2017-04-06 Thread ma...@linux-mips.org
https://sourceware.org/bugzilla/show_bug.cgi?id=21334 Maciej W. Rozycki changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|