forked from Imagelibrary/binutils-gdb
Move some declarations to mdebugread.h
This moves a couple of mdebugread-related declarations from symfile.h to mdebugread.h, which seemed more appropriate. gdb/ChangeLog 2019-01-10 Tom Tromey <tom@tromey.com> * symfile.h (mdebug_build_psymtabs, elfmdebug_build_psymtabs): Don't declare. * mipsread.c: Include mdebugread.h. * mdebugread.h (mdebug_build_psymtabs, elfmdebug_build_psymtabs): Declare. * elfread.c: Include mdebugread.h.
This commit is contained in:
@@ -47,6 +47,7 @@
|
||||
#include "build-id.h"
|
||||
#include "location.h"
|
||||
#include "auxv.h"
|
||||
#include "mdebugread.h"
|
||||
|
||||
/* Forward declarations. */
|
||||
extern const struct sym_fns elf_sym_fns_gdb_index;
|
||||
|
||||
Reference in New Issue
Block a user