Load pointer to TID into R10_LP
This commit is contained in:
parent
ea2626f675
commit
f6ee662322
@ -1,3 +1,8 @@
|
|||||||
|
2012-05-15 H.J. Lu <hongjiu.lu@intel.com>
|
||||||
|
|
||||||
|
* sysdeps/unix/sysv/linux/x86_64/clone.S: Load pointer to TID
|
||||||
|
into R10_LP.
|
||||||
|
|
||||||
2012-05-15 H.J. Lu <hongjiu.lu@intel.com>
|
2012-05-15 H.J. Lu <hongjiu.lu@intel.com>
|
||||||
|
|
||||||
* sysdeps/unix/sysv/linux/x86_64/x32/dl-cache.h: New.
|
* sysdeps/unix/sysv/linux/x86_64/x32/dl-cache.h: New.
|
||||||
|
@ -72,7 +72,7 @@ ENTRY (BP_SYM (__clone))
|
|||||||
movq %rdx, %rdi
|
movq %rdx, %rdi
|
||||||
movq %r8, %rdx
|
movq %r8, %rdx
|
||||||
movq %r9, %r8
|
movq %r9, %r8
|
||||||
movq 8(%rsp), %r10
|
mov 8(%rsp), %R10_LP
|
||||||
movl $SYS_ify(clone),%eax
|
movl $SYS_ify(clone),%eax
|
||||||
|
|
||||||
/* End FDE now, because in the child the unwind info will be
|
/* End FDE now, because in the child the unwind info will be
|
||||||
|
Loading…
x
Reference in New Issue
Block a user