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

* objfiles.c: Include "mdebugread.h".
	* mdebugread.c: Include "mdebugread.h".
	(ecoff_relocate_cfi): Delete.
	* config/alpha/tm-alpha.h (ecoff_relcate_cfi): Delete.
	* config/mips/tm-mips.h (ecoff_relcate_cfi): Delete.
	* mdebugread.h (ecoff_relocate_efi): New file.
	* Makefile.in: Update dependencies.
This commit is contained in:
Andrew Cagney
2004-10-31 03:42:52 +00:00
parent b9c3a7debd
commit 5b12314664
7 changed files with 43 additions and 9 deletions

View File

@ -33,7 +33,7 @@
#include "gdb-stabs.h"
#include "target.h"
#include "bcache.h"
#include "mdebugread.h"
#include "gdb_assert.h"
#include <sys/types.h>
#include "gdb_stat.h"