]> sourceware.org Git - glibc.git/commit
S390: Refactor wmemcmp ifunc handling.
authorStefan Liebler <stli@linux.ibm.com>
Tue, 18 Dec 2018 12:57:25 +0000 (13:57 +0100)
committerStefan Liebler <stli@linux.ibm.com>
Tue, 18 Dec 2018 12:57:25 +0000 (13:57 +0100)
commit25654a8c74dce51e162c29749c6bd6d2a67490e6
tree023e70d07af765f3cb72af8a741a681b985f5ae0
parentd2a7436c1c6144bbba2eb2a7b25db9b90515f0e6
S390: Refactor wmemcmp ifunc handling.

The ifunc handling for wmemcmp is adjusted in order to omit ifunc
variants if those will never be used as the minimum architecture level
already supports newer CPUs by default.

ChangeLog:

* sysdeps/s390/multiarch/Makefile
(sysdep_routines): Remove wmemcmp variants.
* sysdeps/s390/Makefile (sysdep_routines): Add wmemcmp variants.
* sysdeps/s390/multiarch/ifunc-impl-list.c
(__libc_ifunc_impl_list): Refactor ifunc handling for wmemcmp.
* sysdeps/s390/multiarch/wmemcmp-c.c: Move to ...
* sysdeps/s390/wmemcmp-c.c: ... here and adjust ifunc handling.
* sysdeps/s390/multiarch/wmemcmp-vx.S: Move to ...
* sysdeps/s390/wmemcmp-vx.S: ... here and adjust ifunc handling.
* sysdeps/s390/multiarch/wmemcmp.c: Move to ...
* sysdeps/s390/wmemcmp.c: ... here and adjust ifunc handling.
* sysdeps/s390/ifunc-wmemcmp.h: New file.
ChangeLog
sysdeps/s390/Makefile
sysdeps/s390/ifunc-wmemcmp.h [new file with mode: 0644]
sysdeps/s390/multiarch/Makefile
sysdeps/s390/multiarch/ifunc-impl-list.c
sysdeps/s390/wmemcmp-c.c [moved from sysdeps/s390/multiarch/wmemcmp-c.c with 85% similarity]
sysdeps/s390/wmemcmp-vx.S [moved from sysdeps/s390/multiarch/wmemcmp-vx.S with 95% similarity]
sysdeps/s390/wmemcmp.c [moved from sysdeps/s390/multiarch/wmemcmp.c with 69% similarity]
This page took 0.04563 seconds and 5 git commands to generate.