History log of /netbsd-src/common/lib/libc/arch/powerpc/atomic/atomic_add.S (Results 1 – 8 of 8)
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.


# 6dd4b41f 07-Mar-2014 matt <matt@NetBSD.org>

Reduce duplication.
Use beqlr to quicken returns


# cf88c389 15-Jan-2011 matt <matt@NetBSD.org>

Use END(foo) everywhere.
Make __cerror hidden.
Use non-PLT calls to __cerror.
Use assym.h when appropriate.
Use addi to adjust stack instead of loading it.
Add __RCSIDs
Force -D_NOREGNAMES for all .S

Use END(foo) everywhere.
Make __cerror hidden.
Use non-PLT calls to __cerror.
Use assym.h when appropriate.
Use addi to adjust stack instead of loading it.
Add __RCSIDs
Force -D_NOREGNAMES for all .S files.
[this is all in preperation for secure plt support]

show more ...


# 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


# 26a84bff 13-Feb-2008 dogcow <dogcow@NetBSD.org>

add missing %. (hi matt!)


# 360e0475 12-Feb-2008 matt <matt@NetBSD.org>

Use %rN as all new code is supposed to.


# bc7bf35c 28-Nov-2007 ad <ad@NetBSD.org>

Atomic ops for powerpc. Please review.