patch-1.3.44 linux/include/asm-sparc/elf.h
Next file: linux/include/asm-sparc/errno.h
Previous file: linux/include/asm-sparc/eeprom.h
Back to the patch index
Back to the overall index
- Lines: 19
- Date:
Sat Nov 25 04:31:41 1995
- Orig file:
v1.3.43/linux/include/asm-sparc/elf.h
- Orig date:
Thu Jan 1 02:00:00 1970
diff -u --recursive --new-file v1.3.43/linux/include/asm-sparc/elf.h linux/include/asm-sparc/elf.h
@@ -0,0 +1,18 @@
+/* $Id: elf.h,v 1.2 1995/11/25 02:31:40 davem Exp $ */
+#ifndef __ASMSPARC_ELF_H
+#define __ASMSPARC_ELF_H
+
+/*
+ * ELF register definitions..
+ */
+
+#include <asm/ptrace.h>
+
+typedef unsigned long elf_greg_t;
+
+#define ELF_NGREG (sizeof (struct pt_regs) / sizeof(elf_greg_t))
+typedef elf_greg_t elf_gregset_t[ELF_NGREG];
+
+typedef unsigned long elf_fpregset_t;
+
+#endif
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov
with Sam's (original) version of this