aboutsummaryrefslogtreecommitdiff
path: root/gdb/symfile.h
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2013-01-02 18:52:07 +0000
committerTom Tromey <tromey@redhat.com>2013-01-02 18:52:07 +0000
commit2e36fbea4cb35f1fee549d234744d4a729ba0b40 (patch)
treebe741c83d875adf9c4c5937c01e48c4d8b7d7366 /gdb/symfile.h
parent44db66958c48b0035d9c3df698b58a0293955b5f (diff)
downloadgdb-2e36fbea4cb35f1fee549d234744d4a729ba0b40.zip
gdb-2e36fbea4cb35f1fee549d234744d4a729ba0b40.tar.gz
gdb-2e36fbea4cb35f1fee549d234744d4a729ba0b40.tar.bz2
* symfile.h (struct ecoff_debug_hack): Remove.
* objfiles.c: Don't include mdebugread.h.
Diffstat (limited to 'gdb/symfile.h')
-rw-r--r--gdb/symfile.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/gdb/symfile.h b/gdb/symfile.h
index fb58464..4abcf38 100644
--- a/gdb/symfile.h
+++ b/gdb/symfile.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 *);