1.text
2.global __pthread_new_thread_entry
3__pthread_new_thread_entry:
4	ldr r0, [sp, #8]
5	ldr r1, [sp, #0]
6	add sp, sp, #12
7	bic sp, sp, #7
8        mov lr, #0
9	mov pc, r1
10