about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2016-08-03 22:56:54 +0000
committerJoseph Myers <joseph@codesourcery.com>2016-08-03 22:56:54 +0000
commit146f208da68a3ff27a52f05536c61e6db69cd87f (patch)
tree8111b41ba64d511dc955354fc70c9625d7f31edb /ChangeLog
parent412cb261b0d66ef5251d7d1c8276b5c522d943b7 (diff)
downloadglibc-146f208da68a3ff27a52f05536c61e6db69cd87f.tar.gz
glibc-146f208da68a3ff27a52f05536c61e6db69cd87f.tar.xz
glibc-146f208da68a3ff27a52f05536c61e6db69cd87f.zip
Also handle __STDC_WANT_IEC_60559_BFP_EXT__ in <tgmath.h>.
My __STDC_WANT_IEC_60559_BFP_EXT__ patch omitted to update the
conditions on the nextup and nextdown type-generic macros in
<tgmath.h>.  This patch updates those conditions accordingly.  (As
glibc doesn't currently have an exp10 type-generic macro, no such
changes are needed relating to __STDC_WANT_IEC_60559_FUNCS_EXT__;
adding such a type-generic macro would be a new feature.)

Tested for x86_64 and x86 (testsuite, and that installed stripped
shared libraries are unchanged by the patch).  Committed.

	* math/tgmath.h (nextdown): Define if
	[__GLIBC_USE (IEC_60559_BFP_EXT)], not if [__USE_GNU].
	(nextup): Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ac692dc9e7..0fe7eafe99 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2016-08-03  Joseph Myers  <joseph@codesourcery.com>
 
+	* math/tgmath.h (nextdown): Define if
+	[__GLIBC_USE (IEC_60559_BFP_EXT)], not if [__USE_GNU].
+	(nextup): Likewise.
+
 	* bits/libc-header-start.h (__GLIBC_USE_IEC_60559_FUNCS_EXT): New
 	macro.
 	* include/features.h (__STDC_WANT_IEC_60559_FUNCS_EXT__):