RISC-V: Disable use of TLS copy relocs.
[official-gcc.git] / libssp / ChangeLog
blobb0188d386d09c375fd456460dda5e0ea5f78510c
1 2020-01-01  Jakub Jelinek  <jakub@redhat.com>
3         Update copyright years.
5 2019-09-27  Maciej W. Rozycki  <macro@wdc.com>
7         * configure: Regenerate.
9 2019-01-01  Jakub Jelinek  <jakub@redhat.com>
11         Update copyright years.
13 2018-10-31  Joseph Myers  <joseph@codesourcery.com>
15         PR bootstrap/82856
16         * Makefile.am: Include multilib.am.
17         (AUTOMAKE_OPTIONS): Remove 1.9.5.
18         * configure.ac: Remove AC_PREREQ.  Quote argument to
19         AC_RUN_IFELSE.
20         * Makefile.in, aclocal.m4, configure: Regenerate.
22 2018-04-24  H.J. Lu  <hongjiu.lu@intel.com>
24         * configure: Regenerated.
26 2018-04-19  Jakub Jelinek  <jakub@redhat.com>
28         * configure: Regenerated.
30 2018-04-18  David Malcolm  <dmalcolm@redhat.com>
32         PR jit/85384
33         * configure: Regenerate.
35 2018-02-14  Igor Tsimbalist  <igor.v.tsimbalist@intel.com>
37         PR target/84148
38         * configure: Regenerate.
40 2018-01-03  Jakub Jelinek  <jakub@redhat.com>
42         Update copyright years.
44 2017-11-17  Igor Tsimbalist  <igor.v.tsimbalist@intel.com>
46         * Makefile.am: Update AM_CFLAGS, update
47         libssp_nonshared_la_CFLAGS.
48         * Makefile.in: Regenerate.
49         * configure: Likewise.
50         * aclocal.m4: Likewise.
51         * configure.ac: Set CET_FLAGS. Update XCFLAGS.
53 2017-04-01  Jonathan Yong  <10walls@gmail.com>
55         * ssp.c (__guard_setup): Suppress unused variable warning.
57 2017-01-17  Jakub Jelinek  <jakub@redhat.com>
59         PR other/79046
60         * configure.ac: Add GCC_BASE_VER.
61         * Makefile.am (gcc_version): Use @get_gcc_base_ver@ instead of cat to
62         get version from BASE-VER file.
63         * configure: Regenerated.
64         * Makefile.in: Regenerated.
66 2017-01-04  Jakub Jelinek  <jakub@redhat.com>
68         Update copyright years.
70 2016-11-15  Matthias Klose  <doko@ubuntu.com>
72         * configure: Regenerate.
74 2015-04-25  Daniel Starke  <daniel.f.starke@freenet.de>
76         PR target/65867
77         * ssp.c: Added wincrypt.h include for Windows targets.
79 2015-05-13  Michael Haubenwallner  <michael.haubenwallner@ssi-schaefer.com>
81         * Makefile.in: Regenerated with automake-1.11.6.
82         * aclocal.m4: Likewise.
83         * configure: Likewise.
85 2015-02-09  Georg Koppen  <gk@torproject.org>
87         * ssp.c: Conditionally include <windows.h>
88         (__guard_setup): For Windows, use approved methods to get
89         a suitable random number for the stack check guard rather
90         than reading /dev/random.
92 2015-01-22  Matthias Klose  <doko@ubuntu.com>
94         * gets-chk.c: Declare prototype for gets in C11 mode.
96 2014-11-21  H.J. Lu  <hongjiu.lu@intel.com>
98         PR bootstrap/63784
99         * configure: Regenerated.
101 2014-11-11  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
103         PR target/63610
104         * configure: Regenerate.
106 2013-12-07  Jakub Jelinek  <jakub@redhat.com>
108         * ssp.c (fail): Avoid -Wformat-security warning.
110 2013-09-20  Alan Modra  <amodra@gmail.com>
112         * configure: Regenerate.
114 2013-02-06  Richard Sandiford  <rdsandiford@googlemail.com>
116         Revert previous patch.
118 2013-02-03  Richard Sandiford  <rdsandiford@googlemail.com>
120         Update copyright years.
122 2013-01-15  Paul Pluzhnikov  <ppluzhnikov@google.com>
124         PR 55982
125         * strncat-chk.c (__strncat_chk): Fix loop unroll.
127 2012-09-14  David Edelsohn  <dje.gcc@gmail.com>
129         * configure: Regenerated.
131 2012-05-29  Benjamin Kosnik  <bkoz@redhat.com>
133         PR libstdc++/51007
134         * configure.ac: Allow gnu, gnu* variants for --enable-symvers argument.
135         * configure: Regenerated.
137 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
139         * configure: Regenerated.
141 2011-11-21  Andreas Tobler  <andreast@fgznet.ch>
143         * configure: Regenerate.
145 2011-03-21  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
147         PR bootstrap/48135
148         * configure.ac (ssp_use_symver): Handle --disable-symvers.
149         * configure: Regenerate.
151 2011-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
153         * Makefile.in: Regenerate.
154         * aclocal.m4: Likewise.
155         * configure: Likewise.
157 2010-12-06  Dave Korn  <dave.korn.cygwin@gmail.com>
159         PR target/40125
160         PR lto/46695
161         * configure.ac: Invoke ACX_LT_HOST_FLAGS.
162         * Makefile.am (libssp_la_LDFLAGS): Use lt_host_flags.
163         * aclocal.m4: Regenerate.
164         * configure: Regenerate.
165         * Makefile.in: Regenerate.
167 2010-07-02  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
169         * configure.ac (ssp_use_symver): Only check for Sun-style symbol
170         versioning on Solaris 2.
171         * configure: Regenerate.
173 2010-07-02  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
175         * configure.ac: Check for Sun symbol versioning.
176         Check for memmove.
177         * configure: Regenerate.
178         * config.h.in: Regenerate.
180         * Makefile.am [LIBSSP_USE_SYMVER]: Protect version_arg,
181         version_dep with LIBSSP_USE_SYMVER_GNU.
182         [LIBSSP_USE_SYMVER_SUN]: Handle Sun symbol versioning.
183         * Makefile.in: Regenerate.
185         * ssp.map: Reformat.
187         * memmove-chk.c: Change guard to HAVE_MEMMOVE.
189 2010-05-04  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
191         PR other/43620
192         * configure.ac (AM_INIT_AUTOMAKE): Add no-dist.
193         * Makefile.in: Regenerate.
195 2010-04-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
197         * Makefile.in: Regenerate.
198         * aclocal.m4: Regenerate.
200 2009-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
202         * Makefile.in: Regenerate.
203         * configure: Regenerate.
205 2009-08-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
207         * configure.ac (AC_PREREQ): Bump to 2.64.
209 2009-08-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
211         * Makefile.am (install-html, install-pdf): Remove.
212         * Makefile.in: Regenerate.
214         * Makefile.in: Regenerate.
215         * aclocal.m4: Regenerate.
216         * config.h.in: Regenerate.
217         * configure: Regenerate.
219 2009-08-20  Dave Korn  <dave.korn.cygwin@gmail.com>
221         * Makefile.am (libssp_la_LDFLAGS): Add -bindir flag.
222         * Makefile.in: Regenerate.
224 2009-07-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
226         * configure.ac (_AC_ARG_VAR_PRECIOUS): Use m4_rename_force.
228 2009-04-13  Ozkan Sezer  <sezeroz@gmail.com>
230         PR target/39062
231         * ssp.c: Also include malloc.h for alloca(). MinGW needs it.
232         * configure.ac: Also check for malloc.h.
233         * configure: Regenerated.
234         * config.h.in: Regenerated.
236 2009-04-09  Nick Clifton  <nickc@redhat.com>
238         * strcat-chk.c: Change copyright header to refer to version 3
239         of the GNU General Public License with version 3.1 of the GCC
240         Runtime Library Exception and to point readers at the COPYING3
241         and COPYING3.RUNTIME files and the FSF's license web page.
242         * gets-chk.c: Likewise.
243         * memcpy-chk.c: Likewise.
244         * memmove-chk.c: Likewise.
245         * mempcpy-chk.c: Likewise.
246         * memset-chk.c: Likewise.
247         * snprintf-chk.c: Likewise.
248         * sprintf-chk.c: Likewise.
249         * ssp-local.c: Likewise.
250         * ssp.c: Likewise.
251         * ssp/ssp.h.in: Likewise.
252         * ssp/stdio.h: Likewise.
253         * ssp/string.h: Likewise.
254         * ssp/unistd.h: Likewise.
255         * stpcpy-chk.c: Likewise.
256         * strcpy-chk.c: Likewise.
257         * strncat-chk.c: Likewise.
258         * strncpy-chk.c: Likewise.
259         * vsnprintf-chk.c: Likewise.
260         * vsprintf-chk.c: Likewise.
262 2009-03-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
264         * configure: Regenerate.
266 2009-02-02  Danny Smith  <dannysmith@users.sourcforge.net>
268         * ssp.c (_PATH_TTY): Define as "CONOUT$" for _WIN32.
270 2008-12-18  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
272         * configure: Regenerate.
274 2008-09-26  Peter O'Gorman  <pogma@thewrittenword.com>
275             Steve Ellcey  <sje@cup.hp.com>
277         * configure: Regenerate for new libtool.
278         * Makefile.in: Ditto.
279         * aclocal.m4: Ditto.
281 2008-08-21  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
283         * Makefile.am: Add -no-undefined
284         * Makefile.in: Regenerate.
286 2008-06-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
288         * Makefile.in: Regenerate.
289         * config.h.in: Regenerate.
290         * configure: Regenerate.
292 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
294         PR bootstrap/35457
295         * aclocal.m4: Regenerate.
296         * configure: Regenerate.
298 2008-03-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
300         * aclocal.m4: Regenerate.
301         * configure: Likewise.
302         * Makefile.in: Likewise.
304 2008-01-24  David Edelsohn  <edelsohn@gnu.org>
306         * configure: Regenerate.
308 2007-07-05  H.J. Lu  <hongjiu.lu@intel.com>
310         * aclocal.m4: Regenerated.
312 2007-06-02  Paolo Bonzini  <bonzini@gnu.org>
314         * configure: Regenerate.
316 2007-05-23  Steve Ellcey  <sje@cup.hp.com>
318         * Makefile.in: Regenerate.
319         * configure: Regenerate.
320         * aclocal.m4: Regenerate.
322 2007-03-01  Brooks Moses  <brooks.moses@codesourcery.com>
324         * Makefile.am: Add dummy install-pdf target.
325         * Makefile.in: Regenerate
327 2006-10-14  Geoffrey Keating  <geoffk@apple.com>
329         * aclocal.m4: Regenerate.
330         * configure: Regenerate.
332 2006-09-29  Joseph S. Myers  <joseph@codesourcery.com>
334         PR other/25035
335         * configure.ac (AC_EXEEXT): Remove.
336         (GCC_NO_EXECUTABLES): Call.
337         (ssp_use_symver): Default to no if unable to link.
338         (AC_CHECK_FUNCS): Hardwire results if unable to link.
339         * aclocal.m4, configure, Makefile.in: Regenerate.
341 2006-05-23  Carlos O'Donell  <carlos@codesourcery.com>
343         * Makefile.am: Add install-html target. Add install-html to .PHONY
344         * Makefile.in: Regenerate.
346 2006-02-27  Mark Mitchell  <mark@codesourcery.com>
347         
348         PR 26473
349         * configure.ac (ACX_NONCANONICAL_TARGET): Use it.
350         * Makefile.am (target_noncanonical): Define.
351         (libsubincludedir): New variable.
352         (nobase_libsubinclude_HEADERS): Likewise.
353         (nobase_include_HEADERS): Remove.
354         * configure: Regenerated.
355         * Makefile.in: Likewise.
356         * aclocal.m4: Regenerated.
358 2006-01-20  Richard Guenther  <rguenther@suse.de>
360         * configure.ac: Use -fPIC for symbol versioning test.
361         * configure: Regenerate.
363 2005-08-17  Kelley Cook  <kcook@gcc.gnu.org>
365         * ALL: Update FSF address.
367 2005-07-02  Jakub Jelinek  <jakub@redhat.com>
369         * ALL: First release as more than just a single file.