diff options
author | Tom Tromey <tom@tromey.com> | 2021-03-29 17:42:36 -0600 |
---|---|---|
committer | Tom Tromey <tom@tromey.com> | 2022-04-20 09:10:03 -0600 |
commit | 20386fa32d589332a1d8e6f93ad97392218607c5 (patch) | |
tree | dd1bbae8a25622e29df42f41bd6c2c53f4943142 /gdb/dwarf2/read.h | |
parent | 1db5a7fe0be94e839648079f6a7fa24f44310275 (diff) | |
download | fsf-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.h | 1 |
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" |