This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_cross/gnu-master-aarch64-build_cross in repository toolchain/ci/binutils-gdb.
from 32fa152e3b Fix crash in -stack-list-arguments adds ea57e509a2 Remove hack for GDB which sets the section size to 0 adds 678c7a56ce Adjust corefile.exp test to show regression after bfd hack removal adds e56cb451c9 section_table_xfer_memory: Replace section name with callbac [...] adds 2735d4218e Provide access to non SEC_HAS_CONTENTS core file sections adds 94c265d790 Test ability to access unwritten-to mmap data in core file adds 5efb677960 Update binary_get_section_contents to seek using section's f [...] adds 7e183d2736 Add new gdbarch method, read_core_file_mappings adds db082f5979 Use NT_FILE note section for reading core target memory adds f9e233c9c4 Add test for accessing read-only mmapped data in a core file adds 4ba11f89a2 gcore command: Place all file-backed mappings in NT_FILE note adds 9c5ec5c2da Adjust coredump-filter.exp to account for NT_FILE note handling adds 09c2f5d45c Add new command "maint print core-file-backed-mappings" adds b089853a22 Add documentation for "maint print core-file-backed-mappings" adds 7da515fd76 New core file tests with mappings over existing program memory adds 25322a133a Automatic date update in version.in adds 25dfed247b Fix more bugs in gdb testglue wrapper handling adds 78344df7b5 gdb/disassembly: Update to handle non-statement addresses adds 90fcc46681 [gdb/tui] Fix Wmaybe-uninitialized warning in tui-winsource.c adds e7bc9db8f4 Don't touch frame_info objects if frame cache was reinitialized adds b5dd7120f6 PR ld/26288: Revert obsolete part of PR ld/26047 fix adds 97c79e2174 PR ld/26288: Allow the use of `--just-symbols' with ET_EXEC input adds 513487e1a8 Fix BZ 26294 - Add period to help text for maint print core- [...] adds 4b495c31c1 Automatic date update in version.in new 2dddfa201b Updated German translation for the opcodes sub-directory new 04f096fb9e Move the xc16x target to the obsolete list new bf772a1ecd Update documentation on how to make a release new 6dcfb80a28 [gdb/testsuite] Require gnatmake-8 for gdb.ada/mi_prot.exp
The 4 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 | 13 + bfd/binary.c | 12 +- bfd/config.bfd | 2 +- bfd/elf.c | 8 - bfd/version.h | 2 +- binutils/ChangeLog | 5 + binutils/README-how-to-make-a-release | 39 +- gdb/ChangeLog | 98 ++++ gdb/NEWS | 4 + gdb/arch-utils.c | 16 + gdb/arch-utils.h | 12 + gdb/bfd-target.c | 3 +- gdb/corelow.c | 264 +++++++++- gdb/disasm.c | 6 - gdb/doc/ChangeLog | 5 + gdb/doc/gdb.texinfo | 8 + gdb/exec.c | 8 +- gdb/exec.h | 13 +- gdb/frame-unwind.c | 13 +- gdb/frame.c | 22 +- gdb/frame.h | 4 + gdb/gdbarch.c | 23 + gdb/gdbarch.h | 6 + gdb/gdbarch.sh | 3 + gdb/linux-tdep.c | 244 ++++++--- gdb/target.c | 18 +- gdb/testsuite/ChangeLog | 60 +++ gdb/testsuite/gdb.ada/mi_prot.exp | 3 + gdb/testsuite/gdb.base/coredump-filter.exp | 18 +- gdb/testsuite/gdb.base/corefile.exp | 27 +- gdb/testsuite/gdb.base/corefile2.exp | 185 +++++++ gdb/testsuite/gdb.base/coremaker.c | 30 +- gdb/testsuite/gdb.base/coremaker2.c | 150 ++++++ .../gdb.dwarf2/dw2-disasm-over-non-stmt.exp | 206 ++++++++ gdb/testsuite/gdb.server/server-kill.exp | 114 ++++- gdb/testsuite/lib/gdb.exp | 23 +- gdb/tui/tui-winsource.h | 5 + ld/ChangeLog | 20 + ld/ldelf.c | 10 +- ld/testsuite/ld-misc/just-symbols-0.s | 4 + ld/testsuite/ld-misc/just-symbols-1.dd | 5 + ld/testsuite/ld-misc/just-symbols-1.s | 4 + ld/testsuite/ld-misc/just-symbols.exp | 57 +++ ld/testsuite/ld-misc/just-symbols.ld | 7 + opcodes/ChangeLog | 4 + opcodes/po/de.po | 560 ++++++++++++--------- 46 files changed, 1921 insertions(+), 422 deletions(-) create mode 100644 gdb/testsuite/gdb.base/corefile2.exp create mode 100644 gdb/testsuite/gdb.base/coremaker2.c create mode 100644 gdb/testsuite/gdb.dwarf2/dw2-disasm-over-non-stmt.exp create mode 100644 ld/testsuite/ld-misc/just-symbols-0.s create mode 100644 ld/testsuite/ld-misc/just-symbols-1.dd create mode 100644 ld/testsuite/ld-misc/just-symbols-1.s create mode 100644 ld/testsuite/ld-misc/just-symbols.exp create mode 100644 ld/testsuite/ld-misc/just-symbols.ld