From 698b37c48595106acf366a3cecc08ccad0bad3c4 Mon Sep 17 00:00:00 2001 From: Joakim Tjernlund Date: Mon, 12 Feb 2007 09:23:14 +0000 Subject: Remove #APP/#NO_APP since -std=gnu99 will make gcc barf otherwise. --- libc/sysdeps/linux/powerpc/crti.S | 9 --------- 1 file changed, 9 deletions(-) (limited to 'libc/sysdeps/linux/powerpc/crti.S') diff --git a/libc/sysdeps/linux/powerpc/crti.S b/libc/sysdeps/linux/powerpc/crti.S index 491642496..a6ea25003 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,3 @@ _fini: stwu 1,-32(1) mflr 0 stw 0,36(1) -#APP - .align 2 - - - .ident "GCC: (GNU) 3.3.1 20030626 (Debian prerelease)" -- cgit v1.2.3