diff options
author | Thomas Bushnell <thomas@gnu.org> | 1997-04-04 01:13:44 +0000 |
---|---|---|
committer | Thomas Bushnell <thomas@gnu.org> | 1997-04-04 01:13:44 +0000 |
commit | 4355d388f51fdda4ff68935561cbe814b0f8d820 (patch) | |
tree | 3869739c3c61e99d45e3b5f61ce97659d9863f05 /serverboot/ChangeLog | |
parent | 3dd031e1f1571f5b60409c17efe90cc51d51a25c (diff) | |
download | hurd-4355d388f51fdda4ff68935561cbe814b0f8d820.tar.gz hurd-4355d388f51fdda4ff68935561cbe814b0f8d820.tar.bz2 hurd-4355d388f51fdda4ff68935561cbe814b0f8d820.zip |
Thu Apr 3 20:00:58 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>
* 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.
Diffstat (limited to 'serverboot/ChangeLog')
-rw-r--r-- | serverboot/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/serverboot/ChangeLog b/serverboot/ChangeLog index 52f60f35..c2caea69 100644 --- a/serverboot/ChangeLog +++ b/serverboot/ChangeLog @@ -1,3 +1,14 @@ +Thu Apr 3 20:00:58 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu> + + * 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. + Wed Mar 19 14:45:27 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu> * panic.c (panic): Clear possible errors on stdout before printing |