| Commit message (Expand) | Author | Age | Files | Lines |
| * | fix order of syscall args for microblaze clone syscall•••with this commit, based on testing with patches to qemu which are not
yet upstream,
| Rich Felker | 2012-10-19 | 1 | -3/+2 |
| * | ensure microblaze __set_thread_area returns success•••since it did not set the return-value register, the caller could
wrongly interpret this as failure.
| Rich Felker | 2012-10-18 | 1 | -1/+2 |
| * | fix microblaze asm relocations for shared libc•••only @PLT relocations are considered functions for purposes of
-Bsymbolic-functions, so always use @PLT. it should not hurt in the
static-linked case.
| Rich Felker | 2012-10-17 | 1 | -1/+1 |
| * | microblaze port•••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.
| Rich Felker | 2012-09-29 | 4 | -0/+65 |