summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/powerpc/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>
2007-02-12Remove #APP/#NO_APP since -std=gnu99 will makeJoakim Tjernlund
gcc barf otherwise.
2003-11-05Continue the conversion to using per-arch crti.S and crtn.SEric Andersen