[patch] fix order of ieee math dirs for mips n32 and n64.

cgd@broadcom.com cgd@broadcom.com
Tue Sep 9 01:58:00 GMT 2003


Given the current set of MIPS n32/n64 Implies files, the
'ieee754/dbl-64' dir is processed before the ieee754/ldbl-128.
(ieee754/dbl-64 comes in via mips/mips64/Implies.)

This causes various problems.  The one that caught my attention was
that some of the math tests failed to find a 'nexttoward' function.

Easy enough to fix.

(tested using glibc sources as of 2003-08-16 00:00 UTC.)


cgd
--
Chris Demetriou                                            Broadcom Corporation
                Principal Design Engineer, Broadband Processors
  Any opinions expressed in this message are mine, not necessarily Broadcom's.
--
2003-09-08  Chris Demetriou  <cgd@broadcom.com>

        * sysdeps/mips/mips64/n32/Implies: Move ieee754/ldbl-128 to
        the top of the list.
        * sysdeps/mips/mips64/n64/Implies: Likewise.

Index: sysdeps/mips/mips64/n32/Implies
--- sysdeps/mips/mips64/n32/Implies	Fri Aug 15 19:34:40 2003
+++ sysdeps/mips/mips64/n32/Implies	Sat Aug 30 20:02:18 2003
@@ -1,4 +1,4 @@
+ieee754/ldbl-128
 mips/mips64
 mips
 wordsize-32
-ieee754/ldbl-128
Index: sysdeps/mips/mips64/n64/Implies
--- sysdeps/mips/mips64/n64/Implies	Fri Aug 15 19:34:40 2003
+++ sysdeps/mips/mips64/n64/Implies	Sat Aug 30 20:02:18 2003
@@ -1,4 +1,4 @@
+ieee754/ldbl-128
 mips/mips64
 mips
 wordsize-64
-ieee754/ldbl-128



More information about the Libc-alpha mailing list