summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/h8300/bits/byteswap.h
Commit message (Collapse)AuthorAgeFilesLines
* byteswap: unify common definitionsMike Frysinger2009-07-211-44/+17
| | | | | | | | | 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>
* Patches from Yoshinori Sato <qzb04471@nifty.ne.jp> to fix h8300Eric Andersen2002-04-011-0/+67
| | | | support for pthreads and update for the latest and greatest.
* Major rework of the include files to eliminate redundancyEric Andersen2002-03-011-67/+0
| | | | | and to better support each arch. This is a really big patch... -Erik
* Add in support for the Hitach H8/300H architecture,Eric Andersen2002-02-021-0/+67
contributed by Yoshinori Sato <qzb04471@nifty.ne.jp>