xref: /freebsd/lib/libc/aarch64/string/memmove.S (revision fd5aaf2ea0178b03aa93c35245053247e5d3840c)
12e8ff4d1SAndrew Turner/*
22e8ff4d1SAndrew Turner * memmove is implemented in memcpy.S. Having this file simplifies the build
32e8ff4d1SAndrew Turner * as it stops MISRCS from picking up the C implementation and rtld expects
42e8ff4d1SAndrew Turner * to copy the memmove object file into its object directory.
52e8ff4d1SAndrew Turner */
6*fd5aaf2eSAndrew Turner
7*fd5aaf2eSAndrew Turner#include <machine/asm.h>
8*fd5aaf2eSAndrew Turner#include <sys/elf_common.h>
9*fd5aaf2eSAndrew TurnerGNU_PROPERTY_AARCH64_FEATURE_1_NOTE(GNU_PROPERTY_AARCH64_FEATURE_1_VAL)
10