summaryrefslogtreecommitdiffstats
path: root/newlib/libc/sys/or1k/mlock.c
Commit message (Collapse)AuthorAgeFilesLines
* or1k: Fix critical handling in malloc locksJeff Johnston2015-08-071-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 Vinschen2015-01-221-2/+4
|
* * configure.host: Add extra system for OpenRISC baremetalCorinna Vinschen2015-01-141-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