Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-02-21 | bfin: add support for new cacheflush syscall | Steve Kilbane | |
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> | |||
2009-03-16 | import user.h from the kernel as it is no longer exported by the kernel | Mike Frysinger | |
2008-12-11 | punt old unused header | Mike Frysinger | |
2008-11-21 | fix ioperm build problems caused by libc_hidden_proto removal | Denis Vlasenko | |
2007-11-23 | mcontext_t shouldn't have a version argument, and fix REG_B0 definition. | Bernd Schmidt | |
2007-11-22 | sys/procfs.h defines a typedef for floating point registers that references an | Bernd Schmidt | |
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. | |||
2007-01-10 | sync with upstream blackfin.uclinux.org | Mike Frysinger | |
2004-12-21 | Add support for the Analog Devices Blackfin mmuless processor | Eric Andersen | |