------- Additional Comments From rafael dot espindola at gmail dot com  
2010-10-01 14:56 -------
It is a complete test. I will attach two .s files that show that the problems is
likely in not correctly updating the size estimates. Run:

as --64 test.s -o test.o
as --64 test2.s -o test2.o
objdump  -d test.o > test.dump
objdump  -d test2.o > test2.dump

And compare the dumps.
Note that the addresses align, but in the first case we produce a 5 byte jmp in
the second one we produce a 2 bytes one.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |NEW


http://sourceware.org/bugzilla/show_bug.cgi?id=12049

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.

_______________________________________________
bug-binutils mailing list
bug-binutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-binutils

Reply via email to