diff options
author | Ulrich Drepper <drepper@redhat.com> | 2002-02-23 19:05:32 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2002-02-23 19:05:32 +0000 |
commit | 9836cfe7dbf10e2a1705d1cd49b89ad81c7ff638 (patch) | |
tree | bec4f44d38b6dd45e76bd956beb363dd5760ed28 /ChangeLog | |
parent | 7fec4f2f70d417b858127d340f7e8f66d8053572 (diff) | |
download | glibc-9836cfe7dbf10e2a1705d1cd49b89ad81c7ff638.tar.gz glibc-9836cfe7dbf10e2a1705d1cd49b89ad81c7ff638.tar.xz glibc-9836cfe7dbf10e2a1705d1cd49b89ad81c7ff638.zip |
Update.
* elf/dl-fini.c (_dl_fini): Print some final statistics on the total number of relocations performed.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 822a50cc96..9d862d39cd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2002-02-23 Ulrich Drepper <drepper@redhat.com> + * elf/dl-fini.c (_dl_fini): Print some final statistics on the + total number of relocations performed. + * elf/sprof.c (load_profdata): If do_test provide information as to why loading failed. * elf/dl-profile.c (_dl_start_profile): Initialize all of |