summaryrefslogtreecommitdiff
path: root/opcodes/hppa-dis.c
diff options
context:
space:
mode:
authorDave Anglin <dave.anglin@nrc.ca>2005-08-05 17:52:06 +0000
committerDave Anglin <dave.anglin@nrc.ca>2005-08-05 17:52:06 +0000
commite7605a4f5d1410081426b39a9ba21ea11b17f2a6 (patch)
tree48cb61cbc3f165b2e1b3e67e4ade1884cc7ef895 /opcodes/hppa-dis.c
parentaf6344d3b0621119c15510079c907d24027e083a (diff)
downloadgdb-e7605a4f5d1410081426b39a9ba21ea11b17f2a6.tar.gz
* hppa-dis.c (print_insn_hppa): Prefix 21-bit values with "L%".
Diffstat (limited to 'opcodes/hppa-dis.c')
-rw-r--r--opcodes/hppa-dis.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/opcodes/hppa-dis.c b/opcodes/hppa-dis.c
index df05a7589f5..172be23e3b0 100644
--- a/opcodes/hppa-dis.c
+++ b/opcodes/hppa-dis.c
@@ -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 '<':