forked from Imagelibrary/binutils-gdb
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:
@@ -27,7 +27,7 @@
|
||||
#include "dwarf2/index-cache.h"
|
||||
#include "dwarf2/section.h"
|
||||
#include "filename-seen-cache.h"
|
||||
#include "gdb_obstack.h"
|
||||
#include "gdbsupport/gdb_obstack.h"
|
||||
#include "gdbsupport/hash_enum.h"
|
||||
#include "gdbsupport/function-view.h"
|
||||
#include "psympriv.h"
|
||||
|
||||
Reference in New Issue
Block a user