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

#  if SUPPORT_I586
	.globl __GI_memcpy
	.hidden __GI_memcpy
	__GI_memcpy = __memcpy_i586
#  endif
# endif
#endif