Do not build soft-fp code at all for powerpc64-linux-gnu.
[gcc.git] / libobjc / error.c
index 51d6402b998a6aff0bad43b87228683f779f87aa..51f18f10512c94ab7f98e7ed5dcce1059dd33080 100644 (file)
@@ -1,6 +1,5 @@
 /* GNU Objective C Runtime Error Functions
-   Copyright (C) 1993, 1994, 1995, 1996, 1997, 2002, 2009, 2010
-   Free Software Foundation, Inc.
+   Copyright (C) 1993-2014 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
@@ -26,10 +25,6 @@ see the files COPYING3 and COPYING.RUNTIME respectively.  If not, see
 #include "objc-private/common.h"
 #include "objc-private/error.h"
 
-/* __USE_FIXED_PROTOTYPES__ used to be required to get prototypes for
-   malloc, free, etc. on some platforms.  It is unclear if we still
-   need it, but it can't hurt.  */
-#define __USE_FIXED_PROTOTYPES__
 #include <stdlib.h>
 #include <stdio.h>
 #include <stdarg.h>