Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | byteswap: unify common definitions | Mike Frysinger | 2009-07-21 | 1 | -99/+22 |
| | | | | | | | | | The majority of the byteswap functions are the same across all arches, so setup a common header to provide definitions if they don't exist. This allows arches to override only the ones they actually want to implement with inline assembly. Signed-off-by: Mike Frysinger <vapier@gentoo.org> | ||||
* | - whitespace cleanup; no obj-code changes | Bernhard Reutner-Fischer | 2008-12-29 | 1 | -2/+2 |
| | |||||
* | sync with upstream via psm | Mike Frysinger | 2006-08-23 | 1 | -34/+52 |
| | |||||
* | Major rework of the include files to eliminate redundancy | Eric Andersen | 2002-03-01 | 1 | -1/+6 |
| | | | | | and to better support each arch. This is a really big patch... -Erik | ||||
* | Update to accomodate the header file changes | Eric Andersen | 2001-09-27 | 1 | -12/+27 |
| | |||||
* | Some more major updates to further superate ucLibc from the kernel | Eric Andersen | 2000-07-06 | 1 | -0/+95 |
headers (the way it has been done in GNU libc). -Erik |