From: Andreas Jaeger Date: Wed, 16 May 2001 16:12:54 +0000 (+0000) Subject: Update. X-Git-Tag: cvs/pre-lgplv2_1~191 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f010f4a36f2b6e037a78dfa82ca2f666da1657f9;p=thirdparty%2Fglibc.git Update. 2001-05-16 Martin Schwidefsky * sysdeps/unix/sysv/linux/s390/s390-64/clone.S: Fix stack allocation. --- diff --git a/ChangeLog b/ChangeLog index 6892a1b5469..a95766fa4de 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2001-05-16 Martin Schwidefsky + + * sysdeps/unix/sysv/linux/s390/s390-64/clone.S: Fix stack allocation. + 2001-05-16 Bruce Mitchener * manual/llio.texi: Many grammar and typo fixes to the section diff --git a/sysdeps/unix/sysv/linux/s390/s390-64/clone.S b/sysdeps/unix/sysv/linux/s390/s390-64/clone.S index c6b160ac394..a491b095180 100644 --- a/sysdeps/unix/sysv/linux/s390/s390-64/clone.S +++ b/sysdeps/unix/sysv/linux/s390/s390-64/clone.S @@ -46,7 +46,7 @@ thread_start: /* fn is in gpr 1, arg in gpr 5 */ lgr %r2,%r5 /* set first parameter to void *arg */ sgr %r11,%r11 /* terminate the stack frame */ - aghi %r15,-96 /* make room on the stack for the save area */ + aghi %r15,-160 /* make room on the stack for the save area */ basr %r14,%r1 /* jump to fn */ #ifdef PIC larl %r12,_GLOBAL_OFFSET_TABLE_