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 binary mips decode.


is there a way to make objdump decode jump instructions properly.

I decode with "objdump -b binary -D -EL -m mips:isa32r2 --adjust-vma=0x8900000"

and get this output,

 8900000:       0a4013b0        j       0x9004ec0

but the jump instruction should take the upper 4 bits from the PC so this should be decoded as a jump to 0x89004ec0 not 0x9004ec0.





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