aboutsummaryrefslogtreecommitdiff
path: root/gdb/dwarf2/read.h
diff options
context:
space:
mode:
authorTom Tromey <tom@tromey.com>2021-03-29 17:42:36 -0600
committerTom Tromey <tom@tromey.com>2022-04-20 09:10:03 -0600
commit20386fa32d589332a1d8e6f93ad97392218607c5 (patch)
treedd1bbae8a25622e29df42f41bd6c2c53f4943142 /gdb/dwarf2/read.h
parent1db5a7fe0be94e839648079f6a7fa24f44310275 (diff)
downloadfsf-binutils-gdb-20386fa32d589332a1d8e6f93ad97392218607c5.zip
fsf-binutils-gdb-20386fa32d589332a1d8e6f93ad97392218607c5.tar.gz
fsf-binutils-gdb-20386fa32d589332a1d8e6f93ad97392218607c5.tar.bz2
Move mapped_index_base to new header file
This moves mapped_index_base and the helper struct name_component to a new header file in gdb/dwarf2/.
Diffstat (limited to 'gdb/dwarf2/read.h')
-rw-r--r--gdb/dwarf2/read.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/dwarf2/read.h b/gdb/dwarf2/read.h
index be3b9d1..f3b09c6 100644
--- a/gdb/dwarf2/read.h
+++ b/gdb/dwarf2/read.h
@@ -26,6 +26,7 @@
#include "dwarf2/cooked-index.h"
#include "dwarf2/file-and-dir.h"
#include "dwarf2/index-cache.h"
+#include "dwarf2/mapped-index.h"
#include "dwarf2/section.h"
#include "filename-seen-cache.h"
#include "gdbsupport/gdb_obstack.h"