mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-31 23:11:09 +00:00
Fix x86-64 build without multiarch.
This commit is contained in:
parent
052fa7b33e
commit
ca6bb004eb
@ -1,3 +1,8 @@
|
|||||||
|
2010-08-14 Ulrich Drepper <drepper@redhat.com>
|
||||||
|
|
||||||
|
* sysdeps/x86_64/strcmp.S: Move definition of NO_NOLOCALE_ALIAS to...
|
||||||
|
* sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: ... here.
|
||||||
|
|
||||||
2010-08-14 Andreas Schwab <schwab@linux-m68k.org>
|
2010-08-14 Andreas Schwab <schwab@linux-m68k.org>
|
||||||
|
|
||||||
* sysdeps/unix/sysv/linux/prlimit.c: Make it compile.
|
* sysdeps/unix/sysv/linux/prlimit.c: Make it compile.
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
#define USE_SSSE3 1
|
#define USE_SSSE3 1
|
||||||
#define USE_AS_STRCASECMP_L
|
#define USE_AS_STRCASECMP_L
|
||||||
|
#define NO_NOLOCALE_ALIAS
|
||||||
#define STRCMP __strcasecmp_l_ssse3
|
#define STRCMP __strcasecmp_l_ssse3
|
||||||
#define __strcasecmp __strcasecmp_ssse3
|
#define __strcasecmp __strcasecmp_ssse3
|
||||||
#include "../strcmp.S"
|
#include "../strcmp.S"
|
||||||
|
@ -77,7 +77,6 @@
|
|||||||
# ifndef ENTRY2
|
# ifndef ENTRY2
|
||||||
# define ENTRY2(name) ENTRY (name)
|
# define ENTRY2(name) ENTRY (name)
|
||||||
# define END2(name) END (name)
|
# define END2(name) END (name)
|
||||||
# define NO_NOLOCALE_ALIAS
|
|
||||||
# endif
|
# endif
|
||||||
|
|
||||||
ENTRY2 (__strcasecmp)
|
ENTRY2 (__strcasecmp)
|
||||||
|
Loading…
Reference in New Issue
Block a user