Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Sync up m68k headers | Eric Andersen | 2001-11-14 | 1 | -28/+8 |
| | |||||
* | Added __BEGIN_DECLS and __END_DECLS to the files that didn't have | David McCullough | 2001-07-11 | 1 | -0/+2 |
| | | | | | | it and that I could see needed it. Should be pretty low impact as these are only defined when using C++. | ||||
* | Quick fix to setjmp/longjmp/sigsetjmp etc to make them work. | David McCullough | 2001-05-08 | 1 | -2/+7 |
| | | | | This should really be fixed to fall into line with the other archs. | ||||
* | Reduced the size of sigsets to the minimal needed. Apart from the size, | David McCullough | 2001-02-26 | 1 | -0/+2 |
| | | | | | it has the added advantage of giving the C++ build of m68k-elf-gcc a clean bill of health. | ||||
* | uClibc working with 2.0.x and 2.4.x m68k uClinux kernels, the PIC | David McCullough | 2001-01-29 | 1 | -0/+11 |
| | | | | stuff in crt0.S may not be quite right yet. | ||||
* | Thanks to James Graves <jgraves@deltamobile.com>, we now have | Eric Andersen | 2001-01-12 | 1 | -0/+46 |
a first pass at getting m68k working. It may have some problems, but should now be fairly close. |