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

           Summary: wrong symbol in branch disassembly
           Product: binutils
           Version: 2.22 (HEAD)
            Status: NEW
          Severity: normal
          Priority: P2
         Component: binutils
        AssignedTo: unassig...@sources.redhat.com
        ReportedBy: mcsp...@gmail.com


Disassembly of some thumb branches results in the wrong symbol being printed:

80000024:       f000 e91e       blx     80000264 <__aeabi_idiv0+0xfffff53c>

The problem is that the 32-bit address is sign extended when passed to
print_address_func.

This might occur in other code paths as well.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

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

Reply via email to