summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/bfin/sys
Commit message (Collapse)AuthorAgeFilesLines
* bfin: add support for new cacheflush syscallSteve Kilbane2011-02-211-0/+25
| | | | | | | | | Newer gcc's will generate a call to cacheflush when updating jump tables, and that has to be done in kernel space (to avoid hardware anomalies). So make sure uClibc provides that symbol. Signed-off-by: Steve Kilbane <steve@whitecrow.demon.co.uk> Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* import user.h from the kernel as it is no longer exported by the kernelMike Frysinger2009-03-161-0/+57
|
* punt old unused headerMike Frysinger2008-12-111-133/+0
|
* fix ioperm build problems caused by libc_hidden_proto removalDenis Vlasenko2008-11-211-0/+1
|
* mcontext_t shouldn't have a version argument, and fix REG_B0 definition.Bernd Schmidt2007-11-231-2/+1
|
* sys/procfs.h defines a typedef for floating point registers that references anBernd Schmidt2007-11-221-2/+2
| | | | | | | undefined structure. This typedef is used in linuxthreads.old-db, causing a compilation failure. Fixed by defining an empty structure for it - we don't have fp regs anyway.
* sync with upstream blackfin.uclinux.orgMike Frysinger2007-01-101-94/+94
|
* Add support for the Analog Devices Blackfin mmuless processorEric Andersen2004-12-215-0/+485