forked from openhwgroup/corev-gcc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChangeLog.gcj
440 lines (276 loc) · 11.1 KB
/
ChangeLog.gcj
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
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
2020-05-15 H.J. Lu <[email protected]>
PR bootstrap/95147
* configure: Regenerated.
2020-05-14 H.J. Lu <[email protected]>
* configure: Regenerated.
2020-05-12 H.J. Lu <[email protected]>
* Makefile.am (AM_CFLAGS): New.
* configure.ac (CET_FLAGS): Add GCC_CET_FLAGS and AC_SUBST.
* Makefile.in: Regenerated.
* aclocal.m4: Likewise.
* configure.ac: Likewise.
2020-01-24 Maciej W. Rozycki <[email protected]>
* configure.ac: Handle `--with-toolexeclibdir='.
* Makefile.in: Regenerate.
* aclocal.m4: Regenerate.
* configure: Regenerate.
2019-09-27 Maciej W. Rozycki <[email protected]>
* configure: Regenerate.
2019-01-21 Iain Buclaw <[email protected]>
* Makefile.am (noinst_LTLIBRARIES): Rename libzgcj_convience.la to
libz_convenience.la.
* Makefile.in: Regenerate.
* configure.ac: Remove target_all.
* configure: Regenerate.
2018-10-31 Joseph Myers <[email protected]>
PR bootstrap/82856
* Makefile.am: Include multilib.am.
Merge from binutils-gdb:
2018-06-19 Simon Marchi <[email protected]>
* configure.ac: Modernize AC_INIT call, remove AC_PREREQ.
* Makefile.am (AUTOMAKE_OPTIONS): Remove 1.8, cygnus, add foreign.
* Makefile.in: Re-generate.
* aclocal.m4: Re-generate.
* configure: Re-generate.
2017-03-15 Yaakov Selkowitz <[email protected]>
PR bootstrap/79771
* gzguts.h (WIDECHAR): Do not define for __CYGWIN__.
* zlib.h (gzopen_w): Do not declare for __CYGWIN__.
* win32/zlib.def: Remove gzopen_w.
2017-01-22 Matthias Klose <[email protected]>
* Import zlib 1.2.11.
* configure: Regenerate.
2017-01-13 Matthias Klose <[email protected]>
* Import zlib 1.2.10.
* configure: Regenerate.
2016-11-15 Matthias Klose <[email protected]>
* configure: Regenerate.
2015-11-23 Matthias Klose <[email protected]>
* Imported zlib 1.2.8; merged local changes.
2015-05-13 Michael Haubenwallner <[email protected]>
* Makefile.in: Regenerated with automake-1.11.6.
* aclocal.m4: Likewise.
* configure: Likewise.
2014-11-11 Francois-Xavier Coudert <[email protected]>
PR target/63610
* configure: Regenerate.
2013-10-15 David Malcolm <[email protected]>
* configure.ac: Add --enable-host-shared, setting up new
PICFLAG variable.
* Makefile.am: Add PICFLAG to libz_a_CFLAGS.
* Makefile.in: Regenerate.
* configure: Regenerate.
2013-09-20 Alan Modra <[email protected]>
* configure: Regenerate.
2012-11-16 Matthias Klose <[email protected]>
* Imported zlib 1.2.7; merged local changes.
2012-09-14 David Edelsohn <[email protected]>
* configure: Regenerated.
2012-05-16 H.J. Lu <[email protected]>
* configure: Regenerated.
2012-03-02 Matthias Klose <[email protected]>
* Imported zlib 1.2.5; merged local changes.
2011-11-21 Andreas Tobler <[email protected]>
* configure: Regenerate.
2011-02-13 Ralf Wildenhues <[email protected]>
* configure: 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, html): Remove.
* Makefile.in: Regenerate.
* Makefile.in: Regenerate.
* aclocal.m4: Regenerate.
* configure: Regenerate.
2009-07-30 Ralf Wildenhues <[email protected]>
* configure.ac (_AC_ARG_VAR_PRECIOUS): Use m4_rename_force.
2009-03-01 Ralf Wildenhues <[email protected]>
* configure: Regenerate.
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.
2008-06-17 Ralf Wildenhues <[email protected]>
* Makefile.in: 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-05-23 Steve Ellcey <[email protected]>
* Makefile.in: Regenerate.
* configure: Regenerate.
* aclocal.m4: Regenerate.
2007-04-14 Steve Ellcey <[email protected]>
* Makefile.am: Add -I .. to ACLOCAL_AMFLAGS.
* Makefile.in: Regenerate.
2007-03-01 Brooks Moses <[email protected]>
* Makefile.am: Add dummy install-pdf target.
* Makefile.in: Regenerate
2007-01-16 Jack Howarth <[email protected]>
* Makefile.am: Add ACLOCAL_AMFLAGS to use multi.m4.
* aclocal.m4: Regenerate.
* configure: Regenerate.
* Makefile.in: Regenerate.
2006-06-13 Carlos O'Donell <[email protected]>
* Makefile.am: Add html and install-html stubs.
* Makefile.in: Regenerate.
* aclocal.m4: Regenerate.
2005-06-14 Tom Tromey <[email protected]>
* Imported zlib 1.2.3; merged local changes.
2005-06-14 Tom Tromey <[email protected]>
PR libgcj/19877:
* configure, aclocal.m4, Makefile.in: Rebuilt.
2005-06-06 Rainer Orth <[email protected]>
* zconf.h (NO_vsnprintf): Define on Tru64 UNIX V4.0.
2005-05-09 Mike Stump <[email protected]>
* configure: Regenerate.
2005-04-12 Mike Stump <[email protected]>
* configure: Regenerate.
2004-11-24 Kelley Cook <[email protected]>
* configure: Regenerate for libtool change.
2004-11-24 Kelley Cook <[email protected]>
* Makefile.in, aclocal.m4: Regenerate with automake 1.9.3.
2004-11-22 Eric Botcazou <[email protected]>
* zconf.h: Define NO_vsnprintf on Solaris 2.5.1.
2004-10-11 Tom Tromey <[email protected]>
PR libgcj/14856:
* Imported zlib 1.2.1; merged local changes.
2005-06-15 Paolo Bonzini <[email protected]>
* Makefile.am: Remove useless multilib rules.
* configure.ac: Rewrite multilib support to use
features of recent automakes.
* aclocal.m4: Regenerate with Automake 1.8.5.
* Makefile.in: Regenerate with Automake 1.8.5.
* configure: Regenerate.
2004-04-12 Kelley Cook <[email protected]>
* Makefile.am: Add in libz_a_CFLAGS as recommended by automake doc.
* Makefile.in: Regenerate with automake 1.7.9.
* aclocal.m4: Likewise.
* configure: Regenerate.
2004-04-10 Kelley Cook <[email protected]>
* configure.in: Rename file to ...
* configure.ac: ...this.
* Makefile.in: Regenerate.
2004-04-09 Nathanael Nerode <[email protected]>
* configure.in: Update to autoconf 2.59; clean up slightly.
* acinclude.m4: Update to autoconf 2.59.
* aclocal.m4: Regenerate.
* Makefile.in: Regenerate.
* configure: Regenerate.
2004-01-14 Kelley Cook <[email protected]>
* configure.in: Add in AC_PREREQ(2.13)
2003-09-09 Alan Modra <[email protected]>
* configure: Regenerate.
2003-07-11 Nathanael Nerode <[email protected]>
PR bootstrap/7126
* configure.in: Correct zlib version number.
* configure: Regenerate.
2003-07-11 Gerald Pfeifer <[email protected]>
* README: Note that zlib is not part of GCC.
2003-03-12 Andreas Schwab <[email protected]>
* configure.in: Avoid trailing /. in toolexeclibdir.
* configure: Rebuilt.
2003-02-20 Alexandre Oliva <[email protected]>
* configure.in: Propagate ORIGINAL_LD_FOR_MULTILIBS to
config.status.
* configure: Rebuilt.
2003-02-19 Alexandre Oliva <[email protected]>
* configure.in (multiosdir): Set to nothing if compiler is not GCC
or if it doesn't support -print-multi-os-directory.
* configure: Rebuilt.
2002-09-22 Kaveh R. Ghazi <[email protected]>
* Makefile.am (all-multi): Fix multilib parallel build.
2002-05-16 Rainer Orth <[email protected]>
* configure.in: Allow for PWDCMD to override hardcoded pwd.
* configure: Regenerate.
* ChangeLog: Move entries to ChangeLog.gcj.
2002-05-08 Alexandre Oliva <[email protected]>
* configure.in (ORIGINAL_LD_FOR_MULTILIBS): Preserve LD at
script entry, and set LD to it when configuring multilibs.
* configure: Rebuilt.
2002-03-17 Bryce McKinlay <[email protected]>
* Makefile.am: Make target library a convenience library.
* Makefile.in: Rebuilt.
2002-03-11 Tom Tromey <[email protected]>
* ChangeLog.gcj: Imported 1.1.4, while preserving local changes.
2001-07-03 Tom Tromey <[email protected]>
Fix for PR bootstrap/3281:
* configure, Makefile.in: Rebuilt.
* configure.in: Set mkinstalldirs, for in-tree build.
2001-06-09 Alexandre Oliva <[email protected]>, Stephen L Moshier <[email protected]>
* configure.in (AC_EXEEXT): Work around in case it expands to
nothing, as in autoconf 2.50.
* configure: Rebuilt.
2001-05-13 Alexandre Oliva <[email protected]>
* acinclude.m4: Use ../libtool.m4.
* configure.in: Use ${zlib_basedir}/.. for AC_CONFIG_AUX_DIR.
* acinclude.m4, configure, Makefile.in: Rebuilt.
2000-10-24 Chris Demetriou <[email protected]>
* configure.in: Invoke AC_PROG_CPP unconditionally before
conditional feature tests.
2000-10-10 Alexandre Oliva <[email protected]>
* configure.in (zlib_basedir): Cope with empty with_target_subdir
* configure: Rebuilt.
2000-09-06 Alexandre Oliva <[email protected]>
* configure.in (multilib): Enable by default only for target.
* configure: Rebuilt.
Sun Sep 3 12:37:12 2000 Anthony Green <[email protected]>
* configure.in: Add TARGET_LIBRARY conditional.
* configure: Rebuilt.
* Makefile.am: If we're building a build host library, call the
library libz.a and don't use libtool.
* Makefile.in: Rebuilt.
1999-10-04 Tom Tromey <[email protected]>
* configure: Rebuilt.
* configure.in: Call AC_EXEEXT after LIB_AC_PROG_CC, but don't
actually let AC_EXEEXT run.
1999-09-28 Tom Tromey <[email protected]>
* aclocal.m4, configure: Rebuilt.
* acinclude.m4 (LIB_AC_PROG_CC): Provide appropriate AC_PROG_ symbol.
Mon Aug 9 18:33:38 1999 Rainer Orth <[email protected]>
* Makefile.in: Rebuilt.
* Makefile.am (toolexeclibdir): Add $(MULTISUBDIR) even for native
builds.
* configure: Rebuilt.
* configure.in: Properly align --help output, fix capitalization.
1999-08-02 Tom Tromey <[email protected]>
* aclocal.m4, configure: Rebuilt for new libtool.
1999-07-19 Alexandre Oliva <[email protected]>
* Makefile.am (*-recursive, *-am, *-multi): Automake does not
generate *-recursive for this Makefile, use *-am instead.
* Makefile.in: Rebuilt.
1999-06-21 Tom Tromey <[email protected]>
* Makefile.in: Rebuilt.
* Makefile.am (libzgcj_la_LDFLAGS): Use -version-info, not
-release.
* Makefile.in: Rebuilt.
* Makefile.am (toolexeclibdir): Define as libdir when
appropriate.
* configure: Rebuilt.
* configure.in (USE_LIBDIR): New conditional.
1999-05-10 Tom Tromey <[email protected]>
* configure, Makefile.in: Rebuilt.
* Makefile.am (EXTRA_LTLIBRARIES): New macro.
(toolexeclib_LTLIBRARIES): Use @target_all@.
* configure.in: Recognize --with-system-zlib. Subst target_all.
1999-05-04 Tom Tromey <[email protected]>
* Makefile.in: Replace with automake-generated file.
* Makefile.am: New file.
* configure: Replaced with autoconf-generated script.
* aclocal.m4: New file.
* acinclude.m4: New file.
* configure.in: New file.
* Makefile: Removed.