coarray_43.f90: Add "-latomic" option if libatomic_available.
[gcc.git] / libatomic / ChangeLog
index 9e0c02f5c0e967b04425643468476d5c810c7909..d2b83369b74c36459140f1cea5e44e4ed408a98d 100644 (file)
@@ -1,3 +1,24 @@
+2017-02-01  Richard Henderson  <rth@redhat.com>
+            Torvald Riegel  <triegel@redhat.com>
+
+       * acinclude.m4: Add #define FAST_ATOMIC_LDST_*.
+       * auto-config.h.in: Regenerate.
+       * config/x86/host-config.h (FAST_ATOMIC_LDST_16): Define to 0.
+       (atomic_compare_exchange_n): New.
+       * glfree.c (EXACT, LARGER): Change condition and add comments.
+
+2017-01-30  Szabolcs Nagy  <szabolcs.nagy@arm.com>
+
+       PR target/78945
+       * config/arm/exch_n.c (libat_exchange): Check __ARM_FEATURE_SIMD32.
+
+2017-01-21  Jakub Jelinek  <jakub@redhat.com>
+
+       PR other/79046
+       * testsuite/Makefile.am (gcc_version): Use @get_gcc_base_ver@ instead
+       of cat to get version from BASE-VER file.
+       * testsuite/Makefile.in: Regenerated.
+
 2017-01-17  Jakub Jelinek  <jakub@redhat.com>
 
        PR other/79046