History log of /netbsd-src/common/lib/libc/arch/m68k/atomic/atomic_add.S (Results 1 – 10 of 10)
Revision Date Author Comments
# 09ff5f3b 06-Apr-2022 riastradh <riastradh@NetBSD.org>

Nix trailing whitespace in files of membars, atomics, and lock stubs.

Will be touching many of these files soon for functional changes.

No functional change intended.


# 504e8e68 23-Jun-2014 joerg <joerg@NetBSD.org>

Add aliases for the builtins used to implement C11/C++11 atomics.


# b290679a 22-Feb-2014 martin <martin@NetBSD.org>

Try to hide the C runtime implementation specific __sync_* ops from librump,
to avoid duplicates.


# ce6031c2 20-Feb-2014 martin <martin@NetBSD.org>

Add missing __sync_* ops


# 0ac513ac 18-Feb-2014 martin <martin@NetBSD.org>

Add a few __sync_* and atomic functions.


# 65726deb 16-Jul-2013 matt <matt@NetBSD.org>

Add END(func)
Fix some straggling %r@<eol> to (%r)


# 07a0a325 16-Jul-2013 matt <matt@NetBSD.org>

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


# 6740bb54 25-May-2008 chs <chs@NetBSD.org>

enable profiling of assembly functions.


# ce099b40 28-Apr-2008 martin <martin@NetBSD.org>

Remove clause 3 and 4 from TNF licenses


# 935eacf3 29-Nov-2007 ad <ad@NetBSD.org>

Pull in m68k atomic ops from the thorpej-atomic branch.