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-defconfig in repository toolchain/ci/binutils-gdb.
from 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 adds 88f07206fa Use htab_up in auto-load.c adds c1fb98360c Use htab_up in breakpoint.c adds 32580f6d2e Use htab_up in completion_tracker adds 99032cfcc6 Use htab_up in filename_seen_cache adds 7a8a5d47c3 Use htab_up in linespec.c adds eb53f10555 Use htab_up in target-descriptions.c adds fa9b11648c Use htab_up in typedef_hash_table adds 6108fd1823 Use htab_up in type copying adds 280a9412e4 Use htab_up in dwarf2/read.c
No new revisions were added by this update.
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 | 108 +++++++++++++++++++++ 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/dwarf2/read.c | 20 ++-- 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 +-- opcodes/ChangeLog | 5 + opcodes/csky-dis.c | 32 +++--- 33 files changed, 350 insertions(+), 260 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%)