diff options
author | Jakub Jelinek <jakub@redhat.com> | 2014-04-17 14:23:28 +0200 |
---|---|---|
committer | Jakub Jelinek <jakub@gcc.gnu.org> | 2014-04-17 14:23:28 +0200 |
commit | ffe7f7a75f2e5709f2678d01bf1a92890304c346 (patch) | |
tree | 939f1ccdf6369001e5600ee2c4b597483c98bc23 /lto-plugin/ChangeLog | |
parent | 79896351cbd1ba94a66b867694b335127ee72449 (diff) | |
download | gcc-ffe7f7a75f2e5709f2678d01bf1a92890304c346.zip gcc-ffe7f7a75f2e5709f2678d01bf1a92890304c346.tar.gz gcc-ffe7f7a75f2e5709f2678d01bf1a92890304c346.tar.bz2 |
re PR sanitizer/56781 (boostrap-asan failure: fixincl fails to link (missing -lasan))
PR sanitizer/56781
* libtool-ldflags: Also prefix -static-lib*, -shared-lib*
and -B* options with -Xcompiler.
lto-plugin/
* Makefile.am (LTLDFLAGS, liblto_plugin_la_LINK): New variables.
* Makefile.in: Regenerated.
From-SVN: r209475
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 de0db1d..a801542 100644 --- a/lto-plugin/ChangeLog +++ b/lto-plugin/ChangeLog @@ -1,3 +1,9 @@ +2014-04-17 Jakub Jelinek <jakub@redhat.com> + + PR sanitizer/56781 + * Makefile.am (LTLDFLAGS, liblto_plugin_la_LINK): New variables. + * Makefile.in: Regenerated. + 2014-04-02 Richard Biener <rguenther@suse.de> * lto-plugin.c (onload): Fail to load if -fno-use-linker-plugin |