diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-02-21 19:25:36 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-02-21 19:25:36 +0000 |
commit | 6f50cb0027e20134991525fa43a9b95e7640c9ed (patch) | |
tree | c945bf582dd0643558a2023ef812b54f4b65d31a /linuxthreads/ChangeLog | |
parent | cef0a48dd199f20461719c667b977264d51da935 (diff) | |
download | glibc-6f50cb0027e20134991525fa43a9b95e7640c9ed.tar.gz glibc-6f50cb0027e20134991525fa43a9b95e7640c9ed.tar.xz glibc-6f50cb0027e20134991525fa43a9b95e7640c9ed.zip |
Update.
* sysdeps/x86_64/dl-machine.h (elf_machine_rela) <R_X86_64_PC32>: Check for signed overflow, not unsigned. 2003-02-21 Jakub Jelinek <jakub@redhat.com>
Diffstat (limited to 'linuxthreads/ChangeLog')
-rw-r--r-- | linuxthreads/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog index 26c0c27687..bcd5ea1b00 100644 --- a/linuxthreads/ChangeLog +++ b/linuxthreads/ChangeLog @@ -1,3 +1,13 @@ +2003-02-21 Jakub Jelinek <jakub@redhat.com> + + * sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S (__vfork): Call + __fork instead of branching to it if BROKEN_SPARC_WDISP22. + * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h (PSEUDO): + Fix typo. + * sysdeps/unix/sysv/linux/sparc/Makefile (specs): Add ./ prefix + to crti.o and crtn.o. + * sysdeps/unix/sysv/linux/x86_64/Makefile (specs): Likewise. + 2003-02-21 Roland McGrath <roland@redhat.com> * Makefile (install-lib-ldscripts): New variable. |