aboutsummaryrefslogtreecommitdiff
path: root/binutils
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1994-10-19 18:40:45 +0000
committerIan Lance Taylor <ian@airs.com>1994-10-19 18:40:45 +0000
commit9b14c27a1e28a02877f389c1cc406adafbb27b64 (patch)
treed87582813c1413f61d43c0667d46daac4705a98c /binutils
parenta6afc0907186cf94ec6054d8c210727a3b4733af (diff)
downloadgdb-9b14c27a1e28a02877f389c1cc406adafbb27b64.zip
gdb-9b14c27a1e28a02877f389c1cc406adafbb27b64.tar.gz
gdb-9b14c27a1e28a02877f389c1cc406adafbb27b64.tar.bz2
* Makefile.in (check): Add a dummy else clause to the if
statement.
Diffstat (limited to 'binutils')
-rw-r--r--binutils/ChangeLog9
-rw-r--r--binutils/Makefile.in2
2 files changed, 10 insertions, 1 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog
index 5300fbb..774dbb8 100644
--- a/binutils/ChangeLog
+++ b/binutils/ChangeLog
@@ -1,3 +1,12 @@
+Wed Oct 19 14:09:16 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
+
+ * Makefile.in (check): Add a dummy else clause to the if
+ statement.
+
+ * objcopy.c (copy_object): Revert yesterday's change.
+ * binutils.texi, objcopy.1: Remove special mention of --set-start
+ and `binary' output format.
+
Tue Oct 18 11:12:01 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
* objcopy.c (copy_object): If the output file format is `binary',
diff --git a/binutils/Makefile.in b/binutils/Makefile.in
index ea2f5b2..41e395f 100644
--- a/binutils/Makefile.in
+++ b/binutils/Makefile.in
@@ -205,7 +205,7 @@ check: site.exp
EXPECT=${EXPECT} ; export EXPECT ; \
if [ -f $$r/../expect/expect ] ; then \
TCL_LIBRARY=$${srcroot}/../tcl/library ; \
- export TCL_LIBRARY ; fi ; \
+ export TCL_LIBRARY ; else true; fi ; \
$(RUNTEST) --tool binutils --srcdir $(srcdir)/testsuite \
$(RUNTESTFLAGS)