Re: support for mips32r6

2020-01-06 Thread Andy Wingo
On Fri 30 Aug 2019 10:09, Bruno Haible writes: > A libffcall bug report [1] made me aware of an incompatible change in > the MIPS ISAs. Namely, for jumping to an address given in a register, > starting with mips32r6, the existing 'jr' instruction does not work > any more: it produces an 'illegal

support for mips32r6

2019-08-30 Thread Bruno Haible
Hi, A libffcall bug report [1] made me aware of an incompatible change in the MIPS ISAs. Namely, for jumping to an address given in a register, starting with mips32r6, the existing 'jr' instruction does not work any more: it produces an 'illegal instruction'. There are many documents of the MIPS