diff options
author | Anthony Green <green@redhat.com> | 2010-02-03 12:47:06 +0000 |
---|---|---|
committer | Anthony Green <green@redhat.com> | 2010-02-03 12:47:06 +0000 |
commit | f3d55a94f36f5ce24656e69c868c21580b5dd63c (patch) | |
tree | d7e5b3c65314955ba81d43e325aaa7a4c0b4f28b /opcodes/ChangeLog | |
parent | 927be08ec81c122ef4872ec6d588965cbe05d7f9 (diff) | |
download | gdb-f3d55a94f36f5ce24656e69c868c21580b5dd63c.zip gdb-f3d55a94f36f5ce24656e69c868c21580b5dd63c.tar.gz gdb-f3d55a94f36f5ce24656e69c868c21580b5dd63c.tar.bz2 |
Move NOP from 0x00 to 0x0f.
Diffstat (limited to 'opcodes/ChangeLog')
-rw-r--r-- | opcodes/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 7ab07ef..d20b776 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,8 @@ +2010-02-03 Anthony Green <green@moxielogic.com> + + * moxie-opc.c (moxie_form1_opc_info): Move "nop" from 0x00 to + 0x0f, and make 0x00 an illegal instruction. + 2010-01-29 Daniel Jacobowitz <dan@codesourcery.com> * opcodes/arm-dis.c (struct arm_private_data): New. |