diff options
author | Jason Thorpe <thorpej@wasabisystems.com> | 2002-06-07 16:12:43 +0000 |
---|---|---|
committer | Jason Thorpe <thorpej@gcc.gnu.org> | 2002-06-07 16:12:43 +0000 |
commit | ac64a17c4404ab0693a210fb9239df2f4f32227e (patch) | |
tree | be6686ce4e9a1889c3d5a84ee83f0769a63e29df /gcc/config/mips/netbsd.h | |
parent | 97459791c142c5da7d299d2528da86d0f485f5b1 (diff) | |
download | gcc-ac64a17c4404ab0693a210fb9239df2f4f32227e.zip gcc-ac64a17c4404ab0693a210fb9239df2f4f32227e.tar.gz gcc-ac64a17c4404ab0693a210fb9239df2f4f32227e.tar.bz2 |
* config/mips/netbsd.h (CACHE_FLUSH_FUNC): Define.
From-SVN: r54340
Diffstat (limited to 'gcc/config/mips/netbsd.h')
-rw-r--r-- | gcc/config/mips/netbsd.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/config/mips/netbsd.h b/gcc/config/mips/netbsd.h index a0c38f6..6269b7a 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 <machine/ansi.h> */ #undef WCHAR_TYPE |