diff options
author | Nick Clifton <nickc@redhat.com> | 2015-03-10 13:38:24 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2015-03-10 13:38:24 +0000 |
commit | cfad873011d6399aa88bc6ddcb4c93dda5dad9b0 (patch) | |
tree | 6321b7b18dbaa7db26ffc4d2642ab8d56a06009a /binutils/ChangeLog | |
parent | 6b1d7593a5eb7e64a38acd8bfce7bc4edca09793 (diff) | |
download | gdb-cfad873011d6399aa88bc6ddcb4c93dda5dad9b0.zip gdb-cfad873011d6399aa88bc6ddcb4c93dda5dad9b0.tar.gz gdb-cfad873011d6399aa88bc6ddcb4c93dda5dad9b0.tar.bz2 |
Fixes a problem with objcopy leaving temporary files and directories around if it encounters a problem during a copy.
PR binutils/17636
* objcopy.c (copy_object): Avoid calling fatal as that does not
allow the parent to clean up temporary 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 d10dd23..550111b 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,9 @@ +2015-03-10 Nick Clifton <nickc@redhat.com> + + PR binutils/17636 + * objcopy.c (copy_object): Avoid calling fatal as that does not + allow the parent to clean up temporary files. + 2015-03-10 Yuri Gribov <y.gribov@samsung.arm> PR ld/16572 |