diff options
author | David MacKenzie <djm@cygnus> | 1993-05-21 19:39:15 +0000 |
---|---|---|
committer | David MacKenzie <djm@cygnus> | 1993-05-21 19:39:15 +0000 |
commit | 386803c0bebce34658a626ac400a47a2db91eb50 (patch) | |
tree | 43592fdd6e06cac3802b7075ef336b7febc69fa9 /binutils | |
parent | d0e1e015dcfe79f75b9e6e64e1de99fd692ccb8b (diff) | |
download | gdb-386803c0bebce34658a626ac400a47a2db91eb50.zip gdb-386803c0bebce34658a626ac400a47a2db91eb50.tar.gz gdb-386803c0bebce34658a626ac400a47a2db91eb50.tar.bz2 |
Improve error messages.
Diffstat (limited to 'binutils')
-rw-r--r-- | binutils/ChangeLog | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index bc6a942..8cb045d 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,5 +1,26 @@ +Fri May 21 10:51:19 1993 David J. Mackenzie (djm@rtl.cygnus.com) + + * ar.c: Improve error messages. + + * nm.c (main): Handle long options that just set a flag. + + * nm.c (main), ar.c (do_show_version), objcopy.c (main), size.c + (main): Exit after printing the version number, per the GNU coding + standards. + +Mon May 17 13:20:25 1993 Per Bothner (bothner@cygnus.com) + + * README, Makefile.in: Minor updates for 2.2. + Fri May 14 11:12:26 1993 Per Bothner (bothner@cygnus.com) + * Makefile.in (underscore.c): Automatically generate + (using nm) a file with the variable prepends_underscore. + * Makefile.in (c++filt): Link underscore.o with cplus-dem.o + so that initial underscores get removed iff appropriate. + * binutils.texi: Preliminary documentation for c++filt. + * Makefile.in, binutils.texi: Set to version 2.2. + * NEWS: Mention copy->objcopy renaming and new c++filt program. Wed May 12 12:05:36 1993 Ian Lance Taylor (ian@cygnus.com) |