Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix microblaze asm relocations for shared libc | Rich Felker | 2012-10-17 | 1 | -1/+1 |
| | | | | | | only @PLT relocations are considered functions for purposes of -Bsymbolic-functions, so always use @PLT. it should not hurt in the static-linked case. | ||||
* | microblaze port | Rich Felker | 2012-09-29 | 1 | -0/+5 |
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. |