bug-binutils
[Top][All Lists]
Advanced

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

[Bug binutils/21429] New: objdump -d generate not good value in comment


From: address@hidden
Subject: [Bug binutils/21429] New: objdump -d generate not good value in comment
Date: Wed, 26 Apr 2017 09:51:55 +0000

https://sourceware.org/bugzilla/show_bug.cgi?id=21429

            Bug ID: 21429
           Summary: objdump -d generate not good value in comment
           Product: binutils
           Version: unspecified
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: binutils
          Assignee: unassigned at sourceware dot org
          Reporter: address@hidden
  Target Milestone: ---

hi,

when i use objdump in binutils 2.26 to dump a ARM image, 
I saw value in comment is not good, some are errors.

check below asm code,
  c009a8:       e3e03afe        mvn     r3, #1040384    ; 0xfe000
  c009ac:       e50320ef        str     r2, [r3, #-239] ; 0xffffff11
  c009b0:       e50320eb        str     r2, [r3, #-235] ; 0xffffff15
  c009b4:       e50320e7        str     r2, [r3, #-231] ; 0xffffff19
  c009b8:       e50320e3        str     r2, [r3, #-227] ; 0xffffff1d 

i think it's better to generate below comment,
  c009a8:       e3e03afe        mvn     r3, #1040384    ; 0xfe000(r3 =
0xfff01fff)
  c009ac:       e50320ef        str     r2, [r3, #-239] ; 0xfff01f10
  c009b0:       e50320eb        str     r2, [r3, #-235] ; 0xfff01f14
  c009b4:       e50320e7        str     r2, [r3, #-231] ; 0xfff01f18
  c009b8:       e50320e3        str     r2, [r3, #-227] ; 0xfff01f1c

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