From a759151a7d204ab9c194326bbe151fdd78c72667 Mon Sep 17 00:00:00 2001 From: Joakim Tjernlund Date: Sat, 28 May 2005 16:30:11 +0000 Subject: Add back .size for _start --- libc/sysdeps/linux/i386/crt1.S | 1 + 1 file changed, 1 insertion(+) (limited to 'libc/sysdeps/linux') diff --git a/libc/sysdeps/linux/i386/crt1.S b/libc/sysdeps/linux/i386/crt1.S index b5c684998..47de89d9a 100644 --- a/libc/sysdeps/linux/i386/crt1.S +++ b/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 -- cgit v1.2.3