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 4bfce12836 Update Ukranian and Russian translations in bfd library new d777820bf5 Replace CET bit with IBT and SHSTK bits.
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 | 15 + gas/config/tc-i386.c | 10 +- gas/doc/c-i386.texi | 6 +- gas/testsuite/gas/i386/cet-ibt-inval.l | 3 + gas/testsuite/gas/i386/cet-ibt-inval.s | 7 + gas/testsuite/gas/i386/cet-shstk-inval.l | 3 + gas/testsuite/gas/i386/cet-shstk-inval.s | 7 + gas/testsuite/gas/i386/i386.exp | 4 + gas/testsuite/gas/i386/x86-64-cet-ibt-inval.l | 3 + gas/testsuite/gas/i386/x86-64-cet-ibt-inval.s | 7 + gas/testsuite/gas/i386/x86-64-cet-shstk-inval.l | 3 + gas/testsuite/gas/i386/x86-64-cet-shstk-inval.s | 7 + opcodes/ChangeLog | 12 + opcodes/i386-gen.c | 13 +- opcodes/i386-init.h | 432 +- opcodes/i386-opc.h | 8 +- opcodes/i386-opc.tbl | 30 +- opcodes/i386-tbl.h | 10664 +++++++++++----------- 18 files changed, 5671 insertions(+), 5563 deletions(-) create mode 100644 gas/testsuite/gas/i386/cet-ibt-inval.l create mode 100644 gas/testsuite/gas/i386/cet-ibt-inval.s create mode 100644 gas/testsuite/gas/i386/cet-shstk-inval.l create mode 100644 gas/testsuite/gas/i386/cet-shstk-inval.s create mode 100644 gas/testsuite/gas/i386/x86-64-cet-ibt-inval.l create mode 100644 gas/testsuite/gas/i386/x86-64-cet-ibt-inval.s create mode 100644 gas/testsuite/gas/i386/x86-64-cet-shstk-inval.l create mode 100644 gas/testsuite/gas/i386/x86-64-cet-shstk-inval.s