aboutsummaryrefslogtreecommitdiff
path: root/serverboot/elf-load.c
Commit message (Collapse)AuthorAgeFilesLines
* 2002-07-03 Roland McGrath <roland@frob.com>Roland McGrath2002-07-031-2/+7
| | | | * elf-load.c (exec_load): Fix e_machine checking.
* 2002-07-03 Roland McGrath <roland@frob.com>Roland McGrath2002-07-031-3/+3
| | | | * elf-load.c (exec_load): Fix typos in last change.
* 2002-06-22 Roland McGrath <roland@frob.com>Roland McGrath2002-06-231-53/+99
| | | | | | | * elf-load.c (exec_load) [__alpha__]: Grok Elf64_* headers and check for EM_ALPHA. * exec.c (set_regs) [__alpha__]: Alpha implementation snarfed from CMU file bootstrap/alpha/exec.c in MK83a.
* Thu Apr 3 20:00:58 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>Thomas Bushnell1997-04-041-4/+8
| | | | | | | | | | | * elf-load.c (exec_load): Include <elf.h> instead of <mach/exec/elf.h>. Include "mach-exec.h" instead of <mach/exec/elf.h>. (exec_load) [i386]: Check for i386 types directly; abandon old MY_EI_DATA and MY_E_MACHINE. * load.c: Include "mach-exec.h" instead of <mach/exec/elf.h>. * exec.c: Likewise. * mach-exec.h: New file.
* Initial RevisionThomas Bushnell1997-04-031-0/+88