[RS6000] Replace -mcpu with -mdejagnu-cpu
[official-gcc.git] / libssp / ChangeLog
blob3891d204fac3b4826913745d6aaa879bb25d1639
1 2020-05-29  H.J. Lu  <hjl.tools@gmail.com>
3         PR bootstrap/95413
4         * configure: Regenerated.
6 2020-05-15  H.J. Lu  <hongjiu.lu@intel.com>
8         PR bootstrap/95147
9         * configure: Regenerated.
11 2020-05-14  H.J. Lu  <hongjiu.lu@intel.com>
13         * configure: Regenerated.
15 2020-02-12  Sandra Loosemore  <sandra@codesourcery.com>
17         PR libstdc++/79193
18         PR libstdc++/88999
20         * configure: Regenerated.
22 2020-01-24  Maciej W. Rozycki  <macro@wdc.com>
24         * configure.ac: Handle `--with-toolexeclibdir='.
25         * Makefile.in: Regenerate.
26         * aclocal.m4: Regenerate.
27         * configure: Regenerate.
29 2020-01-01  Jakub Jelinek  <jakub@redhat.com>
31         Update copyright years.
33 2019-09-27  Maciej W. Rozycki  <macro@wdc.com>
35         * configure: Regenerate.
37 2019-01-01  Jakub Jelinek  <jakub@redhat.com>
39         Update copyright years.
41 2018-10-31  Joseph Myers  <joseph@codesourcery.com>
43         PR bootstrap/82856
44         * Makefile.am: Include multilib.am.
45         (AUTOMAKE_OPTIONS): Remove 1.9.5.
46         * configure.ac: Remove AC_PREREQ.  Quote argument to
47         AC_RUN_IFELSE.
48         * Makefile.in, aclocal.m4, configure: Regenerate.
50 2018-04-24  H.J. Lu  <hongjiu.lu@intel.com>
52         * configure: Regenerated.
54 2018-04-19  Jakub Jelinek  <jakub@redhat.com>
56         * configure: Regenerated.
58 2018-04-18  David Malcolm  <dmalcolm@redhat.com>
60         PR jit/85384
61         * configure: Regenerate.
63 2018-02-14  Igor Tsimbalist  <igor.v.tsimbalist@intel.com>
65         PR target/84148
66         * configure: Regenerate.
68 2018-01-03  Jakub Jelinek  <jakub@redhat.com>
70         Update copyright years.
72 2017-11-17  Igor Tsimbalist  <igor.v.tsimbalist@intel.com>
74         * Makefile.am: Update AM_CFLAGS, update
75         libssp_nonshared_la_CFLAGS.
76         * Makefile.in: Regenerate.
77         * configure: Likewise.
78         * aclocal.m4: Likewise.
79         * configure.ac: Set CET_FLAGS. Update XCFLAGS.
81 2017-04-01  Jonathan Yong  <10walls@gmail.com>
83         * ssp.c (__guard_setup): Suppress unused variable warning.
85 2017-01-17  Jakub Jelinek  <jakub@redhat.com>
87         PR other/79046
88         * configure.ac: Add GCC_BASE_VER.
89         * Makefile.am (gcc_version): Use @get_gcc_base_ver@ instead of cat to
90         get version from BASE-VER file.
91         * configure: Regenerated.
92         * Makefile.in: Regenerated.
94 2017-01-04  Jakub Jelinek  <jakub@redhat.com>
96         Update copyright years.
98 2016-11-15  Matthias Klose  <doko@ubuntu.com>
100         * configure: Regenerate.
102 2015-04-25  Daniel Starke  <daniel.f.starke@freenet.de>
104         PR target/65867
105         * ssp.c: Added wincrypt.h include for Windows targets.
107 2015-05-13  Michael Haubenwallner  <michael.haubenwallner@ssi-schaefer.com>
109         * Makefile.in: Regenerated with automake-1.11.6.
110         * aclocal.m4: Likewise.
111         * configure: Likewise.
113 2015-02-09  Georg Koppen  <gk@torproject.org>
115         * ssp.c: Conditionally include <windows.h>
116         (__guard_setup): For Windows, use approved methods to get
117         a suitable random number for the stack check guard rather
118         than reading /dev/random.
120 2015-01-22  Matthias Klose  <doko@ubuntu.com>
122         * gets-chk.c: Declare prototype for gets in C11 mode.
124 2014-11-21  H.J. Lu  <hongjiu.lu@intel.com>
126         PR bootstrap/63784
127         * configure: Regenerated.
129 2014-11-11  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
131         PR target/63610
132         * configure: Regenerate.
134 2013-12-07  Jakub Jelinek  <jakub@redhat.com>
136         * ssp.c (fail): Avoid -Wformat-security warning.
138 2013-09-20  Alan Modra  <amodra@gmail.com>
140         * configure: Regenerate.
142 2013-02-06  Richard Sandiford  <rdsandiford@googlemail.com>
144         Revert previous patch.
146 2013-02-03  Richard Sandiford  <rdsandiford@googlemail.com>
148         Update copyright years.
150 2013-01-15  Paul Pluzhnikov  <ppluzhnikov@google.com>
152         PR 55982
153         * strncat-chk.c (__strncat_chk): Fix loop unroll.
155 2012-09-14  David Edelsohn  <dje.gcc@gmail.com>
157         * configure: Regenerated.
159 2012-05-29  Benjamin Kosnik  <bkoz@redhat.com>
161         PR libstdc++/51007
162         * configure.ac: Allow gnu, gnu* variants for --enable-symvers argument.
163         * configure: Regenerated.
165 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
167         * configure: Regenerated.
169 2011-11-21  Andreas Tobler  <andreast@fgznet.ch>
171         * configure: Regenerate.
173 2011-03-21  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
175         PR bootstrap/48135
176         * configure.ac (ssp_use_symver): Handle --disable-symvers.
177         * configure: Regenerate.
179 2011-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
181         * Makefile.in: Regenerate.
182         * aclocal.m4: Likewise.
183         * configure: Likewise.
185 2010-12-06  Dave Korn  <dave.korn.cygwin@gmail.com>
187         PR target/40125
188         PR lto/46695
189         * configure.ac: Invoke ACX_LT_HOST_FLAGS.
190         * Makefile.am (libssp_la_LDFLAGS): Use lt_host_flags.
191         * aclocal.m4: Regenerate.
192         * configure: Regenerate.
193         * Makefile.in: Regenerate.
195 2010-07-02  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
197         * configure.ac (ssp_use_symver): Only check for Sun-style symbol
198         versioning on Solaris 2.
199         * configure: Regenerate.
201 2010-07-02  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
203         * configure.ac: Check for Sun symbol versioning.
204         Check for memmove.
205         * configure: Regenerate.
206         * config.h.in: Regenerate.
208         * Makefile.am [LIBSSP_USE_SYMVER]: Protect version_arg,
209         version_dep with LIBSSP_USE_SYMVER_GNU.
210         [LIBSSP_USE_SYMVER_SUN]: Handle Sun symbol versioning.
211         * Makefile.in: Regenerate.
213         * ssp.map: Reformat.
215         * memmove-chk.c: Change guard to HAVE_MEMMOVE.
217 2010-05-04  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
219         PR other/43620
220         * configure.ac (AM_INIT_AUTOMAKE): Add no-dist.
221         * Makefile.in: Regenerate.
223 2010-04-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
225         * Makefile.in: Regenerate.
226         * aclocal.m4: Regenerate.
228 2009-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
230         * Makefile.in: Regenerate.
231         * configure: Regenerate.
233 2009-08-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
235         * configure.ac (AC_PREREQ): Bump to 2.64.
237 2009-08-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
239         * Makefile.am (install-html, install-pdf): Remove.
240         * Makefile.in: Regenerate.
242         * Makefile.in: Regenerate.
243         * aclocal.m4: Regenerate.
244         * config.h.in: Regenerate.
245         * configure: Regenerate.
247 2009-08-20  Dave Korn  <dave.korn.cygwin@gmail.com>
249         * Makefile.am (libssp_la_LDFLAGS): Add -bindir flag.
250         * Makefile.in: Regenerate.
252 2009-07-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
254         * configure.ac (_AC_ARG_VAR_PRECIOUS): Use m4_rename_force.
256 2009-04-13  Ozkan Sezer  <sezeroz@gmail.com>
258         PR target/39062
259         * ssp.c: Also include malloc.h for alloca(). MinGW needs it.
260         * configure.ac: Also check for malloc.h.
261         * configure: Regenerated.
262         * config.h.in: Regenerated.
264 2009-04-09  Nick Clifton  <nickc@redhat.com>
266         * strcat-chk.c: Change copyright header to refer to version 3
267         of the GNU General Public License with version 3.1 of the GCC
268         Runtime Library Exception and to point readers at the COPYING3
269         and COPYING3.RUNTIME files and the FSF's license web page.
270         * gets-chk.c: Likewise.
271         * memcpy-chk.c: Likewise.
272         * memmove-chk.c: Likewise.
273         * mempcpy-chk.c: Likewise.
274         * memset-chk.c: Likewise.
275         * snprintf-chk.c: Likewise.
276         * sprintf-chk.c: Likewise.
277         * ssp-local.c: Likewise.
278         * ssp.c: Likewise.
279         * ssp/ssp.h.in: Likewise.
280         * ssp/stdio.h: Likewise.
281         * ssp/string.h: Likewise.
282         * ssp/unistd.h: Likewise.
283         * stpcpy-chk.c: Likewise.
284         * strcpy-chk.c: Likewise.
285         * strncat-chk.c: Likewise.
286         * strncpy-chk.c: Likewise.
287         * vsnprintf-chk.c: Likewise.
288         * vsprintf-chk.c: Likewise.
290 2009-03-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
292         * configure: Regenerate.
294 2009-02-02  Danny Smith  <dannysmith@users.sourcforge.net>
296         * ssp.c (_PATH_TTY): Define as "CONOUT$" for _WIN32.
298 2008-12-18  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
300         * configure: Regenerate.
302 2008-09-26  Peter O'Gorman  <pogma@thewrittenword.com>
303             Steve Ellcey  <sje@cup.hp.com>
305         * configure: Regenerate for new libtool.
306         * Makefile.in: Ditto.
307         * aclocal.m4: Ditto.
309 2008-08-21  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
311         * Makefile.am: Add -no-undefined
312         * Makefile.in: Regenerate.
314 2008-06-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
316         * Makefile.in: Regenerate.
317         * config.h.in: Regenerate.
318         * configure: Regenerate.
320 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
322         PR bootstrap/35457
323         * aclocal.m4: Regenerate.
324         * configure: Regenerate.
326 2008-03-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
328         * aclocal.m4: Regenerate.
329         * configure: Likewise.
330         * Makefile.in: Likewise.
332 2008-01-24  David Edelsohn  <edelsohn@gnu.org>
334         * configure: Regenerate.
336 2007-07-05  H.J. Lu  <hongjiu.lu@intel.com>
338         * aclocal.m4: Regenerated.
340 2007-06-02  Paolo Bonzini  <bonzini@gnu.org>
342         * configure: Regenerate.
344 2007-05-23  Steve Ellcey  <sje@cup.hp.com>
346         * Makefile.in: Regenerate.
347         * configure: Regenerate.
348         * aclocal.m4: Regenerate.
350 2007-03-01  Brooks Moses  <brooks.moses@codesourcery.com>
352         * Makefile.am: Add dummy install-pdf target.
353         * Makefile.in: Regenerate
355 2006-10-14  Geoffrey Keating  <geoffk@apple.com>
357         * aclocal.m4: Regenerate.
358         * configure: Regenerate.
360 2006-09-29  Joseph S. Myers  <joseph@codesourcery.com>
362         PR other/25035
363         * configure.ac (AC_EXEEXT): Remove.
364         (GCC_NO_EXECUTABLES): Call.
365         (ssp_use_symver): Default to no if unable to link.
366         (AC_CHECK_FUNCS): Hardwire results if unable to link.
367         * aclocal.m4, configure, Makefile.in: Regenerate.
369 2006-05-23  Carlos O'Donell  <carlos@codesourcery.com>
371         * Makefile.am: Add install-html target. Add install-html to .PHONY
372         * Makefile.in: Regenerate.
374 2006-02-27  Mark Mitchell  <mark@codesourcery.com>
375         
376         PR 26473
377         * configure.ac (ACX_NONCANONICAL_TARGET): Use it.
378         * Makefile.am (target_noncanonical): Define.
379         (libsubincludedir): New variable.
380         (nobase_libsubinclude_HEADERS): Likewise.
381         (nobase_include_HEADERS): Remove.
382         * configure: Regenerated.
383         * Makefile.in: Likewise.
384         * aclocal.m4: Regenerated.
386 2006-01-20  Richard Guenther  <rguenther@suse.de>
388         * configure.ac: Use -fPIC for symbol versioning test.
389         * configure: Regenerate.
391 2005-08-17  Kelley Cook  <kcook@gcc.gnu.org>
393         * ALL: Update FSF address.
395 2005-07-02  Jakub Jelinek  <jakub@redhat.com>
397         * ALL: First release as more than just a single file.