mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-12 06:10:10 +00:00
For now, disable asm definitions of mempcpy and strpcpy
This commit is contained in:
parent
fe9f4b71d6
commit
2224a3d98d
@ -163,6 +163,7 @@ extern __typeof (strnlen) strnlen attribute_hidden;
|
||||
extern __typeof (strsep) strsep attribute_hidden;
|
||||
#endif
|
||||
|
||||
#ifndef __clang__
|
||||
#if (!IS_IN (libc) || !defined SHARED) \
|
||||
&& !defined NO_MEMPCPY_STPCPY_REDIRECT
|
||||
/* Redirect calls to __builtin_mempcpy and __builtin_stpcpy to call
|
||||
@ -170,6 +171,7 @@ extern __typeof (strsep) strsep attribute_hidden;
|
||||
extern __typeof (mempcpy) mempcpy __asm__ ("__mempcpy");
|
||||
extern __typeof (stpcpy) stpcpy __asm__ ("__stpcpy");
|
||||
#endif
|
||||
#endif
|
||||
|
||||
extern void *__memcpy_chk (void *__restrict __dest,
|
||||
const void *__restrict __src, size_t __len,
|
||||
|
Loading…
Reference in New Issue
Block a user