about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2000-04-24 16:28:14 +0000
committerUlrich Drepper <drepper@redhat.com>2000-04-24 16:28:14 +0000
commit655ab929ed2577ae34088fea77f812e8d067b8bf (patch)
treef8aaa6142629a0cc0d85462a77464c167bfb29be /ChangeLog
parent20b02a2e39dc50f5ef9c0ea3ed75f9bc6c8c4762 (diff)
downloadglibc-655ab929ed2577ae34088fea77f812e8d067b8bf.tar.gz
glibc-655ab929ed2577ae34088fea77f812e8d067b8bf.tar.xz
glibc-655ab929ed2577ae34088fea77f812e8d067b8bf.zip
Update.
	* elf/dl-reloc.c (_dl_relocate_object): Add one more
	__builtin_expect saying that we don't normally expect to profile.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a4092084f9..34d2e9f14f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2000-04-24  Ulrich Drepper  <drepper@redhat.com>
 
+	* elf/dl-reloc.c (_dl_relocate_object): Add one more
+	__builtin_expect saying that we don't normally expect to profile.
+
 	* sysdeps/i386/dl-machine.h (elf_machine_rel): Add
 	__builtin_expect where desirable.