http://sourceware.org/bugzilla/show_bug.cgi?id=13023
--- Comment #7 from 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
Modified files:
gold
http://sourceware.org/bugzilla/show_bug.cgi?id=13023
Cary Coutant changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|
http://sourceware.org/bugzilla/show_bug.cgi?id=13023
--- Comment #5 from 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 : ChangeLog expression.cc s
http://sourceware.org/bugzilla/show_bug.cgi?id=13023
Cary Coutant changed:
What|Removed |Added
Status|NEW |ASSIGNED
CC|
http://sourceware.org/bugzilla/show_bug.cgi?id=13023
Ian Lance Taylor changed:
What|Removed |Added
CC||ian at airs dot com
--
Configure b
http://sourceware.org/bugzilla/show_bug.cgi?id=13023
Arkadiusz Miskiewicz changed:
What|Removed |Added
CC||arekm at maven dot pl
--
Confi
http://sourceware.org/bugzilla/show_bug.cgi?id=13023
--- Comment #3 from Andy Lutomirski 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)
. = __workaround + 0x10;
http://sourceware.org/bugzilla/show_bug.cgi?id=13023
Octoploid changed:
What|Removed |Added
CC||cryptooctoploid at gmail
http://sourceware.org/bugzilla/show_bug.cgi?id=13023
--- Comment #2 from Andy Lutomirski 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 backward
or
$ ld.bf
http://sourceware.org/bugzilla/show_bug.cgi?id=13023
--- Comment #1 from Andy Lutomirski 2011-07-23 18:48:13
UTC ---
Created attachment 5859
--> http://sourceware.org/bugzilla/attachment.cgi?id=5859
Test case, part 2
--
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=emai
10 matches
Mail list logo