X86: Remove pcommit instruction
authorH.J. Lu <hjl.tools@gmail.com>
Fri, 21 Oct 2016 19:16:32 +0000 (12:16 -0700)
committerH.J. Lu <hjl.tools@gmail.com>
Fri, 21 Oct 2016 19:16:32 +0000 (12:16 -0700)
commitb5cefccad8bdeecaa3d0c548e32881466e021cb4
tree6681b0abb5d11c513ccf7e4f952fcb0702f46f9f
parentac423761af22f7858a1413cda5df3e1d5e88d4e4
X86: Remove pcommit instruction

Remove x86 pcommit instruction support, which has been deprecated:

https://software.intel.com/en-us/blogs/2016/09/12/deprecate-pcommit-instruction

gas/

* config/tc-i386.c (cpu_arch): Remove .pcommit.
* doc/c-i386.texi: Likewise.
* testsuite/gas/i386/i386.exp: Remove pcommit tests.
* testsuite/gas/i386/pcommit-intel.d: Removed.
* testsuite/gas/i386/pcommit.d: Likewise.
* testsuite/gas/i386/pcommit.s: Likewise.
* testsuite/gas/i386/x86-64-pcommit-intel.d: Likewise.
* testsuite/gas/i386/x86-64-pcommit.d: Likewise.
* testsuite/gas/i386/x86-64-pcommit.s: Likewise.

opcodes/

* i386-dis.c (PREFIX_RM_0_0FAE_REG_7): Removed.
(prefix_table): Remove the PREFIX_RM_0_0FAE_REG_7 entry.
(rm_table): Update the RM_0FAE_REG_7 entry.
* i386-gen.c (cpu_flag_init): Remove CPU_PCOMMIT_FLAGS.
(cpu_flags): Remove CpuPCOMMIT.
* i386-opc.h (CpuPCOMMIT): Removed.
(i386_cpu_flags): Remove cpupcommit.
* i386-opc.tbl: Remove pcommit.
* i386-init.h: Regenerated.
* i386-tbl.h: Likewise.
17 files changed:
gas/ChangeLog
gas/config/tc-i386.c
gas/doc/c-i386.texi
gas/testsuite/gas/i386/i386.exp
gas/testsuite/gas/i386/pcommit-intel.d [deleted file]
gas/testsuite/gas/i386/pcommit.d [deleted file]
gas/testsuite/gas/i386/pcommit.s [deleted file]
gas/testsuite/gas/i386/x86-64-pcommit-intel.d [deleted file]
gas/testsuite/gas/i386/x86-64-pcommit.d [deleted file]
gas/testsuite/gas/i386/x86-64-pcommit.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
This page took 0.031591 seconds and 4 git commands to generate.