[Bug binutils/19854] Build fails with gcc<4.9: -Wstack-usage not support

2016-03-22 Thread vapier at gentoo dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=19854 Mike Frysinger changed: What|Removed |Added Assignee|unassigned at sourceware dot org |nickc at redhat dot com -- Y

[Bug binutils/19854] Build fails with gcc<4.9: -Wstack-usage not support

2016-03-22 Thread nickc at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=19854 Nick Clifton changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Bug binutils/4933] windres does not escape path with spaces in them

2016-03-22 Thread nickc at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=4933 --- Comment #10 from Nick Clifton --- Created attachment 9119 --> https://sourceware.org/bugzilla/attachment.cgi?id=9119&action=edit Proposed patch Could someone please try out this *experimental* patch and let me know if it works ? Cheers

[Bug binutils/19854] New: Build fails with gcc<4.9: -Wstack-usage not support

2016-03-22 Thread faraz.shahbazker at imgtec dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=19854 Bug ID: 19854 Summary: Build fails with gcc<4.9: -Wstack-usage not support Product: binutils Version: 2.27 (HEAD) Status: NEW Severity: normal Priority: P2 Co

[Bug binutils/4933] windres does not escape path with spaces in them

2016-03-22 Thread nickc at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=4933 --- Comment #9 from Nick Clifton --- Hmm, reads title of the PR OK so we need to escape the spaces in the name. Hang on sec then... -- You are receiving this mail because: You are on the CC list for the bug. __

[Bug binutils/4933] windres does not escape path with spaces in them

2016-03-22 Thread nickc at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=4933 Nick Clifton changed: What|Removed |Added CC||nickc at redhat dot com --- Comment #8

[Bug ld/19795] LD crash on mipsel aborting at ../../bfd/merge.c:909 in _bfd_merged_section_offset

2016-03-22 Thread nickc at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=19795 Nick Clifton changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug ld/17334] building gcc-4.5.4 hits BFD (GNU Binutils) 2.25 assertion fail elf32-bfin.c:4457

2016-03-22 Thread nickc at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=17334 --- Comment #9 from Nick Clifton --- Created attachment 9118 --> https://sourceware.org/bugzilla/attachment.cgi?id=9118&action=edit Proposed patch Hi Waldemar, Does this patch fix the problem ? I still do not like removing this assert

[Bug gold/19842] LTO build fails to write call address for weak symbol reference

2016-03-22 Thread ccoutant at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=19842 --- Comment #30 from Cary Coutant --- > The LTO symbols are of course not the > final symbols but only tentative definitions. When merging symbols, if we > see a weak symbol in a non-LTO object after seeing the tentative definition > from an

[Bug ld/19480] [2.26.51 regression] ld creates wrong output for libstdc++6.dll for mingw32 (32-bit)

2016-03-22 Thread nickc at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=19480 --- Comment #10 from Nick Clifton --- Hi Stephen, Did you see the patch for PR 19531 go in ? I think that it might be relevant here too.. The only other thing that I can think of is the new, extra, patch that has been uploaded to PR 19803.

[Bug gold/19842] LTO build fails to write call address for weak symbol reference

2016-03-22 Thread hubicka at ucw dot cz
https://sourceware.org/bugzilla/show_bug.cgi?id=19842 --- Comment #29 from hubicka at ucw dot cz --- > /* Skip weak definitions of symbols that are already defined. */ > if (newdef && olddef && newweak) > { > /* Don't skip new non-IR weak syms. */ > if (!(oldbfd != NULL >

[Bug ld/19851] Binutils fails to build with -O0

2016-03-22 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=19851 H.J. Lu changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|---

[Bug ld/19851] Binutils fails to build with -O0

2016-03-22 Thread nickc at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=19851 --- Comment #8 from Nick Clifton --- Hi H.J. OK - I have checked the patch in. Are there any more problems, or can this PR be closed now ? Cheers Nick -- You are receiving this mail because: You are on the CC list for the bug. ___

[Bug ld/19851] Binutils fails to build with -O0

2016-03-22 Thread cvs-commit at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=19851 --- Comment #7 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=34b9f7292f9c75d09c169a293c1f021eb97517ca commit 34b9f7292f9c75d09c169a293c1

[Bug ld/19851] Binutils fails to build with -O0

2016-03-22 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=19851 --- Comment #6 from H.J. Lu --- (In reply to Nick Clifton from comment #5) > Created attachment 9117 [details] > Proposed patch > > Hi H.J. > > The compiler that I am using does not generate these warnings, so please > could you try out th

[Bug gold/19842] LTO build fails to write call address for weak symbol reference

2016-03-22 Thread amodra at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=19842 --- Comment #28 from Alan Modra --- I was just trying to answer comment #21. In that narrow context I didn't understand your mention of "non-LTO object", and thought you must mean a -ffat-lto-objects file. So let's forget that, and ignore my

[Bug ld/19851] Binutils fails to build with -O0

2016-03-22 Thread nickc at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=19851 --- Comment #5 from Nick Clifton --- Created attachment 9117 --> https://sourceware.org/bugzilla/attachment.cgi?id=9117&action=edit Proposed patch Hi H.J. The compiler that I am using does not generate these warnings, so please could you

[Bug ld/19531] ld fails to build proper executables in several cases on x64_64-w64-mingw32

2016-03-22 Thread nickc at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=19531 Nick Clifton changed: What|Removed |Added Status|NEW |ASSIGNED --- Comment #16 from Nick Cli

[Bug ld/19803] gc-sections breaks PE DLL variable export

2016-03-22 Thread nickc at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=19803 --- Comment #17 from Nick Clifton --- Created attachment 9115 --> https://sourceware.org/bugzilla/attachment.cgi?id=9115&action=edit patch to add _ prefixed exported names Hi Martin, OK - I have checked the current patch in. Does this

[Bug ld/19803] gc-sections breaks PE DLL variable export

2016-03-22 Thread cvs-commit at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=19803 --- 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=4153b6dbb0f38a16fd5b583761aa811212fbb9a5 commit 4153b6dbb0f38a16fd5b583761

[Bug binutils/19850] [Fix] Wrong parsing attribute in DW_FORM_flag_present form. (Info pointer Warning) + Patch

2016-03-22 Thread amodra at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=19850 Alan Modra changed: What|Removed |Added Status|WAITING |RESOLVED CC|

[Bug binutils/19850] [Fix] Wrong parsing attribute in DW_FORM_flag_present form. (Info pointer Warning) + Patch

2016-03-22 Thread cvs-commit at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=19850 --- Comment #2 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=a97fbc7e3ca781b8d95ed8591c6ee65f2d8a798a commit a97fbc7e3ca781b8d95ed8591c6ee

[Bug ld/19851] Binutils fails to build with -O0

2016-03-22 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=19851 H.J. Lu changed: What|Removed |Added Status|RESOLVED|REOPENED Version|2.26

[Bug gold/19002] .eh_frame error: "no .eh_frame_hdr table will be created" with gold

2016-03-22 Thread gregory.masters at hds dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=19002 --- Comment #7 from Greg Masters --- Thanks for the fix. I agree, I think the warning would be useful. -- You are receiving this mail because: You are on the CC list for the bug. ___ bug-binutils

[Bug ld/19851] Binutils fails to build with -O0

2016-03-22 Thread nickc at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=19851 --- Comment #3 from Nick Clifton --- Thanks Alan, I thought that this might be the problem, but I could not find a way to reproduce the failure in order to test a fix. Cheers Nick -- You are receiving this mail because: You are on the

[Bug ld/19803] gc-sections breaks PE DLL variable export

2016-03-22 Thread martin.koegler at chello dot at
https://sourceware.org/bugzilla/show_bug.cgi?id=19803 --- Comment #15 from martin.koegler at chello dot at --- The remaining i686-w64-mingw32 problem: It uses a different symbol name different to the exported symbol name: Eg. testval is exported, but the symbol in the .o file is called _testval.

[Bug gold/19842] LTO build fails to write call address for weak symbol reference

2016-03-22 Thread ccoutant at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=19842 --- Comment #27 from Cary Coutant --- > The case where this came up is when we are merging the optimised object, and > were given a weak symbol. The non-LTO object (from -ffat-lto-objects) isn't > loaded if the plugin claims the object. Sorr