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:
Tom Tromey
2018-05-10 16:23:43 -06:00
parent 1910070b29
commit 0e8f53badb
5 changed files with 21 additions and 10 deletions

View File

@@ -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;