projects
/
platform
/
upstream
/
libatomic_ops.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
66f7a4d
)
Fix typo in gcc/arm.h (ARMv6)
author
Ivan Maidanski
<ivmai@mail.ru>
Fri, 15 Apr 2016 06:23:29 +0000
(09:23 +0300)
committer
Ivan Maidanski
<ivmai@mail.ru>
Fri, 15 Apr 2016 06:23:29 +0000
(09:23 +0300)
* src/atomic_ops/sysdeps/gcc/arm.h (AO_SKIPATOMIC_ANY_and_ANY): Fix
CPU architecture version in comment (ARMv6).
src/atomic_ops/sysdeps/gcc/arm.h
patch
|
blob
|
history
diff --git
a/src/atomic_ops/sysdeps/gcc/arm.h
b/src/atomic_ops/sysdeps/gcc/arm.h
index
03da07f
..
9e9b701
100644
(file)
--- a/
src/atomic_ops/sysdeps/gcc/arm.h
+++ b/
src/atomic_ops/sysdeps/gcc/arm.h
@@
-707,7
+707,7
@@
AO_fetch_compare_and_swap(volatile AO_t *addr, AO_t old_val, AO_t new_val)
# if defined(__clang__) && !defined(AO_ARM_HAVE_LDREX)
/* As of clang-3.8, it cannot compile __atomic_and/or/xor_fetch */
- /* library calls yet for pre ARMv
7
. */
+ /* library calls yet for pre ARMv
6
. */
# define AO_SKIPATOMIC_ANY_and_ANY
# define AO_SKIPATOMIC_ANY_or_ANY
# define AO_SKIPATOMIC_ANY_xor_ANY