diff options
author | Ian Lance Taylor <ian@airs.com> | 1999-09-19 23:59:35 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1999-09-19 23:59:35 +0000 |
commit | 34ca6cf879e70a8b02c4743c6e7586e9dd09bd7c (patch) | |
tree | dd7bf8b2f89c3ddfac089eff82bd7f5dc0ff8295 /binutils/ChangeLog | |
parent | 4cc782b5919b187ce44ea9d4a66793105aeb07da (diff) | |
download | gdb-34ca6cf879e70a8b02c4743c6e7586e9dd09bd7c.zip gdb-34ca6cf879e70a8b02c4743c6e7586e9dd09bd7c.tar.gz gdb-34ca6cf879e70a8b02c4743c6e7586e9dd09bd7c.tar.bz2 |
* resrc.c (write_rc_rcdata): Fix local variable shadowing
problem. If RCDATA_BUFFER data can be read as strings, modify
code to print the strings as comments.
* resres.c: Add casts to avoid warnings.
(write_res_data, read_res_data): Don't put the program name in the
error message; fatal already puts it there.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 8f81ca3..3e155d9 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,12 @@ +1999-09-19 Ian Lance Taylor <ian@zembu.com> + + * resrc.c (write_rc_rcdata): Fix local variable shadowing + problem. If RCDATA_BUFFER data can be read as strings, modify + code to print the strings as comments. + * resres.c: Add casts to avoid warnings. + (write_res_data, read_res_data): Don't put the program name in the + error message; fatal already puts it there. + 1999-09-14 Michael Meissner <meissner@cygnus.com> * configure.in (Canonicalization of target names): Remove adding |