[Bug ld/20537] Do not fail on overlapping FDEs in .eh_frame_hdr

2016-08-30 Thread nickc at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=20537 Nick Clifton changed: What|Removed |Added CC||nickc at redhat dot com --- Comment

[Bug ld/20537] Do not fail on overlapping FDEs in .eh_frame_hdr

2016-08-30 Thread nickc at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=20537 --- Comment #2 from Nick Clifton --- (In reply to Krzysztof Malinowski from comment #0) > and > there is no --no-eh-frame-hdr option to override that. It would be good if > such option could be provided I have not looked into the rest of

[Bug ld/20537] New: Do not fail on overlapping FDEs in .eh_frame_hdr

2016-08-30 Thread raspy27 at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=20537 Bug ID: 20537 Summary: Do not fail on overlapping FDEs in .eh_frame_hdr Product: binutils Version: 2.27 Status: UNCONFIRMED Severity: minor Priority: P2

[Bug binutils/20499] gprof: segmentation fault on invalid symbol file

2016-08-30 Thread tobias at stoeckmann dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=20499 Tobias Stoeckmann changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|---

[Bug binutils/20499] gprof: segmentation fault on invalid symbol file

2016-08-30 Thread cvs-commit at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=20499 --- Comment #16 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=c616591359a014fcfdb5acb48e70ecda0823fb46 commit

[Bug binutils/20499] gprof: segmentation fault on invalid symbol file

2016-08-30 Thread nickc at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=20499 --- Comment #17 from Nick Clifton --- (In reply to Tobias Stoeckmann from comment #13) > The check alone does not prevent the integer overflow in xmalloc()s argument. Good point. > I would recommend to bail out when encountering a file that

[Bug binutils/20499] gprof: segmentation fault on invalid symbol file

2016-08-30 Thread cvs-commit at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=20499 --- Comment #15 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=00927233079d1d65826fd611019e9167706b9ec6 commit

[Bug ld/20531] [Regression/2.27]: Not enough room for program headers, try linking with -N

2016-08-30 Thread amodra at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=20531 Alan Modra changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug ld/20531] [Regression/2.27]: Not enough room for program headers, try linking with -N

2016-08-30 Thread cvs-commit at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=20531 --- Comment #8 from cvs-commit at gcc dot gnu.org --- The binutils-2_27-branch branch has been updated by Alan Modra : https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=2a0b8eb7a7974ff7605cb3ba5dffa5abef286ffa

[Bug ld/20531] [Regression/2.27]: Not enough room for program headers, try linking with -N

2016-08-30 Thread cvs-commit at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=20531 --- Comment #7 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=8941017bc0226b60ce306d5271df15820ce66a53 commit

[Bug ld/20531] [Regression/2.27]: Not enough room for program headers, try linking with -N

2016-08-30 Thread glaubitz at physik dot fu-berlin.de
https://sourceware.org/bugzilla/show_bug.cgi?id=20531 --- Comment #6 from John Paul Adrian Glaubitz --- (In reply to Alan Modra from comment #5) > It's a missing "break". Awesome, that was quick. Thanks a lot! When fixing it, please don't forget the backport to the 2.27 branch so it will be

[Bug ld/20531] [Regression/2.27]: Not enough room for program headers, try linking with -N

2016-08-30 Thread amodra at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=20531 Alan Modra changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigned

[Bug ld/20531] [Regression/2.27]: Not enough room for program headers, try linking with -N

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

[Bug ld/20531] [Regression/2.27]: Not enough room for program headers, try linking with -N

2016-08-30 Thread glaubitz at physik dot fu-berlin.de
https://sourceware.org/bugzilla/show_bug.cgi?id=20531 --- Comment #3 from John Paul Adrian Glaubitz --- (In reply to Alan Modra from comment #2) > strip ran fine on tcpdump-t4oxHH/tcpdump-4.7.4/tcpdump from [1], producing the > same binary as

[Bug ld/20531] [Regression/2.27]: Not enough room for program headers, try linking with -N

2016-08-30 Thread amodra at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=20531 Alan Modra changed: What|Removed |Added CC||amodra at gmail dot com --- Comment #2

[Bug ld/20535] New: DSO1 needed by DSO2 linked into executable not found without -rpath-link, even though DT_RPATH and -rpath would find it

2016-08-30 Thread sbergman at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=20535 Bug ID: 20535 Summary: DSO1 needed by DSO2 linked into executable not found without -rpath-link, even though DT_RPATH and -rpath would find it Product: binutils

[Bug gold/20522] linking powerpc64le Linux kernel with --emit-relocs causes internal error in set_info_section, at output.h:3386

2016-08-30 Thread npiggin at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=20522 --- Comment #3 from npiggin at gmail dot com --- Revisiting this issue, the "internal error" does go away when modifying the linker script as you suggest. -- You are receiving this mail because: You are on the CC list for the bug.

[Bug gold/20523] powerpc64le kernel build with additional cross section references fails

2016-08-30 Thread npiggin at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=20523 npiggin at gmail dot com changed: What|Removed |Added Status|ASSIGNED|RESOLVED

[Bug ld/20475] Linking PIC executables with a linker script that does not place _GLOBAL_OFFSET_TABLE_ results in incorrect relocation

2016-08-30 Thread whitequark at whitequark dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=20475 --- Comment #10 from whitequark at whitequark dot org --- Unfortunately the problem resists my attempts to write a minimal testcase. I do not have any more time to spend debugging this, although I will gladly test any suggestions. As a fix, I

[Bug ld/20475] Linking PIC executables with a linker script that does not place _GLOBAL_OFFSET_TABLE_ results in incorrect relocation

2016-08-30 Thread whitequark at whitequark dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=20475 whitequark at whitequark dot org changed: What|Removed |Added Status|RESOLVED|UNCONFIRMED

[Bug ld/16345] ld emits errors on .eh_frame from partial linking

2016-08-30 Thread bruno at defraine dot net
https://sourceware.org/bugzilla/show_bug.cgi?id=16345 Bruno De Fraine changed: What|Removed |Added CC||bruno at defraine dot net ---

[Bug ld/17666] ld -r may create reloc sections with unordered relocs

2016-08-30 Thread bruno at defraine dot net
https://sourceware.org/bugzilla/show_bug.cgi?id=17666 Bruno De Fraine changed: What|Removed |Added CC||bruno at defraine dot net ---

[Bug gold/20523] powerpc64le kernel build with additional cross section references fails

2016-08-30 Thread cvs-commit at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=20523 --- Comment #5 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=57f6d32deafcfec43bef5e963e12aacc0783a1e4 commit