diff options
author | Gabriel F. T. Gomes <gftg@linux.vnet.ibm.com> | 2016-10-11 13:50:19 -0300 |
---|---|---|
committer | Gabriel F. T. Gomes <gftg@linux.vnet.ibm.com> | 2017-06-26 14:58:47 -0300 |
commit | 4efe3ce400d763b6c8186dd389371f6359b05c54 (patch) | |
tree | df3a5d8b3f6fe68bcee0181b50282a8e3250ccc0 /ChangeLog | |
parent | d54bb9b1d3fd25779fba2c403003c5097ba9af73 (diff) | |
download | glibc-4efe3ce400d763b6c8186dd389371f6359b05c54.tar.gz glibc-4efe3ce400d763b6c8186dd389371f6359b05c54.tar.xz glibc-4efe3ce400d763b6c8186dd389371f6359b05c54.zip |
powerpc64le: Check for compiler features for float128
On powerpc64le, support for float128 will be enabled, which requires some compiler features to be present. This patch adds a configure test to check for such features, which are provided for powerpc64le since GCC 6.2. Tested for powerpc64 and powerpc64le. * INSTALL: Regenerate. * manual/install.texi (Recommended Tools for Compilation): Mention the powerpc64le-specific requirement in the manual. * sysdeps/powerpc/powerpc64le/configure.ac: New file with checks for the compiler features required for building float128. * sysdeps/powerpc/powerpc64le/configure: New, auto-generated file.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 9e19f62d9d..e0968afc8b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2017-06-26 Gabriel F. T. Gomes <gftg@linux.vnet.ibm.com> + Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com> + + * INSTALL: Regenerate. + * manual/install.texi (Recommended Tools for Compilation): Mention + the powerpc64le-specific requirement in the manual. + * sysdeps/powerpc/powerpc64le/configure.ac: New file with checks + for the compiler features required for building float128. + * sysdeps/powerpc/powerpc64le/configure: New, auto-generated file. + 2017-06-26 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com> * malloc/tst-alloc_buffer.c (test_misaligned): Cast to char |