summaryrefslogtreecommitdiff
path: root/exec
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1999-07-11 01:52:42 +0000
committerRoland McGrath <roland@gnu.org>1999-07-11 01:52:42 +0000
commitab1140746d1b9c5959def3b79ba6af548229007f (patch)
tree02c7dfdda5bbc9dfc034385a8514604f1294afd9 /exec
parentee2b10d0dae4dd3a1c62e3d31407bcab0e40940b (diff)
.
Diffstat (limited to 'exec')
-rw-r--r--exec/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/exec/ChangeLog b/exec/ChangeLog
index a2be33d3..9bfbb274 100644
--- a/exec/ChangeLog
+++ b/exec/ChangeLog
@@ -1,5 +1,11 @@
1999-07-10 Roland McGrath <roland@baalperazim.frob.com>
+ * hostarch.c (mach_host_elf_machine): Replaced with ...
+ (elf_machine_matches_host): New function. Instead of returning
+ an ELF EM_* code, take one and check if it matches the host;
+ operate only on mach_host_self(), cache results,
+ Grok CPU_TYPE_{I486,PENTIUM,PENTIUMPRO} to accept EM_386 or EM_486.
+ Grok POWERPC, ALPHA, HPPA types.
* 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.