aboutsummaryrefslogtreecommitdiff
path: root/gdb/mdebugread.c
diff options
context:
space:
mode:
authorTom Tromey <tom@tromey.com>2021-12-21 16:38:32 -0700
committerTom Tromey <tom@tromey.com>2022-01-18 10:14:42 -0700
commitbf31fd38f02ca9b1a7d75e2d00ee0af665fd3efd (patch)
tree58e96e35f1c5da782d5b975dd4ec565873a45e55 /gdb/mdebugread.c
parent7904e9613e0a2fc38e9abc06a916dea6a009c7b4 (diff)
downloadfsf-binutils-gdb-bf31fd38f02ca9b1a7d75e2d00ee0af665fd3efd.zip
fsf-binutils-gdb-bf31fd38f02ca9b1a7d75e2d00ee0af665fd3efd.tar.gz
fsf-binutils-gdb-bf31fd38f02ca9b1a7d75e2d00ee0af665fd3efd.tar.bz2
Move gdb obstack code to gdbsupport
This moves the gdb-specific obstack code -- both extensions like obconcat and obstack_strdup, and things like auto_obstack -- to gdbsupport.
Diffstat (limited to 'gdb/mdebugread.c')
-rw-r--r--gdb/mdebugread.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/mdebugread.c b/gdb/mdebugread.c
index b8c8ccb..1b327ad 100644
--- a/gdb/mdebugread.c
+++ b/gdb/mdebugread.c
@@ -45,7 +45,7 @@
#include "gdbcore.h"
#include "filenames.h"
#include "objfiles.h"
-#include "gdb_obstack.h"
+#include "gdbsupport/gdb_obstack.h"
#include "buildsym-legacy.h"
#include "stabsread.h"
#include "complaints.h"