[tree-ssa-address] Avoid creating non-canonical RTL in gen_addr_rtx
[official-gcc.git] / libssp / ChangeLog
blob8246e984abbff25c271762f23ddd661407de3148
1 2017-01-04  Jakub Jelinek  <jakub@redhat.com>
3         Update copyright years.
5 2016-11-15  Matthias Klose  <doko@ubuntu.com>
7         * configure: Regenerate.
9 2015-04-25  Daniel Starke  <daniel.f.starke@freenet.de>
11         PR target/65867
12         * ssp.c: Added wincrypt.h include for Windows targets.
14 2015-05-13  Michael Haubenwallner  <michael.haubenwallner@ssi-schaefer.com>
16         * Makefile.in: Regenerated with automake-1.11.6.
17         * aclocal.m4: Likewise.
18         * configure: Likewise.
20 2015-02-09  Georg Koppen  <gk@torproject.org>
22         * ssp.c: Conditionally include <windows.h>
23         (__guard_setup): For Windows, use approved methods to get
24         a suitable random number for the stack check guard rather
25         than reading /dev/random.
27 2015-01-22  Matthias Klose  <doko@ubuntu.com>
29         * gets-chk.c: Declare prototype for gets in C11 mode.
31 2014-11-21  H.J. Lu  <hongjiu.lu@intel.com>
33         PR bootstrap/63784
34         * configure: Regenerated.
36 2014-11-11  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
38         PR target/63610
39         * configure: Regenerate.
41 2013-12-07  Jakub Jelinek  <jakub@redhat.com>
43         * ssp.c (fail): Avoid -Wformat-security warning.
45 2013-09-20  Alan Modra  <amodra@gmail.com>
47         * configure: Regenerate.
49 2013-02-06  Richard Sandiford  <rdsandiford@googlemail.com>
51         Revert previous patch.
53 2013-02-03  Richard Sandiford  <rdsandiford@googlemail.com>
55         Update copyright years.
57 2013-01-15  Paul Pluzhnikov  <ppluzhnikov@google.com>
59         PR 55982
60         * strncat-chk.c (__strncat_chk): Fix loop unroll.
62 2012-09-14  David Edelsohn  <dje.gcc@gmail.com>
64         * configure: Regenerated.
66 2012-05-29  Benjamin Kosnik  <bkoz@redhat.com>
68         PR libstdc++/51007
69         * configure.ac: Allow gnu, gnu* variants for --enable-symvers argument.
70         * configure: Regenerated.
72 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
74         * configure: Regenerated.
76 2011-11-21  Andreas Tobler  <andreast@fgznet.ch>
78         * configure: Regenerate.
80 2011-03-21  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
82         PR bootstrap/48135
83         * configure.ac (ssp_use_symver): Handle --disable-symvers.
84         * configure: Regenerate.
86 2011-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
88         * Makefile.in: Regenerate.
89         * aclocal.m4: Likewise.
90         * configure: Likewise.
92 2010-12-06  Dave Korn  <dave.korn.cygwin@gmail.com>
94         PR target/40125
95         PR lto/46695
96         * configure.ac: Invoke ACX_LT_HOST_FLAGS.
97         * Makefile.am (libssp_la_LDFLAGS): Use lt_host_flags.
98         * aclocal.m4: Regenerate.
99         * configure: Regenerate.
100         * Makefile.in: Regenerate.
102 2010-07-02  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
104         * configure.ac (ssp_use_symver): Only check for Sun-style symbol
105         versioning on Solaris 2.
106         * configure: Regenerate.
108 2010-07-02  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
110         * configure.ac: Check for Sun symbol versioning.
111         Check for memmove.
112         * configure: Regenerate.
113         * config.h.in: Regenerate.
115         * Makefile.am [LIBSSP_USE_SYMVER]: Protect version_arg,
116         version_dep with LIBSSP_USE_SYMVER_GNU.
117         [LIBSSP_USE_SYMVER_SUN]: Handle Sun symbol versioning.
118         * Makefile.in: Regenerate.
120         * ssp.map: Reformat.
122         * memmove-chk.c: Change guard to HAVE_MEMMOVE.
124 2010-05-04  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
126         PR other/43620
127         * configure.ac (AM_INIT_AUTOMAKE): Add no-dist.
128         * Makefile.in: Regenerate.
130 2010-04-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
132         * Makefile.in: Regenerate.
133         * aclocal.m4: Regenerate.
135 2009-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
137         * Makefile.in: Regenerate.
138         * configure: Regenerate.
140 2009-08-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
142         * configure.ac (AC_PREREQ): Bump to 2.64.
144 2009-08-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
146         * Makefile.am (install-html, install-pdf): Remove.
147         * Makefile.in: Regenerate.
149         * Makefile.in: Regenerate.
150         * aclocal.m4: Regenerate.
151         * config.h.in: Regenerate.
152         * configure: Regenerate.
154 2009-08-20  Dave Korn  <dave.korn.cygwin@gmail.com>
156         * Makefile.am (libssp_la_LDFLAGS): Add -bindir flag.
157         * Makefile.in: Regenerate.
159 2009-07-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
161         * configure.ac (_AC_ARG_VAR_PRECIOUS): Use m4_rename_force.
163 2009-04-13  Ozkan Sezer  <sezeroz@gmail.com>
165         PR target/39062
166         * ssp.c: Also include malloc.h for alloca(). MinGW needs it.
167         * configure.ac: Also check for malloc.h.
168         * configure: Regenerated.
169         * config.h.in: Regenerated.
171 2009-04-09  Nick Clifton  <nickc@redhat.com>
173         * strcat-chk.c: Change copyright header to refer to version 3
174         of the GNU General Public License with version 3.1 of the GCC
175         Runtime Library Exception and to point readers at the COPYING3
176         and COPYING3.RUNTIME files and the FSF's license web page.
177         * gets-chk.c: Likewise.
178         * memcpy-chk.c: Likewise.
179         * memmove-chk.c: Likewise.
180         * mempcpy-chk.c: Likewise.
181         * memset-chk.c: Likewise.
182         * snprintf-chk.c: Likewise.
183         * sprintf-chk.c: Likewise.
184         * ssp-local.c: Likewise.
185         * ssp.c: Likewise.
186         * ssp/ssp.h.in: Likewise.
187         * ssp/stdio.h: Likewise.
188         * ssp/string.h: Likewise.
189         * ssp/unistd.h: Likewise.
190         * stpcpy-chk.c: Likewise.
191         * strcpy-chk.c: Likewise.
192         * strncat-chk.c: Likewise.
193         * strncpy-chk.c: Likewise.
194         * vsnprintf-chk.c: Likewise.
195         * vsprintf-chk.c: Likewise.
197 2009-03-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
199         * configure: Regenerate.
201 2009-02-02  Danny Smith  <dannysmith@users.sourcforge.net>
203         * ssp.c (_PATH_TTY): Define as "CONOUT$" for _WIN32.
205 2008-12-18  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
207         * configure: Regenerate.
209 2008-09-26  Peter O'Gorman  <pogma@thewrittenword.com>
210             Steve Ellcey  <sje@cup.hp.com>
212         * configure: Regenerate for new libtool.
213         * Makefile.in: Ditto.
214         * aclocal.m4: Ditto.
216 2008-08-21  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
218         * Makefile.am: Add -no-undefined
219         * Makefile.in: Regenerate.
221 2008-06-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
223         * Makefile.in: Regenerate.
224         * config.h.in: Regenerate.
225         * configure: Regenerate.
227 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
229         PR bootstrap/35457
230         * aclocal.m4: Regenerate.
231         * configure: Regenerate.
233 2008-03-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
235         * aclocal.m4: Regenerate.
236         * configure: Likewise.
237         * Makefile.in: Likewise.
239 2008-01-24  David Edelsohn  <edelsohn@gnu.org>
241         * configure: Regenerate.
243 2007-07-05  H.J. Lu  <hongjiu.lu@intel.com>
245         * aclocal.m4: Regenerated.
247 2007-06-02  Paolo Bonzini  <bonzini@gnu.org>
249         * configure: Regenerate.
251 2007-05-23  Steve Ellcey  <sje@cup.hp.com>
253         * Makefile.in: Regenerate.
254         * configure: Regenerate.
255         * aclocal.m4: Regenerate.
257 2007-03-01  Brooks Moses  <brooks.moses@codesourcery.com>
259         * Makefile.am: Add dummy install-pdf target.
260         * Makefile.in: Regenerate
262 2006-10-14  Geoffrey Keating  <geoffk@apple.com>
264         * aclocal.m4: Regenerate.
265         * configure: Regenerate.
267 2006-09-29  Joseph S. Myers  <joseph@codesourcery.com>
269         PR other/25035
270         * configure.ac (AC_EXEEXT): Remove.
271         (GCC_NO_EXECUTABLES): Call.
272         (ssp_use_symver): Default to no if unable to link.
273         (AC_CHECK_FUNCS): Hardwire results if unable to link.
274         * aclocal.m4, configure, Makefile.in: Regenerate.
276 2006-05-23  Carlos O'Donell  <carlos@codesourcery.com>
278         * Makefile.am: Add install-html target. Add install-html to .PHONY
279         * Makefile.in: Regenerate.
281 2006-02-27  Mark Mitchell  <mark@codesourcery.com>
282         
283         PR 26473
284         * configure.ac (ACX_NONCANONICAL_TARGET): Use it.
285         * Makefile.am (target_noncanonical): Define.
286         (libsubincludedir): New variable.
287         (nobase_libsubinclude_HEADERS): Likewise.
288         (nobase_include_HEADERS): Remove.
289         * configure: Regenerated.
290         * Makefile.in: Likewise.
291         * aclocal.m4: Regenerated.
293 2006-01-20  Richard Guenther  <rguenther@suse.de>
295         * configure.ac: Use -fPIC for symbol versioning test.
296         * configure: Regenerate.
298 2005-08-17  Kelley Cook  <kcook@gcc.gnu.org>
300         * ALL: Update FSF address.
302 2005-07-02  Jakub Jelinek  <jakub@redhat.com>
304         * ALL: First release as more than just a single file.