diff options
author | Nick Clifton <nickc@redhat.com> | 2004-09-09 11:52:41 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2004-09-09 11:52:41 +0000 |
commit | 360589e8923454f27a100e27d1716b6f6af7b062 (patch) | |
tree | e2df6181af82c323acd38de7da1aab626216a3bb /binutils/ChangeLog | |
parent | a9bdad90d2de0812cb01c8fec342e46b07282021 (diff) | |
download | gdb-360589e8923454f27a100e27d1716b6f6af7b062.zip gdb-360589e8923454f27a100e27d1716b6f6af7b062.tar.gz gdb-360589e8923454f27a100e27d1716b6f6af7b062.tar.bz2 |
PR 363
* ar.c (replace_members): Do not use get_file_size as ar_emul_append correctly
handles missing files.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index d80314c..93f96d7 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,9 @@ +2004-09-09 Nick Clifton <nickc@redhat.com> + + PR 363 + * ar.c (replace_members): Do not use get_file_size as + ar_emul_append correctly handles missing files. + 2004-09-07 H.J. Lu <hongjiu.lu@intel.com> * configure: Regenerated with autconfig 2.13. |