]> git.ipfire.org Git - thirdparty/gcc.git/commit
collect2.c (may_unlink_output_file): New global.
authorOlivier Hainque <hainque@adacore.com>
Fri, 4 May 2012 08:05:52 +0000 (08:05 +0000)
committerOlivier Hainque <hainque@gcc.gnu.org>
Fri, 4 May 2012 08:05:52 +0000 (08:05 +0000)
commit9178a345850d1c35cc1fe2bed529a8a0029c4251
tree9b72ad775413c2a0a25e1d2594e350d5480b8620
parentb50ff8bbb379d7be46b3e516e02e4c9ed08d3c14
collect2.c (may_unlink_output_file): New global.

        * collect2.c (may_unlink_output_file): New global.
        (maybe_unlink): Honor it.
        * collect2.h: Add extern for it.
        * tlink.c (do_tlink): Set it to true if the link succeeded.

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