]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/tlink.c
re PR driver/57652 (collect2 does not clean up temporary files)
authorDavid Edelsohn <dje.gcc@gmail.com>
Wed, 19 Jun 2013 23:51:05 +0000 (23:51 +0000)
committerDavid Edelsohn <dje@gcc.gnu.org>
Wed, 19 Jun 2013 23:51:05 +0000 (19:51 -0400)
commite1f9340b007679e863f99d26c29fd6ee2ddbd92e
tree577f4229ae37691c56e97e8f33c2bef3c116bbfc
parente3f9e0acec78644ef45ec984b062c856fc53a9e0
re PR driver/57652 (collect2 does not clean up temporary files)

        PR driver/57652
        * collect2.c (collect_atexit): New.
        (collect_exit): Delete.
        (main): Register collect_atexit with atexit.
        (collect_wait): Change collect_exit to exit.
        (do_wait): Same.
        * collect2.h (collect_exit): Delete.
        * tlink.c (do_tlink): Rename exit to ret. Change collect_exit to exit.

From-SVN: r200226
gcc/ChangeLog
gcc/collect2.c
gcc/collect2.h
gcc/tlink.c