Also run tst-xmmymm.sh on i386 ld.so

This commit is contained in:
H.J. Lu 2012-11-02 01:15:07 -07:00
parent c4b6cf53d5
commit eb48db7e89
4 changed files with 12 additions and 5 deletions

View File

@ -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

View 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

View 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)