diff options
author | Joakim Tjernlund <joakim.tjernlund@transmode.se> | 2005-05-28 16:36:52 +0000 |
---|---|---|
committer | Joakim Tjernlund <joakim.tjernlund@transmode.se> | 2005-05-28 16:36:52 +0000 |
commit | a07dafe8491978491ad174ff3cc472546bc921f7 (patch) | |
tree | e979f8773ff0df475bcc60d8cfa35afd49376ab8 /libc/sysdeps/linux | |
parent | a759151a7d204ab9c194326bbe151fdd78c72667 (diff) |
Add back .size for __start
Diffstat (limited to 'libc/sysdeps/linux')
-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 |