diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2009-01-13 00:00:35 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2009-01-13 00:00:35 +0000 |
commit | c1ec187589024917a40062613a6569bc8083c8f5 (patch) | |
tree | 7e8d1794ad7d022bafcd221e5fdf97ce80754ecc /gas/testsuite/ChangeLog | |
parent | c4e4c2df74ed5046152af9958b26bd11869fb787 (diff) | |
download | gdb-c1ec187589024917a40062613a6569bc8083c8f5.zip gdb-c1ec187589024917a40062613a6569bc8083c8f5.tar.gz gdb-c1ec187589024917a40062613a6569bc8083c8f5.tar.bz2 |
gas/testsuite/
2009-01-12 H.J. Lu <hongjiu.lu@intel.com>
* gas/i386/sse-noavx.s: Add tests for lfence, mfence and movnti.
* gas/i386/x86-64-sse-noavx.s: Likewise.
* gas/i386/sse-noavx.d: Updated.
* gas/i386/x86-64-sse-noavx.d: Likewise.
opcodes/
2009-01-12 H.J. Lu <hongjiu.lu@intel.com>
* i386-opc.tbl: Add NoAVX to movnti, lfence and mfence.
* i386-tbl.h: Regenerated.
Diffstat (limited to 'gas/testsuite/ChangeLog')
-rw-r--r-- | gas/testsuite/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index d3913b0..b468eca 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,5 +1,13 @@ 2009-01-12 H.J. Lu <hongjiu.lu@intel.com> + * gas/i386/sse-noavx.s: Add tests for lfence, mfence and movnti. + * gas/i386/x86-64-sse-noavx.s: Likewise. + + * gas/i386/sse-noavx.d: Updated. + * gas/i386/x86-64-sse-noavx.d: Likewise. + +2009-01-12 H.J. Lu <hongjiu.lu@intel.com> + * gas/i386/opts.s: Add tests for add, adc, and, cmp, or, sbb, sub and xor. * gas/i386/x86-64-opts.s: Likewise. |