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 bc0d0a55962 Automatic date update in version.in new dd74a603376 Support APX NF
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/NEWS | 2 + gas/config/tc-i386.c | 35 +- .../gas/i386/x86-64-apx-evex-promoted-bad.d | 7 +- .../gas/i386/x86-64-apx-evex-promoted-bad.s | 9 +- gas/testsuite/gas/i386/x86-64-apx-inval.l | 11 + gas/testsuite/gas/i386/x86-64-apx-inval.s | 11 + gas/testsuite/gas/i386/x86-64-apx-nf-intel.d | 1383 ++++++++++++++++++++ gas/testsuite/gas/i386/x86-64-apx-nf.d | 1383 ++++++++++++++++++++ gas/testsuite/gas/i386/x86-64-apx-nf.s | 1379 +++++++++++++++++++ gas/testsuite/gas/i386/x86-64.exp | 2 + opcodes/i386-dis-evex-reg.h | 50 +- opcodes/i386-dis-evex.h | 76 +- opcodes/i386-dis.c | 110 +- opcodes/i386-mnem.h | 9 +- opcodes/i386-opc.h | 1 + opcodes/i386-opc.tbl | 23 +- opcodes/i386-tbl.h | 953 ++++++++++---- 17 files changed, 5037 insertions(+), 407 deletions(-) create mode 100644 gas/testsuite/gas/i386/x86-64-apx-nf-intel.d create mode 100644 gas/testsuite/gas/i386/x86-64-apx-nf.d create mode 100644 gas/testsuite/gas/i386/x86-64-apx-nf.s