Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert "*/crt?.S: remove .size directives" | Bernhard Reutner-Fischer | 2011-05-05 | 1 | -0/+2 |
| | | | | | | Removing them generally was not a good idea This reverts commit 233c504cd940d9802226b6a3a092368b86978f5e. | ||||
* | */crt?.S: remove .size directives | Bernhard Reutner-Fischer | 2011-05-04 | 1 | -2/+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> | ||||
* | Cleaned up the assembler code a little. | Peter Kjellerstedt | 2006-02-22 | 1 | -31/+29 |
| | |||||
* | try at crt1 code by tweaking crt0.c and utilizing the -S output of gcc | Mike Frysinger | 2006-01-27 | 1 | -0/+58 |