aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2009-02-07 19:05:28 +0000
committerUlrich Drepper <drepper@redhat.com>2009-02-07 19:05:28 +0000
commitbfacf1af1a534e56acfedc43ee8317061c7992be (patch)
treedbbf2f297d8fed8726f525c0e3736c731e88f14d /ChangeLog
parentbc16e0c4670f13510d0abb6d868d6b243b0e1b4b (diff)
downloadglibc-bfacf1af1a534e56acfedc43ee8317061c7992be.zip
glibc-bfacf1af1a534e56acfedc43ee8317061c7992be.tar.gz
glibc-bfacf1af1a534e56acfedc43ee8317061c7992be.tar.bz2
* malloc/malloc.c: Add branch prediction for use of the hooks.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e065df1..a56b396 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
2009-02-07 Ulrich Drepper <drepper@redhat.com>
+ * malloc/malloc.c: Add branch prediction for use of the hooks.
+
* grp/compat-initgroups.c [NOT_IN_libc] (__libc_use_alloca): Define.
2009-02-06 Ulrich Drepper <drepper@redhat.com>