Module Name:    src
Committed By:   matt
Date:           Sun Aug 23 03:53:48 UTC 2009

Modified Files:
        src/sys/arch/mips/include [matt-nb5-mips64]: reg.h

Log Message:
Add a fpreg_oabi for the O32/O64 version of fpreg.


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.12.96.1 src/sys/arch/mips/include/reg.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/mips/include/reg.h
diff -u src/sys/arch/mips/include/reg.h:1.12 src/sys/arch/mips/include/reg.h:1.12.96.1
--- src/sys/arch/mips/include/reg.h:1.12	Sun Dec 11 12:18:09 2005
+++ src/sys/arch/mips/include/reg.h	Sun Aug 23 03:53:47 2009
@@ -1,4 +1,4 @@
-/*	$NetBSD: reg.h,v 1.12 2005/12/11 12:18:09 christos Exp $	*/
+/*	$NetBSD: reg.h,v 1.12.96.1 2009/08/23 03:53:47 matt Exp $	*/
 
 /*
  * Copyright (c) 1992, 1993
@@ -88,4 +88,10 @@
 	mips_fpreg_t	r_regs[33];
 };
 
+#if defined(__mips_n32) || defined(__mips_n64)
+struct fpreg_oabi {
+	int32_t		r_regs[33];
+};
+#endif
+
 #endif /*_MIPS_REG_H_*/

Reply via email to