Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/common/lib/libc



Module Name:    src
Committed By:   martin
Date:           Mon Oct 13 07:31:12 UTC 2014

Modified Files:
        src/common/lib/libc/arch/arm/atomic: Makefile.inc
        src/common/lib/libc/atomic: atomic_op_namespace.h
Added Files:
        src/common/lib/libc/atomic: atomic_and_16_nv_cas.c
            atomic_and_8_nv_cas.c

Log Message:
Provide __sync_and_and_fetch_2 and __sync_and_and_fetch_1 for pre-ARMv6,
they are needed for the C++ 2011 <atomic> stuff.


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 src/common/lib/libc/arch/arm/atomic/Makefile.inc
cvs rdiff -u -r0 -r1.2 src/common/lib/libc/atomic/atomic_and_16_nv_cas.c \
    src/common/lib/libc/atomic/atomic_and_8_nv_cas.c
cvs rdiff -u -r1.6 -r1.7 src/common/lib/libc/atomic/atomic_op_namespace.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index