diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | NEWS | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -1,5 +1,9 @@ 2013-12-13 Adhemerval Zanella <azanella@linux.vnet.ibm.com> + * NEWS: Mention ppc64 STT_GNU_IFUNC support. + +2013-12-13 Adhemerval Zanella <azanella@linux.vnet.ibm.com> + * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add hypot and hypotf multiarch implementations. * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-power7.c: New file. @@ -98,7 +98,7 @@ Version 2.19 * The soft-float powerpc port now supports e500 processors. -* Support for STT_GNU_IFUNC symbols added for ppc32/power4+. +* Support for STT_GNU_IFUNC symbols added for ppc32/power4+ and ppc64. Version 2.18 |