tree.c (set_call_expr_flags): New function.
[gcc.git] / libatomic / ChangeLog
1 2012-11-04 Thomas Schwinge <thomas@codesourcery.com>
2
3 * acinclude.m4 (LIBAT_CHECK_IFUNC): Clarify message.
4 * configure: Regenerate.
5
6 * configure: Regenerate.
7
8 2012-10-23 Sofiane Naci <sofiane.naci@arm.com>
9
10 Mark libatomic unsupported in AArch64.
11
12 * configure.tgt: Mark libatomic unsupported.
13
14 2012-09-20 Jakub Jelinek <jakub@redhat.com>
15
16 PR other/43620
17 * configure.ac (AM_INIT_AUTOMAKE): Add no-dist.
18 * configure: Regenerate.
19 * Makefile.in: Regenerate.
20
21 2012-09-14 David Edelsohn <dje.gcc@gmail.com>
22
23 * configure: Regenerated.
24
25 2012-05-22 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
26
27 PR other/53231
28 * tas_n.c (libat_test_and_set): Correct return. Remove unused variable.
29
30 2012-05-16 H.J. Lu <hongjiu.lu@intel.com>
31
32 * configure: Regenerated.
33
34 2012-05-10 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
35
36 PR other/53284
37 * acinclude.m4 (LIBAT_TEST_ATOMIC_BUILTIN): Add -O0 -S to CFLAGS
38 instead of overriding.
39 * configure: Regenerate.
40
41 2012-05-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
42
43 * Makefile.am (libatomic.map-sun): Handle objects in
44 libatomic_la_LIBADD.
45 * aclocal.m4: Regenerate.
46 * Makefile.in: Regenerate.
47
48 2012-05-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
49
50 * configure.ac: Add $XPCFLAGS to CFLAGS, not $XCFLAGS.
51 * configure: Regenerate.
52
53 2012-05-03 Richard Henderson <rth@redhat.com>
54
55 * configure.ac (AM_MAINTAINER_MODE): New.
56 * acinclude.m4 (LIBAT_TEST_ATOMIC_BUILTIN): Handle compilation
57 failure in gcc_no_link path.
58 * configure, aclocal.m4, Makefile.in: Rebuild.
59
60 2012-05-01 Richard Henderson <rth@redhat.com>
61
62 * Initial commit.