Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | byteswap: unify common definitions | Mike Frysinger | 2009-07-21 | 1 | -87/+1 |
| | | | | | | | | | 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> | ||||
* | sync with glibc | Mike Frysinger | 2005-11-09 | 1 | -10/+13 |
| | |||||
* | Major rework of the include files to eliminate redundancy | Eric Andersen | 2002-03-01 | 1 | -0/+84 |
and to better support each arch. This is a really big patch... -Erik |