From 76f2ed922af33ff39617c49ee0e1b1e348bc9a1b Mon Sep 17 00:00:00 2001 From: Joseph Myers Date: Thu, 19 Oct 2017 17:59:41 +0000 Subject: 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 | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index eb0ba1f..dec8924 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2017-10-19 Joseph Myers + * 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. -- cgit v1.1