objdump.c sign_adjust patch
Fu, Chao-Ying
fu@mips.com
Tue Feb 17 20:11:00 GMT 2009
More information about the Binutils mailing list
Tue Feb 17 20:11:00 GMT 2009
- Previous message (by thread): elf32 sparc rela incorrect section and addend
- Next message (by thread): objdump.c sign_adjust patch
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message (by thread): elf32 sparc rela incorrect section and addend
- Next message (by thread): objdump.c sign_adjust patch
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Binutils mailing list