This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_native_check_gcc/master-arm in repository toolchain/ci/binutils-gdb.
from 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 [...]
No new revisions were added by this update.
Summary of changes: bfd/version.h | 2 +- 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.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/lib/gdb.exp | 44 +++ 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 + 21 files changed, 899 insertions(+), 91 deletions(-) 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