This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk_gnu_eabi_stm32/gnu_eabi-master-arm_eabi-coremark-O3_LTO_VECT in repository toolchain/ci/binutils-gdb.
from 669d511534 ld testsuite tidy adds 41e37c9d0a [gdb/testsuite] Add untested case in selftest_setup adds 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 adds 3f630a60ea Automatic date update in version.in adds e994f4ef45 gnulib: import sys_wait adds 10f3fbece9 [gdb/testsuite] Check avx support in gdb.arch/amd64-disp-ste [...] adds b8fd36aaee Automatic date update in version.in adds 93d481d1d8 Automatic date update in version.in adds 5a20fadc84 gdbtypes.c: Add the case for FIELD_LOC_KIND_DWARF_BLOCK adds ac11cca5b6 Add a sanity check to the init_nfp6000_mecsr_sec() function [...] adds 1faddd8d18 Fix potential uninitialised variable in microblaze assembler code. new 1bced5243e Fix potential use on an uninitialised vairable in the MCore [...]
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: bfd/version.h | 2 +- gas/config/tc-mcore.c | 9 +- gas/config/tc-microblaze.c | 2 +- gdb/amd64-tdep.c | 12 +- gdb/features/i386/32bit-sse.c | 10 + gdb/features/i386/32bit-sse.xml | 4 + 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/gdbtypes.c | 4 + gdb/i386-tdep.c | 15 +- gdb/nat/x86-dregs.c | 2 +- gdb/testsuite/gdb.arch/amd64-disp-step-avx.exp | 5 + gdb/testsuite/gdb.arch/i386-avx.c | 115 +++---- gdb/testsuite/gdb.arch/i386-avx.exp | 22 +- gdb/testsuite/gdb.arch/x86-avx512bf16.exp | 12 +- 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 ++++++++++ .../{x86-avx512bf16.exp => x86-avx512fp16.exp} | 50 ++- .../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 | 95 ++++++ gdb/testsuite/lib/selftest-support.exp | 16 +- gnulib/Makefile.in | 4 + gnulib/aclocal.m4 | 1 + gnulib/config.in | 3 + gnulib/configure | 99 ++++++ gnulib/import/Makefile.am | 29 ++ gnulib/import/Makefile.in | 35 ++- gnulib/import/m4/gnulib-cache.m4 | 2 + gnulib/import/m4/gnulib-comp.m4 | 5 + gnulib/import/m4/sys_wait_h.m4 | 36 +++ gnulib/import/sys_wait.in.h | 131 ++++++++ gnulib/update-gnulib.sh | 1 + opcodes/nfp-dis.c | 7 +- 40 files changed, 1336 insertions(+), 145 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 copy gdb/testsuite/gdb.arch/{x86-avx512bf16.exp => x86-avx512fp16.exp} (51%) 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 create mode 100644 gnulib/import/m4/sys_wait_h.m4 create mode 100644 gnulib/import/sys_wait.in.h