forked from Imagelibrary/binutils-gdb
* hppa-dis.c (print_insn_hppa): Add space after 'w' in wide-mode
mfctl disassembly.
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2005-07-16 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
|
||||
|
||||
* hppa-dis.c (print_insn_hppa): Add space after 'w' in wide-mode
|
||||
mfctl disassembly.
|
||||
|
||||
2005-07-16 Alan Modra <amodra@bigpond.net.au>
|
||||
|
||||
* Makefile.am: Run "make dep-am".
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user