#ifdef SHARED # include # 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 # if SUPPORT_I586 .globl __GI_memcpy .hidden __GI_memcpy __GI_memcpy = __memcpy_i586 # endif # endif #endif