This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository binutils-gdb.
from 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: gdb/ChangeLog | 60 ++++ 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/testsuite/ChangeLog | 6 + gdb/testsuite/gdb.dwarf2/multidictionary.exp | 157 ++++++++ 13 files changed, 791 insertions(+), 203 deletions(-) create mode 100644 gdb/testsuite/gdb.dwarf2/multidictionary.exp