diff options
author | Alan Modra <amodra@bigpond.net.au> | 2013-05-09 04:32:54 +0000 |
---|---|---|
committer | Alan Modra <amodra@bigpond.net.au> | 2013-05-09 04:32:54 +0000 |
commit | 6b0f6001d42f7626cccaf964ce7e218efbc02176 (patch) | |
tree | adb677dd27f4dbf1ffe4d0a7f3efeffa1b6546d2 /opcodes/ChangeLog | |
parent | de8127d5c010f93939533769c6adc6e55cec9630 (diff) | |
download | gdb-6b0f6001d42f7626cccaf964ce7e218efbc02176.tar.gz |
* ppc-opc.c (extract_vlesi): Properly sign extend.
(extract_vlensi): Likewise. Comment reason for setting invalid.
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 88f9294fe2f..e918abca274 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,8 @@ +2013-05-09 Alan Modra <amodra@gmail.com> + + * ppc-opc.c (extract_vlesi): Properly sign extend. + (extract_vlensi): Likewise. Comment reason for setting invalid. + 2013-05-02 Nick Clifton <nickc@redhat.com> * msp430-dis.c: Add support for MSP430X instructions. |