OSDN Git Service

Add back .size for _start
authorJoakim Tjernlund <joakim.tjernlund@transmode.se>
Sat, 28 May 2005 16:30:11 +0000 (16:30 -0000)
committerJoakim Tjernlund <joakim.tjernlund@transmode.se>
Sat, 28 May 2005 16:30:11 +0000 (16:30 -0000)
libc/sysdeps/linux/i386/crt1.S

index b5c6849..47de89d 100644 (file)
@@ -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