bug-binutils
[Top][All Lists]
Advanced

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

[Bug binutils/12752] New: wrong symbol in branch disassembly


From: mcspang at gmail dot com
Subject: [Bug binutils/12752] New: wrong symbol in branch disassembly
Date: Wed, 11 May 2011 19:36:50 +0000

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: address@hidden
        ReportedBy: address@hidden


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.



reply via email to

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