[Bug ld/26404] ld: INSERT [AFTER|BEFORE] variant for extension purposes

2020-09-16 Thread i at maskray dot me
https://sourceware.org/bugzilla/show_bug.cgi?id=26404 --- Comment #1 from Fangrui Song --- Another use case. GCC ipa-preorder (call graph profiling) https://gcc.gnu.org/legacy-ml/gcc-patches/2019-09/msg01142.html If such an extension exists, users don't have to upgrade binutils to have *(SORT(.

[Bug gas/26556] relax_segment calculates incorrect target frag when OCTETS_PER_BYTE > 1

2020-09-16 Thread tuckkern+sourceware at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=26556 --- Comment #3 from Tucker --- Sure thing Nick. I've attached some assembly that showcases the issue. To reproduce, build a target with OCTETS_PER_BYTE_POWER set to 1. I choose MSP430 as a victim. Normal MSP430: Num:Value Size Type

[Bug gas/26556] relax_segment calculates incorrect target frag when OCTETS_PER_BYTE > 1

2020-09-16 Thread tuckkern+sourceware at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=26556 --- Comment #2 from Tucker --- Created attachment 12846 --> https://sourceware.org/bugzilla/attachment.cgi?id=12846&action=edit Minimal example showcasing problem -- You are receiving this mail because: You are on the CC list for the bug.

[Bug ld/26626] Provide a hook to customize missing library error handling

2020-09-16 Thread nickc at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=26626 Nick Clifton changed: What|Removed |Added CC||nickc at redhat dot com --- Comment #2

[Bug ld/26547] erroneous address relocation using Microsoft COFF .OBJ linked to .ELF x86_64

2020-09-16 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=26547 H.J. Lu changed: What|Removed |Added Resolution|--- |DUPLICATE Status|WAITING

[Bug ld/26583] R_X86_64_PC32 relocation against data symbol is mishandled

2020-09-16 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=26583 H.J. Lu changed: What|Removed |Added Status|NEW |RESOLVED Target Milestone|---

[Bug ld/26584] erroneous address relocation: Microsoft COFF OPTIMIZED code linked to .ELF using ld

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

[Bug ld/26583] R_X86_64_PC32 relocation against data symbol is mishandled

2020-09-16 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=26583 --- Comment #18 from H.J. Lu --- *** Bug 26547 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are on the CC list for the bug.

[Bug ld/26547] erroneous address relocation using Microsoft COFF .OBJ linked to .ELF x86_64

2020-09-16 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=26547 Bug 26547 depends on bug 26584, which changed state. Bug 26584 Summary: erroneous address relocation: Microsoft COFF OPTIMIZED code linked to .ELF using ld https://sourceware.org/bugzilla/show_bug.cgi?id=26584 What|Removed

[Bug ld/26583] R_X86_64_PC32 relocation against data symbol is mishandled

2020-09-16 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=26583 --- Comment #19 from H.J. Lu --- *** Bug 26584 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are on the CC list for the bug.

[Bug ld/26547] erroneous address relocation using Microsoft COFF .OBJ linked to .ELF x86_64

2020-09-16 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=26547 Bug 26547 depends on bug 26583, which changed state. Bug 26583 Summary: R_X86_64_PC32 relocation against data symbol is mishandled https://sourceware.org/bugzilla/show_bug.cgi?id=26583 What|Removed |Added ---

[Bug ld/26583] R_X86_64_PC32 relocation against data symbol is mishandled

2020-09-16 Thread cvs-commit at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=26583 --- Comment #16 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=36068e2fa5460e6cfa1f5f359df6f37c497aab50 commit 36068e2fa5460e6cfa1f5f359df6f37

[Bug ld/26554] SIGSEGV in pe_dll_generate_implib

2020-09-16 Thread markus.boeck02 at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=26554 Markus Böck changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug ld/26626] Provide a hook to customize missing library error handling

2020-09-16 Thread sguelton at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=26626 --- Comment #1 from sguelton at redhat dot com --- For reference, cross posted to https://reviews.llvm.org/D87758 -- You are receiving this mail because: You are on the CC list for the bug.

[Bug ld/26626] Provide a hook to customize missing library error handling

2020-09-16 Thread sguelton at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=26626 sguelton at redhat dot com changed: What|Removed |Added Summary|Provide a hook to customize |Provide a hook to customiz

[Bug ld/26626] New: Provide a hook to customize missing library

2020-09-16 Thread sguelton at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=26626 Bug ID: 26626 Summary: Provide a hook to customize missing library Product: binutils Version: unspecified Status: NEW Severity: normal Priority: P2 Component:

[Bug ld/26554] SIGSEGV in pe_dll_generate_implib

2020-09-16 Thread nickc at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=26554 Nick Clifton changed: What|Removed |Added CC||nickc at redhat dot com --- Comment #1

[Bug gas/26556] relax_segment calculates incorrect target frag when OCTETS_PER_BYTE > 1

2020-09-16 Thread nickc at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=26556 Nick Clifton changed: What|Removed |Added CC||nickc at redhat dot com --- Comment #1

[Bug ld/26589] ld segfaulting building uClibc-ng 1.0.35 for crisv32-linux

2020-09-16 Thread wbx at openadk dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=26589 --- Comment #8 from wbx at openadk dot org --- Hi, the build completes, I can confirm that the bug is fixed. thanks Waldemar -- You are receiving this mail because: You are on the CC list for the bug.

[Bug binutils/26623] buffer overflow in ppc_symbol_is_valid

2020-09-16 Thread amodra at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=26623 Alan Modra changed: What|Removed |Added Resolution|--- |FIXED Target Milestone|---

[Bug binutils/26623] buffer overflow in ppc_symbol_is_valid

2020-09-16 Thread cvs-commit at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=26623 --- Comment #1 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=ec74481d7e4afbc89e3785d22659d3897af36956 commit ec74481d7e4afbc89e3785d22659d