source:
pkg/security/vinnie/main/eglibc/trunk/debian/patches/amd64/local-clone.diff
@
6973
| Revision 6973, 830 bytes checked in by alanbach-guest, 3 years ago (diff) |
|---|
-
sysdeps/unix/sysv/linux/x86_64/clone.S
2006-11-30 Jan Kratochvil <jan.kratochvil@redhat.com> * sysdeps/unix/sysv/linux/x86_64/clone.S: Provide CFI for the outermost `clone' function to ensure proper unwinding stop of gdb. --- sysdeps/unix/sysv/linux/x86_64/clone.S | 4 ---- 1 file changed, 4 deletions(-)
a b 89 89 ret 90 90 91 91 L(thread_start): 92 cfi_startproc;93 /* Clearing frame pointer is insufficient, use CFI. */94 cfi_undefined (rip);95 92 /* Clear the frame pointer. The ABI suggests this be done, to mark 96 93 the outermost frame obviously. */ 97 94 xorl %ebp, %ebp … … 116 113 /* Call exit with return value from function call. */ 117 114 movq %rax, %rdi 118 115 call HIDDEN_JUMPTARGET (_exit) 119 cfi_endproc;120 116 121 117 cfi_startproc; 122 118 PSEUDO_END (BP_SYM (__clone))
Note: See TracBrowser
for help on using the repository browser.


