From: Jason Thorpe Date: Fri, 7 Jun 2002 16:13:32 +0000 (+0000) Subject: * config/mips/netbsd.h (CACHE_FLUSH_FUNC): Define. X-Git-Tag: releases/gcc-3.1.1~193 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=68bd0600d5e8836eaaa81d8292d7c995756f0bd7;p=thirdparty%2Fgcc.git * config/mips/netbsd.h (CACHE_FLUSH_FUNC): Define. From-SVN: r54341 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 3c3fae7ac213..c6275815bb11 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2002-06-07 Jason Thorpe + + * config/mips/netbsd.h (CACHE_FLUSH_FUNC): Define. + Thu Jun 6 07:17:43 2002 Nicola Pero PR objc/6834 diff --git a/gcc/config/mips/netbsd.h b/gcc/config/mips/netbsd.h index 95d3901df942..84ca8804b0c8 100644 --- a/gcc/config/mips/netbsd.h +++ b/gcc/config/mips/netbsd.h @@ -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 */ #undef WCHAR_TYPE