2.9
[glibc/nacl-glibc.git] / sysdeps / unix / sysv / linux / alpha / alpha / ptrace.h
blob57b96d64db9f5cdf44d441d35c3f87a889e0ce70
1 #ifndef __alpha_ptrace_h__
2 #define __alpha_ptrace_h__
4 /*
5 * Mostly for OSF/1 compatibility.
6 */
8 #define REG_BASE 0
9 #define NGP_REGS 32
10 #define NFP_REGS 32
12 #define GPR_BASE REG_BASE
13 #define FPR_BASE (GPR_BASE+NGP_REGS)
14 #define PC (FPR_BASE+NFP_REGS)
15 #define SPR_PS (PC+1)
16 #define NPTRC_REGS (SPR_PS+1)
18 #endif /* __alpha_ptrace_h__ */