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 a9d44aad42 Work around sparc glibc bug new 6432ec65a8 cc-with-tweaks.sh: Use gdb-add-index.sh new 437afbb81e DWARF-5: .debug_names index producer new abccd1e7b7 Change dwarf2_initialize_objfile's return value new 4b514bc808 Refactor: Move some generic code out of .gdb_index code new e5fa6583a7 Add gdb::hash_enum new 927aa2e778 DWARF-5: .debug_names index consumer new f00a2de2a7 dwarf2read.c:mapped_index, use gdb::array_view, simplify sym [...] new 44ed8f3ed0 Support wildmatching in .debug_names too. new a3c5fafd2e dwarf2read.c: Rewrite/simplify mock_mapped_index
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 | 140 + gdb/common/{gdb_splay_tree.h => hash_enum.h} | 29 +- gdb/contrib/cc-with-tweaks.sh | 40 +- gdb/contrib/gdb-add-index.sh | 53 +- gdb/defs.h | 6 + gdb/doc/ChangeLog | 4 + gdb/doc/gdb.texinfo | 24 +- gdb/dwarf2read.c | 2868 +++++++++++++++++--- gdb/elfread.c | 28 +- gdb/psymtab.h | 1 + gdb/symfile.h | 4 +- gdb/testsuite/ChangeLog | 11 + gdb/testsuite/gdb.base/maint.exp | 9 +- gdb/testsuite/gdb.dlang/watch-loc.c | 20 + .../gdb.dwarf2/dw2-case-insensitive-debug.S | 18 + gdb/testsuite/gdb.dwarf2/gdb-index.exp | 19 +- gdb/testsuite/gdb.mi/dw2-ref-missing-frame-func.c | 21 + gdb/xcoffread.c | 2 + 18 files changed, 2786 insertions(+), 511 deletions(-) copy gdb/common/{gdb_splay_tree.h => hash_enum.h} (59%)