diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2008-05-22 20:52:54 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2008-05-22 20:52:54 +0000 |
commit | 116615c5f7a7a1f1cad328d4ac4189b66c34266a (patch) | |
tree | 0df79eb35ac61c3e041318cb6e6fd7450fece769 /gas/testsuite/ChangeLog | |
parent | c462b453bd03f78f519ef46adcda472ba772d204 (diff) | |
download | fsf-binutils-gdb-116615c5f7a7a1f1cad328d4ac4189b66c34266a.zip fsf-binutils-gdb-116615c5f7a7a1f1cad328d4ac4189b66c34266a.tar.gz fsf-binutils-gdb-116615c5f7a7a1f1cad328d4ac4189b66c34266a.tar.bz2 |
gas/testsuite/
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.
* gas/i386/x86-64-avx.s: Likewise.
* gas/i386/simd.s: Add tests for cvtsi2ss and cvtsi2sd with
unspecified memory operand size in Intel syntax.
* gas/i386/avx.d: Updated.
* gas/i386/avx-intel.d: Likewise.
* gas/i386/simd.d: Likewise.
* gas/i386/simd-intel.d: Likewise.
* gas/i386/simd-suffix.d: Likewise.
* gas/i386/x86-64-avx.d: Likewise.
* gas/i386/x86-64-avx-intel.d: Likewise.
opcodes/
2008-05-22 H.J. Lu <hongjiu.lu@intel.com>
PR gas/6517
* i386-opc.tbl: Break cvtsi2ss/cvtsi2sd/vcvtsi2sd/vcvtsi2ss
into 32bit and 64bit. Remove Reg64|Qword and add
IgnoreSize|No_qSuf on 32bit version.
* i386-tbl.h: Regenerated.
Diffstat (limited to 'gas/testsuite/ChangeLog')
-rw-r--r-- | gas/testsuite/ChangeLog | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index af845e2..8236eeb 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,3 +1,21 @@ +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. + * gas/i386/x86-64-avx.s: Likewise. + + * gas/i386/simd.s: Add tests for cvtsi2ss and cvtsi2sd with + unspecified memory operand size in Intel syntax. + + * gas/i386/avx.d: Updated. + * gas/i386/avx-intel.d: Likewise. + * gas/i386/simd.d: Likewise. + * gas/i386/simd-intel.d: Likewise. + * gas/i386/simd-suffix.d: Likewise. + * gas/i386/x86-64-avx.d: Likewise. + * gas/i386/x86-64-avx-intel.d: Likewise. + 2008-05-21 H.J. Lu <hongjiu.lu@intel.com> * gas/i386/sse-noavx.s: Add tests for movdq2q and movq2dq. |