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-lts-allnoconfig in repository toolchain/ci/binutils-gdb.
from 945ff6e213 [gdb/testsuite] Fix gdb.dlang/watch-loc.exp on ppc64 adds 5515f72973 Assume that PT_LWPINFO is always defined on FreeBSD hosts. adds bcb1da7fb7 Assume KERN_PROC_PATHNAME is present on FreeBSD hosts. adds 1f17d37249 Assume FreeBSD hosts include support for fetching signal inf [...] adds e911c6663b Require kinfo_get_file and kinfo_get_vmmap for FreeBSD hosts. adds fe5ddfc3ee Assume FreeBSD kernels always report exec events. adds fe83066292 Match demangled name in "skip" adds 4d0bcfcf62 gdb: update instance_flags field name in gdb-gdb.py.in adds b650a28273 gdb: use bool in the solib catchpoint area adds c2f876e11e Automatic date update in version.in adds c568ac5ff7 opcodes/csky: return the default disassembler when there is no bfd adds 848471acef Tidy gas i386.exp adds d2cd411356 gdb/riscv: fix decode of c.sdsp instruction adds dd80eb2cff Skip IFUNC relocations in debug sections ignored by ld.so. [...] adds 9519b2eea0 Make c-exp.y:name_obstack static new 88f07206fa Use htab_up in auto-load.c new c1fb98360c Use htab_up in breakpoint.c new 32580f6d2e Use htab_up in completion_tracker new 99032cfcc6 Use htab_up in filename_seen_cache new 7a8a5d47c3 Use htab_up in linespec.c new eb53f10555 Use htab_up in target-descriptions.c new fa9b11648c Use htab_up in typedef_hash_table new 6108fd1823 Use htab_up in type copying new 280a9412e4 Use htab_up in dwarf2/read.c
The 9 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/ChangeLog | 6 + bfd/elfxx-sparc.c | 20 ++- bfd/version.h | 2 +- gas/ChangeLog | 4 + gas/testsuite/gas/i386/i386.exp | 68 +++++----- gdb/ChangeLog | 141 +++++++++++++++++++++ gdb/auto-load.c | 41 +++--- gdb/breakpoint.c | 57 +++------ gdb/breakpoint.h | 18 ++- gdb/c-exp.y | 2 +- gdb/compile/compile-object-run.c | 6 +- gdb/completer.c | 29 ++--- gdb/completer.h | 4 +- gdb/config.in | 5 +- gdb/configure | 77 +++-------- gdb/configure.ac | 6 - gdb/dwarf2/read.c | 20 ++- gdb/fbsd-nat.c | 139 +------------------- gdb/fbsd-nat.h | 4 - gdb/filename-seen-cache.c | 17 +-- gdb/filename-seen-cache.h | 5 +- gdb/gdb-gdb.py.in | 2 +- gdb/gdbtypes.c | 10 +- gdb/gdbtypes.h | 2 +- gdb/guile/scm-type.c | 7 +- gdb/infrun.c | 12 +- gdb/linespec.c | 30 ++--- gdb/python/py-type.c | 10 +- gdb/riscv-tdep.c | 2 +- gdb/target-descriptions.c | 16 +-- gdb/testsuite/ChangeLog | 6 + .../gdb.base/{gold-gdb-index.c => skipcxx.cc} | 11 +- .../{gdb.cp/pr10687.exp => gdb.base/skipcxx.exp} | 14 +- gdb/typeprint.c | 29 ++--- gdb/typeprint.h | 4 +- gdb/value.c | 11 +- gdbsupport/ChangeLog | 5 + gdbsupport/common.m4 | 10 +- gdbsupport/config.in | 2 +- gdbsupport/configure | 16 ++- opcodes/ChangeLog | 5 + opcodes/csky-dis.c | 32 ++--- 42 files changed, 428 insertions(+), 479 deletions(-) copy gdb/testsuite/gdb.base/{gold-gdb-index.c => skipcxx.cc} (91%) copy gdb/testsuite/{gdb.cp/pr10687.exp => gdb.base/skipcxx.exp} (74%)