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 bb608f811b sim: h8300: clean up various warnings adds 9ef1d5f4c9 Automatic date update in version.in adds 550e9289ab gdb: add missing space in infrun_debug_printf adds 8d06918ff5 gdb, gdbserver: make status_to_str return std::string adds b6703327bb gdbsupport: re-generate configure & friends adds b05a0fc79b Use htab_eq_string in binutils adds 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
No new revisions were added by this update.
Summary of changes: bfd/ChangeLog | 14 ++++++ bfd/elf32-pru.c | 1 + bfd/simple.c | 36 +++++++++++++++ bfd/version.h | 2 +- binutils/ChangeLog | 21 +++++++++ binutils/doc/binutils.texi | 7 ++- binutils/dwarf.c | 6 +-- binutils/objcopy.c | 11 +---- 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 | 67 +++++++++++++++++++++++++++ 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/infrun.h | 2 +- gdb/linux-nat.c | 20 ++++---- gdb/nat/linux-waitpid.c | 25 +++++----- gdb/nat/linux-waitpid.h | 2 +- gdb/python/py-breakpoint.c | 59 ++++++++++++++++++++++-- gdb/python/py-frame.c | 6 +-- gdb/python/py-unwind.c | 60 +++++++++++++++--------- gdb/testsuite/ChangeLog | 10 ++++ gdb/testsuite/gdb.arch/amd64-osabi.exp | 6 +-- gdb/testsuite/gdb.guile/guile.exp | 13 +++++- gdbserver/ChangeLog | 5 ++ gdbserver/linux-low.cc | 2 +- gdbsupport/ChangeLog | 6 +++ gdbsupport/Makefile.in | 4 +- gdbsupport/config.in | 7 --- gdbsupport/configure | 74 ------------------------------ 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 - libctf/ChangeLog | 9 ++++ libctf/ctf-dedup.c | 14 +++--- libctf/ctf-hash.c | 9 ---- libctf/ctf-impl.h | 2 - 50 files changed, 468 insertions(+), 278 deletions(-)