------- Additional Comments From timo dot lindfors at iki dot fi  2007-02-15 
16:46 -------
Yes, the patch fixes the output for rjmp's. However,
now jmp's look even more funny:

Steps to reproduce:
1) echo -en "\x0c\x94\x2a\x00" > jmp.bin
2) objdump -m avr -b binary -D jmp.bin

Expected results:
2) 0:   0c 94 2a 00     jmp     0x54

Actual results:
2) 0:   0c 94 2a 00     jmp     0x540x54


-- 


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

------- 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