summaryrefslogtreecommitdiff
path: root/libc
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2003-01-23 13:17:42 +0000
committerEric Andersen <andersen@codepoet.org>2003-01-23 13:17:42 +0000
commit37e26f6164473f3fb538c0b7c8952f854a25b917 (patch)
treedf0e0b46635cd1eedc5c72cf560db395b35df7b2 /libc
parentfc0f3ff28e91d51179ba46f2f83108f08eb6af96 (diff)
Shuffle two lines so the comment applies to the correct line.
Diffstat (limited to 'libc')
-rw-r--r--libc/sysdeps/linux/powerpc/crt0.S4
1 files changed, 2 insertions, 2 deletions
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. */