From 36b8628e1954d9e640894c948262e27e92101f62 Mon Sep 17 00:00:00 2001 From: Andrew Cagney Date: Sun, 31 Oct 2004 04:33:14 +0000 Subject: 2004-10-30 Andrew Cagney * mdebugread.h: Include "coff/sym.h" and "coff/symconst.h". (struct mdebug_extra_func_info): Define. * config/alpha/tm-alpha.h: Delete same. * config/mips/tm-mips.h: Delete same. * mdebugread.c: Delete same. * Makefile.in: Update dependencies. * mips-mdebug-tdep.c: Include "mdebugread.h". --- gdb/mdebugread.c | 7 ------- 1 file changed, 7 deletions(-) (limited to 'gdb/mdebugread.c') diff --git a/gdb/mdebugread.c b/gdb/mdebugread.c index 009430c..26b9de6 100644 --- a/gdb/mdebugread.c +++ b/gdb/mdebugread.c @@ -63,13 +63,6 @@ #ifndef MDEBUG_EFI_SYMBOL_NAME #define MDEBUG_EFI_SYMBOL_NAME "__GDB_EFI_INFO__" -#include "coff/sym.h" -#include "coff/symconst.h" -struct mdebug_extra_func_info -{ - long numargs; - PDR pdr; -}; #ifndef RA_REGNUM #define RA_REGNUM 0 #endif -- cgit v1.1