about summary refs log tree commit diff
path: root/sysdeps/s390/dl-procinfo.c
diff options
context:
space:
mode:
authorAndreas Krebbel <krebbel@linux.vnet.ibm.com>2012-11-08 09:53:00 +0100
committerAndreas Krebbel <krebbel@linux.vnet.ibm.com>2012-11-08 09:53:00 +0100
commitd0f8457e6b682fe06a9a025d982058bb4abf3012 (patch)
tree1e704b817cac6732f27ca3f64aea4b89ea9c42ac /sysdeps/s390/dl-procinfo.c
parent57241e26e544e44bcb7b96ae41f0c62488d89020 (diff)
downloadglibc-d0f8457e6b682fe06a9a025d982058bb4abf3012.tar.gz
glibc-d0f8457e6b682fe06a9a025d982058bb4abf3012.tar.xz
glibc-d0f8457e6b682fe06a9a025d982058bb4abf3012.zip
S/390: Add hwcap value for transactional execution.
Diffstat (limited to 'sysdeps/s390/dl-procinfo.c')
-rw-r--r--sysdeps/s390/dl-procinfo.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysdeps/s390/dl-procinfo.c b/sysdeps/s390/dl-procinfo.c
index a22d45b80a..9590146120 100644
--- a/sysdeps/s390/dl-procinfo.c
+++ b/sysdeps/s390/dl-procinfo.c
@@ -46,11 +46,11 @@
 #if !defined PROCINFO_DECL && defined SHARED
   ._dl_s390_cap_flags
 #else
-PROCINFO_CLASS const char _dl_s390_cap_flags[10][9]
+PROCINFO_CLASS const char _dl_s390_cap_flags[11][9]
 #endif
 #ifndef PROCINFO_DECL
 = {
-     "esan3", "zarch", "stfle", "msa", "ldisp", "eimm", "dfp", "edat", "etf3eh", "highgprs"
+     "esan3", "zarch", "stfle", "msa", "ldisp", "eimm", "dfp", "edat", "etf3eh", "highgprs", "te"
   }
 #endif
 #if !defined SHARED || defined PROCINFO_DECL