diff options
author | Joseph Myers <joseph@codesourcery.com> | 2015-10-28 17:12:20 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2015-10-28 17:12:20 +0000 |
commit | eae6c382bdca2e7ac582a69d56c9c228b678ee67 (patch) | |
tree | 6b02f213fef92662f3c93608e914d95c5a878eed /ChangeLog | |
parent | 352988a4a66723b9884ef92e0c2a2ae1165776d6 (diff) | |
download | glibc-eae6c382bdca2e7ac582a69d56c9c228b678ee67.zip glibc-eae6c382bdca2e7ac582a69d56c9c228b678ee67.tar.gz glibc-eae6c382bdca2e7ac582a69d56c9c228b678ee67.tar.bz2 |
Use C11 *_DECIMAL_DIG macros in libm-test.inc.
Now that we build with -std=gnu11, we can use C11 <float.h> macros
such as FLT_DECIMAL_DIG instead of the GCC predefines such as
__FLT_DECIMAL_DIG__ that are used internally in <float.h>. This patch
makes libm-test.inc do so.
Tested for x86_64 and x86.
* math/libm-test.inc (TYPE_DECIMAL_DIG): Use LDBL_DECIMAL_DIG,
DBL_DECIMAL_DIG and FLT_DECIMAL_DIG instead of __DECIMAL_DIG__,
__DBL_DECIMAL_DIG__ and __FLT_DECIMAL_DIG__.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2015-10-28 Joseph Myers <joseph@codesourcery.com> + + * math/libm-test.inc (TYPE_DECIMAL_DIG): Use LDBL_DECIMAL_DIG, + DBL_DECIMAL_DIG and FLT_DECIMAL_DIG instead of __DECIMAL_DIG__, + __DBL_DECIMAL_DIG__ and __FLT_DECIMAL_DIG__. + 2015-10-28 Carlos Eduardo Seo <cseo@linux.vnet.ibm.com> * sysdeps/powerpc/libc-tls.c: New file. Provides __tls_get_addr () in |