* sysdeps/arm/fpu/bits/mathdef.h: Move to

sysdeps/arm/bits/mathdef.h.  Remove comment about FPA.
This commit is contained in:
Daniel Jacobowitz 2007-01-08 14:58:21 +00:00
parent 8545d6c0ab
commit d50fd68866
2 changed files with 7 additions and 3 deletions

View File

@ -1,3 +1,8 @@
2007-01-08 Joseph Myers <joseph@codesourcery.com>
* sysdeps/arm/fpu/bits/mathdef.h: Move to
sysdeps/arm/bits/mathdef.h. Remove comment about FPA.
2007-01-08 Joseph Myers <joseph@codesourcery.com>
* sysdeps/arm/eabi/jmpbuf-offsets.h: New.

View File

@ -1,4 +1,5 @@
/* Copyright (C) 1999, 2000, 2004 Free Software Foundation, Inc.
/* Copyright (C) 1999, 2000, 2004, 2006, 2007
Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
@ -38,7 +39,5 @@ typedef double double_t; /* `double' expressions are evaluated as
#ifndef __NO_LONG_DOUBLE_MATH
/* Signal that we do not really have a `long double'. This disables the
declaration of all the `long double' function variants. */
/* XXX The FPA does support this but the patterns in GCC are currently
turned off. */
# define __NO_LONG_DOUBLE_MATH 1
#endif