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 23:39:28 UTC 2025
Modified Files:
src/common/lib/libc/atomic: atomic_dec_32_nv_cas.c
atomic_dec_64_nv_cas.c atomic_inc_32_nv_cas.c
atomic_inc_64_nv_cas.c
Log Message:
atomic_{inc,dec}_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.3 -r1.4 src/common/lib/libc/atomic/atomic_dec_32_nv_cas.c \
src/common/lib/libc/atomic/atomic_dec_64_nv_cas.c \
src/common/lib/libc/atomic/atomic_inc_32_nv_cas.c
cvs rdiff -u -r1.4 -r1.5 src/common/lib/libc/atomic/atomic_inc_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