diff options
Diffstat (limited to 'libc')
| -rw-r--r-- | libc/sysdeps/linux/i386/crt1.S | 1 | 
1 files changed, 1 insertions, 0 deletions
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  | 
