summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/v850/bits/byteswap.h
Commit message (Collapse)AuthorAgeFilesLines
* byteswap: unify common definitionsMike Frysinger2009-07-211-40/+8
| | | | | | | | | 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>
* Re-add files which were mistakenly deleted during the big bits/ update.Miles Bader2002-03-051-0/+63
|
* Major rework of the include files to eliminate redundancyEric Andersen2002-03-011-63/+0
| | | | | and to better support each arch. This is a really big patch... -Erik
* A very large patch from Miles Bader <miles@lsi.nec.co.jp> to bringEric Andersen2001-12-211-23/+27
| | | | | v850 back into working condition. Thanks Miles! -Erik
* Patch from Miles Bader <miles@lsi.nec.co.jp> to support the v850.Eric Andersen2001-10-111-0/+59
He sent this patch to me a month ago, but I forgot to apply it...