summaryrefslogtreecommitdiffstats
path: root/libgloss/moxie
Commit message (Collapse)AuthorAgeFilesLines
* The moxie sub.l instruction is now just sub.Anthony Green2014-12-271-2/+2
|
* Rebuilt moxie/configureAnthony Green2014-12-111-0/+16
|
* Fix typo in previous commitAnthony Green2014-07-281-1/+1
|
* Add moxiebox support.Anthony Green2014-07-273-5/+258
|
* * lm32/configure: Regenerate.Yaakov Selkowitz2013-07-171-1543/+2258
| | | | | * moxie/configure: Ditto. * spu/configure: Ditto.
* Minor debugging aid for the moxie port.Anthony Green2012-10-272-2/+2
|
* Minor optimization and bug fix for moxie.Anthony Green2012-10-271-7/+4
|
* bi-endian support for moxie.Anthony Green2012-09-131-2/+3
|
* add missing object files to qemu support library.Anthony Green2010-10-021-1/+4
|
* Minor crt0 improvement for moxieAnthony Green2010-10-021-3/+3
|
* * moxie/crt0.S (_start): Clear BSS at startup. Register _fini()Anthony Green2009-07-012-5/+15
| | | | | with atexit(). * moxie/sim-open.S: Fix comment.
* Add self to MAINTAINERS file. Tweak moxie stack position.Anthony Green2009-05-011-1/+1
|
* 2009-04-22 Anthony Green <green@moxielogic.com>Jeff Johnston2009-04-2228-0/+4746
* 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.