Module Name:    src
Committed By:   matt
Date:           Tue Aug 18 06:57:52 UTC 2009

Modified Files:
        src/lib/libc/arch/mips [matt-nb5-mips64]: genassym.cf

Log Message:
Add _OFFSETOF_SC_MASK13 for compat setjmp/longjmp.


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.1 -r1.1.2.2 src/lib/libc/arch/mips/genassym.cf

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

Modified files:

Index: src/lib/libc/arch/mips/genassym.cf
diff -u src/lib/libc/arch/mips/genassym.cf:1.1.2.1 src/lib/libc/arch/mips/genassym.cf:1.1.2.2
--- src/lib/libc/arch/mips/genassym.cf:1.1.2.1	Sun Aug 16 03:36:02 2009
+++ src/lib/libc/arch/mips/genassym.cf	Tue Aug 18 06:57:52 2009
@@ -1,4 +1,4 @@
-#	$NetBSD: genassym.cf,v 1.1.2.1 2009/08/16 03:36:02 matt Exp $
+#	$NetBSD: genassym.cf,v 1.1.2.2 2009/08/18 06:57:52 matt Exp $
 
 #
 # Copyright (c) 2001 The NetBSD Foundation, Inc.
@@ -72,6 +72,7 @@
 define _OFFSETOF_SC_FPREGS_FCSR	offsetof(struct sigcontext, sc_fpregs[32])
 define _OFFSETOF_SC_PC		offsetof(struct sigcontext, sc_pc)
 define _OFFSETOF_SC_MASK	offsetof(struct sigcontext, sc_mask)
+define _OFFSETOF_SC_MASK13	offsetof(struct sigcontext, __sc_mask13)
 define _OFFSETOF_SC_ONSTACK	offsetof(struct sigcontext, sc_onstack)
 define _OFFSETOF_SC_FPUSED	offsetof(struct sigcontext, sc_fpused)
 

Reply via email to