diff options
author | Ulrich Drepper <drepper@redhat.com> | 2008-04-09 18:30:12 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2008-04-09 18:30:12 +0000 |
commit | 6c30d38fdd1a9aa03efd8aa3569f64666658271c (patch) | |
tree | c9b2d7981fb8c7dfffc28d28fc6a9f7984da0c82 /ChangeLog | |
parent | de1bbf683e5b1c700c3f631ab8c7e8c7e4aabf90 (diff) | |
download | glibc-6c30d38fdd1a9aa03efd8aa3569f64666658271c.tar glibc-6c30d38fdd1a9aa03efd8aa3569f64666658271c.tar.gz glibc-6c30d38fdd1a9aa03efd8aa3569f64666658271c.tar.bz2 glibc-6c30d38fdd1a9aa03efd8aa3569f64666658271c.zip |
[BZ #5436]
2008-04-09 Ulrich Drepper <drepper@redhat.com>
* stdlib/tst-makecontext.c: Change parameter to cf to negative
value to check for correct sign extension.
[BZ #5436]
* sysdeps/unix/sysv/linux/x86_64/makecontext.c (__makecontext):
Copy 64-bit parameter values even though this is not required in
the standard.
* sysdeps/unix/sysv/linux/x86_64/vfork.S (__vfork): Record return
PC save.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -1,3 +1,16 @@ +2008-04-09 Ulrich Drepper <drepper@redhat.com> + + * stdlib/tst-makecontext.c: Change parameter to cf to negative + value to check for correct sign extension. + + [BZ #5436] + * sysdeps/unix/sysv/linux/x86_64/makecontext.c (__makecontext): + Copy 64-bit parameter values even though this is not required in + the standard. + + * sysdeps/unix/sysv/linux/x86_64/vfork.S (__vfork): Record return + PC save. + 2008-02-14 Daniel Jacobowitz <dan@codesourcery.com> * sysdeps/unix/sysv/linux/i386/vfork.S (__vfork): Record return |