aboutsummaryrefslogtreecommitdiff
path: root/opcodes/ChangeLog
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2009-01-13 00:00:35 +0000
committerH.J. Lu <hjl.tools@gmail.com>2009-01-13 00:00:35 +0000
commitc1ec187589024917a40062613a6569bc8083c8f5 (patch)
tree7e8d1794ad7d022bafcd221e5fdf97ce80754ecc /opcodes/ChangeLog
parentc4e4c2df74ed5046152af9958b26bd11869fb787 (diff)
downloadfsf-binutils-gdb-c1ec187589024917a40062613a6569bc8083c8f5.zip
fsf-binutils-gdb-c1ec187589024917a40062613a6569bc8083c8f5.tar.gz
fsf-binutils-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 'opcodes/ChangeLog')
-rw-r--r--opcodes/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog
index f8ddf48..f4631ef 100644
--- a/opcodes/ChangeLog
+++ b/opcodes/ChangeLog
@@ -1,5 +1,10 @@
2009-01-12 H.J. Lu <hongjiu.lu@intel.com>
+ * i386-opc.tbl: Add NoAVX to movnti, lfence and mfence.
+ * i386-tbl.h: Regenerated.
+
+2009-01-12 H.J. Lu <hongjiu.lu@intel.com>
+
* i386-dis.c (dis386): Use EbS on addB, orB, adcB, sbbB, andB,
subB, xorB and cmpB. Use EvS on addS, orS, adcS, sbbS, andS,
subS, xorS and cmpS.