summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/v850/crtn.S
AgeCommit message (Collapse)Author
2011-05-04*/crt?.S: remove .size directivesBernhard Reutner-Fischer
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>
2003-11-05Continue the conversion to using per-arch crti.S and crtn.SEric Andersen