aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSiddhesh Poyarekar <siddhesh@sourceware.org>2016-08-30 13:00:29 +0530
committerSiddhesh Poyarekar <siddhesh@sourceware.org>2016-08-30 13:00:29 +0530
commit1a822c61844eb378bc8d676f26edf1a0285303b1 (patch)
tree8b964d1de55f2642565070bc35c63e68ef84bc3b /ChangeLog
parent32efd690bd9ab8cb55d185bf5b0a1a3c0e539120 (diff)
downloadglibc-1a822c61844eb378bc8d676f26edf1a0285303b1.zip
glibc-1a822c61844eb378bc8d676f26edf1a0285303b1.tar.gz
glibc-1a822c61844eb378bc8d676f26edf1a0285303b1.tar.bz2
Add fall through comments
Add fall through comments I had missed writing in previously.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index dec058d..ae56776 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2016-08-30 Siddhesh Poyarekar <siddhesh@sourceware.org>
+ * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): Add
+ fall through comment.
+ (do_sincos_1): Likewise.
+
* sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute):
Consolidate switch cases 0 and 2.