NetBSD/common
skrll ed17c7296b Use gcc 4.4 and later operation for nand, i.e.
*ptr = ~(tmp & value) instead of *ptr = ~tmp & value

There was also another bug in sync_fetch_and_nand_8 which I've also fixed.

PR port-arm32/50513: Incorrect logic for atomic_nand_xx.S
2015-12-11 12:41:10 +00:00
..
dist/zlib
include
lib Use gcc 4.4 and later operation for nand, i.e. 2015-12-11 12:41:10 +00:00