Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-04-152008-04-14 Patrick Mansfield <patmans@us.ibm.com>Jeff Johnston
* spu/sbrk.c: Remove "extern int errno", use whatever is supplied by sys/errno.h.
2007-10-012007-10-01 Patrick Mansfield <patmans@us.ibm.com>Jeff Johnston
* 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.
2007-03-02 * spu/sbrk.c (sbrk): Adjust the stack pointer vector correctly soBen Elliston
that GCC runtime stack checking works. Handle the backchain, too.
2006-08-172006-08-16 Joel Schopp <jschopp@austin.ibm.com>Jeff Johnston
* 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.