re PR target/16317 (MIPS-netbsd does not define NO_IMPLICIT_EXTERN_C)
authorEric Christopher <echristo@redhat.com>
Tue, 7 Dec 2004 22:47:41 +0000 (22:47 +0000)
committerEric Christopher <echristo@gcc.gnu.org>
Tue, 7 Dec 2004 22:47:41 +0000 (22:47 +0000)
2004-12-07  Eric Christopher  <echristo@redhat.com>

PR target/16317
* config/netbsd.h (NO_IMPLICIT_EXTERN_C): Define.

From-SVN: r91831

gcc/ChangeLog
gcc/config/netbsd.h

index fb4c7f657e705da81b7e253ccb6cf876b6232fa7..71c594b65ce5234683e53a39e1467414eba9da99 100644 (file)
@@ -1,3 +1,8 @@
+2004-12-07  Eric Christopher  <echristo@redhat.com>
+
+       PR target/16317
+       * config/netbsd.h (NO_IMPLICIT_EXTERN_C): Define.
+
 2004-12-07  Eric Christopher  <echristo@redhat.com>
 
        * config/mips/mips-protos.h (mips_valid_pointer_mode): Move
index 7b3cc3b5651802a721f4362cf0c7a1bc2fb42cce..2c078af88987f05a90c7c30fd7effbbd98a0ec17 100644 (file)
@@ -163,6 +163,9 @@ Boston, MA 02111-1307, USA.  */
 
 #define HANDLE_SYSV_PRAGMA 1
 
+/* Don't assume anything about the header files.  */
+#undef  NO_IMPLICIT_EXTERN_C
+#define NO_IMPLICIT_EXTERN_C    1
 
 /* Define some types that are the same on all NetBSD platforms,
    making them agree with <machine/ansi.h>.  */