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: linyu.y...@alcatel-sbell.com.cn
  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.
_______________________________________________
bug-binutils mailing list
bug-binutils@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-binutils

Reply via email to