From: Per Bothner Date: Fri, 18 Jun 1993 21:18:53 +0000 (+0000) Subject: * m68k-dis.c (print_insn_arg): Change return value to byte count X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5b6c63367884f2abaeb776efa71cbdb96afafd7c;p=binutils-gdb.git * m68k-dis.c (print_insn_arg): Change return value to byte count or error code. * m68k-dis.c: Re-write to detect invalid operands before printing anything, so we can handle this the same way we handle invalid opcodes. --- diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index ca6dd873d69..1c51447a242 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,11 @@ +Fri Jun 18 14:15:15 1993 Per Bothner (bothner@deneb.cygnus.com) + + * m68k-dis.c (print_insn_arg): Change return value to byte count + or error code. + * m68k-dis.c: Re-write to detect invalid operands before + printing anything, so we can handle this the same way we + handle invalid opcodes. + Thu Jun 17 15:01:36 1993 Steve Chamberlain (sac@phydeaux.cygnus.com) * sh-dis.c, sh-opc.h: Understand some more opcodes.