Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-11-27 | microblaze: sync sysdep-cancel.h/sydep.h with GNU libc | Waldemar Brodkorb | |
2016-11-03 | microblaze: add NPTL/TLS support from GNU libc | Waldemar Brodkorb | |
Not perfect, but a starting point. Some tests of the test suite are failing. | |||
2016-05-24 | microblaze: fix setjmp/longjmp | Waldemar Brodkorb | |
Sync mostly with GNU libc implementation of setjmp/longjmp. Just generate PIC compatible code, so no difference for static builds are made. Add sysdep.h with some handy assembly macros used inside setjmp.S/__longjmp.S. This unbreaks dynamic linker support, first test suite run only shows 10 errors, which doesn't look so bad. |