From e826574c985a15a500262f2fbd21c7e9259d3d11 Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Tue, 12 Jun 2018 15:00:33 +0200 Subject: x86: Make strncmp usable from rtld Due to the way the conditions were written, the rtld build of strncmp ended up with no definition of the strncmp symbol at all: The implementations were renamed for use within an IFUNC resolver, but the IFUNC resolver itself was missing (because rtld does not use IFUNCs). Reviewed-by: Carlos O'Donell --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index c5dc3bed21..c1b9cdfd29 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2018-06-12 Florian Weimer + + x86: Make strncmp usable from rtld. + * sysdeps/i386/i686/multiarch/strncmp-c.c: Only rename strncmp to + __strncmp_ia32 if in libc (and not in rtld). + * sysdeps/x86_64/multiarch/strncmp-sse2.S: Rename strcmp to + strncmp if not in libc (and not to __strncmp_sse2). + 2018-06-12 Rafal Luzynski [BZ #23140] -- cgit 1.4.1