* config/mips/netbsd.h (CACHE_FLUSH_FUNC): Define.

From-SVN: r54340
This commit is contained in:
Jason Thorpe 2002-06-07 16:12:43 +00:00 committed by Jason Thorpe
parent 97459791c1
commit ac64a17c44
2 changed files with 10 additions and 0 deletions

View 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

View 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