Selaa lähdekoodia

Add back .size for _start

Joakim Tjernlund 20 vuotta sitten
vanhempi
commit
a759151a7d
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. 1 0
      libc/sysdeps/linux/i386/crt1.S

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

@@ -122,6 +122,7 @@ _start:
 #endif
 
 	hlt			/* Crash if somehow `exit' does return.  */
+.size _start,.-_start
 
 /* Define a symbol for the first piece of initialized data.  */
 	.data