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-allyesconfig in repository toolchain/ci/binutils-gdb.
from d820d0c37b gdb/testsuite: Remove interactive prompt case from mi_gdb_test adds 28e817cc44 Fix a heap use after free memory access fault when displayin [...] adds c0b0b1c2b4 Correct PR number in changelog entry. adds 8379fac67e Updated Spanish translation for the ld sub-directory. adds 0e2a21335b gdb: Avoid signed integer overflow when printing source lines adds 041be52673 gdb: Remove support for old mangling schemes adds 39f286cd58 S12Z: Fix disassembly of indexed OPR operands with zero index. adds 448b8ca865 S12Z: Don't crash when disassembling invalid instructions. adds 669e09f609 NEWS: Move changed commands description to Changed commands [...] adds a08da33eb3 Merge from gcc: use "cannot" instead of "can not" in libiber [...] adds d30e190339 Automatic date update in version.in adds 217083254a Introduce all_objfiles and next_iterator adds 99d89cdea6 Remove ALL_PSPACE_OBJFILES adds aed57c5371 Remove most uses of ALL_OBJFILES adds cac85af246 Remove ALL_OBJFILES_SAFE adds 5325b9bf1e Remove ALL_MSYMBOLS and ALL_OBJFILE_MSYMBOLS adds 592553c469 Remove ALL_OBJFILE_COMPUNITS adds d8aeb77f04 Remove ALL_COMPUNITS adds 5accd1a07e Remove ALL_COMPUNIT_FILETABS adds d5da8b3c0d Remove ALL_OBJFILE_FILETABS adds 8b31193aa9 Remove ALL_OBJFILES and ALL_FILETABS adds 3b9d3ac236 Remove ALL_OBJSECTIONS adds b22a7c6ab6 Remove ALL_OBJFILE_PSYMTABS adds 1910070b29 Sync libiberty sources with gcc master versions.
No new revisions were added by this update.
Summary of changes: ChangeLog | 21 + bfd/version.h | 2 +- binutils/ChangeLog | 6 + binutils/readelf.c | 13 +- gas/ChangeLog | 5 + gas/testsuite/gas/s12z/jsr.d | 1 + gas/testsuite/gas/s12z/jsr.s | 3 +- gdb/ChangeLog | 259 ++ gdb/NEWS | 19 +- gdb/ada-lang.c | 197 +- gdb/blockframe.c | 26 +- gdb/breakpoint.c | 211 +- gdb/buildsym.c | 7 +- gdb/cli/cli-cmds.c | 35 +- gdb/coffread.c | 14 +- gdb/common/next-iterator.h | 102 + gdb/compile/compile-object-run.c | 3 +- gdb/cp-support.c | 48 +- gdb/dbxread.c | 6 +- gdb/doc/ChangeLog | 5 + gdb/doc/gdb.texinfo | 29 +- gdb/dwarf-index-write.c | 51 +- gdb/dwarf2-frame.c | 4 +- gdb/elfread.c | 7 +- gdb/gcore.c | 104 +- gdb/gdbtypes.c | 32 +- gdb/guile/scm-objfile.c | 11 +- gdb/guile/scm-pretty-print.c | 25 +- gdb/guile/scm-progspace.c | 17 +- gdb/hppa-tdep.c | 126 +- gdb/jit.c | 9 +- gdb/linespec.c | 98 +- gdb/linux-thread-db.c | 8 +- gdb/main.c | 3 +- gdb/maint.c | 35 +- gdb/mdebugread.c | 22 +- gdb/mi/mi-cmd-file.c | 27 +- gdb/minsyms.c | 40 +- gdb/objc-lang.c | 141 +- gdb/objfiles.c | 183 +- gdb/objfiles.h | 201 +- gdb/ppc-linux-tdep.c | 4 +- gdb/printcmd.c | 138 +- gdb/probe.c | 42 +- gdb/psympriv.h | 5 - gdb/psymtab.c | 621 +++-- gdb/psymtab.h | 22 +- gdb/python/py-objfile.c | 8 +- gdb/python/py-prettyprint.c | 38 +- gdb/python/py-progspace.c | 4 +- gdb/python/py-xmethods.c | 4 +- gdb/solib-spu.c | 3 +- gdb/solib.c | 12 +- gdb/source.c | 120 +- gdb/source.h | 48 + gdb/spu-tdep.c | 12 +- gdb/stabsread.c | 23 +- gdb/symfile-debug.c | 27 +- gdb/symfile.c | 253 +- gdb/symmisc.c | 499 ++-- gdb/symtab.c | 737 +++--- gdb/symtab.h | 13 +- gdb/testsuite/ChangeLog | 9 + gdb/testsuite/gdb.cp/demangle.exp | 1419 +--------- gdb/valops.c | 23 - gdb/windows-tdep.c | 3 +- include/ChangeLog | 17 +- include/demangle.h | 33 +- include/libiberty.h | 4 +- include/plugin-api.h | 2 +- ld/ChangeLog | 4 + ld/po/es.po | 329 ++- libiberty/ChangeLog | 40 +- libiberty/cplus-dem.c | 4586 +-------------------------------- libiberty/testsuite/demangle-expected | 3447 +------------------------ opcodes/ChangeLog | 7 + opcodes/s12z-dis.c | 61 +- 77 files changed, 2936 insertions(+), 11837 deletions(-) create mode 100644 gdb/common/next-iterator.h