Add MIPS bits/floatn.h.
authorJoseph Myers <joseph@codesourcery.com>
Thu, 19 Oct 2017 17:59:41 +0000 (17:59 +0000)
committerJoseph Myers <joseph@codesourcery.com>
Thu, 19 Oct 2017 17:59:41 +0000 (17:59 +0000)
commit76f2ed922af33ff39617c49ee0e1b1e348bc9a1b
treeaa2e553a10277ec9eb4da270ec471a412e9f6a64
parent37bb78cb8c1fb6b5813407c8856b1557359e6343
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.
ChangeLog
sysdeps/mips/ieee754/bits/floatn.h [new file with mode: 0644]