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-allyesconfig in repository toolchain/ci/binutils-gdb.
from c410035d37 constify elfNN_bed adds 19007d9556 Fix TBI handling for watchpoints adds bfbe4b8460 Record FPSR for SIMD/FP data instructions adds 1e61189d0a [gdb/testsuite] Fix shlib compilation with target board unix [...] adds 2f2287318b [gdb/cli] Add a progress meter adds d6f26c9d28 [gdb] Print progress for debuginfod adds 592995fadd [gdb/testsuite] Fix prompt regexp in batch-preserve-term-set [...] adds bcac599f73 ld: Skip libdep plugin if not all plugin hooks are available adds 93df4a1d07 gdb/testsuite: make some tests in gdb.base enable non-stop u [...] adds 35c1ab606d Change void_context_p to bool adds f81baa0863 Automatic date update in version.in adds c5c412054e Change parameters to language_defn::post_parser
No new revisions were added by this update.
Summary of changes: ChangeLog | 7 ++ bfd/version.h | 2 +- gdb/ChangeLog | 52 +++++++++++ gdb/aarch64-linux-nat.c | 8 +- gdb/aarch64-tdep.c | 9 +- gdb/ada-lang.c | 9 +- gdb/cli-out.c | 101 +++++++++++++++++++++ gdb/cli-out.h | 31 +++++++ gdb/debuginfod-support.c | 27 ++++-- gdb/language.h | 12 +-- gdb/mi/mi-out.h | 12 +++ gdb/parse.c | 12 +-- gdb/parser-defs.h | 9 +- gdb/rust-exp.y | 2 +- gdb/testsuite/ChangeLog | 23 +++++ gdb/testsuite/gdb.arch/aarch64-tagged-pointer.c | 8 +- gdb/testsuite/gdb.arch/aarch64-tagged-pointer.exp | 27 ++++-- gdb/testsuite/gdb.base/async-shell.exp | 8 +- .../gdb.base/batch-preserve-term-settings.exp | 2 +- .../gdb.base/continue-all-already-running.exp | 9 +- gdb/testsuite/gdb.base/moribund-step.exp | 9 +- .../gdb.base/step-sw-breakpoint-adjust-pc.exp | 7 +- gdb/testsuite/lib/gdb.exp | 39 +++++++- gdb/ui-out.h | 37 ++++++++ gdb/utils.c | 14 +++ gdb/utils.h | 4 + gdbserver/ChangeLog | 5 + gdbserver/linux-aarch64-low.cc | 24 ++++- ld/ChangeLog | 10 ++ ld/libdep_plugin.c | 25 ++--- ld/testsuite/config/default.exp | 8 ++ ld/testsuite/ld-elf/elf.exp | 5 +- ld/testsuite/ld-elf/pr26391.fd | 4 + 33 files changed, 482 insertions(+), 79 deletions(-) create mode 100644 ld/testsuite/ld-elf/pr26391.fd