diff options
author | Adhemerval Zanella <azanella@linux.vnet.ibm.com> | 2013-12-13 16:05:56 -0500 |
---|---|---|
committer | Adhemerval Zanella <azanella@linux.vnet.ibm.com> | 2013-12-13 16:05:56 -0500 |
commit | fd712ef30688f5c0cdb3568510565dc26b77eff4 (patch) | |
tree | 9f27235eb2ffcfe065fcf3beedf2485d08af1575 | |
parent | 42fcb46ce6dae3a9a55176b4c82e5f07a41ca536 (diff) | |
download | glibc-fd712ef30688f5c0cdb3568510565dc26b77eff4.tar.gz glibc-fd712ef30688f5c0cdb3568510565dc26b77eff4.tar.xz glibc-fd712ef30688f5c0cdb3568510565dc26b77eff4.zip |
PowerPC: Update NEWS with ppc64 STT_GNU_IFUNC support
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | NEWS | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index b848b2b2ae..7990693256 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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. diff --git a/NEWS b/NEWS index 5267844d87..5815d82238 100644 --- a/NEWS +++ b/NEWS @@ -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 |