summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2002-06-23 04:29:22 +0000
committerRoland McGrath <roland@gnu.org>2002-06-23 04:29:22 +0000
commit326befddc3284037f66026acfb02fa2669ad330b (patch)
tree92c441b29645987172e0695806739341e3f73440
parente2695d0b76a150ae2a46b205fa2cb4c7f7efc8a5 (diff)
.
-rw-r--r--serverboot/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/serverboot/ChangeLog b/serverboot/ChangeLog
index 5eb5fd59..c0879be3 100644
--- a/serverboot/ChangeLog
+++ b/serverboot/ChangeLog
@@ -1,3 +1,15 @@
+2002-06-22 Roland McGrath <roland@frob.com>
+
+ * load.c (boot_script_exec_cmd): Twiddle decls of serverboot_bunzip2
+ and serverboot_gunzip.
+
+ * 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.
+
+ * load.c (boot_script_exec_cmd): Cast int to intptr_t before char *.
+
2002-06-14 Roland McGrath <roland@frob.com>
* default_pager.c: #include "default_pager_S.h"