dbgcnt name matching bug fix
[official-gcc.git] / libssp / ChangeLog
blobd8d3c7410c0b64239d48225781293309c0545ad4
1 2009-04-13  Ozkan Sezer  <sezeroz@gmail.com>
3         PR target/39062
4         * ssp.c: Also include malloc.h for alloca(). MinGW needs it.
5         * configure.ac: Also check for malloc.h.
6         * configure: Regenerated.
7         * config.h.in: Regenerated.
9 2009-04-09  Nick Clifton  <nickc@redhat.com>
11         * strcat-chk.c: Change copyright header to refer to version 3
12         of the GNU General Public License with version 3.1 of the GCC
13         Runtime Library Exception and to point readers at the COPYING3
14         and COPYING3.RUNTIME files and the FSF's license web page.
15         * gets-chk.c: Likewise.
16         * memcpy-chk.c: Likewise.
17         * memmove-chk.c: Likewise.
18         * mempcpy-chk.c: Likewise.
19         * memset-chk.c: Likewise.
20         * snprintf-chk.c: Likewise.
21         * sprintf-chk.c: Likewise.
22         * ssp-local.c: Likewise.
23         * ssp.c: Likewise.
24         * ssp/ssp.h.in: Likewise.
25         * ssp/stdio.h: Likewise.
26         * ssp/string.h: Likewise.
27         * ssp/unistd.h: Likewise.
28         * stpcpy-chk.c: Likewise.
29         * strcpy-chk.c: Likewise.
30         * strncat-chk.c: Likewise.
31         * strncpy-chk.c: Likewise.
32         * vsnprintf-chk.c: Likewise.
33         * vsprintf-chk.c: Likewise.
35 2009-03-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
37         * configure: Regenerate.
39 2009-02-02  Danny Smith  <dannysmith@users.sourcforge.net>
41         * ssp.c (_PATH_TTY): Define as "CONOUT$" for _WIN32.
43 2008-12-18  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
45         * configure: Regenerate.
47 2008-09-26  Peter O'Gorman  <pogma@thewrittenword.com>
48             Steve Ellcey  <sje@cup.hp.com>
50         * configure: Regenerate for new libtool.
51         * Makefile.in: Ditto.
52         * aclocal.m4: Ditto.
54 2008-08-21  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
56         * Makefile.am: Add -no-undefined
57         * Makefile.in: Regenerate.
59 2008-06-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
61         * Makefile.in: Regenerate.
62         * config.h.in: Regenerate.
63         * configure: Regenerate.
65 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
67         PR bootstrap/35457
68         * aclocal.m4: Regenerate.
69         * configure: Regenerate.
71 2008-03-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
73         * aclocal.m4: Regenerate.
74         * configure: Likewise.
75         * Makefile.in: Likewise.
77 2008-01-24  David Edelsohn  <edelsohn@gnu.org>
79         * configure: Regenerate.
81 2007-07-05  H.J. Lu  <hongjiu.lu@intel.com>
83         * aclocal.m4: Regenerated.
85 2007-06-02  Paolo Bonzini  <bonzini@gnu.org>
87         * configure: Regenerate.
89 2007-05-23  Steve Ellcey  <sje@cup.hp.com>
91         * Makefile.in: Regenerate.
92         * configure: Regenerate.
93         * aclocal.m4: Regenerate.
95 2007-03-01  Brooks Moses  <brooks.moses@codesourcery.com>
97         * Makefile.am: Add dummy install-pdf target.
98         * Makefile.in: Regenerate
100 2006-10-14  Geoffrey Keating  <geoffk@apple.com>
102         * aclocal.m4: Regenerate.
103         * configure: Regenerate.
105 2006-09-29  Joseph S. Myers  <joseph@codesourcery.com>
107         PR other/25035
108         * configure.ac (AC_EXEEXT): Remove.
109         (GCC_NO_EXECUTABLES): Call.
110         (ssp_use_symver): Default to no if unable to link.
111         (AC_CHECK_FUNCS): Hardwire results if unable to link.
112         * aclocal.m4, configure, Makefile.in: Regenerate.
114 2006-05-23  Carlos O'Donell  <carlos@codesourcery.com>
116         * Makefile.am: Add install-html target. Add install-html to .PHONY
117         * Makefile.in: Regenerate.
119 2006-02-27  Mark Mitchell  <mark@codesourcery.com>
120         
121         PR 26473
122         * configure.ac (ACX_NONCANONICAL_TARGET): Use it.
123         * Makefile.am (target_noncanonical): Define.
124         (libsubincludedir): New variable.
125         (nobase_libsubinclude_HEADERS): Likewise.
126         (nobase_include_HEADERS): Remove.
127         * configure: Regenerated.
128         * Makefile.in: Likewise.
129         * aclocal.m4: Regenerated.
131 2006-01-20  Richard Guenther  <rguenther@suse.de>
133         * configure.ac: Use -fPIC for symbol versioning test.
134         * configure: Regenerate.
136 2005-08-17  Kelley Cook  <kcook@gcc.gnu.org>
138         * ALL: Update FSF address.
140 2005-07-02  Jakub Jelinek  <jakub@redhat.com>
142         * ALL: First release as more than just a single file.