diff options
author | Sebastian Pop <sebastian.pop@amd.com> | 2009-11-18 20:28:59 +0000 |
---|---|---|
committer | Sebastian Pop <sebastian.pop@amd.com> | 2009-11-18 20:28:59 +0000 |
commit | f0ae4a24b0ae1649cc3a835ba0dd407c0bd8dc56 (patch) | |
tree | d1f155676ba92152f10220c27289eb1ce28733da /gas/config/tc-i386.c | |
parent | d72de478df8789de8ec5910e58121aea844ea1fe (diff) | |
download | gdb-f0ae4a24b0ae1649cc3a835ba0dd407c0bd8dc56.zip gdb-f0ae4a24b0ae1649cc3a835ba0dd407c0bd8dc56.tar.gz gdb-f0ae4a24b0ae1649cc3a835ba0dd407c0bd8dc56.tar.bz2 |
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.
Diffstat (limited to 'gas/config/tc-i386.c')
-rw-r--r-- | gas/config/tc-i386.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gas/config/tc-i386.c b/gas/config/tc-i386.c index e05db3b..87820d1 100644 --- a/gas/config/tc-i386.c +++ b/gas/config/tc-i386.c @@ -644,8 +644,6 @@ static const arch_entry cpu_arch[] = CPU_FMA4_FLAGS }, { ".xop", PROCESSOR_UNKNOWN, CPU_XOP_FLAGS }, - { ".cvt16", PROCESSOR_UNKNOWN, - CPU_CVT16_FLAGS }, { ".lwp", PROCESSOR_UNKNOWN, CPU_LWP_FLAGS }, { ".movbe", PROCESSOR_UNKNOWN, @@ -8127,7 +8125,7 @@ md_show_usage (stream) ssse3, sse4.1, sse4.2, sse4, nosse, avx, noavx,\n\ vmx, smx, xsave, movbe, ept, aes, pclmul, fma,\n\ clflush, syscall, rdtscp, 3dnow, 3dnowa, sse4a,\n\ - svme, abm, padlock, fma4, xop, cvt16, lwp\n")); + svme, abm, padlock, fma4, xop, lwp\n")); fprintf (stream, _("\ -mtune=CPU optimize for CPU, CPU is one of:\n\ i8086, i186, i286, i386, i486, pentium, pentiumpro,\n\ |