summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2006-01-06 10:37:39 +0000
committerRoland McGrath <roland@gnu.org>2006-01-06 10:37:39 +0000
commit0d86378f95994072ccc5db9e993b759208beacfa (patch)
tree50b4b6a68958d653c0022267a95fbd0bae17a028 /ChangeLog
parentd719443fee5fc0a7547e67d51ade13e222f235be (diff)
* soft-fp/op-common.h (__FP_CLZ): Define using __builtin_clz,
__builtin_clzl and __builtin_clzll.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1b2d996358..c0607e4905 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-12-04 Joseph S. Myers <joseph@codesourcery.com>
+
+ * soft-fp/op-common.h (__FP_CLZ): Define using __builtin_clz,
+ __builtin_clzl and __builtin_clzll.
+
2005-01-05 Mike Frysinger <vapier@gentoo.org>
* include/alloca.h (extend_alloca): Fix typoed name 'extern_alloca'.