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

	.globl __GI_memcpy
	.hidden __GI_memcpy
	__GI_memcpy = __memcpy_i386
# endif
#endif