Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | move extend_alloca macro to alloca.h | Peter S. Mazinger | 2009-11-22 | 1 | -1/+32 |
| | | | | | | | | guard it by _LIBC. __MAX_ALLOCA_CUTOFF is not needed on target either Signed-off-by: Peter S. Mazinger <ps.m@gmx.net> Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> Signed-off-by: Austin Foxley <austinf@cetoncorp.com> | ||||
* | Merge from trunk with NPTL change. | "Steven J. Hill" | 2006-01-06 | 1 | -33/+0 |
| | |||||
* | Big set of various patches to get the NPTL libraries to build and link. | "Steven J. Hill" | 2005-07-22 | 1 | -0/+35 |
| | |||||
* | Rev all the header files to sync things with glibc 2.2.4 | Eric Andersen | 2001-09-27 | 1 | -10/+10 |
| | |||||
* | Add some missing headers needed by ld.so-1.9.11. | Manuel Novoa III | 2001-03-22 | 1 | -0/+41 |
| | |||||
* | Fix all the makefiles. Clean up some warnings, cleanup some headers. | Eric Andersen | 2000-10-04 | 1 | -41/+0 |
| | | | | -Erik | ||||
* | + added alloca() support for all architectures | John Beppu | 2000-08-21 | 1 | -0/+41 |
by way of gcc's __builtin_alloca(). I think I did it right, but we'll see. |