diff options
author | Roland McGrath <roland@gnu.org> | 2002-09-12 05:16:00 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2002-09-12 05:16:00 +0000 |
commit | fb848e15854db60732536c0767ad529b6206311c (patch) | |
tree | b67647e047a4d8a70103ebb5513eae8a7fc9a53e /ChangeLog | |
parent | 9bfce4bf2865c2981a8d790ae7f6c50c4e87dd97 (diff) | |
download | glibc-fb848e15854db60732536c0767ad529b6206311c.tar.gz glibc-fb848e15854db60732536c0767ad529b6206311c.tar.xz glibc-fb848e15854db60732536c0767ad529b6206311c.zip |
* elf/dl-load.c (_dl_map_object_from_fd): Use l_addr instead of
l_map_start to adjust l_tls_initimage.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 87c225bdb3..687291b639 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2002-09-11 Roland McGrath <roland@redhat.com> + * elf/dl-load.c (_dl_map_object_from_fd): Use l_addr instead of + l_map_start to adjust l_tls_initimage. + * nss/getnssent_r.c (__nss_getent_r): Use EAGAIN instead of errno when using h_errno and it's not set to NETDB_INTERNAL. * nss/getXXbyYY_r.c [NEED_H_ERRNO]: Likewise. |