about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCarlos Eduardo Seo <cseo@linux.vnet.ibm.com>2015-08-13 14:33:06 -0300
committerTulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>2015-08-18 15:48:43 -0300
commit94ec7e007f4845de284d4f7569721b225ba77572 (patch)
tree06ac55c744eb11449719dfd864c595c6cbe431a9 /ChangeLog
parent5542236837c5c41435f8282ec92799f480c36f18 (diff)
downloadglibc-94ec7e007f4845de284d4f7569721b225ba77572.tar.gz
glibc-94ec7e007f4845de284d4f7569721b225ba77572.tar.xz
glibc-94ec7e007f4845de284d4f7569721b225ba77572.zip
powerpc: Add missing hwcap strings.
Some features in hwcap.h do not have matching string descriptors
to be displayed when LD_SHOW_AUXV=1.  This patch fixes the problem.

2015-08-13  Carlos Eduardo Seo  <cseo@linux.vnet.ibm.com>

	* sysdeps/powerpc/dl-procinfo.c:
	(_dl_powerpc_cap_flags): Added missing strings for some
	hwcap features.
	* sysdeps/powerpc/dl-procinfo.h: Updated hwcap bit count.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index bfc31fc8f7..4b893a07cb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2015-08-18  Carlos Eduardo Seo  <cseo@linux.vnet.ibm.com>
+
+	* sysdeps/powerpc/dl-procinfo.c:
+	(_dl_powerpc_cap_flags): Added missing strings for some
+	hwcap features.
+	* sysdeps/powerpc/dl-procinfo.h: Updated hwcap bit count.
+
 2015-08-18  Paul Eggert  <eggert@cs.ucla.edu>
 
 	Port the 0x7efe...feff pattern to GCC 6.