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: 16 Feb 2007 10:17:55 -0000

------- Additional Comments From timo dot lindfors at iki dot fi  2007-02-16 
10:17 -------
All three cases seem to work now, thanks!

The only minor issue (just ignore it if you don't have extra time) I see is that
the addresses are prefixed with one extra space so that addresses and other
immediate values are not aligned in comments:

 12c:   8d 33           cpi     r24, 0x3D       ; 61
 12e:   e0 f3           brcs    .-8             ;  0x128
 130:   18 ba           out     0x18, r1        ; 24
 132:   19 be           out     0x39, r1        ; 57
 134:   1b ba           out     0x1b, r1        ; 27
 136:   d4 cf           rjmp    .-88            ;  0xe0

where "; 0x128" would be preferred.

Btw, on x86 symbol names are not in comments ("call   18 <main+0x18>"), do you
think that the output should be somehow harmonized to be similar on all
architectures?

-- 


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]