diff options
author | Sebastian Pop <sebastian.pop@amd.com> | 2009-11-25 15:15:30 +0000 |
---|---|---|
committer | Sebastian Pop <sebastian.pop@amd.com> | 2009-11-25 15:15:30 +0000 |
commit | ccc5981b934bd89d1b865b20dd19a5deb35af844 (patch) | |
tree | f7a7b5f1a58c2d3234a40f91840c6e410200a4f6 /gas/testsuite/ChangeLog | |
parent | a6d1ef576a49bde0b6813e02e354f9172ba94077 (diff) | |
download | gdb-ccc5981b934bd89d1b865b20dd19a5deb35af844.zip gdb-ccc5981b934bd89d1b865b20dd19a5deb35af844.tar.gz gdb-ccc5981b934bd89d1b865b20dd19a5deb35af844.tar.bz2 |
2009-11-17 Quentin Neill <quentin.neill@amd.com>
Sebastian Pop <sebastian.pop@amd.com>
gas/testsuite/
* gas/i386/x86-64-fma4.d: Add new patterns.
* gas/i386/x86-64-fma4.s: Same.
* gas/i386/x86-64-xop.d: Adjusted.
opcodes/
* i386-dis.c (get_vex_imm8): Increase bytes_before_imm when
decoding the second source operand from the immediate byte.
(OP_EX_VexW): Pass an extra integer to identify the second
and third source arguments.
Diffstat (limited to 'gas/testsuite/ChangeLog')
-rw-r--r-- | gas/testsuite/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index 3d7740b..c7738a8 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,3 +1,10 @@ +2009-11-17 Quentin Neill <quentin.neill@amd.com> + Sebastian Pop <sebastian.pop@amd.com> + + * gas/i386/x86-64-fma4.d: Add new patterns. + * gas/i386/x86-64-fma4.s: Same. + * gas/i386/x86-64-xop.d: Adjusted. + 2009-11-19 H.J. Lu <hongjiu.lu@intel.com> * gas/i386/lock-1.s: Add cmpxchg16b test. |