about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2004-07-06 06:49:44 +0000
committerUlrich Drepper <drepper@redhat.com>2004-07-06 06:49:44 +0000
commit321e8782bd2b465d015884662ca87522edd75ae5 (patch)
tree8b8046a56ba1d915ed85a73999719f81e956aa8e /ChangeLog
parentce6e047fbb353e1d2faf15ab104a19db609b622b (diff)
downloadglibc-321e8782bd2b465d015884662ca87522edd75ae5.tar.gz
glibc-321e8782bd2b465d015884662ca87522edd75ae5.tar.xz
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--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 95218d9252..725f7c06cc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.