mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-22 19:09:31 +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:
@ -36,7 +36,7 @@
|
||||
#include <sys/types.h>
|
||||
#include <sys/stat.h>
|
||||
#include <fcntl.h>
|
||||
#include "gdb_obstack.h"
|
||||
#include "gdbsupport/gdb_obstack.h"
|
||||
#include "hashtab.h"
|
||||
|
||||
#include "breakpoint.h"
|
||||
|
Reference in New Issue
Block a user