mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-30 22:43:12 +03:00
Update.
2001-05-16 Martin Schwidefsky <schwidefsky@de.ibm.com> * sysdeps/unix/sysv/linux/s390/s390-64/clone.S: Fix stack allocation.
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
2001-05-16 Martin Schwidefsky <schwidefsky@de.ibm.com>
|
||||||
|
|
||||||
|
* sysdeps/unix/sysv/linux/s390/s390-64/clone.S: Fix stack allocation.
|
||||||
|
|
||||||
2001-05-16 Bruce Mitchener <bruce@cubik.org>
|
2001-05-16 Bruce Mitchener <bruce@cubik.org>
|
||||||
|
|
||||||
* manual/llio.texi: Many grammar and typo fixes to the section
|
* manual/llio.texi: Many grammar and typo fixes to the section
|
||||||
|
@ -46,7 +46,7 @@ thread_start:
|
|||||||
/* fn is in gpr 1, arg in gpr 5 */
|
/* fn is in gpr 1, arg in gpr 5 */
|
||||||
lgr %r2,%r5 /* set first parameter to void *arg */
|
lgr %r2,%r5 /* set first parameter to void *arg */
|
||||||
sgr %r11,%r11 /* terminate the stack frame */
|
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 */
|
basr %r14,%r1 /* jump to fn */
|
||||||
#ifdef PIC
|
#ifdef PIC
|
||||||
larl %r12,_GLOBAL_OFFSET_TABLE_
|
larl %r12,_GLOBAL_OFFSET_TABLE_
|
||||||
|
Reference in New Issue
Block a user