mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-10-12 18:36:10 +08:00
* hppa-dis.c (print_insn_hppa): Use extract_5r_store for 'r'.
This commit is contained in:
@ -1,5 +1,7 @@
|
|||||||
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, case '>'): If next character is 'n',
|
* hppa-dis.c (print_insn_hppa, case '>'): If next character is 'n',
|
||||||
don't output a space.
|
don't output a space.
|
||||||
|
|
||||||
|
@ -486,6 +486,9 @@ print_insn_hppa (memaddr, info)
|
|||||||
case 'V':
|
case 'V':
|
||||||
fput_const (extract_5_store (insn), info);
|
fput_const (extract_5_store (insn), info);
|
||||||
break;
|
break;
|
||||||
|
case 'r':
|
||||||
|
fput_const (extract_5r_store (insn), info);
|
||||||
|
break;
|
||||||
case 'R':
|
case 'R':
|
||||||
fput_const (extract_5R_store (insn), info);
|
fput_const (extract_5R_store (insn), info);
|
||||||
break;
|
break;
|
||||||
|
Reference in New Issue
Block a user