diff options
author | Ulrich Drepper <drepper@redhat.com> | 2004-07-06 06:49:44 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2004-07-06 06:49:44 +0000 |
commit | 321e8782bd2b465d015884662ca87522edd75ae5 (patch) | |
tree | 8b8046a56ba1d915ed85a73999719f81e956aa8e /ChangeLog | |
parent | ce6e047fbb353e1d2faf15ab104a19db609b622b (diff) | |
download | glibc-321e8782bd2b465d015884662ca87522edd75ae5.tar glibc-321e8782bd2b465d015884662ca87522edd75ae5.tar.gz glibc-321e8782bd2b465d015884662ca87522edd75ae5.tar.bz2 glibc-321e8782bd2b465d015884662ca87522edd75ae5.zip |
Update.
* elf/dl-profile.c (_dl_start_profile): Compact error handling.
Remove hashfraction variable. Make kcount and kcountsize local
variables.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,5 +1,9 @@ 2004-07-05 Ulrich Drepper <drepper@redhat.com> + * elf/dl-profile.c (_dl_start_profile): Compact error handling. + Remove hashfraction variable. Make kcount and kcountsize local + variables. + * elf/dl-init.c: Don't define and use _dl_starting_up if HAVE_INLINED_SYSCALLS is defined and the variable is not used. * elf/dl-support.c: Likewise. |