diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2008-05-23 00:18:52 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2008-05-23 00:18:52 +0000 |
commit | cbc80391d0150f6926d2b18db4bafa7ce23f17a5 (patch) | |
tree | 24f41814139ef482cd1522dcb710e28d5eeb45d3 /gas/testsuite/ChangeLog | |
parent | b30b0102f152c443fad128e76f058fb55040999e (diff) | |
download | fsf-binutils-gdb-cbc80391d0150f6926d2b18db4bafa7ce23f17a5.zip fsf-binutils-gdb-cbc80391d0150f6926d2b18db4bafa7ce23f17a5.tar.gz fsf-binutils-gdb-cbc80391d0150f6926d2b18db4bafa7ce23f17a5.tar.bz2 |
gas/testsuite/
2008-05-22 H.J. Lu <hongjiu.lu@intel.com>
* gas/i386/sse-noavx.s: Add tests for cvtpd2pi, cvtpi2pd and
cvttpd2pi.
* gas/i386/x86-64-sse-noavx.s: Likewise.
* gas/i386/sse-noavx.d: Updated.
* gas/i386/x86-64-sse-noavx.d: Likewise.
opcodes/
2008-05-22 H.J. Lu <hongjiu.lu@intel.com>
* i386-opc.tbl: Add NoAVX to cvtpd2pi, cvtpi2pd and cvttpd2pi.
* i386-tbl.h: Regenerated.
Diffstat (limited to 'gas/testsuite/ChangeLog')
-rw-r--r-- | gas/testsuite/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index 8236eeb..86a69ed 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,5 +1,14 @@ 2008-05-22 H.J. Lu <hongjiu.lu@intel.com> + * gas/i386/sse-noavx.s: Add tests for cvtpd2pi, cvtpi2pd and + cvttpd2pi. + * gas/i386/x86-64-sse-noavx.s: Likewise. + + * gas/i386/sse-noavx.d: Updated. + * gas/i386/x86-64-sse-noavx.d: Likewise. + +2008-05-22 H.J. Lu <hongjiu.lu@intel.com> + PR gas/6517 * gas/i386/avx.s: Add tests for unspecified memory operand size in Intel syntax. |