summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/mips/crt1.S
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2005-06-10 09:31:21 +0000
committerEric Andersen <andersen@codepoet.org>2005-06-10 09:31:21 +0000
commit1b3a4d860f786a7ded0fda7a5cd0b6e5eeb5e4ab (patch)
tree65c1a1e0575e2f22f3a52271224d48858e3f53f0 /libc/sysdeps/linux/mips/crt1.S
parent4e7b770ecb522ef26f9ff91ebb8dae67f20fda0f (diff)
silly rabbit
Diffstat (limited to 'libc/sysdeps/linux/mips/crt1.S')
-rw-r--r--libc/sysdeps/linux/mips/crt1.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/mips/crt1.S b/libc/sysdeps/linux/mips/crt1.S
index 4c00bd081..d0769e88a 100644
--- a/libc/sysdeps/linux/mips/crt1.S
+++ b/libc/sysdeps/linux/mips/crt1.S
@@ -75,7 +75,7 @@
.type _init,@function
.type _fini,@function
.type main,@function
- .type __uClibc_start_main,@function
+ .type __uClibc_main,@function
__start:
#ifdef __PIC__