aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2016-12-20 21:23:04 +0000
committerJoseph Myers <joseph@codesourcery.com>2016-12-20 21:23:04 +0000
commit60c07b058f9fe34e2ffd7e02b20657db6f5f68d4 (patch)
tree89d5e7e303b2c5525c0946684ecffc5c0d1275af /ChangeLog
parent06fea2257dd93aa813f9a8a6ef09c0dc9ee5744d (diff)
downloadglibc-60c07b058f9fe34e2ffd7e02b20657db6f5f68d4.tar
glibc-60c07b058f9fe34e2ffd7e02b20657db6f5f68d4.tar.gz
glibc-60c07b058f9fe34e2ffd7e02b20657db6f5f68d4.tar.bz2
glibc-60c07b058f9fe34e2ffd7e02b20657db6f5f68d4.zip
Add preprocessor indentation for llogb macro in tgmath.h.
* math/tgmath.h [__GLIBC_USE (IEC_60559_BFP_EXT)] (llogb): Add preprocessor indentation inside #if.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1b5cacd738..31a807c3f0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2016-12-20 Joseph Myers <joseph@codesourcery.com>
+
+ * math/tgmath.h [__GLIBC_USE (IEC_60559_BFP_EXT)] (llogb): Add
+ preprocessor indentation inside #if.
+
2016-12-20 Gabriel F. T. Gomes <gftg@linux.vnet.ibm.com>
* math/libm-test.inc (fmt_ftostr): New function.