summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/bfin/bits/syscalls.h
AgeCommit message (Collapse)Author
2012-01-26*: silence some warningsBernhard Reutner-Fischer
warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement] Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
2009-07-09syscall: unify part 2: NCS varietyMike Frysinger
Declare common NCS (non-constant syscall) variants and convert the existing ports over to this. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2009-07-08syscall: unify common syscall definesMike Frysinger
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>
2008-12-11Blackfin: declare {INLINE,INTERNAL}_SYSCALL() and friendsMike Frysinger
2007-09-15use gcc input constraints to avoid often duplicated reloads when making syscallsMike Frysinger
2006-12-08Take Mike Frysinger's comments into account -- make certain that userEric Andersen
applications stop using _syscall#() and use syscall() instead. Cleanup internal handling of syscall includes to use the correct header file.
2006-08-23sync with psm: update errno handling to be the same on all archesMike Frysinger
2006-06-15fix from Jie Zhang to also declare R0 as clobber in syscall0Mike Frysinger
2006-06-07merge syscall fixes from upstream blackfin cvsMike Frysinger
2006-05-15updates from Bernd Schmidt to sync with blackfin cvsMike Frysinger
2006-02-24Fix the _syscall6() macro (I hope).Peter Kjellerstedt
2006-01-15syscall6Mike Frysinger
2006-01-05grab syscall macros from linux headersMike Frysinger
2004-12-21Add support for the Analog Devices Blackfin mmuless processorEric Andersen