gcc/lto-plugin
H.J. Lu 514ba9e4ad 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
2015-02-06 05:55:42 -08:00
..
ChangeLog Revert the PR lto/64837 fix 2015-02-06 05:55:42 -08:00
Makefile.am
Makefile.in
aclocal.m4
config.h.in
configure
configure.ac
lto-plugin.c Revert the PR lto/64837 fix 2015-02-06 05:55:42 -08:00
lto-symtab.c