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 bb69990 Automatic date update in version.in new 144b71e Add .noavx512XX directives to x86 assembler
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/config/tc-i386.c | 9 + gas/doc/c-i386.texi | 9 + gas/testsuite/gas/i386/i386.exp | 2 + gas/testsuite/gas/i386/noavx512-1.l | 416 ++++++++++++++++++++++++++++++++++++ gas/testsuite/gas/i386/noavx512-1.s | 207 ++++++++++++++++++ gas/testsuite/gas/i386/noavx512-2.l | 105 +++++++++ gas/testsuite/gas/i386/noavx512-2.s | 53 +++++ opcodes/i386-gen.c | 18 ++ opcodes/i386-init.h | 63 ++++++ 9 files changed, 882 insertions(+) create mode 100644 gas/testsuite/gas/i386/noavx512-1.l create mode 100644 gas/testsuite/gas/i386/noavx512-1.s create mode 100644 gas/testsuite/gas/i386/noavx512-2.l create mode 100644 gas/testsuite/gas/i386/noavx512-2.s