about summary refs log tree commit diff
path: root/sysdeps/i386/i686/multiarch/memmove-erms.S
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/i386/i686/multiarch/memmove-erms.S')
-rw-r--r--sysdeps/i386/i686/multiarch/memmove-erms.S4
1 files changed, 4 insertions, 0 deletions
diff --git a/sysdeps/i386/i686/multiarch/memmove-erms.S b/sysdeps/i386/i686/multiarch/memmove-erms.S
new file mode 100644
index 0000000000..357289a548
--- /dev/null
+++ b/sysdeps/i386/i686/multiarch/memmove-erms.S
@@ -0,0 +1,4 @@
+#define USE_AS_MEMMOVE
+#define MEMCPY		__memmove_erms
+#define MEMCPY_CHK	__memmove_chk_erms
+#include "memcpy-erms.S"