Fix missing SCNuMAX defines in inttypes.h on hpux11.[01]*
[official-gcc.git] / libssp / ChangeLog
blobf1ccde4e36f629cd3a2b805839ceb34f122e9549
1 2020-01-24  Maciej W. Rozycki  <macro@wdc.com>
3         * configure.ac: Handle `--with-toolexeclibdir='.
4         * Makefile.in: Regenerate.
5         * aclocal.m4: Regenerate.
6         * configure: Regenerate.
8 2020-01-01  Jakub Jelinek  <jakub@redhat.com>
10         Update copyright years.
12 2019-09-27  Maciej W. Rozycki  <macro@wdc.com>
14         * configure: Regenerate.
16 2019-01-01  Jakub Jelinek  <jakub@redhat.com>
18         Update copyright years.
20 2018-10-31  Joseph Myers  <joseph@codesourcery.com>
22         PR bootstrap/82856
23         * Makefile.am: Include multilib.am.
24         (AUTOMAKE_OPTIONS): Remove 1.9.5.
25         * configure.ac: Remove AC_PREREQ.  Quote argument to
26         AC_RUN_IFELSE.
27         * Makefile.in, aclocal.m4, configure: Regenerate.
29 2018-04-24  H.J. Lu  <hongjiu.lu@intel.com>
31         * configure: Regenerated.
33 2018-04-19  Jakub Jelinek  <jakub@redhat.com>
35         * configure: Regenerated.
37 2018-04-18  David Malcolm  <dmalcolm@redhat.com>
39         PR jit/85384
40         * configure: Regenerate.
42 2018-02-14  Igor Tsimbalist  <igor.v.tsimbalist@intel.com>
44         PR target/84148
45         * configure: Regenerate.
47 2018-01-03  Jakub Jelinek  <jakub@redhat.com>
49         Update copyright years.
51 2017-11-17  Igor Tsimbalist  <igor.v.tsimbalist@intel.com>
53         * Makefile.am: Update AM_CFLAGS, update
54         libssp_nonshared_la_CFLAGS.
55         * Makefile.in: Regenerate.
56         * configure: Likewise.
57         * aclocal.m4: Likewise.
58         * configure.ac: Set CET_FLAGS. Update XCFLAGS.
60 2017-04-01  Jonathan Yong  <10walls@gmail.com>
62         * ssp.c (__guard_setup): Suppress unused variable warning.
64 2017-01-17  Jakub Jelinek  <jakub@redhat.com>
66         PR other/79046
67         * configure.ac: Add GCC_BASE_VER.
68         * Makefile.am (gcc_version): Use @get_gcc_base_ver@ instead of cat to
69         get version from BASE-VER file.
70         * configure: Regenerated.
71         * Makefile.in: Regenerated.
73 2017-01-04  Jakub Jelinek  <jakub@redhat.com>
75         Update copyright years.
77 2016-11-15  Matthias Klose  <doko@ubuntu.com>
79         * configure: Regenerate.
81 2015-04-25  Daniel Starke  <daniel.f.starke@freenet.de>
83         PR target/65867
84         * ssp.c: Added wincrypt.h include for Windows targets.
86 2015-05-13  Michael Haubenwallner  <michael.haubenwallner@ssi-schaefer.com>
88         * Makefile.in: Regenerated with automake-1.11.6.
89         * aclocal.m4: Likewise.
90         * configure: Likewise.
92 2015-02-09  Georg Koppen  <gk@torproject.org>
94         * ssp.c: Conditionally include <windows.h>
95         (__guard_setup): For Windows, use approved methods to get
96         a suitable random number for the stack check guard rather
97         than reading /dev/random.
99 2015-01-22  Matthias Klose  <doko@ubuntu.com>
101         * gets-chk.c: Declare prototype for gets in C11 mode.
103 2014-11-21  H.J. Lu  <hongjiu.lu@intel.com>
105         PR bootstrap/63784
106         * configure: Regenerated.
108 2014-11-11  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
110         PR target/63610
111         * configure: Regenerate.
113 2013-12-07  Jakub Jelinek  <jakub@redhat.com>
115         * ssp.c (fail): Avoid -Wformat-security warning.
117 2013-09-20  Alan Modra  <amodra@gmail.com>
119         * configure: Regenerate.
121 2013-02-06  Richard Sandiford  <rdsandiford@googlemail.com>
123         Revert previous patch.
125 2013-02-03  Richard Sandiford  <rdsandiford@googlemail.com>
127         Update copyright years.
129 2013-01-15  Paul Pluzhnikov  <ppluzhnikov@google.com>
131         PR 55982
132         * strncat-chk.c (__strncat_chk): Fix loop unroll.
134 2012-09-14  David Edelsohn  <dje.gcc@gmail.com>
136         * configure: Regenerated.
138 2012-05-29  Benjamin Kosnik  <bkoz@redhat.com>
140         PR libstdc++/51007
141         * configure.ac: Allow gnu, gnu* variants for --enable-symvers argument.
142         * configure: Regenerated.
144 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
146         * configure: Regenerated.
148 2011-11-21  Andreas Tobler  <andreast@fgznet.ch>
150         * configure: Regenerate.
152 2011-03-21  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
154         PR bootstrap/48135
155         * configure.ac (ssp_use_symver): Handle --disable-symvers.
156         * configure: Regenerate.
158 2011-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
160         * Makefile.in: Regenerate.
161         * aclocal.m4: Likewise.
162         * configure: Likewise.
164 2010-12-06  Dave Korn  <dave.korn.cygwin@gmail.com>
166         PR target/40125
167         PR lto/46695
168         * configure.ac: Invoke ACX_LT_HOST_FLAGS.
169         * Makefile.am (libssp_la_LDFLAGS): Use lt_host_flags.
170         * aclocal.m4: Regenerate.
171         * configure: Regenerate.
172         * Makefile.in: Regenerate.
174 2010-07-02  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
176         * configure.ac (ssp_use_symver): Only check for Sun-style symbol
177         versioning on Solaris 2.
178         * configure: Regenerate.
180 2010-07-02  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
182         * configure.ac: Check for Sun symbol versioning.
183         Check for memmove.
184         * configure: Regenerate.
185         * config.h.in: Regenerate.
187         * Makefile.am [LIBSSP_USE_SYMVER]: Protect version_arg,
188         version_dep with LIBSSP_USE_SYMVER_GNU.
189         [LIBSSP_USE_SYMVER_SUN]: Handle Sun symbol versioning.
190         * Makefile.in: Regenerate.
192         * ssp.map: Reformat.
194         * memmove-chk.c: Change guard to HAVE_MEMMOVE.
196 2010-05-04  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
198         PR other/43620
199         * configure.ac (AM_INIT_AUTOMAKE): Add no-dist.
200         * Makefile.in: Regenerate.
202 2010-04-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
204         * Makefile.in: Regenerate.
205         * aclocal.m4: Regenerate.
207 2009-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
209         * Makefile.in: Regenerate.
210         * configure: Regenerate.
212 2009-08-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
214         * configure.ac (AC_PREREQ): Bump to 2.64.
216 2009-08-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
218         * Makefile.am (install-html, install-pdf): Remove.
219         * Makefile.in: Regenerate.
221         * Makefile.in: Regenerate.
222         * aclocal.m4: Regenerate.
223         * config.h.in: Regenerate.
224         * configure: Regenerate.
226 2009-08-20  Dave Korn  <dave.korn.cygwin@gmail.com>
228         * Makefile.am (libssp_la_LDFLAGS): Add -bindir flag.
229         * Makefile.in: Regenerate.
231 2009-07-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
233         * configure.ac (_AC_ARG_VAR_PRECIOUS): Use m4_rename_force.
235 2009-04-13  Ozkan Sezer  <sezeroz@gmail.com>
237         PR target/39062
238         * ssp.c: Also include malloc.h for alloca(). MinGW needs it.
239         * configure.ac: Also check for malloc.h.
240         * configure: Regenerated.
241         * config.h.in: Regenerated.
243 2009-04-09  Nick Clifton  <nickc@redhat.com>
245         * strcat-chk.c: Change copyright header to refer to version 3
246         of the GNU General Public License with version 3.1 of the GCC
247         Runtime Library Exception and to point readers at the COPYING3
248         and COPYING3.RUNTIME files and the FSF's license web page.
249         * gets-chk.c: Likewise.
250         * memcpy-chk.c: Likewise.
251         * memmove-chk.c: Likewise.
252         * mempcpy-chk.c: Likewise.
253         * memset-chk.c: Likewise.
254         * snprintf-chk.c: Likewise.
255         * sprintf-chk.c: Likewise.
256         * ssp-local.c: Likewise.
257         * ssp.c: Likewise.
258         * ssp/ssp.h.in: Likewise.
259         * ssp/stdio.h: Likewise.
260         * ssp/string.h: Likewise.
261         * ssp/unistd.h: Likewise.
262         * stpcpy-chk.c: Likewise.
263         * strcpy-chk.c: Likewise.
264         * strncat-chk.c: Likewise.
265         * strncpy-chk.c: Likewise.
266         * vsnprintf-chk.c: Likewise.
267         * vsprintf-chk.c: Likewise.
269 2009-03-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
271         * configure: Regenerate.
273 2009-02-02  Danny Smith  <dannysmith@users.sourcforge.net>
275         * ssp.c (_PATH_TTY): Define as "CONOUT$" for _WIN32.
277 2008-12-18  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
279         * configure: Regenerate.
281 2008-09-26  Peter O'Gorman  <pogma@thewrittenword.com>
282             Steve Ellcey  <sje@cup.hp.com>
284         * configure: Regenerate for new libtool.
285         * Makefile.in: Ditto.
286         * aclocal.m4: Ditto.
288 2008-08-21  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
290         * Makefile.am: Add -no-undefined
291         * Makefile.in: Regenerate.
293 2008-06-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
295         * Makefile.in: Regenerate.
296         * config.h.in: Regenerate.
297         * configure: Regenerate.
299 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
301         PR bootstrap/35457
302         * aclocal.m4: Regenerate.
303         * configure: Regenerate.
305 2008-03-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
307         * aclocal.m4: Regenerate.
308         * configure: Likewise.
309         * Makefile.in: Likewise.
311 2008-01-24  David Edelsohn  <edelsohn@gnu.org>
313         * configure: Regenerate.
315 2007-07-05  H.J. Lu  <hongjiu.lu@intel.com>
317         * aclocal.m4: Regenerated.
319 2007-06-02  Paolo Bonzini  <bonzini@gnu.org>
321         * configure: Regenerate.
323 2007-05-23  Steve Ellcey  <sje@cup.hp.com>
325         * Makefile.in: Regenerate.
326         * configure: Regenerate.
327         * aclocal.m4: Regenerate.
329 2007-03-01  Brooks Moses  <brooks.moses@codesourcery.com>
331         * Makefile.am: Add dummy install-pdf target.
332         * Makefile.in: Regenerate
334 2006-10-14  Geoffrey Keating  <geoffk@apple.com>
336         * aclocal.m4: Regenerate.
337         * configure: Regenerate.
339 2006-09-29  Joseph S. Myers  <joseph@codesourcery.com>
341         PR other/25035
342         * configure.ac (AC_EXEEXT): Remove.
343         (GCC_NO_EXECUTABLES): Call.
344         (ssp_use_symver): Default to no if unable to link.
345         (AC_CHECK_FUNCS): Hardwire results if unable to link.
346         * aclocal.m4, configure, Makefile.in: Regenerate.
348 2006-05-23  Carlos O'Donell  <carlos@codesourcery.com>
350         * Makefile.am: Add install-html target. Add install-html to .PHONY
351         * Makefile.in: Regenerate.
353 2006-02-27  Mark Mitchell  <mark@codesourcery.com>
354         
355         PR 26473
356         * configure.ac (ACX_NONCANONICAL_TARGET): Use it.
357         * Makefile.am (target_noncanonical): Define.
358         (libsubincludedir): New variable.
359         (nobase_libsubinclude_HEADERS): Likewise.
360         (nobase_include_HEADERS): Remove.
361         * configure: Regenerated.
362         * Makefile.in: Likewise.
363         * aclocal.m4: Regenerated.
365 2006-01-20  Richard Guenther  <rguenther@suse.de>
367         * configure.ac: Use -fPIC for symbol versioning test.
368         * configure: Regenerate.
370 2005-08-17  Kelley Cook  <kcook@gcc.gnu.org>
372         * ALL: Update FSF address.
374 2005-07-02  Jakub Jelinek  <jakub@redhat.com>
376         * ALL: First release as more than just a single file.