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.


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

Reply via email to