Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-05-05 | Revert "*/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 directives | Bernhard 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-09 | this should be able to handle both 32 and 64 bit sparc | Mike Frysinger | |
2005-07-09 | drop the envp code | Mike Frysinger | |
2005-07-09 | rewrite crt in asm using glibc as a basis | Mike Frysinger | |