mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-11 07:40:05 +00:00
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>
|
||||
|
||||
* sysdeps/unix/sysv/linux/x86_64/x32/dl-cache.h: New.
|
||||
|
@ -72,7 +72,7 @@ ENTRY (BP_SYM (__clone))
|
||||
movq %rdx, %rdi
|
||||
movq %r8, %rdx
|
||||
movq %r9, %r8
|
||||
movq 8(%rsp), %r10
|
||||
mov 8(%rsp), %R10_LP
|
||||
movl $SYS_ify(clone),%eax
|
||||
|
||||
/* End FDE now, because in the child the unwind info will be
|
||||
|
Loading…
Reference in New Issue
Block a user