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-mainline-allmodconfig in repository toolchain/ci/binutils-gdb.
from 152a174956 gdb: prune inferiors at end of fetch_inferior_event, fix int [...] adds b913bd98ce gdb: improved EOF handling when using readline 7 adds 4fb7bc4b14 readline: back-port changes needed to properly detect EOF adds 91395d97d9 gdb: handle bracketed-paste-mode and EOF correctly adds f551c8ef32 gdbserver/linux: free process_info_private and arch_process_ [...] adds 1e864019e4 gdb: handle_no_resumed: only update thread list of event target adds 7642f36b93 Automatic date update in version.in adds 69be4d89e3 Automatic date update in version.in adds ac16b09d7e gdb: move setbuf calls out of gdb_readline_no_editing_callback adds 455fe76708 Automatic date update in version.in adds 2b718529b9 gdb/infrun: assert !step_over_info_valid_p in restart_threads adds 5f59e7e0c7 gdb/fortran: Support for assumed rank zero adds 0d38576a34 Emit a note warning the user that creating an executable sta [...] adds 2cf349be0e Do not put linkage names into .gdb_index adds df2a5f8de7 Automatic date update in version.in adds 3f0423f913 gdbsupport/pathstuff.h: #include <array> explicitly for std: [...] adds 0b60b96344 PowerPC: Update expected floating point output for gdb.arch/ [...] adds 6bdd7cf11d gdb: make some random Python files Python 3-compatible adds c62dced2d4 bsd-kvm: Fix build after recent changes to path handling functions. adds f93c6e0a2e i386: Pass -z noexecstack to linker tests
No new revisions were added by this update.
Summary of changes: bfd/ChangeLog | 8 +++ bfd/elflink.c | 8 ++- bfd/version.h | 2 +- binutils/ChangeLog | 6 +++ binutils/testsuite/lib/binutils-common.exp | 1 + gdb/bsd-kvm.c | 24 ++++----- gdb/contrib/test_pubnames_and_indexes.py | 30 +++++------ gdb/dwarf2/index-write.c | 8 +++ gdb/event-top.c | 84 +++++++++++++++++++++--------- gdb/event-top.h | 6 +++ gdb/gdbtypes.c | 22 ++++++-- gdb/gdbtypes.h | 1 - gdb/infrun.c | 15 +++--- gdb/system-gdbinit/elinos.py | 2 +- gdb/system-gdbinit/wrs-linux.py | 4 +- gdb/testsuite/gdb.arch/altivec-regs.exp | 8 +-- gdb/testsuite/gdb.arch/vsx-regs.exp | 31 +++++------ gdb/testsuite/gdb.base/eof-exit.exp | 2 +- gdb/testsuite/gdb.fortran/assumedrank.exp | 6 +++ gdb/testsuite/gdb.fortran/assumedrank.f90 | 3 ++ gdb/top.c | 40 ++++++++++++++ gdbserver/linux-low.cc | 27 ++++++---- gdbserver/linux-low.h | 3 ++ gdbsupport/pathstuff.h | 1 + ld/ChangeLog | 6 +++ ld/testsuite/ld-elf/pr29072.b.warn | 1 + ld/testsuite/ld-i386/i386.exp | 6 ++- readline/readline/callback.c | 8 ++- readline/readline/doc/rltech.texi | 11 ++++ readline/readline/readline.c | 19 ++++--- readline/readline/readline.h | 8 ++- readline/readline/rlprivate.h | 1 - readline/readline/rltty.c | 4 +- 33 files changed, 289 insertions(+), 117 deletions(-)