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-allyesconfig in repository toolchain/ci/binutils-gdb.
from a72f8c4ce3 Automatic date update in version.in adds 81873cc81e [gdb/symtab] Support DW_AT_main_subprogram with -readnow. adds a3972330f4 Fix a missing include of <string> adds 2e02f29632 Tidy up ar_open by using asprintf to replace xmalloc and sprintf. adds caa429d81a Delay allocation of dbx_symfile_info adds 25ce02ee7b Use gdbpy_enter in py-breakpoint.c adds 58e07198f3 Add support for NetBSD/sh3 core file sections. Merge multip [...] adds 422186a95c Remove newlines from warnings adds 9bf7038bb2 Update help text in ada-lang.c adds c6a636ce37 Fix printing large decimal values in strings. adds e99f9db0f5 [gdb/symtab] Fix symbol loading performance regression adds f19e22e922 [gdb] Fix dynamic-stack-buffer-overflow in linespec_lexer_le [...] adds 9ab084121f [gdb] Fix heap-buffer-overflow in cp_find_first_component_aux adds a706786341 gdb: Check for not allocated/associated values during array slicing adds 8bbce0c702 Automatic date update in version.in adds b49851c8e2 [gdb/testsuite] Add readnow.exp adds 8c2e74f181 [gdb/testsuite] Fix main high_pc in nonvar-access.exp adds 86108c1311 Remove shadowing from darwin-nat.c adds 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
No new revisions were added by this update.
Summary of changes: bfd/ChangeLog | 10 ++ bfd/elf.c | 86 +++++++------- bfd/version.h | 2 +- binutils/ChangeLog | 25 ++++ binutils/arsup.c | 11 +- binutils/readelf.c | 23 ++++ binutils/strings.c | 4 +- gdb/ChangeLog | 128 +++++++++++++++++++++ gdb/Makefile.in | 1 + gdb/ada-lang.c | 18 ++- gdb/alloc.c | 111 ++++++++++++++++++ gdb/breakpoint.c | 10 +- gdb/btrace.c | 8 +- gdb/cli/cli-cmds.c | 2 +- gdb/coffread.c | 7 -- gdb/common/common-utils.c | 72 ------------ gdb/darwin-nat.c | 12 +- gdb/dbxread.c | 10 ++ gdb/disasm.c | 2 +- gdb/dwarf-index-cache.c | 2 +- gdb/dwarf2read.c | 23 ++-- gdb/elfread.c | 12 +- gdb/gdbserver/ChangeLog | 21 ++++ gdb/gdbserver/Makefile.in | 11 ++ gdb/gdbserver/linux-s390-low.c | 2 +- gdb/gdbserver/linux-x86-low.c | 2 +- gdb/gdbserver/remote-utils.c | 6 +- gdb/gdbserver/thread-db.c | 4 +- gdb/gdbserver/tracepoint.c | 4 +- gdb/guile/guile.c | 2 +- gdb/infcall.c | 2 +- gdb/infcmd.c | 4 +- gdb/interps.c | 5 +- gdb/language.c | 6 +- gdb/linespec.c | 5 +- gdb/m32c-tdep.c | 2 +- gdb/nat/fork-inferior.c | 2 +- gdb/nat/linux-waitpid.c | 34 +----- gdb/python/py-breakpoint.c | 18 ++- gdb/python/python.c | 5 +- gdb/reverse.c | 4 +- gdb/s12z-tdep.c | 6 +- gdb/solib-svr4.c | 2 +- gdb/spu-tdep.c | 10 +- gdb/symtab.c | 15 ++- gdb/testsuite/ChangeLog | 24 ++++ .../source-error.gdb => boards/readnow.exp} | 15 ++- gdb/testsuite/gdb.dwarf2/nonvar-access.exp | 8 +- gdb/testsuite/gdb.fortran/block-data.exp | 63 ++++++++++ gdb/testsuite/gdb.fortran/block-data.f | 56 +++++++++ gdb/testsuite/gdb.fortran/vla-sizeof.exp | 4 +- gdb/testsuite/gdb.multi/remove-inferiors.exp | 5 +- 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 +- gdb/valops.c | 5 + gold/ChangeLog | 4 + gold/errors.h | 1 + 62 files changed, 715 insertions(+), 301 deletions(-) create mode 100644 gdb/alloc.c copy gdb/testsuite/{gdb.base/source-error.gdb => boards/readnow.exp} (66%) create mode 100644 gdb/testsuite/gdb.fortran/block-data.exp create mode 100644 gdb/testsuite/gdb.fortran/block-data.f