[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[commits] r638 - in /trunk/ports: ChangeLog.eglibc sysdeps/arm/bits/mathdef.h sysdeps/arm/fpu/bits/mathdef.h
- To: commits@xxxxxxxxxx
- Subject: [commits] r638 - in /trunk/ports: ChangeLog.eglibc sysdeps/arm/bits/mathdef.h sysdeps/arm/fpu/bits/mathdef.h
- From: joseph@xxxxxxxxxx
- Date: Thu, 09 Nov 2006 22:16:37 -0000
Author: joseph
Date: Thu Nov 9 14:16:37 2006
New Revision: 638
Log:
* sysdeps/arm/fpu/bits/mathdef.h: Move to
sysdeps/arm/bits/mathdef.h. Remove comment about FPA.
Added:
trunk/ports/sysdeps/arm/bits/mathdef.h
- copied, changed from r636, trunk/ports/sysdeps/arm/fpu/bits/mathdef=
.h
Removed:
trunk/ports/sysdeps/arm/fpu/bits/mathdef.h
Modified:
trunk/ports/ChangeLog.eglibc
Modified: trunk/ports/ChangeLog.eglibc
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D
--- trunk/ports/ChangeLog.eglibc (original)
+++ trunk/ports/ChangeLog.eglibc Thu Nov 9 14:16:37 2006
@@ -1,3 +1,8 @@
+2006-11-09 Joseph Myers <joseph@xxxxxxxxxxxxxxxx>
+
+ * sysdeps/arm/fpu/bits/mathdef.h: Move to
+ sysdeps/arm/bits/mathdef.h. Remove comment about FPA.
+
2006-11-09 Joseph Myers <joseph@xxxxxxxxxxxxxxxx>
=
* sysdeps/arm/eabi/jmpbuf-offsets.h: New.
Copied: trunk/ports/sysdeps/arm/bits/mathdef.h (from r636, trunk/ports/sysd=
eps/arm/fpu/bits/mathdef.h)
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D
--- trunk/ports/sysdeps/arm/fpu/bits/mathdef.h (original)
+++ trunk/ports/sysdeps/arm/bits/mathdef.h Thu Nov 9 14:16:37 2006
@@ -1,4 +1,4 @@
-/* Copyright (C) 1999, 2000, 2004 Free Software Foundation, Inc.
+/* Copyright (C) 1999, 2000, 2004, 2006 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 +38,5 @@
#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