From: Ian Lance Taylor Date: Mon, 25 Oct 1993 20:52:07 +0000 (+0000) Subject: * objcopy.c (main): Give a usage message if there are too many X-Git-Tag: gdb-4_18~16941 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8cfa495040b36ce4b6e05245b67bcdc53c491d66;p=platform%2Fupstream%2Fbinutils.git * objcopy.c (main): Give a usage message if there are too many arguments. --- 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,