]> git.ipfire.org Git - thirdparty/gcc.git/blob - libatomic/ChangeLog
re PR other/53231 (libatomic/tas_n.c:100:10: error: 'ret' undeclared (first use in...
[thirdparty/gcc.git] / libatomic / ChangeLog
1 2012-05-22 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
2
3 PR other/53231
4 * tas_n.c (libat_test_and_set): Correct return. Remove unused variable.
5
6 2012-05-16 H.J. Lu <hongjiu.lu@intel.com>
7
8 * configure: Regenerated.
9
10 2012-05-10 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
11
12 PR other/53284
13 * acinclude.m4 (LIBAT_TEST_ATOMIC_BUILTIN): Add -O0 -S to CFLAGS
14 instead of overriding.
15 * configure: Regenerate.
16
17 2012-05-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
18
19 * Makefile.am (libatomic.map-sun): Handle objects in
20 libatomic_la_LIBADD.
21 * aclocal.m4: Regenerate.
22 * Makefile.in: Regenerate.
23
24 2012-05-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
25
26 * configure.ac: Add $XPCFLAGS to CFLAGS, not $XCFLAGS.
27 * configure: Regenerate.
28
29 2012-05-03 Richard Henderson <rth@redhat.com>
30
31 * configure.ac (AM_MAINTAINER_MODE): New.
32 * acinclude.m4 (LIBAT_TEST_ATOMIC_BUILTIN): Handle compilation
33 failure in gcc_no_link path.
34 * configure, aclocal.m4, Makefile.in: Rebuild.
35
36 2012-05-01 Richard Henderson <rth@redhat.com>
37
38 * Initial commit.