From b090e8ea45a4495505b1bbc2bdb75e069221f4bb Mon Sep 17 00:00:00 2001 From: "H.J. Lu" Date: Wed, 10 Oct 2012 07:48:45 -0700 Subject: Add i686 __libc_ifunc_impl_list --- sysdeps/i386/i686/multiarch/strcmp.S | 3 +++ 1 file changed, 3 insertions(+) (limited to 'sysdeps/i386/i686/multiarch/strcmp.S') diff --git a/sysdeps/i386/i686/multiarch/strcmp.S b/sysdeps/i386/i686/multiarch/strcmp.S index b3b9eb87bc..76ac1f8ebc 100644 --- a/sysdeps/i386/i686/multiarch/strcmp.S +++ b/sysdeps/i386/i686/multiarch/strcmp.S @@ -1,4 +1,5 @@ /* Multiple versions of strcmp + 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. @@ -95,6 +96,8 @@ END(STRCMP) # define ENTRY(name) \ .type __STRCMP_IA32, @function; \ .p2align 4; \ + .globl __STRCMP_IA32; \ + .hidden __STRCMP_IA32; \ __STRCMP_IA32: cfi_startproc; \ CALL_MCOUNT # undef END -- cgit 1.4.1