Index: uspace/lib/libc/arch/mips32/src/entry.s
===================================================================
--- uspace/lib/libc/arch/mips32/src/entry.s	(revision 3abe472f1a4f6b786d6b42b5f714cad40e76457f)
+++ uspace/lib/libc/arch/mips32/src/entry.s	(revision f86c184997a45bb99e3da039126d25ceb13bb3a6)
@@ -53,7 +53,4 @@
 	nop
 	
-	jal __io_init
-	nop
-	
 	jal main
 	nop
@@ -63,26 +60,4 @@
 .end
 
-.ent __entry_driver
-__entry_driver:
-	.frame $sp, 32, $31
-	.cpload $25
-	
-	
-	# Mips o32 may store its arguments on stack, make space (16 bytes),
-	# so that it could work with -O0
-	# Make space additional 16 bytes for the stack frame
-
-	addiu $sp, -32
-	.cprestore 16   # Allow PIC code
-	
-	jal __main
-	nop
-	
-	jal main
-	nop
-	
-	jal __exit
-	nop
-.end
 # Alignment of output section data to 0x4000
 .section .data
