[Bug ld/24276] [2.31/2.32 Regression] segfault in elf_x86_64_check_relocs

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

[Bug ld/24276] [2.31/2.32 Regression] segfault in elf_x86_64_check_relocs

2019-02-27 Thread cvs-commit at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=24276 --- Comment #6 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=5cfe428cd1788be52a0af540f02b8f2705354d50 commit

[Bug ld/24276] [2.31/2.32 Regression] segfault in elf_x86_64_check_relocs

2019-02-27 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=24276 --- Comment #5 from H.J. Lu --- A patch: https://sourceware.org/ml/binutils/2019-02/msg00130.html -- You are receiving this mail because: You are on the CC list for the bug. ___ bug-binutils

[Bug ld/24276] [2.31/2.32 Regression] segfault in elf_x86_64_check_relocs

2019-02-27 Thread wferi at niif dot hu
https://sourceware.org/bugzilla/show_bug.cgi?id=24276 Ferenc Wágner changed: What|Removed |Added CC||wferi at niif dot hu -- You are

[Bug ld/24276] [2.31/2.32 Regression] segfault in elf_x86_64_check_relocs

2019-02-27 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=24276 --- Comment #4 from H.J. Lu --- [hjl@gnu-cfl-1 pr24276]$ cat x.c int __attribute__((section("my_section"))) a[2] = {0x1234, 0x5678}; extern int __start_my_section; int foo () { int* ap = &__start_my_section; return ap[0]; }

[Bug ld/24276] [2.31/2.32 Regression] segfault in elf_x86_64_check_relocs

2019-02-27 Thread doko at debian dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=24276 --- Comment #3 from Matthias Klose --- there's a custom linker script in the libqb source $ cat lib/qblog_script.ld.in #include /* GNU ld script This atypical arrangement enforces global visibility of boundary symbols

[Bug ld/24276] [2.31/2.32 Regression] segfault in elf_x86_64_check_relocs

2019-02-27 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=24276 H.J. Lu changed: What|Removed |Added Assignee|unassigned at sourceware dot org |hjl.tools at gmail dot com

[Bug ld/24276] [2.31/2.32 Regression] segfault in elf_x86_64_check_relocs

2019-02-27 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=24276 H.J. Lu changed: What|Removed |Added CC|hjl at sourceware dot org |hjl.tools at gmail dot com -- You

[Bug ld/24276] [2.31/2.32 Regression] segfault in elf_x86_64_check_relocs

2019-02-27 Thread doko at debian dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=24276 --- Comment #2 from Matthias Klose --- no, I see this on the x86_64 Debian buildds as well, so doesn't seem to be related. -- You are receiving this mail because: You are on the CC list for the bug.

[Bug ld/24276] [2.31/2.32 Regression] segfault in elf_x86_64_check_relocs

2019-02-27 Thread nickc at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=24276 Nick Clifton changed: What|Removed |Added CC||nickc at redhat dot com --- Comment

[Bug ld/24276] [2.31/2.32 Regression] segfault in elf_x86_64_check_relocs

2019-02-27 Thread doko at debian dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=24276 Matthias Klose changed: What|Removed |Added Target||x86_64-linux-gnu