summaryrefslogtreecommitdiff
path: root/exec/priv.h
AgeCommit message (Collapse)Author
1999-07-101999-07-10 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath
* 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. * priv.h: Add #include <sys/mman.h> for munmap decl.
1996-12-05Sat Nov 23 16:26:55 1996 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>Thomas Bushnell
* priv.h (mach_host_elf_machine): New prototype. * hostarch.c: Include "priv.h".
1996-08-29*** empty log message ***Thomas Bushnell
1995-10-24(struct bootinfo): Use vm_size_t for phdr_size.Roland McGrath
1995-10-18Added some #includes.Roland McGrath
(struct execdata): Moved here from exec.c. (std_*): Declare these. (finish, check_hashbang): Declare them.
1995-10-11Initial revisionRoland McGrath