diff options
author | Carlos Eduardo Seo <cseo@linux.vnet.ibm.com> | 2016-10-14 16:57:32 -0300 |
---|---|---|
committer | Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com> | 2016-10-14 16:57:32 -0300 |
commit | a4c507f0eb3ae565fb693ec1f41c0b3af24c4010 (patch) | |
tree | 8aa811020c5d13bd272dcda86ec643b08705acd5 /ChangeLog | |
parent | 264856cfcd4fc0abe29f7cb931cd091893565d79 (diff) | |
download | glibc-a4c507f0eb3ae565fb693ec1f41c0b3af24c4010.tar glibc-a4c507f0eb3ae565fb693ec1f41c0b3af24c4010.tar.gz glibc-a4c507f0eb3ae565fb693ec1f41c0b3af24c4010.tar.bz2 glibc-a4c507f0eb3ae565fb693ec1f41c0b3af24c4010.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.
* 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.
(cherry picked from commit 94ec7e007f4845de284d4f7569721b225ba77572)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2016-10-14 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. + 2016-10-13 H.J. Lu <hjl.tools@gmail.com> [BZ #20384] |