mirror of git://sourceware.org/git/glibc.git
stdlib: Avoid strlen plt with clang
This commit is contained in:
parent
81683b3d7f
commit
d30fb0e331
|
|
@ -20,6 +20,7 @@ asm ("__strcpy_chk = __GI___strcpy_chk");
|
|||
asm ("strcpy = __GI_strcpy");
|
||||
asm ("strncpy = __GI_strncpy");
|
||||
asm ("strcat = __GI_strcat");
|
||||
asm ("strlen = __GI_strlen");
|
||||
|
||||
/* Some targets do not use __stack_chk_fail_local. In libc.so,
|
||||
redirect __stack_chk_fail to a hidden reference
|
||||
|
|
|
|||
Loading…
Reference in New Issue