diff options
author | Ian Lance Taylor <ian@airs.com> | 1997-06-26 19:27:42 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1997-06-26 19:27:42 +0000 |
commit | 217947b23db936fdc814a757d51aa161be3040d0 (patch) | |
tree | 381412b6d994dfd0b1abb42797a8c8178a8da37b /binutils/ChangeLog | |
parent | a89c9be07564ef436afe34070cc506e7f7ced596 (diff) | |
download | gdb-217947b23db936fdc814a757d51aa161be3040d0.zip gdb-217947b23db936fdc814a757d51aa161be3040d0.tar.gz gdb-217947b23db936fdc814a757d51aa161be3040d0.tar.bz2 |
More tweaks. Add windres documentation.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 5e8513f..f1e4250 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,10 +1,15 @@ Thu Jun 26 13:53:17 1997 Ian Lance Taylor <ian@cygnus.com> * windres.c (main): Quit if we didn't get any resources. + (usage): Fix --yydebug usage message. * rescoff.c (write_coff_file): Don't free the relocation array until after we've closed the BFD. + (read_coff_rsrc): Quit rather than try to read standard input. + (write_coff_file): Quit rather than try to write to standard + output. * rcparse.y: Add a couple of missing semicolons (accepted by bison but not byacc). + * binutils.texi: Document windres. Wed Jun 25 20:57:06 1997 Ian Lance Taylor <ian@cygnus.com> |