aboutsummaryrefslogtreecommitdiff
path: root/libgloss/moxie/sim-unlink.S
AgeCommit message (Collapse)AuthorFilesLines
2019-12-14Implement the unlink system call for the moxie simulator.Anthony Green1-2/+2
Corresponding support for this was just added to the gdb moxie simulator. Unlink support is required by the GCC testsuite.
2012-10-27Minor debugging aid for the moxie port.Anthony Green1-1/+1
2009-04-222009-04-22 Anthony Green <green@moxielogic.com>Jeff Johnston1-0/+28
* 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.