diff options
author | Ulrich Drepper <drepper@redhat.com> | 2005-11-18 00:12:44 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2005-11-18 00:12:44 +0000 |
commit | 8f84d9310882598c62d529104f40757ce2e3ef83 (patch) | |
tree | 4faee5738e99d5d6da10b7ea44c070943d762899 /ChangeLog | |
parent | c59b95ecd93c19ee66dbc3aa7d5ee7d60eae319b (diff) | |
download | glibc-8f84d9310882598c62d529104f40757ce2e3ef83.tar glibc-8f84d9310882598c62d529104f40757ce2e3ef83.tar.gz glibc-8f84d9310882598c62d529104f40757ce2e3ef83.tar.bz2 glibc-8f84d9310882598c62d529104f40757ce2e3ef83.zip |
[BZ #1877]
2005-11-17 Steven Munroe <sjmunroe@us.ibm.com>
[BZ #1877]
* string/test-strncmp.c (do_test_limit): Handle zero length and
non-zero align values.
(test_main): Correct do_test_limit tests for 64-bit.
2005-11-15 Steven Munroe <sjmunroe@us.ibm.com>
* sysdeps/powerpc/sysdep.h (PPC_FEATURE_HAS_SPE,
PPC_FEATURE_HAS_EFP_SINGLE, PPC_FEATURE_HAS_EFP_DOUBLE,
PPC_FEATURE_NO_TB, PPC_FEATURE_POWER4, PPC_FEATURE_POWER5,
PPC_FEATURE_POWER5_PLUS, PPC_FEATURE_CELL, PPC_FEATURE_970):
Define to match 2.6.15 kernel.
* sysdeps/powerpc/fpu/e_sqrt.c: Remove dl-procinfo.h include.
* sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
* sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 19 |
1 files changed, 19 insertions, 0 deletions
@@ -1,3 +1,22 @@ +2005-11-17 Steven Munroe <sjmunroe@us.ibm.com> + + [BZ #1877] + * string/test-strncmp.c (do_test_limit): Handle zero length and + non-zero align values. + (test_main): Correct do_test_limit tests for 64-bit. + +2005-11-15 Steven Munroe <sjmunroe@us.ibm.com> + + * sysdeps/powerpc/sysdep.h (PPC_FEATURE_HAS_SPE, + PPC_FEATURE_HAS_EFP_SINGLE, PPC_FEATURE_HAS_EFP_DOUBLE, + PPC_FEATURE_NO_TB, PPC_FEATURE_POWER4, PPC_FEATURE_POWER5, + PPC_FEATURE_POWER5_PLUS, PPC_FEATURE_CELL, PPC_FEATURE_970): + Define to match 2.6.15 kernel. + + * sysdeps/powerpc/fpu/e_sqrt.c: Remove dl-procinfo.h include. + * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise. + * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise. + 2005-11-17 Roland McGrath <roland@redhat.com> * elf/elf.h (R_PPC64_ADDR30): Renamed to R_PPC64_REL30. |