]> git.ipfire.org Git - thirdparty/glibc.git/commit
* sysdeps/unix/sysv/linux/s390/s390-32/makecontext.c (__makecontext):
authorUlrich Drepper <drepper@redhat.com>
Wed, 20 Sep 2006 14:31:00 +0000 (14:31 +0000)
committerUlrich Drepper <drepper@redhat.com>
Wed, 20 Sep 2006 14:31:00 +0000 (14:31 +0000)
commit60cb50c7b678a1cd2d794f134b81bea53dcf84b0
treec68d146f5e46a0dd9022c51afb768f3816b58ba5
parent33315cedf5da9c1974a0dff0097af074cf8dbb42
* sysdeps/unix/sysv/linux/s390/s390-32/makecontext.c (__makecontext):

Cast sp to unsigned long to avoid compiler warning.
Use __makecontext_ret function instead of a trampoline on the stack.
(__makecontext_ret): New function.
* sysdeps/unix/sysv/linux/s390/s390-64/makecontext.c: Likewise.
ChangeLog
sysdeps/unix/sysv/linux/s390/s390-32/makecontext.c
sysdeps/unix/sysv/linux/s390/s390-64/makecontext.c