]> gcc.gnu.org Git - gcc.git/blame - ChangeLog
Revert "aarch64: Make existing V2HF be usable."
[gcc.git] / ChangeLog
CommitLineData
faccda27
GA
12023-01-04 Gaius Mulley <gaiusmod2@gmail.com>
2
3 * MAINTAINERS: Add Gaius Mulley as Modula-2 front-end maintainer.
4
90323d0b
GA
52022-12-31 Iain Sandoe <iain@sandoe.co.uk>
6
7 * Makefile.def: Do not build shared libffi.
8 * Makefile.in: Regenerate.
9
de282a20
GA
102022-12-21 Andrew Pinski <apinski@marvell.com>
11
12 * Makefile.def: Add configure-gdb dependencies
13 on all-gmp and all-mpfr.
14 * configure.ac: Split out MPC checking from MPFR.
15 Require GMP and MPFR if the gdb directory exist.
16 * Makefile.in: Regenerate.
17 * configure: Regenerate.
18
26f4aefa
GA
192022-12-14 Gaius Mulley <gaiusmod2@gmail.com>
20
21 * configure.ac (target_libraries): Add target-libgm2.
22 Add NCN_STRICT_CHECK_TARGET_TOOLS entry for gm2.
32582c19
JJ
23 Add GCC_TARGET_TOOL entry for gm2.
24 (compare_exclusions): Add gcc/m2/gm2-compiler/M2Version,
26f4aefa 25 gcc/m2/gm2-compiler-boot/SYSTEM and gcc/m2/gm2version.
32582c19
JJ
26 * Makefile.def (target_modules): Add libgm2.
27 (flags_to_pass): Add GM2_FOR_TARGET, GM2FLAGS_FOR_TARGET.
28 (dependencies): Add all-target-libgm2 and on=all-target-libatomic.
29 (languages): Add entry for language=m2 with gcc-check-target=check-m2
26f4aefa 30 and lib-check-target=check-target-libgm2.
32582c19
JJ
31 * Makefile.tpl (BUILD_EXPORTS): Add definition for GM2 and GM2FLAGS.
32 (HOST_EXPORTS): Add definition for GM2.
33 (BASE_TARGET_EXPORTS): Add definition for GM2.
34 (GM2_FOR_BUILD): Defined.
35 (GM2FLAGS): Defined.
36 (GM2_FOR_TARGET): Defined.
37 (GM2FLAGS_FOR_TARGET): Defined.
38 (EXTRA_HOST_FLAGS): Defined.
39 (POSTSTAGE1_FLAGS_TO_PASS): Add GM2 and GM2_FOR_BUILD.
40 (EXTRA_TARGET_FLAGS): Add GM2 and GM2FLAGS.
41 (EXTRA_GCC_FLAGS): Add GM2_FOR_TARGET.
42 * configure: Rebuilt.
43 * Makefile.in: Rebuilt.
26f4aefa 44
f17ddf2c
GA
452022-12-13 Philip Herron <philip.herron@embecosm.com>
46
47 * Makefile.def: Add Rust language.
48 * Makefile.in: Regenerate via autogen.
49
40ce6485
GA
502022-12-09 Martin Liska <mliska@suse.cz>
51
52 * MAINTAINERS: Fix spacing.
53
4bc2d9f6
GA
542022-12-07 Arthur Cohen <arthur.cohen@embecosm.com>
55
56 * MAINTAINERS: Add Arthur Cohen as Rust front-end maintainer.
57
582022-12-07 Iain Sandoe <iain@sandoe.co.uk>
59
60 * Makefile.def: Pass host_libs_picflag to host dependent library
61 configures.
62 * Makefile.in: Regenerate.
63 * configure: Regenerate.
64 * configure.ac (host_libs_picflag): New configure variable set to
65 '--with-pic' when building 'host_shared'.
66
d769c504
GA
672022-11-25 Weimin Pan <weimin.pan@oracle.com>
68
69 * Makefile.def: Add libsframe as new module with its dependencies.
70 * Makefile.in: Regenerated.
71 * configure.ac: Add libsframe to host_libs.
72 * configure: Regenerated.
73
8761284f
GA
742022-11-23 Marek Polacek <polacek@redhat.com>
75
76 Revert:
77 2022-11-23 Marek Polacek <polacek@redhat.com>
78
79 * Makefile.def: Pass $(PICFLAG) to AM_CFLAGS for gmp, mpfr, mpc, and
80 isl.
81 * Makefile.in: Regenerate.
82 * Makefile.tpl: Set PICFLAG.
83 * configure.ac (--enable-host-pie): New check. Set PICFLAG after this
84 check.
85 * configure: Regenerate.
86
872022-11-23 Marek Polacek <polacek@redhat.com>
88
89 * Makefile.def: Pass $(PICFLAG) to AM_CFLAGS for gmp, mpfr, mpc, and
90 isl.
91 * Makefile.in: Regenerate.
92 * Makefile.tpl: Set PICFLAG.
93 * configure.ac (--enable-host-pie): New check. Set PICFLAG after this
94 check.
95 * configure: Regenerate.
96
83d400bd
GA
972022-11-14 Martin Liska <mliska@suse.cz>
98
99 Revert:
100 2022-11-09 Martin Liska <mliska@suse.cz>
101
102 * doc/Makefile: New file.
103 * doc/_static/custom.css: New file.
104 * doc/baseconf.py: New file.
105 * doc/bsd.rst: New file.
106 * doc/contrib.rst: New file.
107 * doc/contribute.rst: New file.
108 * doc/cppdiropts.rst: New file.
109 * doc/cppenv.rst: New file.
110 * doc/cppopts.rst: New file.
111 * doc/cppwarnopts.rst: New file.
112 * doc/favicon.ico: New file.
113 * doc/funding.rst: New file.
114 * doc/gcc_sphinx.py: New file.
115 * doc/gnu.rst: New file.
116 * doc/gnu_free_documentation_license.rst: New file.
117 * doc/gpl-3.0.rst: New file.
118 * doc/indices-and-tables.rst: New file.
119 * doc/lgpl-2.1.rst: New file.
120 * doc/logo.pdf: New file.
121 * doc/logo.svg: New file.
122 * doc/md.rst: New file.
123 * doc/requirements.txt: New file.
124
1252022-11-14 Martin Liska <mliska@suse.cz>
126
127 Revert:
128 2022-11-09 Martin Liska <mliska@suse.cz>
129
130 * doc/baseconf.py: Port to GCC sources.
131
1322022-11-14 Martin Liska <mliska@suse.cz>
133
134 Revert:
135 2022-11-14 Martin Liska <mliska@suse.cz>
136
137 * configure: Regenerate.
138 * configure.ac: Support Sphinx based documentation.
139
1402022-11-14 Martin Liska <mliska@suse.cz>
141
142 Revert:
143 2022-11-09 Martin Liska <mliska@suse.cz>
144
145 * doc/baseconf.py: Simplify BUGURL and VERSION_PACKAGE,
146 provide a default.
147
1482022-11-14 Martin Liska <mliska@suse.cz>
149
150 Revert:
151 2022-11-09 Martin Liska <mliska@suse.cz>
152
153 * doc/bsd.rst:
3d3b561f 154 Add trailing newline.
83d400bd 155 * doc/contrib.rst:
3d3b561f 156 Add trailing newline.
83d400bd 157 * doc/contribute.rst:
3d3b561f 158 Add trailing newline.
83d400bd 159 * doc/cppdiropts.rst:
3d3b561f 160 Add trailing newline.
83d400bd 161 * doc/cppenv.rst:
3d3b561f 162 Add trailing newline.
83d400bd 163 * doc/cppopts.rst:
3d3b561f 164 Add trailing newline.
83d400bd 165 * doc/cppwarnopts.rst:
3d3b561f 166 Add trailing newline.
83d400bd 167 * doc/funding.rst:
3d3b561f 168 Add trailing newline.
83d400bd 169 * doc/gnu.rst:
3d3b561f 170 Add trailing newline.
83d400bd 171 * doc/gnu_free_documentation_license.rst:
3d3b561f 172 Add trailing newline.
83d400bd 173 * doc/gpl-3.0.rst:
3d3b561f 174 Add trailing newline.
83d400bd 175 * doc/indices-and-tables.rst:
3d3b561f 176 Add trailing newline.
83d400bd 177 * doc/lgpl-2.1.rst:
3d3b561f 178 Add trailing newline.
83d400bd 179 * doc/md.rst:
3d3b561f 180 Add trailing newline.
83d400bd
GA
181
1822022-11-14 Martin Liska <mliska@suse.cz>
183
184 Revert:
185 2022-11-09 Martin Liska <mliska@suse.cz>
186
187 * configure.ac: Use new install URL.
188 * configure: Regenerate.
189
1902022-11-14 Martin Liska <mliska@suse.cz>
191
192 Revert:
193 2022-11-10 Arsen Arsenović <arsen@aarsen.me>
194
195 * doc/baseconf.py: Inject dirname(__file__)/'modules' to path
196 instead of just ``.''.
197 * doc/gcc_sphinx.py: Moved to...
198 * doc/modules/gcc_sphinx.py: ...here.
199
2002022-11-14 Martin Liska <mliska@suse.cz>
201
202 Revert:
203 2022-11-10 Martin Liska <mliska@suse.cz>
204
205 * doc/baseconf.py: Modernize by using pathlib.
206
2072022-11-14 Martin Liska <mliska@suse.cz>
208
209 Revert:
210 2022-11-11 Martin Liska <mliska@suse.cz>
211
212 * doc/Makefile: Disable -j auto.
213
2142022-11-14 Martin Liska <mliska@suse.cz>
215
216 Revert:
217 2022-11-11 Martin Liska <mliska@suse.cz>
218
219 * doc/Makefile: Update comment.
220
2212022-11-14 Martin Liska <mliska@suse.cz>
222
223 Revert:
224 2022-11-11 Martin Liska <mliska@suse.cz>
225
226 * doc/indices-and-tables.rst: Rename Indexes to Indices.
227
2282022-11-14 Martin Liska <mliska@suse.cz>
229
230 Revert:
231 2022-11-13 Martin Liska <mliska@suse.cz>
232
233 PR web/107643
234 * doc/baseconf.py: Set include_todo tag if INCLUDE_TODO env
235 is set.
236 * doc/indices-and-tables.rst: Use include_todo tag.
237
2382022-11-14 Martin Liska <mliska@suse.cz>
239
240 Revert:
241 2022-11-13 Philipp Tomsich <philipp.tomsich@vrull.eu>
242
243 * doc/contrib.rst: Update Jeff Law's email address.
244
eefbfbc7
GA
2452022-11-13 Philipp Tomsich <philipp.tomsich@vrull.eu>
246
247 * doc/contrib.rst: Update Jeff Law's email address.
248
2492022-11-13 Martin Liska <mliska@suse.cz>
250
251 PR web/107643
252 * doc/baseconf.py: Set include_todo tag if INCLUDE_TODO env
253 is set.
254 * doc/indices-and-tables.rst: Use include_todo tag.
255
5b6ce16a
GA
2562022-11-11 Martin Liska <mliska@suse.cz>
257
258 * doc/indices-and-tables.rst: Rename Indexes to Indices.
259
2602022-11-11 Martin Liska <mliska@suse.cz>
261
262 * doc/Makefile: Update comment.
263
2642022-11-11 Martin Liska <mliska@suse.cz>
265
266 * doc/Makefile: Disable -j auto.
267
f225b813
GA
2682022-11-10 Martin Liska <mliska@suse.cz>
269
270 * doc/baseconf.py: Modernize by using pathlib.
271
2722022-11-10 Arsen Arsenović <arsen@aarsen.me>
273
274 * doc/baseconf.py: Inject dirname(__file__)/'modules' to path
275 instead of just ``.''.
276 * doc/gcc_sphinx.py: Moved to...
277 * doc/modules/gcc_sphinx.py: ...here.
278
1cdfd0e5
GA
2792022-11-09 Martin Liska <mliska@suse.cz>
280
281 * configure.ac: Use new install URL.
282 * configure: Regenerate.
283
2842022-11-09 Martin Liska <mliska@suse.cz>
285
286 * doc/bsd.rst:
3d3b561f 287 Add trailing newline.
1cdfd0e5 288 * doc/contrib.rst:
3d3b561f 289 Add trailing newline.
1cdfd0e5 290 * doc/contribute.rst:
3d3b561f 291 Add trailing newline.
1cdfd0e5 292 * doc/cppdiropts.rst:
3d3b561f 293 Add trailing newline.
1cdfd0e5 294 * doc/cppenv.rst:
3d3b561f 295 Add trailing newline.
1cdfd0e5 296 * doc/cppopts.rst:
3d3b561f 297 Add trailing newline.
1cdfd0e5 298 * doc/cppwarnopts.rst:
3d3b561f 299 Add trailing newline.
1cdfd0e5 300 * doc/funding.rst:
3d3b561f 301 Add trailing newline.
1cdfd0e5 302 * doc/gnu.rst:
3d3b561f 303 Add trailing newline.
1cdfd0e5 304 * doc/gnu_free_documentation_license.rst:
3d3b561f 305 Add trailing newline.
1cdfd0e5 306 * doc/gpl-3.0.rst:
3d3b561f 307 Add trailing newline.
1cdfd0e5 308 * doc/indices-and-tables.rst:
3d3b561f 309 Add trailing newline.
1cdfd0e5 310 * doc/lgpl-2.1.rst:
3d3b561f 311 Add trailing newline.
1cdfd0e5 312 * doc/md.rst:
3d3b561f 313 Add trailing newline.
1cdfd0e5
GA
314
3152022-11-09 Martin Liska <mliska@suse.cz>
316
317 * doc/baseconf.py: Simplify BUGURL and VERSION_PACKAGE,
318 provide a default.
319
3202022-11-09 Martin Liska <mliska@suse.cz>
321
322 * configure: Regenerate.
323 * configure.ac: Support Sphinx based documentation.
324
3252022-11-09 Martin Liska <mliska@suse.cz>
326
327 * doc/baseconf.py: Port to GCC sources.
328
3292022-11-09 Martin Liska <mliska@suse.cz>
330
331 * doc/Makefile: New file.
332 * doc/_static/custom.css: New file.
333 * doc/baseconf.py: New file.
334 * doc/bsd.rst: New file.
335 * doc/contrib.rst: New file.
336 * doc/contribute.rst: New file.
337 * doc/cppdiropts.rst: New file.
338 * doc/cppenv.rst: New file.
339 * doc/cppopts.rst: New file.
340 * doc/cppwarnopts.rst: New file.
341 * doc/favicon.ico: New file.
342 * doc/funding.rst: New file.
343 * doc/gcc_sphinx.py: New file.
344 * doc/gnu.rst: New file.
345 * doc/gnu_free_documentation_license.rst: New file.
346 * doc/gpl-3.0.rst: New file.
347 * doc/indices-and-tables.rst: New file.
348 * doc/lgpl-2.1.rst: New file.
349 * doc/logo.pdf: New file.
350 * doc/logo.svg: New file.
351 * doc/md.rst: New file.
352 * doc/requirements.txt: New file.
353
89d0a14a
JJ
3542022-11-04 Thomas Schwinge <thomas@codesourcery.com>
355
356 * Makefile.def: Remove module 'liboffloadmic'.
357 * Makefile.in: Regenerate.
358 * configure.ac: Remove 'liboffloadmic' handling.
359 * configure: Regenerate.
360
9a8b868d
GA
3612022-10-31 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
362
363 * MAINTAINERS: Update email address.
364
10439719
GA
3652022-10-21 Дилян Палаузов <dilyan.palauzov@aegee.org>
366
367 * configure.ac: Don't configure readline if --with-system-readline is
368 used.
369 * configure: Re-generate.
370
781f477a
GA
3712022-10-12 Cui,Lili <lili.cui@intel.com>
372
373 * MAINTAINERS (Write After Approval): Add myself.
374
ab332cd7
GA
3752022-10-11 Olivier Hainque <hainque@adacore.com>
376
377 * libtool.m4 (*vxworks*): When enable_shared, set dynamic_linker
378 and friends for rtp !large. Assume the linker has the required
379 abilities and set lt_cv_deplibs_check_method.
380
3a221b73
GA
3812022-09-30 Olivier Hainque <hainque@adacore.com>
382
383 * configure.ac (*vxworks*): If enable_shared is not
384 set, set to "no" and add --disable-shared to target and
385 host_configargs.
386 * configure: Regenerate.
387
220c4d8e
GA
3882022-09-26 Jeff Law <jlaw@ventanamicro.com>
389
390 * MAINTAINERS: Update my email address and DCO entry.
391
4afaeaab
GA
3922022-09-23 Paul-Antoine Arras <pa@codesourcery.com>
393
394 * MAINTAINERS (Write After Approval): Add myself.
395
d0fc05e8
GA
3962022-09-15 Torbjörn SVENSSON <torbjorn.svensson@foss.st.com>
397
398 * MAINTAINERS (Write After Approval): Add myself.
399
fe2a8ce9
GA
4002022-09-07 Jeff Law <jeffreyalaw@gmail.com>
401
402 * MAINTAINERS: Update my email address.
403
4042022-09-07 Tom de Vries <tdevries@suse.de>
405
406 * configure.ac: Set extra_host_libiberty_configure_flags and
407 extra_host_zlib_configure_flags in separate case statements.
408 * configure: Regenerate.
409
25aeb922
GA
4102022-09-06 Xianmiao Qu <cooper.qu@linux.alibaba.com>
411
412 * MAINTAINERS: Update c-sky port maintainers' emails.
413
542c60c4
GA
4142022-08-31 Martin Liska <mliska@suse.cz>
415
416 * configure: Regenerate.
417 * configure.ac: Delete hpux9 and hpux10.
418
30afe5e7
GA
4192022-08-18 Sergei Trofimovich <siarheit@google.com>
420
421 * Makefile.def: Drop libelf module and gcc-configure dependency
422 on it.
423 * Makefile.in: Regenerate with 'autogen Makefile.def'.
424 * Makefile.tpl (HOST_EXPORTS): Drop unused LIBELFLIBS and
425 LIBELFINC.
426 * configure: Regenrate.
427 * configure.ac (host_libs): Drop unused libelf.
428
4292022-08-18 Sergei Trofimovich <siarheit@google.com>
430
431 * Makefile.in: Regenerate.
432
4ad52740
GA
4332022-08-04 Eugene Rozenfeld <erozen@microsoft.com>
434
435 * MAINTAINERS: Add myself as AutoFDO maintainer.
436
32510382
GA
4372022-08-01 Roger Sayle <roger@nextmovesoftware.com>
438 Arnaud Charlet <charlet@adacore.com>
439
440 * configure: Regenerate.
441
4a7274dd
GA
4422022-07-31 Roger Sayle <roger@nextmovesoftware.com>
443
444 PR bootstrap/106472
445 * Makefile.def (dependencies): Make configure-target-libgo depend
446 upon all-target-libbacktrace.
447
1e2c5f4c
GA
4482022-07-27 David Faust <david.faust@oracle.com>
449
450 * MAINTAINERS: Add myself as reviewer for CTF and BTF.
451
4522022-07-27 Richard Biener <rguenther@suse.de>
453
454 * MAINTAINERS (Roger Sayle): Update e-mail address.
455
bbb9c030
GA
4562022-07-21 Sam Feifer <sfeifer@redhat.com>
457
458 * MAINTAINERS (Write After Approval): Add myself.
459
4602022-07-21 Marc Poulhiès <poulhies@adacore.com>
461
462 * MAINTAINERS: Add myself as Ada front end co-maintainer.
463
7c0c10db
GA
4642022-07-19 Alexander Monakov <amonakov@ispras.ru>
465
466 * .gitignore: Do not ignore config.h.
467
bdc7b765
GA
4682022-07-15 Andrew Carlotti <andrew.carlotti@arm.com>
469
470 * MAINTAINERS: Add myself to Write After Approval.
471
8467574d
GA
4722022-07-04 Martin Liska <mliska@suse.cz>
473
474 * MAINTAINERS: fix sorting of names
475
3731dd0b
GA
4762022-07-03 Immad Mir <mirimmad17@gmail.com>
477
478 * MAINTAINERS: add myself.
479
4802022-07-03 Immad Mir <mirimmad17@gmail.com>
481
482 * MAINTAINERS: Add myself to write after approval and DCO.
483
20f0f305
GA
4842022-07-02 Tim Lange <mail@tim-lange.me>
485
486 * MAINTAINERS: Add myself.
487
ed974488
GA
4882022-07-01 Haochen Jiang <haochen.jiang@intel.com>
489
490 * MAINTAINERS (Write After Approval): Add myself.
491
976196b3
GA
4922022-06-30 Cui,Lili <lili.cui@intel.com>
493
494 Revert:
495 2022-06-30 Cui,Lili <lili.cui@intel.com>
496
497 * MAINTAINERS (Write After Approval): Add myself.
498
4992022-06-30 Cui,Lili <lili.cui@intel.com>
500
501 * MAINTAINERS (Write After Approval): Add myself.
502
fb29fdea
GA
5032022-06-28 Alexandre Oliva <oliva@adacore.com>
504
505 * Makefile.tpl (HOST_EXPORTS): Add TFLAGS to GCC_FOR_TARGET.
506 (EXTRA_GCC_FLAGS): Likewise.
507 * Makefile.in: Rebuilt.
508
5092022-06-28 konglin1 <lingling.kong@intel.com>
510
511 * MAINTAINERS (Write After Approval): Add myself.
512
9d3dd218
GA
5132022-06-27 Tom de Vries <tdevries@suse.de>
514
515 * configure.ac: Build libiberty pic variant for gdbserver.
516 * configure: Regenerate.
517
b2b72757
GA
5182022-06-26 Iain Sandoe <iain@sandoe.co.uk>
519
520 * configure: Regenerate.
521 * configure.ac: Correct use of $host.
522
87509781
GA
5232022-06-25 Jeff Law <jeffreyalaw@gmail.com>
524
525 * MAINTAINERS: Remove tilegx and tilepro entries.
526 * configure.ac: Remove tilegx and tilepro stanzas.
527 * configure: Rebuilt.
528
37b3b5da
GA
5292022-05-28 Bruce Korb <bkorb@gnu.org>
530
531 * .gitignore: Ignore vim swap files
532
9df4ffe4
GA
5332022-05-13 Surya Kumari Jangala <jskumari@linux.ibm.com>
534
535 * MAINTAINERS: Add myself to write after approval.
536
d0d513b5
GA
5372022-05-11 Kewen Lin <linkw@linux.ibm.com>
538
539 * MAINTAINERS: Remove myself from DCO section.
540
bd022ff9
GA
5412022-05-09 Xi Ruoyao <xry111@xry111.site>
542
543 * MAINTAINERS: Update my email address.
544
5452022-05-09 Clément Chigot <chigot@adacore.com>
546
547 * MAINTAINERS: Update my email address.
548
ab869e7f
GA
5492022-05-05 Kewen Lin <linkw@linux.ibm.com>
550
551 * MAINTAINERS: Add myself as PowerPC port co-maintainer and to DCO
552 section.
553
d1d57187
GA
5542022-04-19 Richard Henderson <rth@gcc.gnu.org>
555
556 * MAINTAINERS: Update my email address.
557
8af4270d
GA
5582022-04-01 Qian Jianhua <qianjh@fujitsu.com>
559
560 * MAINTAINERS: Update my email address.
561
9f774626
GA
5622022-03-29 Chenghua Xu <xuchenghua@loongson.cn>
563
564 * MAINTAINERS: (CPU Port Maintainers): Add myself and
565 Lulu as LoongArch port maintainer.
566
5672022-03-29 Chenghua Xu <xuchenghua@loongson.cn>
568 Lulu Cheng <chenglulu@loongson.cn>
569
570 * configure.ac: Add LoongArch tuples.
571 * configure: Regenerate.
572
aab0127d
GA
5732022-03-28 Tom Tromey <tromey@adacore.com>
574
575 * configure.ac: Remove --with-mpfr-dir and --with-gmp-dir.
576 * configure: Rebuild.
577
6fc4a993
GA
5782022-03-24 Bill Schmidt <bill.schmidt@gmail.com>
579
580 * MAINTAINERS: Change my information.
581
9fc8f278
GA
5822022-03-16 Chung-Ju Wu <jasonwucj@gmail.com>
583
584 * MAINTAINERS: Add myself to DCO section.
585
510613e7
GA
5862022-03-14 Jonathan Wakely <jwakely@redhat.com>
587
588 * configure.ac: Fix incorrect option in comment.
589 * configure: Regenerate.
590
8cc4f9cd
GA
5912022-03-09 Hans-Peter Nilsson <hp@axis.com>
592
593 * Makefile.def (dependencies): Make configure-sim depend on
594 all-readline.
595 * Makefile.in: Regenerate.
596
2cfb33fc
GA
5972022-02-22 Christophe Lyon <christophe.lyon@foss.st.com>
598
599 * MAINTAINERS (Write After Approval): Update my e-mail address.
600
2a2fda2d
GA
6012022-02-08 Ulrich Weigand <ulrich.weigand@de.ibm.com>
602
603 * MAINTAINERS: Remove Hartmut Penner as s390 maintainer.
604
1bb52662
GA
6052022-01-31 Ed Smith-Rowland <esmithrowland@gmail.com>
606
607 * MAINTAINERS: Update my email and add myself to the DCO list.
608
e0b8716f
GA
6092022-01-25 Thomas Schwinge <thomas@codesourcery.com>
610
611 Revert:
612 2021-09-16 Andrew Pinski <apinski@marvell.com>
613
614 PR bootstrap/67102
615 * Makefile.def: Have configure-target-libffi depend on
616 all-target-libstdc++-v3.
617 * Makefile.in: Regenerate.
618
d43be9dc
GA
6192022-01-22 Jakub Jelinek <jakub@redhat.com>
620
621 PR other/104181
622 * build.log: Remove.
623
5fa55d55
GA
6242022-01-20 Martin Liska <mliska@suse.cz>
625
626 * MAINTAINERS: Adjust email address based on IRC request.
627
7a761ae6
GA
6282022-01-18 Xionghu Luo <luoxhu@linux.ibm.com>
629
630 * MAINTAINERS: Update my email address.
631
fc829782
GA
6322022-01-17 Martin Liska <mliska@suse.cz>
633
634 * MAINTAINERS: Rename .c names to .cc.
635
ad3f0d08
GA
6362022-01-13 Jakub Jelinek <jakub@redhat.com>
637
638 * Makefile.am: Remove.
639
01a254e3
GA
6402022-01-11 Thomas Koenig <tkoenig@gcc.gnu.org>
641
642 * Makefile.am: New file.
643
6442022-01-11 Martin Liska <mliska@suse.cz>
645
646 * MAINTAINERS: Sort 2 names.
647
d9450aa0
GA
6482022-01-10 Martin Liska <mliska@suse.cz>
649
650 * MAINTAINERS: Fix obvious issues with sorting.
651
55e96bf9
GA
6522022-01-07 liuhongt <hongtao.liu@intel.com>
653
654 * build.log: New file.
655
0fbefa25
GA
6562022-01-05 Nathan Sidwell <nathan@acm.org>
657
658 * MAINTAINERS: Add DCO entry. Sort that list.
659
7d11b64b
GA
6602022-01-04 Gaius Mulley <gaiusmod2@gmail.com>
661
662 * MAINTAINERS: Change of email address in both DCO and
663 Write After Approval list.
664
aa17859b
GA
6652021-12-21 Iain Buclaw <ibuclaw@gdcproject.org>
666
667 * configure: Regenerate.
668
6692021-12-21 Martin Liska <mliska@suse.cz>
670
671 * config.sub: Change mode back to 755.
672
2554e2da
GA
6732021-12-17 Martin Liska <mliska@suse.cz>
674
675 * config.sub: Sync from master.
676
6772021-12-17 Martin Liska <mliska@suse.cz>
678
679 Revert:
680 2021-12-16 Matthias Seidel <mseidel@apache.org>
681
682 * config.sub: Fix typo.
683
774269aa
GA
6842021-12-16 Matthias Seidel <mseidel@apache.org>
685
686 * config.sub: Fix typo.
687
6882021-12-16 H.J. Lu <hjl.tools@gmail.com>
689
690 Revert:
691 2021-12-15 H.J. Lu <hjl.tools@gmail.com>
692
693 * Makefile.tpl (AR): Add @AR_PLUGIN_OPTION@
694 (RANLIB): Add @RANLIB_PLUGIN_OPTION@.
695 * configure.ac: Include config/gcc-plugin.m4.
696 AC_SUBST AR_PLUGIN_OPTION and RANLIB_PLUGIN_OPTION.
697 * libtool.m4 (_LT_CMD_OLD_ARCHIVE): Pass --plugin to AR and
698 RANLIB if possible.
699 * Makefile.in: Regenerated.
700 * configure: Likewise.
701
8a89c39b
GA
7022021-12-15 H.J. Lu <hjl.tools@gmail.com>
703
704 * Makefile.tpl (BUILD_CFLAGS): New.
705 (CFLAGS): Append $(BUILD_CFLAGS).
706 (CXXFLAGS): Likewise.
707 (PGO_BUILD_GEN_FLAGS_TO_PASS): New.
708 (PGO_BUILD_TRAINING_CFLAGS): Likewise.
709 (PGO_BUILD_TRAINING_CXXFLAGS): Likewise.
710 (PGO_BUILD_TRAINING_FLAGS_TO_PASS): Likewise.
711 (PGO_BUILD_TRAINING_MFLAGS): Likewise.
712 (PGO_BUILD_USE_FLAGS_TO_PASS): Likewise.
713 (PGO-TRAINING-TARGETS): Likewise.
714 (PGO_BUILD_TRAINING): Likewise.
715 (all): Add '+' to the command line for recursive make. Support
716 the PGO build.
717 * configure.ac: Add --enable-pgo-build[=lto].
718 AC_SUBST PGO_BUILD_GEN_CFLAGS, PGO_BUILD_USE_CFLAGS and
719 PGO_BUILD_LTO_CFLAGS. Enable the PGO build in Makefile.
720 * Makefile.in: Regenerated.
721 * configure: Likewise.
722
7232021-12-15 H.J. Lu <hjl.tools@gmail.com>
724
725 * Makefile.tpl (AR): Add @AR_PLUGIN_OPTION@
726 (RANLIB): Add @RANLIB_PLUGIN_OPTION@.
727 * configure.ac: Include config/gcc-plugin.m4.
728 AC_SUBST AR_PLUGIN_OPTION and RANLIB_PLUGIN_OPTION.
729 * libtool.m4 (_LT_CMD_OLD_ARCHIVE): Pass --plugin to AR and
730 RANLIB if possible.
731 * Makefile.in: Regenerated.
732 * configure: Likewise.
733
9c6586bc
GA
7342021-12-14 Marc Poulhiès <poulhies@adacore.com>
735
736 * MAINTAINERS: Add myself to write after approval.
737
3a580f96
GA
7382021-12-06 Navid Rahimi <navidrahimi@microsoft.com>
739
740 * MAINTAINERS: Adding myself.
741
ea6ef320
GA
7422021-12-02 Pekka Seppänen <pexu@gcc.mail.kapsi.fi>
743
744 * configure: Regenerate.
745 * configure.ac: For CPP_FOR_BUILD use $(CC_FOR_BUILD) -E instead of
746 $(CPP).
747
c177e806
GA
7482021-11-30 Iain Buclaw <ibuclaw@gdcproject.org>
749
750 * Makefile.def: Add bootstrap to libbacktrace, libphobos, zlib, and
751 libatomic.
752 * Makefile.in: Regenerate.
753 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Fix command for GDC.
754 (STAGE1_CONFIGURE_FLAGS): Add --with-libphobos-druntime-only if
755 target-libphobos-bootstrap.
756 (STAGE2_CONFIGURE_FLAGS): Likewise.
757 * configure: Regenerate.
758 * configure.ac: Add support for bootstrapping D front-end.
759
6b1695f4
GA
7602021-11-16 Martin Uecker <uecker@gcc.gnu.org>
761
762 * MAINTAINERS: Add myself to DCO section and update email address.
763
7642021-11-16 Iain Sandoe <iain@sandoe.co.uk>
765
766 * configure: Regenerate.
767 * configure.ac: Ensure that PIC (shared) defaults are set
768 correctly for Darwin.
769
7702021-11-16 Jim Wilson <jim.wilson.gcc@gmail.com>
771
772 * MAINTAINERS: Update my address.
773
af2852b9
GA
7742021-11-12 Alan Modra <amodra@gmail.com>
775
776 * Makefile.def (configure-opcodes): Depend on configure-bfd.
777 * Makefile.in: Regenerate.
778
18ae471f
GA
7792021-11-03 Maciej W. Rozycki <macro@embecosm.com>
780
781 * MAINTAINERS: Clarify the policy WRT the Write After Approval
782 list.
783
b4df2dd3
GA
7842021-11-02 Andrew Burgess <andrew.burgess@embecosm.com>
785
786 * MAINTAINERS (Reviewers, arc): Remove my entry.
787 (Write After Approval): Add an entry for myself.
788
2322c8b1
GA
7892021-10-28 Richard Purdie <richard.purdie@linuxfoundation.org>
790
791 * Makefile.tpl: Add CPP_FOR_BUILD and CPPFLAGS_FOR_BUILD support
792 * Makefile.in: Regenerate.
793 * configure: Regenerate.
794 * configure.ac: Add CPP_FOR_BUILD and CPPFLAGS_FOR_BUILD support
795
3ff5b4ed
GA
7962021-10-26 Jeff Law <jeffreyalaw@gmail.com>
797
798 * MAINTAINERS: Fix up Maciej's entries.
799
8002021-10-26 Maciej W. Rozycki <macro@embecosm.com>
801
802 * MAINTAINERS (CPU Port Maintainers): Add myself as a VAX port
803 maintainer.
804
c2bd5d8a
GA
8052021-10-22 Eric Gallager <egallager@gcc.gnu.org>
806
807 PR other/102663
808 * Makefile.def: Handle install-dvi target.
809 * Makefile.tpl: Likewise.
810 * Makefile.in: Regenerate.
811
19472fc3
GA
8122021-10-19 Clément Chigot <clement.chigot@atos.net>
813
814 * MAINTAINERS: Add myself for write after approval.
815
52055987
GA
8162021-10-12 Eric Gallager <egallager@gcc.gnu.org>
817
818 * Makefile.def: Mark libcody, libdecnumber,
819 c++tools, libgcc, and libobjc as missing TAGS
820 targets.
821 * Makefile.in: Regenerate.
822
50e20ee6
GA
8232021-10-07 Siddhesh Poyarekar <siddhesh@gotplt.org>
824
825 * MAINTAINERS: Add myself to DCO section and update email
826 address.
827
d238146e
GA
8282021-09-29 Jonathan Wakely <jwakely@redhat.com>
829
830 * MAINTAINERS: Add myself to DCO section.
831
fd133479
GA
8322021-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
833
834 * configure: Regenerate.
835 * configure.ac (skipdirs): Add the contents of target_configdirs if
836 we are not building gcc.
837
9a4293ed
GA
8382021-09-24 Andrew Burgess <andrew.burgess@embecosm.com>
839
840 * Makefile.def: Back-port commits ba4d88ad892f and
841 755ba58ebef0 from binutils-gdb repository.
842 * Makefile.in: Regenerated.
843
62498024
GA
8442021-09-20 Harald Anlauf <anlauf@gmx.de>
845
846 * MAINTAINERS (Reviewers): Add myself as Fortran reviewer.
847
0a4cb439
GA
8482021-09-17 Iain Sandoe <iain@sandoe.co.uk>
849
850 * Makefile.def: Add a jit check target for the jit
851 language.
852 * Makefile.in: Regenerate.
853
e19570d3
GA
8542021-09-16 Andrew Pinski <apinski@marvell.com>
855
856 PR bootstrap/67102
857 * Makefile.def: Have configure-target-libffi depend on
858 all-target-libstdc++-v3.
859 * Makefile.in: Regenerate.
860
a26206ec
GA
8612021-09-10 Petter Tomner <tomner@kth.se>
862
863 * MAINTAINERS: Me added to DCO and write after approval
864
e11c6046
GA
8652021-09-01 YunQiang Su <syq@debian.org>
866
867 * MAINTAINERS: Add myself for write after approval.
868
6d51ee43
GA
8692021-08-31 Andrew Burgess <andrew.burgess@embecosm.com>
870
871 * Makefile.def: Add all-gdb dependency on all-libbacktrace.
872 * Makefile.in: Regenerate.
873
4be4fa4e
GA
8742021-08-21 Dragan Mladjenovic <Dragan.Mladjenovic@syrmia.com>
875
876 * MAINTAINERS: Add myself for write after approval.
877
6e529985
GA
8782021-08-18 Iain Sandoe <iain@sandoe.co.uk>
879
880 * Makefile.in: Regenerate.
881 * Makefile.tpl: Make the state of the configured host
882 shared flag available to makefile fragements.
883
37768150
GA
8842021-08-09 Hongyu Wang <hongyu.wang@intel.com>
885
886 * MAINTAINERS (Write After Approval): Add myself.
887
92d45509
GA
8882021-07-20 Richard Earnshaw <rearnsha@arm.com>
889
890 * .dir-locals.el (bug-reference-url-format): Use https.
891
8922021-07-20 Richard Earnshaw <rearnsha@arm.com>
893
894 * .dir-locals.el (c-mode): Change fill-column to 79.
895
d97d71a1
GA
8962021-07-15 Trevor Saunders <tbsaunde@tbsaunde.org>
897
898 * MAINTAINERS: Add myself to DCO section.
899
ef2ace64
GA
9002021-07-09 Iain Sandoe <iain@sandoe.co.uk>
901
902 * configure: Regenerate.
903 * configure.ac: Adjust cases for which it is necessary to
904 include the Darwin host config fragment.
905
6fba0eea
GA
9062021-07-06 Gaius Mulley <gaius.mulley@southwales.ac.uk>
907
908 * MAINTAINERS: Add myself for write after approval and DCO.
909
6d53e6f9
GA
9102021-07-05 Iain Sandoe <iain@sandoe.co.uk>
911
912 * Makefile.def: Add dsymutil defs.
913 * Makefile.in: Regenerated.
914 * Makefile.tpl: Add dsymutil to flags.
915 * configure: Regenerated.
916 * configure.ac: Add dsymutil to target and build recipes.
917
bea7c16a
GA
9182021-07-01 Ankur Saini <arsenic@sourceware.org>
919
920 * MAINTAINERS: Add myself for write after approval.
921
25b6bfea
GA
9222021-06-30 Xi Ruoyao <xry111@mengyan1223.wang>
923
924 * MAINTAINERS (Write After Approval): Add myself.
925
90708f87
GA
9262021-06-25 Matthias Kretz <m.kretz@gsi.de>
927
928 * MAINTAINERS: Add myself for write after approval and DCO
929
9aa8327e
GA
9302021-06-24 prathamesh.kulkarni <prathamesh.kulkarni@linaro.org>
931
932 * .gitignore: Add entry for cscope.out.
933
419af06a
GA
9342021-06-22 liuhongt <hongtao.liu@intel.com>
935
936 * MAINTAINERS: Remove my Write After Approval entry.
937
2f080224
GA
9382021-06-21 liuhongt <hongtao.liu@intel.com>
939
940 * MAINTAINERS: Add myself as maintainer of the i386 vector
941 extensions.
942
c5581d48
GA
9432021-06-18 Antoni Boucher <bouanto@zoho.com>
944
945 * MAINTAINERS (Write After Approval): Add myself.
946
688359a2
GA
9472021-06-17 Aldy Hernandez <aldyh@redhat.com>
948
949 * MAINTAINERS (Various Maintainers): Add Andrew and myself
950 as *vrp and ranger maintainers.
951
28c62475
GA
9522021-06-05 Jeff Law <jeffreyalaw@gmail.com>
953
954 * MAINTAINERS: Adjust my entry in the DCO section so that it does
955 not trigger testsuite failures.
956
9572021-06-05 Jeff Law <jeffreyalaw@gmail.com>
958
959 * MAINTAINERS: Add myself to DCO section with both email addresses.
960
440c8a0a
GA
9612021-06-03 Jason Merrill <jason@redhat.com>
962
963 * MAINTAINERS: Add DCO version number.
964
9663c744
GA
9652021-06-02 Jason Merrill <jason@redhat.com>
966
967 * MAINTAINERS: Add DCO section.
968
ee682192
GA
9692021-05-31 Indu Bhagat <indu.bhagat@oracle.com>
970
971 * MAINTAINERS (Write After Approval): Add myself.
972
1a87f838
GA
9732021-05-29 Mike Frysinger <vapier@gentoo.org>
974
975 * configure.ac: Add gnulib to configdirs for sim.
976 * configure: Regenerate.
977
a8daf9a1
GA
9782021-05-18 Mike Frysinger <vapier@gentoo.org>
979
980 * Makefile.def: Add configure-sim dependency on all-gnulib.
981 * Makefile.in: Regenerated.
982
a7ffc1ef
GA
9832021-05-17 Serge Belyshev <belyshev@depni.sinp.msu.ru>
984
985 * MAINTAINERS (Write After Approval): Add myself.
986
0ff3a0f2
GA
9872021-05-12 Marcel Vollweiler <marcel@codesourcery.com>
988
989 * MAINTAINERS (Write After Approval): Add myself.
990
037e3661
GA
9912021-05-11 Martin Liska <mliska@suse.cz>
992
993 * MAINTAINERS: Remove entries for removed
994 components (HSA, BRIG, libhsail-rt).
995 Move Pekka to Write After Approval.
996
9972021-05-11 Martin Liska <mliska@suse.cz>
998
999 * Makefile.def: Remove libhsail-rt.
1000 * Makefile.in: Likewise.
1001 * configure.ac: Likewise.
1002 * configure: Regenerate.
1003 * libhsail-rt/ChangeLog: Removed.
1004 * libhsail-rt/Makefile.am: Removed.
1005 * libhsail-rt/Makefile.in: Removed.
1006 * libhsail-rt/README: Removed.
1007 * libhsail-rt/aclocal.m4: Removed.
1008 * libhsail-rt/configure: Removed.
1009 * libhsail-rt/configure.ac: Removed.
1010 * libhsail-rt/configure.tgt: Removed.
1011 * libhsail-rt/include/internal/fibers.h: Removed.
1012 * libhsail-rt/include/internal/phsa-queue-interface.h: Removed.
1013 * libhsail-rt/include/internal/phsa-rt.h: Removed.
1014 * libhsail-rt/include/internal/workitems.h: Removed.
1015 * libhsail-rt/rt/arithmetic.c: Removed.
1016 * libhsail-rt/rt/atomics.c: Removed.
1017 * libhsail-rt/rt/bitstring.c: Removed.
1018 * libhsail-rt/rt/fbarrier.c: Removed.
1019 * libhsail-rt/rt/fibers.c: Removed.
1020 * libhsail-rt/rt/fp16.c: Removed.
1021 * libhsail-rt/rt/misc.c: Removed.
1022 * libhsail-rt/rt/multimedia.c: Removed.
1023 * libhsail-rt/rt/queue.c: Removed.
1024 * libhsail-rt/rt/sat_arithmetic.c: Removed.
1025 * libhsail-rt/rt/segment.c: Removed.
1026 * libhsail-rt/rt/workitems.c: Removed.
1027 * libhsail-rt/target-config.h.in: Removed.
1028
99e8df7a
GA
10292021-05-04 Nick Clifton <nickc@redhat.com>
1030
1031 * configure.ac (AC_PROG_CC): Replace with AC_PROG_CC_C99.
1032 * configure: Regenerate.
1033
e4ff4ffb
GA
10342021-04-28 Jakub Jelinek <jakub@redhat.com>
1035 Tobias Burnus <tobias@codesourcery.com>
1036
1037 * configure.ac (--enable-offload-defaulted): New.
1038 * configure: Regenerate.
1039
05ec629f
GA
10402021-04-23 David Faust <david.faust@oracle.com>
1041
1042 * MAINTAINERS (Write After Approval): Add myself.
1043
a0ecde22
GA
10442021-04-11 Hafiz Abid Qadeer <abidh@codesourcery.com>
1045
1046 * MAINTAINERS (Write After Approval): Add myself.
1047
651684b4
GA
10482021-03-26 Dimitar Dimitrov <dimitar@dinux.eu>
1049
1050 * MAINTAINERS: Add myself as pru port maintainer.
1051
bf1f3168
GA
10522021-03-23 David Malcolm <dmalcolm@redhat.com>
1053
1054 * MAINTAINERS: Add myself as static analyzer maintainer.
1055
287e3e84
GA
10562021-03-18 Jeff Law <jlaw@tachyum.com>
1057
1058 * MAINTAINERS: Update primary entry.
1059
5e93c2f0
GA
10602021-03-13 Eugene Rozenfeld <erozen@microsoft.com>
1061
1062 * MAINTAINERS (Write After Approval): Add myself.
1063
10642021-03-13 Mike Frysinger <vapier@gentoo.org>
1065
1066 * Makefile.def: Remove all-sim dependency on configure-gdb.
1067 * Makefile.in: Regenerated.
1068
48ff383f
GA
10692021-03-11 Jeff Law <law@redhat.com>
1070
1071 * MAINTAINERS: Update entries for a few ex-ImgTec employees
1072
10732021-03-11 Martin Liska <mliska@suse.cz>
1074
1075 * Makefile.tpl: The change was done Makefile.in which
1076 is generated file.
1077
6405b40f
GA
10782021-03-08 Jeff Law <law@redhat.com>
1079
1080 * MAINTAINERS: Update my email address
1081
71e24b06
GA
10822021-02-23 Kito Cheng <kito.cheng@sifive.com>
1083
1084 * config.guess: Import latest upstream.
1085 * config.sub: Import latest upstream.
1086
161e4c08
GA
10872021-01-25 Martin Liska <mliska@suse.cz>
1088
1089 PR gcov-profile/98739
1090 * Makefile.in: Enable -fprofile-reproducible=parallel-runs
1091 for profiledbootstrap.
1092
8502e23d
GA
10932021-01-22 Jonathan Wright <jonathan.wright@arm.com>
1094
1095 * MAINTAINERS (Write After Approval): Add myself.
1096
10972021-01-22 Maciej W. Rozycki <macro@orcam.me.uk>
1098
1099 * MAINTAINERS (Write After Approval): Update my e-mail address.
1100
6851dda2
GA
11012021-01-12 Segher Boessenkool <segher@kernel.crashing.org>
1102
1103 * MAINTAINERS: Fix spacing.
1104
11052021-01-12 Qian Jianhua <qianjh@cn.fujitsu.com>
1106
1107 * MAINTAINERS (Write After Approval): Add myself
1108
942ae5be
GA
11092021-01-06 Nick Alcock <nick.alcock@oracle.com>
1110
1111 * Makefile.def: Sync with binutils-gdb:
1112 (dependencies): all-ld depends on all-libctf.
1113 (host_modules): libctf is no longer no_install.
1114 No longer no_check. Checking depends on all-ld.
1115 * Makefile.in: Regenerated.
1116
651b8a50
GA
11172021-01-05 Samuel Thibault <samuel.thibault@ens-lyon.org>
1118
1119 * libtool.m4: Match gnu* along other GNU systems.
1120 * libgo/config/libtool.m4: Match gnu* along other GNU systems.
1121 * libgo/configure: Re-generate.
1122
7e73f511
GA
11232021-01-04 Philipp Tomsich <philipp.tomsich@vrull.eu>
1124
1125 * MAINTAINERS: Update my email address.
1126
cd69e3d5
GA
11272020-12-17 Marius Hillenbrand <mhillen@linux.ibm.com>
1128
1129 * MAINTAINERS (Write After Approval): Add myself.
1130
6e9d8651
GA
11312020-12-15 Nathan Sidwell <nathan@acm.org>
1132
1133 * Makefile.def
1134 * Makefile.in
1135 * Makefile.tpl
1136 * configure
1137 * configure.ac
1138
11392020-12-15 Nathan Sidwell <nathan@acm.org>
1140
1141 * Makefile.def: Add libcody.
1142 * configure.ac: Add libcody.
1143 * Makefile.in: Regenerated.
1144 * configure: Regenerated.
1145
d52945ce
GA
11462020-12-14 Andrea Corallo <andrea.corallo@arm.com>
1147
1148 * .dir-locals.el (c-mode): Set 'fill-column' to 80 columns.
1149
6e1edf48
GA
11502020-12-05 Iain Sandoe <iain@sandoe.co.uk>
1151
1152 PR target/97865
1153 * libtool.m4: Update handling of Darwin platform link flags
1154 for Darwin20.
1155
11860cf4
GA
11562020-12-02 Simon Marchi <simon.marchi@polymtl.ca>
1157
1158 * .gitignore: Sync with binutils-gdb
1159
11602020-12-02 Claudiu Zissulescu <claziss@gmail.com>
1161
1162 * MAINTAINERS: Add myself as arc port maintainer.
1163
a9625c50
GA
11642020-11-29 Iain Buclaw <ibuclaw@gdcproject.org>
1165
1166 PR d/87788
1167 * configure.ac: Don't disable D for *-*-darwin*.
1168 * configure: Regenerate.
1169
11702020-11-29 John David Anglin <danglin@gcc.gnu.org>
1171
1172 * libtool.m4 (archive_cmds): Add +nodefaultrpath ld option on
1173 hppa64-*-hpux11*.
1174
360258da
GA
11752020-11-25 Matthew Malcomson <matthew.malcomson@arm.com>
1176
1177 * configure: Regenerate.
1178 * configure.ac: Add --bootstrap-hwasan option.
1179
8e6198d0
GA
11802020-11-23 Iain Sandoe <iain@sandoe.co.uk>
1181
1182 * config.guess: Import latest upstream.
1183 * config.sub: Import latest upstream.
1184
29c5d9ce
GA
11852020-11-16 Martin Liska <mliska@suse.cz>
1186
1187 * .gitignore: Add cache as clangd uses it now.
1188
77f67db2
GA
11892020-11-13 Haochen Gui <guihaoc@gcc.gnu.org>
1190
1191 * MAINTAINERS (Write After Approval): add myself
1192
2bee28dd
GA
11932020-11-09 Pat Bernardi <bernardi@adacore.com>
1194
1195 * MAINTAINERS (Write After Approval): Add myself.
1196
11972020-11-09 Jonathan Wakely <jwakely@redhat.com>
1198
1199 * config-ml.in (multi-do, multi-clean): Add @ to silence recipes.
1200 Remove FIXME comments.
1201
44cab2d8
GA
12022020-11-06 Martin Uecker <muecker@gwdg.de>
1203
1204 * MAINTAINERS: Update my email address.
1205
12062020-11-06 Hongtao Liu <hongtao.liu@intel.com>
1207
1208 * MAINTAINERS (Write After Approval): Add myself.
1209
8e97b905
GA
12102020-10-06 Tobias Burnus <tobias@codesourcery.com>
1211
1212 PR target/97302
1213 * configure.ac: Only set with_gmp to /usr/local
1214 if not building in tree.
1215 * configure: Regenerate.
1216
239601c5
GA
12172020-09-18 Omar Tahir <omar.tahir@arm.com>
1218
1219 * MAINTAINERS (Write After Approval): Add myself.
1220
57ea0894
GA
12212020-08-26 Tobias Burnus <tobias@codesourcery.com>
1222
1223 * MAINTAINERS (Various Maintainers): Add myself as OpenACC maintainer.
1224
5b9a3d2a
GA
12252020-08-20 Tobias Burnus <tobias@codesourcery.com>
1226
1227 PR bootstrap/96612
1228 * configure.ac: Run AX_CXX_COMPILE_STDCXX also for ${build} compiler,
1229 if not the same as ${host}.
1230 * configure: Regenerate.
1231
2c4c56c2
GA
12322020-08-16 Sergei Trofimovich <slyfox@gcc.gnu.org>
1233
1234 * MAINTAINERS (Write After Approval): Add myself.
1235
afdd220a
GA
12362020-08-12 Senthil Kumar Selvaraj <saaadhu@gcc.gnu.org>
1237
1238 * MAINTAINERS: Update my email address.
1239
d48cca8f
GA
12402020-07-30 Joe Ramsay <joe.ramsay@arm.com>
1241
1242 * MAINTAINERS (Write After Approval): Add myself.
1243
3ea9abca
GA
12442020-07-22 Przemyslaw Wirkus <przemyslaw.wirkus@arm.com>
1245
1246 * MAINTAINERS (Write After Approval): Add myself.
1247
8e3b453e
GA
12482020-06-12 Martin Liska <mliska@suse.cz>
1249
1250 * .gitignore: Add .clang-tidy.
1251
2c455ae0
GA
12522020-06-08 Jason Merrill <jason@redhat.com>
1253
1254 * configure.ac: Check AX_CXX_COMPILE_STDCXX if not bootstrapping.
1255 * configure: Regenerate.
1256
8f94b078
GA
12572020-06-06 Max Filippov <jcmvbkbc@gmail.com>
1258
1259 * MAINTAINERS: Add myself as xtensa port maintainer.
1260
53ffb43a
GA
12612020-05-28 Nicolas Bértolo <nicolasbertolo@gmail.com>
1262
1263 * configure.ac: Don't require --enable-host-shared when building
1264 for Mingw.
1265 * configure: Regenerate.
1266
5329b59a
JM
12672020-05-18 Jason Merrill <jason@redhat.com>
1268
1269 * configure.ac: Update bootstrap dialect to -std=c++11.
1270
9a4a0a5b
AC
12712020-05-18 Alex Coplan <alex.coplan@arm.com>
1272
1273 * MAINTAINERS (Write After Approval): Add myself.
1274
afa3d80e
TS
12752020-04-29 Thomas Schwinge <thomas@codesourcery.com>
1276
1277 PR target/92713
1278 * configure.ac ["${ENABLE_LIBSTDCXX}" = "default" && amdgcn*-*-*]
1279 (noconfigdirs): Add 'target-libstdc++-v3'.
1280 * configure: Regenerate.
1281
e6cbe965
SC
12822020-04-21 Stephen Casner <casner@acm.org>
1283
1284 PR 25830
1285 * configure.ac (noconfigdirs): Exclude gdb & gprof for pdp11.
1286 * configure: Rebuild.
1287
e9f799d2
ML
12882020-04-17 Martin Liska <mliska@suse.cz>
1289 Jonathan Yong <10walls@gmail.com>
1290
1291 PR gcov-profile/94570
1292 * ltmain.sh: Do not define HAVE_DOS_BASED_FILE_SYSTEM
1293 for CYGWIN.
1294
efd5bd4d
MJ
12952020-04-14 Martin Jambor <mjambor@suse.cz>
1296
1297 * MAINTAINERS (Reviewers): Add myself as callgraph (IPA) reviewer.
1298
f9d09df0
TT
12992020-04-09 Tom Tromey <tom@tromey.com>
1300
1301 * configure: Rebuild.
1302 * Makefile.in: Rebuild.
1303 * Makefile.def (gdbsupport, gdbserver): New host modules.
1304 (configure-gdb): Depend on all-gdbsupport.
1305 (all-gdb): Depend on all-gdbsupport, all-libctf.
1306 * configure.ac (host_tools): Add gdbserver.
1307 Conditionally build gdbserver and gdbsupport.
1308
29b1533a
TB
13092020-03-09 Tobias Burnus <tobias@codesourcery.com>
1310
1311 * configure.ac: Build libgomp by default for amdgcn.
1312 * configure: Regenerate.
1313
7d6b3a78
SP
13142020-03-05 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
1315
1316 * MAINTAINERS (Write After Approval): Add myself.
1317
4707548e
JH
13182020-02-28 Joel Hutton <joel.hutton@arm.com>
1319
1320 * MAINTAINERS (Write After Approval) : Add myself.
1321
6f83ceb8
PD
13222020-02-20 Palmer Dabbelt <palmer@sifive.com>
1323
1324 * MAINTAINERS: Change palmer@sifive.com to palmer@dabbelt.com.
1325
d6ee2e7c
MS
13262020-02-14 Martin Sebor <msebor@redhat.com>
1327
1328 * doc/extend.texi (attribute alias): Mention type requirement.
1329 (attribute weak): Same.
1330 (attribute weakref): Correct invalid example.
1331
e01975f9
SB
13322020-02-03 Segher Boessenkool <segher@kernel.crashing.org>
1333
1334 * doc/md.texi (PowerPC and IBM RS6000): Improve documentation.
1335
affb7b66
JJ
13362020-01-15 Segher Boessenkool <segher@kernel.crashing.org>
1337 Jakub Jelinek <jakub@redhat.com>
1338
1339 * .gitattributes: Add *.md diff=md.
1340
780e19f8
GJL
13412020-01-14 Georg-Johann Lay <avr@gjlay.de>
1342
1343 The mentioned auto-generated file is no more part of the
1344
1345 GCC sources, it's auto-generated in $(builddir) during build.
1346
1347 PR target/92055
1348 * contrib/gcc_update (files_and_dependencies): Remove
1349 entry for gcc/config/avr/t-multilib.
1350
ef4395e5
AS
13512020-01-14 Anatoly Sokolov <aesok@dol.ru>
1352
1353 * MAINTAINERS: Update my email address.
1354
b2b465c5
JM
13552020-01-13 Joseph Myers <joseph@codesourcery.com>
1356
1357 * README.MOVED_TO_GIT: Remove.
1358
cff5a231
JM
13592020-01-11 Joseph Myers <joseph@codesourcery.com>
1360
1361 * README.MOVED_TO_GIT: New file.
1362
b1b72741
DZ
13632020-01-02 Dennis Zhang <dennis.zhang@arm.com>
1364
1365 * MAINTAINERS (Write After Approval): Add myself.
1366
74a7b87a
JL
13672019-12-20 Jerome Lambourg <lambourg@adacore.com>
1368
1369 * MAINTAINERS (write_after_approval): Add myself.
1370
39f8777c
SMW
13712019-12-19 Stam Markianos-Wright <stam.markianos-wright@arm.com>
1372
1373 * MAINTAINERS (write_after_approval): Add myself.
1374
6226f592
MI
13752019-12-17 Mihail Ionescu <mihail.ionescu@arm.com>
1376
1377 * MAINTAINERS (write_after_approval): Add myself.
1378
4f943869
MK
13792019-12-11 Matthias Klose <doko@ubuntu.com>
1380
1381 * configure.ac: Factor out common cases for compare_exclusions.
1382 * configure: Regenerate.
1383
a9046e98
JL
13842019-12-11 Jozef Lawrynowicz <jozef.l@mittosystems.com>
1385
1386 * config-ml.in (msp430-*-*): Support --disable-no-exceptions configure
1387 flag.
1388
53eb0cb3
LH
13892019-12-10 Lewis Hyatt <lhyatt@gmail.com>
1390
a9046e98 1391 * MAINTAINERS (Write After Approval): Add myself.
53eb0cb3 1392
90ca6847
TB
13932019-11-27 Tobias Burnus <tobias@codesourcery.com>
1394
1395 PR middle-end/92463
1396 * configure.ac: Use MPFR_RNDN instead of GMP's MP_RNDN.
1397 * configure: Regenerate
1398
aeebd94c
JB
13992019-11-20 Janne Blomqvist <jb@gcc.gnu.org>
1400
1401 * configure.ac: Use https for gcc.gnu.org.
1402 * configure: Regenerated.
1403
267d7432
JG
14042019-11-19 James Greenhalgh <james.greenhalgh@arm.com>
1405
1406 * MAINTAINERS (aarch64 port): Remove my name, move to...
1407 (Write After Approval): ...Here.
1408
a91eb234
KN
14092019-11-15 Kelvin Nilsen <kelvin@gcc.gnu.org>
1410
1411 * MAINTAINERS: Change my email address as maintainer.
1412
8be34204
JB
14132019-11-11 Janne Blomqvist <jb@gcc.gnu.org>
1414
90ca6847
TB
1415 PR fortran/91828
1416 * configure.ac: Bump minimum MPFR to 3.1.0, recommended to 3.1.6+.
1417 * configure: Regenerated.
8be34204 1418
678a1e99
JM
14192019-10-21 Jason Merrill <jason@redhat.com>
1420
1421 * .gitattributes: Also check ChangeLog whitespace.
1422
aa7710cb
AB
14232019-10-21 Andrew Burgess <andrew.burgess@embecosm.com>
1424
1425 * contrib/dg-extract-results.sh: Add support for KPASS.
1426 * contrib/dg-extract-results.py: Likewise.
1427
6664a5f7
JM
14282019-10-17 Jason Merrill <jason@redhat.com>
1429
1430 * .gitattributes: Avoid {} in filename pattern.
1431
df77d703
TS
14322019-10-08 Thomas Schwinge <thomas@codesourcery.com>
1433
1434 * MAINTAINERS: Add back Trevor Smigiel; move into Write After
1435 Approval section.
1436
4d07a2ec
FH
14372019-10-01 Frederik Harwath <frederik@codesourcery.com>
1438
1439 * MAINTAINERS: Add myself to Write After Approval
1440
5fdd1d33
RS
14412019-09-26 Richard Sandiford <richard.sandiford@arm.com>
1442
1443 * MAINTAINERS: Add myself as an aarch64 maintainer.
1444
16b17446
KT
14452019-09-26 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
1446
1447 * MAINTAINERS: Add myself as aarch64 maintainer.
1448
a8cea25c
CL
14492019-09-23 Carl Love <cel@us.ibm.com>
1450
1451 * config/rs6000/vsx.md (xxswapd_v4si, xxswapd_v8hi, xxswapd_v16qi):
1452 New define_insn.
1453 (vsx_xxpermdi4_le_<mode> for VSX_W, vsx_xxpermdi8_le_V8HI,
1454 vsx_xxpermdi16_le_V16QI): Removed define_insn.
1455
0d1cfeed
ST
14562019-09-13 Sam Tebbs <sam.tebbs@arm.com>
1457
1458 * MAINTAINERS (Sam Tebbs): Update email address.
1459
3d34b7af
TB
14602019-09-10 Tobias Burnus <tobias@codesourcery.com>
1461
1462 * MAINTAINERS: Update my email address.
1463
b1e21e5a
CL
14642019-09-10 Christophe Lyon <christophe.lyon@st.com>
1465
3d34b7af 1466 * libtool.m4: Handle uclinuxfdpiceabi.
b1e21e5a 1467
91dfef96
JM
14682019-09-09 Jose E. Marchesi <jose.marchesi@oracle.com>
1469
1470 * MAINTAINERS: Add myself as the maintainer of the eBPF port.
1471 Remove myself from Write After Approval section.
1472
14732019-09-09 Jose E. Marchesi <jose.marchesi@oracle.com>
1474
1475 * configure.ac: Support for bpf-*-* targets.
1476 * configure: Regenerate.
1477
b7b1f657
JM
14782019-09-09 Jose E. Marchesi <jose.marchesi@oracle.com>
1479
1480 * config.sub: Import upstream version 2019-06-30.
1481 * config.guess: Import upstream version 2019-07-24.
1482
2f2aeda9
UW
14832019-09-03 Ulrich Weigand <uweigand@de.ibm.com>
1484
1485 * MAINTAINERS: Remove spu port maintainers.
1486
91eed5f2
ML
14872019-08-28 Martin Liska <mliska@suse.cz>
1488
1489 * .gitignore: Add .clangd and compile_commands.json
1490 to .gitignore.
1491
d0fc6e9f
MF
14922019-08-23 Michael Forney <mforney@mforney.org>
1493
1494 * Makefile.tpl (HOST_EXPORTS): Add CXX_FOR_BUILD.
1495 * Makefile.in: Regenerate.
1496
aac9103b
TT
14972019-08-19 Tom Tromey <tom@tromey.com>
1498
1499 * configure: Rebuild.
1500 * configure.ac: Add --with-static-standard-libraries.
1501
3b5864f4
AO
15022019-08-16 Alexandre Oliva <oliva@gnu.org>
1503
1504 * MAINTAINERS: aoliva from @redhat.com to @gcc.gnu.org.
1505
8fc306e9
ME
15062019-08-13 Mark Eggleston <mark.eggleston@codethink.co.uk>
1507
1508 * MAINTAINERS (Write After Approval): Add myself.
1509
f069f0f2
KC
15102019-07-08 Kito Cheng <kito.cheng@sifive.com>
1511
1512 * MAINTAINERS (Write After Approval): Remove myself, already listed in
1513 RISC-V port maitainer.
1514
9118c5e1
KC
15152019-07-08 Kito Cheng <kito.cheng@sifive.com>
1516
1517 * MAINTAINERS (Write After Approval): Fix the list sorted by surname.
1518
c19713b7
KC
15192019-07-08 Kito Cheng <kito.cheng@sifive.com>
1520
1521 * MAINTAINERS (Write After Approval): Add myself.
1522
e676d704 15232019-07-03 Andrea Corallo <andrea.corallo@arm.com>
e7dbf7f0
AC
1524
1525 * MAINTAINERS (Write After Approval): Add myself.
1526
247b63e3
ML
15272019-06-25 Martin Liska <mliska@suse.cz>
1528
1529 contrib/filter-clang-warnings.py: Transform from
1530 filter-rtags-warnings.py.
1531
98e5be21
TT
15322019-06-15 Tom Tromey <tom@tromey.com>
1533
1534 * configure.ac (host_libs): Add gnulib.
1535 * configure: Rebuild.
1536 * Makefile.def (host_modules, dependencies): Add gnulib.
1537 * Makefile.in: Rebuild.
1538
1ab4217d
DD
15392019-06-12 Dimitar Dimitrov <dimitar@dinux.eu>
1540
1541 * MAINTAINERS (Write After Approval): Add myself.
1542
3e209f57 15432019-06-12 Dimitar Dimitrov <dimitar@dinux.eu>
8d2af3a2
DD
1544
1545 * configure: Regenerate.
1546 * configure.ac: Add PRU target.
1547
8b164a4e 15482019-06-11  Matthew Beliveau  <mbelivea@redhat.com>
536b4592
MB
1549
1550 * MAINTAINERS (Write After Approval): Add myself.
1551
de6abd85
NC
15522019-06-11 Nick Clifton <nickc@redhat.com>
1553
1554 Import these changes from the binutils/gdb repository:
1555
1556 2019-05-28 Nick Alcock <nick.alcock@oracle.com>
1557
1558 * Makefile.def (dependencies): configure-libctf depends on all-bfd
1559 and all its deps.
1560 * Makefile.in: Regenerated.
1561
1562 2019-05-28 Nick Alcock <nick.alcock@oracle.com>
1563
1564 * Makefile.def (host_modules): Add libctf.
1565 * Makefile.def (dependencies): Likewise.
1566 libctf depends on zlib, libiberty, and bfd.
1567 * Makefile.in: Regenerated.
1568 * configure.ac (host_libs): Add libctf.
1569 * configure: Regenerated.
1570
fb03c52f
VI
15712019-05-20 Vladislav Ivanishin <vlad@ispras.ru>
1572
1573 * MAINTAINERS (Write After Approval): Add myself.
1574
dbd5df2e
PB
15752019-05-19 Peter Bergner <bergner@linux.ibm.com>
1576
1577 * MAINTAINERS: Update my email address.
1578
8ee47828
TR
15792019-05-17 Thomas Rodgers <trodgers@redhat.com>
1580
1581 * MAINTAINERS (Write After Approval): Add myself.
1582
f6b2daaf
JM
15832019-05-16 Jun Ma <junma@linux.alibaba.com>
1584
1585 * MAINTAINERS (Write After Approval): Add myself.
1586
2ed6d245
JW
15872019-05-07 Jim Wilson <jimw@sifive.com>
1588
1589 * MAINTAINERS: Remove myself as IA-64 maintainer.
1590
d1b65077
RI
15912019-05-04 Roland Illig <roland.illig@gmx.de>
1592
1593 * MAINTAINERS (Write After Approval): Add myself.
1594
5fe6af6d
RB
15952019-05-02 Richard Biener <rguenther@suse.de>
1596
1597 PR bootstrap/85574
1598 * Makefile.tpl (compare target): Also compare extra-compare
1599 files.
1600 * Makefile.in: Regenerate.
1601
1e8dac32
RZ
16022019-04-22 Roman Zhuykov <zhroma@ispras.ru>
1603
1604 * MAINTAINERS (Various Maintainers): Remove Ayal Zaks and add myself
1605 as modulo-scheduler maintainer.
1606
42d3fe9a
IS
16072019-04-21 Iain Sandoe <iain@sandoe.co.uk>
1608
1609 * MAINTAINERS: Add myself as co-maintainer for Darwin.
1610
3d52462c
IS
16112019-04-18 Iain Sandoe <iain@sandoe.co.uk>
1612
1613 * MAINTAINERS: Update my email address.
1614
4d024c32
JP
16152019-04-14 Johannes Pfau <johannespfau@gmail.com>
1616
1617 * configure.ac: Remove d from unsupported languages on mingw and cygwin.
1618 * configure: Regenerate.
1619
7d31d331
RO
16202019-04-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1621
1622 * configure.ac (enable_libphobos): Check LIBPHOBOS_SUPPORTED.
1623 * configure: Regenerate.
1624
bb50312e
IB
16252019-04-12 Iain Buclaw <ibuclaw@gdcproject.org>
1626
1627 * configure.ac: Add target-zlib to target_libraries.
1628 * configure: Regenerate.
1629
1c67e69c
ML
16302019-04-09 Martin Liska <mliska@suse.cz>
1631
1632 * Makefile.in: Regenerate.
1633 * Makefile.tpl: Pass GENERATOR_CFLAGS
1634 in all stages.
1635
684f6008
ML
16362019-03-28 Martin Liska <mliska@suse.cz>
1637
1638 PR bootstrap/89829
1639 * Makefile.in: Revert r254150.
1640 * Makefile.tpl: Likewise.
1641
fed156ac
BE
16422019-03-28 Ben Elliston <bje@gnu.org>
1643
1644 * MAINTAINERS (Various Maintainers): Remove myself from dfp.c and
1645 related, and libdecnumber.
1646
d81beb31
AM
16472019-03-15 Alexander Monakov <amonakov@ispras.ru>
1648
1649 * MAINTAINERS (Reviewers): Add myself as selective scheduling reviewer.
1650 (Write After Approval): Remove myself.
1651
35e2f066
AM
16522019-02-27 Alejandro Martinez <alejandro.martinezvicente@arm.com>
1653
5fce606f 1654 * MAINTAINERS (Write After Approval): Add myself.
35e2f066 1655
60f32352
AS
16562019-02-11 Andrew Stubbs <ams@codesourcery.com>
1657
1658 * MAINTAINERS (amdgcn port): Add myself and Julian Brown.
1659 (Write After Approval): Remove myself and Julian.
1660
b4f964c8
HA
16612019-01-26 Harald Anlauf <anlauf@gmx.de>
1662
1663 * MAINTAINERS (Write After Approval): Add myself.
1664
1009e9a2
KCY
16652019-01-25 Kwok Cheung Yeung <kcy@codesourcery.com>
1666
1667 * MAINTAINERS (Write After Approval): Add myself.
1668
275e9ad9
XHL
16692019-01-24 Xiong Hu Luo <luoxhu@linux.vnet.ibm.com>
1670
62fa42ce
SB
1671 * ChangeLog: Replace space with tab.
1672 * MAINTAINERS: Delete 1 tab to keep alignment.
275e9ad9 1673
8fcc3599
JG
16742019-01-21 Jiufu Guo <guojiufu@linux.ibm.com>
1675
1676 * MAINTAINERS (Write After Approval): Add myself.
1677
9c83c587
LJH
16782019-01-18 Li Jia He <helijia@gcc.gnu.org>
1679
1680 * MAINTAINERS (Write After Approval): Add myself.
1681
7431c1a1
AS
16822019-01-17 Andrew Stubbs <ams@codesourcery.com>
1683 Kwok Cheung Yeung <kcy@codesourcery.com>
1684 Julian Brown <julian@codesourcery.com>
1685 Tom de Vries <tom@codesourcery.com>
1686 Jan Hubicka <hubicka@ucw.cz>
1687 Martin Jambor <mjambor@suse.cz>
1688
1689 * configure.ac: Likewise.
1690 * configure: Regenerate.
1691 * contrib/config-list.mk: Add amdgcn-amdhsa.
1692
0684a816
KL
16932019-01-16 Kewen Lin <linkw@gcc.gnu.org>
1694
1695 * MAINTAINERS (Write After Approval): Add myself.
1696
62fa42ce 16972019-01-16 Xiong Hu Luo <luoxhu@linux.vnet.ibm.com>
9a603611 1698
275e9ad9 1699 * MAINTAINERS (Write After Approval): Add myself.
9a603611 1700
5227609c
RO
17012019-01-03 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1702
1703 PR target/88535
1704 * config.guess: Import upstream version 2019-01-03.
1705 * config.sub: Import upstream version 2019-01-01.
1706
7c50cefc
TP
17072018-12-21 Thomas Preud'homme <thomas.preudhomme@linaro.org>
1708
1709 * MAINTAINERS (Write After Approval): Update my maintainer address.
1710
ea9a30d0
GB
17112018-12-21 Gergö Barany <gergo@codesourcery.com>
1712
1713 * MAINTAINERS (Write After Approval): Add myself.
1714
23d3e2d5
SB
17152018-12-10 Segher Boessenkool <segher@kernel.crashing.org>
1716
1717 * contrib/config-list.mk: Remove powerpc-eabispe and powerpc-linux_spe.
1718
e4a9a572
IS
17192018-12-05 Iain Sandoe <iain@sandoe.co.uk>
1720
1721 * configure.ac (NCN_STRICT_CHECK_TOOLS): Check otool.
1722 (ACX_CHECK_INSTALLED_TARGET_TOOL): Likewise
1723 (GCC_TARGET_TOOL): Likewise.
1724 * Makefile.tpl (HOST_EXPORTS): Add OTOOL, OTOOL_FOR_TARGET.
1725 (BASE_TARGET_EXPORTS): OTOOL, export OTOOL_FOR_TARGET.
5227609c 1726 OTOOL, OTOOL_FOR_TARGET: New substitutions.
e4a9a572 1727 (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS): Add OTOOL.
5227609c 1728 * configure: Regenerate.
e4a9a572
IS
1729 * Makefile.in: Likewise.
1730
f9b4801c
JP
17312018-11-28 Johannes Pfau <johannespfau@gmail.com>
1732
1733 * MAINTAINERS (Write After Approval): Add myself.
1734
7f9414c1
ML
17352018-11-13 Martin Liska <mliska@suse.cz>
1736
1737 * gcc.target/i386/pr87930.c: Move to ...
1738 * gcc.dg/asan/pr87930.c: ... here. Guard for i?86/x86_64 targets.
1739
1dbff00c
SH
17402018-11-10 Stafford Horne <shorne@gmail.com>
1741
1742 * MAINTAINERS (CPU Port Maintainers): Add myself for or1k.
1743 (Write After Approval): Remove myself.
1744
e9f3803d
HAQ
17452018-11-06 Hafiz Abid Qadeer <abidh@codesourcery.com>
1746
1747 * config/iconv.m4 (AM_ICONV_LINK): Don't overwrite CPPFLAGS.
1748 Append $INCICONV to it.
1749
45bf1490
SH
17502018-11-04 Stafford Horne <shorne@gmail.com>
1751
1752 * MAINTAINERS (Write After Approval): Add myself.
1753
22e05272
JM
17542018-10-31 Joseph Myers <joseph@codesourcery.com>
1755
1756 PR bootstrap/82856
1757 * multilib.am: New file. From automake.
1758
1759 Merge from binutils-gdb:
1760 2018-06-19 Simon Marchi <simon.marchi@ericsson.com>
1761
1762 * libtool.m4: Use AC_LANG_SOURCE.
1763 * configure.ac: Remove AC_PREREQ, use AC_LANG_SOURCE.
1764 * ar-lib: New file.
1765 * test-driver: New file.
1766 * configure: Re-generate.
1767
82a14443
MP
17682018-10-31 Michael Ploujnikov <michael.ploujnikov@oracle.com>
1769
1770 * MAINTAINERS (Write After Approval): Add myself.
1771
260eedb9
IB
17722018-10-31 Iain Buclaw <ibuclaw@gdcproject.org>
1773
1774 PR bootstrap/87788
1775 PR d/87799
1776 * configure: Rebuild.
1777 * configure.ac: Disable D on systems where it is known not to work.
1778
b4c522fa
IB
17792018-10-28 Iain Buclaw <ibuclaw@gdcproject.org>
1780
1781 * Makefile.def (target_modules): Add libphobos.
1782 (flags_to_pass): Add GDC, GDCFLAGS, GDC_FOR_TARGET and
1783 GDCFLAGS_FOR_TARGET.
1784 (dependencies): Make libphobos depend on libatomic, libbacktrace
1785 configure, and zlib configure.
1786 (language): Add language d.
1787 * Makefile.in: Rebuild.
1788 * Makefile.tpl (BUILD_EXPORTS): Add GDC and GDCFLAGS.
1789 (HOST_EXPORTS): Add GDC.
1790 (POSTSTAGE1_HOST_EXPORTS): Add GDC and GDC_FOR_BUILD.
1791 (BASE_TARGET_EXPORTS): Add GDC.
1792 (GDC_FOR_BUILD, GDC, GDCFLAGS): New variables.
1793 (GDC_FOR_TARGET, GDC_FLAGS_FOR_TARGET): New variables.
1794 (EXTRA_HOST_FLAGS): Add GDC.
1795 (STAGE1_FLAGS_TO_PASS): Add GDC.
1796 (EXTRA_TARGET_FLAGS): Add GDC and GDCFLAGS.
1797 * config-ml.in: Treat GDC and GDCFLAGS like other compiler/flag
1798 environment variables.
1799 * configure: Rebuild.
1800 * configure.ac: Add target-libphobos to target_libraries. Set and
1801 substitute GDC_FOR_BUILD and GDC_FOR_TARGET.
1802
04193ea0
IL
18032018-10-24 Ilya Leoshkevich <iii@linux.ibm.com>
1804
1805 * MAINTAINERS (Write After Approval): Add myself.
1806
72eda5f2
IB
18072018-10-23 Iain Buclaw <ibuclaw@gdcproject.org>
1808
1809 * MAINTAINERS (Write After Approval): Remove myself.
1810
4c029cee
IB
18112018-10-23 Iain Buclaw <ibuclaw@gdcproject.org>
1812
1813 * MAINTAINERS: Add myself as D front-end and libphobos maintainer.
1814
fc7367ea
BC
18152018-10-14 Bin Cheng <bin.cheng@linux.alibaba.com>
1816
1817 * MAINTAINERS: Update my email address.
1818
956a7508
TS
18192018-10-04 Thomas Schwinge <thomas@codesourcery.com>
1820
1821 * MAINTAINERS: List myself as "libgomp (OpenACC)" and "OpenACC"
1822 maintainer.
1823
16ddcc28
MM
18242018-09-13 Matthew Malcomson <matthew.malcomson@arm.com>
1825
1826 * MAINTAINERS (Write After Approval): Add self.
1827
f9529512
ST
18282018-09-13 Sam Tebbs <sam.tebbs@arm.com>
1829
1830 * MAINTAINERS (write after approval): Add myself.
1831
3ff89a4e
XG
18322018-09-04 Xuepeng Guo <xuepeng.guo@intel.com>
1833
1834 * MAINTAINERS: Update my email address.
1835
e8a0276c
VL
18362018-08-29 Vlad Lazar <vlad.lazar@arm.com>
1837
1838 * MAINTAINERS (write after approval): Add myself.
1839
3d20537c
RS
18402018-08-21 Richard Sandiford <richard.sandiford@arm.com>
1841
1842 * MAINTAINERS: Add self to global reviewers list.
1843
661d1750
SL
18442018-08-17 Sandra Loosemore <sandra@codesourcery.com>
1845
1846 MAINTAINERS: Add c-sky port maintainers.
1847
aa405905
ML
18482018-08-10 Martin Liska <mliska@suse.cz>
1849
1850 * MAINTAINERS: Revert change in previous commit and
92a285c1 1851 join lines.
aa405905 1852
04e2b41d
ML
18532018-08-10 Martin Liska <mliska@suse.cz>
1854
1855 * MAINTAINERS: Remove extra line.
1856
6e9f49e4
N
18572018-08-06 Naveen H.S <naveenh@marvell.com>
1858
1859 * MAINTAINERS: Update my email address.
1860
3b0df776
DD
18612018-07-19 DJ Delorie <dj@redhat.com>
1862
1863 * MAINTAINERS (m32c, msp43, rl78, libiberty, build): Remove myself
1864 as maintainer.
1865
f030b30e
AK
18662018-07-16 Andreas Krebbel <krebbel@linux.ibm.com>
1867
1868 * MAINTAINERS: Adjust email address for me and my colleague Robin
1869 Dapp.
1870
7264261f
L
18712018-07-13 H.J. Lu <hongjiu.lu@intel.com>
1872 Sunil K Pandey <sunil.k.pandey@intel.com>
1873
1874 PR target/84413
1875 * config/i386/i386.c (m_CORE_AVX512): New.
1876 (m_CORE_AVX2): Likewise.
1877 (m_CORE_ALL): Add m_CORE_AVX2.
1878 * config/i386/x86-tune.def: Replace m_HASWELL with m_CORE_AVX2.
1879 Replace m_SKYLAKE_AVX512 with m_CORE_AVX512 on avx256_optimal
1880 and remove the rest of m_SKYLAKE_AVX512.
1881
19975c57
SH
18822018-07-06 Sebastian Huber <sebastian.huber@embedded-brains.de>
1883
1884 * config.sub: Sync with upstream version 2018-07-03.
1885
c234070e
SH
18862018-07-06 Sebastian Huber <sebastian.huber@embedded-brains.de>
1887
1888 * config.guess: Sync with upstream version 2018-06-26.
1889 * config.sub: Sync with upstream version 2018-07-02.
1890
d41cd173
BW
18912018-06-19 Bernhard M. Wiedemann <bwiedemann@suse.de>
1892
92a285c1 1893 * libtool.m4: Sort output of 'find' to enable deterministic builds.
d41cd173
BW
1894 * ltmain.sh: Likewise.
1895
d3435784
SB
18962018-07-03 Segher Boessenkool <segher@kernel.crashing.org>
1897
1898 * contrib/config-list.mk: Remove powerpc-linux_paired.
1899
da34ca3f
AO
19002018-06-29 Alexandre Oliva <oliva@adacore.com>
1901
1902 * configure.ac: Introduce support for @unless/@endunless.
1903 * Makefile.tpl (dep-kind): Rewrite with cond; return
1904 postbootstrap in some cases.
1905 (make-postboot-dep, postboot-targets): New.
1906 (dependencies): Do not output postbootstrap dependencies at
1907 first. Output non-target ones changed for configure to depend
1908 on stage_last @if gcc-bootstrap, and the original deps @unless
1909 gcc-bootstrap.
1910 * configure.in, Makefile.in: Rebuilt.
1911
8e236ddd
JW
19122018-06-28 Jackson Woodruff <jackson.woodruff@arm.com>
1913
1914 * MAINTAINERS (write after approval): Add myself.
1915
71d40114
RV
19162018-06-26 Rasmus Villemoes <rv@rasmusvillemoes.dk>
1917
1918 * MAINTAINERS (write after approval): Add myself.
1919
8006534c
NC
19202018-06-19 Nick Clifton <nickc@redhat.com>
1921
1922 * zlib/configure.ac: Restore old behaviour of only enabling
1923 multilibs when a target subdirectory is defined. This allows
1924 building with srcdir == builddir.
1925 * zlib/configure: Regenerate.
1926
9e03592e
EB
19272018-06-18 Eric Botcazou <ebotcazou@adacore.com>
1928
1929 * Makefile.def (fortran): Add check-target-libgomp-fortran.
1930 * Makefile.tpl (check-target-libgomp-fortran): New phony target.
1931 * Makefile.in: Regenerate.
1932
29305f60
BE
19332018-06-16 Ben Elliston <bje@gnu.org>
1934
1935 * config.guess: Import latest version.
1936 * config.sub: Likewise.
1937
31db0fe0
ML
19382018-06-08 Martin Liska <mliska@suse.cz>
1939
1940 * MAINTAINERS: Remove MPX-related entries.
1941 * Makefile.def: Remove libmpx support.
9e03592e
EB
1942 * Makefile.in: Regenerate.
1943 * configure.ac: Remove removed files.
1944 * configure: Regenerate.
31db0fe0
ML
1945 * libmpx/ChangeLog: Remove.
1946 * libmpx/Makefile.am: Remove.
1947 * libmpx/Makefile.in: Remove.
1948 * libmpx/acinclude.m4: Remove.
1949 * libmpx/aclocal.m4: Remove.
1950 * libmpx/config.h.in: Remove.
1951 * libmpx/configure: Remove.
1952 * libmpx/configure.ac: Remove.
1953 * libmpx/configure.tgt: Remove.
1954 * libmpx/libmpx.spec.in: Remove.
1955 * libmpx/mpxrt/Makefile.am: Remove.
1956 * libmpx/mpxrt/Makefile.in: Remove.
1957 * libmpx/mpxrt/libmpx.map: Remove.
1958 * libmpx/mpxrt/libtool-version: Remove.
1959 * libmpx/mpxrt/mpxrt-utils.c: Remove.
1960 * libmpx/mpxrt/mpxrt-utils.h: Remove.
1961 * libmpx/mpxrt/mpxrt.c: Remove.
1962 * libmpx/mpxrt/mpxrt.h: Remove.
1963 * libmpx/mpxwrap/Makefile.am: Remove.
1964 * libmpx/mpxwrap/Makefile.in: Remove.
1965 * libmpx/mpxwrap/libmpxwrappers.map: Remove.
1966 * libmpx/mpxwrap/libtool-version: Remove.
1967 * libmpx/mpxwrap/mpx_wrappers.c: Remove.
1968
e68086c4
ML
19692018-06-04 Martin Liska <mliska@suse.cz>
1970
1971 * MAINTAINERS: Add myself as gcov maintainer.
1972
37cca345
MF
19732018-06-04 Matthew Fortune <mfortune@gmail.com>
1974
1975 * MAINTAINERS: Update my email address.
1976
74386680
TV
19772018-06-04 Tom de Vries <tdevries@suse.de>
1978
1979 * MAINTAINERS: Remove write-after-approval entries for component
1980 maintainers.
1981
010ff25b
JL
19822018-06-01 Jozef Lawrynowicz <jozef.l@mittosystems.com>
1983
1984 * MAINTAINERS (write after approval): Add myself.
1985
64acc19a 19862018-06-01 Bin Cheng <amker@gcc.gnu.org>
232d2edb
BC
1987
1988 * MAINTAINERS: Update my email address.
1989
7aad7f4b
TV
19902018-06-01 Tom de Vries <tdevries@suse.de>
1991
1992 * MAINTAINERS: Update my email address.
1993
c5470754
BC
19942018-05-22 Bin Cheng <bin.cheng@arm.com>
1995
1996 * MAINTAINERS (loop-optimizer): Add myself.
1997
58b40a67
FT
19982018-05-01 Francois H. Theron <francois.theron@netronome.com>
1999
2000 * configure.ac: Added "nfp" target.
2001 * configure: Regenerate.
2002
bece35ca
RB
20032018-04-30 Richard Biener <rguenther@suse.de>
2004
2005 PR bootstrap/85571
2006 * Makefile.tpl (STAGE3_CFLAGS): Use -fchecking=1.
2007 (STAGE3_TFLAGS): Likewise.
2008 (STAGEtrain_CFLAGS): Filter out -fchecking=1.
2009 (STAGEtrain_TFLAGS): Likewise.
2010 * Makefile.in: Regenerate.
2011
ae05281f
RB
20122018-04-26 Richard Biener <rguenther@suse.de>
2013
2014 * Makefile.tpl (STAGE1_TFLAGS): Add -fno-checking.
2015 (STAGE2_CFLAGS): Likewise.
2016 (STAGE2_TFLAGS): Likewise.
2017 (STAGE3_CFLAGS): Add -fchecking.
2018 (STAGE3_TFLAGS): Likewise.
2019 (STAGEtrain_CFLAGS): Filter out -fchecking.
2020 (STAGEtrain_TFLAGS): Likewise.
2021 * Makefile.in: Re-generate.
2022
c6e34a9b
CM
20232018-04-25 Catherine Moore <clm@codesourcery.com>
2024
2025 * MAINTAINERS (mips): Remove myself as MIPS maintainer.
2026
ae9fb56f
PC
20272018-04-18 Paul Clarke <pc@us.ibm.com>
2028
2029 * MAINTAINERS (write after approval): Add myself.
2030
a2919888
AS
20312018-04-10 Aaron Sawdey <acsawdey@linux.ibm.com>
2032
2033 * MAINTAINERS: Update my email address.
2034
c6024672
BS
20352018-04-02 Bill Schmidt <wschmidt@linux.ibm.com>
2036
2037 * MAINTAINERS: Remove redundant Write-After-Approval entry.
2038
85d36775
BS
20392018-03-30 Bill Schmidt <wschmidt@linux.ibm.com>
2040
2041 * MAINTAINERS: Update my email address and disambiguate myself
2042 a bit from Will Schmidt.
2043
8bb406a2
NS
20442018-03-21 Nathan Sidwell <nathan@acm.org>
2045
2046 * MAINTAINERS: Move maintainers of now-removed picochip and score
2047 ports to write after approval.
2048
c9b39302
RS
20492018-03-13 Richard Sandiford <richard.sandiford@arm.com>
2050
2051 * MAINTAINERS: Add entry for SVE maintainership.
2052
1fc1d82e
MR
20532018-02-13 Maciej W. Rozycki <macro@mips.com>
2054
2055 * configure.ac <wasm32-*-*> (noconfigdirs): Add `ld'.
2056 * configure: Regenerate.
2057
7b7f78d7
BK
20582018-01-18 Boris Kolpackov <boris@codesynthesis.com>
2059
2060 * MAINTAINERS (write after approval): Add myself.
2061
3c1f3bf6
SP
20622018-01-18 Siddhesh Poyarekar <siddhesh@sourceware.org>
2063
2064 * MAINTAINERS (write after approval): Add myself.
2065
182f27e3
SP
20662018-01-16 Sebastian Perta <sebastian.perta@renesas.com>
2067
2068 * MAINTAINERS (write after approval): Add myself.
85911661 2069
85ec4feb
JJ
20702018-01-03 Jakub Jelinek <jakub@redhat.com>
2071
2072 Update copyright years.
2073
ef7d7cf5
BE
20742018-01-03 Ben Elliston <bje@gnu.org>
2075
2076 * config.guess: Import latest version.
2077 * config.sub: Likewise.
2078
842df93e
SH
20792017-12-12 Stafford Horne <shorne@gmail.com>
2080
2081 * configure.ac: Remove logic adding gdb to noconfigsdirs for or1k.
2082 * configure: Regenerate.
2083
1d0a8ae9
QZ
20842017-11-29 Qing Zhao <qing.zhao@oracle.com>
2085
2086 * MAINTAINERS (Write After Approval): Add myself.
2087
5e9d6aa4
JK
20882017-11-28 Julia Koval <julia.koval@intel.com>
2089 Sebastian Peryt <sebastian.peryt@intel.com>
2090
2091 * Makefile.def (target_modules): Remove libcilkrts.
2092 * Makefile.in: Ditto.
2093 * configure: Ditto.
2094 * configure.ac: Ditto.
2095
d2eaaa89
JK
20962017-11-28 Julia Koval <julia.koval@intel.com>
2097
2098 * MAINTAINERS (Write After Approval): Add myself.
2099
90b415f6
SD
21002017-11-22 Sudakshina Das <sudi.das@arm.com>
2101
2102 * MAINTAINERS (Write After Approval): Add myself.
2103
f804ba3e
PD
21042017-11-06 Palmer Dabbelt <palmer@sifive.com>
2105
2106 * MAINTAINERS (RISC-V): Add Jim Wilson as a maintainer.
2107 Use my SiFive email address.
2108
8744c9bf
SP
21092017-11-15 Sebastian Peryt <sebastian.peryt@intel.com>
2110
2111 * MAINTAINERS (write after approval): Add myself.
2112
7181cca3
ML
21132017-10-27 Martin Liska <mliska@suse.cz>
2114
2115 * Makefile.tpl: Use proper name of folder as it was renamed
2116 during transition to 4 stages.
2117 * Makefile.in: Regenerate.
2118
fb336a7b
IT
21192017-10-16 Igor Tsimbalist <igor.v.tsimbalist@intel.com>
2120
e50ffab3 2121 * MAINTAINERS (write after approval): Add myself.
fb336a7b 2122
7b5f5267
GP
21232017-10-01 Gerald Pfeifer <gerald@pfeifer.com>
2124
2125 * MAINTAINERS: Add a note that maintainership also includes web
2126 pages, docs, and testsuite related to that area.
2127
55de8eb3
TV
21282017-09-25 Tom de Vries <tom@codesourcery.com>
2129
2130 * MAINTAINERS (CPU Port Maintainers): Add myself as nvptx maintainer.
2131
86ab175e
PMR
21322017-09-18 Pierre-Marie de Rodat <derodat@adacore.com>
2133
2134 * MAINTAINERS: Add myself as a maintainer for the Ada front end.
2135
500ac452
NS
21362017-09-15 Nathan Sidwell <nathan@acm.org>
2137
2138 * MAINTAINERS: Remove myself as a vxworks maintainer.
2139
72ace300
TS
21402017-09-13 Thomas Schwinge <thomas@codesourcery.com>
2141
2142 * MAINTAINERS: Remove email address of Jim Norris.
2143
1328002a
KT
21442017-09-11 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
2145
2146 * MAINTAINERS (Reviewers): Move myself from here...
2147 (CPU Port Maintainers): ... to here.
2148
84d0b6f5
JG
21492017-09-09 James Greenhalgh <james.greenhalgh@arm.com>
2150
2151 * MAINTAINERS (James Greenhalgh): Move to AArch64 maintainers.
2152
9c04bba3
RD
21532017-07-31 Robin Dapp <rdapp@linux.vnet.ibm.com>
2154
e50ffab3 2155 * MAINTAINERS (write after approval): Add myself.
9c04bba3 2156
5a427c63
TR
21572017-07-28 Tony Reix <tony.reix@atos.net>
2158
2159 * configure.ac (target-libffi): Don't disable for AIX.
2160 (go): Don't add to unsupported_languages on AIX.
2161 (target-libgo): Don't disable for AIX.
2162 * configure: Regenerate.
2163
8994b66f
YG
21642017-07-19 Yury Gribov <tetra2005@gmail.com>
2165
2166 * MAINTAINERS: Add myself.
2167
7a795e10
TS
21682017-07-18 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
2169
2170 * MAINTAINERS: Update my email address.
2171
50061652
RE
21722017-07-04 Richard Earnshaw <rearnsha@arm.com>
2173
2174 * contrib/gcc_update (files_and_dependencies): Remove stamp rules for
2175 arm-specific auto-generated header files.
2176
d4360477
NS
21772017-07-03 Nathan Sidwell <nathan@acm.org>
2178
2179 * configure.ac: Set srcdir when sourcing config-lang.in fragments.
2180 * configure: Rebuilt.
2181
9dc9ae74
BS
21822017-07-03 Bernd Schmidt <bschmidt@redhat.com>
2183
2184 * MAINTAINERS: Readd myself for c6x.
2185
c8cf0b6f
ML
21862017-06-28 Martin Liska <mliska@suse.cz>
2187
2188 PR bootstrap/81217
2189 * Makefile.def: Remove superfluous bootstrap_target from
2190 bootstrap_stage.
2191 * Makefile.in: Re-generate the file.
2192
0666865c
MO
21932017-06-26 Maxim Ostapenko <m.ostapenko@samsung.com>
2194
e50ffab3 2195 * MAINTAINERS: Add myself to Write After Approval
0666865c 2196
827c925e
AJ
21972017-06-21 Andrew Jenner <andrew@codesourcery.com>
2198
2199 * MAINTAINERS: Add myself as maintainer for PowerPC SPE port.
2200
0d053a49
ML
22012017-06-19 Martin Liska <mliska@suse.cz>
2202
2203 * Makefile.def: Define 4 stages PGO bootstrap.
2204 * Makefile.tpl: Define FLAGS.
2205 * Makefile.in: Regenerate.
2206
be75f645
ILT
22072017-06-14 Ian Lance Taylor <iant@golang.org>
2208
2209 * Makefile.def: Add check-gotools to go check targets.
2210 * Makefile.in: Rebuild.
2211
c725f69c
SB
22122017-06-12 Segher Boessenkool <segher@kernel.crashing.org>
2213
2214 * config.gcc: Remove rs6000/e500.h from tm_file for all targets.
2215
76052545
EB
22162017-06-03 Eric Botcazou <ebotcazou@adacore.com>
2217
2218 * configure.ac (*-*-linux-android*): Set target_makefile_frag.
2219 * configure: Regenerate.
2220
afd88efc
ML
22212017-05-31 Martin Liska <mliska@suse.cz>
2222
2223 * configure.ac: Add handling of stage2_werror_flags to
2224 action-if-given and to action-if-not-given.
2225 * configure: Regenerate.
2226
945bafd6
PB
22272017-05-31 Prakhar Bahuguna <prakhar.bahuguna@arm.com>
2228
2229 * MAINTAINERS: Add self to Write After Approval
2230
b9396a49
BS
22312017-05-27 Bernd Schmidt <bschmidt@redhat.com>
2232
2233 * MAINTAINERS: Update my email address, and remove myself as
2234 maintainer in some areas.
2235
aa1b69e7
EG
22362017-05-25 Eric Gallager <egall@gwmail.gwu.edu>
2237
2238 * MAINTAINERS: Add self to Write After Approval
2239
cdfee50a
NS
22402017-05-25 Nathan Sidwell <nathan@acm.org>
2241
2242 * configure.ac: Add --enable-languages=default to mean default and
2243 make --enable-languages=all mean all supported languages.
2244 * configure: Regenerated.
2245
83349046
SB
22462017-05-24 Segher Boessenkool <segher@kernel.crashing.org>
2247
2248 * config.gcc (powerpc*-*-*spe*): New.
2249 (powerpc-*-eabispe*): Use ${cpu_type} instead of hardcoded pathnames.
2250 (powerpc-*-rtems*spe*): New.
2251 (powerpc*-*-linux*spe*): New.
2252 (powerpc-wrs-vxworksspe): New.
2253 (powerpc*-*-*, rs6000-*-*): Use ${cpu_type}.
2254 (misc flags) [powerpc*-*-*, rs6000-*-*): Use ${cpu_type}.
2255 * config.host (powerpc*-*-*spe*): New.
2256
01c712cb
ML
22572017-05-19 Martin Liska <mliska@suse.cz>
2258
2259 * configure.ac: Add --enable-werror-always just for
2260 bootstrap-debug (or none build config) and do not add it
2261 when we are on a release branch.
2262 * configure: Regenerated.
2263
7880c1a5
SL
22642017-05-18 Sheldon Lobo <sheldon.lobo@oracle.com>
2265
2266 * MAINTAINERS: Add self to Write After Approval
2267
c759355f
KK
22682017-05-09 Kaz Kojima <kkojima@gcc.gnu.org>
2269
2270 * MAINTAINERS: Move myself to Write After Approval section.
2271
79557bae
CZ
22722017-05-09 Claudiu Zissulescu <claziss@synopsys.com>
2273
2274 * config/arc/arc.c (arc_conditional_register_usage): Handle ACCL,
2275 ACCH registers.
2276 * config/arc/arc.md (mulsidi3): Use advanced mpy instructions when
2277 available.
2278 (umulsidi3): Likewise.
2279 (mulsidi3_700): Disable this pattern when we have advanced mpy
2280 instructions.
2281 (umulsidi3_700): Likewise.
2282 (maddsidi4): New pattern.
2283 (macd, mac, mac_r, umaddsidi4, macdu, macu, macu_r): Likewise.
2284 (mpyd_arcv2hs, mpyd_imm_arcv2hs, mpydu_arcv2hs): Likewise.
2285 (mpydu_imm_arcv2hs): Likewise.
2286 * config/arc/predicates.md (accl_operand): New predicate.
2287
c7314bc1
CZ
22882017-05-09 Claudiu Zissulescu <claziss@synopsys.com>
2289 Andrew Burgess <andrew.burgess@embecosm.com>
2290
2291 * config/arc/arc.c (ARC_AUTOBLINK_IRQ_P): Consider fast interrupts
2292 case.
2293 (ARC_AUTOFP_IRQ_P): Likewise.
2294 (ARC_AUTO_IRQ_P): Likewise.
2295 (rgf_banked_register_count): New variable.
2296 (parse_mrgf_banked_regs_option): New function.
2297 (arc_override_options): Handle rgf_banked_regs option.
2298 (arc_handle_interrupt_attribute): Add firq option.
2299 (arc_compute_function_type): Return fast irq type when required.
2300 (arc_must_save_register): Handle fast interrupts.
2301 (arc_expand_prologue): Do not emit dwarf info for fast interrupts.
2302 (arc_return_address_regs): Update.
2303 * config/arc/arc.h (arc_return_address_regs): Update.
2304 (arc_function_type): Add fast interrupt type.
2305 (ARC_INTERRUPT_P): Update.
2306 (RC_FAST_INTERRUPT_P): Define.
2307 * config/arc/arc.md (simple_return): Update for fast interrupts.
2308 (p_return_i): Likewise.
2309 * config/arc/arc.opt (mrgf-banked-regs): New option.
2310 * doc/invoke.texi (mrgf-banked-regs): Document.
2311
41453183
CZ
23122017-05-09 Claudiu Zissulescu <claziss@synopsys.com>
2313
2314 * config/arc/arc.c (irq_ctrl_saved): New variable.
2315 (ARC_AUTOBLINK_IRQ_P): Define.
2316 (ARC_AUTOFP_IRQ_P): Likewise.
2317 (ARC_AUTO_IRQ_P): Likewise.
2318 (irq_range): New function.
2319 (arc_must_save_register): Likewise.
2320 (arc_must_save_return_addr): Likewise.
2321 (arc_dwarf_emit_irq_save_regs): Likewise.
2322 (arc_override_options): Handle deferred options.
2323 (MUST_SAVE_REGISTER): Deleted, replaced by arc_must_save_register.
2324 (MUST_SAVE_RETURN_ADDR): Deleted, replaced by
2325 arc_must_save_return_addr.
2326 (arc_compute_frame_size): Handle automated save and restore of
2327 registers.
2328 (arc_expand_prologue): Likewise.
2329 (arc_expand_epilogue): Likewise.
2330 * config/arc/arc.md (stack_irq_dwarf): New unspec instruction.
2331 * config/arc/arc.opt (mirq-ctrl-saved): New option.
2332 * doc/invoke.texi (mirq-ctrl-saved): Document option.
2333
52744dd7
TK
23342017-04-19 Thomas Koenig <tkoenig@gcc.gnu.org>
2335 Tobias Burnus <tobias.burnus@physik.fu-berlin.de>
2336
2337 PR bootstrap/77661
2338 * Makefile.def: Don't pass --enable-maintainer-mode on to an
2339 in-tree build MPC.
2340 * Makefile.in: Regenerate.
2341
deeba76a
FXC
23422017-03-22 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
2343
2344 * configure.ac: Enable LTO by default on darwin >= 9.
2345 * configure: Regenerate.
2346
5a05e11d
PD
23472017-03-20 Palmer Dabbelt <palmer@dabbelt.com>
2348
2349 * MAINTAINERS (CPU Port Maintainers): Add Kito Cheng, Palmer Dabbelt,
2350 and Andrew Waterman as the RISC-V maintainers.
2351
e04f858c
NK
23522017-03-18 Nicolas Koenig <koenigni@gcc.gnu.org>
2353
2354 * MAINTAINERS: Add self to Write After Approval
2355
a98cf819
GP
23562017-03-18 Gerald Pfeifer <gerald@pfeifer.com>
2357
2358 * config.guess: Import latest from upstream.
2359
9826d1a3
GP
23602017-03-18 Gerald Pfeifer <gerald@pfeifer.com>
2361
2362 * MAINTAINERS (Write After Approval): Remove entries that are
2363 already covered under Reviewers.
2364
a46586c3
MW
23652017-03-08 Mark Wielaard <mark@klomp.org>
2366
2367 PR demangler/70909
2368 PR demangler/67264
2369 * include/demangle.h: Add d_printing to struct demangle_component
2370 and pass struct demangle_component as non const.
2371
734ca1c2
GP
23722017-02-26 Gerald Pfeifer <gerald@pfeifer.com>
2373
2374 * MAINTAINERS: Remove Neil Booth as option handling maintainer.
2375
93b87d1d
TS
23762017-02-15 Thomas Schwinge <thomas@codesourcery.com>
2377
2378 * Makefile.tpl: Remove HOST_ISLVER.
2379 (HOST_EXPORTS): Remove ISLVER.
2380 * Makefile.in: Regenerate.
2381
f877b3ad
RB
23822017-02-13 Richard Biener <rguenther@suse.de>
2383
2384 * configure: Re-generate.
2385
2ad31830
GP
23862017-02-07 Gerald Pfeifer <gerald@pfeifer.com>
2387
2388 * MAINTAINERS: Adjust bug reporting URL.
2389
3501e62c
GP
23902017-02-05 Gerald Pfeifer <gerald@pfeifer.com>
2391
2392 * MAINTAINERS (Write After Approval): Remove redundant entry
2393 for Andrew Burgess.
2394
510555e0
JDA
23952017-02-03 John David Anglin <danglin@gcc.gnu.org>
2396
e50ffab3 2397 * configure.ac: Add gcc/function-tests.o to compare_exclusions for
510555e0 2398 32-bit hppa*-*-hpux*.
e50ffab3 2399 * configure: Regenerate.
510555e0 2400
f6a24a94
MJ
24012017-01-27 Pekka Jääskeläinen <pekka.jaaskelainen@parmance.com>
2402
2403 * configure.ac: Moved the white list of enabling BRIG FE to
2404 libhsail-rt/configure.tgt.
2405 * configure: Regenerated.
2406 * MAINTAINERS: Updated maintainers for BRIG FE and libhsail-rt.
2407
24082017-01-24 Pekka Jääskeläinen <pekka@parmance.com>
5fd1486c
PJ
2409 Martin Jambor <mjambor@suse.cz>
2410
5fd1486c
PJ
2411 * Makefile.def (target_modules): Added libhsail-rt.
2412 (languages): Added language brig.
2413 * Makefile.in: Regenerated.
2414 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Added
2415 tgarget-libhsail-rt. Make brig unsupported on untested architectures.
2416 * configure: Regenerated.
2417
3c36aa6b
JJ
24182017-01-17 Jakub Jelinek <jakub@redhat.com>
2419
2420 PR other/79046
2421 * configure: Regenerated.
2422
8f56cb51
AM
24232017-01-04 Alan Modra <amodra@gmail.com>
2424
2425 * configure: Regenerate.
2426
f2c764c5
BE
24272016-12-29 Ben Elliston <bje@gnu.org>
2428
2429 * config.sub: Import latest version.
2430
1dc9c117
AI
24312016-12-26 Alexander Ivchenko <alexander.ivchenko@intel.com>
2432
2433 * MAINTAINERS (Write After Approval): Add myself.
2434
c21fdaa1
JJ
24352016-12-21 Jakub Jelinek <jakub@redhat.com>
2436
2437 * configure.ac: Don't bootstrap libmpx unless --with-build-config
2438 includes bootstrap-mpx.
2439 * configure: Regenerated.
2440
cc811459
CX
24412016-12-19 Chenghua Xu <paul.hua.gm@gmail.com>
2442
2443 * MAINTAINERS (Write After Approval): Add myself.
2444
b55e6680
MJ
24452016-12-01 Ma Jiang <ma.jiang@zte.com.cn>
2446
8f56cb51 2447 * configure: Regenerate.
b55e6680 2448
825fba52
MK
24492016-12-01 Matthias Klose <doko@ubuntu.com>
2450
2451 * configure.ac: Don't use pkg-config to check for bdw-gc.
2452 * configure: Regenerate.
2453
114bf3f1
MK
24542016-11-30 Matthias Klose <doko@ubuntu.com>
2455
2456 * Makefile.def: Remove reference to boehm-gc target module.
2457 * configure.ac: Include pkg.m4, check for --with-target-bdw-gc
2458 options and for the bdw-gc pkg-config module.
2459 * configure: Regenerate.
2460 * Makefile.in: Regenerate.
2461
21b0f96a
NS
24622016-11-28 Nathan Sidwell <nathan@acm.org>
2463
2464 * MAINTAINERS (nvptx): Remove self.
2465
292edab3
BE
24662016-11-25 Ben Elliston <bje@gnu.org>
2467
2468 * config.guess: Import latest version.
2469 * config.sub: Likewise.
2470
0954a00b
TT
24712016-11-18 Toma Tabacu <toma.tabacu@imgtec.com>
2472
2473 * MAINTAINERS (Write After Approval): Add myself.
2474
8e4d2ca4
MK
24752016-11-15 Matthias Klose <doko@ubuntu.com>
2476
2477 * Makefile.def: Remove references to GCJ.
2478 * Makefile.tpl: Likewise.
2479 * Makefile.in: Regenerate.
2480
84c1b9d3
MK
24812016-11-15 Matthias Klose <doko@ubuntu.com>
2482
2483 * config-ml.in: Remove references to GCJ.
2484 * configure.ac: Likewise.
2485 * configure: Regenerate.
2486
3f95ca6c
JC
24872016-11-01 Josh Conner <joshconner@google.com>
2488
2489 * MAINTAINERS (Write After Approval): Update email address,
2490
457cc672
CL
24912016-10-27 Carl Love <cel@us.ibm.com>
2492
2493 * MAINTAINERS (Write After Approval): Fix my entry in the Write After
2494 Approval list to make it alphabetical.
2495
2142f54f
CL
24962016-10-27 Carl Love <cel@us.ibm.com>
2497
2498 * MAINTAINERS (Write After Approval): Add myself.
2499
104700f4
AB
25002016-10-27 Andrew Burgess <andrew.burgess@embecosm.com>
2501
2502 * MAINTAINERS (Reviewers): Add myself.
2503 (Write After Approval): Add myself.
2504
942c0db8
HP
25052016-10-21 Hartmut Penner <hepenner@us.ibm.com>
2506 Ulrich Weigand <uweigand@de.ibm.com>
2507
2508 * MAINTAINERS: Update email address.
2509
fbf4c502
NS
25102016-10-10 Nathan Sidwell <nathan@acm.org>
2511
2512 * MAINTAINERS: Update email address.
2513
b20e7532
AT
25142016-10-10 Andreas Tobler <andreast@gcc.gnu.org>
2515
2516 * configure.ac: Add aarch64-*-freebsd*.
2517 * configure: Regenerate.
2518
2e21fd4d
SE
25192016-10-05 Steve Ellcey <sellcey@caviumnetworks.com>
2520
2521 * MAINTAINERS: Update email address after it got reverted.
2522
43c40f3e
RO
25232016-10-04 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2524
2525 * configure.ac (target_libraries): Readd target-boehm-gc.
2526 Restore --enable-objc-gc handling.
2527 * configure: Regenerate.
2528
f05796ba
JL
25292015-10-03 Jeff Law <law@redhat.com>
2530
2531 * MAINTAINERS: Move several inactive maintainers to the
2532 write-after-approval section.
2533
012447ea
JJ
25342016-09-30 Jakub Jelinek <jakub@redhat.com>
2535
2536 * configure.ac: Add target-libffi to target_libraries.
2537 Readd libgcj target disablings, modified to only target-libffi.
2538 Readd target addition of go to unsupported languages.
2539 * configure: Regenerated.
2540
a7d75d59
SE
25412016-09-30 Steve Ellcey <sellcey@caviumnetworks.com>
2542
2543 * MAINTAINERS: Update email address.
2544
d1a79a95
AH
25452016-09-30 Andrew Haley <aph@redhat.com>
2546
4d8c733d 2547 * MAINTAINERS: Remove Per Bothner, Andrew Haley, and Tom Tromey from
d1a79a95
AH
2548 write-after approval. Remove Tom Tromey and Bryce McKinlay from
2549 libgcj.
2550
af2d4873
AH
25512016-09-30 Andrew Haley <aph@redhat.com>
2552
2553 * MAINTAINERS: Move Per Bothner, Andrew Haley, and Tom Tromey to
2554 write-after approval after GCJ deletion.
2555
07b78716
AH
25562016-09-30 Andrew Haley <aph@redhat.com>
2557
2558 * Makefile.def: Remove libjava.
2559 * Makefile.tpl: Likewise.
2560 * Makefile.in: Regenerate.
2561 * configure.ac: Likewise.
2562 * configure: Likewise.
2563 * gcc/java: Remove.
2564 * libjava: Likewise.
2565
a29b7214
CZ
25662016-09-28 Claudiu Zissulescu <claziss@synopsys.com>
2567
2568 * MAINTAINERS (Reviewers): Add myself.
2569
2fd88f4f
AK
25702016-09-26 Anton Kolesov <Anton.Kolesov@synopsys.com>
2571
2572 * configure.ac: Disable "sim" directory for arc*-*-*.
2573 * configure: Regenerated.
2574
e2080e79
TC
25752016-09-23 Tamar Christina <tamar.christina@arm.com>
2576
2577 * MAINTAINERS (Write After Approval): Add myself.
2578
8f3675f8
MR
25792016-09-12 Maciej W. Rozycki <macro@imgtec.com>
2580
2581 * configure.ac: Check for the minimum in-tree MPFR version
2582 handled.
2583 * configure: Regenerate.
2584
21f88103
YTL
25852016-07-20 Yan-Ting Lin <currygt52@gmail.com>
2586
2587 * configure.ac (nds32*-*-*): Remove entry to enable gdb.
2588 * configure: Regenerated.
2589
60d51882
FR
25902016-07-19 Fritz Reese <fritzoreese@gmail.com>
2591
2592 * MAINTAINERS (Write After Approval): Add myself.
2593
277d7ee0
AK
25942016-06-23 Andi Kleen <ak@linux.intel.com>
2595
2596 * Makefile.def: Add autoprofiledbootstrap.
2597 * Makefile.tpl: Dito.
2598 * Makefile.in: Regenerate.
2599
fd6487af
JS
26002016-06-23 Jakub Sejdak <jakub.sejdak@phoesys.com>
2601
2602 * configure.ac: Disable libgcj and libgloss for Phoenix-RTOS targets.
2603 * configure: Regenerate.
2604
3e326935
TS
26052016-06-21 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
2606
2607 * configure: Regenerate.
2608 * configure.ac: Remove support for avr-rtems.
2609
9582bf04
SKS
26102016-06-18 Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com>
2611
2612 * MAINTAINERS (Write After Approval): Add myself.
2613
6f820b68
MC
26142016-06-16 Michael Collison <michael.collison@arm.com>
2615
2616 * MAINTAINERS (Write After Approval): Add myself.
2617
775ee7fa
MM
26182016-06-14 Mikael Morin <mikael@gcc.gnu.org>
2619
2620 * MAINTAINERS (Write After Approval): Update e-mail address.
2621
de3ba371
JM
26222016-06-03 Jose E. Marchesi <jose.marchesi@oracle.com>
2623
21f88103 2624 * MAINTAINERS (Write After Approval): Add myself.
de3ba371 2625
350216e3
AM
26262016-05-28 Alan Modra <amodra@gmail.com>
2627
2628 * Makefile.tpl (configure): Depend on m4 files included.
2629 * Makefile.in: Regenerate.
2630
9cad20fa
BS
26312016-05-20 Bill Seurer <seurer@linux.vnet.ibm.com>
2632
2633 * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin): Fix
2634 code formatting in ALTIVEC_BUILTIN_VEC_ADDE section.
2635
92466115
BS
26362016-05-20 Bill Seurer <seurer@linux.vnet.ibm.com>
2637
2638 * config/rs6000/rs6000-builtin.def (vec_addec): Change vec_addec to a
2639 special case builtin.
2640 * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin): Add
2641 support for ALTIVEC_BUILTIN_VEC_ADDEC.
2642 * config/rs6000/rs6000.c (altivec_init_builtins): Add definition
2643 for __builtin_vec_addec.
2644
fe38e08b
JS
26452016-05-16 Jakub Sejdak <jakub.sejdak@phoesys.com>
2646
2647 * config.guess: Import version 2016-04-02 (newest).
2648 * config.sub: Import version 2016-05-10 (newest).
2649
cef1a0b8 26502016-05-16 Anton Kolesov <anton.kolesov@synopsys.com>
704b85c7 2651
cef1a0b8
JL
2652 * configure.ac: Add ARC support to libgloss.
2653 * configure: Regenerate
704b85c7 2654
75a6b91a
AS
26552016-05-09 Aaron Sawdey <acsawdey@linux.vnet.ibm.com>
2656
2657 * MAINTAINERS (Write After Approval): Add myself.
2658
00f35794
BE
26592016-05-02 Bernd Edlinger <bernd.edlinger@hotmail.de>
2660
2661 * configure.ac (mpfr): Remove pre-3.1.0 mpfr compatibility code.
2662 * configure: Regenerated.
2663 * Makefile.def (gmp): Explicitly disable assembler.
2664 (mpfr): Adjust lib_path.
2665 (mpc): Likewise.
2666 * Makefile.in: Regenerated.
2667
c100769b
JJ
26682016-05-01 Jakub Jelinek <jakub@redhat.com>
2669
2670 PR bootstrap/70704
2671 * configure.ac (--enable-stage1-checking): Add missing
2672 --enable-checking=.
2673 * configure: Regenerated.
2674
bc6d9014
OE
26752016-04-30 Oleg Endo <olegendo@gcc.gnu.org>
2676
ace08cb8
OE
2677 * config.guess: Revert r235676.
2678 * config.sub: Revert r235676.
2679
26802016-04-30 Oleg Endo <olegendo@gcc.gnu.org>
2681
2682 * config.guess: Remove SH5 support.
bc6d9014
OE
2683 * config.sub: Likewise.
2684 * configure: Likewise.
2685 * configure.ac: Likewise.
2686
7db11a5a
JJ
26872016-04-26 Jakub Jelinek <jakub@redhat.com>
2688
2689 PR bootstrap/70704
2690 * configure.ac (--enable-stage1-checking): For --disable-checking or
2691 implicit --enable-checking, make sure extra flag matches in between
2692 stage1 and later checking.
2693 * configure: Regenerated.
2694
ab0fc037
TS
26952016-04-22 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
2696
2697 * .gitattributes: New file.
2698
c048fa95
SB
26992016-04-22 Segher Boessenkool <segher@kernel.crashing.org>
2700
2701 * MAINTAINERS (rs6000/powerpc port): Add myself.
2702
f3653cf5
SB
27032016-04-13 Segher Boessenkool <segher@kernel.crashing.org>
2704
2705 PR bootstrap/70173
2706 * Makefile.tpl (local-distclean): Delete the libcc1, gnattools,
2707 and gotools directories. Delete the stage_final file.
2708 * Makefile.in: Regenerate.
2709
4f93efa4
AV
27102016-04-12 Andre Vieira <andre.simoesdiasvieira@arm.com>
2711
2712 * MAINTAINERS (Write After Approval): Add myself.
2713
c27e432e
SK
27142016-04-09 Steven G. Kargl <kargl@gcc.gnu.org>
2715
2716 * MAINTAINERS (Fortran maintainer): Remove myself.
2717
7134713c
BS
27182016-04-04 Bill Seurer <seurer@linux.vnet.ibm.com>
2719
2720 * MAINTAINERS (Write After Approval): Add myself.
2721
7d74282a
KN
27222016-03-29 Kelvin Nilsen <kdnilsen@linux.vnet.ibm.com>
2723
2724 * MAINTAINERS (Write After Approval): Add myself.
2725
1b858e76
CC
27262016-03-17 Cary Coutant <ccoutant@gmail.com>
2727
2728 Sync with binutils-gdb:
2729
2730 2016-03-17 Cary Coutant <ccoutant@gmail.com>
2731
2732 * configure.ac: Add mips and s390 to the gold target check.
2733 * configure: Regenerate.
2734
d15bd5bb
DD
27352016-03-01 DJ Delorie <dj@redhat.com>
2736
2737 * MAINTAINERS (mep): Remove myself as MeP maintainer.
2738
6d1fa6bb
DM
27392016-02-22 David Malcolm <dmalcolm@redhat.com>
2740
2741 * MAINTAINERS (libcpp): Add myself.
2742 (diagnostic messages): Likewise.
2743
607bda60
TV
27442016-02-20 Tom de Vries <tom@codesourcery.com>
2745
2746 * MAINTAINERS: Fix whitespace.
2747
80cfaff8
CZ
27482016-02-02 Claudiu Zissulescu <claziss@synopsys.com>
2749
2750 * MAINTAINERS (Write After Approval): Add myself.
2751
c661a43d
SP
27522016-01-29 Sebastian Pop <s.pop@samsung.com>
2753
2754 * config/isl.m4: Add comments about isl-0.16.
2755 * configure: Regenerate.
2756
86b3a101
MJ
27572016-01-29 Martin Jambor <mjambor@suse.cz>
2758
2759 * MAINTAINERS (hsa maintainers): Add myself.
2760
960cbfd2
WD
27612015-01-27 Wilco Dijkstra <wdijkstr@arm.com>
2762
2763 * MAINTAINERS: (Write After Approval): Add myself.
2764
1e050c90
AK
27652016-01-25 Aditya Kumar <aditya.k7@samsung.com>
2766 Sebastian Pop <s.pop@samsung.com>
2767
2768 * Makefile.in: Regenerate.
2769 * Makefile.tpl: Export ISLVER.
2770 * configure: Regenerate.
2771 * config/isl.m4: Detect isl-0.15.
2772
cefadad1
MM
27732016-01-24 Mikhail Maltsev <maltsevm@gmail.com>
2774
2775 PR bootstrap/69329
2776 * Makefile.tpl (BASE_FLAGS_TO_PASS): Add LSAN_OPTIONS.
2777 * Makefile.in: Regenerate.
2778
9e530bcd
AP
27792016-01-12 Andris Pavenis <andris.pavenis@iki.fi>
2780
2781 * configure.ac: Enable LTO for DJGPP
2782 * configure: Regenerate
2783
324402a0
L
27842016-01-12 H.J. Lu <hongjiu.lu@intel.com>
2785
2786 Sync with binutils-gdb:
2787 2015-10-21 Nick Clifton <nickc@redhat.com>
2788
2789 PR gas/19109
2790 * configure.ac: Note the 'none' is an acceptable argument to
2791 --enable-compressed-debug-sections.
2792 * configure: Regenerate.
2793
9eaaa830
BE
27942016-01-12 Bernd Edlinger <bernd.edlinger@hotmail.de>
2795
2796 PR bootstrap/69134
2797 * Makefile.def (mpfr): Disable assembler.
2798 * Makefile.in: Regenerate.
2799
cfe67e03
BE
28002016-01-01 Ben Elliston <bje@gnu.org>
2801
2802 * config.guess: Import version 2016-01-01.
2803 * config.sub: Likewise.
2804
be33d404
SS
28052015-12-18 Sujoy Saraswati <sujoy.saraswati@hpe.com>
2806
2807 * MAINTAINERS (Write After Approval): Add myself.
2808
e357a5e0
SP
28092015-12-17 Sebastian Pop <s.pop@samsung.com>
2810
2811 * Makefile.in: Replace ISL with isl.
2812 * Makefile.tpl: Same.
2813 * config/isl.m4: Same.
2814 * configure.ac: Same.
2815 * contrib/download_prerequisites: Same.
2816 * configure: Regenerate.
2817
1ad2439b
AP
28182015-12-17 Andris Pavenis <andris.pavenis@iki.fi>
2819
2820 * MAINTAINERS (Write After Approval): Add Myself.
2821
70decafb
NS
28222015-12-17 Nathan Sidwell <nathan@acm.org>
2823
2824 * config/isl.m4 (ISL_CHECK_VERSION): Add gmp libs.
2825 * configure: Regenerate.
2826
560d18d3
AK
28272015-12-16 Aditya Kumar <aditya.k7@samsung.com>
2828 Sebastian Pop <s.pop@samsung.com>
2829
2830 * config/isl.m4 (ISL_CHECK_VERSION): Check for
2831 isl_ctx_get_max_operations.
2832 * configure: Regenerate.
2833
57e8ab24 28342015-12-15 Alessandro Fanfarillo <fanfarillo.gcc@gmail.com>
b15f0273
AF
2835
2836 * MAINTAINERS (Write After Approval): Add myself.
2837
105b682e
ILT
28382015-12-02 Ian Lance Taylor <iant@google.com>
2839
2840 PR go/66147
2841 * Makefile.tpl (HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET.
2842 * Makefile.in: Regenerate.
2843
7eb46bec
AT
28442015-12-01 Andreas Tobler <andreast@gcc.gnu.org>
2845
2846 PR libffi/65726
2847 * Makefile.def (lang_env_dependencies): Make libffi depend
2848 on cxx.
2849 * Makefile.in: Regenerate.
2850
cc3baaa9
DE
28512015-11-26 David Edelsohn <dje.gcc@gmail.com>
2852
2853 * m4/libtool.m4 (export_symbols_cmds) [AIX]: Add global TLS "L"
2854 symbols.
2855
3be96231
TG
28562015-11-20 Tristan Gingold <gingold@adacore.com>
2857
2858 Sync with binutils-gdb:
2859 2015-11-20 Tristan Gingold <gingold@adacore.com>
2860
2861 * configure.ac: Add aarch64-*-darwin* and arm-*-darwin*.
2862 * configure: Regenerate.
2863
daa53f38
ML
28642015-11-19 Martin Liska <mliska@suse.cz>
2865
2866 * .gitignore: Add .clang-format to ignored files.
2867 * Makefile.in: Add clang-format.
2868 * Makefile.tpl: Likewise.
2869
54985c70
TA
28702015-11-13 Tsvetkova Alexandra <aleksandra.tsvetkova@intel.com>
2871
2872 * configure.ac: Enable libmpx by default.
2873 * configure: Regenerated.
2874
d0397c75
SE
28752015-10-23 Steve Ellcey <sellcey@imgtec.com>
2876
2877 * MAINTAINERS: Update email address.
2878
735a559c
PM
28792015-10-23 Paulo Matos <pmatos@linki.tools>
2880
2881 * MAINTAINERS: Update email address.
2882
15713b43
AH
28832015-10-23 Alan Hayward <alan.hayward@arm.com>
2884
2885 * MAINTAINERS (Write After Approval): Add myself.
2886
78edb32f
L
28872015-10-20 H.J. Lu <hongjiu.lu@intel.com>
2888
2889 Sync with binutils-gdb:
2890 2015-10-20 H.J. Lu <hongjiu.lu@intel.com>
2891
2892 PR gas/19109
2893 * configure.ac: Add
2894 --enable-compressed-debug-sections={all,gas,gold,ld}.
2895 * configure: Regenerated.
2896
dec6b7f1
AC
28972015-10-16 Arnaud Charlet <charlet@adacore.com>
2898
2899 * MAINTAINERS: Update list of Ada maintainers and email addresses.
2900
6be1d686
ML
29012015-10-09 Martin Liska <mliska@suse.cz>
2902
2903 * MAINTAINERS (Write After Approval): Add myself.
2904
dc0e2060
AF
29052015-10-09 Alexander Fomin <alexander.fomin@intel.com>
2906
2907 * MAINTAINERS (Write After Approval): Add myself.
2908
bec93d40
FW
29092015-10-02 Florian Weimer <fweimer@redhat.com>
2910
2911 * MAINTAINERS: Update email address.
2912
0487f06d
LK
29132015-10-02 Louis Krupp <louis.krupp@zoho.com>
2914
2915 * MAINTAINERS (Write After Approval): Add myself.
2916
56547ff7
KT
29172015-09-20 Kai Tietz <ktietz70@googlemail.com>
2918
423ea09f 2919 * MAINTAINERS: Update email.
56547ff7 2920
ed4c91ea
BS
29212015-09-14 Bernd Schmidt <bschmidt@redhat.com>
2922
2923 * MAINTAINERS: Update my email address.
2924
2503fd9e
JB
29252015-09-01 James Bowman <james.bowman@ftdichip.com>
2926
2927 * MAINTAINERS (ft32 port): Add myself.
2928
3726332a
DS
29292015-08-28 David Sherwood <david.sherwood@arm.com>
2930
2931 * MAINTAINERS: Add myself.
2932
15480aaf
PM
29332015-08-27 Patrick Marlier <patrick.marlier@gmail.com>
2934
2935 * MAINTAINERS (Write After Approval): Add myself.
2936
ad4f95e3
FXC
29372015-08-23 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
2938
2939 PR libfortran/54572
2940 * Makefile.def: Make libgfortran depend on libbacktrace.
2941 * Makefile.in: Regenerate.
2942
95f25df0
SD
29432015-08-20 Simon Dardis <simon.dardis@imgtec.com>
2944
2945 * MAINTAINERS (Write After Approval): Add myself.
2946
5dc85f7e
TV
29472015-08-12 Tom de Vries <tom@codesourcery.com>
2948
2949 PR other/67092
2950 * configure.ac: Remove --with_host_libstdcxx support.
2951 * configure: Regenerate.
2952
44a7d18d
TS
29532015-08-10 Thomas Schwinge <thomas@codesourcery.com>
2954 Jakub Jelinek <jakub@redhat.com>
2955
2956 * configure.ac (noconfigdirs): Don't add "target-libgomp" for target
2957 nvptx*-*-*.
2958 * configure: Regenerate.
2959
bf5372e7
YS
29602015-08-06 Yaakov Selkowitz <yselkowi@redhat.com>
2961
2962 * Makefile.def (libiconv): Define bootstrap=true.
2963 Mark pdf/html/info as missing.
2964 (configure-gcc): Depend on all-libiconv.
2965 (all-gcc): Ditto.
2966 (configure-libcpp): Ditto.
2967 (all-libcpp): Ditto.
2968 (configure-intl): Ditto.
2969 (all-intl): Ditto.
2970 * Makefile.in: Regenerate.
2971
94b8fdcc
BC
29722015-08-03 Bin Cheng <bin.cheng@arm.com>
2973
2974 * MAINTAINERS (loop ivopts): Add the entry and myself.
2975
430bcac1
NS
29762015-07-31 Nathan Sidwell <nathan@codesourcery.com>
2977
2978 * MAINTAINERS (nvptx): Add self.
2979
110d61da
AL
29802015-07-29 Alan Lawrence <alan.lawrence@arm.com>
2981
2982 * config/aarch64/iterators.md (VRL2, VRL3, VRL4): Remove values for
2983 128-bit vector modes.
2984
c9da7548 29852015-07-29 Ville Voutilainen <ville.voutilainen@gmail.com>
18e1ed34 2986
c9da7548
VV
2987 * MAINTAINERS (Write After Approval): Add myself.
2988
423ea09f 29892015-07-28 Ben Elliston <bje@gnu.org>
d5e9bac5
BE
2990
2991 * config.sub, config.guess: Import from upstream.
2992
6b1786aa
JL
29932015-07-24 Michael Darling <darlingm@gmail.com>
2994
2995 PR other/66259
2996 * config-ml.in: Reflects renaming of configure.in to configure.ac
2997 * configure: Likewise
2998 * configure.ac: Likewise
2999
45952786
BS
30002015-07-23 Bernd Schmidt <bernds_cb1@t-online.de>
3001
3002 * MAINTAINERS: Update my email address.
3003
f1595603
L
30042015-07-14 H.J. Lu <hongjiu.lu@intel.com>
3005
3006 Sync with binutils-gdb:
3007 2015-03-17 H.J. Lu <hongjiu.lu@intel.com>
3008
3009 * configure.ac (target_configdirs): Exclude target-zlib if
3010 target-libjava isn't built.
3011 * configure: Regenerated.
3012
a05c2c75
L
30132015-07-14 H.J. Lu <hongjiu.lu@intel.com>
3014
3015 Sync with binutils-gdb:
3016 2015-05-13 John David Anglin <dave.anglin@bell.net>
3017
3018 * configure.ac: Disable configuration of GDB for HPUX targets.
3019 * configure: Regenerate.
3020
3021 2015-04-01 H.J. Lu <hongjiu.lu@intel.com>
3022
3023 * configure.ac: Add --with-system-zlib.
3024 * configure: Regenerated.
3025
3026 2015-01-28 James Bowman <james.bowman@ftdichip.com>
3027
3028 * configure.ac: Add FT32 support.
3029 * configure: Regenerate.
3030
3031 2015-01-12 Anthony Green <green@moxielogic.com>
3032
3033 * configure.ac: Don't disable gprof for moxie.
3034 * configure: Rebuild.
3035
1c01ebf6
L
30362015-07-14 H.J. Lu <hongjiu.lu@intel.com>
3037
3038 Sync with binutils-gdb:
3039 2015-05-01 H.J. Lu <hongjiu.lu@intel.com>
3040
3041 PR ld/18355
3042 * Makefile.def: Add extra_configure_flags to host zlib.
3043 * configure.ac (extra_host_zlib_configure_flags): New. Set
3044 to --enable-host-shared When bfd is to be built as shared
3045 library. AC_SUBST.
3046 * Makefile.in: Regenerated.
3047
e59969a1
HPN
30482015-07-14 Hans-Peter Nilsson <hp@bitrange.com>
3049
3050 Sync with src:
3051 2015-03-30 H.J. Lu <hongjiu.lu@intel.com>
3052 * Makefile.def (dependencies): Add all-zlib to all-bfd.
3053 * Makefile.in: Regenerated.
3054
d9063947
L
30552015-06-30 H.J. Lu <hongjiu.lu@intel.com>
3056
3057 * configure.ac (ospace_frag): Enable for i?86*-*-elfiamcu
3058 target.
3059 * configure: Regenerate.
3060
b837291d
LC
30612015-06-23 Ludovic Courtès <ludo@gnu.org>
3062
3063 * MAINTAINERS (Write After Approval): Add myself.
3064
2a97995f
AT
30652015-06-22 Andreas Tobler <andreast@gcc.gnu.org>
3066
3067 * MAINTAINERS (OS Port Maintainers): Add myself.
3068 (Various Maintainers): Remove myself from libffi testsuite.
3069
19cd26a6
RS
30702015-06-04 Richard Sandiford <richard.sandiford@arm.com>
3071
3072 * MAINTAINERS (gen* on machine desc): Add self.
3073
8ca528d9
JM
30742015-06-02 Jason Merrill <jason@redhat.com>
3075
3076 PR bootstrap/66319
3077 * configure.ac: Use -std=gnu++98.
3078
4526c3c1
SN
30792015-06-02 Szabolcs Nagy <szabolcs.nagy@arm.com>
3080
3081 * MAINTAINERS (Write After Approval): Add myself.
3082
318a4e6d
MF
30832015-05-28 Mike Frysinger <vapier@gentoo.org>
3084
3085 * configure.ac (--vtable-verify): Use AS_HELP_STRING for help.
3086 * configure: Regenerate.
3087
46070488
JM
30882015-05-26 Jason Merrill <jason@redhat.com>
3089
3090 * configure.ac: When bootstrapping with GCC, add -std=c++98 to CXX.
3091 * configure: Regenerate.
3092
fef939d6
JB
30932015-05-16 James Bowman <james.bowman@ftdichip.com>
3094
3095 * configure.ac: FT32 target added.
fef939d6
JB
3096 * configure: Regenerated.
3097
886faf50
IB
30982015-05-16 Iain Buclaw <ibuclaw@gdcproject.org>
3099
3100 * MAINTAINERS (Write After Approval): Add myself.
3101
91c6b410
PM
31022015-05-11 Paulo Matos <paulo@matos-sorge.com>
3103
3104 * MAINTAINERS (Write After Approval): Add myself.
3105
e640447c
PM
31062015-05-11 Paulo Matos <paulo@matos-sorge.com>
3107
3108 * configure.ac: Fix typo.
3109 * configure: Regenerate.
3110
e587377d
MM
31112015-05-10 Mikhail Maltsev <maltsevm@gmail.com>
3112
3113 * MAINTAINERS (Write After Approval): Add myself.
3114
cabb9d59
MK
31152015-05-03 Matthias Klose <doko@ubuntu.com>
3116
3117 * configure.ac: Match $host configured with triplets.
3118 * configure: Regenerate.
3119
fafb95a6
BRF
31202015-04-22 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
3121
3122 * Makefile.tpl: Remove surplus whitespace throughout.
3123 * Makefile.in: Regenerate.
3124
85867772
SB
31252015-04-20 Segher Boessenkool <segher@kernel.crashing.org>
3126
3127 * MAINTAINERS (Various Maintainers): Add myself as instruction
3128 combiner maintainer.
3129
c10b5ea0
JJ
31302015-04-17 Jakub Jelinek <jakub@redhat.com>
3131
3132 PR bootstrap/62077
3133 * configure.ac (--enable-stage1-checking): Default to
3134 release,misc,gimple,rtlflag,tree,types if --disable-checking
3135 or --enable-checking is not specified and DEV-PHASE is not
3136 experimental.
3137 * configure: Regenerated.
3138
77019397
MO
31392015-04-14 Max Ostapenko <m.ostapenko@partner.samsung.com>
3140
3141 * Makefile.tpl (EXTRA_HOST_EXPORTS): New variables.
3142 (EXTRA_BOOTSTRAP_FLAGS): Likewise.
3143 (check-[+module+]): Add EXTRA_HOST_EXPORTS and EXTRA_BOOTSTRAP_FLAGS.
3144 * Makefile.in: Regenerate.
3145
17feae99 31462015-04-08 Cary Coutant <ccoutant@gmail.com>
b68ba431
CC
3147
3148 * MAINTAINERS: Update my email address.
3149
e61ffb3b
JG
31502015-04-02 James Greenhalgh <james.greenhalgh@arm.com>
3151
3152 * MAINTAINERS: Add myself as a reviewer for the AArch64 port.
3153
b16cc4f2
KT
31542015-04-02 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
3155
3156 * MAINTAINERS: Add myself as an arm port reviewer.
3157
ec523909
ML
31582015-03-25 Martin Liska <mliska@suse.cz>
3159 Yury Gribov <y.gribov@samsung.com>
3160
3161 * Makefile.in: Fix ln source location for vimrc file.
3162 * Makefile.tpl: Likewise.
3163
fc30054e
AH
31642015-03-09 Aldy Hernandez <aldyh@redhat.com>
3165
3166 PR bootstrap/25672
3167 * configure.ac: Do not initialize CFLAGS_FOR_TARGET from CFLAGS if
3168 cross-compiling. Similarly for CXX_FOR_TARGET.
3169 * configure: Regenerate.
3170
5373cd33
IE
31712015-03-10 Ilya Enkovich <ilya.enkovich@intel.com>
3172
3173 * Makefile.def: Add libmpx.
3174 * configure.ac: Add libmpx.
3175 * Makefile.in: Regenerate.
3176 * configure: Regenerate.
3177
a6e8abb9
KY
31782015-03-06 Kirill Yukhin <kirill.yukhin@intel.com>
3179
3180 * MAINTAINERS (CPU Port Maintainers): Add myself
3181 i386 vector ISA extns mantainer.
3182
f2b86778
JL
31832015-03-13 Jeff Law <law@redhat.com>
3184
3185 * MAINTAINERS: Remove Paul Brook as a Fortran and ARM
3186 maintainer.
3187 Remove Richard Henderson as a maintainer for the x86 port.
3188
9dd44d1c
JR
31892015-03-03 Joern Rennecke <gnu@amylaar.uk>
3190
3191 * MAINTAINERS (CPU Port Maintainers): Update my email address.
3192
33079441
IE
31932015-03-02 Ilya Enkovich <ilya.enkovich@intel.com>
3194
3195 * MAINTAINERS (Various Maintainers): Add myself as libmpx,
3196 pointer bounds checker and i386 MPX maintainer.
3197
d083ae5f
SL
31982015-02-26 Sandra Loosemore <sandra@codesourcery.com>
3199
3200 * MAINTAINERS (Various Maintainers): Add self as docs co-maintainer.
3201
f91f1c13
MS
32022015-02-26 Martin Sebor <msebor@redhat.com>
3203
3204 * MAINTAINERS (Various Maintainers): Add self.
3205
426c1eb0
TS
32062015-02-20 Thomas Schwinge <thomas@codesourcery.com>
3207
3208 * configure.ac [--enable-as-accelerator-for] (enable_languages):
3209 Make sure it contains lto.
3210 * configure: Regenerate.
3211
8ae12d71
TS
32122015-02-18 Thomas Schwinge <thomas@codesourcery.com>
3213
3214 * configure: Regenerate.
3215
11aa81cc 32162015-02-06 Diego Novillo <dnovillo@google.com>
be04451f 32171
11aa81cc
DN
3218 * MAINTAINERS (Global Reviewers, Plugin, LTO, tree-ssa,
3219 middle-end, docstring): Remove myself.
3220 (Write After Approval): Add myself.
3221
a436ab27
JJ
32222015-02-02 Janis Johnson <janis.marie.johnson@gmail.com>
3223
3224 * MAINTAINERS (Various Maintainers: testsuite): Remove myself.
3225 (Write After Approval): Update address.
3226
231d020b
DM
32272015-01-29 David Malcolm <dmalcolm@redhat.com>
3228
3229 PR jit/64780
3230 * configure.ac: Require the user to explicitly specify
3231 --enable-host-shared if the jit is enabled.
3232 * configure: Regenerate.
3233
82a94471
RS
32342015-01-27 Robert Suchanek <robert.suchanek@imgtec.com>
3235
3236 * MAINTAINERS (Write After Approval): Add myself.
3237
e6f0c56d
TV
32382015-01-25 Tom de Vries <tom@codesourcery.com>
3239
3240 * MAINTAINERS: Make whitespace consistent.
3241
631ff3e1
BO
32422015-01-23 Braden Obrzut <admin@maniacsvault.net>
3243
3244 * MAINTAINERS (Write After Approval): Add myself.
3245
09b9cd1f
AV
32462015-01-20 Andre Vehreschild <vehre@gmx.de>
3247
3248 * MAINTAINERS: (Write After Approval): Add myself.
3249
802ed46a
MU
32502015-01-15 Martin Uecker <uecker@eecs.berkeley.edu>
3251
3252 * MAINTAINERS: (Write After Approval): Add myself.
3253
c61fcfa6
PT
32542015-01-15 Philipp Tomsich <ptomsich@theobroma-systems.com>
3255
3256 * MAINTAINERS: (Write After Approval): Add myself.
3257
ebcd09c1
IS
32582015-01-13 Iain Sandoe <iain@codesourcery.com>
3259
3260 * MAINTAINERS (Language Front Ends Maintainers): Add myself as an
3261 objective-c/c++ front end maintainer.
3262
71aa170d
MP
32632015-01-13 Marek Polacek <polacek@redhat.com>
3264
3265 * MAINTAINERS (Reviewers): Add self as C front end reviewer.
3266
da067543
JL
32672015-01-12 Jeff Law <law@redhat.com>
3268
3269 * MAINTAINERS: Remove Stan Shebs as he has been inactive for
3270 a very long time.
3271
bf1de3f0
ILT
32722015-01-09 Ian Lance Taylor <iant@google.com>
3273
3274 * configure.ac (host_tools): Add gotools.
3275 * Makefile.def (host_modules): Add gotools.
3276 (dependencies): Add dependency of all-gotools on all-target-libgo.
3277
82a19768
AT
32782015-01-09 Andreas Tobler <andreast@gcc.gnu.org>
3279
3280 * configure.ac: Don't add ${libgcj} for arm*-*-freebsd*.
3281 * configure: Regenerate.
3282
53dd59bf
TS
32832015-01-08 Thomas Schwinge <thomas@codesourcery.com>
3284
3285 * Makefile.def (dependencies) <all-target-liboffloadmic>: Depend on
3286 all-target-libgomp.
3287 * Makefile.in: Regenerate.
3288
8054942d
EB
32892015-01-06 Eric Botcazou <ebotcazou@adacore.com>
3290
3291 * MAINTAINERS (CPU Port Maintainers): Add myself for Visium port.
3292
0969ec7d
EB
32932015-01-06 Eric Botcazou <ebotcazou@adacore.com>
3294
3295 * configure.ac: Add Visium support.
3296 * configure: Regenerate.
3297
ec8fd1c0
AS
32982015-01-04 Andreas Schwab <schwab@linux-m68k.org>
3299
3300 * configure.ac: Use OBJCOPY for OBJCOPY_FOR_TARGET.
3301 * configure: Regenerate.
3302
9bccfdf5
AP
33032015-01-03 Andrew Pinski <apinski@cavium.com>
3304
3305 * Makefile.def (flags_to_pass): Pass OBJCOPY_FOR_TARGET also.
3306 * Makefile.tpl (HOST_EXPORTS): Add OBJCOPY_FOR_TARGET.
3307 (BASE_TARGET_EXPORTS): Add OBJCOPY.
3308 (OBJCOPY_FOR_TARGET): New variable.
3309 (EXTRA_TARGET_FLAGS): Add OBJCOPY.
3310 * Makefile.in: Regenerate.
3311 * configure.ac: Check for already installed target objcopy.
3312 Also GCC_TARGET_TOOL on objcopy.
3313 * configure: Regenerate.
3314
007adc0d
HPN
33152015-01-02 Hans-Peter Nilsson <hp@bitrange.com>
3316
3317 * config.sub: Update from upstream, to 2015-01-01 version.
3318 * config.guess: Ditto.
3319
fe55e976
SH
33202014-12-22 Sebastian Huber <sebastian.huber@embedded-brains.de>
3321
3322 * MAINTAINERS (RTEMS Ports): Add myself.
3323
b86d271e
PMR
33242014-12-17 Pierre-Marie de Rodat <derodat@adacore.com>
3325
3326 * MAINTAINERS (Write After Approval): Add myself.
3327
9733278a
MH
33282014-12-16 Michael Haubenwallner <michael.haubenwallner@ssi-schaefer.com>
3329
3330 * MAINTAINERS (Write After Approval): Add myself.
3331
4b4f2e35
TS
33322014-12-15 Thomas Schwinge <thomas@codesourcery.com>
3333
3334 * configure.ac (--enable-as-accelerator-for): Don't set
3335 ENABLE_AS_ACCELERATOR_FOR. Update all users.
3336 * configure: Regenerate.
3337
b6a65eb6
JJ
33382014-12-13 Jakub Jelinek <jakub@redhat.com>
3339
3340 PR bootstrap/64023
3341 * Makefile.tpl (EXTRA_TARGET_FLAGS): Set STAGE1_LDFLAGS
3342 to POSTSTAGE1_LDFLAGS and STAGE1_LIBS to POSTSTAGE1_LIBS.
3343 Add -B to libstdc++-v3/src/.libs and libstdc++-v3/libsupc++/.libs
3344 to CXX.
3345 * Makefile.in: Regenerated.
3346
c3e1e693
YG
33472014-12-09 Laurynas Biveinis <laurynas.biveinis@gmail.com>
3348 Yury Gribov <y.gribov@samsung.com>
3349
3350 * .gitignore: Added .local.vimrc and .lvimrc.
3351 * Makefile.tpl (vimrc, .lvimrc, .local.vimrc): New targets.
3352 * Makefile.in: Regenerate.
3353
33542014-12-04 Jack Howarth <howarth@bromo.med.uc.edu>
113c6c5c
JH
3355
3356 * config/isl.m4: Don't pass -DCLOOG_INT_GMP on islinc.
3357 * configure: Regenerated.
3358
b9fb25a5
BS
33592014-11-27 Bernd Schmidt <bernds@codesourcery.com>
3360
3361 * MAINTAINERS (nvptx port): New entry.
3362
d896cc4d
JBG
33632014-11-26 Jan-benedict Glaw <jbglaw@lug-owl.de>
3364
3365 * configure: Regenerate.
3366
74ae587e
JBG
33672014-11-26 Jan-Benedict Glaw <jbglaw@lug-owl.de>
3368
3369 * configure.ac: Merge with Binutils.
3370
45c89690
TB
33712014-11-26 Tobias Burnus <burnus@net-b.de>
3372
3373 * Makefile.def: Make more dependent on mpfr, mpc and isl.
3374 * Makefile.in: Regenerate.
3375
ea903c37
BE
33762014-11-24 Bernd Edlinger <bernd.edlinger@hotmail.de>
3377
3378 * Makefile.def (module=gmp): Work around in-tree gmp configure bug with
3379 missing flex.
3380 * Makefile.in: Regenerated.
3381
eb23df59
IV
33822014-11-21 Ilya Verbin <ilya.verbin@intel.com>
3383
3384 * Makefile.in: Regenerate.
3385
a699d672
L
33862014-11-21 Markus Trippelsdorf <markus@trippelsdorf.de>
3387
3388 PR bootstrap/63784
3389 * libtool.m4: Add $pic_flag with -shared.
3390
fc065a61
RL
33912014-11-21 Renlin Li <Renlin.Li@arm.com>
3392
3393 * MAINTAINERS (Write After Approval): Added myself.
3394
efcc23e6
AV
33952014-11-21 Alex Velenko <Alex.Velenko@arm.com>
3396
3397 * MAINTAINERS (write-after-approval): Add myself.
3398
dd308ed8
MK
33992014-11-19 Maxim Kuvyrkov <maxim.kuvyrkov@linaro.org>
3400
3401 * MAINTAINERS (OS Port Maintainers): Add overdue maintainership note
3402 from 2 years ago.
3403
ac8698a1
AV
34042014-11-19 Alex Velenko <Alex.Velenko@arm.com>
3405
3406 Revert:
3407 2014-11-19 Alex Velenko <Alex.Velenko@arm.com>
3408
3409 * MAINTAINERS (Write After Approval): Added myself as line map
3410 maintainer.
3411
8dab9330
RL
34122014-11-19 Renlin Li <Renlin.Li@arm.com>
3413
3414 Revert:
3415 2014-11-19 Renlin Li <Renlin.Li@arm.com>
3416
3417 * MAINTAINERS (Write After Approval): Added myself.
3418
1be22083
RL
34192014-11-19 Renlin Li <Renlin.Li@arm.com>
3420
3421 * MAINTAINERS (Write After Approval): Added myself.
3422
59392f46
AV
34232014-11-19 Alex Velenko <Alex.Velenko@arm.com>
3424
3425 * MAINTAINERS (Write After Approval): Added myself as line map
3426 maintainer.
3427
0f3422cc
DS
34282014-11-17 Dodji Seketeli <dodji@redhat.com>
3429
3430 * MAINTAINERS (Various Maintainers): Added myself as line map
3431 maintainer.
3432
0c8969f0
JBG
34332014-11-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
3434
3435 * move-if-change: Sync from upstream gnulib.
3436
d7134c0e
JBG
34372014-11-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
3438
3439 * compile: Sync with upstream Automake.
3440 * depcomp: Ditto.
3441 * install-sh: Ditto.
3442 * missing: Ditto.
3443 * mkinstalldirs: Ditto.
3444 * ylwrap: Ditto.
3445
e4ff7e6a
JBG
34462014-11-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
3447
3448 * config.sub: Update from upstream config repo.
3449 * config.guess: Ditto.
3450
5f520819
KY
34512014-11-13 Kirill Yukhin <kirill.yukhin@intel.com>
3452
3453 * Makefile.def: Add liboffloadmic to target_modules. Make
3454 liboffloadmic depend on libgomp's configure, libstdc++ and libgcc.
3455 * Makefile.in: Regenerate.
3456 * configure: Regenerate.
3457 * configure.ac: Add liboffloadmic to target binaries.
3458 Restrict liboffloadmic for POSIX and i*86, and x86_64 architectures.
3459 Add liboffloadmic to noconfig list when C++ is not supported.
3460
85c64bbe
BS
34612014-11-13 Bernd Schmidt <bernds@codesourcery.com>
3462 Thomas Schwinge <thomas@codesourcery.com>
3463 Ilya Verbin <ilya.verbin@intel.com>
3464 Andrey Turetskiy <andrey.turetskiy@intel.com>
3465
3466 * configure: Regenerate.
3467 * configure.ac (--enable-as-accelerator-for)
3468 (--enable-offload-targets): New configure options.
3469
7d35a59e
TB
34702014-11-11 Tobias Burnus <burnus@net-b.de>
3471
0a002272 3472 * Makefile.def: Make all-gcc depend on all-isl.
7d35a59e
TB
3473 * Makefile.in: Regenerate.
3474
35485da9
DM
34752014-11-11 David Malcolm <dmalcolm@redhat.com>
3476
3477 * ChangeLog.jit: New.
3478 * MAINTAINERS (Various Maintainers): Add myself as jit maintainer.
3479
ebf6d33b
FXC
34802014-11-11 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
3481
3482 PR target/63610
3483 * libtool.m4: Fix globbing of darwin versions.
3484 * configure: Regenerate.
3485
4a9bb2aa
TB
34862014-11-11 Tobias Burnus <burnus@net-b.de>
3487
4a9bb2aa
TB
3488 * Makefile.def: Remove CLooG.
3489 * Makefile.tpl: Ditto.
3490 * configure.ac: Ditto.
3491 * configure: Regenerate.
3492 * Makefile.in: Ditto.
3493
738f2522
BS
34942014-11-06 Bernd Schmidt <bernds@codesourcery.com>
3495
3496 * configure.ac: Handle nvptx-*-*.
3497 * configure: Regenerate.
3498
9b591dd1
PG
34992014-11-06 Prachi Godbole <prachi.godbole@imgtec.com>
3500
3501 * MAINTAINERS (Write After Approval): Add myself.
3502
14258928
JJ
35032014-10-31 Jakub Jelinek <jakub@redhat.com>
3504
3505 * Makefile.def (libcc1): Remove bootstrap=true;.
3506 * Makefile.in: Regenerated.
3507
1335a8ca
JBG
35082014-10-31 Jan-Benedict Glaw <jbglaw@lug-owl.de>
3509
3510 * configure.ac: Update comment.
3511 * configure: Regenerate.
3512
cb115cc2
IE
35132014-10-31 Ilya Enkovich <ilya.enkovich@intel.com>
3514
3515 * MAINTAINERS (Write After Approval): Add myself.
3516
fca38047
TS
35172014-10-30 Thomas Schwinge <thomas@codesourcery.com>
3518
3519 * configure.ac (extra_host_libiberty_configure_flags): Add
3520 --enable-shared also for libcc1's benefit.
3521 * configure: Regenerate.
3522
65c0707b
TG
35232014-10-29 Tristan Gingold <gingold@adacore.com>
3524
3525 * MAINTAINERS: Change my email address.
3526
ddc8de03
PM
35272014-10-27 Phil Muldoon <pmuldoon@redhat.com>
3528 Tom Tromey <tromey@redhat.com>
3529
3530 * Makefile.def: Add libcc1 to host_modules.
3531 * configure.ac (host_tools): Add libcc1.
3532 * Makefile.in, configure: Rebuild.
3533
4eb1ac39 35342014-10-24 Hans-Peter Nilsson <hp@axis.com>
3d96b0d0
HPN
3535
3536 * configure.ac (build_configargs): Don't share config.cache between
3537 build subdirs.
7fd74620 3538 * configure: Regenerate.
3d96b0d0 3539
d81230b5
DH
35402014-10-24 Daniel Hellstrom <daniel@gaisler.com>
3541
3542 * config.gcc (sparc*-*-*): Accept mcpu=leon3v7 processor.
3543 * doc/invoke.texi (SPARC options): Add mcpu=leon3v7 comment.
3544 * config/sparc/leon.md (leon3_load, leon_store, leon_fp_*): Handle
3545 leon3v7 as leon3.
3546 * config/sparc/sparc-opts.h (enum processor_type): Add LEON3V7.
3547 * config/sparc/sparc.c (sparc_option_override): Add leon3v7 support.
3548 * config/sparc/sparc.h (TARGET_CPU_leon3v7): New define.
3549 * config/sparc/sparc.md (cpu): Add leon3v7.
3550 * config/sparc/sparc.opt (enum processor_type): Add leon3v7.
3551
c7a6a617
DH
35522014-10-24 Daniel Hellstrom <daniel@gaisler.com>
3553
3554 * MAINTAINERS (write-after-approval): Add myself.
3555
74cc5471
ILT
35562014-10-23 Ian Lance Taylor <iant@google.com>
3557
3558 * configure.ac: Disable the Go frontend on systems where it is known
3559 to not work.
3560 * configure: Regenerate.
3561
929315a9
RB
35622014-10-23 Richard Biener <rguenther@suse.de>
3563
3564 * Makefile.def: Add libcpp build module and dependencies.
3565 * configure.ac: Add libcpp build module.
3566 * Makefile.in: Regenerate.
3567 * configure: Likewise.
3568
5d12b768
MF
35692014-10-15 Max Filippov <jcmvbkbc@gmail.com>
3570
3571 * MAINTAINERS (write-after-approval): Add myself.
3572
7b262a51
MLI
35732014-10-12 Manuel López-Ibáñez <manu@gcc.gnu.org>
3574
3575 * INSTALL/README: Do not mention CVS.
3576
7705dfd1
JY
35772014-10-03 Jing Yu <jingyu@google.com>
3578
3579 * configure.ac: Add aarch64 to list of targets that support gold.
3580 * configure: Regenerate.
3581
a3052d31
FD
35822014-09-29 François Dumont <fdumont@gcc.gnu.org>
3583
3584 * MAINTAINERS: Add myself as libstdc++ special modes maintainer.
3585
b2a1b261
CM
35862014-09-29 Catherine Moore <clm@codesourcery.com>
3587
3588 * MAINTAINERS: Add myself as MIPS maintainer.
3589
05342e10
MF
35902014-09-28 Matthew Fortune <matthew.fortune@imgtec.com>
3591
3592 * MAINTAINERS: Move myself to MIPS maintainers.
3593
3f6bb7e5
JBG
35942014-09-23 Jan-Benedict Glaw <jbglaw@lug-owl.de>
3595
3596 * MAINTAINERS: Put all email addresses between '<' and '>'.
3597
3e895729
FXC
35982014-09-13 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
3599
3600 * MAINTAINERS: Move myself to reviewers (Fortran).
3601
e04733ee
AK
36022014-09-01 Andi Kleen <ak@linux.intel.com>
3603
3604 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add LTO_EXPORTS.
3605 POSTSTAGE1_FLAGS_TO_PASS): Add LTO_FLAGS_TO_PASS.
3606 * Makefile.in: Regenerate.
3607
e79c0ea8
DM
36082014-08-28 David Malcolm <dmalcolm@redhat.com>
3609
3610 * rtx-classes-status.txt: Delete
3611
b32d5189
DM
36122014-08-28 David Malcolm <dmalcolm@redhat.com>
3613
3614 * rtx-classes-status.txt (TODO): NEXT_INSN/PREV_INSN are done.
3615
e0c0c325
SP
36162014-08-27 Sebastian Pop <s.pop@samsung.com>
3617
3618 * config/isl.m4 (_ISL_CHECK_CT_PROG): Removed.
3619 (ISL_CHECK_VERSION): Check for functionality added to ISL 0.12 instead
3620 of checking for version number.
3621 * configure: Regenerated.
3622 * configure.ac (ISL_CHECK_VERSION): Do not use ISL version number.
3623
d7ac0a6a
DM
36242014-08-27 David Malcolm <dmalcolm@redhat.com>
3625
3626 * rtx-classes-status.txt: Phase 5 (additional rtx_def subclasses)
3627 is done; begin phase 6 (use extra rtx_def subclasses).
3628
9daaca36
DM
36292014-08-27 David Malcolm <dmalcolm@redhat.com>
3630
3631 * rtx-classes-status.txt: Phase 4 (removal of "scaffolding") is
3632 done; begin phase 5 (additional rtx_def subclasses).
3633
b2908ba6
DM
36342014-08-26 David Malcolm <dmalcolm@redhat.com>
3635
3636 * rtx-classes-status.txt (TODO): DF_REF_INSN is done.
3637
1130d5e3
DM
36382014-08-26 David Malcolm <dmalcolm@redhat.com>
3639
3640 * rtx-classes-status.txt (TODO): SET_BB_HEAD, SET_BB_END,
3641 SET_BB_HEADER are done.
3642
0e0ce50d
DM
36432014-08-26 David Malcolm <dmalcolm@redhat.com>
3644
3645 * rtx-classes-status.txt (TODO): SET_DEP_PRO and SET_DEP_CON are
3646 done.
3647
3d30f4e8
DM
36482014-08-26 David Malcolm <dmalcolm@redhat.com>
3649
3650 * rtx-classes-status.txt (TODO): Remove SET_VINSN_INSN_RTX.
3651
6144a836
DM
36522014-08-26 David Malcolm <dmalcolm@redhat.com>
3653
3654 * rtx-classes-status.txt (TODO): Remove SET_BND_TO.
3655
b311fd0f
DM
36562014-08-25 David Malcolm <dmalcolm@redhat.com>
3657
3658 * rtx-classes-status.txt (TODO): Remove SET_BB_NOTE_LIST.
3659
d8ce2eae
DM
36602014-08-25 David Malcolm <dmalcolm@redhat.com>
3661
3662 * rtx-classes-status.txt (TODO): Remove SET_BB_FOOTER.
3663
1455e88c
DM
36642014-08-25 David Malcolm <dmalcolm@redhat.com>
3665
3666 * rtx-classes-status.txt: Phase 3 (per-file commits within
3667 "config" subdirs) is done; begin phase 4 (removal of
3668 "scaffolding").
3669
76c531d3
DM
36702014-08-23 David Malcolm <dmalcolm@redhat.com>
3671
3672 * rtx-classes-status.txt: Phase 2 (per-file commits in main source
3673 dir) is done; begin phase 3 (per-file commits within "config"
3674 subdirs).
3675
00550b3d
DM
36762014-08-21 David Malcolm <dmalcolm@redhat.com>
3677
3678 * rtx-classes-status.txt: Phase 1 ("scaffolding") is done; begin
3679 phase 2 (per-file commits in main source dir).
3680
622dbadf
BC
36812014-08-21 Bin Cheng <bin.cheng@arm.com>
3682
3683 * configure: Regenerated.
3684
c1286e0b
DM
36852014-08-19 David Malcolm <dmalcolm@redhat.com>
3686
3687 * rtx-classes-status.txt (TODO): Add SET_BND_TO
3688
c2fc1aee
DM
36892014-08-19 David Malcolm <dmalcolm@redhat.com>
3690
3691 * rtx-classes-status.txt (TODO): Add SET_BB_NOTE_LIST.
3692
68975683
DM
36932014-08-19 David Malcolm <dmalcolm@redhat.com>
3694
3695 * rtx-classes-status.txt (TODO): Add SET_VINSN_INSN_RTX.
3696
d914bc6b
DM
36972014-08-19 David Malcolm <dmalcolm@redhat.com>
3698
3699 * rtx-classes-status.txt (TODO): Add SET_DEP_PRO, SET_DEP_CON.
3700
8020a4d5
DM
37012014-08-19 David Malcolm <dmalcolm@redhat.com>
3702
3703 * rtx-classes-status.txt (TODO): Add DF_REF_INSN.
3704
a231b8a5
JV
37052014-08-19 Joost VandeVondele <vondele@gcc.gnu.org>
3706
3707 * MAINTAINERS (Write After Approval): Add myself.
3708
ce8126f5
CF
37092014-08-19 Christopher Faylor <me.gnu@cgf.cx>
3710
3711 * MAINTAINERS: Remove myself
3712
0f82e5c9
DM
37132014-08-19 David Malcolm <dmalcolm@redhat.com>
3714
3715 * rtx-classes-status.txt: Add SET_NEXT_INSN, SET_PREV_INSN.
3716
9c9afb69
PP
37172014-08-18 Patrick Palka <ppalka@gcc.gnu.org>
3718
3719 * MAINTAINERS (Write After Approval): Add myself.
3720
190bea87
DM
37212014-08-18 David Malcolm <dmalcolm@redhat.com>
3722
3723 * rtx-classes-status.txt (TODO): Add SET_BB_HEAD, SET_BB_END,
3724 SET_BB_HEADER, SET_BB_FOOTER
3725
c41b94ce
DM
37262014-08-18 David Malcolm <dmalcolm@redhat.com>
3727
bb3fff01 3728 * rtx-classes-status.txt: New file
c41b94ce 3729
eae1a5d4
RG
37302014-08-18 Roman Gareev <gareevroman@gmail.com>
3731
3732 * configure.ac: Eliminate ClooG installation dependency.
3733 * configure: Regenerate.
3734 * Makefile.tpl: Add definition of ISLLIBS and HOST_ISLLIBS.
3735 * Makefile.in: Regenerate.
3736
f613bc0f
IV
37372014-08-15 Ilya Verbin <iverbin@gmail.com>
3738
3739 * MAINTAINERS (Write After Approval): Add myself.
3740
423ea09f 37412014-08-15 Ilya Tocar <tocarip@gmail.com>
5f75acf4
IT
3742
3743 * MAINTAINERS (Write After Approval): Add myself.
3744
88b1a322
JW
37452014-08-01 Jiong Wang <jiong.wang@arm.com>
3746
3747 * MAINTAINERS (Write After Approval): Add myself.
3748
8ed499f8
AG
37492014-07-28 Anthony Green <green@moxielogic.com>
3750
3751 Import from savannah.gnu.org:
3752 * config.sub: Update to 2014-07-28 version.
3753
09ec3110
RS
37542014-07-27 Richard Sandiford <rdsandiford@googlemail.com>
3755
3756 * MAINTAINERS: Remove my MIPS maintainer entry.
3757
7b7f941a
UB
37582014-07-26 Uros Bizjak <ubizjak@gmail.com>
3759
3760 PR target/47230
3761 * configure.ac (alpha*-*-linux*): Use mh-alpha-linux.
3762 * configure: Regenerate.
3763
a12f7ac8
JN
37642014-07-24 James Norris <jnorris@codesourcery.com>
3765
3766 * MAINTAINERS (Write After Approval): Add myself.
3767
09611faf
RG
37682014-07-20 Roman Gareev <gareevroman@gmail.com>
3769
3770 * configure.ac: Accept only CLooG 0.18.1.
3771 * configure: Regenerate.
3772
37738b0f
RG
37732014-07-17 Roman Gareev <gareevroman@gmail.com>
3774
3775 * configure.ac: Don't accept isl 0.11.
3776 * configure: Regenerate.
3777
473037cb
AZ
37782014-07-16 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
3779
3780 * MAINTAINERS (Write After Approval): Add myself.
3781
9a62ed16
RO
37822014-07-05 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3783
3784 * configure.ac: Don't accept isl 0.10.
3785 * configure: Regenerate.
3786
c41f1c42 37872014-06-23 Bernd Edlinger <bernd.edlinger@hotmail.de>
29d0a43c 3788
c41f1c42
BE
3789 Fix include path for in-tree cloog.
3790 * config/cloog.m4 (CLOOG_INIT_FLAGS): Remove bogus include path.
3791 * configure: Regenerate.
29d0a43c 3792
c41f1c42 37932014-06-18 Richard Henderson <rth@redhat.com>
a5852bea 3794
c41f1c42 3795 * .gitignore: Import gcc_update output.
a5852bea 3796
b6383ab8
TS
37972014-06-13 Thomas Schwinge <thomas@codesourcery.com>
3798
a10ec8bc
TS
3799 * config-ml.in: Robustify ac_configure_args parsing.
3800
45b3824d
TS
3801 * configure.ac (--enable-linker-plugin-configure-flags)
3802 (--enable-linker-plugin-flags): New flags.
3803 (configdirs): Conditionally add libiberty-linker-plugin.
3804 * configure: Regenerate.
3805 * Makefile.def (host_modules): Add libiberty-linker-plugin.
3806 (host_modules) <lto-plugin>: Pay attention to
3807 @extra_linker_plugin_flags@ and
3808 @extra_linker_plugin_configure_flags@.
3809 (all-lto-plugin): Also depend on all-libiberty-linker-plugin.
3810 * Makefile.in: Regenerate.
3811
b6383ab8
TS
3812 * Makefile.tpl (configure-[+prefix+][+module+])
3813 (configure-stage[+id+]-[+prefix+][+module+]): If specified, use
3814 "module_srcdir" instead of "module" for locating a module's srcdir.
3815 * Makefile.in: Regenerate.
3816
a4a1b5f3
MF
38172014-06-10 Matthew Fortune <matthew.fortune@imgtec.com>
3818
3819 * MAINTAINERS (Write After Approval): Add myself.
3820
38a13841
SP
38212014-06-06 Sebastian Pop <sebpop@gmail.com>
3822
3823 * MAINTAINERS: Update my email address.
3824
153fcd41
TP
38252014-06-04 Thomas Preud'homme <thomas.preudhomme@arm.com>
3826
3827 * MAINTAINERS (Write After Approval): Add myself.
3828
e25d9632
AB
38292014-06-03 Andrew Bennett <andrew.bennett@imgtec.com>
3830
3831 * MAINTAINERS (Write After Approval): Add myself.
3832
1007a55c
JW
38332014-05-30 Jonathan Wakely <jwakely@redhat.com>
3834
3835 PR libstdc++/61011
3836 * configure.ac (--disable-libstdcxx): Set noconfigdirs correctly.
3837 Disable libcilkrts, libitm, libsanitizer when not building libstdc++.
3838 * configure: Regenerate.
3839
fd9ed1ae
PA
38402014-05-28 Pedro Alves <palves@redhat.com>
3841
3842 * MAINTAINERS (Write After Approval): Add myself.
3843
03bdb69f
MK
38442014-05-22 Maxim Kuvyrkov <maxim.kuvyrkov@linaro.org>
3845
3846 * MAINTAINERS: Update my affiliation/email.
3847
905083ad
MS
38482014-05-19 Mike Stump <mikestump@comcast.net>
3849
3850 * MAINTAINERS: Add wide-int reviewers.
3851
707f1839
SL
38522014-05-14 Sandra Loosemore <sandra@codesourcery.com>
3853
3854 * configure.ac (target_makefile_frag): Set for nios2-*-elf*.
3855 * configure: Regenerated.
3856
7321dc60
TR
38572014-05-15 Torvald Riegel <triegel@redhat.com>
3858
3859 * MAINTAINERS (libitm): Add myself as maintainer.
3860
5b1e4b47
CB
38612014-05-07 Charles Baylis <charles.baylis@linaro.org>
3862
3863 * MAINTAINERS (Write After Approval): Add myself.
3864
a4ebe104
RS
38652014-05-01 Richard Sandiford <rdsandiford@googlemail.com>
3866
3867 * config.sub, config.guess: Import from upstream.
3868
9575df4a
AL
38692014-04-29 Alan Lawrence <alan.lawrence@arm.com>
3870
3871 * MAINTAINERS (Write After Approval): Put myself in correct order.
3872
2fdc94b7
AL
38732014-04-29 Alan Lawrence <alan.lawrence@arm.com>
3874
3875 * MAINTAINERS (Write After Approval): Add myself.
3876
080c6230
LB
38772014-04-24 Laurynas Biveinis <laurynas.biveinis@gmail.com>
3878
3879 * MAINTAINERS: Move myself from Reviewers to Write After Approval
3880 section.
3881
4e4c8692
RÁE
38822014-04-21 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
3883
3884 * MAINTAINERS (Write After Approval): Delete myself.
3885
ffe7f7a7
JJ
38862014-04-17 Jakub Jelinek <jakub@redhat.com>
3887
3888 PR sanitizer/56781
3889 * libtool-ldflags: Also prefix -static-lib*, -shared-lib*
3890 and -B* options with -Xcompiler.
3891
147d38a5
EB
38922014-04-04 Eric Botcazou <ebotcazou@adacore.com>
3893
3894 PR bootstrap/60620
423ea09f 3895 * Makefile.def (dependencies): Make gnattools depend on libstdc++-v3.
147d38a5
EB
3896 * Makefile.in: Regenerate.
3897
ba1925c3
YS
38982014-03-28 Yaakov Selkowitz <yselkowitz@users.sourceforge.net>
3899
3900 * Makefile.def (dependencies): Make all-ld depend on all-binutils
3901 for WINDRES_FOR_TARGET in default-manifest.o rule.
3902 * Makefile.in: Regenerate.
3903
8707b3bc
DH
39042014-03-26 Dominique d'Humieres <dominiq@lps.ens.fr>
3905
3906 * MAINTAINERS (Write After Approval): Add myself.
3907
9e1c8fc1
JJ
39082014-03-26 Jakub Jelinek <jakub@redhat.com>
3909
3910 PR sanitizer/56781
3911 * Makefile.def: Set bootstrap=true; for host fixincludes.
3912 * configure.ac: Don't bootstrap host fixincludes unless
3913 --with-build-config=bootstrap-{a,ub}san.
3914 * Makefile.in: Regenerated.
3915 * configure: Regenerated.
3916
beeda1d9
JJ
39172014-03-21 Jakub Jelinek <jakub@redhat.com>
3918
3919 * configure.ac: Move BUILD_CONFIG set up earlier. Add
3920 --enable-vtable-verify option parsing. Don't add
3921 target-libsanitizer to bootstrap_target_libs unless
3922 --with-build-config=bootstrap-asan or
3923 --with-build-config=bootstrap-ubsan. Don't add target-libvtv
3924 to bootstrap_target_libs unless --enable-vtable-verify.
3925 * configure: Regenerated.
3926
e5dddc50
AS
39272014-03-10 Anatoly Sokolov <aesok@post.ru>
3928
3929 * MAINTAINERS (Write After Approval): Add myself.
3930
df5bc1cb
DC
39312014-03-07 Denis Chertykov <chertykov@gmail.com>
3932
3933 * MAINTAINERS: Remove avr maintainers: Anatoly Sokolov and Eric Weddington
3934
3b9edeac
JJ
39352014-03-07 Jakub Jelinek <jakub@redhat.com>
3936
3937 PR bootstrap/58572
3938 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): Use -isystem instead of
3939 -I for libstdc++-v3 includes if $(LEAN).
3940 * Makefile.in: Regenerated.
3941
c01a8548
JW
39422014-03-04 Jonathan Wakely <jwakely@redhat.com>
3943
3944 * MAINTAINERS: Update my email address.
3945
341c653c
WL
39462014-02-24 Walter Lee <walt@tilera.com>
3947
3948 * configure.ac (tilepro-*-*) Change to tilepro*-*-*.
3949 (tilegx-*-*): Change to tilegx*-*-*.
3950 * configure: Regenerate.
3951
37f2c4f0
LR
39522014-02-17 Loren J. Rittle <ljrittle@acm.org>
3953
3954 * MAINTAINERS (Various Maintainers: c++ runtime libs): Remove myself.
3955
6c01e96e
KV
39562014-02-17 Kugan Vivekanandarajah <kuganv@linaro.org>
3957
3958 * MAINTAINERS (Write After Approval): Add myself.
3959
91da0481
RO
39602014-02-04 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3961
3962 PR target/59788
3963 * ltmain.sh (opt_duplicate_compiler_generated_deps): Enable on
3964 *solaris2*.
3965
dd35b84f
JDA
39662014-01-21 John David Anglin <danglin@gcc.gnu.org>
3967
3968 * MAINTAINERS: Update my email address.
3969
493b8af8
GP
39702014-01-20 Gerald Pfeifer <gerald@pfeifer.com>
3971
3972 * MAINTAINERS: Convert to UTF-8.
3973 Properly sort Xinliang David Li's entry.
3974
f121b81d
CLT
39752013-12-31 Chung-Lin Tang <cltang@codesourcery.com>
3976 Sandra Loosemore <sandra@codesourcery.com>
3977
3978 * MAINTAINERS: Add Sandra Loosemore and Chung-Lin Tang as
3979 nios2 port maintainers.
3980
74f769b5
MT
39812013-12-16 Markus Trippelsdorf <markus@trippelsdorf.de>
3982
3983 * MAINTAINERS (Write After Approval): Add myself.
3984
79e0604d 39852013-12-13 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
a3b854b6
FXC
3986
3987 * configure.ac: Add user-friendly check for native x86_64-linux
3988 multilibs.
3989 * configure: Regenerate.
3990
39912013-12-06 Oleg Endo <olegendo@gcc.gnu.org>
3992
3993 * MAINTAINERS: Add myself as sh maintainer.
3994
39952013-12-03 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
3996
3997 * MAINTAINERS: Add self as SLSR maintainer.
3998
39992013-11-18 Jan Hubicka <hubicka@ucw.cz>
4000
4001 * MAINTAINERS: Update my email address.
4002
40032013-11-15 David Edelsohn <dje.gcc@gmail.com>
4004
4005 * MAINTAINERS (Global Reviewers, c++): Remove Mark Mitchell.
4006
40072013-11-07 Thomas Schwinge <thomas@codesourcery.com>
4008
4009 * Makefile.in: Regenerate.
4010
4011 * Makefile.tpl: Fix typo.
4012 * Makefile.in: Regenerate partially.
4013
40142013-11-04 Balaji V. Iyer <balaji.v.iyer@intel.com>
4015
4016 * configure.ac: Added libcilkrts to noconfig list when C++ is not
4017 supported.
4018 * configure: Regenerated.
4019
40202013-11-01 Trevor Saunders <tsaunders@mozilla.com>
4021
4022 * MAINTAINERS (Write After Approval): Add myself.
4023
40242013-10-30 Jason Merrill <jason@redhat.com>
4025
4026 * Makefile.tpl (STAGE1_CONFIGURE_FLAGS): Pass
4027 --disable-build-format-warnings.
4028
40292013-10-29 Balaji V. Iyer <balaji.v.iyer@intel.com>
4030
423ea09f 4031 * Makefile.def: Add libcilkrts to target_modules. Make libcilkrts
a3b854b6
FXC
4032 depend on libstdc++ and libgcc.
4033 * configure: Regenerate.
4034 * configure.ac: Added libcilkrts to target binaries. Also, restrict
4035 libcilkrts for POSIX and i*86, and x86_64 architectures.
4036 * Makefile.in: Added libcilkrts related fields to support building it.
4037
40382013-10-26 Jeff Law <law@redhat.com>
4039
4040 * Makefile.def (target_modules): Remove libmudflap
4041 (languages): Remove check-target-libmudflap).
4042 * Makefile.in: Rebuilt.
4043 * Makefile.tpl (check-target-libmudflap-c++): Remove.
4044 * configure.ac (target_libraries): Remove target-libmudflap.
4045 Remove checks which disabled libmudflap on some systems.
4046 * configure: Rebuilt.
4047 * libmudflap: Directory removed.
4048
40492013-10-21 Cong Hou <congh@google.com>
4050
4051 * MAINTAINERS (Write After Approval): Add myself.
4052
40532013-10-16 Mike Stump <mikestump@comcast.net>
4054
4055 * .dir-locals.el: Add.
4056
40572013-10-15 David Malcolm <dmalcolm@redhat.com>
4058
4059 * configure.ac: Add --enable-host-shared
4060 * configure: Regenerate.
4061
40622013-01-10 Joern Rennecke <joern.rennecke@embecosm.com>
4063
4064 Import from savannah.gnu.org:
4065 * config.guess: Update to 2013-06-10 version.
4066 * config.sub: Update to 2013-10-01 version.
4067
40682013-10-01 Simon Cook <simon.cook@embecosm.com>
4069
4070 Changes to build configuration to allow big endian ARC ELF toolchain
4071 * configure.ac: Also add target-libgloss to noconfigdirs for arceb-*-*.
4072 * configure: Regenerate.
4073
40742013-09-20 Alan Modra <amodra@gmail.com>
4075
4076 * libtool.m4 (_LT_ENABLE_LOCK <ld -m flags>): Remove non-canonical
4077 ppc host match. Support little-endian powerpc linux hosts.
4078
40792013-09-19 Dodji Seketeli <dodji@redhat.com>
4080
4081 * MAINTAINERS (diagnostic messages): Add myself as diagnostics
4082 maintainer.
4083
40842013-09-12 DJ Delorie <dj@redhat.com>
4085
4086 * MAINTAINERS: Add Nick Clifton and DJ Delorie as msp430
4087 maintainers.
4088
40892013-09-03 Richard Biener <rguenther@suse.de>
4090
4091 * configure.ac: Also allow ISL 0.12.
4092 * configure: Regenerated.
4093
40942013-08-30 Bernd Edlinger <bernd.edlinger@hotmail.de>
4095
4096 * MAINTAINERS (Write After Approval): Add myself.
4097
40982013-08-27 David Malcolm <dmalcolm@redhat.com>
4099
4100 * MAINTAINERS (gdbhooks.py): Add myself as maintainer.
4101
41022013-08-26 Caroline Tice <cmtice@google.com>
4103
4104 * MAINTAINERS: Correct earliers update: Move myself from libvtv
4105 "Various Reviewers" to libvtv "Various Maintainers".
4106
41072013-08-20 Steven Bosscher <steven@gcc.gnu.org>
4108
4109 * MAINTAINERS: Add myself as RTL optimizers reviewer.
4110
41112013-08-19 Benjamin De Kosnik <bkoz@gnu.org>
4112
4113 * MAINTAINERS: Update name, email.
4114
41152013-08-13 Adam Butcher <adam@jessamine.co.uk>
4116
4117 * MAINTAINERS (Write After Approval): Add myself.
4118
41192013-08-12 Caroline Tice <cmtice@google.com>
4120
4121 * MAINTAINERS: Add myself as libvtv maintainer. Correct my email
4122 address in the Write After Approval section.
4123
41242013-08-09 Carlos O'Donell <carlos@redhat.com>
4125
4126 * MAINTAINERS (Write After Approval): Update email.
4127
41282013-08-08 Benjamin Kosnik <bkoz@redhat.com>
4129
4130 * configure.ac: Adjust to check VTV_SUPPORTED.
4131 * configure: Regenerated.
4132
41332013-08-02 Caroline Tice <cmtice@google.com>
4134
4135 * configure.ac: Add target-libvtv to target_libraries; disable libvtv
4136 on non-linux systems; add target-libvtv to noconfigdirs; add
4137 libsupc++/.libs to C++ library search paths.
4138 * configure: Regenerated.
4139 * Makefile.def: Add libvtv to target_modules; make libvtv depend on
4140 libstdc++ and libgcc.
4141 * Makefile.in: Regenerated.
4142
41432013-07-19 Yvan Roux <yvan.roux@linaro.org>
4144
4145 * MAINTAINERS (Write After Approval): Add myself.
4146
41472013-07-19 Chung-Ju Wu <jasonwucj@gmail.com>
4148 Shiva Chen <shiva0217@gmail.com>
4149
4150 * MAINTAINERS (nds32 port): Add Chung-Ju Wu and Shiva Chen as
4151 nds32 port maintainers.
4152
41532013-07-17 Tim Shen <timshen91@gmail.com>
4154
4155 * MAINTAINERS (Write After Approval): Add myself.
4156
41572013-07-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
4158
4159 * configure.ac: Sync from binutils.
4160 * configure: Regenerate.
4161
41622013-06-14 Vidya Praveen <vidyapraveen@arm.com>
4163
4164 * MAINTAINERS (Write After Approval): Add myself.
4165
41662013-06-01 Dinar Temirbulatov <dinar@kugelworks.com>
4167
4168 * MAINTAINERS (Write After Approval): Add myself.
4169
41702013-05-17 David Malcolm <dmalcolm@redhat.com>
4171
4172 * MAINTAINERS (Write After Approval): Add myself.
4173
41742013-04-30 Brooks Moses <bmoses@google.com>
4175
4176 * MAINTAINERS: Update my email; move myself from Fortran
4177 reviewer to Write After Approval.
4178
41792013-04-16 Andreas Schwab <schwab@suse.de>
4180
4181 * configure.ac (aarch64-*-*): Don't disable java.
4182 * configure: Regenerate.
4183
41842013-04-10 Chung-Ju Wu <jasonwucj@gmail.com>
4185
4186 * MAINTAINERS (Write After Approval): Add myself.
4187
41882013-03-30 Matthias Klose <doko@ubuntu.com>
4189
4190 * Makefile.def (target_modules): Don't install libffi.
4191 * Makefile.in: Regenerate.
4192
41932013-02-24 Tilo Schwarz <tilo@tilo-schwarz.de>
4194
4195 * MAINTAINERS (Write After Approval): Add myself.
4196
41972013-02-20 Andrew Sutton <andrew.n.sutton@gmail.com>
4198
4199 * MAINTAINERS (Write After Approval): Add myself.
4200
42012013-02-15 Yufeng Zhang <yufeng.zhang@arm.com>
4202
4203 * configure.ac: Set libgloss_dir for the aarch64*-*-* targets.
4204 * configure: Regenerated.
4205
a15d2ea8
ILT
42062013-02-05 Ian Lance Taylor <iant@google.com>
4207
4208 PR go/55969
4209 * configure.ac: Disable libgo on some systems where it does not
4210 work.
4211
a3b854b6
FXC
42122013-02-04 David Edelsohn <dje.gcc@gmail.com>
4213
4214 * MAINTAINERS: Explicitly add myself as AIX maintainer.
4215 Remove Geoff Keating as rs6000 port maintainer, at his request.
4216
42172013-01-24 Maxim Kuvyrkov <maxim@kugelworks.com>
4218
4219 * MAINTAINERS: Update my email.
4220
42212013-01-23 Shenghou Ma <minux.ma@gmail.com>
4222
4223 * configure: Re-generate.
4224
42252013-01-15 Richard Biener <rguenther@suse.de>
4226
4227 PR other/55973
4228 * configure: Re-generate.
4229
42302013-01-14 Matthias Klose <doko@ubuntu.com>
4231
4232 * Makefile.def (install-target-libsanitizer): Depend on
4233 install-target-libstdc++-v3.
4234 * Makefile.in: Regenerate.
4235
42362013-01-14 Richard Biener <rguenther@suse.de>
4237
4238 * configure.ac (cloog/isl): Also allow ISL 0.11.x and CLooG 0.18.0.
4239 * configure: Re-generate
4240
42412013-01-11 Jan-Benedict Glaw <jbglaw@lug-owl.de>
4242
4243 * config.sub: Update from config repo.
4244
42452013-01-11 Eric Botcazou <ebotcazou@adacore.com>
4246
4247 * Makefile.tpl (BOOT_ADAFLAGS): Remove -gnata.
4248 * Makefile.in: Regenerate.
4249
42502013-01-10 Joern Rennecke <joern.rennecke@embecosm.com>
4251
4252 * MAINTAINERS (arc): Add new port maintainership for myself.
4253
42542013-01-09 Jason Merrill <jason@redhat.com>
4255
4256 * .gitignore: Import from gdb repository.
4257
42582013-01-09 H.J. Lu <hongjiu.lu@intel.com>
4259
4260 * Makefile.def (configure-gcc): Depend on all-gmp.
4261 (all-gcc): Remove dependency on all-gmp.
4262 * Makefile.in: Regenerated.
4263
42642013-01-08 Jan-Benedict Glaw <jbglaw@lug-owl.de>
4265
4266 * config.sub: Merge from config repo.
4267 * config.guess: Ditto.
4268
42692013-01-08 Jan-Benedict Glaw <jbglaw@lug-owl.de>
4270
4271 * Makefile.def: Merge from binutils.
4272 * Makefile.in: Ditto.
4273
42742013-01-01 Maxim Kuvyrkov <maxim.kuvyrkov@gmail.com>
4275
4276 * MAINTAINERS: Update my email.
4277
42782012-12-29 Ben Elliston <bje@gnu.org>
4279
4280 * config.guess: Update to 2012-12-29 version.
4281 * config.sub: Likewise.
4282
42832012-12-20 Matthias Klose <doko@ubuntu.com>
4284
4285 * Makefile.def (install-target-libgfortran): Depend on
4286 install-target-libquadmath, install-target-libgcc.
4287 (install-target-libsanitizer): Depend on install-target-libgcc.
4288 (install-target-libjava): Depend on install-target-libgcc.
4289 (install-target-libitm): Depend on install-target-libgcc.
4290 (install-target-libobjc): Depend on install-target-libgcc.
4291 (install-target-libstdc++-v3): Depend on install-target-libgcc.
4292 * Makefile.in: Regenerate.
4293
42942012-12-19 Matthias Klose <doko@ubuntu.com>
4295
4296 * Makefile.def (install-target-libgo): Depend on
4297 install-target-libatomic.
4298 * Makefile.in: Regenerate.
4299
43002012-12-18 Andreas Schwab <schwab@linux-m68k.org>
4301
4302 PR go/55201
4303 * Makefile.def (all-target-libgo): Depend on all-target-libatomic.
4304 * Makefile.in: Regenerate.
4305
43062012-12-16 Thomas Schwinge <thomas@codesourcery.com>
4307
4308 * configure.ac (ENABLE_GOLD): Consider *-*-gnu* targets ELF.
4309 * configure: Regenerate.
4310
43112012-12-12 Jan-Benedict Glaw <jbglaw@lug-owl.de>
4312
4313 * config.sub: Merge from config repo.
4314
43152012-12-11 H.J. Lu <hongjiu.lu@intel.com>
4316
4317 * Makefile.def (target_modules): Add bootstrap=true and
4318 raw_cxx=true to libsanitizer.
4319 * configure.ac (bootstrap_target_libs): Add libsanitizer.
4320 * Makefile.in: Regenerated.
4321 * configure: Likewise.
4322
43232012-12-01 Richard Sandiford <rdsandiford@googlemail.com>
4324
4325 * MAINTAINERS: Remove self as RTL optimization maintainer.
4326
43272012-11-30 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
4328
4329 * MAINTAINERS (Write After Approval): Add myself.
4330
43312012-11-28 H.J. Lu <hongjiu.lu@intel.com>
4332
4333 * Makefile.def (target_modules): Remove bootstrap=true and
4334 raw_cxx=true from libsanitizer.
4335 * configure.ac (bootstrap_target_libs): Remove libsanitizer.
4336 * Makefile.in: Regenerated.
4337 * configure: Likewise.
4338
43392012-11-28 H.J. Lu <hongjiu.lu@intel.com>
4340
4341 * Makefile.def (target_modules): Add bootstrap=true and
4342 raw_cxx=true to libsanitizer.
4343 * configure.ac (bootstrap_target_libs): Add libsanitizer.
4344 * Makefile.in: Regenerated.
4345 * configure: Likewise.
4346
43472012-11-28 Andrew Pinski <apinski@cavium.com>
4348
4349 PR bootstrap/54279
4350 * configure.ac (CXX_FOR_TARGET): Change over to use xg++.
4351 * configure: Regenerate.
4352 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): Change over to use xg++.
4353 * Makefile.in: Regenerate.
4354
43552012-11-27 Siddhesh Poyarekar <siddhesh@redhat.com>
4356
4357 * configure.ac: Disable libsanitizer if we're not building C++.
4358 * configure: Regenerate.
4359
43602012-11-15 Roland McGrath <roland@hack.frob.com>
4361
4362 * MAINTAINERS (Write After Approval): Add myself.
4363
43642012-11-15 Dmitry Vyukov <dvyukov@google.com>
4365
4366 * MAINTAINERS: (libsanitizer, asan.c): Add myself,
4367 Kostya Serebryany (kcc@google.com) and
4368 Jakub Jelinek (jakub@redhat.com).
4369 Rename area for Dodji Seketeli (dodji@redhat.com).
4370
43712012-11-15 Dodji Seketeli <dodji@redhat.com>
4372
4373 * MAINTAINERS: (asan.c, related): Add myself.
4374
43752012-11-14 Roland McGrath <mcgrathr@google.com>
4376
4377 * configure.ac (ENABLE_GOLD): Consider *-*-nacl* targets ELF.
4378 * configure: Regenerate.
4379
43802012-11-13 Richard Henderson <rth@redhat.com>
4381
4382 * configure.ac: Move libsanitizer logic to subdirectory.
4383 * configure: Regenerate.
4384
43852012-11-13 Dodji Seketeli <dodji@redhat.com>
4386
4387 * configure.ac: Enable libsanitizer just on x86 linux for now.
4388 * configure: Re-generate.
4389
43902012-11-13 David Edelsohn <dje.gcc@gmail.com>
4391
4392 * configure.ac: Disable libsanitizer on AIX. Merge libquadmath
4393 sections.
4394 * configure: Regenerate.
4395
43962012-11-13 Hans-Peter Nilsson <hp@axis.com>
4397
4398 * configure.ac: Add section for configdirs for libsanitizer.
4399 Disable for cris-*-* and mmix-*-*.
4400 * configure: Regenerate.
4401
44022012-11-12 Wei Mi <wmi@google.com>
4403
4404 * configure.ac: Add libsanitizer to target_libraries.
4405 * Makefile.def: Ditto.
4406 * configure: Regenerate.
4407 * Makefile.in: Regenerate.
4408 * libsanitizer: New directory for asan runtime. Contains an empty
4409 tsan directory.
4410
44112012-11-03 Corinna Vinschen <corinna@vinschen.de>
4412
4413 * configure.ac (FLAGS_FOR_TARGET,target=cygwin): Fix for building
4414 against Mingw64 w32api.
4415 * configure: Regenerate.
4416
44172012-11-03 H.J. Lu <hongjiu.lu@intel.com>
4418
4419 * configure: Regenerated.
4420
44212012-11-03 Robert Mason <rbmj@verizon.net>
4422
4423 * configure.ac: add --disable-libstdcxx configure option
4424 and handle defaulted state only for VxWorks, ARM-wince-pe and AVR.
4425
44262012-10-30 Ganesh Gopalasubramanian <Ganesh.Gopalasubramanian@amd.com>
4427
4428 * MAINTAINERS (Write After Approval): Add myself.
4429
44302012-10-26 James Greenhalgh <james.greenhalgh@arm.com>
4431
4432 * MAINTAINERS (Write After Approval): Add myself.
4433
44342012-10-24 Sharad Singhai <singhai@google.com>
4435
4436 * MAINTAINERS (Write After Approval): Add myself.
4437
44382012-10-24 Eric Christopher <echristo@gmail.com>
4439
4440 * MAINTAINERS: Update email address.
4441
44422012-10-23 Eric Botcazou <ebotcazou@adacore.com>
4443
4444 PR bootstrap/54820
4445 * configure.ac (have_static_libs): Force 'no' for GCC version < 4.5.
4446 * configure: Regenerate.
4447
44482012-10-23 Richard Earnshaw <rearnsha@arm.com>
4449
4450 * MAINTAINERS (aarch64): Add Marcus and myself.
4451
44522012-10-22 Eric Botcazou <ebotcazou@adacore.com>
4453
4454 PR bootstrap/54820
4455 * Makefile.tpl (STAGE1_FLAGS_TO_PASS): New variable.
4456 (all-[+prefix+][+module+]): Pass stage1_args to sub-makes.
4457 (all-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
4458 (clean-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
4459 (host_modules): Set stage1_args to STAGE1_FLAGS_TO_PASS.
4460 * Makefile.in: Regenerate.
4461 * configure.ac (have_static_libs): New variable and associated check.
4462 (stage1-ldflags): Move to after stage1_libs and set to -static-libstdc++
4463 -static-libgcc if stage1_libs is empty and have_static_libs is yes.
4464 * configure: Regenerate.
4465
44662012-10-10 Richard Biener <rguenther@suse.de>
4467
4468 * MAINTAINERS: Adjust for changed surname.
4469
44702012-10-04 Lawrence Crowl <crowl@google.com>
4471
4472 * MAINTAINERS (Write After Approval): Add myself.
4473
44742012-10-01 Cary Coutant <ccoutant@google.com>
4475
4476 * MAINTAINERS: Add myself as dwarf debugging code maintainer.
4477
44782012-09-28 Ian Lance Taylor <iant@google.com>
4479
4480 * Makefile.def: Make all-target-libgo depend on
4481 all-target-libbacktrace.
4482 * Makefile.in: Rebuild.
4483
44842012-09-26 Ian Lance Taylor <iant@google.com>
4485
4486 * Makefile.def: Make all-gcc depend on all-libbacktrace.
4487 * Makefile.in: Rebuild.
4488
44892012-09-20 Walter Lee <walt@tilera.com>
4490
4491 * configure.ac: Add tilegx to list of targets that support gold.
4492 * configure: Regenerate.
4493
44942012-09-20 Marek Polacek <polacek@redhat.com>
4495
4496 * MAINTAINERS (Write After Approval): Add myself.
4497
44982012-09-19 Steve Ellcey <sellcey@mips.com>
4499
4500 * configure.ac: Add mips*-mti-elf* target.
4501 * configure: Regenerate.
4502
45032012-09-17 Ian Lance Taylor <iant@google.com>
4504
4505 * MAINTAINERS (Various Maintainers): Add libbacktrace.
4506 * configure.ac (host_libs): Add libbacktrace.
4507 (target_libraries): Add libbacktrace.
4508 * Makefile.def (host_modules): Add libbacktrace.
4509 (target_modules): Likewise.
4510 * configure, Makefile.in: Rebuild.
4511
45122012-09-14 David Edelsohn <dje.gcc@gmail.com>
4513
4514 PR target/38607
4515 Merge upstream change.
4516 * libtool.m4 (_LT_COMPILER_PIC): Add -fPIC to GCC and GXX for AIX.
4517
4518 * configure.ac: Add target-libquadmath to noconfigdirs for AIX.
4519 Add libgomp*.o to compare_exclusions for AIX.
4520 * configure: Regenerate.
4521
45222012-09-06 Diego Novillo <dnovillo@google.com>
4523
4524 * configure.ac: Bump minimum GMP version to 4.2.3.
4525 * configure: Re-generate.
4526
45272012-09-05 Georg-Johann Lay <avr@gjlay.de>
4528
4529 PR target/54461
4530 * configure.ac (noconfigdirs,target=avr-*-*): Add target-newlib,
4531 target-libgloss if not configured --with-avrlibc=no.
4532 * configure: Regenerate.
4533
45342012-09-04 Jason Merrill <jason@redhat.com>
4535
4536 * configure.ac: Fix --enable-languages=all.
4537
45382012-09-04 Christophe Lyon <christophe.lyon@st.com>
4539
4540 * MAINTAINERS (Write After Approval): Add myself.
4541
45422012-09-03 Richard Guenther <rguenther@suse.de>
4543
4544 PR bootstrap/54138
4545 * configure.ac: Re-organize ISL / CLOOG checks to allow
4546 disabling with either --without-isl or --without-cloog.
4547 * configure: Regenerated.
4548
45492012-09-03 Georg-Johann Lay <avr@gjlay.de>
4550
4551 * configure.ac (noconfigdirs,target=avr): Add target-libquadmath.
4552 * configure: Regenerate.
4553
45542012-08-27 Ulrich Drepper <drepper@gmail.com>
4555
4556 * MAINTAINERS: Fix my email address.
4557
45582012-08-26 H.J. Lu <hongjiu.lu@intel.com>
4559
4560 PR binutils/4970
4561 * Makefile.def (host_modules): Rmove lib_path=.libs from bfd
4562 and opcodes.
4563 * Makefile.in: Regenerated.
4564
45652012-08-26 Art Haas <ahaas@impactweather.com>
4566
4567 * configure: Regenerate.
4568
45692012-08-25 Křištof Želechovski <giecrilj@stegny.2a.pl>
4570
4571 * INSTALL/README: Also refer to the online installation
4572 instructions.
4573
45742012-08-21 Hariharan Sandanagobalane <hariharan.gcc@gmail.com>
4575
4576 * MAINTAINERS (Write After Approval): Add myself.
4577 (Picochip port): Remove myself.
4578
45792012-08-14 Diego Novillo <dnovillo@google.com>
4580
4581 Merge from cxx-conversion branch.
4582
4583 * Makefile.tpl (STAGE[+id+]_CXXFLAGS): Remove
4584 POSTSTAGE1_CONFIGURE_FLAGS.
4585 * Makefile.in: Regenerate.
4586 * configure.ac (ENABLE_BUILD_WITH_CXX): Remove. Update all users.
4587 Force C++ when bootstrapping.
4588 * configure: Regenerate.
4589
45902012-07-24 Jan-Benedict Glaw <jbglaw@lug-owl.de>
4591
4592 * MAINTAINERS (Write After Approval): Add myself.
4593
45942012-07-16 Joseph Myers <joseph@codesourcery.com>
4595
4596 * README: Document use of ranges of years in copyright notices.
4597
45982012-07-06 Richard Guenther <rguenther@suse.de>
4599
4600 * Makefile.def (cloog): Pass $(HOST_GMPINC) and $(HOST_ISLINC)
4601 as CPPFLAGS, pass path to built gmp as LDFLAGS, always use
4602 --with-gmp=system.
4603 * Makefile.in: Regenerated.
4604 * configure: Likewise.
4605
46062012-07-06 Richard Guenther <rguenther@suse.de>
4607
4608 * configure.ac (extra_isl_gmp_configure_flags): Initialize and subst.
4609 * Makefile.def (isl): Use extra_isl_gmp_configure_flags and
4610 supply V=1 as extra_make_flags.
4611 * configure: Regenerated.
4612 * Makefile.in: Likewise.
4613
46142012-07-04 Tristan Gingold <gingold@adacore.com>
4615
4616 * configure: Regenerate.
4617
46182012-07-03 Richard Guenther <rguenther@suse.de>
4619
4620 * Makfile.def (isl): Remove not necessary extra_exports and
4621 extra_make_flags.
4622 (cloog): Use $$CPPFLAGS instead of ${CPPFLAGS}.
4623 * Makefile.in: Regenerated.
4624
46252012-07-03 Richard Guenther <rguenther@suse.de>
4626
4627 * Makefile.def (cloog): Add V=1 to extra_make_flags.
4628 * configure.ac: If either the ISL or the CLooG check failed
4629 do not try to build in-tree versions.
4630 * Makefile.in: Regenerated.
4631 * configure: Regenerated.
4632
46332012-07-03 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4634
4635 * configure: Regenerate.
4636
46372012-07-02 Janis Johnson <janisjo@codesourcery.com>
4638
4639 * MAINTAINERS (Various Maintainers): Add myself as testsuite
4640 maintainer.
4641
46422012-07-02 Richard Guenther <rguenther@suse.de>
4643
4644 * configure: Regenerated.
4645
46462012-07-02 Richard Guenther <rguenther@suse.de>
4647 Michael Matz <matz@suse.de>
4648 Tobias Grosser <tobias@grosser.es>
4649 Sebastian Pop <sebpop@gmail.com>
4650
4651 * Makefile.def: Add ISL host module, remove PPL host module.
4652 Adjust ClooG host module to use the proper ISL.
4653 * Makefile.tpl: Pass ISL include flags instead of PPL ones.
4654 * configure.ac: Include config/isl.m4. Add ISL host library,
4655 remove PPL. Remove PPL configury, add ISL configury, adjust
4656 ClooG configury.
4657 * Makefile.in: Regenerated.
4658 * configure: Likewise.
4659
46602012-07-02 Richard Guenther <rguenther@suse.de>
4661
4662 Merge from graphite branch
4663 2011-07-21 Tobias Grosser <tobias@grosser.es>
4664
4665 * configure: Regenerated.
4666 * config/cloog.m4: Remove support for CLooG-ppl and CLooG-parma,
4667 both cloog.org and legacy versions. The only supported version will
4668 be CLooG with the isl backend.
4669
4670 2011-07-21 Tobias Grosser <tobias@grosser.es>
4671
4672 * configure: Regenerated.
4673 * configure.ac: Require cloog isl 0.17.0
4674
4675 2011-07-21 Tobias Grosser <tobias@grosser.es>
4676
4677 * configure: Regenerated.
4678 * config/cloog.m4: Do not define CLOOG_ORG
4679
46802012-06-29 Steven Bosscher <steven@gcc.gnu.org>
4681
4682 * configure.ac: Skip C if explicitly selected.
4683 * configure: Regenerate.
4684
46852012-06-28 Christophe Lyon <christophe.lyon@st.com>
4686
4687 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Make sure
4688 they contain -O2.
4689 * configure: Regenerate.
4690
46912012-06-25 Richard Sandiford <rdsandiford@googlemail.com>
4692
4693 PR debug/53740
4694 * df.h, df-problems.c, dce.c: Revert last patch.
4695
46962012-06-25 Iain Sandoe <iain@codesourcery.com>
4697
4698 * MAINTAINERS (Write After Approval): Update my email address.
4699
47002012-06-21 Meador Inge <meadori@codesourcery.com>
4701
4702 * MAINTAINERS (Write After Approval): Add myself.
4703
47042012-06-20 Jason Merrill <jason@redhat.com>
4705
4706 * Makefile.tpl (check-target-libgomp-c++): New.
4707 (check-target-libitm-c++): New.
4708 * Makefile.def (c++): Add them.
4709 * Makefile.in: Regenerate.
4710
47112012-05-29 Edmar Wienskoski <edmar@freescale.com>
4712
4713 * MAINTAINERS (Write After Approval): Add myself.
4714
47152012-05-16 Olivier Hainque <hainque@adacore.com>
4716
4717 * Makefile.tpl (gcc-no-fixedincludes): Rename into ...
4718 (gcc-install-no-fixedincludes): Now forwarder to local target in gcc/
4719 (install-no-fixedincludes): Adjust accordingly.
4720 * Makefile.in: Regenerate.
4721
47222012-05-15 H.J. Lu <hongjiu.lu@intel.com>
4723
4724 Merge upstream change
4725 * libtool.m4 (_LT_ENABLE_LOCK): Support x32.
4726
47272012-05-14 Marc Glisse <marc.glisse@inria.fr>
4728
4729 * MAINTAINERS (Write After Approval): Add myself.
4730
47312012-05-09 Nick Clifton <nickc@redhat.com>
4732 Paul Smith <psmith@gnu.org>
4733
4734 PR bootstrap/50461
4735 * configure.ac (mpfr-dir): When using in-tree MPFR sources
4736 allow for the fact that from release v3.1.0 of MPFR the source
4737 files were moved into a src sub-directory.
4738 * configure: Regenerate.
4739
47402012-05-07 Janne Blomqvist <jb@gcc.gnu.org>
4741
4742 * configure.ac: Bump minimum MPFR version to 2.4.0.
4743 * configure: Regenerated.
4744
47452012-05-01 Richard Henderson <rth@redhat.com>
4746
4747 * Makefile.def (libatomic): New target_module.
4748 * configure.ac (target_libraries): Add libatomic.
4749 (noconfigdirs): Check if libatomic is supported.
4750 * Makefile.in, configure: Rebuild.
4751
47522012-05-01 Greta Yorsh <Greta.Yorsh@arm.com>
4753
4754 * MAINTAINERS (Write After Approval): Add myself.
4755
47562012-04-25 Joel Brobecker <brobecker@adacore.com>
4757
4758 * config.sub: Update to 2012-04-18 version from official repo.
4759
47602012-04-24 Naveen H.S <naveen.S@kpitcummins.com>
4761
4762 * MAINTAINERS (Write After Approval): Add myself.
4763
47642012-04-11 Steve Ellcey <sellcey@mips.com>
4765
4766 * MAINTAINERS: Changed email address.
4767
47682012-03-28 Georg-Johann Lay <avr@gjlay.de>
4769
4770 PR target/52737
4771 * contrib/gcc_update (files_and_dependencies):
4772 Remove gcc/config/avr/t-multilib from touch data.
4773
47742012-03-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4775
4776 * MAINTAINERS (OS Port Maintainers): Remove irix.
4777 * configure.ac (enable_libgomp): Remove *-*-irix6*.
4778 (unsupported_languages): Remove mips-sgi-irix6.*.
4779 (noconfigdirs): Don't add ${libgcj} for mips*-*-irix6*.
4780 (with_stabs): Remove.
4781 * configure: Regenerate.
4782
47832012-03-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4784
4785 * MAINTAINERS (OS Port Maintainers): Remove osf.
4786 * configure.ac (enable_libgomp): Remove *-*-osf*.
4787 (with_stabs): Remove alpha*-*-osf*.
4788 * configure: Regenerate.
4789
47902012-03-05 Tristan Gingold <gingold@adacore.com>
4791
4792 * configure.ac: Enable gdb and readline for ia64*-*-*vms*.
4793 * configure: Regenerate.
4794
47952012-02-17 Walter Lee <walt@tilera.com>
4796
4797 * MAINTAINERS: (Write After Approval): Delete myself.
4798
47992012-02-14 Walter Lee <walt@tilera.com>
4800
4801 * MAINTAINERS (tilegx port): Add myself.
4802 (tilepro port): Add myself.
4803 (Write After Approval): Add myself.
4804
48052012-02-12 Gerald Pfeifer <gerald@pfeifer.com>
4806
4807 * MAINTAINERS (Various Maintainers): Add Diego Novillo, Gerald Pfeifer
4808 and Joseph Myers as docstring relicensing maintainers.
4809
48102012-02-09 Bin Cheng <bin.cheng@arm.com>
4811
4812 * MAINTAINERS (write-after-approval): Add myself.
4813
48142012-02-08 Ira Rosen <irar@il.ibm.com>
4815
4816 * MAINTAINERS (Various Maintainers): Remove myself as auto-vectorizer
4817 maintainer.
4818
48192012-02-04 Venkataramanan Kumar <venkataramanan.kumar@amd.com>
4820
4821 * MAINTAINERS (Write After Approval): Move myself to
4822 maintain alphabetical order.
4823
48242012-02-03 Venkataramanan Kumar <venkataramanan.kumar@amd.com>
4825
4826 * MAINTAINERS (Write After Approval): Add myself.
4827
48282012-02-02 Jayant R Sonar <jayant.sonar@kpitcummins.com>
4829
4830 * MAINTAINERS (Write After Approval): Add myself.
4831
48322012-02-02 Sumanth G <sumanth.gundapaneni@kpitcummins.com>
4833 Jayant R Sonar <jayant.sonar@kpitcummins.com>
4834
4835 * configure.ac (cr16-*-*): Remove nonconfigdirs.
4836 * configure: Regenerate.
4837
48382012-01-23 Harshit Chopra <harshit@google.com>
4839
4840 * MAINTAINERS (Write After Approval): Add myself.
4841
48422012-01-22 Douglas B Rupp <rupp@ngnat.com>
4843
4844 * configure.ac: Remove reference to mh-interix.
4845 * configure: Regenerate.
4846
48472012-01-05 Richard Henderson <rth@redhat.com>
4848
4849 PR bootstrap/51072
4850 * configure.ac: Disable libitm if c++ is not enabled.
4851 * configure: Rebuild.
4852
4853 * configure.ac: Fix regexp for same.
4854 * configure: Rebuild.
4855
48562012-01-02 Balaji V. Iyer <bviyer@gmail.com>
4857
4858 * MAINTAINERS (Write After Approval): Add myself.
4859
48602012-01-02 Richard Guenther <rguenther@suse.de>
4861
4862 PR bootstrap/51686
4863 * Makefile.def (install-strip-gcc): Depend on install-strip-lto-plugin.
4864 * Makefile.in: Regenerate.
4865
48662011-12-28 Oleg Endo <olegendo@gcc.gnu.org>
4867
4868 * MAINTAINERS (Write After Approval): Add myself.
4869
48702011-12-18 Eric Botcazou <ebotcazou@adacore.com>
4871
4872 * configure: Regenerate.
4873
48742011-12-14 Hariharan Sandanagobalane <hariharan.gcc@gmail.com>
4875
4876 * MAINTAINERS (picochip): Changed email address.
4877
48782011-11-30 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
4879
4880 * MAINTAINERS (write-after-approval): Add self.
4881
48822011-11-29 DJ Delorie <dj@redhat.com>
4883
4884 * configure.ac (rl78-*-*) New case.
4885 * configure: Regenerate.
4886 * MAINTAINERS: Add myself as RL78 maintainer.
4887
48882011-11-21 Eric Botcazou <ebotcazou@libertysurf.fr>
4889
4890 * MAINTAINERS: Add self as co-maintainer of the Ada front end.
4891
48922011-11-21 Andreas Tobler <andreast@fgznet.ch>
4893
4894 * libtool.m4: Additional FreeBSD 10 fixes.
4895
48962011-11-21 Joern Rennecke <joern.rennecke@embecosm.com>
4897
4898 * MAINTAINERS: Move myself from Write After Approval to CPU Port
4899 Maintainers section, as Epiphany maintainer.
4900
49012011-11-18 Iain Sandoe <iains@gcc.gnu.org>
4902
4903 PR target/49992
4904 * configure.ac: Remove ranlib special-casing for Darwin.
4905 * configure: Regenerate.
4906
49072011-11-12 Andrey Belevantsev <abel@ispras.ru>
4908
4909 * MAINTAINERS (Reviewers): Keep the list sorted.
4910
49112011-11-11 Andrey Belevantsev <abel@ispras.ru>
4912
4913 * MAINTAINERS (Selective Scheduling): Add myself as a reviewer.
4914
49152011-11-09 Roland McGrath <mcgrathr@google.com>
4916
4917 * configure.ac: Add tool checks for READELF and READELF_FOR_TARGET.
4918 * configure: Rebuild.
4919 * Makefile.def (flags_to_pass): Add READELF_FOR_TARGET.
4920 * Makefile.tpl (READELF, READELF_FOR_TARGET): New variables.
4921 (HOST_EXPORTS): Add READELF, READELF_FOR_TARGET.
4922 (BASE_FLAGS_TO_PASS): Add READELF_FOR_TARGET.
4923 (BASE_TARGET_EXPORTS, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS):
4924 Add READELF.
4925 * Makefile.in: Rebuild.
4926
49272011-11-09 Jason Merrill <jason@redhat.com>
4928
4929 * Makefile.def (language=c++): Remove check-c++0x.
4930 * Makefile.in (check-gcc-c++): Regenerate.
4931
49322011-11-08 Richard Henderson <rth@redhat.com>
4933
4934 * configure.ac: Test for libitm directory present first.
4935
4936 * configure.ac: Adjust srcdir for running libitm/configure.tgt.
4937
4938 * configure.ac: Test libitm/configure.tgt to disable libitm.
4939 * configure: Rebuild.
4940
49412011-11-07 Aldy Hernandez <aldyh@redhat.com>
4942 Richard Henderson <rth@redhat.com>
4943
4944 Merged from transactional-memory.
4945
4946 * Makefile.def (lang_env_dependencies): libitm is c++.
4947 Add libitm target module.
4948 * configure.ac: Likewise.
4949 * config/mmap.m4: New file.
4950 * contrib/gcc_update: Add libitm to touch data.
4951 * Makefile.in, configure: Rebuild.
4952
49532011-11-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4954
4955 * Makefile.tpl (EXTRA_GCC_FLAGS): Remove LIBGCC2_CFLAGS,
4956 LIBGCC2_DEBUG_CFLAGS, LIBGCC2_INCLUDES.
4957 * Makefile.in: Regenerate.
4958
49592011-11-01 DJ Delorie <dj@redhat.com>
4960
4961 * config.sub: Update to version 2011-10-29 (added rl78)
4962
49632011-10-27 Nick Clifton <nickc@redhat.com>
4964
4965 * config.sub: Import these changes from the config project:
4966
4967 2011-10-08 Joern Rennecke <joern.rennecke@embecosm.com>
4968 Ben Elliston <bje@gnu.org>
4969
4970 * config.sub (epiphany): New.
4971
4972 2011-09-09 Linas Vepstas <linasvepstas@gmail.com>
4973 Ben Elliston <bje@gnu.org>
4974
4975 * config.sub (hexagon, hexagon-*): New.
4976
4977 2011-08-23 Roland McGrath <mcgrathr@google.com>
4978
4979 * config.sub: Rename 32eb to be32, 32el to le32, 64el to le64, and
4980 64eb to be64.
4981
4982 2011-08-16 Roland McGrath <mcgrathr@google.com>
4983
4984 * config.sub (32eb, 32el, 64eb, 64el): New (pseudo-)CPUs.
4985 (nacl): Grok as alias for 32el-unknown-nacl.
4986
49872011-10-25 Kirill Yukhin <kirill.yukhin@intel.com>
4988
4989 * MAINTAINERS (Write After Approval): Add myself.
4990
49912011-10-24 Teresa Johnson <tejohnson@google.com>
4992
4993 * MAINTAINERS (Write After Approval): Add myself.
4994
49952011-09-21 Jakub Jelinek <jakub@redhat.com>
4996
4997 * MAINTAINERS (sparc port): Remove myself.
4998
49992011-09-14 Tom de Vries <tom@codesourcery.com>
5000
5001 * MAINTAINERS (Write After Approval): Add myself.
5002
50032011-08-14 Yao Qi <yao@codesourcery.com>
5004
5005 * configure.ac (tic6x-*-*): Remove gdb from noconfigdirs.
5006 * configure: Regenerate.
5007
50082011-07-26 Ian Lance Taylor <iant@google.com>
5009
5010 * configure.ac: Set have_compiler based on whether gcc directory
5011 exists, rather than on whether gcc is in configdirs.
5012 * configure: Rebuild.
5013
50142011-07-21 Joseph Myers <joseph@codesourcery.com>
5015
5016 * MAINTAINERS (Global Reviewers): Add self.
5017
50182011-07-20 David Edelsohn <dje.gcc@gmail.com>
5019
5020 * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): Add libsupc++ to
5021 link directories.
5022 * Makefile.in: Rebuild.
5023
50242011-07-20 Ian Lance Taylor <iant@google.com>
5025
5026 PR bootstrap/49787
5027 * configure.ac: Move --enable-bootstrap handling earlier in file.
5028 If --enable-bootstrap and either --enable-build-with-cxx or
5029 --enable-build-poststage1-with-cxx, enable C++ automatically.
5030 * configure: Rebuild.
5031
50322011-07-19 Ian Lance Taylor <iant@google.com>
5033
5034 * configure.ac: Add --enable-build-poststage1-with-cxx. If set,
5035 make C++ a boot_language. Set and substitute
5036 POSTSTAGE1_CONFIGURE_FLAGS.
5037 * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): New variable.
5038 (STAGE[+id+]_CONFIGURE_FLAGS): Add $(POSTSTAGE1_CONFIGURE_FLAGS).
5039 * configure, Makefile.in: Rebuild.
5040
50412011-07-19 Vladimir Makarov <vmakarov@redhat.com>
5042
5043 * MAINTAINERS (Register Allocation): Move myself from reviewers to
5044 maintainers.
5045
50462011-07-18 Jakub Jelinek <jakub@redhat.com>
5047
5048 * MAINTAINERS (Global Reviewers): Add myself.
5049
50502011-07-18 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5051
5052 * configure: Regenerate.
5053
50542011-07-16 Jason Merrill <jason@redhat.com>
5055
5056 * Makefile.def (language=c++): Add check-c++0x and
5057 check-target-libmudflap-c++.
5058 * Makefile.tpl (check-target-libmudflap-c++): New.
5059 * Makefile.in: Regenerate.
5060
50612011-07-16 Matthias Klose <doko@ubuntu.com>
5062
5063 * Makefile.tpl (EXTRA_CONFIGARGS_LIBJAVA): Define.
5064 * Makefile.def (target_modules/libjava): Pass
5065 $(EXTRA_CONFIGARGS_LIBJAVA).
5066 * configure.ac: Pass --disable-static in EXTRA_CONFIGARGS_LIBJAVA,
5067 if not configured with --enable-static-libjava.
5068 * Makefile.in: Regenerate.
5069 * configure: Likewise.
5070
50712011-07-15 Jason Merrill <jason@redhat.com>
5072
5073 * Makefile.in (check-c++): Move check-gcc-c++0x after
5074 check-target-libstdc++-v3.
5075
50762011-07-15 Bernd Schmidt <bernds@codesourcery.com>
5077
5078 * MAINTAINERS (c6x port): New entry.
5079
50802011-07-13 Jason Merrill <jason@redhat.com>
5081
5082 * Makefile.in (check-gcc-c++0x): New.
5083 (check-c++): Depend on it.
5084
50852011-07-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5086
5087 PR target/39150
5088 * configure.ac (i[3456789]86-*-solaris2*): Also accept
5089 x86_64-*-solaris2.1[0-9]*.
5090 * configure: Regenerate.
5091
50922011-06-29 Richard Sandiford <rdsandiford@googlemail.com>
5093
5094 * MAINTAINERS (RTL optimizers): Add self.
5095
50962011-06-27 Gabriel Charette <gchare@google.com>
5097
5098 * MAINTAINERS (Write After Approval): Add myself.
5099
51002011-06-22 Hans-Peter Nilsson <hp@axis.com>
5101
5102 PR regression/47836
5103 PR bootstrap/23656
5104 PR other/47733
5105 PR bootstrap/49247
5106 PR c/48825
5107 * configure.ac (target_libraries): Remove target-libiberty.
5108 Remove case-statement setting skipdirs=target-libiberty for
5109 multiple targets. Remove checking target_configdirs and
5110 removing target-libiberty but keeping target-libgcc if
5111 otherwise empty.
5112 * Makefile.def (target_modules): Don't add libiberty.
5113 (dependencies): Remove all traces of target-libiberty.
5114 * configure, Makefile.in: Regenerate.
5115
51162011-06-13 Walter Lee <walt@tilera.com>
5117
5118 * configure.ac (tilepro-*-*) New case.
5119 (tilegx-*-*): Likewise.
5120 * configure: Regenerate.
5121
51222011-06-06 Jing Yu <jingyu@google.com>
5123
5124 * configure.ac: Skip target-libiberty for
5125 arm*-*-linux-androideabi.
5126 * configure: Regenerated.
5127
51282011-06-06 Nick Clifton <nickc@redhat.com>
5129
5130 * config.sub: Sync from upstream.
5131
51322011-06-05 Nenad Vukicevic <nenad@intrepid.com>
5133
5134 * MAINTAINERS (Write After Approval): Add myself.
5135
51362011-06-01 Daniel Jacobowitz <drow@false.org>
5137
5138 * MAINTAINERS: Update my email address.
5139
51402011-05-27 Nathan Froyd <froydnj@codesourcery.com>
5141
5142 * MAINTAINERS (Write After Approval): Update my email address.
5143
51442011-05-11 Paul Pluzhnikov <ppluzhnikov@google.com>
5145
5146 * MAINTAINERS (Write After Approval): Add myself.
5147
51482011-05-08 Doug Kwan <dougkwan@google.com>
5149
5150 * configure.ac: Propagate LDFLAGS_FOR_TARGET.
5151 * configure: Regenerated.
5152 * Makefile.tpl (LDFLAGS_FOR_TARGET): Use LDFLAGS_FOR_TARGET
5153 value from configure.
5154 * Makefile.in: Regenerated.
5155
51562011-05-05 Joseph Myers <joseph@codesourcery.com>
5157
5158 * configure.ac (alpha*-dec-osf*, i[[3456789]]86-*-rdos*,
5159 sh*-*-pe|mips*-*-pe|arm-wince-pe, sparc-*-sunos4*, *-*-aix*,
5160 *-*-beos*, *-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-linux*
5161 | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-lynxos*,
5162 *-*-mingw*, *-*-netbsd*, *-*-netware*, *-*-tpf*, *-*-uclinux*,
5163 *-*-vxworks*): Disable newlib and libgloss in separate case
5164 statement.
5165 (i[[3456789]]86-*-linux*): Move logic allowing newlib to be built
5166 to separate case statement.
5167 (*-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
5168 *-*-netware*, *-*-tpf*, *-*-uclinux*, *-*-vxworks*,
5169 alpha*-dec-osf*, alpha*-*-linux*, am33_2.0-*-linux*, sh-*-linux*,
5170 sh*-*-pe|mips*-*-pe|*arm-wince-pe, arm-*-coff, arm-*-elf* |
5171 arm*-*-eabi*, arm*-*-linux-gnueabi, arm*-*-symbianelf*, avr-*-*,
5172 bfin-*-*, cris-*-* | crisv32-*-*, frv-*-*, i[[3456789]]86-*-coff |
5173 i[[3456789]]86-*-elf, i[[3456789]]86-w64-mingw*,
5174 i[[3456789]]86-*-mingw*, x86_64-*-mingw*,
5175 i[[3456789]]86-*-interix*, i[[3456789]]86-*-beos*,
5176 i[[3456789]]86-*-rdos*, m32r-*-*,
5177 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, m68k-*-elf*, m68*-*-*
5178 | fido-*-*, powerpc-*-aix*, powerpc-*-beos*, powerpc-*-eabi,
5179 powerpc-*-eabi* | powerpcle-*-eabi* | powerpc-*-rtems*,
5180 rs6000-*-lynxos*, rs6000-*-aix*, mips*-*-linux*, sparclet-*-aout*
5181 | sparc86x-*-*, sparc-*-elf*, sparc64-*-elf*, sparclite-*-*,
5182 sparc-*-sunos4*, sparc-*-solaris* | sparc64-*-solaris* |
5183 sparcv9-*-solaris*, *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu |
5184 *-*-kopensolaris*-gnu, *-*-lynxos*, *-*-*): Don't disable newlib
5185 and libgloss in main case over targets. Remove most empty cases
5186 in main case over targets.
5187 * configure: Regenerate.
5188
51892011-05-04 Janis Johnson <janisjo@codesourcery.com>
5190
5191 * MAINTAINERS (Write After Approval): Add myself.
5192
51932011-05-04 Joseph Myers <joseph@codesourcery.com>
5194
5195 * configure.ac: Remove code setting special library locations for
5196 hppa*64*-*-hpux11*. Remove code setting compiler for
5197 sparc-sun-solaris2*.
5198 * configure: Regenerate.
5199
52002011-05-04 Joseph Myers <joseph@codesourcery.com>
5201
5202 * configure.ac: Separate libgloss_dir settings from general case
5203 over targets.
5204 * configure: Regenerate.
5205
52062011-04-28 Joseph Myers <joseph@codesourcery.com>
5207
5208 * configure.ac (*-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
5209 alpha*-dec-osf*, alpha*-*-linux*, alpha*-*-*, sh-*-linux*,
5210 arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi, frv-*-*): Remove
5211 cases in libgcj-disabling case statement.
5212 (hppa*64*-*-linux*): Set unsupported_languages instead of
5213 disabling target-zlib.
5214 (hppa*64*-*-*): Restrict case in libgcj-disabling case statement
5215 to hppa*64*-*-hpux*.
5216 (hppa*-*-*): Restrict case in libgcj-disabling case statement to
5217 hppa*-*-hpux*.
5218 (ia64*-*-elf*, ia64*-**-hpux*, i[[3456789]]86-*-elf,
5219 i[[3456789]]86-*-linux*, *-*-cygwin*, i[[3456789]]86-*-interix*,
5220 i[[3456789]]86-*-solaris2*, m32r-*-*, m68k-*-elf*, m68*-*-* |
5221 fido-*-*, powerpc-*-eabi, powerpc-*-eabi* | powerpcle-*-eabi* |
5222 powerpc-*-rtems*, mips*-*-linux*, mips*-*-*, sh-*-* | sh64-*-*,
5223 sparc-*-elf*, sparc64-*-elf*, sparc-*-solaris* |
5224 sparc64-*-solaris* | sparcv9-*-solaris*, *-*-linux* | *-*-gnu* |
5225 *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-*): Remove cases in
5226 libgcj-disabling case statement.
5227 * configure: Regenerate.
5228
52292011-04-28 Joseph Myers <joseph@codesourcery.com>
5230
5231 * configure.ac: Disable Java for targets not supporting libffi.
5232 (*-*-chorusos, *-*-kaos*, am33_2.0-*-linux*, sh*-*-pe|mips*-*-pe):
5233 Remove cases in Java-disabling statement.
5234 (*arm-wince-pe): Change to arm-wince-pe.
5235 (arc-*-*, arm-*-coff, arm-*-pe*, arm-*-riscix*, avr-*-*): Remove
5236 cases in Java-disabling statement.
5237 (bfin-*-*): Don't disable Java again.
5238 (c4x-*-* | tic4x-*-*, tic54x-*-*, cr16-*-*, d10v-*-*, d30v-*-*,
5239 fr30-*-elf*, moxie-*-*, h8300*-*-*, h8500-*-*, hppa1.1-*-osf* |
5240 hppa1.1-*-bsd*, hppa*-*-*elf* | hppa*-*-lites* | hppa*-*-openbsd*,
5241 hppa*-*-pro*, i960-*-*, i[[3456789]]86-*-coff,
5242 i[[3456789]]86-*-pe, i[[3456789]]86-*-sco3.2v5*,
5243 i[[3456789]]86-*-sco*, i[[3456789]]86-*-sysv4*,
5244 i[[3456789]]86-*-beos*, i[[3456789]]86-*-rdos*,
5245 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*): Remove cases in
5246 Java-disabling statement.
5247 (mmix-*-*): Don't disable Java again.
5248 (mt-*-*, powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
5249 powerpc-*-beos*, rs6000-*-lynxos*, rs6000-*-*, m68k-apollo-*,
5250 microblaze*, mips*-sde-elf*, mips*-*-irix5*, mips*-*-bsd*,
5251 sparclet-*-aout* | sparc86x-*-*, sparclite-*-*, sparc-*-sunos4*,
5252 tic6x-*-*, v810-*-*, vax-*-*): Remove cases in Java-disabling
5253 statement.
5254 * configure: Regenerate.
5255
52562011-04-28 Joseph Myers <joseph@codesourcery.com>
5257
5258 * configure.ac: Separate cases disabling Java and Java libraries
5259 from general case over targets.
5260 * configure: Regenerate.
5261
52622011-04-21 Jie Zhang <jzhang918@gmail.com>
5263
5264 * MAINTAINERS: Update my email address.
5265
52662011-04-20 Easwaran Raman <eraman@google.com>
5267
5268 * MAINTAINERS (Write After Approval): Add myself.
5269
52702011-04-18 Jack Howarth <howarth@bromo.med.uc.edu>
5271
5272 PR lto/48086
5273 * configure.ac: Re-enable LTO on *-apple-darwin9*.
5274 * configure: Regenerate.
5275
52762011-04-16 Jim Meyering <meyering@redhat.com>
5277
5278 * MAINTAINERS (Write After Approval): Add myself.
5279
52802011-04-15 Dodji Seketeli <dodji@redhat.com>
5281
5282 * MAINTAINERS: Update my email address.
5283
52842011-04-13 Georg-Johann Lay <avr@gjlay.de>
5285
5286 * MAINTAINERS (Write After Approval): Add myself.
5287
52882011-04-12 Yufeng Zhang <yufeng.zhang@arm.com>
5289
5290 * MAINTAINERS (Write After Approval): Add myself.
5291
52922011-04-07 Stuart Henderson <shenders@gcc.gnu.org>
5293
5294 * MAINTAINERS (Write After Approval): Add myself.
5295
52962011-04-06 Joseph Myers <joseph@codesourcery.com>
5297
5298 * configure.ac (build_tools): Remove build-byacc.
5299 (host_libs): Remove mmalloc.
5300 (host_tools): Remove byacc make patch prms send-pr ash bash bzip2
5301 autoconf automake libtool diff rcs fileutils shellutils time
5302 textutils wdiff find uudecode hello tar gzip indent recode release
5303 sed perl gawk findutils gettext zip.
5304 (libgcj): Remove target-qthreads.
5305 (target_tools): Remove target-examples target-gperf.
5306 (YACC): Don't handle building byacc.
5307 * configure: Regenerate.
5308 * Makefile.def (ash, autoconf, automake, bash, byacc, bzip2, diff,
5309 dosutils, examples, fileutils, find, findutils, gawk, gettext,
5310 gnuserv, gperf, gzip, hello, indent, libtool, make, mmalloc,
5311 patch, perl, prms, qthreads, rcs, recode, release, sed, send-pr,
5312 shellutils, tar, textutils, time, uudecode, wdiff, zip): Don't
5313 handle building components.
5314 * Makefile.in: Regenerate.
5315
53162011-04-05 Sterling Augustine <augustine.sterling@gmail.com>
5317
5318 * MAINTAINERS: Update my email address as Xtensa maintainer.
5319
53202011-04-05 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5321
5322 * config.sub: Sync from upstream.
5323
53242011-04-01 Joseph Myers <joseph@codesourcery.com>
5325
5326 * configure.ac (avr-*-*): Add comment about why libssp is disabled.
5327 (microblaze*): Don't disable libssp.
5328 * configure: Regenerate.
5329
53302011-04-01 Joseph Myers <joseph@codesourcery.com>
5331
5332 * configure.ac: Remove code setting CONFIG_SHELL, config_shell and
5333 moveifchange.
5334 * configure: Regenerate.
5335 * Makefile.tpl: Use @SHELL@ not @config_shell@.
5336 * Makefile.in: Regenerate.
5337
53382011-04-01 Joseph Myers <joseph@codesourcery.com>
5339
5340 * configure.ac (*-*-sysv4*): Don't enable libgomp.
5341 (alpha*-*-*vms*, i[[34567]]86-*-sco3.2v5*, mn10300-*-*,
5342 powerpc-*-chorusos*, powerpc*-*-eabi*, powerpc*-*-sysv*,
5343 powerpc*-*-kaos*, s390x-ibm-tpf*, sparc64-*-elf*, v850*-*-*,
5344 xtensa*-*-elf*, *-*-beos*, *-*-elf*, *-*-netware*, *-*-rtems*,
5345 *-*-sysv[[45]]*, *-*-vxworks*, *-wrs-windiss): Remove
5346 md_exec_prefix cases.
5347 * configure: Regenerate.
5348
53492011-04-01 Joseph Myers <joseph@codesourcery.com>
5350
5351 * configure.ac: Separate cases disabling target-libssp,
5352 target-libiberty, target-libstdc++-v3 and Fortran from general
5353 case over targets.
5354 * configure: Regenerate.
5355
53562011-04-01 Joseph Myers <joseph@codesourcery.com>
5357
5358 * configure.ac (*-*-chorusos): Don't disable libgcj.
5359 (*-*-freebsd[[12]] | *-*-freebsd[[12]].* | *-*-freebsd*aout*):
5360 Remove case.
5361 (*-*-kaos*): Don't disable GCC libraries, zlib or fastjar.
5362 (arm-*-coff): Don't disable libgcj.
5363 (arm*-*-linux-gnueabi): Remove useless assignment.
5364 (arm-*-riscix*): Don't disable libgcj.
5365 (bfin-*-*): Don't enable target-bsp and target-cygmon depending on
5366 configuration.
5367 (c4x-*-* | tic4x-*-*): Don't disable GCC libraries.
5368 (c54x*-*-*): Remove case.
5369 (tic54x-*-*): Don't disable GCC or GCC libraries.
5370 (cris-*-* | crisv32-*-*): Don't handle *-*-aout. Change *-*-elf
5371 to *.
5372 (d10v-*-*): Don't disable GCC libraries.
5373 (d30v-*-*): Don't disable libgcj.
5374 (h8500-*-*): Don't disable GCC libraries.
5375 (i960-*-*): Don't disable libgcj.
5376 (i[[3456789]]86-*-linux*): Don't handle *-*-*libc1*.
5377 (i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
5378 i[[3456789]]86-*-sysv4*, i[[3456789]]86-*-beos*): Don't disable
5379 libgcj.
5380 (m68k-*-coff*): Remove case.
5381 (mmix-*-*): Don't disable libgloss on host.
5382 (mn10200-*-*, mn10300-*-*): Remove cases.
5383 (powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
5384 powerpc-*-beos*, m68k-apollo-*, mips*-*-irix5*, mips*-*-bsd*):
5385 Don't disable libgcj.
5386 (romp-*-*): Remove case.
5387 (sparclite-*-*, sparc-*-sunos4*): Don't disable libgcj.
5388 (sparc-*-solaris2.[[0-6]] | sparc-*-solaris2.[[0-6]].*): Remove
5389 case.
5390 (v810-*-*): Don't disable GCC libraries.
5391 (v850*-*-*, vax-*-vms, xtensa*-*-*): Remove cases.
5392 (ip2k-*-*): Don't disable GCC libraries.
5393 * configure: Regenerate.
5394
53952011-03-28 Joseph Myers <joseph@codesourcery.com>
5396
5397 * configure.ac (i[[3456789]]86-*-msdosdjgpp*): Don't disable
5398 libffi on host.
5399 (x86_64-*-mingw*, i[[3456789]]86-*-mingw32*): Don't disable newlib
5400 on host.
5401 (c54x*-*-* | tic54x-*-*): Don't disable newlib on host.
5402 * configure: Regenerate.
5403
54042011-03-26 John Marino <binutils@marino.st>
5405
5406 * configure.ac: Add support for *-*-dragonfly*
5407 * configure: Regenerate.
5408
54092011-03-25 Joseph Myers <joseph@codesourcery.com>
5410
5411 * configure.ac (native_only): Remove.
5412 (i[[3456789]]86-*-msdosdjgpp*): Don't disable expect dejagnu
5413 send-pr uudecode guile gnuserv on host.
5414 (x86_64-*-mingw*): Don't disable expect dejagnu autoconf automake
5415 send-pr rcs guile perl texinfo libtool on host.
5416 (i[[3456789]]86-*-mingw32*): Don't disable expect dejagnu autoconf
5417 automake send-pr rcs guile perl texinfo libtool on host.
5418 (*-*-cygwin*, *-*-netbsd*): Remove host cases.
5419 (*-*-kaos*): Don't disable target-examples target-gperf on target.
5420 (alpha*-dec-osf*): Don't disable fileutils on target.
5421 (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't disable target-examples
5422 texinfo send-pr expect dejagnu on target.
5423 (arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi): Don't disable
5424 target-qthreads on target.
5425 (hppa*-hp-hpux11*, hppa*-*-*): Don't disable shellutils on target.
5426 (ia64*-*-elf*, ia64*-*-*vms*): Don't disable mmalloc on target.
5427 (i[[3456789]]86-w64-mingw*, i[[3456789]]86-*-mingw*,
5428 x86_64-*-mingw*): Don't disable expect on target.
5429 (*-*-cygwin*): Don't disable target-gperf on target.
5430 (powerpc*-*-winnt* | powerpc*-*-pe*): Don't disable make expect
5431 gnuserv on target.
5432 (powerpcle-*-solaris*): Don't disable make expect gnuserv on
5433 target.
5434 * configure: Regenerate.
5435
54362011-03-25 Joseph Myers <joseph@codesourcery.com>
5437
5438 * configure.ac (target_tools): Remove target-groff.
5439 (native_only): Remove target-groff.
5440 (hppa*64*-*-*): Don't disable byacc.
5441 (i[[3456789]]86-*-mingw32*): Remove commented-out noconfigdirs
5442 setting.
5443 (*-*-kaos*): Don't skip target-librx and target-groff.
5444 (*-*-netware*): Don't skip target-libmudflap.
5445 (*-*-tpf*): Don't skip target-libmudflap.
5446 (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't condition configured
5447 directories on the host.
5448 (ia64*-*-*vms*): Don't skip tix.
5449 (sh-*-* | sh64-*-*): Don't condition skipped directories on the
5450 host.
5451 * configure: Regenerate.
5452
54532011-03-24 Paolo Bonzini <pbonzini@redhat.com>
5454
5455 * configure.ac: Remove references to mt-mep, mt-netware,
5456 mt-wince.
5457 * Makefile.def: Add all-utils soft dependencies.
5458 * Makefile.tpl: Remove GDB_NLM_DEPS.
5459 * configure: Regenerate.
5460 * Makefile.in: Regenerate.
5461
54622011-03-24 Paolo Bonzini <bonzini@gnu.org>
5463
5464 * configure.ac: Do not include mh-x86omitfp.
5465 * configure: Regenerate.
5466
54672011-03-24 Paolo Bonzini <bonzini@gnu.org>
5468
5469 * configure.ac: Remove empty cases.
5470 * configure: Regenerate.
5471
54722011-03-24 Paolo Bonzini <bonzini@gnu.org>
5473
5474 * Makefile.def: Add dependency from termcap to gdb.
5475 * Makefile.in: Regenerate.
5476
54772011-03-24 Paolo Bonzini <bonzini@gnu.org>
5478
5479 * configure.ac: Remove all mentions of mh-sysv4 and mh-solaris.
5480 * configure: Regenerate.
5481 * Makefile.def: Remove all mentions of X11_FLAGS_TO_PASS.
5482 * Makefile.tpl: Likewise.
5483 * Makefile.in: Regenerate.
5484
54852011-03-24 Paolo Bonzini <bonzini@gnu.org>
5486
5487 * configure.ac: Remove all mentions of tentative_cc.
5488 * configure: Regenerate.
5489
54902011-03-24 Joseph Myers <joseph@codesourcery.com>
5491
5492 * configure.ac (i[[3456789]]86-*-vsta, i[[3456789]]86-*-go32*,
5493 i[[3456789]]86-*-beos*, powerpc-*-beos*, m68k-hp-hpux*,
5494 m68k-apollo-sysv*, m68k-apollo-bsd*, m88k-dg-dgux*,
5495 m88k-harris-cxux*, m88k-motorola-sysv*, mips*-dec-ultrix*,
5496 mips*-nec-sysv4*, mips*-sgi-irix4*, mips*-*-sysv4*, mips*-*-sysv*,
5497 i370-ibm-opened*, i[[3456789]]86-*-sysv5*, i[[3456789]]86-*-dgux*,
5498 i[[3456789]]86-ncr-sysv4.3*, i[[3456789]]86-ncr-sysv4*,
5499 i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
5500 i[[3456789]]86-*-udk*, vax-*-ultrix2*, m68k-sun-sunos*,
5501 hppa*-*-hiux*, *-*-hiux*, rs6000-*-lynxos*, *-*-sysv4*,
5502 *-*-rhapsody*): Remove host cases.
5503 * configure: Regenerate.
5504
55052011-03-24 Joseph Myers <joseph@codesourcery.com>
5506
5507 * configure.ac (ppc*-*-pe): Remove host case.
5508 (strongarm-*-coff | xscale-*-coff, strongarm-*-elf* |
5509 xscale-*-elf*, thumb-*-coff, thumb-*-elf, thumb-*-pe, ep9312-*-elf
5510 | ep9312-*-coff, parisc*64*-*-linux*, ppc*-*-pe): Remove target
5511 cases.
5512 * configure: Regenerate.
5513
55142011-03-24 Joseph Myers <joseph@codesourcery.com>
5515
5516 * config.sub: Update to version 2011-03-23.
5517
55182011-03-22 Joseph Myers <joseph@codesourcery.com>
5519
5520 * configure.ac (arm-semi-aof, crx-*-*, parisc*-*-linux*,
5521 i370-*-opened*, i[[3456789]]86-moss-msdos | i[[3456789]]86-*-moss*
5522 | i[[3456789]]86-*-uwin*, mcore-*-pe*): Remove empty cases.
5523 * configure: Regenerate.
5524
55252011-03-22 Joseph Myers <joseph@codesourcery.com>
5526
5527 * MAINTAINERS (crx port, m68hc11 port): Remove. Move maintainers
5528 to Write After Approval.
5529 * config-ml.in: Don't handle arc-*-elf*.
5530 * configure.ac (arc-*-*, crx-*-*, i[[3456789]]86-*-pe,
5531 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, mcore-*-pe*): Don't
5532 handle GCC libraries.
5533 * configure: Regenerate.
5534
55352011-03-21 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5536
5537 PR bootstrap/48120:
5538 * configure.ac (pwllib): Use LIBS instead of LDFLAGS.
5539 Add -lstdc++ -lm to LIBS.
5540 * configure: Regenerate.
5541
55422011-03-18 David Edelsohn <dje.gcc@gmail.com>
5543
5544 * config.guess: Update to version 2011-02-02
5545 * config.sub: Update to version 2011-02-24
5546
55472011-03-16 Jack Howarth <howarth@bromo.med.uc.edu>
5548
5549 PR lto/48086
5550 * configure.ac: Re-enable LTO on *-apple-darwin9.
5551 * configure: Regenerate.
5552
55532011-03-13 Jack Howarth <howarth@bromo.med.uc.edu>
5554
5555 PR lto/48086
5556 * configure.ac: Disable LTO on darwin due to an assembler change in
5557 Xcode 3.2.6/4.0 that limits the total number of sections/segments to
5558 under 256.
5559 * configure: Regenerate.
5560
55612011-03-11 Chen Liqin <liqin.gcc@gmail.com>
5562
5563 * MAINTAINERS: Update myself as score backend maintainer,
5564 update my e-mail address.
5565
55662011-03-09 Xuepeng Guo <terry.guo@arm.com>
5567
5568 * MAINTAINERS: Update my e-mail address.
5569
55702011-03-06 Joey Ye <joey.ye@arm.com>
5571
5572 * MAINTAINERS: Update my e-mail address.
5573
55742011-03-02 Sebastian Pop <sebastian.pop@amd.com>
5575
5576 * configure.ac: Adjust test of with_ppl.
5577 * configure: Regenerated.
5578
55792011-03-02 Kai Tietz <ktietz@redhat.com>
5580
5581 * MAINTAINERS: Adjust my e-mail address.
5582
55832011-03-02 Sebastian Pop <sebastian.pop@amd.com>
5584
5585 * configure.ac: Add -lpwl to ppllibs.
5586 * configure: Regenerated.
5587
55882011-03-02 Sebastian Pop <sebastian.pop@amd.com>
5589
5590 * config/cloog.m4: Add -lisl to clooglibs.
5591 * configure: Regenerated.
5592
55932011-02-24 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
5594
5595 * MAINTAINERS (CPU Port maintainers): Add self.
5596
55972011-02-16 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5598
5599 * MAINTAINERS: Add myself as testsuite maintainer.
5600
56012011-02-15 Mike Stump <mikestump@comcast.net>
5602
5603 * MAINTAINERS: Add myself as testsuite maintainer.
5604
56052011-02-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5606
5607 Import from Libtool and gnulib:
5608
5609 2011-01-27 Gerald Pfeifer <gerald@pfeifer.com>
5610
5611 Prepare for supporting FreeBSD 10.
5612 * config.rpath: Remove handling of freebsd1* which soon would
5613 match FreeBSD 10.0.
5614
5615 2011-01-20 Gerald Pfeifer <gerald@pfeifer.com> (tiny change)
5616
5617 Remove support for FreeBSD 1.x.
5618 * libtool.m4 (_LT_LINKER_SHLIBS)
5619 (_LT_SYS_DYNAMIC_LINKER): Remove handling of freebsd1* which
5620 soon would incorrectly match FreeBSD 10.0.
5621
56222011-02-12 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5623
5624 PR binutils/12283
5625 * move-if-change: Import version from gnulib.
5626
56272011-02-12 Alexandre Oliva <aoliva@redhat.com>
5628
5629 PR lto/47225
5630 * Makefile.def (lto-plugin): Double dash for enable-shared.
5631 (configure-gcc): Depend on all-lto-plugin.
5632 * Makefile.in: Rebuilt.
5633
56342011-02-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5635
5636 * configure.ac: Remove extra bracket.
5637 * configure: Regenerate.
5638
56392011-02-08 Tobias Burnus <burnus@net-b.de>
5640
5641 * MAINTAINERS: Add myself as libquadmath maintainer.
5642
56432011-02-08 Thomas Schwinge <thomas@schwinge.name>
5644
5645 * MAINTAINERS: Update my email address.
5646
56472011-02-07 Joseph Myers <joseph@codesourcery.com>
5648
5649 * MAINTAINERS (option handling): Add self.
5650
56512011-02-06 Kai Tietz <kai.tietz@onevision.com>
5652
5653 PR lto/47225
5654 * Makefile.def: Add dependency for install-gcc
5655 on install-lto-plugin.
5656 * Makfile.in: Regenerated
5657
56582011-02-01 Sebastien Bourdeauducq <sebastien@milkymist.org>
5659
5660 * MAINTAINERS (CPU Port Maintainers): Add myself.
5661
56622011-01-31 Alexandre Oliva <aoliva@redhat.com>
5663
5664 PR libgcj/44341
5665 * configure.ac: Discard --with-* flags for host when configuring
5666 target libraries for cross build.
5667 * configure: Rebuilt.
5668
56692011-01-25 Sebastian Pop <sebastian.pop@amd.com>
5670
5671 * MAINTAINERS (linear loop transforms): Removed.
5672
56732011-01-25 Jakub Jelinek <jakub@redhat.com>
5674
5675 * configure.ac: If with_ppl is no, move setting with_cloog=no
5676 after CLOOG_REQUESTED check.
5677 * configure: Regenerated.
5678
56792011-01-25 Sebastian Pop <sebastian.pop@amd.com>
5680
5681 * configure.ac: Call AC_MSG_ERROR when PPL 0.11 is not present and
5682 CLooG has been requested.
5683 * configure: Regenerated.
5684
56852011-01-25 Sebastian Pop <sebastian.pop@amd.com>
5686
5687 * configure: Regenerated.
5688 * configure.ac: Check for version 0.11 (or later revision) of PPL.
5689
56902011-01-25 Tobias Grosser <grosser@fim.uni-passau.de>
5691
5692 * configure: Regenerated.
5693 * configure.ac: Use CLOOG_CHECK_VERSION(0,16,1).
5694
56952011-01-21 Andreas Schwab <schwab@redhat.com>
5696
5697 * configure.ac: Use AS_HELP_STRING throughout.
5698 * configure: Regenerate.
5699
57002011-01-18 Jie Zhang <jie.zhang@analog.com>
5701
5702 * configure.ac (bfin-*-*): Remove gdb from noconfigdirs.
5703 * configure: Regenerate.
5704
57052011-01-13 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
5706
5707 * ltmain.sh (relink): Use absolute path when hardcoding with -L.
5708
57092011-01-13 Joel Brobecker <brobecker@adacore.com>
5710
5711 * configure.ac: Remove readline, mmalloc, and gdb from noconfigdirs
5712 for ia64-hpux.
5713 * configure: Regenerate.
5714
57152011-01-07 Jan Hubicka <jh@suse.cz>
5716
5717 PR lto/47225
5718 * Makefile.in: Regenerate.
5719 * Makefile.def (lto-plugin): Always pass enable-shared to the plugin
5720 configure.
5721
57222011-01-07 Jan Hubicka <jh@suse.cz>
5723
5724 * Makefile.in: Regenerate.
5725 * Makefile.def (gcc host module) and soft dependency on lto-plugin
5726 and configure dependency on lto-plugin configure.
5727 (lto-plugin module): Remove dependency on GCC; add dependency on
5728 liniberty.
5729
57302011-01-07 William Schmidt <wschmidt@linux.vnet.ibm.com>
5731
5732 * MAINTAINERS (Write After Approval): Add myself.
5733
57342010-12-23 Hariharan Sandanagobalane <hariharan@picochip.com>
5735
5736 * configure: Regenerate.
5737
57382010-12-22 Hariharan Sandanagobalane <hariharan@picochip.com>
5739
5740 * configure.ac: (picochip): Disable libiberty.
5741
57422010-12-14 Kaushik Phatak <kaushik.phatak@kpitcummins.com>
5743
5744 * MAINTAINERS (Write After Approval): Add myself.
5745
57462010-12-10 Ian Lance Taylor <iant@google.com>
5747
5748 PR bootstrap/46819
5749 * configure.ac: For --disable-libgcj clear libgcj_saved.
5750 * configure: Rebuild.
5751
57522010-12-10 Tobias Burnus <burnus@net-b.de>
5753
5754 PR fortran/46540
5755 * configure.ac: Add --disable-libquadmath and
5756 --disable-libquadmath-support.
5757 * configure: Regenerate.
5758
57592010-12-03 Ian Lance Taylor <iant@google.com>
5760
5761 * MAINTAINERS: Add myself as libgo maintainer.
5762
57632010-12-03 Hans-Peter Nilsson <hp@axis.com>
5764
5765 PR libffi/46792
5766 * configure.ac (cris-*-elf, crisv32-*-elf): Disable target-libffi.
5767 * configure: Regenerate.
5768
57692010-12-02 Ian Lance Taylor <iant@google.com>
5770
5771 * configure.ac: Always set default for poststage1_ldflags to
5772 -static-libstdc++ -static-libgcc.
5773
57742010-11-29 Andreas Schwab <schwab@redhat.com>
5775
5776 * configure.ac: Move comment to remove extra space in last argument
5777 of GCC_TARGET_TOOL.
5778
57792010-11-26 Alexandre Oliva <aoliva@redhat.com>
5780
5781 PR other/46026
5782 * configure.ac (CXX_FOR_TARGET): Add -funconfigured-libstdc++-v3.
5783 * Makefile.def (CXX_FOR_TARGET): Removed from flags_to_pass.
5784 * Makefile.tpl (CXX_FOR_TARGET_FLAG_TO_PASS): New.
5785 (BASE_FLAGS_TO_PASS): Use it.
5786 * configure: Rebuilt.
5787 * Makefile.in: Rebuilt.
5788
57892010-11-23 H.J. Lu <hongjiu.lu@intel.com>
5790
5791 PR binutils/12258
5792 * configure.ac: Correct comments for --enable-gold/--enable-ld.
5793 Properly check default linker.
5794 * configure: Regnerated.
5795
57962010-11-23 Matthias Klose <doko@ubuntu.com>
5797
5798 * configure.ac: For --enable-gold, handle value `default' instead of
5799 `both*'. New configure option --{en,dis}able-ld.
5800 * configure: Regenerate.
5801
58022010-11-20 Ian Lance Taylor <iant@google.com>
5803
5804 * configure.ac: Only disable a language library if no language needs
5805 it. Don't let --disable-libgcj uncondtionally disable libffi.
5806 * configure: Rebuild.
5807
58082010-11-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5809
5810 * Makefile.in: Regenerate.
5811
5812 PR other/46202
5813 * configure.ac: Fix just-built in-tree STRIP name to be
5814 binutils/strip-new.
5815 * configure: Regenerate.
5816 * Makefile.def (install-strip-gcc, install-strip-binutils)
5817 (install-strip-opcodes, install-strip-ld, install-strip-itcl)
5818 (install-strip-sid): Mirror dependencies on non-strip variants
5819 of these targets on the respective -strip prerequisites.
5820 * Makefile.tpl (install-strip, install-strip-host)
5821 (install-strip-target): New targets.
5822 (install-strip-[+module+], install-strip-target-[+module+]):
5823 New targets.
5824 * Makefile.in: Regenerate.
5825
58262010-11-19 Ian Lance Taylor <iant@google.com>
5827 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5828
5829 * configure.ac: Add target-libgo to target_libraries. Set
5830 and substitute GOC_FOR_BUILD and GOC_FOR_TARGET.
5831 * Makefile.tpl (BUILD_EXPORTS): Add GOC and GOCFLAGS.
5832 (HOST_EXPORTS): Add GOC.
5833 (BASE_TARGET_EXPORTS): Add GOC.
5834 (GOC_FOR_BUILD, GOCFLAGS, GOC_FOR_TARGET): New variables.
5835 (GOCFLAGS_FOR_TARGET): New variable.
5836 (EXTRA_HOST_FLAGS): Add GOC.
5837 (EXTRA_TARGET_FLAGS): Add GOC and GOCFLAGS.
5838 * Makefile.def (target_modules): Add libgo.
5839 (flags_to_pass): Add GOC_FOR_TARGET and GOCFLAGS_FOR_TARGET.
5840 (dependencies): Add dependency from configure-target-libgo to
5841 configure-target-libffi and all-target-libstdc++-v3. Add
5842 dependencies from all-target-libgo to all-target-libffi.
5843 (languages): Add go.
5844 * configure: Rebuild.
5845 * Makefile.in: Rebuild.
5846
58472010-11-19 Ian Lance Taylor <iant@google.com>
5848
5849 * config-ml.in: Add Go support: treat GOC and GOCFLAGS like other
5850 compiler/flag environment variables.
5851
58522010-11-18 Ian Lance Taylor <iant@google.com>
5853
5854 * configure.ac: Check for lang_requires_boot_languages in
5855 config-lang.in files.
5856 * configure: Rebuild.
5857
58582010-11-16 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
1ec601bf
FXC
5859 Tobias Burnus <burnus@net-b.de>
5860
5861 PR fortran/32049
5862 * Makefile.def: Add libquadmath; build it with language=fortran.
5863 * configure.ac: Add libquadmath.
5864 * Makefile.tpl: Handle multiple libs in check-[+language+].
5865 * Makefile.in: Regenerate.
5866 * configure: Regenerate.
5867
b9b9d342
TT
58682010-11-16 Tom Tromey <tromey@redhat.com>
5869
5870 * MAINTAINERS: Moved myself to reviewers section.
5871
ecbfe87a
ZD
58722010-11-15 Zdenek Dvorak <ook@ucw.cz>
5873
5874 * MAINTAINERS: Moved myself to reviewers section.
5875
29a4f477
RW
58762010-11-15 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5877
5878 * MAINTAINERS (Various Maintainers): Add self for build machinery.
5879 (Write After Approval): Remove self.
5880
9965e3cd
AS
58812010-11-15 Andreas Schwab <schwab@redhat.com>
5882
5883 * configure.ac: Fix spelling in option names.
5884 * configure: Regenerated.
5885
0463992b
GJL
58862010-11-13 Georg-Johann Lay <georgjohann@web.de>
5887
5888 PR bootstrap/39622
5889 * configure.ac (FLAGS_FOR_TARGET): Add include-fixed path.
5890 * configure: Regenerated.
5891
3df08734
KG
58922010-11-13 Kaveh R. Ghazi <ghazi@gcc.gnu.org>
5893
5894 * MAINTAINERS: Update my email address.
5895
f16e2237
TG
58962010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
5897
f16e2237
TG
5898 * configure: Regenerate.
5899
0bb52d68
TG
59002010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
5901
1f980c25 5902 * configure: Regenerate.
0bb52d68 5903
aba2b02e
TG
59042010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
5905
aba2b02e
TG
5906 * configure: Regenerate.
5907
27882098
TG
59082010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
5909
27882098
TG
5910 * configure: Regenerate.
5911
d32ef397
AS
59122010-11-11 Andreas Simbuerger <simbuerg@fim.uni-passau.de>
5913
5914 * configure.ac: Support official CLooG.org versions.
5915 * configure: Regenerate.
5916 * config/cloog.m4: New.
5917
5a4b6c0e
FD
59182010-11-10 François Dumont <francois.cppdevs@free.fr>
5919
5920 * MAINTAINERS (Write After Approval): Add myself.
5921
f2cea726
DE
59222010-11-09 David Edelsohn <dje.gcc@gmail.com>
5923
5924 * MAINTAINERS: Update my email address.
5925
d8ed14ce
IS
59262010-11-04 Iain Sandoe <iains@gcc.gnu.org>
5927
5928 * configure.ac (*-*-darwin*): Use mh-darwin for all Darwin variants.
5929 * configure: Regenerate.
d8ed14ce 5930
48215350
DK
59312010-11-03 Ian Lance Taylor <iant@google.com>
5932 Dave Korn <dave.korn.cygwin@gmail.com>
5933
5934 PR lto/46273
5935 * configure.ac: Remove libelf tests. Build lto-plugin on ELF always
5936 and on other supported platforms whenever LTO is enabled.
5937 * configure: Rebuild.
5938
87841584
AM
59392010-11-02 Alan Modra <amodra@gmail.com>
5940
5941 PR binutils/12110
5942 * configure.ac: Error when source path contains spaces.
5943 * configure: Regenerate.
5944
fe12dfe1
JW
59452010-10-23 James E. Wilson <wilson@codesourcery.com>
5946
5947 * MAINTAINERS: Update my email address.
5948
66c92425
ILT
59492010-10-20 Ian Lance Taylor <iant@google.com>
5950
5951 * Makefile.def (target_modules): Set lib_path to src/.libs for
5952 libstdc++-v3 module.
5953 * Makefile.tpl: Fix typo in TARGET_LIB_PATH comment.
5954 * Makefile.in: Rebuild.
5955
187d3518
LB
59562010-10-18 Laurynas Biveinis <laurynas.biveinis@gmail.com>
5957
5958 * MAINTAINERS (Reviewers): Add myself for gengtype/GTY.
5959 (Write After Approval): Remove myself.
5960
02db6bba
TG
59612010-10-15 Tristan Gingold <gingold@adacore.com>
5962
5963 * MAINTAINERS (OS Port Maintainers): Add myself for VMS.
5964
c0103e74
DR
59652010-10-14 Douglas Rupp <rupp@gnat.com>
5966
5967 * MAINTAINERS (OS Port Maintainers): Add myself for VMS.
5968
1cd0b716
DK
59692010-10-07 Dave Korn <dave.korn.cygwin@gmail.com>
5970
5971 * configure.ac (build_lto_plugin): New shell variable.
5972 (--enable-lto): Turn on by default for all non-ELF platforms that
5973 have had LTO support added so far. Set build_lto_plugin appropriately
5974 for both ELF and non-ELF.
5975 (configdirs): Add lto-plugin or not based on build_lto_plugin.
5976 * configure: Regenerate.
5977
d4c1abb3
RW
59782010-10-07 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5979
5980 Sync from src:
5981 * configure.ac (v850 support): Remove target-libgloss from
5982 noconfigdirs.
5983 * configure: Regenerate.
5984
ffedf511
RW
59852010-10-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5986
5987 PR bootstrap/45326
5988 PR bootstrap/45174
5989 * configure.ac: Honor initial values of $build_configargs,
5990 $host_configargs, $target_configargs. Mark the precious, so
5991 environment settings get recorded.
5992 * configure: Regenerate.
5993
e1826acc
RW
59942010-09-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5995
5996 PR bootstrap/45796
5997 * Makefile.def (info-gcc, dvi-gcc, pdf-gcc, html-gcc):
5998 Depend on all-build-libiberty.
5999 * Makefile.in: Regenerate.
6000
80920132
ME
60012010-09-30 Michael Eager <eager@eagercon.com>
6002
6003 * configure.ac (microblaze): Add target-libssp to noconfigdirs.
6004 * configure: Regenerate.
6005
770a498a
ME
60062010-09-28 Michael Eager <eager@eagercon.com>
6007
6008 * MAINTAINERS (CPU Port Maintainers): Add myself for MicroBlaze port.
6009
86dfbd58
RW
60102010-06-27 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6011
6012 PR bootstrap/44621
6013 * configure.ac: Fix unportable shell quoting.
6014 * configure: Regenerate.
6015
db50fe7d
IS
60162010-09-21 Iain Sandoe <iains@gcc.gnu.org>
6017
6018 * configure.ac (enable-lto): Add Darwin to the list of supported lto
6019 targets and amend comment.
6020 * configure: Regenerate.
6021
0064e825
TB
60222010-09-15 Tejas Belagod <tejas.belagod@arm.com>
6023
6024 * MAINTAINERS (Write After Approval): Add myself.
6025
bb79486c
JH
60262010-09-03 Jack Howarth <howarth@bromo.med.uc.edu>
6027
6028 * configure.ac: Enable LTO by default on Darwin.
6029 * configure: Regenerate.
6030
9e0b22c3
MS
60312010-09-02 Marcus Shawcroft <marcus.shawcroft@arm.com>
6032
bb79486c 6033 * MAINTAINERS (Write After Approval): Add myself.
9e0b22c3 6034
2fabf1b7
IB
60352010-09-01 Ian Bolton <ian.bolton@arm.com>
6036
bb79486c 6037 * MAINTAINERS (Write After Approval): Add myself.
2fabf1b7 6038
3a9abc98
DS
60392010-08-25 Danny Smith <dannysmith@users.sourceforge.net>
6040
6041 * MAINTAINERS (OS Port Maintainers): Remove myself from windows
6042 ports
6043
331a9a59
DY
60442010-07-28 David Yuste <david.yuste@gmail.com>
6045
6046 * MAINTAINERS (Write After Approval): Add myself.
6047
223a9d64
N
60482010-07-26 Naveen.H.S <naveen.S@kpitcummins.com>
6049
6050 * configure.ac: Support all v850 targets.
6051 * configure: Regenerate.
6052
9183bdcf
MG
60532010-07-23 Marc Glisse <marc.glisse@normalesup.org>
6054
6055 PR bootstrap/44455
6056 * configure.ac (extra_mpfr_configure_flags): Copy from
6057 extra_mpc_gmp_configure_flags.
6058 * configure: Re-generated.
6059
2e290598
AK
60602010-07-22 Andi Kleen <ak@linux.intel.com>
6061
6062 * MAINTAINERS (Write After Approval): Add myself.
6063
8d6cd388
CLT
60642010-07-22 Chung-Lin Tang <cltang@codesourcery.com>
6065
6066 * MAINTAINERS (Write After Approval): Add myself.
6067
b0b01eb0
JY
60682010-07-20 Jeffrey Yasskin <jyasskin@google.com>
6069
6070 * MAINTAINERS (Write After Approval): Add myself.
6071
77198d71
JH
60722010-07-17 Jack Howarth <howarth@bromo.med.uc.edu>
6073
6074 PR target/44862
6075 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT):
6076 Provide -B option to allow for link spec %s substitutions for
6077 libstdc++.a on darwin.
6078 * Makefile.in: Regenerate.
6079
02fe70af
MM
60802010-07-10 Mikael Morin <mikael@gcc.gnu.org>
6081
6082 * MAINTAINERS (Reviewers): Update my e-mail address
6083
c63a4676
AO
60842010-06-10 Alexandre Oliva <aoliva@redhat.com>
6085
6086 * Makefile.def (configure-gcc): Depend on all-libelf.
6087 * Makefile.in: Rebuild.
6088
e68edbf6
FC
60892010-06-05 Fabien Chêne <fabien@gcc.gnu.org>
6090
6091 * MAINTAINERS (Write After Approval): Add myself in the right place.
6092
dce2d8b2 60932010-06-04 Fabien Chêne <fabien@gcc.gnu.org>
8eee0b8f
FC
6094
6095 * MAINTAINERS (Write After Approval): Add myself.
6096
dce2d8b2 60972010-05-25 Sterling Augustine <sterling@tensilica.com>
db94b0d8
SA
6098
6099 * MAINTAINERS (CPU Port Maintainers): Add myself for xtensa port.
dce2d8b2
EB
6100
61012010-05-25 Maxim Kuvyrkov <maxim@codesourcery.com>
0c422e74 6102
1ab55d69
MK
6103 * config.sub: Update to version 2010-05-21.
6104 * config.guess: Update to version 2010-04-03.
0c422e74 6105
02540df4
SB
61062010-05-18 Steven Bosscher <steven@gcc.gnu.org>
6107
6108 * configure.ac (--enable-lto): All *-apple-darwin* now support LTO.
6109 * configure: Regenerate.
6110
dfe5f5b2
ST
61112010-05-12 Sriraman Tallam <tmsriram@google.com>
6112
6113 * MAINTAINERS (Write After Approval): Add myself.
6114
c082f9f3
SB
61152010-05-07 Steven Bosscher <steven@gcc.gnu.org>
6116
6117 * configure.ac (--enable-lto): Add x86_64-apple-darwin* as
6118 a platform that supports LTO.
6119 * configure: Regenerate.
6120
f1af9e5f
SP
61212010-05-05 Sebastian Pop <sebastian.pop@amd.com>
6122
6123 * configure.ac: Allow all the versions greater than 0.10 of PPL.
6124 * configure: Regenerated.
6125
38e3d868
RM
61262010-04-27 Roland McGrath <roland@redhat.com>
6127 H.J. Lu <hongjiu.lu@intel.com>
6128
6129 * configure.ac (--enable-gold): Support both, both/gold and
6130 both/bfd to add gold to configdirs without removing ld.
6131 * configure: Regenerated.
6132
6133 * Makefile.def: Add install-gold dependency to install-ld.
6134 * Makefile.in: Regenerated.
6135
3bec79c5
DK
61362010-04-27 Dave Korn <dave.korn.cygwin@gmail.com>
6137
6138 PR lto/42776
6139 * configure.ac (--enable-lto): Refactor handling so libelf tests
6140 are only performed inside then-clause of ACX_ELF_TARGET_IFELSE,
6141 and allow LTO to be explicitly enabled on non-ELF platforms that
6142 are known to support it inside else-clause.
6143 * configure: Regenerate.
6144
615c8ffa
EB
61452010-04-20 Eric Botcazou <ebotcazou@adacore.com>
6146
6147 * configure.ac (BUILD_CONFIG): Redirect output to /dev/null.
6148 * configure: Regenerate.
6149
e4522f78
RC
61502010-04-17 Ralf Corsépius <ralf.corsepius@rtems.org>
6151
6152 * configure.ac (*-*-rtems*): Add target-libiberty to $skipdirs.
6153 * configure: Regenerate.
6154
8ccb78f2
RO
61552010-04-16 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
6156
6157 * configure.ac: Check for elf_getshdrstrndx or elf_getshstrndx
6158 separately.
6159 * configure: Regenerate.
6160
d5cc2ee3
KW
61612010-04-16 Kevin Williams <kevin.williams@inria.fr>
6162
6163 * MAINTAINERS (Write After Approval): Add myself.
6164
8406cb62
TG
61652010-04-14 Tristan Gingold <gingold@adacore.com>
6166
6167 * configure.ac (alpha*-*-*vms*): Remove ld from noconfigdirs.
6168 * configure: Regenerate.
6169
3591b8e2
SE
61702010-04-13 Steve Ellcey <sje@cup.hp.com>
6171
6172 * configure: Regenerate after change to elf.m4.
6173
a82ecc7b
IS
61742010-04-06 Iain Sandoe <iains@gcc.gnu.org>
6175
6176 * MAINTAINERS (Write After Approval): Add myself.
6177
1f0bf148
SP
61782010-04-02 Sebastian Pop <sebastian.pop@amd.com>
6179
6180 * configure.ac: Add brackets around AC_TRY_COMPILE alternative.
6181 * configure: Regenerated.
6182
61832010-04-02 Sebastian Pop <sebastian.pop@amd.com>
6184
6185 * configure.ac: Print "buggy but acceptable" when CLooG
6186 revision is less than 9.
6187 * configure: Regenerated.
6188
ecd01dee
DN
61892010-04-01 Diego Novillo <dnovillo@google.com>
6190
6191 * MAINTAINERS (Plugin): Add myself and Le-Chun Wu.
6192
dc683a3f
RW
61932010-04-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6194
6195 PR bootstrap/43615
6196 PR bootstrap/43328
6197
6198 Revert:
6199
6200 2010-03-31 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6201
6202 * configure.ac: Do not pass --enable-multilib nor
6203 --disable-multilib in baseargs. Accept explicitly passed
6204 --enable_multilib.
6205 * configure: Regenerate.
6206
7527d83f
UW
62072010-03-31 Ulrich Weigand <uweigand@de.ibm.com>
6208
6209 * MAINTAINERS (CPU Port Maintainers): Add myself for spu port.
6210
895522b6
JJ
62112010-03-31 Janis Johnson <janis187@us.ibm.com>
6212
6213 * MAINTAINERS: Remove myself.
6214
9db4e878
RW
62152010-03-31 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6216
6217 PR bootstrap/43328
6218 * configure.ac: Do not pass --enable-multilib nor
6219 --disable-multilib in baseargs. Accept explicitly passed
6220 --enable_multilib.
6221 * configure: Regenerate.
6222
acf6bf36
AP
62232010-03-28 Andrew Pinski <pinskia@gmail.com>
6224
6225 * MAINTAINERS (spu port): Remove me.
6226
b42f0d7e
JM
62272010-03-23 Joseph Myers <joseph@codesourcery.com>
6228
6229 * configure.ac (tic6x-*-*): New case.
6230 * configure: Regenerate.
6231
0d1152b1
JM
62322010-03-23 Joseph Myers <joseph@codesourcery.com>
6233
6234 * config.sub: Update to version 2010-03-22.
6235 * config.guess: Update to version 2009-12-30.
6236
dce2d8b2 62372010-03-19 Jack Howarth <howarth@bromo.med.uc.edu>
0aeb3cc6
JH
6238
6239 PR ada/42554
6240 * configure.ac: Only pass -c to ranlib for darwin9 and earlier.
6241 * configure: Regenerate.
6242
5408fbe8
RR
62432010-03-18 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
6244
6245 * MAINTAINERS: Update my email address.
6246
3f55a3b3
SP
62472010-03-17 Sebastian Pop <sebastian.pop@amd.com>
6248
6249 * MAINTAINERS (dwarak.rajagopal@amd.com): Removed.
6250 (ghassan.shobaki@amd.com): Removed.
6251
3f08f7e8
AM
62522010-03-17 Alan Modra <amodra@gmail.com>
6253
6254 * MAINTAINERS: Update my email address.
6255
f3a9d094
DN
62562010-03-16 Diego Novillo <dnovillo@google.com>
6257
6258 * MAINTAINERS: Remove Dan Hipschman, William Maddox and Chris
6259 Matthews.
6260
db5c4b8b
JM
62612010-03-16 Joseph Myers <joseph@codesourcery.com>
6262
6263 * MAINTAINERS (Write After Approval): Remove Jim Blandy, Daniel
6264 Gutson, Jeffrey D. Oldham and Mark Shinwell.
6265
b995570a
JM
62662010-03-16 Joseph Myers <joseph@codesourcery.com>
6267
6268 * MAINTAINERS: Update my email address.
6269
124cc66f
DJ
62702010-03-16 Daniel Jacobowitz <dan@codesourcery.com>
6271
6272 * MAINTAINERS: Update my email address.
6273
a4581668
BS
62742010-03-15 Bernd Schmidt <bernds@codesourcery.com>
6275
6276 * MAINTAINERS: Update my email address.
6277
49d78e29
JZ
62782010-03-09 Jie Zhang <jie@codesourcery.com>
6279
6280 * MAINTAINERS: Update my email address.
6281
8927b7c0
RO
62822010-03-01 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
6283
6284 PR libstdc++/32499
6285 * configure.ac (RANLIB): Default to true.
6286 (STRIP): Likewise.
6287 (RANLIB_FOR_TARGET): Remove superfluous : argument.
6288 * configure: Regenerate.
6289
dce2d8b2 62902010-02-17 Rafael Ávila de Espíndola <espindola@google.com>
cae072e2
RAE
6291
6292 * MAINTAINERS (Plugin, LTO, LTO plugin): Remove myself.
6293 (Write After Approval): Update my email address.
6294
bf646aaf
NC
62952010-02-17 Nick Clifton <nickc@redhat.com>
6296
6297 PR 11238
6298 * Makefile.tpl (local-distclean): Also remove config.cache files in
6299 sub-directories as there may not be Makefiles present in the
6300 sub-directories.
96e41f16
NC
6301 * Makefile.tpl: Use "-exec rm {}" rather than "-delete" to delete
6302 the config.cache files found by the find command.
6303
bf646aaf
NC
6304 * Makefile.in: Regenerate.
6305 * configure.ac: Revert previous delta.
6306 * configure: Regenerate.
6307
ff78880a
NC
63082010-02-15 Nick Clifton <nickc@redhat.com>
6309
6310 PR 11238
6311 * configure.ac: Delete config.cache files in sub-directories when
6312 deleting Makefiles.
6313 * configure: Regenerate.
6314
8150eadf
BE
63152010-02-12 Ben Elliston <bje@gnu.org>
6316
6317 * MAINTAINERS: Update my email address.
6318
a9e12bfd
AP
63192010-02-08 Andrew Pinski <pinskia@gmail.com>
6320
6321 * MAINTAINERS (spu port): Update my email address.
6322
95315086
JZ
63232010-02-08 Jie Zhang <jie.zhang@analog.com>
6324
6325 * MAINTAINERS: Add myself as a maintainer for the bfin port.
6326
362c6d2f
KG
63272010-01-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6328
6329 * configure.ac: Add "recommended" version checks for GMP/MPC.
6330 Update recommended GMP/MPFR/MPC versions.
6331 * configure: Regenerate.
6332
888c5ad2
JR
63332010-01-31 Joern Rennecke <joern.rennecke@embecosm.com>
6334
6335 * MAINTAINERS: Move my Embecosm email address into the
6336 write-after-approval section.
6337
3bf714a7
ILT
63382010-01-26 Ian Lance Taylor <iant@google.com>
6339
6340 * MAINTAINERS: Add myself as Go frontend maintainer.
6341
ad1e5170
JR
63422010-01-25 Joern Rennecke <amylaar@spamcop.net>
6343
6344 PR libstdc++/36101, PR libstdc++/42813
6345 * configure.ac (bootstrap_target_libs): Make inclusion of
6346 target-libgomp conditional on libgomb being in target_configdirs.
6347 * configure: Regenerate.
6348
fb0553d1
JR
63492010-01-23 Joern Rennecke <amylaar@spamcop.net>
6350
6351 PR libstdc++/36101, PR libstdc++/42813
6352 * configure.ac (bootstrap_target_libs): Include target-libgomp.
6353 * configure: Regenerate.
6354
aae29963
JR
63552010-01-22 Joern Rennecke <amylaar@spamcop.net>
6356
6357 PR libstdc++/36101, PR libstdc++/42813
6358 * configure.ac (target_configdirs): Substitute.
6359 * Makefile.def: Bootstrap target module libgomp.
6360 Add dependency of all-target-libstdc++-v3 on configure-target-libgomp.
6361 * Makefile.tpl (TARGET_CONFIGDIRS): New makefile variable.
6362 (BASE_TARGET_EXPORTS): Export TARGET_CONFIGDIRS.
6363 * configure, Makefile.in: Regenerate.
6364
d8fe8895
DK
63652010-01-21 Dave Korn <dave.korn.cygwin@gmail.com>
6366
6367 * MAINTAINERS: Adjust my details.
6368
ebfe4897
EW
63692010-01-20 Eric B. Weddington <eric.weddington@atmel.com>
6370
6371 * MAINTAINERS (CPU Port Maintainers): Add myself for avr port.
6372
f7746c59
TL
63732010-01-18 Thierry Lafage <thierry.lafage@inria.fr>
6374
6375 * MAINTAINERS: reindented my entry with tabs instead of spaces.
6376
306c7b5b
TL
63772010-01-15 Thierry Lafage <thierry.lafage@inria.fr>
6378
6379 * MAINTAINERS (Write After Approval): Add myself.
6380
1b8b9e19
KT
63812010-01-15 Konrad Trifunovic <konrad.trifunovic@inria.fr>
6382
6383 * MAINTAINERS (Write After Approval): Add myself.
6384
c164615b
RG
63852010-01-11 Richard Guenther <rguenther@suse.de>
6386
6387 PR lto/41569
6388 * Makefile.def (all-lto-plugin): Depend on all-gcc.
6389 * Makefile.in: Regenerated.
6390
f3f623ae
AT
63912010-01-11 Andreas Tobler <andreast@fgznet.ch>
6392
6393 * configure.ac: Enable libjava build on x86_64-*freebsd*.
6394 * configure: Regenerate.
6395
592c90ff 63962010-01-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9c78662a 6397 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
592c90ff
KG
6398
6399 PR bootstrap/42424
6400 * configure.ac: Include libtool m4 files.
9c78662a 6401 (_LT_CHECK_OBJDIR): Call it.
592c90ff
KG
6402 (extra_mpc_mpfr_configure_flags, extra_mpc_gmp_configure_flags,
6403 gmplibs, ppllibs, clooglibs): Use $lt_cv_objdir.
f7746c59 6404
592c90ff
KG
6405 * configure: Regenerate.
6406
60a2e213
RW
64072010-01-07 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6408
6409 PR bootstrap/41818
6410 * Makefile.tpl (BASE_TARGET_EXPORTS): Only add TARGET_LIB_PATH
6411 to $(RPATH_ENVVAR) if bootstrapping. Fix typo in comment.
6412 * Makefile.in: Regenerate.
6413
7413962d
RG
64142010-01-02 Richard Guenther <rguenther@suse.de>
6415
6416 PR lto/41529
6417 * configure.ac: Include config/elf.m4. Disable LTO if not
6418 builting for an elf target.
6419 * configure: Regenerate.
6420
f77f3945
CF
64212009-12-27 Christopher Faylor <me+cygwin@cgf.cx>
6422
6423 * MAINTAINERS: Change my email address.
6424
4960e3f0
BE
64252009-12-18 Ben Elliston <bje@au.ibm.com>
6426
6427 * config.sub, config.guess: Update from upstream sources.
6428
d16a31da
SZ
64292009-12-07 Shujing Zhao <pearly.zhao@oracle.com>
6430
6431 * MAINTAINERS (Write After Approval): Add myself.
6432
3a5729ea
KG
64332009-12-06 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6434
6435 PR middle-end/30447
6436 PR middle-end/30789
6437 PR other/40302
6438
6439 * configure.ac: Require MPC.
6440 * configure: Regenerate.
6441
43e02a8a
RW
64422009-12-05 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6443
6444 PR target/38384
6445 PR bootstrap/40972
6446 * libtool.m4: Sync from git Libtool.
6447 * ltoptions.m4: Likewise.
6448 * ltversion.m4: Likewise.
6449 * lt~obsolete.m4: Likewise.
6450 * ltmain.sh: Likewise.
6451
360d4522
KG
64522009-11-30 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6453
6454 * configure.ac: Update minimum MPC version to 0.8.
6455 * configure: Regenerate.
6456
f264ed56
SP
64572009-11-21 Sebastian Pop <sebpop@gmail.com>
6458
6459 * configure.ac: Check for version 0.15.5 or later revision of CLooG.
6460 * configure: Regenerated.
6461
ed2eaa9f
ILT
64622009-11-21 Ian Lance Taylor <iant@google.com>
6463
6464 * configure.ac: Change default of poststage1_ldflags to be empty if
6465 poststage1_libs is set. When poststage1_libs is empty, and
6466 ENABLE_BUILD_WITH_CXX is set, add -static-libgcc.
6467 * configure: Rebuild.
6468
58346783
AN
64692009-11-21 Adam Nemet <adambnmet@gmail.com>
6470
6471 * MAINTAINERS (Write After Approval): Update my email address.
6472
5ca0106a
BE
64732009-11-20 Ben Elliston <bje@au.ibm.com>
6474
6475 * config.guess: Update from upstream sources.
6476
87213cd4
AO
64772009-11-16 Alexandre Oliva <aoliva@redhat.com>
6478
6479 * Makefile.def: Restore host and target settings for gmp.
6480 * Makefile.in: Rebuild.
6481
f61428ed
AO
64822009-11-16 Alexandre Oliva <aoliva@redhat.com>
6483
6484 * configure.ac: Add libelf to host_libs. Enable in-tree configury
6485 of ppl and cloog. Fix in-tree configury of libelf, skip tests.
6486 Fix portability of test of C++ as bootstrap language. Add
6487 ppl/src/ppl-config.o to the bootstrap compare exclusion list.
6488 * configure: Rebuild.
6489 * Makefile.def: Drop host and target settings from gmp, mpfr, ppl,
6490 and cloog. Fix in-tree ppl configuration. Introduce libelf
6491 in-tree building.
6492 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): New.
6493 (POSTSTAGE1_HOST_EXPORTS): Use it.
6494 (STAGE[+id+]_CXXFLAGS): New.
6495 (BASE_FLAGS_TO_PASS): Pass it down.
6496 (configure-stage[+id+]-[+prefix+][+module+]): Use it. Add
6497 extra_exports.
6498 (all-stage[+id+]-[+prefix+][+module+]): Likewise.
6499 (configure-[+prefix+][+module+], all-[+prefix+][+module+]): Add
6500 extra_exports.
6501 * Makefile.in: Rebuild.
6502
f6c56be6
BE
65032009-11-17 Ben Elliston <bje@au.ibm.com>
6504
6505 * config.sub, config.guess: Update from upstream sources.
6506
0ccb5970
JK
65072009-11-12 Jan Kratochvil <jan.kratochvil@redhat.com>
6508
6509 * MAINTAINERS (Write After Approval): Add myself.
6510
dce2d8b2 65112009-11-09 Jon Beniston <jon@beniston.com>
3f08607c
JB
6512
6513 * MAINTAINERS (Write After Approval): Add myself.
6514
5d571eaa
OS
65152009-11-06 Ozkan Sezer <sezeroz@gmail.com>
6516
6517 * configure.ac (FLAGS_FOR_TARGET): Add -L and -isystem
6518 paths for *-w64-mingw* and x86_64-*mingw*.
6519 * configure: Regenerated.
6520
dce2d8b2 65212009-11-05 Joern Rennecke <amylaar@spamcop.net>
3be9759a
JR
6522
6523 * MAINTAINERS (Write After Approval): Add entry for my INRIA work.
6524
c393f559
BK
65252009-11-02 Benjamin Kosnik <bkoz@redhat.com>
6526
6527 * MAINTAINERS: Add Jonathan Wakely under Various Maintainers, move
6528 Phil Edwards to Write-After Approval.
6529
ef4c4300
KT
65302009-10-30 Kai Tietz <kai.tietz@onevision.com>
6531
6532 * configure.ac: Disable target-winsup & co for
6533 x86_64-*-mingw* and *-w64-mingw* targets.
6534 * configure: Regenerated.
6535
65a324b4
NC
65362009-10-16 Nick Clifton <nickc@redhat.com>
6537
6538 * MAINTAINERS: Add myself as a maintainer for the RX port.
6539
dce2d8b2 65402009-10-26 Johannes Singler <singler@kit.edu>
22e5d3dc 6541
9c78662a 6542 * MAINTAINERS (Write After Approval): Update my e-mail address.
22e5d3dc 6543
17e72e5d
RO
65442009-10-23 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
6545
6546 * configure.ac (CLooG test): Use = with test.
6547 * configure: Regenerate.
6548
ed3a56f3
RG
65492009-10-22 Richard Guenther <rguenther@suse.de>
6550
6551 * configure.ac: Do not set LIBS for ppl/cloog checks. Disable
6552 cloog if the ppl version check failed. Move flags saving
6553 before setting in libelf check.
6554 * configure: Regenerate.
6555
ad0abd3c
RG
65562009-10-21 Richard Guenther <rguenther@suse.de>
6557
6558 * configure.ac: Adjust the ppl and cloog configure to work as
6559 documented. Disable cloog if ppl was disabled. Omit the version
6560 checks if they were disabled.
6561 * configure: Re-generate.
6562
e4c5bd48
RW
65632009-10-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6564
6565 * configure.ac: Add 'lto' to enable_languages, not
6566 new_enable_languages, and only if not already present.
6567 * configure: Regenerate.
6568
0ffd69c5
GP
65692009-10-10 Gerald Pfeifer <gerald@pfeifer.com>
6570
6571 * README: Refer to the various COPYING* files instead of just
6572 COPYING.
6573 Refer to http://gcc.gnu.org/bugs/ for bug reporting instructions.
6574
dce2d8b2 65752009-10-07 Rafael Avila de Espindola <espindola@google.com>
1fc23736
RE
6576
6577 * MAINTAINERS: Change my email address. Change plugi-in to plugin.
2bf33cdb 6578
58687768
RG
65792009-10-07 Richard Guenther <rguenther@suse.de>
6580
6581 * MAINTAINERS (LTO): List Diego Novillo, Rafael Avila de Espindola,
6582 and Richard Guenther as reviewers.
6583 (LTO plugin): List Rafael Avila de Espindola and Cary Coutant
6584 as reviewers.
6585
49b0ca5c 65862009-10-07 Hariharan Sandanagobalane <hariharan@picochip.com>
d2d9ce5e 6587
49b0ca5c 6588 * config.sub: Update from upstream sources.
d2d9ce5e 6589
aeb94799
ILT
65902009-10-06 Ian Lance Taylor <iant@google.com>
6591
6592 * Makefile.def: check-gold depends upon all-gas.
6593 * Makefile.in: Rebuild.
6594
123651cd
PM
65952009-10-05 Phil Muldoon <pmuldoon@redhat.com>
6596
6597 * MAINTAINERS (Write After Approval): Add myself.
6598
d7f09764
DN
65992009-10-03 2009-02-05 Rafael Avila de Espindola <espindola@google.com>
6600
6601 * Makefile.def: all-lto-plugin depends on all-libiberty.
6602 set bootstrap=true for lto-plugin.
6603 Add lto-plugin.
6604 * Makefile.in: Regenerate.
6605 * configure.ac (host_libs): Add lto-plugin.
6606 * configure: Regenerate.
6607
d7f09764
DN
66082009-10-03 Diego Novillo <dnovillo@google.com>
6609
6610 * Makefile.tpl (HOST_EXPORTS): Add LIBELFLIBS and LIBELFINC.
6611 (HOST_LIBELFLIBS): Define.
6612 (HOST_LIBELFINC): Define.
6613 * Makefile.in: Regenerate.
6614 * configure.ac: Add --enable-lto.
6615 Add --with-libelf, --with-libelf-include and --with-libelf-lib.
6616 If --enable-lto is used, add 'lto' to new_enable_languages.
6617 If --enable-lto is used and gold is enabled, add
6618 lto-plugin to configdirs.
6619 * configure: Regenerate.
6620
66212009-10-03 Simon Baldwin <simonb@google.com>
6622
6623 * configure.ac: If --with-system-zlib, suppress local zlib and
6624 pass --with-system-zlib to subdir configure scripts.
6625 * configure: Regenerate.
6626
dce2d8b2 66272009-10-01 Loren J. Rittle <ljrittle@acm.org>
0ecdd2aa
LR
6628 Paolo Bonzini <bonzini@gnu.org>
6629
6630 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Use $$s rather than
6631 $(srcdir).
6632 * Makefile.in: Rebuilt.
6633
dce2d8b2 66342009-09-26 Gary Funck <gary@intrepid.com>
5bfbb7f7
GF
6635
6636 * MAINTAINERS (Write After Approval): Add myself.
6637
3e661154
KG
66382009-09-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6639
6640 * configure.ac: Update minimum MPC version to 0.7.
6641 * configure: Regenerate.
6642
f1a036e4
NC
66432009-09-25 Nick Clifton <nickc@redhat.com>
6644
6645 * configure.ac: Pass any --cache-file=/dev/null option on to
6646 subconfigures.
6647 * configure: Regenerate.
6648
d4c74acc
NC
66492009-09-23 Nick Clifton <nickc@redhat.com>
6650
6651 * config.sub, config.guess: Update from upstream sources.
6652
dce2d8b2 66532009-09-22 Loren J. Rittle <ljrittle@acm.org>
03261b6d
LR
6654
6655 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Remove stray $$r/.
6656 * Makefile.in: Rebuilt.
6657
0db770bd
RW
66582009-09-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6659
6660 PR bootstrap/32272
6661 * configure.ac: Error out if $srcdir isn't '.' but contains
6662 host-${host_noncanonical}.
6663 * configure: Regenerate.
6664
71101870
RO
66652009-09-22 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
6666
6667 * MAINTAINERS (OS Port Maintainers): Add myself as Solaris
6668 maintainer.
6669
ca6d0d62
RW
66702009-09-21 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6671
79cd2b23
RW
6672 * configure.ac: If bootstrapping a combined tree with
6673 --enable-gold, require c++ in stage1_languages.
6674 * configure: Regenerate.
6675
ab9dcd0c
RW
6676 * configure.ac: Also add target_libs of stage1_languages to
6677 bootstrap_target_libs.
6678 * configure: Regenerate.
6679
ca6d0d62
RW
6680 * configure.ac: Diagnose --enable-build-with-cxx bootstrap
6681 with --enable-languages not containing c++.
6682 * configure: Regenerate.
6683
1c3c9f12
JZ
66842009-09-15 Jie Zhang <jie.zhang@analog.com>
6685
6686 * configure.ac: Disable java and boehm-gc for bfin-*-*.
6687 * configure: Regenerate.
6688
dce2d8b2 66892009-09-12 Joern Rennecke <joern.rennecke@embecosm.com>
0318772d 6690
6fb30a14
JR
6691 * MAINTAINERS (Write After Approval): Update my e-mail address,
6692 and move from from here...
6693 (Waiting for paperwork): To here.
0318772d 6694
4056c2c6
JM
66952009-09-09 Joseph Myers <joseph@codesourcery.com>
6696
6697 * MAINTAINERS (Reviewers): Add self as driver reviewer.
6698
3e54529c
RW
66992009-09-08 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6700
6701 * configure.ac: Do not use $extrasub for replacing @if/@endif
6702 parts in Makefile; instead, use additional arguments to
6703 AC_CONFIG_COMMANDS to do the replacement manually, with several
6704 sed invocations, to avoid HP-UX sed command limits.
6705 * configure: Regenerate.
6706
713e2ea6
AO
67072009-09-08 Alexandre Oliva <aoliva@redhat.com>
6708
6709 * libtool.m4 (output_verbose_link_cmd): Require leading blank, and
6710 blank before -L.
6711
5646b7b9
AO
67122009-09-04 Alexandre Oliva <aoliva@redhat.com>
6713
6714 * configure.ac (with-build-config): Document. Handle without.
6715 Handle missing argument.
6716 * configure: Rebuilt.
6717
e12c4094
AO
67182009-09-03 Alexandre Oliva <aoliva@redhat.com>
6719
6720 * configure.ac (--with-build-config): New. Set BUILD_CONFIG.
6721 Default to bootstrap-debug only if compare-debug works.
6722 * configure: Rebuilt.
6723 * Makefile.tpl: Make BUILD_CONFIG configure-configurable.
6724 * Makefile.in: Rebuilt.
6725
75cb0057
RO
67262009-09-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
6727
6728 * MAINTAINERS (OS Port Maintainers): Update my email address.
6729
8fc68cba
AO
67302009-09-01 Alexandre Oliva <aoliva@redhat.com>
6731
6732 * Makefile.tpl (BUILD_CONFIG): Default to bootstrap-debug.
6733 * Makefile.in: Rebuilt.
6734
44cb38cf
CD
67352009-09-01 Chris Demetriou <cgd@google.com>
6736
6737 * MAINTAINERS (Write After Approval): Add myself.
6738
f9329c35
DS
67392009-08-31 Dodji Seketeli <dodji@redhat.com>
6740
6741 PR debug/30161
6742 * include/dwarf2.h (enum dwarf_tag): Added
6743 DW_TAG_GNU_template_template_param
6744 (enum dwarf_attribute): Added DW_AT_GNU_template_name.
6745
f945e229
PB
67462009-08-30 Paolo Bonzini <bonzini@gnu.org>
6747
6748 * Makefile.tpl (AWK): Fix typo.
6749 * Makefile.in: Regenerate.
6750
87264276
PB
67512009-08-30 Paolo Bonzini <bonzini@gnu.org>
6752
6753 * configure.ac: Detect awk and sed.
6754 * Makefile.def (flags_to_pass): Add AWK and SED.
6755 * Makefile.tpl (AWK, SED): New.
6756 (BASE_FLAGS_TO_PASS): Add AWK and SED.
6757 * configure: Regenerate.
6758 * Makefile.in: Regenerate.
6759
68ccd57c
DK
67602009-08-26 Dave Korn <dave.korn.cygwin@gmail.com>
6761
6762 * ltmain.sh (removedotparts): Don't use comma as 's' separator.
6763 (collapseslashes): Likewise.
6764
df58e648
RW
67652009-08-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6766
6767 * configure.ac (AC_PREREQ): Bump to 2.64.
6768
0539cb2c
RW
67692009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6770
70fa0efa
RW
6771 * configure.ac: Remove --with-datarootdir, --with-docdir,
6772 --with-pdfdir, --with-htmldir switches.
6773 * configure: Regenerate.
6774
5213506e
RW
6775 * configure: Regenerate.
6776
0539cb2c
RW
6777 * compile: Sync from Automake 1.11.
6778 * depcomp: Likewise.
6779 * install-sh: Likewise.
6780 * missing: Likewise.
6781 * mkinstalldirs: Likewise.
6782 * ylwrap: Likewise.
6783
197c68cc
DK
67842009-08-20 Dave Korn <dave.korn.cygwin@gmail.com>
6785
6786 * ltmain.sh (func_normal_abspath): New function.
6787 (func_relative_path): Likewise.
6788 (func_mode_help): Document new -bindir option for link mode.
6789 (func_mode_link): Add new -bindir option, and use it to place
6790 output DLL if specified.
6791
58af276a
RW
67922009-08-19 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6793
0115d4a3
RW
6794 * configure.ac: Call AC_DISABLE_OPTION_CHECKING.
6795 (baseargs): Add --disable-option-checking.
6796 * configure: Regenerate.
6797
58af276a
RW
6798 * Makefile.def (configure-target-libiberty): Depend on
6799 all-binutils and all-ld.
6800 (configure-target-newlib): Likewise.
6801 * Makefile.in: Regenerate.
6802
e9d9afef
BE
68032009-08-17 Ben Elliston <bje@au.ibm.com>
6804
6805 * config.sub, config.guess: Update from upstream sources.
6806
354ebf88
RW
68072009-08-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6808
6809 Sync from src, merge:
6810
6811 2009-07-02 Tristan Gingold <gingold@adacore.com>
6812
6813 * configure.ac: Do not exclude gas for i386-*-darwin.
6814 Add a case for x86_64-*-darwin.
6815 * configure: Regenerate.
6816
8375f7b2
NV
68172009-08-06 Neil Vachharajani <nvachhar@gmail.com>
6818
6819 * MAINTAINERS: Add my name to Write After Approval list.
6820
dce2d8b2 68212009-08-06 Michael Eager <eager@eagercon.com>
ca9fe997
ME
6822
6823 * configure.ac: Add Microblaze target.
6824 * configure: Regenerate.
6825
ea2002ba
CB
68262009-07-31 Christian Bruel <christian.bruel@st.com>
6827
6828 * configure.ac (sh*-*-elf): Don't add target-libgloss to noconfigdirs.
6829 * configure: Regenerate.
2bf33cdb 6830
dce2d8b2 68312009-07-28 Rask Ingemann Lambertsen <ccc94453@vip.cybercity.dk>
f563194d
RIL
6832
6833 * MAINTAINERS (Write After Approval): Update my e-mail address.
6834
e90e6bd7
ILT
68352009-07-06 Ian Lance Taylor <iant@google.com>
6836
6837 * configure.ac: Add missing comma in AC_ARG_WITH(boot-libs).
6838 * configure: Rebuild.
6839
f6e0880a
TG
68402009-07-01 Tobias Grosser <grosser@fim.uni-passau.de>
6841
6842 * MAINTAINERS: Move myself to the Graphite Reviewers.
6843
6d984927
WG
68442009-06-30 Wei Guozhi <carrot@google.com>
6845
6846 * MAINTAINERS: Add my name to Write After Approval list.
6847
f2689b09
SE
68482009-06-26 Steve Ellcey <sje@cup.hp.com>
6849
6850 PR bootstrap/40338
6851 * configure.ac (comparestring): Create new variable.
6852 * Makefile.tpl (comparestring): Use to skip some comparisions.
6853 * configure: Regenerate.
6854 * Makefile.in: Regenerate.
6855
f62c0ba4
DE
68562009-06-26 Doug Evans <dje@sebabeach.org>
6857
6858 * Makefile.def (host_modules): Add cgen.
6859 * Makefile.in: Regenerate.
6860 * configure.ac (host_tools): Add cgen.
6861 * configure: Regenerate.
6862
7acf4da6
DD
68632009-06-23 DJ Delorie <dj@redhat.com>
6864
6865 * MAINTAINERS: Add myself as mep maintainer.
6866
00020c16
ILT
68672009-06-23 Ian Lance Taylor <iant@google.com>
6868
6869 * configure.ac: Add --enable-build-with-cxx. When set, add c++ to
6870 boot_languages. Only bootstrap target libraries listed in
6871 target_libs for some boot language. Add --with-stage1-ldflags,
6872 --with-stage1-libs, --with-boot-ldflags, --with-boot-libs. Remove
6873 with_host_libstdcxx from ppllibs. Only add -fkeep-inline-functions
6874 if not building with C++.
6875 * Makefile.def: For target_module libstdc++-v3, set bootstrap=true.
6876 * Makefile.tpl (STAGE1_LDFLAGS, STAGE1_LIBS): New variables.
6877 (POSTSTAGE1_LDFLAGS, POSTSTAGE1_LIBS): New variables.
6878 (HOST_EXPORTS): Add STAGE1_LDFLAGS to LDFLAGS. Export HOST_LIBS.
6879 (POSTSTAGE1_HOST_EXPORTS): Set CXX and CXX_FOR_BUILD. Add
6880 POSTSTAGE1_LDFLAGS to LDFLAGS. Export HOST_LIBS.
6881 (POSTSTAGE1_FLAGS_TO_PASS): Likewise.
6882 * configure, Makefile.in: Rebuild.
6883
1da52d4a
LF
68842009-06-23 Li Feng <nemokingdom@gmail.com>
6885
6886 * MAINTAINERS: Added my name to write-after-approval list.
6887
144c9175
RM
68882009-06-15 Ryan Mansfield <rmansfield@qnx.com>
6889
6890 * configure.ac: Define is_elf for QNX Neutrino targets.
6891 * configure: Regenerate.
6892
e5871e24
GS
68932009-06-09 Ghassan Shobaki <ghassan.shobaki@amd.com>
6894
9c78662a 6895 * MAINTAINERS: Added my name to the write-after-approval list
e5871e24 6896
5f4a82c0
KG
68972009-06-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6898
6899 * configure.ac: Detect MPC in default directory.
6900 * configure: Regenerate.
6901
394e9195
JG
69022009-06-03 Jerome Guitton <guitton@adacore.com>
6903 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6904
9c78662a
UB
6905 * Makefile.tpl (all): Avoid a trailing backslash.
6906 * Makefile.in: Regenerate.
394e9195 6907
47bca6aa
BE
69082009-06-03 Ben Elliston <bje@au.ibm.com>
6909
6910 * config.sub, config.guess: Update from upstream sources.
6911
a891a473
RS
69122009-06-02 Richard Sandiford <r.sandiford@uk.ibm.com>
6913
6914 * configure.ac (powerpc-*-aix*, rs6000-*-aix*): Add target-newlib
6915 to noconfdirs.
6916 * configure: Regenerate.
6917
70cb2d9f
AO
69182009-06-02 Alexandre Oliva <aoliva@redhat.com>
6919
6920 * Makefile.tpl ([+compare-target+]): Compare all stage
6921 directories, rather than just gcc.
6922 * Makefile.in: Rebuilt.
6923
7f1245df
DK
69242009-06-01 Doug Kwan <dougkwan@google.com>
6925
6926 * configure.ac: Support gold for target arm*-*-*.
6927 * configure: Regenerate.
394e9195 6928
acd26225
KG
69292009-05-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6930
6931 * Makefile.def: Add MPC support and dependencies.
6932 * configure.ac: Likewise. Reorganize GMP/MPFR checks.
6933
6934 * Makefile.in, configure: Regenerate.
6935
a1fc946a
AO
69362009-05-27 Alexandre Oliva <aoliva@redhat.com>
6937
6938 * Makefile.tpl (all): Avoid harmless warning in make all when
6939 gcc-bootstrap is enabled but stage_last does not exist.
6940 * Makefile.in: Rebuilt.
6941
2e6a3c8d
NR
69422009-05-24 Nicolas Roche <roche@adacore.com>
6943
6944 * Makefile.tpl (compare-target): Skip ./ada/*tools directories.
6945 * Makefile.in: Regenerate.
6946
63487d11
DC
69472009-05-21 Denis Chertykov <chertykov@gmail.com>
6948
6949 * MAINTAINERS: Update my e-mail address.
6950
449223af
DK
69512009-05-21 Dave Korn <dave.korn.cygwin@gmail.com>
6952
6953 * configure.ac (cygwin noconfigdirs): Remove libgcj.
6954 * configure: Regenerate.
6955
31c98f49
AO
69562009-05-18 Alexandre Oliva <aoliva@redhat.com>
6957
6958 PR other/40159
6959 * Makefile.tpl (all): Don't assume gcc-bootstrap and
6960 gcc-no-bootstrap are mutually exclusive.
6961 * Makefile.in: Rebuilt.
6962
0f501837
AO
69632009-05-18 Alexandre Oliva <aoliva@redhat.com>
6964
6965 PR other/40159
6966 * Makefile.tpl (all): Don't end with unconditional success.
6967 * Makefile.in: Rebuilt.
6968
4a4a4e99
AO
69692009-05-12 Alexandre Oliva <aoliva@redhat.com>
6970
6971 PR target/37137
6972 * Makefile.def (flags_to_pass): Remove redundant and incomplete
6973 STAGE1_CFLAGS, STAGE2_CFLAGS, STAGE3_CFLAGS, and STAGE4_CFLAGS.
6974 Add FLAGS_FOR_TARGET and BUILD_CONFIG.
6975 (bootstrap_stage): Remove bootstrap-debug custom stages. Turn
6976 stage_configureflags, stage_cflags and stage_libcflags into
6977 explicit Makefile macros.
6978 * Makefile.tpl (HOST_EXPORTS, EXTRA_HOST_FLAGS): Pass GCJ and
6979 GFORTRAN.
6980 (POSTSTAGE1_HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET and TFLAGS to
6981 CC. Set CC_FOR_BUILD from CC.
6982 (BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS,
6983 NORMAL_TARGET_EXPORTS): Move SYSROOT_CFLAGS_FOR_TARGET and
6984 DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS and CXXFLAGS to
6985 XGCC_FLAGS_FOR_TARGET. Add it along with TFLAGS to CC, CXX, GCJ,
6986 and GFORTRAN.
6987 (TFLAGS, STAGE_CFLAGS, STAGE_TFLAGS, STAGE_CONFIGURE_FLAGS): New.
6988 (_LIBCFLAGS): Renamed to _TFLAGS.
6989 (do-compare-debug, do-compare3-debug): Drop.
6990 (CC, GCC_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET,
6991 GCJ_FOR_TARGET, GFORTRAN_FOR_TARGET): Remove FLAGS_FOR_TARGET.
6992 (FLAGS_FOR_TARGET, SYSROOT_CFLAGS_FOR_TARGET,
6993 DEBUG_PREFIX_CFLAGS_FOR_TARGET): Move down.
6994 (XGCC_FLAGS_FOR_TARGET): New.
6995 (BASE_FLAGS_TO_PASS): Pass STAGEid_CFLAGS, STAGEid_TFLAGS and TFLAGS.
6996 (EXTRA_HOST_FLAGS): Pass GCJ and GFORTRAN.
6997 (POSTSTAGE1_FLAGS_TO_PASS): Move SYSROOT_CFLAGS_FOR_TARGET and
6998 DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS, CXXFLAGS, LIBCFLAGS,
9c78662a 6999 LIBCXXFLAGS to XGCC_FLAGS_FOR_TARGET. Add it along with TFLAGS
4a4a4e99
AO
7000 to CC, CXX, GCJ, and GFORTRAN. Pass XGCC_FLAGS_FOR_TARGET and
7001 TFLAGS.
7002 (BUILD_CONFIG): Include if requested.
7003 (all): Set TFLAGS on bootstrap.
7004 (configure-stageid-prefixmodule): Pass TFLAGS, adjust FLAGS.
7005 (all-stageid-prefixmodule): Likewise.
7006 (do-clean, distclean-stageid): Set TFLAGS.
7007 (restrap): Fix whitespace.
7008 * Makefile.in: Rebuilt.
7009
1cee3429
PB
70102009-05-07 Paolo Bonzini <bonzini@gnu.org>
7011
7012 * config.guess: Sync with src.
7013
0b70eafd
DK
70142009-05-07 Dave Korn <dave.korn.cygwin@gmail.com>
7015
7016 * configure.ac ($with_ppl): Default to no if not supplied.
7017 ($with_cloog): Likewise.
7018 configure: Regenerate.
7019
5175f17c
JW
70202009-04-27 James E. Wilson <wilson@codesourcery.com>
7021
7022 * MAINTAINERS: Update my e-mail address.
7023
952fa153
NC
70242009-04-27 Nick Clifton <nickc@redhat.com>
7025
7026 * MAINTAINERS: Replace Aldy Hernandez as a maintainer for the FRV.
7027
a687f83c
EB
70282009-04-25 Eric Botcazou <ebotcazou@adacore.com>
7029
7030 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add GNATBIND.
7031 (POSTSTAGE1_FLAGS_TO_PASS): Pick up exported value for GNATBIND.
7032 * Makefile.in: Regenerate.
7033
9e3eba15
KG
70342009-04-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7035
7036 PR bootstrap/39739
7037 * configure.ac (extra_mpfr_configure_flags): Set and AC_SUBST.
7038 * Makefile.def (module=mpfr): Use extra_mpfr_configure_flags.
7039
7040 * configure, Makefile.in: Regenerate.
7041
a687f83c 70422009-04-21 Taras Glek <tglek@mozilla.com>
d1b38208
TG
7043
7044 * include/hashtab.h: Update GTY annotations to new syntax
7045 * include/splay-tree.h: Likewise
7046
070bdbd9
BE
70472009-04-17 Ben Elliston <bje@au.ibm.com>
7048
7049 * config.sub, config.guess: Update from upstream sources.
7050
55f2d967
AG
70512009-04-15 Anthony Green <green@moxielogic.com>
7052
7053 * configure.ac: Add moxie support.
7054 * configure: Rebuilt.
7055
309c24a9
JJ
70562009-04-14 Jakub Jelinek <jakub@redhat.com>
7057
7058 * configure.ac: Change copyright header to refer to version
7059 3 of the GNU General Public License and to point readers at the
7060 COPYING3 file and the FSF's license web page.
7061 * Makefile.def: Likewise.
7062 * Makefile.tpl: Likewise.
7063 * Makefile.in: Regenerate.
7064
b93133bc
JH
70652009-04-09 Jack Howarth <howarth@bromo.med.uc.edu>
7066
7067 * configure.ac: Restore match for darwin9 or later. Use double
7068 brackets since regeneration eats one pair.
7069 * configure: Regenerate.
7070
d18ff35a
L
70712009-04-09 H.J. Lu <hongjiu.lu@intel.com>
7072
7073 PR gas/10039
7074 * configure.ac: Require texinfo 4.7.
7075 * configure: Regenerated.
7076
748086b7
JJ
70772009-04-09 Nick Clifton <nickc@redhat.com>
7078
7079 * COPYING.RUNTIME: New file: Contains a copy of version 3.1 of
7080 the GCC Runtime Library Exception.
7081
a3337ea2
KG
70822009-04-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7083
7084 * configure.ac: Bump minimum GMP/MPFR versions to 4.2 and 2.3.1.
7085 * configure: Regenerate.
7086
60911f14
SE
70872009-04-01 Steve Ellcey <sje@cup.hp.com>
7088
7089 * Makefil.def (languages): New entries.
7090 * Makefile.tpl (check-gcc-*): New generic target.
7091 * Makefile.in: Regenerate.
60911f14 7092
dce2d8b2 70932009-03-25 Erven Rohou <erven.rohou@inria.fr>
7369c1d0 7094
d18ff35a 7095 * MAINTAINERS: Update my email address.
7369c1d0 7096
cfb1f59f
TT
70972009-03-18 Tom Tromey <tromey@redhat.com>
7098
d18ff35a
L
7099 * configure: Rebuild.
7100 * configure.ac (host_libs): Add libiconv.
7101 * Makefile.in: Rebuild.
7102 * Makefile.def (host_modules): Add libiconv.
7103 (configure-gdb, all-gdb): Depend on libiconv.
cfb1f59f 7104
75eeae1a
TG
71052009-03-16 Tristan Gingold <gingold@adacore.com>
7106
7107 * configure.ac: Treat gdb as supported on x86_64-darwin.
7108 * configure: Regenerate.
7109
f38095f3
JM
71102009-03-16 Joseph Myers <joseph@codesourcery.com>
7111
7112 * configure.ac (--with-host-libstdcxx): New option.
7113 * configure: Regenerate.
7114
dce2d8b2 71152009-03-12 Joern Rennecke <joern.rennecke@arc.com>
fec7f245
JR
7116
7117 * MAINTAINERS: Move myself into the write after approval list.
7118
6d401294
NP
71192009-03-11 Nicola Pero <nicola.pero@meta-innovation.com>
7120
7121 * MAINTAINERS: Update e-mail address.
2bf33cdb 7122
07c97076
DN
71232009-03-11 Dorit Nuzman <dorit@il.ibm.com>
7124
7125 * MAINTAINERS: Remove myself as auto-vectorizer maintainer.
7126
dce2d8b2 71272009-03-10 Ira Rosen <irar@il.ibm.com>
bb947fd1
IR
7128
7129 * MAINTAINERS: Add myself as auto-vectorizer maintainer.
7130
7a9d3fe8
RW
71312009-03-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
7132
7133 Backport from git Libtool:
7134
7135 2009-01-19 Robert Millan <rmh@aybabtu.com>
7136 Support GNU/kOpenSolaris.
7137 * libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER)
7138 (_LT_CHECK_MAGIC_METHOD, _LT_COMPILER_PIC, _LT_LINKER_SHLIBS)
7139 (_LT_LANG_CXX_CONFIG) [kopensolaris*-gnu]: Recognize
7140 GNU/kOpenSolaris.
7141
c9e9e11f
AS
71422009-02-27 Andreas Schwab <schwab@linux-m68k.org>
7143
7144 * MAINTAINERS: Update e-mail address.
7145
5e8c1552 71462009-02-24 Michael Eager <eager@eagercon.com>
b48d5f68
ME
7147
7148 * MAINTAINERS (Write After Approval): Add self.
7149
b0adb088
BM
71502009-02-18 Bingfeng Mei <bmei@broadcom.com>
7151
7152 * MAINTAINERS (Write After Approval): Add myself.
7153
ee04b574
AS
71542009-02-05 Andreas Schwab <schwab@suse.de>
7155
7156 * Makefile.tpl (stage_last): Define $r and $s before using
7157 $(RECURSE_FLAGS_TO_PASS).
7158 * Makefile.in: Regenerate
7159
907884c9
ILT
71602009-01-30 Ian Lance Taylor <iant@google.com>
7161
7162 * MAINTAINERS: Move myself to the Global Reviewers list.
7163
416ac4d4
RM
71642009-01-29 Robert Millan <rmh@aybabtu.com>
7165
7166 * configure.ac: Recognize GNU/kOpenSolaris (*-*-kopensolaris*-gnu).
7167 * configure: Regenerate.
7168
ee5decb3
GP
71692009-01-17 Gerald Pfeifer <gerald@pfeifer.com>
7170
7171 * MAINTAINERS: Make whitespace consistent.
19196f44 7172 Remove Robert Millan from Write After Approval.
ee5decb3 7173
36fbb0ec
AM
71742009-01-16 Alan Modra <amodra@bigpond.net.au>
7175
7176 * Makefile.def (configure-opcodes): Depend on configure-libiberty.
7177 (all-opcodes): Depend on all-libiberty.
7178 * Makefile.in: Regenerate.
7179
52535a64
DR
71802009-01-15 Douglas B Rupp <rupp@gnat.com>
7181
7182 * configure.ac (ia64*-*-*vms*): Add case with no gdb or ld support.
7183 * configure: Regenerate.
7184
e04a57df
RR
71852009-01-12 Ramana Radhakrishnan <ramana.r@gmail.com>
7186
7187 * MAINTAINERS (Write After Approval): Add myself.
7188
856c450b
SK
71892009-01-12 Steven G. Kargl <sgk@troutmask.apl.washington.edu>
7190
7191 * MAINTAINERS: Add myself to reviewers (Fortran).
7192
dce2d8b2 71932009-01-12 Sebastian Pop <sebastian.pop@amd.com>
53095c56
SP
7194
7195 PR tree-optimization/38515
7196 * configure.ac (cloog-polylib): Removed.
7197 (with_ppl, with_cloog): Test for "no".
7198 * configure: Regenerated.
7199
1e5e8a59
DF
72002009-01-11 Daniel Franke <franke.daniel@gmail.com>
7201
7202 * MAINTAINERS: Moved myself to reviewers (Fortran).
7203
5e5debf6
TS
72042009-01-06 Thomas Schwinge <tschwinge@gnu.org>
7205
7206 * MAINTAINERS (OS Port Maintainers): Add myself for GNU/Hurd.
7207 (Write After Approval): Remove myself.
7208
1c42acf1
DN
72092009-01-03 Diego Novillo <dnovillo@google.com>
7210
7211 * MAINTAINERS: Remove myself from alias maintainership.
7212
2fbbedaf
DA
72132009-01-02 David Ayers <ayers@fsfe.org>
7214
7215 * MAINTAINERS: Update e-mail address.
7216
17213821
GP
72172008-12-30 Gerald Pfeifer <gerald@pfeifer.com>
7218
7219 * MAINTAINERS: Make whitespace consistent.
7220
baafc534
RW
72212008-12-18 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
7222
7223 Backport from upstream Libtool:
7224 * libltdl.m4 (_LT_SYS_DYNAMIC_LINKER, _LT_LINKER_SHLIBS):
7225 Add cache variables to tests that require the linker to work.
7226 For shlibpath_overrides_runpath, this also changes the semantics
7227 to let the result from the C compiler take precedence.
7228
18430d27
BE
72292008-12-02 Ben Elliston <bje@au.ibm.com>
7230
7231 * config.sub, config.guess: Update from upstream sources.
7232
dce2d8b2 72332008-12-12 Sebastian Pop <sebastian.pop@amd.com>
0a280b35
SP
7234
7235 * configure.ac (ppllibs): Add by default the lib flags.
7236 * configure: Regenerate.
7237
41e9641b
LM
72382008-12-08 Luis Machado <luisgpm@br.ibm.com>
7239
7240 * MAINTAINERS: Add myself to the write after approval list.
7241
25783c30
JH
72422008-12-04 Jack Howarth <howarth@bromo.med.uc.edu>
7243
ee04b574
AS
7244 * configure.ac: Add double brackets on darwin[912].
7245 * configure: Regenerate.
25783c30 7246
0e318fcc
DK
72472008-12-03 Daniel Kraft <d@domob.eu>
7248
7249 * MAINTAINERS: Moved myself and Mikael Morin from Write After
7250 Approval to Reviewer section (for Fortran front-end).
7251
7f171b95
JH
72522008-12-02 Jack Howarth <howarth@bromo.med.uc.edu>
7253
7254 * configure.ac: Expand to darwin10 and later.
7255 * configure: Regenerate.
7256
09ce620e
AS
72572008-12-02 Andreas Schwab <schwab@suse.de>
7258
7259 * Makefile.def: configure-target-boehm-gc depends on
7260 all-target-libstdc++-v3.
7261 * Makefile.in: Regenerate.
7262
386c704d
KT
72632008-12-02 Kai Tietz <kai.tietz@onevision.com>
7264
7265 * MAINTAINERS: Add myself as mingw maintainer.
7266
e03dd84a
BE
72672008-12-02 Ben Elliston <bje@au.ibm.com>
7268
7269 * config.sub, config.guess: Update from upstream sources.
7270
3fa87964
GP
72712008-12-01 Gerald Pfeifer <gerald@pfeifer.com>
7272
7273 * README.SCO: Remove.
7274
df72d7ed
FP
72752008-11-29 Fernando Pereira <pronesto@gmail.com>
7276
7277 * MAINTAINERS: Add myself to the write after approval list.
7278
b5646528
DK
72792008-11-29 Dave Korn <dave.korn.cygwin@gmail.com>
7280
7281 * MAINTAINERS: Update my email address in WAA section.
7282
dce2d8b2 72832008-11-29 Chen Liqin <liqin@sunnorth.com.cn>
ebf24eb4
CL
7284
7285 * MAINTAINERS: Update e-mail address.
7286
dce2d8b2 72872008-11-27 Toon Moene <toon@moene.org>
50e0f131
TM
7288
7289 * MAINTAINERS: Change e-mail address.
7290
0db3a858
TG
72912008-11-27 Tristan Gingold <gingold@adacore.com>
7292
7293 * configure.ac: Build gdb for i?86-*-darwin*
7294 * configure: Regenerated.
7295
dce2d8b2 72962008-11-24 Hariharan Sandanagobalane <hariharan@picochip.com>
f07bde68
HS
7297
7298 * MAINTAINERS: Added my full name.
7299
487e299b
DJ
73002008-11-14 Daniel Jacobowitz <dan@codesourcery.com>
7301
7302 PR bootstrap/38014
7303 PR bootstrap/37923
7304
7305 Revert:
7306
7307 2008-10-24 Daniel Jacobowitz <dan@codesourcery.com>
7308
7309 * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
7310 * Makefile.in: Regenerated.
7311
7312 2008-10-22 Daniel Jacobowitz <dan@codesourcery.com>
7313
7314 PR gdb/921
7315 PR gdb/1646
7316 PR gdb/2175
7317 PR gdb/2176
7318
7319 * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
7320 * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
7321 (EXTRA_BUILD_FLAGS): Correct typo. Pass CPPFLAGS.
7322 (HOST_EXPORTS): Pass CPPFLAGS.
7323 (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
7324 (LDFLAGS_FOR_TARGET): Initialize from configure script.
7325 (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
7326 * Makefile.in, configure: Regenerated.
7327 * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
7328 and CPPFLAGS_FOR_BUILD.
7329
dce2d8b2 73302008-11-06 Jeff Law <law@redhat.com>
d69fbecb
JL
7331
7332 * MAINTAINERS: Add myself as middle end maintainer.
7333
044fed69
AS
73342008-11-06 Andrew Stubbs <ams@codesourcery.com>
7335
7336 * MAINTAINERS (Write after approval): Add myself.
7337
caf6defe
DN
73382008-11-05 Diego Novillo <dnovillo@google.com>
7339
7340 * MAINTAINERS (Global Reviewers): Add myself.
7341 (Non-Algorithmic Maintainers): Remove myself.
7342
3e9899ac
TS
73432008-11-04 Thomas Schwinge <tschwinge@gnu.org>
7344
09ce620e 7345 * MAINTAINERS (Write after approval): Add myself.
3e9899ac 7346
ea99e36e
MM
73472008-10-31 Mikael Morin <mikael.morin@tele2.fr>
7348
09ce620e 7349 * MAINTAINERS (Write after approval): Add myself.
ea99e36e 7350
fb0d2684
BE
73512008-10-31 Ben Elliston <bje@au.ibm.com>
7352
7353 * configure.ac (spu-*-*): Remove special case.
7354 * configure: Regenerate.
7355
73c07a3e
CM
73562008-10-30 Catherine Moore <clm@codesourcery.com>
7357
7358 * MAINTAINERS (Write after approval): Update my email address.
7359
7310a2da
SSF
73602008-10-29 Stefan Schulze Frielinghaus <xxschulz@de.ibm.com>
7361
7362 * configure.ac [spu-*-*]: Do not set skipdirs.
7363 * configure: Re-generate.
7364
7e51fe23
BS
73652008-10-29 Bernd Schmidt <bernd.schmidt@analog.com>
7366
7367 * MAINTAINERS (Various Maintainers): Add myself to reload.
7368
ef20be93
RG
73692008-10-25 Richard Guenther <rguenther@suse.de>
7370
7371 * MAINTAINERS (Various Maintainers): Add myself as middle-end
7372 maintainer. Remove myself as libgcc-math maintainer.
7373 (Non-Algorithmic Maintainers): Remove myself.
7374
03ffcfa0
DJ
73752008-10-24 Daniel Jacobowitz <dan@codesourcery.com>
7376
7377 * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
7378 * Makefile.in: Regenerated.
7379
dec014a9
CC
73802008-10-23 Cary Coutant <ccoutant@google.com>
7381
7382 * MAINTAINERS (Write after approval): Add myself.
7383
b36c386c
DJ
73842008-10-22 Daniel Jacobowitz <dan@codesourcery.com>
7385
7386 PR gdb/921
7387 PR gdb/1646
7388 PR gdb/2175
7389 PR gdb/2176
7390
7391 * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
7392 * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
7393 (EXTRA_BUILD_FLAGS): Correct typo. Pass CPPFLAGS.
7394 (HOST_EXPORTS): Pass CPPFLAGS.
7395 (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
7396 (LDFLAGS_FOR_TARGET): Initialize from configure script.
7397 (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
7398 * Makefile.in, configure: Regenerated.
7399 * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
7400 and CPPFLAGS_FOR_BUILD.
7401
dce2d8b2 74022008-10-20 Sebastian Pop <sebastian.pop@amd.com>
84541525
SP
7403
7404 * MAINTAINERS (Graphite Reviewers): Added Daniel Berlin and
7405 Sebastian Pop.
7406
e0bda97e
AP
74072008-10-14 Antoniu Pop <antoniu.pop@gmail.com>
7408
7409 * MAINTAINERS (Write After Approval): Added myself.
7410
36c713e0
KG
74112008-10-13 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7412
7413 * configure.ac (MPFR check): Bump minimum version to 2.3.0 and
7414 recommended version to 2.3.2.
7415
7416 * configure: Regenerate.
7417
8fe005ee
MM
74182008-10-01 Mark Mitchell <mark@codesourcery.com>
7419
7420 * MAINTAINERS (Blanket Write Privs): Change to Global Reviewers.
7421
be8f156f
DD
74222008-09-29 David Daney <david.daney@caviumnetworks.com>
7423
7424 * MAINTAINERS (Write After Approval): Update e-mail address.
7425
ae11dff4
PG
74262008-09-26 Peter O'Gorman <pogma@thewrittenword.com>
7427
7428 * libtool.m4: Update to libtool 2.2.6.
7429 * lt~obsolete.m4: Update to libtool 2.2.6.
7430 * ltmain.sh: Update to libtool 2.2.6.
7431 * ltsugar.m4: Update to libtool 2.2.6.
7432 * ltversion.m4: Update to libtool 2.2.6.
7433 * ltoptions.m4: Update to libtool 2.2.6.
7434 * ltgcc.m4: Update to match changes from libtool 2.2.6.
7435
441154b1
CF
74362008-09-22 Chris Fairles <cfairles@gcc.gnu.org>
7437
7438 * MAINTAINERS (Write After Approval): Add myself.
7439
775b3b26
BRF
74402008-09-22 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
7441
7442 * MAINTAINERS (Write After Approval): Update my name.
7443
94538043
SB
74442008-09-20 Steven Bosscher <steven@gcc.gnu.org>
7445
09ce620e 7446 * MAINTAINERS: Add myself in "Write After Approval".
94538043 7447
52d1bfd8
SE
74482008-09-18 Steve Ellcey <sje@cup.hp.com>
7449
09ce620e 7450 * MAINTAINERS: Add myself as ia64 maintainer.
52d1bfd8 7451
c5cc92f5
GP
74522008-09-04 Gerald Pfeifer <gerald@pfeifer.com>
7453
7454 * MAINTAINERS: Remove John Carr, Steve Chamberlain, Michael Chastain,
7455 Klaus Kaempf, Mumit Khan, Alan Lehotsky, Warren Levy, Don Lindsay,
7456 Dave Love, Alexandre Petit-Bianco, Clinton Popetz, Gavin Romig-Koch,
7457 and Michael Tiemann from Write After Approval since they do not
7458 actually have access.
7459
23d9794a
RG
74602008-09-05 Richard Guenther <rguenther@suse.de>
7461
7462 * configure.ac: Initialize clooglibs to -lcloog.
7463 * configure: Re-generate.
7464
192a671e
LCW
74652008-09-04 Le-Chun Wu <lcwu@google.com>
7466
7467 * MAINTAINERS (Write After Approval): Add myself.
7468
d789184e
SP
74692008-09-03 Sebastian Pop <sebastian.pop@amd.com>
7470
7471 * configure.ac (--with-cloog-polylib): New.
7472 (--disable-cloog-version-check): New.
7473 (--disable-ppl-version-check): New.
7474 * configure: Re-generate.
7475
36a881c7
RG
74762008-09-03 Richard Guenther <rguenther@suse.de>
7477
7478 * configure.ac: Always pass -DCLOOG_PPL_BACKEND to the
7479 cloog test.
7480 * configure: Re-generate.
7481
358da97e
HS
74822008-09-03 Hari Sandanagobalane <hariharan@picochip.com>
7483
7484 Add picoChip port.
7485 * MAINTAINERS: Add picoChip maintainers.
7486
f8bf9252
SP
74872008-09-02 Sebastian Pop <sebastian.pop@amd.com>
7488 Tobias Grosser <grosser@fim.uni-passau.de>
7489 Jan Sjodin <jan.sjodin@amd.com>
7490 Harsha Jagasia <harsha.jagasia@amd.com>
7491 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
7492 Konrad Trifunovic <konrad.trifunovic@inria.fr>
7493 Adrien Eliche <aeliche@isty.uvsq.fr>
7494
7495 Merge from graphite branch.
7496 * configure: Regenerate.
7497 * Makefile.in: Regenerate.
7498 * configure.ac (host_libs): Add ppl and cloog.
7499 Add checks for PPL and CLooG.
7500 * Makefile.def (ppl, cloog): Added modules and dependences.
7501 * Makefile.tpl (PPLLIBS, PPLINC, CLOOGLIBS, CLOOGINC): New.
7502 (HOST_PPLLIBS, HOST_PPLINC, HOST_CLOOGLIBS, HOST_CLOOGINC): New.
7503
d89f0ad6
AL
75042008-08-31 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
7505
7506 * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
7507 (GCC_SHLIB_SUBDIR): New.
7508 * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
7509 * configure: Regenerate.
7510 * Makefile.in: Regenerate.
7511
88a25817
GP
75122008-08-30 Gerald Pfeifer <gerald@pfeifer.com>
7513
7514 * MAINTAINERS: Consistently use tabs to separate columns.
7515
f873f15f
TG
75162008-08-29 Tristan Gingold <gingold@adacore.com>
7517
7518 * MAINTAINERS (Write after Approval): Add myself.
7519
e1514c3f
TG
75202008-08-28 Tristan Gingold <gingold@adacore.com>
7521
7522 * configure.ac (powerpc-*-darwin*, i?86-*-darwin*,x86_64-*-darwin9):
7523 Enable bfd, binutils and opcodes.
7524 * configure: Regenerate.
7525
4717882f
JDA
75262008-08-27 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
7527
7528 * MAINTAINERS: Update my hppa and hpux entries. Remove my vax entry.
7529
28c9884c
TK
75302008-08-23 Thomas Koenig <tkoenig@gcc.gnu.org>
7531
7532 * MAINTAINERS: Use correct Umlaut for last name.
7533
ae96d86a
FXC
75342008-08-23 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
7535
7536 * MAINTAINERS: Move myself from Reviewers to Write after Approval.
7537
3ecc96e3
DE
75382008-08-16 David Edelsohn <edelsohn@gnu.org>
7539
7540 * MAINTAINERS: Update my email address.
7541
dd609cc1
EB
75422008-08-16 Nicolas Roche <roche@adacore.com>
7543
7544 * Makefile.tpl: Add BOOT_ADAFLAGS.
7545 * Makefile.in: Regenerate.
7546
08d0963a
RS
75472008-08-09 Richard Sandiford <rdsandiford@googlemail.com>
7548
7549 * configure.ac (mips*-*-*linux*, mips*-*-gnu*): Use mt-mips-gnu.
7550 * configure: Regenerate.
7551
dce2d8b2 75522008-07-30 Paolo Bonzini <bonzini@gnu.org>
00afcaa0
PB
7553
7554 * configure.ac: Add makefile fragments for hpux.
7555 * Makefile.def (flags_to_pass): Add ADA_CFLAGS.
7556 * Makefile.tpl (HOST_EXPORTS): Pass ADA_CFLAGS.
7557 * configure: Regenerate.
7558 * Makefile.in: Regenerate.
7559
dce2d8b2 75602008-07-28 Aldy Hernandez <aldyh@redhat.com>
806b3528
AH
7561
7562 * MAINTAINERS: Add Jakub and myself as gimple maintainers.
7563
dce2d8b2 75642008-07-11 Dodji Seketeli <dseketel@redhat.com>
ab220355
DS
7565
7566 * MAINTAINERS (Write after Approval): Add myself.
7567
78209f30
XG
75682008-07-02 Xuepeng Guo <xuepeng.guo@intel.com>
7569
7570 * MAINTAINERS (Write After Approval): Add myself.
7571
5b5b098d
AJ
75722008-06-29 Andrew Jenner <andrew@codesourcery.com>
7573
7574 * MAINTAINERS (Write After Approval): Add myself.
7575
d812ec93
KW
75762008-06-29 Krister Walfridsson <krister.walfridsson@gmail.com>
7577
7578 * MAINTAINERS: Update my email address.
7579
99e78224
JY
75802008-06-25 Joey Ye <joey.ye@intel.com>
7581
7582 * MAINTAINERS (Write After Approval): Add myself.
7583
18c04407
RW
75842008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
7585
7586 * Makefile.tpl ($(srcdir)/configure): Update dependencies.
7587 * Makefile.in: Regenerate.
7588 * configure: Regenerate.
7589
47aa9a31
DK
75902008-06-17 Daniel Kraft <d@domob.eu>
7591
7592 * MAINTAINERS (Write After Approval): Add myself.
7593
ad33ff57
RW
75942008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
7595
7596 * configure.ac: Set TOPLEVEL_CONFIGURE_ARGUMENTS early, when
7597 "$@" is still intact with both Autoconf 2.59 and 2.62.
7598 * configure: Regenerate.
7599
cdce5c41
RW
76002008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
7601
7602 * Makefile.tpl: Fix comment errors.
7603 * Makefile.in: Regenerate.
7604
01b79d11
DM
76052008-06-12 David S. Miller <davem@davemloft.net>
7606 David Edelsohn <edelsohn@gnu.org>
7607
7608 * configure.ac: Add powerpc*-*-* to gold supported targets.
7609 * configure: Regenerate.
7610
f8c33439
JM
76112008-06-08 Joseph Myers <joseph@codesourcery.com>
7612
7613 PR tree-optimization/36218
7614 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_BUILD.
7615 * Makefile.tpl (EXTRA_BUILD_FLAGS): Define.
7616 (all prefix="build-"): Pass them to build-system sub-makes.
7617 * Makefile.in: Regenerate.
7618
cd985f66
JM
76192008-06-07 Joseph Myers <joseph@codesourcery.com>
7620
7621 * MAINTAINERS (mt port): Remove.
7622 (sco5, unixware, sco udk): Remove.
7623 (Kean Johnston): Add to Write After Approval.
7624
3f6383d3
JB
76252008-05-30 Julian Brown <julian@codesourcery.com>
7626
7627 * configure.ac (arm*-*-linux-gnueabi): Don't disable building
7628 of libobjc for ARM EABI Linux.
7629 * configure: Regenerate.
30da41ed 7630
dce2d8b2 76312008-05-18 Xinliang David Li <davidxl@google.com>
e29cc9b4 7632
09ce620e 7633 * ChangeLog: Remove wrong ChangeLog entry.
e29cc9b4 7634
dce2d8b2 76352008-05-17 Xinliang David Li <davidxl@google.com>
30da41ed 7636
e29cc9b4 7637 * MAINTAINERS (Write After Approval): Add myself.
30da41ed 7638
955410cb
JW
76392008-05-15 Janus Weil <janus@gcc.gnu.org>
7640
7641 * MAINTAINERS (Write After Approval): Add myself.
7642
719bb4e3 76432008-05-14 Rafael Espíndola <espindola@google.com>
61ab1651
RAE
7644
7645 * config-ml.in: don't handle --enable-shared and --enable-static.
7646
372b05fc
RS
76472008-05-10 Richard Sandiford <rdsandiford@googlemail.com>
7648
7649 * MAINTAINERS: Update my email address.
7650
f73e2200
PC
76512008-05-10 Paolo Carlini <paolo.carlini@oracle.com>
7652
7653 * MAINTAINERS: Update my email address.
09ce620e 7654
3e438e2b
KVH
76552008-05-03 Kris Van Hees <kris.van.hees@oracle.com>
7656
7657 * MAINTAINERS (Write After Approval): Add myself.
7658
177bf491
GS
76592008-04-28 Gabriele Svelto <gabriele.svelto@st.com>
7660
7661 * MAINTAINERS (Write After Approval): Add myself.
7662
dce2d8b2 76632008-04-25 Pompapathi V Gadad <Pompapathi.V.Gadad@nsc.com>
ac89df2f
PG
7664
7665 * MAINTAINERS (crx): Add myself.
7666
14a8726b
PB
76672008-04-18 Paolo Bonzini <bonzini@gnu.org>
7668
7669 Sync with src:
7670 2008-04-14 David S. Miller <davem@davemloft.net>
7671
09ce620e
AS
7672 * configure.ac: Add sparc*-*-* to gold supported targets.
7673 * configure: Regenerate.
14a8726b 7674
7142fb32
PB
76752008-04-18 Paolo Bonzini <bonzini@gnu.org>
7676
7677 PR bootstrap/35457
7678 * configure.ac: Include override.m4.
7679 * configure: Regenerate.
7680
c6b196de
PB
76812008-04-18 Paolo Bonzini <bonzini@gnu.org>
7682
09ce620e
AS
7683 * Makefile.tpl (restrap): Call `make all' using double-colon rules.
7684 * Makefile.in: Regenerate.
c6b196de 7685
dce2d8b2 76862008-04-18 M R Swami Reddy <MR.Swami.Reddy@nsc.com>
c993ae60 7687
09ce620e 7688 * configure.ac (cr16-*-*): Add case for cr16 target and include gdb
c993ae60 7689 as nonconfigurable directories list.
09ce620e 7690 * configure: Regenerate.
c993ae60 7691
8479b1b1
BE
76922008-04-14 Ben Elliston <bje@au.ibm.com>
7693
7694 * config.sub, config.guess: Update from upstream sources.
7695
295e261a
HPN
76962008-04-12 Hans-Peter Nilsson <hp@axis.com>
7697
7698 * Makefile.tpl <gcc>: Error early unless at least GNU make 3.80.
7699 * Makefile.in: Regenerate.
7700
ac3949d9
EW
77012008-04-11 Eric B. Weddington <eweddington@cso.atmel.com>
7702
7703 * configure.ac: Do not build libssp for the AVR.
7704 * configure: Regenerate.
7705
06407e30
ILT
77062008-04-07 Ian Lance Taylor <iant@google.com>
7707
7708 * Makefile.def: check-gold depends upon all-binutils.
7709 * Makefile.in: Regenerate.
7710
97db009c
AH
77112008-04-04 Andy Hutchinson <hutchinsonandy@aim.com>
7712
7713 * MAINTAINERS (Write After Approval): Add myself.
7714
2a79c47f
NC
77152008-04-04 Nick Clifton <nickc@redhat.com>
7716
7717 PR binutils/4334
5f4bebbf 7718 * configure.ac: Run ACX_CHECK_CYGWIN_CAT_WORKS for cygwin hosted
2a79c47f
NC
7719 builds.
7720 * configure: Regenerate.
7721
c53a18d3
N
77222008-04-04 NightStrike <NightStrike@gmail.com>
7723
7724 PR other/35151
09ce620e
AS
7725 * configure.ac: Combine rules for mingw32 and mingw64.
7726 * configure: Regenerate.
c53a18d3 7727
d925aa70
KT
77282008-04-02 Kai Tietz <kai.tietz@onvision.com>
7729
7730 * MAINTAINERS (Write After Approval): Add myself.
7731
dce2d8b2 77322008-04-01 Seongbae Park <seongbae.park@gmail.com>
ad424a85
SP
7733
7734 * Makefile.tpl (.NOTPARALLEL): Revert previous change.
7735 * Makefile.in (.NOTPARALLEL): Ditto.
7736
4412a506
PG
77372008-04-01 Peter O'Gorman <pogma@thewrittenword.com>
7738
7739 * MAINTAINERS (Write After Approval): Add myself.
7740
dce2d8b2 77412008-03-31 Seongbae Park <seongbae.park@gmail.com>
2f908293
SP
7742
7743 * Makefile.tpl (.NOTPARALLEL): Serialize stageprofile libiberty.
7744 * Makefile.in (.NOTPARALLEL): Regenerate.
7745
639223bd
PB
77462008-03-27 Paolo Bonzini <bonzini@gnu.org>
7747
7748 * Makefile.tpl (PICFLAG, PICFLAG_FOR_TARGET): Remove.
7749 * Makefile.in: Regenerate.
7750
b8ab1f4a
JS
77512008-03-26 Jakub Staszak <kuba@et.pl>
7752
7753 * MAINTAINERS (Write After Approval): Add myself.
7754
b45890a4
TK
77552008-03-23 Thomas Koenig <tkoenig@gcc.gnu.org>
7756
7757 * MAINTAINERS: Update e-mail address.
7758
5afab7ad
ILT
77592008-03-20 Ian Lance Taylor <iant@google.com>
7760
7761 * configure.ac: Add support for --enable-gold.
7762 * Makefile.def: Add gold as a directory like ld.
7763 * configure, Makefile.in: Regenerate.
7764
38d24731
RW
77652008-03-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
7766
7767 * configure.ac: m4_include config/proginstall.m4.
7768 * configure: Regenerate.
32bc4cf4
RW
7769
7770 Backport from upstream Libtool:
09ce620e 7771
32bc4cf4 7772 2007-10-12 Eric Blake <ebb9@byu.net>
09ce620e 7773
32bc4cf4
RW
7774 Deal with Autoconf 2.62's semantic change in m4_append.
7775 * ltsugar.m4 (lt_append): Replace broken versions of
7776 m4_append.
7777 (lt_if_append_uniq): Don't require separator to be overquoted,
7778 and avoid broken m4_append.
7779 (lt_dict_add): Fix typo.
7780 * libtool.m4 (_LT_DECL): Don't overquote separator.
7781
9d3c50ea
DE
77822008-03-13 David Edelsohn <edelsohn@gnu.org>
7783
7784 * config.rpath: Add AIX 6 support.
7785
5d2edb29
PB
77862008-03-13 Paolo Bonzini <bonzini@gnu.org>
7787
7788 * Makefile.def (stageprofile). Remove -fprofile-generate
7789 from stage_libcflags.
7790 * Makefile.in: Regenerate.
7791
954910ef
BE
77922008-03-13 Ben Elliston <bje@au.ibm.com>
7793
7794 * config.sub, config.guess: Update from upstream sources.
7795
e8645a40
TT
77962008-03-06 Tom Tromey <tromey@redhat.com>
7797
7798 * MAINTAINERS: Update for treelang deletion.
7799
2c8e955e
JW
78002008-03-03 James E. Wilson <wilson@tuliptree.org>
7801
7802 * MAINTAINERS: Update my email address.
7803
54acd307
SS
78042008-03-03 Stan Shebs <stanshebs@earthlink.net>
7805
893ad2a1 7806 * MAINTAINERS (darwin port): Add myself as a maintainer.
54acd307
SS
7807 (objective-c/c++): Add myself as a maintainer.
7808
4b52b516
VR
78092008-03-03 Volker Reichelt <v.reichelt@netcologne.de>
7810
7811 * MAINTAINERS (Write After Approval): Update my email address.
7812
e652b516
TB
78132008-02-25 Tomas Bily <tbily@suse.cz>
7814
7815 * MAINTAINERS (Write After Approval): Add myself.
7816
02d30740
JJ
78172008-02-23 Jakub Jelinek <jakub@redhat.com>
7818
7819 * MAINTAINERS (OpenMP): Add myself.
7820
1c8bd6a3
PB
78212008-02-20 Paolo Bonzini <bonzini@gnu.org>
7822
4b40b2a5
UB
7823 PR bootstrap/32009
7824 PR bootstrap/32161
1c8bd6a3 7825
4b40b2a5
UB
7826 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Compute here.
7827 * configure: Regenerate.
1c8bd6a3 7828
4b40b2a5
UB
7829 * Makefile.def: Define stage_libcflags for all bootstrap stages.
7830 * Makefile.tpl (BOOT_LIBCFLAGS, STAGE2_LIBCFLAGS, STAGE3_LIBCFLAGS,
7831 STAGE4_LIBCFLAGS): New.
7832 (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Subst from autoconf, without
7833 $(SYSROOT_CFLAGS_FOR_TARGET) and $(DEBUG_PREFIX_CFLAGS_FOR_TARGET).
7834 (BASE_TARGET_EXPORTS): Append them here to C{,XX}FLAGS.
7835 (EXTRA_TARGET_FLAGS): Append them here to {LIB,}C{,XX}FLAGS.
7836 (configure-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags
7837 for target modules. Don't export LIBCFLAGS.
7838 (all-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags; pass
7839 $(BASE_FLAGS_TO_PASS) where [+args+] was passed, and [+args+] after
7840 the overridden CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
7841 (invocations of `all'): Replace $(TARGET_FLAGS_TO_PASS) with
7842 $(EXTRA_TARGET_FLAGS), $(FLAGS_TO_PASS) with $(EXTRA_HOST_FLAGS).
7843 * Makefile.in: Regenerate.
1c8bd6a3 7844
bb44c9d2
RW
78452008-02-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
7846
7847 PR libgcj/33085
7848 * libtool.m4 (_LT_COMPILER_PIC) [ mingw, cygwin ] <GCJ>:
7849 Do not use -DDLL_EXPORT. Backport from upstream.
7850
29a7754d
RW
78512008-02-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
7852
7853 * MAINTAINERS (Write After Approval): Add myself.
7854
9a212bb7
HPN
78552008-02-02 Hans-Peter Nilsson <hp@axis.com>
7856
7857 * configure.ac: Enable fortran for cris-*-elf and crisv32-*-elf.
7858 * configure: Regenerate.
7859
aa12a573
MG
78602008-01-31 Marc Gauthier <marc@tensilica.com>
7861
7862 * configure.ac (xtensa*-*-*): Recognize processor variants.
7863 * configure: Regenerate.
7864
ac9e6043
RW
78652008-01-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
7866
40049ccc
UB
7867 PR bootstrap/34922
7868 * configure.ac (PARSE_ARGS): Push suitable setting of
7869 ac_subdirs_all, for `./configure --help=recursive'.
7870 Handle `+' in generic toplevel directory disabling.
7871 * configure: Regenerate.
ac9e6043 7872
4288c86a
NC
78732008-01-28 Nick Clifton <nickc@redhat.com>
7874
7875 * MAINTAINERS (xstormy16): Take over maintainership.
7876
8d8da227
JM
78772008-01-25 Joseph Myers <joseph@codesourcery.com>
7878
7879 * MAINTAINERS (c4x port): Remove.
7880
349b60e7
DE
78812008-01-24 David Edelsohn <edelsohn@gnu.org>
7882
7883 * libtool.m4: Backport AIX 6 support from ToT Libtool.
7884
3ca06a68
BE
78852008-01-23 Ben Elliston <bje@au.ibm.com>
7886
7887 * config.sub, config.guess: Update from upstream sources.
7888
3c631381
TG
78892008-01-22 Tobias Grosser <grosser@fim.uni-passau.de>
7890
7891 * MAINTAINERS (Write After Approval): Add myself.
7892
20533ef1
L
78932008-01-17 H.J. Lu <hjl.tools@gmail.com>
7894
7895 * MAINTAINERS: Update my email address.
7896
78972008-01-09 Raksit Ashok <raksit@google.com>
7898
7899 * MAINTAINERS (Write After Approval): Add myself.
7900
684f4f6a
RA
79012008-01-09 Raksit Ashok <raksit@google.com>
7902
7903 * MAINTAINERS (Write After Approval): Add myself.
7904
9cb8756f
BE
79052008-01-08 Ben Elliston <bje@au.ibm.com>
7906
7907 * config.sub, config.guess: Update from upstream sources.
7908
94e1934d
KG
79092007-12-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7910
7911 * configure.ac: Change required MPFR from 2.2.0 -> 2.2.1.
8debbe48 7912 Change recommended MPFR from 2.2.1 -> 2.3.0.
94e1934d
KG
7913 * configure: Regenerate.
7914
a2e51f77
SP
79152007-12-15 Sebastian Pop <sebastian.pop@amd.com>
7916
7917 * MAINTAINERS: Update my email address.
7918
ffe3dcd9
BRF
79192007-12-15 Bernhard Fischer <aldot@gcc.gnu.org>
7920
7921 * MAINTAINERS: Update my email address.
7922
aa4095c9
RS
79232007-12-13 Richard Sandiford <rsandifo@nildram.co.uk>
7924
7925 * Makefile.tpl (CFLAGS_FOR_TARGET): Add -g.
7926 (CXXFLAGS_FOR_TARGET): Add -O2 -g.
7927 * Makefile.in: Regenerate.
7928
dce2d8b2 79292007-12-10 Mark Heffernan <meheff@google.com>
030e2013
MH
7930
7931 * MAINTAINERS (Write After Approval): Add myself and alphabetize two
7932 misplaced entries.
7933
0fe0f073
AT
79342007-12-10 Andreas Tobler <a.tobler@schweiz.org>
7935
7936 * configure.ac: Enable libjava for x86_64-*-darwin9.
7937 * configure: Regenerate.
7938
dce2d8b2 79392007-12-07 Bill Maddox <maddox@google.com>
d4ca4b06
BM
7940
7941 * MAINTAINERS (Write After Approval): Add myself.
7942
c3220d4c
BE
79432007-12-05 Ben Elliston <bje@au.ibm.com>
7944
7945 * config.sub, config.guess: Update from upstream sources.
7946
aba7501e
MK
79472007-12-02 Matthias Klose <doko@ubuntu.com>
7948
7949 * config-ml.in: Remove 64bit configure tests.
7950
d683ec81
PB
79512007-11-28 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
7952
7953 * config-ml.in: Robustify against white space in absolute file
7954 names.
7955
7956 * config-ml.in (multi-clean): Substitute ${Makefile}.
7957 Remove superfluous ${Makefile} in list.
7958
60f1711a
TS
79592007-11-19 Thiemo Seufer <ths@mips.com>
7960
7961 * config-ml.in: Don't hardcode the Makefile name.
7962
487f9d96
AM
79632007-11-08 Alexander Monakov <amonakov@ispras.ru>
7964
7965 * MAINTAINERS (Write After Approval): Add myself.
7966
fa3886fe
ST
79672007-11-07 Samuel Tardieu <sam@rfc1149.net>
7968
7969 * MAINTAINERS (Write After Approval): Add myself.
7970
dce2d8b2 79712007-11-06 Doug Kwan <dougkwan@google.com>
ae750079
DK
7972
7973 * MAINTAINERS (Write After Approval): Add myself.
7974
acc48927
BE
79752007-10-25 Ben Elliston <bje@au.ibm.com>
7976
7977 * MAINTAINERS (mercury): Remove entry.
7978 (Write After Approval): Add Fergus Henderson <fjh@cs.mu.oz.au>.
7979
e00e9858
DJ
79802007-10-23 Daniel Jacobowitz <dan@codesourcery.com>
7981
7982 * Makefile.def (dependencies): Make configure-gdb depend on
7983 all-intl.
7984 * Makefile.in: Regenerated.
7985
def14a3c
SK
79862007-10-22 Steven G. Kargl <kargl@gcc.gnu.org>
7987
7988 * MAINTAINERS (Fortran maintainer): Remove myself.
7989
dce2d8b2 79902007-10-15 Patrick Mansfield <patmans@us.ibm.com>
0e5e9f76
PM
7991
7992 * Makefile.def: To avoid problems running with parallel makes,
7993 build newlib before libgloss so that target specific header
7994 files are availble.
7995 * Makefile.in: Regenerate
7996
bbfbfafc
DJ
79972007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
7998
7999 * Makefile.def (dependencies): Add all-gdb -> all-libdecnumber.
8000 * Makefile.in: Regenerate.
8001
c56abad5
VM
80022007-10-09 Vladimir Makarov <vmakarov@redhat.com>
8003
8004 * MAINTAINERS (Register allocation reviewer): Add myself.
8005
f019adc1
MF
80062007-10-08 Mike Frysinger <vapier@gentoo.org>
8007
8008 * configure.ac (CFLAGS_FOR_BUILD, CXXFLAGS_FOR_BUILD,
8009 LDFLAGS_FOR_BUILD): Default them to host flags only for $host = $build.
8010 Set default CXXFLAGS_FOR_BUILD to CXXFLAGS, not CFLAGS. Set default
8011 LDFLAGS_FOR_BUILD to LDFLAGS, not CFLAGS.
8012 * configure: Regenerate.
8013
dce2d8b2 80142006-10-04 Seongbae Park <seongbae.park@gmail.com>
789e4e28
SP
8015
8016 * MAINTAINERS (Register allocation reviewer): Add myself.
8017
0999159b
PB
80182007-10-01 Paolo Bonzini <bonzini@gnu.org>
8019
8020 * Makefile.tpl (AR_FOR_BUILD, AS_FOR_BUILD, CXX_FOR_BUILD,
8021 DLLTOOL_FOR_BUILD, GCJ_FOR_BUILD, GFORTRAN_FOR_BUILD,
8022 LDFLAGS_FOR_BUILD, LD_FOR_BUILD, NM_FOR_BUILD, RANLIB_FOR_BUILD,
8023 WINDMC_FOR_BUILD, WINDRES_FOR_BUILD): Use autoconf substitutions.
8024 * configure.ac: Default them to host tools for $host = $build.
8025 Subst them.
8026
8027 * configure: Regenerate.
8028 * Makefile.in: Regenerate.
8029
dce2d8b2 80302006-09-24 Peter Bergner <bergner@vnet.ibm.com>
a054acde
PB
8031
8032 * MAINTAINERS (Register allocation reviewer): Add myself.
8033
dce2d8b2 80342006-09-24 Kenneth Zadeck <zadeck@naturalbridge.com>
ffda6fc9
KZ
8035
8036 * MAINTAINERS (Register allocation reviewer): Add myself.
8037
9d209c83
SP
80382007-09-21 Seongbae Park <seongbae.park@gmail.com>
8039
8040 * MAINTAINERS (Write After Approval): Fix typo.
8041
1ec3b87b
RS
80422007-09-20 Richard Sandiford <rsandifo@nildram.co.uk>
8043
8044 * configure.ac (mipsisa*-*-elfoabi*): New stanza.
8045 * configure: Regenerate.
8046
19d5986d
PJ
80472007-09-20 Paul Jarc <prj-bugzilla-gcc@multivac.cwru.edu>
8048
8049 PR bootstrap/31906
8050 * libtool-ldflags: Don't prefix arguments with -Xcompiler if
ffe3dcd9 8051 they're already prefixed.
19d5986d 8052
6d3b5aea
BK
80532007-09-19 Benjamin Kosnik <bkoz@redhat.com>
8054
8055 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Move libgomp before
8056 libstdc++.
8057 * Makefile.def: Add libgomp config as a maybe dependency for libstdc++.
8058 * configure: Regenerate.
8059 * Makefile.in: Regenerate.
09ce620e 8060
4fe7e755
AS
80612007-09-17 Andreas Schwab <schwab@suse.de>
8062
8063 * configure.ac: Raise minimum makeinfo version to 4.6.
8064 * configure: Regenerate.
8065
dce2d8b2 80662007-09-17 Johannes Singler <singler@ira.uka.de>
d483feaa 8067
ffe3dcd9 8068 * MAINTAINERS (write-after-approval) add myself
d483feaa 8069
fa9a3f31
AM
80702007-09-15 Alan Modra <amodra@bigpond.net.au>
8071
8072 * configure.ac: Correct makeinfo version check.
8073 * configure: Regenerate.
8074
6593a73e
RS
80752007-09-14 Richard Sandiford <rsandifo@nildram.co.uk>
8076
8077 * MAINTAINERS: Update my email address.
8078
d9dced13
RS
80792007-09-14 Richard Sandiford <richard@codesourcery.com>
8080
8081 * configure.ac (mips*-sde-elf*): New stanza. Add target-libiberty
8082 to $skipdirs and only disable gprof for newlib. Use the normal
8083 mips*-elf* handling in other respects.
8084 * configure: Regnerate.
8085
773c1467
DD
80862007-09-12 David Daney <ddaney@avtrex.com>
8087
8088 * configure.ac: Remove mips64*-*-linux* noconfigdirs section, thus
8089 enabling libgcj.
8090 * configure: Regenerate.
8091
c03353e2
RIL
80922007-09-10 Rask Ingemann Lambertsen <rask@sygehus.dk>
8093
8094 PR other/32154
8095 * configure.ac: For libgloss targets, point the linker to the linker
8096 script, startup code and simulator library.
8097 * configure: Regenerate.
8098
c4e9bf2b
AH
80992007-09-07 Andrew Haley <aph@redhat.com>
8100
8101 * configure.ac (noconfigdirs): Remove target-libffi and
8102 target-libjava.
8103 * configure: Regenerate.
8104
1f5a6b84
FXC
81052007-09-06 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
8106
8107 PR target/33281
8108 * configure.ac: Use config/mh-mingw on mingw.
8109 * configure: Regenerate.
1f5a6b84 8110
3951e521
PH
81112007-09-05 Pat Haugen <pthaugen@us.ibm.com>
8112
9f349f63 8113 * MAINTAINERS (Write After Approval): Add myself.
3951e521 8114
e643dc23
RG
81152007-09-05 Richard Guenther <rguenther@suse.de>
8116
8117 * configure.ac (--enable-stage1-checking): If neither --enable-checking
8118 nor --disable-checking is provided also turn on yes and types
8119 checking for stage1.
8120 * configure: Re-generate.
8121
039874df
KW
81222007-08-30 Krister Walfridsson <cato@df.lth.se>
8123
8124 * MAINTAINERS (OS Port Maintainers): Add myself as NetBSD maintainer.
8125 (Write After Approval): Remove myself.
8126
c3f07bd6 81272007-08-29 Nick Clifton <nickc@redhat.com>
15098359 8128
c3f07bd6 8129 * config.sub, config.guess: Update from upstream sources.
15098359 8130
40049ccc 81312007-08-22 Bud Davis <jmdavis@link.com>
4bbed405
BD
8132
8133 * MAINTAINERS (Write After Approval): Added myself.
8134 * MAINTAINERS (Reviewers): Removed myself.
8135
c8aea42c 81362007-08-18 Paul Brook <paul@codesourcery.com>
40049ccc 8137 Joseph Myers <joseph@codesourcery.com>
c8aea42c
PB
8138
8139 * Makefile.tpl (DEBUG_PREFIX_CFLAGS_FOR_TARGET): New.
8140 (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Include it.
8141 * Makefile.in: Regenerate.
8142 * configure.ac (--with-debug-prefix-map): New.
8143 * configure: Regenerate.
8144
4bf6c438
RS
81452007-08-17 Richard Sandiford <richard@codesourcery.com>
8146 Nigel Stephens <nigel@mips.com>
8147
4bf6c438
RS
8148 * configure.ac (mips*-sde-elf*): New stanza. Use config/mt-sde
8149 as target_makefile_frag.
8150 * configure: Regenerate.
8151
bb286d71
AO
81522007-08-16 Alexandre Oliva <aoliva@redhat.com>
8153
8154 * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
8155 Add to flags_to_pass. Adjust uses of BOOT_CFLAGS.
8156 (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
8157 * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
8158 (do-compare, do-compare3, do-compare-debug): New.
8159 ([+compare-target+]): Use them.
8160
a4630417
MK
81612007-08-14 Maxim Kuvyrkov <maxim@codesourcery.com>
8162
8163 * MAINTAINERS (Write After Approval): Change my email address.
8164
d9acb717
RW
81652007-08-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
8166 Ben Elliston <bje@au.ibm.com>
8167
8168 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Pass
8169 --silent if $silent.
8170 * configure: Regenerate.
8171
96876681
ZD
81722003-08-12 Zdenek Dvorak <ook@ucw.cz>
8173
8174 * MAINTAINERS (Various Maintainers): Add myself as
8175 loop infrastructure maintainer. Update my e-mail
8176 address.
8177
1c1d80ee
DN
81782007-07-31 Diego Novillo <dnovillo@google.com>
8179
8180 * MAINTAINERS (Reviewers): Rename from Non-Autopoiesis.
8181 Adjust description.
8182
7e98624c
RG
81832007-07-26 Richard Guenther <rguenther@suse.de>
8184
8185 * configure.ac: Add types checking to stage1 checking flags.
8186 * configure: Regenerate.
8187
4c85af60
NC
81882007-07-17 Nick Clifton <nickc@redhat.com>
8189
8190 * COPYING3: New file. Contains version 3 of the GNU General
8191 Public License.
8192 * COPYING3.LIB: New file. Contains version 3 of the GNU
8193 Lesser General Public License.
8194
19ddfd3a
AK
81952007-07-16 Andreas Krebbel <krebbel1@de.ibm.com>
8196
8197 * MAINTAINERS (S/390 port maintainer): Remove my co-maintainer tag.
8198
2a064545
AK
81992007-07-16 Andreas Krebbel <krebbel1@de.ibm.com>
8200
8201 * MAINTAINERS (S/390 co-maintainer): Add myself.
8202 (Write After Approval): Remove myself.
8203
f861f54d
DH
82042007-07-13 Dan Hipschman <dsh@google.com>
8205
8206 * MAINTAINERS (Write After Approval): Add myself.
8207
0136f2f7
NC
82082007-07-11 Nick Clifton <nickc@redhat.com>
8209
8210 * Makefile.tpl (BUILD_EXPORTS): Escape the newline at the end of the
8211 WINDRES export.
8212 * Makefile.in: Regenerate.
8213
6e29b5a4
RO
82142007-07-05 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8215
8216 * MAINTAINERS (OS Port Maintainers): Add myself as IRIX, Tru64 UNIX
8217 maintainer.
8218
159a4b02
L
82192007-07-05 H.J. Lu <hongjiu.lu@intel.com>
8220
8221 * lt~obsolete.m4: New. Import from 20070318 libtool.
8222
6ba67283
JB
82232007-07-03 Julian Brown <julian@codesourcery.com>
8224
8225 * MAINTAINERS (Write After Approval): Add myself.
8226
30b74385
RW
82272007-07-03 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
8228
8229 * configure.ac: Rewrite 'configure --help' strings to look nicer.
8230 * configure: Regenerate.
8231
82322007-07-03 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
8233
8234 * configure.ac: Add some missing m4 quotation.
8235 * configure: Regenerate.
8236
943c54ce
SB
82372007-07-02 Simon Baldwin <simonb@google.com>
8238
8239 * MAINTAINERS (Write After Approval): Add myself.
8240
1c00b503
PB
82412007-07-02 Paolo Bonzini <bonzini@gnu.org>
8242
8243 * configure: Regenerate.
8244
901119ae
KT
82452007-07-02 Kai Tietz <kai.tietz@onevision.com>
8246
8247 * Makefile.def: Add windmc tool to build.
8248 * Makefile.tpl: Likewise.
8249 * configure.ac: Likewise.
8250 * Makefile.in: Regenerate.
8251 * configure: Regenerate.
09ce620e 8252
83f4c19f
DD
82532007-06-28 DJ Delorie <dj@redhat.com>
8254
8255 * configure.ac (arm*-*-linux-gnueabi): Don't build libgloss if we're
8256 not building newlib.
8257 * configure: Regenerated.
09ce620e 8258
5346c75c
JS
82592007-06-28 Jan Sjodin <jan.sjodin@amd.com>
8260
8261 * MAINTAINERS (Write After Approval): Add myself.
8262
aacfb86b
MM
82632007-06-25 Martin Michlmayr <tbm@cyrius.com>
8264
8265 * MAINTAINERS (Write After Approval): Add myself.
8266
590bf0d3
CM
82672007-06-19 Chris Matthews <chrismatthews@google.com>
8268
8269 * MAINTAINERS (Write After Approval): Add myself.
8270
cdbbee7a
RIL
82712007-06-19 Rask Ingemann Lambertsen <rask@sygehus.dk>
8272
8273 * MAINTAINERS (Write After Approval): Add myself.
8274
b8afffc1
DJ
82752007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
8276
8277 * Makefile.def: Add dependency from configure-gdb to all-bfd.
8278 * Makefile.in: Regenerated.
8279
3fcfad76
BS
82802007-06-14 Bernd Schmidt <bernd.schmidt@analog.com>
8281
8282 * configure.ac: Don't add target-libmudflap to noconfigdirs for
8283 bfin*-*-uclinux* targets.
8284 * configure: Regenerate.
8285
3f5a2b7f
ILT
82862007-06-14 Ian Lance Taylor <iant@google.com>
8287
8288 * MAINTAINERS: Add myself as non-algorithmic global write
8289 maintainer.
8290
4c46daee
DN
82912007-06-14 Diego Novillo <dnovillo@google.com>
8292
8293 * MAINTAINERS: Add self as middle-end maintainer and
8294 non-algorithmic global write maintainer.
8295
a3bb222a
FXC
82962007-06-14 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
8297
8298 * MAINTAINERS: Change spelling from "fortran 95" to "Fortran".
8299 Move all Fortran maintainers except Paul Brook into the
8300 Non-Autopoiesis section.
8301
a19e8f64
PB
83022007-06-14 Paolo Bonzini <bonzini@gnu.org>
8303
8304 * Makefile.tpl (cleanstrap): Don't delete the toplevel Makefile.
8305 (distclean-stage[+id+]): Possibly delete stage_last.
8306 * Makefile.in: Regenerate.
8307
1c2abe5e
SP
83082007-06-12 Seongbae Park <seongbae.park@gmail.com>
8309
8310 * MAINTAINERS (Various Maintainer): Fix typo.
8311
abca4739
PB
83122007-06-11 Paolo Bonzini <bonzini@gnu.org>
8313
8314 * MAINTAINERS (Various Maintainer): Add myself as
8315 dataflow maintainer.
8316
a894d2c3
BE
83172007-06-07 Ben Elliston <bje@au.ibm.com>
8318
8319 * config.sub, config.guess: Update from upstream sources.
8320
8024d75e
BE
83212007-06-07 Ben Elliston <bje@au.ibm.com>
8322
8323 * Makefile.tpl: Fix spelling error.
8324 * Makefile.in: Regenerate.
8325
973a9a5e
SE
83262007-06-01 Steve Ellcey <sje@cup.hp.com>
8327
96598938
L
8328 * libtool.m4 (LT_CMD_MAX_LEN): Try using getconf to set
8329 lt_cv_sys_max_cmd_len.
973a9a5e 8330
ccb4d26b
DN
83312007-05-31 Dorit Nuzman <dorit@il.ibm.com>
8332
8333 * MAINTAINERS (Various Maintainers): Add myself as
8334 auto-vectorizer maintainer.
8335
eecb7461
PB
83362003-05-31 Paolo Bonzini <bonzini@gnu.org>
8337
8338 PR libjava/32098
8339 * libtool.m4: Revert previous change.
8340 * ltgcc.m4: Put it here.
8341
89d28202
ZD
83422003-05-30 Zdenek Dvorak <dvorakz@suse.cz>
8343
8344 * MAINTAINERS (Various Maintainers): Add myself as
8345 auto-vectorizer maintainer.
8346
60c7a11a
L
83472007-05-30 H.J. Lu <hongjiu.lu@intel.com>
8348
8349 PR libjava/32098
8350 * libtool.m4 (_LT_LANG_GCJ_CONFIG): Use gcc to test gcj features.
8351
9dd3cc81
RG
83522007-05-30 Richard Guenther <rguenther@suse.de>
8353
8354 * MAINTAINERS (Various Maintainers): Add myself as
8355 auto-vectorizer maintainer.
8356
9cc1244e
JJ
83572007-05-30 Jakub Jelinek <jakub@redhat.com>
8358
8359 PR bootstrap/29382
8360 * configure.ac: Don't use -fkeep-inline-functions for GCC < 3.3.1.
8361 * configure: Rebuilt.
8362
6124296b
RC
83632007-05-28 Roberto Costa <robsettantasei@gmail.com>
8364
8365 * MAINTAINERS (Write After Approval): Removed my name.
8366
6b757a0d
SB
83672007-05-25 Steven Bosscher <steven@gcc.gnu.org>
8368
8369 * MAINTAINERS (Write After Approval): Remove myself.
8370
86ef8528
AT
83712007-05-25 Andreas Tobler <a.tobler@schweiz.org>
8372
8373 * ltmain.sh: Fix Darwin verstring, remove ${wl}.
8374
1cf3d07d
SE
83752007-05-23 Steve Ellcey <sje@cup.hp.com>
8376
8377 * ltmain.sh: Update from ToT Libtool.
8378 * libtool.m4: Update from ToT Libtool.
8379 * ltsugar.m4: New. Update from ToT Libtool.
8380 * ltversion.m4: New. Update from ToT Libtool.
8381 * ltoptions.m4: New. Update from ToT Libtool.
8382 * ltconfig: Remove.
8383 * ltcf-c.sh: Remove.
8384 * ltcf-cxx.sh: Remove.
8385 * ltcf-gcj.sh: Remove.
8386
ce3fcf8c
OW
83872007-05-22 Ollie Wild <aaw@google.com>
8388
8389 * MAINTAINERS (Write After Approval): Add myself.
8390
342b9200
PB
83912007-05-16 Paolo Bonzini <bonzini@gnu.org>
8392
8393 * Makefile.def (bootstrap_stage): Replace stage_make_flags with
8394 stage_cflags.
8395 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS, POSTSTAGE1_FLAGS_TO_PASS):
8396 Remove CFLAGS/LIBCFLAGS.
8397 (configure-stage[+id+]-[+prefix+][+module+],
8398 all-stage[+id+]-[+prefix+][+module+]): Pass it from [+stage_cflags+].
8399 * Makefile.in: Regenerate.
8400
cea17285
DN
84012007-05-15 Diego Novillo <dnovillo@google.com>
8402
8403 * MAINTAINERS: Update e-mail address.
8404
11c004e7
RE
84052007-05-15 Revital Eres <eres@il.ibm.com>
8406
8407 * MAINTAINERS (Write After Approval): Add myself.
8408
ab6bd693
RC
84092007-05-14 Roberto Costa <robsettantasei@gmail.com>
8410
8411 * MAINTAINERS (Write After Approval): Updated my address.
8412
388cdf07
TN
84132007-05-14 Thomas Neumann <tneumann@users.sourceforge.net>
8414
8415 * MAINTAINERS (Write After Approval): Add myself.
8416
23f24034
SR
84172007-05-11 Silvius Rus <rus@google.com>
8418
8419 * MAINTAINERS (Write After Approval): Add myself.
8420
34a7526e
TT
84212007-04-23 Tom Tromey <tromey@redhat.com>
8422
8423 * MAINTAINERS: Added myself as non-algorithmic libcpp maintainer.
8424
51da21be
MM
84252007-04-22 Mark Mitchell <mark@codesourcery.com>
8426
8427 * MAINTAINERS (cpplib): Rename to ...
8428 (libcpp): ... this. Add C/C++ front end maintainers.
8429
70070387
SE
84302007-04-14 Steve Ellcey <sje@cup.hp.com>
8431
8432 * config-ml.in: Pass ${ml_config_env} to configure calls.
8433
df1a0dbb
CB
84342007-04-04 Christian Bruel <christian.bruel@st.com>
8435
8436 * MAINTAINERS (Write After Approval): Add myself.
09ce620e 8437
9daff147
DK
84382007-04-02 Dave Korn <dave.korn@artimi.com>
8439
8440 * MAINTAINERS (Write After Approval): Add myself.
8441
374eadb2
TB
84422007-03-31 Tobias Burnus <burnus@net-b.de>
8443
8444 * MAINTAINERS (fortran 95 front end): Add myself.
8445
8eced3a2
DR
84462007-03-28 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
8447
8448 * MAINTAINERS (Write After Approval): Add myself.
09ce620e 8449
653de3e3
AZ
84502007-03-24 Ayal Zaks <zaks@il.ibm.com>
8451
8452 * MAINTAINERS (Modulo Scheduler): Add myself.
8453
b737d953
BM
84542007-03-23 Brooks Moses <brooks.moses@codesourcery.com>
8455
8456 * MAINTAINERS (fortran 95 front end): Add myself.
8457 (c++ front end): whitespace fix.
8458
a584cdf2
NF
84592007-03-22 Nathan Froyd <froydnj@codesourcery.com>
8460
8461 * MAINTAINERS (Write After Approval): Add myself.
8462
8c79f3c4
RS
84632007-03-21 Richard Sandiford <richard@codesourcery.com>
8464
8465 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix m4 quoting
8466 of glob. Quote arguments with single quotes too.
8467 * configure: Regenerate.
8468
07f1ac6d
BM
84692007-03-12 Brooks Moses <brooks.moses@codesourcery.com>
8470
8471 * Makefile.def (fixincludes): Remove unneeded "missing" lines.
8472 * Makefile.in: Regenerate
8473
172e41aa
AS
84742007-03-07 Andreas Schwab <schwab@suse.de>
8475
8476 * configure: Regenerate.
8477
9c4d2493
BM
84782007-03-01 Brooks Moses <brooks.moses@codesourcery.com>
8479
8480 * configure.ac: Add "--with-pdfdir" configure option,
8481 which defines pdfdir variable.
8482 * Makefile.def (target=fixincludes): Add install-pdf to
8483 missing targets.
8484 (recursive_targets): Add install-pdf target.
8485 (flags_to_pass): Add pdfdir.
8486 * Makefile.tpl: Add pdfdir handling, add do-install-pdf
8487 target.
8488 * configure: Regenerate
8489 * Makefile.in: Regenerate
8490
e14e622e
EC
84912007-02-28 Eric Christopher <echristo@apple.com>
8492
8493 Revert:
8494 2006-12-07 Mike Stump <mrs@apple.com>
8495
8496 * Makefile.def (dependencies): Add dependency for
8497 install-target-libssp and install-target-libgomp on
8498 install-gcc.
8499 * Makefile.in: Regenerate.
8500
54e433bc
MK
85012007-02-27 Matt Kraai <kraai@ftbfs.org>
8502
8503 * configure: Regenerate.
8504 * configure.ac: Move statements after variable declarations.
8505
6c8d3d8f
KK
85062007-02-19 Kaz Kojima <kkojima@gcc.gnu.org>
8507
8508 * MAINTAINERS: Add myself as sh maintainer.
8509
9f8c6739
JM
85102007-02-19 Joseph Myers <joseph@codesourcery.com>
8511
8512 * configure.ac: Adjust for loop syntax.
8513 * configure: Regenerate.
8514
278a7a38
AO
85152007-02-18 Alexandre Oliva <aoliva@redhat.com>
8516
8517 * configure: Rebuilt.
8518
b2eaac4a
AO
85192007-02-18 Alexandre Oliva <aoliva@redhat.com>
8520
8521 * configure.ac: Drop multiple occurrences of --enable-languages,
8522 and fix its quoting.
8523 * configure: Rebuilt.
8524
beeaf216 85252007-02-17 Mark Mitchell <mark@codesourcery.com>
40049ccc
UB
8526 Nathan Sidwell <nathan@codesourcery.com>
8527 Vladimir Prus <vladimir@codesourcery.com>
8528 Joseph Myers <joseph@codesourcery.com>
beeaf216
MM
8529
8530 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix quoting.
8531 * configure: Regenerate.
8532
09201a09
GP
85332007-02-14 Gerald Pfeifer <gerald@pfeifer.com>
8534
8535 * ltconfig (freebsd*): Default to elf.
8536
291f172e
DJ
85372007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
8538
8539 * configure.ac (target_libraries): Move libgcc before libiberty.
8540 * configure: Regenerated.
8541
c3a86da9
DJ
85422007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
8543 Paolo Bonzini <bonzini@gnu.org>
8544
8545 PR bootstrap/30753
8546 * configure.ac: Remove obsolete build / host tests. Use AC_PROG_CC
8547 unconditionally. Use AC_PROG_CXX. Use ACX_TOOL_DIRS to find $prefix.
8548 * configure: Regenerated.
8549
88e1e72a
FXC
85502007-02-11 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
8551
8552 * MAINTAINERS (Language Front End Maintainers): Update my mail
8553 address.
8554
44bfc3ac
DJ
85552007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
8556
8557 PR bootstrap/30748
8558 * configure.ac: Correct syntax for Solaris ksh.
8559 * configure: Regenerated.
8560
3e19841a
PB
85612007-02-09 Paolo Bonzini <bonzini@gnu.org>
8562
8563 * configure.ac: Sync with src.
8564 * configure: Regenerate.
8565
74a48762
PB
85662007-02-09 Paolo Bonzini <bonzini@gnu.org>
8567
8568 * Makefile.in: Regenerate.
8569
d846e52e
PB
85702007-02-09 Paolo Bonzini <bonzini@gnu.org>
8571
8572 * config.sub: Sync with src.
8573
1c710c3c
DJ
85742007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
8575
8576 * Makefile.tpl (build_alias, host_alias, target_alias): Use
8577 noncanonical equivalents.
8578 * configure.in: Rename to...
8579 * configure.ac: ...this. Update AC_PREREQ. Prevent error for
8580 AS_FOR_TARGET. Set build_noncanonical, host_noncanonical, and
8581 target_noncanonical. Use them. Rewrite removal of configure
8582 arguments for autoconf 2.59. Discard variable settings. Force
8583 program_transform_name for native tools.
8584
8585 * Makefile.in: Regenerated.
8586 * configure: Regenerated with autoconf 2.59.
8587
dce2d8b2 85882007-02-07 Roman Zippel <zippel@linux-m68k.org>
74372bdf 8589
3de8da2a 8590 * MAINTAINERS (Write After Approval): Add myself.
74372bdf 8591
f6671c93
AS
85922007-01-31 Andreas Schwab <schwab@suse.de>
8593
8594 * Makefile.tpl (LDFLAGS): Substitute it.
8595 * Makefile.in: Regenerate.
8596
dce2d8b2 85972007-01-30 Andrey Belevantsev <abel@ispras.ru>
ba9f17df 8598
3de8da2a 8599 * MAINTAINERS (Write After Approval): Add myself.
ba9f17df 8600
2472200d
DE
86012007-01-28 David Edelsohn <edelsohn@gnu.org>
8602
3de8da2a 8603 * MAINTAINERS (spu port): Add myself.
2472200d 8604
5305be7e
RG
86052007-01-23 Richard Guenther <rguenther@suse.de>
8606
8607 PR bootstrap/30541
8608 * Makefile.def (flags_to_pass): Add GNATBIND and GNATMAKE.
8609 * Makefile.tpl (GNATBIND): Substitute it.
8610 (GNATMAKE): Likewise.
8611 (POSTSTAGE1_FLAGS_TO_PASS): Pass staged GNATBIND instead
8612 of STAGE_PREFIX.
8613 * Makefile.in: Regenerate.
8614 * configure: Regenerate.
8615
416cfb5e
MS
86162007-01-18 Mike Stump <mrs@apple.com>
8617
8618 * configure.in: Re-enable -Werror for gcc builds.
8619
3de8da2a 86202007-01-11 Harsha Jagasia <harsha.jagasia@amd.com>
ad4fe825 8621
3de8da2a 8622 * MAINTAINERS (Write After Approval): Add myself.
ad4fe825 8623
d943d7c4
PB
86242007-01-11 Paolo Bonzini <bonzini@gnu.org>
8625
8626 * configure.in: Change == to = in test command.
3de8da2a 8627 * configure: Regenerate.
d943d7c4 8628
e69bf64b 86292007-01-11 Paolo Bonzini <bonzini@gnu.org>
3de8da2a
UB
8630 Nick Clifton <nickc@redhat.com>
8631 Kaveh R. Ghazi <ghazi@caip.rutgets.edu>
8632
8633 * configure.in (build_configargs, host_configargs, target_configargs):
8634 Remove build/host/target parameters.
8635 (host_libs): Add gmp and mpfr.
8636 (GMP tests): Reorganize to allow in-tree GMP/MPFR.
8637 * Makefile.def (gmp, mpfr): New.
8638 (gcc): Remove target.
8639 * Makefile.tpl (build_os, build_vendor, host_os, host_vendor,
8640 target_os, target_vendor): New.
dce2d8b2 8641 (configure): Add host_alias/target_alias arguments; adjust invocations.
3de8da2a
UB
8642 * configure: Regenerate.
8643 * Makefile.in: Regenerate.
e69bf64b
PB
8644
86452007-01-11 Matt Fago <fago@earthlink.net>
8646
8647 * configure.in: Try to link to functions only in mpfr 2.2.x
3de8da2a 8648 to improve robustness of configure tests.
e69bf64b 8649 * configure: Regenerate.
e14e622e 8650
a42f3b80
UB
86512007-01-09 Uros Bizjak <ubizjak@gmail.com>
8652
8653 * MAINTAINERS: Add myself as i386 maintainer.
8654
a36aee1a
JH
86552007-01-08 Jan Hubicka <jh@suse.cz>
8656
61fcaeef 8657 * MAINTAINERS: Add myself as i386 maintainer.
a36aee1a 8658
738a52d3
KT
86592007-01-08 Kai Tietz <kai.tietz@onevision.com>
8660
8661 * configure.in: Add support for an x86_64-mingw* target.
95af8923 8662 * configure: Regenerate.
738a52d3 8663
54fdc474
DJ
86642007-01-05 Daniel Jacobowitz <dan@codesourcery.com>
8665
8666 * Makefile.tpl (all-target): Correct @if conditional for target
8667 modules.
8668 * configure.in: Omit libiberty if building only target libgcc.
8669 * configure, Makefile.in: Regenerated.
8670
3dd71726
PB
86712007-01-04 Paolo Bonzini <bonzini@gnu.org>
8672
dce2d8b2 8673 * configure.in: Use DEV-PHASE to detect default for --enable-werror.
3dd71726
PB
8674 * configure: Regenerate.
8675
fa958513
DJ
86762007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
8677
8678 * Makefile.def (target_modules): Add libgcc.
8679 (lang_env_dependencies): Remove default items. Use no_c and no_gcc.
8680 * Makefile.tpl (clean-target-libgcc): Delete.
8681 (configure-target-[+module+]): Emit --disable-bootstrap dependencies
8682 on gcc even for bootstrapped modules. Rewrite handling of
8683 lang_env_dependencies to loop over target_modules.
8684 * configure.in (target_libraries): Add target-libgcc.
8685 * Makefile.in, configure: Regenerated.
8686
e1888513
PB
86872006-12-29 Paolo Bonzini <bonzini@gnu.org>
8688
8689 * configure.in: Reorganize recognition of languages. Add
8690 --enable-stage1-languages. Show supported languages for the chosen
8691 target rather than all recognized languages.
8692 * configure: Regenerate.
8693
53b88b73
PB
86942006-12-29 Paolo Bonzini <bonzini@gnu.org>
8695
8696 * Makefile.tpl (GCC_STRAP_TARGETS, all-prebootstrap): Remove.
8697 * Makefile.in: Regenerate.
8698
a3993f33
KG
86992006-12-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8700
8701 * configure.in: Warn that MPFR 2.2.0 is buggy.
8702 * configure: Regenerate.
8703
f063a9ed
ILT
87042006-12-27 Ian Lance Taylor <iant@google.com>
8705
8706 * configure.in: When removing Makefiles to force a reconfigure, also
8707 remove prev-DIR*/Makefile.
8708 * configure: Regenerate.
8709
af71363e
AS
87102006-12-22 Andreas Schwab <schwab@suse.de>
8711
8712 * configure: Regenerate with correct autoconf version.
8713
0b0dc272
AM
87142006-12-20 Adam Megacz <megacz@cs.berkeley.edu>
8715
3de8da2a
UB
8716 * configure.in: add AC_SUBST for *_FOR_TARGET.
8717 * configure: Regenerate.
0b0dc272 8718
53b88b73
PB
87192006-12-19 Paolo Bonzini <bonzini@gnu.org>
8720
8721 * configure.in: Simplify logic for rejecting languages that cannot
8722 be built. Separate the case when a language is unsupported,
8723 from the case when the user chooses not to build a language.
8724
400ebff4
PB
87252006-12-19 Paolo Bonzini <bonzini@gnu.org>
8726
8727 * configure.in: Remove "$build" case for powerpc-*-darwin* since
8728 it only affects bootstrap and could be tested on "$host" as well.
8729 * configure: Regenerate.
8730 * config/mh-ppc-darwin: Add to the stage1 cflags here.
8731
8efea775
PB
87322006-12-19 Paolo Bonzini <bonzini@gnu.org>
8733
8734 PR bootstrap/29544
8735 * Makefile.def (flags_to_pass): Add STAGE1_CHECKING.
8736 (bootstrap_stage): Add STAGE1_CHECKING to stage1 configure flags,
8737 move here comment from Makefile.tpl.
8738 * Makefile.tpl: Move some definitions higher in the file.
8739 (STAGE1_CHECKING): New.
8740 * configure.in: Add --enable-stage1-checking.
8741 * configure: Regenerate.
8742 * Makefile.in: Regenerate.
8743
ed88a7ed
PB
87442006-12-19 Paolo Bonzini <bonzini@gnu.org>
8745
8746 * MAINTAINERS: Add myself as build system maintainer.
8747
b65151d3
SM
87482006-12-15 Simon Martin <simartin@users.sourceforge.net>
8749
8750 * MAINTAINERS (Write After Approval): Add myself.
8751
7e050830
EC
87522006-12-13 Eric Christopher <echristo@apple.com>
8753
8754 * MAINTAINERS: Add myself as darwin maintainer.
8755
8b494895
ILT
87562006-12-11 Ian Lance Taylor <ian@airs.com>
8757
8758 * MAINTAINERS: Add myself as libgcc and fp-bit maintainer.
8759
dce2d8b2 87602006-12-11 Joern Rennecke <joern.rennecke@arc.com>
0ff1416d
JR
8761
8762 MAINTAINERS: Update my entry.
8763
58e24147
AM
87642006-12-11 Alan Modra <amodra@bigpond.net.au>
8765
8766 * configure.in: Handle spu makefile frag.
58e24147
AM
8767 * Makefile.tpl (MAINT): Define
8768 (MAINTAINER_MODE_FALSE, MAINTAINER_MODE_TRUE): Define.
8769 * configure: Regenerate.
8770 * Makefile.in: Regenerate.
8771
9b6f37a0
BE
87722006-12-11 Ben Elliston <bje@au.ibm.com>
8773
8774 * config.guess: Import latest version.
8775 * config.sub: Likewise.
8776
ea6f5c57
BE
87772006-12-11 Ben Elliston <bje@au.ibm.com>
8778
8779 * configure.in (spu-*-*): Don't skip target-libiberty.
8780 * configure: Regenerate.
8781
42c1cd8a
AT
87822006-12-10 Andreas Tobler <a.tobler@schweiz.org>
8783
8784 PR bootstrap/30134
8785 * configure.in: Correct x86 darwin support for libjava to powerpc
8786 and i?86 only.
8787 * configure: Regenerate.
8788
55eb837d
ST
87892006-12-08 Sandro Tolaini <tolaini@libero.it>
8790
8791 * configure.in: Add x86 darwin support for libjava.
8792 * configure: Regenerate.
8793
5bdacbc7
MS
87942006-12-07 Mike Stump <mrs@apple.com>
8795
8796 * Makefile.def (dependencies): Add dependency for
8797 install-target-libssp and install-target-libgomp on
8798 install-gcc.
8799 * Makefile.in: Regenerate.
8800
477d851c
RG
88012006-12-04 Richard Guenther <rguenther@suse.de>
8802
8803 * MAINTAINERS (Non-Algorithmic Maintainers): New section.
8804 (Non-Algorithmic Maintainers): Move over non-algorithmic
8805 loop optimizer maintainers, add myself as a non-algorithmic
8806 middle-end maintainer.
8807
5d33d367
DF
88082006-12-04 Daniel Franke <franke.daniel@gmail.com>
8809
8810 * MAINTAINERS (Write After Approval): Add myself.
8811
dbee1fb3
KG
88122006-12-03 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8813
8814 * configure.in: Update error message for missing GMP/MPFR.
8815
8816 * configure: Regenerate.
8817
b5147de7
KG
88182006-12-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8819
8820 * configure.in: Update MPFR version in error message.
8821
8822 * configure: Regenerate.
8823
f019376c
KG
88242006-11-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8825
8826 * configure.in (--with-mpfr-dir, --with-gmp-dir): Remove flags.
8827 (--with-mpfr-include, --with-mpfr-lib, --with-gmp-include,
8828 --with-gmp-lib): New flags.
8829
8830 * configure: Regenerate.
8831
91ed95ae
BM
88322006-11-25 Brooks Moses <brooks.moses@codesourcery.com>
8833
8834 * MAINTAINERS (Write After Approval): Change my email address.
8835
3a971f15
MLI
88362006-11-23 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
8837
05170031 8838 * MAINTAINERS (Write After Approval): Add myself.
3a971f15 8839
dce2d8b2 88402006-11-22 Philipp Thomas <pth@suse.de>
431041ea
PT
8841
8842 * MAINTAINERS (i18n): Update e-mail address.
8843
df5487ee
TS
88442006-11-21 Trevor Smigiel <trevor_smigiel@playstation.sony.com>
8845
8846 * MAINTAINERS (spu port): Add myself as maintainer.
8847 (Write After Approval): Remove myself.
8848
92c2f0ee
BE
88492006-11-22 Ben Elliston <bje@au.ibm.com>
8850
8851 * configure.in (skipdirs): Don't build libssp for SPU.
8852 * configure: Regenerate.
8853
a3b97199
AP
88542006-11-21 Andrew Pinski <andrew_pinski@playstation.sony.com>
8855
8856 * MAINTAINERS (spu port): Add myself as maintainer.
8857 (libobjc): Update my email address.
8858
0eb97064
AB
88592006-11-21 Andrea Bona <andrea.bona@st.com>
8860
8861 * MAINTAINERS (Write After Approval): Add myself.
8862
dce2d8b2 88632006-11-20 Trevor Smigiel <trevor_smigiel@playstation.sony.com>
85d9c13c
TS
8864
8865 * configure.in (skipdirs) : Don't build target-libiberty for SPU.
8866 * configure : Rebuilt.
8867
dce2d8b2 88682006-11-20 Trevor Smigiel <trevor_smigiel@playstation.sony.com>
6696f3cd
TS
8869
8870 * MAINTAINERS (Write After Approval): Add myself.
8871
d58542ea
AO
88722006-11-20 Andrea Ornstein <andrea.ornstein@st.com>
8873
8874 * MAINTAINERS (Write After Approval): Add myself.
8875
a357b5ae
KG
88762006-11-18 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8877
8878 * configure.in (--with-mpfr-dir): Also look in .libs and _libs for
8879 libmpfr.a.
8880 * configure: Regenerate.
8881
9bd6112c
PB
88822006-11-16 Paolo Bonzini <bonzini@gnu.org>
8883
8884 * Makefile.tpl (clean-target-libgcc): Test for gcc Makefile presence.
8885 (unstage): Test for stage_last presence.
8886
8887 PR bootstrap/29802
dce2d8b2
EB
8888 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Add HOST_SUBDIR in
8889 STAGE_PREFIX.
9bd6112c
PB
8890 * Makefile.in: Regenerate.
8891
c8cf9f0f
ZD
88922003-11-16 Zdenek Dvorak <dvorakz@suse.cz>
8893
8894 * MAINTAINERS: Add myself and Daniel Berlin as loop optimizer
8895 maintainers.
8896
467b1fc6
ER
88972006-11-14 Erven Rohou <erven.rohou@st.com>
8898
8899 * MAINTAINERS (Write After Approval): Add myself.
8900
995a5697
PB
89012006-11-14 Paolo Bonzini <bonzini@gnu.org>
8902
8903 * Makefile.tpl (clean-stage*): Test separately for package/Makefile
8904 and stageN-package/Makefile.
8905 * Makefile.in: Regenerated.
8906
c8d6d53e
JZ
89072006-11-14 Jie Zhang <jie.zhang@analog.com>
8908
8909 * configure.in: Remove target-libgloss from noconfigdirs for
8910 bfin-*-*.
8911 * configure: Regenerated.
8912
dffb147d
KG
89132006-11-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8914
8915 * configure.in (have_gmp): Only error if the gcc directory exists.
7e050830 8916
dffb147d
KG
8917 * configure: Regenerate.
8918
ca558912
KG
89192006-11-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8920
8921 * configure.in: Robustify error message for missing GMP/MPFR.
8922
8923 * configure: Regenerate.
8924
dce2d8b2 89252006-10-31 Stephen M. Webb <stephen.webb@bregmasoft.com>
7aa42285
SW
8926
8927 * MAINTAINERS (Write After Approval): Add myself.
8928
dce2d8b2 89292006-10-30 Uros Bizjak <ubizjak@gmail.com>
779958a2
UB
8930
8931 * MAINTAINERS: Change email address.
8932
91de1527
VP
89332006-10-30 Vladimir Prus <vladimir@codesourcery.com>
8934
8935 * MAINTAINERS (Write After Approval): Add myself.
8936
a3867703
PB
89372006-10-26 Peter Bergner <bergner@vnet.ibm.com>
8938
8939 * MAINTAINERS (Write After Approval): Add myself.
8940
b4364fa2
CL
89412006-10-25 Chen Liqin <liqin@sunnorth.com.cn>
8942
7e050830 8943 * MAINTAINERS (Write After Approval): Move myself to
3de8da2a 8944 Write After Approval section.
b4364fa2 8945
70ec446f
KG
89462006-10-21 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8947
8948 * configure.in: Require GMP-4.1+ and MPFR-2.2+. Don't check
8949 need_gmp anymore.
8950 * configure: Regenerate.
8951
018c8d88
TB
89522006-10-16 Tobias Burnus <burnus@net-b.de>
8953
8954 * MAINTAINERS (Write After Approval): Add myself.
8955
f6a1687e
BE
89562006-10-16 Ben Elliston <bje@au.ibm.com>
8957
8958 * config.guess: Import latest version.
8959 * config.sub: Likewise.
8960
b5422ad7
BM
89612006-10-10 Brooks Moses <bmoses@stanford.edu>
8962
8963 * Makefile.def: Added pdf target handling.
8964 * Makefile.tpl: Added pdf target handling.
8965 * Makefile.in: Regenerated.
8966
bdcee471
CL
89672006-10-10 Chen Liqin <liqin@sunnorth.com.cn>
8968
8969 * MAINTAINERS: Add self as score port maintainer.
8970
7d610414
BM
89712006-10-04 Brooks Moses <bmoses@stanford.edu>
8972
8973 * MAINTAINERS (Write After Approval): Add myself.
8974
e48d66a9
SK
89752006-09-27 Steven G. Kargl <kargl@gcc.gnu.org>
8976
7e050830 8977 * configure.in: Check for GMP 4.1 or newer. Check for MPFR 2.2.0
e48d66a9
SK
8978 or newer.
8979 * configure: Regenerated.
8980
c394e891
DB
89812006-09-27 Dave Brolley <brolley@redhat.com>
8982
dce2d8b2
EB
8983 * configure.in (RUNTEST): Look for 'runtest' in the source tree by
8984 using $s instead of $r.
c394e891
DB
8985 * configure: Regenerated.
8986
1ee4c5a0
TS
89872006-09-26 Thiemo Seufer <ths@mips.com>
8988
8989 * configure.in: Remove redundant handling of mips*-dec-bsd*. Likewise
8990 for mipstx39-*-*. Disable libgloss for mips64*-*-linux*.
8991 * configure: Regenerate.
8992
dce2d8b2 89932006-09-24 Graeme Peterson <gridly@gmail.com>
5997afc3
GP
8994
8995 * MAINTAINERS (Write After Approval): Remove myself.
8996
0c502898
CF
89972006-09-22 Chao-ying Fu <fu@mips.com>
8998
8999 * MAINTAINERS (Write After Approval): Add myself.
9000
a7819e42
JM
90012006-09-10 Joseph S. Myers <joseph@codesourcery.com>
9002
9003 * MAINTAINERS: Add self as soft-fp maintainer.
9004
dce2d8b2 90052006-09-09 Anatoly Sokolov <aesok@post.ru>
a7819e42
JM
9006
9007 * MAINTAINERS: Add myself as avr maintainer.
9008 Remove Marek Michalkiewicz as avr maintainer.
827d0991 9009
e8288489
RC
90102006-09-07 Roberto Costa <roberto.costa@st.com>
9011
9012 * MAINTAINERS (Write After Approval): Add myself.
9013
b91f0a41
CV
90142006-08-30 Corinna Vinschen <corinna@vinschen.de>
9015
9016 * configure.in: Never build newlib for a Mingw host.
9017 Never build newlib as Mingw target library.
9018 Test the existence of winsup/cygwin for building a Cygwin newlib,
9019 rather than just winsup.
9020 Add winsup/mingw and winsup/w32api paths to FLAGS_FOR_TARGET if
9021 building a Mingw target.
9022 * configure: Regenerate.
9023
094c07a0
EB
90242006-08-08 Eric Botcazou <ebotcazou@libertysurf.fr>
9025
9026 * MAINTAINERS (Various Maintainers): Add self as RTL opt. maintainer.
9027
8d1171cb
PB
90282006-07-25 Paolo Bonzini <bonzini@gnu.org>
9029
9030 * config.guess: Import from src (was more updated).
9031 * config.sub: Likewise.
9032
2e9e6f68
DJ
90332006-07-22 Daniel Jacobowitz <dan@codesourcery.com>
9034
9035 * configure.in: Allow mingw32 and cygwin targets to build cross-gdb.
9036 * configure: Regenerated.
9037
57255173
PB
90382006-07-18 Paolo Bonzini <bonzini@gnu.org>
9039
cc6010cd
AP
9040 * Makefile.tpl (configure-stageN-MODULE): Pass --with-build-libsubdir
9041 for stages after the first.
57255173 9042
9fbe6585
JJ
90432006-07-17 Jakub Jelinek <jakub@redhat.com>
9044
9045 * Makefile.def: Add dependencies for configure-opcodes
9046 on configure-intl and all-opcodes on all-intl.
9047 * Makefile.in: Regenerated.
9048
18c3f977
BE
90492006-07-13 Ben Elliston <bje@au.ibm.com>
9050
9051 * MAINTAINERS (Various Maintainers): Add myself as dfp maintainer.
9052
27b56ba6
PE
90532006-07-06 Paul Eggert <eggert@cs.ucla.edu>
9054
9055 Port to hosts whose 'sort' and 'tail' implementations
9056 treat operands with leading '+' as file names, as POSIX
9057 has required since 2001. However, make sure the code still
9058 works on pre-POSIX hosts.
9059 * ltmain.sh: Don't assume "sort +2" is equivalent to
9060 "sort -k 3", since POSIX 1003.1-2001 no longer requires this.
9061
ad6d4e43
UW
90622006-07-05 Ulrich Weigand <uweigand@de.ibm.com>
9063
9064 * MAINTAINERS (Various Maintainers): Add myself as reload maintainer.
9065
706601d9
PG
90662006-07-04 Peter O'Gorman <peter@pogma.com>
9067
9068 * ltconfig: chmod 644 before ranlib during install.
9069
0b50988a
EB
90702006-07-04 Eric Botcazou <ebotcazou@libertysurf.fr>
9071
9072 PR bootstrap/18058
9073 * configure.in: Add -fkeep-inline-functions to CFLAGS for stage 1
9074 if the bootstrap compiler is a GCC version that supports it.
9075 * configure: Regenerate.
9076
b6348cb3
PB
90772006-07-03 Paolo Bonzini <bonzini@gnu.org>
9078
95695ad3 9079 * configure.in: Fix thinkos in previous check-in.
b6348cb3
PB
9080 * configure: Regenerate.
9081
1546bb64
PB
90822006-07-03 Paolo Bonzini <bonzini@gnu.org>
9083
9084 PR other/27063
9085 * configure.in: Test subdir_requires and give an appropriate
9086 error message.
9087 * configure: Regenerate.
9088
5cb6c629
AJH
90892006-07-01 Andrew John Hughes <gnu_andrew@member.fsf.org>
9090
9091 * MAINTAINERS (Write After Approval): Add myself.
9092
f4d8cdf8
JDA
90932006-06-22 John David Anglin <dave.anglin@nrc.ca>
9094
9095 * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
9096
4fe5abb7
SE
90972006-06-22 Steve Ellcey <sje@cup.hp.com>
9098
9099 * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
9100
2a79fd67
DA
91012006-06-20 David Ayers <d.ayers@inode.at>
9102
9103 PR bootstrap/28072
9104 * configure.in: Add target-boehm-gc to noconfigdirs depending on
9105 whether target-libjava is being configured instead of whether the
9106 java front end is enabled.
9107 * configure: Regenerate.
7e050830 9108
04879af3
RO
91092006-06-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
9110
9111 PR target/27540
9112 * configure.in: Only enable libgomp on IRIX 6.
9113 * configure: Regenerate.
9114
ec6c7392
PB
91152006-06-15 Paolo Bonzini <bonzini@gnu.org>
9116
9117 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Export CFLAGS and LDFLAGS
9118 too.
9119 * Makefile.in: Regenerate.
9120
12973d7a
DD
91212006-06-13 Jeff Johnston <jjohnstn@redhat.com>
9122
9123 * config-ml.in: Alter CCASFLAGS to include special
9124 multilib options the same as is done for CFLAGS.
9125
c67ed86a
JDA
91262006-06-12 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
9127
9128 * configure.in: Don't enable libgomp on hpux10.
9129 * configure: Rebuilt.
9130
cb253473
DA
91312006-06-12 David Ayers <d.ayers@inode.at>
9132
9133 PR bootstrap/27963
9134 PR target/19970
7e050830 9135 * configure.in: Remove target-boehm-gc from noconfigdirs where
cb253473
DA
9136 ${libgcj} is specified.
9137 * configure: Regenerate.
7e050830 9138
dce2d8b2 91392006-06-06 Carlos O'Donell <carlos@codesourcery.com>
32845532
CD
9140
9141 Sync from src:
7e050830
EC
9142
9143 * configure.in: Sync.
32845532 9144 * configure: Regenerated.
7e050830 9145
32845532
CD
9146 2006-05-31 Daniel Jacobowitz <dan@codesourcery.com>
9147
9148 * Makefile.def: Added dependencies from sim and gdb on intl, and
9149 added configure dependencies to everything with an all dependency
9150 on intl.
9151 * Makefile.in: Regenerated.
9152
7cd0cf9c
DA
91532006-06-06 David Ayers <d.ayers@inode.at>
9154
9155 PR libobjc/13946
9156 * Makefile.def: Add dependencies for libobjc which boehm-gc.
9157 * Makefile.in: Regenerate.
9158 * configure.in: Add --enable-objc-gc at toplevel and have it
9159 enable boehm-gc for Objective-C.
9160 Remove target-boehm-gc from libgcj.
9161 Add target-boehm-gc to target_libraries.
9162 Add target-boehm-gc to noconfigdirs where ${libgcj}
9163 is specified.
9164 Assert that boehm-gc is supported when requested for Objective-C.
9165 Only build boehm-gc if needed either for Java or Objective-C.
9166 * configure: Regenerate.
7e050830 9167
3ff3adad
PB
91682006-06-05 Paolo Bonzini <bonzini@gnu.org>
9169
9170 PR 27674
9171 * Makefile.tpl (configure-[+prefix+][+module+],
9172 all-[+prefix+][+module+]): Depend on stage_current if bootstrapping.
9173 Remove rule to unstage bootstrapped modules.
9174 (stage_current): New.
9175 * Makefile.in: Regenerate.
9176
898e551d
LB
91772006-06-03 Laurynas Biveinis <laurynas.biveinis@gmail.com>
9178
9179 * MAINTAINERS (Write After Approval): Update my e-mail address.
9180
ea60341e
MS
91812006-06-01 Mark Shinwell <shinwell@codesourcery.com>
9182
9183 * include/libiberty.h: Declare pex_run_in_environment.
9184
222ae291
AL
91852006-05-31 Asher Langton <langton2@llnl.gov>
9186
9187 * MAINTAINERS (Write After Approval): Add myself.
898e551d 9188
e9a54b07
PB
91892006-05-25 Paolo Bonzini <bonzini@gnu.org>
9190
9191 * Makefile.def (bfd, opcodes): Fix lib_path.
9192 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Replace ADAC with ADAFLAGS.
9193 (restrap): Move under "@if gcc-bootstrap". Fix typo.
9194 * Makefile.in: Regenerate.
9195
03e67131
CD
91962006-05-24 Carlos O'Donell <carlos@codesourcery.com>
9197
9198 * Makefile.in: Regenerate.
9199
65d6e994
CD
92002006-05-24 Carlos O'Donell <carlos@codesourcery.com>
9201
9202 * Makefile.def: Add install-html target. Add datarootdir
9203 docdir and htmldir to flags_to_pass.
9204 * Makefile.tpl: Add install-html target.
9205 * Makefile.in: Regenerate.
9206 * configure.in: Add --with-datarootdir, --with-docdir, and
9207 --with-htmldir options. AC_SUBST datarootdir, docdir and htmldir.
9208 * configure: Regenerate.
9209
9e299237
MS
92102006-05-24 Mark Shinwell <shinwell@codesourcery.com>
9211
9212 * configure.in: Enable gprof for cross builds.
9213 * configure: Regenerate.
9214
c31202cd
RG
92152006-05-22 Richard Guenther <rguenther@suse.de>
9216
9217 Revert
9218 2006-01-31 Richard Guenther <rguenther@suse.de>
9219 Paolo Bonzini <bonzini@gnu.org>
9220
9221 * Makefile.def (target_modules): Add libgcc-math target module.
9222 * configure.in (target_libraries): Add libgcc-math target library.
9223 (--enable-libgcc-math): New configure switch.
9224 * Makefile.in: Re-generate.
9225 * configure: Re-generate.
9226 * libgcc-math: New toplevel directory.
9227
2a332582
JDA
92282006-05-20 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
9229 Andreas Tobler <a.tobler@schweiz.ch>
9230
9231 * configure.in: Enable libgcj for hppa*-hp-hpux11*.
9232 * configure: Rebuilt.
9233
dce2d8b2 92342006-05-12 Sandra Loosemore <sandra@codesourcery.com>
7e050830 9235
ccce6917
SL
9236 * MAINTAINERS (Write After Approval): Add myself.
9237
ed606bc0
DD
92382006-05-01 DJ Delorie <dj@redhat.com>
9239
3d8f47a0 9240 * configure.in: Restore CFLAGS if GMP isn't present.
ed606bc0
DD
9241 * configure: Regenerate.
9242
9386bd20
RG
92432006-05-01 Richard Guenther <rguenther@suse.de>
9244
9245 * MAINTAINERS (Various Maintainers): Add myself as libgcc-math
9246 maintainer.
9247
dce2d8b2 92482006-04-30 Kenneth Zadeck <zadeck@naturalbridge.com>
7b3bd503
KZ
9249
9250 * MAINTAINERS (Write After Approval): Add myself.
9251
87ceee72
JB
92522006-04-28 Jan Beulich <jbeulich@novell.com>
9253
9254 * MAINTAINERS (Write After Approval): Add myself.
9255
e88a2c09
DD
92562006-04-18 DJ Delorie <dj@redhat.com>
9257
9258 * configure.in (m32c): Build libstdc++-v3. Pass flags to
9259 reference libgloss so that libssp can be built in a combined
9260 tree.
9261 * configure: Regenerate.
9262
675f0a8a
RM
92632006-04-08 Robert Millan <rmh@gcc.gnu.org>
9264
9265 * MAINTAINERS (Write After Approval): Add myself.
9266
27b6c940
BE
92672006-04-05 Ben Elliston <bje@au.ibm.com>
9268
9269 * configure.in: Require makeinfo 4.4 or higher.
9270 * configure: Regenerate.
9271
687b17d4
GP
92722006-04-04 Gerald Pfeifer <gerald@pfeifer.com>
9273
9274 * MAINTAINERS: Add Richard Henderson as libgomp maintainer.
9275 Rearrange the entries of other libraries to have them in one place.
9276
906ac235
JB
92772006-03-22 Janne Blomqvist <jb@gcc.gnu.org>
9278
7e050830 9279 * MAINTAINERS (Write After Approval): Remove myself.
906ac235
JB
9280 (Language Front End Maintainers): Add myself as fortran 95 maintainer.
9281
fb0103e5
RG
92822006-03-14 Richard Guenther <rguenther@suse.de>
9283
9284 * configure: Regenerate with autoconf 2.13.
9285
17237f6b
JB
92862006-03-13 Jim Blandy <jimb@codesourcery.com>
9287
9288 * MAINTAINERS: Use my work address.
bed31434
JB
9289
9290 * MAINTAINERS: Update my E-mail address.
9291
27079765
AH
92922006-03-10 Aldy Hernandez <aldyh@redhat.com>
9293
9294 * configure.in: Handle --disable-<component> generically.
9295 * configure: Regenerate.
9296
54a17039
L
92972006-03-01 H.J. Lu <hongjiu.lu@intel.com>
9298
9299 PR libgcj/17311
9300 * ltmain.sh: Don't use "$finalize_rpath" for compile.
9301
b9bd11ca
EE
93022006-02-21 Erik Edelmann <eedelman@gcc.gnu.org>
9303
9304 * MAINTAINERS (Write After Approval): Remove myself.
9305 (Language Front End Maintainers): Add myself as fortran 95 maintainer.
9306
dce2d8b2 93072006-02-21 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
e9a54b07 9308
072b06f2
RE
9309 * Makefile.tpl (BUILD_CONFIGDIRS): Remove.
9310 (TARGET_CONFIGDIRS): Remove.
9311 * configure.in: Remove AC_SUBST(target_configdirs).
9312 * Makefile.in, configure: Regenerated.
ee2312f3 9313
936e1a35
SK
93142006-02-20 Steven G. Kargl <kargls@comcast.net>
9315
9316 * MAINTAINERS (Write After Approval): Remove myself.
9317 (Language Front End Maintainers): Add myself as fortran 95 maintainer.
9318
cc11cc9b
PB
93192006-02-20 Paolo Bonzini <bonzini@gnu.org>
9320
9321 PR bootstrap/25670
9322
9323 * Makefile.tpl ([+compare-target+]): Print explanation messages.
9324
9325 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES): New flags_to_pass.
9326 * Makefile.tpl (BASE_FLAGS_TO_PASS): Support optional flags_to_pass.
9327 (EXTRA_GCC_FLAGS): Remove ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES,
9328 BUILD_PREFIX, BUILD_PREFIX_1.
9329 * configure.in: (BUILD_PREFIX, BUILD_PREFIX_1): Don't substitute.
9330
9331 * Makefile.def (bootstrap stage 1): Pass LIBCFLAGS too.
9332 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Override LIBCFLAGS too.
9333
9334 * Makefile.tpl (configure-stage[+id+]-[+prefix+][+module+],
9335 all-stage[+id+]-[+prefix+][+module+], : Use $(current_stage) instead
9336 of `cat stage_current`. Always provide the `r' and `s' variables.
9337 (clean-stage[+id+]-[+prefix+][+module+]): Likewise, and make it into
9338 a single shell execution.
9339 (configure-[+prefix+][+module+], all-[+prefix+][+module+]): For
9340 bootstrapped modules, make the stage1 module if the build was not
9341 started yet, else build the current stage.
9342 (all-host, all-target): Omit bootstrapped modules (if bootstrapping).
9343 (all-build, all-host, all-target, [+make_target+]-host,
9344 [+make_target+]-target): Do not use \-continued lines.
9345 (target modules): Depend on stage_last, not all-gcc, if bootstrapping.
9346 (current_stage, restrap, stage_last): New.
9347
9348 * Makefile.in: Regenerate.
9349 * configure: Regenerate.
9350
63a7c9ef
BD
93512006-02-19 Bud Davis <jmdavis@link.com>
9352
9353 * MAINTAINERS (Write After Approval): Remove myself.
9354 (Language Front End Maintainers): Add myself as fortran 95
9355 maintainer and update e-mail address.
9356
a3543e3a
FXC
93572006-02-17 Francois-Xavier Coudert <coudert@clipper.ens.fr>
9358
9359 * MAINTAINERS (Write After Approval): Remove myself.
9360 (Language Front End Maintainers): Add myself as fortran 95
9361 maintainer.
9362
ca5b1d2c
VK
93632006-02-16 Victor Kaplansky <victork@il.ibm.com>
9364
9365 * MAINTAINERS (Write After Approval): Add myself.
9366
0499513f
TK
93672006-02-16 Thomas Koenig <Thomas.Koenig@online.de>
9368
9369 * MAINTAINERS (Write After Approval): Remove myself.
9370 (Language Front End Maintainers): Add myself as
9371 fortran 95 maintainer.
9372
d1f8db0c
PB
93732006-02-14 Paolo Bonzini <bonzini@gnu.org>
9374
9375 Sync from src:
9376
9377 2005-12-27 Leif Ekblad <leif@rdos.net>
9378
cc6010cd
AP
9379 * configure.in: Add support for RDOS target.
9380 * configure: Regenerate.
d1f8db0c
PB
9381
93822006-02-14 Paolo Bonzini <bonzini@gnu.org>
3de8da2a 9383 Andreas Schwab <schwab@suse.de>
d1f8db0c 9384
cc6010cd 9385 * configure: Regenerate.
d1f8db0c 9386
cac90078
DE
93872006-02-12 David Edelsohn <edelsohn@gnu.org>
9388
9389 * configure.in (enable_libgomp): Add AIX.
9390 * configure: Regenerate.
9391
bd37fbf5
MK
93922006-02-07 Maxim Kuvyrkov <mkuvyrkov@ispras.ru>
9393
9394 * MAINTAINERS (Write After Approval): Add myself.
7e050830 9395
23027b7a
LM
93962006-02-03 Lee Millward <lee.millward@gmail.com>
9397
9398 * MAINTAINERS (Write After Approval): Add myself.
7e050830 9399
0058967b
RG
94002006-01-31 Richard Guenther <rguenther@suse.de>
9401 Paolo Bonzini <bonzini@gnu.org>
9402
9403 * Makefile.def (target_modules): Add libgcc-math target module.
9404 * configure.in (target_libraries): Add libgcc-math target library.
9405 (--enable-libgcc-math): New configure switch.
9406 * Makefile.in: Re-generate.
9407 * configure: Re-generate.
9408 * libgcc-math: New toplevel directory.
9409
e8b05380
PB
94102006-01-26 Paolo Bonzini <bonzini@gnu.org>
9411
9412 * configure.in: Set with_gnu_as, with_gnu_ld, with_newlib earlier.
9413 Set md_exec_prefix. Use ACX_CHECK_INSTALLED_TARGET_TOOL to find
9414 the assembler, linker and binutils.
9415 * configure: Regenerate.
9416
d54d5437
DM
94172006-01-22 Dirk Mueller <dmueller@suse.de>
9418
9419 * MAINTAINERS (Write After Approval): Add myself.
9420
670cbfcf
DN
94212006-01-20 Diego Novillo <dnovillo@redhat.com>
9422
9423 * configure: Regenerate.
9424
953ff289
DN
94252006-01-18 Richard Henderson <rth@redhat.com>
9426 Jakub Jelinek <jakub@redhat.com>
9427 Diego Novillo <dnovillo@redhat.com>
9428
9429 * libgomp: New directory.
9430 * Makefile.def: Add target_module libgomp.
9431 * Makefile.in: Regenerate.
9432 * configure.in (target_libraries): Add target-libgomp.
9433 * configure: Regenerate.
9434
32ce4048
AO
94352006-01-05 Alexandre Oliva <aoliva@redhat.com>
9436
9437 * Makefile.tpl (clean-stage[+id+]-[+prefix+][+module+]): Remove
9438 @ from continuation.
9439 * Makefile.in: Rebuilt.
9440
0eaf8e17 94412006-01-04 Chris Lattner <sabre@gnu.org>
a9210574 9442
c76c0c83
CL
9443 * MAINTAINERS (Write After Approval): Add myself.
9444
2d309510
PB
94452006-01-04 Paolo Bonzini <bonzini@gnu.org>
9446
9447 PR bootstrap/24252
9448
9449 * Makefile.def (flags_to_pass): Add STAGE1_CFLAGS and STAGE1_LANGUAGES.
9450 * Makefile.tpl (OBJDUMP): New.
9451 (EXTRA_HOST_FLAGS): Add it.
9452 (EXTRA_GCC_FLAGS): Remove flags already specified in flags_to_pass.
9453
953ff289
DN
9454 * Makefile.tpl (stage[+id+]-start, stage[+id+]-end): Do not try
9455 to use symbolic links between directories. Avoid race conditions
9456 or make them harmless.
9457 * configure.in: Do not try to use symbolic links between directories.
2d309510
PB
9458
9459 * Makefile.def (LEAN): Pass.
9460 * Makefile.tpl (LEAN): Define.
9461 (stage[+id+]-start): Accept that the previous directory does not
9462 exist, if the bootstrap is lean.
9463 (stage[+id+]-bubble): Invoke lean bootstrap commands after
9464 stage[+id+]-start. Use a makefile variable and an `if' instead of a
9465 configure substitution.
9466 ([+compare-target+]): Likewise.
9467 ([+bootstrap-target+]-lean): New.
9468 * configure.in: Remove lean bootstrap support from here.
9469
953ff289
DN
9470 * Makefile.in: Regenerate.
9471 * configure: Regenerate.
2d309510 9472
368872c3
BE
94732006-01-04 Ben Elliston <bje@au.ibm.com>
9474
9475 * MAINTAINERS (libdecnumber): Add myself.
9476
d79e6356
MM
94772006-01-02 Mark Mitchell <mark@codesourcery.com>
9478
9479 * libtool-ldflags: New script.
9480
a6fbc1e2
AS
94812006-01-02 Andreas Schwab <schwab@suse.de>
9482
9483 * configure.in: When reconfiguring remove Makefile in
9484 all stage directories.
9485 * configure: Regenerate.
9486
103a4b39
SB
94872005-12-27 Steven Bosscher <stevenb.gcc@gmail.com>
9488
9489 * MAINTAINERS: Update my email address.
9490
212f829c
PB
94912005-12-20 Paolo Bonzini <bonzini@gnu.org>
9492
9493 Revert Ada-related part of the previous change.
9494
9495 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, ADAFLAGS_FOR_TARGET):
9496 Do not pass.
9497 * Makefile.tpl (BOOT_ADAFLAGS): Do not define.
9498 * Makefile.in: Regenerate.
9499 * configure.in: Do not include mt-ppc-aix target fragment.
9500 * configure: Regenerate.
9501
8ef1f2df
PB
95022005-12-19 Paolo Bonzini <bonzini@gnu.org>
9503
9504 * configure.in: Select appropriate fragments for PowerPC/AIX.
9505 * configure: Regenerate.
9506
9507 * Makefile.def (flags_to_pass): Add ADAFLAGS, BOOT_ADAFLAGS,
9508 BOOT_CFLAGS, BOOT_LDFLAGS.
9509 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Handle BOOT_ADAFLAGS,
9510 BOOT_CFLAGS, BOOT_LDFLAGS.
9511 (TARGET_FLAGS_TO_PASS): Handle ADAFLAGS_FOR_TARGET.
9512 (stage[+id+]-bubble): Pass flags recursively to the comparison target.
9513 (stage): Fail if we cannot complete the work.
9514 * Makefile.in: Regenerate.
9515
ab34901f
NS
95162005-12-16 Nathan Sidwell <nathan@codesourcery.com>
9517
9518 * configure.in: Replace ms1 with mt.
9519 * configure: Rebuilt.
9520
cbe82f21
BM
95212005-12-15 Bryce McKinlay <mckinlay@redhat.com>
9522
9523 * MAINTAINERS: Update my email address.
9524
19843472
PB
95252005-12-15 Paolo Bonzini <bonzini@gnu.org>
9526
9527 * Makefile.tpl (all, do-[+make_target+], do-check, install,
9528 install-host-nogcc): Don't invoke $(stage) at the end.
9529 * Makefile.in: Regenerate.
9530
1ca26cd2
PB
95312005-12-14 Paolo Bonzini <bonzini@gnu.org>
9532
9533 * configure.in: Flip the top-level bootstrap switch.
9534 * configure: Regenerate.
9535
f41d6665
DJ
95362005-12-14 Daniel Jacobowitz <dan@codesourcery.com>
9537
9538 * Makefile.tpl: Throughout the file, use : $(MAKE) along with
9539 $(stage) and $(unstage).
9540 (EXTRA_TARGET_FLAGS): Correct double-quoting.
9541 (all): Remove stray semicolon.
9542 (local-distclean): Don't handle multilib.tmp and multilib.out.
9543 (install.all): Set $s for consistency.
9544 (configure-[+prefix+][+module+]): Instead of [+deps+], handle
9545 check_multilibs setting. Always make the install directory.
9546 (configure-stage[+id+]-[+prefix+][+module+]): Likewise.
9547 Correct @if/@endif.
9548 (all-stage[+id+]-[+prefix+][+module+]): Correct @if/@endif.
9549 ($(TARGET_SUBDIR)/[+module+]/multilib.out): Remove.
9550 (stage[+id+]-start, stage[+id+]-end): Stage $(TARGET_SUBDIR).
9551 (multilib.out): Remove.
9552 * Makefile.in: Regenerated.
9553
dce2d8b2 95542005-12-12 Carlos O'Donell <carlos@codesourcery.com>
9174b3cf
CD
9555
9556 * MAINTAINERS (Write After Approval): Add myself.
9557
64f182bd
NS
95582005-12-12 Nathan Sidwell <nathan@codesourcery.com>
9559
121b2cee
NS
9560 * MAINTAINERS: Add myself as mt maintainer.
9561
64f182bd
NS
9562 * config.sub: Replace ms1 with mt. Allow ms1 as an alias.
9563
a6d63770
AN
95642005-12-06 Adam Nemet <anemet@caviumnetworks.com>
9565
9566 * MAINTAINERS: Change email address.
9567
2abefe3d
PB
95682005-12-05 Paolo Bonzini <bonzini@gnu.org>
9569
9570 * configure.in (CONFIGURED_BISON, CONFIGURED_YACC, CONFIGURED_M4,
9571 CONFIGURED_FLEX, CONFIGURED_LEX, CONFIGURED_MAKEINFO): Remove
9572 "CONFIGURED_" from the AC_CHECK_PROGS invocation. Move below.
9573 Find in-tree tools if available.
9574 (EXPECT, RUNTEST, LIPO, STRIP): Find them and substitute them.
9575 (CONFIGURED_*_FOR_TARGET): Don't set nor substitute.
9576 (*_FOR_TARGET): Set them with GCC_TARGET_TOOL.
9577 (COMPILER_*_FOR_TARGET): New.
9578 * Makefile.tpl (HOST_EXPORTS): Add *_FOR_TARGET symbols that gcc needs.
9579 (BASE_TARGET_EXPORTS): Use COMPILER_*_FOR_TARGET symbols.
9580 (CONFIGURED_*, USUAL_*): Remove.
9581 (BISON, YACC, FLEX, LEX, M4, MAKEINFO, EXPECT, RUNTEST, LIPO,
9582 STRIP): Use autoconf substitutions.
9583 (COMPILER_AS_FOR_TARGET, COMPILER_LD_FOR_TARGET,
9584 COMPILER_NM_FOR_TARGET): New.
9585 (EXTRA_HOST_FLAGS): Pass LIPO and STRIP.
9586
9587 (all): Make all-host and all-target in parallel.
9588 (do-[+make_target+], do-check, install, [+compare-target+]): Ensure
9589 that $$r and $$s are set before invoking a recursive make.
9590 (stage[+id+]-bubble): Likewise, and invoke the comparison at the end.
9591 ([+bootstrap-target+]): Inline most of the `all' target.
9592
2f3bdde7
BE
95932005-11-29 Ben Elliston <bje@au.ibm.com>
9594
9595 * Makefile.tpl (clean-target-libgcc): Invoke clean-target-libgcc
9596 from the gcc build directory.
9597 * Makefile.in: Regenerate.
9598
a4b6c45a
BE
95992005-11-29 Ben Elliston <bje@au.ibm.com>
9600
9601 * Makefile.def: Add new libdecnumber host_module. Make all-gcc
9602 depend on all-libdecnumber.
9603 * configure.in (host_libs): Include libdecnumber.
9604 * Makefile.in: Regenerate.
9605 * configure: Likewise.
9606
473a74b9
BE
96072005-11-29 Ben Elliston <bje@au.ibm.com>
9608
9609 * libdecnumber: Import decNumber sources from the dfp-branch.
9610
b4623110
KJ
96112005-11-21 Kean Johnston <jkj@sco.com>
9612
9613 * config.sub, config.guess: Sync from upstream sources.
9614
67dc1785
BE
96152005-11-21 Ben Elliston <bje@au.ibm.com>
9616
9617 Import from Autoconf sources:
9618
9619 2005-09-06 Paul Eggert <eggert@cs.ucla.edu>
9620 * config/move-if-change: Don't output "$2 is unchanged";
9621 suggested by Ben Elliston. Handle weird characters correctly.
9622
186abafe
AT
96232005-11-18 Andreas Tobler <a.tobler@schweiz.ch>
9624
9625 * ltcf-c.sh (whole_archive_flag_spec): Remove '-all_load $convenience'
9626 to match upstream libtool for darwin.
9627
ef9db8d5
DJ
96282005-11-11 Daniel Jacobowitz <dan@codesourcery.com>
9629
9630 * Makefile.def: Remove gdb dependencies for gdbtk.
9631 * Makefile.tpl (CONFIGURE_GDB_TK, INSTALL_GDB_TK): New variables.
9632 (configure-gdb, install-gdb): New rules.
9633 * configure.in: Set CONFIGURE_GDB_TK and INSTALL_GDB_TK.
9634 * Makefile.in, configure: Regenerated.
9635
9c5141ab
JB
96362005-11-06 Janne Blomqvist <jb@gcc.gnu.org>
9637
9638 * MAINTAINERS (Write After Approval): Add myself.
9639
4523d51b
EE
96402005-11-06 Erik Edelmann <eedelman@gcc.gnu.org>
9641
9642 * MAINTAINERS (Write After Approval): Add myself.
9643
086b011c
DN
96442005-10-24 Diego Novillo <dnovillo@redhat.com>
9645
9646 * MAINTAINERS (alias analysis): Add Daniel Berlin and
9647 Diego Novillo.
9648
e7c84bf8
PB
96492005-10-22 Paolo Bonzini <bonzini@gnu.org>
9650
9651 PR bootstrap/24297
9652 * Makefile.tpl (do-[+make-target+], do-check, install,
9653 stage[+id+]-bubble, [+compare-target+]): Ensure $$r and $$s
9654 are set before recursing.
9655 * Makefile.in: Regenerate.
9656
b88a7564
EB
96572005-10-20 Eric Botcazou <ebotcazou@adacore.com>
9658
9659 PR bootstrap/18939
9660 * Makefile.def (gcc) <target>: Fix thinko.
9661 * Makefile.in: Regenerate.
9662
61efc800
BS
96632005-10-17 Bernd Schmidt <bernd.schmidt@analog.com>
9664
9665 * configure.in (bfin-*-*): Use test, not brackets, in if statement.
9666 * configure: Regenerate.
9667
f53d2869
JZ
96682005-10-15 Jie Zhang <jie.zhang@analog.com>
9669
9670 * MAINTAINERS (Write After Approval): Add self.
9671
077fc835
KH
96722005-10-08 Kazu Hirata <kazu@codesourcery.com>
9673
9674 * configure.in (arm-*-linux-gnueabi): Add to noconfigdirs
9675 target-libffi, target-qthreads, target-libjava, and
9676 targetlibobjc.
9677 * configure: Regenerate.
9678
d739199a
DJ
96792005-10-06 Daniel Jacobowitz <dan@codesourcery.com>
9680
9681 * Makefile.def (flags_to_pass): Add OBJDUMP_FOR_TARGET.
9682 * Makefile.tpl (BASE_TARGET_EXPORTS): Add OBJDUMP.
9683 (OBJDUMP_FOR_TARGET, CONFIGURED_OBJDUMP_FOR_TARGET)
9684 (USUAL_OBJDUMP_FOR_TARGET): New.
9685 (EXTRA_TARGET_FLAGS): Add OBJDUMP.
9686 * configure.in: Check for $OBJDUMP_FOR_TARGET.
24a62419 9687 * configure, Makefile.in: Regenerated.
d739199a 9688
db38c6bb
PB
96892005-10-05 Paolo Bonzini <bonzini@gnu.org>
9690
9691 * Makefile.tpl (all) [gcc-no-bootstrap]: Make prebootstrap packages
9692 before other host packages.
9693
3015564c
KK
96942005-10-05 Kaz Kojima <kkojima@gcc.gnu.org>
9695
9696 * MAINTAINERS: Add self as sh libraries/configury maintainer.
9697
1061f99e
PB
96982005-10-05 Paolo Bonzini <bonzini@gnu.org>
9699
9700 PR bootstrap/22340
9701
9702 * configure.in (default_target): Remove.
9703 * Makefile.tpl (all): Do not use prerequisites as subroutines
9704 (all) [gcc-bootstrap]: Bootstrap gcc first if it was not done yet.
9705 (do-[+make_target+], check, install, [+bootstrap_target+]): Do not
9706 use prerequisites as subroutines.
9707 (check-host, check-target): New.
9708 (bootstrap configure & all targets): Do not use stage*-start
9709 if the directory layout is already ok.
9710 (non-bootstrap configure & all targets): Prepend a $(unstage).
9711 (stage[+id+]-bubble): Do that here. Do not use NOTPARALLEL.
9712 (NOTPARALLEL): Remove.
9713 (unstage, stage variables): New variables.
9714 (unstage, stage targets): Simply expand to those variables.
9715
9716 * configure: Regenerate.
9717 * Makefile.in: Regenerate.
9718
4a9c436f
JW
97192005-10-04 James E Wilson <wilson@specifix.com>
9720
9721 * Makefile.def (lang_env_dependencies): Add libmudflap.
9722 * Makefile.in: Regenerate.
9723
37150080
AS
97242005-10-03 Andreas Schwab <schwab@suse.de>
9725
9726 Backport from libtool CVS:
9727 2002-11-03 Ossama Othman <ossama@doc.ece.uci.edu>
9728
9729 * ltmain.sh: add support for installing into temporary
9730 staging area (e.g. 'make install DESTDIR=...')
9731
39d16468
L
97322005-10-03 H.J. Lu <hongjiu.lu@intel.com>
9733
9734 * configure.in (*-*-darwin*): Build bfd, binutils and opcodes.
9735 * configure: Regenerated.
9736
72a7ab82
AP
97372005-09-30 Andrew Pinski <pinskia@physics.uc.edu>
9738
9739 * configure: Regenerate with the correct
9740 autoconf version.
9741
6b65a26d
CM
97422005-09-30 Catherine Moore <clm@cm00re.com>
9743
9744 * configure.in (bfin-*-*): New.
9745 * configure: Regenerated.
9746
040b1c5a
GK
97472005-09-28 Geoffrey Keating <geoffk@apple.com>
9748
9749 * Makefile.tpl (BASE_TARGET_EXPORTS): Add LIPO, STRIP.
9750 (LIPO_FOR_TARGET): New.
9751 (CONFIGURED_LIPO_FOR_TARGET): New.
9752 (USUAL_LIPO_FOR_TARGET): New.
9753 (STRIP_FOR_TARGET): New.
9754 (CONFIGURED_STRIP_FOR_TARGET): New.
9755 (USUAL_STRIP_FOR_TARGET): New.
9756 * Makefile.def (flags_to_pass): Add LIPO_FOR_TARGET and
9757 STRIP_FOR_TARGET.
9758 * configure.in: Set LIPO_FOR_TARGET, STRIP_FOR_TARGET,
9759 CONFIGURED_LIPO_FOR_TARGET, CONFIGURED_STRIP_FOR_TARGET.
9760 * Makefile.in: Regenerate.
9761 * configure: Regenerate.
7e050830 9762
3a3c28db
DE
97632005-09-19 David Edelsohn <edelsohn@gnu.org>
9764
9765 * configure.in (powerpc-*-aix*): Add target-libssp to noconfigdirs.
9766 (rs6000-*-aix*): Same.
9767 * configure: Regenerate.
9768
2749a921
TT
97692005-09-16 Tom Tromey <tromey@redhat.com>
9770
9771 * MAINTAINERS: Add self as java maintainer.
9772
7f26dfa3
FXC
97732005-09-14 Francois-Xavier Coudert <coudert@clipper.ens.fr>
9774
9775 * configure.in: Recognize f95 in the --enable-languages option,
9776 and substitute it for fortran, issuing a warning.
9777 * configure: Regenerate.
9778
d8852c4f
PE
97792005-08-30 Phil Edwards <phil@codesourcery.com>
9780
9781 * configure.in (*-*-vxworks*): Add target-libstdc++-v3 to noconfigdirs.
9782 * configure: Regenerated.
9783
ad685e81
AH
97842005-08-22 Aldy Hernandez <aldyh@redhat.com>
9785
9786 * MAINTAINERS: Add self as ms1 maintainer.
9787
b00d752c
RE
97882005-08-20 Richard Earnshaw <richard.earnshaw@arm.com>
9789
9790 * Makefile.def (libssp): Add to lang_env_dependencies.
9791 * Makefile.in: Regenerate.
9792
9ed8fb9b
ILT
97932005-08-18 Ian Lance Taylor <ian@airs.com>
9794
9795 * MAINTAINERS: Add myself as middle-end maintainer.
9796
0f029d39
CG
97972005-08-17 Christian Groessler <chris@groessler.org>
9798
9799 * Makefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash.
9800 * Makefile.in: Regenerate.
9801
81087874
AK
98022005-08-15 Andreas Krebbel <krebbel1@de.ibm.com>
9803
9804 * MAINTAINERS (write after approval): Added myself.
9805
6a134f1c
MR
98062005-08-12 Maciej W. Rozycki <macro@linux-mips.org>
9807
9808 * MAINTAINERS (Write After Approval): Add myself.
9809
2693c0b0
PB
98102005-08-12 Paolo Bonzini <bonzini@gnu.org>
9811
9812 * configure.in: Replace NCN_STRICT_CHECK_TOOL with
9813 NCN_STRICT_CHECK_TOOLS, and likewise for NCN_STRICT_CHECK_TARGET_TOOLS.
9814 Look for alternate names of the target cc and c++
9815 * configure: Regenerate.
9816
4de997d1
PB
98172005-08-08 Paolo Bonzini <bonzini@gnu.org>
9818
9819 * configure.in (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
9820 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Find
9821 them with NCN_STRICT_CHECK_TARGET_TOOL, like the other target
9822 tools; remove code to manually set them.
9823 (Target tools): Look in the environment for them.
9824 * Makefile.tpl (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
9825 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Redefine.
9826 (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): Look into gcc
9827 build directory.
9828 (CONFIGURED_CC_FOR_TARGET, CONFIGURED_CXX_FOR_TARGET,
9829 CONFIGURED_GCJ_FOR_TARGET, CONFIGURED_GCC_FOR_TARGET,
9830 CONFIGURED_GFORTRAN_FOR_TARGET, USUAL_CC_FOR_TARGET,
9831 USUAL_CXX_FOR_TARGET, USUAL_GCJ_FOR_TARGET, USUAL_GCC_FOR_TARGET,
9832 USUAL_RAW_CXX_FOR_TARGET, USUAL_GFORTRAN_FOR_TARGET): New.
9833 (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE,
9834 RAW_CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS): Delete.
9835 * configure: Regenerate.
9836 * Makefile.in: Regenerate.
9837
b089e33a
BE
98382005-07-28 Ben Elliston <bje@au.ibm.com>
9839
9840 * MAINTAINERS: Update for removed CPU targets.
9841
e3791243
MM
98422005-07-27 Mark Mitchell <mark@codesourcery.com>
9843
9844 * Makefile.tpl (EXTRA_TARGET_FLAGS): Set LDFLAGS=LDFLAGS_FOR_TARGET.
7e050830 9845 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_TARGET.
e3791243
MM
9846 * Makefile.in: Regenerated.
9847
526635cb
MM
98482005-07-26 Mark Mitchell <mark@codesourcery.com>
9849
9850 * Makefile.tpl (SYSROOT_CFLAGS_FOR_TARGET): New variable.
9851 (CFLAGS_FOR_TARGET): Use it.
9852 (CXXFLAGS_FOR_TARGET): Likewise.
9853 * Makefile.in: Regenerated.
9854 * configure.in (--with-build-sysroot): New option.
9855 * configure: Regenerated.
9856
19791f70
PB
98572005-07-24 Paolo Bonzini <bonzini@gnu.org>
9858
9859 * Makefile.tpl: Wrap install between unstage and stage
9860 * Makefile.in: Regenerate.
9861
35f5a23f
EC
98622005-07-21 Eric Christopher <echristo@apple.com>
9863
9864 * MAINTAINERS: Update affiliation.
9865
ff3ddf15
PW
98662005-07-21 Paul Woegerer <paul.woegerer@nsc.com>
9867
9868 * MAINTAINERS: Add self as crx port maintainer.
9869
3a664c1c
DD
98702005-07-20 DJ Delorie <dj@redhat.com>
9871
9872 * MAINTAINERS: Add self as m32c maintainer.
9873
539df155
KC
98742005-07-16 Kelley Cook <kcook@gcc.gnu.org>
9875
9876 * all files: Update FSF address.
9877
be9c593a
EC
98782005-07-15 Eric Christopher <echristo@redhat.com>
9879
9880 * MAINTAINERS: Change affiliation.
9881
fd7ea4ab
JB
98822005-07-14 Jim Blandy <jimb@redhat.com>
9883
9884 * configure.in: Add cases for Renesas m32c.
9885 * configure: Regenerated.
7e050830 9886
0063a823
KC
98872005-07-14 Kelley Cook <kcook@gcc.gnu.org>
9888
d0ca130a
KC
9889 * COPYING.LIB: Update from fsf.org.
9890
98912005-07-14 Kelley Cook <kcook@gcc.gnu.org>
9892
9893 * COPYING, compile, config.guess,
0063a823
KC
9894 config.sub, install-sh, missing, mkinstalldirs,
9895 symlink-tree, ylwrap: Sync from upstream sources.
d0ca130a 9896 * config-ml.in: Update FSF address.
0063a823 9897
a8ba31f2
EC
98982005-07-13 Eric Christopher <echristo@redhat.com>
9899
9900 * configure.in: Add toplevel noconfigdir support for tpf.
9901 * configure: Regenerate.
9902
5bea4a03
PB
99032005-07-11 Paolo Bonzini <bonzini@gnu.org>
9904
9905 PR ada/22340
9906
9907 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Fix pasto.
9908 * Makefile.in: Regenerate.
9909
284bdbbd
MM
99102005-07-07 Mark Mitchell <mark@codesourcery.com>
9911
9912 * MAINTAINERS: Remove Dave Brolley as a cpplib maintainer. Add Dave
7e050830 9913 Brolley to write-after-approval.
284bdbbd 9914
452190fb
AS
99152005-07-07 Andreas Schwab <schwab@suse.de>
9916
9917 * Makefile.def (flags_to_pass): Add CFLAGS_FOR_BUILD.
9918 * Makefile.tpl (EXTRA_GCC_FLAGS): Don't pass CFLAGS_FOR_BUILD here.
9919 * Makefile.in: Regenerated.
9920
9c8f9ec2
GK
99212005-07-06 Geoffrey Keating <geoffk@apple.com>
9922
9923 * configure.in: Don't build sim or rda when targetting darwin.
9924 * configure: Regenerate.
9925
ef0087a7
KH
99262005-07-06 Kazu Hirata <kazu@codesourcery.com>
9927
9928 * configure.in: Add --enable-libssp and --disable-libssp.
9929 * configure: Regenerate with autoconf-2.13.
9930
77008252
JJ
99312005-07-02 Jakub Jelinek <jakub@redhat.com>
9932
9933 * Makefile.def (target_modules): Add libssp.
9934 * configure.in (target_libraries): Add target-libssp.
9935 * configure: Rebuilt.
9936 * Makefile.in: Rebuilt.
9937
a04eae1b
ZW
99382005-07-01 Zack Weinberg <zackw@panix.com>
9939
9940 * MAINTAINERS: Change email address. Resign from maintainership.
9941
948884cd
RG
99422005-07-01 Richard Guenther <rguenther@suse.de>
9943
9944 * MAINTAINERS: Change my e-mail address and affiliation.
9945
c7870f5d
PB
99462005-06-22 Paolo Bonzini <bonzini@gnu.org>
9947
9948 * Makefile.def (stagefeedback): Come after profile.
9949 Define profiledbootstrap target.
9950 * Makefile.tpl (profiledbootstrap): Remove.
9951 (stageprofile-end): Zap stagefeedback.
9952 (stagefeedback-start): Copy all .gcda files, not only GCC's.
9953 * Makefile.in: Regenerate.
9954
ab99519a
RS
99552005-06-13 Richard Sandiford <richard@codesourcery.com>
9956
9957 * MAINTAINERS: Update my email address.
9958
f610dd5f
ZW
99592005-06-13 Zack Weinberg <zack@codesourcery.com>
9960
9961 * depcomp: Update from automake CVS. Add 'ia64hp' stanza.
9962 In 'cpp' stanza, support '#line' as well as '# '.
9963
71bc2a83
AS
99642005-06-08 Andreas Schwab <schwab@suse.de>
9965
9966 * MAINTAINERS: Move myself from 'Write After Approval' to
9967 'CPU Port Maintainers' section as m68k maintainer.
9968
4fab7234
HPN
99692005-06-07 Hans-Peter Nilsson <hp@axis.com>
9970
9971 * configure.in (unsupported_languages): New macro.
9972 <mmix-knuth-mmixware>: Set unsupported_languages. Name explicit
9973 non-ported target libraries in noconfigdirs.
9974 <cris-*, crisv32-*> Ditto, except for non-aout, non-elf,
9975 non-linux-gnu. Remove libgcj_ex_libffi.
cc6010cd 9976 <lang_frag loop>: Set add_this_lang=no if the language is in
4fab7234
HPN
9977 unsupported_languages.
9978 * configure: Regenerate.
9979
68193f9b
TS
99802005-06-04 Tobias Schl"uter <tobias.schlueter@physik.uni-muenchen.de>
9981
9982 * configure.in: Fix typo in handling of --with-mpfr-dir.
9983 * configure: Regenerate.
9984
f26f6b8d
RS
99852005-06-04 Richard Sandiford <rsandifo@nildram.co.uk>
9986
9987 * MAINTAINERS: Update my email address.
9988
ba4853f8
JB
99892005-06-02 Jim Blandy <jimb@redhat.com>
9990
9991 * config.sub: Add cases for the Renesas m32c. (This patch has been
9992 accepted into the master sources.)
9993
79dd769c 99942005-06-02 Aldy Hernandez <aldyh@redhat.com>
f610dd5f
ZW
9995 Michael Snyder <msnyder@redhat.com>
9996 Stan Cox <scox@redhat.com>
79dd769c 9997
f610dd5f 9998 * configure.in: Set noconfigdirs for ms1.
79dd769c 9999
f610dd5f 10000 * configure: Regenerate.
79dd769c 10001
d29e107f
JD
100022005-06-01 Jerry DeLisle <jvdelisle@verizon.net>
10003
10004 * MAINTAINERS (Write After Approval): Add self.
10005
e93196c3
JC
100062005-06-01 Josh Conner <jconner@apple.com>
10007
10008 * MAINTAINERS (Write After Approval): Add self.
10009
ae263c7a
KH
100102005-06-01 Kazu Hirata <kazu@codesourcery.com>
10011
10012 * MAINTAINERS: Update my email address.
10013
585b3aa3
ZM
100142005-05-27 Ziga Mahkovec <ziga.mahkovec@klika.si>
10015
10016 * MAINTAINERS (Write After Approval): Add self.
10017
4930c50b
CD
100182005-05-26 Chris Demetriou <cgd@broadcom.com>
10019
10020 * MAINTAINERS (Write After Approval): Remove self.
10021
2dfbef6d
PB
100222005-05-25 Paolo Bonzini <bonzini@gnu.org>
10023
10024 * Makefile.tpl (stage[+id+]-start): Iterate over target module as well.
10025 (Dependencies): Consider target modules for bootstrap dependencies.
10026 Make target bootstrap modules depend on each stage's gcc.
10027 * Makefile.in: Regenerate.
10028
bcb28cf5
PB
100292005-05-20 Paolo Bonzini <bonzini@gnu.org>
10030
10031 * Makefile.def (configure-gcc): Depend on binutils having been built.
10032 (all-gcc): No need to do it here.
10033 * Makefile.in: Regenerate.
10034
0cf085e4
PB
100352005-05-19 Paul Brook <paul@codesourcery.com>
10036
f610dd5f 10037 * configure.in: Rewrite misleading error message when requested
0cf085e4
PB
10038 language cannot be built.
10039 * configure: Regenerate.
10040
dfb2c39a
DJ
100412005-05-15 Daniel Jacobowitz <dan@codesourcery.com>
10042
10043 * ylwrap: Import from Automake 1.9.5.
10044
771aaa92
DU
100452005-05-13 David Ung <davidu@mips.com>
10046
10047 * MAINTAINERS (Write After Approval): Add self.
10048
3ac9bd58
MS
100492005-05-09 Mike Stump <mrs@apple.com>
10050
10051 * libtool.m4 (AC_LIBTOOL_SYS_MAX_CMD_LEN): Use quotes on
10052 lt_cv_sys_max_cmd_len for now.
f610dd5f 10053
f77a5578
SC
100542005-05-09 Stan Cox <scox@redhat.com>
10055
10056 * MAINTAINERS: Remove self, add Nick Clifton as iq2000 maintainer.
10057
795e36e5
MK
100582005-05-08 Matt Kraai <kraai@ftbfs.org>
10059
10060 * README.SCO: Update the URL.
10061
c9392a2b
DE
100622005-05-05 David Edelsohn <edelsohn@gnu.org>
10063
10064 * ltconfig: Define file_list_spec. Pass file_list_spec and
10065 with_gnu_ld to libtool.
10066 * ltcf-c.sh (aix[45]): Define file_list_spec.
10067 * ltcf-cxx.sh (aix[45]): Same.
10068 * ltcf-gcj.sh (aix[45]): Same.
10069 * ltmain.sh: If command exceeds max_cmd_len and file_list_spec
10070 exists, write list of input files to temporary file.
10071
bebcd931
MS
100722005-05-04 Mike Stump <mrs@apple.com>
10073
10074 * configure.in: Always pass --target to target configures as
10075 otherwise rebuilds that do --recheck will fail.
10076 * confiugure: Rebuilt.
10077
ce406537
PB
100782005-05-04 Paolo Bonzini <bonzini@gnu.org>
10079
10080 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Rename from
10081 STAGE_HOST_EXPORTS.
10082 (configure, all): Add bootstrap support.
10083 (Host modules, target modules): Pass post-stage1 flags and exports.
10084 (Top-level bootstrap): Remove bootstrap rules, expanded elsewhere.
10085 * Makefile.in: Regenerate.
10086
aa9dcfc4
PB
100872005-04-29 Paolo Bonzini <bonzini@gnu.org>
10088
10089 * configure: Regenerate.
10090
b6f9abcf
MS
100912005-04-27 Mike Stump <mrs@apple.com>
10092
10093 * MAINTAINERS: Add self as darwin maintainer.
10094
acb217cb
BS
100952005-04-22 Bernd Schmidt <bernd.schmidt@analog.com>
10096
10097 * config.sub: Update from master copy.
10098
b6dae270
MS
100992005-04-21 Mike Stump <mrs@apple.com>
10100
10101 * MAINTAINERS: Add self as Objective-C/Objective-C++ maintainer.
10102 * MAINTAINERS: Add Zem as Objective-C++ maintainer.
10103
c2e0d3a9
HPN
101042005-04-19 Hans-Peter Nilsson <hp@axis.com>
10105
10106 * configure.in <crisv32-*-*, cris-*-*>: New local variable
10107 libgcj_ex_libffi. Have specific match for *-*-linux*. Separate
10108 matches for "*-*-aout" and "*-*-elf". Don't disable libffi for
10109 "*-*-elf" and "*-*-linux*".
10110 * configure: Regenerate.
10111
871ae772
JM
101122005-04-14 Joseph S. Myers <joseph@codesourcery.com>
10113
10114 * MAINTAINERS (Various Maintainers): Add self as i18n maintainer.
10115
bf070c29
MS
101162005-04-12 Mike Stump <mrs@apple.com>
10117
10118 * libtool.m4: Update AC_LIBTOOL_SYS_MAX_CMD_LEN bits from upstream.
10119
e865b6f7
TK
101202005-04-04 Thomas Koenig <Thomas.Koenig@online.de>
10121
10122 * MAINTAINERS (Write After Approval): Add myself.
10123
7b71ad7f
BS
101242005-04-07 Bernd Schmidt <bernd.schmidt@analog.com>
10125
10126 * MAINTAINERS (Port Maintainers): Add self for Blackfin.
10127
25b42232
PB
101282005-04-06 Paolo Bonzini <bonzini@gnu.org>
10129
f610dd5f 10130 * Makefile.tpl (BUILD_CONFIGARGS): Include --with-build-subdir.
25b42232
PB
10131 (TARGET_CONFIGARGS): Include --with-target-subdir.
10132 (configure, all): New macros. Use them throughout.
10133 * Makefile.in: Regenerate.
10134
d727c624
JG
101352005-04-04 Jon Grimm <jgrimm2@us.ibm.com>
10136
10137 * MAINTAINERS (Write After Approval): Add myself.
f610dd5f 10138
fff72cc4
ZD
101392005-03-31 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
10140
10141 * MAINTAINERS: Remove 'loop unrolling' maintainer.
10142
86472dc3
GP
101432005-03-30 Gerald Pfeifer <gerald@pfeifer.com>
10144
10145 * MAINTAINERS: Move John Carr to Write After Approval.
10146
dce2d8b2 101472005-03-30 J"orn Rennecke <joern.rennecke@st.com>
5d0f90e5
R
10148
10149 * config/mh-mingw32: Delete.
10150 * configure.in: Don't use it.
10151 * configure: Regenerate.
10152
33da42bc
PB
101532005-03-31 Paolo Bonzini <bonzini@gnu.org>
10154
10155 * Makefile.def (bfd, opcodes, libstdc++-v3, libmudflap): Set lib_path.
10156 * Makefile.tpl (SET_LIB_PATH, REALLY_SET_LIB_PATH): Remove.
dce2d8b2 10157 (HOST_EXPORTS, STAGE_HOST_EXPORTS, TARGET_EXPORTS): Set RPATH_ENVVAR.
33da42bc
PB
10158 (HOST_LIB_PATH): Generate from Makefile.def.
10159 (TARGET_LIB_PATH): Likewise.
10160 (Old bootstrap targets): Include TARGET_LIB_PATH into RPATH_ENVVAR.
10161 * Makefile.in: Regenerate.
10162 * configure.in (set_lib_path, SET_LIB_PATH, SET_GCC_LIB_PATH): Remove.
10163 (RPATH_ENVVAR): Include Darwin case.
10164 * configure: Regenerate.
10165
15cc1841
TF
101662005-03-29 Thomas Fitzsimmons <fitzsim@redhat.com>
10167
10168 * MAINTAINERS (Various Maintainers): Remove self.
10169 (Write After Approval): Add self.
10170
6a8c79d5
TF
101712005-03-26 Thomas Fitzsimmons <fitzsim@redhat.com>
10172
10173 * MAINTAINERS (Various Maintainers): Add self.
10174
256f7136
PB
101752005-03-25 Paolo Bonzini <bonzini@gnu.org>
10176
10177 * configure.in (RPATH_ENVVAR): Set to DYLD_LIBRARY_PATH on Darwin.
10178 * configure: Regenerate.
10179
191dd2c9
ZW
101802005-03-21 Zack Weinberg <zack@codesourcery.com>
10181
10182 * Makefile.def: Remove libstdcxx_incdir, libsubdir, gxx_include_dir,
10183 gcc_version, and gcc_version_trigger from set of flags to pass.
10184 * Makefile.tpl: Remove definitions of above variables.
10185 (config.status): Remove dependency on $(gcc_version_trigger).
10186 * Makefile.in: Regenerate.
10187 * configure.in: Do not reference config/gcc-version.m4 nor
10188 config/gxx-include-dir.m4. Do not invoke TL_AC_GCC_VERSION nor
10189 TL_AC_GXX_INCLUDE_DIR. Do not set gcc_version_trigger.
10190 * configure: Regenerate.
10191
ef6e9bc0 101922005-03-16 Manfred Hollstein <manfred.h@gmx.net>
dce2d8b2 10193 Andrew Pinski <pinskia@physics.uc.edu>
ef6e9bc0
MH
10194
10195 * Makefile.tpl (check-[+module+]): Fix shell statement inside if ... fi.
10196 * Makefile.in: Regenerate.
10197
009bbd5a
FW
101982005-03-13 Feng Wang <fengwang@nudt.edu.cn>
10199
10200 * MAINTAINERS (Write After Approval): Add myself.
10201
09f8755b
DA
102022005-03-03 David Ayers <d.ayers@inode.at>
10203
10204 * MAINTAINERS (Write After Approval): Add myself.
10205
e73ed25c
AO
102062005-03-01 Alexandre Oliva <aoliva@redhat.com>
10207
10208 PR libgcj/20160
10209 * ltmain.sh: Avoid creating archives with components that have
10210 duplicate basenames.
10211
ace9ac7b
AP
102122005-02-28 Andrew Pinski <pinskia@physics.uc.edu>
10213
10214 PR bootstrap/20250
10215 * Makefile.tpl (HOST target installs): Fix copy and pasto, use install
10216 instead of check.
10217 * Makefile.in: Regenerate.
10218
c9db9354
PB
102192005-02-28 Paolo Bonzini <bonzini@gnu.org>
10220
10221 * Makefile.in: Regenerate to fix conflict between the previous two
10222 patches.
10223
215c351a
PB
102242005-02-28 Paolo Bonzini <bonzini@gnu.org>
10225
10226 PR bootstrap/17383
10227 * Makefile.def (target_modules): Remove "stage", now unnecessary.
10228 * Makefile.tpl (HOST_SUBDIR): New substitution.
10229 (STAGE_HOST_EXPORTS, EXPECT, HOST_LIB_PATH, USUAL_AR_FOR_TARGET,
10230 USUAL_AS_FOR_TARGET, USUAL_DLLTOOL_FOR_TARGET, USUAL_GCC_FOR_TARGET,
10231 USUAL_LD_FOR_TARGET, USUAL_NM_FOR_TARGET, USUAL_OBJDUMP_FOR_TARGET,
10232 USUAL_RANLIB_FOR_TARGET, USUAL_WINDRES_FOR_TARGET): Use it.
10233 (Host modules, Bootstrapped modules): Use it.
10234 (Build modules, Target modules): Do not create symlink trees,
10235 always configure out-of-srcdir.
10236 (distclean): Try removing $(host_subdir) with rm before using rm -rf.
10237 * configure.in (FLAGS_FOR_TARGET, CC_FOR_TARGET, GCJ_FOR_TARGET,
10238 GFORTRAN_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET): Use
10239 $(HOST_SUBDIR). Create a symlink for host_subdir.
10240
10241 * Makefile.in: Regenerate.
10242 * configure: Regenerate.
10243
5395b47b
NN
102442005-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
10245
10246 Merged from libada-gnattools-branch:
10247 2004-11-28 Nathanael Nerode <neroden@gcc.gnu.org>
10248
10249 * gnattools: New directory.
10250 * Makefile.def: Add gnattools as a module, depending on target-libada.
10251 * Makefile.in: Regenerate.
10252 * configure.in: Include gnattools in host_tools; disable it if ada
10253 is disabled.
10254 * configure: Regenerate.
10255
ca2cc05c
JM
102562005-02-24 James A. Morrison <phython@gcc.gnu.org>
10257
10258 * MAINTAINERS (Language Front Ends Maintainers): Add myself as
10259 treelang maintainer.
10260 (Write After Approval): Remove myself.
10261
d2f3024f
PS
102622005-02-23 Paul Schlie <schlie@comcast.net>
10263
10264 * configure.in: Allow darwin targeted ports to build tk, itcl and
10265 libgui.
10266 * configure: Regenerate.
10267
bba5e0ca
EB
102682005-02-21 Eric Botcazou <ebotcazou@libertysurf.fr>
10269
10270 PR libgcj/10353
10271 * configure.in (noconfigdirs) <sparc-*-solaris2.[0-6]>: Add libgcj.
10272 * configure: Regenerate.
10273
70132ce7
SK
102742005-02-18 Steven G. Kargl <kargl@gcc.gnu.org>
10275
10276 * MAINTAINERS (Write After Approval): Add myself.
10277
20f0edca
ILT
102782005-02-10 Ian Lance Taylor <ian@airs.com>
10279
10280 * MAINTAINERS: Update my e-mail address.
10281
e64e5109
RG
102822005-02-02 Richard Guenther <rguenth@gcc.gnu.org>
10283
10284 * MAINTAINERS (Write After Approval): Add myself.
10285
40d64b5a
HPN
102862005-01-29 Hans-Peter Nilsson <hp@axis.com>
10287
10288 * configure.in (noconfigdirs) <crisv32-*-*>: Match like cris-*-*.
10289 <crisv32-*-*, cris-*-*>: Only disable target-newlib and
10290 target-libgloss when not *-*-elf and *-*-aout.
10291 * configure: Regenerate.
10292
54a12711
KH
102932005-01-23 Kazu Hirata <kazu@cs.umass.edu>
10294
10295 * MAINTAINERS: Remove obsolete entries.
10296
0aa99dbb
KH
10297 * MAINTAINERS (Write After Approval): Add Michael Matz.
10298
2b009f5f
NB
102992005-01-19 Neil Booth <neil@daikokuya.co.uk>
10300
10301 * MAINTAINERS: Remove self as cpplib maintainer.
10302
385870f5
KC
103032005-01-17 Kelley Cook <kcook@gcc.gnu.org>
10304
10305 * install-sh, config.sub: Import from upstream.
10306
e7daab31
KC
103072005-01-17 Kelley Cook <kcook@gcc.gnu.org>
10308
10309 PR bootstrap/18222
10310 * Makefile.def: Pass CPPFLAGS_FOR_TARGET.
10311 * Makefile.tpl: Define target CPPFLAGS on CPPFLAGS_FOR_TARGET.
10312 * Makefile.in: Regenerate.
10313
e6003f4d
JT
103142005-01-16 Jason Thorpe <thorpej@netbsd.org>
10315
10316 * MAINTAINERS: Update my email address.
10317
145e2972 103182005-01-12 David Edelsohn <edelsohn@gnu.org>
63892581 10319 Andreas Schwab <schwab@suse.de>
145e2972
DE
10320
10321 PR bootstrap/18033
10322 * config-ml.in: Eval option if surrounded by single quotes.
10323
86c7e0da
PB
103242005-01-03 Paolo Bonzini <bonzini@gnu.org>
10325
10326 Revert 2004-12-28 Makefile changes, a better fix will be
10327 applied to mainline and src after GCC 4.0 branches.
10328
3224a22f
PB
103292004-12-28 Paolo Bonzini <bonzini@gnu.org>
10330
10331 PR bootstrap/17383
10332
10333 * Makefile.def (target_modules): Remove stage parameter,
10334 it is always true now.
10335 * Makefile.tpl (configure-build-[+module+],
10336 configure-target-[+module+]): Always build symlink tree
10337 for the directory and for include. BUILD_SUBDIR and
10338 TARGET_SUBDIR cannot be . anymore.
10339 * Makefile.in: Regenerate.
10340
aaf51ca2
DE
103412004-12-25 David Edelsohn <edelsohn@gnu.org>
10342
10343 Revert 2004-12-08 Makefile changes.
10344
4e32e454
DS
103452004-12-17 Danny Smith <dannysmith@users.sourceforge.net>
10346
10347 * MAINTAINERS: Move myself to OS Port Maintainers for windows,
10348 cygwin, mingw.
10349
669f01d8
AS
103502004-12-16 Andrew Stubbs <andrew.stubbs@st.com>
10351
10352 * configure.in (sh64-*-*): Reenable gprof.
10353 * configure: Regenerate.
10354
1b227ee0
DE
103552004-12-08 David Edelsohn <edelsohn@gnu.org>
10356
10357 * Makefile.def (flags_to_pass): Add PICFLAG_FOR_TARGET.
10358 * Makefile.tpl (EXTRA_HOST_FLAGS): Add PICFLAG.
10359 (EXTRA_TARGET_FLAGS): Add PICFLAG.
10360 * Makefile.in: Regenerate.
10361
ce5e944c
CF
103622004-12-08 Christopher Faylor <cgf@gcc.gnu.org>
10363
10364 * MAINTAINERS: Update my email address.
10365
893f1e87
MK
103662004-12-07 Matt Kraai <kraai@ftbfs.org>
10367
10368 * Makefile.tpl: Generate normal dependencies if the LHS module is
10369 not bootstrapped.
10370 * Makefile.in: Regenerate.
10371
bb59c339
RS
103722004-12-03 Richard Sandiford <rsandifo@redhat.com>
10373
10374 * configure.in: Include config/gxx-include-dir.m4. Use
10375 TL_AC_GXX_INCLUDE_DIR. Remove some now-redundant AC_SUBSTs.
10376 * configure: Regenerate.
10377
4982adbe
RS
103782004-12-03 Richard Sandiford <rsandifo@redhat.com>
10379
10380 * config.if: Delete.
10381 * configure.in: Set libstdcxx_incdir directly.
10382 * configure: Regenerate.
10383
05750653
EC
103842004-12-02 Eric Christopher <echristo@redhat.com>
10385
10386 * Makefile.tpl (clean-target-libgcc): Make change in correct place.
10387 * Makefile.in: Regenerate.
10388
5fef1dbd
RS
103892004-12-02 Richard Sandiford <rsandifo@redhat.com>
10390
10391 * configure.in: Clear gcc_version_trigger if the file doesn't exist.
10392 * configure: Regenerate.
10393
afabd8e6
RS
103942004-12-02 Richard Sandiford <rsandifo@redhat.com>
10395
10396 * configure.in: Include config/gcc-version.m4. Use TL_AC_GCC_VERSION
10397 to set gcc_version_trigger. Remove some now-redundant AC_SUBSTs.
10398 * configure: Regenerate.
10399
78716e86
EC
104002004-12-01 Eric Christopher <echristo@redhat.com>
10401
10402 * Makefile.in (clean-target-libgcc): Add stmp-dirs to list
10403 of things to remove.
10404
57ab8ba9
MK
104052004-11-29 Matt Kraai <kraai@ftbfs.org>
10406
10407 * MAINTAINERS (Write After Approval): Update my e-mail address.
10408
2539bffe
KC
104092004-11-29 Kelley Cook <kcook@gcc.gnu.org>
10410
10411 * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Re-import linux-gnu case
10412 from CVS libtool to always pass_all.
10413
3e732ba0
JDA
104142004-11-25 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
10415
10416 * configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs.
10417 (hppa*64*-*-*): Delete incorrect comment.
10418 * configure: Rebuilt.
10419
767f726e
KC
104202004-11-24 Kelley Cook <kcook@gcc.gnu.org>
10421
10422 * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Revert previous change.
10423
2c92e90f
KC
104242004-11-24 Kelley Cook <kcook@gcc.gnu.org>
10425
10426 * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Import linux-gnu case
10427 from CVS libtool to always pass_all.
10428
32f84e48
KC
104292004-11-15 Kelley Cook <kcook@gcc.gnu.org>
10430
10431 * install-sh, compile: Import from automake.
10432
9587be8a
KC
104332004-11-15 Kelley Cook <kcook@gcc.gnu.org>
10434
10435 * config.guess, config.sub: Import from savannnah.
10436
04e81808 104372004-11-12 Scott Robert Ladd <scott.ladd@coyotegulch.com>
1537532b
SRL
10438
10439 * MAINTAINERS (Write After Approval): Add myself
10440
f87a2b2e
MS
104412004-11-12 Mike Stump <mrs@apple.com>
10442
10443 * Makefile.def: Add html support.
10444 * Makefile.tpl: Likewise.
10445 * Makefile.in: Regenerate.
10446
848556c2
GK
104472004-11-11 Geoffrey Keating <geoffk@apple.com>
10448
556f03c4
GK
10449 PR 18423
10450 * configure.in: Remove all instances of build-fixincludes from
10451 noconfigdirs.
10452 (build_configargs): Supply --target to subdirectories.
10453 * configure: Regenerate.
10454
848556c2
GK
10455 * Makefile.def: Make gcc install depend on fixincludes install.
10456 * Makefile.in: Regenerate.
10457
9e5712a5
JJ
104582004-11-10 Janis Johnson <janis187@us.ibm.com>
10459
10460 * MAINTAINERS: Add myself as gcc testsuite maintainer.
10461
4ef509c0
PB
104622004-11-11 Paul Brook <paul@codesourcery.com>
10463
10464 * MAINTAINERS: Add self as arm maintainer. Update email address.
10465
20d11df6
HPN
104662004-11-08 Hans-Peter Nilsson <hp@bitrange.com>
10467
10468 * configure.in (noconfigdirs) [mmix-*-*]: Disable
10469 target-libgfortran.
79fd8592 10470 * configure: Regenerate.
20d11df6 10471
68c70f15
DE
104722004-11-07 David Edelsohn <edelsohn@gnu.org>
10473
10474 * config-ml.in: Pass FCFLAGS for multilibs, handle GFORTRAN
10475 like CC.
10476
54f88091
PB
104772004-11-05 Paolo Bonzini <bonzini@gnu.org>
10478
10479 * Makefile.def (host fixincludes): Specify missing targets.
10480 * Makefile.in: Regenerate.
10481
6866abb8
RC
104822004-11-05 Ralf Corsepius <ralf.corsepius@rtems.org>
10483
10484 * MAINTAINERS: Add myself
10485
83f62578
GL
104862004-11-05 Gabor Loki <loki@inf.u-szeged.hu>
10487
10488 * MAINTAINERS (Write After Approval): Add myself.
10489
53c7ffe7
GK
104902004-11-04 Geoffrey Keating <geoffk@apple.com>
10491
10492 * Makefile.def: Build fixincludes for the host, too.
10493 * Makefile.in: Regenerate.
10494 * configure.in (host_tools): Add fixincludes.
10495 * configure: Regenerate.
10496
ac8b3d9d
DJ
104972004-11-04 Daniel Jacobowitz <dan@debian.org>
10498
10499 * configure.in (arm-*-oabi*, thumb-*-oabi*): Remove.
10500 * configure: Regenerated.
10501
bab37580
L
105022004-11-04 H.J. Lu <hongjiu.lu@intel.com>
10503
10504 PR other/17783
10505 * configure.in: Set up LD_LIBRARY_PATH by default for gcc.
10506 * configure: Regenerated.
10507
db1de713
MM
105082004-10-31 Mark Mitchell <mark@codesourcery.com>
10509
10510 * README.SCO: Update per FSF instructions.
10511
a827e21a
EW
105122004-10-28 Eric B. Weddington <ericw@evcohs.com>
10513
10514 PR target/18151
10515 * configure.in (case ${target}): Do not build fixincludes for avr.
10516 * configure: Regenerated.
10517
9d069a4f
PB
105182004-10-26 Paolo Bonzini <bonzini@gnu.org>
10519
10520 * configure.in (case ${target}): Do not build fixincludes
10521 on platforms where it is not used.
10522 * configure: Regenerated.
10523
fc45f3fe
DJ
105242004-10-23 Daniel Jacobowitz <dan@debian.org>
10525
10526 * configure.in: Use an absolute path to install-sh.
10527 * configure: Regenerated.
10528
36554b92
AL
105292004-10-19 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
10530
10531 * MAINTAINERS (Write After Approval): Add myself.
10532
88e9994a
KH
105332004-10-19 Kazu Hirata <kazu@cs.umass.edu>
10534
10535 * MAINTAINERS: Remove from Write After Approval those that are
10536 already maintainers.
10537
ad02a944
SP
105382004-10-19 Sebastian Pop <pop@cri.ensmp.fr>
10539
10540 * MAINTAINERS: Update my email address.
10541
c8e6cd41
KC
105422004-10-12 Kelley Cook <kcook@gcc.gnu.org>
10543
10544 * configure.in (*-*-cygwin*): Supress warning if newlib not present.
10545 * configure: Regenerate.
10546
dce2d8b2 105472004-10-07 J"orn Rennecke <joern.rennecke@st.com>
ebe55024
R
10548
10549 * MAINTAINERS: Update my email address.
10550
a8b0957e
KH
105512004-10-07 Kazu Hirata <kazu@cs.umass.edu>
10552
10553 * MAINTAINERS (Language Front Ends Maintainers): New. Move
10554 entries belonging to this category.
10555
96836f61
JZ
105562004-10-06 Josef Zlomek <josef.zlomek@email.cz>
10557
10558 * MAINTAINERS: Update my e-mail address.
10559
7e0b5752
PB
105602004-10-06 Paolo Bonzini <bonzini@gnu.org>
10561
10562 Fix wrong conflict resolution in:
10563
10564 2004-08-16 Paolo Bonzini <bonzini@gnu.org>
10565
10566 * Makefile.in: Regenerate.
10567 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
10568 in the recursive `make', instead of hardwiring `all'.
10569 (Autogenerated TARGET-* variables): New.
10570
370f7a47
TL
105712004-10-05 Tomer Levi <Tomer.Levi@nsc.com>
10572
10573 * configure.in: Enable target-libgloss for crx-*-*.
191dd2c9 10574 * configure: Regenerate.
370f7a47 10575
13e5d623
KH
105762004-10-04 Kazu Hirata <kazu@cs.umass.edu>
10577
10578 * MAINTAINERS (Various Maintainers): Move the "windows,
10579 cygwin, mingw" maintainer to ...
10580 (OS Port Maintainers): ... here.
10581
a6497c1b
KH
105822004-10-04 Kazu Hirata <kazu@cs.umass.edu>
10583
10584 * MAINTAINERS (Write After Approval): Remove those that are
10585 maintainers of some subsystem.
10586
1abb828a
D
105872004-10-02 P.J. Darcy <darcypj@us.ibm.com>
10588
10589 * ltcf-c.sh (tpf*): Add ld_shlibs=yes.
10590 * ltcf-cxx.sh (tpf*): Likewise.
10591 * ltconfig (tpf*): Add TPF OS configuration support.
10592
16d1338d
BS
105932004-10-01 Bernd Schmidt <bernds_cb1@t-online.de>
10594
10595 * MAINTAINERS: Change my email address to my new work account.
10596
9082a750
MR
105972004-09-24 Michael Roth <mroth@nessie.de>
10598
10599 * configure.in (--without-headers): Add missing double quotes.
10600 * configure: Regenerate.
10601
dce2d8b2 106022004-09-24 Kelley Cook <kcook@gcc.gnu.org>
07a8bdf8
KC
10603
10604 * ylwrap: Revert to previous version.
10605
4c4a5bbc
L
106062004-09-23 H.J. Lu <hongjiu.lu@intel.com>
10607
10608 PR bootstrap/17369
10609 * Makefile.tpl (REALLY_SET_LIB_PATH): Add @SET_GCC_LIB_PATH@.
10610 (HOST_EXPORTS]): Add @SET_GCC_LIB_PATH@. Set and export
10611 SET_GCC_LIB_PATH_CMD.
10612 (BASE_TARGET_EXPORTS): Likewise.
10613 * Makefile.in: Regenerated.
10614
10615 * configure.in (SET_GCC_LIB_PATH): Set and substitute.
10616 * configure: Regenerated.
10617
85f59630
KC
106182004-09-23 Kelley Cook <kcook@gcc.gnu.org>
10619
10620 * config.guess: New upstream version
10621 * compile, depcomp, install-sh, ylwrap: Likewise.
10622
95c53c62
RS
106232004-09-19 Roger Sayle <roger@eyesopen.com>
10624
10625 * config/mh-x86omitfp: New host makefile fragment. Add
10626 -fomit-frame-pointer to the default BOOT_CFLAGS.
10627 * configure.in: Use it to speed up bootstrap on some IA-32 hosts.
10628 * configure: Regenerate.
10629
0a1c093b
AP
106302004-09-15 Andrew Pinski <pinskia@physics.uc.edu>
10631
10632 PR target/11572
10633 * configure.in (*-*-darwin*): Renable libobjc.
10634 * configure: Regenerate.
10635
315fcf97
NS
106362004-09-10 Nathan Sidwell <nathan@codesourcery.com>
10637
10638 * MAINTAINERS: Add self as c++ and type-safe vector maintainer.
10639
0a050485 106402004-09-09 Daniel Berlin <dberlin@dberlin.org>
78716e86 10641
0a050485
DB
10642 * Makefile.def: Remove libbanshee.
10643 * Makefile.tpl: Ditto.
10644 * configure.in: Ditto.
10645 * Makefile.in: Regen.
10646 * configure: Ditto.
10647
5f4a098e
DE
106482004-09-08 David Edelsohn <edelsohn@gnu.org>
10649
10650 * ltmain.sh: Use $pic_object as $non_pic_object if
10651 $non_pic_object=none.
10652
32b2511f
PB
106532004-09-07 Paolo Bonzini <bonzini@gnu.org>
10654
10655 * missing: Import latest version from master repository.
10656
fc4d0e82
NC
106572004-09-06 Nick Clifton <nickc@redhat.com>
10658
10659 * config.sub: Import latest version from master repository.
10660 * config.guess: Likewise.
10661 This includes these changes:
78716e86 10662
fc4d0e82
NC
10663 2004-08-27 Hans-Peter Nilsson <hp@axis.com>
10664
10665 * config.sub: Handle crisv32, alias etraxfs.
10666 * config.guess (crisv32:Linux:*:*): Handle.
10667
10668 2004-08-13 Brad Smith <brad@comstyle.com>
10669
10670 * config.guess (*:OpenBSD:*:*): Remove defunct MIPS machines.
10671 (sgi:OpenBSD:*:*): Emit mips64, not mipseb.
10672
10673 2004-08-11 Paul Eggert <eggert@cs.ucla.edu>
10674
10675 * config.guess (*:Darwin:*:*): If uname -p reports "unknown",
10676 assume the processor is a powerpc. This is because coreutils
10677 uname (at least versions 4.5.7 through 5.2.1) outputs "unknown"
10678 in this case, due to a MacOS X bug that causes
10679 sysctl ((int[]) {CTL_HW, HW_MACHINE_ARCH}, 2, buffer, &bufsize, 0, 0)
10680 to return a negative number.
10681 Problem reported by Petter Reinholdtsen in:
10682 http://lists.gnu.org/archive/html/bug-gnu-utils/2003-02/msg00201.html
10683
10684 2004-07-19 Ben Elliston <bje@gnu.org>
10685
10686 * config.guess (S7501:*:4.0:3.0): Handle NCR System V UNIX machine.
10687
10688 2004-06-24 Ben Elliston <bje@gnu.org>
10689
10690 * config.guess: Update copyright years.
10691 * config.sub: Likewise.
10692
10693 2004-06-22 Robert Millan <robertmh@gnu.org>
10694
10695 * config.guess (*:FreeBSD:*:*): Remove check for glibc (unneeded
10696 since GNU/kFreeBSD systems match *:GNU/*:*:* instead).
10697
10698 2004-06-22 Stanley F. Quayle <stan@stanq.com>
10699
10700 * config.guess (*:*VMS:*:*): New entry. Replaces
10701 Alpha:OpenVMS:*. Recognize and advertise all VMS flavors as dec
10702 manufacturer.
10703
10704 2004-06-22 Ben Elliston <bje@gnu.org>
10705
10706 * config.guess: Cray fixes from Wendy Palm <wendyp@cray.com>.
10707 * config.sub: Likewise.
10708
10709 2004-06-22 Ben Elliston <bje@gnu.org>
10710
10711 Reported by Hans-Peter Nilsson <hp@bitrange.com>:
10712 * config.sub: Correctly handle mmix-knuth and mmix-knuth-mmixware.
10713
10714 2004-06-11 Ben Elliston <bje@gnu.org>
10715
10716 * config.guess (pegasos:OpenBSD:*:*): Remove.
10717
10718 2004-06-11 Ben Elliston <bje@gnu.org>
10719
10720 From Wouter Verhelst <wouter@grep.be>:
10721 * config.guess (M68*:*:R3V[5678]:*): Detect R3V8.
10722
10723 2004-06-11 Ben Elliston <bje@gnu.org>
10724
10725 * config.guess (luna88k:OpenBSD:*:*): New.
10726
10727 2004-03-12 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
10728
10729 * config.guess (m32r*:Linux:*:*): New case.
10730 * config.sub: Handle m32rle.
10731
10732 2004-03-12 Ben Elliston <bje@wasabisystems.com>
10733
10734 From Jens Petersen <petersen@redhat.com>:
10735 * config.sub: Handle sparcv8.
10736
10737 2004-03-03 Ben Elliston <bje@wasabisystems.com>
10738
10739 From Tom Smith <smith@cag.lkg.hp.com>:
10740 * config.guess: Version suffixes are equally significant on Tru64
10741 V4.* and V5.*, so do not ignore them on V5.*. Handle a version
10742 prefix of "P" (patched kernel).
10743
10744 2004-02-23 Tal Agmon <Tal.Agmon@nsc.com>
10745
10746 * config.sub: Add support for National Semiconductor CRX target.
10747
2f4cc6bf
JJ
107482004-09-03 Janis Johnson <janis187@us.ibm.com>
10749
10750 * MAINTAINERS (Various Maintainers): Remove myself as web page
10751 maintainer, add myself as maintainer of build status lists.
10752
61fec9ff
JB
107532004-09-03 Jan Beulich <jbeulich@novell.com>
10754
10755 * configure.in: Remove target-libstdc++-v3 from noconfigdirs for
10756 *-*-netware, but add target-libmudflap.
10757 Consolidate *-*-netware targets (of which really only i?86 exists)
10758 into a single entry.
10759 * configure: Likewise.
10760
45f366ab
PB
107612004-09-01 Paolo Bonzini <bonzini@gnu.org>
10762
10763 * Makefile.tpl (sorry): Remove.
10764 (clean-stage[+id+], clean-stage[+id+]-module): New targets.
10765 (cleanstrap targets): Depend on distclean, not distclean-stage1.
10766 (do-clean): Clean per-stage directories too.
10767 (do-distclean): Run distclean-stage1 too.
10768 (.NOTPARALLEL): Enable during toplevel bootstrap.
10769 (stage[+id+]-bubble): Enable parallel execution during
10770 the recursive invocation.
10771 * Makefile.in: Regenerate.
10772
10773 Fix previous checkin:
10774
10775 * Makefile.tpl: Move BOOT_CFLAGS above host makefile fragment
10776 include.
10777 * configure.in: Fix indentation.
10778 * configure: Regenerate.
10779
dce2d8b2 107802004-08-31 Robert Bowdidge <bowdidge@apple.com>
be8fff81 10781
45f366ab
PB
10782 * Makefile.in: Move BOOT_CFLAGS above host makefile fragment include.
10783 * configure.in: add test for powerpc-*-darwin* to specify makefile frag
10784 * configure: regenerate
78716e86 10785 * config/mh-ppc-darwin: create file, override BOOT_CFLAGS for
191dd2c9 10786 -mdynamic-no-pic
be8fff81 10787
71b5d516
PB
107882004-08-31 Paolo Bonzini <bonzini@gnu.org>
10789
10790 * Makefile.def (build_modules): Add fixincludes.
10791 (dependencies): Make gcc depend on fixincludes.
10792 * configure.in (build_tools): Add fixincludes.
10793 (build_configdirs): Always include build_libs.
10794 * Makefile.in: Regenerate.
10795 * configure: Regenerate.
10796
107972004-08-30 Paolo Bonzini <bonzini@gnu.org>
ce521a9c
PB
10798
10799 * Makefile.def (bootstrap stages): Add 'lean' parameter.
10800 * Makefile.tpl (configure-stageN-*, all-stageN-*): Turned into
10801 phony targets; do not generate timestamp files.
10802 (distclean-stageN): Remove references to their timestamp files.
10803 (restageN, touch-stageN): Remove.
10804 (stageN-bubble): Rewritten.
10805 (compare): Support lean bootstraps.
10806 * Makefile.in: Regenerate.
10807
10808 * configure.in: Only warn when bootstrapping but
10809 build != host or build != target. Support lean bootstraps.
10810 * configure: Regenerate.
10811
ce7cbbb0
PE
108122004-08-26 Phil Edwards <phil@codesourcery.com>
10813
10814 * configure.in: Give a better error message if GMP/MPFR are missing
10815 and a language needing them has been requested.
10816 * configure: Regenerated.
10817
9c71a529
PE
108182004-08-25 Phil Edwards <phil@codesourcery.com>
10819
10820 * configure.in: Print a list of available language front-ends if
10821 a requested one is missing. Tidy stray tab characters.
10822 * configure: Regenerated.
10823
e3f92d3b
MK
108242004-08-19 Michael Koch <konqueror@gmx.de>
10825
10826 * gcc/doc/install.texi: Update entry about automake for libjava.
10827
c3f84f61
RM
108282004-08-17 Robert Millan <robertmh@gnu.org>
10829
10830 * configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux
10831 (instead of FreeBSD).
10832 * configure: Regenerate.
10833
7c27e184
PB
108342004-08-16 Paolo Bonzini <bonzini@gnu.org>
10835
10836 * Makefile.in: Regenerate.
10837 * configure: Regenerate.
10838
10839 * Makefile.def (bootstrap-stage): Rename extra_*_flags to
10840 stage_*_flags.
10841 * Makefile.tpl (configure-[+module+], all-[+module+]): Exit
10842 for bootstrapped modules if toplevel bootstrap is going.
10843 (GCC bootstrap): Generate per-stage targets for all bootstrapped
10844 modules. Adjust for changes in Makefile.def. Enable several
10845 rules even in non-bootstrap mode, just to avoid peppering the
10846 template with unnecessary "@if/@endif gcc-bootstrap" pairs.
10847 (stage-[+prev+]-bubble): Remove.
10848
10849 * Makefile.def (Dependencies): Depend on all-build-bison,
10850 all-build-flex, all-build-byacc, all-build-texinfo, rather
10851 than the host variations.
10852 * Makefile.tpl (BUILD_DIR_PREFIX): Remove. Replace throughout
10853 with BUILD_SUBDIR.
10854 (BISON): Update for recent Bisons.
10855 (YACC): Fix typo.
10856 (cross): Depend on all-build.
10857 (all): Do not depend on all-build.
10858 (prebootstrap): Remove.
10859 (dep-kind): Accept separate prefixes for MODULE and ON variables.
10860 (Prebootstrap dependencies): Add them to the per-stage targets
10861 and to all-prebootstrap.
10862 * configure.in (build_configdirs): Always enable build_tools.
10863 (BUILD_DIR_PREFIX): Remove.
10864
10865 * Makefile.def (gcc): Add target variable.
10866 (gdb, expect, guile, tk, tix): Replace with_x with extra_make_flags.
10867 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
10868 in the recursive `make', instead of hardwiring `all'.
10869 (Autogenerated TARGET-* variables): New.
10870
20f3bb80
BB
108712004-08-13 Brian Booth <bbooth@redhat.com>
10872
10873 * MAINTAINERS: Remove myself from write-after-approval.
10874
b5be499d
NN
108752004-08-12 Nathanael Nerode <neroden@gcc.gnu.org>
10876
10877 * src-release: Stop distributing mmalloc with gdb (which doesn't
10878 use it).
10879 * Makefile.def: GDB doesn't depend on mmalloc anymore.
10880 * Makefile.in: Regenerate.
10881
b3f8d95d
MM
108822004-08-09 Mark Mitchell <mark@codesourcery.com>
10883
10884 * configure.in (arm*-*-eabi*): New target.
10885 * configure: Regenerate.
10886
3589b69e
PB
108872004-08-06 Paolo Bonzini <bonzini@gnu.org>
10888
10889 * Makefile.def (bfd, opcodes, gcc, zlib): Mark as bootstrap module.
10890 (bison, byacc, flex, texinfo): Do not mark as bootstrap module.
10891 (Dependencies): New section.
10892 * Makefile.tpl (Dependencies): Generate from Makefile.def.
10893 (configure-target-[+module+]): Depend on maybe-all-gcc
10894 (all-prebootstrap): New name of all-bootstrap. Changed throughout.
10895 (toplevel profiledbootstrap): Fix dependencies.
10896 * Makefile.in: Regenerate.
10897
972974fc
MM
108982004-08-03 Mark Mitchell <mark@codesourcery.com>
10899
10900 * configure.in (arm*-*-symbianelf*): Add ${libgcj} and
10901 target-libiberty to noconfigdirs.
10902 * configure: Regenerate.
10903
bebf829d
PB
109042004-08-03 Paul Brook <paul@codesourcery.com>
10905
10906 * configure.in: Check for MPFR as well as GMP.
10907 * configure: Regenerate.
10908
98a5bb3b
RM
109092004-08-01 Robert Millan <robertmh@gnu.org>
10910
10911 * configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable
10912 libmudflap for all GNU-based systems (with Glibc).
10913 * configure: Regenerate.
10914
dce2d8b2 109152004-08-03 Paolo Bonzini <bonzini@gnu.org>
d32ab992
PB
10916
10917 * Makefile.def (host-modules): Add gcc.
10918 * Makefile.in: Regenerate.
10919 * Makefile.tpl (sorry): New rule.
10920 (configure-host, all-host, [+make_target+]-host, do-check,
10921 install-host): Do not add gcc as a special case.
10922 (host modules): Add a small special-casing for gcc. Export
10923 extra_make_flags through the environment.
10924 (maybe-configure-gcc, configure-gcc, maybe-all-gcc, all-gcc,
10925 maybe-check-gcc, check-gcc, maybe-install-gcc, install-gcc,
10926 other recursive targets for gcc): Remove.
10927
10928 (all, do-[+make_target+], do-check): Wrap between unstage and stage.
10929 (stage, unstage): New rules.
10930 (stage[+id+]-start, stage[+id+]-end, [+compare-target+],
10931 distclean-stage[+id+]): Use stage_current.
10932 ([+bootstrap-target+], profiledbootstrap): Do not invoke manually
10933 the stage*-start rules.
10934
aeb732c1
GK
109352004-08-02 Geoffrey Keating <geoffk@apple.com>
10936
10937 * ltcf-cxx.sh: On Darwin, make archive multi-module, and don't
10938 use -all_load flag.
10939
25b656e7
PB
109402004-08-02 Paolo Bonzini <bonzini@gnu.org>
10941
10942 * configure.in: Sync from src, add noconfigdirs for crx-*-*.
10943 * configure: Regenerate.
10944
cc440d71
TM
109452004-07-16 Toon Moene <toon@moene.indiv.nluug.nl>
10946
10947 * maintainer-scripts/gcc_release: Revert yesterday's change.
10948
270e140b
SB
109492004-07-16 Segher Boessenkool <segher@kernel.crashing.org>
10950
10951 * MAINTAINERS: Add myself to write-after-approval.
10952
3e4035f8
TM
109532004-07-15 Toon Moene <toon@moene.indiv.nluug.nl>
10954
10955 * libf2c: Removed.
10956 * gcc/gccbug.in: Updated because of libf2c removal.
10957 * maintainer-scripts/gcc_release: Ditto.
10958
dce2d8b2 109592004-07-09 Loren J. Rittle <ljrittle@acm.org>
a3e8d8b4
LR
10960
10961 * configure.in: Build libmudflap by default on FreeBSD.
10962 * configure: Regenerated.
10963
dfcada9a
MM
109642004-07-09 Mark Mitchell <mark@codesourcery.com>
10965
10966 * configure.in: Do not build libmudflap by default on non-GNU/Linux
10967 systems.
10968 * configure: Regenerated.
10969
dce2d8b2 109702004-07-08 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
3922b216
JDA
10971
10972 PR target/16344
10973 * Makefile.tpl (profiledbootstrap): Build runtime libraries with
10974 feedback based compiler.
10975 * Makefile.in: Rebuilt.
10976
95bcca47
AO
109772004-07-08 Alexandre Oliva <aoliva@redhat.com>
10978
10979 * Makefile.def (host_modules): Set bootstrap=true for flex.
10980 * Makefile.tpl (all-gcc): Depend on texinfo and flex.
10981 * Makefile.in: Rebuilt.
10982
051822f6
JH
109832004-07-07 Jan Hubicka <jh@suse.cz>
10984
10985 * MAINTAINERS: Add self as a profile feedback maintainer.
10986
7b61653a
PE
109872004-07-05 Phil Edwards <phil@codesourcery.com>
10988
10989 * configure.in: Do not prepend $srcdir to /dev/null in
10990 makefile fragments.
10991 * configure: Regenerate.
10992
23f6b2f9
PB
109932004-07-01 Paolo Bonzini <bonzini@gnu.org>
10994
10995 * Makefile.def (build_modules): Add bison, byacc, flex,
10996 m4, texinfo.
10997 (flags_to_pass): Add FLEX.
10998 * Makefile.tpl (BUILD_DIR_PREFIX, BASE_EXPORTS): New.
10999 (BUILD_EXPORTS, HOST_EXPORTS, BASE_TARGET_EXPORTS): Include it.
11000 (DEFAULT_YACC, USUAL_YACC, DEFAULT_LEX, USUAL_LEX, DEFAULT_M4,
11001 DEFAULT_MAKEINFO): Remove.
11002 (CONFIGURED_YACC, CONFIGURED_FLEX, CONFIGURED_BISON,
11003 CONFIGURED_LEX, CONFIGURED_M4, CONFIGURED_MAKEINFO): Substitute.
11004 (YACC, FLEX, BISON, LEX, M4, MAKEINFO): Define to look into
11005 objdir or else use configured tool.
11006 (all-build): New.
11007 (all): Depend on it.
11008 (Build module dependencies): Add.
11009 * Makefile.in: Regenerate.
11010 * configure.in: Better support for multiple build modules,
11011 matching what is done for host/target modules. Do not look
11012 for "plausible" locations of build tools if Canadian cross.
11013 Use autoconf's AC_PROG_CC to find a C compiler. Define
11014 BUILD_DIR_PREFIX. Look for flex, makeinfo and m4.
11015 * configure: Regenerate.
78716e86 11016
1c020272
PB
110172004-06-22 Paolo Bonzini <bonzini@gnu.org>
11018
11019 * Makefile.tpl (HOST_EXPORTS): Fix pasto.
11020 * Makefile.in: Regenerate.
11021
a52a0a7f
PB
110222004-06-22 Paolo Bonzini <bonzini@gnu.org>
11023
11024 * Makefile.tpl (configure-build-[+module+],
11025 configure-[+module+], configure-target-[+module+]): Pass
11026 [+extra_configure_args+].
11027 (all-build-[+module+], all-[+module+], check-[+module+],
11028 install-[+module+], [+make_target+]-[+module+],
11029 all-target-[+module+], check-target-[+module+],
11030 install-target-[+module+], [+make_target+]-target-[+module+]):
11031 Pass [+extra_make_args+].
11032 (HOST_EXPORTS): Include the former GCC_HOST_EXPORTS.
11033 (GCC_HOST_EXPORTS): Remove.
11034 (configure-gcc, all-gcc, GCC_STRAP_TARGETS, profiledbootstrap,
11035 cross, check-gcc, check-gcc-c++, install-gcc,
11036 gcc-no-fixedincludes, [+make_target+]-gcc, stage[+id+]-bubble):
11037 Replace GCC_HOST_EXPORTS with HOST_EXPORTS.
11038 * Makefile.in: Regenerate.
11039
ccde3f1a
MS
110402004-06-21 Matthew Sachs <msachs@apple.com>
11041
11042 * MAINTAINERS: Added self to write-after-approval.
11043
6264b0a6
CF
110442004-06-21 Christopher Faylor <cgf@alum.bu.edu>
11045
11046 * configure.in: Check for srcdir/winsup rather than build directory
11047 winsup.
11048 * configure: Regenerate.
11049
801e2270
CV
110502004-06-17 Corinna Vinschen <vinschen@redhat.com>
11051
11052 * configure.in: Don't build Cygwin native newlib if winsup
11053 directory is missing. Emit warning instead.
11054 * configure: Regenerate.
11055
ad6717df
PB
110562004-06-09 Paolo Bonzini <bonzini@gnu.org>
11057
11058 * Makefile.tpl (touch-stage[+id+]): New.
11059 (restage[+prev+]): Depend on touch-stage[+id+].
11060
11061 * Makefile.tpl (RECURSE_FLAGS_TO_PASS): New.
11062 Use it throughout.
11063
11064 * Makefile.def: Add profile and feedback bootstrap stages.
11065 Remove next field from bootstrap stages.
11066 * Makefile.tpl (LN, LN_S): Substitute.
11067 (stageN-start, stageN-end): Use double-colon rules, to
11068 provide a hook for additional setup commands.
11069 (distclean-stageN-gcc, restageN): Create dependencies from
11070 [+prev+], not from [+next+].
11071 (stageN-bubble): Add commands for successive stages from
11072 [+prev+], using double-colon rules.
11073 (all-stageN-gcc): Fix typo.
11074 (stagefeedback-start, profiledbootstrap): New.
11075 * Makefile.in: Regenerate.
11076 * configure.in: Call ACX_PROG_LN.
11077 * configure: Regenerate.
11078
5bbb9680
CY
110792004-06-08 Canqun Yang <canqun@nudt.edu.cn>
11080
11081 * MAINTAINERS (Write After Approval): Add myself.
11082
e18be1d4
MA
110832004-06-03 Mark G. Adams <mark.g.adams@sympatico.ca>
11084
11085 * MAINTAINERS (Write After Approval): Add myself.
11086
5607edfd
PB
110872004-06-03 Paolo Bonzini <bonzini@gnu.org>
11088
11089 * configure.in: Fix --enable-bootstrap breakage introduced in trees
11090 without gcc.
11091 * configure: Regenerate.
11092
1ec4e9c3
PB
110932004-06-01 Paolo Bonzini <bonzini@gnu.org>
11094
11095 * Makefile.tpl: Fix typo.
11096 * Makefile.in: Regenerate.
11097
dce2d8b2 110982004-06-01 Paolo Bonzini <bonzini@gnu.org>
c2f7605f
PB
11099
11100 * configure.in: Remove new- prefix from toplevel
11101 bootstrap targets.
11102 * configure: Regenerate.
11103
f516a7da
PB
111042004-06-01 Paolo Bonzini <bonzini@gnu.org>
11105
11106 * Makefile.tpl (all.normal): Rename to all.
11107 (all): Replace with a rule to pick the default
11108 target from configure.
11109 (all-gcc, configure-gcc): Use conditionals to
11110 do nothing when toplevel bootstrap is going on.
11111 (GCC directory bootstrap) [gcc-bootstrap]: Disable.
11112 (Toplevel bootstrap) [gcc-no-bootstrap]: Disable.
11113 * configure.in: Support --enable-bootstrap.
11114
11115 * Makefile.def: Remove new- prefix from toplevel
11116 bootstrap targets.
11117 * Makefile.tpl: Likewise.
11118
11119 * Makefile.def: Add bootstrap_stage 4. Add bootstrap2
11120 target.
11121
11122 * Makefile.tpl (Toplevel bootstrap): Pass $(BASE_FLAGS_TO_PASS)
11123 $(RECURSE_FLAGS) to recursive invocation of make.
11124
11125 * Makefile.in: Regenerate.
11126 * configure: Regenerate.
11127
78dd5e36 111282004-05-30 Andreas Jaeger <aj@suse.de>
dce2d8b2 11129 Jim Wilson <wilson@specifixinc.com>
78dd5e36
AJ
11130
11131 * config-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77
11132 like CC.
11133
30f1bddc
DJ
111342004-05-27 Daniel Jacobowitz <dan@debian.org>
11135
11136 * configure.in: Fix sed invocation for GFORTRAN_FOR_TARGET.
11137 * configure: Regenerate.
11138
4fc4dd12
DJ
111392004-05-25 Daniel Jacobowitz <drow@false.org>
11140
11141 * Makefile.tpl (BUILD_EXPORTS, HOST_EXPORTS, GCC_HOST_EXPORTS)
11142 (STAGE_HOST_EXPORTS, BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS)
11143 (NORMAL_TARGET_EXPORTS): New macros. Use them in all the recursive
11144 targets.
11145 * Makefile.in: Regenerate.
11146
dce2d8b2 111472004-05-24 Paolo Bonzini <bonzini@gnu.org>
148907ea
PB
11148
11149 * configure.in: Test the ability to symlink directories.
11150 * configure: Regenerate.
11151
11152 * Makefile.def (bootstrap-stage): New definitions.
11153 * Makefile.tpl (configure-stage1-gcc,
11154 configure-stage2-gcc, configure-stage3-gcc,
11155 all-stage1-gcc, all-stage2-gcc, all-stage3-gcc,
11156 new-bootstrap, new-cleanstrap, new-restage1, new-restage2,
11157 new-restage3, compare): Autogenerate, see Makefile.in
11158 entry for behavioral changes.
11159 (distclean-stage1, new-stage1-start, new-stage1-end,
11160 new-stage1-bubble, distclean-stage2, new-stage2-start,
11161 new-stage2-end, new-stage2-bubble, distclean-stage3,
11162 new-stage3-start, new-stage3-end): New autogenerated targets.
11163 (objext, prebootstrap, BOOT_CFLAGS,
11164 POSTSTAGE1_FLAGS_TO_PASS): Move above the autogenerated
11165 targets.
11166
11167 * Makefile.in: Regenerate.
11168 (distclean-stage1, new-stage1-start, new-stage1-end,
11169 new-stage1-bubble, distclean-stage2, new-stage2-start,
11170 new-stage2-end, new-stage2-bubble, distclean-stage3,
11171 new-stage3-start, new-stage3-end): New targets.
11172 (all-stage1-gcc): Move prebootstrap dependency from here...
11173 (configure-stage1-gcc): ...to here.
11174 (new-bootstrap): Use bubble targets.
11175 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
11176 Use per-stage distclean targets.
11177 (configure-stage1-gcc, configure-stage2-gcc,
11178 configure-stage3-gcc, all-stage1-gcc,
11179 all-stage2-gcc, all-stage3-gcc, new-bootstrap):
11180 Use new-stageN-start to prepare the tree.
11181
4f4e53dd
PB
111822004-05-23 Paolo Bonzini <bonzini@gnu.org>
11183
11184 * Makefile.def (host_modules): add libcpp.
11185 * Makefile.tpl: Add dependencies on and for libcpp.
11186 * Makefile.in: Regenerate.
11187 * configure.in: Add libcpp host module.
11188 * configure: Regenerate.
11189
60975492
PB
111902004-05-21 Paolo Bonzini <bonzini@gnu.org>
11191
11192 * Makefile.tpl: Whenever a recursive target is defined, wrap
11193 it in a special @if/@endif block, and prepare its maybe
11194 dependency in the @if/@endif block
11195 * configure.in: Instead of writing maybe dependencies, remove
11196 the @if/@endif statements, and remove the @if/@endif blocks
11197 that remain.
11198 * configure: Regenerate.
11199 * Makefile.in: Regenerate.
11200
5ce7d75d
JJ
112012004-05-20 Janis Johnson <janis187@us.ibm.com>
11202
11203 * MAINTAINERS (Various Maintainers): Add myself for compat testsuite.
11204
c779c42f
KK
112052004-05-18 Kaz Kojima <kkojima@gcc.gnu.org>
11206
11207 PR bootstrap/15120
11208 * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on sh*.
11209 * */configure: Rebuilt.
11210
b4117c30
ZW
112112004-05-17 Zack Weinberg <zack@codesourcery.com>
11212
11213 * Makefile.def, Makefile.tpl, configure.in: Remove all mention
11214 of libf2c.
11215 * configure, Makefile.in: Regenerate.
11216
719bb4e3 112172004-05-13 Tobias Schlüter <tobi@gcc.gnu.org>
75089d48
TS
11218
11219 * MAINTAINERS (Write After Approval): Add myself.
11220
6de9cd9a
DN
112212004-05-13 Diego Novillo <dnovillo@redhat.com>
11222
11223 Merge from tree-ssa-20020619-branch.
11224
11225 * Makefile.def: Add libbanshee, libmudflap and libgfortran.
11226 * Makefile.tpl (BUILD_CONFIGDIRS): Add libbanshee.
11227 (HOST_GMPLIBS): Define.
11228 (HOST_GMPINC): Define.
11229 (TARGET_LIB_PATH): Add libmudflap.
11230 (GFORTRAN_FOR_TARGET): Define.
11231 (configure-build*): Export GFORTRAN.
11232 (configure-gcc): Export GMPLIBS and GMPINC.
11233 (all-gcc): Add maybe-all-libbanshee.
11234 (configure-target-libgfortran): Define.
11235 * Makefile.in: Regenerate.
11236 * configure.in (host_libs): Add libbanshee.
11237 (target_libraries): Add target-libmudflap and target-libgfortran.
11238 Add --with-libbanshee.
11239 Handle --disable-libmudflap.
11240 (*-*-freebsd*): Use with_gmp.
11241 Add $(libgcj) to noconfigdirs.
11242 * configure: Regenerate.
11243 * depcomp: New file.
11244 * MAINTAINERS: Add tree-ssa maintainers.
11245
8f1b790f
VM
112462004-05-04 Vladimir Makarov <vmakarov@redhat.com>
11247
b4117c30 11248 * MAINTAINERS (Various Maintainers): Add myself.
8f1b790f 11249
693446fc
BF
112502004-04-30 Brian Ford <ford@vss.fsi.com>
11251
b4117c30 11252 * MAINTAINERS (Write After Approval): Add myself.
693446fc 11253
d1bb666c
UB
112542004-04-29 Uros Bizjak <uros@kss-loka.si>
11255
b4117c30 11256 * MAINTAINERS (Write After Approval): Add myself.
d1bb666c 11257
6cf1ac42
PB
112582004-04-28 Paolo Bonzini <bonzini@gnu.org>
11259
11260 * config/acx.m4: Fix fastcompare support for new-bootstrap.
11261 * configure: Regenerate.
11262
632933d5
PB
112632004-04-27 Paolo Bonzini <bonzini@gnu.org>
11264
11265 Revert:
11266 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
11267
11268 * Makefile.def (flags_to_pass): Remove *dir variables that
11269 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
11270 as well as prefix and exec_prefix.
11271 * Makefile.in: Regenerate.
11272
80dc6aa0
RM
112732004-04-26 Robert Millan <robertmh@gnu.org>
11274
11275 Add patches from libtool CVS.
11276 * libtool.m4: Add kfreebsd*-gnu and knetbsd*-gnu.
11277 * ltconfig: Likewise.
11278 * ltcf-c.sh: Likewise.
11279 * ltcf-cxx.sh: Likewise.
11280 * ltcf-gcj.sh: Likewise.
11281
e11283f1
PB
112822004-04-26 Paolo Bonzini <bonzini@gnu.org>
11283
11284 * Makefile.def (host_modules): Mark with the bootstrap
11285 flag packages on which gcc depends.
11286 * Makefile.tpl (all-bootstrap): Use it.
11287 * Makefile.in: Regenerate.
11288
8546950c
PB
112892004-04-26 Paolo Bonzini <bonzini@gnu.org>
11290
11291 * Makefile.def (flags_to_pass): Remove *dir variables that
11292 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
11293 as well as prefix and exec_prefix.
11294 * Makefile.in: Regenerate.
11295
a76494aa
PB
112962004-04-26 Paolo Bonzini <bonzini@gnu.org>
11297
b4117c30
ZW
11298 * configure.in: Invoke ACX_PROG_CMP_IGNORE_INITIAL.
11299 * configure: Regenerate.
11300 * config/acx.m4: Mutuate ACX_PROG_CMP_IGNORE_INITIAL from gcc.
11301 * gcc/Makefile.tpl (compare): Use the result of the test.
11302 * gcc/Makefile.in: Regenerate.
a76494aa 11303
03a91701
PB
113042004-04-23 Paolo Bonzini <bonzini@gnu.org>
11305
11306 * Makefile.tpl (all-stage1-gcc, all-stage2-gcc, all-stage3-gcc):
11307 Always relocate gcc and prev-gcc to the original names, even
11308 if the build fails.
11309 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
11310 New targets.
11311
082a6351
LG
113122004-04-23 Laurent GUERBY <laurent@guerby.net>
11313
11314 * MAINTAINERS: Update my email address.
b4117c30 11315
1f1d584b
RO
113162004-04-19 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
11317
11318 * configure.in (mips*-*-irix5*): Enable ld.
11319 * configure: Regenerate.
082a6351 11320
1db673ca
RO
113212004-04-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
11322
11323 * configure: Regenerate.
11324
ce4ea44e
JW
113252004-04-15 James E Wilson <wilson@specifixinc.com>
11326
11327 * Makefile.tpl (configure-[+module+], configure-gcc,
11328 configure-stage1-gcc, configure-stage2-gcc, configure-stage3-gcc):
11329 Set and export LDFLAGS.
11330 * Makefile.in: Regenerate.
11331
611f62ad
MC
113322004-04-12 Michael Chastain <mec.gnu@mindspring.com>
11333
b4117c30 11334 * MAINTAINERS: Add myself to write-after-approval.
611f62ad 11335
be912515
NN
113362004-04-09 Nathanael Nerode <neroden@gcc.gnu.org>
11337
11338 PR bootstrap/14871
11339 * Makefile.tpl: If we don't have built-in-tree target tools,
11340 use the ones found by configure rather than hacking around with
11341 program_transform_name.
11342 * configure.in: Give Makefile.tpl the information necessary
11343 to do that.
11344 * Makefile.in: Regenerate.
11345 * configure: Regenerate.
11346
9104315a
NN
113472004-04-06 Nathanael Nerode <neroden@gcc.gnu.org>
11348
11349 PR bootstrap/14760
11350 * configure.in: When computing baseargs, strip *all* copies of
11351 offending options. Also, don't match/substitute the trailing space,
11352 so that this actually works when two similar options are separated by
11353 only one space.
11354 * configure: Regenerate.
11355
bef1d700
DE
113562004-04-06 David Edelsohn <edelsohn@gnu.org>
11357
b4117c30
ZW
11358 * configure.in (powerpc-*-aix*): Remove target-libada from noconfigdirs.
11359 (rs6000-*-aix*): Same.
11360 * configure: Regenerate.
bef1d700 11361
54bcf05e 113622004-04-05 Ranjit Mathew <rmathew@hotmail.com>
b4117c30
ZW
11363
11364 * MAINTAINERS: Add myself to write-after-approval.
54bcf05e 11365
369a832c 113662004-04-03 Bud Davis <bdavis9659@comcast.net>
b4117c30
ZW
11367
11368 * MAINTAINERS: Add myself to write-after-approval.
369a832c 11369
09a9c095
NN
113702004-03-24 Nathanael Nerode <neroden@gcc.gnu.org>
11371
7caf53cb
NN
11372 * Makefile.tpl (top level bootstrap support): Remove now-unneeded
11373 STRICT_WARN, WARN_CFLAGS flags passed down to make.
11374 * Makefile.in: Regenerate.
11375
09a9c095
NN
11376 * configure.in (top level bootstrap support): Rework --enable-werror
11377 to set @stage2_werror_flag@.
11378 * configure: Regenerate.
11379 * Makefile.tpl (top level bootstrap support): Pass
11380 @stage2_werror_flag@ down to configure in stages 2 and 3.
11381 * Makefile.in: Regenerate.
11382
5595a2bd
NN
113832004-03-23 Nathanael Nerode <neroden@gcc.gnu.org>
11384
cbfd7e06
NN
11385 * Makefile.tpl (new-bootstrap): Set CC and CC_FOR_BUILD in configure
11386 for stages 2 and 3 as well as in make. As a consequence, remove
11387 OUTPUT_OPTION (now detected by configure) from the flags passed down
11388 to make.
11389 * Makefile.in: Regenerate.
11390
5595a2bd
NN
11391 * Makefile.tpl (new-bootstrap): Fix typo.
11392 * Makefile.in: Regenerate.
11393
ca3b3e20
NN
113942004-03-22 Nathanael Nerode <neroden@gcc.gnu.org>
11395
295f4e42
NN
11396 * Makefile.tpl: Rearrange by moving recursive_targets rules
11397 into their proper sections.
11398 * Makefile.tpl (top level bootstrap support): Move disabling
11399 of coverage flags from 'make' to 'configure'; improve comments.
11400 * Makefile.in: Regenerate.
11401
340de83f
NN
11402 * Makefile.tpl (experimental top level bootstrap) Move stage1
11403 language setting from all- target to configure- target; disable
11404 intermodule optimization in stage 1; prevent gratuitous rebuilds
11405 of stage 1.
11406 * Makefile.in: Regenerate.
11407 * configure.in: Comma-separate stage 1 language list for top
11408 level bootstrap.
11409 * configure: Regenerate.
11410
ca3b3e20
NN
11411 * Makefile.tpl: Clean up experimental top level bootstrap support:
11412 note known problems; set CONFIG_SHELL; don't set BUILD_CC; relocate
11413 prev-gcc in configure- targets as well as all- targets.
11414 * Makefile.in: Regenerate.
11415
4d038073
KC
114162004-03-21 Kelley Cook <kcook@gcc.gnu.org>
11417
11418 * compile: New file imported from automake.
11419
ab3533d6
PB
114202004-03-17 Paolo Bonzini <bonzini@gnu.org>
11421
11422 * configure.in: Remove symbolic link section.
11423 * configure: Regenerate.
11424 * Makefile.tpl (links): Remove.
11425 * Makefile.in: Regenerate.
11426
1e0f07d3 114272004-03-15 Paolo Bonzini <bonzini@gnu.org>
b4117c30 11428 Nathanael Nerode <neroden@gcc.gnu.org>
1e0f07d3
PB
11429
11430 * configure.in (DEFAULT_YACC, DEFAULT_M4, DEFAULT_LEX):
b4117c30 11431 Set with AC_CHECK_PROGS.
1e0f07d3
PB
11432 * configure.in: Fix comment typo from last patch.
11433 * configure: Regenerate.
11434
2805b53a
NN
114352004-03-15 Nathanael Nerode <neroden@gcc.gnu.org>
11436
11437 * Makefile.tpl: Introduce experimental top level bootstrap support.
11438 * Makefile.in: Regenerate.
11439 * configure.in: Introduce support for top level bootstrap.
11440 * configure: Regenerate.
11441
79b4b7d2 114422004-03-12 Eric Botcazou <ebotcazou@gcc.gnu.org>
b4117c30 11443 Paolo Bonzini <bonzini@gnu.org>
79b4b7d2
EB
11444
11445 PR bootstrap/14522
11446 * configure.in: Cope with shells that do not support unquoted ^
11447 * configure: Regenerate.
11448
6bbec498 114492004-03-11 Eric Botcazou <ebotcazou@gcc.gnu.org>
b4117c30 11450 Paolo Bonzini <bonzini@gnu.org>
6bbec498
EB
11451
11452 PR bootstrap/14522
79b4b7d2 11453 * configure.in: Cope with shells that do not support nesting
6bbec498
EB
11454 quotes inside quoted backquote substitutions.
11455 * configure: Regenerate.
11456
83c15dfc
AP
114572004-03-10 Andrew Pinski <pinskia@physics.uc.edu>
11458
11459 PR bootstrap/14522
f2bd98d4 11460 * configure.in: Fix escaping of $.
83c15dfc
AP
11461 * configure: Regenerate.
11462
55ffb5ed
NN
114632004-03-11 Nathanael Nerode <neroden@gcc.gnu.org>
11464
11465 * configure: Regenerate, since I forgot to while committing Paolo's
11466 changes.
11467
e4c9c075
PB
114682004-03-08 Paolo Bonzini <bonzini@gnu.org>
11469
11470 PR ada/14131
11471 Move language detection to the top level.
11472 * configure.in: Find default values for the tools as
11473 soon as possible. Disable ada if GNAT is not found.
11474 Emit error message about missing languages. Expand
11475 --enable-languages=all for the gcc subdirectory.
11476
5199e2c6
BE
114772004-03-10 Ben Elliston <bje@gnu.org>
11478
11479 * MAINTAINERS: Update my email address.
11480
c18b95e5
DE
114812004-03-05 David Edelsohn <edelsohn@gnu.org>
11482
11483 * ltconfig: Disable building static libraries if building shared
11484 libraries on AIX 5L.
11485
d0fe5ad3
RS
114862004-03-01 Richard Sandiford <rsandifo@redhat.com>
11487
11488 * configure.in (mips64*-*-linux*): Override mips*-*-linux* case
11489 and disable libgcj.
11490 * configure: Regenerated.
11491
e6f71f9d
BB
114922004-03-01 Brian Booth <bbooth@redhat.com>
11493
11494 * MAINTAINERS: Add myself to write-after-approval.
11495
8983e50e
PB
114962004-03-01 Paolo Bonzini <bonzini@gnu.org>
11497
11498 * MAINTAINERS: Add myself to write-after-approval.
b4117c30 11499
d4cd9d81
NN
115002004-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
11501
11502 PR bootstrap/7087
11503 * Makefile.tpl: Guard XFOO sed statements better.
11504 * Makefile.tpl: Add dependency for configure-target-libada.
11505 * Makefile.in: Regenerate (incidentally fixes broken
11506 commit when libada-branch was merged).
11507
0ea0229e
KC
115082004-02-25 Kelley Cook <kcook@gcc.gnu.org>
11509
11510 * MAINTAINERS: Add myself to write-after-approval.
11511
bad93735
AP
115122004-02-20 Andrew Pinski <pinskia@physics.uc.edu>
11513
11514 * MAINTAINERS: Add Nicola Pero and myself as libobjc
11515 maintainers.
11516
a7ca14fc
AC
115172004-02-20 Andrew Cagney <cagney@redhat.com>
11518
11519 * config.guess: Update from version 2003-10-16 to 2004-02-16.
11520 * config.sub: Update from version 2003-11-03 to 2004-02-16.
11521
51592782
NN
115222004-02-19 Nathanael Nerode <neroden@gcc.gnu.org>
11523
11524 PR bootstrap/11932
11525 * mkinstalldirs, install-sh: Import from automake CVS HEAD.
11526
6a30854a
JQ
115272004-02-14 Jerry Quinn <jlquinn@optonline.net>
11528
11529 * MAINTAINERS: Added myself to write-after-approval.
11530
be8b2bee
MK
115312004-02-14 Michael Koch <konqueror@gmx.de>
11532
11533 * MAINTAINERS: Added myself to write-after-approval.
11534
972760b7
JM
115352004-02-13 Joseph S. Myers <jsm@polyomino.org.uk>
11536
11537 * MAINTAINERS: Move Steve Chamberlain to write-after-approval. Move
11538 some OS port maintainers to OS port maintainers section.
11539
b0281654
FCE
115402004-02-13 Frank Ch. Eigler <fche@redhat.com>
11541
11542 * MAINTAINERS: Add self.
11543
3c419fd6
KH
115442004-02-12 Kazu Hirata <kazu@cs.umass.edu>
11545
11546 * MAINTAINERS: Alphabetize.
11547
e88e9aee
PB
115482004-02-12 Paolo Bonzini <bonzini@gnu.org>
11549
11550 * MAINTAINERS: Remove myself.
b4117c30 11551
1915e422
DE
115522004-02-11 David Edelsohn <edelsohn@gnu.org>
11553
11554 * configure.in (powerpc-*-aix*): Add target-libada to noconfigdirs.
11555 (rs6000-*-aix*): Same.
11556 * configure: Regenerate.
11557
a22c2d8d
KC
115582004-02-11 Kelley Cook <kcook@gcc.gnu.org>
11559
11560 * configure.in (host): Add in missing $noconfigdirs to defines.
11561 * configure: Regenerate.
11562
d9cdb878
AC
115632004-02-10 Arnaud Charlet <charlet@act-europe.fr>,
11564 Nathanael Nerode <neroden@gcc.gnu.org>
11565
11566 PR ada/6637, PR ada/5911
b4117c30 11567 Merge with libada-branch:
d9cdb878
AC
11568 * configure.in, Makefile.tpl, Makefile.def: Add target-libada,
11569 with appropriate dependencies. Add --enable-libada configure switch.
11570 * configure, Makefile.in: Regenerate.
11571
8bd92821
PB
115722004-02-09 Paolo Bonzini <bonzini@gnu.org>
11573
11574 * MAINTAINERS: Add myself to write-after-approval.
b4117c30 11575
89a95129
RO
115762004-02-05 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
11577
11578 * configure.in: Don't pass --with-stabs on IRIX 5 either.
11579 * configure: Regenerate.
11580
892629bc
GK
115812004-02-04 Geoffrey Keating <geoffk@apple.com>
11582
11583 Merge from upstream:
11584
11585 * ltmain.in: When setting IFS to '~', be careful about user
11586 arguments that contain '~'.
11587
11588 2004-02-04 Peter O'Gorman <peter@pogma.com>
11589
11590 * ltmain.in (infer_tag): Move tag inferrence to a shell function.
11591 Also test $base_compile against $CC with escaped arguments. Bug
11592 reported by Geoff Keating <geoffk@apple.com>.
11593
6b402165
KH
115942004-02-04 Kazu Hirata <kazu@cs.umass.edu>
11595
11596 * MAINTAINERS: Remove i960 port.
11597
fa2f0306
DD
115982004-01-23 DJ Delorie <dj@redhat.com>
11599
11600 * Makefile.def (target_modules) [libiberty]: Don't stage.
11601 * Makefile.in: Rebuilt.
11602
9feb20aa
CT
116032004-01-20 Caroline Tice <ctice@apple.com>
11604
11605 * MAINTAINERS: Add myself to write-after-approval.
b4117c30 11606
7aed2ccc
PC
116072004-01-19 Paolo Carlini <pcarlini@suse.de>
11608
11609 * MAINTAINERS: Update my email address.
11610
f25bebe1
JM
116112004-01-18 James A. Morrison <ja2morri@uwaterloo.ca>
11612
11613 * MAINTAINERS: Add myself to write-after-approval.
b4117c30 11614
28083580
VR
116152004-01-17 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
11616
11617 * MAINTAINERS: Remove entries without email address.
11618
c0f4b5e4
DJ
116192004-01-15 Daniel Jacobowitz <drow@mvista.com>
11620
11621 * MAINTAINERS: Add myself to write-after-approval.
11622
b5eb5a5e
SB
116232004-01-15 Steven Bosscher <stevenb@suse.de>
11624
11625 * MAINTAINERS: Update my email address.
11626
dce2d8b2 116272004-01-14 Loren J. Rittle <ljrittle@acm.org>
2c4de30b
LR
11628
11629 * Makefile.def (target_modules) [libtermcap, libiberty, zlib]: Stage.
11630 * Makefile.tpl (configure-target-[+module+]): Support stage.
11631 * Makefile.in: Rebuilt.
11632
74c0b320
ILT
116332004-01-12 Ian Lance Taylor <ian@wasabisystems.com>
11634
11635 * MAINTAINERS: Add myself as a libiberty MAINTAINER.
11636
2560344b
RS
116372004-01-10 Richard Sandiford <rsandifo@redhat.com>
11638
11639 * MAINTAINERS: Add myself as a MIPS maintainer.
11640
8b21cda6
NN
116412004-01-04 Nathanael Nerode <neroden@gcc.gnu.org>
11642
2b6c260d
NN
11643 * configure.in: Use ./config.cache, not config.cache.
11644 * configure: Regenerate.
11645 * Makefile.tpl: Special-casing not needed for GCC any more.
11646 * Makefile.in: Regenerate.
11647
09438bde
NN
11648 * configure.in: Don't share a cache file for host dirs.
11649 * configure: Regenerate.
11650
8b21cda6
NN
11651 * config-ml.in: Don't mess with the cache file.
11652
e42870df
EB
116532004-01-04 Eric Botcazou <ebotcazou@libertysurf.fr>
11654
11655 * MAINTAINERS: Move myself from 'Write After Approval' to
11656 'CPU Port Maintainers' section as SPARC maintainer.
11657
6b9eb62c
NN
116582004-01-03 Nathanael Nerode <neroden@gcc.gnu.org>
11659
78a816a6
NN
11660 * Makefile.tpl: Make GCC use a separate config.cache.
11661 * Makefile.in: Regenerate.
11662
6b9eb62c
NN
11663 PR bootstrap/11932, PR bootstrap/11933
11664 (I don't know if it will fix either of them, but it relates
11665 to them.)
11666 * configure.in: Don't use shared config.cache for target
11667 directories.
11668 * configure: Regenerate.
11669
86d7b562
DN
116702004-01-02 Dan Nicolaescu <dann@ics.uci.edu>
11671
11672 * MAINTAINERS: Add myself to 'Write After Approval' section.
11673
07d0a605
RS
116742003-12-31 Roger Sayle <roger@eyesopen.com>
11675
11676 * configure.in (ia64*-*-hpux*): Disable building java libraries.
11677 * configure: Regenerated.
11678
459ac19f
KH
116792003-12-23 Kazu Hirata <kazu@cs.umass.edu>
11680
11681 * MAINTAINERS: Remove the mn10200 maintainer.
11682
5785c0ed 116832003-12-21 Bernardo Innocenti <bernie@develer.com>
b4117c30 11684
cc6010cd
AP
11685 * configure.in (*-*-uclinux): Exclude newlib, libgloss and rda.
11686 * configure: Regenerated.
5785c0ed 11687
a268eff9
JH
116882003-12-16 Jan Hubicka <jh@suse.cz>
11689
11690 * MAINTAINERS: Add myself as callgraph maintainer.
11691
9d465b12
TF
116922003-12-08 Thomas Fitzsimmons <fitzsim@redhat.com>
11693
11694 * configure.in (raw_libstdcxx_flags): Remove the leading space.
11695 * configure: Regenerate.
11696
a68a270a
GB
116972003-12-01 Giovanni Bajo <giovannibajo@gcc.gnu.org>
11698
11699 * MAINTAINERS: Move myself from 'Bug database only accounts' to
11700 'Write After Approval' section. Update email.
11701
dce2d8b2 117022003-12-01 James Lemke <jim@wasabisystems.com>
3066a15c
JL
11703
11704 * MAINTAINERS (Write After Approval): Add myself.
11705
8c052da4
MT
117062003-11-20 Matt Thomas <matt@3am-software.com>
11707
11708 * MAINTAINERS: Add myself as a vax port maintainer.
11709
e75f9147
KC
117102003-11-20 Kelley Cook <kcook@gcc.gnu.org>
11711
11712 * Makefile.tpl (BASE_FLAGS_TO_PASS): Pass along CONFIG_SHELL.
11713 (configure-build-[+module+], configure-[+module+]): Likewise.
11714 (configure-target-[+module+], configure-gcc, config.status): Likewise.
11715 * Makefile.in: Regenerate.
11716
43d8d958
AT
117172003-11-19 Andreas Tobler <a.tobler@schweiz.ch>
11718
11719 * libtool.m4: Sync darwin bits from libtool cvs to build a gcc with
11720 shared/dylibed libraries.
11721 * ltmain.sh: Likewise.
11722 * ltcf-c.sh: Likewise, disable shared library build for OS-X < 10.3.
11723 * ltcf-cxx.sh: Likewise.
11724 * ltcf-gcj.sh: Likewise.
11725 * ltconfig: Likewise.
11726
638dcaa0
SC
117272003-11-17 Stan Cox <scox@redhat.com>
11728
11729 * MAINTAINERS: Add myself as iq2000 port maintainer.
11730
15cc172b
AC
117312003-11-14 Arnaud Charlet <charlet@act-europe.fr>
11732
b4117c30
ZW
11733 * Makefile.tpl (EXTRA_GCC_FLAGS): Pass BOOT_ADAFLAGS.
11734 * Makefile.in: Regenerate.
15cc172b 11735
20af77cd
UW
117362003-11-03 Ulrich Weigand <uweigand@de.ibm.com>
11737
11738 * config.sub: Update to 2003-11-03 version.
11739
4dd01c5c
PE
117402003-10-20 Phil Edwards <phil@codesourcery.com>
11741
11742 * configure.in (*-*-vxworks): Add target-libiberty to noconfdirs.
11743 * configure: Regenerate.
11744
dce2d8b2 117452003-10-20 Nicolas Pitre <nico@cam.org>
8d36c499
NP
11746
11747 * MAINTAINERS: Add myself to 'Write After Approval' section.
11748
8b7ebc31
AC
117492003-10-20 Arnaud Charlet <charlet@act-europe.fr>
11750
11751 * MAINTAINERS (Various maintainers: Ada front end): Added myself.
11752
afe1910c
JM
117532003-10-19 Joseph S. Myers <jsm@polyomino.org.uk>
11754
11755 * MAINTAINERS: Update my email address.
11756
05dcec66
RO
117572003-10-17 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
11758
11759 * config-ml.in (multi-do): Pass MULTIFLAGS to subdir makes.
11760
dce2d8b2 117612003-10-17 Ralph Loader <rcl@ihug.co.nz>
71fc2f0c
RL
11762
11763 * MAINTAINERS: Add myself to 'Write After Approval' section.
11764
507ec745
BI
117652003-10-16 Bernardo Innocenti <bernie@develer.com>
11766
11767 * config.guess: Update to 2003-10-16 version.
11768 * config.sub: Update to 2003-10-16 version.
11769
dce2d8b2 117702003-10-15 David Daney <ddaney@avtrex.com>
4d466c42
DD
11771
11772 * MAINTAINERS: Added myself to 'Write After Approval' section.
11773
0c9b16bc
FH
117742003-10-15 Falk Hueffner <falk@debian.org>
11775
11776 * MAINTAINERS: Move myself from 'Bug database only accounts' to
11777 'Write After Approval' section. Update email.
11778
74d57d15
RS
117792003-10-14 Roger Sayle <roger@eyesopen.com>
11780
11781 * MAINTAINERS: Move myself from 'Write After Approval' to
11782 'Various Maintainers' section as middle-end maintainer.
11783
d29b8ad8
NN
117842003-10-13 Nathanael Nerode <neroden@gcc.gnu.org>
11785
11786 * Makefile.tpl: Make GCC_FLAGS_TO_PASS a superset of
11787 HOST_FLAGS_TO_PASS.
11788 * Makefile.in: Regenerate.
11789
26db814a
BI
117902003-10-11 Bernardo Innocenti <bernie@develer.com>
11791
11792 * config.guess: Update to 2003-10-07 version.
11793 * config.sub: Update to 2003-10-07 version.
11794
fffeb871
RO
117952003-10-06 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
11796
11797 * ltcf-cxx.sh (irix5*, irix6*): Prefix -soname and its arg with ${wl}.
11798 * ltconfig (irix5*, irix6*): Don't override version_type.
11799
6691a79e
ME
118002003-10-05 Mohan Embar <gnustuff@thisiscool.com>
11801
11802 * configure.in: Allow explicit specification of CFLAGS_FOR_BUILD.
11803 * configure: Rebuilt
11804 * Makefile.tpl: Use CFLAGS_FOR_BUILD computed by configure
11805 * Makefile.in: Rebuilt
11806
62cdd71e
L
118072003-10-03 H.J. Lu <hongjiu.lu@intel.com>
11808
11809 * ltconfig (sys_lib_search_path_spec): Fix a typo for HPUX.
11810
6fe2eacc
CW
118112003-09-30 Carlo Wood <carlo@alinoe.com>
11812
cc6010cd 11813 * MAINTAINERS (Write After Approval): Add myself.
6fe2eacc 11814
ea57e5ad
PK
118152003-09-29 Paul Koning <ni1d@arrl.net>
11816
11817 * MAINTAINERS: Move myself from "Write After Approval"
11818 to CPU platform maintainers for pdp11 platform.
11819
e070672a
AT
118202003-09-23 Andreas Tobler <a.tobler@schweiz.ch>
11821
11822 * MAINTAINERS: Move myself from 'Write After Approval' to
11823 'Various Maintainers' section as libffi testsuite maintainer.
11824
43bb47c2
DJ
118252003-09-21 Daniel Jacobowitz <drow@mvista.com>
11826
11827 * configure.in: Pass a computed --program-transform-name
11828 to subconfigures.
11829 * configure: Regenerated.
11830
da9d3b37
NN
118312003-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
11832
94322beb
NN
11833 * Makefile.tpl: Don't pass down obsolete ENQUIRE variable.
11834 * Makefile.in: Regenerate.
11835
da9d3b37
NN
11836 * Makefile.tpl: Don't pass (unused) DLLTOOL or WINDRES to gcc.
11837 * Makefile.in: Regenerate.
11838
ffd9060b
ZL
118392003-09-19 Ziemowit Laski <zlaski@apple.com>
11840
11841 * MAINTAINERS: Move myself from 'Write After Approval'
11842 to 'Various Maintainers' (objective-c) section.
11843
eeae7b41
DJ
118442003-09-17 Daniel Jacobowitz <drow@mvista.com>
11845
11846 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Fix
11847 quoting.
11848 * configure: Regenerated.
11849
a080d12b
JB
118502003-09-16 Joel Brobecker <brobecker@gnat.com>
11851
11852 * MAINTAINERS (Write After Approval): Add myself to write after
11853 approval list.
11854
6cd2fc59
DN
118552003-09-16 Dorit Naishlos <dorit@il.ibm.com>
11856
cc6010cd 11857 * MAINTAINERS (Write After Approval): Add myself.
6cd2fc59 11858
dcbdd9cc
ILT
118592003-09-09 Ian Lance Taylor <ian@wasabisystems.com>
11860
11861 * MAINTAINERS: Update my e-mail address.
11862
e517f636
AM
118632003-09-09 Alan Modra <amodra@bigpond.net.au>
11864
11865 * libtool.m4 (LD): Correct powerpc64 host match.
11866
bc49924b
JW
118672003-09-06 James E Wilson <wilson@tuliptree.org>
11868
11869 * MAINTAINTERS: Update my affiliation and email address.
11870
082124f5
ZD
118712003-09-06 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
11872
11873 * MAINTAINERS (Write After Approval): Add myself.
11874
dc94d89e
DD
118752003-09-04 DJ Delorie <dj@redhat.com>
11876
11877 * configure: Regenerate.
11878
118792003-09-04 Robert Millan <robertmh@gnu.org>
11880
11881 * configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu triplet.
b4117c30 11882
7a0f2d4e
KG
118832003-09-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
11884
11885 * configure.in: Ensure arguments to sed are properly spaced.
11886 * configure: Regenerate.
11887
88d032eb
GP
118882003-08-30 Gerald Pfeifer <gerald@pfeifer.com>
11889
11890 * MAINTAINERS: Update my e-mail address.
11891
0b3f3d22
ME
118922003-08-28 Mohan Embar <gnustuff@thisiscool.com>
11893
11894 * MAINTAINERS (Write After Approval): Add myself.
11895
d253f9ba
DJ
118962003-08-27 Daniel Jacobowitz <drow@mvista.com>
11897
11898 * configure.in: Set RAW_CXX_FOR_TARGET if unset.
11899 * configure: Regenerated.
11900
066ec9c9
MM
119012003-08-23 Marek Michalkiewicz <marekm@amelek.gda.pl>
11902
11903 * MAINTAINERS: Update my email address.
11904
415d7ef9
PE
119052003-08-23 Phil Edwards <pme@gcc.gnu.org>
11906
11907 * configure.in: Use newline instead of semicolon when assuming
11908 shell arguments in a for loop.
11909 * configure: Regenerated.
11910
e1567352
JE
119112003-08-22 Jason Eckhardt <jle@rice.edu>
11912
11913 * MAINTAINERS: Resurrect the i860 maintainer.
11914
b348267b
GK
119152003-08-20 Geoffrey Keating <geoffk@apple.com>
11916
e50084fa
GK
11917 PR 8180
11918 * configure.in: When testing with_libs and with_headers, treat
11919 'no' as unset. Based on a patch by Dan Kegel <dank@kegel.com>.
11920 * configure: Regenerate.
b4117c30 11921
b348267b
GK
11922 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS): Quote properly for
11923 make, shell, etc.
11924 (baseargs): Likewise.
11925 * configure: Regenerate.
11926
ca26ffe0
BI
119272003-08-20 Bernardo Innocenti <bernie@develer.com>
11928
11929 * MAINTAINERS (Write After Approval): Add myself.
11930
940cde4d
GK
119312003-08-19 Geoffrey Keating <geoffk@apple.com>
11932
11933 * configure.in: Disable libgcj for darwin not on powerpc.
11934 * configure: Rebuild.
11935
74bed51b
ADL
119362003-08-14 Alexandre Duret-Lutz <adl@gnu.org>
11937
11938 * config-ml.in, symlink-tree: Add license.
11939
b4117c30
ZW
119402003-08-03 Richard Stallman <rms@gnu.org>
11941 Eben Moglen <moglen@columbia.edu>
3f2fa484
RS
11942
11943 * README.SCO: New file.
11944
333a28b4
MK
119452003-08-01 Matt Kraai <kraai@alumni.cmu.edu>
11946
11947 * Makefile.tpl (check, check-c++): Express dependencies using
11948 dependencies rather than commands.
11949 * Makefile.in: Regenerate.
11950
c197e306
AC
119512003-08-01 Andrew Cagney <cagney@redhat.com>
11952
11953 * configure.in (noconfigdirs): Do not add GDB when m32r-*-*.
11954 * configure: Ditto.
11955
a8ee6e2d
GK
119562003-07-31 Geoffrey Keating <geoffk@apple.com>
11957
11958 * Makefile.tpl (libsubdir): Use gcc instead of gcc-lib.
1c787209 11959 * Makefile.in: Update.
a8ee6e2d 11960
8d9b3f2e
AT
119612003-07-30 Andreas Tobler <a.tobler@schweiz.ch>
11962
11963 * configure.in: Enable libgcj for darwin.
11964 * configure: Rebuild.
11965
52c0c542
PE
119662003-07-29 Phil Edwards <pme@gcc.gnu.org>
11967
11968 * config-ml.in: Use ac_configure_args directly instead of
11969 ml_arguments. Only set ml_norecursion if --no[-]recursion is
11970 actually seen.
11971
b4acb5ef
NN
119722003-07-27 Nathanael Nerode <neroden@gcc.gnu.org>
11973
11974 * Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' when
11975 creating target and build subdirs to build all parent dirs as needed.
11976 * Makefile.in: Rebuild.
11977 * configure.in: Don't build dirs explicitly here.
11978 * configure: Rebuild.
11979
a51d71d0
PB
119802003-07-26 Paul Brook <paul@nowt.org>
11981
11982 * MAINTAINERS (fortran 95): Add myself, Steven Bosscher and Toon Moene.
11983
f43e12ce
AO
119842003-07-22 Alexandre Oliva <aoliva@redhat.com>
11985
11986 * Makefile.tpl (all-make): Depend on intl.
11987 * Makefile.in: Rebuilt.
11988
8a199ff6
PE
119892003-07-20 Phil Edwards <pme@gcc.gnu.org>
11990
11991 * install-sh: Update to newer upstream versions (associated with
11992 aclocal 1.7).
11993 * mkinstalldirs: Likewise.
11994 * missing: Likewise, plus $1Help2man -> $1 typo fix.
11995
e6a8c803
AP
119962003-07-16 Andrew Pinski <pinskia@gcc.gnu.org>
11997
11998 * MAINTAINERS: Move self from Bug database only accounts
11999 to write-after-approval.
12000
9f13608f
NN
120012003-07-16 Nathanael Nerode <neroden@gcc.gnu.org>
12002
12003 * config.if: Remove unused libc_interface determination.
12004
c7864714
NN
120052003-07-14 Nathanael Nerode <neroden@gcc.gnu.org>
12006
12007 * MAINTAINERS: Move self from write-after-approval to
12008 build machinery (*.in).
12009
775956d0
NN
120102003-07-13 Nathanael Nerode <neroden@gcc.gnu.org>
12011
12012 PR bootstrap/11273
12013 PR bootstrap/11408
12014 * Makefile.tpl: Set INSTALL and friends using autoconf. Remove
12015 unused INSTALL_PROGRAM_ARGS.
12016 * configure.in: Use AC_PROG_INSTALL.
12017 * Makefile.in: Regenerate.
12018 * configure: Regenerate.
12019
c7f67a6e
KH
120202003-07-13 Kazu Hirata <kazu@cs.umass.edu>
12021
12022 * MAINTAINERS: Alphabetize.
12023
33952f6f
AO
120242003-07-10 Alexandre Oliva <aoliva@redhat.com>
12025
12026 * configure: Rebuilt.
12027 2001-09-26 Alexandre Oliva <aoliva@redhat.com>
12028 * configure.in (noconfigdirs) [am33_2.0-*-linux*]: Don't build
12029 newlib nor libgloss.
12030 Wed May 9 10:07:19 2001 Alexandre Oliva <aoliva@redhat.com>
12031 * configure.in (am33_2.0-*-linux*): Added.
12032
0d4f1b4e
BW
120332003-07-09 Bob Wilson <bob.wilson@acm.org>
12034
12035 * configure.in: Add ${libgcj} to noconfigdirs for xtensa-*-* targets.
12036 * configure: Regenerate.
12037
56694dd9
ZW
120382003-07-07 Zack Weinberg <zack@codesourcery.com>
12039
12040 * Makefile.tpl (configure-gcc): Depend on maybe-configure-intl.
12041 * Makefile.in: Regenerate.
12042
21607eb4
ZW
120432003-07-04 Zack Weinberg <zack@codesourcery.com>
12044
12045 * Makefile.tpl (all-bootstrap): Depend on maybe-all-intl.
12046 * Makefile.in: Regenerate.
12047
dce2d8b2 120482003-07-04 H.J. Lu <hongjiu.lu@intel.com>
8c90b13a
L
12049
12050 * Makefile.tpl: Replace PWD with PWD_COMMAND.
12051 * Makefile.in: Regenerated.
12052
5d42f90e
L
12053 * config-ml.in: Replace PWD with PWD_COMMAND.
12054
6eb95e99
ZW
120552003-07-04 Zack Weinberg <zack@codesourcery.com>
12056
12057 * intl: New directory; see intl/ChangeLog for details.
12058 * ABOUT-NLS, config.rpath: Import from gettext 0.12.1.
12059 * Makefile.tpl: all-gcc depends on maybe-all-intl.
12060 * Makefile.in: Regenerate.
12061
07d1940e
NN
120622003-06-27 Nathanael Nerode <neroden@gcc.gnu.org>
12063
12064 * configure.in: Clean up config-lang.in handling. Delete
12065 useless assignment to "subdirs".
12066 * configure: Regenerate.
12067
4dbda6f0
NN
120682003-06-26 Nathanael Nerode <neroden@gcc.gnu.org>
12069
12070 * configure.in: Rename 'target_libs' to 'target_libraries'.
12071 Remove useless reference to 'target_libs'.
12072 * configure: Regenerate.
12073
2c30ab71
KS
120742003-06-23 Keith Seitz <kseitz@sources.redhat.com>
12075
12076 * Makefile.tpl: Add maybe-configure-itcl to configure-gdb.
12077 * Makefile.in: Regenerate.
12078
11405c93
NN
120792003-06-23 Nathanael Nerode <neroden@gcc.gnu.org>
12080
12081 * Makefile.def: Introduce flags_to_pass.
12082 * Makefile.tpl: Generate BASE_FLAGS_TO_PASS using it.
12083 * Makefile.in: Regenerate.
12084
fb87ad5d
HPN
120852003-06-23 Hans-Peter Nilsson <hp@bitrange.com>
12086
12087 * configure.in (noconfigdirs) <cris-*-*>: Disable target-newlib
12088 and target-libgloss.
12089 <d30v-*-*, fr30-*-*, i960-*-*, m32r-*-*>: Disable gdb.
12090 <h8300*-*-*>: Disable libf2c and ${libgcj}.
12091 * configure: Regenerate.
12092
a7956a48
BK
120932003-06-17 Benjamin Kosnik <bkoz@redhat.com>
12094
12095 * configure.in: Update testsuite_flags to new location.
12096 * configure. Regenerate.
6eb95e99 12097
eaf9f3b2
NN
120982003-06-18 Nathanael Nerode <neroden@gcc.gnu.org>
12099
12100 * Makefile.tpl: Remove BUILD_CC stuff.
12101 * Makefile.in: Regenerate.
12102
2d89ffef
KH
121032003-06-17 Kazu Hirata <kazu@cs.umass.edu>
12104
12105 * MAINTAINERS (Write After Approval): Remove Andrew Haley.
12106
dce2d8b2 121072003-06-16 Graeme Peterson <gp@qnx.com>
83415b0b
GP
12108
12109 * MAINTAINERS (Write After Approval): Add myself.
12110
dce2d8b2 121112003-06-14 H.J. Lu <hongjiu.lu@intel.com>
6eb95e99 12112
b951c91c
L
12113 * config.guess: Update to 2003-06-12 version.
12114 * config.sub: Update to 2003-06-13 version.
12115
dce2d8b2 121162003-06-12 H.J. Lu <hongjiu.lu@intel.com>
0bb41a37
L
12117
12118 * config.guess: Update to 2003-06-06 version.
12119 * config.sub: Update to 2003-06-06 version.
12120
655b7166
RO
121212003-06-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
12122
12123 * configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32.
12124 * configure. Regenerate.
12125
01b759aa
NN
121262003-06-10 Nathanael Nerode <neroden@gcc.gnu.org>
12127
bf1d3e81
NN
12128 * configure.in: Disable serial configure by default.
12129 * configure: Regenerate.
12130 * Makefile.tpl: Abolish .NOTPARALLEL.
12131 * Makefile.in: Regenerate.
12132
e89fbdfe
NN
12133 * Makefile.tpl: Replace {build,host,target}_canonical by
12134 {build,host,target}.
12135 * Makefile.in: Regenerate.
12136
01b759aa
NN
12137 * Makefile.tpl: Fix stupid pasto.
12138 * Makefile.in: Regenerate.
12139
f7dae026
NN
121402003-06-09 Nathanael Nerode <neroden@gcc.gnu.org>
12141
12142 * Makefile.tpl: Remove bogus conditional.
12143 * Makefile.in: Regenerate.
12144
121452003-06-05 Jan Hubicka <jh@suse.cz>
8f231b5d
JH
12146
12147 * Makefile.tpl (profiledbootstrap): New target.
12148 * Makefile.in (profiledbootstrap): New target.
12149
2ffc3e73 121502003-06-05 Wolfgang Bangerth <bangerth@dealii.org>
9a22b893
WB
12151
12152 * MAINTAINERS (Bugzilla only): Add Dara Hazeghi and Andrew
12153 Pinski. Remove user names from other bugzilla-only maintainers.
12154
1a1e6b96
NN
121552003-06-03 Nathanael Nerode <neroden@gcc.gnu.org>
12156
1358ccea
NN
12157 * Makefile.tpl: Make 'recursive targets' using autogen rather
12158 than shell loop. Remove duplicate 'clean' targets and false
12159 comments.
12160 * Makefile.def: Add systematic dependencies to 'recursive' targets.
12161 Add systematic method of specifying missing targets in subdirs.
12162 Add copyright boilerplate.
12163 * Makefile.in: Regenerate.
12164 * configure.in: Add 'recursive targets' to maybe list.
12165 * configure: Regenerate.
12166
ae74ed1f
NN
12167 * MAINTAINERS: "GNATS only" -> "Bug database only".
12168
1a1e6b96
NN
12169 * Makefile.tpl: Rename [+target+] to [+make_target+].
12170 * Makefile.def: Rename 'target' to 'make_target'.
12171
c79af3fa
NB
121722003-05-31 Neil Booth <neil@daikokuya.co.uk>
12173
12174 * MAINTAINERS: Add self as options handling maintainer.
12175
39d85b61
MM
121762003-05-28 Michael Meissner <gnu@the-meissners.org>
12177
12178 * MAINTAINERS: Remove myself as m32r/v850 maintainer, since it has
12179 been too long since I touched those ports.
12180
afc2b62d
DD
121812003-05-28 DJ Delorie <dj@redhat.com>
12182
12183 * Makefile.tpl: Make maybe-check-gcc .PHONY.
12184 * Makefile.in: Regenerate.
12185
df445104
MR
121862003-05-21 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
12187
12188 * configure.in: Use curly braces in the definition of tooldir.
12189 * configure: Regenerate.
12190
2eb98e5d 121912003-05-21 DJ Delorie <dj@redhat.com>
6eb95e99 12192
2eb98e5d
DD
12193 * Makefile.tpl (configure-target-libiberty): Depend only on gcc, not
12194 newlib or libgloss.
12195 * Makefile.in: Regenerate.
12196
862fced8
DD
121972003-05-21 DJ Delorie <dj@redhat.com>
12198
12199 * Makefile.tpl: Add missing empty maybe-check-gcc target.
12200 * Makefile.in: Regenerate.
12201
fc351800
ILT
122022003-05-20 Ian Lance Taylor <ian@airs.com>
12203
12204 * MAINTAINERS: Update my e-mail address.
12205
7e2dbcef
NN
122062003-05-19 Nathanael Nerode <neroden@gcc.gnu.org>
12207
12208 * configure.in: Switch more things to use maybe dependencies.
6eb95e99 12209 * Makefile.tpl: Switch more things to use maybe dependencies.
7e2dbcef
NN
12210 Factor out common code from autogen IF statements.
12211 * configure: Regenerate.
12212 * Makefile.in: Regenerate.
12213
f2a0e225
KC
122142003-05-14 Kelley Cook <kelleycook@wideopenwest.com>
12215
12216 * configure.in: Accept i[3456789]86 for machine type.
12217 * configure: Regenerate.
12218
8b87bb96
NN
122192003-05-18 Nathanael Nerode <neroden@gcc.gnu.org>
12220
12221 * configure.in: Switch more things to use maybe dependencies.
12222 Rearrange a little. Use GCC_TOPLEV_SUBDIRS.
12223 * configure: Regenerate.
12224 * Makefile.tpl: Switch more things to use maybe dependencies.
12225 * Makefile.in: Regenerate.
12226
fdb882bc 122272003-05-16 Andreas Schwab <schwab@suse.de>
c3969745
AS
12228
12229 * Makefile.tpl (install-opcodes): Define.
12230 * Makefile.in: Rebuild.
12231
f7c50032
AJ
122322003-05-13 Andreas Jaeger <aj@suse.de>
12233
12234 * config.guess: Update to 2003-05-09 version.
12235 * config.sub: Update to 2003-05-09 version.
12236
dce2d8b2 122372003-05-13 Michael Eager <eager@mvista.com>
243aa302
ME
12238
12239 * configure.in: Correct sed script so that options in quotes are not
12240 deleted.
12241 * configure: Rebuild.
12242
aa8f1f57
CV
122432003-05-12 Corinna Vinschen <corinna@vinschen.de>
12244
12245 * configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin
12246 and $$s/newlib/libc/sys/cygwin32 include paths.
12247 * configure: Ditto.
12248
0c130f81
MM
122492003-05-12 Michael Meissner <gnu@the-meissners.org>
12250
12251 * MAINTAINERS: Update my email addresses.
12252
aa1a100b
EB
122532003-05-06 Eric Botcazou <ebotcazou@libertysurf.fr>
12254
12255 * config-ml.in: Propagate INSTALL variables.
f7c50032 12256
87861833
GP
122572003-05-04 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
12258
12259 * MAINTAINERS: Remove duplicate entries in Write After Approval.
12260
de722255
CD
122612003-05-02 Chris Demetriou <cgd@broadcom.com>
12262
6eb95e99
ZW
12263 * Makefile.tpl: Require "makeinfo" from texinfo 4.2 or later.
12264 * Makefile.in: Regenerate.
de722255 12265
96c4a002
WB
122662003-05-02 Wolfgang Bangerth <bangerth@dealii.org>
12267
12268 * MAINTAINERS (GNATS only): Add Falk Hueffner.
12269
55b15a11
WB
122702003-04-30 Wolfgang Bangerth <bangerth@dealii.org>
12271
12272 * MAINTAINERS (GNATS only): Add Giovanni Bajo.
12273
0c227849
DJ
122742003-04-27 Daniel Jacobowitz <drow@mvista.com>
12275
12276 * Makefile.tpl: Clean $(BUILD_SUBDIR).
12277 * Makefile.in: Regenerated.
12278
d45148c1
WB
122792003-04-25 Wolfgang Bangerth <bangerth@dealii.org>
12280
12281 * MAINTAINERS (Write After Approval): Upgrade myself from
12282 GNATS only to write-after-approval. Update my mail address.
12283
dce2d8b2 122842003-04-25 Loren J. Rittle <ljrittle@acm.org>
bb751e47
LR
12285
12286 (OS Port Maintainers: freebsd): Add myself.
12287
438f50c3
MM
122882003-04-22 Mark Mitchell <mark@codesourcery.com>
12289
12290 * MAINTAINERS (java): Remove Alexandre Petit-Bianco.
12291
9074e169
KJ
122922003-04-22 Kean Johnston <jkj@sco.com>
12293
12294 * MAINTAINERS (SCO ports): Added myself.
12295
dfd39a2e
NS
122962003-04-21 Nathan Sidwell <nathan@codesourcery.com>
12297
12298 * MAINTAINERS (gcov): Add myself and Jan Hubicka.
12299
ccbae82a
KJ
123002003-04-19 Kean Johnston <jkj@sco.com>
12301
12302 * MAINTAINERS (Write After Approval): Add myself.
12303
2f50999f
GP
123042003-04-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
12305
12306 * Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.
12307 * Makefile.in: Regenerate.
12308
e9b84181
JJ
123092003-04-18 Jakub Jelinek <jakub@redhat.com>
12310
12311 * configure.in (powerpc64*-*-linux*): Remove.
12312 * configure: Rebuilt.
12313
1ca4c6e1
PE
123142003-04-17 Phil Edwards <pme@gcc.gnu.org>
12315
12316 * Makefile.tpl (GCC_STRAP_TARGETS): New variable containing all the
12317 previous bootstrap targets, plus bubblestrap, quickstrap, cleanstrap,
12318 and restrap.
12319 * Makefile.in: Regenerate.
12320
0590b963
RE
123212003-04-16 Richard Earnshaw <rearnsha@arm.com>
12322
12323 * configure.in (arm-*-netbsdelf*): Enable building java libraries.
12324 * configure: Regenerated.
12325
ff41a56f
DD
123262003-04-15 DJ Delorie <dj@redhat.com>
12327
12328 * MAINTAINERS: Remove myself as windows/cygwin/mingw maintainer.
12329
50d440bc
NC
123302003-04-13 Nick Clifton <nickc@redhat.com>
12331
12332 * config-ml.in: Remove support for --disable-aix removing
12333 call-aix multilibs.
12334
b1e0a93e
AO
123352003-04-10 Alexandre Oliva <aoliva@redhat.com>
12336
12337 * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.
12338 * */configure: Rebuilt.
12339
71fb704d
JS
123402003-04-08 Joel Sherrill <joel@oarcorp.com>
12341
12342 * MAINTAINERS: Add my email address.
12343
3897ea90
OH
123442003-03-17 Olivier Hainque <hainque@act-europe.fr>
12345
12346 * MAINTAINERS (Write After Approval): Add myself.
f7c50032 12347
93c834b7
NN
123482003-03-14 Nathanael Nerode <neroden@gcc.gnu.org>
12349
12350 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES back down.
12351 * Makefile.in: Regenerate.
12352
82c34dcb
MC
123532003-03-14 Michael Chastain <mec@shout.net>
12354
12355 * Makefile.in: Regenerate with correct Makefile.def.
12356
73458fb7
NN
123572003-03-12 Nathanael Nerode <neroden@gcc.gnu.org>
12358
12359 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up. Delete unused
12360 Make macro.
12361 * Makefile.in: Regenerate.
12362 * configure.in: Clean up gxx_include_dir logic.
12363 * configure: Regenerate.
12364
32cf27e5
AE
123652003-03-12 Ansgar Esztermann <ansgar@thphy.uni-duesseldorf.de>
12366
12367 * MAINTAINERS (Write After Approval): Add myself.
12368
c727e7a0
BE
123692003-03-10 Ben Elliston <bje@wasabisystems.com>
12370
12371 * MAINTAINERS: Update my mail address.
12372
9a27ac7a
FS
123732003-03-09 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
12374
12375 * configure.in (gxx_include_dir): Fix typo.
12376 * configure: Regenerated.
12377
3aa83176
NN
123782003-03-04 Nathanael Nerode <neroden@gcc.gnu.org>
12379
12380 * Makefile.tpl: Reindent.
12381 * Makefile.in: Regenerate.
12382 * configure.in: Reindent. Don't set unused variables.
12383 * configure: Regenerate.
12384
9124bc53
DJ
123852003-03-04 Daniel Jacobowitz <drow@mvista.com>
12386
12387 * configure.in: Include $(build_tooldir)/sys-include in
12388 FLAGS_FOR_TARGET.
12389 * configure: Regenerated.
12390
cb543528
NN
123912003-03-04 Nathanael Nerode <neroden@gcc.gnu.org>
12392
c858bf1e
NN
12393 * Makefile.tpl: Always pass down RANLIB.
12394 * Makefile.in: Regenerate.
12395
aa9c3ab4
NN
12396 * Makefile.tpl: Don't set unused enable_shared, enable_threads macros.
12397 * Makefile.in: Regenerate.
12398 * configure.in: Remove unused logic relating to --enable-shared
12399 and --enable-threads. Remove bogus comments. Remove redundant
12400 noconfigdirs.
12401 * configure: Regenerate.
12402
cb543528
NN
12403 * configure.in: Replace ${libstdcxx_version} by its value.
12404 Remove reference to mh-dgux.
12405 * configure: Regenerate.
12406
53f70c1b
KB
124072003-03-03 Kevin Buettner <kevinb@redhat.com>
12408
12409 * MAINTAINERS (Write After Approval): Add myself.
12410
df0f0674
NN
124112003-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
12412
12413 * Makefile.tpl: Rearrange.
12414 * Makefile.in: Regenerate.
12415
dce2d8b2 124162003-02-25 Uwe Stieber <uwe@wwws.de>
ef4e7569
US
12417
12418 * configure.in: Add support for kaOS as cross build target system.
12419 * configure: Regenerated.
12420
a7a287eb
SB
124212003-02-24 Steven Bosscher <steven@gcc.gnu.org>
12422
12423 * MAINTAINERS (Write after approval): Add myself.
12424
ff00c8a2
JW
124252003-02-21 James E Wilson <wilson@tuliptree.org>
12426
12427 * MAINTAINERS: Update my email address.
12428
abb2db7a
ZW
124292003-02-21 Zack Weinberg <zack@codesourcery.com>
12430
12431 * MAINTAINERS: Add self to blanket write privs. section.
12432
e9f2dc3b
SM
124332003-02-20 Sean McNeil <sean@blue.mcneil.com>
12434
12435 * Makefile.tpl: Add definition of CPPFLAGS to pass into
12436 configure-target-* as some target builds may require additional
12437 flags for preprocessor tests.
12438 * Makefile.in: Regenerated.
12439
ee03dc5e
AO
124402003-02-19 Alexandre Oliva <aoliva@redhat.com>
12441
11856278
AO
12442 * libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld.
12443 * ltconfig: Handle it.
12444 * ltcf-cxx.sh: Use with_gnu_ld passed as a shell variable instead of
12445 auto-detecting it.
12446
274aef32
AO
12447 * ltcf-cxx.sh: Replace $linker_flags with $compiler_flags wherever
12448 it is used as argument to $CC.
12449 * ltcf-gcj.sh: Likewise.
12450
ee03dc5e
AO
12451 * configure.in: Introduce --enable-maintainer-mode.
12452 * configure: Rebuilt.
12453 * Makefile.tpl (Makefile.in, configure): Enable dependencies only
12454 for maintainer mode.
12455 * Makefile.in: Rebuilt.
12456
30db8e17
JM
124572003-02-18 Jason Merrill <jason@redhat.com>
12458
12459 * Makefile.tpl (check-c++): Allow parallelism.
12460
cab60ac6
GP
124612003-02-16 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
12462
12463 * MAINTAINERS: Remove John Carr (who never actually had access to
12464 gcc.gnu.org).
12465
c8e5d1af
GK
124662003-02-15 Geoffrey Keating <geoffk@apple.com>
12467
12468 * configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*,
12469 don't configure target-libobjc.
12470 * configure: Regenerate.
12471
70f91f50
RO
124722003-02-14 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
12473
12474 * Makefile.tpl (RANLIB): Define.
12475 * Makefile.in: Regenerate.
12476
669e9062
LB
124772003-02-08 Laurynas Biveinis <laurynas.biveinis@mif.vu.lt>
12478
12479 * MAINTAINERS: Update my email.
abb2db7a 12480
61b56b2e
KS
124812003-02-06 Keith R Seitz <keiths@redhat.com>
12482
12483 * Makefile.def: Remove "snavigator", "grep", and "db" modules.
12484 * Makefile.tpl: Remove "all-snavigator" and "all-grep".
12485 * Makefile.in: Regenerated.
12486 * configure.in: Remove all traces of snavigator, db, and grep.
12487 * configure: Regenerated.
12488
a1ba6e15
GP
124892003-02-06 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
12490
12491 * MAINTAINERS: Remove duplicate entry for Bernd Schmidt from Write
12492 After Approval.
12493
f5f2cce5
CC
124942003-02-02 Christian Cornelssen <ccorn@cs.tu-berlin.de>
12495
12496 * MAINTAINERS (Write after approval): Add myself.
12497
ba49f6f1
FCE
124982003-01-31 Frank Ch. Eigler <fche@redhat.com>
12499
12500 * Makefile.tpl (all-sid): Add libiberty/bfd/opcodes dependencies.
12501 * Makefile.in: Regenerated.
12502
ccf9f10c
RS
125032003-01-30 Roger Sayle <roger@eyesopen.com>
12504
12505 * config.guess: Updated to 2003-01-30's version.
12506 * config.sub: Updated to 2003-01-28's version.
12507
a693735b
AO
125082003-01-30 Alexandre Oliva <aoliva@redhat.com>
12509
12510 * config.if: If gcc_version is already set, just use it. Don't set
12511 gcc_version_trigger if it's already set, otherwise set it to
12512 gcc/version.c, but only if the file exists. If it is not set and
12513 gcc/version.c does not exist, try to extract the version number from
12514 $CC.
12515
204c43d6
AT
125162003-01-29 Andreas Tobler <a.tobler@schweiz.ch>
12517
abb2db7a 12518 * MAINTAINERS: Add myself to write-after-approval list.
204c43d6 12519
842e91ec
PE
125202003-01-27 Phil Edwards <pme@gcc.gnu.org>
12521
12522 * configure.in: Revert 24Jan change.
12523 * configure: Regenerate.
12524
6b99984e
GP
125252003-01-25 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
12526
12527 * MAINTAINERS: Remove incorrect entry for Paul Eggert. Fix
12528 entry of HJ Lu.
12529
806e0935
NN
125302003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
12531
12532 * configure.in: Revert previous change.
12533 * configure: Regenerate.
12534
307a9864
NN
125352003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
12536
12537 * configure.in: Make rda native-only.
12538 * configure: Regenerate.
12539
02ba6302
VR
125402003-01-22 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
12541
12542 * MAINTAINERS: Move myself from GNATS-only-accounts to
12543 write-after-approval.
12544
77d187bc
NN
125452003-01-19 Nathanael Nerode <neroden@gcc.gnu.org>
12546
12547 * configure.in: Add missing \.
12548 * configure: Rebuilt.
12549
a94a2d4c
JJ
125502003-01-17 Jakub Jelinek <jakub@redhat.com>
12551
12552 * configure.in (baseargs): Avoid using \| in sed regular
12553 expressions.
12554 * configure: Rebuilt.
12555
73f84924
JJ
125562003-01-16 Jakub Jelinek <jakub@redhat.com>
12557
12558 * configure.in (baseargs): Remove all supported forms of
12559 --cache-file, --srcdir, --host, --build and --target options
12560 from argument lists.
12561 * configure: Rebuilt.
12562
8c12fc63
JZ
125632003-01-15 Josef Zlomek <zlomekj@suse.cz>
12564
12565 * MAINTAINERS: Add myself to write-after-approval list.
12566
7c005a3a
AO
125672003-01-15 Alexandre Oliva <aoliva@redhat.com>
12568
12569 * configure.in (noconfigdirs): Don't skip gas on IRIX 6.
12570 * configure: Rebuilt.
12571
3dfabf63
NN
125722003-01-09 Nathanael Nerode <neroden@gcc.gnu.org>
12573
12574 * configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.
12575 * Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc.
12576 * Makefile.in: Regenerate.
12577 * configure: Regenerate.
12578
cf53ae10
AO
125792003-01-09 Alexandre Oliva <aoliva@redhat.com>
12580
12581 * configure.in: Remove Makefile in build, host and target modules
12582 unless configure was run with --no-recursion.
12583 * configure: Rebuilt.
12584
3fbe8e4a
CC
125852003-01-09 Christian Cornelssen <ccorn@cs.tu-berlin.de>
12586
12587 * Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR.
12588 (install-info, dir.info): Prepend $(DESTDIR) to $(infodir).
12589 * Makefile.in: Regenerate.
12590
66e2aa7d
CD
125912003-01-08 Chris Demetriou <cgd@broadcom.com>
12592
12593 * config.guess: Update to 2003-01-03 version.
12594 * config.sub: Update to 2003-01-03 version.
12595
b5038cfb
CF
125962003-01-07 Christopher Faylor <cgf@redhat.com>
12597
12598 * configure: Regenerate with proper autoconf 2.13.
12599
d02c69be
CF
126002003-01-07 Christopher Faylor <cgf@redhat.com>
12601
12602 * configure.in: Add AC_PREREQ for consistency.
b5038cfb 12603 * configure: Regenerate.
d02c69be 12604
e914a571
AC
126052003-01-06 Andrew Cagney <ac131313@redhat.com>
12606
12607 * configure.in (GDB_TK): Add tcl directories conditional on
12608 gdb/gdbtk directory being present.
12609 * configure: Regenerate.
abb2db7a 12610
dce2d8b2 126112003-01-04 John David Anglin <dave.anglin@nrc.ca>
70571545 12612
dce2d8b2
EB
12613 * configure.in (LD): Improve test for gcc. Try to set LD to the ld
12614 used by gcc if LD is not defined and we are not doing a Canadian Cross.
70571545
JDA
12615 * configure: Rebuilt.
12616
89a7012a
TT
126172002-12-31 Tom Tromey <tromey@redhat.com>
12618
12619 * Makefile.in: Rebuilt.
12620 * Makefile.def (target_modules) [libffi]: Allow installation.
12621
3f4f56e2
AS
126222002-12-31 Andreas Schwab <schwab@suse.de>
12623
12624 * configure.in: Fix use of $program_transform_name.
12625 * configure: Regenerated.
12626
6c1b8d0a
DJ
126272002-12-30 Daniel Jacobowitz <drow@mvista.com>
12628
12629 * configure.in (baseargs): Don't remove first configure argument.
1b414d31 12630 * configure: Regenerated.
6c1b8d0a 12631
c5120911
AO
126322002-12-29 Alexandre Oliva <aoliva@redhat.com>
12633
12634 * Makefile.tpl (local-distclean): Don't remove...
12635 (multilib.ts): ... this. Moved into...
12636 (multilib.out): ... this. Don't use sub-make.
12637 ($(BUILD_SUBDIR)/[+module+]/Makefile, [+module+]/Makefile,
12638 $(TARGET_SUBDIR)/[+module+]/Makefile, gcc/Makefile): Moved into...
12639 (configure-build-[+module+], configure-[+module+],
12640 configure-target-[+module+], configure-gcc): ... these. Test
12641 for Makefile existence. Drop config.status from dependencies.
12642 * Makefile.in: Rebuilt.
12643 * configure.in: Move gcc-version-trigger to the end of
12644 ac_configure_args. Add comments to maybedep.tmp and
12645 serdep.tmp. Introduce --disable-serial-configure. Remove
12646 nonopt from baseargs, matching and removing corresponding
12647 whitespace while at it.
12648 * configure: Rebuilt.
12649
e245b0ea
AO
126502002-12-28 Alexandre Oliva <aoliva@redhat.com>
12651
903de295
AO
12652 * configure.in (host_configargs): Replace reference to
12653 no-longer-defined buildopts with --build=${build_alias}.
12654 * configure: Rebuilt.
12655
e245b0ea
AO
12656 * Makefile.tpl ($(NOTPARALLEL)): Move to the end. Bring uses of
12657 program_transform_name to standard idiom.
12658 (AUTOGEN, AUTOCONF): Define.
12659 (Makefile.in): Use $(AUTOGEN).
12660 (Makefile): Depend on config.status, and use autoconf-style rule to
12661 build it. Move original commands to...
12662 (config.status): ... this new target.
12663 (configure): Add $(srcdir). Depend on config/acx.m4. Use
12664 $(AUTOCONF).
12665 * Makefile.in: Rebuilt.
12666
671aa708
NN
126672002-12-28 Nathanael Nerode <neroden@gcc.gnu.org>
12668
53fbfb58
NN
12669 * Makefile.tpl: Fix dramatic bustage due to change in
12670 program_transform_name.
12671 * Makefile.in: Regenerate.
12672
12673 * configure.in: Remove unnecessary PATH setting.
12674 * configure: Regnerate.
12675
12676 * configure.in: Don't default to unprefixed tools unless
12677 the native tools will work.
12678 * configure: Regenerate.
12679
671aa708
NN
12680 * configure.in: Convert to autoconf script. Blow away lots
12681 of now-redundant Makefile fragments.
12682 * configure: Generate using Autoconf.
12683 * Makefile.tpl: Rewrite to reflect autoconfiscation.
12684 * Makefile.in: Regenerate.
12685
57f40826
NN
126862002-12-27 Nathanael Nerode <neroden@gcc.gnu.org>
12687
3fedb745
NN
12688 * configure: Fix stupid bug where RANLIB was mistakenly included.
12689
abb2db7a 12690 * configure.in: Rename (buildargs, hostargs, targargs) to
3fedb745
NN
12691 (build_configargs, host_configargs, target_configargs).
12692
12693 * configure.in: Move logic out of sed statement.
12694
abb2db7a 12695 * configure: Remove unneeded 'export's. Make CC_FOR_TARGET,
57f40826
NN
12696 CXX_FOR_TARGET, GCJ_FOR_TARGET substituted in configure.in only.
12697
315fa0f4
SS
126982002-12-25 Svein E. Seldal <Svein.Seldal@solidas.com>
12699
12700 * config.sub: Import from master repository
12701 * config.guess: Ditto
12702
45aff44f
AS
127032002-12-24 Andreas Schwab <schwab@suse.de>
12704
12705 * Makefile.tpl (multilib.out): Fix missing space.
12706 * Makefile.in: Regenerate.
12707
88b5521b
NN
127082002-12-23 Nathanael Nerode <neroden@gcc.gnu.org>
12709
12710 * Makefile.tpl: Use shared multilib.out. Use move-if-change for it.
12711 Convert (cd foo; make) to (cd foo && make). Clean up multilib.out.
12712 * Makefile.in: Regenerate.
12713 * configure.in: Remove unnecessary leftovers.
12714
2a726918
GK
127152002-12-21 Geoffrey Keating <geoffk@apple.com>
12716
12717 * configure.in (extra_ranlibflags_for_target): New variable.
12718 (*-*-darwin): Add -c to ranlib commands.
12719 * configure (tooldir): Handle extra_ranlibflags_for_target.
12720
aace3269 127212002-12-19 Nathanael Nerode <neroden@gcc.gnu.org>
346b290d
NN
12722
12723 * Makefile.tpl: Revert HJL's change.
12724 * Makefile.in: Regenerated.
12725 * configure.in: Put build_prefix before $(BUILD_SUBDIR) here, and
12726 always.
12727
f0895142
AS
127282002-12-19 Andreas Schwab <schwab@suse.de>
12729
12730 * Makefile.tpl, configure.in: Substitute libstdcxx_incdir.
12731 * Makefile.in: Regenerate.
12732
dce2d8b2 127332002-12-18 H.J. Lu <hjl@gnu.org>
782d0c02
L
12734
12735 * Makefile.tpl: Add @build_prefix@ before $(BUILD_SUBDIR).
12736 * Makefile.in: Regenerated.
12737
12738 * configure.in (build_prefix): New. Substitute.
12739
212f6dd0
NN
127402002-12-18 Nathanael Nerode <neroden@gcc.gnu.org>
12741
79308c5d
NN
12742 * Makefile.tpl: Don't let real targets depend on phony targets.
12743 * Makefile.in: Regenerate.
12744
212f6dd0
NN
12745 * Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo.
12746 * Makefile.in: Regenerate.
12747
ab17919f
SS
127482002-12-17 Svein E. Seldal <Svein.Seldal@solidas.com>
12749
12750 * config.sub: Import from master repository
12751 * config.guess: Ditto
12752
5ecf91d1
JM
127532002-12-16 Jason Merrill <jason@redhat.com>
12754
12755 * Makefile.tpl (all-gcc): Use 'make quickstrap' if there was a
12756 previous 'make bootstrap'.
12757 * Makefile.in: Regenerate.
12758
d8437e1b
HPN
127592002-12-17 Hans-Peter Nilsson <hp@bitrange.com>
12760
12761 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb.
12762
4977bab6
ZW
127632002-12-13 Nathanael Nerode <neroden@gcc.gnu.org>
12764
12765 * configure.in, Makefile.tpl, Makefile.def: Remove tclX.
12766 * Makefile.in: Regenerate.
12767
0edcfdcb
JM
127682002-12-13 Jason Merrill <jason@redhat.com>
12769
6248218a 12770 * Makefile.tpl (check-gcc-c++): Renamed from check-c++. Don't run
0edcfdcb
JM
12771 library tests.
12772 (check-c++): Just depend on it and check-target-libstdc++-v3.
6248218a
JM
12773 * Makefile.in: Regenerate.
12774
4977bab6
ZW
127752002-12-12 Alexandre Oliva <aoliva@redhat.com>
12776
12777 * Makefile.tpl (configure-target-rda): Depend on $(ALL_GCC_C).
12778 * Makefile.in: Rebuilt.
12779
f87505dd
AO
127802002-12-12 Alexandre Oliva <aoliva@redhat.com>
12781
12782 * Makefile.in (configure-target-rda): Depend on ALL_GCC_C.
12783
4977bab6
ZW
127842002-12-10 Nathanael Nerode <neroden@gcc.gnu.org>
12785
12786 * configure: Fix bug put in by gremlins.
12787
12788 * Makefile.tpl: Substitute more autoconfily.
12789 * configure: Substitute more autoconfily.
12790 * Makefile.in: Regenerate.
12791
7f0db92a
SS
127922002-12-09 Svein E. Seldal <Svein.Seldal@solidas.com>
12793
12794 * config.sub: Import from master repository
12795 * config.guess: Ditto
12796 * MAINTAINERS: Added Svein Seldal under write after approval
12797
4977bab6
ZW
127982002-12-08 Andrew Cagney <ac131313@redhat.com>
12799
12800 * Makefile.tpl (all-sim): Depend on maybe-configure-gdb.
12801 * Makefile.in (all-sim): Ditto.
12802
128032002-12-06 DJ Delorie <dj@redhat.com>
12804
12805 * Makefile.tpl: Change configure dependencies to not have real
12806 targets depend on phony targets.
12807
128082002-12-05 Nathanael Nerode <neroden@gcc.gnu.org>
12809
12810 * configure.in: Revert unintentional change.
12811
12812 * Makefile.tpl: Change dependency for */multilib.out so that
12813 it works when gcc isn't in the tree.
12814
12815 * configure.in: Substitute more.
12816 * configure: Run subconfigures from the Makefile.
12817 * Makefile.tpl: Run subconfigures from the Makefile; add a few
12818 convenience targets. Make sure gcc isn't rebuilt after bootstrap.
12819
67f1b906
GP
128202002-12-05 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
12821
12822 * MAINTAINERS: Add Christian Ehrhardt under "GNATS only".
12823
4977bab6
ZW
128242002-12-03 Nathanael Nerode <neroden@gcc.gnu.org>
12825
12826 * Makefile.tpl: Add targets for configuring host subdirs in Makefile,
12827 and corresponding dependencies.
12828 * Makefile.in: Regenerate.
12829
12830 * configure.in (host_tools): Order binutils, gas and ld for
12831 convenience in running the testsuites.
12832
12833 * Makefile.tpl: Introduce rules to serialize subconfigure runs.
12834 * Makefile.in: Regenerate.
12835 * configure.in: Introduce rules to serialize subconfigure runs.
12836
12837 * configure.in: Introduce BASE_CC_FOR_TARGET.
12838 * Makefile.tpl: Reorganize and comment. Introduce HOST_CONFIGARGS.
12839 Realize configure-build-* targets. Realize configure-target-* targets.
12840 * Makefile.in: Regenerate.
12841
128422002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
12843
12844 * configure: Move gcc_version_trigger stuff from here...
12845 * configure.in: ...to here.
12846
12847 * configure.in: Separate subconfigure options added by this file from
12848 options given by the user. Add machinery to put args for host
12849 subconfigures into the Makefile.
12850
12851 * Makefile.tpl: Remove 'vault' targets.
12852 * Makefile.tpl: Reorder and comment dependencies.
12853 * Makefile.in: Regenerate.
12854
128552002-12-01 Nathanael Nerode <neroden@gcc.gnu.org>
12856 * configure.in: Fix my broken commit of previous patch. (sigh)
12857
743f054e
GK
128582002-11-28 Geoffrey Keating <geoffk@apple.com>
12859
12860 * configure.in: Move host-specific darwin noconfigdirs into
12861 the host-specific section.
12862
4977bab6
ZW
128632002-11-28 Geoffrey Keating <geoffk@apple.com>
12864
12865 * configure.in: Move host-specific darwin noconfigdirs into
12866 the host-specific section.
12867
128682002-11-26 Nathanael Nerode <neroden@gcc.gnu.org>
12869
12870 * configure: Remove skip-this-dir support.
12871 * Makefile.tpl: Remove skip-this-dir support.
12872
12873 * Makefile.tpl: Remove leftover support for non-autoconfiscated
12874 subdirectories.
12875 * Makefile.in: Regenerate.
12876
12877 * Makefile.tpl: Strip out useless setting of 'dir'.
12878 * Makefile.in: Regenerate.
12879
128802002-11-22 Nathanael Nerode <neroden@gcc.gnu.org>
12881
12882 * configure.in: Fix deeply stupid bug.
12883
12884 * configure.in: Introduce RAW_CXX_FOR_TARGET and simplify embedded
12885 shell code in CXX_FOR_TARGET
12886 * Makefile.def: Introduce raw_cxx.
12887 * Makefile.tpl: Use raw_cxx to select between CXX_FOR_TARGET and
12888 RAW_CXX_FOR_TARGET.
12889 * Makefile.in: Regenerate.
12890
128912002-11-21 Nathanael Nerode <neroden@gcc.gnu.org>
12892
12893 * Makefile.tpl: Remove unnecessary ifs.
12894 * Makefile.in: Regenerate.
12895
12896 * Makefile.tpl: Implement soft dependency machinery. Maybe-ize
12897 dependencies. Maybe-ize build-libiberty. Create dummy install
12898 targets for 'no_install' modules.
12899 * configure: Move GDB_TK substitution to configure.in. Move
12900 build_modules stuff to configure.in.
12901 * configure.in: Implement soft dependency machinery. Maybe-ize
12902 GDB_TK, rearrange slightly. Move build_modules stuff from configure.
12903 * Makefile.in: Regenerate.
12904
129052002-11-19 Nathanael Nerode <neroden@gcc.gnu.org>
12906
12907 * Makefile.tpl: Make all-target, install-target behave similarly
12908 to all, install (only hitting configured targets). Eliminate
12909 unused macro defintions.
12910
12911 * Makefile.tpl: Add all-gcc: all-build-libiberty dependency when
12912 build != host.
12913
12914 * Makefile.tpl: Add all-gcc: all-libiberty dependency.
12915
12916 * ltcf-c.sh, ltcf-gcj.sh, Makefile.tpl: Correct BUILD/HOST confusion.
12917
12918 * configure.in: Produce lists of subdir targets we're actually
12919 configuring. Remove references to "dosrel".
12920 * Makefile.tpl: Let configure set which subdir targets are hit.
12921 Remove install-cross; clean up install; remove ALL. Remove
12922 references to "dosrel". Remove "EXTRA_TARGET_HOST" hackery.
12923 Autogenerate host module targets. Remove empty dependency lines
12924 and redundant dependency; rearrange slightly.
12925 * Makefile.def: Add host-side libtermcap, utils.
12926
12927 * Makefile.in: Regenerate.
12928
e6226a2f
RO
129292002-11-19 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
12930
12931 * ltconfig (osf[345]): Append $major to soname_spec.
12932 Reflect this in library_names_spec.
12933 * ltmain.sh (osf): Prefix $major with . for use as extension.
12934
3b75d237
AJ
129352002-11-19 Andreas Jaeger <aj@suse.de>
12936
12937 * libtool.m4 (libtool_flags): Add patch from libtool CVS: Support
12938 linking of 32-bit libraries with ld on the x86-64, ppc64, s390x
12939 and sparc64 GNU/Linux systems.
12940
809108de
NS
129412002-11-19 Nathan Sidwell <nathan@codesourcery.com>
12942
12943 * MAINTAINERS: Update email.
12944
e7e0de7e
GP
129452002-11-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
12946
12947 * MAINTAINERS: Complete James Dennett's entry.
12948
f7109dea
EB
129492002-11-15 Eric Botcazou <ebotcazou@libertysurf.fr>
12950
12951 * MAINTAINERS (Write After Approval): Add myself.
12952
d3ac17c9
BK
129532002-11-13 Bruce Korb <bkorb@gnu.org>
12954
12955 * Makefile.tpl: syntactic cleanup
12956
dce2d8b2 129572002-11-13 Stuart Hastings <stuart@apple.com>
cbf78ae4
SH
12958
12959 * MAINTAINERS: Add myself to write-after-approval list.
12960
4977bab6
ZW
129612002-11-12 Nathanael Nerode <neroden@gcc.gnu.org>
12962
12963 * Makefile.def: Add list of recursive targets to autogenerate.
12964 Add build_modules.
12965 * Makefile.tpl: Autogenerate do-* targets. Autogenerate *-target-*
12966 targets. Autogenerate *-build-* targets.
12967 * Makefile.in: Regenerate.
12968
129692002-11-12 Nathanael Nerode <neroden@gcc.gnu.org>
12970
12971 * configure: More autoconf-style substitutions.
12972 * Makefile.tpl: More autoconf-style substitutions.
12973 * Makefile.in: Regenerate.
12974
129752002-11-11 Nathanael Nerode <neroden@gcc.gnu.org>
12976
12977 * configure: Substitute more variables in a more autoconf-friendly
12978 way. Simplify slightly.
12979 * Makefile.tpl: Make more variables substitutable in an
12980 autoconf-friendly way.
12981 * Makefile.in: Regenerate.
12982
d4783999
JW
129832002-11-11 Jonathan Wakely <redi@gcc.gnu.org>
12984
12985 * MAINTAINERS (Write After Approval): Add myself.
12986
4977bab6
ZW
129872002-11-10 Nathanael Nerode <neroden@gcc.gnu.org>
12988
12989 * configure.in (v810*): Remove special setting of tools.
12990
12991 * configure: Add support for extra required flags for ar or nm.
12992 * configure.in (aix4.3+): Use above support for target-specific
12993 issues, rather than using config/mt-aix43.
12994
129952002-11-09 Nathanael Nerode <neroden@gcc.gnu.org>
12996
12997 * configure: Remove 'removing', which doesn't work. Replace $subdir
12998 with . everywhere. Replace $subdirs with ''. Replace $makesrcdir
12999 with $srcdir. Reformat indentation. Substitute some variables
13000 formerly hard-coded in the Makefile for build=host.
13001 * Makefile.tpl: Autogenerate more; make more autoconf-friendly.
13002 * Makefile.def: Autogenerate more.
13003 * Makefile.in: Regenerate.
13004
1c9c903e
AN
130052002-11-04 Adam Nemet <anemet@lnxw.com>
13006
13007 * MAINTAINERS (Write After Approval): Add myself.
13008
40673d2b
KB
130092002-11-04 Kevin Buettner <kevinb@redhat.com>
13010
13011 * Makefile.def (host_modules): Add rda.
13012 * Makefile.in: Regenerate.
13013 * configure.in (target_tool): Add target-rda to list.
13014
42e650ae
GP
130152002-10-28 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
13016
13017 * MAINTAINERS: Remove "co-maintainer" note for web pages.
13018
e004b81f
PE
130192002-10-25 Phil Edwards <pme@gcc.gnu.org>
13020
13021 * Makefile.tpl (bootstrap): Add bubblestrap, quickstrap, cleanstrap,
13022 and restrap targets to this rule.
13023 * Makefile.in: Regenerate.
13024
06bd49b1
GP
130252002-10-25 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
13026
13027 * MAINTAINERS: Add Wolfgang Bangerth and Volker Reichelt under
13028 GNATS only accounts.
13029
d0af82b0
HPN
130302002-10-24 Hans-Peter Nilsson <hp@bitrange.com>
13031
13032 * configure.in (i[3456]86-*-linux*): Add check to disable
13033 ${libgcj} for glibc1.
13034
10782654
DC
130352002-10-24 Denis Chertykov <denisc@overta.ru>
13036
13037 * MAINTAINERS: Add myself as ip2k port maintainer.
13038
a5a438f5
SS
130392002-10-07 Svein E. Seldal <Svein.Seldal@solidas.com>
13040
13041 * configure.in: Add tic4x target.
13042
fe3d5b7f
NN
130432002-10-03 Nathanael Nerode <neroden@gcc.gnu.org>
13044
aba8a494
NN
13045 * Makefile.tpl: Make SET_LIB_PATH substitution more autoconfy.
13046 * configure.in: Make SET_LIB_PATH substitution more autoconfy.
13047 * Makefile.in: Regenerate.
13048
fe3d5b7f
NN
13049 * Makefile.tpl: Make RPATH_ENVVAR substitution more autoconfy.
13050 * configure.in: Make RPATH_ENVVAR substitution more autoconfy.
13051 * Makefile.in: Regenerate.
13052
a6ad79e7
JJ
130532002-10-02 Janis Johnson <janis187@us.ibm.com>
13054
13055 * MAINTAINERS: Add myself as web pages co-maintainer.
13056
6a8a9058
NN
130572002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
13058
13059 * Makefile.tpl: Eliminate reference to all-gui, all-libproc.
13060 * Makefile.in: Regenerate.
13061
327d975a
ZW
130622002-10-02 Zack Weinberg <zack@codesourcery.com>
13063
13064 * MAINTAINERS: Add myself and Nathan Sidwell
13065 <nathan@codesourcery.com> as VxWorks maintainers.
13066
a5ae8f19 130672002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
f5e0c73c
NN
13068
13069 * Makefile.def: Remove order dependency comments.
13070 * Makefile.tpl: Add explicit install-install dependencies.
13071 * Makefile.in: Regenerate.
d0f6c823 13072
34c6040c 13073 * Makefile.tpl: Remove material now in src-release. (Finally!)
f5e0c73c 13074 * Makefile.in: Regenerate.
34c6040c 13075
d0f6c823
NN
13076 * Makefile.tpl: Add configure-target (for src-release in src)
13077 * Makefile.in: Regenerate.
13078
50bd210b
NC
130792002-09-30 Nick Clifton <nickc@redhat.com>
13080
13081 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add cpu directory.
13082
ca25149e
UW
130832002-09-30 Ulrich Weigand <uweigand@de.ibm.com>
13084
13085 * configure.in (s390*-*-linux*): Enable libgcj.
13086
dd30b57d
NN
130872002-09-29 Nathanael Nerode <neroden@gcc.gnu.org>
13088
9e60a678
NN
13089 * configure: Revert accidentally applied changes.
13090
dd30b57d
NN
13091 * Makefile.tpl: Make more autoconf-friendly.
13092 * Makefile.in: Regenerate.
13093 * configure: Make substitution more autoconf-like.
13094
5831424e
RE
130952002-09-28 Richard Earnshaw <rearnsha@arm.com>
13096
13097 * configure.in (arm-*-coff, strongarm-*-coff, xscale-*-coff): Use a
13098 single entry to handle all these.
13099 (arm-*-elf, strongarm-*-elf, xscale-*-elf): Likewise. Also enable
13100 libjava on arm-*-elf.
13101
b7f3b15b
GK
131022002-09-27 Geoffrey Keating <geoffk@apple.com>
13103
13104 * configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or the
13105 things that depend on them.
13106
0dffceed
NN
131072002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
13108
13109 * Makefile.tpl: Make subsituted variables more autoconfy.
13110 * Makefile.in: Regenerate.
13111 * configure: Make seds more autoconfy.
13112
1db75a86 131132002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
ec0461f6
NN
13114
13115 * Makefile.tpl: Rewrite substituted lines to look autoconfy.
13116 * Makefile.in: Regenerate.
13117 * configure.in: Rewrite sed statements to look autoconfy.
13118
1db75a86
NN
13119 * Makefile.tpl: Autogenerate *-target-* lists, dependencies of
13120 all-target-foo on configure-target-foo.
13121 * Makefile.def: Ditto.
13122 * Makefile.in: Rebuild.
13123
741a4e89
AH
131242002-09-25 Andrew Haley <aph@redhat.com>
13125
13126 * MAINTAINERS: Add aph@redhat.com as Java maintainer.
13127
95ddd785
NN
131282002-09-22 Nathanael Nerode <neroden@gcc.gnu.org>
13129
13130 * Makefile.def: New file.
13131 * Makefile.tpl: New file.
13132 * Makefile.in: Generate from Makefile.tpl with 'autogen Makefile.def'.
13133 * contrib/gcc_update: Note that Makefile.in is a generated file.
13134
13135 * configure.in: Minor rearrangement. Simplify tests.
13136
65a824f6
JT
131372002-09-22 Jason Thorpe <thorpej@wasabisystems.com>
13138
13139 * configure.in (with_headers): Skip copy if value is "yes".
13140 (with_libs): Likewise.
13141
51270f0a 131422002-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
fbf86afb
NN
13143
13144 * configure.in (*-*-netbsd*): Use noconfigdirs, not skipdirs.
13145 * configure.in (sh*-*-pe*): Ditto.
13146 * configure.in (mips*-*-pe*): Ditto.
13147 * configure.in (*arm-wince-pe): Ditto.
13148
8f89dbf4
NN
13149 * configure.in: Rearrange.
13150
c1b8db3f
KH
131512002-09-14 Kazu Hirata <kazu@cs.umass.edu>
13152
13153 * MAINTAINERS: Update my email address.
13154
341f0575
PK
131552002-08-30 Paul Koning <pkoning@equallogic.com>
13156
13157 * MAINTAINERS: (Write After Approval): Add myself.
13158
d2e06980
GK
131592002-08-29 Geoffrey Keating <geoffk@redhat.com>
13160
13161 * MAINTAINERS: Update Jason Eckhardt's address, remove i860.
13162
4906d5d8
GK
131632002-08-24 Geoffrey Keating <geoffk@redhat.com>
13164
13165 * MAINTAINERS: Change my mailing address.
13166
e9a25cc8
PC
131672002-08-21 Paolo Carlini <pcarlini@unitus.it>
13168
13169 * MAINTAINERS (Write After Approval): Remove myself.
327d975a 13170 (Various Maintainers: c++ runtime libs): Add myself.
e9a25cc8 13171
dce2d8b2 131722002-08-20 Loren J. Rittle <ljrittle@acm.org>
a5aa7421
LR
13173
13174 * MAINTAINERS (Write After Approval): Remove myself.
13175 (Various Maintainers: c++ runtime libs): Add myself.
13176
5ce6f47b
EC
131772002-08-15 Eric Christopher <echristo@redhat.com>
13178
13179 * config.sub: Import from master repository.
13180 * config.guess: Ditto.
13181
7f9317f0
AO
131822002-08-19 Alexandre Oliva <aoliva@redhat.com>
13183
13184 * Makefile.in (GCC_FOR_TARGET): Prepend STAGE_CC_WRAPPER.
13185 * configure.in (CC_FOR_TARGET, GCJ_FOR_TARGET, CXX_FOR_TARGET,
13186 CXX_FOR_TARGET_FOR_RECURSIVE_MAKE): Likewise.
13187
7aecca3d
AH
131882002-08-16 Aldy Hernandez <aldyh@redhat.com>
13189
13190 * MAINTAINERS: Add self to rs6000 vector extensions.
13191
8ea4b195
AO
131922002-08-15 Alexandre Oliva <aoliva@redhat.com>
13193
13194 * libiberty/configure: Reverted unintended yesterday's check in.
13195
f5cc59a7
AO
131962002-08-14 Alexandre Oliva <aoliva@redhat.com>
13197
13198 * boehm-gc/configure, libf2c/configure: Rebuilt.
13199 * libffi/configure, libiberty/configure: Ditto.
13200 * libjava/configure, libobjc/configure: Ditto.
13201 * libstdc++-v3/configure, zlib/configure: Ditto.
13202 Merged from binutils:
13203 2002-01-27 Daniel Jacobowitz <drow@mvista.com>
13204 From Steve Ellcey <sje@cup.hp.com>:
13205 * libtool.m4 (HPUX_IA64_MODE): Set to 32 or 64 based on ABI.
13206 (lt_cv_deplibs_check_method, lt_cv_file_magic_cmd,
13207 lt_cv_file_magic_test_file): Set to appropriate values for HP-UX
13208 IA64.
13209 * ltcf-c.sh (archive_cmds, hardcode_*): Ditto.
13210 * ltconfig (shlibpath_*, dynamic_linker, library_names_spec,
13211 soname_spec, sys_lib_search_path_spec): Ditto.
13212
dce2d8b2 132132002-08-06 Federico G. Schwindt <fgsch@olimpo.com.br>
66350331
FS
13214
13215 * configure.in (hppa*-*-openbsd*): Treat like hppa*-*-*elf*.
13216
2ff34870
L
132172002-08-04 H.J. Lu (hjl@gnu.org)
13218
13219 * configure.in (mips*-*-linux*): Don't skip target-libffi.
13220
a014f2fe
KW
132212002-08-02 Krister Walfridsson <cato@df.lth.se>
13222
13223 * MAINTAINERS (Write After Approval): Add myself.
13224
c01d477a
AM
132252002-07-31 Alan Modra <amodra@bigpond.net.au>
13226
13227 * configure.in: Move generic linux case to end. Copy generic
13228 linux noconfigdirs to mips*-*-linux* entry and new
13229 powerpc64*-*-linux* entry. Add target-libffi for the latter.
13230
68cd2524
MM
132312002-07-19 Michael Matz <matz@suse.de>
13232
13233 * MAINTAINERS: Add myself as ra* maintainer.
13234
e2d83b8c
CD
132352002-07-16 Chris Demetriou <cgd@broadcom.com>
13236
13237 * config.guess: Update to 2002-07-09 version.
13238 * config.sub: Update to 2002-07-03 version.
13239
cece4f1d
HPN
132402002-07-15 Hans-Peter Nilsson <hp@bitrange.com>
13241
13242 * MAINTAINERS: Fix typo in a maintainer email address.
13243
bb654703
NN
132442002-07-11 Nathanael Nerode <neroden@gcc.gnu.org>
13245
13246 * configure.in: Remove two redundant tests.
13247
789b7de5
RO
132482002-07-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
13249
13250 * configure.in (mips*-*-irix6*o32): Enable stabs.
13251
e1da1089
NN
132522002-07-08 Nathanael Nerode <neroden@gcc.gnu.org>
13253
f3970bba
NN
13254 * configure.in: Don't build grez.
13255 * Makefile.in: Ditto.
13256
e1da1089
NN
13257 * Makefile.in: Remove references to bsp, cygmon, libstub.
13258 * configure.in: Ditto.
13259
13260 * configure.in: Remove leftover reference to gdbtest.
13261
57c905fa
PE
132622002-07-08 Phil Edwards <pme@gcc.gnu.org>
13263
13264 * configure.in (gxx_include_dir): Change to match versioned
13265 C++ headers if --enable-version-specific-runtime-libs is used.
13266
a0af94a7 132672002-07-04 Steve Ellcey <sje@cup.hp.com>
5ce6f47b 13268
a0af94a7
SE
13269 * ltcf-cxx.sh (hpux*): Modify to support ia64-*-hpux*.
13270
423ce3eb
NN
132712002-07-03 Nathanael Nerode <neroden@gcc.gnu.org>
13272
13273 * configure.in: Make --without-x work.
13274
98186934
NN
132752002-07-02 Nathanael Nerode <neroden@gcc.gnu.org>
13276
c3b7d169
NN
13277 * configure.in: Rearrange target Makefile fragment collection.
13278
98186934
NN
13279 * Makefile.in: Don't try to build gdbtest, tgas, ispell, inet, or
13280 cvs[src].
13281 * configure.in: Ditto.
13282
eebd288a
MK
132832002-07-01 Matt Kraai <kraai@alumni.cmu.edu>
13284
13285 * MAINTAINERS (Write After Approval): Update my e-mail address.
13286
3ab36f05
NN
132872002-06-24 Ben Elliston <bje@redhat.com>
13288
13289 * configure.in (host_tools): Remove cgen.
13290
13291 * Makefile.in (all-cgen): Remove; runs from its source directory.
13292 (check-cgen, install-cgen, clean-cgen): Likewise.
98186934 13293 (all-opcodes): Do not depend on all-cgen.
3ab36f05
NN
13294 (all-sim): Likewise.
13295
dce2d8b2 132962002-07-01 Nathanael Nerode <neroden@gcc.gnu.org>
3ab36f05
NN
13297
13298 * Makefile.in: Eliminate 'apache' targets.
13299 * configure.in: Eliminate 'apache' targets.
13300
55380b08
NN
13301 * configure.in: Eliminate redundant tests. Reorganize.
13302
9a5c1b9d
NN
13303 * Makefile.in: Eliminate last reference to LIBGCC1_TEST.
13304
5fd3853a
NN
13305 * config-ml.in: Eliminate references to Cygnus configure.
13306
cfefc434
NN
13307 * Makefile.in: Eliminate references to building emacs.
13308
2fe93885
GS
133092002-06-28 Graham Stott <graham.stott@btinternet.com>
13310
13311 * MAINTAINERS: Update my email address.
13312
53c40185
BK
133132002-06-26 Benjamin Kosnik <bkoz@redhat.com>
13314
13315 * config.if (libstdcxx_incdir): Version C++ headers.
5ce6f47b 13316 (cxx_incdir): Remove.
53c40185 13317
97679694
NN
133182002-06-25 Nathanael Nerode <neroden@gcc.gnu.org>
13319
13320 * MAINTAINERS (Write After Approval): Add self.
13321
b03bcd37
DC
13322Thu Jun 20 00:35:14 2002 Denis Chertykov <denisc@overta.ru>
13323
13324 * configure.in: Add support for ip2k.
13325
6bd12129
NN
133262002-06-22 Nathanael Nerode <neroden@twcny.rr.com>
13327
13328 * configure.in: Fix AIX configury bug.
13329
e0d98a92
SE
133302002-06-20 Steve Ellcey <sje@cup.hp.com>
13331
13332 * MAINTAINERS (Write After Approval): Add self.
13333
ba3292db
NN
133342002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
13335
ef40bc65
NN
13336 * configure.in: replace ${topsrcdir} with ${srcdir}
13337
7a0be465
NN
13338 * configure.in: Move definition of libstdcxx_flags
13339 right above usage, rather than waaay earlier.
13340
e1848dde
NN
13341 * configure.in: Pull definition of is_cross_compiler earlier.
13342
8bc2fff1
NN
13343 * configure.in: Rearrange a little.
13344
ba3292db
NN
13345 * configure.in: Remove references to librx.
13346 * Makefile.in: Remove references to librx.
13347
11d8b408
DC
13348Tue Jun 18 22:37:35 2002 Denis Chertykov <denisc@overta.ru>
13349
13350 * config.sub: Add support for avr target.
13351 Import from master sources, rev 1.255
5ce6f47b 13352
93da8339
PE
133532002-06-19 Phil Edwards <pme@gcc.gnu.org>
13354
13355 * configure, .cvsignore: Revert previous change...
13356 * Makefile: ...delete.
13357
b4caab5c
NN
133582002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
13359
13360 * configure.in: Eliminate ${gasdir} variable.
13361
ee777171
DB
133622002-06-18 Dave Brolley <brolley@redhat.com>
13363
13364 * configure.in: Add support for frv.
13365 * config.sub: Add support for frv.
13366
26e4af54
PE
133672002-06-18 Phil Edwards <pme@gcc.gnu.org>
13368
13369 * configure: Remove garbage from previous commit.
13370
bb20b7da
PE
133712002-06-18 Phil Edwards <pme@gcc.gnu.org>
13372
13373 * configure: For in-source builds, make a subdir and re-exec there.
13374 * Makefile: New file. Pass targets through to build directory.
13375 * .cvsignore: No longer ignore "Makefile".
13376
9d321f6c
DR
133772002-06-16 Douglas Rupp <rupp@gnat.com>
13378
13379 * MAINTAINERS (Write After Approval): Add self.
13380
c8eb2bc0
KG
133812002-06-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
13382
13383 * Makefile.in (CFLAGS_FOR_TARGET): Add -O2.
13384
f210d239
JT
133852002-06-08 Jason Thorpe <thorpej@wasabisystems.com>
13386
13387 * configure.in (vax-*-netbsd*): Re-enable gas.
13388
e9667b3c
NN
133892002-05-31 Nathanael Nerode <neroden@twcny.rr.com>
13390
efe1f357
NN
13391 * Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with BUILD_PREFIX,
13392 BUILD_PREFIX_1, to correct nomenclature.
13393 * configure: Likewise.
13394
e9667b3c
NN
13395 * Makefile.in: Eliminate version-specific references to tcl8.1, tk8.1.
13396 * configure.in: Eliminate version-specific references to tcl8.1, tk8.1.
13397
fe2fe497
OH
133982002-05-31 Olaf Hering <olh@suse.de>
13399
13400 * config-ml.in: Propogate DESTDIR also.
13401
dcf7f0dd
JT
134022002-05-29 Jason Thorpe <thorpej@wasabisystems.com>
13403
13404 * configure.in (vax-*-netbsd*): Don't build gas for this
13405 platform.
13406
6ff14f32
MM
134072002-05-28 Marek Michalkiewicz <marekm@amelek.gda.pl>
13408
13409 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
13410 and libgcj for AVR.
13411
397de1ff
KK
134122002-05-23 Kaz Kojima <kkojima@gcc.gnu.org>
13413
13414 * MAINTAINERS (Write After Approval): Add myself.
13415
ac30211c
JT
134162002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
13417
13418 * config.guess: Update to 2002-05-22 version.
13419 * config.sub: Likewise.
13420
1e6347d8
RO
134212002-05-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
13422
13423 * Makefile.in: Allow for PWDCMD to override hardcoded pwd.
13424 * config-ml.in: Likewise.
13425 * configure: Likewise.
13426 * configure.in: Likewise.
13427
e5ce1d6d
SC
134282002-05-16 Stephane Carrez <stcarrez@nerim.fr>
13429
13430 * MAINTAINERS: Update my email address.
13431
6cdef75d
NN
134322002-05-13 Nathanael Nerode <neroden@twcny.rr.com>
13433
4a87f061
NN
13434 * configure.in: Simplify makefile fragment collection.
13435
13436 * configure.in: Remove code to build emacs.
603606e7 13437
e254d6b5
NN
13438 * configure.in : Remove --srcdir argument from targargs and buildargs
13439 (it's always overridden in the Makefile anyway). Rearrange a bit.
13440
13441 * configure: Move some logic to configure.in.
13442 * configure.in: Move some logic from configure.
6cdef75d 13443
1d6006fe
TT
134442002-05-11 Tom Tromey <tromey@redhat.com>
13445
13446 * MAINTAINERS: Reflect libgcj reality.
13447
b70b3534
FS
134482002-05-09 Federico G. Schwindt <fgsch@olimpo.com.br>
13449
13450 * Makefile.in: Honour DESTDIR.
13451
4434687a
MM
134522002-05-08 Mark Mitchell <mark@codesourcery.com>
13453
13454 * config.guess: Import 2002-03-20 version.
13455 * config.sub: Import 2002-04-26 version.
13456
a89e49c7
RO
134572002-05-08 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
13458
13459 * config-ml.in: Allow for PWDCMD to determine ML_POPDIR.
13460
44e55536
TJ
134612002-05-07 Tim Josling <tej@melbpc.org.au>
13462
13463 * MAINTAINERS: Add self.
13464
dce2d8b2 134652002-05-06 Loren J. Rittle <ljrittle@acm.org>
97320a3f
LR
13466
13467 * ltmain.sh: Detect and handle object name conflicts
13468 while piecewise linking a static library.
13469
b7c13625
AO
134702002-05-05 Alexandre Oliva <aoliva@redhat.com>
13471
13472 * configure.in (noconfigdirs): Don't disable libgcj on
13473 sparc64-*-solaris* and sparcv9-*-solaris*.
13474
4182d9fa
AO
134752002-05-03 Alexandre Oliva <aoliva@redhat.com>
13476
13477 * configure.in: Revert 2002-04-18's patch; fixed in libjava.
13478
7bebf279
TF
134792002-05-03 Thomas Fitzsimmons <fitzsim@redhat.com>
13480
13481 * configure.in (FLAGS_FOR_TARGET): Do not add
13482 -B$$r/$(TARGET_SUBDIR)/newlib/ when compiling newlib natively
13483 on i[3456]86-*-linux*.
13484
9a06dc7d
TF
134852002-05-01 Thomas Fitzsimmons <fitzsim@redhat.com>
13486
13487 * configure.in (noconfigdirs): Replace [ ] with test.
13488
13489 * configure.in (noconfigdirs): Do not add target-newlib if
13490 target == i[3456]86-*-linux*, and host == target.
13491
a51a07fa
NN
134922002-04-29 Nathanael Nerode <neroden@doctormoo.dyndns.org>
13493
9e7facd6
DD
13494 * configure.in: delete reference to absent file
13495
aeaa0f2f
NN
13496 * configure.in: replace '[' with 'test'
13497
4bb98828
NN
13498 * configure.in: Eliminate references to gash.
13499 * Makefile.in: Eliminate references to gash.
13500
64791664
NN
13501 * configure.in: remove useless references to 'pic' makefile fragments.
13502
3ed57cf4
NN
13503 * configure.in: (*-*-windows*) Finish removing.
13504
a51a07fa
NN
13505 * configure.in: Eliminate redundant test for libgui.
13506
8552f6f1
RS
135072002-04-29 Roger Sayle <roger@eyesopen.com>
13508
13509 * MAINTAINERS: Add self and realphabetize. Update entries
13510 for Dan Berlin, Chris Demetriou and Michael Matz. Remove
13511 entry for a29k port maintainer.
13512
dce2d8b2 135132002-04-26 Joel Sherrill <joel@OARcorp.com>
9e847666
JS
13514
13515 * configure.in (h8300*-*-rtems*): Disable libf2c and libgcj.
13516 (sparc-*-elf*, sparc64-*-elf*): Disable libgcj.
13517
704c9a14
NN
135182002-04-19 Nathanael Nerode <neroden@twcny.rr.com>
13519
13520 * configure.in: remove references to dead files
13521
7bff5059
MM
135222002-04-19 Mark Mitchell <mark@codesourcery.com>
13523
13524 * MAINTAINERS: Add information about purpose of this file.
13525
0c7c67f0
TT
135262002-04-18 Tom Tromey <tromey@redhat.com>
13527
13528 * configure.in: Disallow configuring libgcj when it is already
13529 installed and we're using Solaris 2.8 linker. Do enable libgcj on
13530 Solaris 2.8 by default. For PR libgcj/6158.
13531
63501e91
NN
135322002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
13533
13534 * configure.in: Move default CC setting out of config/mh-* fragments
13535 directly into here.
13536
701afd4d
NN
135372002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
13538
13539 * configure.in: don't even try to configure or make a subdirectory
13540 if there's no configure script for it.
13541
07cdae91
MM
135422002-04-15 Mark Mitchell <mark@codesourcery.com>
13543
13544 * MAINTAINERS: Remove chill maintainers.
13545 * Makefile.in (CHILLFLAGS): Remove.
13546 (CHILL_LIB): Remove.
13547 (TARGET_CONFIGDIRS): Remove libchill.
13548 (CHILL_FOR_TARGET): Remove.
13549 (BASE_FLAGS_TO_PASS): Don't pass CHILLFLAGS, CHILL_FOR_TARGET, or
13550 CHILL_LIB.
13551 (CONFIGURE_TARGET_MODULES): Remove configure-target-libchill.
13552 (CHECK_TARGET_MODULES): Likewise.
13553 (INSTALL_TARGET_MODULES): Likewise.
13554 (CLEAN_TARGET_MODULES): Likewise.
13555 (configure-target-libchill): Remove.
13556 (all-target-libchill): Remove.
13557 * configure.in (target_libs): Remove target-libchill.
13558 Do not compute CHILL_FOR_TARGET.
13559 * libchill: Remove directory.
5ce6f47b 13560
ab50d72b
DD
135612002-04-11 DJ Delorie <dj@redhat.com>
13562
13563 * Makefile.in, configure.in: Sync with binutils, entries
13564 follow...
13565
0a1e123a
DD
135662002-04-07 Andrew Cagney <ac131313@redhat.com>
13567
13568 * Makefile.in (do-tar-bz2): Delete rule. Replace with ...
13569 (do-tar, do-bz2): New rules.
13570 (taz): Update. Replace do-tar-bz2 with do-tar and do-bz2.
13571 (gdb-tar): New rule.
13572 (gdb-taz): Rewrite. Use gdb-tar and do-bz2.
13573 (insight_dejagnu.tar): New rule.
13574 (insight.tar): New rule.
13575 (gdb+dejagnu.tar): New rule.
13576 (gdb.tar): New rule.
13577
ab50d72b
DD
135782002-02-01 Mo DeJong <supermo@bayarea.net>
13579
13580 * Makefile.in: Add all-tix to deps for all-snavigator
13581 so that tix is built when building snavigator.
13582
135832002-01-11 Steve Ellcey <sje@cup.hp.com>
13584
13585 * configure.in (ia64*-*-hpux*): New target for IA64 HP-UX,
13586 ld and gdb are not supported.
13587
135882002-01-07 Mark Salter <msalter@redhat.com>
13589
13590 * configure.in: Remove target-bsp and target-cygmon from arm builds.
13591 Allow target-libgloss to be built for arm, strongarm, and xscale.
13592
135932001-12-13 Thomas Fitzsimmons <fitzsim@redhat.com>
13594
13595 * configure.in (FLAGS_FOR_TARGET): Remove -nostdinc and -isystem
13596 options for i[3456]86-pc-linux* native builds.
13597
135982001-11-20 Nick Clifton <nickc@cambridge.redhat.com>
13599
13600 * Makefile.in (do-proto-toplev): Use msgfmt to generate .gmo
13601 files from .po files for a distribution.
13602
136032001-09-03 Jeff Holcomb <jeffh@redhat.com>
13604
13605 * configure.in: Enable libstdc++-v3 for h8300 targets.
13606
136072001-06-19 Alan Modra <amodra@bigpond.net.au>
13608
13609 * Makefile.in (VER): If AM_INIT_AUTOMAKE uses BFD_VERSION, get
13610 version from bfd/.
13611
13612Fri Jun 8 11:14:02 2001 Andrew Cagney <cagney@b1.cygnus.com>
13613
13614 * Makefile.in (VER): When present, extract the version number from
13615 the file version.in.
13616
dce2d8b2 136172001-05-24 Tom Rix <trix@redhat.com>
ab50d72b
DD
13618
13619 * configure.in : enable ld for aix
13620
136212001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
13622
13623 * config.guess: Add linux target for S/390.
13624
136252000-11-07 Philip Blundell <pb@futuretv.com>
13626
13627 * Makefile.in (ETC_SUPPORT): Also add configbuild.* and configdev.*.
13628
136292000-11-03 Philip Blundell <pb@futuretv.com>
13630
13631 * Makefile.in (ETC_SUPPORT): Add configure.texi and associated info
13632 files.
13633
136342001-01-15 Ben Elliston <bje@redhat.com>
13635
13636 * configure.in (host_tools): Add sid.
13637 Always configure cgen.
13638
136392000-11-24 Nick Clifton <nickc@redhat.com>
13640
13641 * configure.in (c4x, c5x, tic54x): Move after ARM targets.
13642
ab50d72b
DD
136432000-08-20 Doug Evans <dje@casey.transmeta.com>
13644
13645 * Makefile.in (ALL_MODULES): Add all-cgen.
13646 (CROSS_CHECK_MODULES,INSTALL_MODULES,CLEAN_MODULES): Similarily.
13647 (all-cgen): New target.
13648 (all-opcodes,all-sim): Depend on all-cgen.
13649 * configure.in (host_tools): Add cgen.
13650 Only configure cgen if --enable-cgen-maint.
13651
dce2d8b2 136522002-04-09 Loren J. Rittle <ljrittle@acm.org>
ef98ad7b
LR
13653
13654 * configure.in: Add *-*-freebsd* configurations.
13655
90def2b2
TT
136562002-04-08 Tom Tromey <tromey@redhat.com>
13657
13658 * configure.in: Add FLAGS_FOR_TARGET to GCJ_FOR_TARGET.
13659 Fixes PR libgcj/6068.
13660
320d7e7a
KW
136612002-03-30 Krister Walfridsson <cato@df.lth.se>
13662
13663 * configure.in (i*86-*-netbsdelf*): Don't disable libgcj.
13664
18b467f1
RO
136652002-03-27 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
13666
13667 * configure.in (alpha*-dec-osf*): Enable libgcj.
13668
dce2d8b2 136692003-03-27 Matthew Gingell <gingell@gnat.com>
8bb3a5af
MG
13670
13671 * MAINTAINERS (Write After Approval): Add myself.
13672
56ae9405
NC
136732002-03-24 Nick Clifton <nickc@cambridge.redhat.com>
13674
13675 Fix for: PR bootstrap/3591, target/5676
13676 * configure.in (mcore-pe): Disable the configuration of
13677 libstdc++-v3 since exceptions are not supported.
13678
f18d9a0c
AG
136792002-03-20 Anthony Green <green@redhat.com>
13680
13681 * configure.in: Enable libgcj for xscale-elf target.
13682
dce2d8b2 13683Tue Mar 19 09:05:08 2002 J"orn Rennecke <joern.rennecke@superh.com>
c0e21eef
R
13684
13685 * MAINTAINERS: Update my email address.
13686
28eca9e8
AO
136872002-03-16 Alexandre Oliva <aoliva@redhat.com>
13688
13689 * ltmain.sh (relink_command): Fix typo in previous change.
13690
e67e72c7
AO
136912002-03-15 Alexandre Oliva <aoliva@redhat.com>
13692
13693 * ltmain.sh (taglist): Initialized. Don't let `CC' tag out of it.
13694 (relink_command): Added --tag flags.
13695 (mode=install): If relinking fails; error out.
13696
c2273204
RH
136972002-03-12 Richard Henderson <rth@redhat.com>
13698
13699 * Makefile.in (NOTPARALLEL): New. Use it instead of explicit
13700 .NOTPARALLEL tag.
13701 (do-check): Rename from check.
13702 (check): Allow parallel check.
13703
bcb64245
BW
137042002-03-12 Bob Wilson <bob.wilson@acm.org>
13705
13706 * MAINTAINERS: Add myself as maintainer for xtensa port.
13707 Fix alphabetical order in CPU port maintainer list.
13708 Remove myself from Write After Approval list.
13709
63adb4ff
RH
137102002-03-11 Richard Henderson <rth@redhat.com>
13711
13712 * Makefile.in (.NOTPARALLEL): Add fake tag.
13713
9bec4bf0
L
137142002-03-07 H.J. Lu (hjl@gnu.org)
13715
13716 * configure.in: Enable gprof for mips*-*-linux*.
13717
c7fc1f84
DS
137182002-03-05 Danny Smith <dannysmith@users.sourceforge.net>
13719
13720 * MAINTAINERS (Write After Approval): Add myself.
13721
6bff33fb
AO
137222002-02-28 Alexandre Oliva <aoliva@redhat.com>
13723
13724 * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
13725 libjava.
13726 (CXX_FOR_TARGET): Explain why -shared-libgcc here.
13727
0210b33b
AO
137282002-02-23 Alexandre Oliva <aoliva@redhat.com>
13729
13730 * Makefile.in (MAKEINFO): Don't assume makeinfo will be built just
13731 because its Makefile is there; test for the executable instead.
13732
fcc0a3ef
AO
137332002-02-22 Alexandre Oliva <aoliva@redhat.com>
13734
13735 * configure.in (CXX_FOR_TARGET): Add -shared-libgcc for
13736 libstdc++-v3 and libjava.
13737
dce2d8b2 137382002-02-11 Adam Megacz <adam@xwt.org>
97cf8285
AM
13739
13740 * gcc/Makefile.in: Removed libstdc++-v3 dependancy for libjava and
13741 boehm-gc
5ce6f47b 13742
40fe0ec3
AO
137432002-02-09 Alexandre Oliva <aoliva@redhat.com>
13744
13745 * config.guess: Updated to 2002-01-30's version.
13746 * config.sub: Updated to 2002-02-01's version.
13747 Contribute sh64-elf.
13748 2000-12-01 Alexandre Oliva <aoliva@redhat.com>
13749 * configure.in: Added sh64-*-*.
13750
694d53ee
CD
137512002-02-08 Chris Demetriou <cgd@broadcom.com>
13752
13753 * MAINTAINERS: Belatedly add myself to write after approval list.
13754
a9ca50b1
JH
13755Thu Feb 7 12:40:58 CET 2002 Jan Hubicka <jh@suse.cz>
13756
13757 * MAINTAINERS: Put self in as maintainer for x86-64 port.
13758 Remove self as Write After Approval.
13759
5ffc3500
GK
137602002-01-31 Geoffrey Keating <geoffk@redhat.com>
13761
13762 * MAINTAINERS: Put self in as maintainer for contrib/regression
13763 directory.
13764
4ceaf7fb
PE
137652002-01-28 Phil Edwards <pme@gcc.gnu.org>
13766
13767 * MAINTAINERS: Update my email address.
13768
51584787
JT
137692002-01-26 Jason Thorpe <thorpej@wasabisystems.com>
13770
5ce6f47b
EC
13771 * configure.in (*-*-netbsd*): New. Skip target-newlib,
13772 target-libiberty, and target-libgloss. Skip Java-related
51584787
JT
13773 libraries if not supported for NetBSD on target CPU.
13774
5701d273
DR
137752002-01-25 Douglas B Rupp <rupp@gnat.com>
13776
13777 * install-sh: Use _inst.$$_ for temp file name.
13778
b299a075
JT
137792002-01-24 Jason Thorpe <thorpej@wasabisystems.com>
13780
13781 * MAINTAINERS (Write After Approval): Move my contact info
13782 from here...
13783 (OS Port Maintainers): ...to here (netbsd).
13784
51fe14b5
BW
137852002-01-22 Bob Wilson <bob.wilson@acm.org>
13786
13787 * MAINTAINERS (Write After Approval): Add myself.
13788
dce2d8b2 137892002-01-17 H.J. Lu <hjl@gnu.org>
b634ad42
L
13790
13791 * Makefile.in (all-fastjar): Also depend on all-libiberty.
13792 (all-target-fastjar): Also depend on all-target-libiberty.
13793
3cd87679
L
137942002-01-16 H.J. Lu (hjl@gnu.org)
13795
13796 * config.guess: Import from master sources, rev 1.225.
13797 * config.sub: Import from master sources, rev 1.238.
13798
969a6d8f
KH
137992002-01-16 Kazu Hirata <kazu@hxi.com>
13800
13801 * MAINTAINERS (Write After Approval): Remove myself.
13802
366f6a52
FW
138032001-12-19 Florian Weimer <fw@deneb.enyo.de>
13804
13805 * MAINTAINERS (Write After Approval): Add myself.
13806
f02240b6
JM
138072001-12-17 Joseph S. Myers <jsm28@cam.ac.uk>
13808
13809 * MAINTAINERS: Add self as docs co-maintainer.
13810
5d08dc39
MK
138112001-12-11 Matthias Klose <doko@debian.org>
13812
13813 * MAINTAINERS (Write After Approval): Add myself.
13814
39e790d5
ZW
138152001-12-09 Zack Weinberg <zack@codesourcery.com>
13816
13817 * MAINTAINERS: Update my email address.
13818
4519d6a3
TC
138192001-12-07 Turly O'Connor <turly@apple.com>
13820 * MAINTAINERS (Write After Approval): Add myself.
13821 * rs6000.c (rs6000_trampoline_size): Handle ABI_DARWIN case.
13822 (rs6000_initialize_trampoline): Call __trampoline_setup for
13823 ABI_DARWIN too.
13824 * darwin-tramp.asm: New file, implements __trampoline_setup.
6e12e72c 13825 * t-darwin (LIB2FUNCS_EXTRA): Include darwin-tramp.asm.
4519d6a3 13826
21cf0a73
PC
138272001-12-07 Paolo Carlini <pcarlini@unitus.it>
13828
13829 * MAINTAINERS (Write After Approval): Add myself.
13830
4ee43206
DR
13831Wed Dec 5 07:33:45 2001 Douglas B. Rupp <rupp@gnat.com>
13832
13833 * configure, configure.in: Use temp file for long sed commands.
13834
251931f3
LG
138352001-12-03 Laurent Guerby <guerby@acm.org>
13836
13837 * config.sub: Update to version 1.232 on subversion.
13838
03777dd7
BE
138392001-12-03 Ben Elliston <bje@redhat.com>
13840
13841 * MAINTAINERS: Update mail address for config.* patches.
13842
dce2d8b2 138432001-11-27 DJ Delorie <dj@redhat.com>
e490616e
ZW
13844 Zack Weinberg <zack@codesourcery.com>
13845
13846 When build != host, create libiberty for the build machine.
13847
13848 * Makefile.in (TARGET_CONFIGARGS, BUILD_CONFIGARGS): Replace
13849 CONFIG_ARGUMENTS.
13850 (ALL_BUILD_MODULES_LIST, BUILD_CONFIGDIRS, BUILD_SUBDIR):
13851 New variables.
13852 (ALL_BUILD_MODULES, CONFIGURE_BUILD_MODULES): New variables
13853 and rules.
13854 (all.normal): Depend on ALL_BUILD_MODULES.
13855 (CONFIGURE_TARGET_MODULES rule): Use TARGET_CONFIGARGS.
13856 (all-build-libiberty): Depend on configure-build-libiberty.
13857
13858 * configure: Calculate and substitute proper value for
13859 ALL_BUILD_MODULES.
13860 * configure.in: Create the build subdirectory.
13861 Calculate and substitute TARGET_CONFIGARGS (formerly
13862 CONFIG_ARGUMENTS); also BUILD_SUBDIR and BUILD_CONFIGARGS (new).
13863
04075e8f
ZL
138642001-11-26 Ziemowit Laski <zlaski@apple.com>
13865
13866 * MAINTAINERS (write-after-approval): Add self.
13867
ed19322d
CR
138682001-11-17 Craig Rodrigues <rodrigc@gcc.gnu.org>
13869
13870 * MAINTAINERS (GNATS only accounts): Remove self.
13871
90a12988
HPN
138722001-11-14 Hans-Peter Nilsson <hp@bitrange.com>
13873
13874 * configure.in (noconfigdirs) [h8300*-*-*, h8500-*-*]: Disable
13875 libf2c.
13876
77e653ad
CR
138772001-11-12 Craig Rodrigues <rodrigc@gcc.gnu.org>
13878
13879 * MAINTAINERS (Write After Approval): Add self.
13880
64adad99
DB
138812001-11-12 David O'Brien <obrien@FreeBSD.org>
13882
13883 * MAINTAINERS: mips and s390 are also CPU ports.
13884
834a28c7
DB
138852001-11-12 David O'Brien <obrien@FreeBSD.org>
13886
13887 * MAINTAINERS: mcore, cris and mmix are also CPU ports.
13888
ef94239f
DB
138892001-11-11 David O'Brien <obrien@FreeBSD.org>
13890
13891 * MAINTAINERS: Alphabetize.
13892
beda0427
KH
138932001-11-09 Kazu Hirata <kazu@hxi.com>
13894
13895 * MAINTAINERS (Various maintainers: h8 port): Add myself.
13896
6ca224d3
JDA
138972001-11-09 John David Anglin <dave@hiauly1.hia.nrc.ca>
13898
13899 * MAINTAINERS (Various maintainers: hppa port): Added myself.
13900
132e4bd7
PE
139012001-11-08 Phil Edwards <pedwards@disaster.jaj.com>
13902
13903 * configure.in (--enable-languages): Be more permissive about
13904 syntax. Check for empty lists better. Warn about $LANGUAGES.
13905
c6243b4c
GK
139062001-11-08 Geoffrey Keating <geoffk@redhat.com>
13907
13908 * config.sub: Import from master sources, rev. 1.230.
13909 * MAINTAINERS: Change 'stormy16' to 'xstormy16'.
13910
abbb9e76
LG
139112001-11-07 Laurent Guerby <guerby@acm.org>
13912
13913 * MAINTAINERS (Write After Approval): Add self.
13914
53cdb27a
HPN
139152001-11-06 Hans-Peter Nilsson <hp@bitrange.com>
13916
13917 * Makefile.in (MAKEINFO): Use "missing" for makeinfo older than 4.0.
13918
dd3a88c9
HPN
139192001-11-05 Hans-Peter Nilsson <hp@bitrange.com>
13920
13921 * config.sub: Import from master sources, rev 1.226.
13922 * config.guess: Import from master sources, rev 1.216.
13923
d344dce9
HPN
139242001-11-03 Hans-Peter Nilsson <hp@bitrange.com>
13925
13926 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgcj.
13927 * MAINTAINERS: Add self as maintainer of MMIX port.
13928 Remove old after-approval entry.
13929
63f6bcd7
JM
139302001-10-28 Joseph S. Myers <jsm28@cam.ac.uk>
13931
13932 * ChangeLog, configure: Fix spelling errors.
13933
84f92638
BK
139342001-10-20 Brendan Kehoe <brendan@zen.org>
13935
13936 * MAINTAINERS: Tweak my address.
13937
dce2d8b2 13938Thu Oct 11 21:50:15 2001 J"orn Rennecke <amylaar@onetel.net.uk>
2f30eda4
R
13939
13940 * MAINTAINERS: Update my email address.
13941
1567080c 139422001-10-11 Hans-Peter Nilsson <hp@axis.com>
a61f7417 13943
f48a3b5c 13944 * configure.in (noconfigdirs) [cris-*-*]: Disable libgcj.
7fad0302 13945 * MAINTAINERS: Add self as maintainer of CRIS port.
a61f7417 13946
30106886
GB
139472001-10-10 Geert Bosch <bosch@gnat.com>
13948
e490616e 13949 * MAINTAINERS (Various maintainers: Ada front end):
30106886
GB
13950 Added Robert Dewar.
13951
dce2d8b2 139522001-10-03 David Billinghurst <David.Billinghurst@riotinto.com>
d3d51b8c
DB
13953
13954 * MAINTAINERS (Write After Approval): Added self
13955
d1c3e709
GB
139562001-10-02 Geert Bosch <bosch@gnat.com>
13957
13958 * MAINTAINERS (Various maintainers: Ada front end): Added myself.
13959
50f5f793
JM
139602001-10-02 Joseph S. Myers <jsm28@cam.ac.uk>
13961
13962 * configure: Handle temporary files securely using mkdir.
13963
7fddf9a9
AO
139642001-09-29 Alexandre Oliva <aoliva@redhat.com>
13965
13966 * Makefile.in (configure-target-gperf): Depend on $(ALL_GCC_CXX).
13967
dce2d8b2 139682001-09-26 Will Cohen <wcohen@redhat.com>
387beb82
WC
13969
13970 * configure.in (*-*-linux*): Disable configuration of target-newlib
13971 and target-libgloss.
e490616e 13972
0c055e34
AO
139732001-09-26 Alexandre Oliva <aoliva@redhat.com>
13974
13975 * Makefile.in (EXTRA_TARGET_FLAGS): Pass RANLIB_FOR_TARGET for
13976 RANLIB.
13977
759bfa90
AO
139782001-09-21 Alexandre Oliva <aoliva@redhat.com>
13979
13980 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET,
13981 DLLTOOL_FOR_TARGET, WINDRES_FOR_TARGET, AR_FOR_TARGET,
13982 RANLIB_FOR_TARGET, NM_FOR_TARGET): Don't use double quotes to
13983 avoid quotes nesting problems.
13984 (NATIVE_CHECK_MODULES): Ditto, just for consistency.
13985 (DO_X): Export only variables that are set.
13986
1dc4a750
BE
139872001-09-19 Ben Elliston <bje@redhat.com>
13988
13989 * configure.in (sparc-sun-solaris2*): Don't use /usr/bin/which on
13990 Solaris when testing for the /usr/ucb/cc compiler; it has incorrect
13991 semantics. Use the shell built-in "type" command instead.
13992
898c7238
AO
139932001-08-31 Alexandre Oliva <aoliva@redhat.com>
13994
13995 Merged from gcc-3_0-branch:
13996 2001-07-30 Jeff Sturm <jsturm@one-pont.com>
13997 * ltcf-c.sh: Use $objext, not $ac_objext.
13998 2001-07-27 Mark Kettenis <kettenis@gnu.org>
13999 * ltcf-cxx.sh: Add support for GNU.
14000 2001-07-22 Timothy Wall <twall@redhat.com>
14001 * ltcf-c.sh: Don't disable shared libraries for AIX5/IA64. Preserve
14002 default settings if using GNU tools with that configuration.
14003 * ltcf-cxx.sh: Ditto.
14004 * ltcf-gcj.sh: Ditto.
14005 2001-07-21 Michael Chastain <chastain@redhat.com>
14006 * ltconfig: Set max_cmd_len to a maximum of 512Kb, as it seems some
14007 HPUX 11.0 systems have trouble with 1MB. Mark as gcc-local.
14008 * ltmain.sh: Mark as gcc-local.
14009
8fa0a32e
EC
140102001-08-30 Eric Christopher <echristo@redhat.com>
14011 Jason Eckhardt <jle@redhat.com>
14012
14013 * config.guess: Merge from master sources.
14014 * config.sub: Merge from master sources, add support for mipsisa32.
14015
32f30f91 140162001-08-25 Geoffrey Keating <geoffk@redhat.com>
32f30f91
GK
14017 * config.sub: Merge from master sources, rev 1.219.
14018 * MAINTAINERS: Add self as contact for stormy16 port.
14019
f6084f99
ZW
140202001-08-14 Zack Weinberg <zackw@panix.com>
14021
14022 * config.sub: Merge from master sources, rev 1.218.
14023 * config.guess: Merge from master sources, rev 1.209.
14024
91b54f7f
GS
140252001-08-11 Graham Stott <grahams@redhat.com>
14026
14027 * Makefile.in (check-c++): Add missing semicolon.
14028
e5b3941e
JH
14029Mon Jul 30 19:24:13 CEST 2001 Jan Hubicka <jh@suse.cz>
14030
32f30f91 14031 * MAINTAINERS (Various maitainers: predict.def): Added myself.
e5b3941e 14032
6387a56e
EC
140332001-07-30 Eric Christopher <echristo@redhat.com>
14034
14035 * MAINTAINERS (Various maintainers: mips port): Added myself.
14036
53b475f0
AH
140372001-07-25 Andrew Haley <aph@cambridge.redhat.com>
14038
e490616e 14039 * configure.in (sh-*-linux*): New.
53b475f0 14040
2a08c780
RH
140412001-07-27 Richard Henderson <rth@redhat.com>
14042
14043 * .cvsignore: Add LAST_UPDATED.
14044
bfa79422
UW
140452001-07-23 Ulrich Weigand <uweigand@de.ibm.com>
14046
14047 * MAINTAINERS (Various maintainers: s390 port): Added myself.
14048
0ae85492
AH
140492001-07-16 Aldy Hernandez <aldyh@redhat.com>
14050
e490616e 14051 * config.sub: Fix mips64vr5000el typo in CPU-COMPANY.
0ae85492 14052
8e1ab0fe
NP
14053Fri Jul 13 14:31:57 2001 Nicola Pero <nicola@brainstorm.co.uk>
14054
14055 * MAINTAINERS (Write After Approval): Added myself.
14056
2b997990
SC
140572001-07-12 Stephane Carrez <Stephane.Carrez@worldnet.fr>
14058
14059 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
14060 and libgcj on m68hc11/m68hc12.
14061
d920e825
L
140622001-06-27 H.J. Lu (hjl@gnu.org)
14063
14064 * Makefile (CFLAGS_FOR_BUILD): New.
14065 (EXTRA_GCC_FLAGS): Add CFLAGS_FOR_BUILD.
14066
d425a1e0
JM
140672001-06-13 Joseph S. Myers <jsm28@cam.ac.uk>
14068
14069 * README: Remove version number.
14070
5b5b4207
GP
140712001-06-13 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
14072
14073 * INSTALL/README: Update wrt. to the installation instructions now
14074 residing in gcc/doc/install.texi.
14075
be839b69
JM
140762001-06-13 Joseph S. Myers <jsm28@cam.ac.uk>
14077
14078 * README: Replace with a cut-down and updated version of gcc/README.
14079
fe2ee7c4
DE
140802001-06-12 David Edelsohn <edelsohn@gnu.org>
14081
14082 * config-ml.in (powerpc-*-* | rs6000-*-*): Allow aix64 and pthread
14083 multilibs to be disabled.
14084
4f5d646c
DB
140852001-06-11 Daniel Berlin <dan@cgsoftware.com>
14086
14087 * MAINTAINERS (Write After Approval): Add myself.
6387a56e 14088
818f0c85
AO
140892001-06-09 Alexandre Oliva <aoliva@redhat.com>
14090
14091 * config.guess: Import CVS version 1.195.
14092 * config.sub: Import CVS version 1.212.
14093
e9a8af10
AO
140942001-06-08 Alexandre Oliva <aoliva@redhat.com>, Jeff Sturm <jsturm@one-point.com>
14095
14096 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
14097 gcc/xgcc is built, use -print-prog-name to find out the program
14098 name to use.
14099
ae3ca0a9
PE
141002001-06-04 Phil Edwards <pme@sources.redhat.com>
14101
14102 * config.guess: Import CVS version 1.194. All gcc-local changes
14103 appear to also be in the master copy.
14104 * config.sub: Import CVS version 1.211.
14105
066bd40d
MM
14106Mon Jun 4 16:32:53 2001 Mark Mitchell <mark@codesourcery.com>
14107
14108 * ltcf-c.sh (archive_cmds, archive_expsym_cmds) [solaris,
14109 with_gcc]: Use `gcc -shared' to build a shared library.
14110
4aef4f33
JDA
14111Mon Jun 4 16:24:43 2001 John David Anglin <dave@hiauly1.hia.nrc.ca>
14112
14113 * ltcf-c.sh (archive_cmd) [hpux, with_gcc]: Use gcc to link shared
14114 archives.
14115
c386f00f
RO
14116Fri Jun 1 18:55:19 2001 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
14117
14118 * MAINTAINERS (Write After Approval): Add myself.
14119
2ae5cea5
HPN
141202001-06-01 Hans-Peter Nilsson <hp@axis.com>
14121
14122 * configure.in (libstdcxx_flags): Do not try to execute
14123 libstdc++-v3/testsuite_flags until it exists.
14124
c3766183
AM
141252001-06-01 Alan Modra <amodra@bigpond.net.au>
14126
14127 * MAINTAINERS: Update my email address.
14128
9b337833
GS
141292001-05-31 Graham Stott <grahams@redhat.com>
14130
14131 * MAINTAINERS (Write After Approval): Add myself.
14132
dce2d8b2 141332001-05-28 Simon Patarin <simon.patarin@inria.fr>
55fce0eb
SP
14134
14135 * ltcf-cxx.sh (osf3/osf4/osf5): Support creation of C++ shared
14136 libraries when using g++ with native linker.
14137
5f7de4b8
AO
141382001-05-28 Alexandre Oliva <aoliva@redhat.com>
14139
14140 * ltconfig, ltmain.sh: Upgrade to libtool 1.4a 1.641.2.256.
14141
a7bc0fbb
AO
141422001-05-22 Alexandre Oliva <aoliva@redhat.com>
14143
14144 * ltcf-cxx.sh (allow_undefined_flag, no_undefined_flag)
14145 [aix4*|aix5*]: Prepend blank.
14146
33456445
AO
141472001-05-20 Alexandre Oliva <aoliva@redhat.com>
14148
14149 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
14150 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.254. Rebuilt a number
14151 of subdir/configure scripts to use the new libtool.m4.
14152
e48d3d00
MK
141532001-05-19 Matt Kraai <kraai@alumni.carnegiemellon.edu>
14154
14155 * MAINTAINERS (Write After Approval): Add myself.
14156
9e0e191b
BK
141572001-05-18 Benjamin Kosnik <bkoz@redhat.com>
14158
14159 * configure.in (libstdcxx_flags): Remove reference to libstdc++.INC.
14160
3f19b439
BE
141612001-05-11 Ben Elliston <bje@redhat.com>
14162
14163 * Makefile.in (all-sid): New target.
14164 (check-sid, clean-sid, install-sid): Likewise.
14165
6ebe3121
JO
141662001-05-09 Jeffrey Oldham <oldham@codesourcery.com>
14167
14168 * ltcf-cxx.sh: Add -nostdlib to IRIX 6 archive_cmds.
14169
ca3667c4
AO
141702001-05-03 Alexandre Oliva <aoliva@redhat.com>
14171
14172 * configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: Disable
14173 libgcj.
14174
141752001-05-03 Alexandre Oliva <aoliva@redhat.com>
14176
14177 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
14178 gcc/xgcc is built, use -print-prog-name to find out the program
14179 name to use.
14180
b2964d63
AO
141812001-04-26 Alexandre Oliva <aoliva@redhat.com>
14182
b1bb2302
AO
14183 * configure.in (noconfigdirs): Don't reset it from scratch in the
14184 target case; only append to it.
6387a56e 14185
b2964d63
AO
14186 * configure.in (noconfigdirs) [hppa*-*-*, mips*-*-irix6*,
14187 sparc-*-solaris2.8]: Disable ${libgcj}.
14188
8343765d
AO
141892001-04-25 Alexandre Oliva <aoliva@redhat.com>
14190
14191 * configure.in (libgcj_saved): Copy from $libgcj.
14192 (libgcj): Zero out if --enable-libgcj; add to noconfigdirs is
14193 --disable-libgcj.
14194
ddbb6d43
GRK
141952001-04-25 Gavin Romig-Koch <gavin@redhat.com>
14196
14197 * MAINTAINERS: Remove self as MIPS maintainer and
6387a56e 14198 C front end maintainer.
ddbb6d43 14199
3fa03ff9
AG
14200Mon Apr 23 09:15:03 2001 Anthony Green <green@redhat.com>
14201
14202 * configure.in: Move *-chorusos target case to the proper switch.
14203 Disable libgcj.
14204
99ffe40f
AO
142052001-04-12 Alexandre Oliva <aoliva@redhat.com>
14206
14207 * ltconfig, ltmain.sh, ltcf-cxx.sh: Upgraded to libtool 1.4a
14208 1.641.2.228.
14209
78faa32d
FS
142102001-04-13 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
14211
14212 * Makefile.in (STAGE1_CFLAGS): Pass down.
14213
cdbff0ab
AM
142142001-04-13 Alan Modra <amodra@one.net.au>
14215
14216 * config.guess: Add hppa64-linux support. Note for next import that
14217 this is already in the master file.
14218 * configure.in: Likewise. Accept `parisc' alias for `hppa'.
14219
75b9074c
AO
142202001-04-12 Alexandre Oliva <aoliva@redhat.com>
14221
14222 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
14223 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.226.
14224
125404c5
SS
142252001-04-11 Stan Shebs <shebs@apple.com>
14226
14227 * MAINTAINERS: Add self as Darwin port maintainer.
14228
876684fe
AM
142292001-04-11 Alan Modra <amodra@one.net.au>
14230
14231 * MAINTAINERS: Update my email address.
14232
06729913
LR
142332001-04-10 Loren J. Rittle <ljrittle@acm.org>
14234
14235 * ltcf-cxx.sh: Support creation of C++ shared libraries on
14236 recent versions of FreeBSD (release 3 or later).
14237 * ltconfig: On FreeBSD, -lc must not be provided when building
14238 a shared library or else the standard -pthread gcc option is
14239 rendered worthless to later users of the built library.
14240
67916302
JM
142412001-04-06 Joseph S. Myers <jsm28@cam.ac.uk>
14242
14243 * MAINTAINERS: Add self and RTH as C front end maintainers.
14244
d2bc0628
AO
142452001-04-05 Alexandre Oliva <aoliva@redhat.com>
14246
e490616e
ZW
14247 * config.sub: Make sure to match an already-canonicalized
14248 machine name (eg. mn10300-unknown-elf).
d2bc0628 14249
a3406c06
AO
142502001-04-01 Alexandre Oliva <aoliva@redhat.com>
14251
14252 * Makefile.in (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS):
14253 New macros.
14254 (bootstrap, cross): Use RECURSE_FLAGS.
14255 * configure.in: Subst CXX_FOR_TARGET_FOR_RECURSIVE_MAKE.
14256
a076f6a4
AO
142572001-03-27 Alexandre Oliva <aoliva@redhat.com>
14258
14259 * configure.in (CXX_FOR_TARGET): Use xgcc for libstdc++-v3.
14260
e9f4fa71
CH
142612001-03-22 Colin Howell <chowell@redhat.com>
14262
7238de5c
CH
14263 * Makefile.in (DO_X): Do not backslash single-quotes in
14264 backquotes (two places).
e9f4fa71 14265
b6b14b1b
AO
142662001-03-22 Alexandre Oliva <aoliva@redhat.com>
14267
14268 Re-installed:
14269 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
14270 * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP. Do not add
14271 '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
14272 * ltcf-cxx.sh: Likewise.
14273 * ltcf-gcj.sh: Likewise.
14274
1eb0b89d
GP
142752001-03-22 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
14276
14277 * MAINTAINERS: Add myself as "documentation co-maintainer".
14278
82e23236
AO
142792001-03-22 Alexandre Oliva <aoliva@redhat.com>
14280
14281 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
14282 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.198.
14283
64ec27c3
TT
142842001-03-19 Tom Tromey <tromey@redhat.com>
14285
14286 * config-ml.in: Handle GCJ and GCJFLAGS.
14287
191de407
MC
142882001-03-21 Michael Chastain <chastain@redhat.com>
14289
14290 * Makefile.in: all-m4 depends on all-texinfo.
14291
fed4dede
LR
142922001-03-20 Loren J. Rittle <ljrittle@acm.org>
14293
14294 * MAINTAINERS: Add myself to write after approval list.
14295
085072bb
LB
142962001-03-18 Laurynas Biveinis <lauras@softhome.net>
14297
14298 * Makefile.in (DO_X): Quote nested quotes.
14299
5af8ea3f
AM
143002001-03-18 Alan Modra <alan@linuxcare.com.au>
14301
14302 * MAINTAINERS: Add myself to write after approval list.
14303
69e23037
LB
143042001-03-15 Laurynas Biveinis <lauras@softhome.net>
14305
14306 * Makefile.in (DO_X): Use double quotes for quoting
14307 "RANLIB=$${RANLIB}".
14308
2b9650f4
OP
143092001-03-10 Ovidiu Predescu <ovidiu@cup.hp.com>
14310
14311 * MAINTAINERS: Added Stan Shebs as new maintainer for Objective-C.
14312
dce2d8b2 143132001-03-09 Nicola Pero <n.pero@mi.flashnet.it>
4698d2cf
NP
14314
14315 * configure.in: Only use `lang_requires' for languages athat are
14316 actually enabled.
14317
f6646274
PE
143182001-03-08 Phil Edwards <pme@sources.redhat.com>
14319
14320 * MAINTAINERS (C++ runtime libs): Update and alphabatize.
14321
c9a54638
AO
143222001-03-08 Alexandre Oliva <aoliva@redhat.com>
14323
14324 * Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use.
14325
6a556ad6
TT
143262001-03-07 Tom Tromey <tromey@redhat.com>
14327
14328 * configure.in: Allow config-lang.in to set `lang_requires' to list
14329 of other required languages.
14330
6822468a
LB
143312001-03-06 Laurynas Biveinis <lauras@softhome.net>
14332
14333 * Makefile.in: Remove RANLIB definition. Use RANLIB
14334 in RANLIB_FOR_TARGET, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS,
14335 EXTRA_GCC_FLAGS, $(DO_X) targets only when the RANLIB is set.
6387a56e 14336
f04885d3 143372001-02-28 Benjamin Kosnik <bkoz@redhat.com>
e490616e 14338 Alexandre Oliva <aoliva@redhat.com>
6387a56e 14339
f04885d3
BK
14340 * Makefile.in (check-c++): Use tabs, not spaces.
14341
288edf47 143422001-02-20 Laurynas Biveinis <lauras@softhome.net>
6387a56e 14343
288edf47
LB
14344 * MAINTAINERS: add myself to Write After Approval list.
14345
3d55d2f8 143462001-02-19 Benjamin Kosnik <bkoz@redhat.com>
4d88a68a 14347
e490616e 14348 * Makefile.in (check-c++): New rule.
6387a56e 14349
4d88a68a
BK
14350 * configure.in (target_libs): Remove libg++.
14351 (noconfigdirs): Remove libg++.
14352 (noconfigdirs): Same.
14353 (noconfigdirs): Same.
14354 (noconfigdirs): Same.
14355
14356 * config-ml.in: Remove libg++ references.
14357
14358 * Makefile.in (TARGET_CONFIGDIRS): Remove libio, libstdc++, libg++.
14359 (ALL_TARGET_MODULES): Same.
14360 (configure-target-libg++): Remove.
14361 (all-target-libg++): Remove.
14362 (configure-target-libio): Remove.
14363 (all-target-libio): Remove.
14364 (check-target-libio): Remove.
14365 (.PHONY): Remove.
14366 (libg++.tar.bz2): Remove.
14367 (all-target-cygmon): Remove libio.
14368 (all-target-libstdc++): Remove.
14369 (configure-target-libstdc++): Remove.
14370 (TARGET_LIB_PATH): Remove libstdc++.
14371 (ALL_GCC_CXX): Remove libstdc++.
14372 (all-target-gperf): Correct.
14373
2437d4ed
NC
143742001-02-16 Nick Clifton <nickc@redhat.com>
14375
14376 * configure.in (noconfigdirs): Allow configuration of texinfo
14377 for Cygwin hosts.
14378
85b99cbe
AG
143792001-02-15 Anthony Green <green@redhat.com>
14380
14381 * configure: Introduce GCJ_FOR_TARGET.
14382 * configure.in: Ditto.
14383 * Makefile.in: Ditto.
14384
7b18790c
AS
143852001-02-13 Andreas Schwab <schwab@suse.de>
14386
14387 * MAINTAINERS: Update mail address.
14388
c4880c99
MS
143892001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
14390
14391 * config.guess: Add linux target for S/390.
14392 * config.sub: Likewise.
14393
dce2d8b2 143942001-02-08 Chandrakala Chavva <cchavva@redhat.com>
e31ae6db
CC
14395
14396 * configure.in: for *-chorusos, don't config target-newlib and
e490616e 14397 target-libgloss.
e31ae6db 14398
7739adfb
BE
143992001-02-06 Ben Elliston <bje@redhat.com>
14400
14401 * configure: Output host type to stdout, not stderr.
14402
36ca672c
MM
144032001-02-05 Mark Mitchell <mark@codesourcery.com>
14404
e40f2829 14405 * ltcf-c.sh: Add support for -no-undefined under GNU/Linux.
2a4e96b7
MM
14406 * ltcf-cxx.sh: Likewise.
14407
36ca672c
MM
14408 * config.if: Assume enable_libstdcxx_v3 is defined.
14409
22fdd65e
MM
144102001-02-04 Mark Mitchell <mark@codesourcery.com>
14411
14412 Remove V2 C++ library.
14413 * configure.in: Remove --enable-libstdcxx_v3 support.
14414
3b60dd8e
BM
144152001-01-31 Bryce McKinlay <bryce@albatross.co.nz>
14416
14417 * include/demangle.h: Add prototype for java_demangle_v3.
14418
42c0c80a
PE
144192001-01-29 Phil Edwards <pme@sources.redhat.com>
14420
14421 * COPYING.LIB: Update to LGPL 2.1 from the FSF.
14422
0be25992
RH
144232001-01-27 Richard Henderson <rth@redhat.com>
14424
14425 * configure.in (target_makefile_frag) [alpha*-*]: Use mt-alphaieee.
14426
8a8de62d
MS
144272001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>
14428
14429 * ltcf-cxx.sh (ac_cv_prog_cc_pic_works, ac_cv_prog_cc_static_works):
14430 Don't unset, it's non-portable and no longer necessary, set to empty
14431 instead.
14432
92769744
MS
144332001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>, Alexandre Oliva <oliva@lsd.ic.unicamp.br>
14434
14435 * ltconfig: Shell portability fix for the tagname validity check.
14436
88a1c0ab
AO
144372001-01-27 Alexandre Oliva <aoliva@redhat.com>
14438
14439 * ltcf-c.sh (ld_shlibs) [aix5*]: Disable on unknown CPU types.
14440 * ltcf-cxx.sh, ltcf-gcj.sh: Likewise.
14441
45291dd5
MS
144422001-01-26 Michael Sokolov <msokolov@ivan.Harhan.ORG>
14443
14444 * ltcf-cxx.sh: Use parentheses around eval $ac_compile.
14445
1ace7e15
TT
144462001-01-26 Tom Tromey <tromey@redhat.com>
14447
14448 * configure.in: Allow libgcj to be built on Sparc Solaris.
14449
0ef8b11b
DE
144502001-01-25 David Edelsohn <edelsohn@gnu.org>
14451
14452 * ltcf-c.sh: Add aix5 case.
14453 * ltcf-cxx.sh: Likewise.
14454 * ltconfig: Likewise.
14455
0006091e
AO
144562001-01-24 Alexandre Oliva <aoliva@redhat.com>
14457
9bad11e1
AO
14458 * ltmain.sh (TAG disable-shared, TAG disable-static): Make sure we
14459 keep at least one of build_libtool_libs or build_old_libs set to
14460 yes.
14461
0006091e
AO
14462 * ltcf-gcj.sh (lt_simple_link_test_code): Remove stray `(0)'.
14463 * libtool.m4 (_AC_LIBTOOL_GCJ): Pass $CPPFLAGS on.
14464
7c01b2b5
BM
144652001-01-23 Bryce McKinlay <bryce@albatross.co.nz>
14466
14467 * configure.in: Enable libgcj on several additional platforms.
14468
d340e0ac
BM
144692001-01-22 Bryce McKinlay <bryce@albatross.co.nz>
14470
14471 * configure.in: Enable libgcj for linux targets.
14472
5baf8c37
MS
144732001-01-20 Michael Sokolov <msokolov@ivan.Harhan.ORG>
14474
14475 * MAINTAINERS (Write After Approval): Add myself.
14476
10a0ba84
JDA
144772001-01-15 John David Anglin <dave@hiauly1.hia.nrc.ca>
14478
14479 * MAINTAINERS: Add myself as vax port maintainer.
14480
357c6a4b
FH
144812001-01-11 Fergus Henderson <fjh@cs.mu.oz.au>
14482
14483 * MAINTAINERS: Add myself as Mercury front-end maintainer.
14484
6e2d9a7a
MS
144852001-01-09 Mike Stump <mrs@wrs.com>
14486
14487 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass back configuration
14488 failures of subdirectories.
14489
b6b14b1b 144902001-01-02 Laurynas Biveinis <lauras@softhome.net>
976b230d 14491
b6b14b1b 14492 * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP. Do not add
976b230d 14493 '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
b6b14b1b
AO
14494 * ltcf-cxx.sh: Likewise.
14495 * ltcf-gcj.sh: Likewise.
14496 * ltconfig.sh: Fix typo.
976b230d 14497
07109110
LB
144982001-01-02 Laurynas Biveinis <lauras@softhome.net>
14499
14500 * configure: handle DOS-style absolute paths.
14501
1da5b8fc
LB
145022001-01-02 Laurynas Biveinis <lauras@softhome.net>
14503
14504 * configure.in: remove supported directories from $noconfigdirs for DJGPP.
14505
4c2f5b4f
MM
145062000-12-30 Marek Michalkiewicz <marekm@linux.org.pl>
14507
14508 * MAINTAINERS: Add myself as avr port co-maintainer.
14509
bc53668e
BE
145102000-12-28 Ben Elliston <bje@redhat.com>
14511
14512 * MAINTAINERS: Add myself under ``Write After Approval''.
14513
c387606f
JM
145142000-12-19 Joseph S. Myers <jsm28@cam.ac.uk>
14515
14516 * texinfo: Remove directory from GCC.
14517
2cb5082c
JM
145182000-12-18 Joseph S. Myers <jsm28@cam.ac.uk>
14519
14520 * COPYING: Update to current
14521 ftp://ftp.gnu.org/pub/gnu/Licenses/COPYING-2.0 (fixes references
14522 to 19yy as example year in copyright notice).
14523
cc330df9
BK
145242000-12-18 Benjamin Kosnik <bkoz@redhat.com>
14525
6387a56e 14526 * Makefile.in (BASE_FLAGS_TO_PASS): Alphabetize.
cc330df9
BK
14527 (libstdcxx_incdir): Pass down.
14528 * config.if: Remove expired bits for cxx_interface, add stub.
14529 (libstdcxx_incdir): Add variable for g++ include directory.
14530 * configure.in (gxx_include_dir): Use it.
6387a56e 14531
4c6b2835
AO
145322000-12-18 Alexandre Oliva <aoliva@redhat.com>
14533
14534 * MAINTAINERS: Added self as sh port co-maintainer. Removed entry
14535 with old-email address from ``Write After Approval''.
14536
3896f13e
AJ
145372000-12-15 Andreas Jaeger <aj@suse.de>
14538
14539 * configure.in: Handle lang_dirs.
14540
145412000-12-14 Tom Tromey <tromey@redhat.com>
90a10418 14542
ad46e881
TT
14543 * MAINTAINERS: Removed brads.
14544
90a10418
TT
14545 * MAINTAINERS: Added gcj developers.
14546
41dfe3a2 145472000-12-13 Anthony Green <green@redhat.com>
6387a56e 14548
41dfe3a2 14549 * configure.in: Disable libgcj for any target not specifically
3b75d237
AJ
14550 listed. Disable libgcj for x86 and Alpha Linux until compatible
14551 with g++ abi.
6387a56e 14552
e2f601da
MS
145532000-12-13 Mike Stump <mrs@wrs.com>
14554
14555 * Makefile.in (local-distclean): Also remove fastjar.
14556
70030c01
RB
145572000-12-12 Rodney Brown <RodneyBrown@mynd.com>
14558
14559 * contrib/gcc_update: Add fastjar --touch entries.
14560
2a50f859
AO
145612000-12-12 Alexandre Oliva <aoliva@redhat.com>
14562
14563 * configure.in: Disable language-specific target libraries for
14564 languages that aren't enabled.
14565
7743113b
AG
145662000-12-10 Anthony Green <green@redhat.com>
14567
14568 * configure.in: Define libgcj. Disable libgcj target libraries for
14569 most targets.
14570
92e061a6
NB
145712000-12-10 Neil Booth <neilb@earthling.net>
14572
14573 * MAINTAINERS: Update mail address, remove from WAA list.
14574
f34ff6d6
APB
145752000-12-09 Alexandre Petit-Bianco <apbianco@cygnus.com>
14576
14577 * libjava: Imported from /cvs/java.
14578 * libffi: Likewise.
14579 * Boehm-gc: Likewise.
14580
d82a33c6
APB
145812000-12-09 Alexandre Petit-Bianco <apbianco@cygnus.com>
14582
14583 * configure.in (target_libs): Revert 2000-12-08 patch.
14584 (noconfigdirs): Added target-libjava.
14585
e14f8e28
LB
145862000-12-09 Laurynas Biveinis <lauras@softhome.net>
14587
14588 * djunpack.bat: removed.
14589
fc26516b
LB
145902000-12-09 Laurynas Biveinis <lauras@softhome.net>
14591
14592 * Makefile.in: handle DOS-style absolute paths.
14593 * config-ml.in: likewise.
14594 * symlink-tree: likewise.
14595
bd8757b3
APB
145962000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
14597
14598 * fastjar: Imported.
14599
81522a1f
APB
146002000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
14601
14602 * Makefile.in (TARGET_CONFIGDIRS): Wrong place. Removed note about
14603 libjava.
14604 * configure.in (target_libs): Removed `target-libjava'.
14605
5db1f7ed
APB
146062000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
14607
14608 * Makefile.in (TARGET_CONFIGDIRS): Added note about libjava.
14609 (ALL_MODULES): Added fastjar.
14610 (NATIVE_CHECK_MODULES, INSTALL_MODULES, CLEAN_MODULES): Likewise.
14611 (all-target-libjava): all-fastjar replaces all-zip.
14612 (all-fastjar): Added.
14613 (configure-target-fastjar, all-target-fastjar): Likewise.
14614 * configure.in (host_tools): Added fastjar.
14615
5e59997c
MS
146162000-12-07 Mike Stump <mrs@wrs.com>
14617
14618 * Makefile.in (local-distclean): Remove leftover built files.
14619
0a534f40
NC
146202000-11-24 Nick Clifton <nickc@redhat.com>
14621
14622 * configure.in (xscale-elf): Add target.
14623 (xscale-coff): Add target.
14624
7686cadf
LR
146252000-11-22 Loren J. Rittle <ljrittle@acm.org>
14626
e490616e
ZW
14627 * ltcf-cxx.sh: Support creation of C++ shared libraries on
14628 recent versions of FreeBSD (release 3 or later).
14629 * ltconfig: On FreeBSD, -lc must not be provided when building
14630 a shared library or else the standard -pthread gcc option is
14631 rendered worthless to later users of the built library.
7686cadf 14632
fff01699
FF
146332000-11-16 Fred Fish <fnf@be.com>
14634
14635 * configure.in (enable_libstdcxx_v3): Fix typo,
14636 libstd++ -> libstdc++.
14637
4dc16355
KL
146382000-11-21 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
14639
14640 * MAINTAINERS: Add self to Write After Approval list.
14641
bf6fc7b2
BS
146422000-11-21 Bernd Schmidt <bernds@redhat.com>
14643
14644 * MAINTAINERS: Update my email address. Add myself to global write
14645 privs list.
14646
ce8e06b1
AO
146472000-11-18 Alexandre Oliva <aoliva@redhat.com>
14648
6e2a4843
AO
14649 * Makefile.in: Merge with src and libgcj.
14650 (ALL_GCC_C, ALL_GCC_CXX): New macros. Use them as dependencies of
14651 configure-target-<library> when their configure scripts need the C
14652 or C++ library to have already been built to work properly.
14653 (do_proto_toplev): Set them to an empty string.
14654
ce8e06b1
AO
14655 * Makefile.in (HOST_LIB_PATH, TARGET_LIB_PATH): New macros.
14656 (REALLY_SET_LIB_PATH): Use them.
14657
c003f378
SS
146582000-11-17 Stan Shebs <shebs@apple.com>
14659
14660 * MAINTAINERS: Add self to Write After Approval list.
14661
cc1e60ea
JM
146622000-11-13 Joseph S. Myers <jsm28@cam.ac.uk>
14663
14664 * configure: Provide the original toplevel configure arguments
14665 (including $0) to subprocesses in the environment rather than
14666 through gcc/configargs.h.
14667
1173593d
JM
146682000-11-13 Joseph S. Myers <jsm28@cam.ac.uk>
14669
14670 * MAINTAINERS: Remove references to cccp. Change C9X reference to
14671 C99. Alphabetise "Write After Approval" list.
14672
520907ee
MM
146732000-11-12 Mark Mitchell <mark@codesourcery.com>
14674
34f6fbdb
MM
14675 * configure: Turn on libstdc++ V3 by default.
14676
520907ee
MM
14677 * ltcf-c.sh: On Solaris, use `gcc -shared' to build a shared library
14678 if we've got GCC.
14679
0bbd37ed
PB
146802000-11-11 Philip Blundell <philb@gnu.org>
14681
14682 * MAINTAINERS: Add self to Write After Approval list.
14683
7ca0e6d9
DE
146842000-11-09 David Edelsohn <edelsohn@gnu.org>
14685
14686 * ltcf-c.sh (aix4): Improve shared library configuration; require
14687 exporting symbols.
14688 * ltcf-cxx.sh (aix4): Define.
14689 * ltconfig (aix4): Define library and soname specs appropriate for
14690 AIX. Define command to create export symbols list.
14691
dce2d8b2 14692Mon Nov 6 14:19:35 2000 Christopher Faylor <cgf@cygnus.com>
f559f30b
CF
14693
14694 * config.sub: Add support for Sun Chorus
14695
fc05d516
NC
146962000-10-31 Nick Clifton <nickc@redhat.com>
14697
14698 * MAINTAINERS: Rename <name>@cygnus.com addresses to
14699 <name>@redhat.com. Also installed new email address for Clint
14700 Popetz.
6387a56e 14701
90a0e73f
JM
147022000-10-30 Joseph S. Myers <jsm28@cam.ac.uk>
14703
14704 * etc: Remove directory from GCC.
14705
a5e1b548
MM
147062000-10-16 Michael Meissner <meissner@redhat.com>
14707
14708 * configure (gcc/configargs.h): Only create if there is a build GCC
14709 directory created.
14710
6387a56e
EC
147112000-10-16 Matthias Klose <doko@debian.org>
14712
be1db873
MK
14713 * config.if: Search libstdc++-v3/configure.in for INTERFACE,
14714 when configured for libstdc++-v3.
14715
f5fa9a5b
PE
147162000-10-05 Phil Edwards <pme@gcc.gnu.org>
14717
14718 * configure: Save configure arguments to gcc/configargs.h.
14719
61a77fea
PT
147202000-10-04 Philipp Thomas <pthomas@suse.de>
14721
14722 * config.guess: Import CVS version 1.157.
14723 * config.sub: Import CVS version 1.181.
14724
3a4fee66
AP
147252000-10-04 Andris Pavenis <pavenis@latnet.lv>
14726
14727 * Makefile.in (bootstrap): avoid recursion if subdir missing
14728 (cross): ditto
14729 (do-proto-toplev): ditto
14730
3dd7094e
AO
147312000-09-30 Alexandre Oliva <aoliva@redhat.com>
14732
de710532
AO
14733 * Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4,
14734 ltcf-c.sh, ltcf-cxx.sh and ltcf-gcj.sh.
14735
3dd7094e
AO
14736 * ltconfig, ltmain.sh, libtool.m4, ltcf-cxx.sh: Updated from libtool
14737 multi-language branch, to work around Solaris' /bin/sh bug. Rebuilt
14738 all affected `configure' scripts.
14739
e592386f
NB
14740Mon 25-Sep-2000 19:46:09 BST Neil Booth <neilb@earthling.net>
14741
14742 * MAINTAINERS: Add self as cpplib co-maintainer.
14743
fba54939
AH
147442000-09-24 Aldy Hernandez <aldyh@redhat.com>
14745
14746 * MAINTAINERS: Add self to Write After Approval list.
14747
2bd429f4
GP
147482000-09-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
14749
14750 * INSTALL/README: egcs -> GCC update.
14751
dce2d8b2 14752Sun Sep 17 16:55:59 CEST 2000 Marc Espie <espie@cvs.openbsd.org>
d733f374
ME
14753
14754 * MAINTAINERS: Add myself to Write After Approval list.
14755
d7ce9a83
KH
147562000-09-15 Kazu Hirata <kazu@hxi.com>
14757
14758 * MAINTAINERS: Add myself to Write After Approval list.
14759
18a53ffe
JL
14760Wed Sep 13 11:11:29 2000 Jeffrey A Law (law@cygnus.com)
14761
e490616e
ZW
14762 * configure.in: Do not build byacc for hppa64. Provide paths to the
14763 X11 libraries for hppa64.
18a53ffe 14764
f246ff23
SC
147652000-09-08 Stephane Carrez <Stephane.Carrez@worldnet.fr>
14766
14767 * MAINTAINERS: Add myself as 68hc11 port maintainer.
14768
06298abd
AO
147692000-09-06 Alexandre Oliva <aoliva@redhat.com>
14770
4b92758a
AO
14771 * Makefile.in (all-zlib): Added dummy target.
14772
06298abd
AO
14773 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
14774 ltcf-gcj.sh: Updated from libtool multi-language branch.
14775
4d73d07a
AO
147762000-09-05 Alexandre Oliva <aoliva@redhat.com>
14777
14778 * Makefile.in (all-bootstrap): Added all-texinfo and all-zlib.
14779 (bootstrap*): Depend on all-bootstrap.
14780
05d52d78
PT
147812000-09-05 Philipp Thomas <pthomas@suse.de>
14782
14783 * config.guess: Import CVS version 1.156.
14784 * config.sub: Import CVS version 1.179.
14785
3c809ba4
AG
147862000-09-02 Anthony Green <green@cygnus.com>
14787
14788 * Makefile.in (all-gcc): Depend on all-zlib.
14789 (CLEAN_MODULES): Add clean-zlib.
14790 (ALL_MODULES): Add all-zlib.
14791 * configure.in (host_libs): Add zlib.
14792
10ad78a0 147932000-09-02 Alexandre Oliva <aoliva@redhat.com>, DJ Delorie <dj@redhat.com>
afd7db25
AO
14794
14795 * configure.in (FLAGS_FOR_TARGET): Use -nostdinc even for Canadian
14796 crosses, but add gcc/include to the header search path for them.
14797
b36a9ce3
DB
147982000-08-04 David E. O'Brien <obrien@FreeBSD.org>
14799
14800 * MAINTAINERS: Add self to Write After Approval list.
14801
cb011248
FS
148022000-08-27 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
14803
14804 * config.guess: Import CVS version 1.152.
14805 * config.sub: Import CVS version 1.177.
14806
db310af0
AO
148072000-08-25 Alexandre Oliva <aoliva@redhat.com>
14808
7965440a
AO
14809 * configure.in (FLAGS_FOR_TARGET): Use $target_configdirs and
14810 $targargs to tell whether newlib is going to be built.
14811
db310af0
AO
14812 * configure.in [disable-libstdcxx-v3] (libstdcxx_flags): Search
14813 $$r/TARGET_SUBDIR/libio for _G_config.h.
14814
e7977565
AO
148152000-08-23 Alexandre Oliva <aoliva@redhat.com>
14816
14817 * MAINTAINERS: Add self as a build machinery (*.in) maintainer.
14818
126bb9ed
DD
148192000-08-22 DJ Delorie <dj@redhat.com>
14820
14821 * MAINTAINERS: Add self as a build machinery (*.in) maintainer
14822
5b0e9d29
AO
148232000-08-22 Alexandre Oliva <aoliva@redhat.com>
14824
14825 * config-ml.in (CC, CXX): Avoid trailing whitespace.
14826 (LD_LIBRARY_PATH, SHLIB_PATH): Adjust for multilibs and export to
14827 sub-configures.
14828
4f3e904e
DD
148292000-08-21 DJ Delorie <dj@redhat.com>
14830
14831 * MAINTAINERS: Add self as a libiberty maintainer
14832
c9635443
AO
148332000-08-16 Alexandre Oliva <aoliva@redhat.com>
14834
14835 * configure.in (libstdcxx_flags): Use
14836 libstdc++-v3/src/libstdc++.INC.
14837
8b2100ba
AO
148382000-08-15 Alexandre Oliva <aoliva@redhat.com>
14839
14840 * configure.in (libstdcxx_flags): Use libstdc++-v3/src/INCLUDES.
14841
57119aa9
ZW
148422000-08-14 Zack Weinberg <zack@wolery.cumb.org>
14843
eeb943b0
ZW
14844 * configure.in (libstdcxx_flags): Remove -isystem $$s/libio/stdio.
14845
6387a56e 14846 * configure: Make enable_threads and enable_shared defaults
57119aa9
ZW
14847 explicit. Substitute enable_threads into generated Makefiles.
14848 * configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
14849 * libtool.m4: Accept *-*-linux* not just *-*-linux-gnu*.
14850
acffa7c4
GK
148512000-08-13 Geoff Keating <geoffk@cygnus.com>
14852
14853 * Makefile.in (GCC_FOR_TARGET): Also add -B$$r/gcc/ here.
14854
808d8c41
AO
148552000-08-12 Alexandre Oliva <aoliva@redhat.com>
14856
14857 * config-ml.in (CC): Remove bogus duplicate quotation mark from
14858 previous delta.
14859
1fc8c51c 148602000-08-11 Jason Merrill <jason@redhat.com>
85804ec6 14861
1fc8c51c
JM
14862 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET,
14863 CXX_FOR_TARGET): Add -B$$r/gcc/ here.
14864 (FLAGS_FOR_TARGET): Not here.
14865 (CHILL_FOR_TARGET, CXX_FOR_TARGET): Don't check the list of languages.
85804ec6 14866
25698887
AO
148672000-08-11 Alexandre Oliva <aoliva@redhat.com>
14868
14869 * config-ml.in (CC, CXX): Don't introduce a leading space.
14870
10120687
DD
148712000-08-07 DJ Delorie <dj@delorie.com>
14872
14873 * MAINTAINERS: Add self as a DJGPP maintainer
14874
15c758e9
DD
148752000-08-07 DJ Delorie <dj@redhat.com>
14876
14877 * configure.in (FLAGS_FOR_TARGET): invert test for xgcc, should mean
14878 "if we're also building gcc, and it's a gcc that will run on the
14879 build machine, we want to use its includes instead of the system's
14880 default includes".
14881
2d0de245
JM
148822000-08-04 Joseph S. Myers <jsm28@cam.ac.uk>
14883
14884 * MAINTAINERS: Add self to Write After Approval list.
14885
e81b330a
AO
148862000-08-03 Alexandre Oliva <aoliva@redhat.com>
14887
83440c1e
AO
14888 * configure.in (libstdcxx_flags): Don't use `"'.
14889
e81b330a
AO
14890 * config-ml.in: Adjust multilib search paths to the
14891 appropriate multilib tree.
14892
cf95c847
AO
148932000-08-02 Alexandre Oliva <aoliva@redhat.com>
14894
14895 * configure.in (CHILL_FOR_TARGET, CXX_FOR_TARGET): Convert blanks to
14896 commas in $LANGUAGES.
14897
9e9af119
MH
148982000-08-02 Manfred Hollstein <manfredh@redhat.com>
14899
14900 * configure.in: Re-enable all references to libg++ and librx.
14901
606ce391
AO
149022000-08-01 Alexandre Oliva <aoliva@redhat.com>
14903
89820b43
AO
14904 * ltconfig, ltmain.sh: Update from libtool multi-language branch.
14905 * ltcf-c.sh (need_lc): Fix test message. Set wl for archive_cmds.
14906 (ac_cv_prog_cc_pic): Don't print `cached' without `checking'.
14907 * ltcf-cxx.sh (need_lc): Set based on postdeps.
14908
606ce391
AO
14909 * configure.in (qCXX_FOR_TARGET): Use echo instead of expr.
14910
04179d4a
AO
149112000-07-31 Alexandre Oliva <aoliva@redhat.com>
14912
14913 * configure.in (qCXX_FOR_TARGET): Quote `&' characters in
14914 CXX_FOR_TARGET for sed.
14915
d4eb109c
AO
149162000-07-30 Alexandre Oliva <aoliva@redhat.com>
14917
14918 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET, CXX_FOR_TARGET):
14919 Do not override if already set in the environment or in configure.
14920 Don't duplicate $(FLAGS_FOR_TARGET) if it already appears in them.
14921 (FLAGS_FOR_TARGET): Don't use host directories on Canadian crosses.
14922
4f4caf92
AO
149232000-07-28 Alexandre Oliva <aoliva@redhat.com>
14924
14925 * libtool.m4, ltcf-c.sh, ltcf-cxx.sh, ltcf-gcj.sh: New files from
14926 the libtool CVS tree multi-language branch.
14927 * ltconfig, ltmain.sh: Updated.
6387a56e 14928
b87487b6
AO
149292000-07-27 Alexandre Oliva <aoliva@redhat.com>
14930
1670d1ea
AO
14931 * Makefile.in (clean-target-libgcc): Remove gcc/libgcc.
14932 (clean-target): Depend on it.
14933
b87487b6
AO
14934 * Makefile.in (FLAGS_FOR_TARGET): New macro.
14935 (GCC_FOR_TARGET): Use it.
14936 (CC_FOR_TARGET, CXX_FOR_TARGET, CHILL_FOR_TARGET): Now defined...
14937 * configure.in: ... here.
14938 (FLAGS_FOR_TARGET): Define. Add ld build dir to -L path.
14939 (libstdcxx_flags): Define and append to CXX_FOR_TARGET.
14940
4e81ae98
EC
149412000-07-24 Eric Christopher <echristo@cygnus.com>
14942
14943 * MAINTAINERS: Add self to Write After Approval list.
14944
059ae32c
AO
149452000-07-24 Alexandre Oliva <aoliva@redhat.com>
14946
5b28edd4
AO
14947 * Makefile.in (configure-target-libf2c): Depend on $(ALL_GCC).
14948 (configure-target-libchill, configure-target-libobjc): Likewise.
14949
059ae32c
AO
14950 * configure.in: Use the same cache file for all target libs.
14951 * config-ml.in: But different cache files per multilib variant.
14952
1adcd149
MS
149532000-07-23 Michael Sokolov <msokolov@ivan.Harhan.ORG>
14954
14955 * configure (topsrcdir): Don't use dirname.
14956
2d573dff
JO
149572000-07-22 Jeffrey Oldham <oldham@codesourcery.com>
14958
14959 * MAINTAINERS: Add self to Write After Approval list.
14960
d207ebef
JM
149612000-07-20 Jason Merrill <jason@redhat.com>
14962
14963 * configure.in: Remove all references to libg++ and librx.
14964
14965 * configure, configure.in, Makefile.in: Unify gcc and binutils.
14966
149672000-07-20 Hans-Peter Nilsson <hp@axis.com>
14968
14969 * config.sub: Update to subversions version 2000-07-06.
14970
7b7792d5
AH
149712000-07-12 Andrew Haley <aph@cygnus.com>
14972
14973 * configure.in (host_makefile_frag): Use mh-ia64pic on IA-64 hosts.
14974 (target_makefile_frag): Use mt-ia64pic on IA-64 targets.
14975
3abaac67
PE
149762000-07-07 Phil Edwards <pme@sourceware.cygnus.com>
14977
14978 * symlink-tree: Check number of arguments.
14979
34be2b36
JW
149802000-07-05 Jim Wilson <wilson@cygnus.com>
14981
14982 * Makefile.in (CXX_FOR_TARGET): Add libstdc++ to the library
14983 search path for a g++ extracted from the build tree. This
14984 will allow link tests run by configure scripts in
14985 subdirectories to succeed.
14986
d207ebef
JM
149872000-07-01 Koundinya K <kk@ddeorg.soft.net>
14988
e490616e 14989 * ltconfig: Add support for mips-dde-sysv4.2MP
4e81ae98 14990
0900331b
MH
149912000-06-29 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
14992
14993 * MAINTAINERS: Add myself as loop discovery maintainer.
14994
d207ebef
JM
149952000-06-28 Corinna Vinschen <vinschen@cygnus.com>
14996
14997 * ltconfig: Check for host_os beeing one of `cygwin', `mingw' or
14998 `os2'. Force ac_cv_exeext to be ".exe" in that case.
14999
150002000-06-19 Timothy Wall <twall@cygnus.com>
15001
15002 * configure.in (noconfigdirs): Set noconfigdirs for tic54x target.
15003 * config.sub: Add tic54x target.
15004
11a27a76
TM
15005Sun Jun 11 17:20:00 MET 2000 Toon Moene <toon@moene.indiv.nluug.nl>
15006
15007 * MAINTAINERS: Add self as Fortran maintainer,
15008 remove Craig Burley.
15009
d207ebef 15010Tue May 30 19:01:12 2000 Andrew Cagney <cagney@b1.cygnus.com>
ef0b4ef8 15011
d207ebef
JM
15012 * config.sub: Import CVS version 1.167 Tue May 30 09:00:07 2000.
15013 * config.guess: Import CVS version 1.148 Tue May 30 09:00:06 2000
ef0b4ef8 15014
7758b73f
PT
15015Mon May 29 21:15:00 MET 2000 Philipp Thomas <pthomas@suse.de>
15016
15017 * MAINTAINERS: Add self as i18n maintainer
15018
d207ebef
JM
1501920000-05-21 H.J. Lu (hjl@gnu.org)
15020
e490616e
ZW
15021 * Makefile.in (CC_FOR_TARGET): Make sure as/ld in the gcc
15022 directory are used if they exist. Make sure
15023 $(build_tooldir)/include is searched for header files,
15024 $(build_tooldir)/lib/ for library files.
d207ebef 15025 (GCC_FOR_TARGET): Likewise.
e490616e 15026 (CXX_FOR_TARGET): Likewise.
d207ebef 15027
bae29210
JL
15028Thu May 18 10:58:13 2000 Jeffrey A Law (law@cygnus.com)
15029
15030 * configure.in (hppa*64*-*-*): Do build ld for this configuration.
15031
d207ebef 15032Wed May 17 16:03:48 2000 Alexandre Oliva <aoliva@cygnus.com>
075dad02
AO
15033
15034 * Makefile.in (configure-target-libiberty): Depend on
15035 configure-target-newlib.
15036
aab0d19d
AO
150372000-05-16 Alexandre Oliva <aoliva@cygnus.com>
15038
15039 * configure.in, Makefile.in: Merge all libffi-related
15040 configury stuff from the libgcj tree.
15041
d207ebef
JM
15042Tue May 16 10:06:21 2000 Andrew Cagney <cagney@b1.cygnus.com>
15043
15044 Thu Apr 27 11:01:48 2000 Andrew Cagney <cagney@b1.cygnus.com>:
15045 * Makefile.in (do-tar-bz2, do-md5sum): Skip CVS directories.
15046
15047Tue May 16 09:57:35 2000 Andrew Cagney <cagney@b1.cygnus.com>
15048
15049 Wed Apr 26 17:03:53 2000 Andrew Cagney <cagney@b1.cygnus.com>:
15050 * Makefile.in (do-djunpack): New target. Update djunpack.bat with
3b75d237 15051 current version information. Add to proto-toplev directory.
d207ebef
JM
15052 (gdb-taz): Build do-djunpack.
15053
758c7bd4
DE
150542000-05-15 David Edelsohn <edelsohn@gnu.org>
15055
15056 * configure.in: Special case powerpc*-*-aix* target_makefile_frag.
15057
1888228d
AC
15058Mon May 15 13:39:09 2000 Andrew Cagney <cagney@b1.cygnus.com>
15059
15060 * MAINTAINERS: Add self to Write After Approval list.
15061
d207ebef
JM
150622000-05-13 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
15063
15064 * ltmain.sh: Preserve in relink_command any environment
15065 variables that may affect the linker behavior.
15066
2d7cc2fe
JL
15067Fri May 12 11:23:17 2000 Jeffrey A Law (law@cygnus.com)
15068
d207ebef
JM
15069 * config.sub (basic_machine): Recognize hppa64 as a valid cpu type.
15070
15071Wed May 10 21:26:51 2000 Jim Wilson <wilson@cygnus.com>
15072
15073 * configure.in (ia64*-*-elf*): Add gdb and friends to noconfigdirs.
15074
150752000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
15076
15077 * djunpack.bat: Change the Sed script to replace @V@ in fnchange.lst
e490616e 15078 with the version name.
2d7cc2fe 15079
ee455968
JE
15080Sat May 6 21:12:55 CDT 2000 Jason Eckhardt <jle@cygnus.com>
15081
15082 * MAINTAINERS: Add self as bb-reorder maintainer.
15083
73b97e5c
BK
150842000-05-01 Benjamin Kosnik <bkoz@cygnus.com>
15085
15086 * config.if: Tweak.
15087
d207ebef
JM
150882000-04-23 Eli Zaretskii <eliz@is.elta.co.il>
15089
15090 * djunpack.bat: New file.
15091
15092Wed Apr 19 12:46:26 2000 Andrew Cagney <cagney@b1.cygnus.com>
15093
15094 * Makefile.in (taz, gdb-taz, gas.tar.bz2, binutils.tar.bz2,
3b75d237
AJ
15095 gas+binutils.tar.bz2, libg++.tar.bz2, gnats.tar.bz2, gdb.tar.bz2,
15096 dejagnu.tar.bz2, gdb+dejagnu.tar.bz2, insight.tar.bz2,
15097 insight+dejagnu.tar.bz2, newlib.tar.bz2): Pass MD5PROG to sub-make.
d207ebef 15098
954869eb
DP
150992000-04-16 Dave Pitts <dpitts@cozx.com>
15100
e490616e
ZW
15101 * config.sub (case $basic_machine): Change default for "ibm-*"
15102 to "openedition".
954869eb 15103
eaabe541
AJ
151042000-04-13 Andreas Jaeger <aj@suse.de>
15105
15106 * MAINTAINERS: Added myself.
15107
d207ebef
JM
15108Wed Apr 12 16:42:48 2000 Andrew Cagney <cagney@b1.cygnus.com>
15109
15110 * Makefile.in (gdb-taz): New target. GDB specific archive.
15111 (do-md5sum): New target.
15112 (MD5PROG): Define.
15113 (PACKAGE): Default to TOOL.
15114 (VER): Default to a shell script.
15115 (taz): Rewrite target. Move real work to do-proto-toplev. Include
3b75d237 15116 md5 checksum generation.
d207ebef
JM
15117 (do-proto-toplev): New target. Create $(PACKAGE)-$(VER) link.
15118 (do-tar-bz2): Delete creation of $(PACKAGE)-$(VER) link.
15119 (gdb.tar.bz2, dejagnu.tar.bz2, gdb+dejagnu.tar.bz2,
3b75d237 15120 insight.tar.bz2): Use gdb-taz to create archive.
d207ebef
JM
15121
15122Fri Apr 7 18:10:29 2000 Andrew Cagney <cagney@b1.cygnus.com>
15123
15124 * configure (warn_cflags): Delete.
15125
0ea6d60c
PDM
15126Thu Apr 6 16:15:14 2000 Philippe De Muyter <phdm@macqel.be>
15127
15128 * MAINTAINERS: Added myself.
15129
17090313 151302000-04-05 Benjamin Kosnik <bkoz@cygnus.com>
719bb4e3 15131 Martin v. Löwis <martin@loewis.home.cs.tu-berlin.de>
17090313 15132
e490616e
ZW
15133 * configure.in (enable_libstdcxx_v3): Add.
15134 (target_libs): Add bits here to switch between libstdc++-v2 and
15135 libstdc++-v3.
15136 * config.if: And this file too.
15137 * Makefile.in: Add libstdc++-v3 targets.
4e81ae98 15138
76b78517
MM
151392000-04-05 Michael Meissner <meissner@redhat.com>
15140
15141 * config.sub (d30v): Add d30v as a basic machine type.
15142
ad242caf
JM
151432000-03-29 Jason Merrill <jason@casey.cygnus.com>
15144
15145 * configure.in: -linux-gnu*, not -linux-gnu.
15146
d4537148
TM
15147Sun Mar 12 17:30:30 2000 Toon Moene <toon@moene.indiv.nluug.nl>
15148
15149 * MAINTAINERS: Add self in write-after-approval section.
15150
f152e9d4
JW
15151Sun Mar 12 00:23:32 2000 Jim Wilson <wilson@cygnus.com>
15152
15153 * MAINTAINERS: Add self as ia64 port maintainer.
15154
6a5fcef1
NB
151552000-03-08 Neil Booth <NeilB@earthling.net>
15156
15157 * MAINTAINERS: Add self in write-after-approval section.
15158
d207ebef 15159Fri Mar 3 18:44:08 2000 Andrew Cagney <cagney@b1.cygnus.com>
1ebe758f 15160
d207ebef
JM
15161 * Makefile.in (taz): Set PACKAGE to TOOL when not defined.
15162 (do-tar-bz2): Replace TOOL with PACKAGE.
15163 (gdb.tar.bz2): Remove GDBTK from GDB package.
15164 (gdb+dejagnu.tar.bz2, insight.tar.bz2, insight+dejagnu.tar.bz2,
3b75d237 15165 dejagnu.tar.bz2): New packages.
d207ebef
JM
15166
151672000-02-27 Andreas Jaeger <aj@suse.de>
15168
15169 * configure.in: Add entry for mips*-*-linux*, move catch all
15170 *-*-*linux* entry below this one.
15171
151722000-02-27 Ian Lance Taylor <ian@zembu.com>
15173
15174 * ltconfig, ltmain.sh: Update to libtool 1.3.4.
1ebe758f 15175
521fe9d0
NC
151762000-02-24 Nick Clifton <nickc@cygnus.com>
15177
15178 * config.sub: Support an OS of "wince".
15179
d207ebef
JM
15180Thu Feb 24 16:15:56 2000 Andrew Cagney <cagney@b1.cygnus.com>
15181
15182 * config.guess, config.sub: Updated to match config's 2000-02-15
3b75d237 15183 version.
d207ebef 15184
dce2d8b2 151852000-02-23 Linas Vepstas <linas@linas.org>
d207ebef
JM
15186
15187 * config.sub: Add support for Linux/IBM 370.
15188 * configure.in: Likewise.
15189
3a685f6f
NC
151902000-02-22 Nick Clifton <nickc@cygnus.com>
15191
15192 * configure.in: Add mips-pe, sh-pe and arm-wince-pe targets.
15193
dce2d8b2 151942000-02-20 Christopher Faylor <cgf@cygnus.com>
7a15eef5 15195
d207ebef 15196 * config.guess: Guess "cygwin" rather than "cygwin32".
7a15eef5 15197
4746ee26
KG
151982000-02-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
15199
15200 * configure (gcc_version): When setting, narrow search to
15201 lines containing `version_string'.
15202
ba96c72d
DC
152032000-02-15 Denis Chertykov <denisc@overta.ru>
15204
15205 * config.sub: Add support for avr target.
15206
77f16a66
NC
152072000-02-14 Nick Clifton <nickc@cygnus.com>
15208
15209 * MAINTAINERS: Add maintainers for MCore port.
15210
784a3a80
HPN
15211Tue Feb 1 00:07:46 2000 Hans-Peter Nilsson <hp@bitrange.com>
15212
15213 * config.sub: Add mmix-knuth-mmixware.
15214
719dd4fa
KG
152152000-01-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
15216
15217 * MAINTAINERS: Pair cccp with cpplib maintainership.
15218
dce2d8b2 152192000-01-27 Christopher Faylor <cgf@redhat.com>
d207ebef
JM
15220
15221 * Makefile.in (CC_FOR_TARGET): Add new winsup directory
15222 structure stuff to -L library search.
15223 (CXX_FOR_TARGET): Ditto.
15224 (CROSS_CHECK_MODULES): Fix spelling mistake.
15225
7a53e94b
MM
152262000-01-24 Mark Mitchell <mark@codesourcery.com>
15227
15228 * Makefile.in (CXX_FOR_TARGET): Use g++, not xgcc, to invoke
15229 the C++ compiler.
15230
0da3b5a7
RH
152312000-01-12 Richard Henderson <rth@cygnus.com>
15232
15233 * configure.in: Don't build some bits for beos.
15234
02368d6d
JS
152352000-01-12 Joel Sherrill (joel@OARcorp.com)
15236
15237 * Makefile.in (CC_FOR_TARGET): Use newlib libraries as well
15238 as include files.
15239
2e76d35c
ZW
152402000-01-11 Zack Weinberg <zack@wolery.cumb.org>
15241
15242 * Add self as cpplib maintainer, as requested by Jason
15243 Merrill. Correct my e-mail address.
15244
4c25fdcf
GK
152452000-01-06 Geoff Keating <geoffk@cygnus.com>
15246
15247 * configure.in: Use mt-aix43 to handle *_TARGET defs,
15248 not mh-aix43.
15249
188e3966
HPN
15250Thu Dec 23 03:43:36 1999 Hans-Peter Nilsson <hp@bitrange.com>
15251
15252 * MAINTAINERS: Add myself to "write after approval" list.
15253
c2f5d030
RH
152541999-12-14 Richard Henderson <rth@cygnus.com>
15255
15256 * config.guess (alpha-osf, alpha-linux): Detect ev67.
15257 * config.sub: Accept alphaev[78], alphaev8.
15258
eeda916a
AO
152591999-12-03 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
15260
15261 * config.guess, config.sub: Update from autoconf.
15262
b3bd7820
BK
152631999-11-29 Bruce Korb <autogen@linuxbox.com>
15264
2c290989 15265 * MAINTAINERS: update my playtime e-address.
b3bd7820 15266
1882b2b1
RO
15267Tue Nov 23 00:57:41 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
15268
15269 * config-ml.in (sparc*-*-*): Disable sparcv9 support if the
15270 necessary libraries are missing.
15271
dce2d8b2 15272Fri Nov 19 11:22:31 MST 1999 Diego Novillo <dnovillo@cygnus.com>
2395f805
DN
15273
15274 * MAINTAINERS: Add new 'write after approval' maintainer.
15275
1e25de97
APB
15276Wed Nov 17 16:08:43 1999 Alexandre Petit-Bianco <apbianco@cygnus.com>
15277
15278 * MAINTAINERS: Add new Java maintainer.
15279
1722c704
AS
152801999-10-25 Andreas Schwab <schwab@suse.de>
15281
15282 * configure: Fix quoting inside arguments of eval.
15283
8141abe8
NC
152841999-10-21 Nick Clifton <nickc@cygnus.com>
15285
15286 * config-ml.in: Allow suppression of some ARM multilibs.
15287
0b77644a
LV
15288Tue Sep 7 23:33:57 1999 Linas Vepstas <linas@linas.org>
15289
15290 * config.guess: Add OS/390 match pattern.
15291 * config.sub: Add mvs, openedition targets.
15292 * configure.in (i370-ibm-opened*): New.
15293
d207ebef
JM
152941999-09-04 Steve Chamberlain <sac@pobox.com>
15295
15296 * config.sub: Add support for configuring for pj.
15297
152981999-08-31 Nick Clifton <nickc@cygnus.com>
15299
15300 * config.sub (maybe_os): Add support for configuring for fr30.
15301
af13ebe9
NC
153021999-08-25 Nick Clifton <nickc@cygnus.com>
15303
15304 * configure.in: Do not configure or build ld for AIX
15305 platforms. ld is known to be broken on these platforms.
15306
1250c760
RO
15307Wed Aug 25 01:12:25 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
15308
15309 * config-ml.in: Pass compiler flag corresponding to multidirs to
15310 subdir configures.
15311
d207ebef
JM
153121999-08-09 Ian Lance Taylor <ian@zembu.com>
15313
15314 * Makefile.in (LDFLAGS): Define.
15315
153161999-08-08 Mumit Khan <khan@xraylith.wisc.edu>
15317
15318 * configure.in (i[3456]-*-mingw32*): Don't put gprof in
15319 noconfigdirs.
15320 (*-*-cygwin*): Likewise.
15321
153221999-08-08 Ian Lance Taylor <ian@zembu.com>
15323
15324 * mkdep: New file.
15325 * Makefile.in (GAS_SUPPORT_DIRS): Add mkdep.
15326 (BINUTILS_SUPPORT_DIRS): Add mkdep.
15327
15328 From Eli Zaretskii <eliz@is.elta.co.il>:
15329 * configure (tmpfile): Change cONf$$ to cNf$$ to avoid an overly
15330 long file name when using DJGPP on MS-DOS.
15331
dbd83e11
JL
15332Wed Aug 4 02:07:14 1999 Jeffrey A Law (law@cygnus.com)
15333
15334 * config.sub (vxworks case): Use os=-vxworks, not os=vxworks.
15335
d207ebef
JM
153361999-07-30 Alan Modra <alan@spri.levels.unisa.edu.au>
15337
15338 * Makefile.in (check-target-libio): Remove all-target-libstdc++
15339 dependency as this causes "make check" to globally "make all"
15340
cd1f4c2c
TT
15341Tue Jun 22 23:45:18 1999 Tom Tromey <tromey@cygnus.com>
15342
15343 * configure.in (target_libs): Added target-zlib.
15344 * Makefile.in (ALL_TARGET_MODULES): Added zlib.
15345 (CONFIGURE_TARGET_MODULES): Likewise.
15346 (CHECK_TARGET_MODULES): Likewise.
15347 (INSTALL_TARGET_MODULES): Likewise.
15348 (CLEAN_TARGET_MODULES): Likewise.
15349 (configure-target-zlib): New target.
15350 (all-target-zlib): Likewise.
15351 (all-target-libjava): Depend on all-target-zlib.
15352 (configure-target-libjava): Depend on configure-target-zlib.
15353
15354 * Makefile.in (configure-target-libjava): Depend on
15355 configure-target-newlib.
15356 (configure-target-boehm-gc): New target.
15357 (configure-target-qthreads): New target.
15358
e490616e
ZW
15359 * configure.in (target_libs): Added target-qthreads.
15360 * Makefile.in (ALL_TARGET_MODULES): Added qthreads.
15361 (CONFIGURE_TARGET_MODULES): Likewise.
15362 (CHECK_TARGET_MODULES): Likewise.
15363 (INSTALL_TARGET_MODULES): Likewise.
15364 (CLEAN_TARGET_MODULES): Likewise.
15365 (all-target-qthreads): New target.
15366 (configure-target-libjava): Depend on configure-target-qthreads.
15367 (all-target-libjava): Depend on all-target-qthreads.
cd1f4c2c
TT
15368
15369 * Makefile.in (ALL_TARGET_MODULES): Added libjava, boehm-gc.
15370 (CONFIGURE_TARGET_MODULES): Likewise.
15371 (CHECK_TARGET_MODULES): Likewise.
15372 (INSTALL_TARGET_MODULES): Likewise.
15373 (CLEAN_TARGET_MODULES): Likewise.
15374 (all-target-libjava): New target.
15375 (all-target-boehm-gc): Likewise.
15376 * configure.in (target_libs): Added libjava, boehm-gc.
15377
d207ebef
JM
153781999-07-22 Ian Lance Taylor <ian@zembu.com>
15379
15380 * Makefile.in (binutils.tar.bz2): Don't pass makeall.bat and
15381 configure.bat in SUPPORT_FILES.
15382 (gas+binutils.tar.bz2): Likewise.
15383
15384 * makeall.bat: Remove; obsolete.
15385
153861999-07-21 Ian Lance Taylor <ian@zembu.com>
15387
15388 From Mark Elbrecht:
15389 * configure.bat: Remove; obsolete.
15390
153911999-07-11 Ian Lance Taylor <ian@zembu.com>
15392
15393 * configure: Add -W -Wall to the default CFLAGS when compiling with
15394 gcc.
15395
15396Thu Jul 8 12:32:23 1999 John David Anglin <dave@hiauly1.hia.nrc.ca>
15397
15398 * configure.in: Build ld, binutils & gas for hppa*-*-linux-gnu*.
15399
154001999-06-30 Mark Mitchell <mark@codesourcery.com>
15401
15402 * configure.in: Build ld on IRIX6.
15403
154041999-06-12 Ian Lance Taylor <ian@zembu.com>
15405
15406 * Makefile.in: Change distribution targets to use bzip2 instead of
15407 gzip.
15408 (TEXINFO_SUPPORT): Set to just texinfo/texinfo.tex.
15409 (taz): Don't use texinfo/gpl.texinfo or texinfo/lgpl.texinfo.
15410
154111999-06-04 Nick Clifton <nickc@cygnus.com>
15412
15413 * config.sub: Add mcore target.
15414
26d088fa
CD
15415Sun May 30 16:03:16 1999 Cort Dougan <cort@cs.nmt.edu>
15416
15417 * config.guess (ppc-*-linux-gnu): Also use ld emul elf32ppclinux.
15418
c2c08b29
L
15419Tue May 25 11:20:46 1999 H.J. Lu (hjl@gnu.org)
15420
15421 * config.guess (dummy): Changed to $dummy.
15422
671d0648
NC
154231999-05-24 Nick Clifton <nickc@cygnus.com>
15424
15425 * config.sub: Tidied up case statements.
15426
b1345c72
BE
154271999-05-22 Ben Elliston <bje@cygnus.com>
15428
51ccbd8d
BE
15429 * config.guess: Handle NEC UX/4800. Contributed by Jiro Takabatake
15430 <jiro@din.or.jp>.
15431
b1345c72
BE
15432 * config.guess: Merge with FSF version. Future changes will be
15433 more accurately recorded in this ChangeLog.
15434 * config.sub: Likewise.
15435
2caf864f
SM
15436Thu May 20 10:00:42 1999 Stephen L Moshier <moshier@world.std.com>
15437
3d3b561f 15438 * Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include.
2caf864f 15439
d207ebef
JM
154401999-04-30 Tom Tromey <tromey@cygnus.com>
15441
15442 * ltmain.sh: [mode link] Always use CC given by ltconfig.
15443
90fb0c24
TT
154441999-04-23 Tom Tromey <tromey@cygnus.com>
15445
15446 * ltconfig, ltmain.sh: Update to libtool 1.2f.
15447
d207ebef
JM
154481999-04-20 Drew Moseley <dmoseley@cygnus.com>
15449
15450 * configure.in (noconfigdirs): Don't build libstub for arm-elf targets.
15451 (noconfigdirs): Don't build any bsp stuff for for arm-oabi targets.
15452 Bad merge removed these two changes.
15453
3516940d 15454Tue Apr 13 22:50:54 1999 Donn Terry (donn@interix.com)
e490616e 15455 Martin Heller (Ing.-Buero_Heller@t-online.de)
3516940d
DT
15456
15457 * config.guess (interix Alpha): Add.
15458
d207ebef
JM
154591999-04-11 Richard Henderson <rth@cygnus.com>
15460
15461 * configure.in (i?86-*-beos*): Do config gperf; don't config
15462 gdb, newlib, or libgloss.
15463
e891fbfe 15464Sun Apr 11 23:55:34 1999 Alexandre Oliva <oliva@dcc.unicamp.br>
4e81ae98 15465
e891fbfe
AO
15466 * config-ml.in: On mips*-*-*, if multidirs contains mabi=64, try to
15467 link a trivial program with -mabi=64. If it fails, remove mabi=64
15468 from multidirs.
15469
f9ae47d6
PT
15470Sat Apr 10 21:50:01 1999 Philipp Thomas (kthomas@gwdg.de)
15471
15472 * config.sub: Set basic_machine to i586 when target_alias = k6-*.
15473
d207ebef
JM
154741999-04-08 Nick Clifton <nickc@cygnus.com>
15475
15476 * config.sub: Add support for mcore targets.
15477
154781999-04-07 Michael Meissner <meissner@cygnus.com>
15479
15480 * configure.in (d30v-*): Use config/mt-d30v as makefile fragment,
15481 not mt-ospace, in order to shut up assembler warning about using
15482 symbols that are named the same as registers.
15483
154841999-04-07 Drew Moseley <dmoseley@cygnus.com>
15485
15486 * Makefile.in (all-target-cygmon): Added all-target-bsp to the
15487 dependency list for all-target-cygmon.
15488
154891999-04-05 Doug Evans <devans@casey.cygnus.com>
15490
15491 * config-ml.in: Check $host, not $target, for selective multilibs.
15492 (arm-*-*): Allow disabling of biendian, h/w fp, 26 bit apcs,
15493 thumb interworking, and underscore prefix multilibs.
15494
154951999-04-04 Ian Lance Taylor <ian@zembu.com>
15496
15497 * missing: Update to version from current automake.
15498
88101ab9
L
15499Fri Apr 2 15:11:32 1999 H.J. Lu (hjl@gnu.org)
15500
15501 * configure (gxx_include_dir): Removed.
15502
15503 * configure.in (gxx_include_dir): Handle it.
15504 * Makefile.in: Likewise.
15505
d207ebef
JM
155061999-03-29 Gavin Romig-Koch <gavin@cygnus.com>
15507
15508 * config.sub (mips64vr4111,mips64vr4111el) Add.
15509
155101999-03-21 Ben Elliston <bje@cygnus.com>
15511
e490616e 15512 * config.guess: Correct typo for detecting ELF on FreeBSD.
d207ebef 15513
8dc91cbe
ME
15514Thu Mar 18 00:17:50 1999 Mark Elbrecht <snowball3@usa.net>
15515
8dc91cbe
ME
15516 * configure.in (pc-msdosdjgpp): Set host_makefile_frag to
15517 config/mh-djgpp.
15518
d207ebef
JM
15519Thu Mar 11 18:37:23 1999 Drew Moseley <dmoseley@cygnus.com>
15520
15521 * Makefile.in (all-target-bsp): Added all-gcc all-binutils and
15522 all-target-newlib to dependency list for all-target-bsp.
15523
926bb5ed
MK
15524Thu Mar 11 01:19:31 1999 Mumit Khan <khan@xraylith.wisc.edu>
15525
15526 * config.sub: Add i386-uwin support.
15527 * config.guess: Likewise.
15528
4a6e3000
FS
15529Thu Mar 11 01:07:55 1999 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
15530
15531 * configure.in: cleanup, add mh-*pic handling for arm, special
15532 case powerpc*-*-aix*
15533
d207ebef
JM
15534Wed Mar 10 18:35:07 1999 Jeff Johnston <jjohnstn@cygnus.com>
15535
15536 * configure.in (noconfigdirs): Removed target-libgloss so libnosys.a
15537 can be built.
15538
15539Wed Mar 10 17:39:09 1999 Drew Moseley <dmoseley@cygnus.com>
15540
15541 * configure.in: Added bsp support to arm-*-coff and arm-*-elf
3b75d237 15542 targets.
d207ebef 15543
71c91078
NC
155441999-03-02 Nick Clifton <nickc@cygnus.com>
15545
15546 * config.sub: Rename CYGNUS LOCAL to EGCS LOCAL
15547
282e5df8
GN
15548Sun Feb 28 02:20:00 1999 Geoffrey Noer <noer@cygnus.com>
15549
15550 * config.sub: Check for "cygwin*" rather than "cygwin32*"
15551
1de558ee
NC
155521999-02-24 Nick Clifton <nickc@cygnus.com>
15553
15554 * config.sub: Fix typo in arm recognition.
15555
d207ebef
JM
15556Wed Feb 24 13:51:40 1999 Drew Moseley <dmoseley@cygnus.com>
15557
15558 * configure.in (noconfigdirs): Changed target_configdirs to
15559 include target-bsp only for m68k-*-elf* and m68k-*-coff*
15560 rather than m68k-*-* since it is not known to work on
15561 m68k-aout. Ditto for arm-*-*oabi.
15562
15563Wed Feb 24 12:52:17 1999 Stan Shebs <shebs@andros.cygnus.com>
15564
15565 * configure.in (*-*-windows*): Remove, no longer used.
d207ebef
JM
15566
155671999-02-19 Ben Elliston <bje@cygnus.com>
15568
15569 * config.guess: Automatically recognise ELF on FreeBSD. From Niall
15570 Smart and improved by Andrew Cagney.
15571
fab7445a
ME
15572Thu Feb 18 19:55:09 1999 Marc Espie <espie@cvs.openbsd.org>
15573
15574 * config.guess: Recognize openbsd-*-hppa.
15575
8ccdc228
L
15576Wed Feb 17 01:38:59 1999 H.J. Lu (hjl@gnu.org)
15577
15578 * Makefile.in (REALLY_SET_LIB_PATH): Append $$$(RPATH_ENVVAR)
15579 only if it is not empty.
15580
3b7265ff
NC
155811999-02-17 Nick Clifton <nickc@cygnus.com>
15582
15583 Patch from: Scott Bambrough <scottb@corelcomputer.com>
4e81ae98 15584
d207ebef 15585 * config.guess: Modified to recognize uname's armv* syntax.
3b7265ff
NC
15586
15587 * config.sub: Modified to recognize uname's armv* syntax.
15588
d207ebef
JM
155891999-02-17 Mark Salter <msalter@cygnus.com>
15590
15591 * configure.in: Added target-bsp for sparclite.
15592
15593Mon Feb 8 14:17:24 1999 Richard Henderson <rth@cygnus.com>
15594
15595 * config.sub: Recognize alphapca5[67] and up to alphaev8.
15596
155971999-02-08 Nick Clifton <nickc@cygnus.com>
15598
15599 * configure.in: Add support for strongarm port.
15600 * config.sub: Add support for strongarm target.
15601
c48dd3f5 15602Sun Feb 7 18:01:54 1999 Mumit Khan <khan@xraylith.wisc.edu>
4e81ae98 15603
c48dd3f5
MK
15604 * configure.in (*-*-cygwin32*): Use config/mh-cygwin instead of
15605 the old name config/mh-cygwin32.
15606 Enable texinfo.
15607
d207ebef
JM
15608Thu Feb 4 20:43:25 1999 Ian Lance Taylor <ian@cygnus.com>
15609
15610 * configure.in: Do build ld for ix86 Solaris.
15611
ecd62820
JW
15612Tue Feb 2 19:46:40 1999 Jim Wilson <wilson@cygnus.com>
15613
15614 * Makefile.in (EXTRA_GCC_FLAGS): Set AR to $AR instead of
15615 $AR_FOR_TARGET. Likewise for RANLIB.
15616
bbd8fa7f 15617Tue Feb 2 20:05:05 1999 Catherine Moore <clm@cygnus.com>
4e81ae98 15618
e490616e
ZW
15619 * config.sub (oabi): Recognize.
15620 * configure.in (arm-*-oabi): Handle.
bbd8fa7f 15621
0397442c
RL
15622Sat Jan 30 06:09:00 1999 Robert Lipe (robertlipe@usa.net)
15623
15624 * config.guess: Improve detection of i686 on UnixWare 7.
15625
c9ffaa63
MK
15626Sat Jan 30 08:04:00 1999 Mumit Khan <khan@xraylith.wisc.edu>
15627
15628 * config.guess: Add support for i386-pc-interix.
15629 * config.sub: Likewise.
15630 * configure.in: Likewise.
c9ffaa63 15631
d207ebef
JM
15632Mon Jan 18 13:59:20 1999 Christopher Faylor <cgf@cygnus.com>
15633
15634 * Makefile.in: Remove unneeded all-target-libio from
15635 from all-target-winsup target since it is now unneeded.
15636 Add all-target-libtermcap in its place since it is now
15637 needed.
15638
15639Wed Dec 30 20:34:52 1998 Christopher Faylor <cgf@cygnus.com>
15640
15641 * configure.in: makefile stub for cygwin target is probably
15642 unnecessary. Remove it for now.
d207ebef
JM
15643
15644Wed Dec 30 01:13:03 1998 Christopher Faylor <cgf@cygnus.com>
15645
15646 * configure.in: libtermcap.a should be built when cygwin is the
15647 target as well as the host.
15648 * config.guess: Allow mixed case in cygwin uname output.
15649 * Makefile.in: Add libtermcap target.
d207ebef 15650
ebe12325
JL
15651Wed Dec 23 00:20:50 1998 Jeffrey A Law (law@cygnus.com)
15652
15653 * config.sub: Clean up handling of hppa2.0.
15654
57057b67
RB
15655Tue Dec 22 23:56:31 1998 Rodney Brown (rodneybrown@pmsc.com)
15656
15657 * config.guess: Use C code to identify more HP machines.
15658
f8670be1
JL
15659Thu Dec 17 01:22:30 1998 Jeffrey A Law (law@cygnus.com)
15660
15661 * config.sub: Handle hppa2.0.
15662
d207ebef
JM
15663Tue Dec 15 17:02:58 1998 Bob Manson <manson@charmed.cygnus.com>
15664
15665 * configure.in: Add cygmon for x86-coff and x86-elf. Configure
3b75d237 15666 cygmon for all sparclite targets, regardless of object format.
d207ebef
JM
15667
156681998-12-15 Mark Salter <msalter@cygnus.com>
15669
15670 * configure.in: Added target-bsp for several target architectures.
15671
15672 * Makefile.in: Added rules for bsp.
15673
d1a09590
JL
15674Fri Dec 4 01:34:02 1998 Jeffrey A Law (law@cygnus.com)
15675
15676 * config.guess: Improve detection of hppa2.0 processors.
15677
15678Fri Dec 4 01:33:05 1998 Niall Smart <nialls@euristix.ie>
15679
15680 * config.guess: Recognize FreeBSD using ELF automatically.
15681
71205e0b
MH
156821998-11-26 Manfred Hollstein <manfred@s-direktnet.de>
15683
15684 * configure (skip-this-dir): Add handling for new shell script, which
15685 might be created by a sub-directory's configure to indicate, this particular
15686 directory is "unwanted".
15687 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Likewise.
15688
d207ebef
JM
15689Wed Nov 18 18:28:45 1998 Geoffrey Noer <noer@cygnus.com>
15690
15691 * ltconfig: import from libtool, after changing libtool to
15692 account for the cygwin name change.
15693
15694Wed Nov 18 18:09:14 1998 Geoffrey Noer <noer@cygnus.com>
15695
15696 * Makefile.in: CC_FOR_TARGET and CXX_FOR_TARGET should also
15697 include newlib/libc/sys/cygwin and newlib/libc/sys/cygwin32.
15698
15699Wed Nov 18 20:13:29 1998 Christopher Faylor <cgf@cygnus.com>
15700
15701 * configure.in: Add libtermcap to list of cygwin dependencies.
15702
15703Tue Nov 17 16:57:51 1998 Geoffrey Noer <noer@cygnus.com>
15704
e490616e
ZW
15705 * Makefile.in: modify CC_FOR_TARGET and CXX_FOR_TARGET so that
15706 they include winsup/include when it's a cygwin target.
d207ebef
JM
15707
157081998-11-12 Tom Tromey <tromey@cygnus.com>
15709
15710 * configure.in (host_tools): Added zip.
15711 * Makefile.in (all-target-libjava): Depend on all-zip.
15712 (all-zip): New target.
15713 (ALL_MODULES): Added all-zip.
15714 (NATIVE_CHECK_MODULES): Added check-zip.
15715 (INSTALL_MODULES): Added install-zip.
15716 (CLEAN_MODULES): Added clean-zip.
15717
15718Thu Nov 12 17:27:21 1998 Geoffrey Noer <noer@cygnus.com>
15719
15720 * Makefile.in: lose "32" from comment about cygwin.
15721
15722Thu Nov 5 15:00:31 1998 Nick Clifton <nickc@cygnus.com>
15723
15724 * configure.in: Use -Os to build target libraries for the fr30.
15725
15726Wed Nov 4 18:49:43 1998 Dave Brolley <brolley@cygnus.com>
15727
15728 * config.sub: Add fr30.
15729
15730Mon Nov 2 15:19:33 1998 Geoffrey Noer <noer@cygnus.com>
15731
e490616e 15732 * configure.in: drop "32" from config/mh-cygwin32. Check
d207ebef
JM
15733 cygwin* instead of cygwin32*.
15734 * config.sub: Check cygwin* instead of cygwin32*.
15735
d2ec8b39
RL
15736Thu Oct 22 10:55:25 1998 Robert Lipe <robertl@dgii.com>
15737
15738 * config.guess: Match any version of Unixware7.
15739
d207ebef
JM
157401998-10-20 Syd Polk <spolk@cygnus.com>
15741
15742 * Makefile.in configure.in: Add the ability to use tcl8.1 and tk8.1
15743 if desired.
15744
35cd2565
JL
15745Sun Oct 18 18:34:50 1998 Jeffrey A Law (law@cygnus.com)
15746
15747 * config.if (cxx_interface, libstdcxx_interface): Do not try to set
15748 these if the appropriate directories and files to not exist.
15749
52d4e5b7
JL
15750Wed Oct 14 10:29:06 1998 Jeffrey A Law (law@cygnus.com)
15751
15752 * Makefile.in (DEVO_SUPPORT): Add config.if.
15753
38ada91e
MH
15754Tue Oct 13 15:45:36 1998 Manfred Hollstein <manfred@s-direktnet.de>
15755
15756 * configure: Add pattern to replace "build_tooldir"'s
15757 definition in the generated Makefile with "tooldir"'s
15758 actual value.
15759
e44e84da
JL
15760Tue Oct 13 09:17:06 1998 Jeffrey A Law (law@cygnus.com)
15761
56a8387f
JL
15762 * config.sub: Bring back lost sparcv9.
15763
e44e84da
JL
15764 * Makefile.in (all-snvavigator): Remove all-flexlm dependency.
15765
5cb95c7a
JL
15766Mon Oct 12 12:09:44 1998 Jeffrey A Law (law@cygnus.com)
15767
15768 * Makefile.in (CHILL_FOR_TARGET): Mirror recent changes to
15769 CC_FOR_TARGET and friends.
15770
15771Mon Oct 12 12:09:30 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
4e81ae98 15772
ceff9b14
AO
15773 * Makefile.in (build_tooldir): New variable, same as tooldir.
15774 (CC_FOR_TARGET, GCC_FOR_TARGET, CXX_FOR_TARGET): Add
15775 -B$(build_tooldir)/bin/.
15776 (BASE_FLAGS_TO_PASS): Pass build_tooldir down.
5cb95c7a 15777
f2d11dcd
GP
15778Tue Sep 1 16:23:11 1998 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
15779
15780 * README: Remove installation instructions and refer to the
15781 INSTALL directory instead.
15782
73a6d2e7 15783Wed Sep 30 22:20:50 1998 Robert Lipe <robertl@dgii.com>
d207ebef 15784
73a6d2e7
RL
15785 * config.sub: Add support for i[34567]86-pc-udk.
15786 * configure.in: Likewise.
15787
5d4a5ee6
JL
15788Wed Sep 30 19:23:48 1998 Geoffrey Noer <noer@cygnus.com>
15789
15790 * Makefile.in: add bzip2 package building bits for user
15791 tools module
15792 * configure.in: ditto
15793
6fc19d6d
JL
15794Wed Sep 30 03:00:05 1998 Jeffrey A Law (law@cygnus.com)
15795
15796 * Makefile.in (TARGET_CONFIGDIRS): Add libobjc.
15797 (ALL_TARGET_MODULES): Add all-target-libobjc.
15798 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
15799 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
15800 (all-target-libchill): Add dependencies.
15801 * configure.in (target_libs): Add libchill.
4e81ae98 15802
f653f0ab
MH
158031998-09-30 Manfred Hollstein <manfred@s-direktnet.de>
15804
15805 * configure.in (target_subdir): Remove duplicate line.
15806
5d4a5ee6
JL
15807Tue Sep 29 22:45:41 1998 Felix Lee <flee@cygnus.com>
15808
15809 * Makefile.in (all-automake): fix dependencies.
15810
494933e4
JL
15811Mon Sep 28 04:04:27 1998 Jeffrey A Law (law@cygnus.com)
15812
15813 * configure.in: Minor cleanups for building in the $(target_alias)
15814 subdir.
15815
f6b58262
JW
158161998-09-22 Jim Wilson <wilson@cygnus.com>
15817
15818 * Makefile.in (bootstrap): Set r and s before make all. Use
15819 BASE_FLAGS_TO_PASS in make all.
15820 (cross): Likewise.
15821
27c7a08d
MM
158221998-09-20 Mark Mitchell <mark@markmitchell.com>
15823
15824 * Makefile.in (bootstrap): Pass TARGET_FLAGS_TO_PASS to `make all'.
15825
e67afd1e
RH
15826Sun Sep 20 00:13:02 1998 Richard Henderson <rth@cygnus.com>
15827
15828 * config.sub: Fix typo in last change.
15829
8e44ac71
MH
158301998-09-19 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
15831
15832 * config.sub: Add support for C4x target.
15833 * configure.in: Likewise.
15834
d7496fbb
DM
158351998-09-13 David S. Miller <davem@pierdol.cobaltmicro.com>
15836
15837 * config.sub: Recognize sparcv9 just like sparc64.
15838
22097bd1
RL
15839Wed Sep 9 15:44:52 1998 Robert Lipe <robertl@dgii.com>
15840
15841 * config.guess: Match "Pent II" or "PentII" for OpenServer.
15842
4b877abd
JL
15843Tue Sep 8 01:18:39 1998 Jeffrey A Law (law@cygnus.com)
15844
2c8ec9a2
JL
15845 * config.guess: Correctly identify Pentium II sco boxes.
15846
4b877abd
JL
15847 * config.guess: Fix "tr" code. From Weiwen Liu.
15848
ab03db52
JH
15849Sat Sep 5 13:56:52 1998 John Hughes <john@Calva.COM>
15850
15851 * configure.in: Do not assume x86-svr4 or x86-unixware can handle
15852 stabs.
15853
b54db294
JL
15854Sat Sep 5 02:12:02 1998 Jeffrey A Law (law@cygnus.com)
15855
15856 * Makefile.in (TARGET_CONFIGDIRS): Add libchill.
15857 (ALL_TARGET_MODULES): Add all-target-libchill.
15858 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
15859 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
15860 (all-target-libchill): Add dependencies.
15861 * configure.in (target_libs): Add libchill.
15862
bf48dd73
LW
15863Sun Aug 30 22:27:02 1998 Lutz Wohlrab <lutz.wohlrab@informatik.tu-chemnitz.de>
15864
15865 * config.guess: Avoid assumptions about "tr" behaves when
15866 LANG is set to something other than English.
15867
a3cbd105
L
15868Sun Aug 30 22:14:44 1998 H.J. Lu (hjl@gnu.org)
15869
15870 * configure (gxx_include_dir): Changed to
15871 '${prefix}/include/g++'-${libstdcxx_interface}.
15872
15873 * config.if: New to determine the interfaces.
15874
c4acd909
MK
15875Sun Aug 30 21:15:19 1998 Mark Klein (mklein@dis.com)
15876
15877 * config.guess: Detect and handle MPE/IX.
15878 * config.sub: Deal with MPE/IX.
15879
9ea97665
DE
15880Sat Aug 29 14:32:55 1998 David Edelsohn <edelsohn@mhpcc.edu>
15881
15882 * configure.in: Use mh-aix43.
15883
0ce065bd
MH
158841998-07-29 Manfred Hollstein <manfred@s-direktnet.de>
15885
15886 * configure: Fix --without/--disable cases for gxx-include-dir.
15887
5d4a5ee6
JL
15888Fri Aug 28 12:28:26 1998 Per Bothner <bothner@cygnus.com>
15889
15890 * mdata-sh: Imported. Needed for automake support.
15891
15892Thu Aug 13 12:49:29 1998 H.J. Lu <hjl@gnu.org>
15893
15894 * Makefile.in (taz): Try "chmod -R og=u ." before
15895 "chmod og=u `find . -print`".
15896
15897Fri Jul 31 09:38:33 1998 Catherine Moore <clm@cygnus.com>
15898
15899 * configure.in: Add arm-elf and thumb-elf support.
15900
15901Mon Jul 27 16:23:58 1998 Doug Evans <devans@canuck.cygnus.com>
15902
15903 * Makefile.in: Undo previous patch.
15904
15905Fri Jul 24 19:55:24 1998 Doug Evans <devans@canuck.cygnus.com>
15906
15907 * Makefile.in (INSTALL_TARGET): Move EXTRA_TARGET_HOST_INSTALL_MODULES
15908 to here ...
15909 (install-no-fixedincludes): and here
15910 (INSTALL_MODULES): ... from here.
15911
466456d9
ILT
15912Fri Jul 24 17:01:42 1998 Ian Lance Taylor <ian@cygnus.com>
15913
15914 * config.sub: Merge with FSF.
15915
1b409d25
ILT
15916 * config.guess: Merge with FSF.
15917
d207ebef
JM
15918Fri Jul 24 08:43:36 1998 Doug Evans <devans@canuck.cygnus.com>
15919
15920 * configure (extraconfigdirs): New variable.
15921 (SUBDIRS): Add extraconfigdirs and recurse on them too.
15922 * Makefile.in (all): Move higher in file.
15923 (EXTRA_TARGET_HOST_ALL_MODULES): New variable.
15924 (EXTRA_TARGET_HOST_{INSTALL,CHECK}_MODULES): New variables.
15925 (ALL_MODULES): Add EXTRA_TARGET_HOST_ALL_MODULES.
15926 (CROSS_CHECK_MODULES): Add EXTRA_TARGET_HOST_CHECK_MODULES.
15927 (INSTALL_MODULES): Add EXTRA_TARGET_HOST_INSTALL_MODULES.
15928
159291998-07-23 Brendan Kehoe <brendan@cygnus.com>
15930
15931 * Makefile.in (all-target-libjava): Depend on all-gcc and
15932 all-target-newlib.
15933 (configure-target-libjava): Depend on $(ALL_GCC).
15934
7f1937c1
RL
15935Sat Jul 18 14:32:43 CDT 1998 Robert Lipe <robertl@dgii.com>
15936
15937 * config.guess: (*-pc-sco3.2v5) Add detection for Pentium II.
15938 (*-pc-unixware7) Add detection for Pentium II, Pentium Pro.
15939
2ada2bd6
ML
15940Sun Jul 19 00:46:53 CEST 1998 Marc Lehmann <pcg@goof.com>
15941
15942 * INSTALL/README: Fix typo.
15943
1e025bde
ML
15944Fri Jul 17 13:30:18 1998 Ian Lance Taylor <ian@cygnus.com>
15945
5d4a5ee6
JL
15946 * ylwrap: Change absolute path checks to check for DOS style path
15947 names.
1e025bde 15948
5d4a5ee6
JL
15949 * ylwrap: Don't use a full path name if the source file is in the
15950 same directory. From hjl@lucon.org (H.J. Lu).
1e025bde 15951
6755ff73
ILT
15952 * config-ml.in: Default to being verbose, to match Feb 18 change to
15953 configure.
15954
5d4a5ee6
JL
15955Thu Jul 16 12:29:51 1998 Ian Lance Taylor <ian@cygnus.com>
15956
15957 Brought over from egcs:
15958
15959 Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
15960
15961 * configure.in (target_subdir): Set to ${target_alias} instead
15962 of "libraries".
15963
15964 Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
15965
15966 * configure.in (target_subdir): Set to libraries if enable_multilib.
15967
15968Wed Jul 15 01:00:54 1998 Ian Lance Taylor <ian@cygnus.com>
15969
15970 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there are any
15971 multilibs, force reconfiguration the first time we create
15972 multilib.out in a subdirectory, in case TARGET_SUBDIR is `.'.
15973
15974Tue Jul 14 23:41:03 1998 Ian Lance Taylor <ian@cygnus.com>
15975
15976 * configure.in: Strip any --no option from CONFIG_ARGUMENTS, to
15977 avoid confusion with --no-recursion.
15978
15979Tue Jul 14 15:37:41 1998 Geoffrey Noer <noer@cygnus.com>
15980
15981 * configure.in: Win32 hosts shouldn't use install -x
15982 * install-sh: remove -x option, and special .exe-handling
15983 hack.
15984
d207ebef
JM
15985Tue Jul 14 15:28:41 1998 Richard Henderson <rth@cygnus.com>
15986
15987 * config.guess: Recognize i586-pc-beos.
15988 * configure.in: Don't build some bits for beos.
15989
fbd836fc
ILT
15990Tue Jul 14 13:22:18 1998 Ian Lance Taylor <ian@cygnus.com>
15991
5d4a5ee6
JL
15992 * configure: If CC is set but CFLAGS is not, and CC is gcc, make
15993 CFLAGS default to -O2.
15994
fbd836fc
ILT
15995 * ltmain.sh: Add some hacks to make SunOS --enable-shared work
15996 when using GNU ld.
15997
15998Fri Jul 10 13:18:23 1998 Ian Lance Taylor <ian@cygnus.com>
15999
16000 * ltmain.sh: Correct install when using a different shell.
16001
16002Tue Jul 7 15:24:38 1998 Ian Lance Taylor <ian@cygnus.com>
16003
16004 * ltconfig, ltmain.sh: Update to libtool 1.2b.
16005
d207ebef
JM
16006Thu Jul 2 13:57:36 1998 Klaus Kaempf <kkaempf@rmi.de>
16007
16008 * makefile.vms: Update to build binutils/makefile.vms. Add install
16009 target.
fbd836fc
ILT
16010
16011Wed Jul 1 16:45:21 1998 Ian Lance Taylor <ian@cygnus.com>
16012
16013 * ltconfig: Update to correct AIX handling.
16014
69b471bc
JL
16015Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
16016
81241b5e
JL
16017 * Makefile.in (BASE_FLAGS_TO_PASS): Add TARGET_SUBDIR.
16018
69b471bc
JL
16019 * configure.in (target_subdir): Set to ${target_alias} instead
16020 of "libraries".
16021
bedf82df
MH
160221998-06-26 Manfred Hollstein <manfred@s-direktnet.de>
16023
16024 * Makefile.in (BASE_FLAGS_TO_PASS): Add gcc_version_trigger.
16025 (Makefile): Depend on $(gcc_version_trigger).
16026
16027 * configure (gcc_version): Change default initializer to empty
16028 string.
16029 (gcc_version_trigger): New variable; pass this variable down
16030 to subdir configures to enable them checking gcc's version
16031 themselves. Emit make macros for both gcc_version vars.
16032 (topsrcdir): Initialize reliably.
16033 (recursion line): Remove --with-gcc-version=${gcc_version}.
16034
28e449d8
MH
160351998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
16036
16037 * configure (enable_version_specific_runtime_libs): Implement new flag
bedf82df
MH
16038 --enable-version-specific-runtime-libs which installs C++ runtime stuff
16039 in $(libsubdir); emit definition in each generated Makefile.
16040 (gxx_include_dir): Initialize depending on
16041 $enable_version_specific_runtime_libs.
28e449d8 16042
50c4c9f7
MH
160431998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
16044
16045 * configure (gcc_version): Initialize properly depending on
16046 how and where configure is started.
16047 (recursion line): Pass a --with-gcc-version=${gcc_version}
16048 to configures in subdirs.
16049
d207ebef
JM
16050Wed Jun 24 16:01:59 1998 John Metzler <jmetzler@cygnus.com>
16051
16052 * configure.in (noconfigdirs): Add configure pattern for mips tx39
3b75d237 16053 cygmon
d207ebef 16054
5d4a5ee6
JL
16055Tue Jun 23 22:42:32 1998 Mark Alexander <marka@cygnus.com>
16056
16057 * configure.in: Add cygmon and libstub support for mn10200.
16058
2f96399b
MH
160591998-06-19 Manfred Hollstein <manfred@s-direktnet.de>
16060
16061 * configure (gcc_version): Add new variable describing the
16062 particular gcc version we're building.
16063 * Makefile.in (libsubdir): Add new macro for the directory
16064 in which the compiler finds executables, libraries, etc.
16065 (BASE_FLAGS_TO_PASS): Pass down gcc_version, target_alias
16066 and libsubdir.
16067
c4137c50
AO
16068Fri Jun 19 02:36:59 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
16069
ceff9b14
AO
16070 * Makefile.in (local-clean): Remove *.log.
16071 (warning.log): Built with warn_summary from build.log.
16072 (mail-report.log): Run test_summary.
16073 (mail-report-with-warnings.log): Run test_summary including
16074 warning.log in the report.
c4137c50 16075
276d5ee0
RL
16076Thu Jun 18 11:26:03 1998 Robert Lipe <robertl@dgii.com>
16077
16078 * config.guess: Detection of Pentium II for *-sco-3.2v5*.
16079
5d4a5ee6
JL
16080Mon Jun 15 14:53:54 1998 Andrew Cagney <cagney@b1.cygnus.com>
16081
16082 * Makefile.in (grep): Grep no longer depends on libiberty.
16083
16084Fri Jun 12 14:03:34 1998 Syd Polk <spolk@cygnus.com>
16085
16086 * Makefile.in: all-snavigator needs all-libgui.
16087
16088Thu Jun 11 19:43:47 1998 Mark Alexander <marka@cygnus.com>
16089
16090 * configure.in: Add cygmon and libstub support for mn10300.
16091
8af14275
ILT
16092Wed Jun 10 11:19:47 1998 Ian Lance Taylor <ian@cygnus.com>
16093
16094 * missing: Update to version from automake 1.3.
16095
fbd836fc
ILT
16096 * ltmain.sh: On installation, don't get confused if the same name
16097 appears more than once in the list of library names.
16098
466456d9
ILT
16099Wed Jun 3 14:51:42 1998 Ian Lance Taylor <ian@cygnus.com>
16100
16101 * config.sub: Accept m68060 and m5200 as CPU names.
16102
5d4a5ee6
JL
16103Mon Jun 1 17:25:16 1998 Ian Lance Taylor <ian@cygnus.com>
16104
16105 * configure: Use && rather than using -a in test, because odd
16106 strings can confuse test.
16107 * configure.in: Likewise.
16108
fbd836fc
ILT
16109Thu May 28 19:31:13 1998 Ian Lance Taylor <ian@cygnus.com>
16110
16111 * ltconfig, ltmain.sh: Bring in Visual C++ support.
16112
f0983958
AO
16113Sat May 23 23:44:13 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
16114
16115 * Makefile.in (boostrap2-lean, bootstrap3-lean,
ceff9b14 16116 bootstrap4-lean): New targets.
f0983958 16117
bfed1ea0
JL
16118Mon May 11 23:55:56 1998 Jeffrey A Law (law@cygnus.com)
16119
16120 * mpw-* Delete. Not used.
16121
5d4a5ee6
JL
16122Mon May 11 23:11:34 1998 Jeffrey A Law (law@cygnus.com)
16123
16124 * COPYING.LIB: Update FSF address.
16125
bfed1ea0
JL
16126Fri May 8 01:30:20 1998 Ian Lance Taylor <ian@cygnus.com>
16127
16128 * ltconfig, ltmain.sh: Update to libtool 1.2a.
16129
5d4a5ee6
JL
16130 * Makefile.in (GASB_SUPPORT_DIRS): Remove intl; already included via
16131 GAS_SUPPORT_DIRS.
16132
bfed1ea0
JL
16133Thu May 7 17:27:35 1998 Ian Lance Taylor <ian@cygnus.com>
16134
16135 * ltconfig, ltmain.sh: Avoid producing a version number if
16136 -version-info was not used.
16137
5d4a5ee6
JL
16138Tue May 5 18:02:24 1998 Ian Lance Taylor <ian@cygnus.com>
16139
16140 * configure.in: Add --with-newlib to CONFIG_ARGUMENTS if we are
16141 building with newlib.
16142
161431998-04-30 Paul Eggert <eggert@twinsun.com>
16144
d207ebef 16145 * Makefile.in (EXTRA_GCC_FLAGS): Remove backslash at end;
4e81ae98 16146 Solaris `make' causes it to continue to next definition.
d207ebef
JM
16147
16148Tue Apr 28 16:24:24 1998 Jason Molenda (crash@bugshack.cygnus.com)
16149
16150 * Makefile.in (install-gdbtk): Call this 'install-gdb' so that
16151 the right GUI libraries and files are installed along with GDB.
5d4a5ee6
JL
16152
16153Tue Apr 28 18:11:24 1998 Ian Lance Taylor <ian@cygnus.com>
16154
16155 * configure.in: Change alpha to alpha* in several places.
16156
d207ebef
JM
16157Tue Apr 28 07:42:00 1998 Mark Alexander <marka@cygnus.com>
16158
16159 * config.sub: Recognize sparc86x.
16160
77be0cab
MM
16161Tue Apr 28 07:35:02 1998 Michael Meissner <meissner@cygnus.com>
16162
16163 * configure.in (--enable-target-optspace): Remove debug echo.
16164
62441128
JW
16165Thu Apr 23 21:31:16 1998 Jim Wilson <wilson@cygnus.com>
16166
16167 * configure: Set CXXFLAGS from CXXFLAGS, not CFLAGS.
16168
bfed1ea0
JL
16169Thu Apr 23 12:26:38 1998 Ian Lance Taylor <ian@cygnus.com>
16170
16171 * ltconfig: Update cygwin32 support.
16172
5d4a5ee6
JL
16173 * Makefile.in (GAS_SUPPORT_DIRS): Add intl.
16174 (BINUTILS_SUPPORT_DIRS, GASB_SUPPORT_DIRS): Likewise.
16175 (GDB_SUPPORT_DIRS): Likewise.
16176
3f4ea1de
MM
16177Wed Apr 22 12:30:10 1998 Michael Meissner <meissner@cygnus.com>
16178
16179 * configure.in (target_makefile_frag): If --enable-target-optspace,
16180 use -Os to compile target libraries rather than -O2. Default to
d207ebef
JM
16181 using -Os for d10v and m32r if --{enable,disable}-target-optspace is
16182 not used.
16183 * configure.in (target_cflags): Ditto for d30v.
3f4ea1de 16184
5d4a5ee6
JL
16185Tue Apr 21 23:06:54 1998 Tom Tromey <tromey@cygnus.com>
16186
16187 * Makefile.in (all-bfd): Depend on all-intl.
16188 (all-binutils): Likewise.
16189 (all-gas): Likewise.
16190 (all-gprof): Likewise.
16191 (all-ld): Likewise.
16192
161931998-04-19 Brendan Kehoe <brendan@cygnus.com>
16194
16195 * configure.in (host_tools): Fix typo, lbtool -> libtool.
16196
bfed1ea0
JL
16197Fri Apr 17 16:20:42 1998 Ian Lance Taylor <ian@cygnus.com>
16198
5d4a5ee6
JL
16199 * Makefile.in (all-bfd): Depend upon all-libiberty.
16200
bfed1ea0
JL
16201 * ltconfig, ltmain.sh: Bring in newer cygwin32 support.
16202
5d4a5ee6
JL
16203Fri Apr 17 12:22:22 1998 Bob Manson <manson@charmed.cygnus.com>
16204
16205 * Makefile.in: Add libstub.
16206
16207 * configure.in: Ditto. Build libstub for targets that have cygmon
16208 support.
16209
16210Tue Apr 14 18:01:55 1998 Ian Lance Taylor <ian@cygnus.com>
16211
16212 * configure.in: Don't set PICFLAG on ix86-cygwin32.
16213
16214Tue Apr 14 12:24:45 1998 J. Kean Johnston <jkj@sco.com>
16215
16216 * configure.in: Recognise i[3456]96-*-sysv5* as a valid host, and
16217 use mh-sysv5 if specified. Support gprof on SCO Open Server.
16218
ec8d6ddc
KW
16219Tue Apr 14 11:33:51 1998 Krister Walfridsson <cato@df.lth.se>
16220
16221 * configure: Define DEFAULT_M4 by searching PATH.
16222 * Makfile.in: Use DEFAULT_M4.
16223
bfed1ea0
JL
16224Mon Apr 13 15:37:24 1998 Ian Lance Taylor <ian@cygnus.com>
16225
16226 * ltconfig: Add cygwin32 support.
16227
5d4a5ee6
JL
16228 * Makefile.in, configure.in: Add libtool as a native only directory
16229 to configure and build.
16230
547a6183
JL
16231Sun Apr 12 20:58:46 1998 Jeffrey A Law (law@cygnus.com)
16232
16233 * Makefile.in (INSTALL_MODULES): Remove texinfo.
16234
5d4a5ee6 16235Wed Apr 8 13:18:56 1998 Philippe De Muyter <phdm@macqel.be>
d207ebef 16236
5d4a5ee6
JL
16237 * Makefile.in (EXTRA_GCC_FLAGS): XFOO lines shortened.
16238
16239Thu Apr 2 14:48:44 1998 Geoffrey Noer <noer@cygnus.com>
16240
16241 * Makefile.in: add ash make rules
16242 * configure.in: add ash to native_only and host_tools lists
16243
16244Thu Mar 26 12:53:20 1998 Tom Tromey <tromey@cygnus.com>
16245
16246 * Makefile.in (all-gettext, all-intl): New targets.
16247 (ALL_MODULES): Added all-gettext, all-intl.
16248 (CROSS_CHECK_MODULES): Added check-gettext, check-intl.
16249 (INSTALL_MODULES): Added install-gettext, install-intl.
16250 (CLEAN_MODULES): Added clean-gettext, clean-intl.
16251
16252 * configure.in (host_tools): Added gettext.
16253 (native_only): Likewise.
16254 (noconfigdirs) [various cases]: Likewise.
16255 (host_libs): Added intl.
16256
d207ebef
JM
16257Thu Mar 26 15:00:11 1998 Keith Seitz <keiths@onions.cygnus.com>
16258
16259 * configure: Do not disable building gdbtk for cygwin32 hosts.
16260
e98e406f
NC
16261Wed Mar 25 10:04:18 1998 Nick Clifton <nickc@cygnus.com>
16262
16263 * configure.in: Add thumb-coff target.
16264 * config.sub: Add thumb-coff target.
16265
5d4a5ee6
JL
16266Wed Mar 25 11:49:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
16267
16268 * Makefile.in: Revert yesterday's change.
16269 (all-target-winsup): all-target-librx stays out of here.
16270
16271Tue Mar 24 16:58:29 1998 Jason Molenda (crash@bugshack.cygnus.com)
16272
16273 * Makefile.in (TARGET_CONFIGDIRS, ALL_TARGET_MODULES,
16274 CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES,
16275 INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES, all-target-winsup):
16276 Remove references to librx and libg++.
16277
16278Tue Mar 24 18:28:12 1998 Eric Mumpower <nocturne@cygnus.com>
16279
16280 * Makefile.in (BASE_FLAGS_TO_PASS): Pass $(lispdir) down to
16281 recursive makes
16282
bfed1ea0
JL
16283Tue Mar 24 11:37:45 1998 Ian Lance Taylor <ian@cygnus.com>
16284
16285 * Makefile.in (CC_FOR_TARGET): Use $(TARGET_SUBDIR) when passing -B
d207ebef 16286 for newlib directory.
bfed1ea0
JL
16287 (CXX_FOR_TARGET): Likewise.
16288
16289Mon Mar 23 11:30:21 1998 Jeffrey A Law (law@cygnus.com)
16290
16291 * ltconfig: Update after libtool/ltconfig.in change for
16292 hpux11.
16293
16294Fri Mar 20 18:51:43 1998 Ian Lance Taylor <ian@cygnus.com>
16295
16296 * ltconfig, ltmain.sh: Update to libtool 1.2.
16297
3cd730af
MH
16298Fri Mar 20 09:32:14 1998 Manfred Hollstein <manfred@s-direktnet.de>
16299
16300 * Makefile.in (install-gcc): Don't specify LANGUAGES here.
16301 (install-gcc-cross): Instead, override LANGUAGES here.
16302
80564603
DL
163031998-03-18 Dave Love <d.love@dl.ac.uk>
16304
16305 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Set CONFIG_SITE to a
16306 non-existent file since /dev/null loses with bash 2.0/autoconf 2.12.
16307
d207ebef
JM
16308Wed Mar 18 09:24:59 1998 Nick Clifton <nickc@cygnus.com>
16309
16310 * configure.in: Add Thumb-pe target.
16311
5d4a5ee6 16312Tue Mar 17 16:59:00 1998 Syd Polk <spolk@cygnus.com>
d207ebef 16313
5d4a5ee6
JL
16314 * Makefile.in - changed sn targets to snavigator
16315 * configure.in - changed sn targets to snavigator
16316
2d4a0558
MH
16317Tue Mar 17 10:33:28 1998 Manfred Hollstein <manfred@s-direktnet.de>
16318
16319 * config-ml.in: After building symlink tree call make distclean
16320 if a Makefile got linked into ${ml_dir}/${ml_libdir}; this happens
16321 to be the case for libiberty.
16322
04b93567
L
16323Tue Mar 17 10:22:37 1998 H.J. Lu (hjl@gnu.ai.mit.edu)
16324
16325 * configure: When making link, also check the current
16326 directory. The configure scripts may create one.
16327
9a06b842
RH
16328Fri Mar 6 01:02:03 1998 Richard Henderson <rth@cygnus.com>
16329
16330 * config.sub: Accept alphapca56 and alphaev6 properly.
16331
217fc4e6
FS
16332Fri Mar 6 00:14:55 1998 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
16333
16334 * configure.in: Revert 3 Jan change for powerpc-linux-gnulibc1.
16335
3e07bdbd 16336Mon Feb 23 15:09:18 1998 Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de
2ada2bd6 16337
e490616e 16338 * config.sub (sco5): Fix typo.
3e07bdbd 16339
5d4a5ee6
JL
16340Mon Feb 23 14:46:06 1998 Ian Lance Taylor <ian@cygnus.com>
16341
16342 * Makefile.in (INSTALL_MODULES): Move install-tcl before
16343 install-itcl.
16344 (install-itcl): Remove dependency on install-tcl.
16345
16346Mon Feb 23 09:53:28 1998 Mark Alexander <marka@cygnus.com>
16347
16348 * configure.in: Remove libgloss from noconfigdirs for MN10300.
16349
16350Thu Feb 19 13:40:41 1998 Ian Lance Taylor <ian@cygnus.com>
16351
16352 * configure.in: Don't build libgui for a cygwin32 target when not on
16353 a cygwin32 host.
16354
16355Wed Feb 18 12:29:00 1998 Jason Molenda (crash@bugshack.cygnus.com)
16356
16357 * configure (redirect): Set to null, so default behavior of
16358 configure is now --verbose.
16359
ce0d965c
DL
163601998-02-16 Dave Love <d.love@dl.ac.uk>
16361
16362 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Run configure with
16363 CONFIG_SITE=/dev/null to forestall lossage with site configuration.
16364
3acd1fd0
MH
16365Mon Feb 16 12:23:53 1998 Manfred Hollstein <Manfred.Hollstein@ks.sel.alcatel.de>
16366
16367 * Makefile.in (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS): Really add
16368 this change to sync Makefile.in with its ChangeLog entries.
16369
5d4a5ee6
JL
16370Thu Feb 12 15:03:08 1998 H.J. Lu <hjl@gnu.org>
16371
16372 * ltmain.sh (mkdir): Check that the directory doesn't exist
16373 before we exit with error, so that we don't get races during
16374 parallel builds.
16375
bfed1ea0
JL
16376Sat Feb 7 15:19:18 1998 Ian Lance Taylor <ian@cygnus.com>
16377
16378 * ltconfig, ltmain.sh: Update from libtool 1.0i.
16379
4e77e8f1
MH
16380Fri Feb 6 01:33:52 1998 Manfred Hollstein <manfred@s-direktnet.de>
16381
16382 * Makefile.in (BASE_FLAGS_TO_PASS): Don't pass PICFLAG and
16383 PICFLAG_FOR_TARGET.
16384 (EXTRA_TARGET_FLAGS): Don't pass PICFLAG_FOR_TARGET.
16385
16386 * configure: Emit a definition for the new macro enable_shared
16387 into each Makefile.
16388
5d4a5ee6
JL
16389Thu Feb 5 17:01:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
16390
16391 * configure.in (host_tools, native_only): Add libtool.
16392
16393Wed Feb 4 16:53:58 1998 Geoffrey Noer <noer@cygnus.com>
16394
16395 * configure.in: add target-gperf to noconfigdirs for Cygwin32.
16396 Fix typo in ming config comment.
16397
bfed1ea0
JL
16398Wed Feb 4 18:56:13 1998 Ian Lance Taylor <ian@cygnus.com>
16399
16400 * ltconfig, ltmain.sh: Update from libtool 1.0h.
16401
5d4a5ee6
JL
16402Mon Feb 2 19:38:19 1998 Ian Lance Taylor <ian@cygnus.com>
16403
16404 * config.sub: Add tic30 cases, and map c30 to tic30.
16405
8821a725
RH
16406Sun Feb 1 02:40:41 1998 Richard Henderson <rth@cygnus.com>
16407
16408 * Makefile.in (TARGET_CONFIGDIRS): Add libf2c.
16409 (ALL_TARGET_MODULES, CONFIGURE_TARGET_MODULES): Similarly
16410 (CHECK_TARGET_MODULES, INSTALL_TARGET_MODULES): Similarly
16411 (CLEAN_TARGET_MODULES): Similarly
16412 (all-target-libf2c): Add dependences.
4e81ae98 16413 * configure.in (target_libs): Add libf2c.
8821a725 16414
5d4a5ee6
JL
16415Fri Jan 30 17:18:32 1998 Geoffrey Noer <noer@cygnus.com>
16416
16417 * configure.in: Remove expect from noconfigdirs when target
16418 is cygwin32. OK to build expect and dejagnu with Canadian
16419 Cross.
16420
0aadd657
ILT
16421Wed Jan 28 12:58:49 1998 Ian Lance Taylor <ian@cygnus.com>
16422
5d4a5ee6
JL
16423 * configure.in: Do build expect, dejagnu, and cvssrc for a cygwin32
16424 host.
16425
0aadd657
ILT
16426 * config.guess: Use ${UNAME_MACHINE} rather than i386 for cygwin32
16427 and mingw32.
16428
d0a8352c
MH
16429Wed Jan 28 10:26:37 1998 Manfred Hollstein <manfred@s-direktnet.de>
16430
16431 * Makefile.in (BASE_FLAGS_TO_PASS): Remove passing $(local_prefix)
16432 here as it is not defined in the toplevel Makefile.
16433
59739e3c
MH
16434Tue Jan 27 23:25:06 1998 Manfred Hollstein <manfred@s-direktnet.de>
16435
16436 * configure (package_makefile_rules_frag): New variable, which names
16437 a file with generic rules, ...
16438 Change comment to mention we now have FIVE parts.
16439 * configure: Undo last change.
16440
228197ee
LT
16441Tue Jan 27 23:15:55 1998 Lassi A. Tuura <lat@iki.fi>
16442
16443 * config.guess: More accurate determination of HP processor types.
5d4a5ee6 16444 * config.sub: More accurate determination of HP processor types.
228197ee 16445
efd4c0ba
MH
16446Sat Jan 24 01:59:45 1998 Manfred Hollstein <manfred@s-direktnet.de>
16447
16448 * configure (package_makefile_frag): Move inserting the
16449 ${package_makefile_frag} to where it should be according
16450 to the comment.
16451
6eef3189
PB
16452Fri Jan 23 00:29:28 1998 Philip Blundell <pb@nexus.co.uk>
16453
16454 * config.guess: Add support for Linux/ARM.
16455
d207ebef
JM
16456Thu Jan 22 15:14:01 1998 Fred Fish <fnf@cygnus.com>
16457
16458 * .cvsignore: Remove *-info and *-install since they match
16459 release-info and mpw-install, which we don't want to just ignore.
16460
48464ebf
RH
16461Thu Jan 22 01:38:33 1998 Richard Henderson <rth@cygnus.com>
16462
16463 * configure.in: Revert 3 Jan change for alpha-linux-gnulibc1.
16464
803462a7
PN
16465Sat Jan 17 21:28:08 1998 Pieter Nagel <pnagel@epiuse.co.za>
16466
16467 * Makefile.in (FLAGS_TO_PASS): Pass down gcc_include_dir and
16468 local_prefix to sub-make invocations.
16469
520ab477
L
16470Sat Jan 17 21:04:59 1998 H.J. Lu (hjl@gnu.org)
16471
16472 * configure.in: Check makefile fragments in the source
16473 directory.
16474
4bcdb76d
AO
16475Fri Jan 16 00:41:37 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
16476
ceff9b14
AO
16477 * configure.in: Check whether host and target makefile
16478 fragments exist before adding them to *_makefile_frag.
4bcdb76d 16479
5d4a5ee6
JL
16480Wed Jan 14 23:39:10 1998 Bob Manson <manson@charmed.cygnus.com>
16481
16482 * configure.in (target_configdirs): Add cygmon for sparc64-elf.
16483
16484Wed Jan 14 12:48:07 1998 Keith Seitz <keiths@pizza.cygnus.com>
16485
16486 * configure.in: Make sure we only replace RPATH_ENVVAR on
16487 lines which begin with RPATH_ENVVAR, i.e. add "^" to the
16488 regexp to sed.
16489
16490 * Makefile.in (BASE_FLAGS_TO_PASS): Pass RRPATH_ENVVAR down
16491 to sub-makes.
16492
0d3e11a5
LI
164931998-01-13 Lee Iverson (leei@ai.sri.com)
16494
16495 * config-ml.in (multi-do): LDFLAGS must include multilib
16496 designator.
16497
d45b3d87 16498Tue Jan 13 01:13:24 1998 Robert Lipe (robertl@dgii.com)
936cb323
RL
16499
16500 * config.guess: Recognize i[3456]-i586-UnixWare7-sysv5.
16501
d39cd7a1
MK
16502Sun Jan 4 01:06:55 1998 Mumit Khan <khan@xraylith.wisc.edu>
16503
16504 * config.sub: Add mingw32 support.
16505 * configure.in: Likewise.
d39cd7a1 16506
6decbc24
FS
16507Sat Jan 3 12:11:05 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
16508
16509 * configure.in: Finalize support for {alpha|powerpc}*-*-linux-gnulibc1
16510
5d4a5ee6
JL
16511Sun Dec 28 11:28:58 1997 Jeffrey A Law (law@cygnus.com)
16512
16513 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
16514 * configure (gxx_include_dir): Provide a definition for subdirs
16515 which do not use autoconf.
16516
16517Wed Dec 24 22:46:55 1997 Jeffrey A Law (law@cygnus.com)
16518
16519 * config.guess: Sync with egcs. Picks up new alpha support,
16520 BeOS & some additional linux support.
16521
d3d1907a
JL
16522Tue Dec 23 12:44:24 1997 Jeffrey A Law (law@cygnus.com)
16523
16524 * config.guess: HP 9000/803 is a PA1.1 machine.
16525
b104e095
RH
16526Mon Dec 22 02:39:24 1997 Richard Henderson <rth@cygnus.com>
16527
16528 * configure.in: It's alpha*-...
16529
aca823c1
L
16530Sun Dec 21 16:53:12 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
16531
16532 * configure.in (host_makefile_frag, target_makefile_frag):
16533 Handle multiple config files.
16534 (alpha-*-linux*): Treat alpha-*-linux* as alpha-*-linux* and
16535 alpha-*-*.
16536
d207ebef
JM
16537Thu Dec 18 13:13:03 1997 Doug Evans <devans@canuck.cygnus.com>
16538
16539 * mkdep: New file.
16540
16541Wed Dec 17 09:53:02 1997 Michael Meissner <meissner@cygnus.com>
16542
16543 * configure.in (d30v-*-*): Allow configuring of libide, vmake, etc.
16544
5d4a5ee6
JL
16545Tue Dec 16 17:36:05 1997 Ian Lance Taylor <ian@cygnus.com>
16546
16547 * Makefile.in: Add libgui directory.
16548 (GDB_TK): Add all-libgui.
16549 * configure.in: Add libgui directory.
16550 * configure: Add all-libgui to GDB_TK.
16551
16552Mon Dec 15 16:12:28 1997 Nick Clifton <nickc@cygnus.com>
16553
16554 * config-ml.in (multidirs): Add m32r to multilib list.
16555
16556Fri Dec 12 10:43:31 1997 Brendan Kehoe <brendan@canuck.cygnus.com>
16557
16558 * Makefile.in (all-target-gperf): Change dependency to
16559 all-target-libstdc++.
16560
baf55877
FF
16561Thu Dec 11 23:30:51 1997 Fred Fish <fnf@ninemoons.com>
16562
16563 * config.guess: Add BeOS support.
16564
5d4a5ee6
JL
16565Wed Dec 10 15:10:38 1997 Ian Lance Taylor <ian@cygnus.com>
16566
16567 Source directory cvs renamed to cvssrc:
16568 * configure.in (host_tools): Change cvs to cvssrc.
16569 (native_only): Likewise.
16570 (noconfigdirs) [various cases]: Likewise.
16571 * Makefile.in (ALL_MODULES): Change all-cvs to all-cvssrc.
16572 (CROSS_CHECK_MODULES): Change check-cvs to check-cvssrc.
16573 (INSTALL_MODULES): Change install-cvs to install-cvssrc.
16574 (CLEAN_MODULES): Change clean-cvs to clean-cvssrc.
16575 (all-cvssrc): Rename target from all-cvs.
16576
f2d76545
JL
16577Wed Dec 3 07:55:59 1997 Jeffrey A Law (law@cygnus.com)
16578
16579 * configure (gxx_include_dir): Fix thinko.
16580
205cba53
JL
16581Tue Dec 2 10:55:34 1997 Jeffrey A Law (law@cygnus.com)
16582
16583 * Makefile.in (INSTALL_TARGET_CROSS): Define.
16584 (install-cross, install-gcc-cross): New targets.
16585
5d4a5ee6
JL
16586Tue Dec 2 10:08:31 1997 Nick Clifton <nickc@cygnus.com>
16587
16588 * configure.in (noconfigdirs): Add support for Thumb target.
16589
16590 * config.sub (maybe_os): Add support for Thumb target.
16591
16592Sun Nov 30 16:12:27 1997 Bob Manson <manson@charmed.cygnus.com>
16593
16594 * Makefile.in: Add rules for cygmon.
16595
16596 * configure.in: Build cygmon for sparc-elf and sparclite-aout.
16597
96b0f1fc
JL
16598Thu Nov 27 01:31:30 1997 Jeffrey A Law (law@cygnus.com)
16599
16600 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
16601 * configure (gxx_include_dir): Provide a definition for subdirs
16602 which do not use autoconf.
d207ebef
JM
16603
16604Wed Nov 26 11:53:33 1997 Keith Seitz <keiths@onions.cygnus.com>
16605
16606 * Makefile.in, configure, configure.in, ChangeLog: merge with foundry's
4e81ae98 16607 11/18/97 build
d207ebef 16608
7dfef6ed
JL
16609Wed Nov 26 16:08:50 1997 Jeffrey A Law (law@cygnus.com)
16610
16611 * From Franz Sirl.
16612 * config.guess (powerpc*-*-linux): Handle glibc2 beta release
16613 found on RedHat Linux systems.
96b0f1fc 16614
83cfe7c0
JL
16615Fri Nov 21 09:51:01 1997 Jeffrey A Law (law@cygnus.com)
16616
16617 * config.guess (alpha stuff): Merge with FSF to avoid incorrect
16618 guesses.
16619
7dfef6ed
JL
16620Thu Nov 13 11:38:37 1997 Jeffrey A Law (law@cygnus.com)
16621
16622 * configure.in (i[3456]86-ncr-sysv4.3*): Tweak.
16623
5d4a5ee6
JL
16624Mon Nov 10 15:23:21 1997 H.J. Lu <hjl@gnu.ai.mit.edu>
16625
16626 * ltmain.sh: If mkdir fails, check whether the directory was created
16627 anyhow by some other process.
16628
d207ebef
JM
16629Mon Nov 10 14:38:03 1997 Michael Meissner <meissner@cygnus.com>
16630
16631 * configure.in (d30v-*-*): Configure all directories.
16632
16633Sun Nov 9 17:36:20 1997 Michael Meissner <meissner@cygnus.com>
16634
16635 * configure.in (d30v-*-*): Configure newlib, libiberty directories
16636 for the D30V.
16637
16638Sat Nov 8 14:42:59 1997 Michael Meissner <meissner@cygnus.com>
16639
16640 * configure.in (d30v-*-*): Configure target-libgloss on the D30V.
16641
5d4a5ee6
JL
16642Fri Nov 7 10:34:09 1997 Rob Savoye <rob@darkstar.cygnus.com>
16643
e490616e
ZW
16644 * include/libiberty.h: Add extern "C" { so it can be used with C++
16645 progrms.
16646 * include/remote-sim.h: Add extern "C" { so it can be used with C++
16647 programs.
5d4a5ee6 16648
d207ebef
JM
16649Thu Oct 30 11:09:29 1997 Michael Meissner <meissner@cygnus.com>
16650
16651 * configure.in (d30v-*-*): Configure GCC now.
16652
5d4a5ee6
JL
16653Mon Oct 27 13:17:24 1997 Stan Shebs <shebs@andros.cygnus.com>
16654
16655 * configure.in: Remove a "second pass" of tweaking noconfigdirs,
16656 is no longer needed.
16657
c9670e62
JM
16658Mon Oct 27 12:03:53 1997 Jason Merrill <jason@yorick.cygnus.com>
16659
16660 * Makefile.in: check-target-libio depends on all-target-libstdc++.
16661
cc71c0ca
MH
16662Sun Oct 26 11:48:27 1997 Manfred Hollstein (manfred@s-direktnet.de)
16663
16664 * Makefile.in (bootstrap-lean): Combined with `normal' bootstrap
16665 targets using "$@" to provide support for similar but not identical
16666 targets without having to duplicate code.
16667
d207ebef
JM
16668Mon Oct 20 15:28:49 1997 Klaus K"ampf <kkaempf@progis.de>
16669
16670 * makefile.vms: Fix to work with DEC C.
16671
16672Tue Oct 7 23:58:57 1997 Gavin Koch <gavin@cygnus.com>
16673
16674 * config.sub: Add mips-tx39-elf to marketing names.
16675
16676Tue Oct 7 14:24:41 1997 Ian Lance Taylor <ian@cygnus.com>
16677
16678 * ltmain.sh: Handle symlinks in generated script.
16679
16680Wed Oct 1 13:11:27 1997 Ian Lance Taylor <ian@cygnus.com>
16681
16682 * configure: Handle autoconf style directory options: --bindir,
16683 --datadir, --includedir, --infodir, --libdir, --libexecdir,
16684 --mandir, --oldincludedir, --sbindir, --sharedstatedir,
16685 --sysconfdir.
16686 * Makefile.in (sbindir, libexecdir, sysconfdir): New variables.
16687 (sharedstatedir, localstatedir, oldincludedir): New variables.
16688 (BASE_FLAGS_TO_PASS): Pass down bindir, datadir, includedir,
16689 infodir, libdir, libexecdir, localstatedir, mandir, oldincludedir,
16690 sbindir, sharedstatedir, and sysconfdir.
16691
b1e3ddfd
AJ
16692Mon Sep 29 00:38:08 1997 Aaron Jackson <jackson@negril.msrce.howard.edu>
16693
16694 * Makefile.in (bootstrap-lean): New target.
16695
d207ebef
JM
16696Wed Sep 24 18:06:27 1997 Stu Grossman <grossman@babylon-5.cygnus.com>
16697
16698 * configure.in (d30v): Remove tcl, tk, expect, gdb, itcl, tix, db,
3b75d237 16699 sn, and gnuserv from noconfigdirs.
d207ebef
JM
16700
16701Wed Sep 24 15:18:32 1997 Ian Lance Taylor <ian@cygnus.com>
16702
16703 * ltmain.sh: Tweak shell pattern to avoid bug in NetBSD /bin/sh.
16704
09f97c1e
JL
16705Thu Sep 18 23:58:27 1997 Jeffrey A Law (law@cygnus.com)
16706
16707 * Makefile.in (cross): New target.
16708
335d0ab2
AO
16709Thu Sep 18 21:43:23 1997 Alexandre Oliva <oliva@dcc.unicamp.br>
16710 Jeff Law <law@cygnus.com>
16711
16712 * Makefile.in (bootstrap2, bootstrap3): New targets.
16713 (all-bootstrap): Remove outdated and confusing target.
339c9b00 16714 (bootstrap, bootstrap2, bootstrap3): Don't pass BOOT_CFLAGS down.
335d0ab2 16715
d207ebef
JM
16716Thu Sep 18 15:37:42 1997 Andrew Cagney <cagney@b1.cygnus.com>
16717
16718 * configure (tooldir): enable_gdbtk=YES for cygwin32, NO for
3b75d237 16719 windows. Consistent with gdb/configure.
d207ebef 16720
e693cc28
UD
167211997-09-15 02:37 Ulrich Drepper <drepper@cygnus.com>
16722
e693cc28
UD
16723 * configure.in: Name Linux target fragment.
16724
16725 * configure: Rewrite so that project Makefile fragment is inserted
16726 first and appears last in the resulting Makefile.
16727
d207ebef
JM
16728Tue Sep 16 09:55:07 1997 Andrew Cagney <cagney@b1.cygnus.com>
16729
16730 * Makefile.in (install-itcl): Install tcl first.
16731
5d4a5ee6
JL
16732Fri Sep 12 16:19:20 1997 Geoffrey Noer <noer@cygnus.com>
16733
16734 * configure.in: remove bison from noconfigdirs for Cygwin32 host
16735
f401679e
JW
16736Thu Sep 11 16:40:46 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
16737
16738 * Makefile.in (local-distclean): Also remove mh-frag mt-frag.
16739
16740 * configure.in (skipdirs): Add target-librx for Linux.
16741 (alpha-*-linux*): Use config/mh-elfalphapic and config/mt-elfalphapic.
16742
ec20b1b9
JL
16743Wed Sep 10 21:29:54 1997 Jeffrey A Law (law@cygnus.com)
16744
16745 * Makefile.in (bootstrap): New target.
16746
becdcf6d
JL
16747Wed Sep 10 15:19:22 1997 Jeffrey A Law (law@cygnus.com)
16748
63f6bcd7 16749 * config.sub: Accept 'amigados' for backward compatibility.
becdcf6d 16750
d207ebef
JM
16751Mon Sep 8 20:46:20 1997 Ian Lance Taylor <ian@cygnus.com>
16752
16753 * config.guess: Merge with FSF.
16754
0c82f6bf
FF
16755Sun Sep 7 23:18:32 1997 Fred Fish <fnf@ninemoons.com>
16756
16757 * config.sub: Change 'amigados' to 'amigaos' to match current usage.
16758
d207ebef
JM
16759Sun Sep 7 15:55:28 1997 Gavin Koch <gavin@cygnus.com>
16760
16761 * config.sub: Add "marketing-names" patch.
16762
3fbc0b70
JS
16763Fri Sep 5 16:11:28 1997 Joel Sherrill (joel@OARcorp.com)
16764
e490616e 16765 * configure.in (*-*-rtems*): Do not build libgloss for rtems.
3fbc0b70 16766
e20d4801
JL
16767Fri Sep 5 12:27:17 1997 Jeffrey A Law (law@cygnus.com)
16768
16769 * config.sub: Handle v850-elf.
16770
fe181f78 16771Wed Sep 3 22:01:58 1997 Fred Fish <fnf@ninemoons.com>
d30e0541
FF
16772
16773 * .cvsignore (*-install): Remove.
16774
bfed1ea0
JL
16775Wed Sep 3 12:15:24 1997 Chris Provenzano <proven@cygnus.com>
16776
16777 * ltconfig: Set CONFIG_SHELL in libtool.
16778 * ltmain.sh: Use CONFIG_SHELL instead of /bin/sh
16779
558a1e7c
JW
16780Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
16781
16782 * configure.in (target_subdir): Set to libraries if enable_multilib.
16783
7818d6fc
JW
16784Wed Aug 27 16:15:11 1997 Jim Wilson <wilson@cygnus.com>
16785
16786 * config.guess: Update from gcc directory.
16787
d207ebef
JM
16788Tue Aug 26 16:46:46 1997 Andrew Cagney <cagney@b1.cygnus.com>
16789
16790 * Makefile.in (all-sim): Depends on all-readline.
16791
6599da04
JM
16792Wed Aug 20 19:57:37 1997 Jason Merrill <jason@yorick.cygnus.com>
16793
16794 * Makefile.in (BISON, YACC): Use $$s.
16795 (all-bison): Depend on all-texinfo.
16796
16797Tue Aug 19 01:41:32 1997 Jason Merrill <jason@yorick.cygnus.com>
16798
16799 * Makefile.in (BISON): Add -L flag.
16800 (YACC): Likewise.
16801
d207ebef
JM
16802Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
16803
4e81ae98
EC
16804 * configure.in (noconfigdirs): Add support for v850e target.
16805
d207ebef
JM
16806 * config.sub (maybe_os): Add support for v850e target.
16807
16808Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
16809
4e81ae98
EC
16810 * configure.in (noconfigdirs): Add support for v850ea target.
16811
d207ebef
JM
16812 * config.sub (maybe_os): Add support for v850ea target.
16813
6599da04
JM
16814Mon Aug 18 09:24:06 1997 Gavin Koch <gavin@cygnus.com>
16815
16816 * config.sub: Add mipstx39. Delete r3900.
16817
16818Mon Aug 18 17:20:10 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
16819
16820 * Makefile.in (all-autoconf): Depends on all-texinfo.
16821
16822Fri Aug 15 23:09:26 1997 Michael Meissner <meissner@cygnus.com>
16823
16824 * config-ml.in ({powerpc,rs6000}*-*-*): Update to current AIX and
16825 eabi targets.
16826
16827Thu Aug 14 14:42:17 1997 Ian Lance Taylor <ian@cygnus.com>
16828
16829 * configure: Get CFLAGS and CXXFLAGS from Makefile, if possible.
16830
16831 * configure: When handling a Canadian Cross, handle YACC as well as
16832 BISON. Just set BISON to bison. When setting YACC, prefer bison.
e490616e 16833 * Makefile.in (all-bison): Depend upon all-texinfo.
6599da04
JM
16834
16835Tue Aug 12 20:09:48 1997 Jason Merrill <jason@yorick.cygnus.com>
16836
16837 * Makefile.in (BISON): bison, not byacc or bison -y.
16838 (YACC): bison -y or byacc or yacc.
16839 (various): Add *-bison as appropriate.
16840 (taz): No need to mess with BISON anymore.
16841
16842Tue Aug 12 22:33:08 1997 Ian Lance Taylor <ian@cygnus.com>
16843
16844 * configure: If OSTYPE matches *win32*, try to find a good value for
16845 CONFIG_SHELL.
16846
16847Sun Aug 10 14:41:11 1997 Ian Lance Taylor <ian@cygnus.com>
16848
16849 * Makefile.in (taz): Get the version number from AM_INIT_AUTOMAKE in
16850 configure.in if it is present.
16851
16852Sat Aug 9 00:58:01 1997 Ian Lance Taylor <ian@cygnus.com>
16853
16854 * Makefile.in (LD_FOR_TARGET): Change ld.new to ld-new.
16855
16856Fri Aug 8 16:30:13 1997 Doug Evans <dje@canuck.cygnus.com>
16857
16858 * config.sub: Recognize `arc' cpu.
16859 * configure.in: Likewise.
16860 * config-ml.in: Likewise.
16861
16862Thu Aug 7 11:02:34 1997 Ian Lance Taylor <ian@cygnus.com>
16863
16864 * Makefile.in ($(INSTALL_X11_MODULES)): Depend upon installdirs.
16865
16866Wed Aug 6 16:27:29 1997 Chris Provenzano <proven@cygnus.com>
16867
16868 * configure: Changed sed delimiter from ':' to '|' when
16869 attempting to substitute ${config_shell} for SHELL. On
16870 NT ${config_shell} may contain a ':' in it.
16871
16872Wed Aug 6 12:29:05 1997 Jason Merrill <jason@yorick.cygnus.com>
16873
16874 * Makefile.in (EXTRA_GCC_FLAGS): Fix for non-bash shells.
16875
16876Wed Aug 6 00:42:35 1997 Ian Lance Taylor <ian@cygnus.com>
16877
16878 * Makefile.in (AS_FOR_TARGET): Change as.new to as-new.
16879
16880Tue Aug 5 14:08:51 1997 Ian Lance Taylor <ian@cygnus.com>
16881
16882 * Makefile.in (NM_FOR_TARGET): Change nm.new to nm-new.
16883
16884 * ylwrap: If the program is a relative path, force it to be
16885 absolute.
16886
16887Tue Aug 5 12:12:44 1997 Andrew Cagney <cagney@b1.cygnus.com>
16888
16889 * configure (tooldir): Set BISON to `bison -y' and not just bison.
16890
16891Mon Aug 4 22:59:02 1997 Andrew Cagney <cagney@b1.cygnus.com>
16892
16893 * Makefile.in (CC_FOR_TARGET): When winsup/Makefile present,
3b75d237
AJ
16894 correctly specify the target build directory $(TARGET_SUBDIR)/winsup
16895 for libraries.
6599da04
JM
16896
16897Mon Aug 4 12:40:24 1997 Jason Merrill <jason@yorick.cygnus.com>
16898
16899 * Makefile.in (EXTRA_GCC_FLAGS): Fix handling of macros with values
3b75d237 16900 separated by spaces.
6599da04
JM
16901
16902Thu Jul 31 19:49:49 1997 Ian Lance Taylor <ian@cygnus.com>
16903
16904 * ylwrap: New file.
16905 * Makefile.in (DEVO_SUPPORT): Add ylwrap.
16906
16907 * ltmain.sh: Handle /bin/sh at start of install program.
16908
16909 * Makefile.in (DEVO_SUPPORT): Add ltconfig, ltmain.sh, and missing.
16910
16911 * ltconfig, ltmain.sh: New files, from libtool 1.0.
16912 * missing: New file, from automake 1.2.
16913
16914Thu Jul 24 12:57:56 1997 Ian Lance Taylor <ian@cygnus.com>
16915
16916 * Makefile.in: Treat tix like tk, putting it in X11_MODULES. Add
16917 check-tk to CHECK_X11_MODULES.
16918
16919Wed Jul 23 17:03:29 1997 Ian Lance Taylor <ian@cygnus.com>
16920
16921 * config.sub: Merge with FSF.
16922
16923Tue Jul 22 19:08:29 1997 Ian Lance Taylor <ian@cygnus.com>
16924
16925 * config.guess: Merge with FSF.
16926
16927Tue Jul 22 14:50:42 1997 Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
16928
16929 * configure: Treat msdosdjgpp like go32.
16930 * configure.in: Likewise. Don't remove gprof for go32.
16931
16932 * configure: Change Makefile.tem2 to Makefile.tm2.
16933
16934Mon Jul 21 10:31:26 1997 Stephen Peters <speters@cygnus.com>
16935
16936 * configure.in (noconfigdirs): For alpha-dec-osf*, don't ignore grep.
16937
16938Tue Jul 15 14:33:03 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
16939
16940 * install-sh (chmodcmd): Set to null if the DST directory already
16941 exists. Same as Nov 11th change.
16942
16943Mon Jul 14 11:01:15 1997 Martin M. Hunt <hunt@cygnus.com>
16944
4e81ae98 16945 * configure (GDB_TK): Needs itcl and tix.
6599da04
JM
16946
16947Mon Jul 14 00:32:10 1997 Jason Merrill <jason@yorick.cygnus.com>
16948
16949 * config.guess: Update from FSF.
16950
16951Fri Jul 11 11:57:11 1997 Martin M. Hunt <hunt@cygnus.com>
16952
16953 * Makefile.in (GDB_TK): Depend on itcl and tix.
16954
16955Fri Jul 4 13:25:31 1997 Ian Lance Taylor <ian@cygnus.com>
16956
16957 * Makefile.in (INSTALL_PROGRAM_ARGS): New variable.
16958 (INSTALL_PROGRAM): Use $(INSTALL_PROGRAM_ARGS).
16959 (INSTALL_SCRIPT): New variable.
16960 (BASE_FLAGS_TO_PASS): Pass down INSTALL_SCRIPT.
16961 * configure.in: If host is *-*-cygwin32*, set INSTALL_PROGRAM_ARGS
16962 to -x.
16963 * install-sh: Add support for -x option.
16964
16965Mon Jun 30 15:51:30 1997 Ian Lance Taylor <ian@cygnus.com>
16966
16967 * configure.in, Makefile.in: Treat tix like itcl.
16968
16969Thu Jun 26 13:59:19 1997 Ian Lance Taylor <ian@cygnus.com>
16970
16971 * Makefile.in (WINDRES): New variable.
16972 (WINDRES_FOR_TARGET): New variable.
16973 (BASE_FLAGS_TO_PASS): Add WINDRES_FOR_TARGET.
16974 (EXTRA_HOST_FLAGS): Add WINDRES.
16975 (EXTRA_TARGET_FLAGS): Add WINDRES.
16976 (EXTRA_GCC_FLAGS): Add WINDRES.
16977 ($(DO_X)): Pass down WINDRES.
16978 ($(CONFIGURE_TARGET_MODULES)): Set WINDRES when configuring.
16979 * configure: Treat WINDRES like DLLTOOL, and WINDRES_FOR_TARGET like
16980 DLLTOOL_FOR_TARGET.
16981
16982Wed Jun 25 15:01:26 1997 Felix Lee <flee@cygnus.com>
16983
16984 * configure.in: configure sim before gdb for win32-x-ppc
16985
16986Wed Jun 25 12:18:54 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
16987
16988 Move gperf into the toplevel, from libg++.
16989 * configure.in (target_tools): Add target-gperf.
16990 (native_only): Add target-gperf.
16991 * Makefile.in (all-target-gperf): New target, depend on
16992 all-target-libg++.
16993 (configure-target-gperf): Empty rule.
16994 (ALL_TARGET_MODULES): Add all-target-gperf.
16995 (CONFIGURE_TARGET_MODULES): Add configure-target-gperf.
16996 (CHECK_TARGET_MODULES): Add check-target-gperf.
16997 (INSTALL_TARGET_MODULES): Add install-target-gperf.
16998 (CLEAN_TARGET_MODULES): Add clean-target-gperf.
16999
17000Mon Jun 23 10:51:53 1997 Jeffrey A Law (law@cygnus.com)
4e81ae98 17001
6599da04
JM
17002 * config.sub (mn10200): Recognize new basic machine.
17003
17004Thu Jun 19 14:16:42 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
17005
17006 * configure.in: Don't set ENABLE_MULTILIB, so we'll be passing
17007 --enable-multilib down to subdirs; setting TARGET_SUBDIR was enough.
17008
17009Tue Jun 17 15:31:20 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
17010
17011 * configure.in: If we're building mips-sgi-irix6* native, turn on
17012 ENABLE_MULTILIB and set TARGET_SUBDIR.
17013
17014Tue Jun 17 12:20:59 1997 Tom Tromey <tromey@cygnus.com>
17015
17016 * Makefile.in (all-sn): Depend on all-grep.
17017
17018Mon Jun 16 11:11:10 1997 Ian Lance Taylor <ian@cygnus.com>
17019
17020 * configure.in: Use mh-ppcpic and mt-ppcpic for powerpc*-* targets.
17021
17022 * configure: Set CFLAGS and CXXFLAGS, and substitute them into
17023 Makefile. From Jeff Makey <jeff@cts.com>.
17024 * Makefile.in: Add comment for CFLAGS and CXXFLAGS.
17025
17026 * Makefile.in (DISTBISONFILES): Remove.
17027 (taz): Don't futz with DISTBISONFILES. Change BISON to use
17028 $(DEFAULT_YACC).
17029
17030 * configure.in: Build itl, db, sn, etc., when building for native
3b75d237 17031 cygwin32.
6599da04
JM
17032
17033 * Makefile.in (LD): New variable.
17034 (EXTRA_HOST_FLAGS): Pass down LD.
17035 ($(DO_X)): Likewise.
17036
17037Mon Jun 16 11:10:35 1997 Philip Blundell <Philip.Blundell@pobox.com>
17038
17039 * Makefile.in (INSTALL): Use $(SHELL) when executing install-sh.
17040
17041Fri Jun 13 10:22:56 1997 Bob Manson <manson@charmed.cygnus.com>
17042
17043 * configure.in (targargs): Strip out any supplied --build argument
3b75d237 17044 before adding our own. Always add --build.
6599da04
JM
17045
17046Thu Jun 12 21:12:28 1997 Bob Manson <manson@charmed.cygnus.com>
17047
17048 * configure.in (targargs): Pass --build if we're doing
17049 a cross-compile.
17050
17051Fri Jun 6 21:38:40 1997 Rob Savoye <rob@chinadoll.cygnus.com>
17052
ca236658 17053 * configure: Use '|' instead of ":" as the separator in
6599da04
JM
17054 sed. Otherwise sed chokes on NT path names with drive
17055 designators. Also look for "?:*" as the leading characters in an
17056 absolute pathname.
17057
17058Mon Jun 2 13:05:20 1997 Gavin Koch <gavin@cygnus.com>
17059
17060 * config.sub: Support for r3900.
17061
17062Wed May 21 17:33:31 1997 Ian Lance Taylor <ian@cygnus.com>
17063
17064 * configure.in: Use install-sh, not install.sh.
17065
17066Wed May 14 16:06:51 1997 Ian Lance Taylor <ian@cygnus.com>
17067
17068 * Makefile.in (taz): Improve check for BISON so it doesn't try to
17069 apply it twice.
17070
17071Fri May 9 17:22:05 1997 Ian Lance Taylor <ian@cygnus.com>
17072
17073 * Makefile.in (INSTALL_MODULES): Put install-opcodes before
17074 install-binutils.
17075
17076Thu May 8 17:29:50 1997 Ian Lance Taylor <ian@cygnus.com>
17077
17078 * Makefile.in: Add automake targets.
17079 * configure.in (host_tools): Add automake.
17080
17081Tue May 6 15:49:52 1997 Ian Lance Taylor <ian@cygnus.com>
17082
17083 * configure: Default CXX to c++, not gcc.
17084 * Makefile.in (CXX): Set to c++, not gcc.
17085 (CXX_FOR_TARGET): When cross, transform c++, not gcc.
17086
17087Thu May 1 10:11:43 1997 Geoffrey Noer <noer@cygnus.com>
17088
17089 * install-sh: try appending a .exe if source file doesn't
17090 exist
17091
17092Wed Apr 30 12:05:36 1997 Jason Merrill <jason@yorick.cygnus.com>
17093
17094 * configure.in: Turn on multilib by default.
17095 (cross_only): Remove target-libiberty.
17096
17097 * Makefile.in (all-gcc): Don't depend on libiberty.
17098
17099Mon Apr 28 18:39:45 1997 Michael Snyder <msnyder@cleaver.cygnus.com>
17100
17101 * config.guess: improve algorithm for recognizing Gnu Hurd x86.
17102
17103Thu Apr 24 19:30:07 1997 Ian Lance Taylor <ian@cygnus.com>
17104
17105 * Makefile.in (DEVO_SUPPORT): Add mpw-install.
17106 (DISTBISONFILES): Add ld/Makefile.in
17107
17108Tue Apr 22 17:17:28 1997 Geoffrey Noer <noer@pizza.cygnus.com>
17109
17110 * configure.in: if target is cygwin32 but host isn't cygwin32,
17111 don't configure gdb tcl tk expect, not just gdb.
17112
17113Mon Apr 21 13:33:39 1997 Tom Tromey <tromey@cygnus.com>
17114
17115 * configure.in: Added gnuserv everywhere sn appears.
17116
17117 * Makefile.in (ALL_MODULES): Added all-gnuserv.
17118 (CROSS_CHECK_MODULES): Added check-gnuserv.
17119 (INSTALL_MODULES): Added install-gnuserv.
17120 (CLEAN_MODULES): Added clean-gnuserv.
17121 (all-gnuserv): New target.
17122
17123Thu Apr 17 13:57:06 1997 Per Fogelstrom <pefo@openbsd.org>
17124
17125 * config.guess: Fixes for MIPS OpenBSD systems.
17126
17127Tue Apr 15 12:21:07 1997 Ian Lance Taylor <ian@cygnus.com>
17128
17129 * Makefile.in (INSTALL_XFORM): Remove.
17130 (BASE_FLAGS_TO_PASS): Remove INSTALL_XFORM.
17131
17132 * mkinstalldirs: New file, copied from automake.
17133 * Makefile.in (installdirs): Rename from install-dirs. Use
17134 mkinstalldirs. Change all users.
17135 (DEVO_SUPPORT): Add mkinstalldirs.
17136
17137Mon Apr 14 11:21:38 1997 Ian Lance Taylor <ian@cygnus.com>
17138
17139 * install-sh: Rename from install.sh.
17140 * Makefile.in (INSTALL): Change install.sh to install-sh.
17141 (DEVO_SUPPORT): Likewise.
17142
17143 * configure: Use ${config_shell} with ${moveifchange}. From Thomas
17144 Graichen <graichen@rzpd.de>.
17145
17146Fri Apr 11 16:37:10 1997 Niklas Hallqvist <niklas@appli.se>
17147
17148 * config.guess: Recognize OpenBSD systems correctly.
17149
17150Fri Apr 11 17:07:04 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
17151
17152 * README, Makefile.in (ETC_SUPPORT): Remove references to
17153 cfg-paper*, configure.{texi,man,info*}._
17154
17155Sun Apr 6 18:47:57 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
17156
17157 * Makefile.in (all.normal): Ensure that gcc is built after all
17158 the x11 - ie gdb - targets.
17159
17160Tue Apr 1 16:28:50 1997 Klaus Kaempf <kkaempf@progis.de>
17161
17162 * makefile.vms: Don't run conf-a-gas.
17163
17164Mon Mar 31 16:26:55 1997 Joel Sherrill <joel@oarcorp.com>
17165
e490616e 17166 * configure.in (hppa1.1-*-rtems*): New target, like hppa-*-*elf*.
6599da04 17167
d207ebef
JM
17168Sun Mar 30 12:38:27 1997 Fred Fish <fnf@cygnus.com>
17169
17170 * configure.in: Remove noconfigdirs case since gdb also
17171 configures and builds for tic80-coff.
17172
6599da04
JM
17173Fri Mar 28 18:28:52 1997 Ian Lance Taylor <ian@cygnus.com>
17174
17175 * configure: Set cache_file to config.cache.
17176 * Makefile.in (local-distclean): Remove config.cache.
17177
17178Wed Mar 26 18:49:39 1997 Ian Lance Taylor <ian@cygnus.com>
17179
17180 * COPYING: Update FSF address.
17181
d207ebef
JM
17182Wed Mar 26 10:38:25 1997 Michael Meissner <meissner@cygnus.com>
17183
17184 * configure.in (tic80-*-*): Remove G++ libraries and libgloss from
17185 noconfigdirs.
17186
6599da04
JM
17187Mon Mar 24 15:02:39 1997 Ian Lance Taylor <ian@cygnus.com>
17188
17189 * Makefile.in (install-dirs): Don't crash if prefix, and hence
17190 MAKEDIRS, is empty.
17191
17192Mon Mar 24 12:40:55 1997 Doug Evans <dje@canuck.cygnus.com>
17193
17194 * config.sub: Tweak mn10300 entry.
17195
17196Fri Mar 21 15:35:27 1997 Michael Meissner <meissner@cygnus.com>
17197
17198 * configure.in (host_tools): Put sim before gdb, so gdb's
17199 configure.tgt can determine if the simulator was configured.
17200
17201Sun Mar 16 16:07:08 1997 Fred Fish <fnf@cygnus.com>
17202
17203 * config.sub: Move BeOS $os case to be with other Cygnus
17204 local cases.
17205
17206Sun Mar 16 01:34:55 1997 Martin Hunt <hunt@cygnus.com>
17207
17208 * config.sub: Remove misplaced comment that broke Linux.
17209
17210Sat Mar 15 22:50:15 1997 Fred Fish <fnf@cygnus.com>
17211
17212 * config.sub: Add BeOS support.
17213
17214Mon Mar 10 13:30:11 1997 Tom Tromey <tromey@cygnus.com>
17215
17216 * Makefile.in (CHECK_X11_MODULES): Don't run check-tk.
17217
17218Wed Mar 5 12:09:29 1997 Martin <hunt@cygnus.com>
17219
17220 * configure.in (noconfigdirs): Remove tcl and tk from
17221 noconfigdirs for cygwin32 builds.
17222
d207ebef
JM
17223Fri Feb 28 18:20:15 1997 Fred Fish <fnf@cygnus.com>
17224
17225 * configure.in (tic80-*-*): Remove ld from noconfigdirs.
17226
6599da04
JM
17227Thu Feb 27 14:57:26 1997 Ken Raeburn <raeburn@cygnus.com>
17228
17229 * Makefile.in (GAS_SUPPORT_DIRS, BINUTILS_SUPPORT_DIRS): Remove
17230 make-all.com, use makefile.vms instead.
17231
17232Tue Feb 25 18:46:14 1997 Stan Shebs <shebs@andros.cygnus.com>
17233
17234 * config.sub: Accept -lnews*.
17235
d207ebef
JM
17236Tue Feb 25 13:19:14 1997 Andrew Cagney <cagney@kremvax.tpgi.com.au>
17237
17238 * configure.in (noconfigdirs): Disable target-newlib,
3b75d237 17239 target-examples and target-libiberty for d30v.
d207ebef
JM
17240
17241Fri Feb 21 17:56:25 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
17242
17243 * configure.in (noconfigdirs): Enable ld for d30v.
17244
17245Fri Feb 21 20:58:51 1997 Michael Meissner <meissner@cygnus.com>
17246
17247 * configure.in (tic80-*-*): Build compiler.
17248
17249Sun Feb 16 15:41:09 1997 Andrew Cagney <cagney@critters.cygnus.com>
17250
17251 * configure.in (d30v-*): Remove sim directory from list of
3b75d237 17252 unsupported d30v directories
d207ebef
JM
17253
17254Tue Feb 18 17:32:42 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
17255
4e81ae98
EC
17256 * config.sub, configure.in: Add d30v target cpu.
17257
6599da04
JM
17258Thu Feb 13 22:04:44 1997 Klaus Kaempf <kkaempf@progis.de>
17259
17260 * makefile.vms: New file.
17261 * make-all.com: Remove.
17262
17263Wed Feb 12 12:54:18 1997 Jim Wilson <wilson@cygnus.com>
17264
17265 * Makefile.in (EXTRA_GCC_FLAGS): Add LIBGCC2_DEBUG_CFLAGS.
17266
17267Sat Feb 8 20:36:49 1997 Michael Meissner <meissner@cygnus.com>
17268
17269 * Makefile.in (all-itcl): The rule is all-itcl, not all-tcl.
17270
17271Tue Feb 4 11:39:29 1997 Tom Tromey <tromey@cygnus.com>
17272
17273 * Makefile.in (ALL_MODULES): Added all-db.
17274 (CROSS_CHECK_MODULES): Addec check-db.
17275 (INSTALL_MODULES): Added install-db.
17276 (CLEAN_MODULES): Added clean-db.
17277
17278Mon Feb 3 13:29:36 1997 Ian Lance Taylor <ian@cygnus.com>
17279
17280 * config.guess: Merge with latest FSF sources.
17281
17282Tue Jan 28 09:20:37 1997 Tom Tromey <tromey@cygnus.com>
17283
17284 * Makefile.in (ALL_MODULES): Added all-itcl.
17285 (CROSS_CHECK_MODULES): Added check-itcl.
17286 (INSTALL_MODULES): Added install-itcl.
17287 (CLEAN_MODULES): Added clean-itcl.
17288
17289Thu Jan 23 01:44:27 1997 Geoffrey Noer <noer@cygnus.com>
17290
17291 * configure.in: build gdb for mn10200
17292
17293Fri Jan 17 15:32:15 1997 Doug Evans <dje@canuck.cygnus.com>
17294
17295 * Makefile.in (all-target-winsup): Depend on all-target-libio.
17296
d207ebef
JM
17297Mon Jan 13 22:46:54 1997 Michael Meissner <meissner@tiktok.cygnus.com>
17298
17299 * configure.in (tic80-*-*): Turn off most targets right now.
17300
6599da04
JM
17301Fri Jan 3 16:04:03 1997 Ian Lance Taylor <ian@cygnus.com>
17302
17303 * Makefile.in (MAKEINFO): Check for the existence of the Makefile,
17304 rather than the makeinfo program.
17305 (do-info): Depend upon all-texinfo.
17306
17307Tue Dec 31 16:00:31 1996 Ian Lance Taylor <ian@cygnus.com>
17308
17309 * configure.in: Remove uses of config/mh-linux.
17310
17311 * config.sub, config.guess: Merge with latest FSF sources.
17312
d207ebef
JM
17313Fri Dec 27 23:04:33 1996 Fred Fish <fnf@cygnus.com>
17314
17315 * config.sub (case $basic_machine): Add tic80 entries.
17316
6599da04
JM
17317Fri Dec 27 12:07:59 1996 Ian Lance Taylor <ian@cygnus.com>
17318
17319 * config.sub, config.guess: Merge with latest FSF sources.
17320
17321Wed Dec 18 22:46:39 1996 Stan Shebs <shebs@andros.cygnus.com>
17322
17323 * mpw-build.in: Build ld before gcc, use NewFolderRecursive.
17324 * mpw-config.in: Test for NewFolderRecursive.
17325 * mpw-install: Use symbolic name for startup filename.
17326 * mpw-README: Add various additional details.
17327
17328Wed Dec 18 13:11:46 1996 Jim Wilson <wilson@cygnus.com>
17329
17330 * configure.in (mips*-sgi-irix6*): Remove binutils from noconfigdirs.
17331
17332Wed Dec 18 10:29:31 1996 Jeffrey A Law (law@cygnus.com)
17333
17334 * configure.in: Do build gcc and the target libraries for
17335 the mn10200.
17336
17337Wed Dec 4 16:53:05 1996 Geoffrey Noer <noer@cygnus.com>
17338
17339 * configure.in: don't avoid building gdb for mn10300 any more
17340 * Makefile.in: double-quote GCC_FOR_TARGET line in EXTRA_GCC_FLAGS
17341 instead of single-quoting it.
17342
17343Tue Dec 3 23:26:50 1996 Jason Merrill <jason@yorick.cygnus.com>
17344
17345 * configure.in: Don't use --with-stabs on IRIX 6.
17346
17347Tue Dec 3 09:05:25 1996 Doug Evans <dje@canuck.cygnus.com>
17348
17349 * configure.in (m32r): Build gdb, libg++ now.
17350
17351Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
17352
17353 * configure.in (mips*-sgi-irix6*): Remove gdb and related
17354 directories from noconfigdirs.
17355
17356Tue Nov 26 11:45:33 1996 Kim Knuttila <krk@cygnus.com>
17357
17358 * config.sub (basic_machine): added mips16 configuration
17359
17360Sat Nov 23 19:26:22 1996 Michael Meissner <meissner@tiktok.cygnus.com>
17361
17362 * config.sub: Handle d10v-unknown.
17363
d207ebef
JM
17364Sat Nov 23 10:23:01 1996 Gavin Koch <gavin@cygnus.com>
17365
17366 * config.sub: Handle v850-unknown.
17367
6599da04
JM
17368Thu Nov 21 16:19:44 1996 Geoffrey Noer <noer@cygnus.com>
17369
17370 * Makefile.in: add findutils
17371 * configure.in: add findutils to list of host_tools
17372
17373Wed Nov 20 10:09:01 1996 Jeffrey A Law (law@cygnus.com)
17374
17375 * config.sub: Handle mn10200 and mn10300.
17376
17377Tue Nov 19 16:35:14 1996 Michael Meissner <meissner@tiktok.cygnus.com>
17378
17379 * configure.in (d10v-*): Do not build librx.
17380
17381Mon Nov 18 13:28:41 1996 Jeffrey A Law (law@cygnus.com)
17382
17383 * configure.in (mn10300): Build everything except gdb & libgloss.
17384
17385Wed Nov 13 14:59:46 1996 Per Bothner <bothner@deneb.cygnus.com>
17386
17387 * config.guess: Patch for Dansk Data Elektronik servers,
17388 from Niels Skou Olsen <nso@dde.dk>.
17389
17390 For ncr, use /bin/uname rather than uname, since GNU uname does not
17391 support -p. Suggested by Mark Mitchell <mmitchell@usa.net>.
17392
17393 Patch for MIPS R4000 running System V,
17394 from Eric S. Raymond <esr@snark.thyrsus.com>.
17395
17396 Fix thinko for nextstep.
17397
17398 Patch for OSF1 in i?86, from Dan Murphy <dlm@osf.org> via Harlan Stenn.
17399
17400 Sat Jun 24 18:58:17 1995 Morten Welinder <terra+@cs.cmu.edu>
17401 * config.guess: Guess mips-dec-mach_bsd4.3.
17402
17403 Thu Oct 10 04:07:04 1996 Harlan Stenn <harlan@pfcs.com>
17404 * config.guess (i?86-ncr-sysv*): Emit just enough of the minor
17405 release numbers.
17406 * config.guess (mips-mips-riscos*): Emit just enough of the
17407 release number.
17408
17409 Tue Oct 8 10:37:22 1996 Frank Vance <fvance@waii.com>
17410 * config.guess (sparc-auspex-sunos*): Added.
17411 (f300-fujitsu-*): Added.
17412
17413 Wed Sep 25 22:00:35 1996 Jeff Woolsey <woolsey@jlw.com>
17414 * config.guess: Recognize a Tadpole as a sparc.
17415
17416Wed Nov 13 00:53:09 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
17417
17418 * config.guess: Don't assume that NextStep version is either 2 or
17419 3. NextStep 4 (aka OpenStep 4) has come out now.
17420
17421Mon Nov 11 23:52:03 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
17422
17423 * config.guess: Support Cray T90 that reports itself as "CRAY TS".
17424 From Rik Faith <faith@cs.unc.edu>.
17425
17426Fri Nov 8 11:34:58 1996 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
17427
17428 * config.sub: Contributions from bug-gnu-utils to:
17429 Support plain "hppa" (no version given) architecture, reported by
17430 OpenStep.
17431 OpenBSD like NetBSD.
17432 LynxOs is not a hardware supplier.
17433
17434 * config.guess: Contributions from bug-gnu-utils to add support for:
3b75d237 17435 OpenBSD like NetBSD.
6599da04
JM
17436 Stratus systems.
17437 More Pyramid systems.
17438 i[n>4]86 Intel chips.
17439 M680[n>4]0 Motorola chips.
17440 Use unknown instead of lynx for hardware manufacturer.
17441
17442Mon Nov 11 10:09:08 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
17443
17444 * install.sh (chmodcmd): Set to null if the DST directory already
17445 exists.
17446
17447Mon Nov 11 10:43:41 1996 Michael Meissner <meissner@tiktok.cygnus.com>
17448
17449 * configure.in (powerpc*-{eabi,elf,linux,rtem,sysv,solaris}*): Do
17450 not use mt-ppc target Makefile fragment any more.
17451
17452Sun Nov 3 19:17:07 1996 Stu Grossman (grossman@critters.cygnus.com)
17453
17454 * configure.in (*-*-windows): Exclude everything but those dirs
17455 needed to build windows.
17456
17457Tue Oct 29 16:41:31 1996 Doug Evans <dje@canuck.cygnus.com>
17458
17459 * Makefile.in (all-target-winsup): Depend on all-target-librx.
17460
17461Mon Oct 28 17:32:46 1996 Stu Grossman (grossman@critters.cygnus.com)
17462
17463 * configure.in: Exclude mmalloc from i386-windows.
6599da04
JM
17464
17465Thu Oct 24 09:22:46 1996 Stu Grossman (grossman@critters.cygnus.com)
17466
17467 * Undo my previous change.
17468
17469Thu Oct 24 12:12:04 1996 Ian Lance Taylor <ian@cygnus.com>
17470
17471 * Makefile.in (EXTRA_GCC_FLAGS): Pass down GCC_FOR_TARGET
17472 unconditionally.
17473 (MAKEOVERRIDES): Define (revert this part of October 18 change).
17474
17475Thu Oct 24 09:02:07 1996 Stu Grossman (grossman@critters.cygnus.com)
17476
17477 * Makefile.in (FLAGS_TO_PASS): Add $(HOST_FLAGS) to allow the
17478 host to add it's own flags.
6599da04
JM
17479
17480Tue Oct 22 15:20:26 1996 Ian Lance Taylor <ian@cygnus.com>
17481
17482 * configure: Handle GCC_FOR_TARGET like CC_FOR_TARGET.
17483
17484Fri Oct 18 13:37:13 1996 Ian Lance Taylor <ian@cygnus.com>
17485
17486 * Makefile.in (CC_FOR_TARGET): Check for xgcc, not Makefile.
17487 (CXX_FOR_TARGET): Likewise.
17488 (GCC_FOR_TARGET): Define.
17489 (BASE_FLAGS_TO_PASS): Remove GCC_FOR_TARGET.
17490 (EXTRA_GCC_FLAGS): Define GCC_FOR_TARGET based on whether
17491 CC_FOR_TARGET was specified on the command line.
17492 (MAKEOVERRIDES): Don't define.
17493
17494Thu Oct 17 10:27:56 1996 Doug Evans <dje@canuck.cygnus.com>
17495
17496 * configure.in (m32r): Fix spelling of libg++ libs.
17497
17498Thu Oct 10 10:37:17 1996 Stan Shebs <shebs@andros.cygnus.com>
17499
17500 * config.sub (-apple*): Remove, now redundant.
17501
17502Thu Oct 10 12:30:54 1996 Ian Lance Taylor <ian@cygnus.com>
17503
17504 * configure: Don't get confused by CPU-VENDOR-linux-gnu.
17505
17506 * configure: Rework yesterday's sed script patch.
17507
17508 * config.sub: Merge with FSF.
17509
17510Wed Oct 9 17:24:59 1996 Per Bothner <bothner@deneb.cygnus.com>
17511
17512 * config.guess: Merge from FSF.
17513
17514 1996-09-12 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
e490616e
ZW
17515 * config.guess: Use pc instead of unknown, for pc clone systems.
17516 Change linux to linux-gnu.
6599da04
JM
17517
17518 Mon Jul 15 23:51:11 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
e490616e 17519 * config.guess: Avoid non-portable tr syntax.
6599da04
JM
17520
17521Wed Oct 9 06:06:46 1996 Jeffrey A Law (law@cygnus.com)
17522
17523 * test-build.mk (HOLES): Add "xargs" for gdb.
17524
17525 * configure: Avoid hpux10.20 sed bug.
17526
17527Tue Oct 8 08:32:48 1996 Stu Grossman (grossman@critters.cygnus.com)
17528
731a8127 17529 * configure.in: Add support for windows host
6599da04
JM
17530 (that is a build done under the Microsoft build environment).
17531
17532Tue Oct 8 10:39:08 1996 Ian Lance Taylor <ian@cygnus.com>
17533
17534 * Makefile.in: Replace all uses of srcroot with s, to shrink
17535 command line lengths.
17536
17537 Patches from Geoffrey Noer <noer@cygnus.com>:
17538 * configure.in: If configuring for newlib, pass --with-newlib to
17539 subdirectories.
17540 * Makefile.in (CC_FOR_TARGET): If winsup/Makefile exists, pass a
17541 -Bnewlib/ and -Lwinsup to gcc.
17542 (CXX_FOR_TARGET): Likewise.
17543
17544Mon Oct 7 10:59:35 1996 Ian Lance Taylor <ian@cygnus.com>
17545
17546 * Makefile.in (ETC_SUPPORT): Add configure.
17547
17548Fri Oct 4 12:22:58 1996 Angela Marie Thomas (angela@cygnus.com)
17549
4e81ae98 17550 * configure.in: Use config/mh-dgux386 for i[345]86-dg-dgux
6599da04
JM
17551 host configuration file.
17552
17553Thu Oct 3 09:28:25 1996 Jeffrey A Law (law@cygnus.com)
17554
17555 * configure.in: Break mn10x00 support into separate
17556 mn10200 and mn10300 configurations.
17557 * config.sub: Likewise.
17558
17559Wed Oct 2 22:27:52 1996 Jeffrey A Law (law@cygnus.com)
17560
17561 * configure.in: Add lots of stuff to noconfigdirs for
17562 the mn10x00 targets.
17563
17564 * config.sub, configure.in: Add mn10x00 support.
17565
17566Wed Oct 2 15:52:36 1996 Klaus Kaempf <kkaempf@progis.de>
17567
17568 * make-all.com: Call conf-a-gas, not config-a-gas.
17569
17570Tue Oct 1 01:28:41 1996 James G. Smith <jsmith@cygnus.co.uk>
17571
17572 * configure.in (noconfigdirs): Don't build libgloss for arm-coff
3b75d237 17573 targets.
6599da04
JM
17574
17575Mon Sep 30 14:24:01 1996 Stan Shebs <shebs@andros.cygnus.com>
17576
17577 * mpw-README: Add much more detail for native PowerMac.
17578 * mpw-install: New file.
17579 * mpw-configure: Add --norecursion and --help options.
17580 * mpw-config.in: Translate readme and install files when
17581 copying to objdir.
17582 * mpw-build.in: Don't always depend on byacc and flex.
17583 (install-only-top): New action.
17584
d207ebef
JM
17585Fri Sep 27 17:39:44 1996 Stu Grossman (grossman@critters.cygnus.com)
17586
17587 * configure.in: You can now configure GDB for the v850.
17588
6599da04
JM
17589Tue Sep 24 19:05:12 1996 Stan Shebs <shebs@andros.cygnus.com>
17590
17591 * configure.in (noconfigdirs): Don't configure any C++ dirs
17592 if targeting D10V.
17593
17594Tue Sep 17 12:15:31 1996 Ian Lance Taylor <ian@cygnus.com>
17595
17596 * config.sub: Recognize mips64vr5000.
17597
17598Mon Sep 16 17:00:52 1996 Ian Lance Taylor <ian@cygnus.com>
17599
17600 * configure.in: Use a single line for host_tools and native_only.
17601
17602Mon Sep 9 12:21:30 1996 Doug Evans <dje@canuck.cygnus.com>
17603
17604 * config.sub, configure.in: Add entries for m32r.
17605
17606Thu Sep 5 13:52:47 1996 Tom Tromey <tromey@creche.cygnus.com>
17607
17608 * Makefile.in (inet-install): Don't run install-gzip.
17609
17610Wed Sep 4 17:26:13 1996 Stu Grossman (grossman@critters.cygnus.com)
17611
17612 * configure.in: Don't config lots of things for *-*-windows*.
17613
17614Sat Aug 31 11:45:57 1996 Stan Shebs <shebs@andros.cygnus.com>
17615
17616 * mpw-config.in: Test for mpw-true, true, and null-command scripts.
17617 (host_libs, host_tools): Copy from configure.in.
17618 * mpw-configure: Don't complain about directories not found.
17619
17620Thu Aug 29 16:44:58 1996 Michael Meissner <meissner@tiktok.cygnus.com>
17621
17622 * configure.in (i[345]86): Recognize i686 for pentium pro.
17623 (i[3456]86-*-dgux*): Use config/mh-sysv for the host configuration
17624 file.
17625
17626 * config.guess (i[345]86): Ditto.
17627
17628Mon Aug 26 18:34:42 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
17629
17630 * configure.in (noconfigdirs): Removed gdb for D10V.
17631
d207ebef 17632Thu Aug 22 17:13:52 1996 Jeffrey A Law (law@cygnus.com)
5d4a5ee6 17633
d207ebef
JM
17634 * configure.in: Remove ld, target-libio, target-libg++, and
17635 target-libstdc++ from noconfigdirs.
5d4a5ee6 17636
6599da04
JM
17637Wed Aug 21 18:56:38 1996 Fred Fish <fnf@cygnus.com>
17638
17639 * configure: Fix three locations where shell scripts were
17640 being run directly rather than with config_shell.
17641
d207ebef
JM
17642Tue Aug 20 13:08:47 1996 J.T. Conklin <jtc@hippo.cygnus.com>
17643
17644 * configure.in (v850-*-*): Set up initial $noconfigdirs.
17645 * config.sub (basic_machine): Recognize v850.
17646
6599da04
JM
17647Thu Aug 15 12:19:33 1996 Stan Shebs <shebs@andros.cygnus.com>
17648
17649 * mpw-configure: Handle multiple enable/disable options and
17650 pass them down recursively, handle -c and -s flags appropriately
17651 depending on choice of compiler, add escape mechanism for
17652 quoted arguments to gC.
17653
17654Mon Aug 12 13:15:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
17655
17656 * configure.in (powerpc*-*-*): For eabi, system V.4, Linux, and
17657 solaris targets, use config/mt-ppc to set C{,XX}FLAGS_FOR_TARGETS
17658 so that -mrelocatable-lib and -mno-eabi are used.
17659
17660 * Makefile.in (CONFIGURE_TARGET_MODULES): If target compiler does
17661 not support --print-multi-lib, don't abort.
17662
6599da04
JM
17663Thu Aug 8 12:18:59 1996 Klaus Kaempf <kkaempf@progis.de>
17664
17665 * make-all.com: Run config-a-gas.
17666 * setup.com: Don't copy subdirectory files around.
17667
17668Tue Jul 30 17:49:31 1996 Brendan Kehoe <brendan@cygnus.com>
17669
17670 * configure.in (*-*-ose): Remove exclusion of libgloss for this
17671 target, it now compiles correctly.
17672
17673Sat Jul 27 15:10:43 1996 Stan Shebs <shebs@andros.cygnus.com>
17674
17675 * mpw-config.in: Generate Mac include for elf/dwarf2.h.
17676
17677Tue Jul 23 10:47:04 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
17678
4e81ae98 17679 * configure.in (d10v-*-*): Remove ld from $noconfigdirs.
6599da04
JM
17680
17681Mon Jul 22 13:28:51 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
17682
17683 * configure.in (native_only): Add prms.
17684
17685Mon Jul 22 12:27:58 1996 Ian Lance Taylor <ian@cygnus.com>
17686
17687 * Makefile.in (GAS_SUPPORT_DIRS): Add make-all.com and setup.com.
17688 (BINUTILS_SUPPORT_DIRS): Likewise.
17689
17690Thu Jul 18 12:55:40 1996 Michael Meissner <meissner@tiktok.cygnus.com>
17691
17692 * configure.in (d10v-*-*): Don't configure ld or gdb until the
17693 d10v support is added.
17694
17695Wed Jul 17 14:33:09 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
17696
17697 * configure.in (d10v-*-*): New target.
17698
17699Mon Jul 15 11:53:00 1996 Jeffrey A Law (law@cygnus.com)
17700
17701 * config.guess (HP 9000/811): Recognize this as a PA1.1
17702 machine.
17703
17704Fri Jul 12 23:21:17 1996 Ken Raeburn <raeburn@cygnus.com>
17705
17706 * Makefile.in (do-tar-gz): New target, split out from tail end of
17707 taz target. Run each command separately, don't use pipes.
17708 (taz): Use it.
17709
17710Fri Jul 12 12:08:04 1996 Stan Shebs <shebs@andros.cygnus.com>
17711
17712 * mpw-configure: Look for g-mpw-make.sed in config/mpw.
17713 * mpw-build.in: No builds should depend on building byacc or flex,
17714 they are assumed to be installed already.
17715
17716Fri Jul 12 09:52:52 1996 Michael Meissner <meissner@tiktok.cygnus.com>
17717
17718 * Makefile.in (CONFIGURE_TARGET_MODULES): Set r environment
17719 variable that CC_FOR_TARGET needs.
17720
17721Thu Jul 11 10:09:45 1996 Michael Meissner <meissner@tiktok.cygnus.com>
17722
17723 * Makefile.in (CONFIGURE_TARGET_MODULES): Determine if the multlib
17724 options have changed since the last time the subdirectory was
17725 configured, and if it has, reconfigure.
17726 (CLEAN_TARGET_MODULES): Delete multilib.out and tmpmulti.out, which
17727 CONFIGURE_TARGET_MODULES uses to remember the old multilib options.
17728
17729Wed Jul 10 18:56:59 1996 Doug Evans <dje@canuck.cygnus.com>
17730
17731 * Makefile.in (ALL_MODULES,CROSS_CHECK_MODULES,INSTALL_MODULES,
17732 CLEAN_MODULES): Add bash.
17733 (all-bash): New target.
17734
17735Mon Jul 8 17:33:14 1996 Jim Wilson <wilson@cygnus.com>
17736
17737 * configure.in (mips-sgi-irix6*): Use mh-irix6 instead of mh-irix5.
17738
17739Mon Jul 1 13:31:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
17740
17741 * config.sub (basic_machine): Recognize d10v as a valid processor.
17742
17743Fri Jun 28 12:14:35 1996 Stan Shebs <shebs@andros.cygnus.com>
17744
17745 * mpw-configure: Add support for --bindir.
17746 * mpw-build.in: Use a GCC-specific build script for GCC actions.
17747
17748Wed Jun 26 17:20:12 1996 Geoffrey Noer <noer@cygnus.com>
17749
17750 * configure.in: add bash, time, gawk to list of hosttools and things
17751 to only build for native toolchains
17752
17753Tue Jun 25 23:09:03 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
17754
17755 * Makefile.in (docdir): Remove.
17756
17757Tue Jun 25 19:00:08 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
17758
17759 * Makefile.in (datadir): Set to $(prefix)/share.
17760
17761Mon Jun 24 23:26:07 1996 Geoffrey Noer <noer@cygnus.com>
17762
17763 * configure.in: build diff and patch for cygwin32-hosted
17764 toolchains.
17765
17766Mon Jun 24 15:01:12 1996 Joel Sherrill <joel@merlin.gcs.redstone.army.mil>
17767
17768 * config.sub: Accept -rtems*.
17769
17770Sun Jun 23 22:41:54 1996 Geoffrey Noer <noer@cygnus.com>
17771
e490616e
ZW
17772 * configure.in: enable dosrel for cygwin32-hosted builds,
17773 remove diff from the list of things not buildable
17774 via Canadian Cross
6599da04
JM
17775
17776Sat Jun 22 11:39:01 1996 Jason Merrill <jason@yorick.cygnus.com>
17777
17778 * Makefile.in (TARGET_SUBDIR): Move comment to previous line so we
3b75d237 17779 don't get ". ".
6599da04
JM
17780
17781Fri Jun 21 17:24:48 1996 Jim Wilson <wilson@cygnus.com>
17782
17783 * configure.in (mips*-sgi-irix6*): Set noconfigdirs appropriately.
17784
17785Thu Jun 20 16:57:40 1996 Ken Raeburn <raeburn@cygnus.com>
17786
17787 * Makefile.in (taz): Handle case where tex3patch didn't even get
17788 checked out. Also, if it was found, put the symlink in a new util
17789 subdirectory.
17790
17791Thu Jun 20 12:20:33 1996 Michael Meissner <meissner@tiktok.cygnus.com>
17792
17793 * config.guess (*:Linux:*:*): Add support for PowerPC Linux.
17794
17795Tue Jun 18 14:24:12 1996 Klaus Kaempf (kkaempf@progis.de)
17796
17797 * config.sub: Recognize -openvms.
17798 * configure.in (alpha*-*-*vms*): Set noconfigdirs.
17799 * make-all.com, setup.com: New files.
17800
17801Mon Jun 17 16:34:46 1996 Jason Merrill <jason@yorick.cygnus.com>
17802
17803 * Makefile.in (taz): tex3patch moved to texinfo/util.
17804
17805Sat Jun 15 17:13:25 1996 Geoffrey Noer <noer@cygnus.com>
17806
17807 * configure: enable_gdbtk=no for cygwin32-hosted toolchains
17808 * configure.in: remove make from disable-if-Can-Cross list
17809 enable gdb if ${host} and ${target} are cygwin32
17810
17811Fri Jun 7 18:16:52 1996 Harlan Stenn <harlan@pfcs.com>
17812
17813 * config.guess (i?86-ncr-sysv*): Emit minor release numbers.
17814 Recognize the NCR 4850 machine and NCR Pentium-based platforms.
17815
17816Wed Jun 5 00:09:17 1996 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
17817
17818 * config.guess: Combine mips-mips-riscos cases, and use cpp to
17819 distinguish sysv/svr4/bsd variants.
17820 Based on a patch from Harlan Stenn <harlan@pfcs.com>.
17821
17822Fri Jun 7 14:24:49 1996 Tom Tromey <tromey@creche.cygnus.com>
17823
17824 * configure.in: Added copyright notice.
17825 * move-if-change: Added copyright notice.
17826
17827Thu Jun 6 16:27:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
17828
17829 * configure.in (powerpcle-*-solaris*): Until we get shared
17830 libraries working, don't build gdb, sim, make, tcl, tk, or
17831 expect.
17832
17833Tue Jun 4 20:41:45 1996 Per Bothner <bothner@deneb.cygnus.com>
17834
17835 * config.guess: Merge with FSF:
17836
17837 Mon Jun 3 08:49:14 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
17838 * config.guess (*:Linux:*:*): Add guess for sparc-unknown-linux.
17839
17840 Fri May 24 18:34:53 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
17841 * config.guess (AViiON:dgux:*:*): Fix typo in recognizing mc88110.
17842
17843 Fri Apr 12 20:03:59 1996 Per Bothner <bothner@spiff.gnu.ai.mit.edu>
17844 * config.guess: Combine two OSF1 rules.
17845 Also recognize field test versions. From mjr@zk3.dec.com.
17846 * config.guess (dgux): Use /usr/bin/uname rather than uname,
17847 because GNU uname does not support -p. From pmr@pajato.com.
17848
17849Tue Jun 4 11:07:25 1996 Tom Tromey <tromey@csk3.cygnus.com>
17850
17851 * Makefile.in (MAKEDIRS): Removed $(tooldir).
17852
17853Tue May 28 12:30:50 1996 Stan Shebs <shebs@andros.cygnus.com>
17854
17855 * mpw-README: Document GCCIncludes.
17856
17857Sun May 26 15:16:27 1996 Fred Fish <fnf@cygnus.com>
17858
17859 * configure.in (alpha-*-linux*): Set enable_shared to yes.
17860
17861Tue May 21 15:41:39 1996 Stan Shebs <shebs@andros.cygnus.com>
17862
17863 * mpw-configure: Handle --enable-FOO and --disable-FOO.
17864
17865Mon May 20 10:12:29 1996 Geoffrey Noer <noer@cygnus.com>
17866
17867 * configure.in (*-*-cygwin32): Configure make.
17868
17869Tue May 7 14:19:42 1996 Tom Tromey <tromey@snuffle.cygnus.com>
17870
17871 * Makefile.in (inet-install): Quote value of INSTALL_MODULES.
17872
17873Fri May 3 08:57:17 1996 Tom Tromey <tromey@lisa.cygnus.com>
17874
17875 * Makefile.in (all-inet): Depend on all-perl.
17876
17877 * Makefile.in (inet-install): New target.
17878
17879 * Makefile.in (all-inet): Depend on all-tcl.
17880 (all-inet): Depend on all-send-pr.
17881
17882Tue Apr 30 13:55:51 1996 Michael Meissner <meissner@tiktok.cygnus.com>
17883
17884 * configure.in (powerpcle-*-solaris*): Turn off tk and tcl
17885 temporarily.
17886
17887Thu Apr 25 11:48:20 1996 Ian Lance Taylor <ian@cygnus.com>
17888
17889 * configure.in: Don't configure --with-gnu-ld on AIX.
17890
17891Thu Apr 25 06:33:36 1996 Michael Meissner <meissner@wogglebug.tiac.net>
17892
17893 * configure.in (powerpcle-*-solaris*): Turn off gdb temporarily.
17894
17895Tue Apr 23 09:07:39 1996 Tom Tromey <tromey@creche.cygnus.com>
17896
17897 * Makefile.in (ALL_MODULES): Added all-inet.
17898 (CROSS_CHECK_MODULES): Added check-inet.
17899 (INSTALL_MODULES): Added install-inet.
17900 (CLEAN_MODULES): Added clean-inet.
17901 (all-indent): New target.
17902
17903 * configure.in (host_tools): Added inet.
17904 (native_only): Added inet.
17905 (noconfigdirs): Added inet.
17906
17907Fri Apr 19 15:35:29 1996 Ian Lance Taylor <ian@cygnus.com>
17908
17909 * configure.in: Don't configure libgloss if we are not configuring
17910 newlib.
17911
17912Wed Apr 17 19:30:01 1996 Rob Savoye <rob@chinadoll.cygnus.com>
17913
17914 * configure.in: Don't configure libgloss for unsupported
17915 architectures.
17916
17917Tue Apr 16 11:17:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
17918
17919 * Makefile.in (CLEAN_MODULES): Add clean-apache.
17920
17921Mon Apr 15 15:09:05 1996 Tom Tromey <tromey@creche.cygnus.com>
17922
17923 * Makefile.in (ALL_MODULES): Include all-apache.
17924 (CROSS_CHECK_MODULES): Include check-apache.
17925 (INSTALL_MODULES): Include install-apache.
17926 (all-apache): New target.
17927
17928 * configure.in: Added apache everywhere perl is seen.
17929
17930Mon Apr 15 14:59:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
17931
17932 * Makefile.in: Add support for clean-{module} and
17933 clean-target-{module} rules.
17934
17935Wed Apr 10 21:37:41 PDT 1996 Marilyn E. Sander <msander@cygnus.com>
17936
17937 * configure.in (*-*-ose) do not build libgloss.
17938
17939Mon Apr 8 16:16:20 1996 Michael Meissner <meissner@tiktok.cygnus.com>
17940
17941 * config.guess (prep*:SunOS:5.*:*): Turn into
17942 powerpele-unknown-solaris2.
17943
17944Mon Apr 8 14:45:41 1996 Ian Lance Taylor <ian@cygnus.com>
17945
17946 * configure.in: Permit --enable-shared to specify a list of
17947 directories.
17948
17949Fri Apr 5 08:17:57 1996 Jason Molenda (crash@phydeaux.cygnus.com)
17950
17951 * configure.in (host==solaris): Pass only the first word of $CC
17952 to /usr/bin/which when checking if we're using /usr/ccs/bin/cc.
17953
17954Fri Apr 5 03:16:13 1996 Jason Molenda (crash@phydeaux.cygnus.com)
17955
17956 * Makefile.in (BASE_FLAGS_TO_PASS): pass down $(MAKE).
17957
17958Thu Mar 28 14:11:11 1996 Tom Tromey <tromey@creche.cygnus.com>
17959
17960 * Makefile.in (ALL_MODULES): Include all-perl.
17961 (CROSS_CHECK_MODULES): Include check-perl.
17962 (INSTALL_MODULES): Include install-perl.
17963 (ALL_X11_MODULES): Include all-guile.
17964 (CHECK_X11_MODULES): Include check-guile.
17965 (INSTALL_X11_MODULES): Include install-guile.
17966 (all-perl): New target.
17967 (all-guile): New target.
17968
17969 * configure.in (host_tools): Include perl and guile.
17970 (native_only): Include perl and guile.
17971 (noconfigdirs): Don't build guile and perl; no ports have been
17972 done.
17973
17974Tue Mar 26 21:18:50 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
17975
e490616e
ZW
17976 * configure (--enable-*): Handle quoted option lists such as
17977 --enable-sim-cflags='-g0 -O' better.
6599da04
JM
17978
17979Thu Mar 21 11:53:08 1996 Michael Meissner <meissner@tiktok.cygnus.com>
17980
17981 * Makefile.in ({,inst}all-target): New rule so we can make and
17982 install all of the target directories easily.
17983
17984Wed Mar 20 18:10:57 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
17985
17986 * configure.in: Add missing global flag in sed substitution when
17987 deleting `target-' from ${configdirs}.
17988
17989Thu Mar 14 19:15:06 1996 Ian Lance Taylor <ian@cygnus.com>
17990
17991 * Makefile.in (DO_X): Don't get confused if CC contains `=' in an
17992 option.
17993
17994 * configure.in (mips*-nec-sysvr4*): Use a host_makefile_frag of
17995 config/mh-necv4.
17996
17997 * install.sh: Correct misspelling of transformbasename.
17998
17999 * config.guess: Recognize mips-*-sysv*.
18000
18001Mon Mar 11 15:36:42 1996 Dawn Perchik <dawn@critters.cygnus.com>
18002
18003 * config.sub: Recognize mon960.
18004
18005Sun Mar 10 13:18:38 1996 Ian Lance Taylor <ian@cygnus.com>
18006
18007 * configure: Restore Canadian Cross handling of BISON and LEX,
18008 removed in Feb 20 change.
18009
18010Fri Mar 8 20:07:09 1996 Per Bothner <bothner@kalessin.cygnus.com>
18011
18012 * README: Suggestions from Torbjorn Granlund <tege@matematik.su.se>:
18013 Mention make install. Remove the old copyright date as well the
18014 clumsy and rather pointless copyright on the README file.
18015
18016Fri Mar 8 17:51:35 1996 Ian Lance Taylor <ian@cygnus.com>
18017
18018 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there is a
18019 Makefile after running symlink-tree, then run `make distclean' to
18020 avoid clobbering any generated files in srcdir.
18021
18022Tue Mar 5 08:21:44 1996 J.T. Conklin <jtc@rtl.cygnus.com>
18023
18024 * configure.in (m68k-*-netbsd*): Build everything now.
18025
18026Wed Feb 28 12:25:46 1996 Jason Merrill <jason@yorick.cygnus.com>
18027
18028 * Makefile.in (taz): Fix quoting.
18029
18030Tue Feb 27 11:33:57 1996 Doug Evans <dje@charmed.cygnus.com>
18031
18032 * configure.in (sparclet-*-*): Build everything now.
18033
18034Tue Feb 27 14:31:51 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
18035
18036 * configure.in (m68k-*-linux*): New host.
18037
18038Mon Feb 26 14:32:44 1996 Ian Lance Taylor <ian@cygnus.com>
18039
18040 * configure: Check for bison before byacc.
18041
18042Tue Feb 20 23:12:35 1996 Stu Grossman (grossman@critters.cygnus.com)
18043
18044 * Makefile.in configure: Change the way LEX and BISON/YACC are
18045 set. configure now defines DEFAULT_LEX and DEFAULT_YACC by
18046 searching PATH. These are used as fallbacks by Makefile.in if
18047 flex/bison/byacc aren't in objdir.
18048
18049Mon Feb 19 11:45:30 1996 Ian Lance Taylor <ian@cygnus.com>
18050
18051 * Makefile.in: Make everything which depends upon all-bfd also
18052 depend upon all-opcodes, in case --with-commonbfdlib is used.
18053
18054Thu Feb 15 19:50:50 1996 Michael Meissner <meissner@tiktok.cygnus.com>
18055
18056 * configure.in (host *-*-cygwin32): Don't build gdb if we are
18057 building NT native compilers on Unix.
18058
18059Thu Feb 15 17:42:25 1996 Ian Lance Taylor <ian@cygnus.com>
18060
18061 * configure.in: Don't get CC from the host Makefile fragment if we
18062 can find gcc in PATH, or if this is a Canadian Cross. Move the
18063 Solaris test for /usr/ucb/cc to the post target script, just after
18064 the compiler sanity test.
18065
18066Wed Feb 14 16:57:40 1996 Ian Lance Taylor <ian@cygnus.com>
18067
18068 * config.sub: Merge with FSF.
18069
18070Tue Feb 13 14:27:48 1996 Ian Lance Taylor <ian@cygnus.com>
18071
18072 * Makefile.in (RPATH_ENVVAR): New variable.
18073 (REALLY_SET_LIB_PATH): Use it.
18074 * configure.in: On HP/UX, set RPATH_ENVVAR to SHLIB_PATH.
18075
18076Mon Feb 12 15:28:49 1996 Doug Evans <dje@charmed.cygnus.com>
18077
18078 * config.sub, configure.in: Recognize sparclet cpu.
18079
18080Mon Feb 12 15:33:59 1996 Christian Bauernfeind <chrisbfd@theorie3.physik.uni-erlangen.de>
18081
18082 * config.guess: Support m68k-cbm-sysv4.
18083
18084Sat Feb 10 12:06:42 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
18085
18086 * config.guess (*:Linux:*:*): Guess m68k-unknown-linux and
18087 m68k-unknown-linuxaout from linker help string. Put quotes around
18088 $ld_help_string.
18089
18090Thu Dec 7 09:03:24 1995 Tom Horsley <Tom.Horsley@mail.hcsc.com>
18091
18092 * config.guess (powerpc-harris-powerunix): Add guess for port
18093 to new target.
18094
18095Thu Feb 8 15:37:52 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
18096
18097 * config.guess (UNAME_VERSION): Recognize X4.x as an OSF version.
18098
18099Mon Feb 5 16:36:51 1996 Ian Lance Taylor <ian@cygnus.com>
18100
18101 * configure.in: If --enable-shared was used, set SET_LIB_PATH to
18102 $(REALLY_SET_LIB_PATH) in Makefile.
18103 * Makefile.in (SET_LIB_PATH): New variable.
18104 (REALLY_SET_LIB_PATH): New variable.
18105 ($(DO_X)): Use $(SET_LIB_PATH).
18106 (install.all, gcc-no-fixedincludes, $(ALL_MODULES)): Likewise.
18107 ($(NATIVE_CHECK_MODULES), $(CROSS_CHECK_MODULES)): Likewise.
18108 ($(INSTALL_MODULES), $(CONFIGURE_TARGET_MODULES)): Likewise.
18109 ($(ALL_TARGET_MODULES), $(CHECK_TARGET_MODULES)): Likewise.
18110 ($(INSTALL_TARGET_MODULES), $(ALL_X11_MODULES)): Likewise.
18111 ($(CHECK_X11_MODULES), $(INSTALL_X11_MODULES)): Likewise.
18112 (all-gcc, all-bootstrap, check-gcc, install-gcc): Likewise.
18113 (install-dosrel): Likewise.
18114 (all-opcodes): Depend upon all-libiberty.
18115
18116Sun Feb 4 16:51:11 1996 Steve Chamberlain <sac@slash.cygnus.com>
18117
18118 * config.guess (*:CYGWIN*): New
18119
18120Sat Feb 3 10:42:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
18121
18122 * Makefile.in (all-target-winsup): All all-target-libiberty.
18123
18124Fri Feb 2 17:58:56 1996 Michael Meissner <meissner@tiktok.cygnus.com>
18125
18126 * configure.in (noconfigdirs): Add missing # in front of comment.
18127
18128Thu Feb 1 14:38:13 1996 Geoffrey Noer <noer@cygnus.com>
18129
18130 * configure.in: add second pass to things added to noconfigdirs
18131 so *-gm-magic can exclude libgloss properly.
18132
18133Thu Feb 1 11:10:16 1996 Stan Shebs <shebs@andros.cygnus.com>
18134
18135 * mpw-configure (extralibs_name, rez_name): Set correctly
18136 for MWC68K compiler.
18137
18138 * mpw-README: Add more info on the necessary build tools.
18139
18140Thu Feb 1 10:22:38 1996 Steve Chamberlain <sac@slash.cygnus.com>
18141
18142 * configure.in, config.sub: Recognize cygwin32.
18143
18144Wed Jan 31 14:17:10 1996 Richard Henderson <rth@tamu.edu>
18145
18146 * config.guess, config.sub: Recognize A/UX.
18147
18148Wed Jan 31 13:52:14 1996 Ian Lance Taylor <ian@cygnus.com>
18149
18150 * config.sub: Merge with gcc/config.sub.
18151
18152Thu Jan 25 11:01:10 1996 Raymond Jou <rjou@mexican.cygnus.com>
18153
18154 * mpw-build.in (do-binutils): Add build of stamps.
18155
18156Thu Jan 25 17:05:26 1996 James G. Smith <jsmith@cygnus.co.uk>
18157
18158 * config.sub: Add recognition for mips64vr4100*-* targets.
18159
18160Wed Jan 24 12:47:55 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
18161
18162 * test-build.mk: Add checking of `hpux9' rather than just `hpux'.
18163 Add creation of gconfigargs with `--enable-shared' turned on.
18164 ($(host)-stamp-stage2-configured): Pass $(gconfigargs).
18165 ($(host)-stamp-stage3-configured): Likewise.
18166 (HOLES): Add chatr and ldd.
18167 (i386-ncr-sysv4.3*): Add use of /usr/ccs/bin in the PATH and HOLE_DIRS.
18168
18169Wed Jan 24 20:32:30 1996 Torbjorn Granlund <tege@noisy.matematik.su.se>
18170
18171 * configure: Pass --nfp to recursive configures.
18172
18173Mon Jan 22 10:41:56 1996 Steve Chamberlain <sac@slash.cygnus.com>
18174
18175 * Makefile.in (DLLTOOL): New.
18176 (DLLTOOL_FOR_TARGET): New.
18177 (EXTRA_HOST_FLAGS): Pass down DLLTOOL.
18178 (EXTRA_TARGET_FLAGS): Ditto.
18179 (EXTRA_GCC_FLAGS): Ditto.
18180 (CONFIGURE_TARGET_MODULES): Ditto.
18181 (DO_X): Ditto.
18182 * configure: Add DLLTOOL.
18183
18184Fri Jan 19 13:30:15 1996 Stan Shebs <shebs@andros.cygnus.com>
18185
18186 SCO OpenServer 5 changes from Robert Lipe <robertl@dgii.com>:
18187 * configure.in (i[345]86-*-sco3.2v5*): Use mh-sysv instead of
18188 mh-sco, since old workarounds no longer needed, and don't
18189 build ld, since libraries have weak symbols in COFF.
18190
18191Sun Jan 14 23:01:31 1996 Fred Fish <fnf@cygnus.com>
18192
18193 * Makefile.in (CONFIGURE_TARGET_MODULES): Add missing ';'.
18194
18195Fri Jan 12 15:25:35 1996 Ian Lance Taylor <ian@cygnus.com>
18196
18197 * configure.in: Make sure that ${CC} can be used to compile an
18198 executable.
18199
18200Sat Jan 6 07:23:33 1996 Michael Meissner <meissner@wogglebug.tiac.net>
18201
18202 * Makefile.in (all-gdb): Depend on $(GDB_TK).
18203 * configure (GDB_TK): Set GDB_TK to either "all-tcl all-tk" or
18204 nothing depending on whether gdbtk is being built.
18205
18206Wed Jan 3 17:54:41 1996 Doug Evans <dje@canuck.cygnus.com>
18207
18208 * Makefile.in (newlib.tar.gz): Delete building of newlib's info files.
18209
18210Mon Jan 1 19:09:14 1996 Brendan Kehoe <brendan@rtl.cygnus.com>
18211
18212 * configure.in (noconfigdirs): Put ld or gas in this early, if the
18213 user specifically used --with-gnu-ld=no or --with-gnu-as=no.
18214
18215Sat Dec 30 16:08:57 1995 Doug Evans <dje@canuck.cygnus.com>
18216
18217 * config-ml.in: Add support for
18218 --disable-{softfloat,m68881,m68000,m68020} on m68*-*-*.
18219 Simplify setting of multidirs from --disable-foo.
18220
18221Fri Dec 29 07:56:11 1995 Michael Meissner <meissner@tiktok.cygnus.com>
18222
18223 * Makefile.in (EXTRA_GCC_FLAGS): If any of the make variables
18224 LANGUAGES, BOOT_CFLAGS, STMP_FIXPROTO, LIMITS_H_TEST,
18225 LIBGCC1_TEST, LIBGCC2_CFLAGS, LIBGCC2_INCLUDES, and ENQUIRE are
3b75d237 18226 non-empty, pass them on to the GCC make.
6599da04
JM
18227 (all-bootstrap): New rule that is like all-gcc, except it executes
18228 the GCC bootstrap rule instead of the GCC all rule.
18229
18230Wed Dec 27 15:51:48 1995 Doug Evans <dje@canuck.cygnus.com>
18231
18232 * config-ml.in (ml_realsrcdir): New, to account for ${subdir}.
18233
18234Tue Dec 26 11:45:31 1995 Michael Meissner <meissner@tiktok.cygnus.com>
18235
18236 * config.guess (AViiON:dgux:*:*): Update from FSF to add pentium
18237 DG/UX support.
18238
18239Fri Dec 15 10:01:27 1995 Stan Cox <coxs@dg-rtp.dg.com>
18240
18241 * config.sub (i*86*) Change [345] to [3456]
18242
18243Wed Dec 20 17:41:40 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
18244
18245 * configure.in (noconfigdirs): Add gas or ld if --with-gnu-as=no or
18246 --with-gnu-ld=no.
18247
18248Wed Dec 20 15:15:35 1995 Michael Meissner <meissner@tiktok.cygnus.com>
18249
18250 * config-ml.in (rs6000*, powerpc*): Add switches to control which
18251 AIX multilibs get built.
18252
18253Mon Dec 18 17:55:46 1995 Jason Molenda (crash@phydeaux.cygnus.com)
18254
18255 * configure.in (i386-win32): Don't build expect if we're not
18256 building the tcl subdir.
18257
18258Mon Dec 18 11:47:19 1995 Stan Shebs <shebs@andros.cygnus.com>
18259
18260 * Makefile.in: (configure-target-examples, all-target-examples):
18261 New targets, configure and build example programs.
18262
18263Fri Dec 15 16:13:03 1995 Stan Shebs <shebs@andros.cygnus.com>
18264
18265 * mpw-configure: If an mpw-config.in generated a file mk.sed,
18266 use it as input to sedit the generated MPW makefile.
18267 * mpw-README: Add a suggestion about Gestalt.h.
18268
18269Wed Dec 13 16:43:51 1995 Ian Lance Taylor <ian@cygnus.com>
18270
18271 * config.sub: Accept *-*-ieee*.
18272
18273Tue Dec 12 11:52:57 1995 Ian Lance Taylor <ian@cygnus.com>
18274
18275 * Makefile.in (local-distclean): Remove $(TARGET_SUBDIR). From
18276 Ronald F. Guilmette <rfg@monkeys.com>.
18277
18278Mon Dec 11 15:31:58 1995 Jason Molenda (crash@phydeaux.cygnus.com)
18279
18280 * configure.in (host==powerpc-pe): Add many directories to noconfigdirs
18281 for powerpc-pe native.
18282 (target==i386-win32): add tcl, make to noconfigdirs if canadian cross.
18283 (target==powerpc-pe): duplicate i386-win32 entry.
18284
18285Sat Dec 9 14:58:28 1995 Jim Wilson <wilson@chestnut.cygnus.com>
18286
18287 * configure.in (noconfigdirs): Exclude target-newlib for all versions
18288 of vxworks, not just vxworks5.1.
18289
18290Mon Dec 4 12:05:40 1995 Stan Shebs <shebs@andros.cygnus.com>
18291
18292 * mpw-configure: Add support for exec-prefix.
18293
18294Mon Dec 4 10:22:50 1995 Jeffrey A. Law <law@rtl.cygnus.com>
18295
18296 * config.guess: Recognize HP model 816 machines as having
18297 a PA1.1 processor.
18298
18299Mon Dec 4 12:38:15 1995 Ian Lance Taylor <ian@cygnus.com>
18300
18301 * configure: Ignore new autoconf configure options.
18302
6599da04
JM
18303Thu Nov 30 16:57:33 1995 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
18304
18305 * config.guess: Recognize Pentium under SCO.
18306 From Robert Lipe <robertl@arnet.com>.
18307
18308Wed Nov 29 13:49:08 1995 J.T. Conklin <jtc@rtl.cygnus.com>
18309
18310 * configure.in (noconfigdirs): Disable target-libio on v810-*-*.
6599da04
JM
18311
18312Wed Nov 29 12:12:01 1995 Ian Lance Taylor <ian@cygnus.com>
18313
18314 * configure.in: Don't configure gas for alpha-dec-osf*.
18315
18316Tue Nov 28 17:16:48 1995 Ian Lance Taylor <ian@cygnus.com>
18317
18318 * configure.in: Default to --with-stabs for some targets for which
18319 it makes sense: mips*-*-*, alpha*-*-osf*, i[345]86*-*-sysv4* and
18320 i[345]86*-*-unixware*.
18321
18322Mon Nov 27 13:44:15 1995 Ian Lance Taylor <ian@cygnus.com>
18323
18324 * config-ml.in: Get list of multidirs using gcc --print-multi-lib
18325 rather than basing it on the target. Simplify handling of options
18326 controlling which directories to configure. Remove extraneous
18327 slash in multi-clean target.
18328
18329Fri Nov 24 17:29:29 1995 Doug Evans <dje@deneb.cygnus.com>
18330
18331 * config-ml.in: Prefix more variables with ml_ so they don't collide
18332 with configure's.
18333
18334Wed Nov 22 11:27:02 1995 Ian Lance Taylor <ian@cygnus.com>
18335
18336 * configure: Don't turn -v into --v.
18337
18338Tue Nov 21 16:48:02 1995 Doug Evans <dje@deneb.cygnus.com>
18339
18340 * configure.in (targargs): Fix typo.
18341
18342 * Makefile.in (DEVO_SUPPORT): Add symlink-tree.
18343
18344Tue Nov 21 14:08:28 1995 Ian Lance Taylor <ian@cygnus.com>
18345
18346 * configure.in: Strip --host and --target options from
18347 CONFIG_ARGUMENTS, and always configure for --host only. Add
18348 --with-cross-host option when building with a cross-compiler.
18349 * configure: Canonicalize the arguments put into config.status by
18350 always using `=' for an option with an argument. Pass a presumed
18351 --host or --target explicitly.
18352
18353Fri Nov 17 17:50:30 1995 Stan Shebs <shebs@andros.cygnus.com>
18354
18355 * config.sub: Merge -macos*, -magic*, -pe*, and -win32 cases
18356 into general OS recognition case.
18357
18358Fri Nov 17 17:42:25 1995 Jason Molenda (crash@phydeaux.cygnus.com)
18359
18360 * configure.in (target_configdirs): add target-winsup only
18361 for win32 target systems.
18362
18363Thu Nov 16 14:04:47 1995 Ian Lance Taylor <ian@cygnus.com>
18364
18365 * Makefile.in (all-target-libgloss): Depend upon
18366 configure-target-newlib, since when libgloss is built it looks to
18367 see if the newlib directory exists.
18368
18369Wed Nov 15 14:47:52 1995 Ken Raeburn <raeburn@cygnus.com>
18370
18371 * Makefile.in (DEVO_SUPPORT): Use config-ml.in instead of
18372 cfg-ml-*.in.
18373
18374Wed Nov 15 11:45:23 1995 Ian Lance Taylor <ian@cygnus.com>
18375
18376 * configure: Handle LD and LD_FOR_TARGET when configuring a
18377 Canadian Cross.
18378
6599da04
JM
18379Tue Nov 14 14:56:11 1995 Jason Molenda (crash@phydeaux.cygnus.com)
18380
18381 * configure.in (target_libs): add target-winsup.
18382 (target==i386-win32): add patch diff flex make to $noconfigdirs.
18383 (target==ppcle-pe): remove ld from $noconfigdirs.
18384
18385Tue Nov 14 01:25:50 1995 Doug Evans <dje@canuck.cygnus.com>
18386
18387 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass --with-target-subdir.
18388 Preserve relative path names in $srcdir. Build symlink tree if
18389 configuring cross target dir and srcdir=. (= no VPATH support).
18390 (configure-target-libg++): Depend on configure-target-librx.
18391 * cfg-ml-com.in, cfg-ml-pos.in: Deleted.
18392 * config-ml.in: New file.
18393 * symlink-tree: New file.
18394 * configure: Ensure srcdir="." if that's what it is.
18395
18396Mon Nov 13 12:34:20 1995 Stan Shebs <shebs@andros.cygnus.com>
18397
18398 * mpw-README: Clarify some phrasing, add notes about CodeWarrior
18399 includes and FLEX_SKELETON setting.
18400 * mpw-configure (--with-gnu-ld): New option, controls whether
18401 to use PPCLink or ld with PowerMac GCC.
18402 * mpw-build.in (all-grez, do-grez, install-grez): New targets.
18403 * mpw-config.in: Configure grez if targeting Mac.
18404
18405 * config.sub: Accept pmac and pmac-mpw as names for PowerMacs,
3b75d237
AJ
18406 accept mpw and mac-mpw as names for m68k Macs, change macos7 to
18407 just macos.
6599da04
JM
18408 * configure.in: Configure grez resource compiler if targeting Mac.
18409 * Makefile.in (all-grez, install-grez): New targets.
18410
18411Wed Nov 8 17:33:51 1995 Jason Merrill <jason@yorick.cygnus.com>
18412
18413 * configure: CXX defaults to gcc, not g++. If we find
3b75d237 18414 gcc in the path, set CC to gcc -O2.
6599da04
JM
18415
18416Tue Nov 7 15:45:17 1995 Ian Lance Taylor <ian@cygnus.com>
18417
18418 * configure: Default ${build} correctly. Avoid picking up extra
18419 spaces when reading CC and CXX from Makefile. When doing a
18420 Canadian Cross, use plausible default values for numerous
18421 variables.
18422 * configure.in: When doing a Canadian Cross, don't try to
18423 configure tools whose configure script can't handle it.
18424
18425Mon Nov 6 19:32:17 1995 Jim Wilson <wilson@chestnut.cygnus.com>
18426
18427 * cfg-ml-com.in (sh-*-*): Add m2 and ml/m2 to multidirs.
18428
18429Sun Nov 5 00:15:41 1995 Per Bothner <bothner@kalessin.cygnus.com>
18430
18431 * configure: Remove dubious bug reporting address.
18432
18433Fri Nov 3 08:17:54 1995 Per Bothner <bothner@kalessin.cygnus.com>
18434
18435 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If subdir has
18436 configure script, run that instead of this directory's configure.
18437 In either case, print a message that we're configuring the sub-dir.
18438
18439Thu Nov 2 23:23:36 1995 Per Bothner <bothner@kalessin.cygnus.com>
18440
18441 * configure.in: Before checking for the existence of various files,
18442 use sed to filter out "target-".
18443
18444Thu Nov 2 13:24:56 1995 Ian Lance Taylor <ian@cygnus.com>
18445
18446 * Makefile.in (DO_X): Split rule to decrease command line length
18447 for systems with small ARG_MAX values. From phdm@info.ucl.ac.be
18448 (Philippe De Muyter).
18449
18450Wed Nov 1 15:18:35 1995 Jason Molenda (crash@phydeaux.cygnus.com)
18451
18452 * Makefile.in (all-patch): depend on all-libiberty.
18453
18454Wed Nov 1 12:23:20 1995 Ian Lance Taylor <ian@cygnus.com>
18455
18456 * configure.in: If the only directory in target_configdirs which
18457 actually exists is libiberty, then set target_configdirs to empty,
18458 to avoid trying to build a target libiberty in a gas or gdb
18459 distribution.
18460
18461Tue Oct 31 17:52:39 1995 J.T. Conklin <jtc@slave.cygnus.com>
18462
18463 * configure.in (host_makefile_frag): Use m68k-sun-sunos* instead
3b75d237
AJ
18464 of m68k-sun-* when selecting mh-sun3 to avoid matching NetBSD/sun3
18465 systems.
6599da04
JM
18466
18467Tue Oct 31 16:57:32 1995 Jim Wilson <wilson@chestnut.cygnus.com>
18468
18469 * configure.in (copy_dirs): Use sys-include instead of include
18470 for --with-headers option.
18471
18472Tue Oct 31 10:29:36 1995 steve chamberlain <sac@slash.cygnus.com>
18473
18474 * Makefile.in, configure.in: Make winsup builds work with
18475 new scheme.
18476
18477Mon Oct 30 18:57:09 1995 Ian Lance Taylor <ian@cygnus.com>
18478
18479 * configure.in: Build the linker on AIX.
18480
18481Mon Oct 30 12:27:16 1995 Per Bothner <bothner@kalessin.cygnus.com>
18482
18483 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Add $(TARGET_SUBDIR)
18484 where needed.
18485
18486Mon Oct 30 12:45:25 1995 Doug Evans <dje@cygnus.com>
18487
18488 * Makefile.in (all-gcc): Fix typo.
18489
18490Sat Oct 28 10:27:59 1995 Per Bothner <bothner@kalessin.cygnus.com>
18491
18492 * Makefile.in ($(CHECK_TARGET_MODULES)): Fix typo.
18493
18494Fri Oct 27 23:14:12 1995 Per Bothner <bothner@kalessin.cygnus.com>
18495
18496 * configure.in: Rename libFOO to target-libFOO, and xiberty
18497 to target-xiberty, to provide more flexibility.
18498 (target_subdir): Define. Create if cross.
18499 Set TARGET_SUBDIR in Makefile to ${target_subdir}.
18500 * Makefile.in: Rename all-libFOO -> all-target-libFOO, all-xiberty
18501 -> all-target-libiberty, configure-libFOO -> configure-target-libFOO,
18502 check-libFOO -> check-target-libFOO, etc.
18503 ($(DO_X)): Iterate over TARGET_CONFIGDIRS after SUBDIRS.
18504 ($(CONFIGURE_TARGET_MODULES), $(CHECK_TARGET_MODULES),
18505 $(ALL_TARGET_MODULES), $(INSTALL_TARGET_MODULES)): Update accordingly.
18506 (configure-target-XXX): Depend on $(ALL_GCC), not all-gcc, to
18507 allow ALL_GCC="" to only configure.
18508 (DEVO_SUPPORT): Add cfg-ml-com.in and cfg-ml-pos.in.
18509 (ETC_SUPPORT, ETC_SUPPORT_PFX): Merge; update 'taz' accordingly.
18510 (LIBGXX_SUPPORT_DIRS): Remove xiberty.
18511
18512Sat Oct 28 01:53:49 1995 Ken Raeburn <raeburn@cygnus.com>
18513
18514 * Makefile.in (taz): Build "info" in etc explicitly.
18515
18516Fri Oct 27 09:32:30 1995 Stu Grossman (grossman@cygnus.com)
18517
18518 * configure.in: Make sure that CC is undefined (as opposed to
18519 null) if toplevel/config/mh-{host} doesn't define it. Fixes a
18520 problem with autoconf trying to configure on a host without GCC.
18521
18522Thu Oct 26 22:35:01 1995 Stan Shebs <shebs@andros.cygnus.com>
18523
18524 * mpw-configure: Set host alias from choice of host compiler,
18525 only use generic MPW Makefile sed if present, edit a file
18526 named "hacked_Makefile.in" instead of "Makefile.in" if present.
18527 * mpw-README: Add problem notes about CW6 and CW7.
18528
18529Thu Oct 26 05:45:10 1995 Ken Raeburn <raeburn@kr-pc.cygnus.com>
18530
18531 * Makefile.in (taz): Use ";" instead of ";;".
18532
18533Wed Oct 25 15:18:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
18534
18535 * Makefile.in (taz): Grep for '^diststuff:' or '^info:' in
18536 sub-directory Makefiles, instead of using DISTSTUFFDIRS and
18537 DISTDOCDIRS.
18538 (DISTSTUFFDIRS, DISTDOCDIRS): Removed - no longer used.
18539 (newlib.tar.gz): Don't pass DISTDOCDIRS to recursive make.
18540
18541Wed Oct 25 14:43:55 1995 Per Bothner <bothner@kalessin.cygnus.com>
18542
18543 * Makefile.in (DISTDOCDIRS): Remove ld gprof bnutils gas libg++ gdb
18544 and gnats, because they are now subsumed by DISTSTUFFDIRS.
18545 Move bfd to DISTSTUFFDIRS.
18546
18547Tue Oct 24 18:19:09 1995 Jason Molenda (crash@phydeaux.cygnus.com)
18548
18549 * Makefile.in (X11_LIB): Removed.
18550 (X11_FLAGS_TO_PASS): pass only X11_EXTRA_CFLAGS and X11_EXTRA_LIBS.
18551
18552 * configure.in (host_makefile_frag): mh-aix & mh-sun removed.
18553
18554Sun Oct 22 13:04:42 1995 Michael Meissner <meissner@tiktok.cygnus.com>
18555
18556 * cfg-ml-com.in (powerpc*): Shorten some of the multilib directory
18557 names.
18558
18559Fri Oct 20 18:02:10 1995 Michael Meissner <meissner@tiktok.cygnus.com>
18560
18561 * cfg-ml-com.in (powerpc*-eabi*): Add mcall-aixdesc varients.
18562
18563Thu Oct 19 10:40:57 1995 steve chamberlain <sac@slash.cygnus.com>
18564
18565 * configure.in (i[345]86-*-win32): Always build newlib.
18566 Don't configure cvs, autoconf or texinfo.
18567 * Makefile.in (LD_FOR_TARGET): New.
18568 (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS, CONFIGURE_TARGET_MODULES):
18569 Pass down LD_FOR_TARGET.
18570
18571Wed Oct 18 15:53:56 1995 steve chamberlain <sac@slash.cygnus.com>
18572
18573 * winsup: New directory.
18574 * Makefile.in: Build winsup.
18575 * configure.in: Winsup is configured when target is win32.
18576 Can only build win32 target GDB when native.
4e81ae98 18577
6599da04
JM
18578Mon Oct 16 09:42:31 1995 Jeffrey A Law (law@cygnus.com)
18579
18580 * config.guess: Recognize HP model 819 machines as having
18581 a PA 1.1 processor.
18582
18583Mon Oct 16 10:49:43 1995 Ian Lance Taylor <ian@cygnus.com>
18584
18585 * configure: Fix sed loop which substitutes for CC and CXX to
18586 avoid bug found in various sed implementations.
18587
18588Wed Oct 11 16:16:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
18589
18590 * cfg-ml-com.in (powerpc-*-eabisim): Delete separate rule for
18591 simulator. Use standard powerpc-*-eabi*.
18592
18593Mon Oct 9 17:21:56 1995 Ian Lance Taylor <ian@cygnus.com>
18594
18595 * configure.in: Stop putting gas and binutils in noconfigdirs for
18596 powerpc-*-aix* and rs6000-*-*.
18597
18598Mon Oct 9 12:38:40 1995 Michael Meissner <meissner@cygnus.com>
18599
18600 * cfg-ml-com.in (powerpc*-*-eabisim*): Add support for building
18601 -mcall-aixdesc libraries.
18602
18603Fri Oct 6 16:17:57 1995 Ken Raeburn <raeburn@cygnus.com>
18604
18605 Mon Sep 25 22:49:32 1995 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
18606
18607 * config.sub (arm | armel | armeb): Fix shell syntax.
18608
18609Fri Oct 6 14:40:28 1995 Michael Meissner <meissner@tiktok.cygnus.com>
18610
18611 * cfg-ml-com.in ({powerpc,rs6000}-ibm-aix*): Add multilibs for
18612 -msoft-float and -mcpu=common support.
18613 (powerpc*-*-eabisim*): Add support for building -mcall-aix
18614 libraries.
18615
18616Thu Oct 5 13:26:37 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
18617
18618 * configure.in: Allow configuration and build of emacs19 for the alpha.
18619
18620Wed Oct 4 22:05:36 1995 Jason Molenda (crash@phydeaux.cygnus.com)
18621
18622 * configure.in (CC): Get ^CC, not just any old CC, from
18623 ${host_makefile_frag}.
18624
18625Wed Oct 4 21:55:00 1995 Jason Molenda (crash@phydeaux.cygnus.com)
18626
4e81ae98 18627 * configure.in (CC): Try to get CC from
6599da04
JM
18628 ${srcdir}/${host_makefile_frag}, not ${host_makefile_frag}.
18629
18630Wed Oct 4 21:44:12 1995 Jason Molenda (crash@phydeaux.cygnus.com)
18631
18632 * Makefile.in (TARGET_CONFIGDIRS): configure targetdirs
18633 only if it exists in $(srcdir).
18634
18635Wed Oct 4 11:52:31 1995 Ian Lance Taylor <ian@cygnus.com>
18636
18637 * configure: If CC and CXX are not set in the environment, set
18638 them, based on either an existing Makefile or on searching for gcc
18639 in PATH. Substitute for CC and CXX in Makefile.
18640 * configure.in: Remove libm from target_libs. Separate
18641 target_configdirs from configdirs. If CC is not set in
18642 environment, try to get it from a host Makefile fragment. Rewrite
18643 changes of configdirs to use skipdirs instead. A few minor
18644 tweaks. Take directories out of target_configdirs as they are
18645 taken out of configdirs. Remove existing Makefile files from
18646 subdirectories. Substitute for TARGET_CONFIGDIRS and
18647 CONFIG_ARGUMENTS in Makefile.
18648 * Makefile.in (TARGET_CONFIGDIRS): New variable, automatically set
18649 by configure.in.
18650 (CONFIG_ARGUMENTS): Likewise.
18651 (CONFIGURE_TARGET_MODULES): New variable.
18652 ($(DO_X)): Loop over TARGET_CONFIGDIRS as well as SUBDIRS.
18653 ($(CONFIGURE_TARGET_MODULES)): New target.
18654 (configure-libg++, configure-libio): New targets.
18655 (all-libg++): Depend upon configure-libg++.
18656 (all-libio): Depend upon configure-libio.
18657 (configure-libgloss, all-libgloss): New targets.
18658 (configure-libstdc++): New target.
18659 (all-libstdc++): Depend upon configure-libstdc++.
18660 (configure-librx, all-librx): New targets.
18661 (configure-newlib): New target.
18662 (all-newlib): Depend upon configure-newlib
18663 (configure-xiberty): New target.
18664 (all-xiberty): Depend upon configure-xiberty.
18665
18666Sat Sep 30 04:32:59 1995 Jason Molenda (crash@phydeaux.cygnus.com)
18667
18668 * configure.in (host i[345]86-*-win32): Expand the
18669 noconfigdirs again.
18670
18671Thu Sep 28 21:18:49 1995 Stan Shebs <shebs@andros.cygnus.com>
18672
18673 * mpw-configure: Fix sed command file name.
18674
18675Thu Sep 28 17:39:56 1995 steve chamberlain <sac@slash.cygnus.com>
18676
4e81ae98 18677 * configure.in (host i[345]86-*-win32): Reduce the
6599da04
JM
18678 noconfigdirs again.
18679
18680Wed Sep 27 12:24:00 1995 Ian Lance Taylor <ian@cygnus.com>
18681
18682 * configure.in: Don't configure ld and gdb for powerpc*-*-winnt*
18683 or powerpc*-*-pe*, since they are not yet supported.
18684
18685Tue Sep 26 14:30:01 1995 Stan Shebs <shebs@andros.cygnus.com>
18686
18687 Add PowerMac support and many other enhancements.
18688 * mpw-configure: New option --cc to select compiler to use,
18689 paste options set according to --cc into the generated
18690 Makefile, generate the Makefile by sed'ing the Unix Makefile.in
18691 if mpw-make.sed is present.
18692 * mpw-config.in: Don't test for gC1, test for mpw-touch,
18693 add forward includes for PowerPC include files.
18694 * mpw-build.in: Build using Makefile.PPC if present.
18695 (do-byacc, etc): Remove separate version resource builds.
18696 (do-gas): Build "stamps" before "all".
18697 (do-gcc): Build "stamps-h" and "stamps-c" before "all".
18698 * mpw-README: Update to reflect --cc option, PowerMac support,
18699 and recently-reported compatibility problems.
18700
18701Fri Sep 22 12:15:42 1995 Doug Evans <dje@deneb.cygnus.com>
18702
18703 * cfg-ml-com.in (m68*-*-*): Only build multilibs for
18704 embedded m68k systems (-aout, -coff, -elf, -vxworks).
18705 (--with-multilib-top): Pass to recursive invocations.
18706
18707Tue Sep 19 13:51:05 1995 J.T. Conklin <jtc@blues.cygnus.com>
18708
18709 * configure.in (noconfigdirs): Disable libg++ and libstdc++ on
18710 v810-*-*.
18711
18712Mon Sep 18 23:08:26 1995 J.T. Conklin <jtc@rtl.cygnus.com>
18713
18714 * configure.in (noconfigdirs): Disable bfd, binutils, gas, gcc,
18715 gdb, ld and opcodes on v810-*-*.
18716
6599da04
JM
18717Tue Sep 12 18:03:31 1995 Ian Lance Taylor <ian@cygnus.com>
18718
18719 * Makefile.in (DO_X): Change do-realclean to do-maintainer-clean.
18720 (local-maintainer-clean): New target.
18721 (maintainer-clean): New target.
18722 (realclean): Just depend upon maintainer-clean.
18723
18724Fri Sep 8 17:11:14 1995 J.T. Conklin <jtc@rtl.cygnus.com>
18725
18726 * configure.in (noconfigdirs): Disable gdb on m68k-*-netbsd*.
18727
18728Fri Sep 8 16:46:29 1995 Ian Lance Taylor <ian@cygnus.com>
18729
18730 * configure.in: Build ld in mips*-*-bsd* case.
18731
18732Thu Sep 7 20:03:41 1995 Ken Raeburn <raeburn@cygnus.com>
18733
18734 * config.sub: Accept -lites* OS. From Ian Dall.
18735
18736Fri Sep 1 08:06:58 1995 James G. Smith <jsmith@beauty.cygnus.com>
18737
18738 * config.sub: recognise mips64vr4300 and mips64vr4300el as valid
3b75d237 18739 targets.
6599da04
JM
18740
18741Wed Aug 30 21:06:50 1995 Jason Molenda (crash@phydeaux.cygnus.com)
18742
18743 * configure.in: treat i386-win32 canadian cross the same as
18744 i386-go32 canadian cross.
18745
18746Thu Aug 24 14:53:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
18747
18748 * cfg-ml-com.in (powerpc*-*-eabisim): Add support for PowerPC
18749 running under the simulator to build a reduced set of libraries.
18750 (powerpc-*-eabiaix): Add fine grained multilib support added to
18751 other powerpc targets yesterday.
18752
18753Wed Aug 23 09:41:56 1995 Michael Meissner <meissner@tiktok.cygnus.com>
18754
18755 * cfg-ml-com.in (powerpc*): Add support for -disable-biendian,
18756 -disable-softfloat, -disable-relocatable, -disable-aix, and
18757 -disable-sysv to control which multilib libraries get built.
18758
18759Thu Aug 17 16:03:41 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
18760
18761 * configure: Add Makefile.tem to list of files to remove in trap
18762 handler.
18763
18764Mon Aug 14 19:27:56 1995 Per Bothner <bothner@kalessin.cygnus.com>
18765
18766 * config.guess (*Linux*): Add missing "exit"s.
18767 Also, need specific check for alpha-unknown-linux (uses COFF).
18768
18769Fri Aug 11 15:38:20 1995 Per Bothner <bothner@kalessin.cygnus.com>
18770
18771 * config.guess: Merge with FSF:
18772
18773 Wed Jun 28 17:57:27 1995 David Edelsohn <edelsohn@mhpcc.edu>
18774 * config.guess (AIX4): More robust release numbering discovery.
18775
18776 Thu Jun 22 19:01:24 1995 Kenneth Stailey (kstailey@eagle.dol-esa.gov)
18777 * config.guess (i386-sequent-ptx): Properly get version number.
18778
18779 Thu Jun 22 18:36:42 1995 Uwe Seimet (seimet@iris1.chemie.uni-kl.de)
18780 * config.guess (mips:*:4*:UMIPS): New case.
18781
18782Mon Aug 7 09:21:35 1995 Doug Evans <dje@canuck.cygnus.com>
18783
18784 * configure.in (i386-go32 host): Fix typo (deja-gnu -> dejagnu).
18785 (i386-win32 host): Likewise. Don't build readline.
18786
18787Sat Aug 5 09:51:49 1995 Fred Fish <fnf@rtl.cygnus.com>
18788
18789 * Makefile.in (GDBTK_SUPPORT_DIRS): Define and pass as part of
18790 SUPPORT_FILES to submakes.
18791
18792Fri Aug 4 13:04:36 1995 Fred Fish <fnf@cygnus.com>
18793
18794 * Makefile.in (GDB_SUPPORT_DIRS): Add utils.
18795 (DEVO_SUPPORT): Add mpw-README, mpw-build.in, mpw-config.h and
18796 mpw-configure.
18797
18798Wed Aug 2 16:32:40 1995 Ken Raeburn <raeburn@cygnus.com>
18799
18800 * configure.in (appdirs): Use =, not ==, in test expression when
18801 trying to build the text to print in the warning message for
18802 Solaris users.
18803
18804Mon Jul 31 09:56:18 1995 steve chamberlain <sac@slash.cygnus.com>
18805
18806 * cfg-ml-com.in (z8k-*-coff): Add 'std' multilib build.
18807
18808Fri Jul 28 00:16:31 1995 Jeffrey A. Law <law@rtl.cygnus.com>
18809
18810 * config.guess: Recognize lynx-2.3.
18811
18812Thu Jul 27 15:47:59 1995 steve chamberlain <sac@slash.cygnus.com>
18813
18814 * config.sub (z8ksim): Deleted
18815 (z8k-*-coff): New, this is the one true name of the target.
18816
18817Thu Jul 27 14:33:33 1995 Doug Evans <dje@canuck.cygnus.com>
18818
18819 * cfg-ml-pos.in (dotdot): Work around SunOS sed bug.
18820
18821Thu Jul 27 13:31:05 1995 Fred Fish (fnf@cygnus.com)
18822
18823 * config.guess (*:Linux:*:*): First try asking the linker what the
18824 default object file format is (elf, aout, or coff). Then if this
18825 fails, try previous methods.
18826
18827Thu Jul 27 11:28:17 1995 J.T. Conklin <jtc@rtl.cygnus.com>
18828
18829 * configure.in: Don't build newlib for *-*-vxworks5.1.
18830
18831Thu Jul 27 11:18:47 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
18832
18833 * configure.in: Don't build newlib for a29k-*-vxworks5.1.
18834 * test-build.mk: Add setting of --with-headers for a29k-vxworks5.1.
18835
18836Tue Jul 25 21:25:39 1995 Doug Evans <dje@canuck.cygnus.com>
18837
18838 * cfg-ml-pos.in (MULTITOP): Trim excess trailing "/.".
18839
18840Fri Jul 21 10:41:12 1995 Doug Evans <dje@canuck.cygnus.com>
18841
18842 * cfg-ml-com.in: New file.
18843 * cfg-ml-pos.in: New file.
18844
18845Wed Jul 19 00:37:27 1995 Jeffrey A. Law <law@rtl.cygnus.com>
18846
18847 * COPYING.NEWLIB: Add HP free copyright to list.
18848
18849Tue Jul 18 10:58:51 1995 Michael Meissner <meissner@tiktok.cygnus.com>
18850
18851 * config.sub: Recognize -eabi* for the system, not just -eabi.
18852
18853Mon Jul 3 13:44:51 1995 Steve Chamberlain <sac@slash.cygnus.com>
18854
18855 * Makfile.in (DLLTOOL_FOR_TARGET): New name, pass it down.
18856 * config.sub, configure.in (win32): New target and host.
18857
18858Wed Jun 28 23:57:08 1995 Steve Chamberlain <sac@slash.cygnus.com>
18859
18860 * configure.in: Add i386-pe configuration.
18861
18862Fri Jun 23 14:28:44 1995 Stan Shebs <shebs@andros.cygnus.com>
18863
18864 * mpw-build.in (install): Install GDB after LD.
18865
18866Thu Jun 22 17:10:53 1995 Stan Shebs <shebs@andros.cygnus.com>
18867
18868 * mpw-config.in (elf/mips.h): Always forward-include, needed
18869 for GDB to build.
18870
18871Wed Jun 21 15:17:30 1995 Rob Savoye <rob@darkstar.cygnus.com>
18872
18873 * testsuite: New directory for customer acceptance and whole tool
18874 chain tests.
18875
18876Wed Jun 21 16:50:29 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
18877
18878 * configure: If per-host line isn't found, but AC_OUTPUT is found
18879 and a configure script exists, run it instead.
18880
18881Thu Jun 15 21:09:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
18882
18883 * config.guess: Update from FSF, for alpha-dec-winnt3.5 and Crays.
18884
18885Tue Jun 13 21:43:27 1995 Rob Savoye <rob@darkstar.cygnus.com>
18886
18887 * configure: Set build_{cpu,vendor,os,alias} to host values when
18888 --build isn't specified.
18889
18890Mon Jun 5 18:26:36 1995 Jason Merrill <jason@phydeaux.cygnus.com>
18891
18892 * Makefile.in (PICFLAG, PICFLAG_FOR_TARGET): New macros.
18893 (FLAGS_TO_PASS): Pass them.
18894 (EXTRA_TARGET_FLAGS): Ditto.
18895
6599da04
JM
18896Wed May 31 22:27:42 1995 Jim Wilson <wilson@chestnut.cygnus.com>
18897
18898 * Makefile.in (all-libg++): Depend on all-libstdc++.
18899
18900Thu May 25 22:40:59 1995 J.T. Conklin <jtc@rtl.cygnus.com>
18901
18902 * configure.in (noconfigdirs): Enable all packages for
3d3b561f 18903 i386-unknown-netbsd.
6599da04
JM
18904
18905Sat May 20 13:22:31 1995 Angela Marie Thomas <angela@cirdan.cygnus.com>
18906
18907 * configure.in (noconfigdirs): Don't configure tk for i386-go32
18908 hosted builds (DOS builds)
18909
18910Thu May 18 18:08:49 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
18911
18912 Changes for ARM based on patches from Richard Earnshaw:
18913 * config.sub: Handle armeb and armel.
18914 * configure.in: Omit arm linker only for riscix.
18915
18916Thu May 11 17:23:26 1995 Per Bothner <bothner@kalessin.cygnus.com>
18917
18918 * config.guess: Update from FSF.
18919
18920Tue May 9 15:52:05 1995 Michael Meissner <meissner@cygnus.com>
18921
63f6bcd7 18922 * config.sub: Recognize powerpcle as the little endian variant of
6599da04
JM
18923 the PowerPC. Recgonize ppc as a PowerPC variant, and ppcle as a
18924 powerpcle variant. Convert pentium into i586, not i486. Add p5
18925 alias for i586. Map new x86 variants p6, k5, nexgen into i586
18926 temporarily.
18927
18928Tue May 2 16:29:41 1995 Jeff Law (law@snake.cs.utah.edu)
18929
18930 * configure.in (hppa*-*-lites*): Treat like hppa*-*-*elf*.
18931
18932Sun Apr 30 21:38:09 1995 Jeff Law (law@snake.cs.utah.edu)
18933
18934 * config.sub: Accept -lites* as a basic system type.
18935
18936Thu Apr 27 11:33:29 1995 Michael Meissner (meissner@cygnus.com)
18937
18938 * config.guess (*:Linux:*:*): Check for whether the pre-BFD linker is
18939 installed, and if so return linuxoldld as the system name.
18940
18941Wed Apr 26 10:59:02 1995 Jeff Law (law@snake.cs.utah.edu)
18942
18943 * config.guess: Add hppa1.1-hp-lites support.
18944
18945Tue Apr 25 11:08:11 1995 Rob Savoye <rob@darkstar.cygnus.com>
18946
18947 * configure.in: Don't build newlib for m68k-vxworks5.1.
18948
18949Wed Apr 19 17:02:43 1995 Jim Wilson <wilson@chestnut.cygnus.com>
18950
18951 * configure.in (mips-sgi-irix6): Use mh-irix5.
18952
18953Fri Apr 14 15:21:17 1995 Doug Evans <dje@chestnut.cygnus.com>
18954
18955 * Makefile.in (all-gcc): Depend on all-ld (for libgcc1-test).
18956
18957Wed Apr 12 16:06:01 1995 Jason Merrill <jason@phydeaux.cygnus.com>
18958
18959 * test-build.mk: Enable building of shared libraries on IRIX 5 and
e490616e 18960 OSF/1. Fix compiler flags.
6599da04
JM
18961 * build-all.mk: Support Linux and OSF/1 3.0. Fix compiler flags.
18962
18963Tue Apr 11 18:55:40 1995 Doug Evans <dje@canuck.cygnus.com>
18964
18965 * configure.in: Recognize --with-newlib.
18966 (sparc-*-sunos4*): Build sim, dejagnu, expect, tcl if cross target.
18967
18968Mon Apr 10 14:38:20 1995 Jason Molenda (crash@phydeaux.cygnus.com)
18969
d207ebef 18970 * Makefile.in: move {all,check,install}-gdb from *_MODULES
6599da04
JM
18971 to *_X11_MODULES due to gdbtk needing X include files et al.
18972
18973Mon Apr 10 11:42:22 1995 Stan Shebs <shebs@andros.cygnus.com>
18974
18975 Merge in support for Mac MPW as a host.
18976 (Old change descriptions retained for informational value.)
18977
18978 * mpw-config.in: Add generic include forwards for cpu-specific
18979 include files in aout and elf directories.
18980
18981 * mpw-configure: Added copyright.
18982 * mpw-config.in: Check for presence of required build tools.
18983 (target_libs): Add newlib.
18984 (target_tools): Add examples.
18985 (Read Me): Generate as "Read Me for MPW" instead.
18986 * mpw-build.in: Base sub-builds on all-foo instead of do-foo.
18987 (all-byacc, do-byacc, all-flex, do-flex, do-newlib): New actions.
18988 (do-gas, do-gcc, do-gdb, do-ld): Build Version.r first.
18989
18990 * mpw-configure: Remove subdir-specific makefile hackery,
18991 delete mk.tmp after using it.
18992
18993 * mpw-build.in (all): Display start and end times.
18994
18995 * mpw-configure (host_canonical): Set.
18996 (target_cpu): Always add to makefiles.
18997 (ARCHDEFS, EMUL): Add to makefile only if nonempty.
18998 (TM_FILE, XM_FILE, NM_FILE): No longer add to makefile.
18999 (mpw-mh-mpw): Look for in srcdir and srcroot.
19000 Use sed instead of mpw-edit-prefix to edit prefix definitions.
19001
19002 * mpw-build.in: (install-only): New target.
19003
19004 * mpw-configure (host_alias, target_alias): Rename from hostalias
19005 and targetalias, add into generated Makefile.
19006 (mk.tmp): If present, add into generated Makefile.
19007 * mpw-build.in (all-gas): Build config.h first before gas proper.
19008
19009 * mpw-configure (config.status): Write only if changed.
19010 * mpw-config.in (readline): Configure it (not built, just used for
19011 definitions).
19012
19013 * mpw-config.in (elf/mips.h): Add a forward include.
19014
19015 * mpw-config.in: Forward-include most .h files in include into
19016 extra-include.
19017 (readline): Don't build.
19018 mpw-build.in (install): Install GDB.
19019
19020 * mpw-configure (prefix, mpw_prefix): Handle it.
19021 * mpw-config.in (mmalloc, readline): Don't configure.
19022 * mpw-build.in (thisscript): Rename to ThisScript.
19023 Use mpw-build instead of BuildProgram everywhere.
19024 (mmalloc, readline): Don't build.
19025 * mpw-README: New file, basic documentation about the MPW port.
19026
19027 * mpw-config.in: Use forward-include to create include files.
19028
19029 * mpw-configure: Add more things to the top of each configured
19030 Makefile, including contents of config/mpw-mh-mpw.
19031 * mpw-config.in (extra-include): Create this directory and fill it
19032 with Posix-like include files when configuring.
19033
19034 * config.sub (apple, mac, mpw): Add various aliases.
19035
19036 * mpw-build.in: New file, top-level build script fragment for MPW.
19037 * mpw-configure: New file, configure script for MPW.
19038 * mpw-config.in: New file, config fragment for MPW.
19039
19040Fri Apr 7 19:33:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19041
19042 * configure.in (host_libs): Remove glob, since it is gone from the
19043 sources.
19044
19045Fri Mar 31 11:36:17 1995 Jason Molenda (crash@phydeaux.cygnus.com)
19046
19047 * Makefile.in: define empty GDB_NLM_DEPS var.
19048
19049 * configure.in(target_makefile_frag): use config/mt-netware
19050 for netware targets.
19051
19052Thu Mar 30 13:51:43 1995 Ian Lance Taylor <ian@cygnus.com>
19053
19054 * config.sub: Merge in recent FSF changes. Remove linux special
19055 cases.
19056
19057Tue Mar 28 14:47:34 1995 Jason Molenda (crash@phydeaux.cygnus.com)
19058
731a8127 19059 Revert this change:
6599da04
JM
19060
19061 Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
19062
19063 * build-all.mk: Use CC=cc -Xs on Solaris.
19064
6599da04
JM
19065Tue Mar 21 10:43:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19066
19067 * glob/*: Removed. Schauer's 24 Feb 1994 readline change made us
19068 stop using it.
19069 * Makefile.in: Nuke all references to glob subdirectory.
19070
19071Thu Mar 16 13:35:30 1995 Jason Merrill <jason@phydeaux.cygnus.com>
19072
19073 * configure.in: Fix --enable-shared logic in per-host.
19074
19075Mon Mar 13 12:33:15 1995 Ian Lance Taylor <ian@cygnus.com>
19076
19077 * configure.in (*-hp-hpux[78]*): Use mh-hpux8.
19078
19079Mon Mar 6 10:21:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19080
19081 * configure.in (noconfigdirs): Don't build gas on AIX, for
19082 powerpc*-*-aix* as well as for rs6000*-*-aix*.
19083
19084Wed Mar 1 12:51:53 1995 Ian Lance Taylor <ian@cygnus.com>
19085
19086 * configure: Fix --cache-file to work if the file argument is a
19087 relative path.
19088
19089Tue Feb 28 17:36:07 1995 Ian Lance Taylor <ian@cygnus.com>
19090
19091 * configure: If the --cache-file is used, pass it down to
19092 configure in subdirectories.
19093
19094Mon Feb 27 12:52:46 1995 Kung Hsu <kung@mexican.cygnus.com>
19095
19096 * config.sub: add vxworks29k configuration.
19097
19098Fri Feb 10 16:12:26 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
19099
19100 * Makefile.in (taz): Do "diststuff" part quietly.
19101
19102Sun Feb 5 14:16:35 1995 Doug Evans <dje@canuck.cygnus.com>
19103
19104 * config.sub: Mini-merge with gcc/config.sub.
19105
19106Sat Feb 4 12:11:35 1995 Jim Wilson <wilson@chestnut.cygnus.com>
19107
19108 * config.guess (IRIX): Sed - to _.
19109
19110Fri Feb 3 11:54:42 1995 J.T. Conklin <jtc@rtl.cygnus.com>
19111
19112 * Makefile.in (source-vault, binary-vault): New targets.
19113
19114Thu Jan 26 13:00:11 1995 Michael Meissner <meissner@cygnus.com>
19115
19116 * config.sub: Recognize -eabi as a basic system type.
19117
19118Thu Jan 12 13:13:23 1995 Jason Merrill <jason@phydeaux.cygnus.com>
19119
19120 * configure.in (enable_shared stuff): Fix typo.
19121
19122Thu Jan 12 01:36:51 1995 deanm@medulla.LABS.TEK.COM (Dean Messing)
19123
19124 * Makefile.in (BASE_FLAGS_TO_PASS): Fix typo in passing LIBCXXFLAGS*.
19125
19126Wed Jan 11 16:29:53 1995 Jason Merrill <jason@phydeaux.cygnus.com>
19127
19128 * Makefile.in (LIBCXXFLAGS_FOR_TARGET): Add -fno-implicit-templates.
19129
19130Mon Jan 9 12:48:01 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
19131
19132 * configure.in (rs6000-*-*): Don't build gas.
19133
19134Wed Jan 4 23:53:49 1995 Ian Lance Taylor <ian@tweedledumb.cygnus.com>
19135
19136 * Makefile.in: Use /x/x/ instead of /brokensed/brokensed/, to
19137 reduce command line length.
19138 (AS_FOR_TARGET): Check for as.new, not Makefile.
19139 (NM_FOR_TARGET): Check for nm.new, not Makefile.
19140
19141Wed Jan 4 13:02:39 1995 Per Bothner <bothner@kalessin.cygnus.com>
19142
19143 * config.guess: Merge from FSF.
19144
19145Thu Dec 15 17:11:37 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
19146
19147 * configure: Don't use $ when handling program_suffix.
19148
19149Mon Dec 12 12:09:37 1994 Stu Grossman (grossman@cygnus.com)
19150
19151 * configure.in: Configure tk for hppa/hpux.
19152
19153Fri Dec 2 15:55:38 1994 Per Bothner <bothner@kalessin.cygnus.com>
19154
19155 * Makefile.in (LIBGXX_SUPPORT_DIRS): Add libstdc++.
19156
19157Tue Nov 29 19:37:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
19158
19159 * Makefile.in: Move -fno-implicit-template from CXXFLAGS
19160 to LIBCXXFLAGS. Tests are better run without it.
19161
19162Wed Nov 23 10:29:25 1994 Brendan Kehoe (brendan@lisa.cygnus.com)
19163
19164 * Makefile.in (all-ispell): Depend on all-emacs19 instead of all-emacs.
19165
19166Mon Nov 21 11:14:01 1994 J.T. Conklin <jtc@rtl.cygnus.com>
19167
19168 * configure.in (*-*-netware*): Don't configure xiberty.
19169
19170Mon Nov 14 08:49:15 1994 Stu Grossman (grossman@cygnus.com)
19171
19172 * configure.in: Remove tk from native_only list.
19173
19174Fri Nov 11 15:31:26 1994 Bill Cox (bill@rtl.cygnus.com)
19175
19176 * build-all.mk: Add mips-ncd-elf target to sun4 targets
3d3b561f 19177 for special NCD build.
6599da04
JM
19178
19179Mon Nov 7 20:58:17 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
19180
19181 * Makefile.in (DEVO_SUPPORT): Remove configure.bat and
19182 makeall.bat, they're only useful for binutils snapshots.
19183 (binutils.tar.gz, gas+binutils.tar.gz): Add configure.bat and
19184 makeall.bat to specified SUPPORT_FILES.
19185
19186Mon Nov 7 17:25:18 1994 Bill Cox (bill@cirdan.cygnus.com)
19187
19188 * build-all.mk: Add Ericsson targets to sun4 and solaris
3d3b561f
ML
19189 hosts. Add BNR's sun4 target to solaris host, so their
19190 build-from-source will be tested in-house first.
6599da04
JM
19191
19192Sat Nov 5 18:43:30 1994 Jason Merrill (jason@phydeaux.cygnus.com)
19193
19194 * Makefile.in (LIBCFLAGS): New variable.
19195 (CFLAGS_FOR_TARGET): Ditto.
19196 (LIBCFLAGS_FOR_TARGET): Ditto.
19197 (LIBCXXFLAGS): Ditto.
19198 (CXXFLAGS_FOR_TARGET): Ditto.
19199 (LIBCXXFLAGS_FOR_TARGET): Ditto.
19200 (BASE_FLAGS_TO_PASS): Pass them.
19201 (EXTRA_TARGET_FLAGS): Ditto.
19202
731a8127 19203 * configure.in: Support --enable-shared.
6599da04
JM
19204
19205Sat Nov 5 15:44:00 1994 Per Bothner <bothner@kalessin.cygnus.com>
19206
19207 * configure.in (target_libs): Include libstdc++ again.
19208 * config.guess: Update from FSF (for FreeBSD).
19209
19210Thu Nov 3 16:32:30 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
19211
19212 * Makefile.in (DEVO_SUPPORT): Include configure.bat and
19213 makeall.bat.
19214 (DISTDOCDIRS): Add `etc'.
19215 (ETC_SUPPORT_PFX): New variable.
19216 (taz): Include anything from etc starting with a word in
19217 ETC_SUPPORT_PFX.
19218
19219Wed Oct 26 16:19:35 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
19220
19221 * config.sub: Update for recent FSF changes. Remove obsolete
19222 h8300hds entry. Add -windows* and -osx as basic os. Minor
19223 spacing changes.
19224
19225Thu Oct 20 18:41:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
19226
19227 * configure.in (target_libs): Remove libstdc++ for libg++-2.6.1.
19228
19229 * config.guess: Merge with FSF.
19230 * configure.in: Match on i?86-ncr-sysv4.3, not i?86-ncr-sysv43.
19231
19232Thu Oct 20 19:26:56 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
19233
19234 * configure: Since the "trap 0" handler will override the exit
19235 status on many systems, only use it for "exit 1", and make it set
19236 a non-zero exit status; reset it before "exit 0". Also, check
19237 exit status of config.sub, and error out if it failed.
19238
19239Wed Oct 19 18:49:55 1994 Rob Savoye (rob@cygnus.com)
19240
19241 * Makefile.in: (ALL_TARGET_MODULES,INSTALL_TARGET_MODULES) Build
19242 and install libgloss.
19243
19244Tue Oct 18 15:25:24 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
19245
19246 * Makefile.in (all-binutils): Depend upon all-byacc.
19247
19248 * configure.in: Don't build emacs on Irix 5.
19249
19250Mon Oct 17 16:22:12 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
19251
19252 * configure.in (*-*-netware*): Add libio.
19253
19254Thu Oct 13 15:51:20 1994 Jason Merrill (jason@phydeaux.cygnus.com)
19255
19256 * Makefile.in (ALL_TARGET_MODULES): Add libstdc++.
19257 (CHECK_TARGET_MODULES): Ditto.
19258 (INSTALL_TARGET_MODULES): Ditto.
19259 (TARGET_LIBS): Ditto.
19260 (all-libstdc++): Note dependencies.
19261
19262Thu Oct 13 01:43:08 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
19263
19264 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add gas.
19265
19266Tue Oct 11 12:12:29 1994 Jason Merrill (jason@phydeaux.cygnus.com)
19267
19268 * Makefile.in (CXXFLAGS): Use -fno-implicit-templates instead of
19269 -fexternal-templates.
19270
19271 * configure.in (target_libs): Add libstdc++.
19272 (noconfigdirs): Add libstdc++ as appropriate.
19273
19274Thu Oct 6 18:00:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
19275
19276 * config.guess: Update from FSF.
19277
19278Tue Oct 4 12:05:42 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
19279
19280 * configure: Use ${config_shell} when running ${configsub}.
19281
19282Mon Oct 3 14:28:34 1994 Doug Evans <dje@canuck.cygnus.com>
19283
19284 * config.sub: No longer recognize h8300h.
19285
19286Mon Oct 3 12:40:54 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
19287
19288 * config.sub: Remove extraneous differences between config.sub and
19289 gcc/config.sub.
19290
19291Sat Oct 1 00:23:12 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
19292
19293 * Makefile.in (DISTSTUFFDIRS): Add gas.
19294
19295Thu Sep 22 19:04:55 1994 Doug Evans (dje@canuck.cygnus.com)
19296
19297 * COPYING.NEWLIB: New file.
19298
19299Mon Sep 19 18:25:40 1994 Per Bothner (bothner@kalessin.cygnus.com)
19300
19301 * config.guess (HP-UX): Patch from Harlan Stenn
19302 <harlan@landmark.com> to also emit release level.
19303
19304Wed Sep 7 13:15:25 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
19305
19306 * config.guess (sun4*:SunOS:*:*): Change '-JL' to '_JL'.
19307
19308Tue Sep 6 23:23:18 1994 Per Bothner (bothner@kalessin.cygnus.com)
19309
19310 * config.sub: Merge nextstep cleanup from FSF.
19311
19312Mon Sep 5 05:01:30 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
19313
19314 * configure.in (arm-*-*): Don't configure ld for this target.
19315
19316Thu Sep 1 09:35:00 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
19317
19318 * configure.in (*-*-netware): don't configure libg++, libio,
3d3b561f 19319 librx, or newlib.
6599da04
JM
19320
19321Wed Aug 31 13:52:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
19322
19323 * configure.in (alpha-dec-osf*): Use osf*, not osf1*. Don't
19324 configure ld--it works, but it doesn't support shared libraries.
19325
19326Sun Aug 28 18:13:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
19327
19328 * config.guess (*-unknown-freebsd*): Get rid of possible
19329 trailing "(Release)" in version string.
19330 Patch from Paul Richards <paul@isl.cf.ac.uk>.
19331
19332Sat Aug 27 15:00:49 1994 Per Bothner (bothner@kalessin.cygnus.com)
19333
19334 * config.guess: Fix i486-ncr-sysv43 -> i486-ncr-sysv4.3.
19335 Fix type: *-next-neststep -> *-next-nextstep.
19336
19337 * config.guess: Merge from FSF:
19338
19339 Fri Aug 26 18:45:25 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
19340
19341 * config.guess: Recognize powerpc-ibm-aix3.2.5.
19342
19343 Wed Apr 20 06:36:32 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
19344
19345 * config.guess: Recognize UnixWare 1.1 (UNAME_SYSTEM is SYSTEM_V
19346 instead of UNIX_SV for UnixWare 1.0).
19347
19348Sat Aug 27 01:56:30 1994 Stu Grossman (grossman@cygnus.com)
19349
19350 * Makefile.in (all-gdb): Add dependencies on all-gcc and all-ld
19351 to make gdb/nlm/* build after the compiler and linker.
19352
19353Fri Aug 26 14:30:05 1994 Per Bothner (bothner@kalessin.cygnus.com)
19354
19355 * config.guess (netbsd, freebsd, linux): Accept any machine,
19356 not just i[34]86.
19357 (m68k-atari-sysv4): Relocate to match FSF version.
19358
19359 * config.guess: More merges from the FSF:
19360
19361 Add a space before function call or macro invocation.
19362
19363 Tue May 10 16:53:55 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
19364
19365 * config.guess: Add trap cmd to remove dummy.c and dummy when
19366 interrupted.
19367
19368 Wed Apr 20 18:07:13 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
19369
19370 * config.guess (dummy.c): Redirect stderr for `hostinfo' command.
19371 (dummy): Redirect stderr from compilation of dummy.c.
19372
19373 Sat Apr 9 14:59:28 1994 Christian Kranz (kranz@sent5.uni-duisburg.de)
19374
19375 * config.guess: Distinguish between NeXTStep 2.1 and 3.x.
19376
19377Fri Aug 26 13:42:20 1994 Ken Raeburn (raeburn@kr-laptop.cygnus.com)
19378
19379 * configure: Accept and ignore --cache*, for compatibility with
19380 new autoconf.
19381
19382Fri Aug 26 13:05:27 1994 Per Bothner (bothner@kalessin.cygnus.com)
19383
19384 * config.guess: Merge from FSF:
19385
19386 Thu Aug 25 20:28:51 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
19387
19388 * config.guess (Pyramid*:OSx*:*:*): New case.
e490616e
ZW
19389 (PATH): Add /.attbin at end for finding uname.
19390 (dummy.c): Handle i860-alliant-bsd. Follow whitespace conventions.
6599da04
JM
19391
19392 Wed Aug 17 18:21:02 1994 Tor Egge (tegge@pvv.unit.no)
19393
e490616e 19394 * config.guess (M88*:DolphinOS:*:*): New case.
6599da04
JM
19395
19396 Thu Aug 11 17:00:13 1994 Stan Cox (coxs@dg-rtp.dg.com)
19397
e490616e
ZW
19398 * config.guess (AViiON:dgux:*:*): Use TARGET_BINARY_INTERFACE
19399 to select whether to use ELF or COFF.
6599da04
JM
19400
19401 Sun Jul 24 16:20:53 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
19402
e490616e 19403 * config.guess: Recognize i860-stardent-sysv and i860-unknown-sysv.
6599da04
JM
19404
19405 Sun May 1 10:23:10 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu)
19406
19407 * config.guess: Guess the OS version for HPUX.
19408
19409 Tue Mar 1 21:53:03 1994 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
19410
19411 * config.guess (UNAME_VERSION): Recognize aix3.2.4 and aix3.2.5.
19412
19413Fri Aug 26 11:19:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
19414
19415 * configure.in: Recognize --with-headers, --with-libs, and
19416 --without-newlib.
19417 * Makefile.in (all-xiberty): Depend upon all-ld.
19418
19419Wed Aug 24 12:36:50 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
19420
19421 * configure.in: Change i[34]86 to i[345]86.
19422
19423Mon Aug 22 10:58:33 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
19424
19425 * configure (version): A few more tweaks to help message.
19426
19427Fri Aug 19 12:40:25 1994 Per Bothner (bothner@kalessin.cygnus.com)
19428
19429 * Makefile.in: Remove (for now) librx as a host library,
19430 now that we're building it for target.
19431
19432Fri Aug 19 10:49:17 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
19433
19434 * configure: Fix up help message; from karl@owl.hq.ileaf.com
19435 (Karl Berry).
19436
19437Tue Aug 16 16:11:08 1994 Per Bothner (bothner@kalessin.cygnus.com)
19438
19439 * configure.in: Also configure librx.
19440
19441Mon Aug 15 16:51:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
19442
19443 * Makefile.in: Update various rules to reflect that librx
19444 is now needed for libg++.
19445
19446Fri Aug 12 18:07:21 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
19447
19448 * config.sub: Accept mips64orion and mips64orionel as a CPU name.
19449
19450Mon Aug 8 11:36:17 1994 Stan Shebs (shebs@andros.cygnus.com)
19451
19452 * configure.in: Configure the examples directory.
19453
19454Thu Aug 4 16:12:36 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
19455
19456 * configure: Simplify Jun 2 1994 change.
19457
19458Wed Aug 3 04:58:16 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
19459
19460 * change CC to /usr/latest/bin/gcc for lynx host builds, since
19461 /bin/gcc isn't good enough to build gcc.
19462
19463Wed Jul 27 09:07:14 1994 Fred Fish (fnf@cygnus.com)
19464
19465 * Makefile.in (GDB_SUPPORT_FILES): Remove
19466 (setup-dirs-gdb, gdb.tar.gz, make-gdb.tar.gz): Remove old rules.
19467 (gdb.tar.gz): Add new rule to use standard distribution building
19468 mechanism.
19469
19470Mon Jul 25 11:10:06 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
19471
19472 * configure.in: Warn about use of /usr/ucb/cc on Solaris. From
19473 Bill Cox <bill@cygnus.com>.
19474
19475Sat Jul 23 12:19:46 1994 Per Bothner (bothner@kalessin.cygnus.com)
19476
19477 * config.guess: Recognize ISC. Patch from kwzh@gnu.ai.mit.edu.
19478
19479Fri Jul 22 17:53:59 1994 Stu Grossman (grossman@cygnus.com)
19480
19481 * configure: Search current dir first in .gdbinit.
19482
19483Fri Jul 22 11:28:30 1994 Per Bothner (bothner@kalessin.cygnus.com)
19484
19485 * config.sub: Recognize freebsd (merged from gcc config.sub).
19486
19487Thu Jul 21 14:10:52 1994 Per Bothner (bothner@kalessin.cygnus.com)
19488
19489 * config.sub: Refer to NeXT's operating system as nextstep.
19490
19491 * config.sub (case $basic_machine): Re-order the cases, to match
19492 the order in the FSF version (which is mostly alphabethical).
19493 Merge in some additions and changes from the FSF.
19494
19495Sat Jul 16 12:03:08 1994 Stan Shebs (shebs@andros.cygnus.com)
19496
19497 * config.guess: Recognize m68k-atari-sysv4 and m88k-harris-csux7.
19498 * config.sub: Recognize cxux7.
19499 * configure.in: Use mh-cxux for m88k-harris-cxux*.
19500
19501Mon Jul 11 14:37:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
19502
19503 * config.sub: Fix typo powerpc -> powerpc-*.
19504
19505Sat Jul 9 13:03:43 1994 Michael Tiemann (tiemann@blues.cygnus.com)
19506
19507 * Makefile.in: `all-emacs19' depends on `all-byacc'.
19508
19509 * Makefile.in: Add all-emacs19 and install-emacs19 rules (in
19510 parallel with all-emacs and install-emacs). Top-level command
19511 `make all-emacs19 CC=gcc' now behaves as `make all-emacs CC=gcc'.
19512
19513Thu Jun 30 16:53:42 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
19514
19515 * test-build.mk ($(host)-stamp-stage2-installed): Remove
19516 $(relbindir)/make before doing ``make install'', and use
19517 $(GNU_MAKE) while doing it. Avoids problem on SunOS with
19518 installing over running make binary.
19519 ($(host)-stamp-stage3-installed): Likewise.
19520
19521Tue Jun 28 13:43:25 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
19522
19523 * config.guess: Recognize Mach.
19524
19525Mon Jun 27 16:41:14 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
19526
19527 * configure: Check ${exec_prefixoption}, not ${exec_prefix}, to
19528 see whether --exec-prefix was used.
19529
19530Sun Jun 26 21:15:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
19531
19532 * README: Explicitly mention libg++/README. (Zoo's idea.)
19533
19534Tue Jun 21 12:45:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
19535
19536 * Makefile.in: Add all-librx target similar to all-libproc.
19537
19538Wed Jun 8 23:11:55 1994 Stu Grossman (grossman@cygnus.com)
19539
19540 * config.guess: Rearrange tests for Alpha-OSF1 to properly deal
19541 with post 1.2 uname bogosity.
19542
19543Thu Jun 9 00:27:59 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
19544
19545 * configure: Remove temporary files on receipt of a signal.
19546
19547Tue Jun 7 12:06:24 1994 Ian Lance Taylor (ian@cygnus.com)
19548
19549 * configure: If there is a package_makefile_frag, remove
19550 ${subdir}/Makefile.tem after copying it in.
19551
19552Mon Jun 6 21:35:02 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
19553
19554 * build_all.mk: support rs6000 lynx identifies itself as
19555 rs6000-lynx-lynxos2.2.2. Also, use /usr/cygnus/progressive/bin/gcc
19556 since /bin/gcc is too feeble to compile a modern gcc.
19557
19558Mon Jun 6 16:06:34 1994 Karen Christiansen (karen@cirdan.cygnus.com)
19559
19560 * brought devo/test-build.mk update-to-date with progressive/
3d3b561f 19561 test-build.mk. Add lynx targets and hppa flag info.
6599da04
JM
19562
19563Sat Jun 4 17:23:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
19564
19565 * configure.in: Use mh-ncrsvr43. Patch from
19566 Tom McConnell <tmcconne@sedona.intel.com>.
19567
19568Fri Jun 3 17:47:24 1994 Per Bothner (bothner@kalessin.cygnus.com)
19569
19570 * config.guess (i386-unknown-bsdi): No longer need to
19571 check #if defined(__bsdi__) && defined(__i386__).
19572
19573Thu Jun 2 18:56:46 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
19574
19575 * configure: Set program_transform_nameoption correctly.
19576
19577Thu Jun 2 10:57:06 1994 Karen Christiansen (karen@cirdan.cygnus.com)
19578
19579 * brought build-all.mk update-to-date with progressive build-all.mk,
3d3b561f 19580 added new targets and hppa info.
4e81ae98 19581
6599da04
JM
19582Thu Jun 2 00:12:44 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
19583
19584 * configure: If config.guess result is a prefix of the user
19585 specified target, assume a native build and use the user specified
19586 target as the host alias. Remove SunOS patch suffix removal hack.
19587 * configure.in: Remove SunOS patch suffix removal hack.
19588
19589 * Makefile.in (CROSS_CHECK_MODULES): Remove check-flex, since it's
19590 in NATIVE_CHECK_MODULES.
19591
19592Wed Jun 1 10:49:41 1994 Bill Cox (bill@rtl.cygnus.com)
19593
19594 * Makefile.in: Rename HOST_ONLY to NATIVE.
19595 * configure: Delete SunOs patch suffix from host_canonical
3d3b561f 19596 and build_canonical variables that are prepended to Makefiles.
6599da04
JM
19597 * configure.in: Add comments for easier maintenance.
19598
19599Tue May 31 19:39:47 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
19600
19601 * Makefile.in: Add all-libproc target similar to all-gui.
19602
19603Tue May 31 17:16:33 1994 Tom Lord (lord@cygnus.com)
19604
19605 * Makefile.in (CHECK_MODULES): split into
19606 HOST_ONLY_CHECK_MODULES and CROSS_CHECK_MODULES.
19607
19608Tue May 31 16:36:36 1994 Paul Eggert (eggert@twinsun.com)
19609
19610 * config.guess (i386-unknown-bsdi): New system to guess.
19611
19612Wed May 25 16:47:10 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
19613
19614 * Makefile.in: Add all-gui target (but not yet build by "all").
19615
19616Thu May 26 08:53:19 1994 Bill Cox (bill@rtl.cygnus.com)
19617
19618 * config.sub: Move deletion of patch suffix from here...
19619 * configure.in: To here, at Ian's suggestion. The top-
3d3b561f 19620 level scripts might need to know of a patch level.
6599da04
JM
19621
19622Wed May 25 09:15:54 1994 Bill Cox (bill@rtl.cygnus.com)
19623
19624 * config.sub: Strip off patch suffix so rtl is recognized
3d3b561f 19625 as a sunos4.1.3 machine, even though it's been patched.
6599da04
JM
19626
19627Fri May 20 08:25:49 1994 Steve Chamberlain (sac@deneb.cygnus.com)
19628
19629 * Makefile.in (INSTALL_LAST): Delete.
19630 (INSTALL_DOSREL): New.
19631
19632Thu May 19 17:12:12 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
19633
19634 * configure.in: Use ld for i[34]86-*-sysv4* and sparc-*-solaris2*.
19635 Don't set use_gnu_ld to no for *-*-sysv4; that only controls
19636 whether we pass down --with-gnu-ld anyhow.
19637
19638Thu May 19 09:29:12 1994 Steve Chamberlain (sac@cygnus.com)
19639
19640 * Makefile.in (INSTALL_LAST): Change operation so it works
19641 on more flavors of make.
19642 * configure.in (go32): Don't build libg++ or libio.
19643
19644Fri May 13 13:28:34 1994 Steve Chamberlain (sac@cygnus.com)
19645
19646 * Makefile.in (Move HOST_PREFIX_1 and friends up so
19647 they can be overriden by templates.
19648
19649Sat May 7 16:46:44 1994 Steve Chamberlain (sac@cygnus.com)
19650
19651 * configure.in (target==go32): Don't build gdb.
19652 * dosrel: New directory.
19653
19654Fri May 6 14:19:25 1994 Steve Chamberlain (sac@cygnus.com)
19655
19656 * configure.in (host==go32): Configure dosrel too.
19657 * Makefile.in (INTALL_TARGET): Call INSTALL_LAST last.
19658 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): Undefine, they should
19659 be set by incoming names or templates.
19660 (INSTALL_LAST): New rule.
6599da04
JM
19661
19662Thu May 5 17:35:05 1994 Stan Shebs (shebs@andros.cygnus.com)
19663
19664 * config.sub (sparclitefrw, sparclitefrwcompat): Don't set the os.
19665
19666Thu May 5 20:06:45 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
19667
6599da04
JM
19668 * configure.in (appdirs): New variable. Currently empty, but will
19669 be used in gas distribution. If nonempty, lists a set of
19670 directories at least one of which must get configured, or top
19671 level configuration is considered to have failed.
19672 (rs6000-*-lynxos*): Use new file name.
19673
19674Thu May 5 13:38:36 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
19675
19676 Eliminate XTRAFLAGS.
19677 * Makefile.in (CC_FOR_TARGET): If newlib exists, refer to the
19678 newlib include files using -idirafter, and also use -nostdinc.
19679 (CXX_FOR_TARGET): Likewise.
19680 (XTRAFLAGS): Removed.
19681 (BASE_FLAGS_TO_PASS): Remove XTRAFLAGS_FOR_TARGET.
19682 (EXTRA_HOST_FLAGS): Remove XTRAFLAGS.
19683 (EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): Likewise.
19684 ($(DO_X)): Don't pass down XTRAFLAGS.
19685
19686Thu May 5 00:16:36 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
19687
19688 * configure.in (mips*-dec-bsd*): New target; do build linker.
19689 (mips*-*-bsd*): New target; don't build linker.
19690
19691Wed May 4 20:10:10 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
19692
19693 * configure.in: support rs6000-*-lynxos* configuration.
19694 support sunos4 as a cross target.
19695
19696 * config.sub: look for lynx*, not lynx since the OS version may
19697 legitimately be part of the name.
19698
19699Tue May 3 21:48:11 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
19700
19701 * configure.in (i[34]86-*-sco*): Move to be with other i386
19702 targets.
19703 (romp-*-*): New target. Skip various binary utilities.
19704 (vax-*-*): New target. Don't build newlib.
19705 (vax-*-vms): Renamed from *-*-vms. Don't build opcodes or newlib.
19706
19707Thu Apr 28 15:03:05 1994 David J. Mackenzie (djm@rtl.cygnus.com)
19708
19709 * configure.in: Only set host_makefile_frag if config
19710 directory exists.
19711
19712Wed Apr 27 12:14:30 1994 David J. Mackenzie (djm@rtl.cygnus.com)
19713
19714 * install.sh: If $dstdir exists, don't check whether each
19715 component does.
19716
19717Tue Apr 26 18:11:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
19718
19719 * test-build.mk (HOLES): Add sleep; used by rcs/src/conf.sh.
19720
19721Mon Apr 25 15:06:34 1994 Stan Shebs (shebs@andros.cygnus.com)
19722
3b75d237
AJ
19723 * configure.in (*-*-lynxos*): Don't configure newlib for either
19724 native or cross Lynx.
6599da04
JM
19725
19726Sat Apr 16 11:58:16 1994 Doug Evans (dje@canuck.cygnus.com)
19727
19728 * config.sub (sparc64-elf): Fix os.
19729 (z8k): Remove duplicate.
19730
19731Thu Apr 14 23:33:17 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
19732
19733 * Makefile.in (gcc-no-fixedincludes): Touch gcc/include/fixed, not
19734 gcc/stmp-fixproto, to try to prevent fixproto from being run.
19735
19736Wed Apr 13 15:14:52 1994 Bill Cox (bill@cygnus.com)
19737
19738 * configure: Make file links cleanly even if Lynx fails on
3d3b561f 19739 an NFS symlink (at least fail cleanly).
6599da04
JM
19740
19741Mon Apr 11 10:58:56 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
19742
19743 * test-build.mk (CC): For mips-sgi-irix4, change -XNh1500 to
19744 -XNh2000.
19745
19746Sat Apr 9 15:10:45 1994 David J. Mackenzie (djm@rtl.cygnus.com)
19747
19748 * configure: Unknown options are fatal again.
19749
19750Fri Apr 8 12:01:41 1994 David J. Mackenzie (djm@cygnus.com)
19751
19752 * configure: Ignore --x-includes and --x-libraries, for Autoconf
4e81ae98 19753 compatibility.
6599da04
JM
19754
19755Thu Apr 7 17:31:43 1994 Doug Evans (dje@canuck.cygnus.com)
19756
19757 * build-all.mk: Add `clean' target.
19758
19759Wed Apr 6 20:44:56 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19760
19761 * config.guess: Add SINIX support.
19762 * configure.in: Add mips-*-sysv4* support.
19763
19764Mon Apr 4 17:41:44 1994 Doug Evans (dje@canuck.cygnus.com)
19765
19766 * build-all.mk: Document all useful targets.
19767 If canonhost is sparc-sun-solaris2.3, change it to sparc-sun-solaris2.
19768 If canonhost is mips-sgi-irix4.0.5H, change it to mips-sgi-irix4.
19769
19770Thu Mar 31 04:55:57 1994 David J. Mackenzie (djm@rtl.cygnus.com)
19771
19772 * configure: Support --silent, --quiet.
19773
19774Wed Mar 30 21:37:38 1994 David J. Mackenzie (djm@rtl.cygnus.com)
19775
19776 * configure: Support --disable-FEATURE.
19777
19778Tue Mar 29 19:15:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
19779
19780 * config.guess: Recognize NCR running SVR4.3.
19781
19782Mon Mar 28 14:55:15 1994 Per Bothner (bothner@kalessin.cygnus.com)
19783
19784 * config.guess: Make BSDI generate i386-unknown-bsd386.
19785 Patch from Paul Eggert <eggert@twinsun.com>.
19786
19787Mon Mar 28 12:54:52 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
19788
19789 * configure.in (powerpc-*-aix*): Treat like rs6000-*-*.
19790
19791Sat Mar 26 11:25:48 1994 David J. Mackenzie (djm@rtl.cygnus.com)
19792
19793 * configure: Make unrecognized options give nonfatal warnings
19794 instead of fatal errors, and pass them to any subdirectory
19795 configures in case they recognize them.
19796 Make --x equivalent to --with-x.
19797
19798Fri Mar 25 21:52:10 1994 David J. Mackenzie (djm@rtl.cygnus.com)
19799
19800 * configure: Add --enable-* options. Clean up usage message and
19801 some comments.
19802
19803Thu Mar 24 09:12:53 1994 Doug Evans (dje@canuck.cygnus.com)
19804
19805 * Makefile.in (NM_FOR_TARGET): Build tree version is now nm.new.
19806
19807Sun Mar 20 11:28:22 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
19808
19809 * configure.in (hppa*-*-*): Enable binutils.
19810
19811Sat Mar 19 11:50:16 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
19812
19813 * config.sub: Recognize cisco.
19814
19815Fri Mar 18 16:42:32 1994 Jason Merrill (jason@deneb.cygnus.com)
19816
19817 * Makefile.in (CXXFLAGS): Add -fexternal-templates.
19818
19819Tue Mar 15 11:25:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
19820
19821 * config.guess: about target *-hitachi-hiuxwe2, don't print more
19822 than one configuration name. Add comment.
19823
19824Sun Mar 6 23:13:38 1994 Hisashi MINAMINO (minamino@sra.co.jp)
19825
19826 * config.guess: about target *-hitachi-hiuxwe2, fixed
19827 machine guessing order. [Hitachi's CPU_IS_HP_MC68K
19828 macro is incorrect.]
19829
19830Sun Mar 13 09:10:08 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
19831
19832 * Makefile.in (TAGS): Just build TAGS in each subdirectory, rather
19833 than the "make ls" stuff which used to be here.
19834
19835Fri Mar 11 12:52:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
19836
19837 * config.guess: Recognize i[34]86-unknown-freebsd.
19838 From Shawn M Carey <smcarey@rodan.syr.edu>.
19839
19840Thu Mar 3 14:24:21 1994 Per Bothner (bothner@kalessin.cygnus.com)
19841
19842 * configure.in (noconfigdirs for alpha): Remove libg++ and libio.
19843
19844Wed Mar 2 13:28:48 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
19845
19846 * config.guess: Check for ptx.
19847
19848Mon Feb 28 16:46:50 1994 Kung Hsu (kung@mexican.cygnus.com)
19849
19850 * config.sub: Add os9k checking.
19851
19852Thu Feb 24 07:09:04 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
19853
19854 * config.guess: Handle OSF1 running on HPPA processors
19855
19856Fri Feb 18 14:14:00 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
19857
19858 * configure: If subdir configure fails, print out a message with
19859 subdirectory name, in case subdir's configure code didn't identify
19860 itself.
19861
19862Fri Feb 18 12:50:15 1994 Doug Evans (dje@cygnus.com)
19863
19864 * configure.in: Remove embedded newlines from configdirs.
19865 Avoid mismatches of substrings. Fix matching strings at end
19866 of configdirs.
19867
19868Fri Feb 11 15:33:33 1994 Stu Grossman (grossman at cygnus.com)
19869
19870 * config.guess: Add Lynx/rs6000 config support.
19871
19872Tue Feb 8 13:41:09 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
19873
19874 * configure.in (alpha-dec-osf1*, alpha*-*-*): Build gas.
19875
19876Mon Feb 7 15:42:36 1994 Jeffrey A. Law (law@cygnus.com)
19877
19878 * configure.in (hppa*-*-osf*): Treat this just like most other
19879 PA configurations (eg no binutils or ld).
19880 (hppa*-*-*elf*): These configurations have binutils and ld.
19881
19882Sun Feb 6 16:35:07 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
19883
19884 * config.sub (hiux): Fix typo. From m-kasahr@sramhc.sra.co.JP.
19885
19886Sat Feb 5 01:00:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
19887
19888 * configure.in (rs6000-*-*): Build gas.
19889
19890Wed Feb 2 13:57:57 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
19891
e490616e 19892 * Makefile.in: Avoid bug in losing hpux sed.
6599da04
JM
19893
19894Wed Feb 2 14:53:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
19895
19896 * Makefile.in, test-build.mk: Remove MUNCH_NM; it was only needed
19897 for GDB and GDB has been fixed to not need it.
19898
6599da04
JM
19899Sun Jan 30 17:58:06 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
19900
19901 * config.guess: Recognize vax hosts.
19902
19903Fri Jan 28 15:29:38 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
19904
19905 * configure (while loop): Don't use "break 2" inside case
19906 statement -- the case statement isn't an enclosing loop.
19907
19908Mon Jan 24 18:40:06 1994 Per Bothner (bothner@kalessin.cygnus.com)
19909
19910 * config.guess: Clean up NeXT support, to allow nextstep
19911 on Intel machines. Make OS be nextstep.
19912
19913Sun Jan 23 18:47:22 1994 Richard Kenner (kenner@vlsi1.ultra.nyu.edu)
19914
19915 * config.guess: Add alternate forms for Convex.
19916
19917Thu Jan 20 16:13:41 1994 Stu Grossman (grossman at cygnus.com)
19918
19919 * configure: Completely rewrite option processing. Take
19920 advantage of pattern-matching to avoid invoking test frequently.
19921 Also clean up host and target defaulting logic.
19922
19923Mon Jan 17 15:06:56 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
19924
19925 * Makefile.in: Replace all occurrances of "rootme" with "r" and
19926 "$${rootme}" with "$$r", to increase the likelihood that the do-*
19927 commands (plus user environment) will fit SCO limits.
19928
19929Thu Jan 6 11:20:57 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
19930
19931 * configure.in: Don't issue warnings about directories which are
19932 not being configured if -norecursion is set. Correct test for
19933 --with-gnu-as and --with-gnu-ld to not get confused by substring
19934 matches.
19935
19936 * configure.in: Don't build gas for alpha-dec-osf1*.
19937
19938Tue Jan 4 17:10:19 1994 Stu Grossman (grossman at cygnus.com)
19939
19940 * configure: Back out Per's change of 12/19/1993. It changes the
19941 behavior of configure in unexpected and confusing ways.
19942
19943 Also, use different delim char when calculating
19944 program_transform_name so that the name can contain slashes.
19945
19946Sat Jan 1 13:45:31 1994 Rob Savoye (rob@darkstar.cygnus.com)
19947
19948 * configure.in, config.sub: Add support for VSTa micro-kernel.
19949
19950Sat Dec 25 20:00:47 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
19951
19952 * configure.in: Nuke hacks which were used to get a special
19953 version of GAS for HPPA configurations.
19954
19955Sun Dec 19 20:40:44 1993 Per Bothner (bothner@kalessin.cygnus.com)
19956
19957 * configure: If only ${target_alias} is given, use that
19958 as the default for ${host_alias}.
19959 * configure: Add missing back-slashes before nested quotes.
19960
19961Wed Dec 15 18:07:18 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
19962
19963 * Makefile.in (BASE_FLAGS_TO_PASS): add YACC=$(BISON)
19964
19965Tue Dec 14 21:25:33 1993 Per Bothner (bothner@cygnus.com)
19966
19967 * config.guess: Recognize some Tektronix configurations.
19968 From Kaveh R. Ghazi <ghazi@noc.rutgers.edu>.
19969
19970Sat Dec 11 11:18:00 1993 Steve Chamberlain (sac@thepub.cygnus.com)
19971
19972 * config.sub: Match any flavor of SH.
19973
19974Thu Dec 2 17:16:58 1993 Ken Raeburn (raeburn@cujo.cygnus.com)
19975
19976 * configure.in: Don't try to configure newlib for Alpha.
19977
19978Thu Dec 2 14:35:54 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
19979
19980 * configure.in: Don't build ld for Irix 5. Don't build gas,
19981 libg++ or libio for any Alpha target.
19982
19983 * configure.in (mips*-sgi-irix5*): New target; use mh-irix5.
6599da04
JM
19984
19985Wed Dec 1 17:00:33 1993 Jason Merrill (jason@deneb.cygnus.com)
19986
19987 * Makefile.in (GZIPPROG): Renamed from GZIP, which gzip uses for
19988 default arguments -- so it tried to compress itself.
19989
19990Tue Nov 30 13:45:15 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
19991
19992 * configure.in (notsupp): ensure that a space is always at the end
3d3b561f 19993 of the configdirs list, since the grep checks for an explicit space
6599da04
JM
19994
19995Tue Nov 16 15:04:27 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
19996
19997 * configure.in (target i386-sysv4.2): don't build ld, since static
3d3b561f 19998 versions of many libraries are not available.
6599da04
JM
19999
20000Tue Nov 16 14:28:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20001
20002 * config.guess: Recognize Apollos (using environment variables).
20003 * configure.in: Don't configure ld, binutils, or gprof for Apollo.
20004
20005Thu Nov 11 12:03:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20006
20007 * config.guess: Recognize Sony news mips running newsos.
20008
20009Wed Nov 10 16:57:00 1993 Mark Eichin (eichin@cygnus.com)
20010
20011 * Makefile.in (all-cygnus, build-cygnus): "fi else" needs to be
20012 "fi ; else" for bash.
20013
20014Tue Nov 9 15:54:01 1993 Mark Eichin (eichin@cygnus.com)
20015
20016 * Makefile.in (BASE_FLAGS_TO_PASS): pass SHELL.
20017
20018Fri Nov 5 08:07:27 1993 D. V. Henkel-Wallace (gumby@blues.cygnus.com)
20019
20020 * config.sub: accept unixware as an alias for svr4.2.
20021 Fix some inconsistancies with the gcc version.
20022
20023Fri Nov 5 15:14:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20024
20025 * Makefile.in (DISTDOCDIRS): Add gdb.
20026
20027Fri Nov 5 11:59:42 1993 Per Bothner (bothner@kalessin.cygnus.com)
20028
20029 * Makefile.in (DISTDOCDIRS): Add libg++ and libio.
20030
20031Fri Nov 5 10:35:05 1993 Ken Raeburn (raeburn@rover.cygnus.com)
20032
20033 * Makefile.in (taz): Only build "info" in DISTDOCDIRS.
20034 (DISTDOCDIRS): Don't assume libg++ and gdb folks necessarily want
20035 this now.
20036
20037Thu Nov 4 18:58:23 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20038
20039 * config.sub: Accept hiux* as an OS name.
20040
20041 * Makefile.in: Change RUNTEST_FLAGS back to RUNTESTFLAGS per
20042 etc/make-stds.texi. The underscore came from gcc, and dje now
20043 agrees that RUNTESTFLAGS is the correct name.
20044
20045Thu Nov 4 10:49:01 1993 Per Bothner (bothner@kalessin.cygnus.com)
20046
20047 * install.sh: Remove 'set -e'. It makes any conditionals
20048 in the script useless.
20049
20050 * config.guess: Automatically recognize arm-acorn-riscix
20051 Patch from Richard Earnshaw (rwe11@cl.cam.ac.uk).
20052
20053Thu Nov 04 08:08:04 1993 Jeffrey Wheat (cassidy@cygnus.com)
20054
20055 * Makefile.in: Change RUNTESTFLAGS to RUNTEST_FLAGS
20056
20057Wed Nov 3 22:09:46 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
20058
20059 * Makefile.in (DISTDOCDIRS): New variable.
20060 (taz): Edit local Makefile.in sooner, instead of proto-toplev
4e81ae98 20061 Makefile.in later. Build "info" and "dvi" in DISTDOCDIRS.
6599da04
JM
20062
20063Wed Nov 3 21:31:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
20064
20065 * configure.in (hppa target): check the source directory for the
3d3b561f 20066 pagas sub-directory
6599da04
JM
20067
20068Wed Nov 3 11:12:22 1993 Doug Evans (dje@canuck.cygnus.com)
20069
20070 * config.sub: Allow -aout* and -elf*.
20071
20072Wed Nov 3 11:08:33 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
20073
20074 * configure.in: Don't build ld on i386-solaris2, same as for
20075 sparc-solaris2.
20076
20077Tue Nov 2 14:21:25 1993 Per Bothner (bothner@kalessin.cygnus.com)
20078
20079 * Makefile.in (taz): Add texinfo/lgpl.texinfo (for libg++).
20080
20081Tue Nov 2 13:38:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20082
20083 * configure.in: Configure gdb for alpha.
20084
20085Mon Nov 1 10:42:54 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20086
20087 * Makefile.in (CXXFLAGS): Add -O.
20088
20089Wed Oct 27 10:45:06 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
20090
20091 * config.guess: added support for DG Aviion
20092
20093Tue Oct 26 14:37:37 1993 Ken Raeburn (raeburn@rover.cygnus.com)
20094
20095 * configure.in: Produce warning message for subdirectories not
20096 configurable for this host/target combination. Don't try to
20097 configure gdb for vms.
20098
20099Mon Oct 25 11:22:15 1993 Ken Raeburn (raeburn@rover.cygnus.com)
20100
20101 * Makefile.in (taz): Replace "byacc" with "bison -y" in the
20102 appropriate files before making "diststuff".
20103 (DISTBISONFILES): New var: list of files to be edited.
20104 (DISTSTUFFDIRS): Add binutils.
20105
20106Fri Oct 22 20:32:15 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
20107
20108 * config.sub: also handle mipsel and mips64el (for little endian mips)
20109
20110Fri Oct 22 07:59:20 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20111
20112 * configure.in: Add * to end of all OS names.
20113
20114Thu Oct 21 11:38:28 1993 Stan Shebs (shebs@rtl.cygnus.com)
20115
20116 * configure.in: Build newlib for LynxOS native.
20117
20118Wed Oct 20 09:56:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20119
20120 * config.guess: Add support for delta 88k running SVR3.
20121
20122 * configure.in: Add comment about HP compiler vs. emacs.
20123
20124Tue Oct 19 16:02:22 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
20125
20126 * configure.in: don't build ld on solaris2 (not a viable option
3d3b561f 20127 due to bugs in getpwnam & getpwuid)
6599da04
JM
20128
20129Tue Oct 19 15:13:56 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
20130
20131 * configure.in: Accept alpha-dec-osf1*, not just -osf1, since
20132 config.guess will produce a full version number.
20133
20134Tue Oct 19 15:58:01 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
20135
20136 * configure.in: Build linker and binutils for alpha-dec-osf1.
20137
20138Tue Oct 19 11:41:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20139
20140 * Makefile.in: Remove -O from CXXFLAGS for consistency with CFLAGS,
20141 and gdb/testsuite/Makefile.in.
20142
20143Sat Oct 9 18:39:07 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
20144
20145 * configure.in: recognize mips*- instead of mips-
20146
20147Fri Oct 8 14:15:39 1993 Ken Raeburn (raeburn@cygnus.com)
20148
20149 * config.sub: Accept linux*coff and linux*elf as operating
20150 systems.
20151
20152Thu Oct 7 12:57:19 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
20153
20154 * config.sub: Recognize mips64, and mips3 as an alias for it.
20155
20156Wed Oct 6 13:54:21 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20157
20158 * configure.in: Remove alpha-dec-osf*, no longer necessary now that
20159 gdb knows how to handle OSF/1 shared libraries.
20160
20161Tue Oct 5 11:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20162
20163 * configure.in: Recognize hppa*-*-hiux* (currently synonym for hpux).
20164 * config.guess: Recognize Hitachi's HIUX.
20165 * config.sub: Recognize h3050r* and hppahitachi.
20166 Remove redundant cases for hp9k[23]*.
20167
20168Mon Oct 4 16:15:09 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
20169
20170 * configure.in: default to '--with-gnu-as' and '--with-gnu-ld'
20171 if gas and ld are in the source tree and are in ${configdirs}.
20172 If ${use_gnu_as} or ${use_gnu_ld} are 'no', then don't set the
38e01259 20173 --with options (but still pass them down on the command line,
6599da04
JM
20174 if they were explicitly specified).
20175
20176Fri Sep 24 19:11:13 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
20177
20178 * configure: substitute SHELL value in Makefile.in with
20179 ${CONFIG_SHELL}
20180
20181Thu Sep 23 18:05:13 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
20182
20183 * configure.in: Build gas, ld, and binutils for *-*-sysv4* and
20184 *-*-solaris2* targets.
20185
20186Sun Sep 19 17:01:41 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
20187
20188 * Makefile.in: define M4, and pass it down to sub-makes;
20189 all-autoconf now depends on all-m4
20190
20191Sat Sep 18 00:38:23 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
20192
20193 * Makefile.in ({AR,RANLIB}_FOR_TARGET): make contingent on
20194 presence of {ar,ranlib} instead of a configured directory
20195
20196Wed Sep 15 08:41:44 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
20197
20198 * config.guess: Accept 34?? as well as 33?? for NCR.
20199
20200Mon Sep 13 12:28:43 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
20201
20202 * configure.in: grab mt-hppa for HPPA targets; use 'gas ' instead
20203 of 'gas' in sed commands, since 'gash' is now in the tree as well.
20204
20205Fri Sep 10 11:23:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
20206
20207 * configure: grab values for $(CC) and $(CXX) from the
20208 environment, so that someone can do "CC=gcc configure; make" and
20209 have it work right (matching the way that autoconf works now)
20210
20211 * configure.in, Makefile.in: add support for gash, the tcl
20212 interface to Galaxy
20213
20214 * config.guess: add NetBSD variants (hp300, x86)
20215
20216Thu Sep 9 16:48:52 1993 Jason Merrill (jason@deneb.cygnus.com)
20217
20218 * install.sh: Support -d option (in the manner of SunOS 4 install,
20219 as it is more deterministic than that of GNU install)
20220 (chmodcmd): Set file to mode 755 by default (should also do default
20221 chgrp and chown, but I don't feel like dealing with that now)
20222
20223Tue Sep 7 11:59:39 1993 Doug Evans (dje@canuck.cygnus.com)
20224
20225 * config.sub: Remove h8300hhms alias.
20226
20227Tue Aug 31 11:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20228
20229 * configure.in: Match *-*-solaris2* not *-sun-solaris2*.
20230
20231Mon Aug 30 18:29:10 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
20232
20233 * Makefile.in (gcc-no-fixedincludes): touch stmp-fixproto as well
20234 as stmp-fixinc
20235
20236Wed Aug 25 16:35:59 1993 K. Richard Pixley (rich@sendai.cygnus.com)
20237
20238 * config.sub: recognize m88110-bug-coff.
20239
20240Tue Aug 24 10:23:24 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
20241
20242 * Makefile.in (all-libio): all dependencies on the toolchain used
20243 to build this (gcc, gas, ld, etc)
20244
20245Fri Aug 20 17:24:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20246
20247 * config.guess: Deal with OSF/1 1.3 on alpha.
20248
20249Thu Aug 19 11:43:04 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
20250
20251 * install.sh: add some 'else true' clauses for portability
20252
20253 * configure.in: don't build libio for h8[35]00-*-* targets
20254
20255Tue Aug 17 19:02:31 1993 Per Bothner (bothner@kalessin.cygnus.com)
20256
20257 * Makefile.in: Add support for new libio.
20258
20259Sun Aug 15 20:48:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20260
20261 * install.sh: If one command fails, don't try the rest. Don't try
20262 to remove $dsttmp (via trap) unless we have already created it.
20263 If $src doesn't exist, detect it and exit with an error.
20264
20265 * config.guess: Recognize BSD on hp300.
20266
20267Wed Aug 11 18:35:13 1993 Per Bothner (bothner@kalessin.cygnus.com)
20268
20269 * config.guess: Map (9000/[34]??:HP-UX:*:*) to m68k-hp-hpux.
20270 Bug report from "Hamish (H.I.) Macdonald" <hamish@bnr.ca>.
20271
20272Wed Aug 11 15:37:51 1993 Jason Merrill (jason@deneb.cygnus.com)
20273
20274 * Makefile.in (all-send-pr): depends on all-prms
20275
20276Wed Aug 11 16:56:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20277
20278 * config.guess: Fix typo (9000/8??:4.3bsd -> 9000/7??:4.3bsd).
20279
20280Fri Aug 6 14:45:02 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
20281
20282 * config.guess: From michael@mercury.cs.mun.ca (Michael Rendell):
20283 Added test for mips-mips-riscos5.
20284
20285Thu Aug 5 15:45:08 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
20286
20287 * configure.in: use mh-hp300 for 68k HP hosts
20288
20289Mon Aug 2 11:56:53 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
20290
20291 * configure: add support for CONFIG_SHELL, so that you can use
20292 some alternate shell for evaluating configure scripts
20293
20294Sun Aug 1 11:36:27 1993 Fred Fish (fnf@deneb.cygnus.com)
20295
20296 * Makefile.in (make-gdb.tar.gz): Sed bug reporting address
20297 in configure script to bug-gdb@prep.ai.mit.edu when building
20298 distribution archive.
20299 * Makefile.in (COMPRESS): Remove def.
20300 * Makefile.in (gdb.tar.gz, make-gdb.tar.gz): Renamed from
20301 gdb.tar.Z and make-gdb.tar.Z respectively.
20302 * Makefile.in (make-gdb.tar.gz): Now only build gzip'd archive.
20303 * Makefile.in (make-gdb.tar.gz): Minor changes to move closer
20304 to convergence with 'taz' target in Makefile.in.
20305
20306Fri Jul 30 12:34:57 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
20307
20308 * install.sh (dsttmp): use trap to ensure that tmp files go
20309 away on error conditions
20310
20311Wed Jul 28 11:57:36 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
20312
20313 * Makefile.in (BASE_FLAGS_TO_PASS): remove LOADLIBES
20314
20315Tue Jul 27 12:43:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20316
20317 * Makefile.in (install-dirs): Deal with a prefix like /gnu;
20318 its parent is '/' not ''.
20319
20320 * Makefile.in (DEVO_SUPPORT): Add comments about ChangeLog.
20321
20322Fri Jul 23 09:53:37 1993 Jason Merrill (jason@wahini.cygnus.com)
20323
20324 * configure: if ${newsrcdir}/configure doesn't exist, don't assume
20325 that ${newsrcdir}/configure.in does.
20326
20327Tue Jul 20 11:28:50 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
20328
20329 * test-build.mk: support for CONFIG_SHELL
20330
20331Mon Jul 19 21:54:46 1993 Fred Fish (fnf@deneb.cygnus.com)
20332
20333 * config.sub (netware): Add as a basic system type.
20334
20335Wed Jul 14 12:03:11 1993 K. Richard Pixley (rich@sendai.cygnus.com)
20336
20337 * Makefile.in (Makefile): depend on configure.in. Also drop the
3d3b561f 20338 $(srcdir)/ from the dependency on Makefile.in.
6599da04
JM
20339
20340Tue Jul 13 20:10:58 1993 Doug Evans (dje@canuck.cygnus.com)
20341
20342 * config.sub: Recognize h8300hhms as h8300h-hitachi-hms.
20343 (h8300hhms is temporary until multi-libraries are implemented).
20344 * configure.in: Handle h8300h too.
20345
20346Sun Jul 11 17:35:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20347
20348 * config.guess: Recognize dpx/2 as m68k-bull-sysv3.
20349
20350Thu Jul 8 18:26:12 1993 John Gilmore (gnu@cygnus.com)
20351
20352 * configure: Remove extraneous output when guessing host type.
20353 * config.guess: Remove extraneous output when guessing using C
20354 compiler rather than uname, or when guessing fails.
20355
20356Wed Jul 7 17:58:14 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
20357
20358 * Makefile.in: remove all.cross and install.cross targets
20359
20360 * configure: remove CROSS=-DCROSS_COMPILE and ALL=all.cross
3d3b561f 20361 definitions
6599da04
JM
20362
20363Tue Jul 6 10:39:44 1993 Steve Chamberlain (sac@phydeaux.cygnus.com)
20364
20365 * configure.in (target sh): Build gprof.
20366
20367Thu Jul 1 16:52:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20368
20369 * config.sub: change -solaris to -solaris2
20370
20371Thu Jul 1 15:46:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20372
20373 * configure.in: Use config/mh-riscos for mips-*-sysv*.
20374
20375Wed Jun 30 09:31:58 1993 Ian Lance Taylor (ian@cygnus.com)
20376
20377 * configure: Correct error message for missing Makefile.in to
20378 print correct directory.
20379
20380Tue Jun 29 13:52:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20381
20382 * install.sh: kludge around 386BSD shell bug
20383
20384Tue Jun 29 13:06:49 1993 Per Bothner (bothner@rtl.cygnus.com)
20385
20386 * config.guess: Recognize NeXT.
20387 * config.guess: Recognize i486-ncr-sysv4.
20388 * Makefile.in (taz): rm $(TOOL)-$$VER before linking.
20389
20390Tue Jun 29 12:50:57 1993 Ian Lance Taylor (ian@cygnus.com)
20391
20392 * Makefile.in (MAKEINFOFLAGS): New variable.
20393 (FLAGS_TO_PASS): Pass MAKEINFO as MAKEINFO MAKEINFOFLAGS.
20394 * build-all.mk, test-build.mk: Pass down --no-split as
20395 MAKEINFOFLAGS when hosted on DOS. Compile DOS hosted without -g.
20396
20397Thu Jun 24 13:39:11 1993 Per Bothner (bothner@rtl.cygnus.com)
20398
20399 * Makefile.in (DEVO_SUPPORT): Add COPYING COPYING.LIB install.sh.
20400
20401Wed Jun 23 12:59:21 1993 Per Bothner (bothner@rtl.cygnus.com)
20402
20403 * Makefile.in (libg++.tar.z): New rule.
20404 * Makefile.in (taz): Replace 'configure -rm' by 'make distclean'.
20405 * Makefile.in (taz): Only do a single chmod.
20406
20407Fri Jun 18 12:03:10 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
20408
20409 * install.sh: don't use dirname anymore (replaced with sed usage)
20410
20411Thu Jun 17 18:43:42 1993 Fred Fish (fnf@cygnus.com)
20412
20413 * Makefile.in: Change extension for gzip'd files from '.z' to
20414 '.gz' per new FSF standard usage.
20415
20416Thu Jun 17 16:58:50 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
20417
20418 * configure: put quotes around the final value of program_transform_name
20419
20420Tue Jun 15 16:48:51 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20421
20422 * Makefile.in: new install.sh support; update install-info rules
20423
20424Wed Jun 9 12:31:34 1993 Ian Lance Taylor (ian@cygnus.com)
20425
20426 * configure.in: Build diff for crosses, but not for go32 host.
20427
20428 * configure.in: Build gprof only for native, and don't build it
20429 for mips-*-*, rs6000-*-*, or i[34]86-*-sco*.
20430
20431Mon Jun 7 13:12:11 1993 david d `zoo' zuhn (zoo at deneb.cygnus.com)
20432
20433 * configure.in: don't build gas,ld,binutils on for *-*-sysv4
20434
20435Mon Jun 7 11:40:11 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
20436
20437 * configure.in (host_tools): Add prms.
20438
20439Fri Jun 4 13:30:42 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20440
20441 * Makefile.in: install gcc, do installation of $(INSTALL_MODULES)
20442 with $(FLAGS_TO_PASS) on the command line
20443
20444 * config.sub: Recognize lynx and lynxos
20445
20446Fri Jun 4 10:59:56 1993 Ian Lance Taylor (ian@cygnus.com)
20447
20448 * config.sub: Accept -ecoff*, not just -ecoff.
20449
20450Thu Jun 3 17:38:54 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
20451
20452 * Makefile.in (taz): Use .gz suffix instead of .z.
20453 (binutils.tar.gz, gas+binutils.tar.gz, gas.tar.gz): Fixed target
20454 names.
20455
20456Thu Jun 3 00:27:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20457
20458 * Makefile.in (vault-install): add an 'else true' (for Ultrix)
20459
20460Wed Jun 2 18:19:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20461
20462 * Makefile.in (install-no-fixedincludes): install gcc last, so
20463 that rebuilds that might happen during 'make install' don't get
20464 bogus gcc include files
20465
20466Wed Jun 2 16:14:10 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
20467
20468 Change from Utah for HPPA support:
20469 * config.guess: Recognize hppa1.x-hp-bsd.
20470
20471Wed Jun 2 11:53:33 1993 Per Bothner (bothner@rtl.cygnus.com)
20472
20473 * config.guess: Add support for Motorola Delta 68k, up to r3v7.
20474 Patch from pot@fly.cnuce.cnr.it (Francesco Potorti`).
20475
20476Tue Jun 1 17:48:42 1993 Rob Savoye (rob at darkstar.cygnus.com)
20477
20478 * config.sub: Add support for rom68k and bug boot monitors.
20479
20480Mon May 31 09:36:37 1993 Jim Kingdon (kingdon@cygnus.com)
20481
20482 * Makefile.in: Make all-opcodes depend on all-bfd.
20483
20484Thu May 27 08:05:31 1993 Ian Lance Taylor (ian@cygnus.com)
20485
20486 * config.guess: Added special check for i[34]86-univel-sysv4*.
20487
20488Wed May 26 16:33:40 1993 Ian Lance Taylor (ian@cygnus.com)
20489
20490 * config.guess: For i[34]86-unknown-sysv4 use UNAME_MACHINE for
20491 the processor rather than assuming i486.
20492
20493Wed May 26 09:40:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20494
20495 * config.guess: Recognize SunOS6 as Solaris3.
20496
20497Tue May 25 23:03:11 1993 Per Bothner (bothner@cygnus.com)
20498
20499 * config.guess: Fix typo. Avoid #elif (not in K&R 1).
20500 Recognize SunOS 5.* only (and not [6-9].*) as being Solaris2.
20501
20502Tue May 25 12:44:18 1993 Ian Lance Taylor (ian@cygnus.com)
20503
20504 * build-all.mk (all-cross): New target for Canadian Cross.
20505 Added Q2 go32 targets.
20506 * test-build.mk: Configure go32 cross sparclite-aout and
20507 mips-idt-ecoff -with-gnu-ld. Moved build binary directory from
20508 PARTIAL_HOLE_DIRS to BUILD_HOLES_DIRS.
20509
20510Mon May 24 15:30:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20511
20512 * configure.in: fix Alpha GDB typo; also, don't build DejaGnu for
20513 GO32 hosted toolchains
20514
20515Mon May 24 14:18:41 1993 Rob Savoye (rob at darkstar.cygnus.com)
20516
20517 * configure: change so "-exec-prefix" gets passed down rather
20518 than "-exec_prefix" so autoconf generated Makefiles get the
20519 exec_prefix set right.
20520
20521Fri May 21 10:42:25 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20522
20523 * config.guess: get the Solaris2 minor version number
20524
20525 * Makefile.in: add standards.texi and make-stds.texi to ETC_SUPPORT
20526
20527Fri May 21 06:20:52 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
20528
20529 * config.guess: Recognize some Sequent platforms.
20530
20531Thu May 20 14:33:48 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20532
20533 * Makefile.in: added the vault-install target
20534
20535 * configure.in: actually use the Sun3 makefile fragment that's in
20536 config, also added the release dir to configdirs
20537
20538Thu May 20 14:19:18 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
20539
20540 * Makefile.in (taz): Fix modes on stuff in $(TOOL) dir also.
20541
20542Tue May 18 20:26:41 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20543
20544 * configure.in: remove some program from Alpha targetted toolchains
20545
20546Tue May 18 15:23:19 1993 Ken Raeburn (raeburn@cygnus.com)
20547
20548 * Makefile.in (DISTSTUFFDIRS): Renamed from PROTODIRS. Add ld and
20549 gprof.
20550 (taz): Run "make diststuff" in those directories instead of "make
20551 proto-dir". Look for "VERSION=" only at start of line in subdir
20552 Makefile. Use "gzip -9" for compression.
20553 (TEXINFO_SUPPORT, DIST_SUPPORT, BINUTILS_SUPPORT_DIRS): New vars.
20554 (binutils.tar.z): New target.
20555
20556Mon May 17 17:01:15 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
20557
20558 * Makefile.in (taz): Include gpl.texinfo.
20559
20560Fri May 14 06:48:38 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
20561
20562 * Makefile.in (setup-dirs): Merged into "taz" target.
20563 (taz): Only do `proto-dir' stuff if a directory is actually needed
20564 for this target.
20565
20566Wed May 12 13:09:44 1993 Ian Lance Taylor (ian@cygnus.com)
20567
20568 * Makefile.in (MUNCH_NM): New variable, defined to be $(NM).
20569 (FLAGS_TO_PASS): Pass down MUNCH_NM.
20570 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): New variables.
20571 (EXTRA_GCC_FLAGS): Pass down HOST_* variables.
20572 (gcc-no-fixedincludes): Correct for current gcc Makefile.
20573
20574Tue May 11 10:14:25 1993 Fred Fish (fnf@cygnus.com)
20575
20576 * Makefile.in (make-gdb.tar.Z): Add configure, config.guess,
20577 config.sub, and move-if-change to gdb testsuite distribution
20578 archive, so the testsuite can be extracted, configured, and
20579 run separately from the gdb distribution. Blow away the Chill
20580 tests that require a Chill compiled executable, since GNU Chill
20581 is not yet publically available.
20582
20583Mon May 10 17:22:26 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20584
20585 * test-build.mk: set environment variables in a single command,
20586 instead of a list of assignments and exports
20587
20588 * config.guess: recognize Alpha/OSF1 systems
20589
20590Mon May 10 14:55:51 1993 K. Richard Pixley (rich@rtl.cygnus.com)
20591
20592 * configure: Change help message to prefer --options rather than
3d3b561f 20593 -options.
6599da04
JM
20594
20595Mon May 10 05:58:35 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
20596
20597 * config.sub: Convergent Tech. "miniframe" uses m68010, sez
20598 zippy@ecst.csuchico.edu.
20599 * config.guess: Recognize miniframe.
20600
20601Sun May 9 17:47:57 1993 Rob Savoye (rob at darkstar.cygnus.com)
20602
cc6010cd
AP
20603 * Makefile.in: Use srcroot to find runtest rather than rootme.
20604 Pass RUNTESTFLAGS and EXPECT down in BASE_FLAGS_TO_PASS.
6599da04
JM
20605
20606Fri May 7 14:55:59 1993 Ian Lance Taylor (ian@cygnus.com)
20607
20608 * test-build.mk: Extensive additions to support building on a
20609 machine other than the host.
20610
20611Wed May 5 08:35:04 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
20612
20613 * configure (tooldir): Fix for i386-aix again.
20614
20615Mon May 3 19:00:27 1993 Per Bothner (bothner@cygnus.com)
20616
20617 * configure, Makefile.in: Change definition of $(tooldir)
20618 to match the FSF.
20619
20620Fri Apr 30 15:55:21 1993 Fred Fish (fnf@cygnus.com)
20621
20622 * config.guess: Recognize i[34]86/SVR4.
20623
20624Fri Apr 30 15:52:46 1993 Steve Chamberlain (sac@thepub.cygnus.com)
20625
20626 * Makefile.in (all-gdb): gdb depends on sim.
20627
20628Thu Apr 29 23:30:48 1993 Fred Fish (fnf@cygnus.com)
20629
20630 * Makefile.in (gdb.tar.Z): Make prototype gdb testsuite directory
20631 at the same time we make the prototype gdb directory.
20632 * Makefile.in (make-gdb.tar.Z): Make the testsuite distribution
20633 files at the same time as the gdb base release distribution.
20634
20635Thu Apr 29 12:50:37 1993 Ian Lance Taylor (ian@cygnus.com)
20636
20637 * Makefile.in (check): Use individual check targets rather than
20638 DO_X rule.
20639 (check-gcc): Added.
20640
20641Thu Apr 29 09:50:07 1993 Jim Kingdon (kingdon@cygnus.com)
20642
20643 * config.sub: Use sysv3.2 not sysv32 for canonical OS
20644 for System V release 3.2.
20645
20646Thu Apr 29 10:33:22 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
20647
20648 * config.sub: Recognize hppaosf.
20649 * configure.in: Do configure ld/binutils/gas for it.
20650
20651Tue Apr 27 06:25:34 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
20652
20653 * configure (tooldir): Alter syntax used to set this, for systems
20654 where "\$" isn't handled right, like i386-aix.
20655
20656Thu Apr 22 08:17:35 1993 Ian Lance Taylor (ian@cygnus.com)
20657
20658 * configure: Pass program-transform-name, not
20659 program_transform_name, to recursive configures.
20660
20661Thu Apr 22 02:58:21 1993 Ken Raeburn (raeburn@cygnus.com)
20662
20663 * Makefile.in (gas+binutils.tar.z): New rule for building snapshots
20664 of gas+ld+binutils.
20665
20666Mon Apr 19 17:41:30 1993 Per Bothner (bothner@cygnus.com)
20667
20668 * config.guess: Recognize AIX3.2 as distinct from 3.1.
20669
20670Sat Apr 17 17:19:50 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20671
20672 * configure.in: rename m88k-motorola-m88kbcs to m88k-motorola-sysv
20673
6599da04
JM
20674Tue Apr 13 16:52:16 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
20675
20676 * Makefile.in (PRMS): Set back to all-prms.
20677
20678Sat Apr 10 12:04:07 1993 Ian Lance Taylor (ian@cygnus.com)
20679
20680 * test-build.mk: Pass -with-gnu-as for known MIPS native and MIPS
20681 targets, rather than for MIPS hosts.
20682
20683Fri Apr 9 13:51:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20684
20685 * configure.in: add comment for --with-x default values
20686
20687 * config.guess: handle Motorola Delta88 box for SVR3 and SVR4.
20688
20689 * Makefile.in: add check-* targets for each of the directories in
20690 the tree. Add a definition of RUNTEST that will use the one we
20691 just built, if it exists. Pass this down via FLAGS_TO_PASS.
20692
20693Thu Apr 8 09:21:30 1993 Ian Lance Taylor (ian@cygnus.com)
20694
20695 * configure.in: Removed obsolete references to bfd_target and
20696 target_makefile_frag.
20697
20698 * build-all.mk: Set assorted targets for Q2.
20699 * config.sub: Recognize z8k-sim and h8300-hms.
20700 * test-build.mk: Really don't pass host to configure.
20701 (HOLES): Added uname.
20702
20703Wed Apr 7 15:48:19 1993 Ian Lance Taylor (ian@cygnus.com)
20704
20705 * configure: Handle an empty program-prefix, program-suffix or
20706 program-transform-name correctly.
20707
20708Tue Apr 6 13:48:41 1993 Ian Lance Taylor (ian@cygnus.com)
20709
20710 * build-all.mk: -G 8 no longer required for MIPS targets.
20711 * test-build.mk: Don't pass host argument to configure; make it
20712 guess.
20713
20714Tue Apr 6 10:36:53 1993 Fred Fish (fnf@cygnus.com)
20715
20716 * Makefile.in (gdb.tar.Z): Fix for building gzip'd distribution.
20717 * Makefile.in (COMPRESS): New macro, like GZIP.
20718
20719Fri Apr 2 09:02:31 1993 Ian Lance Taylor (ian@cygnus.com)
20720
20721 * test-build.mk: Use -with-gnu-as for mips-sgi-irix4 as well.
20722
20723 * build-all.mk: Set GCC to gcc -O -G 8 for MIPS targets, since gcc
20724 with gas currently defaults to -G 0.
20725
20726Thu Apr 1 08:25:42 1993 Ian Lance Taylor (ian@cygnus.com)
20727
20728 * Makefile.in (all-flex): flex depends on byacc.
20729
20730 * build-all.mk: If host not specified, use config.guess. Pass TAG
20731 to test-build.mk as RELEASE_TAG.
20732 * test-build.mk (configargs): New variable containing arguments to
20733 pass to configure. Set to -with-gnu-as on mips-dec-ultrix.
20734 (FLAGS_TO_PASS): Pass down RELEASE_TAG.
20735
20736 * config.guess: Use /bin/uname when checking -X argument on SCO,
20737 to avoid invoking GNU uname which doesn't understand -X.
20738
20739 * test-build.mk: Don't use /usr/unsupported/bin/as on AIX.
20740
20741 * configure.in: Build gas for mips-*-*.
20742
20743Wed Mar 31 21:20:58 1993 K. Richard Pixley (rich@rtl.cygnus.com)
20744
20745 * Makefile.in (all.normal): insert missing backslash.
20746
20747Wed Mar 31 12:31:56 1993 Ian Lance Taylor (ian@cygnus.com)
20748
731a8127 20749 * build-all.mk: Bump -XNh value to 1500 to match gcc requirements.
6599da04
JM
20750
20751 * Makefile.in: Complete overhaul to merge many almost identical
20752 targets.
20753
20754Tue Mar 30 20:17:01 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
20755
20756 * Makefile.in (setup-dirs-gdb): Renamed from setup-dirs.
20757 (gdb.tar.Z): Adjusted.
20758
20759 * Makefile.in (setup-dirs, taz): New targets; should be general
20760 enough to adapt for gdb sometime. Build only .z file.
20761 (gas.tar.z): New target.
20762
20763Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
20764
20765 * build-all.mk: Use CC=cc -Xs on Solaris.
20766
6599da04
JM
20767Thu Mar 25 15:14:30 1993 Fred Fish (fnf@cygnus.com)
20768
20769 * Makefile.in: Incorporate changes suggested by wilson@cygnus.com
20770 for handling BISON for FSF releases.
20771
20772Thu Mar 25 06:19:48 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
20773
20774 * configure: Actually implement the change zoo just documented.
20775
20776Wed Mar 24 13:02:44 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
20777
20778 * configure: when using config.guess, only set target_alias when
20779 it's not already been set (ie, on the command line)
20780
20781Mon Mar 22 23:07:39 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20782
20783 * Makefile.in: add installcheck target, set PRMS to install-prms
20784
20785Sun Mar 21 16:46:12 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20786
20787 * configure: add support for package_makefile_fragment, handle the
20788 case where a directory has a configure.in file but no Makefile.in
20789 more gracefully (with an actual understandable error message, even);
20790 add support for --without (and add this to the usage message); also
20791 explicitly add a --host=${host_alias} to the command line when
20792 config.guess is used
20793
20794Sun Mar 21 12:11:58 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
20795
20796 * configure: Must use both --host and --target in recursive calls.
20797
20798Thu Mar 18 12:31:35 1993 Ian Lance Taylor (ian@cygnus.com)
20799
20800 * Makefile.in: Change deja-gnu to dejagnu.
20801
20802Mon Mar 15 15:44:35 1993 Ian Lance Taylor (ian@cygnus.com)
20803
20804 * configure.in (h8300-*-*, h8500-*-*): Don't build libg++.
20805
20806Fri Mar 12 18:30:14 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20807
20808 * configure.in: canonicalize all instances to *-*-solaris2*,
20809 also strip out a number of tools to not build for go32 host
20810
20811Wed Mar 10 12:08:27 1993 K. Richard Pixley (rich@rtl.cygnus.com)
20812
20813 * config.guess: add GPL.
20814
20815 * Makefile.in, config.guess, config.sub, configure: bump
3d3b561f 20816 copyrights to 93.
6599da04
JM
20817
20818Wed Mar 10 07:12:48 1993 Ian Lance Taylor (ian@cygnus.com)
20819
20820 * Makefile.in (do-info): Removed obsolete check for existence of
20821 localenv file.
20822
20823 * Makefile.in (MAKEOVERRIDES): Define to be empty.
20824
20825Wed Mar 10 03:11:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20826
20827 * Makefile.in: a couple of 'else true' for decstation,
20828 support for TclX
20829
20830 * configure.in: configure tclX too; don't remove Tk on RS/6000 anymore
20831
20832Tue Mar 9 16:06:12 1993 K. Richard Pixley (rich@cygnus.com)
20833
20834 * Makefile.in (setup-dirs): change invocation of make to $(MAKE).
20835
20836Mon Mar 8 14:52:11 1993 Ken Raeburn (raeburn@cambridge)
20837
20838 * config.guess: Recognize i386-ibm-aix (PS/2).
20839 * configure.in: Use config/mh-aix386 file for it.
20840
20841Mon Mar 8 11:12:43 1993 Ian Lance Taylor (ian@cygnus.com)
20842
20843 * Makefile.in (GCC_FOR_TARGET): Eliminated definition; use
20844 CC_FOR_TARGET instead.
20845 (BASE_FLAGS_TO_PASS): Pass GCC_FOR_TARGET=$(CC_FOR_TARGET).
20846
20847Wed Mar 3 16:00:28 1993 Steve Chamberlain (sac@ok.cygnus.com)
20848
20849 * Makefile.in: Add sim to list of directories sent with gdb
20850
20851Wed Mar 3 11:42:39 1993 Ken Raeburn (raeburn@cygnus.com)
20852
20853 * configure.in: Put back mips-dec-bsd* case.
20854
20855Tue Mar 2 21:15:58 1993 Fred Fish (fnf@cygnus.com)
20856
20857 (Ultrix 2.2 support from Michael Rendell <michael@mercury.cs.mun.ca>)
20858 * configure.in (vax-*-ultrix2*): Add Ultrix 2.2 triplet.
20859 * config.guess: Change 'VAX*:ULTRIX:*:*' to 'VAX*:ULTRIX*:*:*'.
6599da04
JM
20860
20861Tue Mar 2 18:11:03 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20862
20863 * configure.in: remove no-op mips-dec-bsd* in "case $target"
20864
20865 * Makefile.in (dir.info): only run gen-info-dir if it exists,
20866 (install-info): install dir.info only if it exists,
20867 (all-expect, install-expect): pass along X11_FLAGS_TO_PASS
20868
20869Tue Mar 2 09:01:30 1993 Ken Raeburn (raeburn@cygnus.com)
20870
20871 * configure.in: For vms target, skip bfd, ld, binutils. Do build
20872 gas for mips-dec-bsd.
20873
20874Tue Mar 2 08:35:24 1993 Ian Lance Taylor (ian@cygnus.com)
20875
20876 * configure (makesrcdir): If ${srcdir} is relative and not ".",
20877 and ${subdir} is not ".", set makesrcdir based on ${invsubdir}.
20878
20879Tue Feb 23 14:18:28 1993 Mike Werner (mtw@poseidon.cygnus.com)
20880
20881 * configure.in: Added "dejagnu" to hosttools list.
20882
20883Mon Feb 22 23:28:38 1993 Per Bothner (bothner@rtl.cygnus.com)
20884
20885 * config.sub, configure.in, config.guess: Add support
20886 for Bosx, an AIX variant from Bull.
20887 Patches from F.Pierresteguy@frcl.bull.fr.
20888
20889Sun Feb 21 11:15:22 1993 Mike Werner (mtw@poseidon.cygnus.com)
20890
20891 * devo/dejagnu: Initial creation of devo/dejagnu.
20892 Migrated dejagnu testcases and support files for testing software
20893 tools to reside as subdirectories, currently called "testsuite",
20894 within the directory of the software tool. Migrated all programs,
20895 support libraries, etc. beloging to dejagnu proper from
20896 devo/deja-gnu to devo/dejagnu. These files were moved "as is"
20897 with no modifications. The changes to these files which will
20898 allow them to configure, build, and execute properly will be made
20899 in a future update.
20900
20901Fri Feb 19 20:19:39 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
20902
20903 * Makefile.in: Change send_pr to send-pr.
20904 * configure.in: Likewise.
20905 * send_pr: Renamed directory to send-pr.
20906
20907Fri Feb 19 19:00:13 1993 Per Bothner (bothner@cygnus.com)
20908
20909 * Makefile.in: Add some extra semi-colons (needed if SHELL=bash).
20910
20911Fri Feb 19 00:59:33 1993 John Gilmore (gnu@cygnus.com)
20912
20913 * README: Update for gdb-4.8 release.
20914 * Makefile.in (gdb.tar.Z): Add texinfo/tex3patch. Build
20915 gdb-xxx.tar.z (gzip'd) file also.
20916
20917Thu Feb 18 09:16:17 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20918
20919 * Makefile.in: make all-diff depend on all-libiberty
20920
20921Tue Feb 16 16:06:31 1993 K. Richard Pixley (rich@cygnus.com)
20922
20923 * config.guess: add vax-ultrix in the spirit of mips-ultrix.
20924
20925Tue Feb 16 05:57:15 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20926
20927 * configure.in, Makefile.in: add hello, tar, gzip, recode, indent
20928
20929Tue Feb 16 00:58:20 1993 John Gilmore (gnu@cygnus.com)
20930
20931 * Makefile.in (DEVO_SUPPORT): Remove etc directory
20932 (ETC_SUPPORT): Only add the files GDB wants from etc/.
20933 (gdb.tar.Z): Use ETC_SUPPORT. Use byacc when building the file.
20934
20935Thu Feb 11 20:14:28 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20936
20937 * Makefile.in: makeinfo binary is in a new location
20938
20939Tue Feb 9 12:42:27 1993 Ian Lance Taylor (ian@cygnus.com)
20940
20941 * config.sub: Accept -ecoff as an OS.
20942
20943 * Makefile.in: Various changes to eliminate a level of make
20944 recursion and reduce the required command line length.
20945 (BASE_FLAGS_TO_PASS): New variable holding flags passed to all
20946 sub-makes.
20947 (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): New
20948 variables holding settings for specific sub-makes.
20949 (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS, GCC_FLAGS_TO_PASS): Rewrote
20950 in terms of BASE_FLAGS_TO_PASS.
20951 (TARGET_LIBS): New variable listing directories which use
20952 TARGET_FLAGS_TO_PASS.
20953 (subdir_do): Eliminated.
20954 (do-*): New set of targets to replace subdir_do.
20955 (various): All targets which used subdir_do now depend on do-*.
20956 (local-clean): Renamed from do_clean.
20957 (local-distclean): New target, dependency of distclean and
20958 realclean.
20959 (install-info): Don't create directories. Depend on dir.info
20960 rather than calling make recursively.
20961 (install-dir.info): Eliminated.
20962 (install-info-dirs): Create all info directories here.
20963 (dir.info): Depend upon do-install-info.
20964
20965 * test-build.mk (HOLES): Added false.
20966
20967Sat Feb 6 14:05:09 1993 Per Bothner (bothner@rtl.cygnus.com)
20968
20969 * config.guess: Recognize BSDI and BSDJ (Jolitz 386bsd).
20970
20971Thu Feb 4 20:49:18 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20972
20973 * Makefile.in (info): remove dependency on all-texinfo. The
20974 problem was really in texinfo/C, not at this level.
20975
20976Thu Feb 4 13:38:41 1993 Ian Lance Taylor (ian@cygnus.com)
20977
20978 * Makefile.in (info): Added dependency on all-texinfo (PR 2112).
20979
20980Thu Feb 4 01:50:53 1993 John Gilmore (gnu@cygnus.com)
20981
20982 * Makefile.in (make-gdb.tar.Z): Change BISON to 'bison -y' for
20983 GDB releases.
20984
20985Wed Feb 3 17:22:16 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
20986
20987 * configure: Include srcdir in message about target of link not
20988 being found. Don't convert `-' to `_' in `with' options being
20989 passed to subdirs.
20990
20991Tue Feb 2 18:57:59 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20992
20993 * configure.in: add uudecode to host_tools
20994
20995 * Makefile.in: added {all,install}-uudecode targets, added them to
20996 the appropriate lists
20997
20998Tue Feb 2 11:45:53 1993 Ian Lance Taylor (ian@cygnus.com)
20999
21000 * Makefile.in (all-gcc): Added dependency on all-gas.
21001
21002 * configure.in (mips-*-*): Build ld and binutils.
21003
21004Mon Feb 1 12:35:41 1993 K. Richard Pixley (rich@rtl.cygnus.com)
21005
21006 * configure: check return code from mkdir, print error message and
3d3b561f 21007 exit on failure.
6599da04
JM
21008
21009Sat Jan 30 16:40:28 1993 John Gilmore (gnu@cygnus.com)
21010
21011 * Makefile.in (make-gdb.tar.Z): New location for texinfo.tex.
21012
21013Thu Jan 28 15:09:59 1993 Ian Lance Taylor (ian@cygnus.com)
21014
21015 * test-build.mk (HOLES): Added tar, cpio and uudecode.
21016
21017Wed Jan 27 16:50:32 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
21018
21019 * config.sub (h8500): Recognize this as a cpu type.
21020
21021Sat Jan 23 20:32:01 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21022
21023 * configure: source directory missing is no longer a warning
21024
21025 * configure.in: recognize irix[34]* instead of irix[34]
21026
21027 * Makefile.in: define and pass down X11_LIB
21028
6599da04
JM
21029Sat Jan 23 13:49:40 1993 Per Bothner (bothner@cygnus.com)
21030
21031 * guess-systype: Renamed to ...
21032 * config.guess: ... by popular request.
21033 * configure.in, Makefile.in: Update accordingly.
21034
21035Thu Jan 21 12:20:55 1993 Per Bothner (bothner@cygnus.com)
21036
21037 * guess-systype: Patches from John Eaton <jwe@che.utexas.edu>:
21038 + Add Convex, Cray/Unicos, and Encore/Multimax support.
21039 + Execute ./dummy instead of assuming . is in PATH.
21040
21041Tue Jan 19 17:18:06 1993 Per Bothner (bothner@cygnus.com)
21042
21043 * guess-systype: New shell script. Attempts to guess the
21044 canonical host name of the executing host.
21045 Only a few hosts are supported so far.
21046 * configure: Call guess-systype if no host is specified.
21047
21048Tue Jan 19 08:26:07 1993 Ian Lance Taylor (ian@cygnus.com)
21049
21050 * Makefile.in (gcc-no-fixedincludes): Made to work with current
21051 gcc Makefile.
21052
6599da04
JM
21053Fri Jan 15 10:27:02 1993 Ian Lance Taylor (ian@cygnus.com)
21054
21055 * Makefile.in (GCC_FLAGS_TO_PASS): New variable.
21056 (all-gcc, install-gcc, subdir_do): Use it.
21057
21058Wed Jan 13 17:06:45 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
21059
21060 * Makefile.in: Rename uninstalled gcc driver from gcc to xgcc.
21061
21062Wed Jan 6 20:29:16 1993 Mike Werner (mtw@rtl.cygnus.com)
21063
21064 * Makefile.in: Removed explicit setting of SUBDIRS. SUBDIRS is now
3d3b561f 21065 set exclusively by configure, using configure.in .
6599da04
JM
21066
21067Wed Jan 6 13:44:11 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21068
21069 * test-build.mk: set $PATH for all builds
21070
21071 * Makefile.in: pass TARGET_FLAGS_TO_PASS for xiberty and libm
21072
21073Wed Jan 6 11:02:10 1993 Fred Fish (fnf@cygnus.com)
21074
21075 * Makefile.in (GCC_FOR_TARGET): Supply a default that matches
21076 the one used in gcc/Makefile.in, so that a null expansion doesn't
21077 override the one needed to build gcc with a native cc.
21078
6599da04
JM
21079Tue Jan 5 07:55:12 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
21080
21081 * configure: Accept -with arguments.
21082
21083Sun Jan 3 15:15:09 1993 Steve Chamberlain (sac@thepub.cygnus.com)
21084
21085 * Makefile.in: added h8300sim
21086
21087Tue Dec 29 15:06:00 1992 Ian Lance Taylor (ian@cygnus.com)
21088
6599da04
JM
21089 * build-all.mk: If canonhost is i386-unknown-sco3.2v4, change it
21090 to i386-sco3.2v4. Set TARGETS and CFLAGS for i386-sco3.2v4.
21091 (all-cygnus, native, build-cygnus): Make
21092 $(canonhost)-stamp-3stage-done, not $(host)....
21093 * test-build.mk (stamp-3stage-compared): Use tail +10c for
21094 i386-sco3.2v4. Added else true to if command.
21095
21096Mon Dec 28 12:08:56 1992 Ken Raeburn (raeburn@cygnus.com)
21097
21098 * config.sub: (from FSF) Sequent uses a BSD-like OS.
21099
21100Mon Dec 28 08:32:06 1992 Minh Tran-Le (mtranle@paris.intellicorp.com)
21101
21102 * configure.in (i[34]86-*-isc*): added; uses mh-sysv.
21103
21104Thu Dec 24 17:26:24 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21105
21106 * configure.in: don't remove binutils from Solaris builds
21107
21108Thu Dec 24 14:08:38 1992 david d`zoo' zuhn (zoo@cygnus.com)
21109
21110 * Makefile.in: get rid of earlier definitions for *clean,
21111 also handle the recursive info rule better
21112
21113Thu Dec 24 12:40:21 1992 Per Bothner (bothner@rtl.cygnus.com)
21114
21115 * Makefile.in (mostlyclean, distclean, realclean): Fix to
21116 do more-or-less the right thing.
21117
21118Wed Dec 16 10:25:31 1992 Ian Lance Taylor (ian@cygnus.com)
21119
21120 * Makefile.in: Add lines defining CC and CXX, and use CXX rather
21121 than gcc in definitions of CXX_FOR_BUILD and CXX_FOR_TARGET.
21122
21123Tue Dec 15 00:34:32 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21124
21125 * Makefile.in: change all $(host_cpu)-$(host_vendor)-$(host_os) to
21126 $(host_canonical).
21127
21128 * configure.in: split the configdirs list into 4 categories (native
21129 v. cross, library v. tool) and handle the cross-only and native-
21130 only in more reasonable (and correct!) way.
21131
21132Mon Dec 14 17:04:22 1992 Stu Grossman (grossman at cygnus.com)
21133
21134 * configure.in (hppa*-*-*): Don't remove bfd and gdb from
21135 configdirs anymore.
21136
21137Sun Dec 13 00:37:26 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21138
21139 * Makefile.in: extensive cleanup:: removed all of the explicit
21140 clean-* targets, collapsed many wrappers around subdir_do into
21141 one, added additional targets to satisfy standards.texi, deleted
21142 some old targets, some changes for consistency
21143
21144Fri Dec 11 20:18:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21145
21146 * configure.in: handle some programs as cross-only, and others as
21147 native only
21148
21149 * test-build.mk: handle partial holes in a more generic manner
21150
21151 * Makefile.in: m4 depends on libiberty
21152
6599da04
JM
21153Thu Dec 3 21:52:11 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21154
21155 * configure.in: add m4, textutils, fileutils, sed, shellutils,
21156 time, wdiff, and find to configdirs
21157
21158 * Makefile.in: all, clean, and install rules for the new programs
21159 added to configure.in
21160
21161Mon Nov 30 14:54:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21162
21163 * configure.in: use mh-sun for all *-sun-* hosts
21164
6599da04
JM
21165Fri Nov 27 18:35:54 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21166
21167 * Makefile.in: define flags for X11 include files and library file
21168 locations, pass them down to the programs that need this info
21169
21170 * build-all.mk: added a 'native' target, to 3stage the native toolchain
21171
6599da04
JM
21172Sun Nov 22 18:59:13 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21173
21174 * configure.in: start building libg++ for HP-UX targets
21175
21176Wed Nov 18 19:33:11 1992 John Gilmore (gnu@cygnus.com)
21177
21178 * README: Update references to files moved into etc/.
21179
21180Sun Nov 15 09:36:08 1992 Fred Fish (fnf@cygnus.com)
21181
21182 * config.sub (i386sol2, i486sol2): i[34]86-unknown-solaris2.
21183 * configure.in (i[34]86-*-solaris2*): Use config/mh-sysv4.
21184
21185Thu Nov 12 08:50:42 1992 Ian Lance Taylor (ian@cygnus.com)
21186
21187 * configure: accept dash as well as underscore in long option
21188 names for FSF compatibility.
21189
21190Wed Nov 11 08:04:37 1992 Ian Lance Taylor (ian@cygnus.com)
21191
21192 * config.sub: added -sco3.2v4 support from FSF.
21193
21194Sun Nov 8 21:14:30 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21195
21196 * configure.in: expand the section that adds or removes
21197 directories from the list of programs to build, to handle native
21198 vs. cross in addition to host v. native
21199
21200Sat Nov 7 18:52:27 1992 Per Bothner (bothner@rtl.cygnus.com)
21201
21202 * Makefile.in: Replace C++ in macro names with CXX.
21203 This is less likely to break ...
21204
21205Sat Nov 7 15:16:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21206
21207 * test-build.mk: add -w to GNU_MAKE
21208
21209Fri Nov 6 23:10:37 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21210
21211 * config.sub: remove 'sparc'-->'sparc-sun' default transformation,
21212 add 'sparc' to list of recognized cpus. This needed to make
21213 'sparc-aout' expand to 'sparc-unknown-aout' instead of 'sparc-sun-aout'.
21214 Delete some redundant ose68 variants. Recognize -wrs as an os,
21215 then changes that into $CPU-wrs-vxworks.
21216
21217 * configure.in: remove most references to gdbtest, regularize
21218 target based program removal
21219
21220 * test-build.mk: import from p3 tree (many fixes and changes)
21221
21222Fri Nov 6 20:59:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
21223
21224 * Makefile.in: added rules to handle tcl, tk, and expect
21225
21226 * configure.in: handle those directories if they exist
21227
21228Thu Nov 5 14:35:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21229
21230 * config.sub: removed bogus hppabsd and hppahpux names, since
21231 "hppa" is not a valid cpu (hppa1.1 or hppa1.0 are, though)
21232
21233Thu Oct 29 00:12:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21234
21235 * Makefile.in: all-gcc now depends on all-binutils. all-libg++
21236 depends upon all-xiberty
21237
21238 * Makefile.in: changes from p3, including:
21239
21240 Thu Oct 8 15:00:17 1992 Ian Lance Taylor (ian@cygnus.com)
21241
21242 * Makefile.in (XTRAFLAGS): include newlib directories if
21243 newlib/Makefile exists, rather than if host != target.
21244
21245 Fri Sep 25 13:41:52 1992 Ian Lance Taylor (ian@cygnus.com)
21246
21247 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
21248 from the same source tree and not building a cross-compiler. This
21249 matters for the libg++ configuration if reconfiguring a tree that
21250 has already been installed.
21251
21252 Thu Sep 10 10:35:51 1992 Ian Lance Taylor (ian@cygnus.com)
21253
21254 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
21255 pick up the machine and system specific header files.
21256
21257 * Makefile.in: added AS_FOR_TARGET, passed down in
21258 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
21259 the C compiler to use to create programs which are run in the
21260 build environment, set it to default to $(CC), and passed it down
21261 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
21262
21263 Mon Sep 7 22:34:42 1992 Ian Lance Taylor (ian@cirdan.cygnus.com)
21264
21265 * Makefile.in: add $(host) = $(target) tests back to *_FOR_TARGET.
21266 We need them for unusual native builds, like systems without
21267 ranlib.
21268
21269 * configure: also define $(host_canonical) and
e490616e
ZW
21270 $(target_canonical), which are the full, canonical names for the
21271 given host and target
6599da04
JM
21272
21273Sun Nov 1 16:38:17 1992 Per Bothner (bothner@cygnus.com)
21274
21275 * Makefile.in: Added separate definitions for C++.
21276
21277Fri Oct 30 11:37:52 1992 Fred Fish (fnf@cygnus.com)
21278
21279 * configure.in (configdirs): Add deja-gnu.
21280
21281Fri Oct 23 00:39:18 1992 John Gilmore (gnu@cygnus.com)
21282
21283 * README: Update for configure.texi and gdb-4.7 release.
21284
21285Wed Oct 21 21:54:27 1992 John Gilmore (gnu@cygnus.com)
21286
21287 * Makefile.in: Move "all" target to top of file.
21288 Previously, first target was ".PHONY" which caused BSD4.4 make
21289 to build .PHONY when make was run without arguments.
21290
21291Mon Oct 19 01:17:54 1992 John Gilmore (gnu@cygnus.com)
21292
21293 * Makefile.in: Add COPYING.LIB to GDB releases, now that there's
21294 Library-copylefted code in libiberty.
21295
21296Tue Oct 13 01:22:32 1992 John Gilmore (gnu@cygnus.com)
21297
21298 * config.sub: Replace m68kmote with plain old m68k.
21299
21300Fri Oct 9 03:14:24 1992 John Gilmore (gnu@cygnus.com)
21301
21302 * Makefile.in: Remove space from blank line, avoid Make complaints.
21303
21304Thu Oct 8 18:41:45 1992 Ken Raeburn (raeburn@cygnus.com)
21305
21306 * config.sub: Complain if no argument is given. Added support for
21307 386bsd as OS and target alias.
21308
21309Thu Oct 8 15:07:22 1992 Ian Lance Taylor (ian@cygnus.com)
21310
21311 * Makefile.in (XTRAFLAGS): include newlib directories if
21312 newlib/Makefile exists, rather than if host != target.
21313
21314Mon Oct 5 03:00:09 1992 Mark Eichin (eichin at tweedledumber.cygnus.com)
21315
21316 * config.sub: recognize sparclite-wrs-vxworks.
21317
21318 * Makefile.in (install-xiberty): added *-xiberty make rules (from
21319 p3.) Added clean-xiberty to clean.
21320
21321Thu Oct 1 17:59:19 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21322
21323 * configure.in: use *-*-* instead of nested cases for host and target
21324
21325Tue Sep 29 14:11:18 1992 Ian Lance Taylor (ian@cygnus.com)
21326
21327 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
21328 from the same source tree and not building a cross-compiler. This
21329 matters for the libg++ configuration if reconfiguring a tree that
21330 has already been installed.
21331
21332Sep 20 08:53:10 1992 Fred Fish (fnf@cygnus.com)
21333
21334 * config.sub (i486v/i486v4): Merge in from FSF version.
21335
21336Fri Sep 18 00:32:00 1992 Mark Eichin (eichin@cygnus.com)
21337
21338 * configure: only set PWD if it is already set.
21339
21340Thu Sep 17 23:05:53 1992 Mark Eichin (eichin@cygnus.com)
21341
21342 * configure: just set PWD=`pwd` at the top, since Ultrix sh
21343 doesn't have unset and all success paths (and most error paths)
21344 out set it anyway. (Note: should change all uses of ${PWD=`pwd`}
21345 to just ${PWD} to avoid confusion.)
21346
21347Tue Sep 15 16:00:54 1992 Ian Lance Taylor (ian@cygnus.com)
21348
21349 * configure: always set $(tooldir) to $(libdir)/$(target_alias),
21350 even for a native compilation.
21351
21352Tue Sep 15 02:22:56 1992 John Gilmore (gnu@cygnus.com)
21353
21354 Changes to make the gdb.tar.Z rule work better.
21355
21356 * Makefile.in (GDB_SUPPORT_DIRS): Add opcodes.
21357 (DEVO_SUPPORT): Add configure.texi.
21358 (bfd-ilrt.tar.Z): Remove ancient rule.
21359
21360Thu Sep 10 10:43:19 1992 Ian Lance Taylor (ian@cygnus.com)
21361
21362 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
21363 pick up the machine and system specific header files.
21364
21365 * configure.in, config.sub: added new target m68010-adobe-scout,
21366 with alias of adobe68k. Changed configure.in to check for
21367 -scout before -sco* to avoid a false match.
21368
21369 * Makefile.in: added AS_FOR_TARGET, passed down in
21370 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
21371 the C compiler to use to create programs which are run in the
21372 build environment, set it to default to $(CC), and passed it down
21373 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
21374
21375Wed Sep 9 12:21:42 1992 Ian Lance Taylor (ian@cygnus.com)
21376
21377 * Makefile.in: added TARGET_FLAGS_TO_PASS, CC_FOR_TARGET,
21378 AR_FOR_TARGET, RANLIB_FOR_TARGET, NM_FOR_TARGET. Pass
21379 TARGET_FLAGS_TO_PASS, which defines CC, AR, RANLIB and NM as the
21380 FOR_TARGET variants, to newlib and libg++.
21381
21382Tue Sep 8 17:28:30 1992 Ken Raeburn (raeburn@cambridge.cygnus.com)
21383
21384 * Makefile.in (all-gas, all-gdb): Require all-opcodes to be built
21385 first.
21386
21387Wed Sep 2 02:50:05 1992 John Gilmore (gnu@cygnus.com)
21388
21389 * config.sub: Accept `elf' as an environment.
21390
21391Tue Sep 1 15:48:30 1992 Steve Chamberlain (sac@thepub.cygnus.com)
21392
21393 * Makefile.in (all-opcodes): cd into the right directory
21394
21395Sun Aug 30 21:12:11 1992 Ian Lance Taylor (ian@cygnus.com)
21396
21397 * configure: added -program_transform_name option, used as
21398 argument to sed when installing programs.
21399 configure.texi: added documentation for -program_prefix,
21400 -program_suffix and -program_transform_name.
21401
21402Thu Aug 27 21:59:44 1992 John Gilmore (gnu@cygnus.com)
21403
21404 * config.sub: Accept i486 where i386 ok.
21405
21406Thu Aug 27 13:04:42 1992 Brendan Kehoe (brendan@rtl.cygnus.com)
21407
21408 * config.sub: accept we32k
21409
21410Mon Aug 24 14:05:14 1992 Ian Lance Taylor (ian@cygnus.com)
21411
3b75d237 21412 * config.sub, configure.in: accept OSE68000 and OSE68k.
6599da04
JM
21413
21414 * Makefile.in: don't create all directories for ``make install'';
21415 let the subdirectories create the ones they need.
21416
21417Tue Aug 11 23:13:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21418
e490616e 21419 * COPYING: new file, GPL v2
6599da04
JM
21420
21421Tue Aug 4 01:12:43 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21422
21423 * Makefile.in: use the new gen-info-dir, which needs a template
21424 argument (which also lives in texinfo)
21425
21426 * configure.texi, standards.texi: fix INFO-DIR-ENTRY
21427
6599da04
JM
21428Mon Aug 3 00:34:17 1992 Fred Fish (fnf@cygnus.com)
21429
21430 * config.sub (ncr3000): Change i386 to i486.
21431
21432Thu Jul 23 00:12:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21433
21434 * Makefile.in: add install-rcs, install-grep to
21435 install-no-fixedincludes, removed install-bison and install-libgcc
21436
21437Tue Jul 21 01:01:50 1992 david d `zoo' zuhn (zoo@cygnus.com)
21438
21439 * configure.in: grab the HPUX makefile fragment if on HPUX
21440
21441Mon Jul 20 11:02:09 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
21442
21443 * Makefile.in: eradicate bison spoor (ditto libgcc).
3d3b561f
ML
21444 configure.in: recognise m68{k,000}-ericsson-OSE.
21445 es1800 is alias for m68k-ericsson-OSE
6599da04
JM
21446
21447Sun Jul 19 17:49:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21448
21449 * configure.in: rearrange the parts that remove programs from
21450 configdirs, based now on HOST==TARGET or by canonical triple.
21451
21452Fri Jul 17 22:52:49 1992 K. Richard Pixley (rich@rtl.cygnus.com)
21453
21454 * test-build.mk: recurse explicitly with -f test-build.mk when
3d3b561f
ML
21455 appropriate. predicate stage3 and comparison on the existence
21456 of gcc. That is, if gcc isn't around, we aren't three-staging.
21457 On very clean, also remove ...stamp-co. Build in-place before
21458 doing other builds.
6599da04
JM
21459
21460Thu Jul 16 18:33:09 1992 Steve Chamberlain (sac@thepub.cygnus.com)
21461
21462 * Makefile.in, configure.in: add tgas
21463
21464Thu Jul 16 16:05:28 1992 K. Richard Pixley (rich@rtl.cygnus.com)
21465
21466 * Makefile.in: a number of changes merged in from progressive.
21467
21468 * configure.in: add libm.
21469
21470 * .cvsignore: ignore some stuff that comes from test-build.mk.
21471
6599da04
JM
21472Tue Jul 7 00:24:52 1992 Fred Fish (fnf@cygnus.com)
21473
21474 * config.sub: Add es1800 (m68k-ericsson-es1800).
21475
21476Tue Jun 30 20:24:41 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
21477
21478 * configure: Add program_suffix (parallel to program_prefix)
21479 * Makefile.in: adjust directory-creating script for losing decstation
21480
21481Mon Jun 22 23:43:48 1992 Per Bothner (bothner@cygnus.com)
21482
21483 * configure: Minor $subdir-related fixes.
21484
21485Mon Jun 22 18:30:26 1992 Steve Chamberlain (sac@thepub.cygnus.com)
21486
21487 * configure: fix various problems with propogating
21488 makefile_target_frag in subdirs.
21489 * configure.in: config libgcc if its there
21490
21491Fri Jun 19 15:19:40 1992 Stu Grossman (grossman at cygnus.com)
21492
21493 * config.sub: HPPA merge.
21494
6599da04
JM
21495Sun Jun 14 10:29:19 1992 John Gilmore (gnu at cygnus.com)
21496
21497 * Makefile.in: Replace all-bison with all-byacc in all
21498 dependency lines for other tools (which now use byacc).
21499
21500Fri Jun 12 22:21:57 1992 John Gilmore (gnu at cygnus.com)
21501
21502 * config.sub: Add sun4sol2 => sparc-sun-solaris2.
21503
6599da04
JM
21504Thu Jun 4 12:07:32 1992 Mark Eichin (eichin@cygnus.com)
21505
21506 * Makefile.in: make gprof rules similar to byacc rules (instead of
21507 vestigal $(unsubdir) that didn't work...)
21508
21509Thu Jun 4 00:37:05 1992 Per Bothner (bothner@rtl.cygnus.com)
21510
21511 * config.sub: Add support for Linux.
21512 * Makefile.in: Use $(FLAGS_TO_PASS) more consistently
21513 (at least for libg++).
21514
21515Tue Jun 02 20:03:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
21516
21517 * configure.texi: fix doc for the -nfp option to configure
21518
21519Tue Jun 2 17:20:52 1992 Michael Tiemann (tiemann@cygnus.com)
21520
21521 * Makefile.in (all-binutils): ar needs flex, so depend on all-flex.
21522
21523Sun May 31 15:04:08 1992 Mark Eichin (eichin at cygnus.com)
21524
21525 * config.sub: changed [^-]+ to [^-][^-]* so that it works under
21526 Sun sed. (BSD 4.3 sed doesn't handle [^-]+ either.)
21527 * configure.in: added solaris* host_makefile_frag hook.
21528
21529Sun May 31 01:10:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21530
21531 * config.sub: changed recognition of m68000 so that various
21532 m68k types can be specified via m680[01234]0
21533
21534Sat May 30 21:01:06 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21535
21536 * config.sub (basic_machine): fix sed so that '-foo' isn't
21537 completely substituted out while .+'-foo' loses the '-foo'
21538
21539Wed May 27 23:18:52 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
21540
21541 * config.sub ($os): Add -aout.
21542
21543Fri May 22 14:00:02 1992 Per Bothner (bothner@cygnus.com)
21544
21545 * configure: If host_makefile_frag is absolute, don't
21546 prefix ${invsubdir} (relevant to libg++ auto-configure).
21547
21548Thu May 21 18:00:09 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
21549
21550 * Makefile.in (tooldir): Define it.
21551 (all-ld): Depend on all-flex.
21552
21553Sun May 10 21:45:59 1992 Per Bothner (bothner@rtl.cygnus.com)
21554
21555 * Makefile.in (check): Fix libg++ special case.
21556
21557Fri May 8 08:31:41 1992 K. Richard Pixley (rich@cygnus.com)
21558
21559 * configure: do not bury `pwd` into config.status, thus do fewer
3d3b561f 21560 pwd's.
6599da04
JM
21561
21562 * configure: print the "Building in" message only when building in
3d3b561f 21563 other than "." AND verbose.
6599da04 21564
63f6bcd7 21565 * configure: remove -s, rework -v to better accommodate guested
3d3b561f 21566 configures.
6599da04
JM
21567
21568 * standards.texi: updated to 3 may, fixed librid <-> libdir typo.
21569
21570Fri May 1 18:00:50 1992 K. Richard Pixley (rich@cygnus.com)
21571
21572 * Makefile.in: macroize flags passed on recursion. remove
3d3b561f 21573 fileutils.
6599da04
JM
21574
21575Thu Apr 30 08:56:20 1992 K. Richard Pixley (rich@cygnus.com)
21576
21577 * configure: get makesrcdir right for subdirs deeper than 1.
21578
21579 * Makefile.in: pass INSTALL, INSTALL_DATA, INSTALL_PROGRAM on
3d3b561f 21580 install.
6599da04
JM
21581
21582Fri Apr 24 15:51:51 1992 K. Richard Pixley (rich@cygnus.com)
21583
21584 * Makefile.in: don't print subdir_do or recursion lines.
21585
21586Fri Apr 24 15:22:04 1992 K. Richard Pixley (rich@cygnus.com)
21587
21588 * standards.texi: added menu item.
21589
21590 * Makefile.in: build and install standards.info.
21591
21592 * standards.texi: new file.
21593
21594Wed Apr 22 18:06:55 1992 K. Richard Pixley (rich@rtl.cygnus.com)
21595
21596 * configure: test for and move config.status pieces from
3d3b561f 21597 ${subdir}/.
6599da04
JM
21598
21599Wed Apr 22 14:38:34 1992 Fred Fish (fnf@cygnus.com)
21600
6599da04
JM
21601 * configure: Test for existance of files before trying to mv
21602 them, to avoid numerous non-existance messages.
21603
21604Tue Apr 21 12:31:33 1992 K. Richard Pixley (rich@cygnus.com)
21605
21606 * configure: correct final line of config.status.
21607
21608 * configure: patch from eggert. Avoids a protection problem if
3d3b561f 21609 the original Makefile.in is read only.
6599da04
JM
21610
21611 * configure: use move-if-change from gcc to create config.status.
3d3b561f
ML
21612 Some makefiles depend on config.status to tell if a directory
21613 has been reconfigured for a different host. This change
21614 prevents those directories from remaking everything in the case
21615 where the reconfig was only intended to rebuild a Makefile.
6599da04
JM
21616
21617 * configure: test for config.sub with "config.sub sun4" rather
3d3b561f
ML
21618 than "config.sub ${host_alias}". Otherwise we can't tell a bad
21619 host alias from a missing config.sub.
6599da04
JM
21620
21621Mon Apr 20 18:16:36 1992 K. Richard Pixley (rich@rtl.cygnus.com)
21622
21623 * Makefile.in: explicitly pass CFLAGS on recursion. no longer pass
3d3b561f 21624 MINUS_G (this can be done with CFLAGS). Default CFLAGS to -g.
6599da04
JM
21625
21626Fri Apr 17 18:27:51 1992 Per Bothner (bothner@cygnus.com)
21627
21628 * configure: mkdir ${subdir} as needed.
21629
21630Wed Apr 15 17:37:22 1992 K. Richard Pixley (rich@cygnus.com)
21631
21632 * Makefile.in,configure.in: added autoconf.
21633
21634Wed Apr 15 17:27:34 1992 K. Richard Pixley (rich@rtl.cygnus.com)
21635
21636 * Makefile.in: no longer pass against on recursion.
21637
21638 * Makefile.in: added .NOEXPORT: so that stray makefile_frag
3d3b561f 21639 definitions are not inherited.
6599da04
JM
21640
21641 * configure: correct makesrcdir when subdir is .
21642
21643Tue Apr 14 11:56:09 1992 Per Bothner (bothner@cygnus.com)
21644
21645 * configure: Add support for 'subdirs' variable, which is
21646 like 'configdirs', except that configure doesn't re-invoke
21647 itself for subdirs, it just creates a Makefile for each subdir.
21648 * configure.texi: Document subdirs.
21649
21650Mon Apr 13 18:50:16 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21651
21652 * configure.in: added flex to configdirs
21653
21654Mon Apr 13 18:43:55 1992 K. Richard Pixley (rich@cygnus.com)
21655
21656 * Makefile.in: remove clean-stamps from clean.
21657
21658Sat Apr 11 03:52:03 1992 John Gilmore (gnu at cygnus.com)
21659
21660 * configure.in: Add gdbtest to configdirs.
21661
21662Fri Apr 10 23:11:49 1992 Fred Fish (fnf@cygnus.com)
21663
21664 * Makefile.in (MINUS_G): Add macro, default to -g, pass on
21665 to recursive makes.
21666 * configure.in: Recognize new ncr3000 config.
21667
21668Wed Apr 8 23:08:12 1992 K. Richard Pixley (rich@cygnus.com)
21669
21670 * Makefile.in, configure.in: removed references to gdbm.
21671
21672Tue Apr 7 16:48:20 1992 Per Bothner (bothner@cygnus.com)
21673
21674 * config.sub: Don't canonicalize os value
21675 newsos* to bsd (readline needs to check for newsos).
21676 (This fix was earlier made Jan 31, but got re-broken.)
21677
21678Mon Apr 6 14:34:08 1992 Stu Grossman (grossman at cygnus.com)
21679
21680 * configure.in: sco is an os, not a vendor!
21681
21682 * configure: Quote $( better. Keep various shells happy.
21683
21684Tue Mar 31 16:32:57 1992 K. Richard Pixley (rich@cygnus.com)
21685
21686 * Makefile.in: eliminate stamp-files.
21687
21688Mon Mar 30 22:20:23 1992 K. Richard Pixley (rich@cygnus.com)
21689
21690 * Makefile.in: add send_pr. remove "force" from .stmp-gprof rule.
3d3b561f 21691 Supress echoing of all the "if [ -d ... $(MAKE)" lines.
6599da04
JM
21692
21693Wed Mar 25 15:20:04 1992 Stu Grossman (grossman@cygnus.com)
21694
21695 * config.sub: fix iris/iris3.
21696
21697Wed Mar 25 10:34:19 1992 K. Richard Pixley (rich@cygnus.com)
21698
21699 * configure: re-add -rm.
21700
21701Tue Mar 24 23:50:16 1992 K. Richard Pixley (rich@cygnus.com)
21702
21703 * Maskefile.in: add .stmp-rcs to all.
21704
21705 * configure.in: remove gas from rs6000 build, use aix host fragment.
21706
21707Mon Mar 23 19:43:35 1992 K. Richard Pixley (rich@cygnus.com)
21708
21709 * configure: pass down site_option during recursion.
21710
21711Thu Mar 19 16:49:36 1992 Stu Grossman (grossman at cygnus.com)
21712
21713 * Makefile.in (all.cross): Add .stmp-bfd .stmp-readline.
21714
21715Wed Mar 18 15:29:33 1992 Mike Stump (mrs@cygnus.com)
21716
21717 * configure: Change exec_prefix so that it really defaults to prefix.
21718
21719Sat Mar 14 17:20:38 1992 Fred Fish (fnf@cygnus.com)
21720
21721 * Makefile.in, configure.in: Add support for mmalloc library.
21722
21723Fri Mar 13 18:44:18 1992 K. Richard Pixley (rich@cygnus.com)
21724
21725 * Makefile.in: add stmp dependencies for a few more things.
21726
21727Thu Mar 12 04:56:24 1992 K. Richard Pixley (rich@cygnus.com)
21728
21729 * configure: adjusted error message on objdir/srcdir configure
3d3b561f 21730 collision, per john's suggestion.
6599da04
JM
21731
21732 * Makefile.in: add libiberty stmp to all and all.cross.
21733
21734Wed Mar 11 02:07:52 1992 K. Richard Pixley (rich@cygnus.com)
21735
21736 * Makefile.in: remove force dependencies, add grep to all.
21737
21738Tue Mar 10 21:49:18 1992 K. Richard Pixley (rich@mars.cygnus.com)
21739
21740 * Makefile.in: drop flex. make stamp files work.
21741
21742 * configure: added test for conflicting configuration in srcdir,
3d3b561f
ML
21743 remove trailing slashes from srcdir. Otherwise emacs gdb mode
21744 gets cranky. use relative paths for configure and srcdir
21745 whenever possible. Send some error messages to stderr that were
21746 going to stdout.
6599da04
JM
21747
21748Tue Mar 10 18:01:55 1992 Per Bothner (bothner@cygnus.com)
21749
21750 * Makefile.in: Fix libg++ rule to check for gcc directory
21751 before using gcc/gcc. Also pass XTRAFLAGS.
21752
21753Thu Mar 5 21:45:07 1992 K. Richard Pixley (rich@sendai)
21754
21755 * Makefile.in: added stmp-files so that directories aren't polled
3d3b561f 21756 when they are already built.
6599da04
JM
21757
21758 * configure.texi: fixed a node pointer problem.
21759
21760Thu Mar 5 12:05:58 1992 Stu Grossman (grossman at cygnus.com)
21761
731a8127 21762 * config.sub configure.in gdb/configure.in
6599da04
JM
21763 gdb/mips-tdep.c gdb/mipsread.c gdb/procfs.c gdb/signame.h
21764 gdb/tm-irix3.h gdb/tm-mips.h gdb/xm-irix4.h gdb/config/mt-irix3
21765 gdb/config/mh-irix4 texinfo/configure.in: Port to SGI Irix-4.x.
21766
21767Wed Mar 4 02:57:46 1992 K. Richard Pixley (rich@rtl.cygnus.com)
21768
21769 * configure: -recurring becomes -silent. corrected help message
3d3b561f 21770 for -site= option.
6599da04
JM
21771
21772 * Makefile.in: mkdir $(exec_prefix) and $(tooldir).
21773
21774Tue Mar 3 14:51:21 1992 K. Richard Pixley (rich@rtl.cygnus.com)
21775
21776 * configure: when building Makefile for crosses, replace
3d3b561f
ML
21777 tooldir and program_prefix. default srcdir from location of
21778 config.sub. remove "for host in hosts" and "for target in
21779 targets" loops.
6599da04
JM
21780
21781Wed Feb 26 19:48:25 1992 K. Richard Pixley (rich@rtl.cygnus.com)
21782
21783 * Makefile.in: Do not pass bindir or mandir to cvs.
21784
21785Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
21786
21787 * Makefile.in, configure.in: removed traces of namesubdir,
3d3b561f
ML
21788 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
21789 copyrights to '92, changed some from Cygnus to FSF.
6599da04
JM
21790
21791 * configure.texi: remove most references to multiple hosts,
3d3b561f 21792 multiple targets, subdirs, etc.
6599da04
JM
21793
21794 * configure.man: removed rcsid. reference config.sub not
3d3b561f 21795 config.subr.
6599da04
JM
21796
21797 * Makefile.in: mkdir $(infodir) on install-info.
21798
21799Wed Feb 19 15:41:13 1992 John Gilmore (gnu at cygnus.com)
21800
21801 * configure.texi: Explain better about .gdbinit and about
21802 the environment that configure.in sections run in.
21803
21804Fri Feb 7 07:55:00 1992 John Gilmore (gnu at cygnus.com)
21805
21806 * configure.in: Ultrix is only a decstation if it's a MIPS.
21807
21808Fri Jan 31 21:54:51 1992 John Gilmore (gnu at cygnus.com)
21809
21810 * README: DOC.configure => cfg-paper.texi.
21811
21812Fri Jan 31 21:48:18 1992 Stu Grossman (grossman at cygnus.com)
21813
21814 * config.sub (near case $os): Don't convert newsos* to bsd!
21815
21816Fri Jan 31 02:27:32 1992 John Gilmore (gnu at cygnus.com)
21817
21818 * Makefile.in: Reinstall change from gdb-4.3 that reduces
21819 the number of copies of COPYING that go into the GDB tar file.
21820
21821Thu Jan 30 16:17:30 1992 Stu Grossman (grossman at cygnus.com)
21822
731a8127 21823 * bfd/configure.in, gdb/config/mh-i386sco,
6599da04
JM
21824 gdb/config/mt-i386v32, gdb/configure.in, readline/configure.in:
21825 Fix SCO configuration stuff.
21826
21827Tue Jan 28 23:51:07 1992 Per Bothner (bothner at cygnus.com)
21828
21829 * Makefile.in: For libg++, make sure the -I pointing
21830 to the gcc directory goes *after* all the libg++-local -I flags.
21831 Also, move just-gcc dependency from just-libg++ to all-libg++.
21832
21833Tue Jan 28 12:56:24 1992 Stu Grossman (grossman at cygnus.com)
21834
21835 * configure: Change -x to -f to keep Ultrix /bin/test happy.
21836
21837Sat Jan 18 17:45:11 1992 Stu Grossman (grossman at cygnus.com)
21838
21839 * Makefile.in (make-gdb.tar.Z): Remove texinfo targets.
21840
21841Sat Jan 18 17:03:21 1992 Fred Fish (fnf at cygnus.com)
21842
21843 * config.sub: Add stratus configuration frags. Also
21844 submitted to FSF.
21845
21846Sat Jan 18 15:35:29 1992 Stu Grossman (grossman at cygnus.com)
21847
21848 * Makefile.in (DEV_SUPPORT): add configure.man.
21849
21850 * config.sub(Decode manufacturer-specific): add -none*.
21851
21852Fri Jan 17 17:58:05 1992 Stu Grossman (grossman at cygnus.com)
21853
21854 * Makefile.in: remove form feeds to make Sun's make happy.
21855 (DEVO_SUPPORT): DOC.configure => cfg-paper.texi.
21856
21857Sat Jan 4 16:11:44 1992 John Gilmore (gnu at cygnus.com)
21858
21859 * Makefile.in (AR_FLAGS): Make quieter.
21860
21861Thu Jan 2 22:57:12 1992 John Gilmore (gnu at cygnus.com)
21862
21863 * configure.in: Add libg++.
21864 * configure: When verbose, don't output the command line at each
21865 level; it will be unremarkably the same as the previous version,
21866 which will be the same as what the user typed.
21867
21868Fri Dec 27 16:26:47 1991 K. Richard Pixley (rich at cygnus.com)
21869
21870 * configure.in, Makefile.in: fix clean-info, add flex. add
3d3b561f 21871 fileutils.
6599da04
JM
21872
21873 * configure: be less sensitive to spaces in Makefile.in. Do not
3d3b561f
ML
21874 look for sources in "..". Doing so breaks subdirectories that
21875 might have their own configure. If a subdir has it's own
21876 configure script, use it.
6599da04
JM
21877
21878Thu Dec 26 16:30:26 1991 K. Richard Pixley (rich at cygnus.com)
21879
21880 * cfg-paper.texi: some changes suggested by rms.
21881
21882Thu Dec 26 10:13:36 1991 Fred Fish (fnf at cygnus.com)
21883
21884 * config.sub: Merge in some small additions from the FSF version,
21885 taken from the gcc distribution, to bring the Cygnus and FSF
21886 versions into closer sync.
21887
21888Fri Dec 20 11:34:18 1991 Fred Fish (fnf at cygnus.com)
21889
21890 * configure.in: Changed svr4 references to sysv4.
21891
21892Thu Dec 19 15:54:29 1991 K. Richard Pixley (rich at cygnus.com)
21893
21894 * configure: added -V for version number option.
21895
21896Wed Dec 18 15:39:34 1991 K. Richard Pixley (rich at cygnus.com)
21897
21898 * DOC.configure, cfg-paper.texi: revised, updated, and texinfo'd.
3d3b561f 21899 renamed from DOC.configure to cfg-paper.texi.
6599da04
JM
21900
21901Mon Dec 16 23:05:19 1991 K. Richard Pixley (rich at rtl.cygnus.com)
21902
21903 * configure, config.subr, config.sub: config.subr is now
3d3b561f 21904 config.sub again.
6599da04
JM
21905
21906Fri Dec 13 01:17:06 1991 K. Richard Pixley (rich at cygnus.com)
21907
21908 * configure.texi: new file, in progress.
21909
21910 * Makefile.in: build info file and install the man page for
3d3b561f 21911 configure.
6599da04
JM
21912
21913 * configure.man: new file, first cut.
21914
21915 * configure: find config.subr again now that configuration "none"
3d3b561f
ML
21916 has gone. removed all traces of the -ansi option. removed all
21917 traces of the -languages option.
6599da04
JM
21918
21919 * config.subr: resync from rms.
21920
21921Wed Dec 11 22:25:20 1991 K. Richard Pixley (rich at rtl.cygnus.com)
21922
21923 * configure, config.sub, config.subr: merge config.sub into
3d3b561f
ML
21924 config.subr, call the result config.subr, remove config.sub, use
21925 config.subr.
6599da04
JM
21926
21927 * Makefile.in: revised install for dir.info.
21928
21929Tue Dec 10 00:04:35 1991 K. Richard Pixley (rich at rtl.cygnus.com)
21930
21931 * configure.in: add decstation host makefile frag.
21932
21933 * Makefile.in: BISON now bison -y again. also install-gcc on
3d3b561f
ML
21934 install. clean-gdbm on clean. infodir belongs in datadir.
21935 Make directories for info install. Build dir.info here then
21936 install it.
6599da04
JM
21937
21938Mon Dec 9 16:48:33 1991 K. Richard Pixley (rich at rtl.cygnus.com)
21939
21940 * Makefile.in: fix for bad directory tests.
21941
21942Sat Dec 7 00:17:01 1991 K. Richard Pixley (rich at rtl.cygnus.com)
21943
21944 * configure: \{1,2\} appears to be a sysv'ism. Use a different
3d3b561f 21945 regexp. -srcdir relative was being handled incorrectly.
6599da04
JM
21946
21947 * Makefile.in: unwrapped some for loops so that parallel makes
3d3b561f
ML
21948 work again and so one can focus one's attention on a particular
21949 package.
6599da04
JM
21950
21951Fri Dec 6 00:22:08 1991 K. Richard Pixley (rich at rtl.cygnus.com)
21952
21953 * configure: added PWD as a stand in for `pwd` (for speed). use
3d3b561f
ML
21954 elif wherever possible. make -srcdir work without -objdir.
21955 -objdir= commented out.
6599da04
JM
21956
21957Thu Dec 5 22:46:52 1991 K. Richard Pixley (rich at rtl.cygnus.com)
21958
21959 * configure: +options become --options. -subdirs commented out.
3d3b561f
ML
21960 added -host, -datadir. Renamed -destdir to -prefix. Comment in
21961 Makefile now at top of generated Makefile. Removed cvs log
21962 entries. added -srcdir. create .gdbinit only if there is one
21963 in ${srcdir}.
6599da04
JM
21964
21965 * Makefile.in: idestdir and ddestdir go away. Added copyrights
3d3b561f
ML
21966 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
21967 and mandir now keyed off datadir by default.
6599da04
JM
21968
21969Fri Nov 22 07:38:11 1991 K. Richard Pixley (rich at rtl.cygnus.com)
21970
21971 * Freshly created ChangeLog.
21972
21973\f
21974Local Variables:
21975mode: change-log
21976left-margin: 8
21977fill-column: 76
21978version-control: never
21979End:
This page took 4.478299 seconds and 5 git commands to generate.