]> sourceware.org Git - glibc.git/commitdiff
* sysdeps/arm/fpu/bits/mathdef.h: Move to
authorDaniel Jacobowitz <dan@codesourcery.com>
Mon, 8 Jan 2007 14:58:21 +0000 (14:58 +0000)
committerDaniel Jacobowitz <dan@codesourcery.com>
Mon, 8 Jan 2007 14:58:21 +0000 (14:58 +0000)
sysdeps/arm/bits/mathdef.h.  Remove comment about FPA.

ChangeLog.arm
sysdeps/arm/bits/mathdef.h [moved from sysdeps/arm/fpu/bits/mathdef.h with 91% similarity]

index 1acbbd2361fb93b40cc20b3eeea109a591153929..32a1ca84a34f3a55f4d86067c4cfd6730dfe22fe 100644 (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.
similarity index 91%
rename from sysdeps/arm/fpu/bits/mathdef.h
rename to sysdeps/arm/bits/mathdef.h
index e013e74b7efdd5e26605de2727d3d1672ce53694..daca1102fc2a5d37ef1e2d6670ec94fe6ac4b3a0 100644 (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
This page took 0.049311 seconds and 5 git commands to generate.