* hppa-dis.c (print_insn_hppa, cases 'a', 'd'): Print space afterwards.
* hppa-dis.c (print_insn_hppa, case 'd'): Use GET_COND not GET_FIELD.
This commit is contained in:
parent
22b4b22308
commit
4d135f1c5a
2 changed files with 11 additions and 2 deletions
|
@ -1,3 +1,9 @@
|
||||||
|
Wed Jul 21 11:43:32 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
|
||||||
|
|
||||||
|
* hppa-dis.c (print_insn_hppa, cases 'a', 'd'): Print space afterwards.
|
||||||
|
|
||||||
|
* hppa-dis.c (print_insn_hppa, case 'd'): Use GET_COND not GET_FIELD.
|
||||||
|
|
||||||
Mon Jul 19 13:52:21 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
|
Mon Jul 19 13:52:21 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
|
||||||
|
|
||||||
* hppa-dis.c (print_insn_hppa): Use extract_5r_store for 'r'.
|
* hppa-dis.c (print_insn_hppa): Use extract_5r_store for 'r'.
|
||||||
|
|
|
@ -459,6 +459,9 @@ print_insn_hppa (memaddr, info)
|
||||||
compare_cond_names[GET_COND (insn)]);
|
compare_cond_names[GET_COND (insn)]);
|
||||||
break;
|
break;
|
||||||
case 'd':
|
case 'd':
|
||||||
|
(*info->fprintf_func) (info->stream, "%s ",
|
||||||
|
add_cond_names[GET_COND (insn)]);
|
||||||
|
break;
|
||||||
case '!':
|
case '!':
|
||||||
(*info->fprintf_func) (info->stream, "%s",
|
(*info->fprintf_func) (info->stream, "%s",
|
||||||
add_cond_names[GET_FIELD (insn, 16, 18)]);
|
add_cond_names[GET_FIELD (insn, 16, 18)]);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue