[Bug gold/12485] Support for automatic linking via pragma

2011-02-28 Thread olafvdspek at gmail dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=12485 --- Comment #1 from Olaf van der Spek 2011-02-28 15:20:38 UTC --- Somebody? -- Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are on the CC list for the bug.

[Bug ld/12507] Can't build a program with -flto -nostdlib

2011-02-28 Thread hjl.tools at gmail dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=12507 H.J. Lu changed: What|Removed |Added Status|NEW |RESOLVED Component|gold

[Bug gold/12485] Support for automatic linking via pragma

2011-02-28 Thread ian at airs dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=12485 --- Comment #2 from Ian Lance Taylor 2011-02-28 16:13:05 UTC --- It sounds like a reasonable idea to me, but to be honest it is not high on my priority list. No existing Unix linker works that way. The gold linker is free software, so brand

[Bug binutils/4356] windres fails on files with spaces

2011-02-28 Thread denpashogai at gmail dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=4356 Oisín changed: What|Removed |Added CC||denpashogai at gmail dot |

[Bug gold/12485] Support for automatic linking via pragma

2011-02-28 Thread hjl.tools at gmail dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=12485 H.J. Lu changed: What|Removed |Added CC||hjl.tools at gmail dot com --- Comment #3 fr

[Bug binutils/12523] New: readelf doesn't reset dynamic_info_DT_GNU_HASH

2011-02-28 Thread akos.pasztory at gmail dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=12523 Summary: readelf doesn't reset dynamic_info_DT_GNU_HASH Product: binutils Version: 2.22 (HEAD) Status: NEW Severity: normal Priority: P2 Component: binutils Assign

[Bug gold/12485] Support for automatic linking via pragma

2011-02-28 Thread ccoutant at google dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=12485 Cary Coutant changed: What|Removed |Added CC||ccoutant at google dot com --- Comment

[Bug binutils/12523] readelf doesn't reset dynamic_info_DT_GNU_HASH

2011-02-28 Thread cvs-commit at gcc dot gnu.org
http://sourceware.org/bugzilla/show_bug.cgi?id=12523 --- Comment #1 from cvs-commit at gcc dot gnu.org 2011-03-01 00:02:36 UTC --- CVSROOT:/cvs/src Module name:src Changes by:amo...@sourceware.org2011-03-01 00:02:33 Modified files: binutils : ChangeLog readelf.c Log m

[Bug binutils/12523] readelf doesn't reset dynamic_info_DT_GNU_HASH

2011-02-28 Thread cvs-commit at gcc dot gnu.org
http://sourceware.org/bugzilla/show_bug.cgi?id=12523 --- Comment #2 from cvs-commit at gcc dot gnu.org 2011-03-01 00:02:41 UTC --- CVSROOT:/cvs/src Module name:src Branch: binutils-2_21-branch Changes by:amo...@sourceware.org2011-03-01 00:02:38 Modified files: binutils

[Bug binutils/12523] readelf doesn't reset dynamic_info_DT_GNU_HASH

2011-02-28 Thread amodra at gmail dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=12523 Alan Modra changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Bug ld/12524] New: Linking with --format=binary discards non-static global variables

2011-02-28 Thread morgon.kanter at gmail dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=12524 Summary: Linking with --format=binary discards non-static global variables Product: binutils Version: 2.21 Status: NEW Severity: normal Priority: P2 Co

[Bug ld/12524] Linking with --format=binary discards non-static global variables

2011-02-28 Thread amodra at gmail dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=12524 Alan Modra changed: What|Removed |Added CC||amodra at gmail dot com --- Comment #1 fr

[Bug ld/12524] Linking with --format=binary discards non-static global variables

2011-02-28 Thread morgon.kanter at gmail dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=12524 --- Comment #2 from morgon.kanter at gmail dot com 2011-03-01 01:07:31 UTC --- Created attachment 5268 --> http://sourceware.org/bugzilla/attachment.cgi?id=5268 linker script -- Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi

[Bug ld/12524] Linking with --format=binary discards non-static global variables

2011-02-28 Thread morgon.kanter at gmail dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=12524 --- Comment #3 from morgon.kanter at gmail dot com 2011-03-01 01:08:08 UTC --- Yeah, that's what I meant. I've included a linker script to run so that sort of mistake isn't made and the output is easily readable with objdump. Both gcc and clang

[Bug ld/12524] Linking with --oformat=binary discards non-static global variables

2011-02-28 Thread amodra at gmail dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=12524 Alan Modra changed: What|Removed |Added Summary|Linking with|Linking with |--format=

[Bug ld/12524] Linking with --oformat=binary discards non-static global variables

2011-02-28 Thread amodra at gmail dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=12524 --- Comment #4 from Alan Modra 2011-03-01 01:54:16 UTC --- ld --oformat is a misfeature. Don't use it. As you have found, it doesn't work except for the simplest of object files, and only then on a very limited set of targets. You are much

[Bug ld/12524] Linking with --oformat=binary discards non-static global variables

2011-02-28 Thread amodra at gmail dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=12524 --- Comment #5 from Alan Modra 2011-03-01 01:58:07 UTC --- ld --oformat is a misfeature. Don't use it. As you have found, it doesn't work except for the simplest of object files, and only then on a very limited set of targets. You are much

[Bug ld/12524] Linking with --oformat=binary discards non-static global variables

2011-02-28 Thread ian at airs dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=12524 Ian Lance Taylor changed: What|Removed |Added CC||ian at airs dot com --- Comment #6

[Bug binutils/4356] windres fails on files with spaces

2011-02-28 Thread satt...@mixed-mode.de
http://sourceware.org/bugzilla/show_bug.cgi?id=4356 --- Comment #5 from Hendrik Sattler 2011-03-01 07:56:18 UTC --- The fix is equally simple, though, this time in windres.c: -I%s -> -I\"%s\" -- Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email --- You are receivin

[Bug binutils/4356] windres fails on files with spaces

2011-02-28 Thread satt...@mixed-mode.de
http://sourceware.org/bugzilla/show_bug.cgi?id=4356 Hendrik Sattler changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|FIXED