diff options
author | Andreas Schwab <aschwab@redhat.com> | 2009-07-05 23:46:03 -0700 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2009-07-05 23:46:03 -0700 |
commit | 2123d5815eaaa53a772be4b6069bdc6332f2f491 (patch) | |
tree | 31cf4dcda11f52f10f65338c1ef2d85a36c8c336 /ChangeLog | |
parent | cea43295928d46c3a951ac9d949197c83da7e217 (diff) | |
download | glibc-2123d5815eaaa53a772be4b6069bdc6332f2f491.tar glibc-2123d5815eaaa53a772be4b6069bdc6332f2f491.tar.gz glibc-2123d5815eaaa53a772be4b6069bdc6332f2f491.tar.bz2 glibc-2123d5815eaaa53a772be4b6069bdc6332f2f491.zip |
Fix wrong PPC_FEATURE_* values.
Nothing uses these wrong values yet, but it fixes a warning due to
conflicting definitions in <asm/cputable.h>.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2009-07-03 Andreas Schwab <aschwab@redhat.com> + + * sysdeps/powerpc/sysdep.h (PPC_FEATURE_ARCH_2_06): Fix value. + (PPC_FEATURE_HAS_VSX): Likewise. + 2009-07-03 Ulrich Drepper <drepper@redhat.com> * sysdeps/x86_64/multiarch/strcspn-c.c: Minor cleanups. |