diff options
author | Adhemerval Zanella <azanella@linux.vnet.ibm.com> | 2013-12-06 05:53:49 -0600 |
---|---|---|
committer | Adhemerval Zanella <azanella@linux.vnet.ibm.com> | 2013-12-06 05:54:50 -0600 |
commit | 0a3ac0aabf30f6fefb4d262bf2db2c2a99ab09a8 (patch) | |
tree | fe3b6675ef82ed118d6e39876a5bc5d5d6e031f4 | |
parent | ccdc8438dcae3a63cfd53b150461de1feaf258fb (diff) | |
download | glibc-0a3ac0aabf30f6fefb4d262bf2db2c2a99ab09a8.tar glibc-0a3ac0aabf30f6fefb4d262bf2db2c2a99ab09a8.tar.gz glibc-0a3ac0aabf30f6fefb4d262bf2db2c2a99ab09a8.tar.bz2 glibc-0a3ac0aabf30f6fefb4d262bf2db2c2a99ab09a8.zip |
PowerPC: Update NEWS with ppc32/power4+ STT_GNU_IFUNC support
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | NEWS | 2 |
2 files changed, 6 insertions, 0 deletions
@@ -1,5 +1,9 @@ 2013-12-06 Adhemerval Zanella <azanella@linux.vnet.ibm.com> + * NEWS: Mention ppc32/power4+ STT_GNU_IFUNC support. + +2013-12-06 Adhemerval Zanella <azanella@linux.vnet.ibm.com> + * sysdeps/powerpc/powerpc32/power5+/fpu/multiarch/Implies: New file: add multiarch folders. * sysdeps/powerpc/powerpc32/power5+/multiarch/Implies: Likewise. @@ -97,6 +97,8 @@ Version 2.19 * Support for powerpc64le has been added. * The soft-float powerpc port now supports e500 processors. + +* Support for STT_GNU_IFUNC symbols added for ppc32/power4+. Version 2.18 |