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-aarch64-stable-allmodconfig in repository toolchain/ci/binutils-gdb.
from 56a4f5a10b [gdb/testsuite] Add PR number to KFAIL in gdb.opt/inline-cmds.exp adds 32d1f47a12 Fix typo (thead -> thread) adds 56b1e56d2c Rebase libiberty source with latest changes from gcc. adds 1b95cdb76c gdb: use gdb:hash_enum as hash function in offset_map_type adds 770479f223 gdb: Fix toplevel types with -fdebug-types-section adds a65189c980 Add missing ChangeLog entries adds 2b2fbab8ef Allow Python commands to be in class_tui adds a55e30b51b gdb: fix shellcheck warning in update-freebsd.sh adds 4498ef4f8b Add definitions of system calls to catch in native NetBSD targets adds 03549f57b6 Automatic date update in version.in
No new revisions were added by this update.
Summary of changes: bfd/version.h | 2 +- gdb/ChangeLog | 29 ++ gdb/NEWS | 3 + gdb/data-directory/Makefile.in | 2 +- gdb/doc/ChangeLog | 4 + gdb/doc/python.texi | 7 + gdb/dwarf2/read.c | 5 +- gdb/python/py-cmd.c | 9 +- gdb/stubs/ChangeLog | 4 + gdb/stubs/ia64vms-stub.c | 2 +- gdb/syscalls/netbsd.xml | 461 +++++++++++++++++++++ gdb/syscalls/update-freebsd.sh | 2 +- .../{update-freebsd.sh => update-netbsd.sh} | 30 +- gdb/testsuite/ChangeLog | 11 + .../dw4-toplevel-types.cc} | 9 +- .../{dw4-sig-types.exp => dw4-toplevel-types.exp} | 20 +- gdb/testsuite/gdb.threads/stop-with-handle.exp | 2 +- gdbsupport/ChangeLog | 4 + gdbsupport/gdb-sigmask.h | 2 +- libiberty/ChangeLog | 55 ++- libiberty/Makefile.in | 5 +- libiberty/aclocal.m4 | 2 + libiberty/configure | 145 +++++++ libiberty/configure.ac | 3 + libiberty/cp-demangle.c | 1 + libiberty/simple-object.c | 3 + libiberty/testsuite/demangle-expected | 3 + 27 files changed, 760 insertions(+), 65 deletions(-) create mode 100644 gdb/syscalls/netbsd.xml copy gdb/syscalls/{update-freebsd.sh => update-netbsd.sh} (71%) copy gdb/testsuite/{gdb.base/persistent-lang.cc => gdb.dwarf2/dw4-toplevel-types.c [...] copy gdb/testsuite/gdb.dwarf2/{dw4-sig-types.exp => dw4-toplevel-types.exp} (67%)