diff options
author | Andreas Jaeger <aj@suse.de> | 2002-09-30 07:10:02 +0000 |
---|---|---|
committer | Andreas Jaeger <aj@suse.de> | 2002-09-30 07:10:02 +0000 |
commit | e53ed88d786b670feb3ef5a1a85e3cbd2c4ef99f (patch) | |
tree | 76123536e9eeb0cfb43c2b9ed8dd749d7b09286a | |
parent | f6c1008561bc9590bac9b1f79b8e50f62ed8f462 (diff) | |
download | glibc-cvs/glibc-2-2-branch.tar.gz glibc-cvs/glibc-2-2-branch.tar.xz glibc-cvs/glibc-2-2-branch.zip |
Update from CVS mainline. cvs/glibc-2-2-branch
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index d94ddfe767..e3e4e11013 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +2002-09-30 Andreas Jaeger <aj@suse.de> + + * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_ERROR_HANDLER): + Store 4 bytes into errno, not 8 bytes. + +2002-09-29 Roland McGrath <roland@redhat.com> + + * sysdeps/unix/x86_64/sysdep.S: Store 32 bits at errno, not 64 bits. + AFAICT, it was just blind luck that the word following errno in .bss + was just alignment padding and not some other variable to be clobbered. + 2002-09-23 Ulrich Drepper <drepper@redhat.com> * po/zh_CN.po: New file. |