diff options
Diffstat (limited to 'sysdeps/i386/i686/multiarch/mempcpy.S')
-rw-r--r-- | sysdeps/i386/i686/multiarch/mempcpy.S | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sysdeps/i386/i686/multiarch/mempcpy.S b/sysdeps/i386/i686/multiarch/mempcpy.S index 95bda46353..500e6e72e9 100644 --- a/sysdeps/i386/i686/multiarch/mempcpy.S +++ b/sysdeps/i386/i686/multiarch/mempcpy.S @@ -1,4 +1,5 @@ /* Multiple versions of mempcpy + 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. @@ -51,6 +52,8 @@ END(__mempcpy) # define ENTRY(name) \ .type __mempcpy_ia32, @function; \ .p2align 4; \ + .globl __mempcpy_ia32; \ + .hidden __mempcpy_ia32; \ __mempcpy_ia32: cfi_startproc; \ CALL_MCOUNT # undef END |