diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2012-10-10 07:48:45 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2012-10-11 16:40:02 -0700 |
commit | b090e8ea45a4495505b1bbc2bdb75e069221f4bb (patch) | |
tree | 070dcb0085e326a0279ca90f187a62bd8a4b1043 /sysdeps/i386/i686/multiarch/strcat.S | |
parent | 11dd4af68c0ed12a96c7434b812108627c44d407 (diff) | |
download | glibc-b090e8ea45a4495505b1bbc2bdb75e069221f4bb.tar.gz |
Add i686 __libc_ifunc_impl_list
Diffstat (limited to 'sysdeps/i386/i686/multiarch/strcat.S')
-rw-r--r-- | sysdeps/i386/i686/multiarch/strcat.S | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sysdeps/i386/i686/multiarch/strcat.S b/sysdeps/i386/i686/multiarch/strcat.S index e68fecafb3..a7d322421c 100644 --- a/sysdeps/i386/i686/multiarch/strcat.S +++ b/sysdeps/i386/i686/multiarch/strcat.S @@ -1,4 +1,5 @@ /* Multiple versions of strcat + All versions must be listed in ifunc-impl-list.c. Copyright (C) 2011-2012 Free Software Foundation, Inc. Contributed by Intel Corporation. This file is part of the GNU C Library. @@ -94,6 +95,8 @@ END(STRCAT) # define ENTRY(name) \ .type STRCAT_IA32, @function; \ .align 16; \ + .globl STRCAT_IA32; \ + .hidden STRCAT_IA32; \ STRCAT_IA32: cfi_startproc; \ CALL_MCOUNT # undef END |