diff options
author | Ulrich Drepper <drepper@redhat.com> | 2009-08-16 00:39:43 -0700 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2009-08-16 00:39:43 -0700 |
commit | 677760a3076884bd6496e3676b1102db400f79d6 (patch) | |
tree | be1b26d8b414124f9bf20892e841e666ed2521d0 /ChangeLog | |
parent | 85fda49b9674152ca54d49e0028f981566f2554d (diff) | |
download | glibc-677760a3076884bd6496e3676b1102db400f79d6.tar glibc-677760a3076884bd6496e3676b1102db400f79d6.tar.gz glibc-677760a3076884bd6496e3676b1102db400f79d6.tar.bz2 glibc-677760a3076884bd6496e3676b1102db400f79d6.zip |
Fix 64-bit platform handling in test cases for generated headers with constants.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -1,3 +1,7 @@ +2009-08-16 Ulrich Drepper <drepper@redhat.com> + + * scripts/gen-as-const.awk: Fix test for 64-bit platform. + 2009-08-14 Ulrich Drepper <drepper@redhat.com> * test-skeleton.c (signal_handler): Renamed from timeout_handler. @@ -58,7 +62,7 @@ * sysdeps/x86_64/strcmp.S: Add support to compile with USE_SSSE3. In this case palignr is used. - * sysdeps/x86_64/multiarch/strcmp.S (strcmp): If SSE4.3 is not + * sysdeps/x86_64/multiarch/strcmp.S (strcmp): If SSE4.2 is not available but SSSE3 is, pick __str{,n}cmp_ssse3. * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines): Add strcmp-ssse3 and strncmp-ssse3. @@ -1803,7 +1807,7 @@ * sysdeps/x86_64/mp_clz_tab.c: New file. 2009-03-17 Ryan S. Arnold <rsa@us.ibm.com> - Ulrich Drepper <drepper@redhat.com> + Ulrich Drepper <drepper@redhat.com> * sysdeps/unix/sysv/linux/fallocate.c: Handle old kernel headers. * sysdeps/unix/sysv/linux/fallocate64.c: Likewise. |