aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bfd/ChangeLog5
-rw-r--r--bfd/makefile.dos2
2 files changed, 7 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index ac7394b..eea1b29 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,8 @@
+Mon Jul 10 11:45:55 1995 Ken Raeburn <raeburn@cygnus.com>
+
+ * makefile.dos (OBJS): Add binary.o and tekhex.o. From DJ
+ Delorie.
+
Mon Jul 10 11:09:58 1995 Ian Lance Taylor <ian@cygnus.com>
* config/m68k-coff.mt (SELECT_VECS): Rename from SELECT_VECTORS.
diff --git a/bfd/makefile.dos b/bfd/makefile.dos
index b3f7aa5..214b701 100644
--- a/bfd/makefile.dos
+++ b/bfd/makefile.dos
@@ -39,6 +39,8 @@ OBJS = \
coff-go32.o \
cofflink.o \
elf32.o \
+ binary.o \
+ tekhex.o \
$E
libbfd.a : $(OBJS)