comparison libitm/ChangeLog @ 145:1830386684a0

gcc-9.2.0
author anatofuz
date Thu, 13 Feb 2020 11:34:05 +0900
parents 84e7813d76e9
children
comparison
equal deleted inserted replaced
131:84e7813d76e9 145:1830386684a0
1 2020-02-12 Sandra Loosemore <sandra@codesourcery.com>
2
3 PR libstdc++/79193
4 PR libstdc++/88999
5
6 * configure: Regenerated.
7
8 2020-01-24 Maciej W. Rozycki <macro@wdc.com>
9
10 * configure.ac: Handle `--with-toolexeclibdir='.
11 * Makefile.in: Regenerate.
12 * aclocal.m4: Regenerate.
13 * configure: Regenerate.
14 * testsuite/Makefile.in: Regenerate.
15
16 2020-01-01 Jakub Jelinek <jakub@redhat.com>
17
18 Update copyright years.
19
20 * libitm.texi: Bump @copying's copyright year.
21
22 2019-12-03 Szabolcs Nagy <szabolcs.nagy@arm.com>
23
24 PR libgomp/91938
25 * configure.tgt: Avoid IE tls on *-*-musl*.
26
27 2019-09-27 Maciej W. Rozycki <macro@wdc.com>
28
29 * configure: Regenerate.
30
31 2019-09-10 Christophe Lyon <christophe.lyon@st.com>
32
33 * config/arm/sjlj.S (ldaddr): Add FDPIC support.
34
35 2019-09-10 Christophe Lyon <christophe.lyon@st.com>
36
37 * configure.tgt: Handle *-*-uclinux*.
38 * configure: Regenerate.
39
40 2019-09-06 Florian Weimer <fweimer@redhat.com>
41
42 * configure: Regenerate.
43
44 2019-09-03 Chung-Lin Tang <cltang@codesourcery.com>
45
46 PR other/79543
47 * acinclude.m4 (LIBITM_CHECK_LINKER_FEATURES): Fix GNU ld --version
48 scanning to conform to the GNU Coding Standards.
49 * configure: Regenerate.
50
51 2019-05-03 Jakub Jelinek <jakub@redhat.com>
52
53 * Makefile.am (finclude): Remove.
54 * Makefile.in: Regenerated.
55
56 2019-01-01 Jakub Jelinek <jakub@redhat.com>
57
58 Update copyright years.
59
60 2019-01-01 Jakub Jelinek <jakub@redhat.com>
61
62 * libitm.texi: Bump @copying's copyright year.
63
64 2018-12-16 Jakub Jelinek <jakub@redhat.com>
65
66 PR c++/88482
67 * eh_cpp.cc (__cxa_throw): Change DEST argument type from
68 void * to void (*) (void *).
69 (_ITM_cxa_throw): Likewise.
70 * libitm.h (_ITM_cxa_throw): Likewise.
71 * libitm.texi (_ITM_cxa_throw): Likewise.
72
73 2018-12-13 Peter Bergner <bergner@linux.ibm.com>
74
75 * config/powerpc/target.h (htm_available): Add support for
76 PPC_FEATURE2_HTM_NO_SUSPEND. Use __builtin_cpu_supports if available.
77
78 2018-10-31 Joseph Myers <joseph@codesourcery.com>
79
80 PR bootstrap/82856
81 * Makefile.am: Include multilib.am.
82 (AUTOMAKE_OPTIONS): Add info-in-builddir.
83 (CLEANFILES): Remove libitm.info.
84 * configure.ac: Remove AC_PREREQ.
85 * testsuite/Makefile.am (RUNTEST): Remove quotes.
86 * Makefile.in, aclocal.m4, configure, testsuite/Makefile.in:
87 Regenerate.
88
89 2018-10-30 Nicholas Krause <xerofoify@gmail.com>
90
91 PR libitm/86293
92 * method-serial.cc: Mark varible as potentially unused
93 to silence warning.
94
1 2018-08-03 Sergei Trofimovich <slyfox@gentoo.org> 95 2018-08-03 Sergei Trofimovich <slyfox@gentoo.org>
2 96
3 * config/sh/sjlj.S: Adjust to use PIC vs normal code to avoid 97 * config/sh/sjlj.S: Adjust to use PIC vs normal code to avoid
4 absolute relocation in a shared library. 98 absolute relocation in a shared library.
5 99
2124 2218
2125 2008-11-21 Richard Henderson <rth@redhat.com> 2219 2008-11-21 Richard Henderson <rth@redhat.com>
2126 2220
2127 * Initial commit. 2221 * Initial commit.
2128 2222
2129 Copyright (C) 2008-2018 Free Software Foundation, Inc. 2223 Copyright (C) 2008-2020 Free Software Foundation, Inc.
2130 2224
2131 Copying and distribution of this file, with or without modification, 2225 Copying and distribution of this file, with or without modification,
2132 are permitted in any medium without royalty provided the copyright 2226 are permitted in any medium without royalty provided the copyright
2133 notice and this notice are preserved. 2227 notice and this notice are preserved.