coarray_43.f90: Add "-latomic" option if libatomic_available.
[gcc.git] / libatomic / ChangeLog
index 21ea7f27c9013b12c6271d46323d5a3c784f1727..d2b83369b74c36459140f1cea5e44e4ed408a98d 100644 (file)
@@ -1,3 +1,112 @@
+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
+       * configure.ac: Add GCC_BASE_VER.
+       * Makefile.am (gcc_version): Use @get_gcc_base_ver@ instead of cat to
+       get version from BASE-VER file.
+       * testsuite/Makefile.in: Regenerated.
+       * configure: Regenerated.
+       * Makefile.in: Regenerated.
+
+2017-01-01  Jakub Jelinek  <jakub@redhat.com>
+
+       Update copyright years.
+
+2016-11-15  Matthias Klose  <doko@ubuntu.com>
+
+       * configure: Regenerate.
+
+2016-04-27  Sebastian Huber  <sebastian.huber@embedded-brains.de>
+
+       * configure.tgt (configure_tgt_pre_target_cpu_XCFLAGS): New variable.
+       (*-*-rtems*): New supported target.
+       * config/rtems/host-config.h: New file.
+       * config/rtems/lock.c: Likewise.
+
+2016-04-25  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR target/70454
+       * configure.tgt (XCFLAGS): Revert the last change.
+
+2016-04-20  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR target/70454
+       * configure.tgt (XCFLAGS): Don't add -march=i486 to compile
+       32-bit x86 target library on x86-64.
+
+2016-01-06  Szabolcs Nagy  <szabolcs.nagy@arm.com>
+
+       PR other/67627
+       * Makefile.am (all-multi): Add dependency.
+       * Makefile.in: Regenerate.
+
+2016-01-04  Jakub Jelinek  <jakub@redhat.com>
+
+       Update copyright years.
+
+2015-11-18  Joseph Myers  <joseph@codesourcery.com>
+
+       PR c/65083
+       * fence.c, flag.c: New files.
+       * Makefile.am (libatomic_la_SOURCES): Add fence.c and flag.c.
+       * Makefile.in: Regenerate.
+       * configure.ac (libtool_VERSION): Change to 3:0:2.
+       * configure: Regenerate.
+       * libatomic.map (LIBATOMIC_1.2): New symbol version.
+
+2015-10-09  David Malcolm  <dmalcolm@redhat.com>
+
+       * testsuite/lib/libatomic.exp: Load multiline.exp before
+       prune.exp, using load_gcc_lib.
+
+2015-07-14  John Marino  <gnugcc@marino.st>
+
+       * configure.tgt: Add *-*-dragonfly to supported targets.
+
+2015-01-21  Andrew Waterman <waterman@cs.berkeley.edu>
+
+       * fop_n.c (libat_fetch_op): Align address to word boundary.
+       (libat_op_fetch): Likewise.
+
+2015-01-16  Ilya Verbin  <ilya.verbin@intel.com>
+
+       PR testsuite/64605
+       * testsuite/lib/libatomic.exp: Do not load gcc-dg.exp.
+       * testsuite/libatomic.c/c.exp: Load gcc-dg.exp.
+
+2015-01-09  Andreas Tobler  <andreast@gcc.gnu.org>
+
+       * configure.tgt: Exclude arm*-*-freebsd* from try_ifunc.
+
+2015-01-05  Jakub Jelinek  <jakub@redhat.com>
+
+       Update copyright years.
+
+2014-12-12  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
+
+       * testsuite/lib/libatomic.exp: Load target-utils.exp
+
 2014-11-21  H.J. Lu  <hongjiu.lu@intel.com>
 
        PR bootstrap/63784
 2012-05-01  Richard Henderson  <rth@redhat.com>
 
        * Initial commit.
+\f
+Copyright (C) 2012-2017 Free Software Foundation, Inc.
+
+Copying and distribution of this file, with or without modification,
+are permitted in any medium without royalty provided the copyright
+notice and this notice are preserved.