This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-master-arm-next-defconfig in repository toolchain/ci/binutils-gdb.
from 0a0a052176 Automatic date update in version.in adds 6c71eb7d70 Normalize Ada ptype to use a single "?" adds 0e7aaa728d [gas][arm] Set context table for '.arch_extension' adds ab7d13f070 Replace the remaining uses of strerror with safe_strerror adds cb51113052 Suppress the "unused function" warning for select_strerror_r adds 26b911fb64 Add gdb_compile_openmp to lib/gdb.exp adds bb47f919bf Add gdb_caching_proc support_nested_function_tests to lib/gdb.exp adds 4c12d93600 OpenMP parallel region scope tests adds 77bb17b649 Minor fix to gdb.prompt documentation
No new revisions were added by this update.
Summary of changes: gas/ChangeLog | 6 + gas/config/tc-arm.c | 1 + gas/testsuite/gas/arm/mve-arch-ext.d | 7 + gas/testsuite/gas/arm/mve-arch-ext.s | 6 + gdb/ChangeLog | 21 ++ gdb/ada-typeprint.c | 11 +- gdb/config.in | 4 - gdb/configure | 12 +- gdb/doc/ChangeLog | 5 + gdb/doc/python.texi | 5 +- gdb/gdbserver/ChangeLog | 15 ++ gdb/gdbserver/Makefile.in | 4 +- gdb/gdbserver/config.in | 4 - gdb/gdbserver/configure | 22 +- gdb/gdbserver/configure.ac | 2 +- gdb/gdbserver/linux-i386-ipa.c | 4 +- gdb/gdbserver/server.h | 6 - gdb/gdbserver/tracepoint.c | 12 +- gdb/gdbserver/utils.c | 2 +- gdb/gdbsupport/agent.c | 4 +- gdb/gdbsupport/common.m4 | 2 +- gdb/gdbsupport/safe-strerror.c | 36 ++- gdb/testsuite/ChangeLog | 23 ++ gdb/testsuite/gdb.ada/unchecked_union.exp | 58 +++++ .../{big_packed_array => unchecked_union}/pck.adb | 0 .../{scalar_storage => unchecked_union}/pck.ads | 0 .../gdb.ada/unchecked_union/unchecked_union.adb | 51 ++++ gdb/testsuite/gdb.threads/omp-par-scope.c | 166 ++++++++++++ gdb/testsuite/gdb.threads/omp-par-scope.exp | 290 +++++++++++++++++++++ gdb/testsuite/lib/gdb-utils.exp | 2 +- gdb/testsuite/lib/gdb.exp | 30 ++- 31 files changed, 736 insertions(+), 75 deletions(-) create mode 100644 gas/testsuite/gas/arm/mve-arch-ext.d create mode 100644 gas/testsuite/gas/arm/mve-arch-ext.s create mode 100644 gdb/testsuite/gdb.ada/unchecked_union.exp copy gdb/testsuite/gdb.ada/{big_packed_array => unchecked_union}/pck.adb (100%) copy gdb/testsuite/gdb.ada/{scalar_storage => unchecked_union}/pck.ads (100%) create mode 100644 gdb/testsuite/gdb.ada/unchecked_union/unchecked_union.adb create mode 100644 gdb/testsuite/gdb.threads/omp-par-scope.c create mode 100644 gdb/testsuite/gdb.threads/omp-par-scope.exp