aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRichard Henderson <rth@redhat.com>2012-11-13 22:19:44 +0000
committerRichard Henderson <rth@redhat.com>2012-11-13 22:19:44 +0000
commitae08903a71e4848e62a22cf2e7d974269724a4d2 (patch)
treedd156eee0ba51f7c0c86f86bfe11a78d9133fc1c /ChangeLog
parent93cafee39824f9fa6bb76667f42c1ebab2d15590 (diff)
Move libsanitizer configure logic to subdirectory
git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@193487 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index bb42398dede..d1302b318ef 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2012-11-13 Richard Henderson <rth@redhat.com>
+
+ * configure.ac: Move libsanitizer logic to subdirectory.
+ * configure: Regenerate.
+
2012-11-13 Dodji Seketeli <dodji@redhat.com>
* configure.ac: Enable libsanitizer just on x86 linux for now.