Source-Changes archive

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

CVS commit: src/common/lib/libc/atomic



Module Name:    src
Committed By:   thorpej
Date:           Wed Dec 17 01:06:15 UTC 2025

Modified Files:
        src/common/lib/libc/atomic: atomic_add_32_nv_cas.c
            atomic_add_64_nv_cas.c

Log Message:
atomic_add_ptr_nv(): Don't use a symbol alias.  Pointer values may have
a different return convention than integer values (m68k falls into this
category -- pointer values are returned in %a0 in addition to %d0).


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/common/lib/libc/atomic/atomic_add_32_nv_cas.c \
    src/common/lib/libc/atomic/atomic_add_64_nv_cas.c

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