diff options
author | Jason Wright <jason@cvs.openbsd.org> | 2001-09-10 19:39:28 +0000 |
---|---|---|
committer | Jason Wright <jason@cvs.openbsd.org> | 2001-09-10 19:39:28 +0000 |
commit | 37e8cc1621c3eff734b8d369f2f1a1aa0a2147d6 (patch) | |
tree | 2e0cce8f8c26a0c16b469ed4335b1ca3e87e8d62 | |
parent | 9e408d48f677e1feb7f2924e980bb9d082149f80 (diff) |
Our gcc defines __sparcv9__ not __sparc_v9__
-rw-r--r-- | lib/libc_r/arch/sparc/uthread_machdep_asm.S | 4 | ||||
-rw-r--r-- | lib/libpthread/arch/sparc/uthread_machdep_asm.S | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/lib/libc_r/arch/sparc/uthread_machdep_asm.S b/lib/libc_r/arch/sparc/uthread_machdep_asm.S index 27be8c45311..52a41d472f8 100644 --- a/lib/libc_r/arch/sparc/uthread_machdep_asm.S +++ b/lib/libc_r/arch/sparc/uthread_machdep_asm.S @@ -1,4 +1,4 @@ -/* $OpenBSD: uthread_machdep_asm.S,v 1.1 2000/09/25 01:16:40 d Exp $ */ +/* $OpenBSD: uthread_machdep_asm.S,v 1.2 2001/09/10 19:39:27 jason Exp $ */ /* David Leonard <d@csee.uq.edu.au>. Public domain. */ #include <machine/asm.h> @@ -9,7 +9,7 @@ * On sparc this also means we switch register windows. */ -#ifdef __sparc_v9__ +#ifdef __sparcv9__ #define flushw .word 0x81580000 #else #define flushw t T_FLUSHWIN diff --git a/lib/libpthread/arch/sparc/uthread_machdep_asm.S b/lib/libpthread/arch/sparc/uthread_machdep_asm.S index 27be8c45311..52a41d472f8 100644 --- a/lib/libpthread/arch/sparc/uthread_machdep_asm.S +++ b/lib/libpthread/arch/sparc/uthread_machdep_asm.S @@ -1,4 +1,4 @@ -/* $OpenBSD: uthread_machdep_asm.S,v 1.1 2000/09/25 01:16:40 d Exp $ */ +/* $OpenBSD: uthread_machdep_asm.S,v 1.2 2001/09/10 19:39:27 jason Exp $ */ /* David Leonard <d@csee.uq.edu.au>. Public domain. */ #include <machine/asm.h> @@ -9,7 +9,7 @@ * On sparc this also means we switch register windows. */ -#ifdef __sparc_v9__ +#ifdef __sparcv9__ #define flushw .word 0x81580000 #else #define flushw t T_FLUSHWIN |