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

2011-05-11 Thread mcspang at gmail dot com
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:

8024:   f000 e91e   blx 8264 <__aeabi_idiv0+0xf53c>

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


[Bug binutils/12752] wrong symbol in branch disassembly

2011-05-11 Thread mcspang at gmail dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=12752

--- Comment #1 from mcspang at gmail dot com 2011-05-11 19:38:38 UTC ---
Created attachment 5717
  --> http://sourceware.org/bugzilla/attachment.cgi?id=5717
change to unsigned to prevent sign extension

-- 
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


[Bug binutils/12752] wrong symbol in branch disassembly

2011-05-11 Thread mcspang at gmail dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=12752

mcspang at gmail dot com changed:

   What|Removed |Added

 CC||mcspang at gmail dot com

-- 
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