summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/sparc/crt1.S
Commit message (Collapse)AuthorAgeFilesLines
* Revert "*/crt?.S: remove .size directives"Bernhard Reutner-Fischer2011-05-051-0/+1
| | | | | | Removing them generally was not a good idea This reverts commit 233c504cd940d9802226b6a3a092368b86978f5e.
* */crt?.S: remove .size directivesBernhard Reutner-Fischer2011-05-041-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>
* this should be able to handle both 32 and 64 bit sparcMike Frysinger2005-07-091-1/+1
|
* drop the envp codeMike Frysinger2005-07-091-5/+0
|
* rewrite crt in asm using glibc as a basisMike Frysinger2005-07-091-0/+139