diff options
author | Ulrich Drepper <drepper@redhat.com> | 2008-08-08 04:51:57 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2008-08-08 04:51:57 +0000 |
commit | 1642331d3066e43daea5a33a6c12db6edf0e34f7 (patch) | |
tree | d57029038bd8f32d03e31e84f7c77d6566b8a5bb /ChangeLog | |
parent | 48b9466105cf4bf7012b90356ae097573a23fc5c (diff) | |
download | glibc-1642331d3066e43daea5a33a6c12db6edf0e34f7.tar glibc-1642331d3066e43daea5a33a6c12db6edf0e34f7.tar.gz glibc-1642331d3066e43daea5a33a6c12db6edf0e34f7.tar.bz2 glibc-1642331d3066e43daea5a33a6c12db6edf0e34f7.zip |
[BZ #6817]
2008-08-01 Steven Munroe <sjmunroe@us.ibm.com>
Carlos Eduardo Seo <cseo@linux.vnet.ibm.com>
[BZ #6817]
* sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags):
Added the members 'vsx' and 'arch_2_06'.
(_dl_powerpc_platforms): Add the member 'power7'.
* sysdeps/powerpc/dl-procinfo.h: Modify _DL_HWCAP_FIRST
to reflect the changes required by VSX and ISA 2.06.
Modify _DL_PLATFORMS_COUNT to reflect the addition of
'power7'.
Defined PPC_PLATFORM_POWER7.
(_dl_string_platform): Add support for POWER7.
* sysdeps/powerpc/sysdep.h: Define bit masks for VSX
capability and ISA 2.06.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -1,3 +1,19 @@ +2008-08-01 Steven Munroe <sjmunroe@us.ibm.com> + Carlos Eduardo Seo <cseo@linux.vnet.ibm.com> + + [BZ #6817] + * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): + Added the members 'vsx' and 'arch_2_06'. + (_dl_powerpc_platforms): Add the member 'power7'. + * sysdeps/powerpc/dl-procinfo.h: Modify _DL_HWCAP_FIRST + to reflect the changes required by VSX and ISA 2.06. + Modify _DL_PLATFORMS_COUNT to reflect the addition of + 'power7'. + Defined PPC_PLATFORM_POWER7. + (_dl_string_platform): Add support for POWER7. + * sysdeps/powerpc/sysdep.h: Define bit masks for VSX + capability and ISA 2.06. + 2008-08-07 Ulrich Drepper <drepper@redhat.com> [BZ #6824] |