From 37e26f6164473f3fb538c0b7c8952f854a25b917 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Thu, 23 Jan 2003 13:17:42 +0000 Subject: Shuffle two lines so the comment applies to the correct line. --- libc/sysdeps/linux/powerpc/crt0.S | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libc') diff --git a/libc/sysdeps/linux/powerpc/crt0.S b/libc/sysdeps/linux/powerpc/crt0.S index ec3fbd4ae..47fe7e786 100644 --- a/libc/sysdeps/linux/powerpc/crt0.S +++ b/libc/sysdeps/linux/powerpc/crt0.S @@ -34,7 +34,7 @@ .section ".text" .globl _start - .type main,%function + .type _start,@function #if defined L_crt0 || ! defined __UCLIBC_CTOR_DTOR__ .type __uClibc_main,%function #else @@ -45,7 +45,7 @@ /* Stick in a dummy reference to main(), so that if an application * is linking when the main() function is in a static library (.a) * we can be sure that main() actually gets linked in */ - .type _start,@function + .type main,%function _start: /* Save the stack pointer, in case we're statically linked under Linux. */ -- cgit v1.2.3