openrisc / or1k-glibc

glibc port for or1k
GNU General Public License v2.0
3 stars 7 forks source link

Or1k port #3

Closed stffrdhrn closed 4 years ago

stffrdhrn commented 5 years ago

These are the patches for the openrisc port. This PR will help us track what is left before final upstreaming. Also as master should be in sync with glibc master we will be able to detect when conflicts come about.

stffrdhrn commented 5 years ago

Open TODO items

sysdeps/unix/sysv/linux/or1k/bits/statfs.h:/* TODO: or1k gcc doesn't handle alignment as it should.
sysdeps/unix/sysv/linux/or1k/bits/siginfo.h:/* TODO: copied from x86 is this needed?  */
sysdeps/unix/sysv/linux/or1k/sys/procfs.h:/* TODO: this looks like a complete copy, is it needed?  */
sysdeps/unix/sysv/linux/or1k/sysdep.h: * TODO: Implement pointer guards */

sysdeps/or1k/nptl/bits/pthreadtypes-arch.h:/* TODO: fix these! */
sysdeps/or1k/nptl/tls.h:  /* TODO: uintptr_t pointer_guard;
sysdeps/or1k/nptl/tls.h:   * TODO: uintptr_t stack_guard; */
sysdeps/or1k/machine-gmon.h:// TODO: stub need to test
sysdeps/or1k/dl-trampoline.S:/* TODO: _dl_runtime_profile */