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-defconfig in repository toolchain/ci/binutils-gdb.
from 1ce0f4f242 Automatic date update in version.in adds 73f8a59086 Improve reverse debugging docs, mention built-in support and [...] adds 7905fc359d Fix "nosharedlibrary + continue + shared lib event" crash adds d70cc3ba87 solib-svr4: Pass down svr4_info as much as possible adds 79b8e8ab45 RISC-V: Enable 32-bit linux gdb core file support. adds ad9d13f8e9 [FYI] Add myself to gdb/MAINTAINERS adds 4a4153dfc9 Automatic date update in version.in adds 336d760da6 Support for DW_OP_addrx and DW_FORM_addrx tags adds 6f38008bb4 Fix M5100 flags test with interAptiv-MR2 adds cc9519e7d6 Fix automatic makefile dependencies for generated ld/e*.c
No new revisions were added by this update.
Summary of changes: bfd/ChangeLog | 4 + bfd/elfnn-riscv.c | 2 +- bfd/version.h | 2 +- gdb/ChangeLog | 72 ++++++++++++ gdb/MAINTAINERS | 1 + gdb/doc/ChangeLog | 8 ++ gdb/doc/gdb.texinfo | 26 +++-- gdb/dwarf2-frame.c | 2 +- gdb/dwarf2expr.c | 1 + gdb/dwarf2expr.h | 5 +- gdb/dwarf2loc.c | 5 +- gdb/dwarf2read.c | 20 +++- gdb/solib-svr4.c | 122 ++++++++++++++------- gdb/testsuite/ChangeLog | 5 + .../solib-probes-nosharedlibrary.c} | 3 - .../gdb.base/solib-probes-nosharedlibrary.exp | 51 +++++++++ ld/ChangeLog | 12 ++ ld/Makefile.am | 10 +- ld/Makefile.in | 8 +- ld/genscripts.sh | 28 +++-- ld/testsuite/ld-mips-elf/mips-elf-flags.exp | 3 +- 21 files changed, 308 insertions(+), 82 deletions(-) copy gdb/testsuite/{gdb.server/sysroot.c => gdb.base/solib-probes-nosharedlibrary. [...] create mode 100644 gdb/testsuite/gdb.base/solib-probes-nosharedlibrary.exp