about summary refs log tree commit diff
path: root/sysdeps/i386/multiarch/memcpy-i386.S
blob: d26b19536929dd3b7f81aff7c8fabaad78753d72 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
#ifdef SHARED
# 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