patch-2.3.23 linux/include/asm-sh/sigcontext.h
Next file: linux/include/asm-sh/signal.h
Previous file: linux/include/asm-sh/ptrace.h
Back to the patch index
Back to the overall index
- Lines: 22
- Date:
Mon Oct 18 11:16:13 1999
- Orig file:
v2.3.22/linux/include/asm-sh/sigcontext.h
- Orig date:
Tue Aug 31 17:29:14 1999
diff -u --recursive --new-file v2.3.22/linux/include/asm-sh/sigcontext.h linux/include/asm-sh/sigcontext.h
@@ -5,13 +5,14 @@
unsigned long oldmask;
/* CPU registers */
- unsigned long u_regs[16];
- unsigned long gbr;
- unsigned long mach;
- unsigned long macl;
- unsigned long pr;
- unsigned long sr;
- unsigned long pc;
+ unsigned long sc_regs[15];
+ unsigned long sc_gbr;
+ unsigned long sc_mach;
+ unsigned long sc_macl;
+ unsigned long sc_pr;
+ unsigned long sc_sp;
+ unsigned long sc_sr;
+ unsigned long sc_pc;
};
#endif /* __ASM_SH_SIGCONTEXT_H */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)