aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/powerpc/dl-procinfo.c
diff options
context:
space:
mode:
authorRyan S. Arnold <rsa@linux.vnet.ibm.com>2013-06-28 14:43:56 -0500
committerRyan S. Arnold <rsa@linux.vnet.ibm.com>2013-06-28 14:43:56 -0500
commitdd8d5080a6d99664ed01e16fad3cb3bb4f285154 (patch)
treef4b66cce299b4b31cdd191dea77c7ebdb23e478e /sysdeps/powerpc/dl-procinfo.c
parent26e690b2535dc1369fc86a1482f010365f5d4265 (diff)
downloadglibc-rsa/hwcap2_v6.zip
glibc-rsa/hwcap2_v6.tar.gz
glibc-rsa/hwcap2_v6.tar.bz2
PowerPC: Define AT_HWCAP2 bits and AT_HWCAP2 handling for POWER8.rsa/hwcap2_v6
Diffstat (limited to 'sysdeps/powerpc/dl-procinfo.c')
-rw-r--r--sysdeps/powerpc/dl-procinfo.c10
1 files changed, 9 insertions, 1 deletions
diff --git a/sysdeps/powerpc/dl-procinfo.c b/sysdeps/powerpc/dl-procinfo.c
index 9654984..2984af1 100644
--- a/sysdeps/powerpc/dl-procinfo.c
+++ b/sysdeps/powerpc/dl-procinfo.c
@@ -45,7 +45,7 @@
#if !defined PROCINFO_DECL && defined SHARED
._dl_powerpc_cap_flags
#else
-PROCINFO_CLASS const char _dl_powerpc_cap_flags[25][10]
+PROCINFO_CLASS const char _dl_powerpc_cap_flags[57][10]
#endif
#ifndef PROCINFO_DECL
= {
@@ -56,6 +56,14 @@ PROCINFO_CLASS const char _dl_powerpc_cap_flags[25][10]
"notb", "efpdouble", "efpsingle", "spe",
"ucache", "4xxmac", "mmu", "fpu",
"altivec", "ppc601", "ppc64", "ppc32",
+ "", "", "", "",
+ "", "", "", "",
+ "", "", "", "",
+ "", "", "", "",
+ "", "", "", "",
+ "", "", "", "",
+ "", "", "tar", "isel",
+ "ebb", "dscr", "htm", "arch_2_07",
}
#endif
#if !defined SHARED || defined PROCINFO_DECL