Commit ac64a17c by Jason Thorpe Committed by Jason Thorpe

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

From-SVN: r54340
parent 97459791
2002-06-07 Jason Thorpe <thorpej@wasabisystems.com>
* config/mips/netbsd.h (CACHE_FLUSH_FUNC): Define.
2002-06-07 Jason Merrill <jason@redhat.com> 2002-06-07 Jason Merrill <jason@redhat.com>
* cppexp.c (num_equality_op): Use a temporary variable to work * cppexp.c (num_equality_op): Use a temporary variable to work
......
...@@ -181,6 +181,12 @@ Boston, MA 02111-1307, USA. */ ...@@ -181,6 +181,12 @@ Boston, MA 02111-1307, USA. */
#undef SET_ASM_OP #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> */ /* Make gcc agree with <machine/ansi.h> */
#undef WCHAR_TYPE #undef WCHAR_TYPE
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment