summaryrefslogtreecommitdiff
path: root/exec
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2004-09-26 20:20:03 +0000
committerRoland McGrath <roland@gnu.org>2004-09-26 20:20:03 +0000
commit29626620f7aa9e631a4173bb38069d77088b0bb2 (patch)
treef0823387048c1f1a6798804d75eec99709c51510 /exec
parentf8999910e69fb89928fc7f39a562d588dc3a44c8 (diff)
.
Diffstat (limited to 'exec')
-rw-r--r--exec/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/exec/ChangeLog b/exec/ChangeLog
index 5db6eff6..6f01d7b0 100644
--- a/exec/ChangeLog
+++ b/exec/ChangeLog
@@ -1,3 +1,11 @@
+2004-09-26 Roland McGrath <roland@frob.com>
+
+ * priv.h (struct execdata.info.elf): New field `phdr_addr'.
+ * exec.c (check_elf): Set E->info.elf.phdr_addr here from e_phoff.
+ (check_elf_phdr): Don't check for PT_PHDR, remove last two args.
+ (do_exec): Update callers. Set BOOT->phdr_addr and BOOT->phdr_size
+ using info saved by check_elf.
+
2004-02-11 Roland McGrath <roland@frob.com>
* exec.c (servercopy): Change signature to avoid casted arguments.