Revert the PR lto/64837 fix
authorH.J. Lu <hongjiu.lu@intel.com>
Fri, 6 Feb 2015 13:55:42 +0000 (13:55 +0000)
committerH.J. Lu <hjl@gcc.gnu.org>
Fri, 6 Feb 2015 13:55:42 +0000 (05:55 -0800)
commit514ba9e4ad87531575da90b028c9882b1e793963
tree93aa8793d2c6b5abbf46ddfbca7ef0f2cf37bfd0
parentd26ac279bca9a071d5f4de994b1dc8cd214335c2
Revert the PR lto/64837 fix

It breaks gold:

% echo "int main () {}" | gcc -fuse-ld=gold -flto -x c++ -
ld.gold: internal error in remove_writer, at token.h:132
collect2: error: ld returned 1 exit status

* lto-plugin.c (release_input_file): Removed.
(claim_file_handler): Don't call release_input_file.
(onload): Don't set release_input_file.

From-SVN: r220477
lto-plugin/ChangeLog
lto-plugin/lto-plugin.c