about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Pluzhnikov <ppluzhnikov@google.com>2013-03-05 21:38:19 -0800
committerPaul Pluzhnikov <ppluzhnikov@google.com>2013-03-05 21:38:19 -0800
commite1b42695eaea6518a632ab02b83f1e4c502a0d13 (patch)
tree39dba21dbd74aeef4487b6d91fd3d6fc7b19d057 /ChangeLog
parent2d67d91ac08aa2f793d220ad8712541fefa0ba79 (diff)
downloadglibc-e1b42695eaea6518a632ab02b83f1e4c502a0d13.tar.gz
glibc-e1b42695eaea6518a632ab02b83f1e4c502a0d13.tar.xz
glibc-e1b42695eaea6518a632ab02b83f1e4c502a0d13.zip
Replace __builtin_expect(..., 0) with __glibc_unlikely().
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e7fa53a238..f1e8b4fe36 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2013-03-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
+
+	* stdio-common/vfprintf.c: Replace __builtin_expect with
+	__glibc_unlikely.
+
 2013-03-06  Joseph Myers  <joseph@codesourcery.com>
 
 	[BZ #13550]