* hppa-dis.c (print_insn_hppa): Prefix 21-bit values with "L%".
authorDave Anglin <dave.anglin@nrc.ca>
Fri, 5 Aug 2005 17:52:06 +0000 (17:52 +0000)
committerDave Anglin <dave.anglin@nrc.ca>
Fri, 5 Aug 2005 17:52:06 +0000 (17:52 +0000)
opcodes/ChangeLog
opcodes/hppa-dis.c

index f02e00717c03d0dc9090482f44f140870427d827..22add3b8b76785b7dfcb9134ed8bfbce8c11ea94 100644 (file)
@@ -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.
index df05a7589f5cdbde636ebd0e38ac7169943966aa..172be23e3b0f264d68bd202e8c8c93097476aad9 100644 (file)
@@ -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 '<':
This page took 0.050929 seconds and 4 git commands to generate.