patch-2.4.25 linux-2.4.25/include/asm-ppc64/elf.h
Next file: linux-2.4.25/include/asm-ppc64/hvcall.h
Previous file: linux-2.4.25/include/asm-ppc64/current.h
Back to the patch index
Back to the overall index
- Lines: 35
- Date:
2004-02-18 05:36:32.000000000 -0800
- Orig file:
linux-2.4.24/include/asm-ppc64/elf.h
- Orig date:
2003-11-28 10:26:21.000000000 -0800
diff -urN linux-2.4.24/include/asm-ppc64/elf.h linux-2.4.25/include/asm-ppc64/elf.h
@@ -9,7 +9,9 @@
* as published by the Free Software Foundation; either version
* 2 of the License, or (at your option) any later version.
*/
+#include <asm/types.h>
#include <asm/ptrace.h>
+#include <asm/cputable.h>
#define ELF_NGREG 48 /* includes nip, msr, lr, etc. */
#define ELF_NFPREG 33 /* includes fpscr */
@@ -40,9 +42,15 @@
# define elf_caddr_t u32
#endif
+/* Floating point registers */
typedef double elf_fpreg_t;
typedef elf_fpreg_t elf_fpregset_t[ELF_NFPREG];
+/* Altivec registers */
+typedef __vector128 elf_vrreg_t;
+typedef elf_vrreg_t elf_vrregset_t[ELF_NVRREG];
+
+
#ifdef __KERNEL__
/*
@@ -77,7 +85,7 @@
instruction set this cpu supports. This could be done in userspace,
but it's not easy, and we've already done it here. */
-#define ELF_HWCAP (0)
+#define ELF_HWCAP (cur_cpu_spec->cpu_user_features)
/* This yields a string that ld.so will use to load implementation
specific libraries for optimization. This is more specific in
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)