From bf31fd38f02ca9b1a7d75e2d00ee0af665fd3efd Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Tue, 21 Dec 2021 16:38:32 -0700 Subject: 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. --- gdb/buildsym.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gdb/buildsym.h') diff --git a/gdb/buildsym.h b/gdb/buildsym.h index 4ca8e05..003d8a5 100644 --- a/gdb/buildsym.h +++ b/gdb/buildsym.h @@ -19,7 +19,7 @@ #if !defined (BUILDSYM_H) #define BUILDSYM_H 1 -#include "gdb_obstack.h" +#include "gdbsupport/gdb_obstack.h" struct objfile; struct symbol; -- cgit v1.1