memmove.S (2e8ff4d1d5b9d32b29287efb414449121733544a) | memmove.S (fd5aaf2ea0178b03aa93c35245053247e5d3840c) |
---|---|
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 */ | 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> 9GNU_PROPERTY_AARCH64_FEATURE_1_NOTE(GNU_PROPERTY_AARCH64_FEATURE_1_VAL) |
|