Provide CFI for the outermost clone() to ensure proper unwinding stop
of gdb.
+2006-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
+
+ [BZ #6693]
+ * sysdeps/unix/sysv/linux/x86_64/clone.S: Provide CFI for the outermost
+ `clone' function to ensure proper unwinding stop of gdb.
+
2010-05-31 Petr Baudis <pasky@suse.cz>
[BZ #11149]
ret
L(thread_start):
- cfi_startproc;
- /* Clearing frame pointer is insufficient, use CFI. */
- cfi_undefined (rip);
/* Clear the frame pointer. The ABI suggests this be done, to mark
the outermost frame obviously. */
xorl %ebp, %ebp
/* Call exit with return value from function call. */
movq %rax, %rdi
call HIDDEN_JUMPTARGET (_exit)
- cfi_endproc;
cfi_startproc;
PSEUDO_END (BP_SYM (__clone))