diff options
author | Kazu Hirata <kazu@codesourcery.com> | 2007-01-25 15:40:22 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@codesourcery.com> | 2007-01-25 15:40:22 +0000 |
commit | 84f1d8266b1db6ef286fefdfb99f6e14b65967d3 (patch) | |
tree | fdc04cf66421f95ee8841a45f054e0b9b6325570 /binutils/ChangeLog | |
parent | 64ee10b619d964d076beec103b1400a84bf1bc69 (diff) | |
download | gdb-84f1d8266b1db6ef286fefdfb99f6e14b65967d3.zip gdb-84f1d8266b1db6ef286fefdfb99f6e14b65967d3.tar.gz gdb-84f1d8266b1db6ef286fefdfb99f6e14b65967d3.tar.bz2 |
* ar.c (print_contents, extract_file): Cast the return value
of fwrite to size_t.
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 13d20eb..5f99b21 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,8 @@ +2007-01-25 Kazu Hirata <kazu@codesourcery.com> + + * ar.c (print_contents, extract_file): Cast the return value + of fwrite to size_t. + 2007-01-12 Alan Modra <amodra@bigpond.net.au> * ar.c (open_inarch): Check fwrite return. Use size_t. |