about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2016-03-07 16:00:25 +0100
committerFlorian Weimer <fweimer@redhat.com>2016-03-07 16:00:25 +0100
commit3c0f7407eedb524c9114bb675cd55b903c71daaa (patch)
tree0c5c22fd03aeece465c74675d6f277820db2f092 /ChangeLog
parent900056024b75eae8b550d7fee1dec9e71f28344e (diff)
downloadglibc-3c0f7407eedb524c9114bb675cd55b903c71daaa.tar.gz
glibc-3c0f7407eedb524c9114bb675cd55b903c71daaa.tar.xz
glibc-3c0f7407eedb524c9114bb675cd55b903c71daaa.zip
tst-audit4, tst-audit10: Compile AVX/AVX-512 code separately [BZ #19269]
This ensures that GCC will not use unsupported instructions before
the run-time check to ensure support.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a9b1c9b2a2..c57c2fe576 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,18 @@
 2016-03-07  Florian Weimer  <fweimer@redhat.com>
 
+	[BZ #19269]
+	* sysdeps/x86_64/Makefile (tst-audit4): Depend on
+	tst-audit4-aux.o.
+	(tst-audit10): Depend on tst-audit10-aux.o.
+	(CFLAGS-tst-audit4-aux.c): Compile with AVX enabled.
+	(CFLAGS-tst-audit10-aux.c): Compile with AVX512 enabled.
+	* sysdeps/x86_64/tst-audit4.c (do_test): Call tst_audit4_aux
+	instead of inline AVX code.
+	* sysdeps/x86_64/tst-audit10.c (do_test): Call tst_audit10_aux
+	instead of inline AVX512 code.
+	* sysdeps/x86_64/tst-audit4-aux.c: New file
+	* sysdeps/x86_64/tst-audit10-aux.c: New file
+
 	[BZ #19648]
 	* test-skeleton.c (main): Do not set RLIMIT_DATA.