summaryrefslogtreecommitdiff
path: root/gdb/dwarf2/cu.c
diff options
context:
space:
mode:
authorTom Tromey <tom@tromey.com>2021-05-30 08:00:19 -0600
committerTom Tromey <tom@tromey.com>2022-04-12 09:31:17 -0600
commit6209cde4ddb85a991ed1dda6f143ef08b75558df (patch)
tree028b741bd975c3f2bfb42deb94d78029c8a4d95b /gdb/dwarf2/cu.c
parent3d20b8d99a54382e6e1a6c433e71e0775c6856c6 (diff)
downloadbinutils-gdb-6209cde4ddb85a991ed1dda6f143ef08b75558df.tar.gz
Delete DWARF psymtab code
This removes the DWARF psymtab reader.
Diffstat (limited to 'gdb/dwarf2/cu.c')
-rw-r--r--gdb/dwarf2/cu.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/dwarf2/cu.c b/gdb/dwarf2/cu.c
index d70eb0e25f9..fcb0d77623b 100644
--- a/gdb/dwarf2/cu.c
+++ b/gdb/dwarf2/cu.c
@@ -20,6 +20,7 @@
#include "defs.h"
#include "dwarf2/cu.h"
#include "dwarf2/read.h"
+#include "objfiles.h"
/* Initialize dwarf2_cu to read PER_CU, in the context of PER_OBJFILE. */