From 4c559bcdf38d7b655860c1a31c590109f37cc0fe Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sun, 17 Apr 2011 22:20:47 -0400 Subject: Fix static linking with checking x86/x86-64 memcpy. --- sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S') 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) -- cgit 1.4.1