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