diff options
author | Daniel Jacobowitz <dan@codesourcery.com> | 2007-01-08 14:58:21 +0000 |
---|---|---|
committer | Daniel Jacobowitz <dan@codesourcery.com> | 2007-01-08 14:58:21 +0000 |
commit | d50fd6886654c9cd84e1df57ed86a19080e302e1 (patch) | |
tree | 4c20d4cc083e5b64686e752ae3f73a256082c855 | |
parent | 8545d6c0ab1cd5d17cb88385abafcb3f1ac7baa6 (diff) | |
download | glibc-d50fd6886654c9cd84e1df57ed86a19080e302e1.tar glibc-d50fd6886654c9cd84e1df57ed86a19080e302e1.tar.gz glibc-d50fd6886654c9cd84e1df57ed86a19080e302e1.tar.bz2 glibc-d50fd6886654c9cd84e1df57ed86a19080e302e1.zip |
* sysdeps/arm/fpu/bits/mathdef.h: Move to
sysdeps/arm/bits/mathdef.h. Remove comment about FPA.
-rw-r--r-- | ChangeLog.arm | 5 | ||||
-rw-r--r-- | sysdeps/arm/bits/mathdef.h (renamed from sysdeps/arm/fpu/bits/mathdef.h) | 5 |
2 files changed, 7 insertions, 3 deletions
diff --git a/ChangeLog.arm b/ChangeLog.arm index 1acbbd2361..32a1ca84a3 100644 --- a/ChangeLog.arm +++ b/ChangeLog.arm @@ -1,5 +1,10 @@ 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. 2006-10-31 Daniel Jacobowitz <dan@codesourcery.com> diff --git a/sysdeps/arm/fpu/bits/mathdef.h b/sysdeps/arm/bits/mathdef.h index e013e74b7e..daca1102fc 100644 --- a/sysdeps/arm/fpu/bits/mathdef.h +++ b/sysdeps/arm/bits/mathdef.h @@ -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 |