Merge "Rename __bionic_clone_entry to __start_thread."

This commit is contained in:
Elliott Hughes
2014-06-06 22:24:44 +00:00
committed by Gerrit Code Review
7 changed files with 13 additions and 13 deletions

View File

@@ -62,12 +62,12 @@ ENTRY(__bionic_clone)
.cfi_undefined %rip
.cfi_undefined %rbp
# We're in the child now, so call __bionic_clone_entry
# We're in the child now, so call __start_thread
# with the arguments from the child stack moved into
# the appropriate registers.
popq %rdi # fn
popq %rsi # arg
call __bionic_clone_entry
call __start_thread
hlt
.L_bc_parent: