diff options
author | Nick Clifton <nickc@redhat.com> | 2014-11-10 14:28:43 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2014-11-10 14:28:43 +0000 |
commit | 5e186ece2feebb46e63ff6bb2d2490aad0d5a724 (patch) | |
tree | 6cd2fabe728b0e7cc2340a049478f4edbe1d60e7 /binutils/ChangeLog | |
parent | 36e9d67b868c85232ab630514260f0d9c9c6b27b (diff) | |
download | gdb-5e186ece2feebb46e63ff6bb2d2490aad0d5a724.zip gdb-5e186ece2feebb46e63ff6bb2d2490aad0d5a724.tar.gz gdb-5e186ece2feebb46e63ff6bb2d2490aad0d5a724.tar.bz2 |
Fix objcopy and strip so that they remove their temporary files even if an error occurs.
PR binutils/17552
* (copy_archive): Clean up temporary files even if an error
occurs.
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 b1ef9fa..7ed198c 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,9 @@ +2014-11-10 Nick Clifton <nickc@redhat.com> + + PR binutils/17552 + * (copy_archive): Clean up temporary files even if an error + occurs. + 2014-11-07 H.J. Lu <hongjiu.lu@intel.com> * readelf.c (process_dynamic_section): Cast time value to unsigned |