diff options
author | Roland McGrath <roland@gnu.org> | 1999-07-10 23:02:24 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1999-07-10 23:02:24 +0000 |
commit | 7bb59f74a2ffedd6bf2037ffe83070841055fc21 (patch) | |
tree | 27573e2ec8bb617bede72298554a9e1d2ca06ee9 /exec/ChangeLog | |
parent | 95b6c41fba934f64b399ec2f7e583c9dddcf7237 (diff) |
.
Diffstat (limited to 'exec/ChangeLog')
-rw-r--r-- | exec/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/exec/ChangeLog b/exec/ChangeLog index a0cd4d43..a2be33d3 100644 --- a/exec/ChangeLog +++ b/exec/ChangeLog @@ -1,3 +1,17 @@ +1999-07-10 Roland McGrath <roland@baalperazim.frob.com> + + * exec.c (check_elf): Call elf_machine_matches_host instead of + comparing against elf_machine. + (load_section): #if 0 out no-op code that uses elf_machine. + * priv.h (elf_machine_matches_host): Declare it. + (elf_machine, mach_host_elf_machine): Remove decls. + * main.c (main) [!BFD]: Don't call mach_host_elf_machine. + (elf_machine): Variable removed. + + * exec.c (map): Don't cast arg to munmap to vm_address_t. + + * priv.h: Add #include <sys/mman.h> for munmap decl. + 1999-07-03 Thomas Bushnell, BSG <tb@mit.edu> * core.c (core_dump_task): Use munmap instead of vm_deallocate, |