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-aarch64-mainline-defconfig in repository toolchain/ci/binutils-gdb.
from 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) adds c7748ee9ce gdb/23712: Introduce multidictionary's adds b026f59345 gdb/23712: Use new multidictionary API adds 63a20375b4 gdb/23712: Cleanup/Remove temporary dictionary functions adds d3cb680811 gdb/23712: Remove dw2_add_symbol_to_list adds b56f80d8b2 gdb/23712: Test case for multidictionary adds 7cf47dc466 Replace inf_threads_iterator with next_iterator adds ec0807b28e Automatic date update in version.in adds c7af41ec2c More fallout from PR 23963 change
No new revisions were added by this update.
Summary of changes: bfd/version.h | 2 +- binutils/ChangeLog | 20 + binutils/objdump.c | 127 +++-- gas/ChangeLog | 43 ++ gas/testsuite/gas/all/eqv-dot.d | 2 +- gas/testsuite/gas/m68hc11/lbranch-dwarf2.d | 2 +- gas/testsuite/gas/m68hc11/opers12-dwarf2.d | 6 +- 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 | 102 ++++ gdb/block.c | 31 +- gdb/block.h | 8 +- gdb/breakpoint.c | 6 +- gdb/buildsym.c | 28 +- gdb/ctf.c | 30 +- gdb/dictionary.c | 517 ++++++++++++++++++--- gdb/dictionary.h | 134 +++--- gdb/dwarf2read.c | 25 +- gdb/jit.c | 10 +- gdb/linux-fork.c | 17 +- gdb/mdebugread.c | 31 +- gdb/objfiles.c | 4 +- gdb/solib-target.c | 3 +- gdb/symmisc.c | 6 +- gdb/testsuite/ChangeLog | 6 + gdb/testsuite/gdb.dwarf2/multidictionary.exp | 157 +++++++ gdb/thread-iter.h | 65 +-- gdb/tracefile-tfile.c | 21 +- gdb/tracepoint.c | 24 +- gdb/tracepoint.h | 12 +- 57 files changed, 1528 insertions(+), 795 deletions(-) create mode 100644 gdb/testsuite/gdb.dwarf2/multidictionary.exp