[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commits] r17473 - in /trunk: libc/ libc/bits/ ports/ ports/sysdeps/arm/bits/ ports/sysdeps/arm/eabi/bits/
- To: commits@xxxxxxxxxx
- Subject: [Commits] r17473 - in /trunk: libc/ libc/bits/ ports/ ports/sysdeps/arm/bits/ ports/sysdeps/arm/eabi/bits/
- From: joseph@xxxxxxxxxx
- Date: Thu, 08 Mar 2012 21:50:33 -0000
Author: joseph
Date: Thu Mar 8 21:50:30 2012
New Revision: 17473
Log:
libc:
* bits/predefs.h: Test _STDC_PREDEF_H, not _FEATURES_H.
ports:
* sysdeps/arm/eabi/bits/predefs.h: Test _STDC_PREDEF_H, not
_FEATURES_H.
* sysdeps/arm/bits/predefs.h: Remove.
Removed:
trunk/ports/sysdeps/arm/bits/predefs.h
Modified:
trunk/libc/ChangeLog.eglibc
trunk/libc/bits/predefs.h
trunk/ports/ChangeLog.eglibc
trunk/ports/sysdeps/arm/eabi/bits/predefs.h
Modified: trunk/libc/ChangeLog.eglibc
==============================================================================
--- trunk/libc/ChangeLog.eglibc (original)
+++ trunk/libc/ChangeLog.eglibc Thu Mar 8 21:50:30 2012
@@ -1,3 +1,7 @@
+2012-03-08 Joseph Myers <joseph@xxxxxxxxxxxxxxxx>
+
+ * bits/predefs.h: Test _STDC_PREDEF_H, not _FEATURES_H.
+
2012-02-10 Paul Pluzhnikov <ppluzhnikov@xxxxxxxxxx>
* timezone/Makefile: Use BUILD_CC instead of 'gcc'.
Modified: trunk/libc/bits/predefs.h
==============================================================================
--- trunk/libc/bits/predefs.h (original)
+++ trunk/libc/bits/predefs.h Thu Mar 8 21:50:30 2012
@@ -16,8 +16,8 @@
Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
02111-1307 USA. */
-#ifndef _FEATURES_H
-# error "Never use <bits/predefs.h> directly; include <features.h> instead."
+#ifndef _STDC_PREDEF_H
+# error "Never use <bits/predefs.h> directly; include <stdc-predef.h> instead."
#endif
#ifndef _PREDEFS_H
Modified: trunk/ports/ChangeLog.eglibc
==============================================================================
--- trunk/ports/ChangeLog.eglibc (original)
+++ trunk/ports/ChangeLog.eglibc Thu Mar 8 21:50:30 2012
@@ -1,3 +1,9 @@
+2012-03-08 Joseph Myers <joseph@xxxxxxxxxxxxxxxx>
+
+ * sysdeps/arm/eabi/bits/predefs.h: Test _STDC_PREDEF_H, not
+ _FEATURES_H.
+ * sysdeps/arm/bits/predefs.h: Remove.
+
2012-01-04 Tom de Vries <tom@xxxxxxxxxxxxxxxx>
* sysdeps/mips/Makefile: Compile tst-backtrace{2,3,4,5,6} with
Removed: trunk/ports/sysdeps/arm/bits/predefs.h
==============================================================================
--- trunk/ports/sysdeps/arm/bits/predefs.h (original)
+++ trunk/ports/sysdeps/arm/bits/predefs.h (removed)
@@ -1,30 +1,0 @@
-/* Copyright (C) 2005 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
- modify it under the terms of the GNU Lesser General Public
- License as published by the Free Software Foundation; either
- version 2.1 of the License, or (at your option) any later version.
-
- The GNU C Library is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- Lesser General Public License for more details.
-
- You should have received a copy of the GNU Lesser General Public
- License along with the GNU C Library; if not, write to the Free
- Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
- 02111-1307 USA. */
-
-#ifndef _FEATURES_H
-# error "Never use <bits/predefs.h> directly; include <features.h> instead."
-#endif
-
-#ifndef _PREDEFS_H
-#define _PREDEFS_H
-
-/* We do not define __STDC_IEC_559__ or __STDC_IEC_559_COMPLEX__, as
- the ARM software floating-point emulation routines do not support
- all rounding modes, etc. */
-
-#endif /* predefs.h */
Modified: trunk/ports/sysdeps/arm/eabi/bits/predefs.h
==============================================================================
--- trunk/ports/sysdeps/arm/eabi/bits/predefs.h (original)
+++ trunk/ports/sysdeps/arm/eabi/bits/predefs.h Thu Mar 8 21:50:30 2012
@@ -16,8 +16,8 @@
Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
02111-1307 USA. */
-#ifndef _FEATURES_H
-# error "Never use <bits/predefs.h> directly; include <features.h> instead."
+#ifndef _STDC_PREDEF_H
+# error "Never use <bits/predefs.h> directly; include <stdc-predef.h> instead."
#endif
#ifndef _PREDEFS_H
_______________________________________________
Commits mailing list
Commits@xxxxxxxxxx
http://eglibc.org/cgi-bin/mailman/listinfo/commits