about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorAdhemerval Zanella <azanella@linux.vnet.ibm.com>2014-06-23 09:38:47 -0500
committerAdhemerval Zanella <azanella@linux.vnet.ibm.com>2014-06-23 09:40:05 -0500
commitdb22400947e1c82153e5270d23fed53fc1e3a659 (patch)
tree32ba584b92e594001ddc078e4611c5d3307df5e1 /ChangeLog
parentcc7d044752ded296cf737c311f786e87b88180ec (diff)
downloadglibc-db22400947e1c82153e5270d23fed53fc1e3a659.tar.gz
glibc-db22400947e1c82153e5270d23fed53fc1e3a659.tar.xz
glibc-db22400947e1c82153e5270d23fed53fc1e3a659.zip
PowerPC: sync hwcap.h capabilities
Linux commit dd58a092c4202f2bd490adab7285b3ff77f8e467 added the
PPC_FEATURE2_VEC_CRYPTO auvx capability to indicate whether to
hardware supports vector crypto hardware instructions.  This patch
adds its definition to powerpc hwcap bits.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 426af5d7d0..b4f687f35a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2014-06-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
+
+	* sysdeps/powerpc/bits/hwcap.h [PPC_FEATURE2_HAS_VEC_CRYPTO]: New
+	macro: hardware supports Vector Crypto instructions.
+
 2014-06-23  Will Newton  <will.newton@linaro.org>
 
 	* elf/dl-lookup.c: Use __glibc_unlikely and __glibc_likely