This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_cross_build/master-arm in repository toolchain/ci/binutils-gdb.
from 41bbbb89c4 gdb, i386: Enable AVX512-bfloat16 for i386 targets. adds 8661f70c49 Add half support for AVX512 register view. adds 0b99a66053 gdb: Enable finish command and inferior calls for _Float16 o [...] adds 7a6cb96b71 [gdb/testsuite] Add untested case in gdb.gdb/complaints.exp adds a640adf7cf Test case reproducing PR28030 bug adds 7a2813c00b Use CORE_ADDR as return type from x86_dr_low_get_addr
No new revisions were added by this update.
Summary of changes: gdb/amd64-tdep.c | 12 +- gdb/features/i386/32bit-sse.c | 5 + gdb/features/i386/32bit-sse.xml | 2 + gdb/features/i386/64bit-avx512.c | 5 + gdb/features/i386/64bit-avx512.xml | 2 + gdb/features/i386/64bit-sse.c | 5 + gdb/features/i386/64bit-sse.xml | 2 + gdb/i386-tdep.c | 15 +- gdb/nat/x86-dregs.c | 2 +- gdb/testsuite/gdb.arch/x86-avx512fp16-abi.c | 38 +++ gdb/testsuite/gdb.arch/x86-avx512fp16-abi.exp | 63 ++++ gdb/testsuite/gdb.arch/x86-avx512fp16.c | 164 ++++++++++ gdb/testsuite/gdb.arch/x86-avx512fp16.exp | 68 ++++ .../gdb.dwarf2/locexpr-data-member-location-lib.c | 48 +++ .../gdb.dwarf2/locexpr-data-member-location-main.c | 27 ++ .../gdb.dwarf2/locexpr-data-member-location.exp | 349 +++++++++++++++++++++ .../gdb.dwarf2/locexpr-data-member-location.h | 30 ++ gdb/testsuite/gdb.gdb/complaints.exp | 20 ++ gdb/testsuite/lib/gdb.exp | 51 +++ 19 files changed, 900 insertions(+), 8 deletions(-) create mode 100644 gdb/testsuite/gdb.arch/x86-avx512fp16-abi.c create mode 100644 gdb/testsuite/gdb.arch/x86-avx512fp16-abi.exp create mode 100644 gdb/testsuite/gdb.arch/x86-avx512fp16.c create mode 100644 gdb/testsuite/gdb.arch/x86-avx512fp16.exp create mode 100644 gdb/testsuite/gdb.dwarf2/locexpr-data-member-location-lib.c create mode 100644 gdb/testsuite/gdb.dwarf2/locexpr-data-member-location-main.c create mode 100644 gdb/testsuite/gdb.dwarf2/locexpr-data-member-location.exp create mode 100644 gdb/testsuite/gdb.dwarf2/locexpr-data-member-location.h