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:
parent
7904e9613e
commit
bf31fd38f0
63 changed files with 72 additions and 69 deletions
|
@ -23,7 +23,7 @@
|
|||
#include "language.h"
|
||||
#include "namespace.h"
|
||||
#include "d-lang.h"
|
||||
#include "gdb_obstack.h"
|
||||
#include "gdbsupport/gdb_obstack.h"
|
||||
#include "gdbarch.h"
|
||||
|
||||
/* This returns the length of first component of NAME, which should be
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue