summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/bfin/bits/syscalls.h
Commit message (Collapse)AuthorAgeFilesLines
* *: silence some warningsBernhard Reutner-Fischer2012-01-261-3/+4
| | | | | | warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement] Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
* syscall: unify part 2: NCS varietyMike Frysinger2009-07-091-2/+2
| | | | | | | Declare common NCS (non-constant syscall) variants and convert the existing ports over to this. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* syscall: unify common syscall definesMike Frysinger2009-07-081-145/+0
| | | | | | | | | Unify all the common syscall defines in syscalls-common.h and scrub all the duplicated code from relevant ports. This should also make converting existing ports to INLINE_SYSCALL() much easier as they don't have to get lost in all the unrelated noise, as well as creating new ports. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* Blackfin: declare {INLINE,INTERNAL}_SYSCALL() and friendsMike Frysinger2008-12-111-0/+53
|
* use gcc input constraints to avoid often duplicated reloads when making syscallsMike Frysinger2007-09-151-76/+42
|
* Take Mike Frysinger's comments into account -- make certain that userEric Andersen2006-12-081-5/+0
| | | | | applications stop using _syscall#() and use syscall() instead. Cleanup internal handling of syscall includes to use the correct header file.
* sync with psm: update errno handling to be the same on all archesMike Frysinger2006-08-231-7/+3
|
* fix from Jie Zhang to also declare R0 as clobber in syscall0Mike Frysinger2006-06-151-1/+1
|
* merge syscall fixes from upstream blackfin cvsMike Frysinger2006-06-071-119/+107
|
* updates from Bernd Schmidt to sync with blackfin cvsMike Frysinger2006-05-151-10/+30
|
* Fix the _syscall6() macro (I hope).Peter Kjellerstedt2006-02-241-2/+2
|
* syscall6Mike Frysinger2006-01-151-0/+30
|
* grab syscall macros from linux headersMike Frysinger2006-01-051-5/+129
|
* Add support for the Analog Devices Blackfin mmuless processorEric Andersen2004-12-211-0/+19