aboutsummaryrefslogtreecommitdiff
path: root/binutils/ChangeLog
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1996-06-06 19:14:16 +0000
committerIan Lance Taylor <ian@airs.com>1996-06-06 19:14:16 +0000
commit7d1f3464466959a7d01173710a512e350c4438c9 (patch)
treed7af9cb6ca9b459589c68ade3b5a551981d87281 /binutils/ChangeLog
parentf255b19d70e74ccc74063ee0f8795ad5348fc1ba (diff)
downloadgdb-7d1f3464466959a7d01173710a512e350c4438c9.zip
gdb-7d1f3464466959a7d01173710a512e350c4438c9.tar.gz
gdb-7d1f3464466959a7d01173710a512e350c4438c9.tar.bz2
* README: Add notes on how to build if you don't have ar.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r--binutils/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog
index 9c98ff1..047b770 100644
--- a/binutils/ChangeLog
+++ b/binutils/ChangeLog
@@ -1,3 +1,14 @@
+Thu Jun 6 13:56:14 1996 Ian Lance Taylor <ian@cygnus.com>
+
+ * README: Add notes on how to build if you don't have ar.
+
+ * Makefile.in: Remove old incorrect setting of CC.
+
+Tue Jun 4 10:52:49 1996 Tom Tromey <tromey@csk3.cygnus.com>
+
+ * Makefile.in (install): Don't check to see if tooldir exists.
+ Make $(tooldir) and $(tooldir)/bin.
+
Mon Jun 3 17:40:23 1996 Michael Meissner <meissner@tiktok.cygnus.com>
* strings.c (main): Make main an int function, not void.