]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Also run tst-xmmymm.sh on i386 ld.so
authorH.J. Lu <hjl.tools@gmail.com>
Fri, 2 Nov 2012 08:15:07 +0000 (01:15 -0700)
committerH.J. Lu <hjl.tools@gmail.com>
Wed, 7 Nov 2012 21:50:08 +0000 (13:50 -0800)
ChangeLog
sysdeps/x86/Makefile
sysdeps/x86/tst-xmmymm.sh [moved from sysdeps/x86_64/tst-xmmymm.sh with 100% similarity]
sysdeps/x86_64/Makefile

index e89b69a2f3bd423e41f21d69a1355d80a5c4f6aa..cac1a7ede8009cbfcbcea8e7de55de52be516ba2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2012-11-07  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * sysdeps/x86_64/Makefile ($(objpfx)tst-xmmymm.out): Moved to ...
+       * sysdeps/x86/Makefile: Here.
+       * sysdeps/x86_64/tst-xmmymm.sh: Renamed to ...
+       * sysdeps/x86/tst-xmmymm.sh: This.
+
 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
 
        * conform/data/pthread.h-data [XPG3 || XPG4]: Disable all
index f25d1e24158b6abd1c24e47462aa0682ec0ecd09..086054ff09d0c0c68ba00ce553b9b1e8fbe6f325 100644 (file)
@@ -1,4 +1,9 @@
 ifeq ($(subdir),elf)
 CFLAGS-.os += $(if $(filter $(@F),$(patsubst %,%.os,$(all-rtld-routines))),\
                   -mno-sse -mno-mmx)
+
+tests: $(objpfx)tst-xmmymm.out
+$(objpfx)tst-xmmymm.out: ../sysdeps/x86/tst-xmmymm.sh $(objpfx)ld.so
+       @echo "Checking ld.so for SSE register use.  This will take a few seconds..."
+       $(SHELL) $< $(objpfx) > $@
 endif
index 0acb69a17fdb807d25c2398102f21efd15f1e148..78c98e7c5ed97108785f58a7464ddee9a64d04e4 100644 (file)
@@ -37,11 +37,6 @@ tests-pie += $(quad-pie-test)
 
 $(objpfx)tst-quad1pie: $(objpfx)tst-quadmod1pie.o
 $(objpfx)tst-quad2pie: $(objpfx)tst-quadmod2pie.o
-
-tests: $(objpfx)tst-xmmymm.out
-$(objpfx)tst-xmmymm.out: ../sysdeps/x86_64/tst-xmmymm.sh $(objpfx)ld.so
-       @echo "Checking ld.so for SSE register use.  This will take a few seconds..."
-       $(SHELL) $< $(objpfx) > $@
 endif
 
 ifeq ($(subdir),csu)