diff options
author | Ken Raeburn <raeburn@cygnus> | 1994-11-03 23:50:48 +0000 |
---|---|---|
committer | Ken Raeburn <raeburn@cygnus> | 1994-11-03 23:50:48 +0000 |
commit | 72f2e984205ee48ba159e06fb33aa77230249dd9 (patch) | |
tree | 05587e2fe3e6495bd760c5cfb26bda61bffa2058 /bfd/makefile.dos | |
parent | 1ef625b7782d3e0a3248f87a8b20ccd10e46a321 (diff) | |
download | gdb-72f2e984205ee48ba159e06fb33aa77230249dd9.zip gdb-72f2e984205ee48ba159e06fb33aa77230249dd9.tar.gz gdb-72f2e984205ee48ba159e06fb33aa77230249dd9.tar.bz2 |
go32 patches from dj
Diffstat (limited to 'bfd/makefile.dos')
-rw-r--r-- | bfd/makefile.dos | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bfd/makefile.dos b/bfd/makefile.dos index c062b5f..b3f7aa5 100644 --- a/bfd/makefile.dos +++ b/bfd/makefile.dos @@ -25,7 +25,6 @@ OBJS = \ syms.o \ reloc.o \ init.o \ - ctor.o \ coffgen.o \ srec.o \ hash.o \ @@ -38,6 +37,8 @@ OBJS = \ i386aout.o \ cpu-i386.o \ coff-go32.o \ + cofflink.o \ + elf32.o \ $E libbfd.a : $(OBJS) |