]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
* sysdeps/mips/bits/mathdef.h (float_t): Change to float.
authorDaniel Jacobowitz <dan@codesourcery.com>
Thu, 1 Feb 2007 15:43:00 +0000 (15:43 +0000)
committerDaniel Jacobowitz <dan@codesourcery.com>
Thu, 1 Feb 2007 15:43:00 +0000 (15:43 +0000)
ChangeLog.mips
sysdeps/mips/bits/mathdef.h

index 6bf3313f92c244d980bade445fda799487da7598..159a4c24752d9f2e747d75445865566d68d1bbf9 100644 (file)
@@ -1,3 +1,7 @@
+2007-02-01  Joseph Myers  <joseph@codesourcery.com>
+
+       * sysdeps/mips/bits/mathdef.h (float_t): Change to float.
+
 2007-01-25  Atsushi Nemoto <anemo@mba.ocn.ne.jp>
            Daniel Jacobowitz  <dan@codesourcery.com>
 
index 99be0db2b5b938835fbc6033e69d153ac682a8d3..8ecce797d6005a07cb9d928ed6d9066e999bd98a 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1997, 1998, 1999, 2000, 2002, 2003, 2004
+/* Copyright (C) 1997, 1998, 1999, 2000, 2002, 2003, 2004, 2007
        Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
 #if defined  __USE_ISOC99 && defined _MATH_H && !defined _MATH_H_MATHDEF
 # define _MATH_H_MATHDEF       1
 
-/* Normally, there is no long double type and the `float' and `double'
-   expressions are evaluated as `double'.  */
-typedef double float_t;                /* `float' expressions are evaluated as
-                                  `double'.  */
+/* MIPS has `float' and `double' operations.  */
+typedef float float_t;         /* `float' expressions are evaluated as
+                                  `float'.  */
 typedef double double_t;       /* `double' expressions are evaluated as
                                   `double'.  */