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 dae7c5a4442 Sync include, libiberty with GCC. new 1347d111096 i386-tdep: Fix naming in zmm and ymm type descriptions. new 2a67f09db1b Add bfloat16 support for AVX512 register view.
The 2 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: gdb/ChangeLog | 26 +++++ gdb/features/i386/64bit-avx512.c | 5 + gdb/features/i386/64bit-avx512.xml | 4 +- gdb/features/i386/64bit-sse.c | 5 + gdb/features/i386/64bit-sse.xml | 2 + gdb/gdbarch.c | 45 ++++++++ gdb/gdbarch.h | 8 +- gdb/gdbarch.sh | 4 +- gdb/gdbtypes.c | 7 ++ gdb/gdbtypes.h | 3 +- gdb/i386-tdep.c | 37 ++++--- gdb/target-descriptions.c | 5 + gdb/testsuite/ChangeLog | 7 ++ gdb/testsuite/gdb.arch/x86-avx512bf16.c | 164 ++++++++++++++++++++++++++++++ gdb/testsuite/gdb.arch/x86-avx512bf16.exp | 74 ++++++++++++++ gdb/testsuite/lib/gdb.exp | 51 ++++++++++ gdbsupport/tdesc.cc | 3 +- gdbsupport/tdesc.h | 1 + 18 files changed, 432 insertions(+), 19 deletions(-) create mode 100644 gdb/testsuite/gdb.arch/x86-avx512bf16.c create mode 100644 gdb/testsuite/gdb.arch/x86-avx512bf16.exp