This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository binutils-gdb.
from 1cccfb3 Update x86-64-mpx-inval-2 test for COFF new 603555e Add support for Intel CET instructions
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: gas/ChangeLog | 12 + gas/config/tc-i386.c | 2 + gas/doc/c-i386.texi | 2 + gas/testsuite/gas/i386/cet-intel.d | 31 ++ gas/testsuite/gas/i386/cet.d | 29 ++ gas/testsuite/gas/i386/cet.s | 25 + gas/testsuite/gas/i386/i386.exp | 4 + gas/testsuite/gas/i386/x86-64-cet-intel.d | 38 ++ gas/testsuite/gas/i386/x86-64-cet.d | 37 ++ gas/testsuite/gas/i386/x86-64-cet.s | 33 ++ opcodes/ChangeLog | 34 ++ opcodes/i386-dis.c | 105 ++++- opcodes/i386-gen.c | 3 + opcodes/i386-init.h | 119 ++--- opcodes/i386-opc.h | 5 + opcodes/i386-opc.tbl | 19 + opcodes/i386-tbl.h | 730 +++++++++++++++++++----------- 17 files changed, 894 insertions(+), 334 deletions(-) create mode 100644 gas/testsuite/gas/i386/cet-intel.d create mode 100644 gas/testsuite/gas/i386/cet.d create mode 100644 gas/testsuite/gas/i386/cet.s create mode 100644 gas/testsuite/gas/i386/x86-64-cet-intel.d create mode 100644 gas/testsuite/gas/i386/x86-64-cet.d create mode 100644 gas/testsuite/gas/i386/x86-64-cet.s