Add dg-require-visibility to tests that require visibility support.
[official-gcc.git] / libssp / ChangeLog
blob9e3e6a687ffc4ff23d1cd52e255899c03e5e27d7
1 2020-02-12  Sandra Loosemore  <sandra@codesourcery.com>
3         PR libstdc++/79193
4         PR libstdc++/88999
6         * configure: Regenerated.
8 2020-01-24  Maciej W. Rozycki  <macro@wdc.com>
10         * configure.ac: Handle `--with-toolexeclibdir='.
11         * Makefile.in: Regenerate.
12         * aclocal.m4: Regenerate.
13         * configure: Regenerate.
15 2020-01-01  Jakub Jelinek  <jakub@redhat.com>
17         Update copyright years.
19 2019-09-27  Maciej W. Rozycki  <macro@wdc.com>
21         * configure: Regenerate.
23 2019-01-01  Jakub Jelinek  <jakub@redhat.com>
25         Update copyright years.
27 2018-10-31  Joseph Myers  <joseph@codesourcery.com>
29         PR bootstrap/82856
30         * Makefile.am: Include multilib.am.
31         (AUTOMAKE_OPTIONS): Remove 1.9.5.
32         * configure.ac: Remove AC_PREREQ.  Quote argument to
33         AC_RUN_IFELSE.
34         * Makefile.in, aclocal.m4, configure: Regenerate.
36 2018-04-24  H.J. Lu  <hongjiu.lu@intel.com>
38         * configure: Regenerated.
40 2018-04-19  Jakub Jelinek  <jakub@redhat.com>
42         * configure: Regenerated.
44 2018-04-18  David Malcolm  <dmalcolm@redhat.com>
46         PR jit/85384
47         * configure: Regenerate.
49 2018-02-14  Igor Tsimbalist  <igor.v.tsimbalist@intel.com>
51         PR target/84148
52         * configure: Regenerate.
54 2018-01-03  Jakub Jelinek  <jakub@redhat.com>
56         Update copyright years.
58 2017-11-17  Igor Tsimbalist  <igor.v.tsimbalist@intel.com>
60         * Makefile.am: Update AM_CFLAGS, update
61         libssp_nonshared_la_CFLAGS.
62         * Makefile.in: Regenerate.
63         * configure: Likewise.
64         * aclocal.m4: Likewise.
65         * configure.ac: Set CET_FLAGS. Update XCFLAGS.
67 2017-04-01  Jonathan Yong  <10walls@gmail.com>
69         * ssp.c (__guard_setup): Suppress unused variable warning.
71 2017-01-17  Jakub Jelinek  <jakub@redhat.com>
73         PR other/79046
74         * configure.ac: Add GCC_BASE_VER.
75         * Makefile.am (gcc_version): Use @get_gcc_base_ver@ instead of cat to
76         get version from BASE-VER file.
77         * configure: Regenerated.
78         * Makefile.in: Regenerated.
80 2017-01-04  Jakub Jelinek  <jakub@redhat.com>
82         Update copyright years.
84 2016-11-15  Matthias Klose  <doko@ubuntu.com>
86         * configure: Regenerate.
88 2015-04-25  Daniel Starke  <daniel.f.starke@freenet.de>
90         PR target/65867
91         * ssp.c: Added wincrypt.h include for Windows targets.
93 2015-05-13  Michael Haubenwallner  <michael.haubenwallner@ssi-schaefer.com>
95         * Makefile.in: Regenerated with automake-1.11.6.
96         * aclocal.m4: Likewise.
97         * configure: Likewise.
99 2015-02-09  Georg Koppen  <gk@torproject.org>
101         * ssp.c: Conditionally include <windows.h>
102         (__guard_setup): For Windows, use approved methods to get
103         a suitable random number for the stack check guard rather
104         than reading /dev/random.
106 2015-01-22  Matthias Klose  <doko@ubuntu.com>
108         * gets-chk.c: Declare prototype for gets in C11 mode.
110 2014-11-21  H.J. Lu  <hongjiu.lu@intel.com>
112         PR bootstrap/63784
113         * configure: Regenerated.
115 2014-11-11  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
117         PR target/63610
118         * configure: Regenerate.
120 2013-12-07  Jakub Jelinek  <jakub@redhat.com>
122         * ssp.c (fail): Avoid -Wformat-security warning.
124 2013-09-20  Alan Modra  <amodra@gmail.com>
126         * configure: Regenerate.
128 2013-02-06  Richard Sandiford  <rdsandiford@googlemail.com>
130         Revert previous patch.
132 2013-02-03  Richard Sandiford  <rdsandiford@googlemail.com>
134         Update copyright years.
136 2013-01-15  Paul Pluzhnikov  <ppluzhnikov@google.com>
138         PR 55982
139         * strncat-chk.c (__strncat_chk): Fix loop unroll.
141 2012-09-14  David Edelsohn  <dje.gcc@gmail.com>
143         * configure: Regenerated.
145 2012-05-29  Benjamin Kosnik  <bkoz@redhat.com>
147         PR libstdc++/51007
148         * configure.ac: Allow gnu, gnu* variants for --enable-symvers argument.
149         * configure: Regenerated.
151 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
153         * configure: Regenerated.
155 2011-11-21  Andreas Tobler  <andreast@fgznet.ch>
157         * configure: Regenerate.
159 2011-03-21  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
161         PR bootstrap/48135
162         * configure.ac (ssp_use_symver): Handle --disable-symvers.
163         * configure: Regenerate.
165 2011-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
167         * Makefile.in: Regenerate.
168         * aclocal.m4: Likewise.
169         * configure: Likewise.
171 2010-12-06  Dave Korn  <dave.korn.cygwin@gmail.com>
173         PR target/40125
174         PR lto/46695
175         * configure.ac: Invoke ACX_LT_HOST_FLAGS.
176         * Makefile.am (libssp_la_LDFLAGS): Use lt_host_flags.
177         * aclocal.m4: Regenerate.
178         * configure: Regenerate.
179         * Makefile.in: Regenerate.
181 2010-07-02  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
183         * configure.ac (ssp_use_symver): Only check for Sun-style symbol
184         versioning on Solaris 2.
185         * configure: Regenerate.
187 2010-07-02  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
189         * configure.ac: Check for Sun symbol versioning.
190         Check for memmove.
191         * configure: Regenerate.
192         * config.h.in: Regenerate.
194         * Makefile.am [LIBSSP_USE_SYMVER]: Protect version_arg,
195         version_dep with LIBSSP_USE_SYMVER_GNU.
196         [LIBSSP_USE_SYMVER_SUN]: Handle Sun symbol versioning.
197         * Makefile.in: Regenerate.
199         * ssp.map: Reformat.
201         * memmove-chk.c: Change guard to HAVE_MEMMOVE.
203 2010-05-04  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
205         PR other/43620
206         * configure.ac (AM_INIT_AUTOMAKE): Add no-dist.
207         * Makefile.in: Regenerate.
209 2010-04-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
211         * Makefile.in: Regenerate.
212         * aclocal.m4: Regenerate.
214 2009-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
216         * Makefile.in: Regenerate.
217         * configure: Regenerate.
219 2009-08-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
221         * configure.ac (AC_PREREQ): Bump to 2.64.
223 2009-08-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
225         * Makefile.am (install-html, install-pdf): Remove.
226         * Makefile.in: Regenerate.
228         * Makefile.in: Regenerate.
229         * aclocal.m4: Regenerate.
230         * config.h.in: Regenerate.
231         * configure: Regenerate.
233 2009-08-20  Dave Korn  <dave.korn.cygwin@gmail.com>
235         * Makefile.am (libssp_la_LDFLAGS): Add -bindir flag.
236         * Makefile.in: Regenerate.
238 2009-07-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
240         * configure.ac (_AC_ARG_VAR_PRECIOUS): Use m4_rename_force.
242 2009-04-13  Ozkan Sezer  <sezeroz@gmail.com>
244         PR target/39062
245         * ssp.c: Also include malloc.h for alloca(). MinGW needs it.
246         * configure.ac: Also check for malloc.h.
247         * configure: Regenerated.
248         * config.h.in: Regenerated.
250 2009-04-09  Nick Clifton  <nickc@redhat.com>
252         * strcat-chk.c: Change copyright header to refer to version 3
253         of the GNU General Public License with version 3.1 of the GCC
254         Runtime Library Exception and to point readers at the COPYING3
255         and COPYING3.RUNTIME files and the FSF's license web page.
256         * gets-chk.c: Likewise.
257         * memcpy-chk.c: Likewise.
258         * memmove-chk.c: Likewise.
259         * mempcpy-chk.c: Likewise.
260         * memset-chk.c: Likewise.
261         * snprintf-chk.c: Likewise.
262         * sprintf-chk.c: Likewise.
263         * ssp-local.c: Likewise.
264         * ssp.c: Likewise.
265         * ssp/ssp.h.in: Likewise.
266         * ssp/stdio.h: Likewise.
267         * ssp/string.h: Likewise.
268         * ssp/unistd.h: Likewise.
269         * stpcpy-chk.c: Likewise.
270         * strcpy-chk.c: Likewise.
271         * strncat-chk.c: Likewise.
272         * strncpy-chk.c: Likewise.
273         * vsnprintf-chk.c: Likewise.
274         * vsprintf-chk.c: Likewise.
276 2009-03-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
278         * configure: Regenerate.
280 2009-02-02  Danny Smith  <dannysmith@users.sourcforge.net>
282         * ssp.c (_PATH_TTY): Define as "CONOUT$" for _WIN32.
284 2008-12-18  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
286         * configure: Regenerate.
288 2008-09-26  Peter O'Gorman  <pogma@thewrittenword.com>
289             Steve Ellcey  <sje@cup.hp.com>
291         * configure: Regenerate for new libtool.
292         * Makefile.in: Ditto.
293         * aclocal.m4: Ditto.
295 2008-08-21  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
297         * Makefile.am: Add -no-undefined
298         * Makefile.in: Regenerate.
300 2008-06-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
302         * Makefile.in: Regenerate.
303         * config.h.in: Regenerate.
304         * configure: Regenerate.
306 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
308         PR bootstrap/35457
309         * aclocal.m4: Regenerate.
310         * configure: Regenerate.
312 2008-03-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
314         * aclocal.m4: Regenerate.
315         * configure: Likewise.
316         * Makefile.in: Likewise.
318 2008-01-24  David Edelsohn  <edelsohn@gnu.org>
320         * configure: Regenerate.
322 2007-07-05  H.J. Lu  <hongjiu.lu@intel.com>
324         * aclocal.m4: Regenerated.
326 2007-06-02  Paolo Bonzini  <bonzini@gnu.org>
328         * configure: Regenerate.
330 2007-05-23  Steve Ellcey  <sje@cup.hp.com>
332         * Makefile.in: Regenerate.
333         * configure: Regenerate.
334         * aclocal.m4: Regenerate.
336 2007-03-01  Brooks Moses  <brooks.moses@codesourcery.com>
338         * Makefile.am: Add dummy install-pdf target.
339         * Makefile.in: Regenerate
341 2006-10-14  Geoffrey Keating  <geoffk@apple.com>
343         * aclocal.m4: Regenerate.
344         * configure: Regenerate.
346 2006-09-29  Joseph S. Myers  <joseph@codesourcery.com>
348         PR other/25035
349         * configure.ac (AC_EXEEXT): Remove.
350         (GCC_NO_EXECUTABLES): Call.
351         (ssp_use_symver): Default to no if unable to link.
352         (AC_CHECK_FUNCS): Hardwire results if unable to link.
353         * aclocal.m4, configure, Makefile.in: Regenerate.
355 2006-05-23  Carlos O'Donell  <carlos@codesourcery.com>
357         * Makefile.am: Add install-html target. Add install-html to .PHONY
358         * Makefile.in: Regenerate.
360 2006-02-27  Mark Mitchell  <mark@codesourcery.com>
361         
362         PR 26473
363         * configure.ac (ACX_NONCANONICAL_TARGET): Use it.
364         * Makefile.am (target_noncanonical): Define.
365         (libsubincludedir): New variable.
366         (nobase_libsubinclude_HEADERS): Likewise.
367         (nobase_include_HEADERS): Remove.
368         * configure: Regenerated.
369         * Makefile.in: Likewise.
370         * aclocal.m4: Regenerated.
372 2006-01-20  Richard Guenther  <rguenther@suse.de>
374         * configure.ac: Use -fPIC for symbol versioning test.
375         * configure: Regenerate.
377 2005-08-17  Kelley Cook  <kcook@gcc.gnu.org>
379         * ALL: Update FSF address.
381 2005-07-02  Jakub Jelinek  <jakub@redhat.com>
383         * ALL: First release as more than just a single file.