diff options
author | Roland McGrath <roland@gnu.org> | 2003-04-11 22:11:44 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2003-04-11 22:11:44 +0000 |
commit | 9fb0cae85c1266abff645b831b7070113c89d0aa (patch) | |
tree | 7d1f1220534f31e7bb854f3c2a46e7122a377928 /linuxthreads | |
parent | b35fce97f8d4a2963af866cb4801245d0f47d3ac (diff) | |
download | glibc-9fb0cae85c1266abff645b831b7070113c89d0aa.tar.gz glibc-9fb0cae85c1266abff645b831b7070113c89d0aa.tar.xz glibc-9fb0cae85c1266abff645b831b7070113c89d0aa.zip |
* string/test-strcmp.c (do_random_tests): Test whether return value
has been promoted to wordsize if the ABI requires caller to do so. * string/test-strncmp.c (do_random_tests): Likewise. * string/test-memcmp.c (do_random_tests): Likewise. * sysdeps/powerpc/powerpc64/strcmp.S (strcmp): Sign extend rRTN before returning.
Diffstat (limited to 'linuxthreads')
-rw-r--r-- | linuxthreads/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog index 9a2bb6b593..407385e734 100644 --- a/linuxthreads/ChangeLog +++ b/linuxthreads/ChangeLog @@ -1,3 +1,7 @@ +2003-04-11 Martin Schwidefsky <schwidefsky@de.ibm.com> + + * sysdeps/s390/pspinlock.c (__pthread_spin_unlock): Fix asm contraints. + 2003-04-03 Ulrich Drepper <drepper@redhat.com> * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h (PSEUDO): Add |