summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/cris/sysdep.h
Commit message (Collapse)AuthorAgeFilesLines
* cris: Fix build issuesKhem Raj2011-01-151-0/+2
| | | | | | Thanks Waldemar Brodkorb for reporting Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Added support for the new CRISv32 architecture.Peter Kjellerstedt2006-02-231-6/+40
|
* A little clean up.Peter Kjellerstedt2006-02-231-16/+16
|
* remove things that libc-symbols.h already defines for usMike Frysinger2006-01-261-3/+0
|
* Kill off all support for 'gcc -pg' / 'gprof' style profiling. There is both aEric Andersen2004-08-211-23/+1
| | | | | | | | size and performance penalty to profiling applications this way, as well as Heisenberg effects, where the act of measuring changes what is measured. There are better tools for doing profiling, such as OProfile, that do not require gcc to instrument the application code. -Erik
* Properly prefix some symbolsEric Andersen2002-11-031-8/+3
|
* Cosmetic cleanup.Tobias Anderberg2002-09-231-1/+5
|
* * Added clone() system call.Tobias Anderberg2002-09-201-0/+16
| | | | | | | | | | | | * Proper implementation of bits/syscalls.h, no cheating by just including <asm/unistd.h>. * Proper implementation of syscall.S, it no longer contains the __syscall_error, instead it contains code which makes syscall(nr,...) a system call. * Added sysdep.S which contains the code for __syscall_error. * Added some macros to sysdep.h. * Added sys/procfs.h, which is needed when compiling with thread support. * Removed unused syscall-cris.c.
* Initial version of the CRIS port.Tobias Anderberg2002-09-161-0/+125