Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert "*/crt?.S: remove .size directives" | Bernhard Reutner-Fischer | 2011-05-05 | 1 | -0/+1 |
| | | | | | | Removing them generally was not a good idea This reverts commit 233c504cd940d9802226b6a3a092368b86978f5e. | ||||
* | */crt?.S: remove .size directives | Bernhard Reutner-Fischer | 2011-05-04 | 1 | -1/+0 |
| | | | | | | 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> | ||||
* | import the rest of the glibc start.S so PIE works | Mike Frysinger | 2005-07-14 | 1 | -12/+12 |
| | |||||
* | setting envp is pointless since no other arch does it | Mike Frysinger | 2005-07-09 | 1 | -4/+0 |
| | |||||
* | use % as the function marker instead of @ | Mike Frysinger | 2005-07-06 | 1 | -5/+5 |
| | |||||
* | tweak whitespace/syntax | Mike Frysinger | 2005-07-01 | 1 | -10/+10 |
| | |||||
* | rename crt0.S to crt1.S and clean up so it actually works :) | Mike Frysinger | 2005-06-29 | 1 | -0/+144 |