about summary refs log tree commit diff
path: root/sysdeps/i386/multiarch/memmove-i686.S
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/i386/multiarch/memmove-i686.S')
-rw-r--r--sysdeps/i386/multiarch/memmove-i686.S7
1 files changed, 7 insertions, 0 deletions
diff --git a/sysdeps/i386/multiarch/memmove-i686.S b/sysdeps/i386/multiarch/memmove-i686.S
new file mode 100644
index 0000000000..bde4051b49
--- /dev/null
+++ b/sysdeps/i386/multiarch/memmove-i686.S
@@ -0,0 +1,7 @@
+#ifdef SHARED
+# define memmove __memmove_i686
+# define __memmove_chk __memmove_chk_i686
+# undef libc_hidden_builtin_def
+# define libc_hidden_builtin_def(name)
+# include <sysdeps/i386/i686/memmove.S>
+#endif