From: Steve Chamberlain Date: Sun, 8 May 1994 00:19:06 +0000 (+0000) Subject: * a29k-dis.c (print_insn): Print 'x' type operand in hex. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ab678720c78c016a77ac857f94f43e15842c0865;p=binutils-gdb.git * a29k-dis.c (print_insn): Print 'x' type operand in hex. * h8300-dis.c (bfd_h8_disassemble): Print 16bit rels correctly. * sh-dis.c (print_insn_sh): Don't recur endlessly if delay slot insn is in a delay slot. * z8k-opc.h: (resflg): Fix patterns. * h8500-opc.h Fix CR insn patterns. --- diff --git a/opcodes/a29k-dis.c b/opcodes/a29k-dis.c index 574acabf98a..36759792952 100644 --- a/opcodes/a29k-dis.c +++ b/opcodes/a29k-dis.c @@ -188,7 +188,7 @@ print_insn (memaddr, info) break; case 'x': - (*info->fprintf_func) (info->stream, "%d", (insn16 << 8) + insn0); + (*info->fprintf_func) (info->stream, "0x%x", (insn16 << 8) + insn0); break; case 'h':