* symfile.h (struct ecoff_debug_hack): Remove.
* objfiles.c: Don't include mdebugread.h.
This commit is contained in:
parent
44db66958c
commit
2e36fbea4c
@ -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.
|
||||
|
@ -30,7 +30,6 @@
|
||||
#include "gdb-stabs.h"
|
||||
#include "target.h"
|
||||
#include "bcache.h"
|
||||
#include "mdebugread.h"
|
||||
#include "expression.h"
|
||||
#include "parser-defs.h"
|
||||
|
||||
|
@ -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 *);
|
||||
|
Loading…
Reference in New Issue
Block a user