From: Jason Thorpe Date: Fri, 7 Jun 2002 16:12:43 +0000 (+0000) Subject: * config/mips/netbsd.h (CACHE_FLUSH_FUNC): Define. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ac64a17c4404ab0693a210fb9239df2f4f32227e;p=gcc.git * config/mips/netbsd.h (CACHE_FLUSH_FUNC): Define. From-SVN: r54340 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 835ae073e7e..bc4bb441138 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2002-06-07 Jason Thorpe + + * config/mips/netbsd.h (CACHE_FLUSH_FUNC): Define. + 2002-06-07 Jason Merrill * cppexp.c (num_equality_op): Use a temporary variable to work diff --git a/gcc/config/mips/netbsd.h b/gcc/config/mips/netbsd.h index a0c38f6e37c..6269b7aad27 100644 --- a/gcc/config/mips/netbsd.h +++ b/gcc/config/mips/netbsd.h @@ -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 */ #undef WCHAR_TYPE