bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug binutils/4045] objdump -m avr -D prefixes memory addresses with "0x


From: timo dot lindfors at iki dot fi
Subject: [Bug binutils/4045] objdump -m avr -D prefixes memory addresses with "0x0x" in comments
Date: 15 Feb 2007 16:46:08 -0000

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]