patch-1.3.7 linux/include/linux/elfcore.h
Next file: linux/include/linux/genhd.h
Previous file: linux/include/linux/cm206.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/linux/elfcore.h
- Orig date:
Thu Jun 29 19:02:55 1995
diff -u --recursive --new-file v1.3.6/linux/include/linux/elfcore.h linux/include/linux/elfcore.h
@@ -14,16 +14,7 @@
int si_errno; /* errno */
};
-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 struct
-#ifdef __i386__
- user_i387_struct
-#else
-#error "The FPU in this arch is not supported by ELF core dump.".
-#endif
-elf_fpregset_t;
+#include <asm/elf.h>
#ifndef __KERNEL__
typedef elf_greg_t greg_t;
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