diff options
author | Roland McGrath <roland@gnu.org> | 2002-06-23 04:29:22 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2002-06-23 04:29:22 +0000 |
commit | 98f81ca345424f0e3af7bd4c4eb492481b7f3573 (patch) | |
tree | dabd0b6ed05a9be999b89b5d9ccc1e0627c3ea17 | |
parent | 5702ea8a285c7ef66d7b4519de831329a4ca0ccd (diff) |
.
-rw-r--r-- | serverboot/ChangeLog | 12 |
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" |