]> git.ipfire.org Git - thirdparty/glibc.git/commit
x86: Make strncmp usable from rtld
authorFlorian Weimer <fweimer@redhat.com>
Tue, 12 Jun 2018 13:00:33 +0000 (15:00 +0200)
committerFlorian Weimer <fweimer@redhat.com>
Tue, 12 Jun 2018 13:00:33 +0000 (15:00 +0200)
commite826574c985a15a500262f2fbd21c7e9259d3d11
treea6932733ed6cf632b2a5654f0f1096cbf1b96c4f
parentc4ad5782c44f4fa23d3ca9bec1e288c24cf2e6df
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 <carlos@redhat.com>
ChangeLog
sysdeps/i386/i686/multiarch/strncmp-c.c
sysdeps/x86_64/multiarch/strncmp-sse2.S