Hello.
I've found a small bug in the mips16 disassembler. It's in the
troublesome part which tries to decide if a PC-relative data reference
instruction lies in the delay slot of a previous jump instruction.
Code which, for example, disassembles as:
81e837e4: 1b43 1823 jal 0x81e8608d
https://sourceware.org/bugzilla/show_bug.cgi?id=20706
--- Comment #3 from Amit Pawar ---
Can you please share the testcase and mention which assembler has been used to
create this object file.
As per your observation GNU AS will not accept these instructions and will
report errors. So unable to