summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/bfin
Commit message (Collapse)AuthorAgeFilesLines
...
* Change to sane defaultsPeter S. Mazinger2006-01-191-5/+10
|
* move a bunch of arch-specific checks out of common files and into an arch ↵Mike Frysinger2006-01-191-0/+34
| | | | specific header file to make porting/updates a lot easier
* touchup styleMike Frysinger2006-01-164-12/+18
|
* syscall6Mike Frysinger2006-01-151-0/+30
|
* make DODEBUG=y happy, update sysdeps/common/* copyrightPeter S. Mazinger2006-01-144-22/+12
|
* hidden_def/hidden_proto: convert all users (I hope) termios split, add some ↵Peter S. Mazinger2006-01-142-3/+10
| | | | missing headers, other jump relocs removed
* Jie Zhang writes:Mike Frysinger2006-01-111-2/+3
| | | | | This patch defines __kernel_old_dev_t for Blackfin. It also removes two trailing whitespaces. Please apply it.
* grab syscall macros from linux headersMike Frysinger2006-01-051-5/+129
|
* need our own version to prevent warningsMike Frysinger2006-01-041-0/+29
|
* update build filesMike Frysinger2006-01-042-50/+20
|
* Do hidden brk, hide _brk as well for some archs, convert users of brkPeter S. Mazinger2005-12-141-1/+2
|
* define MREMAP_FIXEDMike Frysinger2005-11-271-0/+1
|
* update copyright and license, add _BITS_SETJMP_H protection around the file, ↵Mike Frysinger2005-11-161-9/+13
| | | | make sure we are only included by setjmp.h and pthread.h, and fix casting of address/jumpbugf in _JMPBUF_UNWINDS
* Rewrote almost all Makefiles: do not use strip $(x),y; run strip on all ↵Peter S. Mazinger2005-10-121-42/+15
| | | | objects at once; use :=//$</$^; use CRT_SRC/CRT_OBJ/SCRT_OBJ/CSRC/COBJ/SSRC/SOBJ/MSRC/MOBJ where no more is needed, if only CSRC is present use OBJS directly instead of COBJ; CTOR_TARGETS are created directly in lib; remove unused/unneeded parts. Hope I haven't broken too much.
* Build crt[in].o with disabled ssp.Peter S. Mazinger2005-09-281-3/+3
|
* Speed up clean target, don't recurse where possible, remove unneeded actionsPeter S. Mazinger2005-09-271-2/+0
|
* merge parallel build supportMike Frysinger2005-01-251-5/+5
|
* Peter S. Mazinger: use ASFLAGS when compiling asm filesMike Frysinger2004-12-261-6/+4
|
* Add support for the Analog Devices Blackfin mmuless processorEric Andersen2004-12-2129-0/+1897