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 d73b6fc032c Automatic date update in version.in new 020c5193ac8 gdb: rename abbrev_cache to abbrev_table_cache new c9e2e9992ad gdb: constification around abbrev_table_cache and abbrev_table new 27f44214274 gdb: make `cooked_index_storage::get_abbrev_table_cache` re [...] new 8f942ca8a52 gdbsupport: add unordered_dense.h 4.4.0 new 33d2aa8cccf Convert compile-c-symbols.c to new hash table new 579dc13b747 Convert filename-seen-cache.h to new hash table new bf8006d65e0 Convert linespec.c to new hash table new d64c62fdb4c Convert target-descriptions.c to new hash table new 370e6d147c3 Convert dwarf2/macro.c to new hash table new e77c31d28d9 Convert breakpoint.c to new hash table new 52dedd71c80 Convert py-framefilter.c to new hash table new 5a616f1cf6c Convert disasm.c to new hash table new c4b94535295 Convert compile/compile.c to new hash table new 112f6d85fb6 Convert type copying to new hash table new 9f334198141 Convert static links to new hash table new 41c2bfb82fa Convert gnu-v3-abi.c to new hash table new 345009bbfb2 Convert abbrev cache to new hash table new cd1a05c76fc Convert abbrevs to new hash table new 56246f3099f Convert typedef hash to new hash table new 6a9a1e7fb9b Convert all_bfds to new hash table new e4ed0965e37 Convert more DWARF code to new hash table new 9c0818db31b Convert gdb_bfd.c to new hash table new a5a6ba04802 Convert dwarf_cu::die_hash to new hash table new de2b4ab50de Convert dwarf2_cu::call_site_htab to new hash table new e1bb778eabc Convert dwarf2_per_objfile::die_type_hash to new hash table
The 25 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/Makefile.in | 3 +- gdb/breakpoint.c | 13 +- gdb/compile/compile-c-symbols.c | 53 +- gdb/compile/compile-object-run.c | 6 +- gdb/compile/compile.c | 154 +- gdb/compile/compile.h | 11 +- gdb/disasm.c | 85 +- gdb/dwarf2/abbrev-cache.c | 63 - gdb/dwarf2/abbrev-cache.h | 65 - .../abbrev-table-cache.c} | 27 +- gdb/dwarf2/abbrev-table-cache.h | 95 + gdb/dwarf2/abbrev.c | 46 - gdb/dwarf2/abbrev.h | 61 +- gdb/dwarf2/call-site.h | 65 +- gdb/dwarf2/cooked-index.h | 15 +- gdb/dwarf2/cu.c | 52 +- gdb/dwarf2/cu.h | 15 +- gdb/dwarf2/die.c | 21 - gdb/dwarf2/die.h | 37 +- gdb/dwarf2/macro.c | 22 +- gdb/dwarf2/read.c | 225 +-- gdb/dwarf2/read.h | 40 +- gdb/extension-priv.h | 3 +- gdb/extension.c | 3 +- gdb/extension.h | 5 +- gdb/filename-seen-cache.c | 58 - gdb/filename-seen-cache.h | 41 +- gdb/gdb_bfd.c | 159 +- gdb/gdbtypes.c | 59 +- gdb/gdbtypes.h | 7 +- gdb/gnu-v3-abi.c | 98 +- gdb/guile/guile-internal.h | 2 +- gdb/guile/scm-type.c | 7 +- gdb/guile/scm-value.c | 3 +- gdb/linespec.c | 54 +- gdb/objfiles.c | 74 +- gdb/objfiles.h | 4 +- gdb/python/py-framefilter.c | 62 +- gdb/python/py-type.c | 7 +- gdb/python/py-value.c | 3 +- gdb/python/python-internal.h | 2 +- gdb/symfile.c | 2 +- gdb/symtab.c | 30 +- gdb/symtab.h | 5 +- gdb/target-descriptions.c | 20 +- gdb/testsuite/gdb.cp/ptype-flags.exp | 25 +- gdb/testsuite/gdb.gdb/python-helper.exp | 3 +- gdb/typeprint.c | 109 +- gdb/typeprint.h | 47 +- gdb/value.c | 17 +- gdb/value.h | 4 +- gdbsupport/unordered_dense.h | 2032 ++++++++++++++++++++ .../cu-empty-name.c => gdbsupport/unordered_map.h | 23 +- .../cu-empty-name.c => gdbsupport/unordered_set.h | 22 +- 54 files changed, 2791 insertions(+), 1373 deletions(-) delete mode 100644 gdb/dwarf2/abbrev-cache.c delete mode 100644 gdb/dwarf2/abbrev-cache.h copy gdb/{testsuite/gdb.cp/print-method-args.cc => dwarf2/abbrev-table-cache.c} (66%) create mode 100644 gdb/dwarf2/abbrev-table-cache.h delete mode 100644 gdb/filename-seen-cache.c create mode 100644 gdbsupport/unordered_dense.h copy gdb/testsuite/gdb.dwarf2/cu-empty-name.c => gdbsupport/unordered_map.h (60%) copy gdb/testsuite/gdb.dwarf2/cu-empty-name.c => gdbsupport/unordered_set.h (61%)