objdump binary mips decode.
Jim Wilson
jim.wilson@linaro.org
Thu Dec 29 20:49:00 GMT 2016
More information about the Binutils mailing list
Thu Dec 29 20:49:00 GMT 2016
- Previous message (by thread): objdump binary mips decode.
- Next message (by thread): [gold commit] PR 20996: Add explicit instantiations for build_compressed_section_map()
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On 12/28/2016 06:21 AM, Kenneth Johansson wrote: > I decode with "objdump -b binary -D -EL -m mips:isa32r2 > --adjust-vma=0x8900000" > and get this output, > 8900000: 0a4013b0 j 0x9004ec0 The upper 4 bits of 0x08900000 is 0, so the disassembler is correct. Perhaps you meant to use --adjust-vma=0x89000000 instead? Jim
- Previous message (by thread): objdump binary mips decode.
- Next message (by thread): [gold commit] PR 20996: Add explicit instantiations for build_compressed_section_map()
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Binutils mailing list