forked from gcc-mirror/gcc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChangeLog
317 lines (208 loc) · 7.88 KB
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
2017-04-01 Jonathan Yong <[email protected]>
* ssp.c (__guard_setup): Suppress unused variable warning.
2017-01-17 Jakub Jelinek <[email protected]>
PR other/79046
* configure.ac: Add GCC_BASE_VER.
* Makefile.am (gcc_version): Use @get_gcc_base_ver@ instead of cat to
get version from BASE-VER file.
* configure: Regenerated.
* Makefile.in: Regenerated.
2017-01-04 Jakub Jelinek <[email protected]>
Update copyright years.
2016-11-15 Matthias Klose <[email protected]>
* configure: Regenerate.
2015-04-25 Daniel Starke <[email protected]>
PR target/65867
* ssp.c: Added wincrypt.h include for Windows targets.
2015-05-13 Michael Haubenwallner <[email protected]>
* Makefile.in: Regenerated with automake-1.11.6.
* aclocal.m4: Likewise.
* configure: Likewise.
2015-02-09 Georg Koppen <[email protected]>
* ssp.c: Conditionally include <windows.h>
(__guard_setup): For Windows, use approved methods to get
a suitable random number for the stack check guard rather
than reading /dev/random.
2015-01-22 Matthias Klose <[email protected]>
* gets-chk.c: Declare prototype for gets in C11 mode.
2014-11-21 H.J. Lu <[email protected]>
PR bootstrap/63784
* configure: Regenerated.
2014-11-11 Francois-Xavier Coudert <[email protected]>
PR target/63610
* configure: Regenerate.
2013-12-07 Jakub Jelinek <[email protected]>
* ssp.c (fail): Avoid -Wformat-security warning.
2013-09-20 Alan Modra <[email protected]>
* configure: Regenerate.
2013-02-06 Richard Sandiford <[email protected]>
Revert previous patch.
2013-02-03 Richard Sandiford <[email protected]>
Update copyright years.
2013-01-15 Paul Pluzhnikov <[email protected]>
PR 55982
* strncat-chk.c (__strncat_chk): Fix loop unroll.
2012-09-14 David Edelsohn <[email protected]>
* configure: Regenerated.
2012-05-29 Benjamin Kosnik <[email protected]>
PR libstdc++/51007
* configure.ac: Allow gnu, gnu* variants for --enable-symvers argument.
* configure: Regenerated.
2012-05-16 H.J. Lu <[email protected]>
* configure: Regenerated.
2011-11-21 Andreas Tobler <[email protected]>
* configure: Regenerate.
2011-03-21 Rainer Orth <[email protected]>
PR bootstrap/48135
* configure.ac (ssp_use_symver): Handle --disable-symvers.
* configure: Regenerate.
2011-02-13 Ralf Wildenhues <[email protected]>
* Makefile.in: Regenerate.
* aclocal.m4: Likewise.
* configure: Likewise.
2010-12-06 Dave Korn <[email protected]>
PR target/40125
PR lto/46695
* configure.ac: Invoke ACX_LT_HOST_FLAGS.
* Makefile.am (libssp_la_LDFLAGS): Use lt_host_flags.
* aclocal.m4: Regenerate.
* configure: Regenerate.
* Makefile.in: Regenerate.
2010-07-02 Rainer Orth <[email protected]>
* configure.ac (ssp_use_symver): Only check for Sun-style symbol
versioning on Solaris 2.
* configure: Regenerate.
2010-07-02 Rainer Orth <[email protected]>
* configure.ac: Check for Sun symbol versioning.
Check for memmove.
* configure: Regenerate.
* config.h.in: Regenerate.
* Makefile.am [LIBSSP_USE_SYMVER]: Protect version_arg,
version_dep with LIBSSP_USE_SYMVER_GNU.
[LIBSSP_USE_SYMVER_SUN]: Handle Sun symbol versioning.
* Makefile.in: Regenerate.
* ssp.map: Reformat.
* memmove-chk.c: Change guard to HAVE_MEMMOVE.
2010-05-04 Ralf Wildenhues <[email protected]>
PR other/43620
* configure.ac (AM_INIT_AUTOMAKE): Add no-dist.
* Makefile.in: Regenerate.
2010-04-02 Ralf Wildenhues <[email protected]>
* Makefile.in: Regenerate.
* aclocal.m4: Regenerate.
2009-12-05 Ralf Wildenhues <[email protected]>
* Makefile.in: Regenerate.
* configure: Regenerate.
2009-08-24 Ralf Wildenhues <[email protected]>
* configure.ac (AC_PREREQ): Bump to 2.64.
2009-08-22 Ralf Wildenhues <[email protected]>
* Makefile.am (install-html, install-pdf): Remove.
* Makefile.in: Regenerate.
* Makefile.in: Regenerate.
* aclocal.m4: Regenerate.
* config.h.in: Regenerate.
* configure: Regenerate.
2009-08-20 Dave Korn <[email protected]>
* Makefile.am (libssp_la_LDFLAGS): Add -bindir flag.
* Makefile.in: Regenerate.
2009-07-30 Ralf Wildenhues <[email protected]>
* configure.ac (_AC_ARG_VAR_PRECIOUS): Use m4_rename_force.
2009-04-13 Ozkan Sezer <[email protected]>
PR target/39062
* ssp.c: Also include malloc.h for alloca(). MinGW needs it.
* configure.ac: Also check for malloc.h.
* configure: Regenerated.
* config.h.in: Regenerated.
2009-04-09 Nick Clifton <[email protected]>
* strcat-chk.c: Change copyright header to refer to version 3
of the GNU General Public License with version 3.1 of the GCC
Runtime Library Exception and to point readers at the COPYING3
and COPYING3.RUNTIME files and the FSF's license web page.
* gets-chk.c: Likewise.
* memcpy-chk.c: Likewise.
* memmove-chk.c: Likewise.
* mempcpy-chk.c: Likewise.
* memset-chk.c: Likewise.
* snprintf-chk.c: Likewise.
* sprintf-chk.c: Likewise.
* ssp-local.c: Likewise.
* ssp.c: Likewise.
* ssp/ssp.h.in: Likewise.
* ssp/stdio.h: Likewise.
* ssp/string.h: Likewise.
* ssp/unistd.h: Likewise.
* stpcpy-chk.c: Likewise.
* strcpy-chk.c: Likewise.
* strncat-chk.c: Likewise.
* strncpy-chk.c: Likewise.
* vsnprintf-chk.c: Likewise.
* vsprintf-chk.c: Likewise.
2009-03-01 Ralf Wildenhues <[email protected]>
* configure: Regenerate.
2009-02-02 Danny Smith <[email protected]>
* ssp.c (_PATH_TTY): Define as "CONOUT$" for _WIN32.
2008-12-18 Ralf Wildenhues <[email protected]>
* configure: Regenerate.
2008-09-26 Peter O'Gorman <[email protected]>
Steve Ellcey <[email protected]>
* configure: Regenerate for new libtool.
* Makefile.in: Ditto.
* aclocal.m4: Ditto.
2008-08-21 Aaron W. LaFramboise <[email protected]>
* Makefile.am: Add -no-undefined
* Makefile.in: Regenerate.
2008-06-17 Ralf Wildenhues <[email protected]>
* Makefile.in: Regenerate.
* config.h.in: Regenerate.
* configure: Regenerate.
2008-04-18 Paolo Bonzini <[email protected]>
PR bootstrap/35457
* aclocal.m4: Regenerate.
* configure: Regenerate.
2008-03-16 Ralf Wildenhues <[email protected]>
* aclocal.m4: Regenerate.
* configure: Likewise.
* Makefile.in: Likewise.
2008-01-24 David Edelsohn <[email protected]>
* configure: Regenerate.
2007-07-05 H.J. Lu <[email protected]>
* aclocal.m4: Regenerated.
2007-06-02 Paolo Bonzini <[email protected]>
* configure: Regenerate.
2007-05-23 Steve Ellcey <[email protected]>
* Makefile.in: Regenerate.
* configure: Regenerate.
* aclocal.m4: Regenerate.
2007-03-01 Brooks Moses <[email protected]>
* Makefile.am: Add dummy install-pdf target.
* Makefile.in: Regenerate
2006-10-14 Geoffrey Keating <[email protected]>
* aclocal.m4: Regenerate.
* configure: Regenerate.
2006-09-29 Joseph S. Myers <[email protected]>
PR other/25035
* configure.ac (AC_EXEEXT): Remove.
(GCC_NO_EXECUTABLES): Call.
(ssp_use_symver): Default to no if unable to link.
(AC_CHECK_FUNCS): Hardwire results if unable to link.
* aclocal.m4, configure, Makefile.in: Regenerate.
2006-05-23 Carlos O'Donell <[email protected]>
* Makefile.am: Add install-html target. Add install-html to .PHONY
* Makefile.in: Regenerate.
2006-02-27 Mark Mitchell <[email protected]>
PR 26473
* configure.ac (ACX_NONCANONICAL_TARGET): Use it.
* Makefile.am (target_noncanonical): Define.
(libsubincludedir): New variable.
(nobase_libsubinclude_HEADERS): Likewise.
(nobase_include_HEADERS): Remove.
* configure: Regenerated.
* Makefile.in: Likewise.
* aclocal.m4: Regenerated.
2006-01-20 Richard Guenther <[email protected]>
* configure.ac: Use -fPIC for symbol versioning test.
* configure: Regenerate.
2005-08-17 Kelley Cook <[email protected]>
* ALL: Update FSF address.
2005-07-02 Jakub Jelinek <[email protected]>
* ALL: First release as more than just a single file.