about summary refs log tree commit diff
path: root/sysdeps/i386/multiarch/memmove-i386.S
blob: d19cb1f42c28c6b67f37d81176d546dd77e327aa (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifdef SHARED
# include <init-arch.h>
# if !SUPPORT_I686
#  define memmove __memmove_i386
#  define __memmove_chk __memmove_chk_i386
#  undef libc_hidden_builtin_def
#  define libc_hidden_builtin_def(name)
#  include <sysdeps/i386/memmove.S>

	.globl __GI_memmove
	.hidden __GI_memmove
	__GI_memmove = __memmove_i386
# endif
#endif