mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-26 09:08:59 +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:
@@ -36,7 +36,7 @@
|
||||
#include "regcache.h"
|
||||
#include "user-regs.h"
|
||||
#include "valprint.h"
|
||||
#include "gdb_obstack.h"
|
||||
#include "gdbsupport/gdb_obstack.h"
|
||||
#include "objfiles.h"
|
||||
#include "typeprint.h"
|
||||
#include <ctype.h>
|
||||
|
||||
Reference in New Issue
Block a user