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 1db5a7fe0be x86: reject all invalid SAE variants new 20386fa32d5 Move mapped_index_base to new header file new 6555809e3e5 Give mapped_index_base a virtual destructor new 32ae6b930c2 Let mapped index classes create the quick_symbol_functions object new dfaa040b440 Remove some "OBJF_READNOW" code from dwarf2_debug_names_index new 045a7baed2e Introduce readnow_functions new 6606799fc4a Introduce and use dwarf_scanner_base new c1a56932c4b Simplify version check in dw2_symtab_iter_next new f75a1d3a732 Add an ad hoc version check to dwarf_scanner_base new a827b8ec32f Unify the DWARF index holders
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/dwarf2/cooked-index.h | 5 +- gdb/dwarf2/index-write.c | 28 ++-- gdb/dwarf2/mapped-index.h | 114 ++++++++++++++++ gdb/dwarf2/read.c | 336 +++++++++++++++++++--------------------------- gdb/dwarf2/read.h | 11 +- 5 files changed, 278 insertions(+), 216 deletions(-) create mode 100644 gdb/dwarf2/mapped-index.h