about summary refs log tree commit diff
path: root/sysdeps/i386/i586/multiarch/strchr-i586.S
blob: 48e71aa74e507c60684f5d9f1dbf7a8bb622f600 (plain) (blame)
1
2
3
4
5
6
7
#include <sysdeps/i386/multiarch/strchr-i586.S>

#ifdef SHARED
	.globl __GI_strchr
	.hidden __GI_strchr
	__GI_strchr = __strchr_i586
#endif