diff options
| author | Stefan Liebler <stli@linux.ibm.com> | 2018-12-18 13:57:09 +0100 |
|---|---|---|
| committer | Stefan Liebler <stli@linux.ibm.com> | 2018-12-18 13:57:09 +0100 |
| commit | 8c25dddd2e32bce47dfe01ca51c8aab535dbe23d (patch) | |
| tree | 31a8c2d5200860111d1ab6be8e0cc721367cd79c /ChangeLog | |
| parent | cdd927d98cc38acf55e1c6594b5c9451df8f239f (diff) | |
| download | glibc-8c25dddd2e32bce47dfe01ca51c8aab535dbe23d.tar.xz glibc-8c25dddd2e32bce47dfe01ca51c8aab535dbe23d.zip | |
S390: Add z13 strstr ifunc variant.
The new vector variant of strstr is using the common code
implementation, but instead of calling the default
str* / mem* functions, the vector variants are called.
ChangeLog:
* sysdeps/s390/Makefile (sysdep_routines): Add strstr variants.
* sysdeps/s390/multiarch/ifunc-impl-list.c
(__libc_ifunc_impl_list): Add ifunc variants for strstr.
* sysdeps/s390/ifunc-strstr.h: New file.
* sysdeps/s390/strstr.c: Likewise.
* sysdeps/s390/strstr-c.c: Likewise.
* sysdeps/s390/strstr-vx.c: Likewise.
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,5 +1,15 @@ 2018-12-18 Stefan Liebler <stli@linux.ibm.com> + * sysdeps/s390/Makefile (sysdep_routines): Add strstr variants. + * sysdeps/s390/multiarch/ifunc-impl-list.c + (__libc_ifunc_impl_list): Add ifunc variants for strstr. + * sysdeps/s390/ifunc-strstr.h: New file. + * sysdeps/s390/strstr.c: Likewise. + * sysdeps/s390/strstr-c.c: Likewise. + * sysdeps/s390/strstr-vx.c: Likewise. + +2018-12-18 Stefan Liebler <stli@linux.ibm.com> + * sysdeps/s390/Makefile (sysdep_routines): Add memmove-c. * sysdeps/s390/ifunc-memcpy.h (HAVE_MEMMOVE_IFUNC, HAVE_MEMMOVE_IFUNC_AND_VX_SUPPORT, MEMMOVE_DEFAULT, |
