diff options
author | Ulrich Drepper <drepper@redhat.com> | 2005-01-06 11:14:03 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2005-01-06 11:14:03 +0000 |
commit | ef07fd10d992d6af9657dbbd58b2465828bec516 (patch) | |
tree | f3254e11c98a3d12307d86e17506281a3e1ce00c /ChangeLog | |
parent | 1b99d99f0e7e7bfc690f260d16193f162dfda8cf (diff) | |
download | glibc-ef07fd10d992d6af9657dbbd58b2465828bec516.tar.gz glibc-ef07fd10d992d6af9657dbbd58b2465828bec516.tar.xz glibc-ef07fd10d992d6af9657dbbd58b2465828bec516.zip |
Update.
2005-01-05 Steven Munroe <sjmunroe@us.ibm.com> * elf/rtld.c (dl_main) [NEED_DL_SYSINFO_DSO]: Insure l_map_end and l_text_end are set for a VDSO with a single PT_LOAD entry.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 66a6f02297..58c6bbb510 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-01-05 Steven Munroe <sjmunroe@us.ibm.com> + + * elf/rtld.c (dl_main) [NEED_DL_SYSINFO_DSO]: Insure l_map_end and + l_text_end are set for a VDSO with a single PT_LOAD entry. + 2005-01-05 Ulrich Drepper <drepper@redhat.com> * libio/fmemopen.c (fmemopen_seek): SEEK_END should count from |