diff options
author | Joseph Myers <joseph@codesourcery.com> | 2017-10-19 17:59:41 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2017-10-19 17:59:41 +0000 |
commit | 76f2ed922af33ff39617c49ee0e1b1e348bc9a1b (patch) | |
tree | aa2e553a10277ec9eb4da270ec471a412e9f6a64 /ChangeLog | |
parent | 37bb78cb8c1fb6b5813407c8856b1557359e6343 (diff) | |
download | glibc-76f2ed922af33ff39617c49ee0e1b1e348bc9a1b.tar glibc-76f2ed922af33ff39617c49ee0e1b1e348bc9a1b.tar.gz glibc-76f2ed922af33ff39617c49ee0e1b1e348bc9a1b.tar.bz2 glibc-76f2ed922af33ff39617c49ee0e1b1e348bc9a1b.zip |
Add MIPS bits/floatn.h.
This patch adds a MIPS-specific bits/floatn.h header. This header is
identical to the ldbl-128 version except for the comment at the top;
the purpose is to ensure that a 32-bit MIPS build installs a header
that is the same as in a 64-bit MIPS build and so properly shows
_Float128 support to be available for 64-bit compilations, on the
general principle of an installation for one multilib providing
headers also suitable for other multilibs.
Tested with build-many-glibcs.py.
* sysdeps/mips/ieee754/bits/floatn.h: New file.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,5 +1,7 @@ 2017-10-19 Joseph Myers <joseph@codesourcery.com> + * sysdeps/mips/ieee754/bits/floatn.h: New file. + [BZ #22322] * sysdeps/mips/bits/long-double.h: Move to .... * sysdeps/mips/ieee754/bits/long-double.h: ... here. |