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 aebcfb76fc Enhance the disassembler so that it will reliably determine [...] new 199b4314ef Change map_matching_symbols to take a symbol_found_callback_ftype new 6969f124b9 Change iterate_over_symbols to return bool new 6a3dbf1bc6 Simplify psym_map_matching_symbols new b054970d54 Change map_matching_symbols to take a lookup_name_info new aa39165480 Fix latent bug in .debug_names file-name handling new 3b00ef10a2 Add Ada support for .debug_names new 8a51616424 Add Ada support to cc-with-tweaks.exp new 2d60161648 Update "save gdb-index" documentation
The 8 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 | 65 +++++ gdb/ada-lang.c | 56 ++-- gdb/doc/ChangeLog | 4 + gdb/doc/gdb.texinfo | 4 +- gdb/dwarf-index-write.c | 48 +++- gdb/dwarf2read.c | 308 ++++++++++++--------- gdb/language.h | 2 +- gdb/psymtab.c | 71 +---- gdb/symfile-debug.c | 24 +- gdb/symfile.h | 23 +- gdb/symtab.c | 28 +- gdb/symtab.h | 21 +- gdb/testsuite/ChangeLog | 9 + gdb/testsuite/boards/cc-with-tweaks.exp | 5 + .../gdb.ada/{ptype_array.exp => dgopt.exp} | 22 +- .../gdb.ada/{length_cond/pck.ads => dgopt/x.adb} | 7 +- 16 files changed, 416 insertions(+), 281 deletions(-) copy gdb/testsuite/gdb.ada/{ptype_array.exp => dgopt.exp} (59%) copy gdb/testsuite/gdb.ada/{length_cond/pck.ads => dgopt/x.adb} (91%)