aboutsummaryrefslogtreecommitdiff
path: root/binutils/ChangeLog
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2015-03-10 13:38:24 +0000
committerNick Clifton <nickc@redhat.com>2015-03-10 13:38:24 +0000
commitcfad873011d6399aa88bc6ddcb4c93dda5dad9b0 (patch)
tree6321b7b18dbaa7db26ffc4d2642ab8d56a06009a /binutils/ChangeLog
parent6b1d7593a5eb7e64a38acd8bfce7bc4edca09793 (diff)
downloadgdb-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/ChangeLog6
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