This website requires JavaScript.
ReeceSX
Explore
Aurora
Register
Sign In
AuroraMiddleware
/
glibc
Watch
1
Star
0
Fork
0
You've already forked glibc
mirror of
https://sourceware.org/git/glibc.git
synced
2025-01-13 20:50:08 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
ab0db3b884
glibc
/
sysdeps
/
x86_64
/
memcpy.S
2 lines
33 B
ArmAsm
Raw
Normal View
History
Unescape
Escape
x86_64: Fix build with --disable-multiarch (BZ 30721) With multiarch disabled, the default memmove implementation provides the fortify routines for memcpy, mempcpy, and memmove. However, it does not provide the internal hidden definitions used when building with fortify enabled. The memset has a similar issue. Checked on x86_64-linux-gnu building with different options: default and --disable-multi-arch plus default, --disable-default-pie, --enable-fortify-source={2,3}, and --enable-fortify-source={2,3} with --disable-default-pie. Tested-by: Andreas K. Huettel <dilfridge@gentoo.org> Reviewed-by: Siddhesh Poyarekar <siddhesh@sourceware.org>
2023-08-08 12:27:54 +00:00
/* Implemented in memmove.S. */
Reference in New Issue
Copy Permalink