diff options
author | Jan Beulich <jbeulich@novell.com> | 2005-05-06 06:32:43 +0000 |
---|---|---|
committer | Jan Beulich <jbeulich@novell.com> | 2005-05-06 06:32:43 +0000 |
commit | a580b8e05174aa8dd67b0bae41037182aba6b418 (patch) | |
tree | cabbe2da114c29eabe39587ca7353709da0983b3 /binutils/ChangeLog | |
parent | 8368879b1281a8961391c955a9a671b9fe82b352 (diff) | |
download | gdb-a580b8e05174aa8dd67b0bae41037182aba6b418.zip gdb-a580b8e05174aa8dd67b0bae41037182aba6b418.tar.gz gdb-a580b8e05174aa8dd67b0bae41037182aba6b418.tar.bz2 |
binutils/
2005-05-06 Jan Beulich <jbeulich@novell.com>
* objcopy.c (copy_file): Don't delete output upon error here.
(copy_main): Delete output upon error.
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 b0f2430..0bea730 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,8 @@ +2005-05-06 Jan Beulich <jbeulich@novell.com> + + * objcopy.c (copy_file): Don't delete output upon error here. + (copy_main): Delete output upon error. + 2005-05-02 Ben Elliston <bje@au.ibm.com> * dlltool.c (dtab): Remove empty function. |