aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1993-10-25 20:52:07 +0000
committerIan Lance Taylor <ian@airs.com>1993-10-25 20:52:07 +0000
commit8cfa495040b36ce4b6e05245b67bcdc53c491d66 (patch)
treea7e81c6d7ea1b70d8cbbfa75fdaee20b17a7db13
parentdfbb7762a54601d7c23177dc6aad3e8e15140c7d (diff)
downloadgdb-8cfa495040b36ce4b6e05245b67bcdc53c491d66.zip
gdb-8cfa495040b36ce4b6e05245b67bcdc53c491d66.tar.gz
gdb-8cfa495040b36ce4b6e05245b67bcdc53c491d66.tar.bz2
* objcopy.c (main): Give a usage message if there are too many
arguments.
-rw-r--r--binutils/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog
index 08b0a2f..64aacca 100644
--- a/binutils/ChangeLog
+++ b/binutils/ChangeLog
@@ -1,3 +1,8 @@
+Mon Oct 25 16:45:42 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
+
+ * objcopy.c (main): Give a usage message if there are too many
+ arguments.
+
Mon Oct 25 10:37:08 1993 Ken Raeburn (raeburn@rover.cygnus.com)
* Makefile.in (install-info): Rewrite to take advantage of VPATH,