diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2008-01-04 18:03:02 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2008-01-04 18:03:02 +0000 |
commit | c6add5371c0ef25aa0c3043a5e2c5c01561c25c4 (patch) | |
tree | b8b52e94ee8a6c52e62656df9f599d627d06a314 /opcodes/ChangeLog | |
parent | 9005b927e234c46cca13cd9a43d338fad1d8a552 (diff) | |
download | gdb-c6add5371c0ef25aa0c3043a5e2c5c01561c25c4.zip gdb-c6add5371c0ef25aa0c3043a5e2c5c01561c25c4.tar.gz gdb-c6add5371c0ef25aa0c3043a5e2c5c01561c25c4.tar.bz2 |
gas/testsuite/
2008-01-04 H.J. Lu <hongjiu.lu@intel.com>
* gas/i386/rexw.d: New.
* gas/i386/rexw.s: Likewise.
* gas/i386/x86-64-sse4_1-intel.d: Updated.
* gas/i386/x86-64-sse4_1.d: Likewise.
opcodes/
2008-01-04 H.J. Lu <hongjiu.lu@intel.com>
* i386-opc.tbl: Add NoRex64 to extractps, movmskpd, movmskps,
pextrb, pextrw, pinsrb, pinsrw and pmovmskb.
* i386-tbl.h: Regenerated.
Diffstat (limited to 'opcodes/ChangeLog')
-rw-r--r-- | opcodes/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 2999733..e4b83a9 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,9 @@ +2008-01-04 H.J. Lu <hongjiu.lu@intel.com> + + * i386-opc.tbl: Add NoRex64 to extractps, movmskpd, movmskps, + pextrb, pextrw, pinsrb, pinsrw and pmovmskb. + * i386-tbl.h: Regenerated. + 2008-01-03 H.J. Lu <hongjiu.lu@intel.com> * i386-gen.c (cpu_flag_init): Remove CpuSSE4_1_Or_5 and |