diff options
author | H.J. Lu <hongjiu.lu@intel.com> | 2015-02-06 13:55:42 +0000 |
---|---|---|
committer | H.J. Lu <hjl@gcc.gnu.org> | 2015-02-06 05:55:42 -0800 |
commit | 514ba9e4ad87531575da90b028c9882b1e793963 (patch) | |
tree | 93aa8793d2c6b5abbf46ddfbca7ef0f2cf37bfd0 /lto-plugin/ChangeLog | |
parent | d26ac279bca9a071d5f4de994b1dc8cd214335c2 (diff) | |
download | gcc-514ba9e4ad87531575da90b028c9882b1e793963.zip gcc-514ba9e4ad87531575da90b028c9882b1e793963.tar.gz gcc-514ba9e4ad87531575da90b028c9882b1e793963.tar.bz2 |
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
Diffstat (limited to 'lto-plugin/ChangeLog')
-rw-r--r-- | lto-plugin/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lto-plugin/ChangeLog b/lto-plugin/ChangeLog index 82d62ae..2d6152f 100644 --- a/lto-plugin/ChangeLog +++ b/lto-plugin/ChangeLog @@ -1,3 +1,9 @@ +2015-02-06 H.J. Lu <hongjiu.lu@intel.com> + + * lto-plugin.c (release_input_file): Removed. + (claim_file_handler): Don't call release_input_file. + (onload): Don't set release_input_file. + 2015-02-05 H.J. Lu <hongjiu.lu@intel.com> * lto-plugin.c (claim_file_handler): Pass handle to |