diff options
author | Roland McGrath <roland@hack.frob.com> | 2013-03-15 14:35:17 -0700 |
---|---|---|
committer | Roland McGrath <roland@hack.frob.com> | 2013-03-15 14:35:17 -0700 |
commit | aefc9b8c7c62ec25568ae9241db333436ae6860b (patch) | |
tree | c11e4b301a60b88059a2ed4a5a6fb9f51578e812 /ChangeLog | |
parent | bc16e260d0e74b36e48d30edc6ea4f1152700c09 (diff) | |
download | glibc-aefc9b8c7c62ec25568ae9241db333436ae6860b.tar.gz glibc-aefc9b8c7c62ec25568ae9241db333436ae6860b.tar.xz glibc-aefc9b8c7c62ec25568ae9241db333436ae6860b.zip |
Clean up _dl_pagesize initialization.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index f3eea73857..4afd5f2022 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2013-03-15 Roland McGrath <roland@hack.frob.com> + * elf/dl-support.c (_dl_aux_init): Ignore zero value for AT_PAGESZ. + (_dl_non_dynamic_init): Don't set _dl_pagesize; it will never be + zero since it's initialized to EXEC_PAGESIZE. + * sysdeps/unix/sysv/linux/ldsodefs.h (_dl_non_dynamic_init, _dl_aux_init): Move declarations to ... * sysdeps/generic/ldsodefs.h: ... here. |