aboutsummaryrefslogtreecommitdiff
path: root/gdb/dwarf2/read.h
diff options
context:
space:
mode:
authorTom Tromey <tom@tromey.com>2023-10-14 13:31:57 -0600
committerTom Tromey <tom@tromey.com>2023-10-29 10:35:29 -0600
commit04f0f42bcf4fb5f7bbde0b954f816c5f6ff7f571 (patch)
treeb00c3fd6c89a117f426d51d2249011170ddb73f5 /gdb/dwarf2/read.h
parentc7224db7af39652f36fd538ac997eb40cc79d770 (diff)
downloadbinutils-04f0f42bcf4fb5f7bbde0b954f816c5f6ff7f571.zip
binutils-04f0f42bcf4fb5f7bbde0b954f816c5f6ff7f571.tar.gz
binutils-04f0f42bcf4fb5f7bbde0b954f816c5f6ff7f571.tar.bz2
Move read_addrmap_from_aranges to new file
In the interest of shrinking dwarf2/read.c a little more, this patch moves the code that deciphers .debug_aranges into a new file. Reviewed-By: Guinevere Larsen <blarsen@redhat.com>
Diffstat (limited to 'gdb/dwarf2/read.h')
-rw-r--r--gdb/dwarf2/read.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/gdb/dwarf2/read.h b/gdb/dwarf2/read.h
index dc7abf2..542b574 100644
--- a/gdb/dwarf2/read.h
+++ b/gdb/dwarf2/read.h
@@ -951,12 +951,4 @@ extern void finalize_all_units (dwarf2_per_bfd *per_bfd);
extern htab_up create_quick_file_names_table (unsigned int nr_initial_entries);
-/* Read the address map data from DWARF-5 .debug_aranges, and use it
- to populate given addrmap. Returns true on success, false on
- failure. */
-
-extern bool read_addrmap_from_aranges (dwarf2_per_objfile *per_objfile,
- dwarf2_section_info *section,
- addrmap *mutable_map);
-
#endif /* DWARF2READ_H */