about summary refs log tree commit diff
path: root/sysdeps/i386/multiarch/memmove-i686.S
blob: 442fe4f7a36951d84d6c38901893705028b93db2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifdef SHARED
# include <init-arch.h>
# 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>

# if SUPPORT_I686
	.globl __GI_memmove
	.hidden __GI_memmvoe
	__GI_memmove = __memmove_i686
# endif
#endif