re PR target/90871 (g++.dg/ext/altivec-15.C fails after r272236)
[official-gcc.git] / libssp / ChangeLog
blob7db579f2046c1b0fd83e6d2a426fb7af735f2bf2
1 2019-01-01  Jakub Jelinek  <jakub@redhat.com>
3         Update copyright years.
5 2018-10-31  Joseph Myers  <joseph@codesourcery.com>
7         PR bootstrap/82856
8         * Makefile.am: Include multilib.am.
9         (AUTOMAKE_OPTIONS): Remove 1.9.5.
10         * configure.ac: Remove AC_PREREQ.  Quote argument to
11         AC_RUN_IFELSE.
12         * Makefile.in, aclocal.m4, configure: Regenerate.
14 2018-04-24  H.J. Lu  <hongjiu.lu@intel.com>
16         * configure: Regenerated.
18 2018-04-19  Jakub Jelinek  <jakub@redhat.com>
20         * configure: Regenerated.
22 2018-04-18  David Malcolm  <dmalcolm@redhat.com>
24         PR jit/85384
25         * configure: Regenerate.
27 2018-02-14  Igor Tsimbalist  <igor.v.tsimbalist@intel.com>
29         PR target/84148
30         * configure: Regenerate.
32 2018-01-03  Jakub Jelinek  <jakub@redhat.com>
34         Update copyright years.
36 2017-11-17  Igor Tsimbalist  <igor.v.tsimbalist@intel.com>
38         * Makefile.am: Update AM_CFLAGS, update
39         libssp_nonshared_la_CFLAGS.
40         * Makefile.in: Regenerate.
41         * configure: Likewise.
42         * aclocal.m4: Likewise.
43         * configure.ac: Set CET_FLAGS. Update XCFLAGS.
45 2017-04-01  Jonathan Yong  <10walls@gmail.com>
47         * ssp.c (__guard_setup): Suppress unused variable warning.
49 2017-01-17  Jakub Jelinek  <jakub@redhat.com>
51         PR other/79046
52         * configure.ac: Add GCC_BASE_VER.
53         * Makefile.am (gcc_version): Use @get_gcc_base_ver@ instead of cat to
54         get version from BASE-VER file.
55         * configure: Regenerated.
56         * Makefile.in: Regenerated.
58 2017-01-04  Jakub Jelinek  <jakub@redhat.com>
60         Update copyright years.
62 2016-11-15  Matthias Klose  <doko@ubuntu.com>
64         * configure: Regenerate.
66 2015-04-25  Daniel Starke  <daniel.f.starke@freenet.de>
68         PR target/65867
69         * ssp.c: Added wincrypt.h include for Windows targets.
71 2015-05-13  Michael Haubenwallner  <michael.haubenwallner@ssi-schaefer.com>
73         * Makefile.in: Regenerated with automake-1.11.6.
74         * aclocal.m4: Likewise.
75         * configure: Likewise.
77 2015-02-09  Georg Koppen  <gk@torproject.org>
79         * ssp.c: Conditionally include <windows.h>
80         (__guard_setup): For Windows, use approved methods to get
81         a suitable random number for the stack check guard rather
82         than reading /dev/random.
84 2015-01-22  Matthias Klose  <doko@ubuntu.com>
86         * gets-chk.c: Declare prototype for gets in C11 mode.
88 2014-11-21  H.J. Lu  <hongjiu.lu@intel.com>
90         PR bootstrap/63784
91         * configure: Regenerated.
93 2014-11-11  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
95         PR target/63610
96         * configure: Regenerate.
98 2013-12-07  Jakub Jelinek  <jakub@redhat.com>
100         * ssp.c (fail): Avoid -Wformat-security warning.
102 2013-09-20  Alan Modra  <amodra@gmail.com>
104         * configure: Regenerate.
106 2013-02-06  Richard Sandiford  <rdsandiford@googlemail.com>
108         Revert previous patch.
110 2013-02-03  Richard Sandiford  <rdsandiford@googlemail.com>
112         Update copyright years.
114 2013-01-15  Paul Pluzhnikov  <ppluzhnikov@google.com>
116         PR 55982
117         * strncat-chk.c (__strncat_chk): Fix loop unroll.
119 2012-09-14  David Edelsohn  <dje.gcc@gmail.com>
121         * configure: Regenerated.
123 2012-05-29  Benjamin Kosnik  <bkoz@redhat.com>
125         PR libstdc++/51007
126         * configure.ac: Allow gnu, gnu* variants for --enable-symvers argument.
127         * configure: Regenerated.
129 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
131         * configure: Regenerated.
133 2011-11-21  Andreas Tobler  <andreast@fgznet.ch>
135         * configure: Regenerate.
137 2011-03-21  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
139         PR bootstrap/48135
140         * configure.ac (ssp_use_symver): Handle --disable-symvers.
141         * configure: Regenerate.
143 2011-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
145         * Makefile.in: Regenerate.
146         * aclocal.m4: Likewise.
147         * configure: Likewise.
149 2010-12-06  Dave Korn  <dave.korn.cygwin@gmail.com>
151         PR target/40125
152         PR lto/46695
153         * configure.ac: Invoke ACX_LT_HOST_FLAGS.
154         * Makefile.am (libssp_la_LDFLAGS): Use lt_host_flags.
155         * aclocal.m4: Regenerate.
156         * configure: Regenerate.
157         * Makefile.in: Regenerate.
159 2010-07-02  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
161         * configure.ac (ssp_use_symver): Only check for Sun-style symbol
162         versioning on Solaris 2.
163         * configure: Regenerate.
165 2010-07-02  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
167         * configure.ac: Check for Sun symbol versioning.
168         Check for memmove.
169         * configure: Regenerate.
170         * config.h.in: Regenerate.
172         * Makefile.am [LIBSSP_USE_SYMVER]: Protect version_arg,
173         version_dep with LIBSSP_USE_SYMVER_GNU.
174         [LIBSSP_USE_SYMVER_SUN]: Handle Sun symbol versioning.
175         * Makefile.in: Regenerate.
177         * ssp.map: Reformat.
179         * memmove-chk.c: Change guard to HAVE_MEMMOVE.
181 2010-05-04  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
183         PR other/43620
184         * configure.ac (AM_INIT_AUTOMAKE): Add no-dist.
185         * Makefile.in: Regenerate.
187 2010-04-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
189         * Makefile.in: Regenerate.
190         * aclocal.m4: Regenerate.
192 2009-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
194         * Makefile.in: Regenerate.
195         * configure: Regenerate.
197 2009-08-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
199         * configure.ac (AC_PREREQ): Bump to 2.64.
201 2009-08-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
203         * Makefile.am (install-html, install-pdf): Remove.
204         * Makefile.in: Regenerate.
206         * Makefile.in: Regenerate.
207         * aclocal.m4: Regenerate.
208         * config.h.in: Regenerate.
209         * configure: Regenerate.
211 2009-08-20  Dave Korn  <dave.korn.cygwin@gmail.com>
213         * Makefile.am (libssp_la_LDFLAGS): Add -bindir flag.
214         * Makefile.in: Regenerate.
216 2009-07-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
218         * configure.ac (_AC_ARG_VAR_PRECIOUS): Use m4_rename_force.
220 2009-04-13  Ozkan Sezer  <sezeroz@gmail.com>
222         PR target/39062
223         * ssp.c: Also include malloc.h for alloca(). MinGW needs it.
224         * configure.ac: Also check for malloc.h.
225         * configure: Regenerated.
226         * config.h.in: Regenerated.
228 2009-04-09  Nick Clifton  <nickc@redhat.com>
230         * strcat-chk.c: Change copyright header to refer to version 3
231         of the GNU General Public License with version 3.1 of the GCC
232         Runtime Library Exception and to point readers at the COPYING3
233         and COPYING3.RUNTIME files and the FSF's license web page.
234         * gets-chk.c: Likewise.
235         * memcpy-chk.c: Likewise.
236         * memmove-chk.c: Likewise.
237         * mempcpy-chk.c: Likewise.
238         * memset-chk.c: Likewise.
239         * snprintf-chk.c: Likewise.
240         * sprintf-chk.c: Likewise.
241         * ssp-local.c: Likewise.
242         * ssp.c: Likewise.
243         * ssp/ssp.h.in: Likewise.
244         * ssp/stdio.h: Likewise.
245         * ssp/string.h: Likewise.
246         * ssp/unistd.h: Likewise.
247         * stpcpy-chk.c: Likewise.
248         * strcpy-chk.c: Likewise.
249         * strncat-chk.c: Likewise.
250         * strncpy-chk.c: Likewise.
251         * vsnprintf-chk.c: Likewise.
252         * vsprintf-chk.c: Likewise.
254 2009-03-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
256         * configure: Regenerate.
258 2009-02-02  Danny Smith  <dannysmith@users.sourcforge.net>
260         * ssp.c (_PATH_TTY): Define as "CONOUT$" for _WIN32.
262 2008-12-18  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
264         * configure: Regenerate.
266 2008-09-26  Peter O'Gorman  <pogma@thewrittenword.com>
267             Steve Ellcey  <sje@cup.hp.com>
269         * configure: Regenerate for new libtool.
270         * Makefile.in: Ditto.
271         * aclocal.m4: Ditto.
273 2008-08-21  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
275         * Makefile.am: Add -no-undefined
276         * Makefile.in: Regenerate.
278 2008-06-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
280         * Makefile.in: Regenerate.
281         * config.h.in: Regenerate.
282         * configure: Regenerate.
284 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
286         PR bootstrap/35457
287         * aclocal.m4: Regenerate.
288         * configure: Regenerate.
290 2008-03-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
292         * aclocal.m4: Regenerate.
293         * configure: Likewise.
294         * Makefile.in: Likewise.
296 2008-01-24  David Edelsohn  <edelsohn@gnu.org>
298         * configure: Regenerate.
300 2007-07-05  H.J. Lu  <hongjiu.lu@intel.com>
302         * aclocal.m4: Regenerated.
304 2007-06-02  Paolo Bonzini  <bonzini@gnu.org>
306         * configure: Regenerate.
308 2007-05-23  Steve Ellcey  <sje@cup.hp.com>
310         * Makefile.in: Regenerate.
311         * configure: Regenerate.
312         * aclocal.m4: Regenerate.
314 2007-03-01  Brooks Moses  <brooks.moses@codesourcery.com>
316         * Makefile.am: Add dummy install-pdf target.
317         * Makefile.in: Regenerate
319 2006-10-14  Geoffrey Keating  <geoffk@apple.com>
321         * aclocal.m4: Regenerate.
322         * configure: Regenerate.
324 2006-09-29  Joseph S. Myers  <joseph@codesourcery.com>
326         PR other/25035
327         * configure.ac (AC_EXEEXT): Remove.
328         (GCC_NO_EXECUTABLES): Call.
329         (ssp_use_symver): Default to no if unable to link.
330         (AC_CHECK_FUNCS): Hardwire results if unable to link.
331         * aclocal.m4, configure, Makefile.in: Regenerate.
333 2006-05-23  Carlos O'Donell  <carlos@codesourcery.com>
335         * Makefile.am: Add install-html target. Add install-html to .PHONY
336         * Makefile.in: Regenerate.
338 2006-02-27  Mark Mitchell  <mark@codesourcery.com>
339         
340         PR 26473
341         * configure.ac (ACX_NONCANONICAL_TARGET): Use it.
342         * Makefile.am (target_noncanonical): Define.
343         (libsubincludedir): New variable.
344         (nobase_libsubinclude_HEADERS): Likewise.
345         (nobase_include_HEADERS): Remove.
346         * configure: Regenerated.
347         * Makefile.in: Likewise.
348         * aclocal.m4: Regenerated.
350 2006-01-20  Richard Guenther  <rguenther@suse.de>
352         * configure.ac: Use -fPIC for symbol versioning test.
353         * configure: Regenerate.
355 2005-08-17  Kelley Cook  <kcook@gcc.gnu.org>
357         * ALL: Update FSF address.
359 2005-07-02  Jakub Jelinek  <jakub@redhat.com>
361         * ALL: First release as more than just a single file.