about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@gmail.com>2011-09-11 11:25:51 -0400
committerUlrich Drepper <drepper@gmail.com>2011-09-11 11:25:51 -0400
commit32b4c8393f6db8b0bbf9c87a09461111a423a433 (patch)
treec28c4580ea67c15705d0b9a1b0446ee68c674297 /ChangeLog
parent8e58439c92250cde8aae7c2313d08578070b95bb (diff)
downloadglibc-32b4c8393f6db8b0bbf9c87a09461111a423a433.tar.gz
glibc-32b4c8393f6db8b0bbf9c87a09461111a423a433.tar.xz
glibc-32b4c8393f6db8b0bbf9c87a09461111a423a433.zip
Provide static initializer for _dl_pagesize in statically linked code
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 03b02d3319..2736b979cb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2011-09-11  Ulrich Drepper  <drepper@gmail.com>
+
+	* elf/dl-support.c (_dl_pagesize): Initialize to EXEC_PAGESIZE.
+
 2011-09-10  Ulrich Drepper  <drepper@gmail.com>
 
 	* malloc/malloc.c: Replace MALLOC_FAILURE_ACTION with use of __set_errno.