Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | microblaze TLS relocation support, completely untested | Rich Felker | 2012-10-15 | 1 | -0/+6 |
| | |||||
* | dynamic-linked TLS support for everything but dlopen'd libs | Rich Felker | 2012-10-04 | 1 | -1/+5 |
| | | | | | | | | currently, only i386 is tested. x86_64 and arm should probably work. the necessary relocation types for mips and microblaze have not been added because I don't understand how they're supposed to work, and I'm not even sure if it's defined yet on microblaze. I may be able to reverse engineer the requirements out of gcc/binutils output. | ||||
* | microblaze port | Rich Felker | 2012-09-29 | 1 | -0/+41 |
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. |