about summary refs log tree commit diff
path: root/sysdeps/i386/i586/multiarch/strchr-i586.S
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/i386/i586/multiarch/strchr-i586.S')
-rw-r--r--sysdeps/i386/i586/multiarch/strchr-i586.S7
1 files changed, 7 insertions, 0 deletions
diff --git a/sysdeps/i386/i586/multiarch/strchr-i586.S b/sysdeps/i386/i586/multiarch/strchr-i586.S
new file mode 100644
index 0000000000..48e71aa74e
--- /dev/null
+++ b/sysdeps/i386/i586/multiarch/strchr-i586.S
@@ -0,0 +1,7 @@
+#include <sysdeps/i386/multiarch/strchr-i586.S>
+
+#ifdef SHARED
+	.globl __GI_strchr
+	.hidden __GI_strchr
+	__GI_strchr = __strchr_i586
+#endif