summaryrefslogtreecommitdiffstats
path: root/libgloss/spu/sbrk.c
Commit message (Collapse)AuthorAgeFilesLines
* 2008-04-14 Patrick Mansfield <patmans@us.ibm.com>Jeff Johnston2008-04-151-2/+0
| | | | | * spu/sbrk.c: Remove "extern int errno", use whatever is supplied by sys/errno.h.
* 2007-10-01 Patrick Mansfield <patmans@us.ibm.com>Jeff Johnston2007-10-011-2/+3
| | | | | | | * spu/sbrk.c: Use the current stack pointer value rather than the maximum available memory to determine the amount of heap space left. Without this change calling sbrk() can allocate space that is currently in use on the stack.
* * spu/sbrk.c (sbrk): Adjust the stack pointer vector correctly soBen Elliston2007-03-011-8/+28
| | | | that GCC runtime stack checking works. Handle the backchain, too.
* 2006-08-16 Joel Schopp <jschopp@austin.ibm.com>Jeff Johnston2006-08-161-0/+63
* configure.in: Add spu support. * configure: Regenerated. * spu/Makefile.in: New file. * spu/aclocal.m4: Ditto. * spu/configure: Ditto. * spu/configure.in: Ditto. * spu/crt0.c: Ditto. * spu/exit.c: Ditto. * spu/init.c: Ditto. * spu/jsre.h: Ditto. * spu/sbrk.c: Ditto. * spu/syscalls.c: Ditto.