| /* $Id: reg.h,v 1.6 1999/09/06 08:22:10 jj Exp $ |
| * linux/asm-sparc64/reg.h |
| * Layout of the registers as expected by gdb on the Sparc |
| * we should replace the user.h definitions with those in |
| * this file, we don't even use the other |
| * The names of the structures, constants and aliases in this file |
| * have the same names as the sunos ones, some programs rely on these |
| * names (gdb for example). |
| #define FPU_REGS_TYPE unsigned int |
| #define FPU_FSR_TYPE unsigned long |
| unsigned long fpu_fr[32]; |
| struct fp_status f_fpstatus; |
| #define fpu_regs f_fpstatus.fpu_fr |
| #define fpu_fsr f_fpstatus.Fpu_fsr |
| #endif /* __SPARC64_REG_H */ |