2009-11-18 Sebastian Pop <sebastian.pop@amd.com>
authorSebastian Pop <sebastian.pop@amd.com>
Wed, 18 Nov 2009 20:28:59 +0000 (20:28 +0000)
committerSebastian Pop <sebastian.pop@amd.com>
Wed, 18 Nov 2009 20:28:59 +0000 (20:28 +0000)
commitf0ae4a24b0ae1649cc3a835ba0dd407c0bd8dc56
treed1f155676ba92152f10220c27289eb1ce28733da
parentd72de478df8789de8ec5910e58121aea844ea1fe
2009-11-18  Sebastian Pop  <sebastian.pop@amd.com>

gas/
* config/tc-i386.c (cpu_arch): Remove cvt16.
(md_show_usage): Same.
* doc/c-i386.texi: Same.

gas/testsuite/
* gas/i386/cvt16.d: Removed.
* gas/i386/cvt16.s: Removed.
* gas/i386/x86-64-cvt16.d: Removed.
* gas/i386/x86-64-cvt16.s: Removed.
* gas/i386/i386.exp: Remove cvt16 and x86-64-cvt16 tests.

opcodes/
* i386-dis.c (VEX_LEN_XOP_08_A0): Removed.
(VEX_LEN_XOP_08_A1): Removed.
(xop_table): Remove entries for VEX_LEN_XOP_08_A0 and
VEX_LEN_XOP_08_A1.
(vex_len_table): Same.
* i386-gen.c (CPU_CVT16_FLAGS): Removed.
(cpu_flags): Remove field for CpuCVT16.
* i386-opc.h (CpuCVT16): Removed.
(i386_cpu_flags): Remove bitfield cpucvt16.
(i386-opc.tbl): Remove CVT16 instructions.
* i386-init.h: Regenerated.
* i386-tbl.h: Regenerated.
16 files changed:
gas/ChangeLog
gas/config/tc-i386.c
gas/doc/c-i386.texi
gas/testsuite/ChangeLog
gas/testsuite/gas/i386/cvt16.d [deleted file]
gas/testsuite/gas/i386/cvt16.s [deleted file]
gas/testsuite/gas/i386/i386.exp
gas/testsuite/gas/i386/x86-64-cvt16.d [deleted file]
gas/testsuite/gas/i386/x86-64-cvt16.s [deleted file]
opcodes/ChangeLog
opcodes/i386-dis.c
opcodes/i386-gen.c
opcodes/i386-init.h
opcodes/i386-opc.h
opcodes/i386-opc.tbl
opcodes/i386-tbl.h