]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
* sysdeps/sparc/sparc32/elf/start.S: Remove cfi_* markup. cvs/fedora-glibc-20070918T1931
authorJakub Jelinek <jakub@redhat.com>
Tue, 18 Sep 2007 19:29:44 +0000 (19:29 +0000)
committerJakub Jelinek <jakub@redhat.com>
Tue, 18 Sep 2007 19:29:44 +0000 (19:29 +0000)
* sysdeps/sparc/sparc64/elf/start.S: Likewise.
* sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__thread_start): Likewise.
* sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__thread_start): Likewise.
* sysdeps/sparc/sparc32/elf/start.S: Remove cfi_* markup.
* sysdeps/sparc/sparc64/elf/start.S: Likewise.
* sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__thread_start): Likewise.
* sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__thread_start): Likewise.

ChangeLog
sysdeps/sparc/sparc32/elf/start.S
sysdeps/sparc/sparc64/elf/start.S
sysdeps/unix/sysv/linux/sparc/sparc32/clone.S
sysdeps/unix/sysv/linux/sparc/sparc64/clone.S

index cf1f8da93f91249d5ac89f650e2c43579b5e9ab4..4e318cf4ce5adb673c97f0841fe8c1565b75c81c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2007-09-18  Jakub Jelinek  <jakub@redhat.com>
 
+       * sysdeps/sparc/sparc32/elf/start.S: Remove cfi_* markup.
+       * sysdeps/sparc/sparc64/elf/start.S: Likewise.
+       * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__thread_start): Likewise.
+       * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__thread_start): Likewise.
+
        * sysdeps/generic/ldsodefs.h (DL_LOOKUP_GSCOPE_LOCK): New definition.
        * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Or in
        DL_LOOKUP_GSCOPE_LOCK into flags after THREAD_GSCOPE_SET_FLAG ().
index 702dd755e66970b7b3c2802bf447e411dda47632..85adb7322f5b2162c01507d93924b160df6f09b9 100644 (file)
@@ -1,5 +1,5 @@
 /* Startup code for elf32-sparc
-   Copyright (C) 1997, 1998, 2002, 2004 Free Software Foundation, Inc.
+   Copyright (C) 1997, 1998, 2002, 2004, 2007 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
    Contributed by Richard Henderson <richard@gnu.ai.mit.edu>, 1997.
 
@@ -48,8 +48,6 @@
        .global _start
        .type _start,#function
 _start:
-       cfi_startproc
-
 #ifdef SHARED
        sethi   %hi(_GLOBAL_OFFSET_TABLE_-4), %l7
        call    .LLGETPC0
@@ -60,7 +58,6 @@ _start:
      drop their arguments.  */
        mov     %g0, %fp
        sub     %sp, 6*4, %sp
-       cfi_adjust_cfa_offset(6*4)
 
   /* Extract the arguments and environment as encoded on the stack.  The
      argument info starts after one register window (16 words) past the SP.  */
@@ -93,8 +90,6 @@ _start:
   /* Die very horribly if exit returns.  */
        unimp
 
-       cfi_endproc
-
        .size _start, .-_start
 
 /* Define a symbol for the first piece of initialized data.  */
index df44cae0686129496b0ec1ff62a847f0f75017f8..650d3d3048d3355033cc2f124f14e760e3cadb3f 100644 (file)
@@ -1,5 +1,5 @@
 /* Startup code for elf64-sparc
-   Copyright (C) 1997, 1998, 2002, 2004 Free Software Foundation, Inc.
+   Copyright (C) 1997, 1998, 2002, 2004, 2007 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
    Contributed by Richard Henderson <richard@gnu.ai.mit.edu>, 1997.
 
@@ -48,8 +48,6 @@
        .global _start
        .type _start,#function
 _start:
-       cfi_startproc
-
 #ifdef SHARED
        sethi   %hi(_GLOBAL_OFFSET_TABLE_-4), %l7
        call    .LLGETPC0
@@ -60,7 +58,6 @@ _start:
      drop their arguments.  */
        mov     %g0, %fp
        sub     %sp, 6*8, %sp
-       cfi_adjust_cfa_offset(6*8)
 
   /* Extract the arguments and environment as encoded on the stack.  The
      argument info starts after one register window (16 words) past the SP,
@@ -94,8 +91,6 @@ _start:
   /* Die very horribly if exit returns.  */
        illtrap 0
 
-       cfi_endproc
-
        .size _start, .-_start
 
 /* Define a symbol for the first piece of initialized data.  */
index a64d8e519bb491f6a9a0738e203496e4c5f8f639..b623bfb8def53a55db27221f0a882895107f0828 100644 (file)
@@ -82,8 +82,6 @@ END(__clone)
 
        .type   __thread_start,@function
 __thread_start:
-       cfi_startproc
-
 #ifdef RESET_PID
        sethi   %hi(CLONE_THREAD), %l0
        andcc   %g4, %l0, %g0
@@ -104,8 +102,6 @@ __thread_start:
        call    HIDDEN_JUMPTARGET(_exit),0
         nop
 
-       cfi_endproc
-
        .size   __thread_start, .-__thread_start
 
 weak_alias (__clone, clone)
index 2bbbd802024d32ad8fe5b77f6164bb0ef9b1cc34..9d101e239b4b82e5bd445ba92304a82e655cfcb6 100644 (file)
@@ -78,7 +78,6 @@ END(__clone)
 
        .type __thread_start,@function
 __thread_start:
-       cfi_startproc
 #ifdef RESET_PID
        sethi   %hi(CLONE_THREAD), %l0
        andcc   %g4, %l0, %g0
@@ -97,7 +96,6 @@ __thread_start:
         mov    %g3,%o0
        call    HIDDEN_JUMPTARGET(_exit),0
         nop
-       cfi_endproc
 
        .size   __thread_start, .-__thread_start