summaryrefslogtreecommitdiffstats
path: root/libgloss/moxie/crt0.S
Commit message (Collapse)AuthorAgeFilesLines
* The moxie sub.l instruction is now just sub.Anthony Green2014-12-271-2/+2
|
* Minor optimization and bug fix for moxie.Anthony Green2012-10-271-7/+4
|
* Minor crt0 improvement for moxieAnthony Green2010-10-021-3/+3
|
* * moxie/crt0.S (_start): Clear BSS at startup. Register _fini()Anthony Green2009-07-011-4/+14
| | | | | with atexit(). * moxie/sim-open.S: Fix comment.
* 2009-04-22 Anthony Green <green@moxielogic.com>Jeff Johnston2009-04-221-0/+40
* configure.in: Add moxie support. * configure: Regenerate. * moxie/aclocal.m4, moxie/configure, moxie/configure.in, moxie/crt0.S, moxie/fstat.c, moxie/getpid.c, isatty.c, moxie/kill.c, moxie/Makefile.in, moxie/moxie-elf-common.ld, moxie/print.c, moxie/putnum.c, moxie/qemu.ld, moxie/qemu-time.c, moxie/qemu-write.c, moxie/sbrk.c, moxie/sim-close.S, moxie/sim-exit.S, moxie/sim-inbyte.c, moxie/sim.ld, moxie/sim-lseek.c, moxie/sim-lseek.S, moxie/sim-open.S, moxie/sim-read.S, moxie/sim-time.c, moxie/sim-unlink.S, moxie/sim-write.S, moxie/stat.c: New files.