Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | or1k: Fix critical handling in malloc locks | Jeff Johnston | 2015-08-07 | 1 | -2/+4 |
| | | | | | | | Only on first call to the recursive malloc lock the restore value of exception enable fields is stored. * libc/sys/or1k/mlock.c: Fix exception enable saving | ||||
* | * libc/sys/or1k/mlock.c: Fix dependency on libgloss. | Corinna Vinschen | 2015-01-22 | 1 | -2/+4 |
| | |||||
* | * configure.host: Add extra system for OpenRISC baremetal | Corinna Vinschen | 2015-01-14 | 1 | -0/+90 |
* libc/include/sys/config.h: Dynamic reentrancy for or1k sys targets * libc/sys/or1k/: New system for or1k baremetal * libc/sys/or1k/Makefile.am: New file * libc/sys/or1k/Makefile.in: New file * libc/sys/or1k/aclocal.m4: New file * libc/sys/or1k/configure.in: New file * libc/sys/or1k/configure: New file * libc/sys/or1k/getreent.S: New file * libc/sys/or1k/mlock.S: New file * libc/sys/or1k/or1k-asm.S: New file |