From: Ulrich Drepper Date: Fri, 2 Sep 2005 07:34:55 +0000 (+0000) Subject: * elf/dl-load.c (_dl_map_object_from_fd): No need to change X-Git-Tag: upstream/2.30~16468 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f2cd432663701ce4d346b7b3232ad74e98c90aab;p=external%2Fglibc.git * elf/dl-load.c (_dl_map_object_from_fd): No need to change protection of memory used for the last segment. --- diff --git a/ChangeLog b/ChangeLog index 3b7f4ed..81184b1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-09-02 Ulrich Drepper + + * elf/dl-load.c (_dl_map_object_from_fd): No need to change + protection of memory used for the last segment. + 2005-08-22 Robert Millan * sysdeps/mach/hurd/nfs/nfs.h: Move to ...