summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/mips
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2011-05-04 10:01:24 +0200
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2011-05-04 20:40:49 +0200
commit233c504cd940d9802226b6a3a092368b86978f5e (patch)
tree944ac0f0754491c90b9e3d0474acc8302830bb46 /libc/sysdeps/linux/mips
parent4916fd889ec1c60710faa528a3ccdb50973198e2 (diff)
*/crt?.S: remove .size directives
sed -i -e '/\.size[[:space:]]/d' $(grep -l "\.size" libc/sysdeps/linux/*/crt*.[sSc]) Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Diffstat (limited to 'libc/sysdeps/linux/mips')
-rw-r--r--libc/sysdeps/linux/mips/crt1.S1
1 files changed, 0 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/mips/crt1.S b/libc/sysdeps/linux/mips/crt1.S
index 6a804125e..90f69e9c8 100644
--- a/libc/sysdeps/linux/mips/crt1.S
+++ b/libc/sysdeps/linux/mips/crt1.S
@@ -118,7 +118,6 @@ __start:
hlt:
/* Crash if somehow `__uClibc_main' returns anyway. */
b hlt
-.size __start,.-__start
.end __start
/* Define a symbol for the first piece of initialized data. */