Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libpthread/arch/sparc Include <sys/types.h>



details:   https://anonhg.NetBSD.org/src/rev/27896580e70e
branches:  trunk
changeset: 542513:27896580e70e
user:      pk <pk%NetBSD.org@localhost>
date:      Fri Jan 31 12:06:27 2003 +0000

description:
Include <sys/types.h>
Remove v9 register defs.

diffstat:

 lib/libpthread/arch/sparc/genassym.cf |  9 +++------
 1 files changed, 3 insertions(+), 6 deletions(-)

diffs (31 lines):

diff -r a0bb7d8f79c8 -r 27896580e70e lib/libpthread/arch/sparc/genassym.cf
--- a/lib/libpthread/arch/sparc/genassym.cf     Fri Jan 31 11:54:48 2003 +0000
+++ b/lib/libpthread/arch/sparc/genassym.cf     Fri Jan 31 12:06:27 2003 +0000
@@ -1,8 +1,9 @@
-#      $NetBSD: genassym.cf,v 1.2 2003/01/18 10:34:21 thorpej Exp $
+#      $NetBSD: genassym.cf,v 1.3 2003/01/31 12:06:27 pk Exp $
 
 
 include <ucontext.h>
 include <sys/queue.h>
+include <sys/types.h>
 include <machine/reg.h>
 include <machine/mcontext.h>
 include <machine/frame.h>
@@ -31,9 +32,7 @@
 
 define CCFSZ           CCFSZ
 
-define FPRS_FEF                FPRS_FEF
-
-define _REG_CCR        _REG_CCR
+define _REG_PSR        _REG_PSR
 define _REG_PC         _REG_PC
 define _REG_nPC        _REG_nPC
 define _REG_Y          _REG_Y
@@ -52,5 +51,3 @@
 define _REG_O5         _REG_O5
 define _REG_O6         _REG_O6
 define _REG_O7         _REG_O7
-define _REG_ASI        _REG_ASI
-define _REG_FPRS       _REG_FPRS



Home | Main Index | Thread Index | Old Index