Move some declarations to mdebugread.h
authorTom Tromey <tom@tromey.com>
Thu, 10 May 2018 22:23:43 +0000 (16:23 -0600)
committerTom Tromey <tom@tromey.com>
Thu, 10 Jan 2019 14:08:09 +0000 (07:08 -0700)
commit0e8f53badb3df16f4104890395d9324a5bcf568d
tree9d7b5ce90ee961ff24e4d24bbf3d53cf7f21f349
parent1910070b298052d7ca8e4024891465824588c1e9
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.
gdb/ChangeLog
gdb/elfread.c
gdb/mdebugread.h
gdb/mipsread.c
gdb/symfile.h
This page took 0.024877 seconds and 4 git commands to generate.