[Bug binutils/24829] readelf: interger overflow in apply_relocations

2019-08-05 Thread cvs-commit at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=24829 --- Comment #3 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=e17869db99195849826eaaf5d2d0eb2cfdd7a2a7 commit e17869db99195849826eaaf5d2d

[Bug binutils/24829] readelf: interger overflow in apply_relocations

2019-08-05 Thread nickc at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=24829 Nick Clifton changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug ld/24873] gcc -flto objects result in --start-group … --end-group failure to include --as-needed libraries

2019-08-05 Thread dilyan.palauzov at aegee dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=24873 --- Comment #7 from dilyan.palauzov at aegee dot org --- With meson 0.48 and below, the configure phase terminates with Meson encountered an error in file meson.build, line 672, column 1: Native dependency 'check' not found With meson 0.49 th

[Bug ld/24873] gcc -flto objects result in --start-group … --end-group failure to include --as-needed libraries

2019-08-05 Thread dilyan.palauzov at aegee dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=24873 --- Comment #8 from dilyan.palauzov at aegee dot org --- Why doesn’t LD -Y/--TRACE-SYMBOL provide useful information about the location of the symbol. Transient LTO files as result of -Y are not useful information. -- You are receiving this

[Bug ld/24874] ld: --gc-sections reorders GNU build attributes

2019-08-05 Thread cvs-commit at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=24874 --- 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=276cbbdf990f3f09acacdf3d9603b054ac7d29da commit 276cbbdf990f3f09acacdf3d960

[Bug ld/24874] ld: --gc-sections reorders GNU build attributes

2019-08-05 Thread nickc at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=24874 Nick Clifton changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Bug ld/24881] New: x86_64-linux-gnu-ld.bfd does not convert instructions for GOTPCRELX if output format is binary

2019-08-05 Thread kariya_mitsuru at hotmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=24881 Bug ID: 24881 Summary: x86_64-linux-gnu-ld.bfd does not convert instructions for GOTPCRELX if output format is binary Product: binutils Version: 2.32 Status: UNCONFIRM

[Bug ld/24881] x86_64-linux-gnu-ld.bfd does not convert instructions for GOTPCRELX if output format is binary

2019-08-05 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=24881 H.J. Lu changed: What|Removed |Added CC||hjl.tools at gmail dot com --- Comment #1 f

[Bug ld/24873] gcc -flto objects result in --start-group … --end-group failure to include --as-needed libraries

2019-08-05 Thread amodra at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=24873 Alan Modra changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug ld/24873] gcc -flto objects result in --start-group … --end-group failure to include --as-needed libraries

2019-08-05 Thread amodra at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=24873 --- Comment #9 from Alan Modra --- > At https://mail.aegee.org/dpa/ld24873/ Thanks, and nicely included your libcheck.a, which contains the LTO objects triggering this bug. After building myself a new gcc-8 (debugging LTO linker problems req

[Bug ld/24873] gcc -flto objects result in --start-group … --end-group failure to include --as-needed libraries

2019-08-05 Thread amodra at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=24873 --- Comment #10 from Alan Modra --- OK, so the LTO recompiled object is being inserted before libcheck.a, which is fine, inside --start-group/--end-group. However, reloading of archives (and checking --as-needed DSOs again) is disabled until

[Bug ld/24873] gcc -flto objects result in --start-group … --end-group failure to include --as-needed libraries

2019-08-05 Thread cvs-commit at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=24873 --- Comment #12 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=128bf1fe608badb59d27f9c5c8ffb1a6a6d9d811 commit 128bf1fe608badb59d27f9c5c8ff

[Bug ld/24873] gcc -flto objects result in --start-group … --end-group failure to include --as-needed libraries

2019-08-05 Thread cvs-commit at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=24873 --- Comment #11 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=b02c4f162335ed055964f603ba3aca18b0e5c5bf commit b02c4f162335ed055964f603ba3a

[Bug ld/24873] gcc -flto objects result in --start-group … --end-group failure to include --as-needed libraries

2019-08-05 Thread amodra at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=24873 Alan Modra changed: What|Removed |Added Status|NEW |RESOLVED CC|amodra at gm