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-arm-check_binutils in repository toolchain/ci/binutils-gdb.
from 8a16cc4b93 sim: m68hc11: fix up cycle buffer printing adds e2ea3a381a Don't include sys/personality.h in linux-low.cc anymore adds 4655f8509f Don't run personality syscall at configure time; don't check [...] adds 65a9835b29 sim: use htab_eq_string adds 0d0878d72e sim: add html & pdf stubs adds 2faf902da5 generate single html manual page by default adds cf758b3960 support generating multi-html pages in parallel adds 354c317ea4 binutils: update release docs process adds aac7ce3c87 sim: cgen: tweak initializers to avoid warnings adds 6ae9091ab0 sim: cgen: tweak cgen_rtx_error to fix warnings adds 1227922933 sim: cgen: namespace mode_names a bit adds 532497fe6f sim: cgen: tweak trace format adds b50a658ac1 sim: touch modules target adds 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
No new revisions were added by this update.
Summary of changes: bfd/ChangeLog | 10 +++++ bfd/doc/Makefile.am | 7 +++ bfd/doc/Makefile.in | 20 ++++++--- bfd/version.h | 2 +- binutils/ChangeLog | 25 +++++++++++ binutils/README-how-to-make-a-release | 38 +++++++++------- binutils/doc/Makefile.am | 8 +++- binutils/doc/Makefile.in | 12 +++-- binutils/dwarf.c | 6 +-- binutils/objcopy.c | 11 +---- gas/ChangeLog | 10 +++++ gas/doc/Makefile.am | 8 +++- gas/doc/Makefile.in | 12 +++-- gdb/ChangeLog | 73 ++++++++++++++++++++++++++++++ gdb/config.in | 7 --- gdb/configure | 74 ------------------------------ gdb/doc/ChangeLog | 10 +++++ gdb/doc/python.texi | 18 ++++++++ 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 | 24 +++++----- gdb/nat/linux-personality.c | 12 +---- gdb/nat/linux-waitpid.c | 23 ++++------ gdb/nat/linux-waitpid.h | 2 +- gdb/python/py-breakpoint.c | 59 ++++++++++++++++++++++-- gdb/python/py-frame.c | 6 +-- gdb/python/py-unwind.c | 60 ++++++++++++++++--------- gdbserver/ChangeLog | 17 +++++++ gdbserver/config.in | 7 --- gdbserver/configure | 74 ------------------------------ gdbserver/linux-low.cc | 13 +----- gdbsupport/ChangeLog | 10 +++++ gdbsupport/Makefile.in | 4 +- gdbsupport/common.m4 | 23 ---------- gdbsupport/config.in | 7 --- gdbsupport/configure | 74 ------------------------------ gprof/ChangeLog | 10 +++++ gprof/Makefile.am | 9 +++- gprof/Makefile.in | 28 +++++++----- ld/ChangeLog | 10 +++++ ld/Makefile.am | 8 +++- ld/Makefile.in | 22 +++++---- libctf/ChangeLog | 9 ++++ libctf/ctf-dedup.c | 14 +++--- libctf/ctf-hash.c | 9 ---- libctf/ctf-impl.h | 2 - sim/common/ChangeLog | 35 +++++++++++++++ sim/common/Make-common.in | 9 ++++ sim/common/cgen-ops.h | 2 + sim/common/cgen-trace.c | 2 +- sim/common/cgen-types.h | 4 +- sim/common/cgen-utils.c | 16 +++---- sim/common/sim-options.c | 10 +---- sim/h8300/ChangeLog | 8 ++++ sim/h8300/compile.c | 7 ++- sim/h8300/configure | 13 +++--- sim/h8300/configure.ac | 1 - 60 files changed, 580 insertions(+), 522 deletions(-)