Explorar el Código

Add back .size for __start

Joakim Tjernlund hace 19 años
padre
commit
a07dafe849
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      libc/sysdeps/linux/mips/crt1.S

+ 1 - 0
libc/sysdeps/linux/mips/crt1.S

@@ -112,6 +112,7 @@ __start:
 hlt:
 	/* Crash if somehow `__uClibc_start_main' returns anyway.  */
 	b   hlt
+.size __start,.-__start
 
 /* Define a symbol for the first piece of initialized data.  */
 	.data