]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* config/mips/netbsd.h (CACHE_FLUSH_FUNC): Define.
authorJason Thorpe <thorpej@wasabisystems.com>
Fri, 7 Jun 2002 16:13:32 +0000 (16:13 +0000)
committerJason Thorpe <thorpej@gcc.gnu.org>
Fri, 7 Jun 2002 16:13:32 +0000 (16:13 +0000)
From-SVN: r54341

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

index 3c3fae7ac213d049cec62a2c6358bef1872b23ce..c6275815bb11e45d5cd9b5797e115103548de8f3 100644 (file)
@@ -1,3 +1,7 @@
+2002-06-07  Jason Thorpe  <thorpej@wasabisystems.com>
+
+       * config/mips/netbsd.h (CACHE_FLUSH_FUNC): Define.
+
 Thu Jun  6 07:17:43 2002  Nicola Pero  <n.pero@mi.flashnet.it>
 
        PR objc/6834
index 95d3901df942a44254abd05aa58d20f8e7e84723..84ca8804b0c85b528fbc530006d7235430479989 100644 (file)
@@ -180,6 +180,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