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 0570503dd3 Use linux_get_auxv to get AT_PHDR in the PPC stub new d6aab7a11b x86: Support Intel AVX512 BF16
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 | 19 + gas/config/tc-i386.c | 3 + gas/doc/c-i386.texi | 4 +- gas/testsuite/gas/i386/avx512_bf16.d | 42 + gas/testsuite/gas/i386/avx512_bf16.s | 37 + gas/testsuite/gas/i386/avx512_bf16_vl-inval.l | 7 + gas/testsuite/gas/i386/avx512_bf16_vl-inval.s | 13 + gas/testsuite/gas/i386/avx512_bf16_vl.d | 70 + gas/testsuite/gas/i386/avx512_bf16_vl.s | 65 + gas/testsuite/gas/i386/i386.exp | 6 + gas/testsuite/gas/i386/x86-64-avx512_bf16.d | 42 + gas/testsuite/gas/i386/x86-64-avx512_bf16.s | 37 + .../gas/i386/x86-64-avx512_bf16_vl-inval.l | 7 + .../gas/i386/x86-64-avx512_bf16_vl-inval.s | 13 + gas/testsuite/gas/i386/x86-64-avx512_bf16_vl.d | 70 + gas/testsuite/gas/i386/x86-64-avx512_bf16_vl.s | 65 + opcodes/ChangeLog | 14 + opcodes/i386-dis-evex.h | 20 +- opcodes/i386-dis.c | 3 + opcodes/i386-gen.c | 7 +- opcodes/i386-init.h | 378 +- opcodes/i386-opc.h | 3 + opcodes/i386-opc.tbl | 30 + opcodes/i386-tbl.h | 8254 ++++++++++---------- 24 files changed, 5075 insertions(+), 4134 deletions(-) create mode 100644 gas/testsuite/gas/i386/avx512_bf16.d create mode 100644 gas/testsuite/gas/i386/avx512_bf16.s create mode 100644 gas/testsuite/gas/i386/avx512_bf16_vl-inval.l create mode 100644 gas/testsuite/gas/i386/avx512_bf16_vl-inval.s create mode 100644 gas/testsuite/gas/i386/avx512_bf16_vl.d create mode 100644 gas/testsuite/gas/i386/avx512_bf16_vl.s create mode 100644 gas/testsuite/gas/i386/x86-64-avx512_bf16.d create mode 100644 gas/testsuite/gas/i386/x86-64-avx512_bf16.s create mode 100644 gas/testsuite/gas/i386/x86-64-avx512_bf16_vl-inval.l create mode 100644 gas/testsuite/gas/i386/x86-64-avx512_bf16_vl-inval.s create mode 100644 gas/testsuite/gas/i386/x86-64-avx512_bf16_vl.d create mode 100644 gas/testsuite/gas/i386/x86-64-avx512_bf16_vl.s