]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
* sysdeps/unix/sysv/linux/i386/clone.S: Revert 2006-11-30 changes.
authorJakub Jelinek <jakub@redhat.com>
Tue, 31 Jul 2007 12:51:32 +0000 (12:51 +0000)
committerJakub Jelinek <jakub@redhat.com>
Tue, 31 Jul 2007 12:51:32 +0000 (12:51 +0000)
* sysdeps/unix/sysv/linux/x86_64/clone.S: Likewise.

ChangeLog
sysdeps/unix/sysv/linux/i386/clone.S
sysdeps/unix/sysv/linux/x86_64/clone.S

index 8ae1bd2f5a01eb52b882629290db0d6a4721724a..fb6ec34475013da53fb2b16314225ce0ca23328d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2007-07-31  Jakub Jelinek  <jakub@redhat.com>
 
+       * sysdeps/unix/sysv/linux/i386/clone.S: Revert 2006-11-30 changes.
+       * sysdeps/unix/sysv/linux/x86_64/clone.S: Likewise.
+
        * stdio-common/tfformat.c (sprint_doubles): Add 12 new tests.
 
 2007-07-28  Ulrich Drepper  <drepper@redhat.com>
index f73a4b5195720cd319c0e9c6679a268868b1ee35..54524ec120c9c33cb39a22ed960e6466074d5bea 100644 (file)
@@ -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))
index db42f209c9fe4e827a816b753adf5b57fdf8849a..8a12b09035eeece1f9bd41cdb5077216be92f326 100644 (file)
@@ -89,9 +89,6 @@ L(pseudo_end):
        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
@@ -116,7 +113,6 @@ L(thread_start):
        /* Call exit with return value from function call. */
        movq    %rax, %rdi
        call    HIDDEN_JUMPTARGET (_exit)
-       cfi_endproc;
 
        cfi_startproc;
 PSEUDO_END (BP_SYM (__clone))