Am Mon, 25 Jun 2018 22:35:59 +0200 schrieb Laurent Vivier <laur...@vivier.eu>:
> "move16 %a0@+,%a1@" and "fmovel (cpid=3) %a0@-,%fpcr" > share the same opcode. > > To fix that, backport the fix from binutils: > > 2005-11-10 Andreas Schwab <sch...@suse.de> > > * m68k-dis.c (print_insn_m68k): Only match FPU insns with > coprocessor ID 1. > > Reported-by: Thomas Huth <h...@tuxfamily.org> > Signed-off-by: Laurent Vivier <laur...@vivier.eu> > --- > disas/m68k.c | 14 ++++++++++++++ > 1 file changed, 14 insertions(+) Thank you very much, Laurent, this indeed fixes the problem for me! Tested-by: Thomas Huth <h...@tuxfamily.org>