projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1730bce
)
add binary.o, tekhex.o
author
Ken Raeburn
<raeburn@cygnus>
Mon, 10 Jul 1995 15:48:58 +0000
(15:48 +0000)
committer
Ken Raeburn
<raeburn@cygnus>
Mon, 10 Jul 1995 15:48:58 +0000
(15:48 +0000)
bfd/ChangeLog
patch
|
blob
|
history
bfd/makefile.dos
patch
|
blob
|
history
diff --git
a/bfd/ChangeLog
b/bfd/ChangeLog
index ac7394bb6513401e11cdbc8dd84f70d28c1e32c3..eea1b291e63430f45b93c273d9c425288ced323f 100644
(file)
--- 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 b3f7aa586814e14df548ac4f5f2227c1748b9e7d..214b70194418595385a743d973d49848f2dd131d 100644
(file)
--- 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)