diff options
Diffstat (limited to 'gdb/dwarf2/read.h')
-rw-r--r-- | gdb/dwarf2/read.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/gdb/dwarf2/read.h b/gdb/dwarf2/read.h index 7ab6152..e55d053 100644 --- a/gdb/dwarf2/read.h +++ b/gdb/dwarf2/read.h @@ -534,9 +534,6 @@ public: std::unordered_map<sect_offset, std::vector<sect_offset>, gdb::hash_enum<sect_offset>> abstract_to_concrete; - - /* The address map that is used by the DWARF index code. */ - addrmap_fixed *index_addrmap = nullptr; }; /* An iterator for all_units that is based on index. This @@ -846,11 +843,6 @@ struct dwarf2_base_index_functions : public quick_symbol_functions void expand_all_symtabs (struct objfile *objfile) override; - /* A helper function that finds the per-cu object from an "adjusted" - PC -- a PC with the base text offset removed. */ - virtual dwarf2_per_cu_data *find_per_cu (dwarf2_per_bfd *per_bfd, - unrelocated_addr adjusted_pc); - struct compunit_symtab *find_pc_sect_compunit_symtab (struct objfile *objfile, struct bound_minimal_symbol msymbol, CORE_ADDR pc, struct obj_section *section, int warn_if_readin) |