Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove the non ELF macros | 2016-05-27 | 1 | -24/+1 | |
| | | | | ok millert | ||||
* | Fix comments telling that the `serial mode' bit in PSR only applies to 88110, | 2013-05-17 | 1 | -2/+2 | |
| | | | | it also exists on 88100. While there, do not allow userland to set it. | ||||
* | Add STRONG_ALIAS macros to be used from assembly code in libc and | 2013-03-28 | 1 | -7/+7 | |
| | | | | | libm. While at it, remove now unused workarounds for lint. Agreed by kettenis@, guenther@, matthew@. | ||||
* | Make ENTRY() generate a .type @function declaration as well if __ELF__. | 2013-01-11 | 1 | -2/+10 | |
| | | | | | Add an END() macro, to be used to match ENTRY(), which produces a .size directive. | ||||
* | Switch m88k ports to ELF. | 2013-01-05 | 1 | -65/+69 | |
| | |||||
* | Normalize sentinel. Use _MACHINE_*_H_ and _<ARCH>_*_H_ properly and consitently. | 2011-03-23 | 1 | -4/+4 | |
| | | | | Discussed and okay drahn@. Okay deraadt@. | ||||
* | Sort and clean definitions. No functional changes. | 2007-12-02 | 1 | -77/+71 | |
| | |||||
* | Clean the internal m88k trap type codes; while there, simplify and | 2006-05-08 | 1 | -5/+1 | |
| | | | | | | factorize the build of the VBR page betweem luna88k and mvme88k. Tested by aoyama@ and I. | ||||
* | Switch m88k ports to __HAVE_CPUINFO. Current cpu pointer is held in SR0 | 2005-12-03 | 1 | -7/+3 | |
| | | | | | on all running processors. Tested aoyama@ and I | ||||
* | Hide more definitions from userland and from locore. | 2005-10-13 | 1 | -14/+11 | |
| | |||||
* | Move CALL() from <machine/asm.h> to eh.S which is the only user of the macro, | 2005-04-30 | 1 | -17/+1 | |
| | | | | | and replace it with faster constructs in some cases; also drop the unused CALLP() macro. | ||||
* | Shave more stack operations, courtesy of the not-so-new-now ABI. | 2005-04-27 | 1 | -7/+3 | |
| | |||||
* | Remove EH_DEBUG code. | 2004-07-28 | 1 | -38/+1 | |
| | |||||
* | Keep exception specific defines in the exception handling code, instead of | 2004-07-28 | 1 | -43/+7 | |
| | | | | polluting the kernel namespace. | ||||
* | Start factorizing luna88k and mvme88k common parts. | 2004-04-26 | 1 | -0/+310 | |
For now, include files only. |