about summary refs log tree commit diff
path: root/sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2011-04-17 22:20:47 -0400
committerUlrich Drepper <drepper@gmail.com>2011-04-17 22:20:47 -0400
commit4c559bcdf38d7b655860c1a31c590109f37cc0fe (patch)
tree8f252ec52683dbed088393dd6d3867a23f687039 /sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S
parent4420675c9d361643d1179ad67e0bb35c8fbdd1ce (diff)
downloadglibc-4c559bcdf38d7b655860c1a31c590109f37cc0fe.tar.gz
glibc-4c559bcdf38d7b655860c1a31c590109f37cc0fe.tar.xz
glibc-4c559bcdf38d7b655860c1a31c590109f37cc0fe.zip
Fix static linking with checking x86/x86-64 memcpy.
Diffstat (limited to 'sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S')
-rw-r--r--sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S b/sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S
index 48a109ccd6..8e81183827 100644
--- a/sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S
+++ b/sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S
@@ -110,7 +110,7 @@ __i686.get_pc_thunk.bx:
 #endif
 
 	.section .text.ssse3,"ax",@progbits
-#if defined SHARED && !defined NOT_IN_libc && !defined USE_AS_BCOPY
+#if !defined USE_AS_BCOPY
 ENTRY (MEMCPY_CHK)
 	movl	12(%esp), %eax
 	cmpl	%eax, 16(%esp)