From: Jeff Law Date: Sat, 18 Sep 1999 19:11:39 +0000 (+0000) Subject: * hppa-dis.c (print_insn_hppa): Output a space after 'X' completer. X-Git-Tag: gdb-1999-09-21~41 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e46def7bdf17a8e26570efa7c77fb2d6d8a45b79;p=platform%2Fupstream%2Fbinutils.git * hppa-dis.c (print_insn_hppa): Output a space after 'X' completer. --- diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index cc559a9..d10323b 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,5 +1,7 @@ Sat Sep 18 11:36:12 1999 Jeffrey A Law (law@cygnus.com) + * hppa-dis.c (print_insn_hppa): Output a space after 'X' completer. + * hppa-dis.c: (print_insn_hppa): Do output a space before a 'v' operand. diff --git a/opcodes/hppa-dis.c b/opcodes/hppa-dis.c index f0057c2..0009686 100644 --- a/opcodes/hppa-dis.c +++ b/opcodes/hppa-dis.c @@ -701,7 +701,7 @@ print_insn_hppa (memaddr, info) (*info->fprintf_func) (info->stream, " "); break; case 'X': - (*info->fprintf_func) (info->stream, "%s", + (*info->fprintf_func) (info->stream, "%s ", shift_cond_64_names[GET_FIELD (insn, 16, 18)]); break; case 'B':