mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-03 21:34:46 +08: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:
@ -20,7 +20,7 @@
|
||||
#include "defs.h"
|
||||
#include "frame-base.h"
|
||||
#include "frame.h"
|
||||
#include "gdb_obstack.h"
|
||||
#include "gdbsupport/gdb_obstack.h"
|
||||
#include "gdbarch.h"
|
||||
|
||||
/* A default frame base implementations. If it wasn't for the old
|
||||
|
Reference in New Issue
Block a user