diff options
-rw-r--r-- | exec/ChangeLog | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/exec/ChangeLog b/exec/ChangeLog index bca11591..e670493e 100644 --- a/exec/ChangeLog +++ b/exec/ChangeLog @@ -1,7 +1,12 @@ +1998-07-15 Roland McGrath <roland@baalperazim.frob.com> + + * exec.c (do_exec): Set boot->phdr_addr and boot->user_entry after + loading, to addresses adjusted for actual run-time load address. + Wed Aug 20 14:02:11 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu> * main.c (main): New args for - ports_manage_port_operations_multithread. + ports_manage_port_operations_multithread. 1997-06-30 Miles Bader <miles@gnu.ai.mit.edu> @@ -35,7 +40,7 @@ Mon Oct 7 21:31:25 1996 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu> * exec.c (fake_seek): New function. (prepare): Initialize E->stream.__io_funcs.seek to fake_seek; this is called now that stdio doesn't assume it always knows the file - position. + position. Thu Sep 12 16:30:12 1996 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu> @@ -53,9 +58,9 @@ Thu Aug 29 13:00:38 1996 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu> * priv.h: Only include <bfd.h> if BFD. Only declare host_bfd_arc_info, and bfd_host_bfd if BFD. If not BFD, give - typedef for asection. + typedef for asection. * main.c: Only define host_bfd_arch_info, host_bfd, and - bfd_mach_host_arch_mach if BFD. + bfd_mach_host_arch_mach if BFD. (main): Only call bfd_mach_most_arch_mach if BFD. Call mach_host_elf_machine. * hostarch.c (bfd_mach_host_arch_mach): Only define if BFD. @@ -102,7 +107,7 @@ Fri May 10 09:20:26 1996 Michael I. Bushnell, p/BSG <mib@gnu.ai.mit.edu> * exec.c (do_exec) [use1]: Use new auth_user_authenticate interface. * hashexec.c (check_hashbang) [userport/reauthenticate]: Likewise. - + * hashexec.c (check_hashbang) [setup_args/search_path]: Declare PATH to be `char const *'. |