mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-26 01:07:52 +00:00
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:
@@ -24,7 +24,7 @@
|
||||
#include "inline-frame.h"
|
||||
#include "value.h"
|
||||
#include "regcache.h"
|
||||
#include "gdb_obstack.h"
|
||||
#include "gdbsupport/gdb_obstack.h"
|
||||
#include "target.h"
|
||||
#include "gdbarch.h"
|
||||
#include "dwarf2/frame-tailcall.h"
|
||||
|
||||
Reference in New Issue
Block a user