bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug binutils/17994] `dlltool -l` leaves temporary file in case of error


From: cvs-commit at gcc dot gnu.org
Subject: [Bug binutils/17994] `dlltool -l` leaves temporary file in case of error
Date: Thu, 05 Mar 2015 15:14:56 +0000

https://sourceware.org/bugzilla/show_bug.cgi?id=17994

--- Comment #1 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot 
gnu.org> ---
The master branch has been updated by Nick Clifton <address@hidden>:

https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=81fb971a3d8626d7e051ff5df807442c8d233329

commit 81fb971a3d8626d7e051ff5df807442c8d233329
Author: Nick Clifton <address@hidden>
Date:   Thu Mar 5 15:13:08 2015 +0000

    Fixes PR 17994 - which reported that dlltool was not deleting temporary
files if it encounters a fatal error.

        PR binutils/17994
        * dlltool.c (temp_file_to_remove): New local array.
        (unlink_temp_files): New functions - unlinks any file in the
        temp_file_to_remove array, unless dotdeltemps is set.
        (gen_exp_file): Add temp files to array.
        (make_head): Likewise.
        (make_delay_head): Likewise.
        (make_tail): Likewise.
        (gen_lib_file): Call unlink_temp_files.

-- 
You are receiving this mail because:
You are on the CC list for the bug.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]