Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-src
Path: blob/main/lib/libc/aarch64/string/memmove.S
48262 views
1
/*
2
* memmove is implemented in memcpy.S. Having this file simplifies the build
3
* as it stops MISRCS from picking up the C implementation and rtld expects
4
* to copy the memmove object file into its object directory.
5
*/
6
7
#include <machine/asm.h>
8
#include <sys/elf_common.h>
9
GNU_PROPERTY_AARCH64_FEATURE_1_NOTE(GNU_PROPERTY_AARCH64_FEATURE_1_VAL)
10
11