OSDN Git Service

* config/mips/netbsd.h (CACHE_FLUSH_FUNC): Define.
authorthorpej <thorpej@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 7 Jun 2002 16:12:43 +0000 (16:12 +0000)
committerthorpej <thorpej@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 7 Jun 2002 16:12:43 +0000 (16:12 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@54340 138bc75d-0d04-0410-961f-82ee72b054a4

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

index 835ae07..bc4bb44 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 a0c38f6..6269b7a 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