blob: 6ca014b3a5659bc9d1b8068c98375f94d0e75b1d (
plain)
1
2
3
4
5
6
7
8
9
|
/*
* memmove is implemented in memcpy.S. Having this file simplifies the build
* as it stops MISRCS from picking up the C implementation and rtld expects
* to copy the memmove object file into its object directory.
*/
#include <machine/asm.h>
#include <sys/elf_common.h>
GNU_PROPERTY_AARCH64_FEATURE_1_NOTE(GNU_PROPERTY_AARCH64_FEATURE_1_VAL)
|