]> git.ipfire.org Git - thirdparty/gcc.git/blob - libatomic/ChangeLog
sh.c: Do not include algorithm.
[thirdparty/gcc.git] / libatomic / ChangeLog
1 2014-11-13 Andrew Waterman <waterman@cs.berkeley.edu>
2
3 * cas_n.c (libat_compare_exchange): Add missing cast.
4
5 2014-11-11 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
6
7 PR target/63610
8 * configure: Regenerate.
9
10 2014-08-19 Yaakov Selkowitz <yselkowi@redhat.com>
11
12 * configure.tgt: Add cygwin to supported targets.
13
14 2014-07-18 Uros Bizjak <ubizjak@gmail.com>
15
16 * configure.tgt (alpha*): Add -mfp-trap-mode=sui to XCFLAGS.
17
18 2014-06-17 Kai Tietz <ktietz@redhat.com>
19
20 * Makefile.am (libatomic_la_LDFLAGS): Add lt_host_flags.
21 * configure.ac (ACX_LT_HOST_FLAGS): New.
22 (target_thread_file): New.
23 * configure.tgt (mingw): Add mingw support.
24 * config/mingw/host-config.h: New file.
25 * config/mingw/lock.c: Likewise.
26 * Makefile.in: Regenerated.
27 * configure: Likewise.
28 * aclocal.m4: Likewise.
29 * testsuite/Makefile.in: Likewise.
30
31 2014-02-20 Richard Henderson <rth@redhat.com>
32
33 PR c++/60272
34 * cas_n.c (libat_compare_exchange): Conditionalize on failure
35 the store back to EPTR.
36
37 2014-01-02 Richard Sandiford <rdsandiford@googlemail.com>
38
39 Update copyright years
40
41 2013-12-09 Uros Bizjak <ubizjak@gmail.com>
42
43 * config/x86/fenv.c (__atomic_feraiseexcept): Emit SSE
44 instructions when __SSE_MATH__ is defined.
45
46 2013-11-18 Joseph Myers <joseph@codesourcery.com>
47
48 * testsuite/libatomic.c/atomic-compare-exchange-1.c,
49 testsuite/libatomic.c/atomic-compare-exchange-2.c,
50 testsuite/libatomic.c/atomic-compare-exchange-3.c,
51 testsuite/libatomic.c/atomic-compare-exchange-4.c,
52 testsuite/libatomic.c/atomic-compare-exchange-5.c,
53 testsuite/libatomic.c/atomic-exchange-1.c,
54 testsuite/libatomic.c/atomic-exchange-2.c,
55 testsuite/libatomic.c/atomic-exchange-3.c,
56 testsuite/libatomic.c/atomic-exchange-4.c,
57 testsuite/libatomic.c/atomic-exchange-5.c,
58 testsuite/libatomic.c/atomic-generic.c,
59 testsuite/libatomic.c/atomic-load-1.c,
60 testsuite/libatomic.c/atomic-load-2.c,
61 testsuite/libatomic.c/atomic-load-3.c,
62 testsuite/libatomic.c/atomic-load-4.c,
63 testsuite/libatomic.c/atomic-load-5.c,
64 testsuite/libatomic.c/atomic-op-1.c,
65 testsuite/libatomic.c/atomic-op-2.c,
66 testsuite/libatomic.c/atomic-op-3.c,
67 testsuite/libatomic.c/atomic-op-4.c,
68 testsuite/libatomic.c/atomic-op-5.c,
69 testsuite/libatomic.c/atomic-store-1.c,
70 testsuite/libatomic.c/atomic-store-2.c,
71 testsuite/libatomic.c/atomic-store-3.c,
72 testsuite/libatomic.c/atomic-store-4.c,
73 testsuite/libatomic.c/atomic-store-5.c: Declare main as returning
74 int. Do not require built-in sync support or add target-specific
75 options.
76 * testsuite/libatomic.c/atomic-exchange-1.c,
77 testsuite/libatomic.c/atomic-exchange-2.c,
78 testsuite/libatomic.c/atomic-exchange-3.c,
79 testsuite/libatomic.c/atomic-exchange-4.c,
80 testsuite/libatomic.c/atomic-exchange-5.c: Separate increments of
81 count from expression using value of count.
82
83 2013-11-10 Uros Bizjak <ubizjak@gmail.com>
84
85 * config/x86/fenv.c: New file.
86
87 2013-11-07 Joseph Myers <joseph@codesourcery.com>
88
89 * fenv.c: New file.
90 * libatomic.map (LIBATOMIC_1.1): New symbol version. Include
91 __atomic_feraiseexcept.
92 * configure.ac (libtool_VERSION): Change to 2:0:1.
93 (fenv.h): Test for header.
94 * Makefile.am (libatomic_la_SOURCES): Add fenv.c.
95 * Makefile.in, auto-config.h.in, configure: Regenerate.
96
97 2013-10-17 Michael Hudson-Doyle <michael.hudson@linaro.org>
98
99 * libatomic/configure.tgt (aarch64*): Remove code preventing
100 build.
101
102 2013-09-20 Alan Modra <amodra@gmail.com>
103
104 * configure: Regenerate.
105
106 2013-01-14 Richard Sandiford <rdsandiford@googlemail.com>
107
108 Update copyright years.
109
110 2012-12-18 Ian Lance Taylor <iant@google.com>
111
112 PR go/55201
113 * Makefile.am (noinst_LTLIBRARIES): Define new make variable.
114 (libatomic_convenience_la_SOURCES): Likewise.
115 (libatomic_convenience_la_LIBADD): Likewise.
116 * Makefile.in: Rebuild.
117 * testsuite/Makefile.in: Rebuild.
118
119 2012-12-04 Marcus Shawcroft <marcus.shawcroft@arm.com>
120
121 * config/arm/arm-config.h (__ARM_ARCH_8A__): New.
122
123 2012-11-21 Matthias Klose <doko@ubuntu.com>
124
125 * configure.tgt (i[3456]86): Handle -mx32 like -m64.
126
127 2012-11-04 Thomas Schwinge <thomas@codesourcery.com>
128
129 * acinclude.m4 (LIBAT_CHECK_IFUNC): Clarify message.
130 * configure: Regenerate.
131
132 * configure: Regenerate.
133
134 2012-10-23 Sofiane Naci <sofiane.naci@arm.com>
135
136 Mark libatomic unsupported in AArch64.
137
138 * configure.tgt: Mark libatomic unsupported.
139
140 2012-09-20 Jakub Jelinek <jakub@redhat.com>
141
142 PR other/43620
143 * configure.ac (AM_INIT_AUTOMAKE): Add no-dist.
144 * configure: Regenerate.
145 * Makefile.in: Regenerate.
146
147 2012-09-14 David Edelsohn <dje.gcc@gmail.com>
148
149 * configure: Regenerated.
150
151 2012-05-22 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
152
153 PR other/53231
154 * tas_n.c (libat_test_and_set): Correct return. Remove unused variable.
155
156 2012-05-16 H.J. Lu <hongjiu.lu@intel.com>
157
158 * configure: Regenerated.
159
160 2012-05-10 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
161
162 PR other/53284
163 * acinclude.m4 (LIBAT_TEST_ATOMIC_BUILTIN): Add -O0 -S to CFLAGS
164 instead of overriding.
165 * configure: Regenerate.
166
167 2012-05-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
168
169 * Makefile.am (libatomic.map-sun): Handle objects in
170 libatomic_la_LIBADD.
171 * aclocal.m4: Regenerate.
172 * Makefile.in: Regenerate.
173
174 2012-05-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
175
176 * configure.ac: Add $XPCFLAGS to CFLAGS, not $XCFLAGS.
177 * configure: Regenerate.
178
179 2012-05-03 Richard Henderson <rth@redhat.com>
180
181 * configure.ac (AM_MAINTAINER_MODE): New.
182 * acinclude.m4 (LIBAT_TEST_ATOMIC_BUILTIN): Handle compilation
183 failure in gcc_no_link path.
184 * configure, aclocal.m4, Makefile.in: Rebuild.
185
186 2012-05-01 Richard Henderson <rth@redhat.com>
187
188 * Initial commit.