]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - sysdeps/sparc/sparc32/elf/start.S
(CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4.
[thirdparty/glibc.git] / sysdeps / sparc / sparc32 / elf / start.S
index 702dd755e66970b7b3c2802bf447e411dda47632..2787fd27f8161135a8e12fd2731d042e4424e8a4 100644 (file)
@@ -48,7 +48,6 @@
        .global _start
        .type _start,#function
 _start:
-       cfi_startproc
 
 #ifdef SHARED
        sethi   %hi(_GLOBAL_OFFSET_TABLE_-4), %l7
@@ -60,7 +59,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,12 +91,4 @@ _start:
   /* Die very horribly if exit returns.  */
        unimp
 
-       cfi_endproc
-
        .size _start, .-_start
-
-/* Define a symbol for the first piece of initialized data.  */
-       .data
-       .globl  __data_start
-__data_start:
-weak_alias (__data_start, data_start)