http://sourceware.org/bugzilla/show_bug.cgi?id=12589
--- Comment #5 from cvs-commit at gcc dot gnu.org 2011-03-17 13:16:48 UTC ---
CVSROOT:/cvs/src
Module name:src
Changes by:h...@sourceware.org2011-03-17 13:16:44
Modified files:
gas/testsuite : ChangeLog
gas/testsuite/
http://sourceware.org/bugzilla/show_bug.cgi?id=12589
Alan Modra changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
http://sourceware.org/bugzilla/show_bug.cgi?id=12589
--- Comment #3 from H.J. Lu 2011-03-16 21:45:31
UTC ---
A simpler testcase:
[hjl@gnu-6 20110316]$ cat x.S
.text
.globl _start
_start:
jmp scn_pnp
zerob:
zeroln = (420 - (zerob - _start))
.=.+zeroln
[hjl@gnu-6 20110316]$ as -o x.o x.S
x.S:
http://sourceware.org/bugzilla/show_bug.cgi?id=12589
--- Comment #1 from H.J. Lu 2011-03-16 21:21:19
UTC ---
Created attachment 5314
--> http://sourceware.org/bugzilla/attachment.cgi?id=5314
A testcase
--
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
--- You a
http://sourceware.org/bugzilla/show_bug.cgi?id=12589
H.J. Lu changed:
What|Removed |Added
Target||i386-linux
CC|