[Bug ld/21884] [2.29/2.30 Regression] ld segfaulting building memtest86

2017-08-02 Thread cvs-commit at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=21884 --- 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=2e9246e077cdbbff0a56a810c5750cc895382ba3 commit 2e9246e077cdbbff0a56a810c575

[Bug gold/21894] New: gdb-index fails to parse debug_ranges base address specifiers in 32 bit address files

2017-08-02 Thread dblaikie at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=21894 Bug ID: 21894 Summary: gdb-index fails to parse debug_ranges base address specifiers in 32 bit address files Product: binutils Version: unspecified Status: UNCONFIRMED

[Bug ld/21884] [2.29/2.30 Regression] ld segfaulting building memtest86

2017-08-02 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=21884 H.J. Lu changed: What|Removed |Added Target Milestone|--- |2.30 --- Comment #9 from H.J. Lu --- Fixed

[Bug ld/21884] [2.29/2.30 Regression] ld segfaulting building memtest86

2017-08-02 Thread cvs-commit at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=21884 --- Comment #10 from cvs-commit at gcc dot gnu.org --- The binutils-2_29-branch branch has been updated by H.J. Lu : https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=a388b7afeffad6411686d39dc1c62294da48a814 commit a388b7afeffad6411

[Bug ld/21884] [2.29/2.30 Regression] ld segfaulting building memtest86

2017-08-02 Thread cvs-commit at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=21884 --- Comment #8 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=db99ecc08f5b66fbe9cb72e90352c7f77ec71a6e commit db99ecc08f5b66fbe9cb72e90352c7f7

[Bug ld/21884] [2.29/2.30 Regression] ld segfaulting building memtest86

2017-08-02 Thread nickc at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=21884 --- Comment #7 from Nick Clifton --- Hi H.J., > I prefer a different patch in comment 5, which also includes a testcase. > There is no need to check ELF section header at all if output isn't ELF. That makes sense. I have approved your patch

[Bug ld/21884] [2.29/2.30 Regression] ld segfaulting building memtest86

2017-08-02 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=21884 --- Comment #6 from H.J. Lu --- (In reply to Nick Clifton from comment #4) > Hi Matthias, > > Thanks for reporting this problem. I have checked in a patch to fix the > issue - the orphan section placement code was assuming that it was >

[Bug ld/21884] [2.29/2.30 Regression] ld segfaulting building memtest86

2017-08-02 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=21884 --- Comment #5 from H.J. Lu --- Created attachment 10310 --> https://sourceware.org/bugzilla/attachment.cgi?id=10310&action=edit A patch -- You are receiving this mail because: You are on the CC list for the bug. __

[Bug binutils/21702] ar cannot handle (slim) LTO object files when in MRI script mode

2017-08-02 Thread spam.martin.schulze at gmx dot de
https://sourceware.org/bugzilla/show_bug.cgi?id=21702 --- Comment #8 from Martin Schulze --- I'll keep my eyes open. Thanks for the fast solution. -- You are receiving this mail because: You are on the CC list for the bug. ___ bug-binutils mailing lis

[Bug binutils/21702] ar cannot handle (slim) LTO object files when in MRI script mode

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

[Bug binutils/21702] ar cannot handle (slim) LTO object files when in MRI script mode

2017-08-02 Thread cvs-commit at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=21702 --- Comment #6 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=70b0cf90bc6c071895b989666bcf3e6eca7b99ce commit 70b0cf90bc6c071895b989666bc

[Bug ld/21884] [2.29/2.30 Regression] ld segfaulting building memtest86

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

[Bug ld/21884] [2.29/2.30 Regression] ld segfaulting building memtest86

2017-08-02 Thread cvs-commit at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=21884 --- 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=ddff3d84be42fa80c2c9aaa635f2b9269e74e4f9 commit ddff3d84be42fa80c2c9aaa635f

[Bug ld/21884] [2.29/2.30 Regression] ld segfaulting building memtest86

2017-08-02 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=21884 --- Comment #2 from H.J. Lu --- [hjl@gnu-tools-1 pr21884]$ cat x.t OUTPUT_FORMAT("binary") ENTRY(_main); SECTIONS { . = 0; .setup : { *(.setup) } } [hjl@gnu-tools-1 pr21884]$ cat x.s .text .globl _main

[Bug ld/21884] [2.29/2.30 Regression] ld segfaulting building memtest86

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

[Bug binutils/21702] ar cannot handle (slim) LTO object files when in MRI script mode

2017-08-02 Thread spam.martin.schulze at gmx dot de
https://sourceware.org/bugzilla/show_bug.cgi?id=21702 --- Comment #5 from Martin Schulze --- Sorry about the confusion, I see now that it was worded ambiguously. I tried the patch and it works. -- You are receiving this mail because: You are on the CC list for the bug. _