<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">--- libc/sysdeps/linux/mips/crtn.S
+++ libc/sysdeps/linux/mips/crtn.S
@@ -21,6 +21,7 @@
 	.set	reorder
 
 	.end	_init
+	.size	_init,.-.init
 #APP
 	
 	.section .fini
@@ -40,6 +41,7 @@
 	.set	reorder
 
 	.end	_fini
+	.size	_fini,.-.fini
 #APP
 	
 	.ident	"GCC: (GNU) 3.3.2"
</pre></body></html>