mirror of
https://sourceware.org/git/glibc.git
synced 2025-01-26 09:43:50 +08:00
* sysdeps/mips/bits/mathdef.h (float_t): Change to float.
This commit is contained in:
parent
eb96755bb8
commit
f50c692c20
@ -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>
|
2007-01-25 Atsushi Nemoto <anemo@mba.ocn.ne.jp>
|
||||||
Daniel Jacobowitz <dan@codesourcery.com>
|
Daniel Jacobowitz <dan@codesourcery.com>
|
||||||
|
|
||||||
|
@ -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.
|
Free Software Foundation, Inc.
|
||||||
This file is part of the GNU C Library.
|
This file is part of the GNU C Library.
|
||||||
|
|
||||||
@ -26,10 +26,9 @@
|
|||||||
#if defined __USE_ISOC99 && defined _MATH_H && !defined _MATH_H_MATHDEF
|
#if defined __USE_ISOC99 && defined _MATH_H && !defined _MATH_H_MATHDEF
|
||||||
# define _MATH_H_MATHDEF 1
|
# define _MATH_H_MATHDEF 1
|
||||||
|
|
||||||
/* Normally, there is no long double type and the `float' and `double'
|
/* MIPS has `float' and `double' operations. */
|
||||||
expressions are evaluated as `double'. */
|
typedef float float_t; /* `float' expressions are evaluated as
|
||||||
typedef double float_t; /* `float' expressions are evaluated as
|
`float'. */
|
||||||
`double'. */
|
|
||||||
typedef double double_t; /* `double' expressions are evaluated as
|
typedef double double_t; /* `double' expressions are evaluated as
|
||||||
`double'. */
|
`double'. */
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user