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-stable-allnoconfig in repository toolchain/ci/binutils-gdb.
from 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. adds 0e8f53badb Move some declarations to mdebugread.h adds baa62830ed Remove some unneeded psymtab initializations adds 939652a515 Remove parameters from start_psymtab_common adds 75aedd27e6 Change add_psymbol_to_list to use an enum adds 6eee24ce30 Simplify calls to init_psymbol_list adds 0f14768a2a Change create_demangled_names_hash to take an objfile_per_bf [...] adds 1d94a5a36a Change symbol_set_names to take an objfile_per_bfd_storage adds d320c2b5e1 Introduce class psymtab_storage adds 6d6a12bf87 Introduce objfile::reset_psymtabs adds 5923a04c0c Allocate the address map on the psymtab obstack adds 5af7096648 Move more allocations to psymtab obstack adds a9342b6288 Add psymtab_storage::allocate_dependencies adds b596a3c77d Make psymtab_storage::free_psymtabs private adds 8d7bcccb82 Move psymtabs to their own obstack adds 12add40ee4 Stop objdump from displaying control codes embedded in symbo [...] adds 59aa9b0be1 Correct changelog entry. adds 1ef8573cc7 gdb: Improve scoped_switch_fork_info class adds da58495800 gdb: Fix incorrect variable name in scoped_switch_fork_info adds 36cb72375c Fix leak in mdebugread.c adds 2f667667e2 Fix leak in solib-target.c:library_list_start_library adds 67aa1f3c28 Fix tracepoint.c:parse_tracepoint_definition leak (and one more) new c7748ee9ce gdb/23712: Introduce multidictionary's new b026f59345 gdb/23712: Use new multidictionary API new 63a20375b4 gdb/23712: Cleanup/Remove temporary dictionary functions new d3cb680811 gdb/23712: Remove dw2_add_symbol_to_list new b56f80d8b2 gdb/23712: Test case for multidictionary
The 5 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: ChangeLog | 21 + bfd/version.h | 2 +- binutils/ChangeLog | 20 + binutils/objdump.c | 127 +- gas/ChangeLog | 37 + gas/testsuite/gas/all/eqv-dot.d | 2 +- gas/testsuite/gas/mips/mips16-branch-absolute-1.d | 10 +- gas/testsuite/gas/mips/mips16-e.d | 6 +- gas/testsuite/gas/mips/mips16-pcrel-0.d | 16 +- gas/testsuite/gas/mips/mips16-pcrel-1.d | 16 +- gas/testsuite/gas/mips/mips16-pcrel-delay-0.d | 8 +- gas/testsuite/gas/mips/mips16-pcrel-delay-1.d | 8 +- gas/testsuite/gas/mips/mips16-pcrel-n32-0.d | 16 +- gas/testsuite/gas/mips/mips16-pcrel-n32-1.d | 16 +- gas/testsuite/gas/mips/mips16-pcrel-n64-sym32-0.d | 16 +- gas/testsuite/gas/mips/mips16-pcrel-n64-sym32-1.d | 16 +- gas/testsuite/gas/mips/mips16e2@mips16-pcrel-0.d | 16 +- gas/testsuite/gas/mips/mips16e2@mips16-pcrel-1.d | 16 +- .../gas/mips/mips16e2@mips16-pcrel-delay-0.d | 8 +- .../gas/mips/mips16e2@mips16-pcrel-delay-1.d | 8 +- .../gas/mips/mips16e2@mips16-pcrel-n32-0.d | 16 +- .../gas/mips/mips16e2@mips16-pcrel-n32-1.d | 16 +- .../gas/mips/mips16e2@mips16-pcrel-n64-sym32-0.d | 16 +- .../gas/mips/mips16e2@mips16-pcrel-n64-sym32-1.d | 16 +- gas/testsuite/gas/mips/mipsel16-e.d | 6 +- gas/testsuite/gas/mips/mipsr6@msa.d | 60 +- gas/testsuite/gas/mips/mipsr6@relax-swap3.d | 2 +- gas/testsuite/gas/mips/r6-64-n32.d | 18 +- gas/testsuite/gas/mips/r6-64-n64.d | 18 +- gas/testsuite/gas/mips/r6-n32.d | 172 +- gas/testsuite/gas/mips/r6-n64.d | 172 +- gas/testsuite/gas/mips/r6.d | 172 +- gas/testsuite/gas/mips/tmips16-e.d | 6 +- gas/testsuite/gas/mips/tmipsel16-e.d | 6 +- gas/testsuite/gas/mn10300/relax.d | 12 +- gdb/ChangeLog | 493 +++ gdb/ada-lang.c | 197 +- gdb/block.c | 31 +- gdb/block.h | 8 +- gdb/blockframe.c | 26 +- gdb/breakpoint.c | 217 +- gdb/buildsym.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/ctf.c | 30 +- gdb/dbxread.c | 56 +- gdb/dictionary.c | 517 ++- gdb/dictionary.h | 134 +- gdb/dwarf-index-write.c | 78 +- gdb/dwarf2-frame.c | 4 +- gdb/dwarf2read.c | 124 +- gdb/elfread.c | 8 +- gdb/gcore.c | 104 +- 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 | 19 +- gdb/linespec.c | 87 +- gdb/linux-fork.c | 17 +- gdb/linux-thread-db.c | 8 +- gdb/main.c | 3 +- gdb/maint.c | 35 +- gdb/mdebugread.c | 102 +- gdb/mdebugread.h | 9 + gdb/mi/mi-cmd-file.c | 27 +- gdb/minsyms.c | 40 +- gdb/mipsread.c | 1 + gdb/objc-lang.c | 141 +- gdb/objfiles.c | 188 +- gdb/objfiles.h | 246 +- gdb/ppc-linux-tdep.c | 4 +- gdb/printcmd.c | 138 +- gdb/probe.c | 42 +- gdb/psympriv.h | 47 +- gdb/psymtab.c | 808 ++-- gdb/psymtab.h | 113 +- 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-target.c | 3 +- gdb/solib.c | 12 +- gdb/source.c | 72 +- gdb/spu-tdep.c | 12 +- gdb/stabsread.c | 3 +- gdb/symfile-debug.c | 27 +- gdb/symfile.c | 265 +- gdb/symfile.h | 11 +- gdb/symmisc.c | 507 ++- gdb/symtab.c | 746 ++-- gdb/symtab.h | 21 +- gdb/testsuite/ChangeLog | 6 + gdb/testsuite/gdb.dwarf2/multidictionary.exp | 157 + gdb/tracefile-tfile.c | 21 +- gdb/tracepoint.c | 24 +- gdb/tracepoint.h | 12 +- gdb/windows-tdep.c | 3 +- gdb/xcoffread.c | 60 +- include/ChangeLog | 9 +- include/demangle.h | 33 +- libiberty/ChangeLog | 43 +- libiberty/cp-demangle.c | 4 +- libiberty/cplus-dem.c | 4586 +------------------- libiberty/floatformat.c | 2 +- libiberty/strerror.c | 2 +- libiberty/testsuite/demangle-expected | 3447 +-------------- 110 files changed, 4580 insertions(+), 11141 deletions(-) create mode 100644 gdb/common/next-iterator.h create mode 100644 gdb/testsuite/gdb.dwarf2/multidictionary.exp