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-next-allmodconfig in repository toolchain/ci/binutils-gdb.
from 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 adds 7d62943cd4 Automatic date update in version.in adds 9d7c67bfbd Fix 'obj' may be used uninitialized warning in symtab.c:matc [...] adds 6eb6fb6787 gdb/testsuite: Don't allow paths to appear in test name
No new revisions were added by this update.
Summary of changes: bfd/version.h | 2 +- gas/ChangeLog | 6 + gas/testsuite/gas/m68hc11/lbranch-dwarf2.d | 2 +- gas/testsuite/gas/m68hc11/opers12-dwarf2.d | 6 +- gdb/ChangeLog | 72 ++++ gdb/block.c | 31 +- gdb/block.h | 8 +- gdb/buildsym.c | 28 +- gdb/dictionary.c | 517 +++++++++++++++++++++++---- gdb/dictionary.h | 134 ++++--- gdb/dwarf2read.c | 25 +- gdb/jit.c | 10 +- gdb/mdebugread.c | 8 +- gdb/objfiles.c | 4 +- gdb/symmisc.c | 6 +- gdb/symtab.c | 2 +- gdb/testsuite/ChangeLog | 10 + gdb/testsuite/gdb.base/style.exp | 1 + gdb/testsuite/gdb.dwarf2/multidictionary.exp | 157 ++++++++ gdb/thread-iter.h | 65 +--- 20 files changed, 825 insertions(+), 269 deletions(-) create mode 100644 gdb/testsuite/gdb.dwarf2/multidictionary.exp