about summary refs log tree commit diff
path: root/sysdeps/i386/i686/multiarch/strcmp-i686.S
blob: e4616f8e0a1ff6f616d9fb7b9eefb863bbb1f2af (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifdef SHARED
# include <init-arch.h>
# define strcmp __strcmp_i686
# undef libc_hidden_builtin_def
# define libc_hidden_builtin_def(name)
#endif

#include <sysdeps/i386/i686/strcmp.S>

#ifdef SHARED
	.globl __GI_strcmp
	.hidden __GI_strcmp
	__GI_strcmp = __strcmp_i686
#endif