* symfile.h (struct ecoff_debug_hack): Remove.

* objfiles.c: Don't include mdebugread.h.
This commit is contained in:
Tom Tromey 2013-01-02 18:52:07 +00:00
parent 44db66958c
commit 2e36fbea4c
3 changed files with 5 additions and 8 deletions

View File

@ -1,3 +1,8 @@
2013-01-02 Tom Tromey <tromey@redhat.com>
* symfile.h (struct ecoff_debug_hack): Remove.
* objfiles.c: Don't include mdebugread.h.
2013-01-02 Tom Tromey <tromey@redhat.com>
* config/i386/darwin.mh (NATDEPFILES): Remove machoread.o.

View File

@ -30,7 +30,6 @@
#include "gdb-stabs.h"
#include "target.h"
#include "bcache.h"
#include "mdebugread.h"
#include "expression.h"
#include "parser-defs.h"

View File

@ -676,13 +676,6 @@ void dwarf2_free_objfile (struct objfile *);
/* From mdebugread.c */
/* Hack to force structures to exist before use in parameter list. */
struct ecoff_debug_hack
{
struct ecoff_debug_swap *a;
struct ecoff_debug_info *b;
};
extern void mdebug_build_psymtabs (struct objfile *,
const struct ecoff_debug_swap *,
struct ecoff_debug_info *);