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-allnoconfig in repository toolchain/ci/binutils-gdb.
from 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 adds 624a24513d Update binutils release making documenation to mention chang [...] new ba22ff8694 Testsuite: Remove pie from trace tests
The 1 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 | 4 + bfd/elfnn-riscv.c | 2 +- bfd/version.h | 2 +- binutils/ChangeLog | 5 + binutils/README-how-to-make-a-release | 2 + gdb/ChangeLog | 72 ++++++++++++ gdb/MAINTAINERS | 1 + 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 | 20 ++++ .../solib-probes-nosharedlibrary.c} | 3 - .../gdb.base/solib-probes-nosharedlibrary.exp | 51 +++++++++ gdb/testsuite/gdb.trace/backtrace.exp | 2 +- gdb/testsuite/gdb.trace/circ.exp | 2 +- gdb/testsuite/gdb.trace/collection.exp | 2 +- gdb/testsuite/gdb.trace/ftrace.exp | 2 +- gdb/testsuite/gdb.trace/mi-trace-unavailable.exp | 2 +- gdb/testsuite/gdb.trace/mi-traceframe-changed.exp | 2 +- gdb/testsuite/gdb.trace/qtro.exp | 2 +- gdb/testsuite/gdb.trace/read-memory.exp | 2 +- gdb/testsuite/gdb.trace/report.exp | 2 +- gdb/testsuite/gdb.trace/tfile.exp | 2 +- gdb/testsuite/gdb.trace/tfind.exp | 2 +- gdb/testsuite/gdb.trace/unavailable.exp | 2 +- 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 +- 33 files changed, 315 insertions(+), 87 deletions(-) copy gdb/testsuite/{gdb.server/sysroot.c => gdb.base/solib-probes-nosharedlibrary. [...] create mode 100644 gdb/testsuite/gdb.base/solib-probes-nosharedlibrary.exp