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 /ChangeLog | |
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 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 10870c435f..aa8bd7b4ca 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,13 @@ 2003-04-11 Jakub Jelinek <jakub@redhat.com> + * 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. + * sysdeps/unix/sysv/linux/powerpc/powerpc64/fe_nomask.c (__fe_nomask_env): Try prctl even if __ASSUME_NEW_PRCTL_SYSCALL is not defined, but the prctl constants are. |