bug-binutils
[Top][All Lists]
Advanced

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

[Bug binutils/4045] New: objdump -m avr -D prefixes memory addresses wit


From: timo dot lindfors at iki dot fi
Subject: [Bug binutils/4045] New: objdump -m avr -D prefixes memory addresses with "0x0x" in comments
Date: 14 Feb 2007 19:55:34 -0000

Steps to reproduce:
1) echo -en "\x77\xc4" > rjmp.bin
2) objdump -m avr -b binary -D call.bin

Expected results:
2) objdump prefixes hexadesimal addresses with "0x":
0:   77 c4           rjmp    .+2286          ; 0x8f0

Actual results:
2) objdump prefixes hexadesimal addresses with "0x0x":
0:   77 c4           rjmp    .+2286          ; 0x0x8f0

-- 
           Summary: objdump -m avr -D prefixes memory addresses with "0x0x"
                    in comments
           Product: binutils
           Version: 2.18 (HEAD)
            Status: NEW
          Severity: minor
          Priority: P2
         Component: binutils
        AssignedTo: unassigned at sources dot redhat dot com
        ReportedBy: timo dot lindfors at iki dot fi
                CC: bug-binutils at gnu dot org


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]