Don't disable SSE in x86-64 ld.so
commit38d22f9f48a84b441c5777aff103f5b980243b5f
authorH.J. Lu <hjl.tools@gmail.com>
Wed, 26 Aug 2015 14:55:42 +0000 (26 07:55 -0700)
committerH.J. Lu <hjl.tools@gmail.com>
Wed, 26 Aug 2015 14:55:42 +0000 (26 07:55 -0700)
treedcdb83615ee08ced45c18c00c23edca112ed1cb1
parentb022830bebc23456fc40825c6b5507bc0f52381f
Don't disable SSE in x86-64 ld.so

Since x86-64 ld.so preserves vector registers now, we can use SSE in
x86-64 ld.so.  We should run tst-ld-sse-use.sh only on i386.

* sysdeps/x86/Makefile [$(subdir) == elf] (CFLAGS-.os,
tests-special, $(objpfx)tst-ld-sse-use.out): Moved to ...
* sysdeps/i386/Makefile [$(subdir) == elf] (CFLAGS-.os,
tests-special, $(objpfx)tst-ld-sse-use.out): Here.  Update
comments.
* sysdeps/x86_64/Makefile [$(subdir) == elf] (CFLAGS-.os): Add
-mno-mmx for $(all-rtld-routines).
* sysdeps/x86/tst-ld-sse-use.sh: Moved to ...
* sysdeps/i386/tst-ld-sse-use.sh: Here.  Replace x86-64 with
i386.
ChangeLog
sysdeps/i386/Makefile
sysdeps/i386/tst-ld-sse-use.sh [moved from sysdeps/x86/tst-ld-sse-use.sh with 97% similarity]
sysdeps/x86/Makefile
sysdeps/x86_64/Makefile