xref: /freebsd/lib/libc/aarch64/string/memmove.S (revision 2a0c0aea42092f89c2a5345991e6e3ce4cbef99a)
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