]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Add CHANGES note for GL #10.
authorOndřej Surý <ondrej@sury.org>
Thu, 23 Aug 2018 12:32:05 +0000 (14:32 +0200)
committerOndřej Surý <ondrej@sury.org>
Tue, 28 Aug 2018 11:15:59 +0000 (13:15 +0200)
5023. [func] Replace custom assembly for atomic operations with
atomic support from the compiler. The code will now use
C11 stdatomic, or __atomic, or __sync builtins with GCC
or Clang compilers, and Interlocked functions with MSVC.
[GL #10]

CHANGES

diff --git a/CHANGES b/CHANGES
index dfb597b73ae3e2b90bb48d5081e1ba8d68bc90f1..5fc867097bc586be9234fce4a72b299f75bb83b4 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,9 @@
+5024.  [func]          Replace custom assembly for atomic operations with
+                       atomic support from the compiler. The code will now use
+                       C11 stdatomic, or __atomic, or __sync builtins with GCC
+                       or Clang compilers, and Interlocked functions with MSVC.
+                       [GL #10]
+
 5023.  [cleanup]       Remove wrappers that try to fix broken or incomplete
                        implementations of IPv6, pthreads and other core
                        functionality required and used by BIND. [GL #192]