* config/mips/netbsd.h (CACHE_FLUSH_FUNC): Define.
authorJason Thorpe <thorpej@wasabisystems.com>
Fri, 7 Jun 2002 16:12:43 +0000 (16:12 +0000)
committerJason Thorpe <thorpej@gcc.gnu.org>
Fri, 7 Jun 2002 16:12:43 +0000 (16:12 +0000)
From-SVN: r54340

gcc/ChangeLog
gcc/config/mips/netbsd.h

index 835ae073e7e8d61de7f363559fd4c6820e2637f5..bc4bb4411384d298a367392bbff77a03ca234515 100644 (file)
@@ -1,3 +1,7 @@
+2002-06-07  Jason Thorpe  <thorpej@wasabisystems.com>
+
+       * config/mips/netbsd.h (CACHE_FLUSH_FUNC): Define.
+
 2002-06-07  Jason Merrill  <jason@redhat.com>
 
        * cppexp.c (num_equality_op): Use a temporary variable to work
index a0c38f6e37cb403ac3a6937455cd038649457520..6269b7aad2748d31878011a5480fa01155e8626c 100644 (file)
@@ -181,6 +181,12 @@ Boston, MA 02111-1307, USA.  */
 #undef SET_ASM_OP
 
 
+/* NetBSD hasn't historically provided _flush_cache(), but rather
+   _cacheflush(), which takes the same arguments as the former.  */
+#undef CACHE_FLUSH_FUNC
+#define CACHE_FLUSH_FUNC "_cacheflush"
+
+
 /* Make gcc agree with <machine/ansi.h> */
 
 #undef WCHAR_TYPE