diff options
Diffstat (limited to 'libc/sysdeps')
| -rw-r--r-- | libc/sysdeps/linux/mips/crt1.S | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/libc/sysdeps/linux/mips/crt1.S b/libc/sysdeps/linux/mips/crt1.S index 502a2ae9f..93f3b5e42 100644 --- a/libc/sysdeps/linux/mips/crt1.S +++ b/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  | 
