diff options
author | Richard Biener <rguenther@suse.de> | 2014-04-02 08:25:13 +0000 |
---|---|---|
committer | Richard Biener <rguenth@gcc.gnu.org> | 2014-04-02 08:25:13 +0000 |
commit | 21b624f069b9e5b9c088f709cbc11704377e7a59 (patch) | |
tree | f712d4f96a28d54acaaf9ed9aed36915007ec792 /lto-plugin/ChangeLog | |
parent | a1ce39befeec73a658a8644751cbd1793c319c7e (diff) | |
download | gcc-21b624f069b9e5b9c088f709cbc11704377e7a59.zip gcc-21b624f069b9e5b9c088f709cbc11704377e7a59.tar.gz gcc-21b624f069b9e5b9c088f709cbc11704377e7a59.tar.bz2 |
lto-plugin.c (onload): Fail to load if -fno-use-linker-plugin is set in COLLECT_GCC_OPTIONS.
2014-04-02 Richard Biener <rguenther@suse.de>
* lto-plugin.c (onload): Fail to load if -fno-use-linker-plugin
is set in COLLECT_GCC_OPTIONS.
From-SVN: r209011
Diffstat (limited to 'lto-plugin/ChangeLog')
-rw-r--r-- | lto-plugin/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lto-plugin/ChangeLog b/lto-plugin/ChangeLog index 8dcbc08..de0db1d 100644 --- a/lto-plugin/ChangeLog +++ b/lto-plugin/ChangeLog @@ -1,3 +1,8 @@ +2014-04-02 Richard Biener <rguenther@suse.de> + + * lto-plugin.c (onload): Fail to load if -fno-use-linker-plugin + is set in COLLECT_GCC_OPTIONS. + 2014-03-28 Richard Biener <rguenther@suse.de> * lto-plugin.c (process_symtab): Handle EINTR and short reads. |