From a07dafe8491978491ad174ff3cc472546bc921f7 Mon Sep 17 00:00:00 2001 From: Joakim Tjernlund Date: Sat, 28 May 2005 16:36:52 +0000 Subject: Add back .size for __start --- libc/sysdeps/linux/mips/crt1.S | 1 + 1 file changed, 1 insertion(+) (limited to 'libc/sysdeps/linux/mips/crt1.S') 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 -- cgit v1.2.3