Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-04-02 | add __sigsetjmp ABI-compat alias for sigsetjmp | Rich Felker | 1 | -0/+3 | |
2012-10-18 | fix (hopefully; untested) completely broken/incomplete microblaze sigsetjmp | Rich Felker | 1 | -3/+12 | |
2012-10-17 | fix microblaze asm relocations for shared libc | Rich Felker | 1 | -2/+2 | |
only @PLT relocations are considered functions for purposes of -Bsymbolic-functions, so always use @PLT. it should not hurt in the static-linked case. | |||||
2012-09-29 | microblaze port | Rich Felker | 1 | -0/+9 | |
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. |