patch-1.3.7 linux/include/asm-alpha/elf.h
Next file: linux/include/asm-alpha/io.h
Previous file: linux/include/asm-alpha/checksum.h
Back to the patch index
Back to the overall index
-  Lines: 18
 -  Date:
Wed Jul  5 12:53:22 1995
 -  Orig file: 
v1.3.6/linux/include/asm-alpha/elf.h
 -  Orig date: 
Thu Jan  1 02:00:00 1970
 
diff -u --recursive --new-file v1.3.6/linux/include/asm-alpha/elf.h linux/include/asm-alpha/elf.h
@@ -0,0 +1,17 @@
+#ifndef __ASMaxp_ELF_H
+#define __ASMaxp_ELF_H
+
+/*
+ * ELF register definitions..
+ */
+
+#define ELF_NGREG	32
+#define ELF_NFPREG	32
+
+typedef unsigned long elf_greg_t;
+typedef elf_greg_t elf_gregset_t[ELF_NGREG];
+
+typedef double elf_fpreg_t;
+typedef elf_fpreg_t elf_fpregset_t[ELF_NFPREG];
+
+#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