mirror of git://sourceware.org/git/glibc.git
Avoid compiling unneeded file in ld.so.
This commit is contained in:
parent
932ac045f0
commit
880113d91e
|
|
@ -1,3 +1,8 @@
|
||||||
|
2010-07-27 Ulrich Drepper <drepper@redhat.com>
|
||||||
|
|
||||||
|
* sysdeps/x86_64/multiarch/strcmp-ssse3.S: Avoid compiling the file
|
||||||
|
for ld.so.
|
||||||
|
|
||||||
2010-07-26 Roland McGrath <roland@redhat.com>
|
2010-07-26 Roland McGrath <roland@redhat.com>
|
||||||
|
|
||||||
[BZ #11840]
|
[BZ #11840]
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,5 @@
|
||||||
#define USE_SSSE3 1
|
#ifndef NOT_IN_libc
|
||||||
#define STRCMP __strcmp_ssse3
|
# define USE_SSSE3 1
|
||||||
#include "../strcmp.S"
|
# define STRCMP __strcmp_ssse3
|
||||||
|
# include "../strcmp.S"
|
||||||
|
#endif
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue