diff options
author | Roland McGrath <roland@gnu.org> | 2002-09-17 05:42:29 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2002-09-17 05:42:29 +0000 |
commit | 4874b009bd4c92e46bd9bd2be1d4c4e0a7c4516e (patch) | |
tree | c41c18ba90c295e0a7e6b5039744345a4db04bda /ChangeLog | |
parent | 54c1e6ca5bf44fc2d7cfaa860708ca86706c3327 (diff) | |
download | glibc-4874b009bd4c92e46bd9bd2be1d4c4e0a7c4516e.tar.gz glibc-4874b009bd4c92e46bd9bd2be1d4c4e0a7c4516e.tar.xz glibc-4874b009bd4c92e46bd9bd2be1d4c4e0a7c4516e.zip |
* include/unistd.h: Uncomment libc_hidden_proto for _exit.
* sysdeps/mach/hurd/_exit.c: Add libc_hidden_def. * sysdeps/generic/_exit.c: Likewise. 2002-09-12 Jakub Jelinek <jakub@redhat.com> * elf/rtld.c (struct dl_start_final_info): New. (_dl_start_final): Change second argument to struct dl_start_final_info *. Set start_time from info. (_dl_start): Remove bootstrap_map variable, add info. Define bootstrap_map as macro. If not DONT_USE_BOOTSTRAP_MAP, store HP_TIMING_NOW result into info.start_time.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 4dc845d841..26c69f6819 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,18 @@ +2002-09-16 Roland McGrath <roland@redhat.com> + + * include/unistd.h: Uncomment libc_hidden_proto for _exit. + * sysdeps/mach/hurd/_exit.c: Add libc_hidden_def. + * sysdeps/generic/_exit.c: Likewise. + +2002-09-12 Jakub Jelinek <jakub@redhat.com> + + * elf/rtld.c (struct dl_start_final_info): New. + (_dl_start_final): Change second argument to struct + dl_start_final_info *. Set start_time from info. + (_dl_start): Remove bootstrap_map variable, add info. + Define bootstrap_map as macro. If not DONT_USE_BOOTSTRAP_MAP, + store HP_TIMING_NOW result into info.start_time. + 2002-09-16 Andreas Jaeger <aj@suse.de> * sysdeps/unix/sysv/linux/_exit.c: Add libc_hidden_def and weak_alias |