Update ChangeLog and version files for release
[official-gcc.git] / libatomic / ChangeLog
blob25ff7c30e039dfd0eca02e48e6dffea7ed1bf8e1
1 2015-12-04  Release Manager
3         * GCC 5.3.0 released.
5 2015-07-16  Release Manager
7         * GCC 5.2.0 released.
9 2015-04-22  Release Manager
11         * GCC 5.1.0 released.
13 2015-01-21  Andrew Waterman <waterman@cs.berkeley.edu>
15         * fop_n.c (libat_fetch_op): Align address to word boundary.
16         (libat_op_fetch): Likewise.
18 2015-01-16  Ilya Verbin  <ilya.verbin@intel.com>
20         PR testsuite/64605
21         * testsuite/lib/libatomic.exp: Do not load gcc-dg.exp.
22         * testsuite/libatomic.c/c.exp: Load gcc-dg.exp.
24 2015-01-09  Andreas Tobler  <andreast@gcc.gnu.org>
26         * configure.tgt: Exclude arm*-*-freebsd* from try_ifunc.
28 2015-01-05  Jakub Jelinek  <jakub@redhat.com>
30         Update copyright years.
32 2014-12-12  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
34         * testsuite/lib/libatomic.exp: Load target-utils.exp
36 2014-11-21  H.J. Lu  <hongjiu.lu@intel.com>
38         PR bootstrap/63784
39         * configure: Regenerated.
41 2014-11-13  Andrew Waterman <waterman@cs.berkeley.edu>
43         * cas_n.c (libat_compare_exchange): Add missing cast.
45 2014-11-11  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
47         PR target/63610
48         * configure: Regenerate.
50 2014-08-19  Yaakov Selkowitz  <yselkowi@redhat.com>
52         * configure.tgt: Add cygwin to supported targets.
54 2014-07-18  Uros Bizjak  <ubizjak@gmail.com>
56         * configure.tgt (alpha*): Add -mfp-trap-mode=sui to XCFLAGS.
58 2014-06-17  Kai Tietz  <ktietz@redhat.com>
60         * Makefile.am (libatomic_la_LDFLAGS): Add lt_host_flags.
61         * configure.ac (ACX_LT_HOST_FLAGS): New.
62         (target_thread_file): New.
63         * configure.tgt (mingw): Add mingw support.
64         * config/mingw/host-config.h: New file.
65         * config/mingw/lock.c: Likewise.
66         * Makefile.in: Regenerated.
67         * configure: Likewise.
68         * aclocal.m4: Likewise.
69         * testsuite/Makefile.in: Likewise.
71 2014-02-20  Richard Henderson <rth@redhat.com>
73         PR c++/60272
74         * cas_n.c (libat_compare_exchange): Conditionalize on failure
75         the store back to EPTR.
77 2014-01-02  Richard Sandiford  <rdsandiford@googlemail.com>
79         Update copyright years
81 2013-12-09  Uros Bizjak  <ubizjak@gmail.com>
83         * config/x86/fenv.c (__atomic_feraiseexcept): Emit SSE
84         instructions when __SSE_MATH__ is defined.
86 2013-11-18  Joseph Myers  <joseph@codesourcery.com>
88         * testsuite/libatomic.c/atomic-compare-exchange-1.c,
89         testsuite/libatomic.c/atomic-compare-exchange-2.c,
90         testsuite/libatomic.c/atomic-compare-exchange-3.c,
91         testsuite/libatomic.c/atomic-compare-exchange-4.c,
92         testsuite/libatomic.c/atomic-compare-exchange-5.c,
93         testsuite/libatomic.c/atomic-exchange-1.c,
94         testsuite/libatomic.c/atomic-exchange-2.c,
95         testsuite/libatomic.c/atomic-exchange-3.c,
96         testsuite/libatomic.c/atomic-exchange-4.c,
97         testsuite/libatomic.c/atomic-exchange-5.c,
98         testsuite/libatomic.c/atomic-generic.c,
99         testsuite/libatomic.c/atomic-load-1.c,
100         testsuite/libatomic.c/atomic-load-2.c,
101         testsuite/libatomic.c/atomic-load-3.c,
102         testsuite/libatomic.c/atomic-load-4.c,
103         testsuite/libatomic.c/atomic-load-5.c,
104         testsuite/libatomic.c/atomic-op-1.c,
105         testsuite/libatomic.c/atomic-op-2.c,
106         testsuite/libatomic.c/atomic-op-3.c,
107         testsuite/libatomic.c/atomic-op-4.c,
108         testsuite/libatomic.c/atomic-op-5.c,
109         testsuite/libatomic.c/atomic-store-1.c,
110         testsuite/libatomic.c/atomic-store-2.c,
111         testsuite/libatomic.c/atomic-store-3.c,
112         testsuite/libatomic.c/atomic-store-4.c,
113         testsuite/libatomic.c/atomic-store-5.c: Declare main as returning
114         int.  Do not require built-in sync support or add target-specific
115         options.
116         * testsuite/libatomic.c/atomic-exchange-1.c,
117         testsuite/libatomic.c/atomic-exchange-2.c,
118         testsuite/libatomic.c/atomic-exchange-3.c,
119         testsuite/libatomic.c/atomic-exchange-4.c,
120         testsuite/libatomic.c/atomic-exchange-5.c: Separate increments of
121         count from expression using value of count.
123 2013-11-10  Uros Bizjak  <ubizjak@gmail.com>
125         * config/x86/fenv.c: New file.
127 2013-11-07  Joseph Myers  <joseph@codesourcery.com>
129         * fenv.c: New file.
130         * libatomic.map (LIBATOMIC_1.1): New symbol version.  Include
131         __atomic_feraiseexcept.
132         * configure.ac (libtool_VERSION): Change to 2:0:1.
133         (fenv.h): Test for header.
134         * Makefile.am (libatomic_la_SOURCES): Add fenv.c.
135         * Makefile.in, auto-config.h.in, configure: Regenerate.
137 2013-10-17  Michael Hudson-Doyle  <michael.hudson@linaro.org>
139         * libatomic/configure.tgt (aarch64*): Remove code preventing
140         build.
142 2013-09-20  Alan Modra  <amodra@gmail.com>
144         * configure: Regenerate.
146 2013-01-14  Richard Sandiford  <rdsandiford@googlemail.com>
148         Update copyright years.
150 2012-12-18  Ian Lance Taylor  <iant@google.com>
152         PR go/55201
153         * Makefile.am (noinst_LTLIBRARIES): Define new make variable.
154         (libatomic_convenience_la_SOURCES): Likewise.
155         (libatomic_convenience_la_LIBADD): Likewise.
156         * Makefile.in: Rebuild.
157         * testsuite/Makefile.in: Rebuild.
159 2012-12-04  Marcus Shawcroft  <marcus.shawcroft@arm.com>
161         * config/arm/arm-config.h (__ARM_ARCH_8A__): New.
163 2012-11-21  Matthias Klose  <doko@ubuntu.com>
165         * configure.tgt (i[3456]86): Handle -mx32 like -m64.
167 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
169         * acinclude.m4 (LIBAT_CHECK_IFUNC): Clarify message.
170         * configure: Regenerate.
172         * configure: Regenerate.
174 2012-10-23  Sofiane Naci <sofiane.naci@arm.com>
176         Mark libatomic unsupported in AArch64.
178         * configure.tgt: Mark libatomic unsupported.
180 2012-09-20  Jakub Jelinek  <jakub@redhat.com>
182         PR other/43620
183         * configure.ac (AM_INIT_AUTOMAKE): Add no-dist.
184         * configure: Regenerate.
185         * Makefile.in: Regenerate.
187 2012-09-14  David Edelsohn  <dje.gcc@gmail.com>
189         * configure: Regenerated.
191 2012-05-22  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
193         PR other/53231
194         * tas_n.c (libat_test_and_set): Correct return.  Remove unused variable.
196 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
198         * configure: Regenerated.
200 2012-05-10  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
202         PR other/53284
203         * acinclude.m4 (LIBAT_TEST_ATOMIC_BUILTIN): Add -O0 -S to CFLAGS
204         instead of overriding.
205         * configure: Regenerate.
207 2012-05-07  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
209         * Makefile.am (libatomic.map-sun): Handle objects in
210         libatomic_la_LIBADD.
211         * aclocal.m4: Regenerate.
212         * Makefile.in: Regenerate.
214 2012-05-07  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
216         * configure.ac: Add $XPCFLAGS to CFLAGS, not $XCFLAGS.
217         * configure: Regenerate.
219 2012-05-03  Richard Henderson  <rth@redhat.com>
221         * configure.ac (AM_MAINTAINER_MODE): New.
222         * acinclude.m4 (LIBAT_TEST_ATOMIC_BUILTIN): Handle compilation
223         failure in gcc_no_link path.
224         * configure, aclocal.m4, Makefile.in: Rebuild.
226 2012-05-01  Richard Henderson  <rth@redhat.com>
228         * Initial commit.