diff options
Diffstat (limited to 'sysdeps/i386/i686/multiarch/memcmp.S')
-rw-r--r-- | sysdeps/i386/i686/multiarch/memcmp.S | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sysdeps/i386/i686/multiarch/memcmp.S b/sysdeps/i386/i686/multiarch/memcmp.S index d8076b9276..7b9c1c4d1c 100644 --- a/sysdeps/i386/i686/multiarch/memcmp.S +++ b/sysdeps/i386/i686/multiarch/memcmp.S @@ -1,4 +1,5 @@ /* Multiple versions of memcmp + All versions must be listed in ifunc-impl-list.c. Copyright (C) 2010, 2012 Free Software Foundation, Inc. Contributed by Intel Corporation. This file is part of the GNU C Library. @@ -67,6 +68,8 @@ END(memcmp) # define ENTRY(name) \ .type __memcmp_ia32, @function; \ .p2align 4; \ + .globl __memcmp_ia32; \ + .hidden __memcmp_ia32; \ __memcmp_ia32: cfi_startproc; \ CALL_MCOUNT # undef END |