summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/x86_64/crt1.S
AgeCommit message (Collapse)Author
2011-05-05Revert "*/crt?.S: remove .size directives"Bernhard Reutner-Fischer
Removing them generally was not a good idea This reverts commit 233c504cd940d9802226b6a3a092368b86978f5e.
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>
2005-07-14import the rest of the glibc start.S so PIE worksMike Frysinger
2005-07-09setting envp is pointless since no other arch does itMike Frysinger
2005-07-06use % as the function marker instead of @Mike Frysinger
2005-07-01tweak whitespace/syntaxMike Frysinger
2005-06-29rename crt0.S to crt1.S and clean up so it actually works :)Mike Frysinger