2004-10-30 Andrew Cagney <cagney@gnu.org>

* 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".
This commit is contained in:
Andrew Cagney
2004-10-31 04:33:14 +00:00
parent 5b12314664
commit 36b8628e19
7 changed files with 26 additions and 43 deletions

View File

@@ -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