summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>2014-04-17 12:23:28 +0000
committerjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>2014-04-17 12:23:28 +0000
commit478532eb6ce5146124ce550550d3c903c95bc497 (patch)
tree939f1ccdf6369001e5600ee2c4b597483c98bc23 /ChangeLog
parent7de380af566c189319d706d3b4ab04e32ecc5d90 (diff)
downloadgcc-478532eb6ce5146124ce550550d3c903c95bc497.tar.gz
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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@209475 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5ddacbe6994..3fadbd38990 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2014-04-17 Jakub Jelinek <jakub@redhat.com>
+
+ PR sanitizer/56781
+ * libtool-ldflags: Also prefix -static-lib*, -shared-lib*
+ and -B* options with -Xcompiler.
+
2014-04-04 Eric Botcazou <ebotcazou@adacore.com>
PR bootstrap/60620