summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2006-07-31 23:54:19 +0000
committerUlrich Drepper <drepper@redhat.com>2006-07-31 23:54:19 +0000
commit13669f2c304545de194ec014255b5e3141615ac1 (patch)
treeeb30ef2cd01eaf5ea67c2c69168af61d54bea01a /ChangeLog
parentd2de41fe4ca8d0654e75d53139eb869d6c124803 (diff)
downloadglibc-13669f2c304545de194ec014255b5e3141615ac1.tar.gz
glibc-13669f2c304545de194ec014255b5e3141615ac1.tar.xz
glibc-13669f2c304545de194ec014255b5e3141615ac1.zip
* elf/dl-open.c (dl_open_worker): Add branch prediction.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 52f75bf0a3..6c2107cb68 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2006-07-31  Ulrich Drepper  <drepper@redhat.com>
 
+	* elf/dl-open.c (dl_open_worker): Add branch prediction.
+
 	* nis/nss_compat/compat-grp.c: Avoid unnecessary setgrent calls into
 	the backend NSS module.  If backend setgrent call failed, don't have
 	internal_setgrent fail.  Just remember this until it is needed.