aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
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 /ChangeLog
parent57241e26e544e44bcb7b96ae41f0c62488d89020 (diff)
downloadglibc-d0f8457e6b682fe06a9a025d982058bb4abf3012.tar
glibc-d0f8457e6b682fe06a9a025d982058bb4abf3012.tar.gz
glibc-d0f8457e6b682fe06a9a025d982058bb4abf3012.tar.bz2
glibc-d0f8457e6b682fe06a9a025d982058bb4abf3012.zip
S/390: Add hwcap value for transactional execution.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ee9857ff2a..d4ac924597 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2012-11-08 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
+
+ * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Add "te".
+ * sysdeps/s390/dl-procinfo.h (HWCAP_S390_TE): Add enum value.
+ * sysdeps/unix/sysv/linux/s390/hwcap.h (HWCAP_S390_TE): Add macro
+ definition.
+
2012-11-08 Marcus Shawcroft <marcus.shawcroft@linaro.org>
* elf/elf.h: Update comment before AArch64 relocations.