mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-19 09:14:14 +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:
@ -21,7 +21,7 @@
|
||||
#define OBJFILES_H
|
||||
|
||||
#include "hashtab.h"
|
||||
#include "gdb_obstack.h" /* For obstack internals. */
|
||||
#include "gdbsupport/gdb_obstack.h" /* For obstack internals. */
|
||||
#include "objfile-flags.h"
|
||||
#include "symfile.h"
|
||||
#include "progspace.h"
|
||||
|
Reference in New Issue
Block a user