* ecoff.c: Move to ../bfd/coff-msym.c.

* config/mt-*mips:  Remove ecoff.o from the configuration.
This commit is contained in:
John Gilmore
1992-03-06 08:05:20 +00:00
parent 5c12fcf521
commit d716b16c26
2 changed files with 2 additions and 2 deletions

View File

@ -1,3 +1,3 @@
# Target: Big-endian MIPS machine such as Sony News # Target: Big-endian MIPS machine such as Sony News
TDEPFILES= mips-pinsn.o mips-tdep.o mipsread.o exec.o ecoff.o TDEPFILES= mips-pinsn.o mips-tdep.o mipsread.o exec.o
TM_FILE= tm-bigmips.h TM_FILE= tm-bigmips.h

View File

@ -1,3 +1,3 @@
# Target: Little-endian MIPS machine such as DECstation. # Target: Little-endian MIPS machine such as DECstation.
TDEPFILES= mips-pinsn.o mips-tdep.o mipsread.o exec.o ecoff.o TDEPFILES= mips-pinsn.o mips-tdep.o mipsread.o exec.o
TM_FILE= tm-mips.h TM_FILE= tm-mips.h