]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
opcodes/
authorTristan Gingold <gingold@adacore.com>
Thu, 14 Jan 2010 11:29:41 +0000 (11:29 +0000)
committerTristan Gingold <gingold@adacore.com>
Thu, 14 Jan 2010 11:29:41 +0000 (11:29 +0000)
2009-11-17  Edward Nevill <edward.nevill@arm.com>

       * arm-dis.c (print_insn_thumb32): Handle undefined instruction.

opcodes/ChangeLog
opcodes/arm-dis.c

index 535d45028bf336aa7a159a8b02847730d1c2fe12..b2e50a9039a3a4d0918e171f614f81d6a28f05be 100644 (file)
@@ -1,3 +1,7 @@
+2009-11-17  Edward Nevill <edward.nevill@arm.com>
+
+       * arm-dis.c (print_insn_thumb32): Handle undefined instruction.
+
 2009-10-06  Nick Clifton  <nickc@redhat.com>
 
        * po/fi.po: Updated Finnish translation.
index 76571478600d0e7567696aaed66257214aa81bcf..b44a2796f3fa30142419d855dd76d7b9994a495b 100644 (file)
@@ -3932,6 +3932,10 @@ print_insn_thumb32 (bfd_vma pc, struct disassemble_info *info, long given)
                      abort ();
                    }
                }
+                     
+                   case 'x':
+                     func (stream, "0x%lx", val & 0xffffffffUL);
+                     break;
                break;
 
              default: