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.
This commit is contained in:
Tom Tromey 2021-12-21 16:38:32 -07:00
parent 7904e9613e
commit bf31fd38f0
63 changed files with 72 additions and 69 deletions

View file

@ -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"