Daily bump.
[official-gcc.git] / libssp / ChangeLog
blobec4f5aa6689765ef3107b2493b365fcd2d48143e
1 2018-05-02  Release Manager
3         * GCC 8.1.0 released.
5 2018-04-24  H.J. Lu  <hongjiu.lu@intel.com>
7         * configure: Regenerated.
9 2018-04-19  Jakub Jelinek  <jakub@redhat.com>
11         * configure: Regenerated.
13 2018-04-18  David Malcolm  <dmalcolm@redhat.com>
15         PR jit/85384
16         * configure: Regenerate.
18 2018-02-14  Igor Tsimbalist  <igor.v.tsimbalist@intel.com>
20         PR target/84148
21         * configure: Regenerate.
23 2018-01-03  Jakub Jelinek  <jakub@redhat.com>
25         Update copyright years.
27 2017-11-17  Igor Tsimbalist  <igor.v.tsimbalist@intel.com>
29         * Makefile.am: Update AM_CFLAGS, update
30         libssp_nonshared_la_CFLAGS.
31         * Makefile.in: Regenerate.
32         * configure: Likewise.
33         * aclocal.m4: Likewise.
34         * configure.ac: Set CET_FLAGS. Update XCFLAGS.
36 2017-04-01  Jonathan Yong  <10walls@gmail.com>
38         * ssp.c (__guard_setup): Suppress unused variable warning.
40 2017-01-17  Jakub Jelinek  <jakub@redhat.com>
42         PR other/79046
43         * configure.ac: Add GCC_BASE_VER.
44         * Makefile.am (gcc_version): Use @get_gcc_base_ver@ instead of cat to
45         get version from BASE-VER file.
46         * configure: Regenerated.
47         * Makefile.in: Regenerated.
49 2017-01-04  Jakub Jelinek  <jakub@redhat.com>
51         Update copyright years.
53 2016-11-15  Matthias Klose  <doko@ubuntu.com>
55         * configure: Regenerate.
57 2015-04-25  Daniel Starke  <daniel.f.starke@freenet.de>
59         PR target/65867
60         * ssp.c: Added wincrypt.h include for Windows targets.
62 2015-05-13  Michael Haubenwallner  <michael.haubenwallner@ssi-schaefer.com>
64         * Makefile.in: Regenerated with automake-1.11.6.
65         * aclocal.m4: Likewise.
66         * configure: Likewise.
68 2015-02-09  Georg Koppen  <gk@torproject.org>
70         * ssp.c: Conditionally include <windows.h>
71         (__guard_setup): For Windows, use approved methods to get
72         a suitable random number for the stack check guard rather
73         than reading /dev/random.
75 2015-01-22  Matthias Klose  <doko@ubuntu.com>
77         * gets-chk.c: Declare prototype for gets in C11 mode.
79 2014-11-21  H.J. Lu  <hongjiu.lu@intel.com>
81         PR bootstrap/63784
82         * configure: Regenerated.
84 2014-11-11  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
86         PR target/63610
87         * configure: Regenerate.
89 2013-12-07  Jakub Jelinek  <jakub@redhat.com>
91         * ssp.c (fail): Avoid -Wformat-security warning.
93 2013-09-20  Alan Modra  <amodra@gmail.com>
95         * configure: Regenerate.
97 2013-02-06  Richard Sandiford  <rdsandiford@googlemail.com>
99         Revert previous patch.
101 2013-02-03  Richard Sandiford  <rdsandiford@googlemail.com>
103         Update copyright years.
105 2013-01-15  Paul Pluzhnikov  <ppluzhnikov@google.com>
107         PR 55982
108         * strncat-chk.c (__strncat_chk): Fix loop unroll.
110 2012-09-14  David Edelsohn  <dje.gcc@gmail.com>
112         * configure: Regenerated.
114 2012-05-29  Benjamin Kosnik  <bkoz@redhat.com>
116         PR libstdc++/51007
117         * configure.ac: Allow gnu, gnu* variants for --enable-symvers argument.
118         * configure: Regenerated.
120 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
122         * configure: Regenerated.
124 2011-11-21  Andreas Tobler  <andreast@fgznet.ch>
126         * configure: Regenerate.
128 2011-03-21  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
130         PR bootstrap/48135
131         * configure.ac (ssp_use_symver): Handle --disable-symvers.
132         * configure: Regenerate.
134 2011-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
136         * Makefile.in: Regenerate.
137         * aclocal.m4: Likewise.
138         * configure: Likewise.
140 2010-12-06  Dave Korn  <dave.korn.cygwin@gmail.com>
142         PR target/40125
143         PR lto/46695
144         * configure.ac: Invoke ACX_LT_HOST_FLAGS.
145         * Makefile.am (libssp_la_LDFLAGS): Use lt_host_flags.
146         * aclocal.m4: Regenerate.
147         * configure: Regenerate.
148         * Makefile.in: Regenerate.
150 2010-07-02  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
152         * configure.ac (ssp_use_symver): Only check for Sun-style symbol
153         versioning on Solaris 2.
154         * configure: Regenerate.
156 2010-07-02  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
158         * configure.ac: Check for Sun symbol versioning.
159         Check for memmove.
160         * configure: Regenerate.
161         * config.h.in: Regenerate.
163         * Makefile.am [LIBSSP_USE_SYMVER]: Protect version_arg,
164         version_dep with LIBSSP_USE_SYMVER_GNU.
165         [LIBSSP_USE_SYMVER_SUN]: Handle Sun symbol versioning.
166         * Makefile.in: Regenerate.
168         * ssp.map: Reformat.
170         * memmove-chk.c: Change guard to HAVE_MEMMOVE.
172 2010-05-04  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
174         PR other/43620
175         * configure.ac (AM_INIT_AUTOMAKE): Add no-dist.
176         * Makefile.in: Regenerate.
178 2010-04-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
180         * Makefile.in: Regenerate.
181         * aclocal.m4: Regenerate.
183 2009-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
185         * Makefile.in: Regenerate.
186         * configure: Regenerate.
188 2009-08-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
190         * configure.ac (AC_PREREQ): Bump to 2.64.
192 2009-08-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
194         * Makefile.am (install-html, install-pdf): Remove.
195         * Makefile.in: Regenerate.
197         * Makefile.in: Regenerate.
198         * aclocal.m4: Regenerate.
199         * config.h.in: Regenerate.
200         * configure: Regenerate.
202 2009-08-20  Dave Korn  <dave.korn.cygwin@gmail.com>
204         * Makefile.am (libssp_la_LDFLAGS): Add -bindir flag.
205         * Makefile.in: Regenerate.
207 2009-07-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
209         * configure.ac (_AC_ARG_VAR_PRECIOUS): Use m4_rename_force.
211 2009-04-13  Ozkan Sezer  <sezeroz@gmail.com>
213         PR target/39062
214         * ssp.c: Also include malloc.h for alloca(). MinGW needs it.
215         * configure.ac: Also check for malloc.h.
216         * configure: Regenerated.
217         * config.h.in: Regenerated.
219 2009-04-09  Nick Clifton  <nickc@redhat.com>
221         * strcat-chk.c: Change copyright header to refer to version 3
222         of the GNU General Public License with version 3.1 of the GCC
223         Runtime Library Exception and to point readers at the COPYING3
224         and COPYING3.RUNTIME files and the FSF's license web page.
225         * gets-chk.c: Likewise.
226         * memcpy-chk.c: Likewise.
227         * memmove-chk.c: Likewise.
228         * mempcpy-chk.c: Likewise.
229         * memset-chk.c: Likewise.
230         * snprintf-chk.c: Likewise.
231         * sprintf-chk.c: Likewise.
232         * ssp-local.c: Likewise.
233         * ssp.c: Likewise.
234         * ssp/ssp.h.in: Likewise.
235         * ssp/stdio.h: Likewise.
236         * ssp/string.h: Likewise.
237         * ssp/unistd.h: Likewise.
238         * stpcpy-chk.c: Likewise.
239         * strcpy-chk.c: Likewise.
240         * strncat-chk.c: Likewise.
241         * strncpy-chk.c: Likewise.
242         * vsnprintf-chk.c: Likewise.
243         * vsprintf-chk.c: Likewise.
245 2009-03-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
247         * configure: Regenerate.
249 2009-02-02  Danny Smith  <dannysmith@users.sourcforge.net>
251         * ssp.c (_PATH_TTY): Define as "CONOUT$" for _WIN32.
253 2008-12-18  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
255         * configure: Regenerate.
257 2008-09-26  Peter O'Gorman  <pogma@thewrittenword.com>
258             Steve Ellcey  <sje@cup.hp.com>
260         * configure: Regenerate for new libtool.
261         * Makefile.in: Ditto.
262         * aclocal.m4: Ditto.
264 2008-08-21  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
266         * Makefile.am: Add -no-undefined
267         * Makefile.in: Regenerate.
269 2008-06-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
271         * Makefile.in: Regenerate.
272         * config.h.in: Regenerate.
273         * configure: Regenerate.
275 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
277         PR bootstrap/35457
278         * aclocal.m4: Regenerate.
279         * configure: Regenerate.
281 2008-03-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
283         * aclocal.m4: Regenerate.
284         * configure: Likewise.
285         * Makefile.in: Likewise.
287 2008-01-24  David Edelsohn  <edelsohn@gnu.org>
289         * configure: Regenerate.
291 2007-07-05  H.J. Lu  <hongjiu.lu@intel.com>
293         * aclocal.m4: Regenerated.
295 2007-06-02  Paolo Bonzini  <bonzini@gnu.org>
297         * configure: Regenerate.
299 2007-05-23  Steve Ellcey  <sje@cup.hp.com>
301         * Makefile.in: Regenerate.
302         * configure: Regenerate.
303         * aclocal.m4: Regenerate.
305 2007-03-01  Brooks Moses  <brooks.moses@codesourcery.com>
307         * Makefile.am: Add dummy install-pdf target.
308         * Makefile.in: Regenerate
310 2006-10-14  Geoffrey Keating  <geoffk@apple.com>
312         * aclocal.m4: Regenerate.
313         * configure: Regenerate.
315 2006-09-29  Joseph S. Myers  <joseph@codesourcery.com>
317         PR other/25035
318         * configure.ac (AC_EXEEXT): Remove.
319         (GCC_NO_EXECUTABLES): Call.
320         (ssp_use_symver): Default to no if unable to link.
321         (AC_CHECK_FUNCS): Hardwire results if unable to link.
322         * aclocal.m4, configure, Makefile.in: Regenerate.
324 2006-05-23  Carlos O'Donell  <carlos@codesourcery.com>
326         * Makefile.am: Add install-html target. Add install-html to .PHONY
327         * Makefile.in: Regenerate.
329 2006-02-27  Mark Mitchell  <mark@codesourcery.com>
330         
331         PR 26473
332         * configure.ac (ACX_NONCANONICAL_TARGET): Use it.
333         * Makefile.am (target_noncanonical): Define.
334         (libsubincludedir): New variable.
335         (nobase_libsubinclude_HEADERS): Likewise.
336         (nobase_include_HEADERS): Remove.
337         * configure: Regenerated.
338         * Makefile.in: Likewise.
339         * aclocal.m4: Regenerated.
341 2006-01-20  Richard Guenther  <rguenther@suse.de>
343         * configure.ac: Use -fPIC for symbol versioning test.
344         * configure: Regenerate.
346 2005-08-17  Kelley Cook  <kcook@gcc.gnu.org>
348         * ALL: Update FSF address.
350 2005-07-02  Jakub Jelinek  <jakub@redhat.com>
352         * ALL: First release as more than just a single file.