Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Unity-Technologies/libatomic_ops.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Maidanski <ivmai@mail.ru>2013-01-11 22:52:59 +0400
committerIvan Maidanski <ivmai@mail.ru>2013-01-11 22:52:59 +0400
commit5e79fbcef3c263cd91f4edca3ed5dfd8cbff0ef3 (patch)
tree63a1640b67fd3ab0dc32cd9543850e8410ae14d1
parentfbed7d9bb0913bd1aa454d5c0e505ca325a414c2 (diff)
Update ChangeLog
-rw-r--r--ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 15adcf1..70a7b31 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,18 @@
+2013-01-07 Ivan Maidanski <ivmai@mail.ru>
+
+ * src/atomic_ops/sysdeps/read_ordered.h (AO_char_load_read,
+ AO_short_load_read, AO_int_load_read): Change return type (and the
+ type of "result" local variable) from AO_t to the type matching the
+ name of the function (i.e., unsigned char/short/int, respectively).
+
+2013-01-06 Ivan Maidanski <ivmai@mail.ru>
+
+ * src/atomic_ops/sysdeps/armcc/arm_v6.h (AO_nop_full): Insert
+ AO_compiler_barrier for AO_UNIPROCESSOR case.
+ * src/atomic_ops/sysdeps/gcc/arm.h (AO_nop_full): Likewise.
+ * src/atomic_ops/sysdeps/msftc/arm.h (AO_nop_full): Likewise.
+ * src/atomic_ops/sysdeps/msftc/arm.h (AO_nop_full): Refine comment.
+
2013-01-05 Ivan Maidanski <ivmai@mail.ru>
* src/atomic_ops/Makefile.in: Regenerate (by autoreconf -vif).