* hppa-dis.c (print_insn_hppa): Prefix 21-bit values with "L%".
This commit is contained in:
parent
3530c5dbca
commit
f1fa109355
2 changed files with 5 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
2005-08-05 John David Anglin <dave.anglin@nrc-crnc.gc.ca>
|
||||
|
||||
* hppa-dis.c (print_insn_hppa): Prefix 21-bit values with "L%".
|
||||
|
||||
2005-07-29 Paul Brook <paul@codesourcery.com>
|
||||
|
||||
* arm-dis.c: Fix disassebly of thumb2 writeback addressing modes.
|
||||
|
|
|
@ -912,6 +912,7 @@ print_insn_hppa (bfd_vma memaddr, disassemble_info *info)
|
|||
fput_const (extract_14 (insn), info);
|
||||
break;
|
||||
case 'k':
|
||||
fputs_filtered ("L%", info);
|
||||
fput_const (extract_21 (insn), info);
|
||||
break;
|
||||
case '<':
|
||||
|
|
Loading…
Add table
Reference in a new issue