This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu/gnu-master-aarch64-check_binutils in repository toolchain/ci/binutils-gdb.
from 4821e618ad Use htab_eq_string in libctf adds 927c4e355e gdb: replace fprint_frame_id adds 1ef40c1362 gdb/py: convert debug logging in py-unwind to use new scheme adds 75140e3b75 gdb/py: add some debugging to py-breakpoint.c adds 9dffa1aa8e gdb/doc: document 'set debug py-unwind' adds 400f0c9b88 Automatic date update in version.in adds 2d4b49864e Avoid possible pointer wrap adds 802021d46d gdb/doc: reword a sentence adds 749c700282 Restore old behaviour of windres so that options containing [...] adds e4b1ab2062 Add support for 8-bit and 24-bit shifts in the z80 assembler. adds 261980de18 PRU: Add alignment for resource table, and allow sizes of me [...] adds 5b45e89f56 Enable linker garbage collection for the PRU target. adds 23182ac0d8 Fix an indirection via uninitialised memory when parsing a c [...] adds 31aceaef1c gdb, gdbserver: make status_to_str display the signal name adds 0709cf686d gdb/testsuite: use proc parameters in gdb.arch/amd64-osabi.exp adds 9344937b04 gdb/testsuite: don't use source tree as temporary HOME directory adds b397aef4cd Remove strayed fprintf in commit 23182ac0d83 adds db1f6cd692 [PR gdb/27614] gdb-add-index fails on symlinks. adds 2005aa0281 Automatic date update in version.in
No new revisions were added by this update.
Summary of changes: bfd/ChangeLog | 20 ++++++ bfd/elf32-pru.c | 1 + bfd/simple.c | 35 +++++++++ bfd/version.h | 2 +- binutils/ChangeLog | 16 +++++ binutils/doc/binutils.texi | 7 +- binutils/dwarf.c | 6 +- binutils/windres.c | 26 +------ gas/ChangeLog | 8 +++ gas/config/tc-z80.c | 17 +++++ gas/testsuite/gas/z80/z80_reloc.d | 5 ++ gas/testsuite/gas/z80/z80_reloc.s | 7 +- gdb/ChangeLog | 55 ++++++++++++++ gdb/contrib/gdb-add-index.sh | 28 ++++++++ gdb/doc/ChangeLog | 15 ++++ gdb/doc/guile.texi | 2 +- gdb/doc/python.texi | 20 +++++- gdb/dummy-frame.c | 3 +- gdb/frame.c | 84 +++++++++------------- gdb/frame.h | 8 +-- gdb/guile/scm-frame.c | 11 +-- gdb/nat/linux-waitpid.c | 10 +-- gdb/python/py-breakpoint.c | 59 ++++++++++++++- gdb/python/py-frame.c | 6 +- gdb/python/py-unwind.c | 60 ++++++++++------ gdb/testsuite/ChangeLog | 15 ++++ gdb/testsuite/gdb.arch/amd64-osabi.exp | 6 +- ...gdb-add-index.exp => gdb-add-index-symlink.exp} | 13 +++- gdb/testsuite/gdb.guile/guile.exp | 13 +++- ld/ChangeLog | 16 +++++ ld/scripttempl/pru.sc | 11 ++- ld/testsuite/ld-elf/group8a.d | 2 +- ld/testsuite/ld-elf/group8b.d | 2 +- ld/testsuite/ld-elf/group9a.d | 2 +- ld/testsuite/ld-elf/group9b.d | 2 +- ld/testsuite/ld-elf/pr12851.d | 2 +- ld/testsuite/ld-elf/pr22677.d | 2 +- ld/testsuite/lib/ld-lib.exp | 1 - 38 files changed, 449 insertions(+), 149 deletions(-) copy gdb/testsuite/gdb.dwarf2/{gdb-add-index.exp => gdb-add-index-symlink.exp} (78%)