mirror of
https://sourceware.org/git/glibc.git
synced 2026-01-06 11:51:29 +03:00
.
This commit is contained in:
@@ -120,9 +120,6 @@ L(pseudo_end):
|
||||
ret
|
||||
|
||||
L(thread_start):
|
||||
cfi_startproc;
|
||||
/* Clearing frame pointer is insufficient, use CFI. */
|
||||
cfi_undefined (eip);
|
||||
/* Note: %esi is zero. */
|
||||
movl %esi,%ebp /* terminate the stack frame */
|
||||
#ifdef RESET_PID
|
||||
@@ -155,7 +152,6 @@ L(nomoregetpid):
|
||||
jmp L(haspid)
|
||||
.previous
|
||||
#endif
|
||||
cfi_endproc;
|
||||
|
||||
cfi_startproc
|
||||
PSEUDO_END (BP_SYM (__clone))
|
||||
|
||||
Reference in New Issue
Block a user