History log of /netbsd-current/common/lib/libc/arch/m68k/string/strncmp.S
Revision Date Author Comments
# 1.7 07-Sep-2013 chs

switch to ELF naming for local labels.


# 1.6 18-Jul-2013 matt

With these changes, they now produce identical binary as before the coldfire
changes.


# 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 28-Apr-2008 martin

branches: 1.2.4; 1.2.26;
Remove clause 3 and 4 from TNF licenses


# 1.1 20-Dec-2005 christos

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


# 1.1.26.1 18-May-2008 yamt

sync with head.


# 1.2.26.1 19-Aug-2014 tls

Rebase to HEAD as of a few days ago.


# 1.2.4.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