about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@hack.frob.com>2016-03-08 12:31:13 -0800
committerRoland McGrath <roland@hack.frob.com>2016-03-08 12:32:59 -0800
commit3bd80c0de2f8e7ca8020d37739339636d169957e (patch)
tree4f29e8d9b9edcbfb0b187e46d490219123c70149 /ChangeLog
parent0b8dedd38f304d796b6b9b349428bea7f1f7065f (diff)
downloadglibc-3bd80c0de2f8e7ca8020d37739339636d169957e.tar.gz
glibc-3bd80c0de2f8e7ca8020d37739339636d169957e.tar.xz
glibc-3bd80c0de2f8e7ca8020d37739339636d169957e.zip
Fix tst-audit10 build when -mavx512f is not supported.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 560b4dcd56..73a49a06e0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2016-03-08  Roland McGrath  <roland@hack.frob.com>
+
+	* sysdeps/x86_64/tst-audit10.c: #include <cpu-features.h>.
+	* sysdeps/x86_64/tst-audit10-aux.c: Move audit_test extern decl ...
+	(tst_audit10_aux) [__AVX512F__]: ... here.
+
 2016-03-08  Aurelien Jarno  <aurelien@aurel32.net>
 
 	* include/sys/auxv.h: New file.