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-next-allnoconfig in repository toolchain/ci/binutils-gdb.
from fea82da0fe [gdb/testsuite] Fix remove-inferiors.exp FAIL with readnow board adds 89549d7f4d Remove trailing newlines from help text adds c93dbb25ac Fix an unitinitalised local variable in decode_arm_unwind(). adds 1c7fe9515d Remove linux-waitpid.c debugging code adds 08f10e02be Move gdb's xmalloc and friends to new file adds 2057d69dcc Add support for reporting Alpha and Vax symbol visibility in [...] adds a5fd13a915 Dwarf: Don't add nameless modules to partial symbol table adds d106773eac Dwarf: Don't add nameless modules to partial symbol table (C [...] adds 0529f3fe5c Automatic date update in version.in new 540e617049 Add support to readelf to display NetBSD auxv notes in core files.
The 1 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/version.h | 2 +- binutils/ChangeLog | 19 ++++++ binutils/readelf.c | 54 ++++++++++++--- gdb/ChangeLog | 53 +++++++++++++++ gdb/Makefile.in | 1 + gdb/alloc.c | 111 +++++++++++++++++++++++++++++++ gdb/breakpoint.c | 10 +-- gdb/btrace.c | 8 +-- gdb/common/common-utils.c | 72 -------------------- gdb/disasm.c | 2 +- gdb/dwarf2read.c | 17 ++--- gdb/gdbserver/ChangeLog | 8 +++ gdb/gdbserver/Makefile.in | 11 +++ gdb/infcall.c | 2 +- gdb/infcmd.c | 4 +- gdb/interps.c | 5 +- gdb/language.c | 6 +- gdb/nat/linux-waitpid.c | 34 +--------- gdb/python/python.c | 3 +- gdb/reverse.c | 4 +- gdb/spu-tdep.c | 10 +-- gdb/testsuite/ChangeLog | 5 ++ gdb/testsuite/gdb.fortran/block-data.exp | 63 ++++++++++++++++++ gdb/testsuite/gdb.fortran/block-data.f | 56 ++++++++++++++++ gdb/top.c | 2 +- gdb/tracepoint.c | 6 +- gdb/tui/tui-layout.c | 2 +- gdb/tui/tui-stack.c | 2 +- gdb/tui/tui-win.c | 64 +++++++++--------- gdb/typeprint.c | 2 +- gdb/user-regs.c | 2 +- 31 files changed, 448 insertions(+), 192 deletions(-) create mode 100644 gdb/alloc.c create mode 100644 gdb/testsuite/gdb.fortran/block-data.exp create mode 100644 gdb/testsuite/gdb.fortran/block-data.f