diff options
author | John Gilmore <gnu@cygnus> | 1991-05-02 23:10:23 +0000 |
---|---|---|
committer | John Gilmore <gnu@cygnus> | 1991-05-02 23:10:23 +0000 |
commit | 23b0b55855895b0654f2c7916f953b802398bb25 (patch) | |
tree | 8b511ccc3c797fff05a84445b4b4674707fbcf32 /bfd/Makefile.in | |
parent | 9b4641a629b4505034880403da468e75c4e329b4 (diff) | |
download | gdb-23b0b55855895b0654f2c7916f953b802398bb25.zip gdb-23b0b55855895b0654f2c7916f953b802398bb25.tar.gz gdb-23b0b55855895b0654f2c7916f953b802398bb25.tar.bz2 |
Merge Per Bothner's MIPS changes from 31 March 1991 (bfd-0.5.2-patch1a)
and make the result compile and run on the DEC 3100. It still has
trouble running but it can handle opening exec and symbol files in
ecoff format.
Diffstat (limited to 'bfd/Makefile.in')
-rw-r--r-- | bfd/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bfd/Makefile.in b/bfd/Makefile.in index 9d51b02..03f896f 100644 --- a/bfd/Makefile.in +++ b/bfd/Makefile.in @@ -37,7 +37,7 @@ BFD_LIBS = libbfd.o opncls.o bfd.o archive.o targets.o cache.o \ archures.o BFD_BACKENDS = oasys.o ieee.o srec.o sunos.o icoff.o b.out.o \ - m88k-bcs.o coffswap.o # trad-core.o + m88k-bcs.o coffswap.o ecoff.o # trad-core.o BFD_H=$(INCDIR)/bfd.h SYSDEP_H=$(INCDIR)/sysdep.h @@ -45,7 +45,7 @@ SYSDEP_H=$(INCDIR)/sysdep.h # C source files that correspond to .o's. CFILES = libbfd.c opncls.c bfd.c archive.c targets.c cache.c archures.c \ sunos.c icoff.c b.out.c srec.c oasys.c ieee.c m88k-bcs.c \ - coffswap.c trad-core.c + coffswap.c ecoff.c trad-core.c STAGESTUFF = $(TARGETLIB) $(OFILES) |