From: Dave Anglin Date: Sun, 17 Jul 2005 02:26:26 +0000 (+0000) Subject: * hppa-dis.c (print_insn_hppa): Add space after 'w' in wide-mode X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=50450875c425be91bc0835ecb2d542d95310a81c;p=pf3gnuchains%2Fpf3gnuchains3x.git * hppa-dis.c (print_insn_hppa): Add space after 'w' in wide-mode mfctl disassembly. --- diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index eab0f869dc..b9c82c7857 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,8 @@ +2005-07-16 John David Anglin + + * hppa-dis.c (print_insn_hppa): Add space after 'w' in wide-mode + mfctl disassembly. + 2005-07-16 Alan Modra * Makefile.am: Run "make dep-am". diff --git a/opcodes/hppa-dis.c b/opcodes/hppa-dis.c index 56f355e87d..df05a7589f 100644 --- a/opcodes/hppa-dis.c +++ b/opcodes/hppa-dis.c @@ -618,7 +618,7 @@ print_insn_hppa (bfd_vma memaddr, disassemble_info *info) read_write_names[GET_FIELD (insn, 25, 25)]); break; case 'W': - (*info->fprintf_func) (info->stream, ",w"); + (*info->fprintf_func) (info->stream, ",w "); break; case 'r': if (GET_FIELD (insn, 23, 26) == 5)