diff options
author | Joseph Myers <joseph@codesourcery.com> | 2017-12-06 22:44:56 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2017-12-06 22:44:56 +0000 |
commit | fc10cc3f3223f1fa8c8dcc6743d18d1392808d71 (patch) | |
tree | b453a9fca332a6aa571af60fc171a4d36e94d1f6 /ChangeLog | |
parent | e420d22826e081372d96af39f1f5a1fd4bb913a3 (diff) | |
download | glibc-fc10cc3f3223f1fa8c8dcc6743d18d1392808d71.zip glibc-fc10cc3f3223f1fa8c8dcc6743d18d1392808d71.tar.gz glibc-fc10cc3f3223f1fa8c8dcc6743d18d1392808d71.tar.bz2 |
Support defining strfromf32 alias.
This patch adds support for defining strfromf32 as an alias of
strfromf when _Float32 support is enabled.
Tested for x86_64; also tested with build-many-glibcs.py in
conjunction with other _Float32 changes.
* stdlib/strfromf.c: Include <bits/floatn.h>.
[__HAVE_FLOAT32 && !__HAVE_DISTINCT_FLOAT32] (strfromf32): Define
and later undefine as macro and define as weak alias.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,5 +1,9 @@ 2017-12-06 Joseph Myers <joseph@codesourcery.com> + * stdlib/strfromf.c: Include <bits/floatn.h>. + [__HAVE_FLOAT32 && !__HAVE_DISTINCT_FLOAT32] (strfromf32): Define + and later undefine as macro and define as weak alias. + * math/test-float32.h: New file. * sysdeps/generic/libm-alias-float.h: Include <bits/floatn.h>. |