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

# if SUPPORT_I686
	.globl __GI_memcpy
	.hidden __GI_memcpy
	__GI_memcpy = __memcpy_i686
# endif
#endif