[Bug ld/19623] regression: erroneous relocation for symbols in absolute section (vma == 0)

2016-02-24 Thread winter-...@bfw-online.de
https://sourceware.org/bugzilla/show_bug.cgi?id=19623 winter-...@bfw-online.de changed: What|Removed |Added Summary|regression: missing |regression: erroneous

[Bug binutils/19698] [2.26 Regression] mysql qt4 driver plugin not able to open libmysqlclient.so

2016-02-24 Thread glebfm at altlinux dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=19698 Gleb Fotengauer-Malinovskiy changed: What|Removed |Added CC||glebfm at altlinux dot

[Bug ld/19724] linker script support of (hidden) "FOO@BAR" = foo; is broken

2016-02-24 Thread glebfm at altlinux dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=19724 Gleb Fotengauer-Malinovskiy changed: What|Removed |Added Status|NEW |RESOLVED

[Bug ld/19724] New: linker script support of (hidden) "FOO@BAR" = foo; is broken

2016-02-24 Thread glebfm at altlinux dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=19724 Bug ID: 19724 Summary: linker script support of (hidden) "FOO@BAR" = foo; is broken Product: binutils Version: 2.27 (HEAD) Status: NEW Severity: normal

[Bug binutils/19698] [2.26 Regression] mysql qt4 driver plugin not able to open libmysqlclient.so

2016-02-24 Thread cvs-commit at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=19698 --- Comment #19 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=0f550b3df1d4ae31d12505cf93981313c9c6dd25 commit

[Bug binutils/19698] [2.26 Regression] mysql qt4 driver plugin not able to open libmysqlclient.so

2016-02-24 Thread dura911111 at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=19698 --- Comment #18 from dura --- I can confirm that building mariadb with binutils-2.26, with your patch and without 422f11824b3abf6c71042e2ee3aed572f250fc89422f11824b3abf6c71042e2ee3aed572f250fc89 reversed produce a libmysqlclient.so that does

[Bug binutils/19722] New: [libopcodes] [Aarch64] Undefined SIMD instruction not marked undefined

2016-02-24 Thread njholcomb at wi dot rr.com
https://sourceware.org/bugzilla/show_bug.cgi?id=19722 Bug ID: 19722 Summary: [libopcodes] [Aarch64] Undefined SIMD instruction not marked undefined Product: binutils Version: 2.26 Status: NEW Severity: normal

[Bug binutils/19721] New: [libopcodes] [Aarch64] Incorrect aliasing for ORR instruction

2016-02-24 Thread njholcomb at wi dot rr.com
https://sourceware.org/bugzilla/show_bug.cgi?id=19721 Bug ID: 19721 Summary: [libopcodes] [Aarch64] Incorrect aliasing for ORR instruction Product: binutils Version: 2.26 Status: NEW Severity: normal

[Bug ld/19480] [2.26.51 regression] ld creates wrong output for libstdc++6.dll for mingw32 (32-bit)

2016-02-24 Thread nickc at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=19480 Nick Clifton changed: What|Removed |Added Status|NEW |ASSIGNED --- Comment #4 from Nick

[Bug ld/19480] [2.26.51 regression] ld creates wrong output for libstdc++6.dll for mingw32 (32-bit)

2016-02-24 Thread nickc at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=19480 --- Comment #5 from Nick Clifton --- Created attachment 9035 --> https://sourceware.org/bugzilla/attachment.cgi?id=9035=edit Update PE linker script to KEEP more sections -- You are receiving this mail because: You are on the CC list for

[Bug binutils/19698] [2.26 Regression] mysql qt4 driver plugin not able to open libmysqlclient.so

2016-02-24 Thread rguenth at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=19698 Richard Guenther changed: What|Removed |Added CC||rguenth at gcc dot gnu.org --

[Bug ld/19623] regression: missing relocation for symbols in discarded section

2016-02-24 Thread winter-...@bfw-online.de
https://sourceware.org/bugzilla/show_bug.cgi?id=19623 --- Comment #4 from winter-...@bfw-online.de --- Reading further in the source code (and guessing a lot) maybe the we have a section named A with VMA = 0 which means it requires no immediate relocation. Later on when the linker adds new object

[Bug ld/19623] regression: missing relocation for symbols in discarded section

2016-02-24 Thread winter-...@bfw-online.de
https://sourceware.org/bugzilla/show_bug.cgi?id=19623 --- Comment #3 from winter-...@bfw-online.de --- Created attachment 9034 --> https://sourceware.org/bugzilla/attachment.cgi?id=9034=edit gdb session with ld -- You are receiving this mail because: You are on the CC list for the bug.

[Bug ld/19623] regression: missing relocation for symbols in discarded section

2016-02-24 Thread winter-...@bfw-online.de
https://sourceware.org/bugzilla/show_bug.cgi?id=19623 --- Comment #2 from winter-...@bfw-online.de --- Hi Nick, so it is quite hard to make up the scenario as one needs to design a COFF structure just like the problematic one. Maybe debugging the linker can resolve this more quickly. While