[Bug gold/13023] gold misinterprets dot assignments in sections

2011-12-19 Thread cvs-commit at gcc dot gnu.org
http://sourceware.org/bugzilla/show_bug.cgi?id=13023 --- Comment #7 from cvs-commit at gcc dot gnu.org cvs-commit at gcc dot gnu.org 2011-12-19 21:14:46 UTC --- CVSROOT:/cvs/src Module name:src Branch: binutils-2_22-branch Changes by:i...@sourceware.org2011-12-19 21:14:40

[Bug gold/13023] gold misinterprets dot assignments in sections

2011-10-31 Thread cvs-commit at gcc dot gnu.org
http://sourceware.org/bugzilla/show_bug.cgi?id=13023 --- Comment #5 from cvs-commit at gcc dot gnu.org cvs-commit at gcc dot gnu.org 2011-10-31 22:51:07 UTC --- CVSROOT:/cvs/src Module name:src Changes by:ccout...@sourceware.org2011-10-31 22:51:03 Modified files: gold

[Bug gold/13023] gold misinterprets dot assignments in sections

2011-10-28 Thread ccoutant at google dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=13023 Cary Coutant ccoutant at google dot com changed: What|Removed |Added Status|NEW |ASSIGNED

[Bug gold/13023] gold misinterprets dot assignments in sections

2011-10-19 Thread ian at airs dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=13023 Ian Lance Taylor ian at airs dot com changed: What|Removed |Added CC||ian at airs dot

[Bug gold/13023] gold misinterprets dot assignments in sections

2011-07-23 Thread luto at mit dot edu
http://sourceware.org/bugzilla/show_bug.cgi?id=13023 --- Comment #1 from Andy Lutomirski luto at mit dot edu 2011-07-23 18:48:13 UTC --- Created attachment 5859 -- http://sourceware.org/bugzilla/attachment.cgi?id=5859 Test case, part 2 -- Configure bugmail:

[Bug gold/13023] gold misinterprets dot assignments in sections

2011-07-23 Thread luto at mit dot edu
http://sourceware.org/bugzilla/show_bug.cgi?id=13023 --- Comment #2 from Andy Lutomirski luto at mit dot edu 2011-07-23 18:49:53 UTC --- To reproduce, save 'part 1' as foo.c and 'part 2' as foo.lds. Then do: $ gcc -c foo.c $ ld.gold -o foo2.o -T foo.lds foo.o ld.gold: error: dot may not move

[Bug gold/13023] gold misinterprets dot assignments in sections

2011-07-23 Thread cryptooctoploid at gmail dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=13023 Octoploid cryptooctoploid at gmail dot com changed: What|Removed |Added CC|

[Bug gold/13023] gold misinterprets dot assignments in sections

2011-07-23 Thread luto at mit dot edu
http://sourceware.org/bugzilla/show_bug.cgi?id=13023 --- Comment #3 from Andy Lutomirski luto at mit dot edu 2011-07-23 19:04:28 UTC --- This is a little bit gross but appears to produce the expected result on ld.bfd and gold: SECTIONS { .test 0x1000 : { __workaround = .; *(.a) . =

[Bug gold/13023] gold misinterprets dot assignments in sections

2011-07-23 Thread arekm at maven dot pl
http://sourceware.org/bugzilla/show_bug.cgi?id=13023 Arkadiusz Miskiewicz arekm at maven dot pl changed: What|Removed |Added CC||arekm at