This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

objdump.c sign_adjust patch


Hi Nick,

  Somehow, the fix for bug 9774 causes a problem for a
mipsisa32r2-sde-elf toolchain.

  When sign_adjust is 0x80000000 and section->vma is 0xffffffff8002000,
addr becomes 0xfffffffe80020000 after "(addr ^ sign_adjust) - sign_adjust".
The while loop at line 1893 (objdump.c) to dump instructions will never exit.
I need to set sign_adjust to 0 to fix this problem.  Thanks a lot!

Regards,
Chao-ying


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]