diff options
author | Carmelo Amoroso <carmelo.amoroso@st.com> | 2008-06-18 16:59:33 +0000 |
---|---|---|
committer | Carmelo Amoroso <carmelo.amoroso@st.com> | 2008-06-18 16:59:33 +0000 |
commit | f3c549ad2d6056d81ad709040f485a5b3b14ac79 (patch) | |
tree | fb00d87f25aa2f07767ce0f6dd6b6cd255968ea6 /libc/sysdeps/linux/powerpc/crti.S | |
parent | 3d17dd647a04ad0837b063a610520fb6defb2d8d (diff) | |
download | uClibc-alpine-f3c549ad2d6056d81ad709040f485a5b3b14ac79.tar.bz2 uClibc-alpine-f3c549ad2d6056d81ad709040f485a5b3b14ac79.tar.xz |
Synch libc powerpc/arm/sh64/m68k/alpha/microblaze/i960/vax/e1 specific with trunk
Diffstat (limited to 'libc/sysdeps/linux/powerpc/crti.S')
-rw-r--r-- | libc/sysdeps/linux/powerpc/crti.S | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/libc/sysdeps/linux/powerpc/crti.S b/libc/sysdeps/linux/powerpc/crti.S index 491642496..09589ba8b 100644 --- a/libc/sysdeps/linux/powerpc/crti.S +++ b/libc/sysdeps/linux/powerpc/crti.S @@ -1,8 +1,6 @@ .file "initfini.c" -#APP .section .init -#NO_APP .align 2 .globl _init .type _init, @function @@ -10,13 +8,11 @@ _init: stwu 1,-32(1) mflr 0 stw 0,36(1) -#APP .align 2 .section .fini -#NO_APP .align 2 .globl _fini .type _fini, @function @@ -24,8 +20,5 @@ _fini: stwu 1,-32(1) mflr 0 stw 0,36(1) -#APP + .align 2 - - - .ident "GCC: (GNU) 3.3.1 20030626 (Debian prerelease)" |