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 1b348b6b67d Automatic date update in version.in new e357e9904ca Add block_search_flags new df35e6262da Let expand_symtabs_matching short-circuit new 03a8ea51c31 Add search_flags to expand_symtabs_matching new 3bfa51a75fc Add 'domain' parameter to expand_symtabs_matching new 84d865e39c3 Remove quick_symbol_functions::lookup_symbol new 536a40f3a8d Remove quick_symbol_functions::map_symtabs_matching_filename new 7089bd886ec Remove quick_symbol_functions::expand_symtabs_for_function new 90160b57032 Remove quick_symbol_functions::expand_symtabs_with_fullname new 0b7b2c2adff Simplify quick_symbol_functions::map_matching_symbols
The 9 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 | 197 +++++++++++++++++ gdb/ada-lang.c | 43 +++- gdb/dwarf2/read.c | 567 ++++++++++--------------------------------------- gdb/linespec.c | 3 + gdb/objfiles.h | 40 +++- gdb/psympriv.h | 22 +- gdb/psymtab.c | 269 ++++------------------- gdb/python/py-symbol.c | 4 +- gdb/quick-symbol.h | 88 +++----- gdb/symfile-debug.c | 146 +++++++++++-- gdb/symfile.c | 16 +- gdb/symfile.h | 3 +- gdb/symmisc.c | 2 + gdb/symtab.c | 4 + 14 files changed, 604 insertions(+), 800 deletions(-)