summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/cris/crt1.S
Commit message (Collapse)AuthorAgeFilesLines
* Revert "*/crt?.S: remove .size directives"Bernhard Reutner-Fischer2011-05-051-0/+2
| | | | | | Removing them generally was not a good idea This reverts commit 233c504cd940d9802226b6a3a092368b86978f5e.
* */crt?.S: remove .size directivesBernhard Reutner-Fischer2011-05-041-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 Kjellerstedt2006-02-221-31/+29
|
* try at crt1 code by tweaking crt0.c and utilizing the -S output of gccMike Frysinger2006-01-271-0/+58