diff options
author | Tom Tromey <tom@tromey.com> | 2020-03-26 09:28:08 -0600 |
---|---|---|
committer | Tom Tromey <tom@tromey.com> | 2020-03-26 09:28:08 -0600 |
commit | 9fda78b61127cbcf718104b7e5a78cf137c07836 (patch) | |
tree | bdbdd67905d27b0c5b782493fb80c23ea8c9f133 /gdb/dwarf2/index-cache.c | |
parent | aa49fc22c13a685452a2073e252d8b34ecbcc012 (diff) | |
download | gdb-9fda78b61127cbcf718104b7e5a78cf137c07836.zip gdb-9fda78b61127cbcf718104b7e5a78cf137c07836.tar.gz gdb-9fda78b61127cbcf718104b7e5a78cf137c07836.tar.bz2 |
Introduce dwarf2/dwz.h
This moves "struct dwz_file" to a new header file, dwarf2/dwz.h.
gdb/ChangeLog
2020-03-26 Tom Tromey <tom@tromey.com>
* dwarf2/read.h (struct dwz_file): Move to dwz.h.
* dwarf2/read.c: Add include.
* dwarf2/index-write.c: Add include.
* dwarf2/index-cache.c: Add include.
* dwarf2/dwz.h: New file.
Diffstat (limited to 'gdb/dwarf2/index-cache.c')
-rw-r--r-- | gdb/dwarf2/index-cache.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/dwarf2/index-cache.c b/gdb/dwarf2/index-cache.c index 7b4d9975..62fbe2a 100644 --- a/gdb/dwarf2/index-cache.c +++ b/gdb/dwarf2/index-cache.c @@ -27,6 +27,7 @@ #include "gdbsupport/pathstuff.h" #include "dwarf2/index-write.h" #include "dwarf2/read.h" +#include "dwarf2/dwz.h" #include "objfiles.h" #include "gdbsupport/selftest.h" #include <string> |