OSDN Git Service

Commit moxie port.
[pf3gnuchains/gcc-fork.git] / libssp / ChangeLog
1 2009-04-13  Ozkan Sezer  <sezeroz@gmail.com>
2
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.
8
9 2009-04-09  Nick Clifton  <nickc@redhat.com>
10
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.
34
35 2009-03-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
36
37         * configure: Regenerate.
38
39 2009-02-02  Danny Smith  <dannysmith@users.sourcforge.net>
40
41         * ssp.c (_PATH_TTY): Define as "CONOUT$" for _WIN32.
42
43 2008-12-18  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
44
45         * configure: Regenerate.
46
47 2008-09-26  Peter O'Gorman  <pogma@thewrittenword.com>
48             Steve Ellcey  <sje@cup.hp.com>
49
50         * configure: Regenerate for new libtool.
51         * Makefile.in: Ditto.
52         * aclocal.m4: Ditto.
53
54 2008-08-21  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
55
56         * Makefile.am: Add -no-undefined
57         * Makefile.in: Regenerate.
58
59 2008-06-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
60
61         * Makefile.in: Regenerate.
62         * config.h.in: Regenerate.
63         * configure: Regenerate.
64
65 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
66
67         PR bootstrap/35457
68         * aclocal.m4: Regenerate.
69         * configure: Regenerate.
70
71 2008-03-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
72
73         * aclocal.m4: Regenerate.
74         * configure: Likewise.
75         * Makefile.in: Likewise.
76
77 2008-01-24  David Edelsohn  <edelsohn@gnu.org>
78
79         * configure: Regenerate.
80
81 2007-07-05  H.J. Lu  <hongjiu.lu@intel.com>
82
83         * aclocal.m4: Regenerated.
84
85 2007-06-02  Paolo Bonzini  <bonzini@gnu.org>
86
87         * configure: Regenerate.
88
89 2007-05-23  Steve Ellcey  <sje@cup.hp.com>
90
91         * Makefile.in: Regenerate.
92         * configure: Regenerate.
93         * aclocal.m4: Regenerate.
94
95 2007-03-01  Brooks Moses  <brooks.moses@codesourcery.com>
96
97         * Makefile.am: Add dummy install-pdf target.
98         * Makefile.in: Regenerate
99
100 2006-10-14  Geoffrey Keating  <geoffk@apple.com>
101
102         * aclocal.m4: Regenerate.
103         * configure: Regenerate.
104
105 2006-09-29  Joseph S. Myers  <joseph@codesourcery.com>
106
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.
113
114 2006-05-23  Carlos O'Donell  <carlos@codesourcery.com>
115
116         * Makefile.am: Add install-html target. Add install-html to .PHONY
117         * Makefile.in: Regenerate.
118
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.
130
131 2006-01-20  Richard Guenther  <rguenther@suse.de>
132
133         * configure.ac: Use -fPIC for symbol versioning test.
134         * configure: Regenerate.
135
136 2005-08-17  Kelley Cook  <kcook@gcc.gnu.org>
137
138         * ALL: Update FSF address.
139
140 2005-07-02  Jakub Jelinek  <jakub@redhat.com>
141
142         * ALL: First release as more than just a single file.