aboutsummaryrefslogtreecommitdiff
path: root/gdb/xcoffread.c
diff options
context:
space:
mode:
authorTom Tromey <tom@tromey.com>2021-03-06 09:26:39 -0700
committerTom Tromey <tom@tromey.com>2021-03-06 09:26:39 -0700
commitc2a62a3d8833b824e8f0e36b6a03f348d7d1cd5a (patch)
treec7cacc35c3700a5064d2696376787a8ce27df12b /gdb/xcoffread.c
parent4444f40757a242015973237627283a910f5d9654 (diff)
downloadfsf-binutils-gdb-c2a62a3d8833b824e8f0e36b6a03f348d7d1cd5a.zip
fsf-binutils-gdb-c2a62a3d8833b824e8f0e36b6a03f348d7d1cd5a.tar.gz
fsf-binutils-gdb-c2a62a3d8833b824e8f0e36b6a03f348d7d1cd5a.tar.bz2
Create new file dwarf2/sect-names.h
This creates a new file, dwarf2/sect-names.h, and moves some DWARF-specific type definitions from symfile.h into it. gdb/ChangeLog 2021-03-06 Tom Tromey <tom@tromey.com> * xcoffread.c: Include sect-names.h. * symfile.h (struct dwarf2_section_names, struct dwarf2_debug_sections): Move to dwarf2/sect-names.h. * dwarf2/sect-names.h: New file, from symfile.h. * dwarf2/read.c: Include sect-names.h.
Diffstat (limited to 'gdb/xcoffread.c')
-rw-r--r--gdb/xcoffread.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/xcoffread.c b/gdb/xcoffread.c
index cd93943..b176870 100644
--- a/gdb/xcoffread.c
+++ b/gdb/xcoffread.c
@@ -47,6 +47,7 @@
#include "expression.h"
#include "complaints.h"
#include "psympriv.h"
+#include "dwarf2/sect-names.h"
#include "gdb-stabs.h"