aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPeter Collingbourne <pcc@google.com>2013-05-13 08:36:12 -0700
committerRichard Henderson <rth@twiddle.net>2013-05-15 14:27:53 -0700
commitf137ff13835e2ac6f0d85f37b7ff32d134c9de18 (patch)
tree5de1fc99bc7e9100863e0be2b5cde901166faa12 /ChangeLog
parentc5d9b39ce6ea44f97ea47ee7c0494a7bb01f4330 (diff)
downloadglibc-f137ff13835e2ac6f0d85f37b7ff32d134c9de18.tar
glibc-f137ff13835e2ac6f0d85f37b7ff32d134c9de18.tar.gz
glibc-f137ff13835e2ac6f0d85f37b7ff32d134c9de18.tar.bz2
glibc-f137ff13835e2ac6f0d85f37b7ff32d134c9de18.zip
Remove const attribute on get_log2
This function is not const, as it can modify log2_m and log2_m_inited.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a22b803bf1..8a846bc78e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2013-05-13 Peter Collingbourne <pcc@google.com>
+
+ * math/atest-exp2.c (get_log2): Remove const attribute.
+
2013-05-15 Joseph Myers <joseph@codesourcery.com>
* math/libm-test.inc (struct test_f_l_data): New type.