diff options
author | M R Swami Reddy <MR.Swami.Reddy@nsc.com> | 2008-11-27 11:30:33 +0000 |
---|---|---|
committer | M R Swami Reddy <MR.Swami.Reddy@nsc.com> | 2008-11-27 11:30:33 +0000 |
commit | 59b098c97067d1eb3516e704e3941ca4b4701d1b (patch) | |
tree | e7bb1c4b7210f9421cd4cd81dada27743e6c1b3e /opcodes/ChangeLog | |
parent | e1c93c699b7dceb3fc41fb039ff5fecea73677ba (diff) | |
download | gdb-59b098c97067d1eb3516e704e3941ca4b4701d1b.zip gdb-59b098c97067d1eb3516e704e3941ca4b4701d1b.tar.gz gdb-59b098c97067d1eb3516e704e3941ca4b4701d1b.tar.bz2 |
* cr16-dis.c (match_opcode): Truncate mcode to 32 bit and
adjusted the mask for 32-bit branch instruction.
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 479eed9..cb072c7 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,8 @@ +2008-11-27 M R Swami Reddy <MR.Swami.Reddy@nsc.com> + + * cr16-dis.c (match_opcode): Truncate mcode to 32 bit and + adjusted the mask for 32-bit branch instruction. + 2008-11-27 Alan Modra <amodra@bigpond.net.au> * ppc-opc.c (extract_sprg): Correct operand range check. |