From: Tristan Gingold Date: Thu, 14 Jan 2010 11:29:41 +0000 (+0000) Subject: opcodes/ X-Git-Tag: binutils-2_20_1~71 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=27e09ff8504b73c2fb3d4e257365caeb53378f6b;p=thirdparty%2Fbinutils-gdb.git opcodes/ 2009-11-17 Edward Nevill * arm-dis.c (print_insn_thumb32): Handle undefined instruction. --- diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 535d45028bf..b2e50a9039a 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,7 @@ +2009-11-17 Edward Nevill + + * arm-dis.c (print_insn_thumb32): Handle undefined instruction. + 2009-10-06 Nick Clifton * po/fi.po: Updated Finnish translation. diff --git a/opcodes/arm-dis.c b/opcodes/arm-dis.c index 76571478600..b44a2796f3f 100644 --- a/opcodes/arm-dis.c +++ b/opcodes/arm-dis.c @@ -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: