| /* $Id: user.h,v 1.5 1998/02/23 01:49:22 rth Exp $ |
| * asm-sparc/user.h: Core file definitions for the Sparc. |
| * Keep in sync with reg.h. Actually, we could get rid of this |
| * one, since we won't a.out core dump that much anyways - miguel. |
| * Copyright (C) 1995 (davem@caip.rutgers.edu) |
| unsigned long psr, pc, npc, y; |
| struct sunos_fpqueue fpq[16]; |
| struct sunos_fp fpstatus; |
| /* The SunOS core file header layout. */ |
| size_t u_tsize; /* all of these in bytes! */ |
| unsigned long sigcode; /* Special sigcontext subcode, if any */ |
| #define HOST_TEXT_START_ADDR (u.start_code) |
| #define HOST_DATA_START_ADDR (u.uexec.a_data) |
| #define HOST_STACK_END_ADDR (- u.u_ssize * NBPG) |
| #define SUNOS_CORE_MAGIC 0x080456 |
| #endif /* !(_SPARC_USER_H) */ |