diff options
author | Richard Henderson <rth@redhat.com> | 2004-03-11 21:34:25 +0000 |
---|---|---|
committer | Richard Henderson <rth@redhat.com> | 2004-03-11 21:34:25 +0000 |
commit | 9852f6dcfff04f9ab05ab1d19845108b5a4783ab (patch) | |
tree | 5d790acca723760864742bf872ba2012a0e8af47 /nptl/ChangeLog | |
parent | 43513fb738808dc2ab14b17aaf5be05d103340d4 (diff) | |
download | glibc-9852f6dcfff04f9ab05ab1d19845108b5a4783ab.tar glibc-9852f6dcfff04f9ab05ab1d19845108b5a4783ab.tar.gz glibc-9852f6dcfff04f9ab05ab1d19845108b5a4783ab.tar.bz2 glibc-9852f6dcfff04f9ab05ab1d19845108b5a4783ab.zip |
* sysdeps/alpha/tcb-offsets.sym (PID_OFFSET): New. * sysdeps/unix/sysv/linux/alpha/pt-vfork.S: Save/restore PID. * sysdeps/unix/sysv/linux/alpha/vfork.S: New file.
2004-03-11 Richard Henderson <rth@redhat.com>
* sysdeps/alpha/tcb-offsets.sym (PID_OFFSET): New.
* sysdeps/unix/sysv/linux/alpha/pt-vfork.S: Save/restore PID.
* sysdeps/unix/sysv/linux/alpha/vfork.S: New file.
Diffstat (limited to 'nptl/ChangeLog')
-rw-r--r-- | nptl/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog index 73363856e9..76af9036af 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,3 +1,9 @@ +2004-03-11 Richard Henderson <rth@redhat.com> + + * sysdeps/alpha/tcb-offsets.sym (PID_OFFSET): New. + * sysdeps/unix/sysv/linux/alpha/pt-vfork.S: Save/restore PID. + * sysdeps/unix/sysv/linux/alpha/vfork.S: New file. + 2004-03-11 Jakub Jelinek <jakub@redhat.com> * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S (__vfork): Use jgnl |