[s390] Define a __tls_get_addr macro to avoid declaring it again
[platform/upstream/glibc.git] / ChangeLog
index 09f1a80..33e232c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,98 @@
+2015-01-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
+
+       * sysdeps/s390/dl-tls.h [IS_IN (rtld)]: Define __tls_get_addr
+       macro.
+
+2015-01-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
+
+       * sysdeps/powerpc/powerpc64/power7/memcmp.S (memcmp): Fix performance
+       regression on LE.
+
+       * sysdeps/powerpc/powerpc64/multiarch/strncmp-power8.S: New file.
+       * sysdeps/powerpc/powerpc64/power8/strncmp.S: New file.
+       * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]: Add
+       strncmp-power8 object.
+       * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
+       (__libc_ifunc_impl_list): Add __strncmp_power8 implementation.
+       * sysdeps/powerpc/powerpc64/multiarch/strncmp.c (strncmp): Likewise.
+       * NEWS: Update.
+
+2015-01-13  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
+           Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
+
+       * sysdeps/powerpc/powerpc64/power7/strcmp.S (strcmp): Optimize
+       trailing byte check.
+
+2015-01-13  David S. Miller  <davem@davemloft.net>
+
+       * include/signal.h (__sigreturn): Guard with __USE_MISC.
+
+2015-01-13  Roland McGrath  <roland@hack.frob.com>
+
+       * login/logout.c (logout): Use memset rather than bzero.
+       * nis/nss_compat/compat-pwd.c (getpwent_next_file): Likewise.
+       * nis/nss_compat/compat-spwd.c (getspent_next_file): Likewise.
+       * resolv/gethnamaddr.c (gethostbyaddr): Use memcmp rather than bcmp.
+       (_gethtbyaddr): Likewise.
+       * locale/programs/simple-hash.c (bcopy): Macro removed.
+
+2015-01-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
+
+       * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
+       Add strcmp-power8 object.
+       * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
+       (__libc_ifunc_impl_list): Add __strcmp_power8 implementation.
+       * sysdeps/powerpc/powerpc64/multiarch/strcmp-power8.S: New file.
+       * sysdeps/powerpc/powerpc64/multiarch/strcmp.c (strcmp): Add
+       __strcmp_power8 implementation.
+       * sysdeps/powerpc/powerpc64/power8/strcmp.S: New file.
+       * NEWS: Update.
+
+       * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
+       Add strncpy-power8 and stpncpy-power8 objects.
+       * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
+       (__libc_ifunc_impl_list): Add __strncpy_power8 and stpncpy_power8
+       implementations.
+       * sysdeps/powerpc/powerpc64/multiarch/stpncpy-power8.S: New file.
+       * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c (__stpncpy): Add
+       __stpncpy_power8 implementation.
+       * sysdeps/powerpc/powerpc64/multiarch/strncpy-power8.S: New file.
+       * sysdeps/powerpc/powerpc64/multiarch/strncpy.c (strncpy): Add
+       __strncpy_power8 implementation.
+       * sysdeps/powerpc/powerpc64/power8/stpncpy.S: New file.
+       * sysdeps/powerpc/powerpc64/power8/strncpy.S: New file.
+       * NEWS: Update.
+
+       * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.c: New file.
+       * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.S: Remove file.
+       * sysdeps/powerpc/powerpc64/power7/strncat.S: Likewise.
+
+       * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]: Add
+       strncat-power8 object.
+       * sysdeps/powerpc/powerpc64/multiarch/strcat.c (strcat): Add
+       __strcat_power8 implementation.
+       * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
+       (__libc_ifunc_impl_list): Add __strcat_power8 implementation.
+       * sysdeps/powerpc/powerpc64/multiarch/strcat-power8.c: New file:
+       optimized strcat for power8.
+
+       * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]: Add
+       strcpy-power8 and stpcpy-power8 objects.
+       * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
+       (__libc_ifunc_impl_list): Add __strcpy_power8 and __stpcpy_power8
+       implementations.
+       * sysdeps/powerpc/powerpc64/multiarch/stpcpy-power8.S: New file:
+       multiarch stpcpy implementation for POWER8.
+       * sysdeps/powerpc/powerpc64/multiarch/strcpy-power8.S: New file;
+       multiarch strcpy implementation for POWER8.
+       * sysdeps/powerpc/powerpc64/multiarch/strcpy.c (strcpy): Add
+       __strcpy_power8 function.
+       * sysdeps/powerpc/powerpc64/power8/stpcpy.S: New file: optimized
+       stpcpy for POWER8.
+       * sysdeps/powerpc/powerpc64/power8/strcpy.S: New file: optimized
+       strcpy for POWER8.
+       * NEWS: Update.
+
 2015-01-13  Leonhard Holz  <leonhard.holz@web.de>
 
        [BZ #16009]