diff options
author | Ulrich Drepper <drepper@redhat.com> | 2010-08-14 14:56:32 -0700 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2010-08-14 14:56:32 -0700 |
commit | ca6bb004ebd1cc7da72f1a761ffea377245d1ee9 (patch) | |
tree | a9805ea48e75bdb5274c1d1d8eb8bc95184bf604 /sysdeps | |
parent | 052fa7b33ef5deeb4987e5264cf397b3161d8a01 (diff) | |
download | glibc-ca6bb004ebd1cc7da72f1a761ffea377245d1ee9.tar.gz glibc-ca6bb004ebd1cc7da72f1a761ffea377245d1ee9.tar.xz glibc-ca6bb004ebd1cc7da72f1a761ffea377245d1ee9.zip |
Fix x86-64 build without multiarch.
Diffstat (limited to 'sysdeps')
-rw-r--r-- | sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S | 1 | ||||
-rw-r--r-- | sysdeps/x86_64/strcmp.S | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S b/sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S index bc0eb5babd..fb2f9ae14a 100644 --- a/sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S +++ b/sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S @@ -1,5 +1,6 @@ #define USE_SSSE3 1 #define USE_AS_STRCASECMP_L +#define NO_NOLOCALE_ALIAS #define STRCMP __strcasecmp_l_ssse3 #define __strcasecmp __strcasecmp_ssse3 #include "../strcmp.S" diff --git a/sysdeps/x86_64/strcmp.S b/sysdeps/x86_64/strcmp.S index d36fef225b..1b48f04172 100644 --- a/sysdeps/x86_64/strcmp.S +++ b/sysdeps/x86_64/strcmp.S @@ -77,7 +77,6 @@ # ifndef ENTRY2 # define ENTRY2(name) ENTRY (name) # define END2(name) END (name) -# define NO_NOLOCALE_ALIAS # endif ENTRY2 (__strcasecmp) |