mirror of
git://sourceware.org/git/glibc.git
synced 2025-01-24 12:25:35 +08:00
Don't define x86-64 __strncmp_ssse3 in libc.a
This commit is contained in:
parent
b7bfe116e6
commit
31ed415328
@ -1,3 +1,8 @@
|
||||
2012-09-27 H.J. Lu <hongjiu.lu@intel.com>
|
||||
|
||||
* sysdeps/x86_64/multiarch/strncmp-ssse3.S: Empty if not in
|
||||
libc.a.
|
||||
|
||||
2012-09-26 Marek Polacek <polacek@redhat.com>
|
||||
|
||||
[BZ #14530]
|
||||
|
@ -1,4 +1,6 @@
|
||||
#define USE_SSSE3 1
|
||||
#define STRCMP __strncmp_ssse3
|
||||
#define USE_AS_STRNCMP
|
||||
#include "../strcmp.S"
|
||||
#ifdef SHARED
|
||||
# define USE_SSSE3 1
|
||||
# define STRCMP __strncmp_ssse3
|
||||
# define USE_AS_STRNCMP
|
||||
# include "../strcmp.S"
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user