about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorAdhemerval Zanella <azanella@linux.vnet.ibm.com>2013-07-23 07:39:57 -0500
committerRyan S. Arnold <rsa@linux.vnet.ibm.com>2013-07-26 15:24:51 -0500
commita06663ebed17775761f501e5f0cdddff159959ac (patch)
treebd55dd888cf2f854eaf22797fe780d1158614838 /ChangeLog
parent5c616c0a75792d2836412d6c4ed5c71e8e754992 (diff)
downloadglibc-rsa/2.17_backports_v3.tar.gz
glibc-rsa/2.17_backports_v3.tar.xz
glibc-rsa/2.17_backports_v3.zip
PowerPC: use _dl_static_init to set GLRO(gl_pagesize) rsa/2.17_backports_v3
This patch fixes dlfcn/tststatic5 for PowerPC where pagesize
variable was not properly initialized in certain cases. This patch
is based on other architecture code.
(cherry picked from commit 7b1f8b581f9387230788e4d8a67cdbcf464dac85)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index bf91984fd3..bfefdcac4e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2013-07-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
+
+	* sysdeps/unix/sysv/linux/powerpc/dl-static.c: New file to support
+	variable page size.
+	* sysdeps/unix/sysv/linux/powerpc/ldsodefs.h: Likewise.
+	* sysdeps/unix/sysv/linux/powerpc/Makefile: Build dl-static in elf.
+	* sysdeps/unix/sysv/linux/powerpc/Versions: Add _dl_var_init.
+
 2013-06-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
 
 	* config.h.in (HAVE_CC_INHIBIT_LOOP_TO_LIBCALL): New define.