History log of /netbsd-current/common/lib/libc/arch/m68k/gen/bswap32.S
Revision Date Author Comments
# 1.6 18-Mar-2014 riastradh

Merge riastradh-drm2 to HEAD.


# 1.5 18-Jul-2013 matt

Adjust for Coldfire


# 1.4 16-Jul-2013 matt

branches: 1.4.2;
Add END(func)
Fix some straggling %r@<eol> to (%r)


# 1.3 16-Jul-2013 matt

Convert to normal Motorola syntax for addressing.
%r@ -> (%r)
%r@- -> -(%r)
%r@+ -> (%r)+
%r@(n) n(%r)
etc.
No object differences.


# 1.2 19-Sep-2007 he

branches: 1.2.28; 1.2.34;
Improve consistency between <sys/bswap.h> and what's actually
defined by the C library for the various m68k ports by borrowing
some #ifs from the i386 port.

Also, align sun2 with the other m68k ports as to whether they
define __bswap{16,32} or bswap{16,32} in their C library (all
now define the __ variants).

This should make the m68k ports build sys/rump again, except
for sun2 which hits another problem later on.


# 1.1 20-Dec-2005 christos

branches: 1.1.18;
Merge libkern + libc common files. As requested by core.


# 1.1.18.1 06-Nov-2007 matt

sync with HEAD


# 1.2.34.1 19-Aug-2014 tls

Rebase to HEAD as of a few days ago.


# 1.2.28.1 22-May-2014 yamt

sync with head.

for a reference, the tree before this commit was tagged
as yamt-pagecache-tag8.

this commit was splitted into small chunks to avoid
a limitation of cvs. ("Protocol error: too many arguments")


# 1.4.2.1 23-Jul-2013 riastradh

sync with HEAD