diff options
author | David S. Miller <davem@davemloft.net> | 2012-09-05 17:59:16 -0700 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2012-09-05 17:59:16 -0700 |
commit | ff04dda46d227ea9ccf79b0f1e48636dbb3cc913 (patch) | |
tree | 84638e285e04f3635a9b28094f5d9f394d87e6b7 /sysdeps/sparc/dl-procinfo.c | |
parent | 430d6ce62a22760f56d5dea0dcccd30413a45fc2 (diff) | |
download | glibc-ff04dda46d227ea9ccf79b0f1e48636dbb3cc913.tar.gz glibc-ff04dda46d227ea9ccf79b0f1e48636dbb3cc913.tar.xz glibc-ff04dda46d227ea9ccf79b0f1e48636dbb3cc913.zip |
Recognize new sparc hwcap bits.
* sysdeps/sparc/bits/hwcap.h (HWCAP_SPARC_PAUSE, HWCAP_SPARC_CBCOND, HWCAP_SPARC_CRYPTO): Define. * sysdeps/sparc/dl-procinfo.h (_DL_HWCAP_COUNT): Increase to 27. * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new entries.
Diffstat (limited to 'sysdeps/sparc/dl-procinfo.c')
-rw-r--r-- | sysdeps/sparc/dl-procinfo.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysdeps/sparc/dl-procinfo.c b/sysdeps/sparc/dl-procinfo.c index 6e107dd1de..8280e01792 100644 --- a/sysdeps/sparc/dl-procinfo.c +++ b/sysdeps/sparc/dl-procinfo.c @@ -46,13 +46,13 @@ #if !defined PROCINFO_DECL && defined SHARED ._dl_sparc_cap_flags #else -PROCINFO_CLASS const char _dl_sparc_cap_flags[24][11] +PROCINFO_CLASS const char _dl_sparc_cap_flags[27][11] #endif #ifndef PROCINFO_DECL = { "flush", "stbar", "swap", "muldiv", "v9", "ultra3", "v9v", "v9v2", "mul32", "div32", "fsmuld", "v8plus", "popc", "vis", "vis2", "ASIBlkInit", "fmaf", "vis3", "hpc", "random", "trans", "fjfmau", - "ima", "cspare" } + "ima", "cspare", "pause", "cbcond", "crypto" } #endif #if !defined SHARED || defined PROCINFO_DECL ; |