Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | This header file was broken, breaking signal handling on ARM. | Eric Andersen | 2001-10-17 | 1 | -10/+66 |
| | | | | | This update fixes it... -Erik | ||||
* | Patch from David McCullough <davidm@lineo.com>: | Eric Andersen | 2001-10-04 | 1 | -66/+10 |
| | | | | | | | | | | | | | | * reduce the sigset types to 32 bits (I've mentioned this before) I think I saw this change go in for another platform anyway ;-) * Do not use _IO_FILE as it clashes with the C++ libraries which know too much about how glibc workds :-( * Do not use _G_va_list for the same reason. * remove the CTORS/DTORS from crt0.S for ARM as the compiler provided crtbegin.o and crtend.o have these (and only these) already in them and you get multiple defined errs :-( | ||||
* | Update to accomodate the header file changes | Eric Andersen | 2001-09-27 | 1 | -11/+9 |
| | |||||
* | Added __BEGIN_DECLS and __END_DECLS to the files that didn't have | David McCullough | 2001-07-11 | 1 | -1/+3 |
| | | | | | | it and that I could see needed it. Should be pretty low impact as these are only defined when using C++. | ||||
* | Add in arm specific bits. | Eric Andersen | 2000-10-26 | 1 | -0/+125 |