aboutsummaryrefslogtreecommitdiff
path: root/libsanitizer/ChangeLog
diff options
context:
space:
mode:
authorAndreas Tobler <andreast@gcc.gnu.org>2016-01-14 21:27:49 +0100
committerAndreas Tobler <andreast@gcc.gnu.org>2016-01-14 21:27:49 +0100
commitbf93d5436362a54beae93703618cf9ac47c06a19 (patch)
tree92f1ce1f067dd71e382bc2344c00514b5bb404f0 /libsanitizer/ChangeLog
parente6d6ec9e06d6512732941c86464d8c5852928432 (diff)
downloadgcc-bf93d5436362a54beae93703618cf9ac47c06a19.zip
gcc-bf93d5436362a54beae93703618cf9ac47c06a19.tar.gz
gcc-bf93d5436362a54beae93703618cf9ac47c06a19.tar.bz2
configure.ac: Replace the hard-coded -ldl requirement for link_sanitizer_common with a...
2016-01-14 Andreas Tobler <andreast@gcc.gnu.org> * configure.ac: Replace the hard-coded -ldl requirement for link_sanitizer_common with a configure time check for -ldl. * configure: Regenerate. From-SVN: r232385
Diffstat (limited to 'libsanitizer/ChangeLog')
-rw-r--r--libsanitizer/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/libsanitizer/ChangeLog b/libsanitizer/ChangeLog
index 895d3bd..5d25590 100644
--- a/libsanitizer/ChangeLog
+++ b/libsanitizer/ChangeLog
@@ -1,3 +1,9 @@
+2016-01-14 Andreas Tobler <andreast@gcc.gnu.org>
+
+ * configure.ac: Replace the hard-coded -ldl requirement for
+ link_sanitizer_common with a configure time check for -ldl.
+ * configure: Regenerate.
+
2015-11-24 Maxim Ostapenko <m.ostapenko@partner.samsung.com>
* include/system/linux/asm/ptrace.h: Move to ...