diff options
author | Roland McGrath <roland@gnu.org> | 1996-01-10 10:00:22 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1996-01-10 10:00:22 +0000 |
commit | 22930c9bf21ea15d0da1477a379029e2de259b69 (patch) | |
tree | 4965b8c88d7fa7c00db1b58de2029b26d3310d95 /ChangeLog | |
parent | 7410183b8b5e048a99b715c18b7259160077c4e0 (diff) | |
download | glibc-22930c9bf21ea15d0da1477a379029e2de259b69.zip glibc-22930c9bf21ea15d0da1477a379029e2de259b69.tar.gz glibc-22930c9bf21ea15d0da1477a379029e2de259b69.tar.bz2 |
Tue Jan 9 16:10:26 1996 Roland McGrath <roland@churchy.gnu.ai.mit.edu>cvs/libc-960110
* elf/dl-load.c (_dl_map_object_from_fd): After mapping first
segment to find location, mprotect excess region to no access,
don't munmap it.
* sysdeps/mach/hurd/dl-sysdep.c (mmap): If vm_map returns
KERN_NO_SPACE for fixed location, deallocate it and try again.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +Tue Jan 9 16:10:26 1996 Roland McGrath <roland@churchy.gnu.ai.mit.edu> + + * elf/dl-load.c (_dl_map_object_from_fd): After mapping first + segment to find location, mprotect excess region to no access, + don't munmap it. + + * sysdeps/mach/hurd/dl-sysdep.c (mmap): If vm_map returns + KERN_NO_SPACE for fixed location, deallocate it and try again. + Mon Jan 8 17:43:23 1996 Roland McGrath <roland@churchy.gnu.ai.mit.edu> * locale/Makefile (lib-modules): Renamed hash to locfile-hash. |