summaryrefslogtreecommitdiff
path: root/src/thread/microblaze/clone.s
AgeCommit message (Collapse)AuthorLines
2012-10-19fix order of syscall args for microblaze clone syscallRich Felker-3/+2
with this commit, based on testing with patches to qemu which are not yet upstream,
2012-09-29microblaze portRich Felker-0/+33
based on initial work by rdp, with heavy modifications. some features including threads are untested because qemu app-level emulation seems to be broken and I do not have a proper system image for testing.