Daily bump.
[platform/upstream/gcc.git] / ChangeLog
1 2022-11-10  Martin Liska  <mliska@suse.cz>
2
3         * doc/baseconf.py: Modernize by using pathlib.
4
5 2022-11-10  Arsen Arsenović  <arsen@aarsen.me>
6
7         * doc/baseconf.py: Inject dirname(__file__)/'modules' to path
8         instead of just ``.''.
9         * doc/gcc_sphinx.py: Moved to...
10         * doc/modules/gcc_sphinx.py: ...here.
11
12 2022-11-09  Martin Liska  <mliska@suse.cz>
13
14         * configure.ac: Use new install URL.
15         * configure: Regenerate.
16
17 2022-11-09  Martin Liska  <mliska@suse.cz>
18
19         * doc/bsd.rst:
20           Add trailing newline.
21         * doc/contrib.rst:
22           Add trailing newline.
23         * doc/contribute.rst:
24           Add trailing newline.
25         * doc/cppdiropts.rst:
26           Add trailing newline.
27         * doc/cppenv.rst:
28           Add trailing newline.
29         * doc/cppopts.rst:
30           Add trailing newline.
31         * doc/cppwarnopts.rst:
32           Add trailing newline.
33         * doc/funding.rst:
34           Add trailing newline.
35         * doc/gnu.rst:
36           Add trailing newline.
37         * doc/gnu_free_documentation_license.rst:
38           Add trailing newline.
39         * doc/gpl-3.0.rst:
40           Add trailing newline.
41         * doc/indices-and-tables.rst:
42           Add trailing newline.
43         * doc/lgpl-2.1.rst:
44           Add trailing newline.
45         * doc/md.rst:
46           Add trailing newline.
47
48 2022-11-09  Martin Liska  <mliska@suse.cz>
49
50         * doc/baseconf.py: Simplify BUGURL and VERSION_PACKAGE,
51         provide a default.
52
53 2022-11-09  Martin Liska  <mliska@suse.cz>
54
55         * configure: Regenerate.
56         * configure.ac: Support Sphinx based documentation.
57
58 2022-11-09  Martin Liska  <mliska@suse.cz>
59
60         * doc/baseconf.py: Port to GCC sources.
61
62 2022-11-09  Martin Liska  <mliska@suse.cz>
63
64         * doc/Makefile: New file.
65         * doc/_static/custom.css: New file.
66         * doc/baseconf.py: New file.
67         * doc/bsd.rst: New file.
68         * doc/contrib.rst: New file.
69         * doc/contribute.rst: New file.
70         * doc/cppdiropts.rst: New file.
71         * doc/cppenv.rst: New file.
72         * doc/cppopts.rst: New file.
73         * doc/cppwarnopts.rst: New file.
74         * doc/favicon.ico: New file.
75         * doc/funding.rst: New file.
76         * doc/gcc_sphinx.py: New file.
77         * doc/gnu.rst: New file.
78         * doc/gnu_free_documentation_license.rst: New file.
79         * doc/gpl-3.0.rst: New file.
80         * doc/indices-and-tables.rst: New file.
81         * doc/lgpl-2.1.rst: New file.
82         * doc/logo.pdf: New file.
83         * doc/logo.svg: New file.
84         * doc/md.rst: New file.
85         * doc/requirements.txt: New file.
86
87 2022-11-04  Thomas Schwinge  <thomas@codesourcery.com>
88
89         * Makefile.def: Remove module 'liboffloadmic'.
90         * Makefile.in: Regenerate.
91         * configure.ac: Remove 'liboffloadmic' handling.
92         * configure: Regenerate.
93
94 2022-10-31  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
95
96         * MAINTAINERS: Update email address.
97
98 2022-10-21  Дилян Палаузов  <dilyan.palauzov@aegee.org>
99
100         * configure.ac: Don't configure readline if --with-system-readline is
101         used.
102         * configure: Re-generate.
103
104 2022-10-12  Cui,Lili  <lili.cui@intel.com>
105
106         * MAINTAINERS (Write After Approval): Add myself.
107
108 2022-10-11  Olivier Hainque  <hainque@adacore.com>
109
110         * libtool.m4 (*vxworks*): When enable_shared, set dynamic_linker
111         and friends for rtp !large. Assume the linker has the required
112         abilities and set lt_cv_deplibs_check_method.
113
114 2022-09-30  Olivier Hainque  <hainque@adacore.com>
115
116         * configure.ac (*vxworks*): If enable_shared is not
117         set, set to "no" and add --disable-shared to target and
118         host_configargs.
119         * configure: Regenerate.
120
121 2022-09-26  Jeff Law  <jlaw@ventanamicro.com>
122
123         * MAINTAINERS: Update my email address and DCO entry.
124
125 2022-09-23  Paul-Antoine Arras  <pa@codesourcery.com>
126
127         * MAINTAINERS (Write After Approval): Add myself.
128
129 2022-09-15  Torbjörn SVENSSON  <torbjorn.svensson@foss.st.com>
130
131         * MAINTAINERS (Write After Approval): Add myself.
132
133 2022-09-07  Jeff Law  <jeffreyalaw@gmail.com>
134
135         * MAINTAINERS: Update my email address.
136
137 2022-09-07  Tom de Vries  <tdevries@suse.de>
138
139         * configure.ac: Set extra_host_libiberty_configure_flags and
140         extra_host_zlib_configure_flags in separate case statements.
141         * configure: Regenerate.
142
143 2022-09-06  Xianmiao Qu  <cooper.qu@linux.alibaba.com>
144
145         * MAINTAINERS: Update c-sky port maintainers' emails.
146
147 2022-08-31  Martin Liska  <mliska@suse.cz>
148
149         * configure: Regenerate.
150         * configure.ac: Delete hpux9 and hpux10.
151
152 2022-08-18  Sergei Trofimovich  <siarheit@google.com>
153
154         * Makefile.def: Drop libelf module and gcc-configure dependency
155         on it.
156         * Makefile.in: Regenerate with 'autogen Makefile.def'.
157         * Makefile.tpl (HOST_EXPORTS): Drop unused LIBELFLIBS and
158         LIBELFINC.
159         * configure: Regenrate.
160         * configure.ac (host_libs): Drop unused libelf.
161
162 2022-08-18  Sergei Trofimovich  <siarheit@google.com>
163
164         * Makefile.in: Regenerate.
165
166 2022-08-04  Eugene Rozenfeld  <erozen@microsoft.com>
167
168         * MAINTAINERS: Add myself as AutoFDO maintainer.
169
170 2022-08-01  Roger Sayle  <roger@nextmovesoftware.com>
171             Arnaud Charlet  <charlet@adacore.com>
172
173         * configure: Regenerate.
174
175 2022-07-31  Roger Sayle  <roger@nextmovesoftware.com>
176
177         PR bootstrap/106472
178         * Makefile.def (dependencies): Make configure-target-libgo depend
179         upon all-target-libbacktrace.
180
181 2022-07-27  David Faust  <david.faust@oracle.com>
182
183         * MAINTAINERS: Add myself as reviewer for CTF and BTF.
184
185 2022-07-27  Richard Biener  <rguenther@suse.de>
186
187         * MAINTAINERS (Roger Sayle): Update e-mail address.
188
189 2022-07-21  Sam Feifer  <sfeifer@redhat.com>
190
191         * MAINTAINERS (Write After Approval): Add myself.
192
193 2022-07-21  Marc Poulhiès  <poulhies@adacore.com>
194
195         * MAINTAINERS: Add myself as Ada front end co-maintainer.
196
197 2022-07-19  Alexander Monakov  <amonakov@ispras.ru>
198
199         * .gitignore: Do not ignore config.h.
200
201 2022-07-15  Andrew Carlotti  <andrew.carlotti@arm.com>
202
203         * MAINTAINERS: Add myself to Write After Approval.
204
205 2022-07-04  Martin Liska  <mliska@suse.cz>
206
207         * MAINTAINERS: fix sorting of names
208
209 2022-07-03  Immad Mir  <mirimmad17@gmail.com>
210
211         * MAINTAINERS: add myself.
212
213 2022-07-03  Immad Mir  <mirimmad17@gmail.com>
214
215         * MAINTAINERS: Add myself to write after approval and DCO.
216
217 2022-07-02  Tim Lange  <mail@tim-lange.me>
218
219         * MAINTAINERS: Add myself.
220
221 2022-07-01  Haochen Jiang  <haochen.jiang@intel.com>
222
223         * MAINTAINERS (Write After Approval): Add myself.
224
225 2022-06-30  Cui,Lili  <lili.cui@intel.com>
226
227         Revert:
228         2022-06-30  Cui,Lili  <lili.cui@intel.com>
229
230         * MAINTAINERS (Write After Approval): Add myself.
231
232 2022-06-30  Cui,Lili  <lili.cui@intel.com>
233
234         * MAINTAINERS (Write After Approval): Add myself.
235
236 2022-06-28  Alexandre Oliva  <oliva@adacore.com>
237
238         * Makefile.tpl (HOST_EXPORTS): Add TFLAGS to GCC_FOR_TARGET.
239         (EXTRA_GCC_FLAGS): Likewise.
240         * Makefile.in: Rebuilt.
241
242 2022-06-28  konglin1  <lingling.kong@intel.com>
243
244         * MAINTAINERS (Write After Approval): Add myself.
245
246 2022-06-27  Tom de Vries  <tdevries@suse.de>
247
248         * configure.ac: Build libiberty pic variant for gdbserver.
249         * configure: Regenerate.
250
251 2022-06-26  Iain Sandoe  <iain@sandoe.co.uk>
252
253         * configure: Regenerate.
254         * configure.ac: Correct use of $host.
255
256 2022-06-25  Jeff Law  <jeffreyalaw@gmail.com>
257
258         * MAINTAINERS: Remove tilegx and tilepro entries.
259         * configure.ac: Remove tilegx and tilepro stanzas.
260         * configure: Rebuilt.
261
262 2022-05-28  Bruce Korb  <bkorb@gnu.org>
263
264         * .gitignore: Ignore vim swap files
265
266 2022-05-13  Surya Kumari Jangala  <jskumari@linux.ibm.com>
267
268         * MAINTAINERS: Add myself to write after approval.
269
270 2022-05-11  Kewen Lin  <linkw@linux.ibm.com>
271
272         * MAINTAINERS: Remove myself from DCO section.
273
274 2022-05-09  Xi Ruoyao  <xry111@xry111.site>
275
276         * MAINTAINERS: Update my email address.
277
278 2022-05-09  Clément Chigot  <chigot@adacore.com>
279
280         * MAINTAINERS: Update my email address.
281
282 2022-05-05  Kewen Lin  <linkw@linux.ibm.com>
283
284         * MAINTAINERS: Add myself as PowerPC port co-maintainer and to DCO
285         section.
286
287 2022-04-19  Richard Henderson  <rth@gcc.gnu.org>
288
289         * MAINTAINERS: Update my email address.
290
291 2022-04-01  Qian Jianhua  <qianjh@fujitsu.com>
292
293         * MAINTAINERS: Update my email address.
294
295 2022-03-29  Chenghua Xu  <xuchenghua@loongson.cn>
296
297         * MAINTAINERS: (CPU Port Maintainers): Add myself and
298         Lulu as LoongArch port maintainer.
299
300 2022-03-29  Chenghua Xu  <xuchenghua@loongson.cn>
301             Lulu Cheng  <chenglulu@loongson.cn>
302
303         * configure.ac: Add LoongArch tuples.
304         * configure: Regenerate.
305
306 2022-03-28  Tom Tromey  <tromey@adacore.com>
307
308         * configure.ac: Remove --with-mpfr-dir and --with-gmp-dir.
309         * configure: Rebuild.
310
311 2022-03-24  Bill Schmidt  <bill.schmidt@gmail.com>
312
313         * MAINTAINERS: Change my information.
314
315 2022-03-16  Chung-Ju Wu  <jasonwucj@gmail.com>
316
317         * MAINTAINERS: Add myself to DCO section.
318
319 2022-03-14  Jonathan Wakely  <jwakely@redhat.com>
320
321         * configure.ac: Fix incorrect option in comment.
322         * configure: Regenerate.
323
324 2022-03-09  Hans-Peter Nilsson  <hp@axis.com>
325
326         * Makefile.def (dependencies): Make configure-sim depend on
327         all-readline.
328         * Makefile.in: Regenerate.
329
330 2022-02-22  Christophe Lyon  <christophe.lyon@foss.st.com>
331
332         * MAINTAINERS (Write After Approval): Update my e-mail address.
333
334 2022-02-08  Ulrich Weigand  <ulrich.weigand@de.ibm.com>
335
336         * MAINTAINERS: Remove Hartmut Penner as s390 maintainer.
337
338 2022-01-31  Ed Smith-Rowland  <esmithrowland@gmail.com>
339
340         * MAINTAINERS: Update my email and add myself to the DCO list.
341
342 2022-01-25  Thomas Schwinge  <thomas@codesourcery.com>
343
344         Revert:
345         2021-09-16  Andrew Pinski  <apinski@marvell.com>
346
347         PR bootstrap/67102
348         * Makefile.def: Have configure-target-libffi depend on
349         all-target-libstdc++-v3.
350         * Makefile.in: Regenerate.
351
352 2022-01-22  Jakub Jelinek  <jakub@redhat.com>
353
354         PR other/104181
355         * build.log: Remove.
356
357 2022-01-20  Martin Liska  <mliska@suse.cz>
358
359         * MAINTAINERS: Adjust email address based on IRC request.
360
361 2022-01-18  Xionghu Luo  <luoxhu@linux.ibm.com>
362
363         * MAINTAINERS: Update my email address.
364
365 2022-01-17  Martin Liska  <mliska@suse.cz>
366
367         * MAINTAINERS: Rename .c names to .cc.
368
369 2022-01-13  Jakub Jelinek  <jakub@redhat.com>
370
371         * Makefile.am: Remove.
372
373 2022-01-11  Thomas Koenig  <tkoenig@gcc.gnu.org>
374
375         * Makefile.am: New file.
376
377 2022-01-11  Martin Liska  <mliska@suse.cz>
378
379         * MAINTAINERS: Sort 2 names.
380
381 2022-01-10  Martin Liska  <mliska@suse.cz>
382
383         * MAINTAINERS: Fix obvious issues with sorting.
384
385 2022-01-07  liuhongt  <hongtao.liu@intel.com>
386
387         * build.log: New file.
388
389 2022-01-05  Nathan Sidwell  <nathan@acm.org>
390
391         * MAINTAINERS: Add DCO entry.  Sort that list.
392
393 2022-01-04  Gaius Mulley  <gaiusmod2@gmail.com>
394
395         * MAINTAINERS: Change of email address in both DCO and
396         Write After Approval list.
397
398 2021-12-21  Iain Buclaw  <ibuclaw@gdcproject.org>
399
400         * configure: Regenerate.
401
402 2021-12-21  Martin Liska  <mliska@suse.cz>
403
404         * config.sub: Change mode back to 755.
405
406 2021-12-17  Martin Liska  <mliska@suse.cz>
407
408         * config.sub: Sync from master.
409
410 2021-12-17  Martin Liska  <mliska@suse.cz>
411
412         Revert:
413         2021-12-16  Matthias Seidel  <mseidel@apache.org>
414
415         * config.sub: Fix typo.
416
417 2021-12-16  Matthias Seidel  <mseidel@apache.org>
418
419         * config.sub: Fix typo.
420
421 2021-12-16  H.J. Lu  <hjl.tools@gmail.com>
422
423         Revert:
424         2021-12-15  H.J. Lu  <hjl.tools@gmail.com>
425
426         * Makefile.tpl (AR): Add @AR_PLUGIN_OPTION@
427         (RANLIB): Add @RANLIB_PLUGIN_OPTION@.
428         * configure.ac: Include config/gcc-plugin.m4.
429         AC_SUBST AR_PLUGIN_OPTION and RANLIB_PLUGIN_OPTION.
430         * libtool.m4 (_LT_CMD_OLD_ARCHIVE): Pass --plugin to AR and
431         RANLIB if possible.
432         * Makefile.in: Regenerated.
433         * configure: Likewise.
434
435 2021-12-15  H.J. Lu  <hjl.tools@gmail.com>
436
437         * Makefile.tpl (BUILD_CFLAGS): New.
438         (CFLAGS): Append $(BUILD_CFLAGS).
439         (CXXFLAGS): Likewise.
440         (PGO_BUILD_GEN_FLAGS_TO_PASS): New.
441         (PGO_BUILD_TRAINING_CFLAGS): Likewise.
442         (PGO_BUILD_TRAINING_CXXFLAGS): Likewise.
443         (PGO_BUILD_TRAINING_FLAGS_TO_PASS): Likewise.
444         (PGO_BUILD_TRAINING_MFLAGS): Likewise.
445         (PGO_BUILD_USE_FLAGS_TO_PASS): Likewise.
446         (PGO-TRAINING-TARGETS): Likewise.
447         (PGO_BUILD_TRAINING): Likewise.
448         (all): Add '+' to the command line for recursive make.  Support
449         the PGO build.
450         * configure.ac: Add --enable-pgo-build[=lto].
451         AC_SUBST PGO_BUILD_GEN_CFLAGS, PGO_BUILD_USE_CFLAGS and
452         PGO_BUILD_LTO_CFLAGS.  Enable the PGO build in Makefile.
453         * Makefile.in: Regenerated.
454         * configure: Likewise.
455
456 2021-12-15  H.J. Lu  <hjl.tools@gmail.com>
457
458         * Makefile.tpl (AR): Add @AR_PLUGIN_OPTION@
459         (RANLIB): Add @RANLIB_PLUGIN_OPTION@.
460         * configure.ac: Include config/gcc-plugin.m4.
461         AC_SUBST AR_PLUGIN_OPTION and RANLIB_PLUGIN_OPTION.
462         * libtool.m4 (_LT_CMD_OLD_ARCHIVE): Pass --plugin to AR and
463         RANLIB if possible.
464         * Makefile.in: Regenerated.
465         * configure: Likewise.
466
467 2021-12-14  Marc Poulhiès  <poulhies@adacore.com>
468
469         * MAINTAINERS: Add myself to write after approval.
470
471 2021-12-06  Navid Rahimi  <navidrahimi@microsoft.com>
472
473         * MAINTAINERS: Adding myself.
474
475 2021-12-02  Pekka Seppänen  <pexu@gcc.mail.kapsi.fi>
476
477         * configure: Regenerate.
478         * configure.ac: For CPP_FOR_BUILD use $(CC_FOR_BUILD) -E instead of
479         $(CPP).
480
481 2021-11-30  Iain Buclaw  <ibuclaw@gdcproject.org>
482
483         * Makefile.def: Add bootstrap to libbacktrace, libphobos, zlib, and
484         libatomic.
485         * Makefile.in: Regenerate.
486         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Fix command for GDC.
487         (STAGE1_CONFIGURE_FLAGS): Add --with-libphobos-druntime-only if
488         target-libphobos-bootstrap.
489         (STAGE2_CONFIGURE_FLAGS): Likewise.
490         * configure: Regenerate.
491         * configure.ac: Add support for bootstrapping D front-end.
492
493 2021-11-16  Martin Uecker  <uecker@gcc.gnu.org>
494
495         * MAINTAINERS: Add myself to DCO section and update email address.
496
497 2021-11-16  Iain Sandoe  <iain@sandoe.co.uk>
498
499         * configure: Regenerate.
500         * configure.ac: Ensure that PIC (shared) defaults are set
501         correctly for Darwin.
502
503 2021-11-16  Jim Wilson  <jim.wilson.gcc@gmail.com>
504
505         * MAINTAINERS: Update my address.
506
507 2021-11-12  Alan Modra  <amodra@gmail.com>
508
509         * Makefile.def (configure-opcodes): Depend on configure-bfd.
510         * Makefile.in: Regenerate.
511
512 2021-11-03  Maciej W. Rozycki  <macro@embecosm.com>
513
514         * MAINTAINERS: Clarify the policy WRT the Write After Approval
515         list.
516
517 2021-11-02  Andrew Burgess  <andrew.burgess@embecosm.com>
518
519         * MAINTAINERS (Reviewers, arc): Remove my entry.
520         (Write After Approval): Add an entry for myself.
521
522 2021-10-28  Richard Purdie  <richard.purdie@linuxfoundation.org>
523
524         * Makefile.tpl: Add CPP_FOR_BUILD and CPPFLAGS_FOR_BUILD support
525         * Makefile.in: Regenerate.
526         * configure: Regenerate.
527         * configure.ac: Add CPP_FOR_BUILD and CPPFLAGS_FOR_BUILD support
528
529 2021-10-26  Jeff Law  <jeffreyalaw@gmail.com>
530
531         * MAINTAINERS: Fix up Maciej's entries.
532
533 2021-10-26  Maciej W. Rozycki  <macro@embecosm.com>
534
535         * MAINTAINERS (CPU Port Maintainers): Add myself as a VAX port
536         maintainer.
537
538 2021-10-22  Eric Gallager  <egallager@gcc.gnu.org>
539
540         PR other/102663
541         * Makefile.def: Handle install-dvi target.
542         * Makefile.tpl: Likewise.
543         * Makefile.in: Regenerate.
544
545 2021-10-19  Clément Chigot  <clement.chigot@atos.net>
546
547         * MAINTAINERS: Add myself for write after approval.
548
549 2021-10-12  Eric Gallager  <egallager@gcc.gnu.org>
550
551         * Makefile.def: Mark libcody, libdecnumber,
552         c++tools, libgcc, and libobjc as missing TAGS
553         targets.
554         * Makefile.in: Regenerate.
555
556 2021-10-07  Siddhesh Poyarekar  <siddhesh@gotplt.org>
557
558         * MAINTAINERS: Add myself to DCO section and update email
559         address.
560
561 2021-09-29  Jonathan Wakely  <jwakely@redhat.com>
562
563         * MAINTAINERS: Add myself to DCO section.
564
565 2021-09-28  Andrew Burgess  <andrew.burgess@embecosm.com>
566
567         * configure: Regenerate.
568         * configure.ac (skipdirs): Add the contents of target_configdirs if
569         we are not building gcc.
570
571 2021-09-24  Andrew Burgess  <andrew.burgess@embecosm.com>
572
573         * Makefile.def: Back-port commits ba4d88ad892f and
574         755ba58ebef0 from binutils-gdb repository.
575         * Makefile.in: Regenerated.
576
577 2021-09-20  Harald Anlauf  <anlauf@gmx.de>
578
579         * MAINTAINERS (Reviewers): Add myself as Fortran reviewer.
580
581 2021-09-17  Iain Sandoe  <iain@sandoe.co.uk>
582
583         * Makefile.def: Add a jit check target for the jit
584         language.
585         * Makefile.in: Regenerate.
586
587 2021-09-16  Andrew Pinski  <apinski@marvell.com>
588
589         PR bootstrap/67102
590         * Makefile.def: Have configure-target-libffi depend on
591         all-target-libstdc++-v3.
592         * Makefile.in: Regenerate.
593
594 2021-09-10  Petter Tomner  <tomner@kth.se>
595
596         * MAINTAINERS: Me added to DCO and write after approval
597
598 2021-09-01  YunQiang Su  <syq@debian.org>
599
600         * MAINTAINERS: Add myself for write after approval.
601
602 2021-08-31  Andrew Burgess  <andrew.burgess@embecosm.com>
603
604         * Makefile.def: Add all-gdb dependency on all-libbacktrace.
605         * Makefile.in: Regenerate.
606
607 2021-08-21  Dragan Mladjenovic  <Dragan.Mladjenovic@syrmia.com>
608
609         * MAINTAINERS: Add myself for write after approval.
610
611 2021-08-18  Iain Sandoe  <iain@sandoe.co.uk>
612
613         * Makefile.in: Regenerate.
614         * Makefile.tpl: Make the state of the configured host
615         shared flag available to makefile fragements.
616
617 2021-08-09  Hongyu Wang  <hongyu.wang@intel.com>
618
619         * MAINTAINERS (Write After Approval): Add myself.
620
621 2021-07-20  Richard Earnshaw  <rearnsha@arm.com>
622
623         * .dir-locals.el (bug-reference-url-format): Use https.
624
625 2021-07-20  Richard Earnshaw  <rearnsha@arm.com>
626
627         * .dir-locals.el (c-mode): Change fill-column to 79.
628
629 2021-07-15  Trevor Saunders  <tbsaunde@tbsaunde.org>
630
631         * MAINTAINERS: Add myself to DCO section.
632
633 2021-07-09  Iain Sandoe  <iain@sandoe.co.uk>
634
635         * configure: Regenerate.
636         * configure.ac: Adjust cases for which it is necessary to
637         include the Darwin host config fragment.
638
639 2021-07-06  Gaius Mulley  <gaius.mulley@southwales.ac.uk>
640
641         * MAINTAINERS: Add myself for write after approval and DCO.
642
643 2021-07-05  Iain Sandoe  <iain@sandoe.co.uk>
644
645         * Makefile.def: Add dsymutil defs.
646         * Makefile.in: Regenerated.
647         * Makefile.tpl: Add dsymutil to flags.
648         * configure: Regenerated.
649         * configure.ac: Add dsymutil to target and build recipes.
650
651 2021-07-01  Ankur Saini  <arsenic@sourceware.org>
652
653         * MAINTAINERS: Add myself for write after approval.
654
655 2021-06-30  Xi Ruoyao  <xry111@mengyan1223.wang>
656
657         * MAINTAINERS (Write After Approval): Add myself.
658
659 2021-06-25  Matthias Kretz  <m.kretz@gsi.de>
660
661         * MAINTAINERS: Add myself for write after approval and DCO
662
663 2021-06-24  prathamesh.kulkarni  <prathamesh.kulkarni@linaro.org>
664
665         * .gitignore: Add entry for cscope.out.
666
667 2021-06-22  liuhongt  <hongtao.liu@intel.com>
668
669         * MAINTAINERS: Remove my Write After Approval entry.
670
671 2021-06-21  liuhongt  <hongtao.liu@intel.com>
672
673         * MAINTAINERS: Add myself as maintainer of the i386 vector
674         extensions.
675
676 2021-06-18  Antoni Boucher  <bouanto@zoho.com>
677
678         * MAINTAINERS (Write After Approval): Add myself.
679
680 2021-06-17  Aldy Hernandez  <aldyh@redhat.com>
681
682         * MAINTAINERS (Various Maintainers): Add Andrew and myself
683         as *vrp and ranger maintainers.
684
685 2021-06-05  Jeff Law  <jeffreyalaw@gmail.com>
686
687         * MAINTAINERS: Adjust my entry in the DCO section so that it does
688         not trigger testsuite failures.
689
690 2021-06-05  Jeff Law  <jeffreyalaw@gmail.com>
691
692         * MAINTAINERS: Add myself to DCO section with both email addresses.
693
694 2021-06-03  Jason Merrill  <jason@redhat.com>
695
696         * MAINTAINERS: Add DCO version number.
697
698 2021-06-02  Jason Merrill  <jason@redhat.com>
699
700         * MAINTAINERS: Add DCO section.
701
702 2021-05-31  Indu Bhagat  <indu.bhagat@oracle.com>
703
704         * MAINTAINERS (Write After Approval): Add myself.
705
706 2021-05-29  Mike Frysinger  <vapier@gentoo.org>
707
708         * configure.ac: Add gnulib to configdirs for sim.
709         * configure: Regenerate.
710
711 2021-05-18  Mike Frysinger  <vapier@gentoo.org>
712
713         * Makefile.def: Add configure-sim dependency on all-gnulib.
714         * Makefile.in: Regenerated.
715
716 2021-05-17  Serge Belyshev  <belyshev@depni.sinp.msu.ru>
717
718         * MAINTAINERS (Write After Approval): Add myself.
719
720 2021-05-12  Marcel Vollweiler  <marcel@codesourcery.com>
721
722         * MAINTAINERS (Write After Approval): Add myself.
723
724 2021-05-11  Martin Liska  <mliska@suse.cz>
725
726         * MAINTAINERS: Remove entries for removed
727         components (HSA, BRIG, libhsail-rt).
728         Move Pekka to Write After Approval.
729
730 2021-05-11  Martin Liska  <mliska@suse.cz>
731
732         * Makefile.def: Remove libhsail-rt.
733         * Makefile.in: Likewise.
734         * configure.ac: Likewise.
735         * configure: Regenerate.
736         * libhsail-rt/ChangeLog: Removed.
737         * libhsail-rt/Makefile.am: Removed.
738         * libhsail-rt/Makefile.in: Removed.
739         * libhsail-rt/README: Removed.
740         * libhsail-rt/aclocal.m4: Removed.
741         * libhsail-rt/configure: Removed.
742         * libhsail-rt/configure.ac: Removed.
743         * libhsail-rt/configure.tgt: Removed.
744         * libhsail-rt/include/internal/fibers.h: Removed.
745         * libhsail-rt/include/internal/phsa-queue-interface.h: Removed.
746         * libhsail-rt/include/internal/phsa-rt.h: Removed.
747         * libhsail-rt/include/internal/workitems.h: Removed.
748         * libhsail-rt/rt/arithmetic.c: Removed.
749         * libhsail-rt/rt/atomics.c: Removed.
750         * libhsail-rt/rt/bitstring.c: Removed.
751         * libhsail-rt/rt/fbarrier.c: Removed.
752         * libhsail-rt/rt/fibers.c: Removed.
753         * libhsail-rt/rt/fp16.c: Removed.
754         * libhsail-rt/rt/misc.c: Removed.
755         * libhsail-rt/rt/multimedia.c: Removed.
756         * libhsail-rt/rt/queue.c: Removed.
757         * libhsail-rt/rt/sat_arithmetic.c: Removed.
758         * libhsail-rt/rt/segment.c: Removed.
759         * libhsail-rt/rt/workitems.c: Removed.
760         * libhsail-rt/target-config.h.in: Removed.
761
762 2021-05-04  Nick Clifton  <nickc@redhat.com>
763
764         * configure.ac (AC_PROG_CC): Replace with AC_PROG_CC_C99.
765         * configure: Regenerate.
766
767 2021-04-28  Jakub Jelinek  <jakub@redhat.com>
768             Tobias Burnus  <tobias@codesourcery.com>
769
770         * configure.ac (--enable-offload-defaulted): New.
771         * configure: Regenerate.
772
773 2021-04-23  David Faust  <david.faust@oracle.com>
774
775         * MAINTAINERS (Write After Approval): Add myself.
776
777 2021-04-11  Hafiz Abid Qadeer  <abidh@codesourcery.com>
778
779         * MAINTAINERS (Write After Approval): Add myself.
780
781 2021-03-26  Dimitar Dimitrov  <dimitar@dinux.eu>
782
783         * MAINTAINERS: Add myself as pru port maintainer.
784
785 2021-03-23  David Malcolm  <dmalcolm@redhat.com>
786
787         * MAINTAINERS: Add myself as static analyzer maintainer.
788
789 2021-03-18  Jeff Law  <jlaw@tachyum.com>
790
791         * MAINTAINERS: Update primary entry.
792
793 2021-03-13  Eugene Rozenfeld  <erozen@microsoft.com>
794
795         * MAINTAINERS (Write After Approval): Add myself.
796
797 2021-03-13  Mike Frysinger  <vapier@gentoo.org>
798
799         * Makefile.def: Remove all-sim dependency on configure-gdb.
800         * Makefile.in: Regenerated.
801
802 2021-03-11  Jeff Law  <law@redhat.com>
803
804         * MAINTAINERS: Update entries for a few ex-ImgTec employees
805
806 2021-03-11  Martin Liska  <mliska@suse.cz>
807
808         * Makefile.tpl: The change was done Makefile.in which
809         is generated file.
810
811 2021-03-08  Jeff Law  <law@redhat.com>
812
813         * MAINTAINERS: Update my email address
814
815 2021-02-23  Kito Cheng  <kito.cheng@sifive.com>
816
817         * config.guess: Import latest upstream.
818         * config.sub: Import latest upstream.
819
820 2021-01-25  Martin Liska  <mliska@suse.cz>
821
822         PR gcov-profile/98739
823         * Makefile.in: Enable -fprofile-reproducible=parallel-runs
824         for profiledbootstrap.
825
826 2021-01-22  Jonathan Wright  <jonathan.wright@arm.com>
827
828         * MAINTAINERS (Write After Approval): Add myself.
829
830 2021-01-22  Maciej W. Rozycki  <macro@orcam.me.uk>
831
832         * MAINTAINERS (Write After Approval): Update my e-mail address.
833
834 2021-01-12  Segher Boessenkool  <segher@kernel.crashing.org>
835
836         * MAINTAINERS: Fix spacing.
837
838 2021-01-12  Qian Jianhua  <qianjh@cn.fujitsu.com>
839
840         * MAINTAINERS (Write After Approval): Add myself
841
842 2021-01-06  Nick Alcock  <nick.alcock@oracle.com>
843
844         * Makefile.def: Sync with binutils-gdb:
845         (dependencies): all-ld depends on all-libctf.
846         (host_modules): libctf is no longer no_install.
847         No longer no_check.  Checking depends on all-ld.
848         * Makefile.in: Regenerated.
849
850 2021-01-05  Samuel Thibault  <samuel.thibault@ens-lyon.org>
851
852         * libtool.m4: Match gnu* along other GNU systems.
853         * libgo/config/libtool.m4: Match gnu* along other GNU systems.
854         * libgo/configure: Re-generate.
855
856 2021-01-04  Philipp Tomsich  <philipp.tomsich@vrull.eu>
857
858         * MAINTAINERS: Update my email address.
859
860 2020-12-17  Marius Hillenbrand  <mhillen@linux.ibm.com>
861
862         * MAINTAINERS (Write After Approval): Add myself.
863
864 2020-12-15  Nathan Sidwell  <nathan@acm.org>
865
866         * Makefile.def
867         * Makefile.in
868         * Makefile.tpl
869         * configure
870         * configure.ac
871
872 2020-12-15  Nathan Sidwell  <nathan@acm.org>
873
874         * Makefile.def: Add libcody.
875         * configure.ac: Add libcody.
876         * Makefile.in: Regenerated.
877         * configure: Regenerated.
878
879 2020-12-14  Andrea Corallo  <andrea.corallo@arm.com>
880
881         * .dir-locals.el (c-mode): Set 'fill-column' to 80 columns.
882
883 2020-12-05  Iain Sandoe  <iain@sandoe.co.uk>
884
885         PR target/97865
886         * libtool.m4: Update handling of Darwin platform link flags
887         for Darwin20.
888
889 2020-12-02  Simon Marchi  <simon.marchi@polymtl.ca>
890
891         * .gitignore: Sync with binutils-gdb
892
893 2020-12-02  Claudiu Zissulescu  <claziss@gmail.com>
894
895         * MAINTAINERS: Add myself as arc port maintainer.
896
897 2020-11-29  Iain Buclaw  <ibuclaw@gdcproject.org>
898
899         PR d/87788
900         * configure.ac: Don't disable D for *-*-darwin*.
901         * configure: Regenerate.
902
903 2020-11-29  John David Anglin  <danglin@gcc.gnu.org>
904
905         * libtool.m4 (archive_cmds): Add +nodefaultrpath ld option on
906         hppa64-*-hpux11*.
907
908 2020-11-25  Matthew Malcomson  <matthew.malcomson@arm.com>
909
910         * configure: Regenerate.
911         * configure.ac: Add --bootstrap-hwasan option.
912
913 2020-11-23  Iain Sandoe  <iain@sandoe.co.uk>
914
915         * config.guess: Import latest upstream.
916         * config.sub: Import latest upstream.
917
918 2020-11-16  Martin Liska  <mliska@suse.cz>
919
920         * .gitignore: Add cache as clangd uses it now.
921
922 2020-11-13  Haochen Gui  <guihaoc@gcc.gnu.org>
923
924         * MAINTAINERS (Write After Approval): add myself
925
926 2020-11-09  Pat Bernardi  <bernardi@adacore.com>
927
928         * MAINTAINERS (Write After Approval): Add myself.
929
930 2020-11-09  Jonathan Wakely  <jwakely@redhat.com>
931
932         * config-ml.in (multi-do, multi-clean): Add @ to silence recipes.
933         Remove FIXME comments.
934
935 2020-11-06  Martin Uecker  <muecker@gwdg.de>
936
937         * MAINTAINERS: Update my email address.
938
939 2020-11-06  Hongtao Liu  <hongtao.liu@intel.com>
940
941         * MAINTAINERS (Write After Approval): Add myself.
942
943 2020-10-06  Tobias Burnus  <tobias@codesourcery.com>
944
945         PR target/97302
946         * configure.ac: Only set with_gmp to /usr/local
947         if not building in tree.
948         * configure: Regenerate.
949
950 2020-09-18  Omar Tahir  <omar.tahir@arm.com>
951
952         * MAINTAINERS (Write After Approval): Add myself.
953
954 2020-08-26  Tobias Burnus  <tobias@codesourcery.com>
955
956         * MAINTAINERS (Various Maintainers): Add myself as OpenACC maintainer.
957
958 2020-08-20  Tobias Burnus  <tobias@codesourcery.com>
959
960         PR bootstrap/96612
961         * configure.ac: Run AX_CXX_COMPILE_STDCXX also for ${build} compiler,
962         if not the same as ${host}.
963         * configure: Regenerate.
964
965 2020-08-16  Sergei Trofimovich  <slyfox@gcc.gnu.org>
966
967         * MAINTAINERS (Write After Approval): Add myself.
968
969 2020-08-12  Senthil Kumar Selvaraj  <saaadhu@gcc.gnu.org>
970
971         * MAINTAINERS: Update my email address.
972
973 2020-07-30  Joe Ramsay  <joe.ramsay@arm.com>
974
975         * MAINTAINERS (Write After Approval): Add myself.
976
977 2020-07-22  Przemyslaw Wirkus  <przemyslaw.wirkus@arm.com>
978
979         * MAINTAINERS (Write After Approval): Add myself.
980
981 2020-06-12  Martin Liska  <mliska@suse.cz>
982
983         * .gitignore: Add .clang-tidy.
984
985 2020-06-08  Jason Merrill  <jason@redhat.com>
986
987         * configure.ac: Check AX_CXX_COMPILE_STDCXX if not bootstrapping.
988         * configure: Regenerate.
989
990 2020-06-06  Max Filippov  <jcmvbkbc@gmail.com>
991
992         * MAINTAINERS: Add myself as xtensa port maintainer.
993
994 2020-05-28  Nicolas Bértolo  <nicolasbertolo@gmail.com>
995
996         * configure.ac: Don't require --enable-host-shared when building
997         for Mingw.
998         * configure: Regenerate.
999
1000 2020-05-18  Jason Merrill  <jason@redhat.com>
1001
1002         * configure.ac: Update bootstrap dialect to -std=c++11.
1003
1004 2020-05-18  Alex Coplan  <alex.coplan@arm.com>
1005
1006         * MAINTAINERS (Write After Approval): Add myself.
1007
1008 2020-04-29  Thomas Schwinge  <thomas@codesourcery.com>
1009
1010         PR target/92713
1011         * configure.ac ["${ENABLE_LIBSTDCXX}" = "default" && amdgcn*-*-*]
1012         (noconfigdirs): Add 'target-libstdc++-v3'.
1013         * configure: Regenerate.
1014
1015 2020-04-21  Stephen Casner  <casner@acm.org>
1016
1017         PR 25830
1018         * configure.ac (noconfigdirs): Exclude gdb & gprof for pdp11.
1019         * configure: Rebuild.
1020
1021 2020-04-17  Martin Liska  <mliska@suse.cz>
1022             Jonathan Yong <10walls@gmail.com>
1023
1024         PR gcov-profile/94570
1025         * ltmain.sh: Do not define HAVE_DOS_BASED_FILE_SYSTEM
1026         for CYGWIN.
1027
1028 2020-04-14  Martin Jambor  <mjambor@suse.cz>
1029
1030         * MAINTAINERS (Reviewers): Add myself as callgraph (IPA) reviewer.
1031
1032 2020-04-09  Tom Tromey  <tom@tromey.com>
1033
1034         * configure: Rebuild.
1035         * Makefile.in: Rebuild.
1036         * Makefile.def (gdbsupport, gdbserver): New host modules.
1037         (configure-gdb): Depend on all-gdbsupport.
1038         (all-gdb): Depend on all-gdbsupport, all-libctf.
1039         * configure.ac (host_tools): Add gdbserver.
1040         Conditionally build gdbserver and gdbsupport.
1041
1042 2020-03-09  Tobias Burnus  <tobias@codesourcery.com>
1043
1044         * configure.ac: Build libgomp by default for amdgcn.
1045         * configure: Regenerate.
1046
1047 2020-03-05  Srinath Parvathaneni  <srinath.parvathaneni@arm.com>
1048
1049         * MAINTAINERS (Write After Approval): Add myself.
1050
1051 2020-02-28  Joel Hutton  <joel.hutton@arm.com>
1052
1053         * MAINTAINERS (Write After Approval) : Add myself.
1054
1055 2020-02-20  Palmer Dabbelt  <palmer@sifive.com>
1056
1057         * MAINTAINERS: Change palmer@sifive.com to palmer@dabbelt.com.
1058
1059 2020-02-14  Martin Sebor  <msebor@redhat.com>
1060
1061         * doc/extend.texi (attribute alias): Mention type requirement.
1062         (attribute weak): Same.
1063         (attribute weakref): Correct invalid example.
1064
1065 2020-02-03  Segher Boessenkool  <segher@kernel.crashing.org>
1066
1067         * doc/md.texi (PowerPC and IBM RS6000): Improve documentation.
1068
1069 2020-01-15  Segher Boessenkool  <segher@kernel.crashing.org>
1070             Jakub Jelinek  <jakub@redhat.com>
1071
1072         * .gitattributes: Add *.md diff=md.
1073
1074 2020-01-14  Georg-Johann Lay  <avr@gjlay.de>
1075
1076         The mentioned auto-generated file is no more part of the
1077
1078         GCC sources, it's auto-generated in $(builddir) during build.
1079
1080         PR target/92055
1081         * contrib/gcc_update (files_and_dependencies): Remove
1082         entry for gcc/config/avr/t-multilib.
1083
1084 2020-01-14  Anatoly Sokolov <aesok@dol.ru>
1085
1086         * MAINTAINERS: Update my email address.
1087
1088 2020-01-13  Joseph Myers  <joseph@codesourcery.com>
1089
1090         * README.MOVED_TO_GIT: Remove.
1091
1092 2020-01-11  Joseph Myers  <joseph@codesourcery.com>
1093
1094         * README.MOVED_TO_GIT: New file.
1095
1096 2020-01-02  Dennis Zhang  <dennis.zhang@arm.com>
1097
1098         * MAINTAINERS (Write After Approval): Add myself.
1099
1100 2019-12-20  Jerome Lambourg  <lambourg@adacore.com>
1101
1102         * MAINTAINERS (write_after_approval): Add myself.
1103
1104 2019-12-19  Stam Markianos-Wright  <stam.markianos-wright@arm.com>
1105
1106         * MAINTAINERS (write_after_approval): Add myself.
1107
1108 2019-12-17  Mihail Ionescu  <mihail.ionescu@arm.com>
1109
1110         * MAINTAINERS (write_after_approval): Add myself.
1111
1112 2019-12-11  Matthias Klose  <doko@ubuntu.com>
1113
1114         * configure.ac: Factor out common cases for compare_exclusions.
1115         * configure: Regenerate.
1116
1117 2019-12-11  Jozef Lawrynowicz  <jozef.l@mittosystems.com>
1118
1119         * config-ml.in (msp430-*-*): Support --disable-no-exceptions configure
1120         flag.
1121
1122 2019-12-10  Lewis Hyatt  <lhyatt@gmail.com>
1123
1124         * MAINTAINERS (Write After Approval): Add myself.
1125
1126 2019-11-27  Tobias Burnus  <tobias@codesourcery.com>
1127
1128         PR middle-end/92463
1129         * configure.ac: Use MPFR_RNDN instead of GMP's MP_RNDN.
1130         * configure: Regenerate
1131
1132 2019-11-20  Janne Blomqvist  <jb@gcc.gnu.org>
1133
1134         * configure.ac: Use https for gcc.gnu.org.
1135         * configure: Regenerated.
1136
1137 2019-11-19  James Greenhalgh  <james.greenhalgh@arm.com>
1138
1139         * MAINTAINERS (aarch64 port): Remove my name, move to...
1140         (Write After Approval): ...Here.
1141
1142 2019-11-15  Kelvin Nilsen  <kelvin@gcc.gnu.org>
1143
1144         * MAINTAINERS: Change my email address as maintainer.
1145
1146 2019-11-11  Janne Blomqvist  <jb@gcc.gnu.org>
1147
1148         PR fortran/91828
1149         * configure.ac: Bump minimum MPFR to 3.1.0, recommended to 3.1.6+.
1150         * configure: Regenerated.
1151
1152 2019-10-21  Jason Merrill  <jason@redhat.com>
1153
1154         * .gitattributes: Also check ChangeLog whitespace.
1155
1156 2019-10-21  Andrew Burgess  <andrew.burgess@embecosm.com>
1157
1158         * contrib/dg-extract-results.sh: Add support for KPASS.
1159         * contrib/dg-extract-results.py: Likewise.
1160
1161 2019-10-17  Jason Merrill  <jason@redhat.com>
1162
1163         * .gitattributes: Avoid {} in filename pattern.
1164
1165 2019-10-08  Thomas Schwinge  <thomas@codesourcery.com>
1166
1167         * MAINTAINERS: Add back Trevor Smigiel; move into Write After
1168         Approval section.
1169
1170 2019-10-01  Frederik Harwath <frederik@codesourcery.com>
1171
1172         * MAINTAINERS: Add myself to Write After Approval
1173
1174 2019-09-26  Richard Sandiford  <richard.sandiford@arm.com>
1175
1176         * MAINTAINERS: Add myself as an aarch64 maintainer.
1177
1178 2019-09-26  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
1179
1180         * MAINTAINERS: Add myself as aarch64 maintainer.
1181
1182 2019-09-23  Carl Love  <cel@us.ibm.com>
1183
1184         * config/rs6000/vsx.md (xxswapd_v4si, xxswapd_v8hi, xxswapd_v16qi):
1185         New define_insn.
1186         (vsx_xxpermdi4_le_<mode> for VSX_W, vsx_xxpermdi8_le_V8HI,
1187         vsx_xxpermdi16_le_V16QI): Removed define_insn.
1188
1189 2019-09-13  Sam Tebbs  <sam.tebbs@arm.com>
1190
1191         * MAINTAINERS (Sam Tebbs): Update email address.
1192
1193 2019-09-10  Tobias Burnus  <tobias@codesourcery.com>
1194
1195         * MAINTAINERS: Update my email address.
1196
1197 2019-09-10  Christophe Lyon  <christophe.lyon@st.com>
1198
1199         * libtool.m4: Handle uclinuxfdpiceabi.
1200
1201 2019-09-09  Jose E. Marchesi  <jose.marchesi@oracle.com>
1202
1203         * MAINTAINERS: Add myself as the maintainer of the eBPF port.
1204         Remove myself from Write After Approval section.
1205
1206 2019-09-09  Jose E. Marchesi  <jose.marchesi@oracle.com>
1207
1208         * configure.ac: Support for bpf-*-* targets.
1209         * configure: Regenerate.
1210
1211 2019-09-09  Jose E. Marchesi  <jose.marchesi@oracle.com>
1212
1213         * config.sub: Import upstream version 2019-06-30.
1214         * config.guess: Import upstream version 2019-07-24.
1215
1216 2019-09-03  Ulrich Weigand  <uweigand@de.ibm.com>
1217
1218         * MAINTAINERS: Remove spu port maintainers.
1219
1220 2019-08-28  Martin Liska  <mliska@suse.cz>
1221
1222         * .gitignore: Add .clangd and compile_commands.json
1223         to .gitignore.
1224
1225 2019-08-23  Michael Forney  <mforney@mforney.org>
1226
1227         * Makefile.tpl (HOST_EXPORTS): Add CXX_FOR_BUILD.
1228         * Makefile.in: Regenerate.
1229
1230 2019-08-19  Tom Tromey  <tom@tromey.com>
1231
1232         * configure: Rebuild.
1233         * configure.ac: Add --with-static-standard-libraries.
1234
1235 2019-08-16  Alexandre Oliva <oliva@gnu.org>
1236
1237         * MAINTAINERS: aoliva from @redhat.com to @gcc.gnu.org.
1238
1239 2019-08-13  Mark Eggleston  <mark.eggleston@codethink.co.uk>
1240
1241         * MAINTAINERS (Write After Approval): Add myself.
1242
1243 2019-07-08  Kito Cheng  <kito.cheng@sifive.com>
1244
1245         * MAINTAINERS (Write After Approval): Remove myself, already listed in
1246         RISC-V port maitainer.
1247
1248 2019-07-08  Kito Cheng  <kito.cheng@sifive.com>
1249
1250         * MAINTAINERS (Write After Approval): Fix the list sorted by surname.
1251
1252 2019-07-08  Kito Cheng  <kito.cheng@sifive.com>
1253
1254         * MAINTAINERS (Write After Approval): Add myself.
1255
1256 2019-07-03  Andrea Corallo  <andrea.corallo@arm.com>
1257
1258         * MAINTAINERS (Write After Approval): Add myself.
1259
1260 2019-06-25  Martin Liska  <mliska@suse.cz>
1261
1262         contrib/filter-clang-warnings.py: Transform from
1263         filter-rtags-warnings.py.
1264
1265 2019-06-15  Tom Tromey  <tom@tromey.com>
1266
1267         * configure.ac (host_libs): Add gnulib.
1268         * configure: Rebuild.
1269         * Makefile.def (host_modules, dependencies): Add gnulib.
1270         * Makefile.in: Rebuild.
1271
1272 2019-06-12  Dimitar Dimitrov  <dimitar@dinux.eu>
1273
1274         * MAINTAINERS (Write After Approval): Add myself.
1275
1276 2019-06-12  Dimitar Dimitrov  <dimitar@dinux.eu>
1277
1278         * configure: Regenerate.
1279         * configure.ac: Add PRU target.
1280
1281 2019-06-11  Matthew Beliveau  <mbelivea@redhat.com>
1282
1283         * MAINTAINERS (Write After Approval): Add myself.
1284
1285 2019-06-11  Nick Clifton  <nickc@redhat.com>
1286
1287         Import these changes from the binutils/gdb repository:
1288
1289         2019-05-28  Nick Alcock  <nick.alcock@oracle.com>
1290
1291         * Makefile.def (dependencies): configure-libctf depends on all-bfd
1292         and all its deps.
1293         * Makefile.in: Regenerated.
1294
1295         2019-05-28  Nick Alcock  <nick.alcock@oracle.com>
1296
1297         * Makefile.def (host_modules): Add libctf.
1298         * Makefile.def (dependencies): Likewise.
1299         libctf depends on zlib, libiberty, and bfd.
1300         * Makefile.in: Regenerated.
1301         * configure.ac (host_libs): Add libctf.
1302         * configure: Regenerated.
1303
1304 2019-05-20  Vladislav Ivanishin  <vlad@ispras.ru>
1305
1306         * MAINTAINERS (Write After Approval): Add myself.
1307
1308 2019-05-19  Peter Bergner  <bergner@linux.ibm.com>
1309
1310         * MAINTAINERS: Update my email address.
1311
1312 2019-05-17  Thomas Rodgers  <trodgers@redhat.com>
1313
1314         * MAINTAINERS (Write After Approval): Add myself.
1315
1316 2019-05-16  Jun Ma  <junma@linux.alibaba.com>
1317
1318         * MAINTAINERS (Write After Approval): Add myself.
1319
1320 2019-05-07  Jim Wilson  <jimw@sifive.com>
1321
1322         * MAINTAINERS: Remove myself as IA-64 maintainer.
1323
1324 2019-05-04  Roland Illig  <roland.illig@gmx.de>
1325
1326         * MAINTAINERS (Write After Approval): Add myself.
1327
1328 2019-05-02  Richard Biener  <rguenther@suse.de>
1329
1330         PR bootstrap/85574
1331         * Makefile.tpl (compare target): Also compare extra-compare
1332         files.
1333         * Makefile.in: Regenerate.
1334
1335 2019-04-22  Roman Zhuykov  <zhroma@ispras.ru>
1336
1337         * MAINTAINERS (Various Maintainers): Remove Ayal Zaks and add myself
1338         as modulo-scheduler maintainer.
1339
1340 2019-04-21  Iain Sandoe  <iain@sandoe.co.uk>
1341
1342         * MAINTAINERS: Add myself as co-maintainer for Darwin.
1343
1344 2019-04-18  Iain Sandoe  <iain@sandoe.co.uk>
1345
1346         * MAINTAINERS: Update my email address.
1347
1348 2019-04-14  Johannes Pfau  <johannespfau@gmail.com>
1349
1350         * configure.ac: Remove d from unsupported languages on mingw and cygwin.
1351         * configure: Regenerate.
1352
1353 2019-04-14  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1354
1355         * configure.ac (enable_libphobos): Check LIBPHOBOS_SUPPORTED.
1356         * configure: Regenerate.
1357
1358 2019-04-12  Iain Buclaw  <ibuclaw@gdcproject.org>
1359
1360         * configure.ac: Add target-zlib to target_libraries.
1361         * configure: Regenerate.
1362
1363 2019-04-09  Martin Liska  <mliska@suse.cz>
1364
1365         * Makefile.in: Regenerate.
1366         * Makefile.tpl: Pass GENERATOR_CFLAGS
1367         in all stages.
1368
1369 2019-03-28  Martin Liska  <mliska@suse.cz>
1370
1371         PR bootstrap/89829
1372         * Makefile.in: Revert r254150.
1373         * Makefile.tpl: Likewise.
1374
1375 2019-03-28  Ben Elliston  <bje@gnu.org>
1376
1377         * MAINTAINERS (Various Maintainers): Remove myself from dfp.c and
1378         related, and libdecnumber.
1379
1380 2019-03-15  Alexander Monakov  <amonakov@ispras.ru>
1381
1382         * MAINTAINERS (Reviewers): Add myself as selective scheduling reviewer.
1383         (Write After Approval): Remove myself.
1384
1385 2019-02-27  Alejandro Martinez  <alejandro.martinezvicente@arm.com>
1386
1387         * MAINTAINERS (Write After Approval): Add myself.
1388
1389 2019-02-11  Andrew Stubbs  <ams@codesourcery.com>
1390
1391         * MAINTAINERS (amdgcn port): Add myself and Julian Brown.
1392         (Write After Approval): Remove myself and Julian.
1393
1394 2019-01-26  Harald Anlauf  <anlauf@gmx.de>
1395
1396         * MAINTAINERS (Write After Approval): Add myself.
1397
1398 2019-01-25  Kwok Cheung Yeung  <kcy@codesourcery.com>
1399
1400         * MAINTAINERS (Write After Approval): Add myself.
1401
1402 2019-01-24  Xiong Hu Luo  <luoxhu@linux.vnet.ibm.com>
1403
1404         * ChangeLog: Replace space with tab.
1405         * MAINTAINERS: Delete 1 tab to keep alignment.
1406
1407 2019-01-21  Jiufu Guo  <guojiufu@linux.ibm.com>
1408
1409         * MAINTAINERS (Write After Approval): Add myself.
1410
1411 2019-01-18  Li Jia He  <helijia@gcc.gnu.org>
1412
1413         * MAINTAINERS (Write After Approval): Add myself.
1414
1415 2019-01-17  Andrew Stubbs  <ams@codesourcery.com>
1416             Kwok Cheung Yeung  <kcy@codesourcery.com>
1417             Julian Brown  <julian@codesourcery.com>
1418             Tom de Vries  <tom@codesourcery.com>
1419             Jan Hubicka  <hubicka@ucw.cz>
1420             Martin Jambor  <mjambor@suse.cz>
1421
1422         * configure.ac: Likewise.
1423         * configure: Regenerate.
1424         * contrib/config-list.mk: Add amdgcn-amdhsa.
1425
1426 2019-01-16  Kewen Lin  <linkw@gcc.gnu.org>
1427
1428         * MAINTAINERS (Write After Approval): Add myself.
1429
1430 2019-01-16  Xiong Hu Luo  <luoxhu@linux.vnet.ibm.com>
1431
1432         * MAINTAINERS (Write After Approval): Add myself.
1433
1434 2019-01-03  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1435
1436         PR target/88535
1437         * config.guess: Import upstream version 2019-01-03.
1438         * config.sub: Import upstream version 2019-01-01.
1439
1440 2018-12-21  Thomas Preud'homme  <thomas.preudhomme@linaro.org>
1441
1442         * MAINTAINERS (Write After Approval): Update my maintainer address.
1443
1444 2018-12-21  Gergö Barany  <gergo@codesourcery.com>
1445
1446         * MAINTAINERS (Write After Approval): Add myself.
1447
1448 2018-12-10  Segher Boessenkool  <segher@kernel.crashing.org>
1449
1450         * contrib/config-list.mk: Remove powerpc-eabispe and powerpc-linux_spe.
1451
1452 2018-12-05  Iain Sandoe  <iain@sandoe.co.uk>
1453
1454         * configure.ac (NCN_STRICT_CHECK_TOOLS): Check otool.
1455         (ACX_CHECK_INSTALLED_TARGET_TOOL): Likewise
1456         (GCC_TARGET_TOOL): Likewise.
1457         * Makefile.tpl (HOST_EXPORTS): Add OTOOL, OTOOL_FOR_TARGET.
1458         (BASE_TARGET_EXPORTS): OTOOL, export OTOOL_FOR_TARGET.
1459         OTOOL, OTOOL_FOR_TARGET: New substitutions.
1460         (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS): Add OTOOL.
1461         * configure: Regenerate.
1462         * Makefile.in: Likewise.
1463
1464 2018-11-28  Johannes Pfau  <johannespfau@gmail.com>
1465
1466         * MAINTAINERS (Write After Approval): Add myself.
1467
1468 2018-11-13  Martin Liska  <mliska@suse.cz>
1469
1470         * gcc.target/i386/pr87930.c: Move to ...
1471         * gcc.dg/asan/pr87930.c: ... here.  Guard for i?86/x86_64 targets.
1472
1473 2018-11-10  Stafford Horne  <shorne@gmail.com>
1474
1475         * MAINTAINERS (CPU Port Maintainers): Add myself for or1k.
1476         (Write After Approval): Remove myself.
1477
1478 2018-11-06  Hafiz Abid Qadeer  <abidh@codesourcery.com>
1479
1480         * config/iconv.m4 (AM_ICONV_LINK): Don't overwrite CPPFLAGS.
1481         Append $INCICONV to it.
1482
1483 2018-11-04  Stafford Horne  <shorne@gmail.com>
1484
1485         * MAINTAINERS (Write After Approval): Add myself.
1486
1487 2018-10-31  Joseph Myers  <joseph@codesourcery.com>
1488
1489         PR bootstrap/82856
1490         * multilib.am: New file.  From automake.
1491
1492         Merge from binutils-gdb:
1493         2018-06-19  Simon Marchi  <simon.marchi@ericsson.com>
1494
1495         * libtool.m4: Use AC_LANG_SOURCE.
1496         * configure.ac: Remove AC_PREREQ, use AC_LANG_SOURCE.
1497         * ar-lib: New file.
1498         * test-driver: New file.
1499         * configure: Re-generate.
1500
1501 2018-10-31  Michael Ploujnikov  <michael.ploujnikov@oracle.com>
1502
1503         * MAINTAINERS (Write After Approval): Add myself.
1504
1505 2018-10-31  Iain Buclaw  <ibuclaw@gdcproject.org>
1506
1507         PR bootstrap/87788
1508         PR d/87799
1509         * configure: Rebuild.
1510         * configure.ac: Disable D on systems where it is known not to work.
1511
1512 2018-10-28  Iain Buclaw  <ibuclaw@gdcproject.org>
1513
1514         * Makefile.def (target_modules): Add libphobos.
1515         (flags_to_pass): Add GDC, GDCFLAGS, GDC_FOR_TARGET and
1516         GDCFLAGS_FOR_TARGET.
1517         (dependencies): Make libphobos depend on libatomic, libbacktrace
1518         configure, and zlib configure.
1519         (language): Add language d.
1520         * Makefile.in: Rebuild.
1521         * Makefile.tpl (BUILD_EXPORTS): Add GDC and GDCFLAGS.
1522         (HOST_EXPORTS): Add GDC.
1523         (POSTSTAGE1_HOST_EXPORTS): Add GDC and GDC_FOR_BUILD.
1524         (BASE_TARGET_EXPORTS): Add GDC.
1525         (GDC_FOR_BUILD, GDC, GDCFLAGS): New variables.
1526         (GDC_FOR_TARGET, GDC_FLAGS_FOR_TARGET): New variables.
1527         (EXTRA_HOST_FLAGS): Add GDC.
1528         (STAGE1_FLAGS_TO_PASS): Add GDC.
1529         (EXTRA_TARGET_FLAGS): Add GDC and GDCFLAGS.
1530         * config-ml.in: Treat GDC and GDCFLAGS like other compiler/flag
1531         environment variables.
1532         * configure: Rebuild.
1533         * configure.ac: Add target-libphobos to target_libraries.  Set and
1534         substitute GDC_FOR_BUILD and GDC_FOR_TARGET.
1535
1536 2018-10-24  Ilya Leoshkevich  <iii@linux.ibm.com>
1537
1538         * MAINTAINERS (Write After Approval): Add myself.
1539
1540 2018-10-23  Iain Buclaw  <ibuclaw@gdcproject.org>
1541
1542         * MAINTAINERS (Write After Approval): Remove myself.
1543
1544 2018-10-23  Iain Buclaw  <ibuclaw@gdcproject.org>
1545
1546         * MAINTAINERS: Add myself as D front-end and libphobos maintainer.
1547
1548 2018-10-14  Bin Cheng <bin.cheng@linux.alibaba.com>
1549
1550         * MAINTAINERS: Update my email address.
1551
1552 2018-10-04  Thomas Schwinge  <thomas@codesourcery.com>
1553
1554         * MAINTAINERS: List myself as "libgomp (OpenACC)" and "OpenACC"
1555         maintainer.
1556
1557 2018-09-13  Matthew Malcomson  <matthew.malcomson@arm.com>
1558
1559         * MAINTAINERS (Write After Approval): Add self.
1560
1561 2018-09-13  Sam Tebbs  <sam.tebbs@arm.com>
1562
1563         * MAINTAINERS (write after approval): Add myself.
1564
1565 2018-09-04  Xuepeng Guo  <xuepeng.guo@intel.com>
1566
1567         * MAINTAINERS: Update my email address.
1568
1569 2018-08-29  Vlad Lazar  <vlad.lazar@arm.com>
1570
1571         * MAINTAINERS (write after approval): Add myself.
1572
1573 2018-08-21  Richard Sandiford  <richard.sandiford@arm.com>
1574
1575         * MAINTAINERS: Add self to global reviewers list.
1576
1577 2018-08-17  Sandra Loosemore  <sandra@codesourcery.com>
1578
1579         MAINTAINERS: Add c-sky port maintainers.
1580
1581 2018-08-10  Martin Liska  <mliska@suse.cz>
1582
1583         * MAINTAINERS: Revert change in previous commit and
1584         join lines.
1585
1586 2018-08-10  Martin Liska  <mliska@suse.cz>
1587
1588         * MAINTAINERS: Remove extra line.
1589
1590 2018-08-06  Naveen H.S  <naveenh@marvell.com>
1591
1592         * MAINTAINERS: Update my email address.
1593
1594 2018-07-19  DJ Delorie  <dj@redhat.com>
1595
1596         * MAINTAINERS (m32c, msp43, rl78, libiberty, build): Remove myself
1597         as maintainer.
1598
1599 2018-07-16  Andreas Krebbel  <krebbel@linux.ibm.com>
1600
1601         * MAINTAINERS: Adjust email address for me and my colleague Robin
1602         Dapp.
1603
1604 2018-07-13  H.J. Lu  <hongjiu.lu@intel.com>
1605             Sunil K Pandey  <sunil.k.pandey@intel.com>
1606
1607         PR target/84413
1608         * config/i386/i386.c (m_CORE_AVX512): New.
1609         (m_CORE_AVX2): Likewise.
1610         (m_CORE_ALL): Add m_CORE_AVX2.
1611         * config/i386/x86-tune.def: Replace m_HASWELL with m_CORE_AVX2.
1612         Replace m_SKYLAKE_AVX512 with m_CORE_AVX512 on avx256_optimal
1613         and remove the rest of m_SKYLAKE_AVX512.
1614
1615 2018-07-06  Sebastian Huber  <sebastian.huber@embedded-brains.de>
1616
1617         * config.sub: Sync with upstream version 2018-07-03.
1618
1619 2018-07-06  Sebastian Huber  <sebastian.huber@embedded-brains.de>
1620
1621         * config.guess: Sync with upstream version 2018-06-26.
1622         * config.sub: Sync with upstream version 2018-07-02.
1623
1624 2018-06-19  Bernhard M. Wiedemann  <bwiedemann@suse.de>
1625
1626         * libtool.m4: Sort output of 'find' to enable deterministic builds.
1627         * ltmain.sh: Likewise.
1628
1629 2018-07-03  Segher Boessenkool  <segher@kernel.crashing.org>
1630
1631         * contrib/config-list.mk: Remove powerpc-linux_paired.
1632
1633 2018-06-29  Alexandre Oliva <oliva@adacore.com>
1634
1635         * configure.ac: Introduce support for @unless/@endunless.
1636         * Makefile.tpl (dep-kind): Rewrite with cond; return
1637         postbootstrap in some cases.
1638         (make-postboot-dep, postboot-targets): New.
1639         (dependencies): Do not output postbootstrap dependencies at
1640         first.  Output non-target ones changed for configure to depend
1641         on stage_last @if gcc-bootstrap, and the original deps @unless
1642         gcc-bootstrap.
1643         * configure.in, Makefile.in: Rebuilt.
1644
1645 2018-06-28  Jackson Woodruff  <jackson.woodruff@arm.com>
1646
1647         * MAINTAINERS (write after approval): Add myself.
1648
1649 2018-06-26  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
1650
1651         * MAINTAINERS (write after approval): Add myself.
1652
1653 2018-06-19  Nick Clifton  <nickc@redhat.com>
1654
1655         * zlib/configure.ac: Restore old behaviour of only enabling
1656         multilibs when a target subdirectory is defined.  This allows
1657         building with srcdir == builddir.
1658         * zlib/configure: Regenerate.
1659
1660 2018-06-18  Eric Botcazou  <ebotcazou@adacore.com>
1661
1662         * Makefile.def (fortran): Add check-target-libgomp-fortran.
1663         * Makefile.tpl (check-target-libgomp-fortran): New phony target.
1664         * Makefile.in: Regenerate.
1665
1666 2018-06-16  Ben Elliston  <bje@gnu.org>
1667
1668         * config.guess: Import latest version.
1669         * config.sub: Likewise.
1670
1671 2018-06-08  Martin Liska  <mliska@suse.cz>
1672
1673         * MAINTAINERS: Remove MPX-related entries.
1674         * Makefile.def: Remove libmpx support.
1675         * Makefile.in: Regenerate.
1676         * configure.ac: Remove removed files.
1677         * configure: Regenerate.
1678         * libmpx/ChangeLog: Remove.
1679         * libmpx/Makefile.am: Remove.
1680         * libmpx/Makefile.in: Remove.
1681         * libmpx/acinclude.m4: Remove.
1682         * libmpx/aclocal.m4: Remove.
1683         * libmpx/config.h.in: Remove.
1684         * libmpx/configure: Remove.
1685         * libmpx/configure.ac: Remove.
1686         * libmpx/configure.tgt: Remove.
1687         * libmpx/libmpx.spec.in: Remove.
1688         * libmpx/mpxrt/Makefile.am: Remove.
1689         * libmpx/mpxrt/Makefile.in: Remove.
1690         * libmpx/mpxrt/libmpx.map: Remove.
1691         * libmpx/mpxrt/libtool-version: Remove.
1692         * libmpx/mpxrt/mpxrt-utils.c: Remove.
1693         * libmpx/mpxrt/mpxrt-utils.h: Remove.
1694         * libmpx/mpxrt/mpxrt.c: Remove.
1695         * libmpx/mpxrt/mpxrt.h: Remove.
1696         * libmpx/mpxwrap/Makefile.am: Remove.
1697         * libmpx/mpxwrap/Makefile.in: Remove.
1698         * libmpx/mpxwrap/libmpxwrappers.map: Remove.
1699         * libmpx/mpxwrap/libtool-version: Remove.
1700         * libmpx/mpxwrap/mpx_wrappers.c: Remove.
1701
1702 2018-06-04  Martin Liska  <mliska@suse.cz>
1703
1704         * MAINTAINERS: Add myself as gcov maintainer.
1705
1706 2018-06-04  Matthew Fortune  <mfortune@gmail.com>
1707
1708         * MAINTAINERS: Update my email address.
1709
1710 2018-06-04  Tom de Vries  <tdevries@suse.de>
1711
1712         * MAINTAINERS: Remove write-after-approval entries for component
1713         maintainers.
1714
1715 2018-06-01  Jozef Lawrynowicz  <jozef.l@mittosystems.com>
1716
1717         * MAINTAINERS (write after approval): Add myself.
1718
1719 2018-06-01  Bin Cheng <amker@gcc.gnu.org>
1720
1721         * MAINTAINERS: Update my email address.
1722
1723 2018-06-01  Tom de Vries  <tdevries@suse.de>
1724
1725         * MAINTAINERS: Update my email address.
1726
1727 2018-05-22  Bin Cheng <bin.cheng@arm.com>
1728
1729         * MAINTAINERS (loop-optimizer): Add myself.
1730
1731 2018-05-01  Francois H. Theron  <francois.theron@netronome.com>
1732
1733         * configure.ac: Added "nfp" target.
1734         * configure: Regenerate.
1735
1736 2018-04-30  Richard Biener  <rguenther@suse.de>
1737
1738         PR bootstrap/85571
1739         * Makefile.tpl (STAGE3_CFLAGS): Use -fchecking=1.
1740         (STAGE3_TFLAGS): Likewise.
1741         (STAGEtrain_CFLAGS): Filter out -fchecking=1.
1742         (STAGEtrain_TFLAGS): Likewise.
1743         * Makefile.in: Regenerate.
1744
1745 2018-04-26  Richard Biener  <rguenther@suse.de>
1746
1747         * Makefile.tpl (STAGE1_TFLAGS): Add -fno-checking.
1748         (STAGE2_CFLAGS): Likewise.
1749         (STAGE2_TFLAGS): Likewise.
1750         (STAGE3_CFLAGS): Add -fchecking.
1751         (STAGE3_TFLAGS): Likewise.
1752         (STAGEtrain_CFLAGS): Filter out -fchecking.
1753         (STAGEtrain_TFLAGS): Likewise.
1754         * Makefile.in: Re-generate.
1755
1756 2018-04-25  Catherine Moore <clm@codesourcery.com>
1757
1758         * MAINTAINERS (mips): Remove myself as MIPS maintainer.
1759
1760 2018-04-18  Paul Clarke  <pc@us.ibm.com>
1761
1762         * MAINTAINERS (write after approval): Add myself.
1763
1764 2018-04-10  Aaron Sawdey  <acsawdey@linux.ibm.com>
1765
1766         * MAINTAINERS: Update my email address.
1767
1768 2018-04-02  Bill Schmidt  <wschmidt@linux.ibm.com>
1769
1770         * MAINTAINERS: Remove redundant Write-After-Approval entry.
1771
1772 2018-03-30  Bill Schmidt  <wschmidt@linux.ibm.com>
1773
1774         * MAINTAINERS: Update my email address and disambiguate myself
1775         a bit from Will Schmidt.
1776
1777 2018-03-21  Nathan Sidwell  <nathan@acm.org>
1778
1779         * MAINTAINERS: Move maintainers of now-removed picochip and score
1780         ports to write after approval.
1781
1782 2018-03-13  Richard Sandiford  <richard.sandiford@arm.com>
1783
1784         * MAINTAINERS: Add entry for SVE maintainership.
1785
1786 2018-02-13  Maciej W. Rozycki  <macro@mips.com>
1787
1788         * configure.ac <wasm32-*-*> (noconfigdirs): Add `ld'.
1789         * configure: Regenerate.
1790
1791 2018-01-18  Boris Kolpackov  <boris@codesynthesis.com>
1792
1793         * MAINTAINERS (write after approval): Add myself.
1794
1795 2018-01-18  Siddhesh Poyarekar  <siddhesh@sourceware.org>
1796
1797         * MAINTAINERS (write after approval): Add myself.
1798
1799 2018-01-16  Sebastian Perta  <sebastian.perta@renesas.com>
1800
1801         * MAINTAINERS (write after approval): Add myself.
1802
1803 2018-01-03  Jakub Jelinek  <jakub@redhat.com>
1804
1805         Update copyright years.
1806
1807 2018-01-03  Ben Elliston  <bje@gnu.org>
1808
1809         * config.guess: Import latest version.
1810         * config.sub: Likewise.
1811
1812 2017-12-12  Stafford Horne  <shorne@gmail.com>
1813
1814         * configure.ac: Remove logic adding gdb to noconfigsdirs for or1k.
1815         * configure: Regenerate.
1816
1817 2017-11-29  Qing Zhao  <qing.zhao@oracle.com>
1818
1819         * MAINTAINERS (Write After Approval): Add myself.
1820
1821 2017-11-28  Julia Koval  <julia.koval@intel.com>
1822             Sebastian Peryt  <sebastian.peryt@intel.com>
1823
1824         * Makefile.def (target_modules): Remove libcilkrts.
1825         * Makefile.in: Ditto.
1826         * configure: Ditto.
1827         * configure.ac: Ditto.
1828
1829 2017-11-28  Julia Koval  <julia.koval@intel.com>
1830
1831         * MAINTAINERS (Write After Approval): Add myself.
1832
1833 2017-11-22  Sudakshina Das  <sudi.das@arm.com>
1834
1835         * MAINTAINERS (Write After Approval): Add myself.
1836
1837 2017-11-06  Palmer Dabbelt  <palmer@sifive.com>
1838
1839         * MAINTAINERS (RISC-V): Add Jim Wilson as a maintainer.
1840         Use my SiFive email address.
1841
1842 2017-11-15  Sebastian Peryt  <sebastian.peryt@intel.com>
1843
1844         * MAINTAINERS (write after approval): Add myself.
1845
1846 2017-10-27  Martin Liska  <mliska@suse.cz>
1847
1848         * Makefile.tpl: Use proper name of folder as it was renamed
1849         during transition to 4 stages.
1850         * Makefile.in: Regenerate.
1851
1852 2017-10-16  Igor Tsimbalist  <igor.v.tsimbalist@intel.com>
1853
1854         * MAINTAINERS (write after approval): Add myself.
1855
1856 2017-10-01  Gerald Pfeifer  <gerald@pfeifer.com>
1857
1858         * MAINTAINERS: Add a note that maintainership also includes web
1859         pages, docs, and testsuite related to that area.
1860
1861 2017-09-25  Tom de Vries  <tom@codesourcery.com>
1862
1863         * MAINTAINERS (CPU Port Maintainers): Add myself as nvptx maintainer.
1864
1865 2017-09-18  Pierre-Marie de Rodat  <derodat@adacore.com>
1866
1867         * MAINTAINERS: Add myself as a maintainer for the Ada front end.
1868
1869 2017-09-15  Nathan Sidwell  <nathan@acm.org>
1870
1871         * MAINTAINERS: Remove myself as a vxworks maintainer.
1872
1873 2017-09-13  Thomas Schwinge  <thomas@codesourcery.com>
1874
1875         * MAINTAINERS: Remove email address of Jim Norris.
1876
1877 2017-09-11  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
1878
1879         * MAINTAINERS (Reviewers): Move myself from here...
1880         (CPU Port Maintainers): ... to here.
1881
1882 2017-09-09  James Greenhalgh  <james.greenhalgh@arm.com>
1883
1884         * MAINTAINERS (James Greenhalgh): Move to AArch64 maintainers.
1885
1886 2017-07-31  Robin Dapp  <rdapp@linux.vnet.ibm.com>
1887
1888         * MAINTAINERS (write after approval): Add myself.
1889
1890 2017-07-28  Tony Reix  <tony.reix@atos.net>
1891
1892         * configure.ac (target-libffi): Don't disable for AIX.
1893         (go): Don't add to unsupported_languages on AIX.
1894         (target-libgo): Don't disable for AIX.
1895         * configure: Regenerate.
1896
1897 2017-07-19  Yury Gribov  <tetra2005@gmail.com>
1898
1899         * MAINTAINERS: Add myself.
1900
1901 2017-07-18  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
1902
1903         * MAINTAINERS: Update my email address.
1904
1905 2017-07-04  Richard Earnshaw  <rearnsha@arm.com>
1906
1907         * contrib/gcc_update (files_and_dependencies): Remove stamp rules for
1908         arm-specific auto-generated header files.
1909
1910 2017-07-03  Nathan Sidwell  <nathan@acm.org>
1911
1912         * configure.ac: Set srcdir when sourcing config-lang.in fragments.
1913         * configure: Rebuilt.
1914
1915 2017-07-03  Bernd Schmidt  <bschmidt@redhat.com>
1916
1917         * MAINTAINERS: Readd myself for c6x.
1918
1919 2017-06-28  Martin Liska  <mliska@suse.cz>
1920
1921         PR bootstrap/81217
1922         * Makefile.def: Remove superfluous bootstrap_target from
1923         bootstrap_stage.
1924         * Makefile.in: Re-generate the file.
1925
1926 2017-06-26  Maxim Ostapenko  <m.ostapenko@samsung.com>
1927
1928         * MAINTAINERS: Add myself to Write After Approval
1929
1930 2017-06-21  Andrew Jenner  <andrew@codesourcery.com>
1931
1932         * MAINTAINERS: Add myself as maintainer for PowerPC SPE port.
1933
1934 2017-06-19  Martin Liska  <mliska@suse.cz>
1935
1936         * Makefile.def: Define 4 stages PGO bootstrap.
1937         * Makefile.tpl: Define FLAGS.
1938         * Makefile.in: Regenerate.
1939
1940 2017-06-14  Ian Lance Taylor  <iant@golang.org>
1941
1942         * Makefile.def: Add check-gotools to go check targets.
1943         * Makefile.in: Rebuild.
1944
1945 2017-06-12  Segher Boessenkool  <segher@kernel.crashing.org>
1946
1947         * config.gcc: Remove rs6000/e500.h from tm_file for all targets.
1948
1949 2017-06-03  Eric Botcazou  <ebotcazou@adacore.com>
1950
1951         * configure.ac (*-*-linux-android*): Set target_makefile_frag.
1952         * configure: Regenerate.
1953
1954 2017-05-31  Martin Liska  <mliska@suse.cz>
1955
1956         * configure.ac: Add handling of stage2_werror_flags to
1957         action-if-given and to action-if-not-given.
1958         * configure: Regenerate.
1959
1960 2017-05-31  Prakhar Bahuguna  <prakhar.bahuguna@arm.com>
1961
1962         * MAINTAINERS: Add self to Write After Approval
1963
1964 2017-05-27  Bernd Schmidt  <bschmidt@redhat.com>
1965
1966         * MAINTAINERS: Update my email address, and remove myself as
1967         maintainer in some areas.
1968
1969 2017-05-25  Eric Gallager  <egall@gwmail.gwu.edu>
1970
1971         * MAINTAINERS: Add self to Write After Approval
1972
1973 2017-05-25  Nathan Sidwell  <nathan@acm.org>
1974
1975         * configure.ac: Add --enable-languages=default to mean default and
1976         make --enable-languages=all mean all supported languages.
1977         * configure: Regenerated.
1978
1979 2017-05-24  Segher Boessenkool  <segher@kernel.crashing.org>
1980
1981         * config.gcc (powerpc*-*-*spe*): New.
1982         (powerpc-*-eabispe*): Use ${cpu_type} instead of hardcoded pathnames.
1983         (powerpc-*-rtems*spe*): New.
1984         (powerpc*-*-linux*spe*): New.
1985         (powerpc-wrs-vxworksspe): New.
1986         (powerpc*-*-*, rs6000-*-*): Use ${cpu_type}.
1987         (misc flags) [powerpc*-*-*, rs6000-*-*): Use ${cpu_type}.
1988         * config.host (powerpc*-*-*spe*): New.
1989
1990 2017-05-19  Martin Liska  <mliska@suse.cz>
1991
1992         * configure.ac: Add --enable-werror-always just for
1993         bootstrap-debug (or none build config) and do not add it
1994         when we are on a release branch.
1995         * configure: Regenerated.
1996
1997 2017-05-18  Sheldon Lobo  <sheldon.lobo@oracle.com>
1998
1999         * MAINTAINERS: Add self to Write After Approval
2000
2001 2017-05-09  Kaz Kojima  <kkojima@gcc.gnu.org>
2002
2003         * MAINTAINERS: Move myself to Write After Approval section.
2004
2005 2017-05-09  Claudiu Zissulescu  <claziss@synopsys.com>
2006
2007         * config/arc/arc.c (arc_conditional_register_usage): Handle ACCL,
2008         ACCH registers.
2009         * config/arc/arc.md (mulsidi3): Use advanced mpy instructions when
2010         available.
2011         (umulsidi3): Likewise.
2012         (mulsidi3_700): Disable this pattern when we have advanced mpy
2013         instructions.
2014         (umulsidi3_700): Likewise.
2015         (maddsidi4): New pattern.
2016         (macd, mac, mac_r, umaddsidi4, macdu, macu, macu_r): Likewise.
2017         (mpyd_arcv2hs, mpyd_imm_arcv2hs, mpydu_arcv2hs): Likewise.
2018         (mpydu_imm_arcv2hs): Likewise.
2019         * config/arc/predicates.md (accl_operand): New predicate.
2020
2021 2017-05-09  Claudiu Zissulescu  <claziss@synopsys.com>
2022             Andrew Burgess <andrew.burgess@embecosm.com>
2023
2024         * config/arc/arc.c (ARC_AUTOBLINK_IRQ_P): Consider fast interrupts
2025         case.
2026         (ARC_AUTOFP_IRQ_P): Likewise.
2027         (ARC_AUTO_IRQ_P): Likewise.
2028         (rgf_banked_register_count): New variable.
2029         (parse_mrgf_banked_regs_option): New function.
2030         (arc_override_options): Handle rgf_banked_regs option.
2031         (arc_handle_interrupt_attribute): Add firq option.
2032         (arc_compute_function_type): Return fast irq type when required.
2033         (arc_must_save_register): Handle fast interrupts.
2034         (arc_expand_prologue): Do not emit dwarf info for fast interrupts.
2035         (arc_return_address_regs): Update.
2036         * config/arc/arc.h (arc_return_address_regs): Update.
2037         (arc_function_type): Add fast interrupt type.
2038         (ARC_INTERRUPT_P): Update.
2039         (RC_FAST_INTERRUPT_P): Define.
2040         * config/arc/arc.md (simple_return): Update for fast interrupts.
2041         (p_return_i): Likewise.
2042         * config/arc/arc.opt (mrgf-banked-regs): New option.
2043         * doc/invoke.texi (mrgf-banked-regs): Document.
2044
2045 2017-05-09  Claudiu Zissulescu  <claziss@synopsys.com>
2046
2047         * config/arc/arc.c (irq_ctrl_saved): New variable.
2048         (ARC_AUTOBLINK_IRQ_P): Define.
2049         (ARC_AUTOFP_IRQ_P): Likewise.
2050         (ARC_AUTO_IRQ_P): Likewise.
2051         (irq_range): New function.
2052         (arc_must_save_register): Likewise.
2053         (arc_must_save_return_addr): Likewise.
2054         (arc_dwarf_emit_irq_save_regs): Likewise.
2055         (arc_override_options): Handle deferred options.
2056         (MUST_SAVE_REGISTER): Deleted, replaced by arc_must_save_register.
2057         (MUST_SAVE_RETURN_ADDR): Deleted, replaced by
2058         arc_must_save_return_addr.
2059         (arc_compute_frame_size): Handle automated save and restore of
2060         registers.
2061         (arc_expand_prologue): Likewise.
2062         (arc_expand_epilogue): Likewise.
2063         * config/arc/arc.md (stack_irq_dwarf): New unspec instruction.
2064         * config/arc/arc.opt (mirq-ctrl-saved): New option.
2065         * doc/invoke.texi (mirq-ctrl-saved): Document option.
2066
2067 2017-04-19  Thomas Koenig  <tkoenig@gcc.gnu.org>
2068         Tobias Burnus  <tobias.burnus@physik.fu-berlin.de>
2069
2070         PR bootstrap/77661
2071         * Makefile.def: Don't pass --enable-maintainer-mode on to an
2072         in-tree build MPC.
2073         * Makefile.in: Regenerate.
2074
2075 2017-03-22  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
2076
2077         * configure.ac: Enable LTO by default on darwin >= 9.
2078         * configure: Regenerate.
2079
2080 2017-03-20  Palmer Dabbelt  <palmer@dabbelt.com>
2081
2082         * MAINTAINERS (CPU Port Maintainers): Add Kito Cheng, Palmer Dabbelt,
2083         and Andrew Waterman as the RISC-V maintainers.
2084
2085 2017-03-18  Nicolas Koenig  <koenigni@gcc.gnu.org>
2086
2087         * MAINTAINERS: Add self to Write After Approval
2088
2089 2017-03-18  Gerald Pfeifer  <gerald@pfeifer.com>
2090
2091         * config.guess: Import latest from upstream.
2092
2093 2017-03-18  Gerald Pfeifer  <gerald@pfeifer.com>
2094
2095         * MAINTAINERS (Write After Approval): Remove entries that are
2096         already covered under Reviewers.
2097
2098 2017-03-08  Mark Wielaard  <mark@klomp.org>
2099
2100         PR demangler/70909
2101         PR demangler/67264
2102         * include/demangle.h: Add d_printing to struct demangle_component
2103         and pass struct demangle_component as non const.
2104
2105 2017-02-26  Gerald Pfeifer  <gerald@pfeifer.com>
2106
2107         * MAINTAINERS: Remove Neil Booth as option handling maintainer.
2108
2109 2017-02-15  Thomas Schwinge  <thomas@codesourcery.com>
2110
2111         * Makefile.tpl: Remove HOST_ISLVER.
2112         (HOST_EXPORTS): Remove ISLVER.
2113         * Makefile.in: Regenerate.
2114
2115 2017-02-13  Richard Biener  <rguenther@suse.de>
2116
2117         * configure: Re-generate.
2118
2119 2017-02-07  Gerald Pfeifer  <gerald@pfeifer.com>
2120
2121         * MAINTAINERS: Adjust bug reporting URL.
2122
2123 2017-02-05  Gerald Pfeifer  <gerald@pfeifer.com>
2124
2125         * MAINTAINERS (Write After Approval): Remove redundant entry
2126         for Andrew Burgess.
2127
2128 2017-02-03  John David Anglin  <danglin@gcc.gnu.org>
2129
2130         * configure.ac: Add gcc/function-tests.o to compare_exclusions for
2131         32-bit hppa*-*-hpux*.
2132         * configure: Regenerate.
2133
2134 2017-01-27  Pekka Jääskeläinen  <pekka.jaaskelainen@parmance.com>
2135
2136         * configure.ac: Moved the white list of enabling BRIG FE to
2137         libhsail-rt/configure.tgt.
2138         * configure: Regenerated.
2139         * MAINTAINERS: Updated maintainers for BRIG FE and libhsail-rt.
2140
2141 2017-01-24  Pekka Jääskeläinen  <pekka@parmance.com>
2142             Martin Jambor  <mjambor@suse.cz>
2143
2144         * Makefile.def (target_modules): Added libhsail-rt.
2145         (languages): Added language brig.
2146         * Makefile.in: Regenerated.
2147         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Added
2148         tgarget-libhsail-rt.  Make brig unsupported on untested architectures.
2149         * configure: Regenerated.
2150
2151 2017-01-17  Jakub Jelinek  <jakub@redhat.com>
2152
2153         PR other/79046
2154         * configure: Regenerated.
2155
2156 2017-01-04  Alan Modra  <amodra@gmail.com>
2157
2158         * configure: Regenerate.
2159
2160 2016-12-29  Ben Elliston  <bje@gnu.org>
2161
2162         * config.sub: Import latest version.
2163
2164 2016-12-26  Alexander Ivchenko  <alexander.ivchenko@intel.com>
2165
2166         * MAINTAINERS (Write After Approval): Add myself.
2167
2168 2016-12-21  Jakub Jelinek  <jakub@redhat.com>
2169
2170         * configure.ac: Don't bootstrap libmpx unless --with-build-config
2171         includes bootstrap-mpx.
2172         * configure: Regenerated.
2173
2174 2016-12-19  Chenghua Xu  <paul.hua.gm@gmail.com>
2175
2176         * MAINTAINERS (Write After Approval): Add myself.
2177
2178 2016-12-01  Ma Jiang  <ma.jiang@zte.com.cn>
2179
2180         * configure: Regenerate.
2181
2182 2016-12-01  Matthias Klose  <doko@ubuntu.com>
2183
2184         * configure.ac: Don't use pkg-config to check for bdw-gc.
2185         * configure: Regenerate.
2186
2187 2016-11-30  Matthias Klose  <doko@ubuntu.com>
2188
2189         * Makefile.def: Remove reference to boehm-gc target module.
2190         * configure.ac: Include pkg.m4, check for --with-target-bdw-gc
2191         options and for the bdw-gc pkg-config module.
2192         * configure: Regenerate.
2193         * Makefile.in: Regenerate.
2194
2195 2016-11-28  Nathan Sidwell  <nathan@acm.org>
2196
2197         * MAINTAINERS (nvptx): Remove self.
2198
2199 2016-11-25  Ben Elliston  <bje@gnu.org>
2200
2201         * config.guess: Import latest version.
2202         * config.sub: Likewise.
2203
2204 2016-11-18  Toma Tabacu  <toma.tabacu@imgtec.com>
2205
2206         * MAINTAINERS (Write After Approval): Add myself.
2207
2208 2016-11-15  Matthias Klose  <doko@ubuntu.com>
2209
2210         * Makefile.def: Remove references to GCJ.
2211         * Makefile.tpl: Likewise.
2212         * Makefile.in: Regenerate.
2213
2214 2016-11-15  Matthias Klose  <doko@ubuntu.com>
2215
2216         * config-ml.in: Remove references to GCJ.
2217         * configure.ac: Likewise.
2218         * configure: Regenerate.
2219
2220 2016-11-01  Josh Conner  <joshconner@google.com>
2221
2222         * MAINTAINERS (Write After Approval): Update email address,
2223
2224 2016-10-27  Carl Love  <cel@us.ibm.com>
2225
2226         * MAINTAINERS (Write After Approval): Fix my entry in the Write After
2227         Approval list to make it alphabetical.
2228
2229 2016-10-27  Carl Love  <cel@us.ibm.com>
2230
2231         * MAINTAINERS (Write After Approval): Add myself.
2232
2233 2016-10-27  Andrew Burgess  <andrew.burgess@embecosm.com>
2234
2235         * MAINTAINERS (Reviewers): Add myself.
2236         (Write After Approval): Add myself.
2237
2238 2016-10-21  Hartmut Penner  <hepenner@us.ibm.com>
2239             Ulrich Weigand  <uweigand@de.ibm.com>
2240
2241         * MAINTAINERS: Update email address.
2242
2243 2016-10-10  Nathan Sidwell  <nathan@acm.org>
2244
2245         * MAINTAINERS: Update email address.
2246
2247 2016-10-10  Andreas Tobler <andreast@gcc.gnu.org>
2248
2249         * configure.ac: Add aarch64-*-freebsd*.
2250         * configure: Regenerate.
2251
2252 2016-10-05  Steve Ellcey  <sellcey@caviumnetworks.com>
2253
2254         * MAINTAINERS: Update email address after it got reverted.
2255
2256 2016-10-04  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2257
2258         * configure.ac (target_libraries): Readd target-boehm-gc.
2259         Restore --enable-objc-gc handling.
2260         * configure: Regenerate.
2261
2262 2015-10-03  Jeff Law  <law@redhat.com>
2263
2264         * MAINTAINERS: Move several inactive maintainers to the
2265         write-after-approval section.
2266
2267 2016-09-30  Jakub Jelinek  <jakub@redhat.com>
2268
2269         * configure.ac: Add target-libffi to target_libraries.
2270         Readd libgcj target disablings, modified to only target-libffi.
2271         Readd target addition of go to unsupported languages.
2272         * configure: Regenerated.
2273
2274 2016-09-30  Steve Ellcey  <sellcey@caviumnetworks.com>
2275
2276         * MAINTAINERS: Update email address.
2277
2278 2016-09-30  Andrew Haley  <aph@redhat.com>
2279
2280         * MAINTAINERS: Remove Per Bothner, Andrew Haley, and Tom Tromey from
2281         write-after approval.  Remove Tom Tromey and Bryce McKinlay from
2282         libgcj.
2283
2284 2016-09-30  Andrew Haley  <aph@redhat.com>
2285
2286         * MAINTAINERS: Move Per Bothner, Andrew Haley, and Tom Tromey to
2287         write-after approval after GCJ deletion.
2288
2289 2016-09-30  Andrew Haley  <aph@redhat.com>
2290
2291         * Makefile.def: Remove libjava.
2292         * Makefile.tpl: Likewise.
2293         * Makefile.in: Regenerate.
2294         * configure.ac: Likewise.
2295         * configure: Likewise.
2296         * gcc/java: Remove.
2297         * libjava: Likewise.
2298
2299 2016-09-28  Claudiu Zissulescu  <claziss@synopsys.com>
2300
2301         * MAINTAINERS (Reviewers): Add myself.
2302
2303 2016-09-26  Anton Kolesov  <Anton.Kolesov@synopsys.com>
2304
2305         * configure.ac: Disable "sim" directory for arc*-*-*.
2306         * configure: Regenerated.
2307
2308 2016-09-23  Tamar Christina <tamar.christina@arm.com>
2309
2310         * MAINTAINERS (Write After Approval): Add myself.
2311
2312 2016-09-12  Maciej W. Rozycki  <macro@imgtec.com>
2313
2314         * configure.ac: Check for the minimum in-tree MPFR version
2315         handled.
2316         * configure: Regenerate.
2317
2318 2016-07-20  Yan-Ting Lin  <currygt52@gmail.com>
2319
2320         * configure.ac (nds32*-*-*): Remove entry to enable gdb.
2321         * configure: Regenerated.
2322
2323 2016-07-19  Fritz Reese  <fritzoreese@gmail.com>
2324
2325         * MAINTAINERS (Write After Approval): Add myself.
2326
2327 2016-06-23  Andi Kleen  <ak@linux.intel.com>
2328
2329         * Makefile.def: Add autoprofiledbootstrap.
2330         * Makefile.tpl: Dito.
2331         * Makefile.in: Regenerate.
2332
2333 2016-06-23  Jakub Sejdak  <jakub.sejdak@phoesys.com>
2334
2335     * configure.ac: Disable libgcj and libgloss for Phoenix-RTOS targets.
2336     * configure: Regenerate.
2337
2338 2016-06-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
2339
2340         * configure: Regenerate.
2341         * configure.ac: Remove support for avr-rtems.
2342
2343 2016-06-18  Senthil Kumar Selvaraj  <senthil_kumar.selvaraj@atmel.com>
2344
2345         * MAINTAINERS (Write After Approval): Add myself.
2346
2347 2016-06-16  Michael Collison  <michael.collison@arm.com>
2348
2349         * MAINTAINERS (Write After Approval): Add myself.
2350
2351 2016-06-14  Mikael Morin  <mikael@gcc.gnu.org>
2352
2353         * MAINTAINERS (Write After Approval): Update e-mail address.
2354
2355 2016-06-03  Jose E. Marchesi  <jose.marchesi@oracle.com>
2356
2357         * MAINTAINERS (Write After Approval): Add myself.
2358
2359 2016-05-28  Alan Modra  <amodra@gmail.com>
2360
2361         * Makefile.tpl (configure): Depend on m4 files included.
2362         * Makefile.in: Regenerate.
2363
2364 2016-05-20  Bill Seurer  <seurer@linux.vnet.ibm.com>
2365
2366         * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin): Fix
2367         code formatting in ALTIVEC_BUILTIN_VEC_ADDE section.
2368
2369 2016-05-20  Bill Seurer  <seurer@linux.vnet.ibm.com>
2370
2371         * config/rs6000/rs6000-builtin.def (vec_addec): Change vec_addec to a
2372         special case builtin.
2373         * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin): Add
2374         support for ALTIVEC_BUILTIN_VEC_ADDEC.
2375         * config/rs6000/rs6000.c (altivec_init_builtins): Add definition
2376         for __builtin_vec_addec.
2377
2378 2016-05-16  Jakub Sejdak  <jakub.sejdak@phoesys.com>
2379
2380         * config.guess: Import version 2016-04-02 (newest).
2381         * config.sub: Import version 2016-05-10 (newest).
2382
2383 2016-05-16  Anton Kolesov  <anton.kolesov@synopsys.com>
2384
2385         * configure.ac: Add ARC support to libgloss.
2386         * configure: Regenerate
2387
2388 2016-05-09  Aaron Sawdey  <acsawdey@linux.vnet.ibm.com>
2389
2390         * MAINTAINERS (Write After Approval): Add myself.
2391
2392 2016-05-02  Bernd Edlinger  <bernd.edlinger@hotmail.de>
2393
2394         * configure.ac (mpfr): Remove pre-3.1.0 mpfr compatibility code.
2395         * configure: Regenerated.
2396         * Makefile.def (gmp): Explicitly disable assembler.
2397         (mpfr): Adjust lib_path.
2398         (mpc): Likewise.
2399         * Makefile.in: Regenerated.
2400
2401 2016-05-01  Jakub Jelinek  <jakub@redhat.com>
2402
2403         PR bootstrap/70704
2404         * configure.ac (--enable-stage1-checking): Add missing
2405         --enable-checking=.
2406         * configure: Regenerated.
2407
2408 2016-04-30  Oleg Endo  <olegendo@gcc.gnu.org>
2409
2410         * config.guess: Revert r235676.
2411         * config.sub: Revert r235676.
2412
2413 2016-04-30  Oleg Endo  <olegendo@gcc.gnu.org>
2414
2415         * config.guess: Remove SH5 support.
2416         * config.sub: Likewise.
2417         * configure: Likewise.
2418         * configure.ac: Likewise.
2419
2420 2016-04-26  Jakub Jelinek  <jakub@redhat.com>
2421
2422         PR bootstrap/70704
2423         * configure.ac (--enable-stage1-checking): For --disable-checking or
2424         implicit --enable-checking, make sure extra flag matches in between
2425         stage1 and later checking.
2426         * configure: Regenerated.
2427
2428 2016-04-22  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
2429
2430         * .gitattributes: New file.
2431
2432 2016-04-22  Segher Boessenkool  <segher@kernel.crashing.org>
2433
2434         * MAINTAINERS (rs6000/powerpc port): Add myself.
2435
2436 2016-04-13  Segher Boessenkool  <segher@kernel.crashing.org>
2437
2438         PR bootstrap/70173
2439         * Makefile.tpl (local-distclean): Delete the libcc1, gnattools,
2440         and gotools directories.  Delete the stage_final file.
2441         * Makefile.in: Regenerate.
2442
2443 2016-04-12  Andre Vieira  <andre.simoesdiasvieira@arm.com>
2444
2445         * MAINTAINERS (Write After Approval): Add myself.
2446
2447 2016-04-09  Steven G. Kargl  <kargl@gcc.gnu.org>
2448
2449         * MAINTAINERS (Fortran maintainer): Remove myself.
2450
2451 2016-04-04  Bill Seurer  <seurer@linux.vnet.ibm.com>
2452
2453         * MAINTAINERS (Write After Approval): Add myself.
2454
2455 2016-03-29  Kelvin Nilsen  <kdnilsen@linux.vnet.ibm.com>
2456
2457         * MAINTAINERS (Write After Approval): Add myself.
2458
2459 2016-03-17  Cary Coutant  <ccoutant@gmail.com>
2460
2461         Sync with binutils-gdb:
2462
2463         2016-03-17  Cary Coutant  <ccoutant@gmail.com>
2464
2465         * configure.ac: Add mips and s390 to the gold target check.
2466         * configure: Regenerate.
2467
2468 2016-03-01  DJ Delorie  <dj@redhat.com>
2469
2470         * MAINTAINERS (mep): Remove myself as MeP maintainer.
2471
2472 2016-02-22  David Malcolm  <dmalcolm@redhat.com>
2473
2474         * MAINTAINERS (libcpp): Add myself.
2475         (diagnostic messages): Likewise.
2476
2477 2016-02-20  Tom de Vries  <tom@codesourcery.com>
2478
2479         * MAINTAINERS: Fix whitespace.
2480
2481 2016-02-02  Claudiu Zissulescu  <claziss@synopsys.com>
2482
2483         * MAINTAINERS (Write After Approval): Add myself.
2484
2485 2016-01-29  Sebastian Pop  <s.pop@samsung.com>
2486
2487         * config/isl.m4: Add comments about isl-0.16.
2488         * configure: Regenerate.
2489
2490 2016-01-29  Martin Jambor  <mjambor@suse.cz>
2491
2492         * MAINTAINERS (hsa maintainers): Add myself.
2493
2494 2015-01-27  Wilco Dijkstra  <wdijkstr@arm.com>
2495
2496         * MAINTAINERS: (Write After Approval): Add myself.
2497
2498 2016-01-25  Aditya Kumar  <aditya.k7@samsung.com>
2499             Sebastian Pop  <s.pop@samsung.com>
2500
2501         * Makefile.in: Regenerate.
2502         * Makefile.tpl: Export ISLVER.
2503         * configure: Regenerate.
2504         * config/isl.m4: Detect isl-0.15.
2505
2506 2016-01-24  Mikhail Maltsev  <maltsevm@gmail.com>
2507
2508         PR bootstrap/69329
2509         * Makefile.tpl (BASE_FLAGS_TO_PASS): Add LSAN_OPTIONS.
2510         * Makefile.in: Regenerate.
2511
2512 2016-01-12  Andris Pavenis  <andris.pavenis@iki.fi>
2513
2514         * configure.ac: Enable LTO for DJGPP
2515         * configure: Regenerate
2516
2517 2016-01-12  H.J. Lu  <hongjiu.lu@intel.com>
2518
2519         Sync with binutils-gdb:
2520         2015-10-21  Nick Clifton  <nickc@redhat.com>
2521
2522         PR gas/19109
2523         * configure.ac: Note the 'none' is an acceptable argument to
2524         --enable-compressed-debug-sections.
2525         * configure: Regenerate.
2526
2527 2016-01-12  Bernd Edlinger  <bernd.edlinger@hotmail.de>
2528
2529         PR bootstrap/69134
2530         * Makefile.def (mpfr): Disable assembler.
2531         * Makefile.in: Regenerate.
2532
2533 2016-01-01  Ben Elliston  <bje@gnu.org>
2534
2535         * config.guess: Import version 2016-01-01.
2536         * config.sub: Likewise.
2537
2538 2015-12-18  Sujoy Saraswati  <sujoy.saraswati@hpe.com>
2539
2540         * MAINTAINERS (Write After Approval): Add myself.
2541
2542 2015-12-17  Sebastian Pop  <s.pop@samsung.com>
2543
2544         * Makefile.in: Replace ISL with isl.
2545         * Makefile.tpl: Same.
2546         * config/isl.m4: Same.
2547         * configure.ac: Same.
2548         * contrib/download_prerequisites: Same.
2549         * configure: Regenerate.
2550
2551 2015-12-17  Andris Pavenis  <andris.pavenis@iki.fi>
2552
2553         * MAINTAINERS (Write After Approval): Add Myself.
2554
2555 2015-12-17  Nathan Sidwell  <nathan@acm.org>
2556
2557         * config/isl.m4 (ISL_CHECK_VERSION): Add gmp libs.
2558         * configure: Regenerate.
2559
2560 2015-12-16  Aditya Kumar  <aditya.k7@samsung.com>
2561             Sebastian Pop  <s.pop@samsung.com>
2562
2563         * config/isl.m4 (ISL_CHECK_VERSION): Check for
2564         isl_ctx_get_max_operations.
2565         * configure: Regenerate.
2566
2567 2015-12-15  Alessandro Fanfarillo  <fanfarillo.gcc@gmail.com>
2568
2569         * MAINTAINERS (Write After Approval): Add myself.
2570
2571 2015-12-02  Ian Lance Taylor  <iant@google.com>
2572
2573         PR go/66147
2574         * Makefile.tpl (HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET.
2575         * Makefile.in: Regenerate.
2576
2577 2015-12-01  Andreas Tobler  <andreast@gcc.gnu.org>
2578
2579         PR libffi/65726
2580         * Makefile.def (lang_env_dependencies): Make libffi depend
2581         on cxx.
2582         * Makefile.in: Regenerate.
2583
2584 2015-11-26  David Edelsohn  <dje.gcc@gmail.com>
2585
2586         * m4/libtool.m4 (export_symbols_cmds) [AIX]: Add global TLS "L"
2587         symbols.
2588
2589 2015-11-20  Tristan Gingold  <gingold@adacore.com>
2590
2591         Sync with binutils-gdb:
2592         2015-11-20  Tristan Gingold  <gingold@adacore.com>
2593
2594         * configure.ac: Add aarch64-*-darwin* and arm-*-darwin*.
2595         * configure: Regenerate.
2596
2597 2015-11-19  Martin Liska  <mliska@suse.cz>
2598
2599         * .gitignore: Add .clang-format to ignored files.
2600         * Makefile.in: Add clang-format.
2601         * Makefile.tpl: Likewise.
2602
2603 2015-11-13  Tsvetkova Alexandra  <aleksandra.tsvetkova@intel.com>
2604
2605         * configure.ac: Enable libmpx by default.
2606         * configure: Regenerated.
2607
2608 2015-10-23  Steve Ellcey  <sellcey@imgtec.com>
2609
2610         * MAINTAINERS: Update email address.
2611
2612 2015-10-23  Paulo Matos  <pmatos@linki.tools>
2613
2614         * MAINTAINERS: Update email address.
2615
2616 2015-10-23  Alan Hayward <alan.hayward@arm.com>
2617
2618         * MAINTAINERS  (Write After Approval): Add myself.
2619
2620 2015-10-20  H.J. Lu  <hongjiu.lu@intel.com>
2621
2622         Sync with binutils-gdb:
2623         2015-10-20  H.J. Lu  <hongjiu.lu@intel.com>
2624
2625         PR gas/19109
2626         * configure.ac: Add
2627         --enable-compressed-debug-sections={all,gas,gold,ld}.
2628         * configure: Regenerated.
2629
2630 2015-10-16  Arnaud Charlet  <charlet@adacore.com>
2631
2632         * MAINTAINERS: Update list of Ada maintainers and email addresses.
2633
2634 2015-10-09  Martin Liska  <mliska@suse.cz>
2635
2636         * MAINTAINERS (Write After Approval): Add myself.
2637
2638 2015-10-09  Alexander Fomin <alexander.fomin@intel.com>
2639
2640         * MAINTAINERS (Write After Approval): Add myself.
2641
2642 2015-10-02  Florian Weimer  <fweimer@redhat.com>
2643
2644         * MAINTAINERS: Update email address.
2645
2646 2015-10-02  Louis Krupp <louis.krupp@zoho.com>
2647
2648         * MAINTAINERS  (Write After Approval): Add myself.
2649
2650 2015-09-20  Kai Tietz  <ktietz70@googlemail.com>
2651
2652         * MAINTAINERS: Update email.
2653
2654 2015-09-14  Bernd Schmidt  <bschmidt@redhat.com>
2655
2656         * MAINTAINERS: Update my email address.
2657
2658 2015-09-01  James Bowman  <james.bowman@ftdichip.com>
2659
2660         * MAINTAINERS (ft32 port): Add myself.
2661
2662 2015-08-28  David Sherwood  <david.sherwood@arm.com>
2663
2664         * MAINTAINERS: Add myself.
2665
2666 2015-08-27  Patrick Marlier  <patrick.marlier@gmail.com>
2667
2668         * MAINTAINERS (Write After Approval): Add myself.
2669
2670 2015-08-23  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
2671
2672         PR libfortran/54572
2673         * Makefile.def: Make libgfortran depend on libbacktrace.
2674         * Makefile.in: Regenerate.
2675
2676 2015-08-20  Simon Dardis  <simon.dardis@imgtec.com>
2677
2678         * MAINTAINERS (Write After Approval): Add myself.
2679
2680 2015-08-12  Tom de Vries  <tom@codesourcery.com>
2681
2682         PR other/67092
2683         * configure.ac: Remove --with_host_libstdcxx support.
2684         * configure: Regenerate.
2685
2686 2015-08-10  Thomas Schwinge  <thomas@codesourcery.com>
2687             Jakub Jelinek  <jakub@redhat.com>
2688
2689         * configure.ac (noconfigdirs): Don't add "target-libgomp" for target
2690         nvptx*-*-*.
2691         * configure: Regenerate.
2692
2693 2015-08-06  Yaakov Selkowitz  <yselkowi@redhat.com>
2694
2695         * Makefile.def (libiconv): Define bootstrap=true.
2696         Mark pdf/html/info as missing.
2697         (configure-gcc): Depend on all-libiconv.
2698         (all-gcc): Ditto.
2699         (configure-libcpp): Ditto.
2700         (all-libcpp): Ditto.
2701         (configure-intl): Ditto.
2702         (all-intl): Ditto.
2703         * Makefile.in: Regenerate.
2704
2705 2015-08-03  Bin Cheng  <bin.cheng@arm.com>
2706
2707         * MAINTAINERS (loop ivopts): Add the entry and myself.
2708
2709 2015-07-31  Nathan Sidwell  <nathan@codesourcery.com>
2710
2711         * MAINTAINERS (nvptx): Add self.
2712
2713 2015-07-29  Alan Lawrence  <alan.lawrence@arm.com>
2714
2715         * config/aarch64/iterators.md (VRL2, VRL3, VRL4): Remove values for
2716         128-bit vector modes.
2717
2718 2015-07-29  Ville Voutilainen  <ville.voutilainen@gmail.com>
2719
2720         * MAINTAINERS (Write After Approval): Add myself.
2721
2722 2015-07-28  Ben Elliston  <bje@gnu.org>
2723
2724         * config.sub, config.guess: Import from upstream.
2725
2726 2015-07-24  Michael Darling  <darlingm@gmail.com>
2727
2728         PR other/66259
2729         * config-ml.in: Reflects renaming of configure.in to configure.ac
2730         * configure: Likewise
2731         * configure.ac: Likewise
2732
2733 2015-07-23  Bernd Schmidt  <bernds_cb1@t-online.de>
2734
2735         * MAINTAINERS: Update my email address.
2736
2737 2015-07-14  H.J. Lu  <hongjiu.lu@intel.com>
2738
2739         Sync with binutils-gdb:
2740         2015-03-17  H.J. Lu  <hongjiu.lu@intel.com>
2741
2742         * configure.ac (target_configdirs): Exclude target-zlib if
2743         target-libjava isn't built.
2744         * configure: Regenerated.
2745
2746 2015-07-14  H.J. Lu  <hongjiu.lu@intel.com>
2747
2748         Sync with binutils-gdb:
2749         2015-05-13  John David Anglin  <dave.anglin@bell.net>
2750
2751         * configure.ac: Disable configuration of GDB for HPUX targets.
2752         * configure: Regenerate.
2753
2754         2015-04-01  H.J. Lu  <hongjiu.lu@intel.com>
2755
2756         * configure.ac: Add --with-system-zlib.
2757         * configure: Regenerated.
2758
2759         2015-01-28  James Bowman  <james.bowman@ftdichip.com>
2760
2761         * configure.ac: Add FT32 support.
2762         * configure: Regenerate.
2763
2764         2015-01-12  Anthony Green  <green@moxielogic.com>
2765
2766         * configure.ac: Don't disable gprof for moxie.
2767         * configure: Rebuild.
2768
2769 2015-07-14  H.J. Lu  <hongjiu.lu@intel.com>
2770
2771         Sync with binutils-gdb:
2772         2015-05-01  H.J. Lu  <hongjiu.lu@intel.com>
2773
2774         PR ld/18355
2775         * Makefile.def: Add extra_configure_flags to host zlib.
2776         * configure.ac (extra_host_zlib_configure_flags): New.  Set
2777         to --enable-host-shared When bfd is to be built as shared
2778         library.  AC_SUBST.
2779         * Makefile.in: Regenerated.
2780
2781 2015-07-14  Hans-Peter Nilsson  <hp@bitrange.com>
2782
2783         Sync with src:
2784         2015-03-30  H.J. Lu  <hongjiu.lu@intel.com>
2785         * Makefile.def (dependencies): Add all-zlib to all-bfd.
2786         * Makefile.in: Regenerated.
2787
2788 2015-06-30  H.J. Lu  <hongjiu.lu@intel.com>
2789
2790         * configure.ac (ospace_frag): Enable for i?86*-*-elfiamcu
2791         target.
2792         * configure: Regenerate.
2793
2794 2015-06-23  Ludovic Courtès  <ludo@gnu.org>
2795
2796         * MAINTAINERS (Write After Approval): Add myself.
2797
2798 2015-06-22  Andreas Tobler  <andreast@gcc.gnu.org>
2799
2800         * MAINTAINERS (OS Port Maintainers): Add myself.
2801         (Various Maintainers): Remove myself from libffi testsuite.
2802
2803 2015-06-04  Richard Sandiford  <richard.sandiford@arm.com>
2804
2805         * MAINTAINERS (gen* on machine desc): Add self.
2806
2807 2015-06-02  Jason Merrill  <jason@redhat.com>
2808
2809         PR bootstrap/66319
2810         * configure.ac: Use -std=gnu++98.
2811
2812 2015-06-02  Szabolcs Nagy  <szabolcs.nagy@arm.com>
2813
2814         * MAINTAINERS (Write After Approval): Add myself.
2815
2816 2015-05-28  Mike Frysinger  <vapier@gentoo.org>
2817
2818         * configure.ac (--vtable-verify): Use AS_HELP_STRING for help.
2819         * configure: Regenerate.
2820
2821 2015-05-26  Jason Merrill  <jason@redhat.com>
2822
2823         * configure.ac: When bootstrapping with GCC, add -std=c++98 to CXX.
2824         * configure: Regenerate.
2825
2826 2015-05-16  James Bowman  <james.bowman@ftdichip.com>
2827
2828         * configure.ac: FT32 target added.
2829         * configure: Regenerated.
2830
2831 2015-05-16  Iain Buclaw  <ibuclaw@gdcproject.org>
2832
2833         * MAINTAINERS (Write After Approval): Add myself.
2834
2835 2015-05-11  Paulo Matos  <paulo@matos-sorge.com>
2836
2837         * MAINTAINERS (Write After Approval): Add myself.
2838
2839 2015-05-11  Paulo Matos  <paulo@matos-sorge.com>
2840
2841         * configure.ac: Fix typo.
2842         * configure: Regenerate.
2843
2844 2015-05-10  Mikhail Maltsev  <maltsevm@gmail.com>
2845
2846         * MAINTAINERS (Write After Approval): Add myself.
2847
2848 2015-05-03  Matthias Klose  <doko@ubuntu.com>
2849
2850         * configure.ac: Match $host configured with triplets.
2851         * configure: Regenerate.
2852
2853 2015-04-22  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
2854
2855         * Makefile.tpl: Remove surplus whitespace throughout.
2856         * Makefile.in: Regenerate.
2857
2858 2015-04-20  Segher Boessenkool  <segher@kernel.crashing.org>
2859
2860         * MAINTAINERS (Various Maintainers): Add myself as instruction
2861         combiner maintainer.
2862
2863 2015-04-17  Jakub Jelinek  <jakub@redhat.com>
2864
2865         PR bootstrap/62077
2866         * configure.ac (--enable-stage1-checking): Default to
2867         release,misc,gimple,rtlflag,tree,types if --disable-checking
2868         or --enable-checking is not specified and DEV-PHASE is not
2869         experimental.
2870         * configure: Regenerated.
2871
2872 2015-04-14  Max Ostapenko  <m.ostapenko@partner.samsung.com>
2873
2874         * Makefile.tpl (EXTRA_HOST_EXPORTS): New variables.
2875         (EXTRA_BOOTSTRAP_FLAGS): Likewise.
2876         (check-[+module+]): Add EXTRA_HOST_EXPORTS and EXTRA_BOOTSTRAP_FLAGS.
2877         * Makefile.in: Regenerate.
2878
2879 2015-04-08  Cary Coutant  <ccoutant@gmail.com>
2880
2881         * MAINTAINERS: Update my email address.
2882
2883 2015-04-02  James Greenhalgh  <james.greenhalgh@arm.com>
2884
2885         * MAINTAINERS: Add myself as a reviewer for the AArch64 port.
2886
2887 2015-04-02  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
2888
2889         * MAINTAINERS: Add myself as an arm port reviewer.
2890
2891 2015-03-25  Martin Liska  <mliska@suse.cz>
2892             Yury Gribov  <y.gribov@samsung.com>
2893
2894         * Makefile.in: Fix ln source location for vimrc file.
2895         * Makefile.tpl: Likewise.
2896
2897 2015-03-09  Aldy Hernandez  <aldyh@redhat.com>
2898
2899         PR bootstrap/25672
2900         * configure.ac: Do not initialize CFLAGS_FOR_TARGET from CFLAGS if
2901         cross-compiling.  Similarly for CXX_FOR_TARGET.
2902         * configure: Regenerate.
2903
2904 2015-03-10  Ilya Enkovich  <ilya.enkovich@intel.com>
2905
2906         * Makefile.def: Add libmpx.
2907         * configure.ac: Add libmpx.
2908         * Makefile.in: Regenerate.
2909         * configure: Regenerate.
2910
2911 2015-03-06  Kirill Yukhin  <kirill.yukhin@intel.com>
2912
2913         * MAINTAINERS (CPU Port Maintainers): Add myself
2914         i386 vector ISA extns mantainer.
2915
2916 2015-03-13  Jeff Law  <law@redhat.com>
2917
2918         * MAINTAINERS: Remove Paul Brook as a Fortran and ARM
2919         maintainer.
2920         Remove Richard Henderson as a maintainer for the x86 port.
2921
2922 2015-03-03  Joern Rennecke  <gnu@amylaar.uk>
2923
2924         * MAINTAINERS (CPU Port Maintainers): Update my email address.
2925
2926 2015-03-02  Ilya Enkovich  <ilya.enkovich@intel.com>
2927
2928         * MAINTAINERS (Various Maintainers): Add myself as libmpx,
2929         pointer bounds checker and i386 MPX maintainer.
2930
2931 2015-02-26  Sandra Loosemore  <sandra@codesourcery.com>
2932
2933         * MAINTAINERS (Various Maintainers): Add self as docs co-maintainer.
2934
2935 2015-02-26  Martin Sebor  <msebor@redhat.com>
2936
2937         * MAINTAINERS (Various Maintainers): Add self.
2938
2939 2015-02-20  Thomas Schwinge  <thomas@codesourcery.com>
2940
2941         * configure.ac [--enable-as-accelerator-for] (enable_languages):
2942         Make sure it contains lto.
2943         * configure: Regenerate.
2944
2945 2015-02-18  Thomas Schwinge  <thomas@codesourcery.com>
2946
2947         * configure: Regenerate.
2948
2949 2015-02-06  Diego Novillo  <dnovillo@google.com>
2950 1
2951         * MAINTAINERS (Global Reviewers, Plugin, LTO, tree-ssa,
2952         middle-end, docstring): Remove myself.
2953         (Write After Approval): Add myself.
2954
2955 2015-02-02  Janis Johnson  <janis.marie.johnson@gmail.com>
2956
2957         * MAINTAINERS (Various Maintainers: testsuite): Remove myself.
2958         (Write After Approval): Update address.
2959
2960 2015-01-29  David Malcolm  <dmalcolm@redhat.com>
2961
2962         PR jit/64780
2963         * configure.ac: Require the user to explicitly specify
2964         --enable-host-shared if the jit is enabled.
2965         * configure: Regenerate.
2966
2967 2015-01-27  Robert Suchanek  <robert.suchanek@imgtec.com>
2968
2969         * MAINTAINERS (Write After Approval): Add myself.
2970
2971 2015-01-25  Tom de Vries  <tom@codesourcery.com>
2972
2973         * MAINTAINERS: Make whitespace consistent.
2974
2975 2015-01-23  Braden Obrzut  <admin@maniacsvault.net>
2976
2977         * MAINTAINERS (Write After Approval): Add myself.
2978
2979 2015-01-20  Andre Vehreschild  <vehre@gmx.de>
2980
2981         * MAINTAINERS: (Write After Approval): Add myself.
2982
2983 2015-01-15  Martin Uecker  <uecker@eecs.berkeley.edu>
2984
2985         * MAINTAINERS: (Write After Approval): Add myself.
2986
2987 2015-01-15  Philipp Tomsich  <ptomsich@theobroma-systems.com>
2988
2989         * MAINTAINERS: (Write After Approval): Add myself.
2990
2991 2015-01-13  Iain Sandoe  <iain@codesourcery.com>
2992
2993         * MAINTAINERS (Language Front Ends Maintainers): Add myself as an
2994         objective-c/c++ front end maintainer.
2995
2996 2015-01-13  Marek Polacek  <polacek@redhat.com>
2997
2998         * MAINTAINERS (Reviewers): Add self as C front end reviewer.
2999
3000 2015-01-12  Jeff Law  <law@redhat.com>
3001
3002         * MAINTAINERS: Remove Stan Shebs as he has been inactive for
3003         a very long time.
3004
3005 2015-01-09  Ian Lance Taylor  <iant@google.com>
3006
3007         * configure.ac (host_tools): Add gotools.
3008         * Makefile.def (host_modules): Add gotools.
3009         (dependencies): Add dependency of all-gotools on all-target-libgo.
3010
3011 2015-01-09  Andreas Tobler  <andreast@gcc.gnu.org>
3012
3013         * configure.ac: Don't add ${libgcj} for arm*-*-freebsd*.
3014         * configure: Regenerate.
3015
3016 2015-01-08  Thomas Schwinge  <thomas@codesourcery.com>
3017
3018         * Makefile.def (dependencies) <all-target-liboffloadmic>: Depend on
3019         all-target-libgomp.
3020         * Makefile.in: Regenerate.
3021
3022 2015-01-06  Eric Botcazou  <ebotcazou@adacore.com>
3023
3024         * MAINTAINERS (CPU Port Maintainers): Add myself for Visium port.
3025
3026 2015-01-06  Eric Botcazou  <ebotcazou@adacore.com>
3027
3028         * configure.ac: Add Visium support.
3029         * configure: Regenerate.
3030
3031 2015-01-04  Andreas Schwab  <schwab@linux-m68k.org>
3032
3033         * configure.ac: Use OBJCOPY for OBJCOPY_FOR_TARGET.
3034         * configure: Regenerate.
3035
3036 2015-01-03  Andrew Pinski  <apinski@cavium.com>
3037
3038         * Makefile.def (flags_to_pass): Pass OBJCOPY_FOR_TARGET also.
3039         * Makefile.tpl (HOST_EXPORTS): Add OBJCOPY_FOR_TARGET.
3040         (BASE_TARGET_EXPORTS): Add OBJCOPY.
3041         (OBJCOPY_FOR_TARGET): New variable.
3042         (EXTRA_TARGET_FLAGS): Add OBJCOPY.
3043         * Makefile.in: Regenerate.
3044         * configure.ac: Check for already installed target objcopy.
3045         Also GCC_TARGET_TOOL on objcopy.
3046         * configure: Regenerate.
3047
3048 2015-01-02  Hans-Peter Nilsson  <hp@bitrange.com>
3049
3050         * config.sub: Update from upstream, to 2015-01-01 version.
3051         * config.guess: Ditto.
3052
3053 2014-12-22  Sebastian Huber  <sebastian.huber@embedded-brains.de>
3054
3055         * MAINTAINERS (RTEMS Ports): Add myself.
3056
3057 2014-12-17  Pierre-Marie de Rodat  <derodat@adacore.com>
3058
3059         * MAINTAINERS (Write After Approval): Add myself.
3060
3061 2014-12-16  Michael Haubenwallner <michael.haubenwallner@ssi-schaefer.com>
3062
3063         * MAINTAINERS (Write After Approval): Add myself.
3064
3065 2014-12-15  Thomas Schwinge  <thomas@codesourcery.com>
3066
3067         * configure.ac (--enable-as-accelerator-for): Don't set
3068         ENABLE_AS_ACCELERATOR_FOR.  Update all users.
3069         * configure: Regenerate.
3070
3071 2014-12-13  Jakub Jelinek  <jakub@redhat.com>
3072
3073         PR bootstrap/64023
3074         * Makefile.tpl (EXTRA_TARGET_FLAGS): Set STAGE1_LDFLAGS
3075         to POSTSTAGE1_LDFLAGS and STAGE1_LIBS to POSTSTAGE1_LIBS.
3076         Add -B to libstdc++-v3/src/.libs and libstdc++-v3/libsupc++/.libs
3077         to CXX.
3078         * Makefile.in: Regenerated.
3079
3080 2014-12-09  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
3081             Yury Gribov  <y.gribov@samsung.com>
3082
3083         * .gitignore: Added .local.vimrc and .lvimrc.
3084         * Makefile.tpl (vimrc, .lvimrc, .local.vimrc): New targets.
3085         * Makefile.in: Regenerate.
3086
3087 2014-12-04  Jack Howarth  <howarth@bromo.med.uc.edu>
3088
3089         * config/isl.m4: Don't pass -DCLOOG_INT_GMP on islinc.
3090         * configure: Regenerated.
3091
3092 2014-11-27  Bernd Schmidt  <bernds@codesourcery.com>
3093
3094         * MAINTAINERS (nvptx port): New entry.
3095
3096 2014-11-26  Jan-benedict Glaw  <jbglaw@lug-owl.de>
3097
3098         * configure: Regenerate.
3099
3100 2014-11-26  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
3101
3102         * configure.ac: Merge with Binutils.
3103
3104 2014-11-26  Tobias Burnus  <burnus@net-b.de>
3105
3106         * Makefile.def: Make more dependent on mpfr, mpc and isl.
3107         * Makefile.in: Regenerate.
3108
3109 2014-11-24  Bernd Edlinger  <bernd.edlinger@hotmail.de>
3110
3111         * Makefile.def (module=gmp): Work around in-tree gmp configure bug with
3112         missing flex.
3113         * Makefile.in: Regenerated.
3114
3115 2014-11-21  Ilya Verbin  <ilya.verbin@intel.com>
3116
3117         * Makefile.in: Regenerate.
3118
3119 2014-11-21  Markus Trippelsdorf  <markus@trippelsdorf.de>
3120
3121         PR bootstrap/63784
3122         * libtool.m4: Add $pic_flag with -shared.
3123
3124 2014-11-21  Renlin Li  <Renlin.Li@arm.com>
3125
3126         * MAINTAINERS (Write After Approval): Added myself.
3127
3128 2014-11-21  Alex Velenko  <Alex.Velenko@arm.com>
3129
3130         * MAINTAINERS (write-after-approval): Add myself.
3131
3132 2014-11-19  Maxim Kuvyrkov  <maxim.kuvyrkov@linaro.org>
3133
3134         * MAINTAINERS (OS Port Maintainers): Add overdue maintainership note
3135         from 2 years ago.
3136
3137 2014-11-19  Alex Velenko  <Alex.Velenko@arm.com>
3138
3139         Revert:
3140         2014-11-19  Alex Velenko  <Alex.Velenko@arm.com>
3141
3142         * MAINTAINERS (Write After Approval): Added myself as line map
3143         maintainer.
3144
3145 2014-11-19  Renlin Li  <Renlin.Li@arm.com>
3146
3147         Revert:
3148         2014-11-19  Renlin Li  <Renlin.Li@arm.com>
3149
3150         * MAINTAINERS (Write After Approval): Added myself.
3151
3152 2014-11-19  Renlin Li  <Renlin.Li@arm.com>
3153
3154         * MAINTAINERS (Write After Approval): Added myself.
3155
3156 2014-11-19  Alex Velenko  <Alex.Velenko@arm.com>
3157
3158         * MAINTAINERS (Write After Approval): Added myself as line map
3159         maintainer.
3160
3161 2014-11-17  Dodji Seketeli  <dodji@redhat.com>
3162
3163         * MAINTAINERS (Various Maintainers): Added myself as line map
3164         maintainer.
3165
3166 2014-11-16  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
3167
3168         * move-if-change: Sync from upstream gnulib.
3169
3170 2014-11-16  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
3171
3172         * compile: Sync with upstream Automake.
3173         * depcomp: Ditto.
3174         * install-sh: Ditto.
3175         * missing: Ditto.
3176         * mkinstalldirs: Ditto.
3177         * ylwrap: Ditto.
3178
3179 2014-11-16  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
3180
3181         * config.sub: Update from upstream config repo.
3182         * config.guess: Ditto.
3183
3184 2014-11-13  Kirill Yukhin  <kirill.yukhin@intel.com>
3185
3186         * Makefile.def: Add liboffloadmic to target_modules.  Make
3187         liboffloadmic depend on libgomp's configure, libstdc++ and libgcc.
3188         * Makefile.in: Regenerate.
3189         * configure: Regenerate.
3190         * configure.ac: Add liboffloadmic to target binaries.
3191         Restrict liboffloadmic for POSIX and i*86, and x86_64 architectures.
3192         Add liboffloadmic to noconfig list when C++ is not supported.
3193
3194 2014-11-13  Bernd Schmidt  <bernds@codesourcery.com>
3195             Thomas Schwinge  <thomas@codesourcery.com>
3196             Ilya Verbin  <ilya.verbin@intel.com>
3197             Andrey Turetskiy  <andrey.turetskiy@intel.com>
3198
3199         * configure: Regenerate.
3200         * configure.ac (--enable-as-accelerator-for)
3201         (--enable-offload-targets): New configure options.
3202
3203 2014-11-11  Tobias Burnus  <burnus@net-b.de>
3204
3205         * Makefile.def: Make all-gcc depend on all-isl.
3206         * Makefile.in: Regenerate.
3207
3208 2014-11-11  David Malcolm  <dmalcolm@redhat.com>
3209
3210         * ChangeLog.jit: New.
3211         * MAINTAINERS (Various Maintainers): Add myself as jit maintainer.
3212
3213 2014-11-11  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
3214
3215         PR target/63610
3216         * libtool.m4: Fix globbing of darwin versions.
3217         * configure: Regenerate.
3218
3219 2014-11-11  Tobias Burnus  <burnus@net-b.de>
3220
3221         * Makefile.def: Remove CLooG.
3222         * Makefile.tpl: Ditto.
3223         * configure.ac: Ditto.
3224         * configure: Regenerate.
3225         * Makefile.in: Ditto.
3226
3227 2014-11-06  Bernd Schmidt  <bernds@codesourcery.com>
3228
3229         * configure.ac: Handle nvptx-*-*.
3230         * configure: Regenerate.
3231
3232 2014-11-06  Prachi Godbole  <prachi.godbole@imgtec.com>
3233
3234         * MAINTAINERS (Write After Approval): Add myself.
3235
3236 2014-10-31  Jakub Jelinek  <jakub@redhat.com>
3237
3238         * Makefile.def (libcc1): Remove bootstrap=true;.
3239         * Makefile.in: Regenerated.
3240
3241 2014-10-31  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
3242
3243         * configure.ac: Update comment.
3244         * configure: Regenerate.
3245
3246 2014-10-31  Ilya Enkovich  <ilya.enkovich@intel.com>
3247
3248         * MAINTAINERS (Write After Approval): Add myself.
3249
3250 2014-10-30  Thomas Schwinge  <thomas@codesourcery.com>
3251
3252         * configure.ac (extra_host_libiberty_configure_flags): Add
3253         --enable-shared also for libcc1's benefit.
3254         * configure: Regenerate.
3255
3256 2014-10-29  Tristan Gingold  <gingold@adacore.com>
3257
3258         * MAINTAINERS: Change my email address.
3259
3260 2014-10-27  Phil Muldoon  <pmuldoon@redhat.com>
3261             Tom Tromey  <tromey@redhat.com>
3262
3263         * Makefile.def: Add libcc1 to host_modules.
3264         * configure.ac (host_tools): Add libcc1.
3265         * Makefile.in, configure: Rebuild.
3266
3267 2014-10-24  Hans-Peter Nilsson  <hp@axis.com>
3268
3269         * configure.ac (build_configargs): Don't share config.cache between
3270         build subdirs.
3271         * configure: Regenerate.
3272
3273 2014-10-24  Daniel Hellstrom  <daniel@gaisler.com>
3274
3275         * config.gcc (sparc*-*-*): Accept mcpu=leon3v7 processor.
3276         * doc/invoke.texi (SPARC options): Add mcpu=leon3v7 comment.
3277         * config/sparc/leon.md (leon3_load, leon_store, leon_fp_*): Handle
3278         leon3v7 as leon3.
3279         * config/sparc/sparc-opts.h (enum processor_type): Add LEON3V7.
3280         * config/sparc/sparc.c (sparc_option_override): Add leon3v7 support.
3281         * config/sparc/sparc.h (TARGET_CPU_leon3v7): New define.
3282         * config/sparc/sparc.md (cpu): Add leon3v7.
3283         * config/sparc/sparc.opt (enum processor_type): Add leon3v7.
3284
3285 2014-10-24  Daniel Hellstrom  <daniel@gaisler.com>
3286
3287         * MAINTAINERS (write-after-approval): Add myself.
3288
3289 2014-10-23  Ian Lance Taylor  <iant@google.com>
3290
3291         * configure.ac: Disable the Go frontend on systems where it is known
3292         to not work.
3293         * configure: Regenerate.
3294
3295 2014-10-23  Richard Biener  <rguenther@suse.de>
3296
3297         * Makefile.def: Add libcpp build module and dependencies.
3298         * configure.ac: Add libcpp build module.
3299         * Makefile.in: Regenerate.
3300         * configure: Likewise.
3301
3302 2014-10-15  Max Filippov  <jcmvbkbc@gmail.com>
3303
3304         * MAINTAINERS (write-after-approval): Add myself.
3305
3306 2014-10-12  Manuel López-Ibáñez <manu@gcc.gnu.org>
3307
3308         * INSTALL/README: Do not mention CVS.
3309
3310 2014-10-03  Jing Yu  <jingyu@google.com>
3311
3312         * configure.ac: Add aarch64 to list of targets that support gold.
3313         * configure: Regenerate.
3314
3315 2014-09-29  François Dumont  <fdumont@gcc.gnu.org>
3316
3317         * MAINTAINERS:  Add myself as libstdc++ special modes maintainer.
3318
3319 2014-09-29  Catherine Moore  <clm@codesourcery.com>
3320
3321         * MAINTAINERS:  Add myself as MIPS maintainer.
3322
3323 2014-09-28  Matthew Fortune  <matthew.fortune@imgtec.com>
3324
3325         * MAINTAINERS: Move myself to MIPS maintainers.
3326
3327 2014-09-23  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
3328
3329         * MAINTAINERS: Put all email addresses between '<' and '>'.
3330
3331 2014-09-13  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
3332
3333         * MAINTAINERS: Move myself to reviewers (Fortran).
3334
3335 2014-09-01  Andi Kleen  <ak@linux.intel.com>
3336
3337         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add LTO_EXPORTS.
3338         POSTSTAGE1_FLAGS_TO_PASS):  Add LTO_FLAGS_TO_PASS.
3339         * Makefile.in: Regenerate.
3340
3341 2014-08-28  David Malcolm  <dmalcolm@redhat.com>
3342
3343         * rtx-classes-status.txt: Delete
3344
3345 2014-08-28  David Malcolm  <dmalcolm@redhat.com>
3346
3347         * rtx-classes-status.txt (TODO): NEXT_INSN/PREV_INSN are done.
3348
3349 2014-08-27  Sebastian Pop  <s.pop@samsung.com>
3350
3351         * config/isl.m4 (_ISL_CHECK_CT_PROG): Removed.
3352         (ISL_CHECK_VERSION): Check for functionality added to ISL 0.12 instead
3353         of checking for version number.
3354         * configure: Regenerated.
3355         * configure.ac (ISL_CHECK_VERSION): Do not use ISL version number.
3356
3357 2014-08-27  David Malcolm  <dmalcolm@redhat.com>
3358
3359         * rtx-classes-status.txt: Phase 5 (additional rtx_def subclasses)
3360         is done; begin phase 6 (use extra rtx_def subclasses).
3361
3362 2014-08-27  David Malcolm  <dmalcolm@redhat.com>
3363
3364         * rtx-classes-status.txt: Phase 4 (removal of "scaffolding") is
3365         done; begin phase 5 (additional rtx_def subclasses).
3366
3367 2014-08-26  David Malcolm  <dmalcolm@redhat.com>
3368
3369         * rtx-classes-status.txt (TODO): DF_REF_INSN is done.
3370
3371 2014-08-26  David Malcolm  <dmalcolm@redhat.com>
3372
3373         * rtx-classes-status.txt (TODO): SET_BB_HEAD, SET_BB_END,
3374         SET_BB_HEADER are done.
3375
3376 2014-08-26  David Malcolm  <dmalcolm@redhat.com>
3377
3378         * rtx-classes-status.txt (TODO): SET_DEP_PRO and SET_DEP_CON are
3379         done.
3380
3381 2014-08-26  David Malcolm  <dmalcolm@redhat.com>
3382
3383         * rtx-classes-status.txt (TODO): Remove SET_VINSN_INSN_RTX.
3384
3385 2014-08-26  David Malcolm  <dmalcolm@redhat.com>
3386
3387         * rtx-classes-status.txt (TODO): Remove SET_BND_TO.
3388
3389 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
3390
3391         * rtx-classes-status.txt (TODO): Remove SET_BB_NOTE_LIST.
3392
3393 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
3394
3395         * rtx-classes-status.txt (TODO): Remove SET_BB_FOOTER.
3396
3397 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
3398
3399         * rtx-classes-status.txt: Phase 3 (per-file commits within
3400         "config" subdirs) is done; begin phase 4 (removal of
3401         "scaffolding").
3402
3403 2014-08-23  David Malcolm  <dmalcolm@redhat.com>
3404
3405         * rtx-classes-status.txt: Phase 2 (per-file commits in main source
3406         dir) is done; begin phase 3 (per-file commits within "config"
3407         subdirs).
3408
3409 2014-08-21  David Malcolm  <dmalcolm@redhat.com>
3410
3411         * rtx-classes-status.txt: Phase 1 ("scaffolding") is done; begin
3412         phase 2 (per-file commits in main source dir).
3413
3414 2014-08-21  Bin Cheng  <bin.cheng@arm.com>
3415
3416         * configure: Regenerated.
3417
3418 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
3419
3420         * rtx-classes-status.txt (TODO): Add SET_BND_TO
3421
3422 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
3423
3424         * rtx-classes-status.txt (TODO): Add SET_BB_NOTE_LIST.
3425
3426 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
3427
3428         * rtx-classes-status.txt (TODO): Add SET_VINSN_INSN_RTX.
3429
3430 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
3431
3432         * rtx-classes-status.txt (TODO): Add SET_DEP_PRO, SET_DEP_CON.
3433
3434 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
3435
3436         * rtx-classes-status.txt (TODO): Add DF_REF_INSN.
3437
3438 2014-08-19  Joost VandeVondele <vondele@gcc.gnu.org>
3439
3440         * MAINTAINERS (Write After Approval): Add myself.
3441
3442 2014-08-19  Christopher Faylor  <me.gnu@cgf.cx>
3443
3444         * MAINTAINERS: Remove myself
3445
3446 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
3447
3448         * rtx-classes-status.txt: Add SET_NEXT_INSN, SET_PREV_INSN.
3449
3450 2014-08-18  Patrick Palka  <ppalka@gcc.gnu.org>
3451
3452         * MAINTAINERS (Write After Approval): Add myself.
3453
3454 2014-08-18  David Malcolm  <dmalcolm@redhat.com>
3455
3456         * rtx-classes-status.txt (TODO): Add SET_BB_HEAD, SET_BB_END,
3457         SET_BB_HEADER, SET_BB_FOOTER
3458
3459 2014-08-18  David Malcolm  <dmalcolm@redhat.com>
3460
3461         * rtx-classes-status.txt: New file
3462
3463 2014-08-18 Roman Gareev  <gareevroman@gmail.com>
3464
3465         * configure.ac: Eliminate ClooG installation dependency.
3466         * configure: Regenerate.
3467         * Makefile.tpl: Add definition of ISLLIBS and HOST_ISLLIBS.
3468         * Makefile.in: Regenerate.
3469
3470 2014-08-15  Ilya Verbin  <iverbin@gmail.com>
3471
3472         * MAINTAINERS (Write After Approval): Add myself.
3473
3474 2014-08-15  Ilya Tocar  <tocarip@gmail.com>
3475
3476         * MAINTAINERS (Write After Approval): Add myself.
3477
3478 2014-08-01  Jiong Wang  <jiong.wang@arm.com>
3479
3480         * MAINTAINERS (Write After Approval): Add myself.
3481
3482 2014-07-28  Anthony Green  <green@moxielogic.com>
3483
3484         Import from savannah.gnu.org:
3485         * config.sub: Update to 2014-07-28 version.
3486
3487 2014-07-27  Richard Sandiford  <rdsandiford@googlemail.com>
3488
3489         * MAINTAINERS: Remove my MIPS maintainer entry.
3490
3491 2014-07-26  Uros Bizjak  <ubizjak@gmail.com>
3492
3493         PR target/47230
3494         * configure.ac (alpha*-*-linux*): Use mh-alpha-linux.
3495         * configure: Regenerate.
3496
3497 2014-07-24  James Norris  <jnorris@codesourcery.com>
3498
3499         * MAINTAINERS (Write After Approval): Add myself.
3500
3501 2014-07-20  Roman Gareev  <gareevroman@gmail.com>
3502
3503         * configure.ac: Accept only CLooG 0.18.1.
3504         * configure: Regenerate.
3505
3506 2014-07-17  Roman Gareev  <gareevroman@gmail.com>
3507
3508         * configure.ac: Don't accept isl 0.11.
3509         * configure: Regenerate.
3510
3511 2014-07-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3512
3513         * MAINTAINERS (Write After Approval): Add myself.
3514
3515 2014-07-05  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3516
3517         * configure.ac: Don't accept isl 0.10.
3518         * configure: Regenerate.
3519
3520 2014-06-23  Bernd Edlinger  <bernd.edlinger@hotmail.de>
3521
3522         Fix include path for in-tree cloog.
3523         * config/cloog.m4 (CLOOG_INIT_FLAGS): Remove bogus include path.
3524         * configure: Regenerate.
3525
3526 2014-06-18  Richard Henderson  <rth@redhat.com>
3527
3528         * .gitignore: Import gcc_update output.
3529
3530 2014-06-13  Thomas Schwinge  <thomas@codesourcery.com>
3531
3532         * config-ml.in: Robustify ac_configure_args parsing.
3533
3534         * configure.ac (--enable-linker-plugin-configure-flags)
3535         (--enable-linker-plugin-flags): New flags.
3536         (configdirs): Conditionally add libiberty-linker-plugin.
3537         * configure: Regenerate.
3538         * Makefile.def (host_modules): Add libiberty-linker-plugin.
3539         (host_modules) <lto-plugin>: Pay attention to
3540         @extra_linker_plugin_flags@ and
3541         @extra_linker_plugin_configure_flags@.
3542         (all-lto-plugin): Also depend on all-libiberty-linker-plugin.
3543         * Makefile.in: Regenerate.
3544
3545         * Makefile.tpl (configure-[+prefix+][+module+])
3546         (configure-stage[+id+]-[+prefix+][+module+]): If specified, use
3547         "module_srcdir" instead of "module" for locating a module's srcdir.
3548         * Makefile.in: Regenerate.
3549
3550 2014-06-10  Matthew Fortune  <matthew.fortune@imgtec.com>
3551
3552         * MAINTAINERS (Write After Approval): Add myself.
3553
3554 2014-06-06  Sebastian Pop  <sebpop@gmail.com>
3555
3556         * MAINTAINERS: Update my email address.
3557
3558 2014-06-04  Thomas Preud'homme  <thomas.preudhomme@arm.com>
3559
3560         * MAINTAINERS (Write After Approval): Add myself.
3561
3562 2014-06-03  Andrew Bennett  <andrew.bennett@imgtec.com>
3563
3564         * MAINTAINERS (Write After Approval): Add myself.
3565
3566 2014-05-30  Jonathan Wakely  <jwakely@redhat.com>
3567
3568         PR libstdc++/61011
3569         * configure.ac (--disable-libstdcxx): Set noconfigdirs correctly.
3570         Disable libcilkrts, libitm, libsanitizer when not building libstdc++.
3571         * configure: Regenerate.
3572
3573 2014-05-28  Pedro Alves  <palves@redhat.com>
3574
3575         * MAINTAINERS (Write After Approval): Add myself.
3576
3577 2014-05-22  Maxim Kuvyrkov  <maxim.kuvyrkov@linaro.org>
3578
3579         * MAINTAINERS: Update my affiliation/email.
3580
3581 2014-05-19  Mike Stump  <mikestump@comcast.net>
3582
3583         * MAINTAINERS: Add wide-int reviewers.
3584
3585 2014-05-14  Sandra Loosemore  <sandra@codesourcery.com>
3586
3587         * configure.ac (target_makefile_frag): Set for nios2-*-elf*.
3588         * configure: Regenerated.
3589
3590 2014-05-15  Torvald Riegel  <triegel@redhat.com>
3591
3592         * MAINTAINERS (libitm): Add myself as maintainer.
3593
3594 2014-05-07  Charles Baylis  <charles.baylis@linaro.org>
3595
3596         * MAINTAINERS (Write After Approval): Add myself.
3597
3598 2014-05-01  Richard Sandiford  <rdsandiford@googlemail.com>
3599
3600         * config.sub, config.guess: Import from upstream.
3601
3602 2014-04-29  Alan Lawrence  <alan.lawrence@arm.com>
3603
3604         * MAINTAINERS (Write After Approval): Put myself in correct order.
3605
3606 2014-04-29  Alan Lawrence  <alan.lawrence@arm.com>
3607
3608         * MAINTAINERS (Write After Approval): Add myself.
3609
3610 2014-04-24  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
3611
3612         * MAINTAINERS: Move myself from Reviewers to Write After Approval
3613         section.
3614
3615 2014-04-21 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
3616
3617         * MAINTAINERS (Write After Approval): Delete myself.
3618
3619 2014-04-17  Jakub Jelinek  <jakub@redhat.com>
3620
3621         PR sanitizer/56781
3622         * libtool-ldflags: Also prefix -static-lib*, -shared-lib*
3623         and -B* options with -Xcompiler.
3624
3625 2014-04-04  Eric Botcazou  <ebotcazou@adacore.com>
3626
3627         PR bootstrap/60620
3628         * Makefile.def (dependencies): Make gnattools depend on libstdc++-v3.
3629         * Makefile.in: Regenerate.
3630
3631 2014-03-28  Yaakov Selkowitz  <yselkowitz@users.sourceforge.net>
3632
3633         * Makefile.def (dependencies): Make all-ld depend on all-binutils
3634         for WINDRES_FOR_TARGET in default-manifest.o rule.
3635         * Makefile.in: Regenerate.
3636
3637 2014-03-26  Dominique d'Humieres <dominiq@lps.ens.fr>
3638
3639         * MAINTAINERS (Write After Approval): Add myself.
3640
3641 2014-03-26  Jakub Jelinek  <jakub@redhat.com>
3642
3643         PR sanitizer/56781
3644         * Makefile.def: Set bootstrap=true; for host fixincludes.
3645         * configure.ac: Don't bootstrap host fixincludes unless
3646         --with-build-config=bootstrap-{a,ub}san.
3647         * Makefile.in: Regenerated.
3648         * configure: Regenerated.
3649
3650 2014-03-21  Jakub Jelinek  <jakub@redhat.com>
3651
3652         * configure.ac: Move BUILD_CONFIG set up earlier.  Add
3653         --enable-vtable-verify option parsing.  Don't add
3654         target-libsanitizer to bootstrap_target_libs unless
3655         --with-build-config=bootstrap-asan or
3656         --with-build-config=bootstrap-ubsan.  Don't add target-libvtv
3657         to bootstrap_target_libs unless --enable-vtable-verify.
3658         * configure: Regenerated.
3659
3660 2014-03-10  Anatoly Sokolov <aesok@post.ru>
3661
3662         * MAINTAINERS (Write After Approval): Add myself.
3663
3664 2014-03-07  Denis Chertykov  <chertykov@gmail.com>
3665
3666         * MAINTAINERS: Remove avr maintainers: Anatoly Sokolov and Eric Weddington
3667
3668 2014-03-07  Jakub Jelinek  <jakub@redhat.com>
3669
3670         PR bootstrap/58572
3671         * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): Use -isystem instead of
3672         -I for libstdc++-v3 includes if $(LEAN).
3673         * Makefile.in: Regenerated.
3674
3675 2014-03-04  Jonathan Wakely  <jwakely@redhat.com>
3676
3677         * MAINTAINERS: Update my email address.
3678
3679 2014-02-24  Walter Lee  <walt@tilera.com>
3680
3681         * configure.ac (tilepro-*-*) Change to tilepro*-*-*.
3682         (tilegx-*-*): Change to tilegx*-*-*.
3683         * configure: Regenerate.
3684
3685 2014-02-17  Loren J. Rittle  <ljrittle@acm.org>
3686
3687         * MAINTAINERS (Various Maintainers: c++ runtime libs): Remove myself.
3688
3689 2014-02-17  Kugan Vivekanandarajah  <kuganv@linaro.org>
3690
3691         * MAINTAINERS (Write After Approval): Add myself.
3692
3693 2014-02-04  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3694
3695         PR target/59788
3696         * ltmain.sh (opt_duplicate_compiler_generated_deps): Enable on
3697         *solaris2*.
3698
3699 2014-01-21  John David Anglin  <danglin@gcc.gnu.org>
3700
3701         * MAINTAINERS: Update my email address.
3702
3703 2014-01-20  Gerald Pfeifer  <gerald@pfeifer.com>
3704
3705         * MAINTAINERS: Convert to UTF-8.
3706         Properly sort Xinliang David Li's entry.
3707
3708 2013-12-31  Chung-Lin Tang  <cltang@codesourcery.com>
3709             Sandra Loosemore  <sandra@codesourcery.com>
3710
3711         * MAINTAINERS: Add Sandra Loosemore and Chung-Lin Tang as
3712         nios2 port maintainers.
3713
3714 2013-12-16  Markus Trippelsdorf  <markus@trippelsdorf.de>
3715
3716         * MAINTAINERS (Write After Approval): Add myself.
3717
3718 2013-12-13  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
3719
3720         * configure.ac: Add user-friendly check for native x86_64-linux
3721         multilibs.
3722         * configure: Regenerate.
3723
3724 2013-12-06  Oleg Endo  <olegendo@gcc.gnu.org>
3725
3726         * MAINTAINERS: Add myself as sh maintainer.
3727
3728 2013-12-03  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
3729
3730         * MAINTAINERS: Add self as SLSR maintainer.
3731
3732 2013-11-18  Jan Hubicka  <hubicka@ucw.cz>
3733
3734         * MAINTAINERS: Update my email address.
3735
3736 2013-11-15  David Edelsohn  <dje.gcc@gmail.com>
3737
3738         * MAINTAINERS (Global Reviewers, c++): Remove Mark Mitchell.
3739
3740 2013-11-07  Thomas Schwinge  <thomas@codesourcery.com>
3741
3742         * Makefile.in: Regenerate.
3743
3744         * Makefile.tpl: Fix typo.
3745         * Makefile.in: Regenerate partially.
3746
3747 2013-11-04  Balaji V. Iyer  <balaji.v.iyer@intel.com>
3748
3749         * configure.ac: Added libcilkrts to noconfig list when C++ is not
3750         supported.
3751         * configure: Regenerated.
3752
3753 2013-11-01  Trevor Saunders  <tsaunders@mozilla.com>
3754
3755         * MAINTAINERS (Write After Approval): Add myself.
3756
3757 2013-10-30  Jason Merrill  <jason@redhat.com>
3758
3759         * Makefile.tpl (STAGE1_CONFIGURE_FLAGS): Pass
3760         --disable-build-format-warnings.
3761
3762 2013-10-29  Balaji V. Iyer  <balaji.v.iyer@intel.com>
3763
3764         * Makefile.def: Add libcilkrts to target_modules.  Make libcilkrts
3765         depend on libstdc++ and libgcc.
3766         * configure: Regenerate.
3767         * configure.ac: Added libcilkrts to target binaries.  Also, restrict
3768         libcilkrts for POSIX and i*86, and x86_64 architectures.
3769         * Makefile.in: Added libcilkrts related fields to support building it.
3770
3771 2013-10-26  Jeff Law  <law@redhat.com>
3772
3773         * Makefile.def (target_modules): Remove libmudflap
3774         (languages): Remove check-target-libmudflap).
3775         * Makefile.in: Rebuilt.
3776         * Makefile.tpl (check-target-libmudflap-c++): Remove.
3777         * configure.ac (target_libraries): Remove target-libmudflap.
3778         Remove checks which disabled libmudflap on some systems.
3779         * configure: Rebuilt.
3780         * libmudflap: Directory removed.
3781
3782 2013-10-21  Cong Hou  <congh@google.com>
3783
3784         * MAINTAINERS (Write After Approval): Add myself.
3785
3786 2013-10-16  Mike Stump  <mikestump@comcast.net>
3787
3788         * .dir-locals.el: Add.
3789
3790 2013-10-15  David Malcolm  <dmalcolm@redhat.com>
3791
3792         * configure.ac: Add --enable-host-shared
3793         * configure: Regenerate.
3794
3795 2013-01-10  Joern Rennecke  <joern.rennecke@embecosm.com>
3796
3797         Import from savannah.gnu.org:
3798         * config.guess: Update to 2013-06-10 version.
3799         * config.sub: Update to 2013-10-01 version.
3800
3801 2013-10-01  Simon Cook  <simon.cook@embecosm.com>
3802
3803         Changes to build configuration to allow big endian ARC ELF toolchain
3804         * configure.ac: Also add target-libgloss to noconfigdirs for arceb-*-*.
3805         * configure: Regenerate.
3806
3807 2013-09-20  Alan Modra  <amodra@gmail.com>
3808
3809         * libtool.m4 (_LT_ENABLE_LOCK <ld -m flags>): Remove non-canonical
3810         ppc host match.  Support little-endian powerpc linux hosts.
3811
3812 2013-09-19  Dodji Seketeli  <dodji@redhat.com>
3813
3814         * MAINTAINERS (diagnostic messages): Add myself as diagnostics
3815         maintainer.
3816
3817 2013-09-12  DJ Delorie  <dj@redhat.com>
3818
3819         * MAINTAINERS: Add Nick Clifton and DJ Delorie as msp430
3820         maintainers.
3821
3822 2013-09-03  Richard Biener  <rguenther@suse.de>
3823
3824         * configure.ac: Also allow ISL 0.12.
3825         * configure: Regenerated.
3826
3827 2013-08-30  Bernd Edlinger  <bernd.edlinger@hotmail.de>
3828
3829         * MAINTAINERS (Write After Approval): Add myself.
3830
3831 2013-08-27  David Malcolm  <dmalcolm@redhat.com>
3832
3833         * MAINTAINERS (gdbhooks.py): Add myself as maintainer.
3834
3835 2013-08-26  Caroline Tice  <cmtice@google.com>
3836
3837         * MAINTAINERS:  Correct earliers update:  Move myself from libvtv
3838         "Various Reviewers" to libvtv "Various Maintainers".
3839
3840 2013-08-20  Steven Bosscher  <steven@gcc.gnu.org>
3841
3842         * MAINTAINERS: Add myself as RTL optimizers reviewer.
3843
3844 2013-08-19  Benjamin De Kosnik  <bkoz@gnu.org>
3845
3846         * MAINTAINERS: Update name, email.
3847
3848 2013-08-13  Adam Butcher  <adam@jessamine.co.uk>
3849
3850         * MAINTAINERS (Write After Approval): Add myself.
3851
3852 2013-08-12  Caroline Tice  <cmtice@google.com>
3853
3854         * MAINTAINERS: Add myself as libvtv maintainer. Correct my email
3855         address in the Write After Approval section.
3856
3857 2013-08-09  Carlos O'Donell  <carlos@redhat.com>
3858
3859         * MAINTAINERS (Write After Approval): Update email.
3860
3861 2013-08-08  Benjamin Kosnik  <bkoz@redhat.com>
3862
3863         * configure.ac: Adjust to check VTV_SUPPORTED.
3864         * configure: Regenerated.
3865
3866 2013-08-02  Caroline Tice  <cmtice@google.com>
3867
3868         * configure.ac: Add target-libvtv to target_libraries; disable libvtv
3869         on non-linux systems; add target-libvtv to noconfigdirs; add
3870         libsupc++/.libs to C++ library search paths.
3871         * configure: Regenerated.
3872         * Makefile.def: Add libvtv to target_modules; make libvtv depend on
3873         libstdc++ and libgcc.
3874         * Makefile.in: Regenerated.
3875
3876 2013-07-19  Yvan Roux  <yvan.roux@linaro.org>
3877
3878         * MAINTAINERS (Write After Approval): Add myself.
3879
3880 2013-07-19  Chung-Ju Wu  <jasonwucj@gmail.com>
3881             Shiva Chen  <shiva0217@gmail.com>
3882
3883         * MAINTAINERS (nds32 port): Add Chung-Ju Wu and Shiva Chen as
3884         nds32 port maintainers.
3885
3886 2013-07-17  Tim Shen  <timshen91@gmail.com>
3887
3888         * MAINTAINERS (Write After Approval): Add myself.
3889
3890 2013-07-16  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
3891
3892         * configure.ac: Sync from binutils.
3893         * configure: Regenerate.
3894
3895 2013-06-14  Vidya Praveen  <vidyapraveen@arm.com>
3896
3897         * MAINTAINERS (Write After Approval): Add myself.
3898
3899 2013-06-01  Dinar Temirbulatov  <dinar@kugelworks.com>
3900
3901         * MAINTAINERS (Write After Approval): Add myself.
3902
3903 2013-05-17  David Malcolm  <dmalcolm@redhat.com>
3904
3905         * MAINTAINERS (Write After Approval): Add myself.
3906
3907 2013-04-30  Brooks Moses  <bmoses@google.com>
3908
3909         * MAINTAINERS: Update my email; move myself from Fortran
3910         reviewer to Write After Approval.
3911
3912 2013-04-16  Andreas Schwab  <schwab@suse.de>
3913
3914         * configure.ac (aarch64-*-*): Don't disable java.
3915         * configure: Regenerate.
3916
3917 2013-04-10  Chung-Ju Wu  <jasonwucj@gmail.com>
3918
3919         * MAINTAINERS (Write After Approval): Add myself.
3920
3921 2013-03-30  Matthias Klose  <doko@ubuntu.com>
3922
3923         * Makefile.def (target_modules): Don't install libffi.
3924         * Makefile.in: Regenerate.
3925
3926 2013-02-24  Tilo Schwarz  <tilo@tilo-schwarz.de>
3927
3928         * MAINTAINERS (Write After Approval): Add myself.
3929
3930 2013-02-20  Andrew Sutton  <andrew.n.sutton@gmail.com>
3931
3932         * MAINTAINERS (Write After Approval): Add myself.
3933
3934 2013-02-15  Yufeng Zhang  <yufeng.zhang@arm.com>
3935
3936         * configure.ac: Set libgloss_dir for the aarch64*-*-* targets.
3937         * configure: Regenerated.
3938
3939 2013-02-05  Ian Lance Taylor  <iant@google.com>
3940
3941         PR go/55969
3942         * configure.ac: Disable libgo on some systems where it does not
3943         work.
3944
3945 2013-02-04  David Edelsohn  <dje.gcc@gmail.com>
3946
3947         * MAINTAINERS: Explicitly add myself as AIX maintainer.
3948         Remove Geoff Keating as rs6000 port maintainer, at his request.
3949
3950 2013-01-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
3951
3952         * MAINTAINERS: Update my email.
3953
3954 2013-01-23  Shenghou Ma  <minux.ma@gmail.com>
3955
3956         * configure: Re-generate.
3957
3958 2013-01-15  Richard Biener  <rguenther@suse.de>
3959
3960         PR other/55973
3961         * configure: Re-generate.
3962
3963 2013-01-14  Matthias Klose  <doko@ubuntu.com>
3964
3965         * Makefile.def (install-target-libsanitizer): Depend on
3966         install-target-libstdc++-v3.
3967         * Makefile.in: Regenerate.
3968
3969 2013-01-14  Richard Biener  <rguenther@suse.de>
3970
3971         * configure.ac (cloog/isl): Also allow ISL 0.11.x and CLooG 0.18.0.
3972         * configure: Re-generate
3973
3974 2013-01-11  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
3975
3976         * config.sub: Update from config repo.
3977
3978 2013-01-11  Eric Botcazou  <ebotcazou@adacore.com>
3979
3980         * Makefile.tpl (BOOT_ADAFLAGS): Remove -gnata.
3981         * Makefile.in: Regenerate.
3982
3983 2013-01-10  Joern Rennecke  <joern.rennecke@embecosm.com>
3984
3985         * MAINTAINERS (arc): Add new port maintainership for myself.
3986
3987 2013-01-09  Jason Merrill  <jason@redhat.com>
3988
3989         * .gitignore: Import from gdb repository.
3990
3991 2013-01-09  H.J. Lu  <hongjiu.lu@intel.com>
3992
3993         * Makefile.def (configure-gcc): Depend on all-gmp.
3994         (all-gcc): Remove dependency on all-gmp.
3995         * Makefile.in: Regenerated.
3996
3997 2013-01-08  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
3998
3999         * config.sub: Merge from config repo.
4000         * config.guess: Ditto.
4001
4002 2013-01-08  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
4003
4004         * Makefile.def: Merge from binutils.
4005         * Makefile.in: Ditto.
4006
4007 2013-01-01  Maxim Kuvyrkov  <maxim.kuvyrkov@gmail.com>
4008
4009         * MAINTAINERS: Update my email.
4010
4011 2012-12-29  Ben Elliston  <bje@gnu.org>
4012
4013         * config.guess: Update to 2012-12-29 version.
4014         * config.sub: Likewise.
4015
4016 2012-12-20  Matthias Klose  <doko@ubuntu.com>
4017
4018         * Makefile.def (install-target-libgfortran): Depend on
4019         install-target-libquadmath, install-target-libgcc.
4020         (install-target-libsanitizer): Depend on install-target-libgcc.
4021         (install-target-libjava): Depend on install-target-libgcc.
4022         (install-target-libitm): Depend on install-target-libgcc.
4023         (install-target-libobjc): Depend on install-target-libgcc.
4024         (install-target-libstdc++-v3): Depend on install-target-libgcc.
4025         * Makefile.in: Regenerate.
4026
4027 2012-12-19  Matthias Klose  <doko@ubuntu.com>
4028
4029         * Makefile.def (install-target-libgo): Depend on
4030         install-target-libatomic.
4031         * Makefile.in: Regenerate.
4032
4033 2012-12-18  Andreas Schwab  <schwab@linux-m68k.org>
4034
4035         PR go/55201
4036         * Makefile.def (all-target-libgo): Depend on all-target-libatomic.
4037         * Makefile.in: Regenerate.
4038
4039 2012-12-16  Thomas Schwinge  <thomas@codesourcery.com>
4040
4041         * configure.ac (ENABLE_GOLD): Consider *-*-gnu* targets ELF.
4042         * configure: Regenerate.
4043
4044 2012-12-12  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
4045
4046         * config.sub: Merge from config repo.
4047
4048 2012-12-11  H.J. Lu  <hongjiu.lu@intel.com>
4049
4050         * Makefile.def (target_modules): Add bootstrap=true and
4051         raw_cxx=true to libsanitizer.
4052         * configure.ac (bootstrap_target_libs): Add libsanitizer.
4053         * Makefile.in: Regenerated.
4054         * configure: Likewise.
4055
4056 2012-12-01  Richard Sandiford  <rdsandiford@googlemail.com>
4057
4058         * MAINTAINERS: Remove self as RTL optimization maintainer.
4059
4060 2012-11-30  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
4061
4062         * MAINTAINERS (Write After Approval): Add myself.
4063
4064 2012-11-28  H.J. Lu  <hongjiu.lu@intel.com>
4065
4066         * Makefile.def (target_modules): Remove bootstrap=true and
4067         raw_cxx=true from libsanitizer.
4068         * configure.ac (bootstrap_target_libs): Remove libsanitizer.
4069         * Makefile.in: Regenerated.
4070         * configure: Likewise.
4071
4072 2012-11-28  H.J. Lu  <hongjiu.lu@intel.com>
4073
4074         * Makefile.def (target_modules): Add bootstrap=true and
4075         raw_cxx=true to libsanitizer.
4076         * configure.ac (bootstrap_target_libs): Add libsanitizer.
4077         * Makefile.in: Regenerated.
4078         * configure: Likewise.
4079
4080 2012-11-28  Andrew Pinski  <apinski@cavium.com>
4081
4082         PR bootstrap/54279
4083         * configure.ac (CXX_FOR_TARGET): Change over to use xg++.
4084         * configure: Regenerate.
4085         * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): Change over to use xg++.
4086         * Makefile.in: Regenerate.
4087
4088 2012-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
4089
4090         * configure.ac: Disable libsanitizer if we're not building C++.
4091         * configure: Regenerate.
4092
4093 2012-11-15  Roland McGrath  <roland@hack.frob.com>
4094
4095         * MAINTAINERS (Write After Approval): Add myself.
4096
4097 2012-11-15  Dmitry Vyukov  <dvyukov@google.com>
4098
4099         * MAINTAINERS: (libsanitizer, asan.c): Add myself,
4100         Kostya Serebryany (kcc@google.com) and
4101         Jakub Jelinek (jakub@redhat.com).
4102         Rename area for Dodji Seketeli (dodji@redhat.com).
4103
4104 2012-11-15  Dodji Seketeli  <dodji@redhat.com>
4105
4106         * MAINTAINERS: (asan.c, related): Add myself.
4107
4108 2012-11-14  Roland McGrath  <mcgrathr@google.com>
4109
4110         * configure.ac (ENABLE_GOLD): Consider *-*-nacl* targets ELF.
4111         * configure: Regenerate.
4112
4113 2012-11-13  Richard Henderson  <rth@redhat.com>
4114
4115         * configure.ac: Move libsanitizer logic to subdirectory.
4116         * configure: Regenerate.
4117
4118 2012-11-13  Dodji Seketeli  <dodji@redhat.com>
4119
4120         * configure.ac: Enable libsanitizer just on x86 linux for now.
4121         * configure: Re-generate.
4122
4123 2012-11-13  David Edelsohn  <dje.gcc@gmail.com>
4124
4125         * configure.ac: Disable libsanitizer on AIX. Merge libquadmath
4126         sections.
4127         * configure: Regenerate.
4128
4129 2012-11-13  Hans-Peter Nilsson  <hp@axis.com>
4130
4131         * configure.ac: Add section for configdirs for libsanitizer.
4132         Disable for cris-*-* and mmix-*-*.
4133         * configure: Regenerate.
4134
4135 2012-11-12  Wei Mi <wmi@google.com>
4136
4137         * configure.ac: Add libsanitizer to target_libraries.
4138         * Makefile.def: Ditto.
4139         * configure: Regenerate.
4140         * Makefile.in: Regenerate.
4141         * libsanitizer: New directory for asan runtime.  Contains an empty
4142         tsan directory.
4143
4144 2012-11-03  Corinna Vinschen  <corinna@vinschen.de>
4145
4146         * configure.ac (FLAGS_FOR_TARGET,target=cygwin): Fix for building
4147         against Mingw64 w32api.
4148         * configure: Regenerate.
4149
4150 2012-11-03  H.J. Lu  <hongjiu.lu@intel.com>
4151
4152         * configure: Regenerated.
4153
4154 2012-11-03  Robert Mason  <rbmj@verizon.net>
4155
4156         * configure.ac: add --disable-libstdcxx configure option
4157         and handle defaulted state only for VxWorks, ARM-wince-pe and AVR.
4158
4159 2012-10-30  Ganesh Gopalasubramanian  <Ganesh.Gopalasubramanian@amd.com>
4160
4161         * MAINTAINERS (Write After Approval): Add myself.
4162
4163 2012-10-26  James Greenhalgh  <james.greenhalgh@arm.com>
4164
4165         * MAINTAINERS (Write After Approval): Add myself.
4166
4167 2012-10-24  Sharad Singhai  <singhai@google.com>
4168
4169         * MAINTAINERS (Write After Approval): Add myself.
4170
4171 2012-10-24  Eric Christopher  <echristo@gmail.com>
4172
4173         * MAINTAINERS: Update email address.
4174
4175 2012-10-23  Eric Botcazou  <ebotcazou@adacore.com>
4176
4177         PR bootstrap/54820
4178         * configure.ac (have_static_libs): Force 'no' for GCC version < 4.5.
4179         * configure: Regenerate.
4180
4181 2012-10-23  Richard Earnshaw  <rearnsha@arm.com>
4182
4183         * MAINTAINERS (aarch64): Add Marcus and myself.
4184
4185 2012-10-22  Eric Botcazou  <ebotcazou@adacore.com>
4186
4187         PR bootstrap/54820
4188         * Makefile.tpl (STAGE1_FLAGS_TO_PASS): New variable.
4189         (all-[+prefix+][+module+]): Pass stage1_args to sub-makes.
4190         (all-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
4191         (clean-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
4192         (host_modules): Set stage1_args to STAGE1_FLAGS_TO_PASS.
4193         * Makefile.in: Regenerate.
4194         * configure.ac (have_static_libs): New variable and associated check.
4195         (stage1-ldflags): Move to after stage1_libs and set to -static-libstdc++
4196         -static-libgcc if stage1_libs is empty and have_static_libs is yes.
4197         * configure: Regenerate.
4198
4199 2012-10-10  Richard Biener  <rguenther@suse.de>
4200
4201         * MAINTAINERS: Adjust for changed surname.
4202
4203 2012-10-04  Lawrence Crowl  <crowl@google.com>
4204
4205         * MAINTAINERS (Write After Approval): Add myself.
4206
4207 2012-10-01  Cary Coutant  <ccoutant@google.com>
4208
4209         * MAINTAINERS: Add myself as dwarf debugging code maintainer.
4210
4211 2012-09-28  Ian Lance Taylor  <iant@google.com>
4212
4213         * Makefile.def: Make all-target-libgo depend on
4214         all-target-libbacktrace.
4215         * Makefile.in: Rebuild.
4216
4217 2012-09-26  Ian Lance Taylor  <iant@google.com>
4218
4219         * Makefile.def: Make all-gcc depend on all-libbacktrace.
4220         * Makefile.in: Rebuild.
4221
4222 2012-09-20  Walter Lee  <walt@tilera.com>
4223
4224         * configure.ac: Add tilegx to list of targets that support gold.
4225         * configure: Regenerate.
4226
4227 2012-09-20  Marek Polacek  <polacek@redhat.com>
4228
4229         * MAINTAINERS (Write After Approval): Add myself.
4230
4231 2012-09-19  Steve Ellcey  <sellcey@mips.com>
4232
4233         * configure.ac: Add mips*-mti-elf* target.
4234         * configure: Regenerate.
4235
4236 2012-09-17  Ian Lance Taylor  <iant@google.com>
4237
4238         * MAINTAINERS (Various Maintainers): Add libbacktrace.
4239         * configure.ac (host_libs): Add libbacktrace.
4240         (target_libraries): Add libbacktrace.
4241         * Makefile.def (host_modules): Add libbacktrace.
4242         (target_modules): Likewise.
4243         * configure, Makefile.in: Rebuild.
4244
4245 2012-09-14  David Edelsohn  <dje.gcc@gmail.com>
4246
4247         PR target/38607
4248         Merge upstream change.
4249         * libtool.m4 (_LT_COMPILER_PIC): Add -fPIC to GCC and GXX for AIX.
4250
4251         * configure.ac: Add target-libquadmath to noconfigdirs for AIX.
4252         Add libgomp*.o to compare_exclusions for AIX.
4253         * configure: Regenerate.
4254
4255 2012-09-06  Diego Novillo  <dnovillo@google.com>
4256
4257         * configure.ac: Bump minimum GMP version to 4.2.3.
4258         * configure: Re-generate.
4259
4260 2012-09-05  Georg-Johann Lay  <avr@gjlay.de>
4261
4262         PR target/54461
4263         * configure.ac (noconfigdirs,target=avr-*-*): Add target-newlib,
4264         target-libgloss if not configured --with-avrlibc=no.
4265         * configure: Regenerate.
4266
4267 2012-09-04  Jason Merrill  <jason@redhat.com>
4268
4269         * configure.ac: Fix --enable-languages=all.
4270
4271 2012-09-04  Christophe Lyon  <christophe.lyon@st.com>
4272
4273         * MAINTAINERS (Write After Approval): Add myself.
4274
4275 2012-09-03  Richard Guenther  <rguenther@suse.de>
4276
4277         PR bootstrap/54138
4278         * configure.ac: Re-organize ISL / CLOOG checks to allow
4279         disabling with either --without-isl or --without-cloog.
4280         * configure: Regenerated.
4281
4282 2012-09-03  Georg-Johann Lay  <avr@gjlay.de>
4283
4284         * configure.ac (noconfigdirs,target=avr): Add target-libquadmath.
4285         * configure: Regenerate.
4286
4287 2012-08-27  Ulrich Drepper  <drepper@gmail.com>
4288
4289         * MAINTAINERS: Fix my email address.
4290
4291 2012-08-26  H.J. Lu  <hongjiu.lu@intel.com>
4292
4293         PR binutils/4970
4294         * Makefile.def (host_modules): Rmove lib_path=.libs from bfd
4295         and opcodes.
4296         * Makefile.in: Regenerated.
4297
4298 2012-08-26  Art Haas <ahaas@impactweather.com>
4299
4300         * configure: Regenerate.
4301
4302 2012-08-25  Křištof Želechovski <giecrilj@stegny.2a.pl>
4303
4304         * INSTALL/README: Also refer to the online installation
4305         instructions.
4306
4307 2012-08-21  Hariharan Sandanagobalane <hariharan.gcc@gmail.com>
4308
4309         * MAINTAINERS (Write After Approval): Add myself.
4310         (Picochip port): Remove myself.
4311
4312 2012-08-14   Diego Novillo  <dnovillo@google.com>
4313
4314         Merge from cxx-conversion branch.
4315
4316         * Makefile.tpl (STAGE[+id+]_CXXFLAGS): Remove
4317         POSTSTAGE1_CONFIGURE_FLAGS.
4318         * Makefile.in: Regenerate.
4319         * configure.ac (ENABLE_BUILD_WITH_CXX): Remove.  Update all users.
4320         Force C++ when bootstrapping.
4321         * configure: Regenerate.
4322
4323 2012-07-24  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
4324
4325         * MAINTAINERS (Write After Approval): Add myself.
4326
4327 2012-07-16  Joseph Myers  <joseph@codesourcery.com>
4328
4329         * README: Document use of ranges of years in copyright notices.
4330
4331 2012-07-06  Richard Guenther  <rguenther@suse.de>
4332
4333         * Makefile.def (cloog): Pass $(HOST_GMPINC) and $(HOST_ISLINC)
4334         as CPPFLAGS, pass path to built gmp as LDFLAGS, always use
4335         --with-gmp=system.
4336         * Makefile.in: Regenerated.
4337         * configure: Likewise.
4338
4339 2012-07-06  Richard Guenther  <rguenther@suse.de>
4340
4341         * configure.ac (extra_isl_gmp_configure_flags): Initialize and subst.
4342         * Makefile.def (isl): Use extra_isl_gmp_configure_flags and
4343         supply V=1 as extra_make_flags.
4344         * configure: Regenerated.
4345         * Makefile.in: Likewise.
4346
4347 2012-07-04  Tristan Gingold  <gingold@adacore.com>
4348
4349         * configure: Regenerate.
4350
4351 2012-07-03  Richard Guenther  <rguenther@suse.de>
4352
4353         * Makfile.def (isl): Remove not necessary extra_exports and
4354         extra_make_flags.
4355         (cloog): Use $$CPPFLAGS instead of ${CPPFLAGS}.
4356         * Makefile.in: Regenerated.
4357
4358 2012-07-03  Richard Guenther  <rguenther@suse.de>
4359
4360         * Makefile.def (cloog): Add V=1 to extra_make_flags.
4361         * configure.ac: If either the ISL or the CLooG check failed
4362         do not try to build in-tree versions.
4363         * Makefile.in: Regenerated.
4364         * configure: Regenerated.
4365
4366 2012-07-03  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
4367
4368         * configure: Regenerate.
4369
4370 2012-07-02  Janis Johnson  <janisjo@codesourcery.com>
4371
4372         * MAINTAINERS (Various Maintainers): Add myself as testsuite
4373         maintainer.
4374
4375 2012-07-02  Richard Guenther  <rguenther@suse.de>
4376
4377         * configure: Regenerated.
4378
4379 2012-07-02  Richard Guenther  <rguenther@suse.de>
4380         Michael Matz  <matz@suse.de>
4381         Tobias Grosser <tobias@grosser.es>
4382         Sebastian Pop <sebpop@gmail.com>
4383
4384         * Makefile.def: Add ISL host module, remove PPL host module.
4385         Adjust ClooG host module to use the proper ISL.
4386         * Makefile.tpl: Pass ISL include flags instead of PPL ones.
4387         * configure.ac: Include config/isl.m4.  Add ISL host library,
4388         remove PPL.  Remove PPL configury, add ISL configury, adjust
4389         ClooG configury.
4390         * Makefile.in: Regenerated.
4391         * configure: Likewise.
4392
4393 2012-07-02  Richard Guenther  <rguenther@suse.de>
4394
4395         Merge from graphite branch
4396         2011-07-21  Tobias Grosser  <tobias@grosser.es>
4397
4398         * configure: Regenerated.
4399         * config/cloog.m4: Remove support for CLooG-ppl and CLooG-parma,
4400         both cloog.org and legacy versions. The only supported version will
4401         be CLooG with the isl backend.
4402
4403         2011-07-21  Tobias Grosser  <tobias@grosser.es>
4404
4405         * configure: Regenerated.
4406         * configure.ac: Require cloog isl 0.17.0
4407
4408         2011-07-21  Tobias Grosser  <tobias@grosser.es>
4409
4410         * configure: Regenerated.
4411         * config/cloog.m4: Do not define CLOOG_ORG
4412
4413 2012-06-29  Steven Bosscher  <steven@gcc.gnu.org>
4414
4415         * configure.ac: Skip C if explicitly selected.
4416         * configure: Regenerate.
4417
4418 2012-06-28  Christophe Lyon <christophe.lyon@st.com>
4419
4420         * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Make sure
4421         they contain -O2.
4422         * configure: Regenerate.
4423
4424 2012-06-25  Richard Sandiford  <rdsandiford@googlemail.com>
4425
4426         PR debug/53740
4427         * df.h, df-problems.c, dce.c: Revert last patch.
4428
4429 2012-06-25  Iain Sandoe  <iain@codesourcery.com>
4430
4431         * MAINTAINERS (Write After Approval): Update my email address.
4432
4433 2012-06-21  Meador Inge  <meadori@codesourcery.com>
4434
4435         * MAINTAINERS (Write After Approval): Add myself.
4436
4437 2012-06-20  Jason Merrill  <jason@redhat.com>
4438
4439         * Makefile.tpl (check-target-libgomp-c++): New.
4440         (check-target-libitm-c++): New.
4441         * Makefile.def (c++): Add them.
4442         * Makefile.in: Regenerate.
4443
4444 2012-05-29  Edmar Wienskoski  <edmar@freescale.com>
4445
4446         * MAINTAINERS (Write After Approval): Add myself.
4447
4448 2012-05-16  Olivier Hainque  <hainque@adacore.com>
4449
4450         * Makefile.tpl (gcc-no-fixedincludes): Rename into ...
4451         (gcc-install-no-fixedincludes): Now forwarder to local target in gcc/
4452         (install-no-fixedincludes): Adjust accordingly.
4453         * Makefile.in: Regenerate.
4454
4455 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
4456
4457         Merge upstream change
4458         * libtool.m4 (_LT_ENABLE_LOCK): Support x32.
4459
4460 2012-05-14  Marc Glisse  <marc.glisse@inria.fr>
4461
4462         * MAINTAINERS (Write After Approval): Add myself.
4463
4464 2012-05-09  Nick Clifton  <nickc@redhat.com>
4465             Paul Smith  <psmith@gnu.org>
4466
4467         PR bootstrap/50461
4468         * configure.ac (mpfr-dir): When using in-tree MPFR sources
4469         allow for the fact that from release v3.1.0 of MPFR the source
4470         files were moved into a src sub-directory.
4471         * configure: Regenerate.
4472
4473 2012-05-07  Janne Blomqvist  <jb@gcc.gnu.org>
4474
4475         * configure.ac: Bump minimum MPFR version to 2.4.0.
4476         * configure: Regenerated.
4477
4478 2012-05-01  Richard Henderson  <rth@redhat.com>
4479
4480         * Makefile.def (libatomic): New target_module.
4481         * configure.ac (target_libraries): Add libatomic.
4482         (noconfigdirs): Check if libatomic is supported.
4483         * Makefile.in, configure: Rebuild.
4484
4485 2012-05-01  Greta Yorsh  <Greta.Yorsh@arm.com>
4486
4487         * MAINTAINERS (Write After Approval): Add myself.
4488
4489 2012-04-25  Joel Brobecker  <brobecker@adacore.com>
4490
4491         * config.sub: Update to 2012-04-18 version from official repo.
4492
4493 2012-04-24  Naveen H.S  <naveen.S@kpitcummins.com>
4494
4495         * MAINTAINERS (Write After Approval): Add myself.
4496
4497 2012-04-11  Steve Ellcey  <sellcey@mips.com>
4498
4499         * MAINTAINERS: Changed email address.
4500
4501 2012-03-28  Georg-Johann Lay  <avr@gjlay.de>
4502
4503         PR target/52737
4504         * contrib/gcc_update (files_and_dependencies):
4505         Remove gcc/config/avr/t-multilib from touch data.
4506
4507 2012-03-14  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
4508
4509         * MAINTAINERS (OS Port Maintainers): Remove irix.
4510         * configure.ac (enable_libgomp): Remove *-*-irix6*.
4511         (unsupported_languages): Remove mips-sgi-irix6.*.
4512         (noconfigdirs): Don't add ${libgcj} for mips*-*-irix6*.
4513         (with_stabs): Remove.
4514         * configure: Regenerate.
4515
4516 2012-03-12  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
4517
4518         * MAINTAINERS (OS Port Maintainers): Remove osf.
4519         * configure.ac (enable_libgomp): Remove *-*-osf*.
4520         (with_stabs): Remove alpha*-*-osf*.
4521         * configure: Regenerate.
4522
4523 2012-03-05  Tristan Gingold  <gingold@adacore.com>
4524
4525         * configure.ac: Enable gdb and readline for ia64*-*-*vms*.
4526         * configure: Regenerate.
4527
4528 2012-02-17  Walter Lee  <walt@tilera.com>
4529
4530         * MAINTAINERS: (Write After Approval): Delete myself.
4531
4532 2012-02-14  Walter Lee  <walt@tilera.com>
4533
4534         * MAINTAINERS (tilegx port): Add myself.
4535         (tilepro port): Add myself.
4536         (Write After Approval): Add myself.
4537
4538 2012-02-12  Gerald Pfeifer  <gerald@pfeifer.com>
4539
4540         * MAINTAINERS (Various Maintainers): Add Diego Novillo, Gerald Pfeifer
4541         and Joseph Myers as docstring relicensing maintainers.
4542
4543 2012-02-09  Bin Cheng  <bin.cheng@arm.com>
4544
4545         * MAINTAINERS (write-after-approval): Add myself.
4546
4547 2012-02-08  Ira Rosen <irar@il.ibm.com>
4548
4549         * MAINTAINERS (Various Maintainers): Remove myself as auto-vectorizer
4550         maintainer.
4551
4552 2012-02-04  Venkataramanan Kumar  <venkataramanan.kumar@amd.com>
4553
4554         * MAINTAINERS (Write After Approval): Move myself to
4555         maintain alphabetical order.
4556
4557 2012-02-03  Venkataramanan Kumar  <venkataramanan.kumar@amd.com>
4558
4559         * MAINTAINERS (Write After Approval): Add myself.
4560
4561 2012-02-02  Jayant R Sonar <jayant.sonar@kpitcummins.com>
4562
4563         * MAINTAINERS (Write After Approval): Add myself.
4564
4565 2012-02-02  Sumanth G <sumanth.gundapaneni@kpitcummins.com>
4566             Jayant R Sonar <jayant.sonar@kpitcummins.com>
4567
4568         * configure.ac (cr16-*-*): Remove nonconfigdirs.
4569         * configure: Regenerate.
4570
4571 2012-01-23  Harshit Chopra  <harshit@google.com>
4572
4573         * MAINTAINERS (Write After Approval): Add myself.
4574
4575 2012-01-22  Douglas B Rupp  <rupp@ngnat.com>
4576
4577         * configure.ac: Remove reference to mh-interix.
4578         * configure: Regenerate.
4579
4580 2012-01-05  Richard Henderson  <rth@redhat.com>
4581
4582         PR bootstrap/51072
4583         * configure.ac: Disable libitm if c++ is not enabled.
4584         * configure: Rebuild.
4585
4586         * configure.ac: Fix regexp for same.
4587         * configure: Rebuild.
4588
4589 2012-01-02  Balaji V. Iyer  <bviyer@gmail.com>
4590
4591         * MAINTAINERS (Write After Approval): Add myself.
4592
4593 2012-01-02  Richard Guenther  <rguenther@suse.de>
4594
4595         PR bootstrap/51686
4596         * Makefile.def (install-strip-gcc): Depend on install-strip-lto-plugin.
4597         * Makefile.in: Regenerate.
4598
4599 2011-12-28  Oleg Endo  <olegendo@gcc.gnu.org>
4600
4601         * MAINTAINERS (Write After Approval): Add myself.
4602
4603 2011-12-18  Eric Botcazou  <ebotcazou@adacore.com>
4604
4605         * configure: Regenerate.
4606
4607 2011-12-14  Hariharan Sandanagobalane  <hariharan.gcc@gmail.com>
4608
4609         * MAINTAINERS (picochip): Changed email address.
4610
4611 2011-11-30  Matthew Gretton-Dann  <matthew.gretton-dann@arm.com>
4612
4613         * MAINTAINERS (write-after-approval): Add self.
4614
4615 2011-11-29  DJ Delorie  <dj@redhat.com>
4616
4617         * configure.ac (rl78-*-*) New case.
4618         * configure: Regenerate.
4619         * MAINTAINERS: Add myself as RL78 maintainer.
4620
4621 2011-11-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
4622
4623         * MAINTAINERS: Add self as co-maintainer of the Ada front end.
4624
4625 2011-11-21  Andreas Tobler  <andreast@fgznet.ch>
4626
4627         * libtool.m4: Additional FreeBSD 10 fixes.
4628
4629 2011-11-21  Joern Rennecke  <joern.rennecke@embecosm.com>
4630
4631         * MAINTAINERS: Move myself from Write After Approval to CPU Port
4632         Maintainers section, as Epiphany maintainer.
4633
4634 2011-11-18  Iain Sandoe  <iains@gcc.gnu.org>
4635
4636         PR target/49992
4637         * configure.ac: Remove ranlib special-casing for Darwin.
4638         * configure: Regenerate.
4639
4640 2011-11-12  Andrey Belevantsev  <abel@ispras.ru>
4641
4642         * MAINTAINERS (Reviewers): Keep the list sorted.
4643
4644 2011-11-11  Andrey Belevantsev  <abel@ispras.ru>
4645
4646         * MAINTAINERS (Selective Scheduling): Add myself as a reviewer.
4647
4648 2011-11-09  Roland McGrath  <mcgrathr@google.com>
4649
4650         * configure.ac: Add tool checks for READELF and READELF_FOR_TARGET.
4651         * configure: Rebuild.
4652         * Makefile.def (flags_to_pass): Add READELF_FOR_TARGET.
4653         * Makefile.tpl (READELF, READELF_FOR_TARGET): New variables.
4654         (HOST_EXPORTS): Add READELF, READELF_FOR_TARGET.
4655         (BASE_FLAGS_TO_PASS): Add READELF_FOR_TARGET.
4656         (BASE_TARGET_EXPORTS, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS):
4657         Add READELF.
4658         * Makefile.in: Rebuild.
4659
4660 2011-11-09  Jason Merrill  <jason@redhat.com>
4661
4662         * Makefile.def (language=c++): Remove check-c++0x.
4663         * Makefile.in (check-gcc-c++): Regenerate.
4664
4665 2011-11-08  Richard Henderson  <rth@redhat.com>
4666
4667         * configure.ac: Test for libitm directory present first.
4668
4669         * configure.ac: Adjust srcdir for running libitm/configure.tgt.
4670
4671         * configure.ac: Test libitm/configure.tgt to disable libitm.
4672         * configure: Rebuild.
4673
4674 2011-11-07  Aldy Hernandez  <aldyh@redhat.com>
4675             Richard Henderson  <rth@redhat.com>
4676
4677         Merged from transactional-memory.
4678
4679         * Makefile.def (lang_env_dependencies): libitm is c++.
4680         Add libitm target module.
4681         * configure.ac: Likewise.
4682         * config/mmap.m4: New file.
4683         * contrib/gcc_update: Add libitm to touch data.
4684         * Makefile.in, configure: Rebuild.
4685
4686 2011-11-02  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
4687
4688         * Makefile.tpl (EXTRA_GCC_FLAGS): Remove LIBGCC2_CFLAGS,
4689         LIBGCC2_DEBUG_CFLAGS, LIBGCC2_INCLUDES.
4690         * Makefile.in: Regenerate.
4691
4692 2011-11-01  DJ Delorie  <dj@redhat.com>
4693
4694         * config.sub: Update to version 2011-10-29 (added rl78)
4695
4696 2011-10-27  Nick Clifton  <nickc@redhat.com>
4697
4698         * config.sub: Import these changes from the config project:
4699
4700         2011-10-08  Joern Rennecke  <joern.rennecke@embecosm.com>
4701             Ben Elliston  <bje@gnu.org>
4702
4703         * config.sub (epiphany): New.
4704
4705         2011-09-09  Linas Vepstas  <linasvepstas@gmail.com>
4706             Ben Elliston  <bje@gnu.org>
4707
4708         * config.sub (hexagon, hexagon-*): New.
4709
4710         2011-08-23  Roland McGrath  <mcgrathr@google.com>
4711
4712         * config.sub: Rename 32eb to be32, 32el to le32, 64el to le64, and
4713         64eb to be64.
4714
4715         2011-08-16  Roland McGrath  <mcgrathr@google.com>
4716
4717         * config.sub (32eb, 32el, 64eb, 64el): New (pseudo-)CPUs.
4718         (nacl): Grok as alias for 32el-unknown-nacl.
4719
4720 2011-10-25  Kirill Yukhin  <kirill.yukhin@intel.com>
4721
4722         * MAINTAINERS (Write After Approval): Add myself.
4723
4724 2011-10-24  Teresa Johnson  <tejohnson@google.com>
4725
4726         * MAINTAINERS (Write After Approval): Add myself.
4727
4728 2011-09-21  Jakub Jelinek  <jakub@redhat.com>
4729
4730         * MAINTAINERS (sparc port): Remove myself.
4731
4732 2011-09-14  Tom de Vries  <tom@codesourcery.com>
4733
4734         * MAINTAINERS (Write After Approval): Add myself.
4735
4736 2011-08-14  Yao Qi  <yao@codesourcery.com>
4737
4738         * configure.ac (tic6x-*-*): Remove gdb from noconfigdirs.
4739         * configure: Regenerate.
4740
4741 2011-07-26  Ian Lance Taylor  <iant@google.com>
4742
4743         * configure.ac: Set have_compiler based on whether gcc directory
4744         exists, rather than on whether gcc is in configdirs.
4745         * configure: Rebuild.
4746
4747 2011-07-21  Joseph Myers  <joseph@codesourcery.com>
4748
4749         * MAINTAINERS (Global Reviewers): Add self.
4750
4751 2011-07-20  David Edelsohn  <dje.gcc@gmail.com>
4752
4753         * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): Add libsupc++ to
4754         link directories.
4755         * Makefile.in: Rebuild.
4756
4757 2011-07-20  Ian Lance Taylor  <iant@google.com>
4758
4759         PR bootstrap/49787
4760         * configure.ac: Move --enable-bootstrap handling earlier in file.
4761         If --enable-bootstrap and either --enable-build-with-cxx or
4762         --enable-build-poststage1-with-cxx, enable C++ automatically.
4763         * configure: Rebuild.
4764
4765 2011-07-19  Ian Lance Taylor  <iant@google.com>
4766
4767         * configure.ac: Add --enable-build-poststage1-with-cxx.  If set,
4768         make C++ a boot_language.  Set and substitute
4769         POSTSTAGE1_CONFIGURE_FLAGS.
4770         * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): New variable.
4771         (STAGE[+id+]_CONFIGURE_FLAGS): Add $(POSTSTAGE1_CONFIGURE_FLAGS).
4772         * configure, Makefile.in: Rebuild.
4773
4774 2011-07-19  Vladimir Makarov  <vmakarov@redhat.com>
4775
4776         * MAINTAINERS (Register Allocation): Move myself from reviewers to
4777         maintainers.
4778
4779 2011-07-18  Jakub Jelinek  <jakub@redhat.com>
4780
4781         * MAINTAINERS (Global Reviewers): Add myself.
4782
4783 2011-07-18  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
4784
4785         * configure: Regenerate.
4786
4787 2011-07-16  Jason Merrill  <jason@redhat.com>
4788
4789         * Makefile.def (language=c++): Add check-c++0x and
4790         check-target-libmudflap-c++.
4791         * Makefile.tpl (check-target-libmudflap-c++): New.
4792         * Makefile.in: Regenerate.
4793
4794 2011-07-16  Matthias Klose  <doko@ubuntu.com>
4795
4796         * Makefile.tpl (EXTRA_CONFIGARGS_LIBJAVA): Define.
4797         * Makefile.def (target_modules/libjava): Pass
4798         $(EXTRA_CONFIGARGS_LIBJAVA).
4799         * configure.ac: Pass --disable-static in EXTRA_CONFIGARGS_LIBJAVA,
4800         if not configured with --enable-static-libjava.
4801         * Makefile.in: Regenerate.
4802         * configure: Likewise.
4803
4804 2011-07-15  Jason Merrill  <jason@redhat.com>
4805
4806         * Makefile.in (check-c++): Move check-gcc-c++0x after
4807         check-target-libstdc++-v3.
4808
4809 2011-07-15  Bernd Schmidt  <bernds@codesourcery.com>
4810
4811         * MAINTAINERS (c6x port): New entry.
4812
4813 2011-07-13  Jason Merrill  <jason@redhat.com>
4814
4815         * Makefile.in (check-gcc-c++0x): New.
4816         (check-c++): Depend on it.
4817
4818 2011-07-07  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
4819
4820         PR target/39150
4821         * configure.ac (i[3456789]86-*-solaris2*): Also accept
4822         x86_64-*-solaris2.1[0-9]*.
4823         * configure: Regenerate.
4824
4825 2011-06-29  Richard Sandiford  <rdsandiford@googlemail.com>
4826
4827         * MAINTAINERS (RTL optimizers): Add self.
4828
4829 2011-06-27  Gabriel Charette  <gchare@google.com>
4830
4831         * MAINTAINERS (Write After Approval): Add myself.
4832
4833 2011-06-22  Hans-Peter Nilsson  <hp@axis.com>
4834
4835         PR regression/47836
4836         PR bootstrap/23656
4837         PR other/47733
4838         PR bootstrap/49247
4839         PR c/48825
4840         * configure.ac (target_libraries): Remove target-libiberty.
4841         Remove case-statement setting skipdirs=target-libiberty for
4842         multiple targets.  Remove checking target_configdirs and
4843         removing target-libiberty but keeping target-libgcc if
4844         otherwise empty.
4845         * Makefile.def (target_modules): Don't add libiberty.
4846         (dependencies): Remove all traces of target-libiberty.
4847         * configure, Makefile.in: Regenerate.
4848
4849 2011-06-13  Walter Lee <walt@tilera.com>
4850
4851         * configure.ac (tilepro-*-*) New case.
4852         (tilegx-*-*): Likewise.
4853         * configure: Regenerate.
4854
4855 2011-06-06  Jing Yu  <jingyu@google.com>
4856
4857         * configure.ac: Skip target-libiberty for
4858         arm*-*-linux-androideabi.
4859         * configure: Regenerated.
4860
4861 2011-06-06  Nick Clifton  <nickc@redhat.com>
4862
4863         * config.sub: Sync from upstream.
4864
4865 2011-06-05  Nenad Vukicevic  <nenad@intrepid.com>
4866
4867         * MAINTAINERS (Write After Approval): Add myself.
4868
4869 2011-06-01  Daniel Jacobowitz  <drow@false.org>
4870
4871         * MAINTAINERS: Update my email address.
4872
4873 2011-05-27  Nathan Froyd  <froydnj@codesourcery.com>
4874
4875         * MAINTAINERS (Write After Approval): Update my email address.
4876
4877 2011-05-11  Paul Pluzhnikov  <ppluzhnikov@google.com>
4878
4879         * MAINTAINERS (Write After Approval): Add myself.
4880
4881 2011-05-08  Doug Kwan  <dougkwan@google.com>
4882
4883         * configure.ac: Propagate LDFLAGS_FOR_TARGET.
4884         * configure: Regenerated.
4885         * Makefile.tpl (LDFLAGS_FOR_TARGET): Use LDFLAGS_FOR_TARGET
4886         value from configure.
4887         * Makefile.in: Regenerated.
4888
4889 2011-05-05  Joseph Myers  <joseph@codesourcery.com>
4890
4891         * configure.ac (alpha*-dec-osf*, i[[3456789]]86-*-rdos*,
4892         sh*-*-pe|mips*-*-pe|arm-wince-pe, sparc-*-sunos4*, *-*-aix*,
4893         *-*-beos*, *-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-linux*
4894         | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-lynxos*,
4895         *-*-mingw*, *-*-netbsd*, *-*-netware*, *-*-tpf*, *-*-uclinux*,
4896         *-*-vxworks*): Disable newlib and libgloss in separate case
4897         statement.
4898         (i[[3456789]]86-*-linux*): Move logic allowing newlib to be built
4899         to separate case statement.
4900         (*-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
4901         *-*-netware*, *-*-tpf*, *-*-uclinux*, *-*-vxworks*,
4902         alpha*-dec-osf*, alpha*-*-linux*, am33_2.0-*-linux*, sh-*-linux*,
4903         sh*-*-pe|mips*-*-pe|*arm-wince-pe, arm-*-coff, arm-*-elf* |
4904         arm*-*-eabi*, arm*-*-linux-gnueabi, arm*-*-symbianelf*, avr-*-*,
4905         bfin-*-*, cris-*-* | crisv32-*-*, frv-*-*, i[[3456789]]86-*-coff |
4906         i[[3456789]]86-*-elf, i[[3456789]]86-w64-mingw*,
4907         i[[3456789]]86-*-mingw*, x86_64-*-mingw*,
4908         i[[3456789]]86-*-interix*, i[[3456789]]86-*-beos*,
4909         i[[3456789]]86-*-rdos*, m32r-*-*,
4910         m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, m68k-*-elf*, m68*-*-*
4911         | fido-*-*, powerpc-*-aix*, powerpc-*-beos*, powerpc-*-eabi,
4912         powerpc-*-eabi* | powerpcle-*-eabi* | powerpc-*-rtems*,
4913         rs6000-*-lynxos*, rs6000-*-aix*, mips*-*-linux*, sparclet-*-aout*
4914         | sparc86x-*-*, sparc-*-elf*, sparc64-*-elf*, sparclite-*-*,
4915         sparc-*-sunos4*, sparc-*-solaris* | sparc64-*-solaris* |
4916         sparcv9-*-solaris*, *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu |
4917         *-*-kopensolaris*-gnu, *-*-lynxos*, *-*-*): Don't disable newlib
4918         and libgloss in main case over targets.  Remove most empty cases
4919         in main case over targets.
4920         * configure: Regenerate.
4921
4922 2011-05-04  Janis Johnson  <janisjo@codesourcery.com>
4923
4924         * MAINTAINERS (Write After Approval): Add myself.
4925
4926 2011-05-04  Joseph Myers  <joseph@codesourcery.com>
4927
4928         * configure.ac: Remove code setting special library locations for
4929         hppa*64*-*-hpux11*.  Remove code setting compiler for
4930         sparc-sun-solaris2*.
4931         * configure: Regenerate.
4932
4933 2011-05-04  Joseph Myers  <joseph@codesourcery.com>
4934
4935         * configure.ac: Separate libgloss_dir settings from general case
4936         over targets.
4937         * configure: Regenerate.
4938
4939 2011-04-28  Joseph Myers  <joseph@codesourcery.com>
4940
4941         * configure.ac (*-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
4942         alpha*-dec-osf*, alpha*-*-linux*, alpha*-*-*, sh-*-linux*,
4943         arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi, frv-*-*): Remove
4944         cases in libgcj-disabling case statement.
4945         (hppa*64*-*-linux*): Set unsupported_languages instead of
4946         disabling target-zlib.
4947         (hppa*64*-*-*): Restrict case in libgcj-disabling case statement
4948         to hppa*64*-*-hpux*.
4949         (hppa*-*-*): Restrict case in libgcj-disabling case statement to
4950         hppa*-*-hpux*.
4951         (ia64*-*-elf*, ia64*-**-hpux*, i[[3456789]]86-*-elf,
4952         i[[3456789]]86-*-linux*, *-*-cygwin*, i[[3456789]]86-*-interix*,
4953         i[[3456789]]86-*-solaris2*, m32r-*-*, m68k-*-elf*, m68*-*-* |
4954         fido-*-*, powerpc-*-eabi, powerpc-*-eabi* | powerpcle-*-eabi* |
4955         powerpc-*-rtems*, mips*-*-linux*, mips*-*-*, sh-*-* | sh64-*-*,
4956         sparc-*-elf*, sparc64-*-elf*, sparc-*-solaris* |
4957         sparc64-*-solaris* | sparcv9-*-solaris*, *-*-linux* | *-*-gnu* |
4958         *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-*): Remove cases in
4959         libgcj-disabling case statement.
4960         * configure: Regenerate.
4961
4962 2011-04-28  Joseph Myers  <joseph@codesourcery.com>
4963
4964         * configure.ac: Disable Java for targets not supporting libffi.
4965         (*-*-chorusos, *-*-kaos*, am33_2.0-*-linux*, sh*-*-pe|mips*-*-pe):
4966         Remove cases in Java-disabling statement.
4967         (*arm-wince-pe): Change to arm-wince-pe.
4968         (arc-*-*, arm-*-coff, arm-*-pe*, arm-*-riscix*, avr-*-*): Remove
4969         cases in Java-disabling statement.
4970         (bfin-*-*): Don't disable Java again.
4971         (c4x-*-* | tic4x-*-*, tic54x-*-*, cr16-*-*, d10v-*-*, d30v-*-*,
4972         fr30-*-elf*, moxie-*-*, h8300*-*-*, h8500-*-*, hppa1.1-*-osf* |
4973         hppa1.1-*-bsd*, hppa*-*-*elf* | hppa*-*-lites* | hppa*-*-openbsd*,
4974         hppa*-*-pro*, i960-*-*, i[[3456789]]86-*-coff,
4975         i[[3456789]]86-*-pe, i[[3456789]]86-*-sco3.2v5*,
4976         i[[3456789]]86-*-sco*, i[[3456789]]86-*-sysv4*,
4977         i[[3456789]]86-*-beos*, i[[3456789]]86-*-rdos*,
4978         m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*): Remove cases in
4979         Java-disabling statement.
4980         (mmix-*-*): Don't disable Java again.
4981         (mt-*-*, powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
4982         powerpc-*-beos*, rs6000-*-lynxos*, rs6000-*-*, m68k-apollo-*,
4983         microblaze*, mips*-sde-elf*, mips*-*-irix5*, mips*-*-bsd*,
4984         sparclet-*-aout* | sparc86x-*-*, sparclite-*-*, sparc-*-sunos4*,
4985         tic6x-*-*, v810-*-*, vax-*-*): Remove cases in Java-disabling
4986         statement.
4987         * configure: Regenerate.
4988
4989 2011-04-28  Joseph Myers  <joseph@codesourcery.com>
4990
4991         * configure.ac: Separate cases disabling Java and Java libraries
4992         from general case over targets.
4993         * configure: Regenerate.
4994
4995 2011-04-21  Jie Zhang  <jzhang918@gmail.com>
4996
4997         * MAINTAINERS: Update my email address.
4998
4999 2011-04-20  Easwaran Raman  <eraman@google.com>
5000
5001         * MAINTAINERS (Write After Approval): Add myself.
5002
5003 2011-04-18  Jack Howarth  <howarth@bromo.med.uc.edu>
5004
5005         PR lto/48086
5006         * configure.ac: Re-enable LTO on *-apple-darwin9*.
5007         * configure: Regenerate.
5008
5009 2011-04-16  Jim Meyering  <meyering@redhat.com>
5010
5011         * MAINTAINERS (Write After Approval): Add myself.
5012
5013 2011-04-15  Dodji Seketeli  <dodji@redhat.com>
5014
5015         * MAINTAINERS: Update my email address.
5016
5017 2011-04-13  Georg-Johann Lay  <avr@gjlay.de>
5018
5019         * MAINTAINERS (Write After Approval): Add myself.
5020
5021 2011-04-12  Yufeng Zhang  <yufeng.zhang@arm.com>
5022
5023         * MAINTAINERS (Write After Approval): Add myself.
5024
5025 2011-04-07  Stuart Henderson  <shenders@gcc.gnu.org>
5026
5027         * MAINTAINERS (Write After Approval): Add myself.
5028
5029 2011-04-06  Joseph Myers  <joseph@codesourcery.com>
5030
5031         * configure.ac (build_tools): Remove build-byacc.
5032         (host_libs): Remove mmalloc.
5033         (host_tools): Remove byacc make patch prms send-pr ash bash bzip2
5034         autoconf automake libtool diff rcs fileutils shellutils time
5035         textutils wdiff find uudecode hello tar gzip indent recode release
5036         sed perl gawk findutils gettext zip.
5037         (libgcj): Remove target-qthreads.
5038         (target_tools): Remove target-examples target-gperf.
5039         (YACC): Don't handle building byacc.
5040         * configure: Regenerate.
5041         * Makefile.def (ash, autoconf, automake, bash, byacc, bzip2, diff,
5042         dosutils, examples, fileutils, find, findutils, gawk, gettext,
5043         gnuserv, gperf, gzip, hello, indent, libtool, make, mmalloc,
5044         patch, perl, prms, qthreads, rcs, recode, release, sed, send-pr,
5045         shellutils, tar, textutils, time, uudecode, wdiff, zip): Don't
5046         handle building components.
5047         * Makefile.in: Regenerate.
5048
5049 2011-04-05  Sterling Augustine <augustine.sterling@gmail.com>
5050
5051         * MAINTAINERS: Update my email address as Xtensa maintainer.
5052
5053 2011-04-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5054
5055         * config.sub: Sync from upstream.
5056
5057 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
5058
5059         * configure.ac (avr-*-*): Add comment about why libssp is disabled.
5060         (microblaze*): Don't disable libssp.
5061         * configure: Regenerate.
5062
5063 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
5064
5065         * configure.ac: Remove code setting CONFIG_SHELL, config_shell and
5066         moveifchange.
5067         * configure: Regenerate.
5068         * Makefile.tpl: Use @SHELL@ not @config_shell@.
5069         * Makefile.in: Regenerate.
5070
5071 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
5072
5073         * configure.ac (*-*-sysv4*): Don't enable libgomp.
5074         (alpha*-*-*vms*, i[[34567]]86-*-sco3.2v5*, mn10300-*-*,
5075         powerpc-*-chorusos*, powerpc*-*-eabi*, powerpc*-*-sysv*,
5076         powerpc*-*-kaos*, s390x-ibm-tpf*, sparc64-*-elf*, v850*-*-*,
5077         xtensa*-*-elf*, *-*-beos*, *-*-elf*, *-*-netware*, *-*-rtems*,
5078         *-*-sysv[[45]]*, *-*-vxworks*, *-wrs-windiss): Remove
5079         md_exec_prefix cases.
5080         * configure: Regenerate.
5081
5082 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
5083
5084         * configure.ac: Separate cases disabling target-libssp,
5085         target-libiberty, target-libstdc++-v3 and Fortran from general
5086         case over targets.
5087         * configure: Regenerate.
5088
5089 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
5090
5091         * configure.ac (*-*-chorusos): Don't disable libgcj.
5092         (*-*-freebsd[[12]] | *-*-freebsd[[12]].* | *-*-freebsd*aout*):
5093         Remove case.
5094         (*-*-kaos*): Don't disable GCC libraries, zlib or fastjar.
5095         (arm-*-coff): Don't disable libgcj.
5096         (arm*-*-linux-gnueabi): Remove useless assignment.
5097         (arm-*-riscix*): Don't disable libgcj.
5098         (bfin-*-*): Don't enable target-bsp and target-cygmon depending on
5099         configuration.
5100         (c4x-*-* | tic4x-*-*): Don't disable GCC libraries.
5101         (c54x*-*-*): Remove case.
5102         (tic54x-*-*): Don't disable GCC or GCC libraries.
5103         (cris-*-* | crisv32-*-*): Don't handle *-*-aout.  Change *-*-elf
5104         to *.
5105         (d10v-*-*): Don't disable GCC libraries.
5106         (d30v-*-*): Don't disable libgcj.
5107         (h8500-*-*): Don't disable GCC libraries.
5108         (i960-*-*): Don't disable libgcj.
5109         (i[[3456789]]86-*-linux*): Don't handle *-*-*libc1*.
5110         (i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
5111         i[[3456789]]86-*-sysv4*, i[[3456789]]86-*-beos*): Don't disable
5112         libgcj.
5113         (m68k-*-coff*): Remove case.
5114         (mmix-*-*): Don't disable libgloss on host.
5115         (mn10200-*-*, mn10300-*-*): Remove cases.
5116         (powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
5117         powerpc-*-beos*, m68k-apollo-*, mips*-*-irix5*, mips*-*-bsd*):
5118         Don't disable libgcj.
5119         (romp-*-*): Remove case.
5120         (sparclite-*-*, sparc-*-sunos4*): Don't disable libgcj.
5121         (sparc-*-solaris2.[[0-6]] | sparc-*-solaris2.[[0-6]].*): Remove
5122         case.
5123         (v810-*-*): Don't disable GCC libraries.
5124         (v850*-*-*, vax-*-vms, xtensa*-*-*): Remove cases.
5125         (ip2k-*-*): Don't disable GCC libraries.
5126         * configure: Regenerate.
5127
5128 2011-03-28  Joseph Myers  <joseph@codesourcery.com>
5129
5130         * configure.ac (i[[3456789]]86-*-msdosdjgpp*): Don't disable
5131         libffi on host.
5132         (x86_64-*-mingw*, i[[3456789]]86-*-mingw32*): Don't disable newlib
5133         on host.
5134         (c54x*-*-* | tic54x-*-*): Don't disable newlib on host.
5135         * configure: Regenerate.
5136
5137 2011-03-26  John Marino  <binutils@marino.st>
5138
5139         * configure.ac: Add support for *-*-dragonfly*
5140         * configure: Regenerate.
5141
5142 2011-03-25  Joseph Myers  <joseph@codesourcery.com>
5143
5144         * configure.ac (native_only): Remove.
5145         (i[[3456789]]86-*-msdosdjgpp*): Don't disable expect dejagnu
5146         send-pr uudecode guile gnuserv on host.
5147         (x86_64-*-mingw*): Don't disable expect dejagnu autoconf automake
5148         send-pr rcs guile perl texinfo libtool on host.
5149         (i[[3456789]]86-*-mingw32*): Don't disable expect dejagnu autoconf
5150         automake send-pr rcs guile perl texinfo libtool on host.
5151         (*-*-cygwin*, *-*-netbsd*): Remove host cases.
5152         (*-*-kaos*): Don't disable target-examples target-gperf on target.
5153         (alpha*-dec-osf*): Don't disable fileutils on target.
5154         (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't disable target-examples
5155         texinfo send-pr expect dejagnu on target.
5156         (arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi): Don't disable
5157         target-qthreads on target.
5158         (hppa*-hp-hpux11*, hppa*-*-*): Don't disable shellutils on target.
5159         (ia64*-*-elf*, ia64*-*-*vms*): Don't disable mmalloc on target.
5160         (i[[3456789]]86-w64-mingw*, i[[3456789]]86-*-mingw*,
5161         x86_64-*-mingw*): Don't disable expect on target.
5162         (*-*-cygwin*): Don't disable target-gperf on target.
5163         (powerpc*-*-winnt* | powerpc*-*-pe*): Don't disable make expect
5164         gnuserv on target.
5165         (powerpcle-*-solaris*): Don't disable make expect gnuserv on
5166         target.
5167         * configure: Regenerate.
5168
5169 2011-03-25  Joseph Myers  <joseph@codesourcery.com>
5170
5171         * configure.ac (target_tools): Remove target-groff.
5172         (native_only): Remove target-groff.
5173         (hppa*64*-*-*): Don't disable byacc.
5174         (i[[3456789]]86-*-mingw32*): Remove commented-out noconfigdirs
5175         setting.
5176         (*-*-kaos*): Don't skip target-librx and target-groff.
5177         (*-*-netware*): Don't skip target-libmudflap.
5178         (*-*-tpf*): Don't skip target-libmudflap.
5179         (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't condition configured
5180         directories on the host.
5181         (ia64*-*-*vms*): Don't skip tix.
5182         (sh-*-* | sh64-*-*): Don't condition skipped directories on the
5183         host.
5184         * configure: Regenerate.
5185
5186 2011-03-24  Paolo Bonzini  <pbonzini@redhat.com>
5187
5188         * configure.ac: Remove references to mt-mep, mt-netware,
5189         mt-wince.
5190         * Makefile.def: Add all-utils soft dependencies.
5191         * Makefile.tpl: Remove GDB_NLM_DEPS.
5192         * configure: Regenerate.
5193         * Makefile.in: Regenerate.
5194
5195 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
5196
5197         * configure.ac: Do not include mh-x86omitfp.
5198         * configure: Regenerate.
5199
5200 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
5201
5202         * configure.ac: Remove empty cases.
5203         * configure: Regenerate.
5204
5205 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
5206
5207         * Makefile.def: Add dependency from termcap to gdb.
5208         * Makefile.in: Regenerate.
5209
5210 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
5211
5212         * configure.ac: Remove all mentions of mh-sysv4 and mh-solaris.
5213         * configure: Regenerate.
5214         * Makefile.def: Remove all mentions of X11_FLAGS_TO_PASS.
5215         * Makefile.tpl: Likewise.
5216         * Makefile.in: Regenerate.
5217
5218 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
5219
5220         * configure.ac: Remove all mentions of tentative_cc.
5221         * configure: Regenerate.
5222
5223 2011-03-24  Joseph Myers  <joseph@codesourcery.com>
5224
5225         * configure.ac (i[[3456789]]86-*-vsta, i[[3456789]]86-*-go32*,
5226         i[[3456789]]86-*-beos*, powerpc-*-beos*, m68k-hp-hpux*,
5227         m68k-apollo-sysv*, m68k-apollo-bsd*, m88k-dg-dgux*,
5228         m88k-harris-cxux*, m88k-motorola-sysv*, mips*-dec-ultrix*,
5229         mips*-nec-sysv4*, mips*-sgi-irix4*, mips*-*-sysv4*, mips*-*-sysv*,
5230         i370-ibm-opened*, i[[3456789]]86-*-sysv5*, i[[3456789]]86-*-dgux*,
5231         i[[3456789]]86-ncr-sysv4.3*, i[[3456789]]86-ncr-sysv4*,
5232         i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
5233         i[[3456789]]86-*-udk*, vax-*-ultrix2*, m68k-sun-sunos*,
5234         hppa*-*-hiux*, *-*-hiux*, rs6000-*-lynxos*, *-*-sysv4*,
5235         *-*-rhapsody*): Remove host cases.
5236         * configure: Regenerate.
5237
5238 2011-03-24  Joseph Myers  <joseph@codesourcery.com>
5239
5240         * configure.ac (ppc*-*-pe): Remove host case.
5241         (strongarm-*-coff | xscale-*-coff, strongarm-*-elf* |
5242         xscale-*-elf*, thumb-*-coff, thumb-*-elf, thumb-*-pe, ep9312-*-elf
5243         | ep9312-*-coff, parisc*64*-*-linux*, ppc*-*-pe): Remove target
5244         cases.
5245         * configure: Regenerate.
5246
5247 2011-03-24  Joseph Myers  <joseph@codesourcery.com>
5248
5249         * config.sub: Update to version 2011-03-23.
5250
5251 2011-03-22  Joseph Myers  <joseph@codesourcery.com>
5252
5253         * configure.ac (arm-semi-aof, crx-*-*, parisc*-*-linux*,
5254         i370-*-opened*, i[[3456789]]86-moss-msdos | i[[3456789]]86-*-moss*
5255         | i[[3456789]]86-*-uwin*, mcore-*-pe*): Remove empty cases.
5256         * configure: Regenerate.
5257
5258 2011-03-22  Joseph Myers  <joseph@codesourcery.com>
5259
5260         * MAINTAINERS (crx port, m68hc11 port): Remove.  Move maintainers
5261         to Write After Approval.
5262         * config-ml.in: Don't handle arc-*-elf*.
5263         * configure.ac (arc-*-*, crx-*-*, i[[3456789]]86-*-pe,
5264         m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, mcore-*-pe*): Don't
5265         handle GCC libraries.
5266         * configure: Regenerate.
5267
5268 2011-03-21  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
5269
5270         PR bootstrap/48120:
5271         * configure.ac (pwllib): Use LIBS instead of LDFLAGS.
5272         Add -lstdc++ -lm to LIBS.
5273         * configure: Regenerate.
5274
5275 2011-03-18  David Edelsohn  <dje.gcc@gmail.com>
5276
5277         * config.guess: Update to version 2011-02-02
5278         * config.sub: Update to version 2011-02-24
5279
5280 2011-03-16  Jack Howarth  <howarth@bromo.med.uc.edu>
5281
5282         PR lto/48086
5283         * configure.ac: Re-enable LTO on *-apple-darwin9.
5284         * configure: Regenerate.
5285
5286 2011-03-13  Jack Howarth  <howarth@bromo.med.uc.edu>
5287
5288         PR lto/48086
5289         * configure.ac: Disable LTO on darwin due to an assembler change in
5290         Xcode 3.2.6/4.0 that limits the total number of sections/segments to
5291         under 256.
5292         * configure: Regenerate.
5293
5294 2011-03-11  Chen Liqin <liqin.gcc@gmail.com>
5295
5296         * MAINTAINERS: Update myself as score backend maintainer,
5297         update my e-mail address.
5298
5299 2011-03-09  Xuepeng Guo  <terry.guo@arm.com>
5300
5301         * MAINTAINERS: Update my e-mail address.
5302
5303 2011-03-06  Joey Ye  <joey.ye@arm.com>
5304
5305         * MAINTAINERS: Update my e-mail address.
5306
5307 2011-03-02  Sebastian Pop  <sebastian.pop@amd.com>
5308
5309         * configure.ac: Adjust test of with_ppl.
5310         * configure: Regenerated.
5311
5312 2011-03-02  Kai Tietz  <ktietz@redhat.com>
5313
5314         * MAINTAINERS: Adjust my e-mail address.
5315
5316 2011-03-02  Sebastian Pop  <sebastian.pop@amd.com>
5317
5318         * configure.ac: Add -lpwl to ppllibs.
5319         * configure: Regenerated.
5320
5321 2011-03-02  Sebastian Pop  <sebastian.pop@amd.com>
5322
5323         * config/cloog.m4: Add -lisl to clooglibs.
5324         * configure: Regenerated.
5325
5326 2011-02-24  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
5327
5328         * MAINTAINERS (CPU Port maintainers): Add self.
5329
5330 2011-02-16  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
5331
5332         * MAINTAINERS: Add myself as testsuite maintainer.
5333
5334 2011-02-15  Mike Stump  <mikestump@comcast.net>
5335
5336         * MAINTAINERS: Add myself as testsuite maintainer.
5337
5338 2011-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5339
5340         Import from Libtool and gnulib:
5341
5342         2011-01-27  Gerald Pfeifer  <gerald@pfeifer.com>
5343
5344         Prepare for supporting FreeBSD 10.
5345         * config.rpath: Remove handling of freebsd1* which soon would
5346         match FreeBSD 10.0.
5347
5348         2011-01-20  Gerald Pfeifer  <gerald@pfeifer.com>  (tiny change)
5349
5350         Remove support for FreeBSD 1.x.
5351         * libtool.m4 (_LT_LINKER_SHLIBS)
5352         (_LT_SYS_DYNAMIC_LINKER): Remove handling of freebsd1* which
5353         soon would incorrectly match FreeBSD 10.0.
5354
5355 2011-02-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5356
5357         PR binutils/12283
5358         * move-if-change: Import version from gnulib.
5359
5360 2011-02-12  Alexandre Oliva  <aoliva@redhat.com>
5361
5362         PR lto/47225
5363         * Makefile.def (lto-plugin): Double dash for enable-shared.
5364         (configure-gcc): Depend on all-lto-plugin.
5365         * Makefile.in: Rebuilt.
5366
5367 2011-02-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5368
5369         * configure.ac: Remove extra bracket.
5370         * configure: Regenerate.
5371
5372 2011-02-08  Tobias Burnus  <burnus@net-b.de>
5373
5374         * MAINTAINERS: Add myself as libquadmath maintainer.
5375
5376 2011-02-08  Thomas Schwinge  <thomas@schwinge.name>
5377
5378         * MAINTAINERS: Update my email address.
5379
5380 2011-02-07  Joseph Myers  <joseph@codesourcery.com>
5381
5382         * MAINTAINERS (option handling): Add self.
5383
5384 2011-02-06  Kai Tietz  <kai.tietz@onevision.com>
5385
5386         PR lto/47225
5387         * Makefile.def: Add dependency for install-gcc
5388         on install-lto-plugin.
5389         * Makfile.in: Regenerated
5390
5391 2011-02-01  Sebastien Bourdeauducq  <sebastien@milkymist.org>
5392
5393         * MAINTAINERS (CPU Port Maintainers): Add myself.
5394
5395 2011-01-31  Alexandre Oliva  <aoliva@redhat.com>
5396
5397         PR libgcj/44341
5398         * configure.ac: Discard --with-* flags for host when configuring
5399         target libraries for cross build.
5400         * configure: Rebuilt.
5401
5402 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
5403
5404         * MAINTAINERS (linear loop transforms): Removed.
5405
5406 2011-01-25  Jakub Jelinek  <jakub@redhat.com>
5407
5408         * configure.ac: If with_ppl is no, move setting with_cloog=no
5409         after CLOOG_REQUESTED check.
5410         * configure: Regenerated.
5411
5412 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
5413
5414         * configure.ac: Call AC_MSG_ERROR when PPL 0.11 is not present and
5415         CLooG has been requested.
5416         * configure: Regenerated.
5417
5418 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
5419
5420         * configure: Regenerated.
5421         * configure.ac: Check for version 0.11 (or later revision) of PPL.
5422
5423 2011-01-25  Tobias Grosser  <grosser@fim.uni-passau.de>
5424
5425         * configure: Regenerated.
5426         * configure.ac: Use CLOOG_CHECK_VERSION(0,16,1).
5427
5428 2011-01-21  Andreas Schwab  <schwab@redhat.com>
5429
5430         * configure.ac: Use AS_HELP_STRING throughout.
5431         * configure: Regenerate.
5432
5433 2011-01-18  Jie Zhang  <jie.zhang@analog.com>
5434
5435         * configure.ac (bfin-*-*): Remove gdb from noconfigdirs.
5436         * configure: Regenerate.
5437
5438 2011-01-13  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
5439
5440         * ltmain.sh (relink): Use absolute path when hardcoding with -L.
5441
5442 2011-01-13  Joel Brobecker  <brobecker@adacore.com>
5443
5444         * configure.ac: Remove readline, mmalloc, and gdb from noconfigdirs
5445         for ia64-hpux.
5446         * configure: Regenerate.
5447
5448 2011-01-07  Jan Hubicka  <jh@suse.cz>
5449
5450         PR lto/47225
5451         * Makefile.in: Regenerate.
5452         * Makefile.def (lto-plugin): Always pass enable-shared to the plugin
5453         configure.
5454
5455 2011-01-07  Jan Hubicka  <jh@suse.cz>
5456
5457         * Makefile.in: Regenerate.
5458         * Makefile.def (gcc host module) and soft dependency on lto-plugin
5459         and configure dependency on lto-plugin configure.
5460         (lto-plugin module): Remove dependency on GCC; add dependency on
5461         liniberty.
5462
5463 2011-01-07  William Schmidt  <wschmidt@linux.vnet.ibm.com>
5464
5465         * MAINTAINERS (Write After Approval): Add myself.
5466
5467 2010-12-23  Hariharan Sandanagobalane <hariharan@picochip.com>
5468
5469         * configure: Regenerate.
5470
5471 2010-12-22  Hariharan Sandanagobalane <hariharan@picochip.com>
5472
5473         * configure.ac: (picochip): Disable libiberty.
5474
5475 2010-12-14  Kaushik Phatak  <kaushik.phatak@kpitcummins.com>
5476
5477         * MAINTAINERS (Write After Approval): Add myself.
5478
5479 2010-12-10  Ian Lance Taylor  <iant@google.com>
5480
5481         PR bootstrap/46819
5482         * configure.ac: For --disable-libgcj clear libgcj_saved.
5483         * configure: Rebuild.
5484
5485 2010-12-10  Tobias Burnus  <burnus@net-b.de>
5486
5487         PR fortran/46540
5488         * configure.ac: Add --disable-libquadmath and
5489         --disable-libquadmath-support.
5490         * configure: Regenerate.
5491
5492 2010-12-03  Ian Lance Taylor  <iant@google.com>
5493
5494         * MAINTAINERS: Add myself as libgo maintainer.
5495
5496 2010-12-03  Hans-Peter Nilsson  <hp@axis.com>
5497
5498         PR libffi/46792
5499         * configure.ac (cris-*-elf, crisv32-*-elf): Disable target-libffi.
5500         * configure: Regenerate.
5501
5502 2010-12-02  Ian Lance Taylor  <iant@google.com>
5503
5504         * configure.ac: Always set default for poststage1_ldflags to
5505         -static-libstdc++ -static-libgcc.
5506
5507 2010-11-29  Andreas Schwab  <schwab@redhat.com>
5508
5509         * configure.ac: Move comment to remove extra space in last argument
5510         of GCC_TARGET_TOOL.
5511
5512 2010-11-26  Alexandre Oliva  <aoliva@redhat.com>
5513
5514         PR other/46026
5515         * configure.ac (CXX_FOR_TARGET): Add -funconfigured-libstdc++-v3.
5516         * Makefile.def (CXX_FOR_TARGET): Removed from flags_to_pass.
5517         * Makefile.tpl (CXX_FOR_TARGET_FLAG_TO_PASS): New.
5518         (BASE_FLAGS_TO_PASS): Use it.
5519         * configure: Rebuilt.
5520         * Makefile.in: Rebuilt.
5521
5522 2010-11-23  H.J. Lu  <hongjiu.lu@intel.com>
5523
5524         PR binutils/12258
5525         * configure.ac: Correct comments for --enable-gold/--enable-ld.
5526         Properly check default linker.
5527         * configure: Regnerated.
5528
5529 2010-11-23  Matthias Klose  <doko@ubuntu.com>
5530
5531         * configure.ac: For --enable-gold, handle value `default' instead of
5532         `both*'.  New configure option --{en,dis}able-ld.
5533         * configure: Regenerate.
5534
5535 2010-11-20  Ian Lance Taylor  <iant@google.com>
5536
5537         * configure.ac: Only disable a language library if no language needs
5538         it.  Don't let --disable-libgcj uncondtionally disable libffi.
5539         * configure: Rebuild.
5540
5541 2010-11-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5542
5543         * Makefile.in: Regenerate.
5544
5545         PR other/46202
5546         * configure.ac: Fix just-built in-tree STRIP name to be
5547         binutils/strip-new.
5548         * configure: Regenerate.
5549         * Makefile.def (install-strip-gcc, install-strip-binutils)
5550         (install-strip-opcodes, install-strip-ld, install-strip-itcl)
5551         (install-strip-sid): Mirror dependencies on non-strip variants
5552         of these targets on the respective -strip prerequisites.
5553         * Makefile.tpl (install-strip, install-strip-host)
5554         (install-strip-target): New targets.
5555         (install-strip-[+module+], install-strip-target-[+module+]):
5556         New targets.
5557         * Makefile.in: Regenerate.
5558
5559 2010-11-19  Ian Lance Taylor  <iant@google.com>
5560             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5561
5562         * configure.ac: Add target-libgo to target_libraries.  Set
5563         and substitute GOC_FOR_BUILD and GOC_FOR_TARGET.
5564         * Makefile.tpl (BUILD_EXPORTS): Add GOC and GOCFLAGS.
5565         (HOST_EXPORTS): Add GOC.
5566         (BASE_TARGET_EXPORTS): Add GOC.
5567         (GOC_FOR_BUILD, GOCFLAGS, GOC_FOR_TARGET): New variables.
5568         (GOCFLAGS_FOR_TARGET): New variable.
5569         (EXTRA_HOST_FLAGS): Add GOC.
5570         (EXTRA_TARGET_FLAGS): Add GOC and GOCFLAGS.
5571         * Makefile.def (target_modules): Add libgo.
5572         (flags_to_pass): Add GOC_FOR_TARGET and GOCFLAGS_FOR_TARGET.
5573         (dependencies): Add dependency from configure-target-libgo to
5574         configure-target-libffi and all-target-libstdc++-v3.  Add
5575         dependencies from all-target-libgo to all-target-libffi.
5576         (languages): Add go.
5577         * configure: Rebuild.
5578         * Makefile.in: Rebuild.
5579
5580 2010-11-19  Ian Lance Taylor  <iant@google.com>
5581
5582         * config-ml.in: Add Go support: treat GOC and GOCFLAGS like other
5583         compiler/flag environment variables.
5584
5585 2010-11-18  Ian Lance Taylor  <iant@google.com>
5586
5587         * configure.ac: Check for lang_requires_boot_languages in
5588         config-lang.in files.
5589         * configure: Rebuild.
5590
5591 2010-11-16  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
5592             Tobias Burnus  <burnus@net-b.de>
5593
5594         PR fortran/32049
5595         * Makefile.def: Add libquadmath; build it with language=fortran.
5596         * configure.ac: Add libquadmath.
5597         * Makefile.tpl: Handle multiple libs in check-[+language+].
5598         * Makefile.in: Regenerate.
5599         * configure: Regenerate.
5600
5601 2010-11-16  Tom Tromey  <tromey@redhat.com>
5602
5603         * MAINTAINERS: Moved myself to reviewers section.
5604
5605 2010-11-15  Zdenek Dvorak  <ook@ucw.cz>
5606
5607         * MAINTAINERS: Moved myself to reviewers section.
5608
5609 2010-11-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5610
5611         * MAINTAINERS (Various Maintainers): Add self for build machinery.
5612         (Write After Approval): Remove self.
5613
5614 2010-11-15  Andreas Schwab  <schwab@redhat.com>
5615
5616         * configure.ac: Fix spelling in option names.
5617         * configure: Regenerated.
5618
5619 2010-11-13  Georg-Johann Lay  <georgjohann@web.de>
5620
5621         PR bootstrap/39622
5622         * configure.ac (FLAGS_FOR_TARGET): Add include-fixed path.
5623         * configure: Regenerated.
5624
5625 2010-11-13  Kaveh R. Ghazi  <ghazi@gcc.gnu.org>
5626
5627         * MAINTAINERS: Update my email address.
5628
5629 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
5630
5631         * configure: Regenerate.
5632
5633 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
5634
5635         * configure: Regenerate.
5636
5637 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
5638
5639         * configure: Regenerate.
5640
5641 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
5642
5643         * configure: Regenerate.
5644
5645 2010-11-11  Andreas Simbuerger  <simbuerg@fim.uni-passau.de>
5646
5647         * configure.ac: Support official CLooG.org versions.
5648         * configure: Regenerate.
5649         * config/cloog.m4: New.
5650
5651 2010-11-10  François Dumont  <francois.cppdevs@free.fr>
5652
5653         * MAINTAINERS (Write After Approval): Add myself.
5654
5655 2010-11-09  David Edelsohn  <dje.gcc@gmail.com>
5656
5657         * MAINTAINERS: Update my email address.
5658
5659 2010-11-04  Iain Sandoe  <iains@gcc.gnu.org>
5660
5661         * configure.ac (*-*-darwin*): Use mh-darwin for all Darwin variants.
5662         * configure: Regenerate.
5663
5664 2010-11-03  Ian Lance Taylor  <iant@google.com>
5665             Dave Korn  <dave.korn.cygwin@gmail.com>
5666
5667         PR lto/46273
5668         * configure.ac: Remove libelf tests.  Build lto-plugin on ELF always
5669         and on other supported platforms whenever LTO is enabled.
5670         * configure: Rebuild.
5671
5672 2010-11-02  Alan Modra  <amodra@gmail.com>
5673
5674         PR binutils/12110
5675         * configure.ac: Error when source path contains spaces.
5676         * configure: Regenerate.
5677
5678 2010-10-23  James E. Wilson  <wilson@codesourcery.com>
5679
5680         * MAINTAINERS: Update my email address.
5681
5682 2010-10-20  Ian Lance Taylor  <iant@google.com>
5683
5684         * Makefile.def (target_modules): Set lib_path to src/.libs for
5685         libstdc++-v3 module.
5686         * Makefile.tpl: Fix typo in TARGET_LIB_PATH comment.
5687         * Makefile.in: Rebuild.
5688
5689 2010-10-18  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
5690
5691         * MAINTAINERS (Reviewers): Add myself for gengtype/GTY.
5692         (Write After Approval): Remove myself.
5693
5694 2010-10-15  Tristan Gingold  <gingold@adacore.com>
5695
5696         * MAINTAINERS (OS Port Maintainers): Add myself for VMS.
5697
5698 2010-10-14  Douglas Rupp  <rupp@gnat.com>
5699
5700         * MAINTAINERS (OS Port Maintainers): Add myself for VMS.
5701
5702 2010-10-07  Dave Korn  <dave.korn.cygwin@gmail.com>
5703
5704         * configure.ac (build_lto_plugin): New shell variable.
5705         (--enable-lto): Turn on by default for all non-ELF platforms that
5706         have had LTO support added so far.  Set build_lto_plugin appropriately
5707         for both ELF and non-ELF.
5708         (configdirs): Add lto-plugin or not based on build_lto_plugin.
5709         * configure: Regenerate.
5710
5711 2010-10-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5712
5713         Sync from src:
5714         * configure.ac (v850 support): Remove target-libgloss from
5715         noconfigdirs.
5716         * configure: Regenerate.
5717
5718 2010-10-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5719
5720         PR bootstrap/45326
5721         PR bootstrap/45174
5722         * configure.ac: Honor initial values of $build_configargs,
5723         $host_configargs, $target_configargs.  Mark the precious, so
5724         environment settings get recorded.
5725         * configure: Regenerate.
5726
5727 2010-09-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5728
5729         PR bootstrap/45796
5730         * Makefile.def (info-gcc, dvi-gcc, pdf-gcc, html-gcc):
5731         Depend on all-build-libiberty.
5732         * Makefile.in: Regenerate.
5733
5734 2010-09-30  Michael Eager  <eager@eagercon.com>
5735
5736         * configure.ac (microblaze): Add target-libssp to noconfigdirs.
5737         * configure: Regenerate.
5738
5739 2010-09-28  Michael Eager  <eager@eagercon.com>
5740
5741         * MAINTAINERS (CPU Port Maintainers): Add myself for MicroBlaze port.
5742
5743 2010-06-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5744
5745         PR bootstrap/44621
5746         * configure.ac: Fix unportable shell quoting.
5747         * configure: Regenerate.
5748
5749 2010-09-21  Iain Sandoe  <iains@gcc.gnu.org>
5750
5751         * configure.ac (enable-lto): Add Darwin to the list of supported lto
5752         targets and amend comment.
5753         * configure: Regenerate.
5754
5755 2010-09-15  Tejas Belagod  <tejas.belagod@arm.com>
5756
5757         * MAINTAINERS (Write After Approval): Add myself.
5758
5759 2010-09-03  Jack Howarth <howarth@bromo.med.uc.edu>
5760
5761         * configure.ac: Enable LTO by default on Darwin.
5762         * configure: Regenerate.
5763
5764 2010-09-02  Marcus Shawcroft  <marcus.shawcroft@arm.com>
5765
5766         * MAINTAINERS (Write After Approval): Add myself.
5767
5768 2010-09-01  Ian Bolton  <ian.bolton@arm.com>
5769
5770         * MAINTAINERS (Write After Approval): Add myself.
5771
5772 2010-08-25  Danny Smith  <dannysmith@users.sourceforge.net>
5773
5774         * MAINTAINERS (OS Port Maintainers): Remove myself from windows
5775         ports
5776
5777 2010-07-28  David Yuste  <david.yuste@gmail.com>
5778
5779         * MAINTAINERS (Write After Approval): Add myself.
5780
5781 2010-07-26  Naveen.H.S  <naveen.S@kpitcummins.com>
5782
5783         * configure.ac: Support all v850 targets.
5784         * configure: Regenerate.
5785
5786 2010-07-23  Marc Glisse <marc.glisse@normalesup.org>
5787
5788         PR bootstrap/44455
5789         * configure.ac (extra_mpfr_configure_flags): Copy from
5790         extra_mpc_gmp_configure_flags.
5791         * configure: Re-generated.
5792
5793 2010-07-22  Andi Kleen  <ak@linux.intel.com>
5794
5795         * MAINTAINERS (Write After Approval): Add myself.
5796
5797 2010-07-22  Chung-Lin Tang  <cltang@codesourcery.com>
5798
5799         * MAINTAINERS (Write After Approval): Add myself.
5800
5801 2010-07-20  Jeffrey Yasskin  <jyasskin@google.com>
5802
5803         * MAINTAINERS (Write After Approval): Add myself.
5804
5805 2010-07-17  Jack Howarth  <howarth@bromo.med.uc.edu>
5806
5807         PR target/44862
5808         * Makefile.tpl (POSTSTAGE1_CXX_EXPORT):
5809         Provide -B option to allow for link spec %s substitutions for
5810         libstdc++.a on darwin.
5811         * Makefile.in: Regenerate.
5812
5813 2010-07-10  Mikael Morin  <mikael@gcc.gnu.org>
5814
5815         * MAINTAINERS (Reviewers): Update my e-mail address
5816
5817 2010-06-10  Alexandre Oliva  <aoliva@redhat.com>
5818
5819         * Makefile.def (configure-gcc): Depend on all-libelf.
5820         * Makefile.in: Rebuild.
5821
5822 2010-06-05  Fabien Chêne  <fabien@gcc.gnu.org>
5823
5824         * MAINTAINERS (Write After Approval): Add myself in the right place.
5825
5826 2010-06-04  Fabien Chêne  <fabien@gcc.gnu.org>
5827
5828         * MAINTAINERS (Write After Approval): Add myself.
5829
5830 2010-05-25  Sterling Augustine  <sterling@tensilica.com>
5831
5832         * MAINTAINERS (CPU Port Maintainers): Add myself for xtensa port.
5833
5834 2010-05-25  Maxim Kuvyrkov  <maxim@codesourcery.com>
5835
5836         * config.sub: Update to version 2010-05-21.
5837         * config.guess: Update to version 2010-04-03.
5838
5839 2010-05-18  Steven Bosscher  <steven@gcc.gnu.org>
5840
5841         * configure.ac (--enable-lto): All *-apple-darwin* now support LTO.
5842         * configure: Regenerate.
5843
5844 2010-05-12  Sriraman Tallam  <tmsriram@google.com>
5845
5846         * MAINTAINERS (Write After Approval): Add myself.
5847
5848 2010-05-07  Steven Bosscher  <steven@gcc.gnu.org>
5849
5850         * configure.ac (--enable-lto): Add x86_64-apple-darwin* as
5851         a platform that supports LTO.
5852         * configure: Regenerate.
5853
5854 2010-05-05  Sebastian Pop  <sebastian.pop@amd.com>
5855
5856         * configure.ac: Allow all the versions greater than 0.10 of PPL.
5857         * configure: Regenerated.
5858
5859 2010-04-27  Roland McGrath  <roland@redhat.com>
5860             H.J. Lu  <hongjiu.lu@intel.com>
5861
5862         * configure.ac (--enable-gold): Support both, both/gold and
5863         both/bfd to add gold to configdirs without removing ld.
5864         * configure: Regenerated.
5865
5866         * Makefile.def: Add install-gold dependency to install-ld.
5867         * Makefile.in: Regenerated.
5868
5869 2010-04-27  Dave Korn  <dave.korn.cygwin@gmail.com>
5870
5871         PR lto/42776
5872         * configure.ac (--enable-lto): Refactor handling so libelf tests
5873         are only performed inside then-clause of ACX_ELF_TARGET_IFELSE,
5874         and allow LTO to be explicitly enabled on non-ELF platforms that
5875         are known to support it inside else-clause.
5876         * configure: Regenerate.
5877
5878 2010-04-20  Eric Botcazou  <ebotcazou@adacore.com>
5879
5880         * configure.ac (BUILD_CONFIG): Redirect output to /dev/null.
5881         * configure: Regenerate.
5882
5883 2010-04-17  Ralf Corsépius  <ralf.corsepius@rtems.org>
5884
5885         * configure.ac (*-*-rtems*): Add target-libiberty to $skipdirs.
5886         * configure: Regenerate.
5887
5888 2010-04-16  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
5889
5890         * configure.ac: Check for elf_getshdrstrndx or elf_getshstrndx
5891         separately.
5892         * configure: Regenerate.
5893
5894 2010-04-16  Kevin Williams  <kevin.williams@inria.fr>
5895
5896         * MAINTAINERS (Write After Approval): Add myself.
5897
5898 2010-04-14  Tristan Gingold  <gingold@adacore.com>
5899
5900         * configure.ac (alpha*-*-*vms*): Remove ld from noconfigdirs.
5901         * configure: Regenerate.
5902
5903 2010-04-13  Steve Ellcey  <sje@cup.hp.com>
5904
5905         * configure: Regenerate after change to elf.m4.
5906
5907 2010-04-06  Iain Sandoe  <iains@gcc.gnu.org>
5908
5909         * MAINTAINERS (Write After Approval): Add myself.
5910
5911 2010-04-02  Sebastian Pop  <sebastian.pop@amd.com>
5912
5913         * configure.ac: Add brackets around AC_TRY_COMPILE alternative.
5914         * configure: Regenerated.
5915
5916 2010-04-02  Sebastian Pop  <sebastian.pop@amd.com>
5917
5918         * configure.ac: Print "buggy but acceptable" when CLooG
5919         revision is less than 9.
5920         * configure: Regenerated.
5921
5922 2010-04-01  Diego Novillo  <dnovillo@google.com>
5923
5924         * MAINTAINERS (Plugin): Add myself and Le-Chun Wu.
5925
5926 2010-04-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5927
5928         PR bootstrap/43615
5929         PR bootstrap/43328
5930
5931         Revert:
5932
5933         2010-03-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5934
5935         * configure.ac: Do not pass --enable-multilib nor
5936         --disable-multilib in baseargs.  Accept explicitly passed
5937         --enable_multilib.
5938         * configure: Regenerate.
5939
5940 2010-03-31  Ulrich Weigand  <uweigand@de.ibm.com>
5941
5942         * MAINTAINERS (CPU Port Maintainers): Add myself for spu port.
5943
5944 2010-03-31  Janis Johnson  <janis187@us.ibm.com>
5945
5946         * MAINTAINERS: Remove myself.
5947
5948 2010-03-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5949
5950         PR bootstrap/43328
5951         * configure.ac: Do not pass --enable-multilib nor
5952         --disable-multilib in baseargs.  Accept explicitly passed
5953         --enable_multilib.
5954         * configure: Regenerate.
5955
5956 2010-03-28  Andrew Pinski  <pinskia@gmail.com>
5957
5958         * MAINTAINERS (spu port): Remove me.
5959
5960 2010-03-23  Joseph Myers  <joseph@codesourcery.com>
5961
5962         * configure.ac (tic6x-*-*): New case.
5963         * configure: Regenerate.
5964
5965 2010-03-23  Joseph Myers  <joseph@codesourcery.com>
5966
5967         * config.sub: Update to version 2010-03-22.
5968         * config.guess: Update to version 2009-12-30.
5969
5970 2010-03-19  Jack Howarth  <howarth@bromo.med.uc.edu>
5971
5972         PR ada/42554
5973         * configure.ac: Only pass -c to ranlib for darwin9 and earlier.
5974         * configure: Regenerate.
5975
5976 2010-03-18  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
5977
5978         * MAINTAINERS: Update my email address.
5979
5980 2010-03-17  Sebastian Pop  <sebastian.pop@amd.com>
5981
5982         * MAINTAINERS (dwarak.rajagopal@amd.com): Removed.
5983         (ghassan.shobaki@amd.com): Removed.
5984
5985 2010-03-17  Alan Modra  <amodra@gmail.com>
5986
5987         * MAINTAINERS: Update my email address.
5988
5989 2010-03-16  Diego Novillo  <dnovillo@google.com>
5990
5991         * MAINTAINERS: Remove Dan Hipschman, William Maddox and Chris
5992         Matthews.
5993
5994 2010-03-16  Joseph Myers  <joseph@codesourcery.com>
5995
5996         * MAINTAINERS (Write After Approval): Remove Jim Blandy, Daniel
5997         Gutson, Jeffrey D. Oldham and Mark Shinwell.
5998
5999 2010-03-16  Joseph Myers  <joseph@codesourcery.com>
6000
6001         * MAINTAINERS: Update my email address.
6002
6003 2010-03-16  Daniel Jacobowitz  <dan@codesourcery.com>
6004
6005         * MAINTAINERS: Update my email address.
6006
6007 2010-03-15  Bernd Schmidt  <bernds@codesourcery.com>
6008
6009         * MAINTAINERS: Update my email address.
6010
6011 2010-03-09  Jie Zhang  <jie@codesourcery.com>
6012
6013         * MAINTAINERS: Update my email address.
6014
6015 2010-03-01  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
6016
6017         PR libstdc++/32499
6018         * configure.ac (RANLIB): Default to true.
6019         (STRIP): Likewise.
6020         (RANLIB_FOR_TARGET): Remove superfluous : argument.
6021         * configure: Regenerate.
6022
6023 2010-02-17  Rafael Ávila de Espíndola  <espindola@google.com>
6024
6025         * MAINTAINERS (Plugin, LTO, LTO plugin): Remove myself.
6026         (Write After Approval): Update my email address.
6027
6028 2010-02-17  Nick Clifton  <nickc@redhat.com>
6029
6030         PR 11238
6031         * Makefile.tpl (local-distclean): Also remove config.cache files in
6032         sub-directories as there may not be Makefiles present in the
6033         sub-directories.
6034         * Makefile.tpl: Use "-exec rm {}" rather than "-delete" to delete
6035         the config.cache files found by the find command.
6036
6037         * Makefile.in: Regenerate.
6038         * configure.ac: Revert previous delta.
6039         * configure: Regenerate.
6040
6041 2010-02-15  Nick Clifton  <nickc@redhat.com>
6042
6043         PR 11238
6044         * configure.ac: Delete config.cache files in sub-directories when
6045         deleting Makefiles.
6046         * configure: Regenerate.
6047
6048 2010-02-12  Ben Elliston  <bje@gnu.org>
6049
6050         * MAINTAINERS: Update my email address.
6051
6052 2010-02-08  Andrew Pinski  <pinskia@gmail.com>
6053
6054         * MAINTAINERS (spu port): Update my email address.
6055
6056 2010-02-08  Jie Zhang  <jie.zhang@analog.com>
6057
6058         * MAINTAINERS: Add myself as a maintainer for the bfin port.
6059
6060 2010-01-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6061
6062         * configure.ac: Add "recommended" version checks for GMP/MPC.
6063         Update recommended GMP/MPFR/MPC versions.
6064         * configure: Regenerate.
6065
6066 2010-01-31  Joern Rennecke  <joern.rennecke@embecosm.com>
6067
6068         * MAINTAINERS: Move my Embecosm email address into the
6069         write-after-approval section.
6070
6071 2010-01-26  Ian Lance Taylor  <iant@google.com>
6072
6073         * MAINTAINERS: Add myself as Go frontend maintainer.
6074
6075 2010-01-25  Joern Rennecke  <amylaar@spamcop.net>
6076
6077         PR libstdc++/36101, PR libstdc++/42813
6078         * configure.ac (bootstrap_target_libs): Make inclusion of
6079         target-libgomp conditional on libgomb being in target_configdirs.
6080         * configure: Regenerate.
6081
6082 2010-01-23  Joern Rennecke  <amylaar@spamcop.net>
6083
6084         PR libstdc++/36101, PR libstdc++/42813
6085         * configure.ac (bootstrap_target_libs): Include target-libgomp.
6086         * configure: Regenerate.
6087
6088 2010-01-22  Joern Rennecke  <amylaar@spamcop.net>
6089
6090         PR libstdc++/36101, PR libstdc++/42813
6091         * configure.ac (target_configdirs): Substitute.
6092         * Makefile.def: Bootstrap target module libgomp.
6093         Add dependency of all-target-libstdc++-v3 on configure-target-libgomp.
6094         * Makefile.tpl (TARGET_CONFIGDIRS): New makefile variable.
6095         (BASE_TARGET_EXPORTS): Export TARGET_CONFIGDIRS.
6096         * configure, Makefile.in: Regenerate.
6097
6098 2010-01-21  Dave Korn  <dave.korn.cygwin@gmail.com>
6099
6100         * MAINTAINERS: Adjust my details.
6101
6102 2010-01-20  Eric B. Weddington  <eric.weddington@atmel.com>
6103
6104         * MAINTAINERS (CPU Port Maintainers): Add myself for avr port.
6105
6106 2010-01-18  Thierry Lafage  <thierry.lafage@inria.fr>
6107
6108         * MAINTAINERS: reindented my entry with tabs instead of spaces.
6109
6110 2010-01-15  Thierry Lafage  <thierry.lafage@inria.fr>
6111
6112         * MAINTAINERS (Write After Approval): Add myself.
6113
6114 2010-01-15  Konrad Trifunovic  <konrad.trifunovic@inria.fr>
6115
6116         * MAINTAINERS (Write After Approval): Add myself.
6117
6118 2010-01-11  Richard Guenther  <rguenther@suse.de>
6119
6120         PR lto/41569
6121         * Makefile.def (all-lto-plugin): Depend on all-gcc.
6122         * Makefile.in: Regenerated.
6123
6124 2010-01-11  Andreas Tobler  <andreast@fgznet.ch>
6125
6126         * configure.ac: Enable libjava build on x86_64-*freebsd*.
6127         * configure: Regenerate.
6128
6129 2010-01-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6130             Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
6131
6132         PR bootstrap/42424
6133         * configure.ac: Include libtool m4 files.
6134         (_LT_CHECK_OBJDIR): Call it.
6135         (extra_mpc_mpfr_configure_flags, extra_mpc_gmp_configure_flags,
6136         gmplibs, ppllibs, clooglibs): Use $lt_cv_objdir.
6137
6138         * configure: Regenerate.
6139
6140 2010-01-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6141
6142         PR bootstrap/41818
6143         * Makefile.tpl (BASE_TARGET_EXPORTS): Only add TARGET_LIB_PATH
6144         to $(RPATH_ENVVAR) if bootstrapping.  Fix typo in comment.
6145         * Makefile.in: Regenerate.
6146
6147 2010-01-02  Richard Guenther  <rguenther@suse.de>
6148
6149         PR lto/41529
6150         * configure.ac: Include config/elf.m4.  Disable LTO if not
6151         builting for an elf target.
6152         * configure: Regenerate.
6153
6154 2009-12-27  Christopher Faylor  <me+cygwin@cgf.cx>
6155
6156         * MAINTAINERS: Change my email address.
6157
6158 2009-12-18  Ben Elliston  <bje@au.ibm.com>
6159
6160         * config.sub, config.guess: Update from upstream sources.
6161
6162 2009-12-07  Shujing Zhao  <pearly.zhao@oracle.com>
6163
6164         * MAINTAINERS (Write After Approval): Add myself.
6165
6166 2009-12-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6167
6168         PR middle-end/30447
6169         PR middle-end/30789
6170         PR other/40302
6171
6172         * configure.ac: Require MPC.
6173         * configure: Regenerate.
6174
6175 2009-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6176
6177         PR target/38384
6178         PR bootstrap/40972
6179         * libtool.m4: Sync from git Libtool.
6180         * ltoptions.m4: Likewise.
6181         * ltversion.m4: Likewise.
6182         * lt~obsolete.m4: Likewise.
6183         * ltmain.sh: Likewise.
6184
6185 2009-11-30  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6186
6187         * configure.ac: Update minimum MPC version to 0.8.
6188         * configure: Regenerate.
6189
6190 2009-11-21  Sebastian Pop  <sebpop@gmail.com>
6191
6192         * configure.ac: Check for version 0.15.5 or later revision of CLooG.
6193         * configure: Regenerated.
6194
6195 2009-11-21  Ian Lance Taylor  <iant@google.com>
6196
6197         * configure.ac: Change default of poststage1_ldflags to be empty if
6198         poststage1_libs is set.  When poststage1_libs is empty, and
6199         ENABLE_BUILD_WITH_CXX is set, add -static-libgcc.
6200         * configure: Rebuild.
6201
6202 2009-11-21  Adam Nemet  <adambnmet@gmail.com>
6203
6204         * MAINTAINERS (Write After Approval): Update my email address.
6205
6206 2009-11-20  Ben Elliston  <bje@au.ibm.com>
6207
6208         * config.guess: Update from upstream sources.
6209
6210 2009-11-16  Alexandre Oliva  <aoliva@redhat.com>
6211
6212         * Makefile.def: Restore host and target settings for gmp.
6213         * Makefile.in: Rebuild.
6214
6215 2009-11-16  Alexandre Oliva  <aoliva@redhat.com>
6216
6217         * configure.ac: Add libelf to host_libs.  Enable in-tree configury
6218         of ppl and cloog.  Fix in-tree configury of libelf, skip tests.
6219         Fix portability of test of C++ as bootstrap language.  Add
6220         ppl/src/ppl-config.o to the bootstrap compare exclusion list.
6221         * configure: Rebuild.
6222         * Makefile.def: Drop host and target settings from gmp, mpfr, ppl,
6223         and cloog.  Fix in-tree ppl configuration.  Introduce libelf
6224         in-tree building.
6225         * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): New.
6226         (POSTSTAGE1_HOST_EXPORTS): Use it.
6227         (STAGE[+id+]_CXXFLAGS): New.
6228         (BASE_FLAGS_TO_PASS): Pass it down.
6229         (configure-stage[+id+]-[+prefix+][+module+]): Use it.  Add
6230         extra_exports.
6231         (all-stage[+id+]-[+prefix+][+module+]): Likewise.
6232         (configure-[+prefix+][+module+], all-[+prefix+][+module+]): Add
6233         extra_exports.
6234         * Makefile.in: Rebuild.
6235
6236 2009-11-17  Ben Elliston  <bje@au.ibm.com>
6237
6238         * config.sub, config.guess: Update from upstream sources.
6239
6240 2009-11-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
6241
6242         * MAINTAINERS (Write After Approval): Add myself.
6243
6244 2009-11-09  Jon Beniston  <jon@beniston.com>
6245
6246         * MAINTAINERS (Write After Approval): Add myself.
6247
6248 2009-11-06  Ozkan Sezer  <sezeroz@gmail.com>
6249
6250         * configure.ac (FLAGS_FOR_TARGET):  Add -L and -isystem
6251         paths for *-w64-mingw* and x86_64-*mingw*.
6252         * configure: Regenerated.
6253
6254 2009-11-05  Joern Rennecke  <amylaar@spamcop.net>
6255
6256         * MAINTAINERS (Write After Approval): Add entry for my INRIA work.
6257
6258 2009-11-02  Benjamin Kosnik  <bkoz@redhat.com>
6259
6260         * MAINTAINERS: Add Jonathan Wakely under Various Maintainers, move
6261         Phil Edwards to Write-After Approval.
6262
6263 2009-10-30  Kai Tietz  <kai.tietz@onevision.com>
6264
6265         * configure.ac: Disable target-winsup & co for
6266         x86_64-*-mingw* and *-w64-mingw* targets.
6267         * configure: Regenerated.
6268
6269 2009-10-16  Nick Clifton  <nickc@redhat.com>
6270
6271         * MAINTAINERS: Add myself as a maintainer for the RX port.
6272
6273 2009-10-26  Johannes Singler  <singler@kit.edu>
6274
6275         * MAINTAINERS (Write After Approval): Update my e-mail address.
6276
6277 2009-10-23  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
6278
6279         * configure.ac (CLooG test): Use = with test.
6280         * configure: Regenerate.
6281
6282 2009-10-22  Richard Guenther  <rguenther@suse.de>
6283
6284         * configure.ac: Do not set LIBS for ppl/cloog checks.  Disable
6285         cloog if the ppl version check failed.  Move flags saving
6286         before setting in libelf check.
6287         * configure: Regenerate.
6288
6289 2009-10-21  Richard Guenther  <rguenther@suse.de>
6290
6291         * configure.ac: Adjust the ppl and cloog configure to work as
6292         documented.  Disable cloog if ppl was disabled.  Omit the version
6293         checks if they were disabled.
6294         * configure: Re-generate.
6295
6296 2009-10-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6297
6298         * configure.ac: Add 'lto' to enable_languages, not
6299         new_enable_languages, and only if not already present.
6300         * configure: Regenerate.
6301
6302 2009-10-10  Gerald Pfeifer  <gerald@pfeifer.com>
6303
6304         * README: Refer to the various COPYING* files instead of just
6305         COPYING.
6306         Refer to http://gcc.gnu.org/bugs/ for bug reporting instructions.
6307
6308 2009-10-07  Rafael Avila de Espindola  <espindola@google.com>
6309
6310         * MAINTAINERS: Change my email address. Change plugi-in to plugin.
6311
6312 2009-10-07  Richard Guenther  <rguenther@suse.de>
6313
6314         * MAINTAINERS (LTO): List Diego Novillo, Rafael Avila de Espindola,
6315         and Richard Guenther as reviewers.
6316         (LTO plugin): List Rafael Avila de Espindola and Cary Coutant
6317         as reviewers.
6318
6319 2009-10-07  Hariharan Sandanagobalane  <hariharan@picochip.com>
6320
6321         * config.sub: Update from upstream sources.
6322
6323 2009-10-06  Ian Lance Taylor  <iant@google.com>
6324
6325         * Makefile.def: check-gold depends upon all-gas.
6326         * Makefile.in: Rebuild.
6327
6328 2009-10-05  Phil Muldoon  <pmuldoon@redhat.com>
6329
6330         * MAINTAINERS (Write After Approval): Add myself.
6331
6332 2009-10-03  2009-02-05  Rafael Avila de Espindola  <espindola@google.com>
6333
6334         * Makefile.def: all-lto-plugin depends on all-libiberty.
6335         set bootstrap=true for lto-plugin.
6336         Add lto-plugin.
6337         * Makefile.in: Regenerate.
6338         * configure.ac (host_libs): Add lto-plugin.
6339         * configure: Regenerate.
6340
6341 2009-10-03  Diego Novillo  <dnovillo@google.com>
6342
6343         * Makefile.tpl (HOST_EXPORTS): Add LIBELFLIBS and LIBELFINC.
6344         (HOST_LIBELFLIBS): Define.
6345         (HOST_LIBELFINC): Define.
6346         * Makefile.in: Regenerate.
6347         * configure.ac: Add --enable-lto.
6348         Add --with-libelf, --with-libelf-include and --with-libelf-lib.
6349         If --enable-lto is used, add 'lto' to new_enable_languages.
6350         If --enable-lto is used and gold is enabled, add
6351         lto-plugin to configdirs.
6352         * configure: Regenerate.
6353
6354 2009-10-03  Simon Baldwin  <simonb@google.com>
6355
6356         * configure.ac: If --with-system-zlib, suppress local zlib and
6357         pass --with-system-zlib to subdir configure scripts.
6358         * configure: Regenerate.
6359
6360 2009-10-01  Loren J. Rittle  <ljrittle@acm.org>
6361             Paolo Bonzini  <bonzini@gnu.org>
6362
6363         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Use $$s rather than
6364         $(srcdir).
6365         * Makefile.in: Rebuilt.
6366
6367 2009-09-26  Gary Funck  <gary@intrepid.com>
6368
6369         * MAINTAINERS (Write After Approval): Add myself.
6370
6371 2009-09-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6372
6373         * configure.ac: Update minimum MPC version to 0.7.
6374         * configure: Regenerate.
6375
6376 2009-09-25  Nick Clifton  <nickc@redhat.com>
6377
6378         * configure.ac: Pass any --cache-file=/dev/null option on to
6379         subconfigures.
6380         * configure: Regenerate.
6381
6382 2009-09-23  Nick Clifton  <nickc@redhat.com>
6383
6384         * config.sub, config.guess: Update from upstream sources.
6385
6386 2009-09-22  Loren J. Rittle  <ljrittle@acm.org>
6387
6388         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Remove stray $$r/.
6389         * Makefile.in: Rebuilt.
6390
6391 2009-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6392
6393         PR bootstrap/32272
6394         * configure.ac: Error out if $srcdir isn't '.' but contains
6395         host-${host_noncanonical}.
6396         * configure: Regenerate.
6397
6398 2009-09-22  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
6399
6400         * MAINTAINERS (OS Port Maintainers): Add myself as Solaris
6401         maintainer.
6402
6403 2009-09-21  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6404
6405         * configure.ac: If bootstrapping a combined tree with
6406         --enable-gold, require c++ in stage1_languages.
6407         * configure: Regenerate.
6408
6409         * configure.ac: Also add target_libs of stage1_languages to
6410         bootstrap_target_libs.
6411         * configure: Regenerate.
6412
6413         * configure.ac: Diagnose --enable-build-with-cxx bootstrap
6414         with --enable-languages not containing c++.
6415         * configure: Regenerate.
6416
6417 2009-09-15  Jie Zhang  <jie.zhang@analog.com>
6418
6419         * configure.ac: Disable java and boehm-gc for bfin-*-*.
6420         * configure: Regenerate.
6421
6422 2009-09-12  Joern Rennecke  <joern.rennecke@embecosm.com>
6423
6424         * MAINTAINERS (Write After Approval): Update my e-mail address,
6425         and move from from here...
6426         (Waiting for paperwork): To here.
6427
6428 2009-09-09  Joseph Myers  <joseph@codesourcery.com>
6429
6430         * MAINTAINERS (Reviewers): Add self as driver reviewer.
6431
6432 2009-09-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6433
6434         * configure.ac: Do not use $extrasub for replacing @if/@endif
6435         parts in Makefile; instead, use additional arguments to
6436         AC_CONFIG_COMMANDS to do the replacement manually, with several
6437         sed invocations, to avoid HP-UX sed command limits.
6438         * configure: Regenerate.
6439
6440 2009-09-08  Alexandre Oliva  <aoliva@redhat.com>
6441
6442         * libtool.m4 (output_verbose_link_cmd): Require leading blank, and
6443         blank before -L.
6444
6445 2009-09-04  Alexandre Oliva  <aoliva@redhat.com>
6446
6447         * configure.ac (with-build-config): Document.  Handle without.
6448         Handle missing argument.
6449         * configure: Rebuilt.
6450
6451 2009-09-03  Alexandre Oliva  <aoliva@redhat.com>
6452
6453         * configure.ac (--with-build-config): New.  Set BUILD_CONFIG.
6454         Default to bootstrap-debug only if compare-debug works.
6455         * configure: Rebuilt.
6456         * Makefile.tpl: Make BUILD_CONFIG configure-configurable.
6457         * Makefile.in: Rebuilt.
6458
6459 2009-09-02  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
6460
6461         * MAINTAINERS (OS Port Maintainers): Update my email address.
6462
6463 2009-09-01  Alexandre Oliva  <aoliva@redhat.com>
6464
6465         * Makefile.tpl (BUILD_CONFIG): Default to bootstrap-debug.
6466         * Makefile.in: Rebuilt.
6467
6468 2009-09-01  Chris Demetriou  <cgd@google.com>
6469
6470         * MAINTAINERS (Write After Approval): Add myself.
6471
6472 2009-08-31  Dodji Seketeli  <dodji@redhat.com>
6473
6474         PR debug/30161
6475         * include/dwarf2.h (enum dwarf_tag): Added
6476         DW_TAG_GNU_template_template_param
6477         (enum dwarf_attribute): Added DW_AT_GNU_template_name.
6478
6479 2009-08-30  Paolo Bonzini  <bonzini@gnu.org>
6480
6481         * Makefile.tpl (AWK): Fix typo.
6482         * Makefile.in: Regenerate.
6483
6484 2009-08-30  Paolo Bonzini  <bonzini@gnu.org>
6485
6486         * configure.ac: Detect awk and sed.
6487         * Makefile.def (flags_to_pass): Add AWK and SED.
6488         * Makefile.tpl (AWK, SED): New.
6489         (BASE_FLAGS_TO_PASS): Add AWK and SED.
6490         * configure: Regenerate.
6491         * Makefile.in: Regenerate.
6492
6493 2009-08-26  Dave Korn  <dave.korn.cygwin@gmail.com>
6494
6495         * ltmain.sh (removedotparts): Don't use comma as 's' separator.
6496         (collapseslashes): Likewise.
6497
6498 2009-08-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6499
6500         * configure.ac (AC_PREREQ): Bump to 2.64.
6501
6502 2009-08-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6503
6504         * configure.ac: Remove --with-datarootdir, --with-docdir,
6505         --with-pdfdir, --with-htmldir switches.
6506         * configure: Regenerate.
6507
6508         * configure: Regenerate.
6509
6510         * compile: Sync from Automake 1.11.
6511         * depcomp: Likewise.
6512         * install-sh: Likewise.
6513         * missing: Likewise.
6514         * mkinstalldirs: Likewise.
6515         * ylwrap: Likewise.
6516
6517 2009-08-20  Dave Korn  <dave.korn.cygwin@gmail.com>
6518
6519         * ltmain.sh (func_normal_abspath): New function.
6520         (func_relative_path): Likewise.
6521         (func_mode_help): Document new -bindir option for link mode.
6522         (func_mode_link): Add new -bindir option, and use it to place
6523         output DLL if specified.
6524
6525 2009-08-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6526
6527         * configure.ac: Call AC_DISABLE_OPTION_CHECKING.
6528         (baseargs): Add --disable-option-checking.
6529         * configure: Regenerate.
6530
6531         * Makefile.def (configure-target-libiberty): Depend on
6532         all-binutils and all-ld.
6533         (configure-target-newlib): Likewise.
6534         * Makefile.in: Regenerate.
6535
6536 2009-08-17  Ben Elliston  <bje@au.ibm.com>
6537
6538         * config.sub, config.guess: Update from upstream sources.
6539
6540 2009-08-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6541
6542         Sync from src, merge:
6543
6544         2009-07-02  Tristan Gingold  <gingold@adacore.com>
6545
6546         * configure.ac: Do not exclude gas for i386-*-darwin.
6547         Add a case for x86_64-*-darwin.
6548         * configure: Regenerate.
6549
6550 2009-08-06  Neil Vachharajani  <nvachhar@gmail.com>
6551
6552         * MAINTAINERS: Add my name to Write After Approval list.
6553
6554 2009-08-06  Michael Eager  <eager@eagercon.com>
6555
6556         * configure.ac: Add Microblaze target.
6557         * configure: Regenerate.
6558
6559 2009-07-31  Christian Bruel  <christian.bruel@st.com>
6560
6561         * configure.ac (sh*-*-elf): Don't add target-libgloss to noconfigdirs.
6562         * configure: Regenerate.
6563
6564 2009-07-28  Rask Ingemann Lambertsen  <ccc94453@vip.cybercity.dk>
6565
6566         * MAINTAINERS (Write After Approval): Update my e-mail address.
6567
6568 2009-07-06  Ian Lance Taylor  <iant@google.com>
6569
6570         * configure.ac: Add missing comma in AC_ARG_WITH(boot-libs).
6571         * configure: Rebuild.
6572
6573 2009-07-01  Tobias Grosser  <grosser@fim.uni-passau.de>
6574
6575         * MAINTAINERS: Move myself to the Graphite Reviewers.
6576
6577 2009-06-30  Wei Guozhi  <carrot@google.com>
6578
6579         * MAINTAINERS: Add my name to Write After Approval list.
6580
6581 2009-06-26  Steve Ellcey  <sje@cup.hp.com>
6582
6583         PR bootstrap/40338
6584         * configure.ac (comparestring): Create new variable.
6585         * Makefile.tpl (comparestring): Use to skip some comparisions.
6586         * configure: Regenerate.
6587         * Makefile.in: Regenerate.
6588
6589 2009-06-26  Doug Evans  <dje@sebabeach.org>
6590
6591         * Makefile.def (host_modules): Add cgen.
6592         * Makefile.in: Regenerate.
6593         * configure.ac (host_tools): Add cgen.
6594         * configure: Regenerate.
6595
6596 2009-06-23  DJ Delorie  <dj@redhat.com>
6597
6598         * MAINTAINERS: Add myself as mep maintainer.
6599
6600 2009-06-23  Ian Lance Taylor  <iant@google.com>
6601
6602         * configure.ac: Add --enable-build-with-cxx.  When set, add c++ to
6603         boot_languages.  Only bootstrap target libraries listed in
6604         target_libs for some boot language.  Add --with-stage1-ldflags,
6605         --with-stage1-libs, --with-boot-ldflags, --with-boot-libs.  Remove
6606         with_host_libstdcxx from ppllibs.  Only add -fkeep-inline-functions
6607         if not building with C++.
6608         * Makefile.def: For target_module libstdc++-v3, set bootstrap=true.
6609         * Makefile.tpl (STAGE1_LDFLAGS, STAGE1_LIBS): New variables.
6610         (POSTSTAGE1_LDFLAGS, POSTSTAGE1_LIBS): New variables.
6611         (HOST_EXPORTS): Add STAGE1_LDFLAGS to LDFLAGS.  Export HOST_LIBS.
6612         (POSTSTAGE1_HOST_EXPORTS): Set CXX and CXX_FOR_BUILD.  Add
6613         POSTSTAGE1_LDFLAGS to LDFLAGS.  Export HOST_LIBS.
6614         (POSTSTAGE1_FLAGS_TO_PASS): Likewise.
6615         * configure, Makefile.in: Rebuild.
6616
6617 2009-06-23  Li Feng  <nemokingdom@gmail.com>
6618
6619         * MAINTAINERS: Added my name to write-after-approval list.
6620
6621 2009-06-15  Ryan Mansfield  <rmansfield@qnx.com>
6622
6623         * configure.ac: Define is_elf for QNX Neutrino targets.
6624         * configure: Regenerate.
6625
6626 2009-06-09  Ghassan Shobaki  <ghassan.shobaki@amd.com>
6627
6628         * MAINTAINERS: Added my name to the write-after-approval list
6629
6630 2009-06-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6631
6632         * configure.ac: Detect MPC in default directory.
6633         * configure: Regenerate.
6634
6635 2009-06-03  Jerome Guitton  <guitton@adacore.com>
6636             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6637
6638         * Makefile.tpl (all): Avoid a trailing backslash.
6639         * Makefile.in: Regenerate.
6640
6641 2009-06-03  Ben Elliston  <bje@au.ibm.com>
6642
6643         * config.sub, config.guess: Update from upstream sources.
6644
6645 2009-06-02  Richard Sandiford  <r.sandiford@uk.ibm.com>
6646
6647         * configure.ac (powerpc-*-aix*, rs6000-*-aix*): Add target-newlib
6648         to noconfdirs.
6649         * configure: Regenerate.
6650
6651 2009-06-02  Alexandre Oliva  <aoliva@redhat.com>
6652
6653         * Makefile.tpl ([+compare-target+]): Compare all stage
6654         directories, rather than just gcc.
6655         * Makefile.in: Rebuilt.
6656
6657 2009-06-01  Doug Kwan  <dougkwan@google.com>
6658
6659         * configure.ac: Support gold for target arm*-*-*.
6660         * configure: Regenerate.
6661
6662 2009-05-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6663
6664         * Makefile.def: Add MPC support and dependencies.
6665         * configure.ac: Likewise.  Reorganize GMP/MPFR checks.
6666
6667         * Makefile.in, configure: Regenerate.
6668
6669 2009-05-27  Alexandre Oliva  <aoliva@redhat.com>
6670
6671         * Makefile.tpl (all): Avoid harmless warning in make all when
6672         gcc-bootstrap is enabled but stage_last does not exist.
6673         * Makefile.in: Rebuilt.
6674
6675 2009-05-24  Nicolas Roche  <roche@adacore.com>
6676
6677         * Makefile.tpl (compare-target): Skip ./ada/*tools directories.
6678         * Makefile.in: Regenerate.
6679
6680 2009-05-21  Denis Chertykov  <chertykov@gmail.com>
6681
6682         * MAINTAINERS: Update my e-mail address.
6683
6684 2009-05-21  Dave Korn  <dave.korn.cygwin@gmail.com>
6685
6686         * configure.ac (cygwin noconfigdirs):  Remove libgcj.
6687         * configure:  Regenerate.
6688
6689 2009-05-18  Alexandre Oliva  <aoliva@redhat.com>
6690
6691         PR other/40159
6692         * Makefile.tpl (all): Don't assume gcc-bootstrap and
6693         gcc-no-bootstrap are mutually exclusive.
6694         * Makefile.in: Rebuilt.
6695
6696 2009-05-18  Alexandre Oliva  <aoliva@redhat.com>
6697
6698         PR other/40159
6699         * Makefile.tpl (all): Don't end with unconditional success.
6700         * Makefile.in: Rebuilt.
6701
6702 2009-05-12  Alexandre Oliva  <aoliva@redhat.com>
6703
6704         PR target/37137
6705         * Makefile.def (flags_to_pass): Remove redundant and incomplete
6706         STAGE1_CFLAGS, STAGE2_CFLAGS, STAGE3_CFLAGS, and STAGE4_CFLAGS.
6707         Add FLAGS_FOR_TARGET and BUILD_CONFIG.
6708         (bootstrap_stage): Remove bootstrap-debug custom stages.  Turn
6709         stage_configureflags, stage_cflags and stage_libcflags into
6710         explicit Makefile macros.
6711         * Makefile.tpl (HOST_EXPORTS, EXTRA_HOST_FLAGS): Pass GCJ and
6712         GFORTRAN.
6713         (POSTSTAGE1_HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET and TFLAGS to
6714         CC.  Set CC_FOR_BUILD from CC.
6715         (BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS,
6716         NORMAL_TARGET_EXPORTS): Move SYSROOT_CFLAGS_FOR_TARGET and
6717         DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS and CXXFLAGS to
6718         XGCC_FLAGS_FOR_TARGET.  Add it along with TFLAGS to CC, CXX, GCJ,
6719         and GFORTRAN.
6720         (TFLAGS, STAGE_CFLAGS, STAGE_TFLAGS, STAGE_CONFIGURE_FLAGS): New.
6721         (_LIBCFLAGS): Renamed to _TFLAGS.
6722         (do-compare-debug, do-compare3-debug): Drop.
6723         (CC, GCC_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET,
6724         GCJ_FOR_TARGET, GFORTRAN_FOR_TARGET): Remove FLAGS_FOR_TARGET.
6725         (FLAGS_FOR_TARGET, SYSROOT_CFLAGS_FOR_TARGET,
6726         DEBUG_PREFIX_CFLAGS_FOR_TARGET): Move down.
6727         (XGCC_FLAGS_FOR_TARGET): New.
6728         (BASE_FLAGS_TO_PASS): Pass STAGEid_CFLAGS, STAGEid_TFLAGS and TFLAGS.
6729         (EXTRA_HOST_FLAGS): Pass GCJ and GFORTRAN.
6730         (POSTSTAGE1_FLAGS_TO_PASS): Move SYSROOT_CFLAGS_FOR_TARGET and
6731         DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS, CXXFLAGS, LIBCFLAGS,
6732         LIBCXXFLAGS to XGCC_FLAGS_FOR_TARGET.  Add it along with TFLAGS
6733         to CC, CXX, GCJ, and GFORTRAN.  Pass XGCC_FLAGS_FOR_TARGET and
6734         TFLAGS.
6735         (BUILD_CONFIG): Include if requested.
6736         (all): Set TFLAGS on bootstrap.
6737         (configure-stageid-prefixmodule): Pass TFLAGS, adjust FLAGS.
6738         (all-stageid-prefixmodule): Likewise.
6739         (do-clean, distclean-stageid): Set TFLAGS.
6740         (restrap): Fix whitespace.
6741         * Makefile.in: Rebuilt.
6742
6743 2009-05-07  Paolo Bonzini  <bonzini@gnu.org>
6744
6745         * config.guess: Sync with src.
6746
6747 2009-05-07  Dave Korn  <dave.korn.cygwin@gmail.com>
6748
6749         * configure.ac ($with_ppl):  Default to no if not supplied.
6750         ($with_cloog):  Likewise.
6751         configure:  Regenerate.
6752
6753 2009-04-27  James E. Wilson  <wilson@codesourcery.com>
6754
6755         * MAINTAINERS: Update my e-mail address.
6756
6757 2009-04-27  Nick Clifton  <nickc@redhat.com>
6758
6759         * MAINTAINERS: Replace Aldy Hernandez as a maintainer for the FRV.
6760
6761 2009-04-25  Eric Botcazou  <ebotcazou@adacore.com>
6762
6763         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add GNATBIND.
6764         (POSTSTAGE1_FLAGS_TO_PASS): Pick up exported value for GNATBIND.
6765         * Makefile.in: Regenerate.
6766
6767 2009-04-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6768
6769         PR bootstrap/39739
6770         * configure.ac (extra_mpfr_configure_flags): Set and AC_SUBST.
6771         * Makefile.def (module=mpfr): Use extra_mpfr_configure_flags.
6772
6773         * configure, Makefile.in: Regenerate.
6774
6775 2009-04-21  Taras Glek  <tglek@mozilla.com>
6776
6777         * include/hashtab.h: Update GTY annotations to new syntax
6778         * include/splay-tree.h: Likewise
6779
6780 2009-04-17  Ben Elliston  <bje@au.ibm.com>
6781
6782         * config.sub, config.guess: Update from upstream sources.
6783
6784 2009-04-15  Anthony Green  <green@moxielogic.com>
6785
6786         * configure.ac: Add moxie support.
6787         * configure: Rebuilt.
6788
6789 2009-04-14  Jakub Jelinek  <jakub@redhat.com>
6790
6791         * configure.ac: Change copyright header to refer to version
6792         3 of the GNU General Public License and to point readers at the
6793         COPYING3 file and the FSF's license web page.
6794         * Makefile.def: Likewise.
6795         * Makefile.tpl: Likewise.
6796         * Makefile.in: Regenerate.
6797
6798 2009-04-09  Jack Howarth  <howarth@bromo.med.uc.edu>
6799
6800         * configure.ac: Restore match for darwin9 or later. Use double
6801         brackets since regeneration eats one pair.
6802         * configure: Regenerate.
6803
6804 2009-04-09  H.J. Lu  <hongjiu.lu@intel.com>
6805
6806         PR gas/10039
6807         * configure.ac: Require texinfo 4.7.
6808         * configure: Regenerated.
6809
6810 2009-04-09  Nick Clifton  <nickc@redhat.com>
6811
6812         * COPYING.RUNTIME: New file: Contains a copy of version 3.1 of
6813         the GCC Runtime Library Exception.
6814
6815 2009-04-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6816
6817         * configure.ac: Bump minimum GMP/MPFR versions to 4.2 and 2.3.1.
6818         * configure: Regenerate.
6819
6820 2009-04-01  Steve Ellcey  <sje@cup.hp.com>
6821
6822         * Makefil.def (languages): New entries.
6823         * Makefile.tpl (check-gcc-*): New generic target.
6824         * Makefile.in: Regenerate.
6825
6826 2009-03-25  Erven Rohou  <erven.rohou@inria.fr>
6827
6828         * MAINTAINERS:  Update my email address.
6829
6830 2009-03-18  Tom Tromey  <tromey@redhat.com>
6831
6832         * configure: Rebuild.
6833         * configure.ac (host_libs): Add libiconv.
6834         * Makefile.in: Rebuild.
6835         * Makefile.def (host_modules): Add libiconv.
6836         (configure-gdb, all-gdb): Depend on libiconv.
6837
6838 2009-03-16  Tristan Gingold  <gingold@adacore.com>
6839
6840         * configure.ac: Treat gdb as supported on x86_64-darwin.
6841         * configure: Regenerate.
6842
6843 2009-03-16  Joseph Myers  <joseph@codesourcery.com>
6844
6845         * configure.ac (--with-host-libstdcxx): New option.
6846         * configure: Regenerate.
6847
6848 2009-03-12  Joern Rennecke  <joern.rennecke@arc.com>
6849
6850         * MAINTAINERS:  Move myself into the write after approval list.
6851
6852 2009-03-11  Nicola Pero  <nicola.pero@meta-innovation.com>
6853
6854         * MAINTAINERS: Update e-mail address.
6855
6856 2009-03-11  Dorit Nuzman  <dorit@il.ibm.com>
6857
6858         * MAINTAINERS: Remove myself as auto-vectorizer maintainer.
6859
6860 2009-03-10  Ira Rosen  <irar@il.ibm.com>
6861
6862         * MAINTAINERS: Add myself as auto-vectorizer maintainer.
6863
6864 2009-03-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6865
6866         Backport from git Libtool:
6867
6868         2009-01-19  Robert Millan  <rmh@aybabtu.com>
6869         Support GNU/kOpenSolaris.
6870         * libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER)
6871         (_LT_CHECK_MAGIC_METHOD, _LT_COMPILER_PIC, _LT_LINKER_SHLIBS)
6872         (_LT_LANG_CXX_CONFIG) [kopensolaris*-gnu]: Recognize
6873         GNU/kOpenSolaris.
6874
6875 2009-02-27  Andreas Schwab  <schwab@linux-m68k.org>
6876
6877         * MAINTAINERS: Update e-mail address.
6878
6879 2009-02-24  Michael Eager  <eager@eagercon.com>
6880
6881         * MAINTAINERS (Write After Approval): Add self.
6882
6883 2009-02-18  Bingfeng Mei  <bmei@broadcom.com>
6884
6885         * MAINTAINERS (Write After Approval): Add myself.
6886
6887 2009-02-05  Andreas Schwab  <schwab@suse.de>
6888
6889         * Makefile.tpl (stage_last): Define $r and $s before using
6890         $(RECURSE_FLAGS_TO_PASS).
6891         * Makefile.in: Regenerate
6892
6893 2009-01-30  Ian Lance Taylor  <iant@google.com>
6894
6895         * MAINTAINERS: Move myself to the Global Reviewers list.
6896
6897 2009-01-29  Robert Millan  <rmh@aybabtu.com>
6898
6899         * configure.ac: Recognize GNU/kOpenSolaris (*-*-kopensolaris*-gnu).
6900         * configure: Regenerate.
6901
6902 2009-01-17  Gerald Pfeifer  <gerald@pfeifer.com>
6903
6904         * MAINTAINERS: Make whitespace consistent.
6905         Remove Robert Millan from Write After Approval.
6906
6907 2009-01-16  Alan Modra  <amodra@bigpond.net.au>
6908
6909         * Makefile.def (configure-opcodes): Depend on configure-libiberty.
6910         (all-opcodes): Depend on all-libiberty.
6911         * Makefile.in: Regenerate.
6912
6913 2009-01-15  Douglas B Rupp  <rupp@gnat.com>
6914
6915         * configure.ac (ia64*-*-*vms*): Add case with no gdb or ld support.
6916         * configure: Regenerate.
6917
6918 2009-01-12  Ramana Radhakrishnan  <ramana.r@gmail.com>
6919
6920         * MAINTAINERS (Write After Approval): Add myself.
6921
6922 2009-01-12  Steven G. Kargl  <sgk@troutmask.apl.washington.edu>
6923
6924         * MAINTAINERS: Add myself to reviewers (Fortran).
6925
6926 2009-01-12  Sebastian Pop  <sebastian.pop@amd.com>
6927
6928         PR tree-optimization/38515
6929         * configure.ac (cloog-polylib): Removed.
6930         (with_ppl, with_cloog): Test for "no".
6931         * configure: Regenerated.
6932
6933 2009-01-11  Daniel Franke  <franke.daniel@gmail.com>
6934
6935         * MAINTAINERS: Moved myself to reviewers (Fortran).
6936
6937 2009-01-06  Thomas Schwinge  <tschwinge@gnu.org>
6938
6939         * MAINTAINERS (OS Port Maintainers): Add myself for GNU/Hurd.
6940         (Write After Approval): Remove myself.
6941
6942 2009-01-03  Diego Novillo  <dnovillo@google.com>
6943
6944         * MAINTAINERS: Remove myself from alias maintainership.
6945
6946 2009-01-02  David Ayers  <ayers@fsfe.org>
6947
6948         * MAINTAINERS: Update e-mail address.
6949
6950 2008-12-30  Gerald Pfeifer  <gerald@pfeifer.com>
6951
6952         * MAINTAINERS: Make whitespace consistent.
6953
6954 2008-12-18  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6955
6956         Backport from upstream Libtool:
6957         * libltdl.m4 (_LT_SYS_DYNAMIC_LINKER, _LT_LINKER_SHLIBS):
6958         Add cache variables to tests that require the linker to work.
6959         For shlibpath_overrides_runpath, this also changes the semantics
6960         to let the result from the C compiler take precedence.
6961
6962 2008-12-02  Ben Elliston  <bje@au.ibm.com>
6963
6964         * config.sub, config.guess: Update from upstream sources.
6965
6966 2008-12-12  Sebastian Pop  <sebastian.pop@amd.com>
6967
6968         * configure.ac (ppllibs): Add by default the lib flags.
6969         * configure: Regenerate.
6970
6971 2008-12-08  Luis Machado  <luisgpm@br.ibm.com>
6972
6973         * MAINTAINERS:  Add myself to the write after approval list.
6974
6975 2008-12-04  Jack Howarth  <howarth@bromo.med.uc.edu>
6976
6977         * configure.ac: Add double brackets on darwin[912].
6978         * configure: Regenerate.
6979
6980 2008-12-03  Daniel Kraft  <d@domob.eu>
6981
6982         * MAINTAINERS:  Moved myself and Mikael Morin from Write After
6983         Approval to Reviewer section (for Fortran front-end).
6984
6985 2008-12-02  Jack Howarth  <howarth@bromo.med.uc.edu>
6986
6987         * configure.ac: Expand to darwin10 and later.
6988         * configure: Regenerate.
6989
6990 2008-12-02  Andreas Schwab  <schwab@suse.de>
6991
6992         * Makefile.def: configure-target-boehm-gc depends on
6993         all-target-libstdc++-v3.
6994         * Makefile.in: Regenerate.
6995
6996 2008-12-02  Kai Tietz  <kai.tietz@onevision.com>
6997
6998         * MAINTAINERS:  Add myself as mingw maintainer.
6999
7000 2008-12-02  Ben Elliston  <bje@au.ibm.com>
7001
7002         * config.sub, config.guess: Update from upstream sources.
7003
7004 2008-12-01  Gerald Pfeifer  <gerald@pfeifer.com>
7005
7006         * README.SCO: Remove.
7007
7008 2008-11-29  Fernando Pereira  <pronesto@gmail.com>
7009
7010         * MAINTAINERS:  Add myself to the write after approval list.
7011
7012 2008-11-29  Dave Korn  <dave.korn.cygwin@gmail.com>
7013
7014         * MAINTAINERS:  Update my email address in WAA section.
7015
7016 2008-11-29  Chen Liqin  <liqin@sunnorth.com.cn>
7017
7018         * MAINTAINERS: Update e-mail address.
7019
7020 2008-11-27  Toon Moene  <toon@moene.org>
7021
7022         * MAINTAINERS: Change e-mail address.
7023
7024 2008-11-27  Tristan Gingold  <gingold@adacore.com>
7025
7026         * configure.ac: Build gdb for i?86-*-darwin*
7027         * configure: Regenerated.
7028
7029 2008-11-24  Hariharan Sandanagobalane  <hariharan@picochip.com>
7030
7031         * MAINTAINERS: Added my full name.
7032
7033 2008-11-14  Daniel Jacobowitz  <dan@codesourcery.com>
7034
7035         PR bootstrap/38014
7036         PR bootstrap/37923
7037
7038         Revert:
7039
7040         2008-10-24  Daniel Jacobowitz  <dan@codesourcery.com>
7041
7042         * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
7043         * Makefile.in: Regenerated.
7044
7045         2008-10-22  Daniel Jacobowitz  <dan@codesourcery.com>
7046
7047         PR gdb/921
7048         PR gdb/1646
7049         PR gdb/2175
7050         PR gdb/2176
7051
7052         * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
7053         * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
7054         (EXTRA_BUILD_FLAGS): Correct typo.  Pass CPPFLAGS.
7055         (HOST_EXPORTS): Pass CPPFLAGS.
7056         (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
7057         (LDFLAGS_FOR_TARGET): Initialize from configure script.
7058         (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
7059         * Makefile.in, configure: Regenerated.
7060         * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
7061         and CPPFLAGS_FOR_BUILD.
7062
7063 2008-11-06  Jeff Law  <law@redhat.com>
7064
7065         * MAINTAINERS: Add myself as middle end maintainer.
7066
7067 2008-11-06  Andrew Stubbs  <ams@codesourcery.com>
7068
7069         * MAINTAINERS (Write after approval): Add myself.
7070
7071 2008-11-05  Diego Novillo  <dnovillo@google.com>
7072
7073         * MAINTAINERS (Global Reviewers): Add myself.
7074         (Non-Algorithmic Maintainers): Remove myself.
7075
7076 2008-11-04  Thomas Schwinge  <tschwinge@gnu.org>
7077
7078         * MAINTAINERS (Write after approval): Add myself.
7079
7080 2008-10-31  Mikael Morin  <mikael.morin@tele2.fr>
7081
7082         * MAINTAINERS (Write after approval): Add myself.
7083
7084 2008-10-31  Ben Elliston  <bje@au.ibm.com>
7085
7086         * configure.ac (spu-*-*): Remove special case.
7087         * configure: Regenerate.
7088
7089 2008-10-30  Catherine Moore  <clm@codesourcery.com>
7090
7091         * MAINTAINERS (Write after approval): Update my email address.
7092
7093 2008-10-29  Stefan Schulze Frielinghaus  <xxschulz@de.ibm.com>
7094
7095         * configure.ac [spu-*-*]: Do not set skipdirs.
7096         * configure: Re-generate.
7097
7098 2008-10-29  Bernd Schmidt  <bernd.schmidt@analog.com>
7099
7100         * MAINTAINERS (Various Maintainers): Add myself to reload.
7101
7102 2008-10-25  Richard Guenther  <rguenther@suse.de>
7103
7104         * MAINTAINERS (Various Maintainers): Add myself as middle-end
7105         maintainer.  Remove myself as libgcc-math maintainer.
7106         (Non-Algorithmic Maintainers): Remove myself.
7107
7108 2008-10-24  Daniel Jacobowitz  <dan@codesourcery.com>
7109
7110         * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
7111         * Makefile.in: Regenerated.
7112
7113 2008-10-23  Cary Coutant  <ccoutant@google.com>
7114
7115         * MAINTAINERS (Write after approval): Add myself.
7116
7117 2008-10-22  Daniel Jacobowitz  <dan@codesourcery.com>
7118
7119         PR gdb/921
7120         PR gdb/1646
7121         PR gdb/2175
7122         PR gdb/2176
7123
7124         * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
7125         * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
7126         (EXTRA_BUILD_FLAGS): Correct typo.  Pass CPPFLAGS.
7127         (HOST_EXPORTS): Pass CPPFLAGS.
7128         (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
7129         (LDFLAGS_FOR_TARGET): Initialize from configure script.
7130         (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
7131         * Makefile.in, configure: Regenerated.
7132         * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
7133         and CPPFLAGS_FOR_BUILD.
7134
7135 2008-10-20  Sebastian Pop  <sebastian.pop@amd.com>
7136
7137         * MAINTAINERS (Graphite Reviewers): Added Daniel Berlin and
7138         Sebastian Pop.
7139
7140 2008-10-14  Antoniu Pop <antoniu.pop@gmail.com>
7141
7142         * MAINTAINERS (Write After Approval): Added myself.
7143
7144 2008-10-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7145
7146         * configure.ac (MPFR check): Bump minimum version to 2.3.0 and
7147         recommended version to 2.3.2.
7148
7149         * configure: Regenerate.
7150
7151 2008-10-01  Mark Mitchell  <mark@codesourcery.com>
7152
7153         * MAINTAINERS (Blanket Write Privs): Change to Global Reviewers.
7154
7155 2008-09-29  David Daney <david.daney@caviumnetworks.com>
7156
7157         * MAINTAINERS (Write After Approval): Update e-mail address.
7158
7159 2008-09-26  Peter O'Gorman  <pogma@thewrittenword.com>
7160
7161         * libtool.m4: Update to libtool 2.2.6.
7162         * lt~obsolete.m4: Update to libtool 2.2.6.
7163         * ltmain.sh: Update to libtool 2.2.6.
7164         * ltsugar.m4: Update to libtool 2.2.6.
7165         * ltversion.m4: Update to libtool 2.2.6.
7166         * ltoptions.m4: Update to libtool 2.2.6.
7167         * ltgcc.m4: Update to match changes from libtool 2.2.6.
7168
7169 2008-09-22  Chris Fairles  <cfairles@gcc.gnu.org>
7170
7171         * MAINTAINERS (Write After Approval): Add myself.
7172
7173 2008-09-22  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
7174
7175         * MAINTAINERS (Write After Approval): Update my name.
7176
7177 2008-09-20  Steven Bosscher  <steven@gcc.gnu.org>
7178
7179         * MAINTAINERS: Add myself in "Write After Approval".
7180
7181 2008-09-18  Steve Ellcey  <sje@cup.hp.com>
7182
7183         * MAINTAINERS: Add myself as ia64 maintainer.
7184
7185 2008-09-04  Gerald Pfeifer  <gerald@pfeifer.com>
7186
7187         * MAINTAINERS: Remove John Carr, Steve Chamberlain, Michael Chastain,
7188         Klaus Kaempf, Mumit Khan, Alan Lehotsky, Warren Levy, Don Lindsay,
7189         Dave Love, Alexandre Petit-Bianco, Clinton Popetz, Gavin Romig-Koch,
7190         and Michael Tiemann from Write After Approval since they do not
7191         actually have access.
7192
7193 2008-09-05  Richard Guenther  <rguenther@suse.de>
7194
7195         * configure.ac: Initialize clooglibs to -lcloog.
7196         * configure: Re-generate.
7197
7198 2008-09-04  Le-Chun Wu  <lcwu@google.com>
7199
7200         * MAINTAINERS (Write After Approval): Add myself.
7201
7202 2008-09-03  Sebastian Pop  <sebastian.pop@amd.com>
7203
7204         * configure.ac (--with-cloog-polylib): New.
7205         (--disable-cloog-version-check): New.
7206         (--disable-ppl-version-check): New.
7207         * configure: Re-generate.
7208
7209 2008-09-03  Richard Guenther  <rguenther@suse.de>
7210
7211         * configure.ac: Always pass -DCLOOG_PPL_BACKEND to the
7212         cloog test.
7213         * configure: Re-generate.
7214
7215 2008-09-03  Hari Sandanagobalane  <hariharan@picochip.com>
7216
7217         Add picoChip port.
7218         * MAINTAINERS: Add picoChip maintainers.
7219
7220 2008-09-02  Sebastian Pop  <sebastian.pop@amd.com>
7221             Tobias Grosser  <grosser@fim.uni-passau.de>
7222             Jan Sjodin  <jan.sjodin@amd.com>
7223             Harsha Jagasia  <harsha.jagasia@amd.com>
7224             Dwarakanath Rajagopal  <dwarak.rajagopal@amd.com>
7225             Konrad Trifunovic  <konrad.trifunovic@inria.fr>
7226             Adrien Eliche  <aeliche@isty.uvsq.fr>
7227
7228         Merge from graphite branch.
7229         * configure: Regenerate.
7230         * Makefile.in: Regenerate.
7231         * configure.ac (host_libs): Add ppl and cloog.
7232         Add checks for PPL and CLooG.
7233         * Makefile.def (ppl, cloog): Added modules and dependences.
7234         * Makefile.tpl (PPLLIBS, PPLINC, CLOOGLIBS, CLOOGINC): New.
7235         (HOST_PPLLIBS, HOST_PPLINC, HOST_CLOOGLIBS, HOST_CLOOGINC): New.
7236
7237 2008-08-31  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
7238
7239         * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
7240         (GCC_SHLIB_SUBDIR): New.
7241         * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
7242         * configure: Regenerate.
7243         * Makefile.in: Regenerate.
7244
7245 2008-08-30  Gerald Pfeifer  <gerald@pfeifer.com>
7246
7247         * MAINTAINERS: Consistently use tabs to separate columns.
7248
7249 2008-08-29  Tristan Gingold  <gingold@adacore.com>
7250
7251         * MAINTAINERS (Write after Approval): Add myself.
7252
7253 2008-08-28  Tristan Gingold  <gingold@adacore.com>
7254
7255         * configure.ac (powerpc-*-darwin*, i?86-*-darwin*,x86_64-*-darwin9):
7256         Enable bfd, binutils and opcodes.
7257         * configure: Regenerate.
7258
7259 2008-08-27  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
7260
7261         * MAINTAINERS: Update my hppa and hpux entries.  Remove my vax entry.
7262
7263 2008-08-23  Thomas Koenig  <tkoenig@gcc.gnu.org>
7264
7265         * MAINTAINERS:  Use correct Umlaut for last name.
7266
7267 2008-08-23  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
7268
7269         * MAINTAINERS: Move myself from Reviewers to Write after Approval.
7270
7271 2008-08-16  David Edelsohn  <edelsohn@gnu.org>
7272
7273         * MAINTAINERS: Update my email address.
7274
7275 2008-08-16  Nicolas Roche  <roche@adacore.com>
7276
7277         * Makefile.tpl: Add BOOT_ADAFLAGS.
7278         * Makefile.in: Regenerate.
7279
7280 2008-08-09  Richard Sandiford  <rdsandiford@googlemail.com>
7281
7282         * configure.ac (mips*-*-*linux*, mips*-*-gnu*): Use mt-mips-gnu.
7283         * configure: Regenerate.
7284
7285 2008-07-30  Paolo Bonzini  <bonzini@gnu.org>
7286
7287         * configure.ac: Add makefile fragments for hpux.
7288         * Makefile.def (flags_to_pass): Add ADA_CFLAGS.
7289         * Makefile.tpl (HOST_EXPORTS): Pass ADA_CFLAGS.
7290         * configure: Regenerate.
7291         * Makefile.in: Regenerate.
7292
7293 2008-07-28  Aldy Hernandez  <aldyh@redhat.com>
7294
7295         * MAINTAINERS: Add Jakub and myself as gimple maintainers.
7296
7297 2008-07-11  Dodji Seketeli  <dseketel@redhat.com>
7298
7299         * MAINTAINERS (Write after Approval): Add myself.
7300
7301 2008-07-02  Xuepeng Guo  <xuepeng.guo@intel.com>
7302
7303         * MAINTAINERS (Write After Approval):  Add myself.
7304
7305 2008-06-29  Andrew Jenner  <andrew@codesourcery.com>
7306
7307         * MAINTAINERS (Write After Approval):  Add myself.
7308
7309 2008-06-29  Krister Walfridsson  <krister.walfridsson@gmail.com>
7310
7311         * MAINTAINERS: Update my email address.
7312
7313 2008-06-25  Joey Ye  <joey.ye@intel.com>
7314
7315         * MAINTAINERS (Write After Approval):  Add myself.
7316
7317 2008-06-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7318
7319         * Makefile.tpl ($(srcdir)/configure): Update dependencies.
7320         * Makefile.in: Regenerate.
7321         * configure: Regenerate.
7322
7323 2008-06-17  Daniel Kraft  <d@domob.eu>
7324
7325         * MAINTAINERS (Write After Approval):  Add myself.
7326
7327 2008-06-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7328
7329         * configure.ac: Set TOPLEVEL_CONFIGURE_ARGUMENTS early, when
7330         "$@" is still intact with both Autoconf 2.59 and 2.62.
7331         * configure: Regenerate.
7332
7333 2008-06-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7334
7335         * Makefile.tpl: Fix comment errors.
7336         * Makefile.in: Regenerate.
7337
7338 2008-06-12  David S. Miller  <davem@davemloft.net>
7339             David Edelsohn  <edelsohn@gnu.org>
7340
7341         * configure.ac: Add powerpc*-*-* to gold supported targets.
7342         * configure: Regenerate.
7343
7344 2008-06-08  Joseph Myers  <joseph@codesourcery.com>
7345
7346         PR tree-optimization/36218
7347         * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_BUILD.
7348         * Makefile.tpl (EXTRA_BUILD_FLAGS): Define.
7349         (all prefix="build-"): Pass them to build-system sub-makes.
7350         * Makefile.in: Regenerate.
7351
7352 2008-06-07  Joseph Myers  <joseph@codesourcery.com>
7353
7354         * MAINTAINERS (mt port): Remove.
7355         (sco5, unixware, sco udk): Remove.
7356         (Kean Johnston): Add to Write After Approval.
7357
7358 2008-05-30  Julian Brown  <julian@codesourcery.com>
7359
7360         * configure.ac (arm*-*-linux-gnueabi): Don't disable building
7361         of libobjc for ARM EABI Linux.
7362         * configure: Regenerate.
7363
7364 2008-05-18  Xinliang David Li   <davidxl@google.com>
7365
7366         * ChangeLog: Remove wrong ChangeLog entry.
7367
7368 2008-05-17  Xinliang David Li   <davidxl@google.com>
7369
7370         * MAINTAINERS (Write After Approval): Add myself.
7371
7372 2008-05-15  Janus Weil  <janus@gcc.gnu.org>
7373
7374         * MAINTAINERS (Write After Approval): Add myself.
7375
7376 2008-05-14  Rafael Espíndola  <espindola@google.com>
7377
7378         * config-ml.in: don't handle --enable-shared and --enable-static.
7379
7380 2008-05-10  Richard Sandiford  <rdsandiford@googlemail.com>
7381
7382         * MAINTAINERS: Update my email address.
7383
7384 2008-05-10  Paolo Carlini  <paolo.carlini@oracle.com>
7385
7386         * MAINTAINERS: Update my email address.
7387
7388 2008-05-03  Kris Van Hees  <kris.van.hees@oracle.com>
7389
7390         * MAINTAINERS (Write After Approval): Add myself.
7391
7392 2008-04-28  Gabriele Svelto  <gabriele.svelto@st.com>
7393
7394         * MAINTAINERS (Write After Approval): Add myself.
7395
7396 2008-04-25  Pompapathi V Gadad  <Pompapathi.V.Gadad@nsc.com>
7397
7398         * MAINTAINERS (crx): Add myself.
7399
7400 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
7401
7402         Sync with src:
7403         2008-04-14  David S. Miller  <davem@davemloft.net>
7404
7405         * configure.ac: Add sparc*-*-* to gold supported targets.
7406         * configure: Regenerate.
7407
7408 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
7409
7410         PR bootstrap/35457
7411         * configure.ac: Include override.m4.
7412         * configure: Regenerate.
7413
7414 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
7415
7416         * Makefile.tpl (restrap): Call `make all' using double-colon rules.
7417         * Makefile.in: Regenerate.
7418
7419 2008-04-18  M R Swami Reddy  <MR.Swami.Reddy@nsc.com>
7420
7421         * configure.ac (cr16-*-*): Add case for cr16 target and include gdb
7422         as nonconfigurable directories list.
7423         * configure: Regenerate.
7424
7425 2008-04-14  Ben Elliston  <bje@au.ibm.com>
7426
7427         * config.sub, config.guess: Update from upstream sources.
7428
7429 2008-04-12  Hans-Peter Nilsson  <hp@axis.com>
7430
7431         * Makefile.tpl <gcc>: Error early unless at least GNU make 3.80.
7432         * Makefile.in: Regenerate.
7433
7434 2008-04-11  Eric B. Weddington  <eweddington@cso.atmel.com>
7435
7436         * configure.ac: Do not build libssp for the AVR.
7437         * configure: Regenerate.
7438
7439 2008-04-07  Ian Lance Taylor  <iant@google.com>
7440
7441         * Makefile.def: check-gold depends upon all-binutils.
7442         * Makefile.in: Regenerate.
7443
7444 2008-04-04  Andy Hutchinson  <hutchinsonandy@aim.com>
7445
7446         * MAINTAINERS (Write After Approval): Add myself.
7447
7448 2008-04-04  Nick Clifton  <nickc@redhat.com>
7449
7450         PR binutils/4334
7451         * configure.ac: Run ACX_CHECK_CYGWIN_CAT_WORKS for cygwin hosted
7452         builds.
7453         * configure: Regenerate.
7454
7455 2008-04-04  NightStrike  <NightStrike@gmail.com>
7456
7457         PR other/35151
7458         * configure.ac: Combine rules for mingw32 and mingw64.
7459         * configure: Regenerate.
7460
7461 2008-04-02  Kai Tietz  <kai.tietz@onvision.com>
7462
7463         * MAINTAINERS (Write After Approval): Add myself.
7464
7465 2008-04-01  Seongbae Park  <seongbae.park@gmail.com>
7466
7467         * Makefile.tpl (.NOTPARALLEL): Revert previous change.
7468         * Makefile.in (.NOTPARALLEL): Ditto.
7469
7470 2008-04-01  Peter O'Gorman  <pogma@thewrittenword.com>
7471
7472         * MAINTAINERS (Write After Approval): Add myself.
7473
7474 2008-03-31  Seongbae Park  <seongbae.park@gmail.com>
7475
7476         * Makefile.tpl (.NOTPARALLEL): Serialize stageprofile libiberty.
7477         * Makefile.in (.NOTPARALLEL): Regenerate.
7478
7479 2008-03-27  Paolo Bonzini  <bonzini@gnu.org>
7480
7481         * Makefile.tpl (PICFLAG, PICFLAG_FOR_TARGET): Remove.
7482         * Makefile.in: Regenerate.
7483
7484 2008-03-26  Jakub Staszak  <kuba@et.pl>
7485
7486         * MAINTAINERS (Write After Approval): Add myself.
7487
7488 2008-03-23  Thomas Koenig  <tkoenig@gcc.gnu.org>
7489
7490         * MAINTAINERS:  Update e-mail address.
7491
7492 2008-03-20  Ian Lance Taylor  <iant@google.com>
7493
7494         * configure.ac: Add support for --enable-gold.
7495         * Makefile.def: Add gold as a directory like ld.
7496         * configure, Makefile.in: Regenerate.
7497
7498 2008-03-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7499
7500         * configure.ac: m4_include config/proginstall.m4.
7501         * configure: Regenerate.
7502
7503         Backport from upstream Libtool:
7504
7505         2007-10-12  Eric Blake  <ebb9@byu.net>
7506
7507         Deal with Autoconf 2.62's semantic change in m4_append.
7508         * ltsugar.m4 (lt_append): Replace broken versions of
7509         m4_append.
7510         (lt_if_append_uniq): Don't require separator to be overquoted,
7511         and avoid broken m4_append.
7512         (lt_dict_add): Fix typo.
7513         * libtool.m4 (_LT_DECL): Don't overquote separator.
7514
7515 2008-03-13  David Edelsohn  <edelsohn@gnu.org>
7516
7517         * config.rpath: Add AIX 6 support.
7518
7519 2008-03-13  Paolo Bonzini  <bonzini@gnu.org>
7520
7521         * Makefile.def (stageprofile).  Remove -fprofile-generate
7522         from stage_libcflags.
7523         * Makefile.in: Regenerate.
7524
7525 2008-03-13  Ben Elliston  <bje@au.ibm.com>
7526
7527         * config.sub, config.guess: Update from upstream sources.
7528
7529 2008-03-06  Tom Tromey  <tromey@redhat.com>
7530
7531         * MAINTAINERS: Update for treelang deletion.
7532
7533 2008-03-03  James E. Wilson  <wilson@tuliptree.org>
7534
7535         * MAINTAINERS: Update my email address.
7536
7537 2008-03-03  Stan Shebs  <stanshebs@earthlink.net>
7538
7539         * MAINTAINERS (darwin port): Add myself as a maintainer.
7540         (objective-c/c++): Add myself as a maintainer.
7541
7542 2008-03-03  Volker Reichelt  <v.reichelt@netcologne.de>
7543
7544         * MAINTAINERS (Write After Approval): Update my email address.
7545
7546 2008-02-25  Tomas Bily  <tbily@suse.cz>
7547
7548         * MAINTAINERS (Write After Approval): Add myself.
7549
7550 2008-02-23  Jakub Jelinek  <jakub@redhat.com>
7551
7552         * MAINTAINERS (OpenMP): Add myself.
7553
7554 2008-02-20  Paolo Bonzini  <bonzini@gnu.org>
7555
7556         PR bootstrap/32009
7557         PR bootstrap/32161
7558
7559         * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Compute here.
7560         * configure: Regenerate.
7561
7562         * Makefile.def: Define stage_libcflags for all bootstrap stages.
7563         * Makefile.tpl (BOOT_LIBCFLAGS, STAGE2_LIBCFLAGS, STAGE3_LIBCFLAGS,
7564         STAGE4_LIBCFLAGS): New.
7565         (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Subst from autoconf, without
7566         $(SYSROOT_CFLAGS_FOR_TARGET) and $(DEBUG_PREFIX_CFLAGS_FOR_TARGET).
7567         (BASE_TARGET_EXPORTS): Append them here to C{,XX}FLAGS.
7568         (EXTRA_TARGET_FLAGS): Append them here to {LIB,}C{,XX}FLAGS.
7569         (configure-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags
7570         for target modules.  Don't export LIBCFLAGS.
7571         (all-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags; pass
7572         $(BASE_FLAGS_TO_PASS) where [+args+] was passed, and [+args+] after
7573         the overridden CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
7574         (invocations of `all'): Replace $(TARGET_FLAGS_TO_PASS) with
7575         $(EXTRA_TARGET_FLAGS), $(FLAGS_TO_PASS) with $(EXTRA_HOST_FLAGS).
7576         * Makefile.in: Regenerate.
7577
7578 2008-02-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7579
7580         PR libgcj/33085
7581         * libtool.m4 (_LT_COMPILER_PIC) [ mingw, cygwin ] <GCJ>:
7582         Do not use -DDLL_EXPORT.  Backport from upstream.
7583
7584 2008-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7585
7586         * MAINTAINERS (Write After Approval): Add myself.
7587
7588 2008-02-02  Hans-Peter Nilsson  <hp@axis.com>
7589
7590         * configure.ac: Enable fortran for cris-*-elf and crisv32-*-elf.
7591         * configure: Regenerate.
7592
7593 2008-01-31  Marc Gauthier  <marc@tensilica.com>
7594
7595         * configure.ac (xtensa*-*-*): Recognize processor variants.
7596         * configure: Regenerate.
7597
7598 2008-01-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7599
7600         PR bootstrap/34922
7601         * configure.ac (PARSE_ARGS): Push suitable setting of
7602         ac_subdirs_all, for `./configure --help=recursive'.
7603         Handle `+' in generic toplevel directory disabling.
7604         * configure: Regenerate.
7605
7606 2008-01-28  Nick Clifton  <nickc@redhat.com>
7607
7608         * MAINTAINERS (xstormy16): Take over maintainership.
7609
7610 2008-01-25  Joseph Myers  <joseph@codesourcery.com>
7611
7612         * MAINTAINERS (c4x port): Remove.
7613
7614 2008-01-24  David Edelsohn  <edelsohn@gnu.org>
7615
7616         * libtool.m4: Backport AIX 6 support from ToT Libtool.
7617
7618 2008-01-23  Ben Elliston  <bje@au.ibm.com>
7619
7620         * config.sub, config.guess: Update from upstream sources.
7621
7622 2008-01-22  Tobias Grosser  <grosser@fim.uni-passau.de>
7623
7624         * MAINTAINERS (Write After Approval): Add myself.
7625
7626 2008-01-17  H.J. Lu  <hjl.tools@gmail.com>
7627
7628         * MAINTAINERS: Update my email address.
7629
7630 2008-01-09  Raksit Ashok  <raksit@google.com>
7631
7632         * MAINTAINERS (Write After Approval): Add myself.
7633
7634 2008-01-09  Raksit Ashok  <raksit@google.com>
7635
7636         * MAINTAINERS (Write After Approval): Add myself.
7637
7638 2008-01-08  Ben Elliston  <bje@au.ibm.com>
7639
7640         * config.sub, config.guess: Update from upstream sources.
7641
7642 2007-12-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7643
7644         * configure.ac: Change required MPFR from 2.2.0 -> 2.2.1.
7645         Change recommended MPFR from 2.2.1 -> 2.3.0.
7646         * configure: Regenerate.
7647
7648 2007-12-15  Sebastian Pop  <sebastian.pop@amd.com>
7649
7650         * MAINTAINERS: Update my email address.
7651
7652 2007-12-15  Bernhard Fischer  <aldot@gcc.gnu.org>
7653
7654         * MAINTAINERS: Update my email address.
7655
7656 2007-12-13  Richard Sandiford  <rsandifo@nildram.co.uk>
7657
7658         * Makefile.tpl (CFLAGS_FOR_TARGET): Add -g.
7659         (CXXFLAGS_FOR_TARGET): Add -O2 -g.
7660         * Makefile.in: Regenerate.
7661
7662 2007-12-10  Mark Heffernan  <meheff@google.com>
7663
7664         * MAINTAINERS (Write After Approval): Add myself and alphabetize two
7665         misplaced entries.
7666
7667 2007-12-10  Andreas Tobler  <a.tobler@schweiz.org>
7668
7669         * configure.ac: Enable libjava for x86_64-*-darwin9.
7670         * configure: Regenerate.
7671
7672 2007-12-07  Bill Maddox  <maddox@google.com>
7673
7674         * MAINTAINERS (Write After Approval): Add myself.
7675
7676 2007-12-05  Ben Elliston  <bje@au.ibm.com>
7677
7678         * config.sub, config.guess: Update from upstream sources.
7679
7680 2007-12-02  Matthias Klose  <doko@ubuntu.com>
7681
7682         * config-ml.in: Remove 64bit configure tests.
7683
7684 2007-11-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7685
7686         * config-ml.in: Robustify against white space in absolute file
7687         names.
7688
7689         * config-ml.in (multi-clean): Substitute ${Makefile}.
7690         Remove superfluous ${Makefile} in list.
7691
7692 2007-11-19  Thiemo Seufer  <ths@mips.com>
7693
7694         * config-ml.in: Don't hardcode the Makefile name.
7695
7696 2007-11-08  Alexander Monakov  <amonakov@ispras.ru>
7697
7698         * MAINTAINERS (Write After Approval): Add myself.
7699
7700 2007-11-07  Samuel Tardieu  <sam@rfc1149.net>
7701
7702         * MAINTAINERS (Write After Approval): Add myself.
7703
7704 2007-11-06  Doug Kwan  <dougkwan@google.com>
7705
7706         * MAINTAINERS (Write After Approval): Add myself.
7707
7708 2007-10-25  Ben Elliston  <bje@au.ibm.com>
7709
7710         * MAINTAINERS (mercury): Remove entry.
7711         (Write After Approval): Add Fergus Henderson <fjh@cs.mu.oz.au>.
7712
7713 2007-10-23  Daniel Jacobowitz  <dan@codesourcery.com>
7714
7715         * Makefile.def (dependencies): Make configure-gdb depend on
7716         all-intl.
7717         * Makefile.in: Regenerated.
7718
7719 2007-10-22  Steven G. Kargl  <kargl@gcc.gnu.org>
7720
7721         * MAINTAINERS (Fortran maintainer): Remove myself.
7722
7723 2007-10-15  Patrick Mansfield  <patmans@us.ibm.com>
7724
7725         * Makefile.def: To avoid problems running with parallel makes,
7726         build newlib before libgloss so that target specific header
7727         files are availble.
7728         * Makefile.in: Regenerate
7729
7730 2007-10-11  Daniel Jacobowitz  <dan@codesourcery.com>
7731
7732         * Makefile.def (dependencies): Add all-gdb -> all-libdecnumber.
7733         * Makefile.in: Regenerate.
7734
7735 2007-10-09  Vladimir Makarov  <vmakarov@redhat.com>
7736
7737         * MAINTAINERS (Register allocation reviewer): Add myself.
7738
7739 2007-10-08  Mike Frysinger  <vapier@gentoo.org>
7740
7741         * configure.ac (CFLAGS_FOR_BUILD, CXXFLAGS_FOR_BUILD,
7742         LDFLAGS_FOR_BUILD): Default them to host flags only for $host = $build.
7743         Set default CXXFLAGS_FOR_BUILD to CXXFLAGS, not CFLAGS.  Set default
7744         LDFLAGS_FOR_BUILD to LDFLAGS, not CFLAGS.
7745         * configure: Regenerate.
7746
7747 2006-10-04  Seongbae Park  <seongbae.park@gmail.com>
7748
7749         * MAINTAINERS (Register allocation reviewer): Add myself.
7750
7751 2007-10-01  Paolo Bonzini  <bonzini@gnu.org>
7752
7753         * Makefile.tpl (AR_FOR_BUILD, AS_FOR_BUILD, CXX_FOR_BUILD,
7754         DLLTOOL_FOR_BUILD, GCJ_FOR_BUILD, GFORTRAN_FOR_BUILD,
7755         LDFLAGS_FOR_BUILD, LD_FOR_BUILD, NM_FOR_BUILD, RANLIB_FOR_BUILD,
7756         WINDMC_FOR_BUILD, WINDRES_FOR_BUILD): Use autoconf substitutions.
7757         * configure.ac: Default them to host tools for $host = $build.
7758         Subst them.
7759
7760         * configure: Regenerate.
7761         * Makefile.in: Regenerate.
7762
7763 2006-09-24  Peter Bergner  <bergner@vnet.ibm.com>
7764
7765         * MAINTAINERS (Register allocation reviewer): Add myself.
7766
7767 2006-09-24  Kenneth Zadeck  <zadeck@naturalbridge.com>
7768
7769         * MAINTAINERS (Register allocation reviewer): Add myself.
7770
7771 2007-09-21  Seongbae Park  <seongbae.park@gmail.com>
7772
7773         * MAINTAINERS (Write After Approval): Fix typo.
7774
7775 2007-09-20  Richard Sandiford  <rsandifo@nildram.co.uk>
7776
7777         * configure.ac (mipsisa*-*-elfoabi*): New stanza.
7778         * configure: Regenerate.
7779
7780 2007-09-20  Paul Jarc  <prj-bugzilla-gcc@multivac.cwru.edu>
7781
7782         PR bootstrap/31906
7783         * libtool-ldflags: Don't prefix arguments with -Xcompiler if
7784         they're already prefixed.
7785
7786 2007-09-19  Benjamin Kosnik  <bkoz@redhat.com>
7787
7788         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Move libgomp before
7789         libstdc++.
7790         * Makefile.def: Add libgomp config as a maybe dependency for libstdc++.
7791         * configure: Regenerate.
7792         * Makefile.in: Regenerate.
7793
7794 2007-09-17  Andreas Schwab  <schwab@suse.de>
7795
7796         * configure.ac: Raise minimum makeinfo version to 4.6.
7797         * configure: Regenerate.
7798
7799 2007-09-17  Johannes Singler  <singler@ira.uka.de>
7800
7801         * MAINTAINERS (write-after-approval) add myself
7802
7803 2007-09-15  Alan Modra  <amodra@bigpond.net.au>
7804
7805         * configure.ac: Correct makeinfo version check.
7806         * configure: Regenerate.
7807
7808 2007-09-14  Richard Sandiford  <rsandifo@nildram.co.uk>
7809
7810         * MAINTAINERS: Update my email address.
7811
7812 2007-09-14  Richard Sandiford  <richard@codesourcery.com>
7813
7814         * configure.ac (mips*-sde-elf*): New stanza.  Add target-libiberty
7815         to $skipdirs and only disable gprof for newlib.  Use the normal
7816         mips*-elf* handling in other respects.
7817         * configure: Regnerate.
7818
7819 2007-09-12  David Daney  <ddaney@avtrex.com>
7820
7821         * configure.ac: Remove mips64*-*-linux* noconfigdirs section, thus
7822         enabling libgcj.
7823         * configure: Regenerate.
7824
7825 2007-09-10  Rask Ingemann Lambertsen  <rask@sygehus.dk>
7826
7827         PR other/32154
7828         * configure.ac: For libgloss targets, point the linker to the linker
7829         script, startup code and simulator library.
7830         * configure: Regenerate.
7831
7832 2007-09-07  Andrew Haley  <aph@redhat.com>
7833
7834         * configure.ac (noconfigdirs): Remove target-libffi and
7835         target-libjava.
7836         * configure: Regenerate.
7837
7838 2007-09-06  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
7839
7840         PR target/33281
7841         * configure.ac: Use config/mh-mingw on mingw.
7842         * configure: Regenerate.
7843
7844 2007-09-05  Pat Haugen  <pthaugen@us.ibm.com>
7845
7846         * MAINTAINERS (Write After Approval): Add myself.
7847
7848 2007-09-05  Richard Guenther  <rguenther@suse.de>
7849
7850         * configure.ac (--enable-stage1-checking): If neither --enable-checking
7851         nor --disable-checking is provided also turn on yes and types
7852         checking for stage1.
7853         * configure: Re-generate.
7854
7855 2007-08-30  Krister Walfridsson  <cato@df.lth.se>
7856
7857         * MAINTAINERS (OS Port Maintainers): Add myself as NetBSD maintainer.
7858         (Write After Approval): Remove myself.
7859
7860 2007-08-29  Nick Clifton  <nickc@redhat.com>
7861
7862         * config.sub, config.guess: Update from upstream sources.
7863
7864 2007-08-22  Bud Davis  <jmdavis@link.com>
7865
7866         * MAINTAINERS (Write After Approval): Added myself.
7867         * MAINTAINERS (Reviewers): Removed myself.
7868
7869 2007-08-18  Paul Brook  <paul@codesourcery.com>
7870             Joseph Myers  <joseph@codesourcery.com>
7871
7872         * Makefile.tpl (DEBUG_PREFIX_CFLAGS_FOR_TARGET): New.
7873         (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Include it.
7874         * Makefile.in: Regenerate.
7875         * configure.ac (--with-debug-prefix-map): New.
7876         * configure: Regenerate.
7877
7878 2007-08-17  Richard Sandiford  <richard@codesourcery.com>
7879             Nigel Stephens  <nigel@mips.com>
7880
7881         * configure.ac (mips*-sde-elf*): New stanza.  Use config/mt-sde
7882         as target_makefile_frag.
7883         * configure: Regenerate.
7884
7885 2007-08-16  Alexandre Oliva  <aoliva@redhat.com>
7886
7887         * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
7888         Add to flags_to_pass.  Adjust uses of BOOT_CFLAGS.
7889         (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
7890         * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
7891         (do-compare, do-compare3, do-compare-debug): New.
7892         ([+compare-target+]): Use them.
7893
7894 2007-08-14  Maxim Kuvyrkov  <maxim@codesourcery.com>
7895
7896         * MAINTAINERS (Write After Approval): Change my email address.
7897
7898 2007-08-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7899             Ben Elliston  <bje@au.ibm.com>
7900
7901         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Pass
7902         --silent if $silent.
7903         * configure: Regenerate.
7904
7905 2003-08-12  Zdenek Dvorak  <ook@ucw.cz>
7906
7907         * MAINTAINERS (Various Maintainers): Add myself as
7908         loop infrastructure maintainer.  Update my e-mail
7909         address.
7910
7911 2007-07-31  Diego Novillo  <dnovillo@google.com>
7912
7913         * MAINTAINERS (Reviewers): Rename from Non-Autopoiesis.
7914         Adjust description.
7915
7916 2007-07-26  Richard Guenther  <rguenther@suse.de>
7917
7918         * configure.ac: Add types checking to stage1 checking flags.
7919         * configure: Regenerate.
7920
7921 2007-07-17  Nick Clifton  <nickc@redhat.com>
7922
7923         * COPYING3: New file.  Contains version 3 of the GNU General
7924         Public License.
7925         * COPYING3.LIB: New file.  Contains version 3 of the GNU
7926         Lesser General Public License.
7927
7928 2007-07-16  Andreas Krebbel  <krebbel1@de.ibm.com>
7929
7930         * MAINTAINERS (S/390 port maintainer): Remove my co-maintainer tag.
7931
7932 2007-07-16  Andreas Krebbel  <krebbel1@de.ibm.com>
7933
7934         * MAINTAINERS (S/390 co-maintainer): Add myself.
7935         (Write After Approval): Remove myself.
7936
7937 2007-07-13  Dan Hipschman  <dsh@google.com>
7938
7939         * MAINTAINERS (Write After Approval): Add myself.
7940
7941 2007-07-11  Nick Clifton  <nickc@redhat.com>
7942
7943         * Makefile.tpl (BUILD_EXPORTS): Escape the newline at the end of the
7944         WINDRES export.
7945         * Makefile.in: Regenerate.
7946
7947 2007-07-05  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
7948
7949         * MAINTAINERS (OS Port Maintainers): Add myself as IRIX, Tru64 UNIX
7950         maintainer.
7951
7952 2007-07-05  H.J. Lu  <hongjiu.lu@intel.com>
7953
7954         * lt~obsolete.m4: New. Import from 20070318 libtool.
7955
7956 2007-07-03  Julian Brown  <julian@codesourcery.com>
7957
7958         * MAINTAINERS (Write After Approval): Add myself.
7959
7960 2007-07-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7961
7962         * configure.ac: Rewrite 'configure --help' strings to look nicer.
7963         * configure: Regenerate.
7964
7965 2007-07-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7966
7967         * configure.ac: Add some missing m4 quotation.
7968         * configure: Regenerate.
7969
7970 2007-07-02  Simon Baldwin  <simonb@google.com>
7971
7972         * MAINTAINERS (Write After Approval): Add myself.
7973
7974 2007-07-02  Paolo Bonzini  <bonzini@gnu.org>
7975
7976         * configure: Regenerate.
7977
7978 2007-07-02  Kai Tietz   <kai.tietz@onevision.com>
7979
7980         * Makefile.def: Add windmc tool to build.
7981         * Makefile.tpl: Likewise.
7982         * configure.ac: Likewise.
7983         * Makefile.in: Regenerate.
7984         * configure: Regenerate.
7985
7986 2007-06-28  DJ Delorie  <dj@redhat.com>
7987
7988         * configure.ac (arm*-*-linux-gnueabi): Don't build libgloss if we're
7989         not building newlib.
7990         * configure: Regenerated.
7991
7992 2007-06-28  Jan Sjodin  <jan.sjodin@amd.com>
7993
7994         * MAINTAINERS (Write After Approval): Add myself.
7995
7996 2007-06-25  Martin Michlmayr  <tbm@cyrius.com>
7997
7998         * MAINTAINERS (Write After Approval): Add myself.
7999
8000 2007-06-19  Chris Matthews  <chrismatthews@google.com>
8001
8002         * MAINTAINERS (Write After Approval): Add myself.
8003
8004 2007-06-19  Rask Ingemann Lambertsen  <rask@sygehus.dk>
8005
8006         * MAINTAINERS (Write After Approval): Add myself.
8007
8008 2007-06-18  Daniel Jacobowitz  <dan@codesourcery.com>
8009
8010         * Makefile.def: Add dependency from configure-gdb to all-bfd.
8011         * Makefile.in: Regenerated.
8012
8013 2007-06-14  Bernd Schmidt  <bernd.schmidt@analog.com>
8014
8015         * configure.ac: Don't add target-libmudflap to noconfigdirs for
8016         bfin*-*-uclinux* targets.
8017         * configure: Regenerate.
8018
8019 2007-06-14  Ian Lance Taylor  <iant@google.com>
8020
8021         * MAINTAINERS: Add myself as non-algorithmic global write
8022         maintainer.
8023
8024 2007-06-14  Diego Novillo  <dnovillo@google.com>
8025
8026         * MAINTAINERS: Add self as middle-end maintainer and
8027         non-algorithmic global write maintainer.
8028
8029 2007-06-14  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
8030
8031         * MAINTAINERS: Change spelling from "fortran 95" to "Fortran".
8032         Move all Fortran maintainers except Paul Brook into the
8033         Non-Autopoiesis section.
8034
8035 2007-06-14  Paolo Bonzini  <bonzini@gnu.org>
8036
8037         * Makefile.tpl (cleanstrap): Don't delete the toplevel Makefile.
8038         (distclean-stage[+id+]): Possibly delete stage_last.
8039         * Makefile.in: Regenerate.
8040
8041 2007-06-12  Seongbae Park  <seongbae.park@gmail.com>
8042
8043         * MAINTAINERS (Various Maintainer): Fix typo.
8044
8045 2007-06-11  Paolo Bonzini  <bonzini@gnu.org>
8046
8047         * MAINTAINERS (Various Maintainer): Add myself as
8048         dataflow maintainer.
8049
8050 2007-06-07  Ben Elliston  <bje@au.ibm.com>
8051
8052         * config.sub, config.guess: Update from upstream sources.
8053
8054 2007-06-07  Ben Elliston  <bje@au.ibm.com>
8055
8056         * Makefile.tpl: Fix spelling error.
8057         * Makefile.in: Regenerate.
8058
8059 2007-06-01  Steve Ellcey  <sje@cup.hp.com>
8060
8061         * libtool.m4 (LT_CMD_MAX_LEN): Try using getconf to set
8062         lt_cv_sys_max_cmd_len.
8063
8064 2007-05-31  Dorit Nuzman   <dorit@il.ibm.com>
8065
8066         * MAINTAINERS (Various Maintainers): Add myself as
8067         auto-vectorizer maintainer.
8068
8069 2003-05-31  Paolo Bonzini  <bonzini@gnu.org>
8070
8071         PR libjava/32098
8072         * libtool.m4: Revert previous change.
8073         * ltgcc.m4: Put it here.
8074
8075 2003-05-30  Zdenek Dvorak  <dvorakz@suse.cz>
8076
8077         * MAINTAINERS (Various Maintainers): Add myself as
8078         auto-vectorizer maintainer.
8079
8080 2007-05-30  H.J. Lu  <hongjiu.lu@intel.com>
8081
8082         PR libjava/32098
8083         * libtool.m4 (_LT_LANG_GCJ_CONFIG): Use gcc to test gcj features.
8084
8085 2007-05-30  Richard Guenther  <rguenther@suse.de>
8086
8087         * MAINTAINERS (Various Maintainers): Add myself as
8088         auto-vectorizer maintainer.
8089
8090 2007-05-30  Jakub Jelinek  <jakub@redhat.com>
8091
8092         PR bootstrap/29382
8093         * configure.ac: Don't use -fkeep-inline-functions for GCC < 3.3.1.
8094         * configure: Rebuilt.
8095
8096 2007-05-28  Roberto Costa  <robsettantasei@gmail.com>
8097
8098         * MAINTAINERS (Write After Approval): Removed my name.
8099
8100 2007-05-25  Steven Bosscher  <steven@gcc.gnu.org>
8101
8102         * MAINTAINERS (Write After Approval): Remove myself.
8103
8104 2007-05-25  Andreas Tobler  <a.tobler@schweiz.org>
8105
8106         * ltmain.sh: Fix Darwin verstring, remove ${wl}.
8107
8108 2007-05-23  Steve Ellcey  <sje@cup.hp.com>
8109
8110         * ltmain.sh: Update from ToT Libtool.
8111         * libtool.m4: Update from ToT Libtool.
8112         * ltsugar.m4: New. Update from ToT Libtool.
8113         * ltversion.m4: New. Update from ToT Libtool.
8114         * ltoptions.m4: New. Update from ToT Libtool.
8115         * ltconfig: Remove.
8116         * ltcf-c.sh: Remove.
8117         * ltcf-cxx.sh: Remove.
8118         * ltcf-gcj.sh: Remove.
8119
8120 2007-05-22  Ollie Wild  <aaw@google.com>
8121
8122         * MAINTAINERS (Write After Approval): Add myself.
8123
8124 2007-05-16  Paolo Bonzini  <bonzini@gnu.org>
8125
8126         * Makefile.def (bootstrap_stage): Replace stage_make_flags with
8127         stage_cflags.
8128         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS, POSTSTAGE1_FLAGS_TO_PASS):
8129         Remove CFLAGS/LIBCFLAGS.
8130         (configure-stage[+id+]-[+prefix+][+module+],
8131         all-stage[+id+]-[+prefix+][+module+]): Pass it from [+stage_cflags+].
8132         * Makefile.in: Regenerate.
8133
8134 2007-05-15  Diego Novillo  <dnovillo@google.com>
8135
8136         * MAINTAINERS: Update e-mail address.
8137
8138 2007-05-15  Revital Eres  <eres@il.ibm.com>
8139
8140         * MAINTAINERS (Write After Approval): Add myself.
8141
8142 2007-05-14  Roberto Costa  <robsettantasei@gmail.com>
8143
8144         * MAINTAINERS (Write After Approval): Updated my address.
8145
8146 2007-05-14  Thomas Neumann  <tneumann@users.sourceforge.net>
8147
8148         * MAINTAINERS (Write After Approval): Add myself.
8149
8150 2007-05-11  Silvius Rus  <rus@google.com>
8151
8152         * MAINTAINERS (Write After Approval): Add myself.
8153
8154 2007-04-23  Tom Tromey  <tromey@redhat.com>
8155
8156         * MAINTAINERS: Added myself as non-algorithmic libcpp maintainer.
8157
8158 2007-04-22  Mark Mitchell  <mark@codesourcery.com>
8159
8160         * MAINTAINERS (cpplib): Rename to ...
8161         (libcpp): ... this.  Add C/C++ front end maintainers.
8162
8163 2007-04-14  Steve Ellcey  <sje@cup.hp.com>
8164
8165         * config-ml.in: Pass ${ml_config_env} to configure calls.
8166
8167 2007-04-04  Christian Bruel  <christian.bruel@st.com>
8168
8169         * MAINTAINERS (Write After Approval): Add myself.
8170
8171 2007-04-02  Dave Korn  <dave.korn@artimi.com>
8172
8173         * MAINTAINERS (Write After Approval): Add myself.
8174
8175 2007-03-31  Tobias Burnus  <burnus@net-b.de>
8176
8177         * MAINTAINERS (fortran 95 front end): Add myself.
8178
8179 2007-03-28  Dwarakanath Rajagopal  <dwarak.rajagopal@amd.com>
8180
8181         * MAINTAINERS (Write After Approval): Add myself.
8182
8183 2007-03-24  Ayal Zaks  <zaks@il.ibm.com>
8184
8185         * MAINTAINERS (Modulo Scheduler): Add myself.
8186
8187 2007-03-23  Brooks Moses  <brooks.moses@codesourcery.com>
8188
8189         * MAINTAINERS (fortran 95 front end): Add myself.
8190         (c++ front end): whitespace fix.
8191
8192 2007-03-22  Nathan Froyd  <froydnj@codesourcery.com>
8193
8194         * MAINTAINERS (Write After Approval): Add myself.
8195
8196 2007-03-21  Richard Sandiford  <richard@codesourcery.com>
8197
8198         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix m4 quoting
8199         of glob.  Quote arguments with single quotes too.
8200         * configure: Regenerate.
8201
8202 2007-03-12  Brooks Moses  <brooks.moses@codesourcery.com>
8203
8204         * Makefile.def (fixincludes): Remove unneeded "missing" lines.
8205         * Makefile.in: Regenerate
8206
8207 2007-03-07  Andreas Schwab  <schwab@suse.de>
8208
8209         * configure: Regenerate.
8210
8211 2007-03-01  Brooks Moses  <brooks.moses@codesourcery.com>
8212
8213         * configure.ac: Add "--with-pdfdir" configure option,
8214         which defines pdfdir variable.
8215         * Makefile.def (target=fixincludes): Add install-pdf to
8216         missing targets.
8217         (recursive_targets): Add install-pdf target.
8218         (flags_to_pass): Add pdfdir.
8219         * Makefile.tpl: Add pdfdir handling, add do-install-pdf
8220         target.
8221         * configure: Regenerate
8222         * Makefile.in: Regenerate
8223
8224 2007-02-28  Eric Christopher  <echristo@apple.com>
8225
8226         Revert:
8227         2006-12-07  Mike Stump  <mrs@apple.com>
8228
8229         * Makefile.def (dependencies): Add dependency for
8230         install-target-libssp and install-target-libgomp on
8231         install-gcc.
8232         * Makefile.in: Regenerate.
8233
8234 2007-02-27  Matt Kraai  <kraai@ftbfs.org>
8235
8236         * configure: Regenerate.
8237         * configure.ac: Move statements after variable declarations.
8238
8239 2007-02-19  Kaz Kojima  <kkojima@gcc.gnu.org>
8240
8241         * MAINTAINERS: Add myself as sh maintainer.
8242
8243 2007-02-19  Joseph Myers  <joseph@codesourcery.com>
8244
8245         * configure.ac: Adjust for loop syntax.
8246         * configure: Regenerate.
8247
8248 2007-02-18  Alexandre Oliva  <aoliva@redhat.com>
8249
8250         * configure: Rebuilt.
8251
8252 2007-02-18  Alexandre Oliva  <aoliva@redhat.com>
8253
8254         * configure.ac: Drop multiple occurrences of --enable-languages,
8255         and fix its quoting.
8256         * configure: Rebuilt.
8257
8258 2007-02-17  Mark Mitchell  <mark@codesourcery.com>
8259             Nathan Sidwell  <nathan@codesourcery.com>
8260             Vladimir Prus  <vladimir@codesourcery.com>
8261             Joseph Myers  <joseph@codesourcery.com>
8262
8263         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix quoting.
8264         * configure: Regenerate.
8265
8266 2007-02-14  Gerald Pfeifer  <gerald@pfeifer.com>
8267
8268         * ltconfig (freebsd*): Default to elf.
8269
8270 2007-02-13  Daniel Jacobowitz  <dan@codesourcery.com>
8271
8272         * configure.ac (target_libraries): Move libgcc before libiberty.
8273         * configure: Regenerated.
8274
8275 2007-02-13  Daniel Jacobowitz  <dan@codesourcery.com>
8276             Paolo Bonzini  <bonzini@gnu.org>
8277
8278         PR bootstrap/30753
8279         * configure.ac: Remove obsolete build / host tests.  Use AC_PROG_CC
8280         unconditionally.  Use AC_PROG_CXX.  Use ACX_TOOL_DIRS to find $prefix.
8281         * configure: Regenerated.
8282
8283 2007-02-11  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
8284
8285         * MAINTAINERS (Language Front End Maintainers): Update my mail
8286         address.
8287
8288 2007-02-09  Daniel Jacobowitz  <dan@codesourcery.com>
8289
8290         PR bootstrap/30748
8291         * configure.ac: Correct syntax for Solaris ksh.
8292         * configure: Regenerated.
8293
8294 2007-02-09  Paolo Bonzini  <bonzini@gnu.org>
8295
8296         * configure.ac: Sync with src.
8297         * configure: Regenerate.
8298
8299 2007-02-09  Paolo Bonzini  <bonzini@gnu.org>
8300
8301         * Makefile.in: Regenerate.
8302
8303 2007-02-09  Paolo Bonzini  <bonzini@gnu.org>
8304
8305         * config.sub: Sync with src.
8306
8307 2007-02-09  Daniel Jacobowitz  <dan@codesourcery.com>
8308
8309         * Makefile.tpl (build_alias, host_alias, target_alias): Use
8310         noncanonical equivalents.
8311         * configure.in: Rename to...
8312         * configure.ac: ...this.  Update AC_PREREQ.  Prevent error for
8313         AS_FOR_TARGET.  Set build_noncanonical, host_noncanonical, and
8314         target_noncanonical.  Use them.  Rewrite removal of configure
8315         arguments for autoconf 2.59.  Discard variable settings.  Force
8316         program_transform_name for native tools.
8317
8318         * Makefile.in: Regenerated.
8319         * configure: Regenerated with autoconf 2.59.
8320
8321 2007-02-07  Roman Zippel  <zippel@linux-m68k.org>
8322
8323         * MAINTAINERS (Write After Approval): Add myself.
8324
8325 2007-01-31  Andreas Schwab  <schwab@suse.de>
8326
8327         * Makefile.tpl (LDFLAGS): Substitute it.
8328         * Makefile.in: Regenerate.
8329
8330 2007-01-30  Andrey Belevantsev  <abel@ispras.ru>
8331
8332         * MAINTAINERS (Write After Approval): Add myself.
8333
8334 2007-01-28  David Edelsohn  <edelsohn@gnu.org>
8335
8336         * MAINTAINERS (spu port): Add myself.
8337
8338 2007-01-23  Richard Guenther  <rguenther@suse.de>
8339
8340         PR bootstrap/30541
8341         * Makefile.def (flags_to_pass): Add GNATBIND and GNATMAKE.
8342         * Makefile.tpl (GNATBIND): Substitute it.
8343         (GNATMAKE): Likewise.
8344         (POSTSTAGE1_FLAGS_TO_PASS): Pass staged GNATBIND instead
8345         of STAGE_PREFIX.
8346         * Makefile.in: Regenerate.
8347         * configure: Regenerate.
8348
8349 2007-01-18  Mike Stump  <mrs@apple.com>
8350
8351         * configure.in: Re-enable -Werror for gcc builds.
8352
8353 2007-01-11  Harsha Jagasia  <harsha.jagasia@amd.com>
8354
8355         * MAINTAINERS (Write After Approval): Add myself.
8356
8357 2007-01-11  Paolo Bonzini  <bonzini@gnu.org>
8358
8359         * configure.in: Change == to = in test command.
8360         * configure: Regenerate.
8361
8362 2007-01-11  Paolo Bonzini  <bonzini@gnu.org>
8363             Nick Clifton  <nickc@redhat.com>
8364             Kaveh R. Ghazi  <ghazi@caip.rutgets.edu>
8365
8366         * configure.in (build_configargs, host_configargs, target_configargs):
8367         Remove build/host/target parameters.
8368         (host_libs): Add gmp and mpfr.
8369         (GMP tests): Reorganize to allow in-tree GMP/MPFR.
8370         * Makefile.def (gmp, mpfr): New.
8371         (gcc): Remove target.
8372         * Makefile.tpl (build_os, build_vendor, host_os, host_vendor,
8373         target_os, target_vendor): New.
8374         (configure): Add host_alias/target_alias arguments; adjust invocations.
8375         * configure: Regenerate.
8376         * Makefile.in: Regenerate.
8377
8378 2007-01-11  Matt Fago  <fago@earthlink.net>
8379
8380         * configure.in: Try to link to functions only in mpfr 2.2.x
8381         to improve robustness of configure tests.
8382         * configure: Regenerate.
8383
8384 2007-01-09  Uros Bizjak  <ubizjak@gmail.com>
8385
8386         * MAINTAINERS: Add myself as i386 maintainer.
8387
8388 2007-01-08  Jan Hubicka  <jh@suse.cz>
8389
8390         * MAINTAINERS: Add myself as i386 maintainer.
8391
8392 2007-01-08  Kai Tietz   <kai.tietz@onevision.com>
8393
8394         * configure.in: Add support for an x86_64-mingw* target.
8395         * configure: Regenerate.
8396
8397 2007-01-05  Daniel Jacobowitz  <dan@codesourcery.com>
8398
8399         * Makefile.tpl (all-target): Correct @if conditional for target
8400         modules.
8401         * configure.in: Omit libiberty if building only target libgcc.
8402         * configure, Makefile.in: Regenerated.
8403
8404 2007-01-04  Paolo Bonzini  <bonzini@gnu.org>
8405
8406         * configure.in: Use DEV-PHASE to detect default for --enable-werror.
8407         * configure: Regenerate.
8408
8409 2007-01-03  Daniel Jacobowitz  <dan@codesourcery.com>
8410
8411         * Makefile.def (target_modules): Add libgcc.
8412         (lang_env_dependencies): Remove default items.  Use no_c and no_gcc.
8413         * Makefile.tpl (clean-target-libgcc): Delete.
8414         (configure-target-[+module+]): Emit --disable-bootstrap dependencies
8415         on gcc even for bootstrapped modules.  Rewrite handling of
8416         lang_env_dependencies to loop over target_modules.
8417         * configure.in (target_libraries): Add target-libgcc.
8418         * Makefile.in, configure: Regenerated.
8419
8420 2006-12-29  Paolo Bonzini  <bonzini@gnu.org>
8421
8422         * configure.in: Reorganize recognition of languages.  Add
8423         --enable-stage1-languages.  Show supported languages for the chosen
8424         target rather than all recognized languages.
8425         * configure: Regenerate.
8426
8427 2006-12-29  Paolo Bonzini  <bonzini@gnu.org>
8428
8429         * Makefile.tpl (GCC_STRAP_TARGETS, all-prebootstrap): Remove.
8430         * Makefile.in: Regenerate.
8431
8432 2006-12-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8433
8434         * configure.in: Warn that MPFR 2.2.0 is buggy.
8435         * configure: Regenerate.
8436
8437 2006-12-27  Ian Lance Taylor  <iant@google.com>
8438
8439         * configure.in: When removing Makefiles to force a reconfigure, also
8440         remove prev-DIR*/Makefile.
8441         * configure: Regenerate.
8442
8443 2006-12-22  Andreas Schwab  <schwab@suse.de>
8444
8445         * configure: Regenerate with correct autoconf version.
8446
8447 2006-12-20  Adam Megacz  <megacz@cs.berkeley.edu>
8448
8449         * configure.in: add AC_SUBST for *_FOR_TARGET.
8450         * configure: Regenerate.
8451
8452 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
8453
8454         * configure.in: Simplify logic for rejecting languages that cannot
8455         be built.  Separate the case when a language is unsupported,
8456         from the case when the user chooses not to build a language.
8457
8458 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
8459
8460         * configure.in: Remove "$build" case for powerpc-*-darwin* since
8461         it only affects bootstrap and could be tested on "$host" as well.
8462         * configure: Regenerate.
8463         * config/mh-ppc-darwin: Add to the stage1 cflags here.
8464
8465 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
8466
8467         PR bootstrap/29544
8468         * Makefile.def (flags_to_pass): Add STAGE1_CHECKING.
8469         (bootstrap_stage): Add STAGE1_CHECKING to stage1 configure flags,
8470         move here comment from Makefile.tpl.
8471         * Makefile.tpl: Move some definitions higher in the file.
8472         (STAGE1_CHECKING): New.
8473         * configure.in: Add --enable-stage1-checking.
8474         * configure: Regenerate.
8475         * Makefile.in: Regenerate.
8476
8477 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
8478
8479         * MAINTAINERS: Add myself as build system maintainer.
8480
8481 2006-12-15  Simon Martin  <simartin@users.sourceforge.net>
8482
8483         * MAINTAINERS (Write After Approval): Add myself.
8484
8485 2006-12-13  Eric Christopher  <echristo@apple.com>
8486
8487         * MAINTAINERS: Add myself as darwin maintainer.
8488
8489 2006-12-11  Ian Lance Taylor  <ian@airs.com>
8490
8491         * MAINTAINERS: Add myself as libgcc and fp-bit maintainer.
8492
8493 2006-12-11  Joern Rennecke  <joern.rennecke@arc.com>
8494
8495         MAINTAINERS: Update my entry.
8496
8497 2006-12-11  Alan Modra  <amodra@bigpond.net.au>
8498
8499         * configure.in:  Handle spu makefile frag.
8500         * Makefile.tpl (MAINT): Define
8501         (MAINTAINER_MODE_FALSE, MAINTAINER_MODE_TRUE): Define.
8502         * configure: Regenerate.
8503         * Makefile.in: Regenerate.
8504
8505 2006-12-11  Ben Elliston  <bje@au.ibm.com>
8506
8507         * config.guess: Import latest version.
8508         * config.sub: Likewise.
8509
8510 2006-12-11  Ben Elliston  <bje@au.ibm.com>
8511
8512         * configure.in (spu-*-*): Don't skip target-libiberty.
8513         * configure: Regenerate.
8514
8515 2006-12-10  Andreas Tobler  <a.tobler@schweiz.org>
8516
8517         PR bootstrap/30134
8518         * configure.in: Correct x86 darwin support for libjava to powerpc
8519         and i?86 only.
8520         * configure: Regenerate.
8521
8522 2006-12-08  Sandro Tolaini  <tolaini@libero.it>
8523
8524         * configure.in: Add x86 darwin support for libjava.
8525         * configure: Regenerate.
8526
8527 2006-12-07  Mike Stump  <mrs@apple.com>
8528
8529         * Makefile.def (dependencies): Add dependency for
8530         install-target-libssp and install-target-libgomp on
8531         install-gcc.
8532         * Makefile.in: Regenerate.
8533
8534 2006-12-04  Richard Guenther  <rguenther@suse.de>
8535
8536         * MAINTAINERS (Non-Algorithmic Maintainers): New section.
8537         (Non-Algorithmic Maintainers): Move over non-algorithmic
8538         loop optimizer maintainers, add myself as a non-algorithmic
8539         middle-end maintainer.
8540
8541 2006-12-04  Daniel Franke  <franke.daniel@gmail.com>
8542
8543         * MAINTAINERS (Write After Approval): Add myself.
8544
8545 2006-12-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8546
8547         * configure.in: Update error message for missing GMP/MPFR.
8548
8549         * configure: Regenerate.
8550
8551 2006-12-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8552
8553         * configure.in: Update MPFR version in error message.
8554
8555         * configure: Regenerate.
8556
8557 2006-11-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8558
8559         * configure.in (--with-mpfr-dir, --with-gmp-dir): Remove flags.
8560         (--with-mpfr-include, --with-mpfr-lib, --with-gmp-include,
8561         --with-gmp-lib): New flags.
8562
8563         * configure: Regenerate.
8564
8565 2006-11-25  Brooks Moses  <brooks.moses@codesourcery.com>
8566
8567         * MAINTAINERS (Write After Approval): Change my email address.
8568
8569 2006-11-23  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
8570
8571         * MAINTAINERS (Write After Approval): Add myself.
8572
8573 2006-11-22  Philipp Thomas  <pth@suse.de>
8574
8575         * MAINTAINERS (i18n): Update e-mail address.
8576
8577 2006-11-21  Trevor Smigiel  <trevor_smigiel@playstation.sony.com>
8578
8579         * MAINTAINERS (spu port): Add myself as maintainer.
8580         (Write After Approval): Remove myself.
8581
8582 2006-11-22  Ben Elliston  <bje@au.ibm.com>
8583
8584         * configure.in (skipdirs): Don't build libssp for SPU.
8585         * configure: Regenerate.
8586
8587 2006-11-21  Andrew Pinski  <andrew_pinski@playstation.sony.com>
8588
8589         * MAINTAINERS (spu port): Add myself as maintainer.
8590         (libobjc): Update my email address.
8591
8592 2006-11-21  Andrea Bona  <andrea.bona@st.com>
8593
8594         * MAINTAINERS (Write After Approval): Add myself.
8595
8596 2006-11-20  Trevor Smigiel  <trevor_smigiel@playstation.sony.com>
8597
8598         * configure.in (skipdirs) : Don't build target-libiberty for SPU.
8599         * configure : Rebuilt.
8600
8601 2006-11-20  Trevor Smigiel  <trevor_smigiel@playstation.sony.com>
8602
8603         * MAINTAINERS (Write After Approval): Add myself.
8604
8605 2006-11-20  Andrea Ornstein  <andrea.ornstein@st.com>
8606
8607         * MAINTAINERS (Write After Approval): Add myself.
8608
8609 2006-11-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8610
8611         * configure.in (--with-mpfr-dir): Also look in .libs and _libs for
8612         libmpfr.a.
8613         * configure: Regenerate.
8614
8615 2006-11-16  Paolo Bonzini  <bonzini@gnu.org>
8616
8617         * Makefile.tpl (clean-target-libgcc): Test for gcc Makefile presence.
8618         (unstage): Test for stage_last presence.
8619
8620         PR bootstrap/29802
8621         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Add HOST_SUBDIR in
8622         STAGE_PREFIX.
8623         * Makefile.in: Regenerate.
8624
8625 2003-11-16  Zdenek Dvorak  <dvorakz@suse.cz>
8626
8627         * MAINTAINERS: Add myself and Daniel Berlin as loop optimizer
8628         maintainers.
8629
8630 2006-11-14  Erven Rohou  <erven.rohou@st.com>
8631
8632         * MAINTAINERS (Write After Approval): Add myself.
8633
8634 2006-11-14  Paolo Bonzini  <bonzini@gnu.org>
8635
8636         * Makefile.tpl (clean-stage*): Test separately for package/Makefile
8637         and stageN-package/Makefile.
8638         * Makefile.in: Regenerated.
8639
8640 2006-11-14  Jie Zhang  <jie.zhang@analog.com>
8641
8642         * configure.in: Remove target-libgloss from noconfigdirs for
8643         bfin-*-*.
8644         * configure: Regenerated.
8645
8646 2006-11-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8647
8648         * configure.in (have_gmp): Only error if the gcc directory exists.
8649
8650         * configure: Regenerate.
8651
8652 2006-11-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8653
8654         * configure.in: Robustify error message for missing GMP/MPFR.
8655
8656         * configure: Regenerate.
8657
8658 2006-10-31  Stephen M. Webb  <stephen.webb@bregmasoft.com>
8659
8660         * MAINTAINERS (Write After Approval): Add myself.
8661
8662 2006-10-30  Uros Bizjak  <ubizjak@gmail.com>
8663
8664         * MAINTAINERS: Change email address.
8665
8666 2006-10-30  Vladimir Prus  <vladimir@codesourcery.com>
8667
8668         * MAINTAINERS (Write After Approval): Add myself.
8669
8670 2006-10-26  Peter Bergner  <bergner@vnet.ibm.com>
8671
8672         * MAINTAINERS (Write After Approval): Add myself.
8673
8674 2006-10-25  Chen Liqin  <liqin@sunnorth.com.cn>
8675
8676         * MAINTAINERS (Write After Approval): Move myself to
8677         Write After Approval section.
8678
8679 2006-10-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8680
8681         * configure.in: Require GMP-4.1+ and MPFR-2.2+.  Don't check
8682         need_gmp anymore.
8683         * configure: Regenerate.
8684
8685 2006-10-16  Tobias Burnus  <burnus@net-b.de>
8686
8687         * MAINTAINERS (Write After Approval): Add myself.
8688
8689 2006-10-16  Ben Elliston  <bje@au.ibm.com>
8690
8691         * config.guess: Import latest version.
8692         * config.sub: Likewise.
8693
8694 2006-10-10  Brooks Moses  <bmoses@stanford.edu>
8695
8696         * Makefile.def: Added pdf target handling.
8697         * Makefile.tpl: Added pdf target handling.
8698         * Makefile.in: Regenerated.
8699
8700 2006-10-10  Chen Liqin  <liqin@sunnorth.com.cn>
8701
8702         * MAINTAINERS: Add self as score port maintainer.
8703
8704 2006-10-04  Brooks Moses  <bmoses@stanford.edu>
8705
8706         * MAINTAINERS (Write After Approval): Add myself.
8707
8708 2006-09-27  Steven G. Kargl  <kargl@gcc.gnu.org>
8709
8710         * configure.in: Check for GMP 4.1 or newer.  Check for MPFR 2.2.0
8711         or newer.
8712         * configure: Regenerated.
8713
8714 2006-09-27  Dave Brolley  <brolley@redhat.com>
8715
8716         * configure.in (RUNTEST): Look for 'runtest' in the source tree by
8717         using $s instead of $r.
8718         * configure: Regenerated.
8719
8720 2006-09-26  Thiemo Seufer  <ths@mips.com>
8721
8722         * configure.in: Remove redundant handling of mips*-dec-bsd*. Likewise
8723         for mipstx39-*-*. Disable libgloss for mips64*-*-linux*.
8724         * configure: Regenerate.
8725
8726 2006-09-24  Graeme Peterson  <gridly@gmail.com>
8727
8728         * MAINTAINERS (Write After Approval): Remove myself.
8729
8730 2006-09-22  Chao-ying Fu  <fu@mips.com>
8731
8732         * MAINTAINERS (Write After Approval): Add myself.
8733
8734 2006-09-10  Joseph S. Myers  <joseph@codesourcery.com>
8735
8736         * MAINTAINERS: Add self as soft-fp maintainer.
8737
8738 2006-09-09  Anatoly Sokolov  <aesok@post.ru>
8739
8740         * MAINTAINERS: Add myself as avr maintainer.
8741         Remove Marek Michalkiewicz as avr maintainer.
8742
8743 2006-09-07  Roberto Costa  <roberto.costa@st.com>
8744
8745         * MAINTAINERS (Write After Approval): Add myself.
8746
8747 2006-08-30  Corinna Vinschen  <corinna@vinschen.de>
8748
8749         * configure.in: Never build newlib for a Mingw host.
8750         Never build newlib as Mingw target library.
8751         Test the existence of winsup/cygwin for building a Cygwin newlib,
8752         rather than just winsup.
8753         Add winsup/mingw and winsup/w32api paths to FLAGS_FOR_TARGET if
8754         building a Mingw target.
8755         * configure: Regenerate.
8756
8757 2006-08-08  Eric Botcazou  <ebotcazou@libertysurf.fr>
8758
8759         * MAINTAINERS (Various Maintainers): Add self as RTL opt. maintainer.
8760
8761 2006-07-25  Paolo Bonzini  <bonzini@gnu.org>
8762
8763         * config.guess: Import from src (was more updated).
8764         * config.sub: Likewise.
8765
8766 2006-07-22  Daniel Jacobowitz  <dan@codesourcery.com>
8767
8768         * configure.in: Allow mingw32 and cygwin targets to build cross-gdb.
8769         * configure: Regenerated.
8770
8771 2006-07-18  Paolo Bonzini  <bonzini@gnu.org>
8772
8773         * Makefile.tpl (configure-stageN-MODULE): Pass --with-build-libsubdir
8774         for stages after the first.
8775
8776 2006-07-17  Jakub Jelinek  <jakub@redhat.com>
8777
8778         * Makefile.def: Add dependencies for configure-opcodes
8779         on configure-intl and all-opcodes on all-intl.
8780         * Makefile.in: Regenerated.
8781
8782 2006-07-13  Ben Elliston  <bje@au.ibm.com>
8783
8784         * MAINTAINERS (Various Maintainers): Add myself as dfp maintainer.
8785
8786 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
8787
8788         Port to hosts whose 'sort' and 'tail' implementations
8789         treat operands with leading '+' as file names, as POSIX
8790         has required since 2001.  However, make sure the code still
8791         works on pre-POSIX hosts.
8792         * ltmain.sh: Don't assume "sort +2" is equivalent to
8793         "sort -k 3", since POSIX 1003.1-2001 no longer requires this.
8794
8795 2006-07-05  Ulrich Weigand  <uweigand@de.ibm.com>
8796
8797         * MAINTAINERS (Various Maintainers): Add myself as reload maintainer.
8798
8799 2006-07-04  Peter O'Gorman  <peter@pogma.com>
8800
8801         * ltconfig: chmod 644 before ranlib during install.
8802
8803 2006-07-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
8804
8805         PR bootstrap/18058
8806         * configure.in: Add -fkeep-inline-functions to CFLAGS for stage 1
8807         if the bootstrap compiler is a GCC version that supports it.
8808         * configure: Regenerate.
8809
8810 2006-07-03  Paolo Bonzini  <bonzini@gnu.org>
8811
8812         * configure.in: Fix thinkos in previous check-in.
8813         * configure: Regenerate.
8814
8815 2006-07-03  Paolo Bonzini  <bonzini@gnu.org>
8816
8817         PR other/27063
8818         * configure.in: Test subdir_requires and give an appropriate
8819         error message.
8820         * configure: Regenerate.
8821
8822 2006-07-01  Andrew John Hughes  <gnu_andrew@member.fsf.org>
8823
8824         * MAINTAINERS (Write After Approval): Add myself.
8825
8826 2006-06-22  John David Anglin  <dave.anglin@nrc.ca>
8827
8828         * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
8829
8830 2006-06-22  Steve Ellcey  <sje@cup.hp.com>
8831
8832         * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
8833
8834 2006-06-20  David Ayers  <d.ayers@inode.at>
8835
8836         PR bootstrap/28072
8837         * configure.in: Add target-boehm-gc to noconfigdirs depending on
8838         whether target-libjava is being configured instead of whether the
8839         java front end is enabled.
8840         * configure: Regenerate.
8841
8842 2006-06-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
8843
8844         PR target/27540
8845         * configure.in: Only enable libgomp on IRIX 6.
8846         * configure: Regenerate.
8847
8848 2006-06-15  Paolo Bonzini  <bonzini@gnu.org>
8849
8850         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Export CFLAGS and LDFLAGS
8851         too.
8852         * Makefile.in: Regenerate.
8853
8854 2006-06-13  Jeff Johnston  <jjohnstn@redhat.com>
8855
8856         * config-ml.in: Alter CCASFLAGS to include special
8857         multilib options the same as is done for CFLAGS.
8858
8859 2006-06-12  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
8860
8861         * configure.in: Don't enable libgomp on hpux10.
8862         * configure: Rebuilt.
8863
8864 2006-06-12  David Ayers  <d.ayers@inode.at>
8865
8866         PR bootstrap/27963
8867         PR target/19970
8868         * configure.in: Remove target-boehm-gc from noconfigdirs where
8869         ${libgcj} is specified.
8870         * configure: Regenerate.
8871
8872 2006-06-06  Carlos O'Donell  <carlos@codesourcery.com>
8873
8874         Sync from src:
8875
8876         * configure.in: Sync.
8877         * configure: Regenerated.
8878
8879         2006-05-31  Daniel Jacobowitz  <dan@codesourcery.com>
8880
8881         * Makefile.def: Added dependencies from sim and gdb on intl, and
8882         added configure dependencies to everything with an all dependency
8883         on intl.
8884         * Makefile.in: Regenerated.
8885
8886 2006-06-06  David Ayers  <d.ayers@inode.at>
8887
8888         PR libobjc/13946
8889         * Makefile.def: Add dependencies for libobjc which boehm-gc.
8890         * Makefile.in: Regenerate.
8891         * configure.in: Add --enable-objc-gc at toplevel and have it
8892         enable boehm-gc for Objective-C.
8893         Remove target-boehm-gc from libgcj.
8894         Add target-boehm-gc to target_libraries.
8895         Add target-boehm-gc to noconfigdirs where ${libgcj}
8896         is specified.
8897         Assert that boehm-gc is supported when requested for Objective-C.
8898         Only build boehm-gc if needed either for Java or Objective-C.
8899         * configure: Regenerate.
8900
8901 2006-06-05  Paolo Bonzini  <bonzini@gnu.org>
8902
8903         PR 27674
8904         * Makefile.tpl (configure-[+prefix+][+module+],
8905         all-[+prefix+][+module+]): Depend on stage_current if bootstrapping.
8906         Remove rule to unstage bootstrapped modules.
8907         (stage_current): New.
8908         * Makefile.in: Regenerate.
8909
8910 2006-06-03  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
8911
8912         * MAINTAINERS (Write After Approval): Update my e-mail address.
8913
8914 2006-06-01  Mark Shinwell  <shinwell@codesourcery.com>
8915
8916         * include/libiberty.h: Declare pex_run_in_environment.
8917
8918 2006-05-31  Asher Langton  <langton2@llnl.gov>
8919
8920         * MAINTAINERS (Write After Approval): Add myself.
8921
8922 2006-05-25  Paolo Bonzini  <bonzini@gnu.org>
8923
8924         * Makefile.def (bfd, opcodes): Fix lib_path.
8925         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Replace ADAC with ADAFLAGS.
8926         (restrap): Move under "@if gcc-bootstrap".  Fix typo.
8927         * Makefile.in: Regenerate.
8928
8929 2006-05-24  Carlos O'Donell  <carlos@codesourcery.com>
8930
8931         * Makefile.in: Regenerate.
8932
8933 2006-05-24  Carlos O'Donell  <carlos@codesourcery.com>
8934
8935         * Makefile.def: Add install-html target. Add datarootdir
8936         docdir and htmldir to flags_to_pass.
8937         * Makefile.tpl: Add install-html target.
8938         * Makefile.in: Regenerate.
8939         * configure.in: Add --with-datarootdir, --with-docdir, and
8940         --with-htmldir options. AC_SUBST datarootdir, docdir and htmldir.
8941         * configure: Regenerate.
8942
8943 2006-05-24  Mark Shinwell  <shinwell@codesourcery.com>
8944
8945         * configure.in: Enable gprof for cross builds.
8946         * configure: Regenerate.
8947
8948 2006-05-22  Richard Guenther  <rguenther@suse.de>
8949
8950         Revert
8951         2006-01-31  Richard Guenther  <rguenther@suse.de>
8952         Paolo Bonzini  <bonzini@gnu.org>
8953
8954         * Makefile.def (target_modules): Add libgcc-math target module.
8955         * configure.in (target_libraries): Add libgcc-math target library.
8956         (--enable-libgcc-math): New configure switch.
8957         * Makefile.in: Re-generate.
8958         * configure: Re-generate.
8959         * libgcc-math: New toplevel directory.
8960
8961 2006-05-20  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
8962             Andreas Tobler  <a.tobler@schweiz.ch>
8963
8964         * configure.in:  Enable libgcj for hppa*-hp-hpux11*.
8965         * configure: Rebuilt.
8966
8967 2006-05-12  Sandra Loosemore  <sandra@codesourcery.com>
8968
8969         * MAINTAINERS (Write After Approval): Add myself.
8970
8971 2006-05-01  DJ Delorie  <dj@redhat.com>
8972
8973         * configure.in: Restore CFLAGS if GMP isn't present.
8974         * configure: Regenerate.
8975
8976 2006-05-01  Richard Guenther  <rguenther@suse.de>
8977
8978         * MAINTAINERS (Various Maintainers): Add myself as libgcc-math
8979         maintainer.
8980
8981 2006-04-30  Kenneth Zadeck  <zadeck@naturalbridge.com>
8982
8983         * MAINTAINERS (Write After Approval): Add myself.
8984
8985 2006-04-28  Jan Beulich  <jbeulich@novell.com>
8986
8987         * MAINTAINERS (Write After Approval): Add myself.
8988
8989 2006-04-18  DJ Delorie  <dj@redhat.com>
8990
8991         * configure.in (m32c): Build libstdc++-v3.  Pass flags to
8992         reference libgloss so that libssp can be built in a combined
8993         tree.
8994         * configure: Regenerate.
8995
8996 2006-04-08  Robert Millan  <rmh@gcc.gnu.org>
8997
8998         * MAINTAINERS (Write After Approval): Add myself.
8999
9000 2006-04-05  Ben Elliston  <bje@au.ibm.com>
9001
9002         * configure.in: Require makeinfo 4.4 or higher.
9003         * configure: Regenerate.
9004
9005 2006-04-04  Gerald Pfeifer  <gerald@pfeifer.com>
9006
9007         * MAINTAINERS: Add Richard Henderson as libgomp maintainer.
9008         Rearrange the entries of other libraries to have them in one place.
9009
9010 2006-03-22  Janne Blomqvist  <jb@gcc.gnu.org>
9011
9012         * MAINTAINERS (Write After Approval): Remove myself.
9013         (Language Front End Maintainers): Add myself as fortran 95 maintainer.
9014
9015 2006-03-14  Richard Guenther  <rguenther@suse.de>
9016
9017         * configure: Regenerate with autoconf 2.13.
9018
9019 2006-03-13  Jim Blandy  <jimb@codesourcery.com>
9020
9021         * MAINTAINERS: Use my work address.
9022
9023         * MAINTAINERS: Update my E-mail address.
9024
9025 2006-03-10  Aldy Hernandez  <aldyh@redhat.com>
9026
9027         * configure.in: Handle --disable-<component> generically.
9028         * configure: Regenerate.
9029
9030 2006-03-01  H.J. Lu  <hongjiu.lu@intel.com>
9031
9032         PR libgcj/17311
9033         * ltmain.sh: Don't use "$finalize_rpath" for compile.
9034
9035 2006-02-21  Erik Edelmann  <eedelman@gcc.gnu.org>
9036
9037         * MAINTAINERS (Write After Approval):  Remove myself.
9038         (Language Front End Maintainers):  Add myself as fortran 95 maintainer.
9039
9040 2006-02-21  Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
9041
9042         * Makefile.tpl  (BUILD_CONFIGDIRS): Remove.
9043         (TARGET_CONFIGDIRS): Remove.
9044         * configure.in: Remove AC_SUBST(target_configdirs).
9045         * Makefile.in, configure: Regenerated.
9046
9047 2006-02-20  Steven G. Kargl  <kargls@comcast.net>
9048
9049         * MAINTAINERS (Write After Approval):  Remove myself.
9050         (Language Front End Maintainers):  Add myself as fortran 95 maintainer.
9051
9052 2006-02-20  Paolo Bonzini  <bonzini@gnu.org>
9053
9054         PR bootstrap/25670
9055
9056         * Makefile.tpl ([+compare-target+]): Print explanation messages.
9057
9058         * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES): New flags_to_pass.
9059         * Makefile.tpl (BASE_FLAGS_TO_PASS): Support optional flags_to_pass.
9060         (EXTRA_GCC_FLAGS): Remove ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES,
9061         BUILD_PREFIX, BUILD_PREFIX_1.
9062         * configure.in: (BUILD_PREFIX, BUILD_PREFIX_1): Don't substitute.
9063
9064         * Makefile.def (bootstrap stage 1): Pass LIBCFLAGS too.
9065         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Override LIBCFLAGS too.
9066
9067         * Makefile.tpl (configure-stage[+id+]-[+prefix+][+module+],
9068         all-stage[+id+]-[+prefix+][+module+], : Use $(current_stage) instead
9069         of `cat stage_current`.  Always provide the `r' and `s' variables.
9070         (clean-stage[+id+]-[+prefix+][+module+]): Likewise, and make it into
9071         a single shell execution.
9072         (configure-[+prefix+][+module+], all-[+prefix+][+module+]): For
9073         bootstrapped modules, make the stage1 module if the build was not
9074         started yet, else build the current stage.
9075         (all-host, all-target): Omit bootstrapped modules (if bootstrapping).
9076         (all-build, all-host, all-target, [+make_target+]-host,
9077         [+make_target+]-target): Do not use \-continued lines.
9078         (target modules): Depend on stage_last, not all-gcc, if bootstrapping.
9079         (current_stage, restrap, stage_last): New.
9080
9081         * Makefile.in: Regenerate.
9082         * configure: Regenerate.
9083
9084 2006-02-19  Bud Davis  <jmdavis@link.com>
9085
9086         * MAINTAINERS (Write After Approval):  Remove myself.
9087         (Language Front End Maintainers):  Add myself as fortran 95
9088         maintainer and update e-mail address.
9089
9090 2006-02-17  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
9091
9092         * MAINTAINERS (Write After Approval):  Remove myself.
9093         (Language Front End Maintainers):  Add myself as fortran 95
9094         maintainer.
9095
9096 2006-02-16  Victor Kaplansky  <victork@il.ibm.com>
9097
9098         * MAINTAINERS (Write After Approval): Add myself.
9099
9100 2006-02-16  Thomas Koenig  <Thomas.Koenig@online.de>
9101
9102         * MAINTAINERS (Write After Approval):  Remove myself.
9103         (Language Front End Maintainers):  Add myself as
9104         fortran 95 maintainer.
9105
9106 2006-02-14  Paolo Bonzini  <bonzini@gnu.org>
9107
9108         Sync from src:
9109
9110         2005-12-27  Leif Ekblad  <leif@rdos.net>
9111
9112         * configure.in: Add support for RDOS target.
9113         * configure: Regenerate.
9114
9115 2006-02-14  Paolo Bonzini  <bonzini@gnu.org>
9116             Andreas Schwab  <schwab@suse.de>
9117
9118         * configure: Regenerate.
9119
9120 2006-02-12  David Edelsohn  <edelsohn@gnu.org>
9121
9122         * configure.in (enable_libgomp): Add AIX.
9123         * configure: Regenerate.
9124
9125 2006-02-07  Maxim Kuvyrkov  <mkuvyrkov@ispras.ru>
9126
9127         * MAINTAINERS (Write After Approval): Add myself.
9128
9129 2006-02-03  Lee Millward  <lee.millward@gmail.com>
9130
9131         * MAINTAINERS (Write After Approval): Add myself.
9132
9133 2006-01-31  Richard Guenther  <rguenther@suse.de>
9134         Paolo Bonzini  <bonzini@gnu.org>
9135
9136         * Makefile.def (target_modules): Add libgcc-math target module.
9137         * configure.in (target_libraries): Add libgcc-math target library.
9138         (--enable-libgcc-math): New configure switch.
9139         * Makefile.in: Re-generate.
9140         * configure: Re-generate.
9141         * libgcc-math: New toplevel directory.
9142
9143 2006-01-26  Paolo Bonzini  <bonzini@gnu.org>
9144
9145         * configure.in: Set with_gnu_as, with_gnu_ld, with_newlib earlier.
9146         Set md_exec_prefix.  Use ACX_CHECK_INSTALLED_TARGET_TOOL to find
9147         the assembler, linker and binutils.
9148         * configure: Regenerate.
9149
9150 2006-01-22  Dirk Mueller  <dmueller@suse.de>
9151
9152         * MAINTAINERS (Write After Approval): Add myself.
9153
9154 2006-01-20  Diego Novillo  <dnovillo@redhat.com>
9155
9156         * configure: Regenerate.
9157
9158 2006-01-18  Richard Henderson  <rth@redhat.com>
9159             Jakub Jelinek  <jakub@redhat.com>
9160             Diego Novillo  <dnovillo@redhat.com>
9161
9162         * libgomp: New directory.
9163         * Makefile.def: Add target_module libgomp.
9164         * Makefile.in: Regenerate.
9165         * configure.in (target_libraries): Add target-libgomp.
9166         * configure: Regenerate.
9167
9168 2006-01-05  Alexandre Oliva  <aoliva@redhat.com>
9169
9170         * Makefile.tpl (clean-stage[+id+]-[+prefix+][+module+]): Remove
9171         @ from continuation.
9172         * Makefile.in: Rebuilt.
9173
9174 2006-01-04  Chris Lattner  <sabre@gnu.org>
9175
9176         * MAINTAINERS (Write After Approval): Add myself.
9177
9178 2006-01-04  Paolo Bonzini  <bonzini@gnu.org>
9179
9180         PR bootstrap/24252
9181
9182         * Makefile.def (flags_to_pass): Add STAGE1_CFLAGS and STAGE1_LANGUAGES.
9183         * Makefile.tpl (OBJDUMP): New.
9184         (EXTRA_HOST_FLAGS): Add it.
9185         (EXTRA_GCC_FLAGS): Remove flags already specified in flags_to_pass.
9186
9187         * Makefile.tpl (stage[+id+]-start, stage[+id+]-end): Do not try
9188         to use symbolic links between directories.  Avoid race conditions
9189         or make them harmless.
9190         * configure.in: Do not try to use symbolic links between directories.
9191
9192         * Makefile.def (LEAN): Pass.
9193         * Makefile.tpl (LEAN): Define.
9194         (stage[+id+]-start): Accept that the previous directory does not
9195         exist, if the bootstrap is lean.
9196         (stage[+id+]-bubble): Invoke lean bootstrap commands after
9197         stage[+id+]-start.  Use a makefile variable and an `if' instead of a
9198         configure substitution.
9199         ([+compare-target+]): Likewise.
9200         ([+bootstrap-target+]-lean): New.
9201         * configure.in: Remove lean bootstrap support from here.
9202
9203         * Makefile.in: Regenerate.
9204         * configure: Regenerate.
9205
9206 2006-01-04  Ben Elliston  <bje@au.ibm.com>
9207
9208         * MAINTAINERS (libdecnumber): Add myself.
9209
9210 2006-01-02  Mark Mitchell  <mark@codesourcery.com>
9211
9212         * libtool-ldflags: New script.
9213
9214 2006-01-02  Andreas Schwab  <schwab@suse.de>
9215
9216         * configure.in: When reconfiguring remove Makefile in
9217         all stage directories.
9218         * configure: Regenerate.
9219
9220 2005-12-27  Steven Bosscher  <stevenb.gcc@gmail.com>
9221
9222         * MAINTAINERS: Update my email address.
9223
9224 2005-12-20  Paolo Bonzini  <bonzini@gnu.org>
9225
9226         Revert Ada-related part of the previous change.
9227
9228         * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, ADAFLAGS_FOR_TARGET):
9229         Do not pass.
9230         * Makefile.tpl (BOOT_ADAFLAGS): Do not define.
9231         * Makefile.in: Regenerate.
9232         * configure.in: Do not include mt-ppc-aix target fragment.
9233         * configure: Regenerate.
9234
9235 2005-12-19  Paolo Bonzini  <bonzini@gnu.org>
9236
9237         * configure.in: Select appropriate fragments for PowerPC/AIX.
9238         * configure: Regenerate.
9239
9240         * Makefile.def (flags_to_pass): Add ADAFLAGS, BOOT_ADAFLAGS,
9241         BOOT_CFLAGS, BOOT_LDFLAGS.
9242         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Handle BOOT_ADAFLAGS,
9243         BOOT_CFLAGS, BOOT_LDFLAGS.
9244         (TARGET_FLAGS_TO_PASS): Handle ADAFLAGS_FOR_TARGET.
9245         (stage[+id+]-bubble): Pass flags recursively to the comparison target.
9246         (stage): Fail if we cannot complete the work.
9247         * Makefile.in: Regenerate.
9248
9249 2005-12-16  Nathan Sidwell  <nathan@codesourcery.com>
9250
9251         * configure.in: Replace ms1 with mt.
9252         * configure: Rebuilt.
9253
9254 2005-12-15  Bryce McKinlay  <mckinlay@redhat.com>
9255
9256         * MAINTAINERS: Update my email address.
9257
9258 2005-12-15  Paolo Bonzini  <bonzini@gnu.org>
9259
9260         * Makefile.tpl (all, do-[+make_target+], do-check, install,
9261         install-host-nogcc): Don't invoke $(stage) at the end.
9262         * Makefile.in: Regenerate.
9263
9264 2005-12-14  Paolo Bonzini  <bonzini@gnu.org>
9265
9266         * configure.in: Flip the top-level bootstrap switch.
9267         * configure: Regenerate.
9268
9269 2005-12-14  Daniel Jacobowitz  <dan@codesourcery.com>
9270
9271         * Makefile.tpl: Throughout the file, use : $(MAKE) along with
9272         $(stage) and $(unstage).
9273         (EXTRA_TARGET_FLAGS): Correct double-quoting.
9274         (all): Remove stray semicolon.
9275         (local-distclean): Don't handle multilib.tmp and multilib.out.
9276         (install.all): Set $s for consistency.
9277         (configure-[+prefix+][+module+]): Instead of [+deps+], handle
9278         check_multilibs setting.  Always make the install directory.
9279         (configure-stage[+id+]-[+prefix+][+module+]): Likewise.
9280         Correct @if/@endif.
9281         (all-stage[+id+]-[+prefix+][+module+]): Correct @if/@endif.
9282         ($(TARGET_SUBDIR)/[+module+]/multilib.out): Remove.
9283         (stage[+id+]-start, stage[+id+]-end): Stage $(TARGET_SUBDIR).
9284         (multilib.out): Remove.
9285         * Makefile.in: Regenerated.
9286
9287 2005-12-12  Carlos O'Donell  <carlos@codesourcery.com>
9288
9289         * MAINTAINERS (Write After Approval): Add myself.
9290
9291 2005-12-12  Nathan Sidwell  <nathan@codesourcery.com>
9292
9293         * MAINTAINERS: Add myself as mt maintainer.
9294
9295         * config.sub: Replace ms1 with mt.  Allow ms1 as an alias.
9296
9297 2005-12-06  Adam Nemet  <anemet@caviumnetworks.com>
9298
9299         * MAINTAINERS: Change email address.
9300
9301 2005-12-05  Paolo Bonzini  <bonzini@gnu.org>
9302
9303         * configure.in (CONFIGURED_BISON, CONFIGURED_YACC, CONFIGURED_M4,
9304         CONFIGURED_FLEX, CONFIGURED_LEX, CONFIGURED_MAKEINFO): Remove
9305         "CONFIGURED_" from the AC_CHECK_PROGS invocation.  Move below.
9306         Find in-tree tools if available.
9307         (EXPECT, RUNTEST, LIPO, STRIP): Find them and substitute them.
9308         (CONFIGURED_*_FOR_TARGET): Don't set nor substitute.
9309         (*_FOR_TARGET): Set them with GCC_TARGET_TOOL.
9310         (COMPILER_*_FOR_TARGET): New.
9311         * Makefile.tpl (HOST_EXPORTS): Add *_FOR_TARGET symbols that gcc needs.
9312         (BASE_TARGET_EXPORTS): Use COMPILER_*_FOR_TARGET symbols.
9313         (CONFIGURED_*, USUAL_*): Remove.
9314         (BISON, YACC, FLEX, LEX, M4, MAKEINFO, EXPECT, RUNTEST, LIPO,
9315         STRIP): Use autoconf substitutions.
9316         (COMPILER_AS_FOR_TARGET, COMPILER_LD_FOR_TARGET,
9317         COMPILER_NM_FOR_TARGET): New.
9318         (EXTRA_HOST_FLAGS): Pass LIPO and STRIP.
9319
9320         (all): Make all-host and all-target in parallel.
9321         (do-[+make_target+], do-check, install, [+compare-target+]): Ensure
9322         that $$r and $$s are set before invoking a recursive make.
9323         (stage[+id+]-bubble): Likewise, and invoke the comparison at the end.
9324         ([+bootstrap-target+]): Inline most of the `all' target.
9325
9326 2005-11-29  Ben Elliston  <bje@au.ibm.com>
9327
9328         * Makefile.tpl (clean-target-libgcc): Invoke clean-target-libgcc
9329         from the gcc build directory.
9330         * Makefile.in: Regenerate.
9331
9332 2005-11-29  Ben Elliston  <bje@au.ibm.com>
9333
9334         * Makefile.def: Add new libdecnumber host_module.  Make all-gcc
9335         depend on all-libdecnumber.
9336         * configure.in (host_libs): Include libdecnumber.
9337         * Makefile.in: Regenerate.
9338         * configure: Likewise.
9339
9340 2005-11-29  Ben Elliston  <bje@au.ibm.com>
9341
9342         * libdecnumber: Import decNumber sources from the dfp-branch.
9343
9344 2005-11-21  Kean Johnston  <jkj@sco.com>
9345
9346         * config.sub, config.guess: Sync from upstream sources.
9347
9348 2005-11-21  Ben Elliston  <bje@au.ibm.com>
9349
9350         Import from Autoconf sources:
9351
9352         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
9353         * config/move-if-change: Don't output "$2 is unchanged";
9354         suggested by Ben Elliston.  Handle weird characters correctly.
9355
9356 2005-11-18  Andreas Tobler  <a.tobler@schweiz.ch>
9357
9358         * ltcf-c.sh (whole_archive_flag_spec): Remove '-all_load $convenience'
9359         to match upstream libtool for darwin.
9360
9361 2005-11-11  Daniel Jacobowitz  <dan@codesourcery.com>
9362
9363         * Makefile.def: Remove gdb dependencies for gdbtk.
9364         * Makefile.tpl (CONFIGURE_GDB_TK, INSTALL_GDB_TK): New variables.
9365         (configure-gdb, install-gdb): New rules.
9366         * configure.in: Set CONFIGURE_GDB_TK and INSTALL_GDB_TK.
9367         * Makefile.in, configure: Regenerated.
9368
9369 2005-11-06  Janne Blomqvist  <jb@gcc.gnu.org>
9370
9371         * MAINTAINERS (Write After Approval): Add myself.
9372
9373 2005-11-06  Erik Edelmann  <eedelman@gcc.gnu.org>
9374
9375         * MAINTAINERS (Write After Approval): Add myself.
9376
9377 2005-10-24  Diego Novillo  <dnovillo@redhat.com>
9378
9379         * MAINTAINERS (alias analysis): Add Daniel Berlin and
9380         Diego Novillo.
9381
9382 2005-10-22  Paolo Bonzini  <bonzini@gnu.org>
9383
9384         PR bootstrap/24297
9385         * Makefile.tpl (do-[+make-target+], do-check, install,
9386         stage[+id+]-bubble, [+compare-target+]): Ensure $$r and $$s
9387         are set before recursing.
9388         * Makefile.in: Regenerate.
9389
9390 2005-10-20  Eric Botcazou  <ebotcazou@adacore.com>
9391
9392         PR bootstrap/18939
9393         * Makefile.def (gcc) <target>: Fix thinko.
9394         * Makefile.in: Regenerate.
9395
9396 2005-10-17  Bernd Schmidt  <bernd.schmidt@analog.com>
9397
9398         * configure.in (bfin-*-*): Use test, not brackets, in if statement.
9399         * configure: Regenerate.
9400
9401 2005-10-15  Jie Zhang  <jie.zhang@analog.com>
9402
9403         * MAINTAINERS (Write After Approval): Add self.
9404
9405 2005-10-08  Kazu Hirata  <kazu@codesourcery.com>
9406
9407         * configure.in (arm-*-linux-gnueabi): Add to noconfigdirs
9408         target-libffi, target-qthreads, target-libjava, and
9409         targetlibobjc.
9410         * configure: Regenerate.
9411
9412 2005-10-06  Daniel Jacobowitz  <dan@codesourcery.com>
9413
9414         * Makefile.def (flags_to_pass): Add OBJDUMP_FOR_TARGET.
9415         * Makefile.tpl (BASE_TARGET_EXPORTS): Add OBJDUMP.
9416         (OBJDUMP_FOR_TARGET, CONFIGURED_OBJDUMP_FOR_TARGET)
9417         (USUAL_OBJDUMP_FOR_TARGET): New.
9418         (EXTRA_TARGET_FLAGS): Add OBJDUMP.
9419         * configure.in: Check for $OBJDUMP_FOR_TARGET.
9420         * configure, Makefile.in: Regenerated.
9421
9422 2005-10-05  Paolo Bonzini  <bonzini@gnu.org>
9423
9424         * Makefile.tpl (all) [gcc-no-bootstrap]: Make prebootstrap packages
9425         before other host packages.
9426
9427 2005-10-05  Kaz Kojima  <kkojima@gcc.gnu.org>
9428
9429         * MAINTAINERS: Add self as sh libraries/configury maintainer.
9430
9431 2005-10-05  Paolo Bonzini  <bonzini@gnu.org>
9432
9433         PR bootstrap/22340
9434
9435         * configure.in (default_target): Remove.
9436         * Makefile.tpl (all): Do not use prerequisites as subroutines
9437         (all) [gcc-bootstrap]: Bootstrap gcc first if it was not done yet.
9438         (do-[+make_target+], check, install, [+bootstrap_target+]): Do not
9439         use prerequisites as subroutines.
9440         (check-host, check-target): New.
9441         (bootstrap configure & all targets): Do not use stage*-start
9442         if the directory layout is already ok.
9443         (non-bootstrap configure & all targets): Prepend a $(unstage).
9444         (stage[+id+]-bubble): Do that here.  Do not use NOTPARALLEL.
9445         (NOTPARALLEL): Remove.
9446         (unstage, stage variables): New variables.
9447         (unstage, stage targets): Simply expand to those variables.
9448
9449         * configure: Regenerate.
9450         * Makefile.in: Regenerate.
9451
9452 2005-10-04  James E Wilson  <wilson@specifix.com>
9453
9454         * Makefile.def (lang_env_dependencies): Add libmudflap.
9455         * Makefile.in: Regenerate.
9456
9457 2005-10-03  Andreas Schwab  <schwab@suse.de>
9458
9459         Backport from libtool CVS:
9460         2002-11-03  Ossama Othman  <ossama@doc.ece.uci.edu>
9461
9462         * ltmain.sh: add support for installing into temporary
9463         staging area (e.g. 'make install DESTDIR=...')
9464
9465 2005-10-03  H.J. Lu  <hongjiu.lu@intel.com>
9466
9467         * configure.in (*-*-darwin*): Build bfd, binutils and opcodes.
9468         * configure: Regenerated.
9469
9470 2005-09-30  Andrew Pinski  <pinskia@physics.uc.edu>
9471
9472         * configure: Regenerate with the correct
9473         autoconf version.
9474
9475 2005-09-30  Catherine Moore  <clm@cm00re.com>
9476
9477         * configure.in (bfin-*-*): New.
9478         * configure: Regenerated.
9479
9480 2005-09-28  Geoffrey Keating  <geoffk@apple.com>
9481
9482         * Makefile.tpl (BASE_TARGET_EXPORTS): Add LIPO, STRIP.
9483         (LIPO_FOR_TARGET): New.
9484         (CONFIGURED_LIPO_FOR_TARGET): New.
9485         (USUAL_LIPO_FOR_TARGET): New.
9486         (STRIP_FOR_TARGET): New.
9487         (CONFIGURED_STRIP_FOR_TARGET): New.
9488         (USUAL_STRIP_FOR_TARGET): New.
9489         * Makefile.def (flags_to_pass): Add LIPO_FOR_TARGET and
9490         STRIP_FOR_TARGET.
9491         * configure.in: Set LIPO_FOR_TARGET, STRIP_FOR_TARGET,
9492         CONFIGURED_LIPO_FOR_TARGET, CONFIGURED_STRIP_FOR_TARGET.
9493         * Makefile.in: Regenerate.
9494         * configure: Regenerate.
9495
9496 2005-09-19  David Edelsohn  <edelsohn@gnu.org>
9497
9498         * configure.in (powerpc-*-aix*): Add target-libssp to noconfigdirs.
9499         (rs6000-*-aix*): Same.
9500         * configure: Regenerate.
9501
9502 2005-09-16  Tom Tromey  <tromey@redhat.com>
9503
9504         * MAINTAINERS: Add self as java maintainer.
9505
9506 2005-09-14  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
9507
9508         * configure.in: Recognize f95 in the --enable-languages option,
9509         and substitute it for fortran, issuing a warning.
9510         * configure: Regenerate.
9511
9512 2005-08-30  Phil Edwards  <phil@codesourcery.com>
9513
9514         * configure.in (*-*-vxworks*):  Add target-libstdc++-v3 to noconfigdirs.
9515         * configure:  Regenerated.
9516
9517 2005-08-22  Aldy Hernandez  <aldyh@redhat.com>
9518
9519         * MAINTAINERS: Add self as ms1 maintainer.
9520
9521 2005-08-20  Richard Earnshaw  <richard.earnshaw@arm.com>
9522
9523         * Makefile.def (libssp): Add to lang_env_dependencies.
9524         * Makefile.in: Regenerate.
9525
9526 2005-08-18  Ian Lance Taylor  <ian@airs.com>
9527
9528         * MAINTAINERS: Add myself as middle-end maintainer.
9529
9530 2005-08-17  Christian Groessler  <chris@groessler.org>
9531
9532         * Makefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash.
9533         * Makefile.in: Regenerate.
9534
9535 2005-08-15  Andreas Krebbel  <krebbel1@de.ibm.com>
9536
9537         * MAINTAINERS (write after approval): Added myself.
9538
9539 2005-08-12  Maciej W. Rozycki  <macro@linux-mips.org>
9540
9541         * MAINTAINERS (Write After Approval): Add myself.
9542
9543 2005-08-12  Paolo Bonzini  <bonzini@gnu.org>
9544
9545         * configure.in: Replace NCN_STRICT_CHECK_TOOL with
9546         NCN_STRICT_CHECK_TOOLS, and likewise for NCN_STRICT_CHECK_TARGET_TOOLS.
9547         Look for alternate names of the target cc and c++
9548         * configure: Regenerate.
9549
9550 2005-08-08  Paolo Bonzini  <bonzini@gnu.org>
9551
9552         * configure.in (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
9553         GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Find
9554         them with NCN_STRICT_CHECK_TARGET_TOOL, like the other target
9555         tools; remove code to manually set them.
9556         (Target tools): Look in the environment for them.
9557         * Makefile.tpl (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
9558         GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Redefine.
9559         (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): Look into gcc
9560         build directory.
9561         (CONFIGURED_CC_FOR_TARGET, CONFIGURED_CXX_FOR_TARGET,
9562         CONFIGURED_GCJ_FOR_TARGET, CONFIGURED_GCC_FOR_TARGET,
9563         CONFIGURED_GFORTRAN_FOR_TARGET, USUAL_CC_FOR_TARGET,
9564         USUAL_CXX_FOR_TARGET, USUAL_GCJ_FOR_TARGET, USUAL_GCC_FOR_TARGET,
9565         USUAL_RAW_CXX_FOR_TARGET, USUAL_GFORTRAN_FOR_TARGET): New.
9566         (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE,
9567         RAW_CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS): Delete.
9568         * configure: Regenerate.
9569         * Makefile.in: Regenerate.
9570
9571 2005-07-28  Ben Elliston  <bje@au.ibm.com>
9572
9573         * MAINTAINERS: Update for removed CPU targets.
9574
9575 2005-07-27  Mark Mitchell  <mark@codesourcery.com>
9576
9577         * Makefile.tpl (EXTRA_TARGET_FLAGS): Set LDFLAGS=LDFLAGS_FOR_TARGET.
9578         * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_TARGET.
9579         * Makefile.in: Regenerated.
9580
9581 2005-07-26  Mark Mitchell  <mark@codesourcery.com>
9582
9583         * Makefile.tpl (SYSROOT_CFLAGS_FOR_TARGET): New variable.
9584         (CFLAGS_FOR_TARGET): Use it.
9585         (CXXFLAGS_FOR_TARGET): Likewise.
9586         * Makefile.in: Regenerated.
9587         * configure.in (--with-build-sysroot): New option.
9588         * configure: Regenerated.
9589
9590 2005-07-24  Paolo Bonzini  <bonzini@gnu.org>
9591
9592         * Makefile.tpl: Wrap install between unstage and stage
9593         * Makefile.in: Regenerate.
9594
9595 2005-07-21  Eric Christopher  <echristo@apple.com>
9596
9597         * MAINTAINERS: Update affiliation.
9598
9599 2005-07-21  Paul Woegerer  <paul.woegerer@nsc.com>
9600
9601         * MAINTAINERS: Add self as crx port maintainer.
9602
9603 2005-07-20  DJ Delorie  <dj@redhat.com>
9604
9605         * MAINTAINERS: Add self as m32c maintainer.
9606
9607 2005-07-16  Kelley Cook  <kcook@gcc.gnu.org>
9608
9609         * all files: Update FSF address.
9610
9611 2005-07-15  Eric Christopher  <echristo@redhat.com>
9612
9613         * MAINTAINERS: Change affiliation.
9614
9615 2005-07-14  Jim Blandy  <jimb@redhat.com>
9616
9617         * configure.in: Add cases for Renesas m32c.
9618         * configure: Regenerated.
9619
9620 2005-07-14  Kelley Cook  <kcook@gcc.gnu.org>
9621
9622         * COPYING.LIB: Update from fsf.org.
9623
9624 2005-07-14  Kelley Cook  <kcook@gcc.gnu.org>
9625
9626         * COPYING, compile, config.guess,
9627         config.sub, install-sh, missing, mkinstalldirs,
9628         symlink-tree, ylwrap: Sync from upstream sources.
9629         * config-ml.in: Update FSF address.
9630
9631 2005-07-13  Eric Christopher  <echristo@redhat.com>
9632
9633         * configure.in: Add toplevel noconfigdir support for tpf.
9634         * configure: Regenerate.
9635
9636 2005-07-11  Paolo Bonzini  <bonzini@gnu.org>
9637
9638         PR ada/22340
9639
9640         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Fix pasto.
9641         * Makefile.in: Regenerate.
9642
9643 2005-07-07  Mark Mitchell  <mark@codesourcery.com>
9644
9645         * MAINTAINERS: Remove Dave Brolley as a cpplib maintainer.  Add Dave
9646         Brolley to write-after-approval.
9647
9648 2005-07-07  Andreas Schwab  <schwab@suse.de>
9649
9650         * Makefile.def (flags_to_pass): Add CFLAGS_FOR_BUILD.
9651         * Makefile.tpl (EXTRA_GCC_FLAGS): Don't pass CFLAGS_FOR_BUILD here.
9652         * Makefile.in: Regenerated.
9653
9654 2005-07-06  Geoffrey Keating  <geoffk@apple.com>
9655
9656         * configure.in: Don't build sim or rda when targetting darwin.
9657         * configure: Regenerate.
9658
9659 2005-07-06  Kazu Hirata  <kazu@codesourcery.com>
9660
9661         * configure.in: Add --enable-libssp and --disable-libssp.
9662         * configure: Regenerate with autoconf-2.13.
9663
9664 2005-07-02  Jakub Jelinek  <jakub@redhat.com>
9665
9666         * Makefile.def (target_modules): Add libssp.
9667         * configure.in (target_libraries): Add target-libssp.
9668         * configure: Rebuilt.
9669         * Makefile.in: Rebuilt.
9670
9671 2005-07-01  Zack Weinberg  <zackw@panix.com>
9672
9673         * MAINTAINERS: Change email address.  Resign from maintainership.
9674
9675 2005-07-01  Richard Guenther  <rguenther@suse.de>
9676
9677         * MAINTAINERS: Change my e-mail address and affiliation.
9678
9679 2005-06-22  Paolo Bonzini  <bonzini@gnu.org>
9680
9681         * Makefile.def (stagefeedback): Come after profile.
9682         Define profiledbootstrap target.
9683         * Makefile.tpl (profiledbootstrap): Remove.
9684         (stageprofile-end): Zap stagefeedback.
9685         (stagefeedback-start): Copy all .gcda files, not only GCC's.
9686         * Makefile.in: Regenerate.
9687
9688 2005-06-13  Richard Sandiford  <richard@codesourcery.com>
9689
9690         * MAINTAINERS: Update my email address.
9691
9692 2005-06-13  Zack Weinberg  <zack@codesourcery.com>
9693
9694         * depcomp: Update from automake CVS.  Add 'ia64hp' stanza.
9695         In 'cpp' stanza, support '#line' as well as '# '.
9696
9697 2005-06-08  Andreas Schwab  <schwab@suse.de>
9698
9699         * MAINTAINERS: Move myself from 'Write After Approval' to
9700         'CPU Port Maintainers' section as m68k maintainer.
9701
9702 2005-06-07  Hans-Peter Nilsson  <hp@axis.com>
9703
9704         * configure.in (unsupported_languages): New macro.
9705         <mmix-knuth-mmixware>: Set unsupported_languages.  Name explicit
9706         non-ported target libraries in noconfigdirs.
9707         <cris-*, crisv32-*> Ditto, except for non-aout, non-elf,
9708         non-linux-gnu.  Remove libgcj_ex_libffi.
9709         <lang_frag loop>: Set add_this_lang=no if the language is in
9710         unsupported_languages.
9711         * configure: Regenerate.
9712
9713 2005-06-04  Tobias Schl"uter  <tobias.schlueter@physik.uni-muenchen.de>
9714
9715         * configure.in: Fix typo in handling of --with-mpfr-dir.
9716         * configure: Regenerate.
9717
9718 2005-06-04  Richard Sandiford  <rsandifo@nildram.co.uk>
9719
9720         * MAINTAINERS: Update my email address.
9721
9722 2005-06-02  Jim Blandy  <jimb@redhat.com>
9723
9724         * config.sub: Add cases for the Renesas m32c.  (This patch has been
9725         accepted into the master sources.)
9726
9727 2005-06-02  Aldy Hernandez  <aldyh@redhat.com>
9728             Michael Snyder  <msnyder@redhat.com>
9729             Stan Cox  <scox@redhat.com>
9730
9731         * configure.in: Set noconfigdirs for ms1.
9732
9733         * configure: Regenerate.
9734
9735 2005-06-01  Jerry DeLisle  <jvdelisle@verizon.net>
9736
9737         * MAINTAINERS (Write After Approval): Add self.
9738
9739 2005-06-01  Josh Conner  <jconner@apple.com>
9740
9741         * MAINTAINERS (Write After Approval): Add self.
9742
9743 2005-06-01  Kazu Hirata  <kazu@codesourcery.com>
9744
9745         * MAINTAINERS: Update my email address.
9746
9747 2005-05-27  Ziga Mahkovec  <ziga.mahkovec@klika.si>
9748
9749         * MAINTAINERS (Write After Approval): Add self.
9750
9751 2005-05-26  Chris Demetriou  <cgd@broadcom.com>
9752
9753         * MAINTAINERS (Write After Approval): Remove self.
9754
9755 2005-05-25  Paolo Bonzini  <bonzini@gnu.org>
9756
9757         * Makefile.tpl (stage[+id+]-start): Iterate over target module as well.
9758         (Dependencies): Consider target modules for bootstrap dependencies.
9759         Make target bootstrap modules depend on each stage's gcc.
9760         * Makefile.in: Regenerate.
9761
9762 2005-05-20  Paolo Bonzini  <bonzini@gnu.org>
9763
9764         * Makefile.def (configure-gcc): Depend on binutils having been built.
9765         (all-gcc): No need to do it here.
9766         * Makefile.in: Regenerate.
9767
9768 2005-05-19  Paul Brook  <paul@codesourcery.com>
9769
9770         * configure.in: Rewrite misleading error message when requested
9771         language cannot be built.
9772         * configure: Regenerate.
9773
9774 2005-05-15  Daniel Jacobowitz  <dan@codesourcery.com>
9775
9776         * ylwrap: Import from Automake 1.9.5.
9777
9778 2005-05-13  David Ung  <davidu@mips.com>
9779
9780         * MAINTAINERS (Write After Approval): Add self.
9781
9782 2005-05-09  Mike Stump  <mrs@apple.com>
9783
9784         * libtool.m4 (AC_LIBTOOL_SYS_MAX_CMD_LEN): Use quotes on
9785         lt_cv_sys_max_cmd_len for now.
9786
9787 2005-05-09  Stan Cox  <scox@redhat.com>
9788
9789         * MAINTAINERS: Remove self, add Nick Clifton as iq2000 maintainer.
9790
9791 2005-05-08  Matt Kraai  <kraai@ftbfs.org>
9792
9793         * README.SCO: Update the URL.
9794
9795 2005-05-05  David Edelsohn  <edelsohn@gnu.org>
9796
9797         * ltconfig: Define file_list_spec.  Pass file_list_spec and
9798         with_gnu_ld to libtool.
9799         * ltcf-c.sh (aix[45]): Define file_list_spec.
9800         * ltcf-cxx.sh (aix[45]): Same.
9801         * ltcf-gcj.sh (aix[45]): Same.
9802         * ltmain.sh: If command exceeds max_cmd_len and file_list_spec
9803         exists, write list of input files to temporary file.
9804
9805 2005-05-04  Mike Stump  <mrs@apple.com>
9806
9807         * configure.in: Always pass --target to target configures as
9808         otherwise rebuilds that do --recheck will fail.
9809         * confiugure: Rebuilt.
9810
9811 2005-05-04  Paolo Bonzini  <bonzini@gnu.org>
9812
9813         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Rename from
9814         STAGE_HOST_EXPORTS.
9815         (configure, all): Add bootstrap support.
9816         (Host modules, target modules): Pass post-stage1 flags and exports.
9817         (Top-level bootstrap): Remove bootstrap rules, expanded elsewhere.
9818         * Makefile.in: Regenerate.
9819
9820 2005-04-29  Paolo Bonzini  <bonzini@gnu.org>
9821
9822         * configure: Regenerate.
9823
9824 2005-04-27  Mike Stump  <mrs@apple.com>
9825
9826         * MAINTAINERS: Add self as darwin maintainer.
9827
9828 2005-04-22  Bernd Schmidt  <bernd.schmidt@analog.com>
9829
9830         * config.sub: Update from master copy.
9831
9832 2005-04-21  Mike Stump  <mrs@apple.com>
9833
9834         * MAINTAINERS: Add self as Objective-C/Objective-C++ maintainer.
9835         * MAINTAINERS: Add Zem as Objective-C++ maintainer.
9836
9837 2005-04-19  Hans-Peter Nilsson  <hp@axis.com>
9838
9839         * configure.in <crisv32-*-*, cris-*-*>: New local variable
9840         libgcj_ex_libffi.  Have specific match for *-*-linux*.  Separate
9841         matches for "*-*-aout" and "*-*-elf".  Don't disable libffi for
9842         "*-*-elf" and "*-*-linux*".
9843         * configure: Regenerate.
9844
9845 2005-04-14  Joseph S. Myers  <joseph@codesourcery.com>
9846
9847         * MAINTAINERS (Various Maintainers): Add self as i18n maintainer.
9848
9849 2005-04-12  Mike Stump  <mrs@apple.com>
9850
9851         * libtool.m4: Update AC_LIBTOOL_SYS_MAX_CMD_LEN bits from upstream.
9852
9853 2005-04-04  Thomas Koenig  <Thomas.Koenig@online.de>
9854
9855         * MAINTAINERS (Write After Approval): Add myself.
9856
9857 2005-04-07  Bernd Schmidt  <bernd.schmidt@analog.com>
9858
9859         * MAINTAINERS (Port Maintainers): Add self for Blackfin.
9860
9861 2005-04-06  Paolo Bonzini  <bonzini@gnu.org>
9862
9863         * Makefile.tpl (BUILD_CONFIGARGS): Include --with-build-subdir.
9864         (TARGET_CONFIGARGS): Include --with-target-subdir.
9865         (configure, all): New macros.  Use them throughout.
9866         * Makefile.in: Regenerate.
9867
9868 2005-04-04  Jon Grimm  <jgrimm2@us.ibm.com>
9869
9870         * MAINTAINERS (Write After Approval): Add myself.
9871
9872 2005-03-31  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
9873
9874         * MAINTAINERS: Remove 'loop unrolling' maintainer.
9875
9876 2005-03-30  Gerald Pfeifer  <gerald@pfeifer.com>
9877
9878         * MAINTAINERS: Move John Carr to Write After Approval.
9879
9880 2005-03-30  J"orn Rennecke  <joern.rennecke@st.com>
9881
9882         * config/mh-mingw32: Delete.
9883         * configure.in: Don't use it.
9884         * configure: Regenerate.
9885
9886 2005-03-31  Paolo Bonzini  <bonzini@gnu.org>
9887
9888         * Makefile.def (bfd, opcodes, libstdc++-v3, libmudflap): Set lib_path.
9889         * Makefile.tpl (SET_LIB_PATH, REALLY_SET_LIB_PATH): Remove.
9890         (HOST_EXPORTS, STAGE_HOST_EXPORTS, TARGET_EXPORTS): Set RPATH_ENVVAR.
9891         (HOST_LIB_PATH): Generate from Makefile.def.
9892         (TARGET_LIB_PATH): Likewise.
9893         (Old bootstrap targets): Include TARGET_LIB_PATH into RPATH_ENVVAR.
9894         * Makefile.in: Regenerate.
9895         * configure.in (set_lib_path, SET_LIB_PATH, SET_GCC_LIB_PATH): Remove.
9896         (RPATH_ENVVAR): Include Darwin case.
9897         * configure: Regenerate.
9898
9899 2005-03-29  Thomas Fitzsimmons  <fitzsim@redhat.com>
9900
9901         * MAINTAINERS (Various Maintainers): Remove self.
9902         (Write After Approval): Add self.
9903
9904 2005-03-26  Thomas Fitzsimmons  <fitzsim@redhat.com>
9905
9906         * MAINTAINERS (Various Maintainers): Add self.
9907
9908 2005-03-25  Paolo Bonzini  <bonzini@gnu.org>
9909
9910         * configure.in (RPATH_ENVVAR): Set to DYLD_LIBRARY_PATH on Darwin.
9911         * configure: Regenerate.
9912
9913 2005-03-21  Zack Weinberg  <zack@codesourcery.com>
9914
9915         * Makefile.def: Remove libstdcxx_incdir, libsubdir, gxx_include_dir,
9916         gcc_version, and gcc_version_trigger from set of flags to pass.
9917         * Makefile.tpl: Remove definitions of above variables.
9918         (config.status): Remove dependency on $(gcc_version_trigger).
9919         * Makefile.in: Regenerate.
9920         * configure.in: Do not reference config/gcc-version.m4 nor
9921         config/gxx-include-dir.m4.  Do not invoke TL_AC_GCC_VERSION nor
9922         TL_AC_GXX_INCLUDE_DIR.  Do not set gcc_version_trigger.
9923         * configure: Regenerate.
9924
9925 2005-03-16  Manfred Hollstein  <manfred.h@gmx.net>
9926             Andrew Pinski  <pinskia@physics.uc.edu>
9927
9928         * Makefile.tpl (check-[+module+]): Fix shell statement inside if ... fi.
9929         * Makefile.in: Regenerate.
9930
9931 2005-03-13  Feng Wang  <fengwang@nudt.edu.cn>
9932
9933         * MAINTAINERS (Write After Approval): Add myself.
9934
9935 2005-03-03  David Ayers  <d.ayers@inode.at>
9936
9937         * MAINTAINERS (Write After Approval): Add myself.
9938
9939 2005-03-01  Alexandre Oliva  <aoliva@redhat.com>
9940
9941         PR libgcj/20160
9942         * ltmain.sh: Avoid creating archives with components that have
9943         duplicate basenames.
9944
9945 2005-02-28  Andrew Pinski  <pinskia@physics.uc.edu>
9946
9947         PR bootstrap/20250
9948         * Makefile.tpl (HOST target installs): Fix copy and pasto, use install
9949         instead of check.
9950         * Makefile.in: Regenerate.
9951
9952 2005-02-28  Paolo Bonzini  <bonzini@gnu.org>
9953
9954         * Makefile.in: Regenerate to fix conflict between the previous two
9955         patches.
9956
9957 2005-02-28  Paolo Bonzini  <bonzini@gnu.org>
9958
9959         PR bootstrap/17383
9960         * Makefile.def (target_modules): Remove "stage", now unnecessary.
9961         * Makefile.tpl (HOST_SUBDIR): New substitution.
9962         (STAGE_HOST_EXPORTS, EXPECT, HOST_LIB_PATH, USUAL_AR_FOR_TARGET,
9963         USUAL_AS_FOR_TARGET, USUAL_DLLTOOL_FOR_TARGET, USUAL_GCC_FOR_TARGET,
9964         USUAL_LD_FOR_TARGET, USUAL_NM_FOR_TARGET, USUAL_OBJDUMP_FOR_TARGET,
9965         USUAL_RANLIB_FOR_TARGET, USUAL_WINDRES_FOR_TARGET): Use it.
9966         (Host modules, Bootstrapped modules): Use it.
9967         (Build modules, Target modules): Do not create symlink trees,
9968         always configure out-of-srcdir.
9969         (distclean): Try removing $(host_subdir) with rm before using rm -rf.
9970         * configure.in (FLAGS_FOR_TARGET, CC_FOR_TARGET, GCJ_FOR_TARGET,
9971         GFORTRAN_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET): Use
9972         $(HOST_SUBDIR).  Create a symlink for host_subdir.
9973
9974         * Makefile.in: Regenerate.
9975         * configure: Regenerate.
9976
9977 2005-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
9978
9979         Merged from libada-gnattools-branch:
9980         2004-11-28  Nathanael Nerode  <neroden@gcc.gnu.org>
9981
9982         * gnattools: New directory.
9983         * Makefile.def: Add gnattools as a module, depending on target-libada.
9984         * Makefile.in: Regenerate.
9985         * configure.in: Include gnattools in host_tools; disable it if ada
9986         is disabled.
9987         * configure: Regenerate.
9988
9989 2005-02-24  James A. Morrison  <phython@gcc.gnu.org>
9990
9991         * MAINTAINERS (Language Front Ends Maintainers): Add myself as
9992         treelang maintainer.
9993         (Write After Approval): Remove myself.
9994
9995 2005-02-23  Paul Schlie  <schlie@comcast.net>
9996
9997         * configure.in: Allow darwin targeted ports to build tk, itcl and
9998         libgui.
9999         * configure: Regenerate.
10000
10001 2005-02-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
10002
10003         PR libgcj/10353
10004         * configure.in (noconfigdirs) <sparc-*-solaris2.[0-6]>: Add libgcj.
10005         * configure: Regenerate.
10006
10007 2005-02-18  Steven G. Kargl  <kargl@gcc.gnu.org>
10008
10009         * MAINTAINERS (Write After Approval): Add myself.
10010
10011 2005-02-10  Ian Lance Taylor  <ian@airs.com>
10012
10013         * MAINTAINERS: Update my e-mail address.
10014
10015 2005-02-02  Richard Guenther  <rguenth@gcc.gnu.org>
10016
10017         * MAINTAINERS (Write After Approval): Add myself.
10018
10019 2005-01-29  Hans-Peter Nilsson  <hp@axis.com>
10020
10021         * configure.in (noconfigdirs) <crisv32-*-*>: Match like cris-*-*.
10022         <crisv32-*-*, cris-*-*>: Only disable target-newlib and
10023         target-libgloss when not *-*-elf and *-*-aout.
10024         * configure: Regenerate.
10025
10026 2005-01-23  Kazu Hirata  <kazu@cs.umass.edu>
10027
10028         * MAINTAINERS: Remove obsolete entries.
10029
10030         * MAINTAINERS (Write After Approval): Add Michael Matz.
10031
10032 2005-01-19  Neil Booth  <neil@daikokuya.co.uk>
10033
10034         * MAINTAINERS: Remove self as cpplib maintainer.
10035
10036 2005-01-17  Kelley Cook  <kcook@gcc.gnu.org>
10037
10038         * install-sh, config.sub: Import from upstream.
10039
10040 2005-01-17  Kelley Cook  <kcook@gcc.gnu.org>
10041
10042         PR bootstrap/18222
10043         * Makefile.def: Pass CPPFLAGS_FOR_TARGET.
10044         * Makefile.tpl: Define target CPPFLAGS on CPPFLAGS_FOR_TARGET.
10045         * Makefile.in: Regenerate.
10046
10047 2005-01-16  Jason Thorpe  <thorpej@netbsd.org>
10048
10049         * MAINTAINERS: Update my email address.
10050
10051 2005-01-12  David Edelsohn  <edelsohn@gnu.org>
10052             Andreas Schwab  <schwab@suse.de>
10053
10054         PR bootstrap/18033
10055         * config-ml.in: Eval option if surrounded by single quotes.
10056
10057 2005-01-03  Paolo Bonzini  <bonzini@gnu.org>
10058
10059         Revert 2004-12-28 Makefile changes, a better fix will be
10060         applied to mainline and src after GCC 4.0 branches.
10061
10062 2004-12-28  Paolo Bonzini  <bonzini@gnu.org>
10063
10064         PR bootstrap/17383
10065
10066         * Makefile.def (target_modules): Remove stage parameter,
10067         it is always true now.
10068         * Makefile.tpl (configure-build-[+module+],
10069         configure-target-[+module+]): Always build symlink tree
10070         for the directory and for include.  BUILD_SUBDIR and
10071         TARGET_SUBDIR cannot be . anymore.
10072         * Makefile.in: Regenerate.
10073
10074 2004-12-25  David Edelsohn  <edelsohn@gnu.org>
10075
10076         Revert 2004-12-08 Makefile changes.
10077
10078 2004-12-17  Danny Smith  <dannysmith@users.sourceforge.net>
10079
10080         * MAINTAINERS: Move myself to OS Port Maintainers for windows,
10081         cygwin, mingw.
10082
10083 2004-12-16  Andrew Stubbs  <andrew.stubbs@st.com>
10084
10085         * configure.in (sh64-*-*): Reenable gprof.
10086         * configure: Regenerate.
10087
10088 2004-12-08  David Edelsohn  <edelsohn@gnu.org>
10089
10090         * Makefile.def (flags_to_pass): Add PICFLAG_FOR_TARGET.
10091         * Makefile.tpl (EXTRA_HOST_FLAGS): Add PICFLAG.
10092         (EXTRA_TARGET_FLAGS): Add PICFLAG.
10093         * Makefile.in: Regenerate.
10094
10095 2004-12-08  Christopher Faylor  <cgf@gcc.gnu.org>
10096
10097         * MAINTAINERS: Update my email address.
10098
10099 2004-12-07  Matt Kraai  <kraai@ftbfs.org>
10100
10101         * Makefile.tpl: Generate normal dependencies if the LHS module is
10102         not bootstrapped.
10103         * Makefile.in: Regenerate.
10104
10105 2004-12-03  Richard Sandiford  <rsandifo@redhat.com>
10106
10107         * configure.in: Include config/gxx-include-dir.m4.  Use
10108         TL_AC_GXX_INCLUDE_DIR.  Remove some now-redundant AC_SUBSTs.
10109         * configure: Regenerate.
10110
10111 2004-12-03  Richard Sandiford  <rsandifo@redhat.com>
10112
10113         * config.if: Delete.
10114         * configure.in: Set libstdcxx_incdir directly.
10115         * configure: Regenerate.
10116
10117 2004-12-02  Eric Christopher  <echristo@redhat.com>
10118
10119         * Makefile.tpl (clean-target-libgcc): Make change in correct place.
10120         * Makefile.in: Regenerate.
10121
10122 2004-12-02  Richard Sandiford  <rsandifo@redhat.com>
10123
10124         * configure.in: Clear gcc_version_trigger if the file doesn't exist.
10125         * configure: Regenerate.
10126
10127 2004-12-02  Richard Sandiford  <rsandifo@redhat.com>
10128
10129         * configure.in: Include config/gcc-version.m4.  Use TL_AC_GCC_VERSION
10130         to set gcc_version_trigger.  Remove some now-redundant AC_SUBSTs.
10131         * configure: Regenerate.
10132
10133 2004-12-01  Eric Christopher  <echristo@redhat.com>
10134
10135         * Makefile.in (clean-target-libgcc): Add stmp-dirs to list
10136         of things to remove.
10137
10138 2004-11-29  Matt Kraai  <kraai@ftbfs.org>
10139
10140         * MAINTAINERS (Write After Approval): Update my e-mail address.
10141
10142 2004-11-29  Kelley Cook  <kcook@gcc.gnu.org>
10143
10144         * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Re-import linux-gnu case
10145         from CVS libtool to always pass_all.
10146
10147 2004-11-25  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
10148
10149         * configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs.
10150         (hppa*64*-*-*): Delete incorrect comment.
10151         * configure: Rebuilt.
10152
10153 2004-11-24  Kelley Cook  <kcook@gcc.gnu.org>
10154
10155         * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Revert previous change.
10156
10157 2004-11-24  Kelley Cook  <kcook@gcc.gnu.org>
10158
10159         * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Import linux-gnu case
10160         from CVS libtool to always pass_all.
10161
10162 2004-11-15  Kelley Cook  <kcook@gcc.gnu.org>
10163
10164         * install-sh, compile: Import from automake.
10165
10166 2004-11-15  Kelley Cook  <kcook@gcc.gnu.org>
10167
10168         * config.guess, config.sub:  Import from savannnah.
10169
10170 2004-11-12  Scott Robert Ladd  <scott.ladd@coyotegulch.com>
10171
10172         * MAINTAINERS (Write After Approval): Add myself
10173
10174 2004-11-12  Mike Stump  <mrs@apple.com>
10175
10176         * Makefile.def: Add html support.
10177         * Makefile.tpl: Likewise.
10178         * Makefile.in: Regenerate.
10179
10180 2004-11-11  Geoffrey Keating  <geoffk@apple.com>
10181
10182         PR 18423
10183         * configure.in: Remove all instances of build-fixincludes from
10184         noconfigdirs.
10185         (build_configargs): Supply --target to subdirectories.
10186         * configure: Regenerate.
10187
10188         * Makefile.def: Make gcc install depend on fixincludes install.
10189         * Makefile.in: Regenerate.
10190
10191 2004-11-10  Janis Johnson  <janis187@us.ibm.com>
10192
10193         * MAINTAINERS: Add myself as gcc testsuite maintainer.
10194
10195 2004-11-11  Paul Brook  <paul@codesourcery.com>
10196
10197         * MAINTAINERS: Add self as arm maintainer.  Update email address.
10198
10199 2004-11-08  Hans-Peter Nilsson  <hp@bitrange.com>
10200
10201         * configure.in (noconfigdirs) [mmix-*-*]: Disable
10202         target-libgfortran.
10203         * configure: Regenerate.
10204
10205 2004-11-07  David Edelsohn  <edelsohn@gnu.org>
10206
10207         * config-ml.in: Pass FCFLAGS for multilibs, handle GFORTRAN
10208         like CC.
10209
10210 2004-11-05  Paolo Bonzini  <bonzini@gnu.org>
10211
10212         * Makefile.def (host fixincludes): Specify missing targets.
10213         * Makefile.in: Regenerate.
10214
10215 2004-11-05  Ralf Corsepius  <ralf.corsepius@rtems.org>
10216
10217         * MAINTAINERS: Add myself
10218
10219 2004-11-05  Gabor Loki  <loki@inf.u-szeged.hu>
10220
10221         * MAINTAINERS (Write After Approval): Add myself.
10222
10223 2004-11-04  Geoffrey Keating  <geoffk@apple.com>
10224
10225         * Makefile.def: Build fixincludes for the host, too.
10226         * Makefile.in: Regenerate.
10227         * configure.in (host_tools): Add fixincludes.
10228         * configure: Regenerate.
10229
10230 2004-11-04  Daniel Jacobowitz  <dan@debian.org>
10231
10232         * configure.in (arm-*-oabi*, thumb-*-oabi*): Remove.
10233         * configure: Regenerated.
10234
10235 2004-11-04  H.J. Lu  <hongjiu.lu@intel.com>
10236
10237         PR other/17783
10238         * configure.in: Set up LD_LIBRARY_PATH by default for gcc.
10239         * configure: Regenerated.
10240
10241 2004-10-31  Mark Mitchell  <mark@codesourcery.com>
10242
10243         * README.SCO: Update per FSF instructions.
10244
10245 2004-10-28  Eric B. Weddington  <ericw@evcohs.com>
10246
10247         PR target/18151
10248         * configure.in (case ${target}): Do not build fixincludes for avr.
10249         * configure: Regenerated.
10250
10251 2004-10-26  Paolo Bonzini  <bonzini@gnu.org>
10252
10253         * configure.in (case ${target}): Do not build fixincludes
10254         on platforms where it is not used.
10255         * configure: Regenerated.
10256
10257 2004-10-23  Daniel Jacobowitz  <dan@debian.org>
10258
10259         * configure.in: Use an absolute path to install-sh.
10260         * configure: Regenerated.
10261
10262 2004-10-19  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
10263
10264         * MAINTAINERS (Write After Approval): Add myself.
10265
10266 2004-10-19  Kazu Hirata  <kazu@cs.umass.edu>
10267
10268         * MAINTAINERS: Remove from Write After Approval those that are
10269         already maintainers.
10270
10271 2004-10-19  Sebastian Pop  <pop@cri.ensmp.fr>
10272
10273         * MAINTAINERS:  Update my email address.
10274
10275 2004-10-12  Kelley Cook  <kcook@gcc.gnu.org>
10276
10277         * configure.in (*-*-cygwin*): Supress warning if newlib not present.
10278         * configure: Regenerate.
10279
10280 2004-10-07  J"orn Rennecke  <joern.rennecke@st.com>
10281
10282         * MAINTAINERS:  Update my email address.
10283
10284 2004-10-07  Kazu Hirata  <kazu@cs.umass.edu>
10285
10286         * MAINTAINERS (Language Front Ends Maintainers): New.  Move
10287         entries belonging to this category.
10288
10289 2004-10-06  Josef Zlomek  <josef.zlomek@email.cz>
10290
10291         * MAINTAINERS: Update my e-mail address.
10292
10293 2004-10-06  Paolo Bonzini  <bonzini@gnu.org>
10294
10295         Fix wrong conflict resolution in:
10296
10297         2004-08-16  Paolo Bonzini  <bonzini@gnu.org>
10298
10299         * Makefile.in: Regenerate.
10300         * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
10301         in the recursive `make', instead of hardwiring `all'.
10302         (Autogenerated TARGET-* variables): New.
10303
10304 2004-10-05  Tomer Levi  <Tomer.Levi@nsc.com>
10305
10306         * configure.in: Enable target-libgloss for crx-*-*.
10307         * configure: Regenerate.
10308
10309 2004-10-04  Kazu Hirata  <kazu@cs.umass.edu>
10310
10311         * MAINTAINERS (Various Maintainers): Move the "windows,
10312         cygwin, mingw" maintainer to ...
10313         (OS Port Maintainers): ... here.
10314
10315 2004-10-04  Kazu Hirata  <kazu@cs.umass.edu>
10316
10317         * MAINTAINERS (Write After Approval): Remove those that are
10318         maintainers of some subsystem.
10319
10320 2004-10-02  P.J. Darcy  <darcypj@us.ibm.com>
10321
10322         * ltcf-c.sh (tpf*): Add ld_shlibs=yes.
10323         * ltcf-cxx.sh (tpf*): Likewise.
10324         * ltconfig (tpf*): Add TPF OS configuration support.
10325
10326 2004-10-01  Bernd Schmidt  <bernds_cb1@t-online.de>
10327
10328         * MAINTAINERS: Change my email address to my new work account.
10329
10330 2004-09-24  Michael Roth  <mroth@nessie.de>
10331
10332         * configure.in (--without-headers): Add missing double quotes.
10333         * configure: Regenerate.
10334
10335 2004-09-24  Kelley Cook  <kcook@gcc.gnu.org>
10336
10337         * ylwrap: Revert to previous version.
10338
10339 2004-09-23  H.J. Lu  <hongjiu.lu@intel.com>
10340
10341         PR bootstrap/17369
10342         * Makefile.tpl (REALLY_SET_LIB_PATH): Add @SET_GCC_LIB_PATH@.
10343         (HOST_EXPORTS]): Add @SET_GCC_LIB_PATH@. Set and export
10344         SET_GCC_LIB_PATH_CMD.
10345         (BASE_TARGET_EXPORTS): Likewise.
10346         * Makefile.in: Regenerated.
10347
10348         * configure.in (SET_GCC_LIB_PATH): Set and substitute.
10349         * configure: Regenerated.
10350
10351 2004-09-23  Kelley Cook  <kcook@gcc.gnu.org>
10352
10353         * config.guess: New upstream version
10354         * compile, depcomp, install-sh, ylwrap: Likewise.
10355
10356 2004-09-19  Roger Sayle  <roger@eyesopen.com>
10357
10358         * config/mh-x86omitfp: New host makefile fragment.  Add
10359         -fomit-frame-pointer to the default BOOT_CFLAGS.
10360         * configure.in: Use it to speed up bootstrap on some IA-32 hosts.
10361         * configure: Regenerate.
10362
10363 2004-09-15  Andrew Pinski  <pinskia@physics.uc.edu>
10364
10365         PR target/11572
10366         * configure.in (*-*-darwin*): Renable libobjc.
10367         * configure: Regenerate.
10368
10369 2004-09-10  Nathan Sidwell  <nathan@codesourcery.com>
10370
10371         * MAINTAINERS: Add self as c++ and type-safe vector maintainer.
10372
10373 2004-09-09  Daniel Berlin  <dberlin@dberlin.org>
10374
10375         * Makefile.def: Remove libbanshee.
10376         * Makefile.tpl: Ditto.
10377         * configure.in: Ditto.
10378         * Makefile.in: Regen.
10379         * configure: Ditto.
10380
10381 2004-09-08  David Edelsohn  <edelsohn@gnu.org>
10382
10383         * ltmain.sh: Use $pic_object as $non_pic_object if
10384         $non_pic_object=none.
10385
10386 2004-09-07  Paolo Bonzini  <bonzini@gnu.org>
10387
10388         * missing: Import latest version from master repository.
10389
10390 2004-09-06  Nick Clifton  <nickc@redhat.com>
10391
10392         * config.sub: Import latest version from master repository.
10393         * config.guess: Likewise.
10394         This includes these changes:
10395
10396         2004-08-27  Hans-Peter Nilsson  <hp@axis.com>
10397
10398         * config.sub: Handle crisv32, alias etraxfs.
10399         * config.guess (crisv32:Linux:*:*): Handle.
10400
10401         2004-08-13  Brad Smith  <brad@comstyle.com>
10402
10403         * config.guess (*:OpenBSD:*:*): Remove defunct MIPS machines.
10404         (sgi:OpenBSD:*:*): Emit mips64, not mipseb.
10405
10406         2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
10407
10408         * config.guess (*:Darwin:*:*): If uname -p reports "unknown",
10409         assume the processor is a powerpc.  This is because coreutils
10410         uname (at least versions 4.5.7 through 5.2.1) outputs "unknown"
10411         in this case, due to a MacOS X bug that causes
10412         sysctl ((int[]) {CTL_HW, HW_MACHINE_ARCH}, 2, buffer, &bufsize, 0, 0)
10413         to return a negative number.
10414         Problem reported by Petter Reinholdtsen in:
10415         http://lists.gnu.org/archive/html/bug-gnu-utils/2003-02/msg00201.html
10416
10417         2004-07-19  Ben Elliston  <bje@gnu.org>
10418
10419         * config.guess (S7501:*:4.0:3.0): Handle NCR System V UNIX machine.
10420
10421         2004-06-24  Ben Elliston  <bje@gnu.org>
10422
10423         * config.guess: Update copyright years.
10424         * config.sub: Likewise.
10425
10426         2004-06-22  Robert Millan  <robertmh@gnu.org>
10427
10428         * config.guess (*:FreeBSD:*:*): Remove check for glibc (unneeded
10429         since GNU/kFreeBSD systems match *:GNU/*:*:* instead).
10430
10431         2004-06-22  Stanley F. Quayle <stan@stanq.com>
10432
10433         * config.guess (*:*VMS:*:*): New entry. Replaces
10434         Alpha:OpenVMS:*. Recognize and advertise all VMS flavors as dec
10435         manufacturer.
10436
10437         2004-06-22  Ben Elliston  <bje@gnu.org>
10438
10439         * config.guess: Cray fixes from Wendy Palm <wendyp@cray.com>.
10440         * config.sub: Likewise.
10441
10442         2004-06-22  Ben Elliston  <bje@gnu.org>
10443
10444         Reported by Hans-Peter Nilsson <hp@bitrange.com>:
10445         * config.sub: Correctly handle mmix-knuth and mmix-knuth-mmixware.
10446
10447         2004-06-11  Ben Elliston  <bje@gnu.org>
10448
10449         * config.guess (pegasos:OpenBSD:*:*): Remove.
10450
10451         2004-06-11  Ben Elliston  <bje@gnu.org>
10452
10453         From Wouter Verhelst <wouter@grep.be>:
10454         * config.guess (M68*:*:R3V[5678]:*): Detect R3V8.
10455
10456         2004-06-11  Ben Elliston  <bje@gnu.org>
10457
10458         * config.guess (luna88k:OpenBSD:*:*): New.
10459
10460         2004-03-12  Kazuhiro Inaoka  <inaoka.kazuhiro@renesas.com>
10461
10462         * config.guess (m32r*:Linux:*:*): New case.
10463         * config.sub: Handle m32rle.
10464
10465         2004-03-12  Ben Elliston  <bje@wasabisystems.com>
10466
10467         From Jens Petersen  <petersen@redhat.com>:
10468         * config.sub: Handle sparcv8.
10469
10470         2004-03-03  Ben Elliston  <bje@wasabisystems.com>
10471
10472         From Tom Smith <smith@cag.lkg.hp.com>:
10473         * config.guess: Version suffixes are equally significant on Tru64
10474         V4.* and V5.*, so do not ignore them on V5.*.  Handle a version
10475         prefix of "P" (patched kernel).
10476
10477         2004-02-23  Tal Agmon  <Tal.Agmon@nsc.com>
10478
10479         * config.sub: Add support for National Semiconductor CRX target.
10480
10481 2004-09-03  Janis Johnson  <janis187@us.ibm.com>
10482
10483         * MAINTAINERS (Various Maintainers): Remove myself as web page
10484         maintainer, add myself as maintainer of build status lists.
10485
10486 2004-09-03  Jan Beulich  <jbeulich@novell.com>
10487
10488         * configure.in: Remove target-libstdc++-v3 from noconfigdirs for
10489         *-*-netware, but add target-libmudflap.
10490         Consolidate *-*-netware targets (of which really only i?86 exists)
10491         into a single entry.
10492         * configure: Likewise.
10493
10494 2004-09-01  Paolo Bonzini  <bonzini@gnu.org>
10495
10496         * Makefile.tpl (sorry): Remove.
10497         (clean-stage[+id+], clean-stage[+id+]-module): New targets.
10498         (cleanstrap targets): Depend on distclean, not distclean-stage1.
10499         (do-clean): Clean per-stage directories too.
10500         (do-distclean): Run distclean-stage1 too.
10501         (.NOTPARALLEL): Enable during toplevel bootstrap.
10502         (stage[+id+]-bubble): Enable parallel execution during
10503         the recursive invocation.
10504         * Makefile.in: Regenerate.
10505
10506         Fix previous checkin:
10507
10508         * Makefile.tpl: Move BOOT_CFLAGS above host makefile fragment
10509         include.
10510         * configure.in: Fix indentation.
10511         * configure: Regenerate.
10512
10513 2004-08-31  Robert Bowdidge  <bowdidge@apple.com>
10514
10515         * Makefile.in: Move BOOT_CFLAGS above host makefile fragment include.
10516         * configure.in: add test for powerpc-*-darwin* to specify makefile frag
10517         * configure: regenerate
10518         * config/mh-ppc-darwin: create file, override BOOT_CFLAGS for
10519         -mdynamic-no-pic
10520
10521 2004-08-31  Paolo Bonzini  <bonzini@gnu.org>
10522
10523         * Makefile.def (build_modules): Add fixincludes.
10524         (dependencies): Make gcc depend on fixincludes.
10525         * configure.in (build_tools): Add fixincludes.
10526         (build_configdirs): Always include build_libs.
10527         * Makefile.in: Regenerate.
10528         * configure: Regenerate.
10529
10530 2004-08-30  Paolo Bonzini  <bonzini@gnu.org>
10531
10532         * Makefile.def (bootstrap stages): Add 'lean' parameter.
10533         * Makefile.tpl (configure-stageN-*, all-stageN-*): Turned into
10534         phony targets; do not generate timestamp files.
10535         (distclean-stageN): Remove references to their timestamp files.
10536         (restageN, touch-stageN): Remove.
10537         (stageN-bubble): Rewritten.
10538         (compare): Support lean bootstraps.
10539         * Makefile.in: Regenerate.
10540
10541         * configure.in: Only warn when bootstrapping but
10542         build != host or build != target.  Support lean bootstraps.
10543         * configure: Regenerate.
10544
10545 2004-08-26  Phil Edwards  <phil@codesourcery.com>
10546
10547         * configure.in:  Give a better error message if GMP/MPFR are missing
10548         and a language needing them has been requested.
10549         * configure:  Regenerated.
10550
10551 2004-08-25  Phil Edwards  <phil@codesourcery.com>
10552
10553         * configure.in:  Print a list of available language front-ends if
10554         a requested one is missing.  Tidy stray tab characters.
10555         * configure:  Regenerated.
10556
10557 2004-08-19  Michael Koch  <konqueror@gmx.de>
10558
10559         * gcc/doc/install.texi: Update entry about automake for libjava.
10560
10561 2004-08-17  Robert Millan  <robertmh@gnu.org>
10562
10563         * configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux
10564         (instead of FreeBSD).
10565         * configure: Regenerate.
10566
10567 2004-08-16  Paolo Bonzini  <bonzini@gnu.org>
10568
10569         * Makefile.in: Regenerate.
10570         * configure: Regenerate.
10571
10572         * Makefile.def (bootstrap-stage): Rename extra_*_flags to
10573         stage_*_flags.
10574         * Makefile.tpl (configure-[+module+], all-[+module+]): Exit
10575         for bootstrapped modules if toplevel bootstrap is going.
10576         (GCC bootstrap): Generate per-stage targets for all bootstrapped
10577         modules.  Adjust for changes in Makefile.def.  Enable several
10578         rules even in non-bootstrap mode, just to avoid peppering the
10579         template with unnecessary "@if/@endif gcc-bootstrap" pairs.
10580         (stage-[+prev+]-bubble): Remove.
10581
10582         * Makefile.def (Dependencies): Depend on all-build-bison,
10583         all-build-flex, all-build-byacc, all-build-texinfo, rather
10584         than the host variations.
10585         * Makefile.tpl (BUILD_DIR_PREFIX): Remove.  Replace throughout
10586         with BUILD_SUBDIR.
10587         (BISON): Update for recent Bisons.
10588         (YACC): Fix typo.
10589         (cross): Depend on all-build.
10590         (all): Do not depend on all-build.
10591         (prebootstrap): Remove.
10592         (dep-kind): Accept separate prefixes for MODULE and ON variables.
10593         (Prebootstrap dependencies): Add them to the per-stage targets
10594         and to all-prebootstrap.
10595         * configure.in (build_configdirs): Always enable build_tools.
10596         (BUILD_DIR_PREFIX): Remove.
10597
10598         * Makefile.def (gcc): Add target variable.
10599         (gdb, expect, guile, tk, tix): Replace with_x with extra_make_flags.
10600         * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
10601         in the recursive `make', instead of hardwiring `all'.
10602         (Autogenerated TARGET-* variables): New.
10603
10604 2004-08-13  Brian Booth  <bbooth@redhat.com>
10605
10606         * MAINTAINERS: Remove myself from write-after-approval.
10607
10608 2004-08-12  Nathanael Nerode  <neroden@gcc.gnu.org>
10609
10610         * src-release: Stop distributing mmalloc with gdb (which doesn't
10611         use it).
10612         * Makefile.def: GDB doesn't depend on mmalloc anymore.
10613         * Makefile.in: Regenerate.
10614
10615 2004-08-09  Mark Mitchell  <mark@codesourcery.com>
10616
10617         * configure.in (arm*-*-eabi*): New target.
10618         * configure: Regenerate.
10619
10620 2004-08-06  Paolo Bonzini  <bonzini@gnu.org>
10621
10622         * Makefile.def (bfd, opcodes, gcc, zlib): Mark as bootstrap module.
10623         (bison, byacc, flex, texinfo): Do not mark as bootstrap module.
10624         (Dependencies): New section.
10625         * Makefile.tpl (Dependencies): Generate from Makefile.def.
10626         (configure-target-[+module+]): Depend on maybe-all-gcc
10627         (all-prebootstrap): New name of all-bootstrap.  Changed throughout.
10628         (toplevel profiledbootstrap): Fix dependencies.
10629         * Makefile.in: Regenerate.
10630
10631 2004-08-03  Mark Mitchell  <mark@codesourcery.com>
10632
10633         * configure.in (arm*-*-symbianelf*): Add ${libgcj} and
10634         target-libiberty to noconfigdirs.
10635         * configure: Regenerate.
10636
10637 2004-08-03  Paul Brook  <paul@codesourcery.com>
10638
10639         * configure.in: Check for MPFR as well as GMP.
10640         * configure: Regenerate.
10641
10642 2004-08-01  Robert Millan  <robertmh@gnu.org>
10643
10644         * configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable
10645         libmudflap for all GNU-based systems (with Glibc).
10646         * configure: Regenerate.
10647
10648 2004-08-03  Paolo Bonzini  <bonzini@gnu.org>
10649
10650         * Makefile.def (host-modules): Add gcc.
10651         * Makefile.in: Regenerate.
10652         * Makefile.tpl (sorry): New rule.
10653         (configure-host, all-host, [+make_target+]-host, do-check,
10654         install-host): Do not add gcc as a special case.
10655         (host modules): Add a small special-casing for gcc.  Export
10656         extra_make_flags through the environment.
10657         (maybe-configure-gcc, configure-gcc, maybe-all-gcc, all-gcc,
10658         maybe-check-gcc, check-gcc, maybe-install-gcc, install-gcc,
10659         other recursive targets for gcc): Remove.
10660
10661         (all, do-[+make_target+], do-check): Wrap between unstage and stage.
10662         (stage, unstage): New rules.
10663         (stage[+id+]-start, stage[+id+]-end, [+compare-target+],
10664         distclean-stage[+id+]): Use stage_current.
10665         ([+bootstrap-target+], profiledbootstrap): Do not invoke manually
10666         the stage*-start rules.
10667
10668 2004-08-02  Geoffrey Keating  <geoffk@apple.com>
10669
10670         * ltcf-cxx.sh: On Darwin, make archive multi-module, and don't
10671         use -all_load flag.
10672
10673 2004-08-02  Paolo Bonzini  <bonzini@gnu.org>
10674
10675         * configure.in: Sync from src, add noconfigdirs for crx-*-*.
10676         * configure: Regenerate.
10677
10678 2004-07-16  Toon Moene  <toon@moene.indiv.nluug.nl>
10679
10680         * maintainer-scripts/gcc_release: Revert yesterday's change.
10681
10682 2004-07-16  Segher Boessenkool  <segher@kernel.crashing.org>
10683
10684         * MAINTAINERS: Add myself to write-after-approval.
10685
10686 2004-07-15  Toon Moene  <toon@moene.indiv.nluug.nl>
10687
10688         * libf2c: Removed.
10689         * gcc/gccbug.in: Updated because of libf2c removal.
10690         * maintainer-scripts/gcc_release: Ditto.
10691
10692 2004-07-09  Loren J. Rittle  <ljrittle@acm.org>
10693
10694         * configure.in: Build libmudflap by default on FreeBSD.
10695         * configure: Regenerated.
10696
10697 2004-07-09  Mark Mitchell  <mark@codesourcery.com>
10698
10699         * configure.in: Do not build libmudflap by default on non-GNU/Linux
10700         systems.
10701         * configure: Regenerated.
10702
10703 2004-07-08  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
10704
10705         PR target/16344
10706         * Makefile.tpl (profiledbootstrap): Build runtime libraries with
10707         feedback based compiler.
10708         * Makefile.in: Rebuilt.
10709
10710 2004-07-08  Alexandre Oliva  <aoliva@redhat.com>
10711
10712         * Makefile.def (host_modules): Set bootstrap=true for flex.
10713         * Makefile.tpl (all-gcc): Depend on texinfo and flex.
10714         * Makefile.in: Rebuilt.
10715
10716 2004-07-07  Jan Hubicka  <jh@suse.cz>
10717
10718         * MAINTAINERS: Add self as a profile feedback maintainer.
10719
10720 2004-07-05  Phil Edwards  <phil@codesourcery.com>
10721
10722         * configure.in:  Do not prepend $srcdir to /dev/null in
10723         makefile fragments.
10724         * configure:  Regenerate.
10725
10726 2004-07-01  Paolo Bonzini  <bonzini@gnu.org>
10727
10728         * Makefile.def (build_modules): Add bison, byacc, flex,
10729         m4, texinfo.
10730         (flags_to_pass): Add FLEX.
10731         * Makefile.tpl (BUILD_DIR_PREFIX, BASE_EXPORTS): New.
10732         (BUILD_EXPORTS, HOST_EXPORTS, BASE_TARGET_EXPORTS): Include it.
10733         (DEFAULT_YACC, USUAL_YACC, DEFAULT_LEX, USUAL_LEX, DEFAULT_M4,
10734         DEFAULT_MAKEINFO): Remove.
10735         (CONFIGURED_YACC, CONFIGURED_FLEX, CONFIGURED_BISON,
10736         CONFIGURED_LEX, CONFIGURED_M4, CONFIGURED_MAKEINFO): Substitute.
10737         (YACC, FLEX, BISON, LEX, M4, MAKEINFO): Define to look into
10738         objdir or else use configured tool.
10739         (all-build): New.
10740         (all): Depend on it.
10741         (Build module dependencies): Add.
10742         * Makefile.in: Regenerate.
10743         * configure.in: Better support for multiple build modules,
10744         matching what is done for host/target modules.  Do not look
10745         for "plausible" locations of build tools if Canadian cross.
10746         Use autoconf's AC_PROG_CC to find a C compiler.  Define
10747         BUILD_DIR_PREFIX.  Look for flex, makeinfo and m4.
10748         * configure: Regenerate.
10749
10750 2004-06-22  Paolo Bonzini  <bonzini@gnu.org>
10751
10752         * Makefile.tpl (HOST_EXPORTS): Fix pasto.
10753         * Makefile.in: Regenerate.
10754
10755 2004-06-22  Paolo Bonzini  <bonzini@gnu.org>
10756
10757         * Makefile.tpl (configure-build-[+module+],
10758         configure-[+module+], configure-target-[+module+]): Pass
10759         [+extra_configure_args+].
10760         (all-build-[+module+], all-[+module+], check-[+module+],
10761         install-[+module+], [+make_target+]-[+module+],
10762         all-target-[+module+], check-target-[+module+],
10763         install-target-[+module+], [+make_target+]-target-[+module+]):
10764         Pass [+extra_make_args+].
10765         (HOST_EXPORTS): Include the former GCC_HOST_EXPORTS.
10766         (GCC_HOST_EXPORTS): Remove.
10767         (configure-gcc, all-gcc, GCC_STRAP_TARGETS, profiledbootstrap,
10768         cross, check-gcc, check-gcc-c++, install-gcc,
10769         gcc-no-fixedincludes, [+make_target+]-gcc, stage[+id+]-bubble):
10770         Replace GCC_HOST_EXPORTS with HOST_EXPORTS.
10771         * Makefile.in: Regenerate.
10772
10773 2004-06-21  Matthew Sachs  <msachs@apple.com>
10774
10775         * MAINTAINERS: Added self to write-after-approval.
10776
10777 2004-06-21  Christopher Faylor  <cgf@alum.bu.edu>
10778
10779         * configure.in: Check for srcdir/winsup rather than build directory
10780         winsup.
10781         * configure: Regenerate.
10782
10783 2004-06-17  Corinna Vinschen  <vinschen@redhat.com>
10784
10785         * configure.in: Don't build Cygwin native newlib if winsup
10786         directory is missing.  Emit warning instead.
10787         * configure: Regenerate.
10788
10789 2004-06-09  Paolo Bonzini  <bonzini@gnu.org>
10790
10791         * Makefile.tpl (touch-stage[+id+]): New.
10792         (restage[+prev+]): Depend on touch-stage[+id+].
10793
10794         * Makefile.tpl (RECURSE_FLAGS_TO_PASS): New.
10795         Use it throughout.
10796
10797         * Makefile.def: Add profile and feedback bootstrap stages.
10798         Remove next field from bootstrap stages.
10799         * Makefile.tpl (LN, LN_S): Substitute.
10800         (stageN-start, stageN-end): Use double-colon rules, to
10801         provide a hook for additional setup commands.
10802         (distclean-stageN-gcc, restageN): Create dependencies from
10803         [+prev+], not from [+next+].
10804         (stageN-bubble): Add commands for successive stages from
10805         [+prev+], using double-colon rules.
10806         (all-stageN-gcc): Fix typo.
10807         (stagefeedback-start, profiledbootstrap): New.
10808         * Makefile.in: Regenerate.
10809         * configure.in: Call ACX_PROG_LN.
10810         * configure: Regenerate.
10811
10812 2004-06-08  Canqun Yang  <canqun@nudt.edu.cn>
10813
10814         * MAINTAINERS (Write After Approval): Add myself.
10815
10816 2004-06-03  Mark G. Adams  <mark.g.adams@sympatico.ca>
10817
10818         * MAINTAINERS (Write After Approval): Add myself.
10819
10820 2004-06-03  Paolo Bonzini  <bonzini@gnu.org>
10821
10822         * configure.in: Fix --enable-bootstrap breakage introduced in trees
10823         without gcc.
10824         * configure: Regenerate.
10825
10826 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
10827
10828         * Makefile.tpl: Fix typo.
10829         * Makefile.in: Regenerate.
10830
10831 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
10832
10833         * configure.in: Remove new- prefix from toplevel
10834         bootstrap targets.
10835         * configure: Regenerate.
10836
10837 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
10838
10839         * Makefile.tpl (all.normal): Rename to all.
10840         (all): Replace with a rule to pick the default
10841         target from configure.
10842         (all-gcc, configure-gcc): Use conditionals to
10843         do nothing when toplevel bootstrap is going on.
10844         (GCC directory bootstrap) [gcc-bootstrap]: Disable.
10845         (Toplevel bootstrap) [gcc-no-bootstrap]: Disable.
10846         * configure.in: Support --enable-bootstrap.
10847
10848         * Makefile.def: Remove new- prefix from toplevel
10849         bootstrap targets.
10850         * Makefile.tpl: Likewise.
10851
10852         * Makefile.def: Add bootstrap_stage 4.  Add bootstrap2
10853         target.
10854
10855         * Makefile.tpl (Toplevel bootstrap): Pass $(BASE_FLAGS_TO_PASS)
10856         $(RECURSE_FLAGS) to recursive invocation of make.
10857
10858         * Makefile.in: Regenerate.
10859         * configure: Regenerate.
10860
10861 2004-05-30  Andreas Jaeger  <aj@suse.de>
10862             Jim Wilson  <wilson@specifixinc.com>
10863
10864         * config-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77
10865         like CC.
10866
10867 2004-05-27  Daniel Jacobowitz  <dan@debian.org>
10868
10869         * configure.in: Fix sed invocation for GFORTRAN_FOR_TARGET.
10870         * configure: Regenerate.
10871
10872 2004-05-25  Daniel Jacobowitz  <drow@false.org>
10873
10874         * Makefile.tpl (BUILD_EXPORTS, HOST_EXPORTS, GCC_HOST_EXPORTS)
10875         (STAGE_HOST_EXPORTS, BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS)
10876         (NORMAL_TARGET_EXPORTS): New macros.  Use them in all the recursive
10877         targets.
10878         * Makefile.in: Regenerate.
10879
10880 2004-05-24  Paolo Bonzini  <bonzini@gnu.org>
10881
10882         * configure.in: Test the ability to symlink directories.
10883         * configure: Regenerate.
10884
10885         * Makefile.def (bootstrap-stage): New definitions.
10886         * Makefile.tpl (configure-stage1-gcc,
10887         configure-stage2-gcc, configure-stage3-gcc,
10888         all-stage1-gcc, all-stage2-gcc, all-stage3-gcc,
10889         new-bootstrap, new-cleanstrap, new-restage1, new-restage2,
10890         new-restage3, compare): Autogenerate, see Makefile.in
10891         entry for behavioral changes.
10892         (distclean-stage1, new-stage1-start, new-stage1-end,
10893         new-stage1-bubble, distclean-stage2, new-stage2-start,
10894         new-stage2-end, new-stage2-bubble, distclean-stage3,
10895         new-stage3-start, new-stage3-end): New autogenerated targets.
10896         (objext, prebootstrap, BOOT_CFLAGS,
10897         POSTSTAGE1_FLAGS_TO_PASS): Move above the autogenerated
10898         targets.
10899
10900         * Makefile.in: Regenerate.
10901         (distclean-stage1, new-stage1-start, new-stage1-end,
10902         new-stage1-bubble, distclean-stage2, new-stage2-start,
10903         new-stage2-end, new-stage2-bubble, distclean-stage3,
10904         new-stage3-start, new-stage3-end): New targets.
10905         (all-stage1-gcc): Move prebootstrap dependency from here...
10906         (configure-stage1-gcc): ...to here.
10907         (new-bootstrap): Use bubble targets.
10908         (new-cleanstrap, new-restage1, new-restage2, new-restage3):
10909         Use per-stage distclean targets.
10910         (configure-stage1-gcc, configure-stage2-gcc,
10911         configure-stage3-gcc, all-stage1-gcc,
10912         all-stage2-gcc, all-stage3-gcc, new-bootstrap):
10913         Use new-stageN-start to prepare the tree.
10914
10915 2004-05-23  Paolo Bonzini  <bonzini@gnu.org>
10916
10917         * Makefile.def (host_modules): add libcpp.
10918         * Makefile.tpl: Add dependencies on and for libcpp.
10919         * Makefile.in: Regenerate.
10920         * configure.in: Add libcpp host module.
10921         * configure: Regenerate.
10922
10923 2004-05-21  Paolo Bonzini  <bonzini@gnu.org>
10924
10925         * Makefile.tpl: Whenever a recursive target is defined, wrap
10926         it in a special @if/@endif block, and prepare its maybe
10927         dependency in the @if/@endif block
10928         * configure.in: Instead of writing maybe dependencies, remove
10929         the @if/@endif statements, and remove the @if/@endif blocks
10930         that remain.
10931         * configure: Regenerate.
10932         * Makefile.in: Regenerate.
10933
10934 2004-05-20  Janis Johnson  <janis187@us.ibm.com>
10935
10936         * MAINTAINERS (Various Maintainers): Add myself for compat testsuite.
10937
10938 2004-05-18  Kaz Kojima  <kkojima@gcc.gnu.org>
10939
10940         PR bootstrap/15120
10941         * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on sh*.
10942         * */configure: Rebuilt.
10943
10944 2004-05-17  Zack Weinberg  <zack@codesourcery.com>
10945
10946         * Makefile.def, Makefile.tpl, configure.in: Remove all mention
10947         of libf2c.
10948         * configure, Makefile.in: Regenerate.
10949
10950 2004-05-13  Tobias Schlüter  <tobi@gcc.gnu.org>
10951
10952         * MAINTAINERS (Write After Approval): Add myself.
10953
10954 2004-05-13  Diego Novillo  <dnovillo@redhat.com>
10955
10956         Merge from tree-ssa-20020619-branch.
10957
10958         * Makefile.def: Add libbanshee, libmudflap and libgfortran.
10959         * Makefile.tpl (BUILD_CONFIGDIRS): Add libbanshee.
10960         (HOST_GMPLIBS): Define.
10961         (HOST_GMPINC): Define.
10962         (TARGET_LIB_PATH): Add libmudflap.
10963         (GFORTRAN_FOR_TARGET): Define.
10964         (configure-build*): Export GFORTRAN.
10965         (configure-gcc): Export GMPLIBS and GMPINC.
10966         (all-gcc): Add maybe-all-libbanshee.
10967         (configure-target-libgfortran): Define.
10968         * Makefile.in: Regenerate.
10969         * configure.in (host_libs): Add libbanshee.
10970         (target_libraries): Add target-libmudflap and target-libgfortran.
10971         Add --with-libbanshee.
10972         Handle --disable-libmudflap.
10973         (*-*-freebsd*): Use with_gmp.
10974         Add $(libgcj) to noconfigdirs.
10975         * configure: Regenerate.
10976         * depcomp: New file.
10977         * MAINTAINERS: Add tree-ssa maintainers.
10978
10979 2004-05-04  Vladimir Makarov  <vmakarov@redhat.com>
10980
10981         * MAINTAINERS (Various Maintainers): Add myself.
10982
10983 2004-04-30  Brian Ford  <ford@vss.fsi.com>
10984
10985         * MAINTAINERS (Write After Approval): Add myself.
10986
10987 2004-04-29  Uros Bizjak  <uros@kss-loka.si>
10988
10989         * MAINTAINERS (Write After Approval): Add myself.
10990
10991 2004-04-28  Paolo Bonzini  <bonzini@gnu.org>
10992
10993         * config/acx.m4: Fix fastcompare support for new-bootstrap.
10994         * configure: Regenerate.
10995
10996 2004-04-27  Paolo Bonzini  <bonzini@gnu.org>
10997
10998         Revert:
10999         2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
11000
11001         * Makefile.def (flags_to_pass): Remove *dir variables that
11002         are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
11003         as well as prefix and exec_prefix.
11004         * Makefile.in: Regenerate.
11005
11006 2004-04-26  Robert Millan  <robertmh@gnu.org>
11007
11008         Add patches from libtool CVS.
11009         * libtool.m4: Add kfreebsd*-gnu and knetbsd*-gnu.
11010         * ltconfig: Likewise.
11011         * ltcf-c.sh: Likewise.
11012         * ltcf-cxx.sh: Likewise.
11013         * ltcf-gcj.sh: Likewise.
11014
11015 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
11016
11017         * Makefile.def (host_modules): Mark with the bootstrap
11018         flag packages on which gcc depends.
11019         * Makefile.tpl (all-bootstrap): Use it.
11020         * Makefile.in: Regenerate.
11021
11022 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
11023
11024         * Makefile.def (flags_to_pass): Remove *dir variables that
11025         are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
11026         as well as prefix and exec_prefix.
11027         * Makefile.in: Regenerate.
11028
11029 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
11030
11031         * configure.in: Invoke ACX_PROG_CMP_IGNORE_INITIAL.
11032         * configure: Regenerate.
11033         * config/acx.m4: Mutuate ACX_PROG_CMP_IGNORE_INITIAL from gcc.
11034         * gcc/Makefile.tpl (compare): Use the result of the test.
11035         * gcc/Makefile.in: Regenerate.
11036
11037 2004-04-23  Paolo Bonzini  <bonzini@gnu.org>
11038
11039         * Makefile.tpl (all-stage1-gcc, all-stage2-gcc, all-stage3-gcc):
11040         Always relocate gcc and prev-gcc to the original names, even
11041         if the build fails.
11042         (new-cleanstrap, new-restage1, new-restage2, new-restage3):
11043         New targets.
11044
11045 2004-04-23  Laurent GUERBY <laurent@guerby.net>
11046
11047         * MAINTAINERS: Update my email address.
11048
11049 2004-04-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
11050
11051         * configure.in (mips*-*-irix5*): Enable ld.
11052         * configure: Regenerate.
11053
11054 2004-04-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
11055
11056         * configure: Regenerate.
11057
11058 2004-04-15  James E Wilson  <wilson@specifixinc.com>
11059
11060         * Makefile.tpl (configure-[+module+], configure-gcc,
11061         configure-stage1-gcc, configure-stage2-gcc, configure-stage3-gcc):
11062         Set and export LDFLAGS.
11063         * Makefile.in: Regenerate.
11064
11065 2004-04-12  Michael Chastain  <mec.gnu@mindspring.com>
11066
11067         * MAINTAINERS: Add myself to write-after-approval.
11068
11069 2004-04-09  Nathanael Nerode  <neroden@gcc.gnu.org>
11070
11071         PR bootstrap/14871
11072         * Makefile.tpl: If we don't have built-in-tree target tools,
11073         use the ones found by configure rather than hacking around with
11074         program_transform_name.
11075         * configure.in: Give Makefile.tpl the information necessary
11076         to do that.
11077         * Makefile.in: Regenerate.
11078         * configure: Regenerate.
11079
11080 2004-04-06  Nathanael Nerode  <neroden@gcc.gnu.org>
11081
11082         PR bootstrap/14760
11083         * configure.in: When computing baseargs, strip *all* copies of
11084         offending options.  Also, don't match/substitute the trailing space,
11085         so that this actually works when two similar options are separated by
11086         only one space.
11087         * configure: Regenerate.
11088
11089 2004-04-06  David Edelsohn  <edelsohn@gnu.org>
11090
11091         * configure.in (powerpc-*-aix*): Remove target-libada from noconfigdirs.
11092         (rs6000-*-aix*): Same.
11093         * configure: Regenerate.
11094
11095 2004-04-05  Ranjit Mathew  <rmathew@hotmail.com>
11096
11097         * MAINTAINERS: Add myself to write-after-approval.
11098
11099 2004-04-03  Bud Davis  <bdavis9659@comcast.net>
11100
11101         * MAINTAINERS: Add myself to write-after-approval.
11102
11103 2004-03-24  Nathanael Nerode  <neroden@gcc.gnu.org>
11104
11105         * Makefile.tpl (top level bootstrap support): Remove now-unneeded
11106         STRICT_WARN, WARN_CFLAGS flags passed down to make.
11107         * Makefile.in: Regenerate.
11108
11109         * configure.in (top level bootstrap support): Rework --enable-werror
11110         to set @stage2_werror_flag@.
11111         * configure: Regenerate.
11112         * Makefile.tpl (top level bootstrap support): Pass
11113         @stage2_werror_flag@ down to configure in stages 2 and 3.
11114         * Makefile.in: Regenerate.
11115
11116 2004-03-23  Nathanael Nerode  <neroden@gcc.gnu.org>
11117
11118         * Makefile.tpl (new-bootstrap): Set CC and CC_FOR_BUILD in configure
11119         for stages 2 and 3 as well as in make.  As a consequence, remove
11120         OUTPUT_OPTION (now detected by configure) from the flags passed down
11121         to make.
11122         * Makefile.in: Regenerate.
11123
11124         * Makefile.tpl (new-bootstrap): Fix typo.
11125         * Makefile.in: Regenerate.
11126
11127 2004-03-22  Nathanael Nerode  <neroden@gcc.gnu.org>
11128
11129         * Makefile.tpl: Rearrange by moving recursive_targets rules
11130         into their proper sections.
11131         * Makefile.tpl (top level bootstrap support): Move disabling
11132         of coverage flags from 'make' to 'configure'; improve comments.
11133         * Makefile.in: Regenerate.
11134
11135         * Makefile.tpl (experimental top level bootstrap) Move stage1
11136         language setting from all- target to configure- target; disable
11137         intermodule optimization in stage 1; prevent gratuitous rebuilds
11138         of stage 1.
11139         * Makefile.in: Regenerate.
11140         * configure.in: Comma-separate stage 1 language list for top
11141         level bootstrap.
11142         * configure: Regenerate.
11143
11144         * Makefile.tpl: Clean up experimental top level bootstrap support:
11145         note known problems; set CONFIG_SHELL; don't set BUILD_CC; relocate
11146         prev-gcc in configure- targets as well as all- targets.
11147         * Makefile.in: Regenerate.
11148
11149 2004-03-21  Kelley Cook  <kcook@gcc.gnu.org>
11150
11151         * compile: New file imported from automake.
11152
11153 2004-03-17  Paolo Bonzini  <bonzini@gnu.org>
11154
11155         * configure.in: Remove symbolic link section.
11156         * configure: Regenerate.
11157         * Makefile.tpl (links): Remove.
11158         * Makefile.in: Regenerate.
11159
11160 2004-03-15  Paolo Bonzini  <bonzini@gnu.org>
11161             Nathanael Nerode  <neroden@gcc.gnu.org>
11162
11163         * configure.in (DEFAULT_YACC, DEFAULT_M4, DEFAULT_LEX):
11164         Set with AC_CHECK_PROGS.
11165         * configure.in: Fix comment typo from last patch.
11166         * configure: Regenerate.
11167
11168 2004-03-15  Nathanael Nerode  <neroden@gcc.gnu.org>
11169
11170         * Makefile.tpl: Introduce experimental top level bootstrap support.
11171         * Makefile.in: Regenerate.
11172         * configure.in: Introduce support for top level bootstrap.
11173         * configure: Regenerate.
11174
11175 2004-03-12  Eric Botcazou  <ebotcazou@gcc.gnu.org>
11176             Paolo Bonzini  <bonzini@gnu.org>
11177
11178         PR bootstrap/14522
11179         * configure.in: Cope with shells that do not support unquoted ^
11180         * configure: Regenerate.
11181
11182 2004-03-11  Eric Botcazou  <ebotcazou@gcc.gnu.org>
11183             Paolo Bonzini  <bonzini@gnu.org>
11184
11185         PR bootstrap/14522
11186         * configure.in: Cope with shells that do not support nesting
11187         quotes inside quoted backquote substitutions.
11188         * configure: Regenerate.
11189
11190 2004-03-10  Andrew Pinski  <pinskia@physics.uc.edu>
11191
11192         PR bootstrap/14522
11193         * configure.in: Fix escaping of $.
11194         * configure: Regenerate.
11195
11196 2004-03-11  Nathanael Nerode  <neroden@gcc.gnu.org>
11197
11198         * configure: Regenerate, since I forgot to while committing Paolo's
11199         changes.
11200
11201 2004-03-08  Paolo Bonzini  <bonzini@gnu.org>
11202
11203         PR ada/14131
11204         Move language detection to the top level.
11205         * configure.in: Find default values for the tools as
11206         soon as possible.  Disable ada if GNAT is not found.
11207         Emit error message about missing languages.  Expand
11208         --enable-languages=all for the gcc subdirectory.
11209
11210 2004-03-10  Ben Elliston  <bje@gnu.org>
11211
11212         * MAINTAINERS: Update my email address.
11213
11214 2004-03-05  David Edelsohn  <edelsohn@gnu.org>
11215
11216         * ltconfig: Disable building static libraries if building shared
11217         libraries on AIX 5L.
11218
11219 2004-03-01  Richard Sandiford  <rsandifo@redhat.com>
11220
11221         * configure.in (mips64*-*-linux*): Override mips*-*-linux* case
11222         and disable libgcj.
11223         * configure: Regenerated.
11224
11225 2004-03-01  Brian Booth  <bbooth@redhat.com>
11226
11227         * MAINTAINERS: Add myself to write-after-approval.
11228
11229 2004-03-01  Paolo Bonzini  <bonzini@gnu.org>
11230
11231         * MAINTAINERS: Add myself to write-after-approval.
11232
11233 2004-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
11234
11235         PR bootstrap/7087
11236         * Makefile.tpl: Guard XFOO sed statements better.
11237         * Makefile.tpl: Add dependency for configure-target-libada.
11238         * Makefile.in: Regenerate (incidentally fixes broken
11239         commit when libada-branch was merged).
11240
11241 2004-02-25  Kelley Cook  <kcook@gcc.gnu.org>
11242
11243         * MAINTAINERS: Add myself to write-after-approval.
11244
11245 2004-02-20  Andrew Pinski  <pinskia@physics.uc.edu>
11246
11247         * MAINTAINERS: Add Nicola Pero and myself as libobjc
11248         maintainers.
11249
11250 2004-02-20  Andrew Cagney  <cagney@redhat.com>
11251
11252         * config.guess: Update from version 2003-10-16 to 2004-02-16.
11253         * config.sub: Update from version 2003-11-03 to 2004-02-16.
11254
11255 2004-02-19  Nathanael Nerode  <neroden@gcc.gnu.org>
11256
11257         PR bootstrap/11932
11258         * mkinstalldirs, install-sh: Import from automake CVS HEAD.
11259
11260 2004-02-14  Jerry Quinn  <jlquinn@optonline.net>
11261
11262         * MAINTAINERS: Added myself to write-after-approval.
11263
11264 2004-02-14  Michael Koch  <konqueror@gmx.de>
11265
11266         * MAINTAINERS: Added myself to write-after-approval.
11267
11268 2004-02-13  Joseph S. Myers  <jsm@polyomino.org.uk>
11269
11270         * MAINTAINERS: Move Steve Chamberlain to write-after-approval.  Move
11271         some OS port maintainers to OS port maintainers section.
11272
11273 2004-02-13  Frank Ch. Eigler  <fche@redhat.com>
11274
11275         * MAINTAINERS: Add self.
11276
11277 2004-02-12  Kazu Hirata  <kazu@cs.umass.edu>
11278
11279         * MAINTAINERS: Alphabetize.
11280
11281 2004-02-12  Paolo Bonzini  <bonzini@gnu.org>
11282
11283         * MAINTAINERS: Remove myself.
11284
11285 2004-02-11  David Edelsohn  <edelsohn@gnu.org>
11286
11287         * configure.in (powerpc-*-aix*): Add target-libada to noconfigdirs.
11288         (rs6000-*-aix*): Same.
11289         * configure: Regenerate.
11290
11291 2004-02-11  Kelley Cook  <kcook@gcc.gnu.org>
11292
11293         * configure.in (host): Add in missing $noconfigdirs to defines.
11294         * configure: Regenerate.
11295
11296 2004-02-10  Arnaud Charlet  <charlet@act-europe.fr>,
11297             Nathanael Nerode  <neroden@gcc.gnu.org>
11298
11299         PR ada/6637, PR ada/5911
11300         Merge with libada-branch:
11301         * configure.in, Makefile.tpl, Makefile.def: Add target-libada,
11302         with appropriate dependencies. Add --enable-libada configure switch.
11303         * configure, Makefile.in: Regenerate.
11304
11305 2004-02-09  Paolo Bonzini  <bonzini@gnu.org>
11306
11307         * MAINTAINERS: Add myself to write-after-approval.
11308
11309 2004-02-05  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
11310
11311         * configure.in: Don't pass --with-stabs on IRIX 5 either.
11312         * configure: Regenerate.
11313
11314 2004-02-04  Geoffrey Keating  <geoffk@apple.com>
11315
11316         Merge from upstream:
11317
11318         * ltmain.in: When setting IFS to '~', be careful about user
11319         arguments that contain '~'.
11320
11321         2004-02-04  Peter O'Gorman  <peter@pogma.com>
11322
11323         * ltmain.in (infer_tag): Move tag inferrence to a shell function.
11324         Also test $base_compile against $CC with escaped arguments. Bug
11325         reported by Geoff Keating <geoffk@apple.com>.
11326
11327 2004-02-04  Kazu Hirata  <kazu@cs.umass.edu>
11328
11329         * MAINTAINERS: Remove i960 port.
11330
11331 2004-01-23  DJ Delorie  <dj@redhat.com>
11332
11333         * Makefile.def (target_modules) [libiberty]: Don't stage.
11334         * Makefile.in: Rebuilt.
11335
11336 2004-01-20  Caroline Tice  <ctice@apple.com>
11337
11338         * MAINTAINERS: Add myself to write-after-approval.
11339
11340 2004-01-19  Paolo Carlini  <pcarlini@suse.de>
11341
11342         * MAINTAINERS: Update my email address.
11343
11344 2004-01-18  James A. Morrison  <ja2morri@uwaterloo.ca>
11345
11346         * MAINTAINERS: Add myself to write-after-approval.
11347
11348 2004-01-17  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
11349
11350         * MAINTAINERS: Remove entries without email address.
11351
11352 2004-01-15  Daniel Jacobowitz  <drow@mvista.com>
11353
11354         * MAINTAINERS: Add myself to write-after-approval.
11355
11356 2004-01-15  Steven Bosscher  <stevenb@suse.de>
11357
11358         * MAINTAINERS: Update my email address.
11359
11360 2004-01-14  Loren J. Rittle  <ljrittle@acm.org>
11361
11362         * Makefile.def (target_modules) [libtermcap, libiberty, zlib]: Stage.
11363         * Makefile.tpl (configure-target-[+module+]): Support stage.
11364         * Makefile.in: Rebuilt.
11365
11366 2004-01-12  Ian Lance Taylor  <ian@wasabisystems.com>
11367
11368         * MAINTAINERS: Add myself as a libiberty MAINTAINER.
11369
11370 2004-01-10  Richard Sandiford  <rsandifo@redhat.com>
11371
11372         * MAINTAINERS: Add myself as a MIPS maintainer.
11373
11374 2004-01-04  Nathanael Nerode  <neroden@gcc.gnu.org>
11375
11376         * configure.in: Use ./config.cache, not config.cache.
11377         * configure: Regenerate.
11378         * Makefile.tpl: Special-casing not needed for GCC any more.
11379         * Makefile.in: Regenerate.
11380
11381         * configure.in: Don't share a cache file for host dirs.
11382         * configure: Regenerate.
11383
11384         * config-ml.in: Don't mess with the cache file.
11385
11386 2004-01-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
11387
11388         * MAINTAINERS: Move myself from 'Write After Approval' to
11389         'CPU Port Maintainers' section as SPARC maintainer.
11390
11391 2004-01-03  Nathanael Nerode  <neroden@gcc.gnu.org>
11392
11393         * Makefile.tpl: Make GCC use a separate config.cache.
11394         * Makefile.in: Regenerate.
11395
11396         PR bootstrap/11932, PR bootstrap/11933
11397         (I don't know if it will fix either of them, but it relates
11398         to them.)
11399         * configure.in: Don't use shared config.cache for target
11400         directories.
11401         * configure: Regenerate.
11402
11403 2004-01-02  Dan Nicolaescu  <dann@ics.uci.edu>
11404
11405         * MAINTAINERS: Add myself to 'Write After Approval' section.
11406
11407 2003-12-31  Roger Sayle  <roger@eyesopen.com>
11408
11409         * configure.in (ia64*-*-hpux*): Disable building java libraries.
11410         * configure: Regenerated.
11411
11412 2003-12-23  Kazu Hirata  <kazu@cs.umass.edu>
11413
11414         * MAINTAINERS: Remove the mn10200 maintainer.
11415
11416 2003-12-21  Bernardo Innocenti  <bernie@develer.com>
11417
11418         * configure.in (*-*-uclinux): Exclude newlib, libgloss and rda.
11419         * configure: Regenerated.
11420
11421 2003-12-16  Jan Hubicka  <jh@suse.cz>
11422
11423         * MAINTAINERS: Add myself as callgraph maintainer.
11424
11425 2003-12-08  Thomas Fitzsimmons  <fitzsim@redhat.com>
11426
11427         * configure.in (raw_libstdcxx_flags): Remove the leading space.
11428         * configure: Regenerate.
11429
11430 2003-12-01  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
11431
11432         * MAINTAINERS: Move myself from 'Bug database only accounts' to
11433         'Write After Approval' section. Update email.
11434
11435 2003-12-01  James Lemke  <jim@wasabisystems.com>
11436
11437         * MAINTAINERS (Write After Approval): Add myself.
11438
11439 2003-11-20  Matt Thomas  <matt@3am-software.com>
11440
11441         * MAINTAINERS: Add myself as a vax port maintainer.
11442
11443 2003-11-20  Kelley Cook  <kcook@gcc.gnu.org>
11444
11445         * Makefile.tpl (BASE_FLAGS_TO_PASS): Pass along CONFIG_SHELL.
11446         (configure-build-[+module+], configure-[+module+]): Likewise.
11447         (configure-target-[+module+], configure-gcc, config.status): Likewise.
11448         * Makefile.in: Regenerate.
11449
11450 2003-11-19  Andreas Tobler  <a.tobler@schweiz.ch>
11451
11452         * libtool.m4: Sync darwin bits from libtool cvs to build a gcc with
11453         shared/dylibed libraries.
11454         * ltmain.sh: Likewise.
11455         * ltcf-c.sh: Likewise, disable shared library build for OS-X < 10.3.
11456         * ltcf-cxx.sh: Likewise.
11457         * ltcf-gcj.sh: Likewise.
11458         * ltconfig: Likewise.
11459
11460 2003-11-17  Stan Cox  <scox@redhat.com>
11461
11462         * MAINTAINERS: Add myself as iq2000 port maintainer.
11463
11464 2003-11-14  Arnaud Charlet  <charlet@act-europe.fr>
11465
11466         * Makefile.tpl (EXTRA_GCC_FLAGS): Pass BOOT_ADAFLAGS.
11467         * Makefile.in: Regenerate.
11468
11469 2003-11-03  Ulrich Weigand  <uweigand@de.ibm.com>
11470
11471         * config.sub: Update to 2003-11-03 version.
11472
11473 2003-10-20  Phil Edwards  <phil@codesourcery.com>
11474
11475         * configure.in (*-*-vxworks):  Add target-libiberty to noconfdirs.
11476         * configure:  Regenerate.
11477
11478 2003-10-20  Nicolas Pitre  <nico@cam.org>
11479
11480         * MAINTAINERS: Add myself to 'Write After Approval' section.
11481
11482 2003-10-20  Arnaud Charlet  <charlet@act-europe.fr>
11483
11484         * MAINTAINERS (Various maintainers: Ada front end): Added myself.
11485
11486 2003-10-19  Joseph S. Myers  <jsm@polyomino.org.uk>
11487
11488         * MAINTAINERS: Update my email address.
11489
11490 2003-10-17  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
11491
11492         * config-ml.in (multi-do): Pass MULTIFLAGS to subdir makes.
11493
11494 2003-10-17  Ralph Loader  <rcl@ihug.co.nz>
11495
11496         * MAINTAINERS: Add myself to 'Write After Approval' section.
11497
11498 2003-10-16  Bernardo Innocenti  <bernie@develer.com>
11499
11500         * config.guess: Update to 2003-10-16 version.
11501         * config.sub: Update to 2003-10-16 version.
11502
11503 2003-10-15  David Daney  <ddaney@avtrex.com>
11504
11505         * MAINTAINERS: Added myself to 'Write After Approval' section.
11506
11507 2003-10-15  Falk Hueffner  <falk@debian.org>
11508
11509         * MAINTAINERS: Move myself from 'Bug database only accounts' to
11510         'Write After Approval' section. Update email.
11511
11512 2003-10-14  Roger Sayle  <roger@eyesopen.com>
11513
11514         * MAINTAINERS: Move myself from 'Write After Approval' to
11515         'Various Maintainers' section as middle-end maintainer.
11516
11517 2003-10-13  Nathanael Nerode  <neroden@gcc.gnu.org>
11518
11519         * Makefile.tpl: Make GCC_FLAGS_TO_PASS a superset of
11520         HOST_FLAGS_TO_PASS.
11521         * Makefile.in: Regenerate.
11522
11523 2003-10-11  Bernardo Innocenti  <bernie@develer.com>
11524
11525         * config.guess: Update to 2003-10-07 version.
11526         * config.sub: Update to 2003-10-07 version.
11527
11528 2003-10-06  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
11529
11530         * ltcf-cxx.sh (irix5*, irix6*): Prefix -soname and its arg with ${wl}.
11531         * ltconfig (irix5*, irix6*): Don't override version_type.
11532
11533 2003-10-05  Mohan Embar  <gnustuff@thisiscool.com>
11534
11535         * configure.in: Allow explicit specification of CFLAGS_FOR_BUILD.
11536         * configure: Rebuilt
11537         * Makefile.tpl: Use CFLAGS_FOR_BUILD computed by configure
11538         * Makefile.in: Rebuilt
11539
11540 2003-10-03  H.J. Lu  <hongjiu.lu@intel.com>
11541
11542         * ltconfig (sys_lib_search_path_spec): Fix a typo for HPUX.
11543
11544 2003-09-30  Carlo Wood  <carlo@alinoe.com>
11545
11546         * MAINTAINERS (Write After Approval): Add myself.
11547
11548 2003-09-29  Paul Koning  <ni1d@arrl.net>
11549
11550         * MAINTAINERS: Move myself from "Write After Approval"
11551         to CPU platform maintainers for pdp11 platform.
11552
11553 2003-09-23  Andreas Tobler  <a.tobler@schweiz.ch>
11554
11555         * MAINTAINERS: Move myself from 'Write After Approval' to
11556         'Various Maintainers' section as libffi testsuite maintainer.
11557
11558 2003-09-21  Daniel Jacobowitz  <drow@mvista.com>
11559
11560         * configure.in: Pass a computed --program-transform-name
11561         to subconfigures.
11562         * configure: Regenerated.
11563
11564 2003-09-20  Nathanael Nerode  <neroden@gcc.gnu.org>
11565
11566         * Makefile.tpl: Don't pass down obsolete ENQUIRE variable.
11567         * Makefile.in: Regenerate.
11568
11569         * Makefile.tpl: Don't pass (unused) DLLTOOL or WINDRES to gcc.
11570         * Makefile.in: Regenerate.
11571
11572 2003-09-19  Ziemowit Laski  <zlaski@apple.com>
11573
11574         * MAINTAINERS: Move myself from 'Write After Approval'
11575         to 'Various Maintainers' (objective-c) section.
11576
11577 2003-09-17  Daniel Jacobowitz  <drow@mvista.com>
11578
11579         * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Fix
11580         quoting.
11581         * configure: Regenerated.
11582
11583 2003-09-16  Joel Brobecker  <brobecker@gnat.com>
11584
11585         * MAINTAINERS (Write After Approval): Add myself to write after
11586         approval list.
11587
11588 2003-09-16  Dorit Naishlos  <dorit@il.ibm.com>
11589
11590         * MAINTAINERS (Write After Approval): Add myself.
11591
11592 2003-09-09  Ian Lance Taylor  <ian@wasabisystems.com>
11593
11594         * MAINTAINERS: Update my e-mail address.
11595
11596 2003-09-09  Alan Modra  <amodra@bigpond.net.au>
11597
11598         * libtool.m4 (LD): Correct powerpc64 host match.
11599
11600 2003-09-06  James E Wilson  <wilson@tuliptree.org>
11601
11602         * MAINTAINTERS: Update my affiliation and email address.
11603
11604 2003-09-06  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
11605
11606         * MAINTAINERS (Write After Approval): Add myself.
11607
11608 2003-09-04  DJ Delorie  <dj@redhat.com>
11609
11610         * configure: Regenerate.
11611
11612 2003-09-04  Robert Millan  <robertmh@gnu.org>
11613
11614         * configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu triplet.
11615
11616 2003-09-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11617
11618         * configure.in: Ensure arguments to sed are properly spaced.
11619         * configure: Regenerate.
11620
11621 2003-08-30  Gerald Pfeifer  <gerald@pfeifer.com>
11622
11623         * MAINTAINERS: Update my e-mail address.
11624
11625 2003-08-28  Mohan Embar  <gnustuff@thisiscool.com>
11626
11627         * MAINTAINERS (Write After Approval): Add myself.
11628
11629 2003-08-27  Daniel Jacobowitz  <drow@mvista.com>
11630
11631         * configure.in: Set RAW_CXX_FOR_TARGET if unset.
11632         * configure: Regenerated.
11633
11634 2003-08-23  Marek Michalkiewicz  <marekm@amelek.gda.pl>
11635
11636         * MAINTAINERS: Update my email address.
11637
11638 2003-08-23  Phil Edwards  <pme@gcc.gnu.org>
11639
11640         * configure.in:  Use newline instead of semicolon when assuming
11641         shell arguments in a for loop.
11642         * configure:  Regenerated.
11643
11644 2003-08-22  Jason Eckhardt  <jle@rice.edu>
11645
11646         * MAINTAINERS: Resurrect the i860 maintainer.
11647
11648 2003-08-20  Geoffrey Keating  <geoffk@apple.com>
11649
11650         PR 8180
11651         * configure.in: When testing with_libs and with_headers, treat
11652         'no' as unset.  Based on a patch by Dan Kegel <dank@kegel.com>.
11653         * configure: Regenerate.
11654
11655         * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS): Quote properly for
11656         make, shell, etc.
11657         (baseargs): Likewise.
11658         * configure: Regenerate.
11659
11660 2003-08-20  Bernardo Innocenti  <bernie@develer.com>
11661
11662         * MAINTAINERS (Write After Approval): Add myself.
11663
11664 2003-08-19  Geoffrey Keating  <geoffk@apple.com>
11665
11666         * configure.in: Disable libgcj for darwin not on powerpc.
11667         * configure: Rebuild.
11668
11669 2003-08-14  Alexandre Duret-Lutz  <adl@gnu.org>
11670
11671         * config-ml.in, symlink-tree: Add license.
11672
11673 2003-08-03  Richard Stallman  <rms@gnu.org>
11674             Eben Moglen  <moglen@columbia.edu>
11675
11676         * README.SCO: New file.
11677
11678 2003-08-01  Matt Kraai  <kraai@alumni.cmu.edu>
11679
11680         * Makefile.tpl (check, check-c++): Express dependencies using
11681         dependencies rather than commands.
11682         * Makefile.in: Regenerate.
11683
11684 2003-08-01  Andrew Cagney  <cagney@redhat.com>
11685
11686         * configure.in (noconfigdirs): Do not add GDB when m32r-*-*.
11687         * configure: Ditto.
11688
11689 2003-07-31  Geoffrey Keating  <geoffk@apple.com>
11690
11691         * Makefile.tpl (libsubdir): Use gcc instead of gcc-lib.
11692         * Makefile.in: Update.
11693
11694 2003-07-30  Andreas Tobler  <a.tobler@schweiz.ch>
11695
11696         * configure.in: Enable libgcj for darwin.
11697         * configure: Rebuild.
11698
11699 2003-07-29  Phil Edwards  <pme@gcc.gnu.org>
11700
11701         * config-ml.in:  Use ac_configure_args directly instead of
11702         ml_arguments.  Only set ml_norecursion if --no[-]recursion is
11703         actually seen.
11704
11705 2003-07-27  Nathanael Nerode  <neroden@gcc.gnu.org>
11706
11707         * Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' when
11708         creating target and build subdirs to build all parent dirs as needed.
11709         * Makefile.in: Rebuild.
11710         * configure.in: Don't build dirs explicitly here.
11711         * configure: Rebuild.
11712
11713 2003-07-26  Paul Brook  <paul@nowt.org>
11714
11715         * MAINTAINERS (fortran 95): Add myself, Steven Bosscher and Toon Moene.
11716
11717 2003-07-22  Alexandre Oliva  <aoliva@redhat.com>
11718
11719         * Makefile.tpl (all-make): Depend on intl.
11720         * Makefile.in: Rebuilt.
11721
11722 2003-07-20  Phil Edwards  <pme@gcc.gnu.org>
11723
11724         * install-sh:  Update to newer upstream versions (associated with
11725         aclocal 1.7).
11726         * mkinstalldirs:  Likewise.
11727         * missing:  Likewise, plus $1Help2man -> $1 typo fix.
11728
11729 2003-07-16  Andrew Pinski  <pinskia@gcc.gnu.org>
11730
11731         * MAINTAINERS: Move self from Bug database only accounts
11732         to write-after-approval.
11733
11734 2003-07-16  Nathanael Nerode  <neroden@gcc.gnu.org>
11735
11736         * config.if: Remove unused libc_interface determination.
11737
11738 2003-07-14  Nathanael Nerode  <neroden@gcc.gnu.org>
11739
11740         * MAINTAINERS: Move self from write-after-approval to
11741         build machinery (*.in).
11742
11743 2003-07-13  Nathanael Nerode  <neroden@gcc.gnu.org>
11744
11745         PR bootstrap/11273
11746         PR bootstrap/11408
11747         * Makefile.tpl: Set INSTALL and friends using autoconf.  Remove
11748         unused INSTALL_PROGRAM_ARGS.
11749         * configure.in: Use AC_PROG_INSTALL.
11750         * Makefile.in: Regenerate.
11751         * configure: Regenerate.
11752
11753 2003-07-13  Kazu Hirata  <kazu@cs.umass.edu>
11754
11755         * MAINTAINERS: Alphabetize.
11756
11757 2003-07-10  Alexandre Oliva  <aoliva@redhat.com>
11758
11759         * configure: Rebuilt.
11760         2001-09-26  Alexandre Oliva  <aoliva@redhat.com>
11761         * configure.in (noconfigdirs) [am33_2.0-*-linux*]: Don't build
11762         newlib nor libgloss.
11763         Wed May  9 10:07:19 2001  Alexandre Oliva  <aoliva@redhat.com>
11764         * configure.in (am33_2.0-*-linux*): Added.
11765
11766 2003-07-09  Bob Wilson  <bob.wilson@acm.org>
11767
11768         * configure.in: Add ${libgcj} to noconfigdirs for xtensa-*-* targets.
11769         * configure: Regenerate.
11770
11771 2003-07-07  Zack Weinberg  <zack@codesourcery.com>
11772
11773         * Makefile.tpl (configure-gcc): Depend on maybe-configure-intl.
11774         * Makefile.in: Regenerate.
11775
11776 2003-07-04  Zack Weinberg  <zack@codesourcery.com>
11777
11778         * Makefile.tpl (all-bootstrap): Depend on maybe-all-intl.
11779         * Makefile.in: Regenerate.
11780
11781 2003-07-04  H.J. Lu  <hongjiu.lu@intel.com>
11782
11783         * Makefile.tpl: Replace PWD with PWD_COMMAND.
11784         * Makefile.in: Regenerated.
11785
11786         * config-ml.in: Replace PWD with PWD_COMMAND.
11787
11788 2003-07-04  Zack Weinberg  <zack@codesourcery.com>
11789
11790         * intl: New directory; see intl/ChangeLog for details.
11791         * ABOUT-NLS, config.rpath: Import from gettext 0.12.1.
11792         * Makefile.tpl: all-gcc depends on maybe-all-intl.
11793         * Makefile.in: Regenerate.
11794
11795 2003-06-27  Nathanael Nerode  <neroden@gcc.gnu.org>
11796
11797         * configure.in: Clean up config-lang.in handling.  Delete
11798         useless assignment to "subdirs".
11799         * configure: Regenerate.
11800
11801 2003-06-26  Nathanael Nerode  <neroden@gcc.gnu.org>
11802
11803         * configure.in: Rename 'target_libs' to 'target_libraries'.
11804         Remove useless reference to 'target_libs'.
11805         * configure: Regenerate.
11806
11807 2003-06-23  Keith Seitz  <kseitz@sources.redhat.com>
11808
11809         * Makefile.tpl: Add maybe-configure-itcl to configure-gdb.
11810         * Makefile.in: Regenerate.
11811
11812 2003-06-23  Nathanael Nerode  <neroden@gcc.gnu.org>
11813
11814         * Makefile.def: Introduce flags_to_pass.
11815         * Makefile.tpl: Generate BASE_FLAGS_TO_PASS using it.
11816         * Makefile.in: Regenerate.
11817
11818 2003-06-23  Hans-Peter Nilsson  <hp@bitrange.com>
11819
11820         * configure.in (noconfigdirs) <cris-*-*>: Disable target-newlib
11821         and target-libgloss.
11822         <d30v-*-*, fr30-*-*, i960-*-*, m32r-*-*>: Disable gdb.
11823         <h8300*-*-*>: Disable libf2c and ${libgcj}.
11824         * configure: Regenerate.
11825
11826 2003-06-17  Benjamin Kosnik  <bkoz@redhat.com>
11827
11828         * configure.in: Update testsuite_flags to new location.
11829         * configure. Regenerate.
11830
11831 2003-06-18  Nathanael Nerode  <neroden@gcc.gnu.org>
11832
11833         * Makefile.tpl: Remove BUILD_CC stuff.
11834         * Makefile.in: Regenerate.
11835
11836 2003-06-17  Kazu Hirata  <kazu@cs.umass.edu>
11837
11838         * MAINTAINERS (Write After Approval): Remove Andrew Haley.
11839
11840 2003-06-16  Graeme Peterson  <gp@qnx.com>
11841
11842         * MAINTAINERS (Write After Approval): Add myself.
11843
11844 2003-06-14  H.J. Lu  <hongjiu.lu@intel.com>
11845
11846         * config.guess: Update to 2003-06-12 version.
11847         * config.sub: Update to 2003-06-13 version.
11848
11849 2003-06-12  H.J. Lu  <hongjiu.lu@intel.com>
11850
11851         * config.guess: Update to 2003-06-06 version.
11852         * config.sub: Update to 2003-06-06 version.
11853
11854 2003-06-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
11855
11856         * configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32.
11857         * configure. Regenerate.
11858
11859 2003-06-10  Nathanael Nerode  <neroden@gcc.gnu.org>
11860
11861         * configure.in: Disable serial configure by default.
11862         * configure: Regenerate.
11863         * Makefile.tpl: Abolish .NOTPARALLEL.
11864         * Makefile.in: Regenerate.
11865
11866         * Makefile.tpl: Replace {build,host,target}_canonical by
11867         {build,host,target}.
11868         * Makefile.in: Regenerate.
11869
11870         * Makefile.tpl: Fix stupid pasto.
11871         * Makefile.in: Regenerate.
11872
11873 2003-06-09  Nathanael Nerode  <neroden@gcc.gnu.org>
11874
11875         * Makefile.tpl: Remove bogus conditional.
11876         * Makefile.in: Regenerate.
11877
11878 2003-06-05  Jan Hubicka  <jh@suse.cz>
11879
11880         * Makefile.tpl (profiledbootstrap): New target.
11881         * Makefile.in (profiledbootstrap): New target.
11882
11883 2003-06-05  Wolfgang Bangerth  <bangerth@dealii.org>
11884
11885         * MAINTAINERS (Bugzilla only): Add Dara Hazeghi and Andrew
11886         Pinski. Remove user names from other bugzilla-only maintainers.
11887
11888 2003-06-03  Nathanael Nerode  <neroden@gcc.gnu.org>
11889
11890         * Makefile.tpl: Make 'recursive targets' using autogen rather
11891         than shell loop.  Remove duplicate 'clean' targets and false
11892         comments.
11893         * Makefile.def: Add systematic dependencies to 'recursive' targets.
11894         Add systematic method of specifying missing targets in subdirs.
11895         Add copyright boilerplate.
11896         * Makefile.in: Regenerate.
11897         * configure.in: Add 'recursive targets' to maybe list.
11898         * configure: Regenerate.
11899
11900         * MAINTAINERS: "GNATS only" -> "Bug database only".
11901
11902         * Makefile.tpl: Rename [+target+] to [+make_target+].
11903         * Makefile.def: Rename 'target' to 'make_target'.
11904
11905 2003-05-31  Neil Booth  <neil@daikokuya.co.uk>
11906
11907         * MAINTAINERS: Add self as options handling maintainer.
11908
11909 2003-05-28  Michael Meissner  <gnu@the-meissners.org>
11910
11911         * MAINTAINERS: Remove myself as m32r/v850 maintainer, since it has
11912         been too long since I touched those ports.
11913
11914 2003-05-28  DJ Delorie  <dj@redhat.com>
11915
11916         * Makefile.tpl: Make maybe-check-gcc .PHONY.
11917         * Makefile.in: Regenerate.
11918
11919 2003-05-21  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
11920
11921         * configure.in: Use curly braces in the definition of tooldir.
11922         * configure: Regenerate.
11923
11924 2003-05-21  DJ Delorie  <dj@redhat.com>
11925
11926         * Makefile.tpl (configure-target-libiberty): Depend only on gcc, not
11927         newlib or libgloss.
11928         * Makefile.in: Regenerate.
11929
11930 2003-05-21  DJ Delorie  <dj@redhat.com>
11931
11932         * Makefile.tpl: Add missing empty maybe-check-gcc target.
11933         * Makefile.in: Regenerate.
11934
11935 2003-05-20  Ian Lance Taylor  <ian@airs.com>
11936
11937         * MAINTAINERS: Update my e-mail address.
11938
11939 2003-05-19  Nathanael Nerode  <neroden@gcc.gnu.org>
11940
11941         * configure.in: Switch more things to use maybe dependencies.
11942         * Makefile.tpl: Switch more things to use maybe dependencies.
11943         Factor out common code from autogen IF statements.
11944         * configure: Regenerate.
11945         * Makefile.in: Regenerate.
11946
11947 2003-05-14  Kelley Cook  <kelleycook@wideopenwest.com>
11948
11949         * configure.in: Accept i[3456789]86 for machine type.
11950         * configure: Regenerate.
11951
11952 2003-05-18  Nathanael Nerode  <neroden@gcc.gnu.org>
11953
11954         * configure.in: Switch more things to use maybe dependencies.
11955         Rearrange a little.  Use GCC_TOPLEV_SUBDIRS.
11956         * configure: Regenerate.
11957         * Makefile.tpl: Switch more things to use maybe dependencies.
11958         * Makefile.in: Regenerate.
11959
11960 2003-05-16  Andreas Schwab  <schwab@suse.de>
11961
11962         * Makefile.tpl (install-opcodes): Define.
11963         * Makefile.in: Rebuild.
11964
11965 2003-05-13  Andreas Jaeger  <aj@suse.de>
11966
11967         * config.guess: Update to 2003-05-09 version.
11968         * config.sub: Update to 2003-05-09 version.
11969
11970 2003-05-13  Michael Eager  <eager@mvista.com>
11971
11972         * configure.in: Correct sed script so that options in quotes are not
11973         deleted.
11974         * configure: Rebuild.
11975
11976 2003-05-12  Corinna Vinschen  <corinna@vinschen.de>
11977
11978         * configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin
11979         and $$s/newlib/libc/sys/cygwin32 include paths.
11980         * configure: Ditto.
11981
11982 2003-05-12  Michael Meissner  <gnu@the-meissners.org>
11983
11984         * MAINTAINERS: Update my email addresses.
11985
11986 2003-05-06  Eric Botcazou  <ebotcazou@libertysurf.fr>
11987
11988         * config-ml.in: Propagate INSTALL variables.
11989
11990 2003-05-04  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
11991
11992         * MAINTAINERS: Remove duplicate entries in Write After Approval.
11993
11994 2003-05-02  Chris Demetriou  <cgd@broadcom.com>
11995
11996         * Makefile.tpl: Require "makeinfo" from texinfo 4.2 or later.
11997         * Makefile.in: Regenerate.
11998
11999 2003-05-02  Wolfgang Bangerth  <bangerth@dealii.org>
12000
12001         * MAINTAINERS (GNATS only): Add Falk Hueffner.
12002
12003 2003-04-30  Wolfgang Bangerth  <bangerth@dealii.org>
12004
12005         * MAINTAINERS (GNATS only): Add Giovanni Bajo.
12006
12007 2003-04-27  Daniel Jacobowitz  <drow@mvista.com>
12008
12009         * Makefile.tpl: Clean $(BUILD_SUBDIR).
12010         * Makefile.in: Regenerated.
12011
12012 2003-04-25  Wolfgang Bangerth  <bangerth@dealii.org>
12013
12014         * MAINTAINERS (Write After Approval): Upgrade myself from
12015         GNATS only to write-after-approval. Update my mail address.
12016
12017 2003-04-25  Loren J. Rittle  <ljrittle@acm.org>
12018
12019         (OS Port Maintainers: freebsd): Add myself.
12020
12021 2003-04-22  Mark Mitchell  <mark@codesourcery.com>
12022
12023         * MAINTAINERS (java): Remove Alexandre Petit-Bianco.
12024
12025 2003-04-22  Kean Johnston  <jkj@sco.com>
12026
12027         * MAINTAINERS (SCO ports): Added myself.
12028
12029 2003-04-21  Nathan Sidwell  <nathan@codesourcery.com>
12030
12031         * MAINTAINERS (gcov): Add myself and Jan Hubicka.
12032
12033 2003-04-19  Kean Johnston  <jkj@sco.com>
12034
12035         * MAINTAINERS (Write After Approval): Add myself.
12036
12037 2003-04-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
12038
12039         * Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.
12040         * Makefile.in: Regenerate.
12041
12042 2003-04-18  Jakub Jelinek  <jakub@redhat.com>
12043
12044         * configure.in (powerpc64*-*-linux*): Remove.
12045         * configure: Rebuilt.
12046
12047 2003-04-17  Phil Edwards  <pme@gcc.gnu.org>
12048
12049         * Makefile.tpl (GCC_STRAP_TARGETS):  New variable containing all the
12050         previous bootstrap targets, plus bubblestrap, quickstrap, cleanstrap,
12051         and restrap.
12052         * Makefile.in:  Regenerate.
12053
12054 2003-04-16  Richard Earnshaw  <rearnsha@arm.com>
12055
12056         * configure.in (arm-*-netbsdelf*): Enable building java libraries.
12057         * configure: Regenerated.
12058
12059 2003-04-15  DJ Delorie  <dj@redhat.com>
12060
12061         * MAINTAINERS: Remove myself as windows/cygwin/mingw maintainer.
12062
12063 2003-04-13  Nick Clifton  <nickc@redhat.com>
12064
12065         * config-ml.in: Remove support for --disable-aix removing
12066         call-aix multilibs.
12067
12068 2003-04-10  Alexandre Oliva  <aoliva@redhat.com>
12069
12070         * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.
12071         * */configure: Rebuilt.
12072
12073 2003-04-08  Joel Sherrill  <joel@oarcorp.com>
12074
12075         * MAINTAINERS: Add my email address.
12076
12077 2003-03-17  Olivier Hainque  <hainque@act-europe.fr>
12078
12079         * MAINTAINERS (Write After Approval): Add myself.
12080
12081 2003-03-14  Nathanael Nerode  <neroden@gcc.gnu.org>
12082
12083         * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES back down.
12084         * Makefile.in: Regenerate.
12085
12086 2003-03-14  Michael Chastain  <mec@shout.net>
12087
12088         * Makefile.in: Regenerate with correct Makefile.def.
12089
12090 2003-03-12  Nathanael Nerode  <neroden@gcc.gnu.org>
12091
12092         * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up.  Delete unused
12093         Make macro.
12094         * Makefile.in: Regenerate.
12095         * configure.in: Clean up gxx_include_dir logic.
12096         * configure: Regenerate.
12097
12098 2003-03-12  Ansgar Esztermann  <ansgar@thphy.uni-duesseldorf.de>
12099
12100         * MAINTAINERS (Write After Approval): Add myself.
12101
12102 2003-03-10  Ben Elliston  <bje@wasabisystems.com>
12103
12104         * MAINTAINERS: Update my mail address.
12105
12106 2003-03-09  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
12107
12108         * configure.in (gxx_include_dir): Fix typo.
12109         * configure: Regenerated.
12110
12111 2003-03-04  Nathanael Nerode  <neroden@gcc.gnu.org>
12112
12113         * Makefile.tpl: Reindent.
12114         * Makefile.in: Regenerate.
12115         * configure.in: Reindent.  Don't set unused variables.
12116         * configure: Regenerate.
12117
12118 2003-03-04  Daniel Jacobowitz  <drow@mvista.com>
12119
12120         * configure.in: Include $(build_tooldir)/sys-include in
12121         FLAGS_FOR_TARGET.
12122         * configure: Regenerated.
12123
12124 2003-03-04  Nathanael Nerode  <neroden@gcc.gnu.org>
12125
12126         * Makefile.tpl: Always pass down RANLIB.
12127         * Makefile.in: Regenerate.
12128
12129         * Makefile.tpl: Don't set unused enable_shared, enable_threads macros.
12130         * Makefile.in: Regenerate.
12131         * configure.in: Remove unused logic relating to --enable-shared
12132         and --enable-threads.  Remove bogus comments.  Remove redundant
12133         noconfigdirs.
12134         * configure: Regenerate.
12135
12136         * configure.in: Replace ${libstdcxx_version} by its value.
12137         Remove reference to mh-dgux.
12138         * configure: Regenerate.
12139
12140 2003-03-03  Kevin Buettner  <kevinb@redhat.com>
12141
12142         * MAINTAINERS (Write After Approval): Add myself.
12143
12144 2003-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
12145
12146         * Makefile.tpl: Rearrange.
12147         * Makefile.in: Regenerate.
12148
12149 2003-02-25  Uwe Stieber  <uwe@wwws.de>
12150
12151         * configure.in: Add support for kaOS as cross build target system.
12152         * configure: Regenerated.
12153
12154 2003-02-24  Steven Bosscher  <steven@gcc.gnu.org>
12155
12156         * MAINTAINERS (Write after approval): Add myself.
12157
12158 2003-02-21  James E Wilson  <wilson@tuliptree.org>
12159
12160         * MAINTAINERS: Update my email address.
12161
12162 2003-02-21  Zack Weinberg  <zack@codesourcery.com>
12163
12164         * MAINTAINERS: Add self to blanket write privs. section.
12165
12166 2003-02-20  Sean McNeil  <sean@blue.mcneil.com>
12167
12168         * Makefile.tpl: Add definition of CPPFLAGS to pass into
12169         configure-target-* as some target builds may require additional
12170         flags for preprocessor tests.
12171         * Makefile.in: Regenerated.
12172
12173 2003-02-19  Alexandre Oliva  <aoliva@redhat.com>
12174
12175         * libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld.
12176         * ltconfig: Handle it.
12177         * ltcf-cxx.sh: Use with_gnu_ld passed as a shell variable instead of
12178         auto-detecting it.
12179
12180         * ltcf-cxx.sh: Replace $linker_flags with $compiler_flags wherever
12181         it is used as argument to $CC.
12182         * ltcf-gcj.sh: Likewise.
12183
12184         * configure.in: Introduce --enable-maintainer-mode.
12185         * configure: Rebuilt.
12186         * Makefile.tpl (Makefile.in, configure): Enable dependencies only
12187         for maintainer mode.
12188         * Makefile.in: Rebuilt.
12189
12190 2003-02-18  Jason Merrill  <jason@redhat.com>
12191
12192         * Makefile.tpl (check-c++): Allow parallelism.
12193
12194 2003-02-16  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
12195
12196         * MAINTAINERS: Remove John Carr (who never actually had access to
12197         gcc.gnu.org).
12198
12199 2003-02-15  Geoffrey Keating  <geoffk@apple.com>
12200
12201         * configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*,
12202         don't configure target-libobjc.
12203         * configure: Regenerate.
12204
12205 2003-02-14  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
12206
12207         * Makefile.tpl (RANLIB): Define.
12208         * Makefile.in: Regenerate.
12209
12210 2003-02-08  Laurynas Biveinis  <laurynas.biveinis@mif.vu.lt>
12211
12212         * MAINTAINERS: Update my email.
12213
12214 2003-02-06  Keith R Seitz  <keiths@redhat.com>
12215
12216         * Makefile.def: Remove "snavigator", "grep", and "db" modules.
12217         * Makefile.tpl: Remove "all-snavigator" and "all-grep".
12218         * Makefile.in: Regenerated.
12219         * configure.in: Remove all traces of snavigator, db, and grep.
12220         * configure: Regenerated.
12221
12222 2003-02-06  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
12223
12224         * MAINTAINERS: Remove duplicate entry for Bernd Schmidt from Write
12225         After Approval.
12226
12227 2003-02-02  Christian Cornelssen  <ccorn@cs.tu-berlin.de>
12228
12229         * MAINTAINERS (Write after approval): Add myself.
12230
12231 2003-01-31  Frank Ch. Eigler  <fche@redhat.com>
12232
12233         * Makefile.tpl (all-sid): Add libiberty/bfd/opcodes dependencies.
12234         * Makefile.in: Regenerated.
12235
12236 2003-01-30  Roger Sayle  <roger@eyesopen.com>
12237
12238         * config.guess: Updated to 2003-01-30's version.
12239         * config.sub: Updated to 2003-01-28's version.
12240
12241 2003-01-30  Alexandre Oliva  <aoliva@redhat.com>
12242
12243         * config.if: If gcc_version is already set, just use it.  Don't set
12244         gcc_version_trigger if it's already set, otherwise set it to
12245         gcc/version.c, but only if the file exists.  If it is not set and
12246         gcc/version.c does not exist, try to extract the version number from
12247         $CC.
12248
12249 2003-01-29  Andreas Tobler  <a.tobler@schweiz.ch>
12250
12251         * MAINTAINERS: Add myself to write-after-approval list.
12252
12253 2003-01-27  Phil Edwards  <pme@gcc.gnu.org>
12254
12255         * configure.in:  Revert 24Jan change.
12256         * configure:  Regenerate.
12257
12258 2003-01-25  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
12259
12260         * MAINTAINERS: Remove incorrect entry for Paul Eggert.  Fix
12261         entry of HJ Lu.
12262
12263 2003-01-23  Nathanael Nerode  <neroden@gcc.gnu.org>
12264
12265         * configure.in: Revert previous change.
12266         * configure: Regenerate.
12267
12268 2003-01-23  Nathanael Nerode  <neroden@gcc.gnu.org>
12269
12270         * configure.in: Make rda native-only.
12271         * configure: Regenerate.
12272
12273 2003-01-22  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
12274
12275         * MAINTAINERS: Move myself from GNATS-only-accounts to
12276         write-after-approval.
12277
12278 2003-01-19  Nathanael Nerode  <neroden@gcc.gnu.org>
12279
12280         * configure.in: Add missing \.
12281         * configure: Rebuilt.
12282
12283 2003-01-17  Jakub Jelinek  <jakub@redhat.com>
12284
12285         * configure.in (baseargs): Avoid using \| in sed regular
12286         expressions.
12287         * configure: Rebuilt.
12288
12289 2003-01-16  Jakub Jelinek  <jakub@redhat.com>
12290
12291         * configure.in (baseargs): Remove all supported forms of
12292         --cache-file, --srcdir, --host, --build and --target options
12293         from argument lists.
12294         * configure: Rebuilt.
12295
12296 2003-01-15  Josef Zlomek  <zlomekj@suse.cz>
12297
12298         * MAINTAINERS: Add myself to write-after-approval list.
12299
12300 2003-01-15  Alexandre Oliva  <aoliva@redhat.com>
12301
12302         * configure.in (noconfigdirs): Don't skip gas on IRIX 6.
12303         * configure: Rebuilt.
12304
12305 2003-01-09  Nathanael Nerode  <neroden@gcc.gnu.org>
12306
12307         * configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.
12308         * Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc.
12309         * Makefile.in: Regenerate.
12310         * configure: Regenerate.
12311
12312 2003-01-09  Alexandre Oliva  <aoliva@redhat.com>
12313
12314         * configure.in: Remove Makefile in build, host and target modules
12315         unless configure was run with --no-recursion.
12316         * configure: Rebuilt.
12317
12318 2003-01-09  Christian Cornelssen  <ccorn@cs.tu-berlin.de>
12319
12320         * Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR.
12321         (install-info, dir.info): Prepend $(DESTDIR) to $(infodir).
12322         * Makefile.in: Regenerate.
12323
12324 2003-01-08  Chris Demetriou  <cgd@broadcom.com>
12325
12326         * config.guess: Update to 2003-01-03 version.
12327         * config.sub: Update to 2003-01-03 version.
12328
12329 2003-01-07  Christopher Faylor  <cgf@redhat.com>
12330
12331         * configure: Regenerate with proper autoconf 2.13.
12332
12333 2003-01-07  Christopher Faylor  <cgf@redhat.com>
12334
12335         * configure.in: Add AC_PREREQ for consistency.
12336         * configure: Regenerate.
12337
12338 2003-01-06  Andrew Cagney  <ac131313@redhat.com>
12339
12340         * configure.in (GDB_TK): Add tcl directories conditional on
12341         gdb/gdbtk directory being present.
12342         * configure: Regenerate.
12343
12344 2003-01-04  John David Anglin  <dave.anglin@nrc.ca>
12345
12346         * configure.in (LD): Improve test for gcc.  Try to set LD to the ld
12347         used by gcc if LD is not defined and we are not doing a Canadian Cross.
12348         * configure: Rebuilt.
12349
12350 2002-12-31  Tom Tromey  <tromey@redhat.com>
12351
12352         * Makefile.in: Rebuilt.
12353         * Makefile.def (target_modules) [libffi]: Allow installation.
12354
12355 2002-12-31  Andreas Schwab  <schwab@suse.de>
12356
12357         * configure.in: Fix use of $program_transform_name.
12358         * configure: Regenerated.
12359
12360 2002-12-30  Daniel Jacobowitz  <drow@mvista.com>
12361
12362         * configure.in (baseargs): Don't remove first configure argument.
12363         * configure: Regenerated.
12364
12365 2002-12-29  Alexandre Oliva  <aoliva@redhat.com>
12366
12367         * Makefile.tpl (local-distclean): Don't remove...
12368         (multilib.ts): ... this.  Moved into...
12369         (multilib.out): ... this.  Don't use sub-make.
12370         ($(BUILD_SUBDIR)/[+module+]/Makefile, [+module+]/Makefile,
12371         $(TARGET_SUBDIR)/[+module+]/Makefile, gcc/Makefile): Moved into...
12372         (configure-build-[+module+], configure-[+module+],
12373         configure-target-[+module+], configure-gcc): ... these.  Test
12374         for Makefile existence.  Drop config.status from dependencies.
12375         * Makefile.in: Rebuilt.
12376         * configure.in: Move gcc-version-trigger to the end of
12377         ac_configure_args.  Add comments to maybedep.tmp and
12378         serdep.tmp.  Introduce --disable-serial-configure.  Remove
12379         nonopt from baseargs, matching and removing corresponding
12380         whitespace while at it.
12381         * configure: Rebuilt.
12382
12383 2002-12-28  Alexandre Oliva  <aoliva@redhat.com>
12384
12385         * configure.in (host_configargs): Replace reference to
12386         no-longer-defined buildopts with --build=${build_alias}.
12387         * configure: Rebuilt.
12388
12389         * Makefile.tpl ($(NOTPARALLEL)): Move to the end.  Bring uses of
12390         program_transform_name to standard idiom.
12391         (AUTOGEN, AUTOCONF): Define.
12392         (Makefile.in): Use $(AUTOGEN).
12393         (Makefile): Depend on config.status, and use autoconf-style rule to
12394         build it.  Move original commands to...
12395         (config.status): ... this new target.
12396         (configure): Add $(srcdir).  Depend on config/acx.m4.  Use
12397         $(AUTOCONF).
12398         * Makefile.in: Rebuilt.
12399
12400 2002-12-28  Nathanael Nerode  <neroden@gcc.gnu.org>
12401
12402         * Makefile.tpl: Fix dramatic bustage due to change in
12403         program_transform_name.
12404         * Makefile.in: Regenerate.
12405
12406         * configure.in: Remove unnecessary PATH setting.
12407         * configure: Regnerate.
12408
12409         * configure.in: Don't default to unprefixed tools unless
12410         the native tools will work.
12411         * configure: Regenerate.
12412
12413         * configure.in: Convert to autoconf script.  Blow away lots
12414         of now-redundant Makefile fragments.
12415         * configure: Generate using Autoconf.
12416         * Makefile.tpl: Rewrite to reflect autoconfiscation.
12417         * Makefile.in: Regenerate.
12418
12419 2002-12-27  Nathanael Nerode  <neroden@gcc.gnu.org>
12420
12421         * configure: Fix stupid bug where RANLIB was mistakenly included.
12422
12423         * configure.in: Rename (buildargs, hostargs, targargs) to
12424         (build_configargs, host_configargs, target_configargs).
12425
12426         * configure.in: Move logic out of sed statement.
12427
12428         * configure: Remove unneeded 'export's.  Make CC_FOR_TARGET,
12429         CXX_FOR_TARGET, GCJ_FOR_TARGET substituted in configure.in only.
12430
12431 2002-12-25  Svein E. Seldal  <Svein.Seldal@solidas.com>
12432
12433         * config.sub: Import from master repository
12434         * config.guess: Ditto
12435
12436 2002-12-24  Andreas Schwab  <schwab@suse.de>
12437
12438         * Makefile.tpl (multilib.out): Fix missing space.
12439         * Makefile.in: Regenerate.
12440
12441 2002-12-23  Nathanael Nerode  <neroden@gcc.gnu.org>
12442
12443         * Makefile.tpl: Use shared multilib.out.  Use move-if-change for it.
12444         Convert (cd foo; make) to (cd foo && make).  Clean up multilib.out.
12445         * Makefile.in: Regenerate.
12446         * configure.in: Remove unnecessary leftovers.
12447
12448 2002-12-21  Geoffrey Keating  <geoffk@apple.com>
12449
12450         * configure.in (extra_ranlibflags_for_target): New variable.
12451         (*-*-darwin): Add -c to ranlib commands.
12452         * configure (tooldir): Handle extra_ranlibflags_for_target.
12453
12454 2002-12-19  Nathanael Nerode  <neroden@gcc.gnu.org>
12455
12456         * Makefile.tpl: Revert HJL's change.
12457         * Makefile.in: Regenerated.
12458         * configure.in: Put build_prefix before $(BUILD_SUBDIR) here, and
12459         always.
12460
12461 2002-12-19  Andreas Schwab  <schwab@suse.de>
12462
12463         * Makefile.tpl, configure.in: Substitute libstdcxx_incdir.
12464         * Makefile.in: Regenerate.
12465
12466 2002-12-18  H.J. Lu  <hjl@gnu.org>
12467
12468         * Makefile.tpl: Add @build_prefix@ before $(BUILD_SUBDIR).
12469         * Makefile.in: Regenerated.
12470
12471         * configure.in (build_prefix): New. Substitute.
12472
12473 2002-12-18  Nathanael Nerode  <neroden@gcc.gnu.org>
12474
12475         * Makefile.tpl: Don't let real targets depend on phony targets.
12476         * Makefile.in: Regenerate.
12477
12478         * Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo.
12479         * Makefile.in: Regenerate.
12480
12481 2002-12-17  Svein E. Seldal  <Svein.Seldal@solidas.com>
12482
12483         * config.sub: Import from master repository
12484         * config.guess: Ditto
12485
12486 2002-12-16  Jason Merrill  <jason@redhat.com>
12487
12488         * Makefile.tpl (all-gcc): Use 'make quickstrap' if there was a
12489         previous 'make bootstrap'.
12490         * Makefile.in: Regenerate.
12491
12492 2002-12-17  Hans-Peter Nilsson  <hp@bitrange.com>
12493
12494         * configure.in (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb.
12495
12496 2002-12-13  Nathanael Nerode  <neroden@gcc.gnu.org>
12497
12498         * configure.in, Makefile.tpl, Makefile.def: Remove tclX.
12499         * Makefile.in: Regenerate.
12500
12501 2002-12-13  Jason Merrill  <jason@redhat.com>
12502
12503         * Makefile.tpl (check-gcc-c++): Renamed from check-c++.  Don't run
12504         library tests.
12505         (check-c++): Just depend on it and check-target-libstdc++-v3.
12506         * Makefile.in: Regenerate.
12507
12508 2002-12-12  Alexandre Oliva  <aoliva@redhat.com>
12509
12510         * Makefile.tpl (configure-target-rda): Depend on $(ALL_GCC_C).
12511         * Makefile.in: Rebuilt.
12512
12513 2002-12-12  Alexandre Oliva  <aoliva@redhat.com>
12514
12515         * Makefile.in (configure-target-rda): Depend on ALL_GCC_C.
12516
12517 2002-12-10  Nathanael Nerode  <neroden@gcc.gnu.org>
12518
12519         * configure: Fix bug put in by gremlins.
12520
12521         * Makefile.tpl: Substitute more autoconfily.
12522         * configure: Substitute more autoconfily.
12523         * Makefile.in: Regenerate.
12524
12525 2002-12-09  Svein E. Seldal  <Svein.Seldal@solidas.com>
12526
12527         * config.sub: Import from master repository
12528         * config.guess: Ditto
12529         * MAINTAINERS: Added Svein Seldal under write after approval
12530
12531 2002-12-08  Andrew Cagney  <ac131313@redhat.com>
12532
12533         * Makefile.tpl (all-sim): Depend on maybe-configure-gdb.
12534         * Makefile.in (all-sim): Ditto.
12535
12536 2002-12-06  DJ Delorie  <dj@redhat.com>
12537
12538         * Makefile.tpl: Change configure dependencies to not have real
12539         targets depend on phony targets.
12540
12541 2002-12-05  Nathanael Nerode  <neroden@gcc.gnu.org>
12542
12543         * configure.in: Revert unintentional change.
12544
12545         * Makefile.tpl: Change dependency for */multilib.out so that
12546         it works when gcc isn't in the tree.
12547
12548         * configure.in: Substitute more.
12549         * configure: Run subconfigures from the Makefile.
12550         * Makefile.tpl: Run subconfigures from the Makefile; add a few
12551         convenience targets.  Make sure gcc isn't rebuilt after bootstrap.
12552
12553 2002-12-05  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
12554
12555         * MAINTAINERS: Add Christian Ehrhardt under "GNATS only".
12556
12557 2002-12-03  Nathanael Nerode  <neroden@gcc.gnu.org>
12558
12559         * Makefile.tpl: Add targets for configuring host subdirs in Makefile,
12560         and corresponding dependencies.
12561         * Makefile.in: Regenerate.
12562
12563         * configure.in (host_tools): Order binutils, gas and ld for
12564         convenience in running the testsuites.
12565
12566         * Makefile.tpl: Introduce rules to serialize subconfigure runs.
12567         * Makefile.in: Regenerate.
12568         * configure.in: Introduce rules to serialize subconfigure runs.
12569
12570         * configure.in: Introduce BASE_CC_FOR_TARGET.
12571         * Makefile.tpl: Reorganize and comment.  Introduce HOST_CONFIGARGS.
12572         Realize configure-build-* targets.  Realize configure-target-* targets.
12573         * Makefile.in: Regenerate.
12574
12575 2002-12-02  Nathanael Nerode  <neroden@gcc.gnu.org>
12576
12577         * configure: Move gcc_version_trigger stuff from here...
12578         * configure.in: ...to here.
12579
12580         * configure.in: Separate subconfigure options added by this file from
12581         options given by the user.  Add machinery to put args for host
12582         subconfigures into the Makefile.
12583
12584         * Makefile.tpl: Remove 'vault' targets.
12585         * Makefile.tpl: Reorder and comment dependencies.
12586         * Makefile.in: Regenerate.
12587
12588 2002-12-01  Nathanael Nerode  <neroden@gcc.gnu.org>
12589         * configure.in: Fix my broken commit of previous patch. (sigh)
12590
12591 2002-11-28  Geoffrey Keating  <geoffk@apple.com>
12592
12593         * configure.in: Move host-specific darwin noconfigdirs into
12594         the host-specific section.
12595
12596 2002-11-28  Geoffrey Keating  <geoffk@apple.com>
12597
12598         * configure.in: Move host-specific darwin noconfigdirs into
12599         the host-specific section.
12600
12601 2002-11-26  Nathanael Nerode  <neroden@gcc.gnu.org>
12602
12603         * configure: Remove skip-this-dir support.
12604         * Makefile.tpl: Remove skip-this-dir support.
12605
12606         * Makefile.tpl: Remove leftover support for non-autoconfiscated
12607         subdirectories.
12608         * Makefile.in: Regenerate.
12609
12610         * Makefile.tpl: Strip out useless setting of 'dir'.
12611         * Makefile.in: Regenerate.
12612
12613 2002-11-22  Nathanael Nerode  <neroden@gcc.gnu.org>
12614
12615         * configure.in: Fix deeply stupid bug.
12616
12617         * configure.in: Introduce RAW_CXX_FOR_TARGET and simplify embedded
12618         shell code in CXX_FOR_TARGET
12619         * Makefile.def: Introduce raw_cxx.
12620         * Makefile.tpl: Use raw_cxx to select between CXX_FOR_TARGET and
12621         RAW_CXX_FOR_TARGET.
12622         * Makefile.in: Regenerate.
12623
12624 2002-11-21  Nathanael Nerode  <neroden@gcc.gnu.org>
12625
12626         * Makefile.tpl: Remove unnecessary ifs.
12627         * Makefile.in: Regenerate.
12628
12629         * Makefile.tpl: Implement soft dependency machinery.  Maybe-ize
12630         dependencies.  Maybe-ize build-libiberty.  Create dummy install
12631         targets for 'no_install' modules.
12632         * configure: Move GDB_TK substitution to configure.in.  Move
12633         build_modules stuff to configure.in.
12634         * configure.in: Implement soft dependency machinery.  Maybe-ize
12635         GDB_TK, rearrange slightly.  Move build_modules stuff from configure.
12636         * Makefile.in: Regenerate.
12637
12638 2002-11-19  Nathanael Nerode  <neroden@gcc.gnu.org>
12639
12640         * Makefile.tpl: Make all-target, install-target behave similarly
12641         to all, install (only hitting configured targets).  Eliminate
12642         unused macro defintions.
12643
12644         * Makefile.tpl: Add all-gcc: all-build-libiberty dependency when
12645         build != host.
12646
12647         * Makefile.tpl: Add all-gcc: all-libiberty dependency.
12648
12649         * ltcf-c.sh, ltcf-gcj.sh, Makefile.tpl: Correct BUILD/HOST confusion.
12650
12651         * configure.in: Produce lists of subdir targets we're actually
12652         configuring.  Remove references to "dosrel".
12653         * Makefile.tpl: Let configure set which subdir targets are hit.
12654         Remove install-cross; clean up install; remove ALL.  Remove
12655         references to "dosrel".  Remove "EXTRA_TARGET_HOST" hackery.
12656         Autogenerate host module targets.  Remove empty dependency lines
12657         and redundant dependency; rearrange slightly.
12658         * Makefile.def: Add host-side libtermcap, utils.
12659
12660         * Makefile.in: Regenerate.
12661
12662 2002-11-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
12663
12664         * ltconfig (osf[345]): Append $major to soname_spec.
12665         Reflect this in library_names_spec.
12666         * ltmain.sh (osf): Prefix $major with . for use as extension.
12667
12668 2002-11-19  Andreas Jaeger  <aj@suse.de>
12669
12670         * libtool.m4 (libtool_flags): Add patch from libtool CVS: Support
12671         linking of 32-bit libraries with ld on the x86-64, ppc64, s390x
12672         and sparc64 GNU/Linux systems.
12673
12674 2002-11-19  Nathan Sidwell  <nathan@codesourcery.com>
12675
12676         * MAINTAINERS: Update email.
12677
12678 2002-11-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
12679
12680         * MAINTAINERS: Complete James Dennett's entry.
12681
12682 2002-11-15  Eric Botcazou  <ebotcazou@libertysurf.fr>
12683
12684         * MAINTAINERS (Write After Approval): Add myself.
12685
12686 2002-11-13  Bruce Korb  <bkorb@gnu.org>
12687
12688         * Makefile.tpl: syntactic cleanup
12689
12690 2002-11-13  Stuart Hastings  <stuart@apple.com>
12691
12692         * MAINTAINERS: Add myself to write-after-approval list.
12693
12694 2002-11-12  Nathanael Nerode  <neroden@gcc.gnu.org>
12695
12696         * Makefile.def: Add list of recursive targets to autogenerate.
12697         Add build_modules.
12698         * Makefile.tpl: Autogenerate do-* targets.  Autogenerate *-target-*
12699         targets.  Autogenerate *-build-* targets.
12700         * Makefile.in: Regenerate.
12701
12702 2002-11-12  Nathanael Nerode  <neroden@gcc.gnu.org>
12703
12704         * configure: More autoconf-style substitutions.
12705         * Makefile.tpl: More autoconf-style substitutions.
12706         * Makefile.in: Regenerate.
12707
12708 2002-11-11  Nathanael Nerode  <neroden@gcc.gnu.org>
12709
12710         * configure: Substitute more variables in a more autoconf-friendly
12711         way.  Simplify slightly.
12712         * Makefile.tpl: Make more variables substitutable in an
12713         autoconf-friendly way.
12714         * Makefile.in: Regenerate.
12715
12716 2002-11-11  Jonathan Wakely  <redi@gcc.gnu.org>
12717
12718         * MAINTAINERS (Write After Approval): Add myself.
12719
12720 2002-11-10  Nathanael Nerode  <neroden@gcc.gnu.org>
12721
12722         * configure.in (v810*): Remove special setting of tools.
12723
12724         * configure: Add support for extra required flags for ar or nm.
12725         * configure.in (aix4.3+): Use above support for target-specific
12726         issues, rather than using config/mt-aix43.
12727
12728 2002-11-09  Nathanael Nerode  <neroden@gcc.gnu.org>
12729
12730         * configure: Remove 'removing', which doesn't work.  Replace $subdir
12731         with . everywhere.  Replace $subdirs with ''.  Replace $makesrcdir
12732         with $srcdir.  Reformat indentation.  Substitute some variables
12733         formerly hard-coded in the Makefile for build=host.
12734         * Makefile.tpl: Autogenerate more; make more autoconf-friendly.
12735         * Makefile.def: Autogenerate more.
12736         * Makefile.in: Regenerate.
12737
12738 2002-11-04  Adam Nemet  <anemet@lnxw.com>
12739
12740         * MAINTAINERS (Write After Approval): Add myself.
12741
12742 2002-11-04  Kevin Buettner  <kevinb@redhat.com>
12743
12744         * Makefile.def (host_modules): Add rda.
12745         * Makefile.in: Regenerate.
12746         * configure.in (target_tool): Add target-rda to list.
12747
12748 2002-10-28  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
12749
12750         * MAINTAINERS: Remove "co-maintainer" note for web pages.
12751
12752 2002-10-25  Phil Edwards  <pme@gcc.gnu.org>
12753
12754         * Makefile.tpl (bootstrap):  Add bubblestrap, quickstrap, cleanstrap,
12755         and restrap targets to this rule.
12756         * Makefile.in:  Regenerate.
12757
12758 2002-10-25  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
12759
12760         * MAINTAINERS: Add Wolfgang Bangerth and Volker Reichelt under
12761         GNATS only accounts.
12762
12763 2002-10-24  Hans-Peter Nilsson  <hp@bitrange.com>
12764
12765         * configure.in (i[3456]86-*-linux*): Add check to disable
12766         ${libgcj} for glibc1.
12767
12768 2002-10-24  Denis Chertykov  <denisc@overta.ru>
12769
12770         * MAINTAINERS: Add myself as ip2k port maintainer.
12771
12772 2002-10-07  Svein E. Seldal  <Svein.Seldal@solidas.com>
12773
12774         * configure.in: Add tic4x target.
12775
12776 2002-10-03  Nathanael Nerode  <neroden@gcc.gnu.org>
12777
12778         * Makefile.tpl: Make SET_LIB_PATH substitution more autoconfy.
12779         * configure.in: Make SET_LIB_PATH substitution more autoconfy.
12780         * Makefile.in: Regenerate.
12781
12782         * Makefile.tpl: Make RPATH_ENVVAR substitution more autoconfy.
12783         * configure.in: Make RPATH_ENVVAR substitution more autoconfy.
12784         * Makefile.in: Regenerate.
12785
12786 2002-10-02  Janis Johnson  <janis187@us.ibm.com>
12787
12788         * MAINTAINERS: Add myself as web pages co-maintainer.
12789
12790 2002-10-02  Nathanael Nerode  <neroden@gcc.gnu.org>
12791
12792         * Makefile.tpl: Eliminate reference to all-gui, all-libproc.
12793         * Makefile.in: Regenerate.
12794
12795 2002-10-02  Zack Weinberg  <zack@codesourcery.com>
12796
12797         * MAINTAINERS: Add myself and Nathan Sidwell
12798         <nathan@codesourcery.com> as VxWorks maintainers.
12799
12800 2002-10-02  Nathanael Nerode  <neroden@gcc.gnu.org>
12801
12802         * Makefile.def: Remove order dependency comments.
12803         * Makefile.tpl: Add explicit install-install dependencies.
12804         * Makefile.in: Regenerate.
12805
12806         * Makefile.tpl: Remove material now in src-release.  (Finally!)
12807         * Makefile.in: Regenerate.
12808
12809         * Makefile.tpl: Add configure-target (for src-release in src)
12810         * Makefile.in: Regenerate.
12811
12812 2002-09-30  Nick Clifton  <nickc@redhat.com>
12813
12814         * Makefile.in (BINUTILS_SUPPORT_DIRS): Add cpu directory.
12815
12816 2002-09-30  Ulrich Weigand  <uweigand@de.ibm.com>
12817
12818         * configure.in (s390*-*-linux*): Enable libgcj.
12819
12820 2002-09-29  Nathanael Nerode  <neroden@gcc.gnu.org>
12821
12822         * configure: Revert accidentally applied changes.
12823
12824         * Makefile.tpl: Make more autoconf-friendly.
12825         * Makefile.in: Regenerate.
12826         * configure: Make substitution more autoconf-like.
12827
12828 2002-09-28  Richard Earnshaw  <rearnsha@arm.com>
12829
12830         * configure.in (arm-*-coff, strongarm-*-coff, xscale-*-coff): Use a
12831         single entry to handle all these.
12832         (arm-*-elf, strongarm-*-elf, xscale-*-elf): Likewise.  Also enable
12833         libjava on arm-*-elf.
12834
12835 2002-09-27  Geoffrey Keating  <geoffk@apple.com>
12836
12837         * configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or the
12838         things that depend on them.
12839
12840 2002-09-25  Nathanael Nerode  <neroden@gcc.gnu.org>
12841
12842         * Makefile.tpl: Make subsituted variables more autoconfy.
12843         * Makefile.in: Regenerate.
12844         * configure: Make seds more autoconfy.
12845
12846 2002-09-25  Nathanael Nerode  <neroden@gcc.gnu.org>
12847
12848         * Makefile.tpl: Rewrite substituted lines to look autoconfy.
12849         * Makefile.in: Regenerate.
12850         * configure.in: Rewrite sed statements to look autoconfy.
12851
12852         * Makefile.tpl: Autogenerate *-target-* lists, dependencies of
12853         all-target-foo on configure-target-foo.
12854         * Makefile.def: Ditto.
12855         * Makefile.in: Rebuild.
12856
12857 2002-09-25  Andrew Haley  <aph@redhat.com>
12858
12859         * MAINTAINERS: Add aph@redhat.com as Java maintainer.
12860
12861 2002-09-22  Nathanael Nerode  <neroden@gcc.gnu.org>
12862
12863         * Makefile.def: New file.
12864         * Makefile.tpl: New file.
12865         * Makefile.in: Generate from Makefile.tpl with 'autogen Makefile.def'.
12866         * contrib/gcc_update: Note that Makefile.in is a generated file.
12867
12868         * configure.in: Minor rearrangement.  Simplify tests.
12869
12870 2002-09-22  Jason Thorpe  <thorpej@wasabisystems.com>
12871
12872         * configure.in (with_headers): Skip copy if value is "yes".
12873         (with_libs): Likewise.
12874
12875 2002-09-20  Nathanael Nerode  <neroden@gcc.gnu.org>
12876
12877         * configure.in (*-*-netbsd*): Use noconfigdirs, not skipdirs.
12878         * configure.in (sh*-*-pe*): Ditto.
12879         * configure.in (mips*-*-pe*): Ditto.
12880         * configure.in (*arm-wince-pe): Ditto.
12881
12882         * configure.in: Rearrange.
12883
12884 2002-09-14  Kazu Hirata  <kazu@cs.umass.edu>
12885
12886         * MAINTAINERS: Update my email address.
12887
12888 2002-08-30  Paul Koning  <pkoning@equallogic.com>
12889
12890         * MAINTAINERS: (Write After Approval): Add myself.
12891
12892 2002-08-29  Geoffrey Keating  <geoffk@redhat.com>
12893
12894         * MAINTAINERS: Update Jason Eckhardt's address, remove i860.
12895
12896 2002-08-24  Geoffrey Keating  <geoffk@redhat.com>
12897
12898         * MAINTAINERS: Change my mailing address.
12899
12900 2002-08-21  Paolo Carlini  <pcarlini@unitus.it>
12901
12902         * MAINTAINERS (Write After Approval): Remove myself.
12903         (Various Maintainers: c++ runtime libs): Add myself.
12904
12905 2002-08-20  Loren J. Rittle  <ljrittle@acm.org>
12906
12907         * MAINTAINERS (Write After Approval): Remove myself.
12908         (Various Maintainers: c++ runtime libs): Add myself.
12909
12910 2002-08-15  Eric Christopher  <echristo@redhat.com>
12911
12912         * config.sub: Import from master repository.
12913         * config.guess: Ditto.
12914
12915 2002-08-19  Alexandre Oliva  <aoliva@redhat.com>
12916
12917         * Makefile.in (GCC_FOR_TARGET): Prepend STAGE_CC_WRAPPER.
12918         * configure.in (CC_FOR_TARGET, GCJ_FOR_TARGET, CXX_FOR_TARGET,
12919         CXX_FOR_TARGET_FOR_RECURSIVE_MAKE): Likewise.
12920
12921 2002-08-16  Aldy Hernandez  <aldyh@redhat.com>
12922
12923         * MAINTAINERS: Add self to rs6000 vector extensions.
12924
12925 2002-08-15  Alexandre Oliva  <aoliva@redhat.com>
12926
12927         * libiberty/configure: Reverted unintended yesterday's check in.
12928
12929 2002-08-14  Alexandre Oliva  <aoliva@redhat.com>
12930
12931         * boehm-gc/configure, libf2c/configure: Rebuilt.
12932         * libffi/configure, libiberty/configure: Ditto.
12933         * libjava/configure, libobjc/configure: Ditto.
12934         * libstdc++-v3/configure, zlib/configure: Ditto.
12935         Merged from binutils:
12936         2002-01-27  Daniel Jacobowitz  <drow@mvista.com>
12937         From Steve Ellcey <sje@cup.hp.com>:
12938         * libtool.m4 (HPUX_IA64_MODE): Set to 32 or 64 based on ABI.
12939         (lt_cv_deplibs_check_method, lt_cv_file_magic_cmd,
12940         lt_cv_file_magic_test_file): Set to appropriate values for HP-UX
12941         IA64.
12942         * ltcf-c.sh (archive_cmds, hardcode_*): Ditto.
12943         * ltconfig (shlibpath_*, dynamic_linker, library_names_spec,
12944         soname_spec, sys_lib_search_path_spec): Ditto.
12945
12946 2002-08-06  Federico G. Schwindt  <fgsch@olimpo.com.br>
12947
12948         * configure.in (hppa*-*-openbsd*): Treat like hppa*-*-*elf*.
12949
12950 2002-08-04  H.J. Lu  (hjl@gnu.org)
12951
12952         * configure.in (mips*-*-linux*): Don't skip target-libffi.
12953
12954 2002-08-02  Krister Walfridsson  <cato@df.lth.se>
12955
12956         * MAINTAINERS (Write After Approval): Add myself.
12957
12958 2002-07-31  Alan Modra  <amodra@bigpond.net.au>
12959
12960         * configure.in: Move generic linux case to end.  Copy generic
12961         linux noconfigdirs to mips*-*-linux* entry and new
12962         powerpc64*-*-linux* entry.  Add target-libffi for the latter.
12963
12964 2002-07-19  Michael Matz  <matz@suse.de>
12965
12966         * MAINTAINERS: Add myself as ra* maintainer.
12967
12968 2002-07-16  Chris Demetriou  <cgd@broadcom.com>
12969
12970         * config.guess: Update to 2002-07-09 version.
12971         * config.sub: Update to 2002-07-03 version.
12972
12973 2002-07-15  Hans-Peter Nilsson  <hp@bitrange.com>
12974
12975         * MAINTAINERS: Fix typo in a maintainer email address.
12976
12977 2002-07-11  Nathanael Nerode  <neroden@gcc.gnu.org>
12978
12979         * configure.in: Remove two redundant tests.
12980
12981 2002-07-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
12982
12983         * configure.in (mips*-*-irix6*o32): Enable stabs.
12984
12985 2002-07-08  Nathanael Nerode  <neroden@gcc.gnu.org>
12986
12987         * configure.in: Don't build grez.
12988         * Makefile.in: Ditto.
12989
12990         * Makefile.in: Remove references to bsp, cygmon, libstub.
12991         * configure.in: Ditto.
12992
12993         * configure.in: Remove leftover reference to gdbtest.
12994
12995 2002-07-08  Phil Edwards  <pme@gcc.gnu.org>
12996
12997         * configure.in (gxx_include_dir):  Change to match versioned
12998         C++ headers if --enable-version-specific-runtime-libs is used.
12999
13000 2002-07-04  Steve Ellcey  <sje@cup.hp.com>
13001
13002         * ltcf-cxx.sh (hpux*): Modify to support ia64-*-hpux*.
13003
13004 2002-07-03  Nathanael Nerode  <neroden@gcc.gnu.org>
13005
13006         * configure.in: Make --without-x work.
13007
13008 2002-07-02  Nathanael Nerode  <neroden@gcc.gnu.org>
13009
13010         * configure.in: Rearrange target Makefile fragment collection.
13011
13012         * Makefile.in: Don't try to build gdbtest, tgas, ispell, inet, or
13013         cvs[src].
13014         * configure.in: Ditto.
13015
13016 2002-07-01  Matt Kraai  <kraai@alumni.cmu.edu>
13017
13018         * MAINTAINERS (Write After Approval): Update my e-mail address.
13019
13020 2002-06-24  Ben Elliston  <bje@redhat.com>
13021
13022         * configure.in (host_tools): Remove cgen.
13023
13024         * Makefile.in (all-cgen): Remove; runs from its source directory.
13025         (check-cgen, install-cgen, clean-cgen): Likewise.
13026         (all-opcodes): Do not depend on all-cgen.
13027         (all-sim): Likewise.
13028
13029 2002-07-01  Nathanael Nerode  <neroden@gcc.gnu.org>
13030
13031         * Makefile.in: Eliminate 'apache' targets.
13032         * configure.in: Eliminate 'apache' targets.
13033
13034         * configure.in: Eliminate redundant tests.  Reorganize.
13035
13036         * Makefile.in: Eliminate last reference to LIBGCC1_TEST.
13037
13038         * config-ml.in: Eliminate references to Cygnus configure.
13039
13040         * Makefile.in: Eliminate references to building emacs.
13041
13042 2002-06-28  Graham Stott  <graham.stott@btinternet.com>
13043
13044         * MAINTAINERS: Update my email address.
13045
13046 2002-06-26  Benjamin Kosnik  <bkoz@redhat.com>
13047
13048         * config.if (libstdcxx_incdir): Version C++ headers.
13049         (cxx_incdir): Remove.
13050
13051 2002-06-25  Nathanael Nerode  <neroden@gcc.gnu.org>
13052
13053         * MAINTAINERS (Write After Approval): Add self.
13054
13055 Thu Jun 20 00:35:14 2002  Denis Chertykov  <denisc@overta.ru>
13056
13057         * configure.in: Add support for ip2k.
13058
13059 2002-06-22  Nathanael Nerode  <neroden@twcny.rr.com>
13060
13061         * configure.in: Fix AIX configury bug.
13062
13063 2002-06-20  Steve Ellcey  <sje@cup.hp.com>
13064
13065         * MAINTAINERS (Write After Approval): Add self.
13066
13067 2002-06-19  Nathanael Nerode  <neroden@twcny.rr.com>
13068
13069         * configure.in: replace ${topsrcdir} with ${srcdir}
13070
13071         * configure.in: Move definition of libstdcxx_flags
13072         right above usage, rather than waaay earlier.
13073
13074         * configure.in: Pull definition of is_cross_compiler earlier.
13075
13076         * configure.in: Rearrange a little.
13077
13078         * configure.in: Remove references to librx.
13079         * Makefile.in: Remove references to librx.
13080
13081 Tue Jun 18 22:37:35 2002  Denis Chertykov  <denisc@overta.ru>
13082
13083         * config.sub: Add support for avr target.
13084         Import from master sources, rev 1.255
13085
13086 2002-06-19  Phil Edwards  <pme@gcc.gnu.org>
13087
13088         * configure, .cvsignore:  Revert previous change...
13089         * Makefile:  ...delete.
13090
13091 2002-06-19  Nathanael Nerode  <neroden@twcny.rr.com>
13092
13093         * configure.in: Eliminate ${gasdir} variable.
13094
13095 2002-06-18  Dave Brolley  <brolley@redhat.com>
13096
13097         * configure.in: Add support for frv.
13098         * config.sub: Add support for frv.
13099
13100 2002-06-18  Phil Edwards  <pme@gcc.gnu.org>
13101
13102         * configure:  Remove garbage from previous commit.
13103
13104 2002-06-18  Phil Edwards  <pme@gcc.gnu.org>
13105
13106         * configure:  For in-source builds, make a subdir and re-exec there.
13107         * Makefile:  New file.  Pass targets through to build directory.
13108         * .cvsignore:  No longer ignore "Makefile".
13109
13110 2002-06-16  Douglas Rupp  <rupp@gnat.com>
13111
13112         * MAINTAINERS (Write After Approval): Add self.
13113
13114 2002-06-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13115
13116         * Makefile.in (CFLAGS_FOR_TARGET): Add -O2.
13117
13118 2002-06-08  Jason Thorpe  <thorpej@wasabisystems.com>
13119
13120         * configure.in (vax-*-netbsd*): Re-enable gas.
13121
13122 2002-05-31  Nathanael Nerode  <neroden@twcny.rr.com>
13123
13124         * Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with BUILD_PREFIX,
13125         BUILD_PREFIX_1, to correct nomenclature.
13126         * configure: Likewise.
13127
13128         * Makefile.in: Eliminate version-specific references to tcl8.1, tk8.1.
13129         * configure.in: Eliminate version-specific references to tcl8.1, tk8.1.
13130
13131 2002-05-31  Olaf Hering  <olh@suse.de>
13132
13133         * config-ml.in: Propogate DESTDIR also.
13134
13135 2002-05-29  Jason Thorpe  <thorpej@wasabisystems.com>
13136
13137         * configure.in (vax-*-netbsd*): Don't build gas for this
13138         platform.
13139
13140 2002-05-28  Marek Michalkiewicz  <marekm@amelek.gda.pl>
13141
13142         * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
13143         and libgcj for AVR.
13144
13145 2002-05-23  Kaz Kojima  <kkojima@gcc.gnu.org>
13146
13147         * MAINTAINERS (Write After Approval): Add myself.
13148
13149 2002-05-22  Jason Thorpe  <thorpej@wasabisystems.com>
13150
13151         * config.guess: Update to 2002-05-22 version.
13152         * config.sub: Likewise.
13153
13154 2002-05-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
13155
13156         * Makefile.in: Allow for PWDCMD to override hardcoded pwd.
13157         * config-ml.in: Likewise.
13158         * configure: Likewise.
13159         * configure.in: Likewise.
13160
13161 2002-05-16  Stephane Carrez  <stcarrez@nerim.fr>
13162
13163         * MAINTAINERS: Update my email address.
13164
13165 2002-05-13  Nathanael Nerode  <neroden@twcny.rr.com>
13166
13167         * configure.in: Simplify makefile fragment collection.
13168
13169         * configure.in: Remove code to build emacs.
13170
13171         * configure.in : Remove --srcdir argument from targargs and buildargs
13172         (it's always overridden in the Makefile anyway).  Rearrange a bit.
13173
13174         * configure: Move some logic to configure.in.
13175         * configure.in: Move some logic from configure.
13176
13177 2002-05-11  Tom Tromey  <tromey@redhat.com>
13178
13179         * MAINTAINERS: Reflect libgcj reality.
13180
13181 2002-05-09  Federico G. Schwindt  <fgsch@olimpo.com.br>
13182
13183         * Makefile.in: Honour DESTDIR.
13184
13185 2002-05-08  Mark Mitchell  <mark@codesourcery.com>
13186
13187         * config.guess: Import 2002-03-20 version.
13188         * config.sub: Import 2002-04-26 version.
13189
13190 2002-05-08  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
13191
13192         * config-ml.in: Allow for PWDCMD to determine ML_POPDIR.
13193
13194 2002-05-07  Tim Josling  <tej@melbpc.org.au>
13195
13196         * MAINTAINERS: Add self.
13197
13198 2002-05-06  Loren J. Rittle  <ljrittle@acm.org>
13199
13200         * ltmain.sh: Detect and handle object name conflicts
13201         while piecewise linking a static library.
13202
13203 2002-05-05  Alexandre Oliva  <aoliva@redhat.com>
13204
13205         * configure.in (noconfigdirs): Don't disable libgcj on
13206         sparc64-*-solaris* and sparcv9-*-solaris*.
13207
13208 2002-05-03  Alexandre Oliva  <aoliva@redhat.com>
13209
13210         * configure.in: Revert 2002-04-18's patch; fixed in libjava.
13211
13212 2002-05-03  Thomas Fitzsimmons  <fitzsim@redhat.com>
13213
13214         * configure.in (FLAGS_FOR_TARGET): Do not add
13215         -B$$r/$(TARGET_SUBDIR)/newlib/ when compiling newlib natively
13216         on i[3456]86-*-linux*.
13217
13218 2002-05-01  Thomas Fitzsimmons  <fitzsim@redhat.com>
13219
13220         * configure.in (noconfigdirs): Replace [ ] with test.
13221
13222         * configure.in (noconfigdirs): Do not add target-newlib if
13223         target == i[3456]86-*-linux*, and host == target.
13224
13225 2002-04-29  Nathanael Nerode  <neroden@doctormoo.dyndns.org>
13226
13227         * configure.in: delete reference to absent file
13228
13229         * configure.in: replace '[' with 'test'
13230
13231         * configure.in: Eliminate references to gash.
13232         * Makefile.in: Eliminate references to gash.
13233
13234         * configure.in: remove useless references to 'pic' makefile fragments.
13235
13236         * configure.in: (*-*-windows*) Finish removing.
13237
13238         * configure.in: Eliminate redundant test for libgui.
13239
13240 2002-04-29  Roger Sayle  <roger@eyesopen.com>
13241
13242         * MAINTAINERS: Add self and realphabetize.  Update entries
13243         for Dan Berlin, Chris Demetriou and Michael Matz.  Remove
13244         entry for a29k port maintainer.
13245
13246 2002-04-26  Joel Sherrill  <joel@OARcorp.com>
13247
13248         * configure.in (h8300*-*-rtems*): Disable libf2c and libgcj.
13249         (sparc-*-elf*, sparc64-*-elf*): Disable libgcj.
13250
13251 2002-04-19  Nathanael Nerode  <neroden@twcny.rr.com>
13252
13253         * configure.in: remove references to dead files
13254
13255 2002-04-19  Mark Mitchell  <mark@codesourcery.com>
13256
13257         * MAINTAINERS: Add information about purpose of this file.
13258
13259 2002-04-18  Tom Tromey  <tromey@redhat.com>
13260
13261         * configure.in: Disallow configuring libgcj when it is already
13262         installed and we're using Solaris 2.8 linker.  Do enable libgcj on
13263         Solaris 2.8 by default.  For PR libgcj/6158.
13264
13265 2002-04-17  Nathanael Nerode  <neroden@twcny.rr.com>
13266
13267         * configure.in:  Move default CC setting out of config/mh-* fragments
13268         directly into here.
13269
13270 2002-04-17  Nathanael Nerode  <neroden@twcny.rr.com>
13271
13272         * configure.in: don't even try to configure or make a subdirectory
13273         if there's no configure script for it.
13274
13275 2002-04-15  Mark Mitchell  <mark@codesourcery.com>
13276
13277         * MAINTAINERS: Remove chill maintainers.
13278         * Makefile.in (CHILLFLAGS): Remove.
13279         (CHILL_LIB): Remove.
13280         (TARGET_CONFIGDIRS): Remove libchill.
13281         (CHILL_FOR_TARGET): Remove.
13282         (BASE_FLAGS_TO_PASS): Don't pass CHILLFLAGS, CHILL_FOR_TARGET, or
13283         CHILL_LIB.
13284         (CONFIGURE_TARGET_MODULES): Remove configure-target-libchill.
13285         (CHECK_TARGET_MODULES): Likewise.
13286         (INSTALL_TARGET_MODULES): Likewise.
13287         (CLEAN_TARGET_MODULES): Likewise.
13288         (configure-target-libchill): Remove.
13289         (all-target-libchill): Remove.
13290         * configure.in (target_libs): Remove target-libchill.
13291         Do not compute CHILL_FOR_TARGET.
13292         * libchill: Remove directory.
13293
13294 2002-04-11  DJ Delorie  <dj@redhat.com>
13295
13296         * Makefile.in, configure.in: Sync with binutils, entries
13297         follow...
13298
13299 2002-04-07  Andrew Cagney  <ac131313@redhat.com>
13300
13301         * Makefile.in (do-tar-bz2): Delete rule.  Replace with ...
13302         (do-tar, do-bz2): New rules.
13303         (taz): Update.  Replace do-tar-bz2 with do-tar and do-bz2.
13304         (gdb-tar): New rule.
13305         (gdb-taz): Rewrite.  Use gdb-tar and do-bz2.
13306         (insight_dejagnu.tar): New rule.
13307         (insight.tar): New rule.
13308         (gdb+dejagnu.tar): New rule.
13309         (gdb.tar): New rule.
13310
13311 2002-02-01  Mo DeJong  <supermo@bayarea.net>
13312
13313         * Makefile.in: Add all-tix to deps for all-snavigator
13314         so that tix is built when building snavigator.
13315
13316 2002-01-11  Steve Ellcey  <sje@cup.hp.com>
13317
13318         * configure.in (ia64*-*-hpux*): New target for IA64 HP-UX,
13319         ld and gdb are not supported.
13320
13321 2002-01-07  Mark Salter  <msalter@redhat.com>
13322
13323         * configure.in: Remove target-bsp and target-cygmon from arm builds.
13324         Allow target-libgloss to be built for arm, strongarm, and xscale.
13325
13326 2001-12-13  Thomas Fitzsimmons  <fitzsim@redhat.com>
13327
13328         * configure.in (FLAGS_FOR_TARGET): Remove -nostdinc and -isystem
13329         options for i[3456]86-pc-linux* native builds.
13330
13331 2001-11-20  Nick Clifton  <nickc@cambridge.redhat.com>
13332
13333         * Makefile.in (do-proto-toplev): Use msgfmt to generate .gmo
13334         files from .po files for a distribution.
13335
13336 2001-09-03  Jeff Holcomb  <jeffh@redhat.com>
13337
13338         * configure.in: Enable libstdc++-v3 for h8300 targets.
13339
13340 2001-06-19  Alan Modra  <amodra@bigpond.net.au>
13341
13342         * Makefile.in (VER): If AM_INIT_AUTOMAKE uses BFD_VERSION, get
13343         version from bfd/.
13344
13345 Fri Jun  8 11:14:02 2001  Andrew Cagney  <cagney@b1.cygnus.com>
13346
13347         * Makefile.in (VER): When present, extract the version number from
13348         the file version.in.
13349
13350 2001-05-24  Tom Rix  <trix@redhat.com>
13351
13352         * configure.in : enable ld for aix
13353
13354 2001-02-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
13355
13356         * config.guess: Add linux target for S/390.
13357
13358 2000-11-07  Philip Blundell  <pb@futuretv.com>
13359
13360         * Makefile.in (ETC_SUPPORT): Also add configbuild.* and configdev.*.
13361
13362 2000-11-03  Philip Blundell  <pb@futuretv.com>
13363
13364         * Makefile.in (ETC_SUPPORT): Add configure.texi and associated info
13365         files.
13366
13367 2001-01-15  Ben Elliston  <bje@redhat.com>
13368
13369         * configure.in (host_tools): Add sid.
13370         Always configure cgen.
13371
13372 2000-11-24  Nick Clifton  <nickc@redhat.com>
13373
13374         * configure.in (c4x, c5x, tic54x): Move after ARM targets.
13375
13376 2000-08-20  Doug Evans  <dje@casey.transmeta.com>
13377
13378         * Makefile.in (ALL_MODULES): Add all-cgen.
13379         (CROSS_CHECK_MODULES,INSTALL_MODULES,CLEAN_MODULES): Similarily.
13380         (all-cgen): New target.
13381         (all-opcodes,all-sim): Depend on all-cgen.
13382         * configure.in (host_tools): Add cgen.
13383         Only configure cgen if --enable-cgen-maint.
13384
13385 2002-04-09  Loren J. Rittle  <ljrittle@acm.org>
13386
13387         * configure.in: Add *-*-freebsd* configurations.
13388
13389 2002-04-08  Tom Tromey  <tromey@redhat.com>
13390
13391         * configure.in: Add FLAGS_FOR_TARGET to GCJ_FOR_TARGET.
13392         Fixes PR libgcj/6068.
13393
13394 2002-03-30  Krister Walfridsson  <cato@df.lth.se>
13395
13396         * configure.in (i*86-*-netbsdelf*): Don't disable libgcj.
13397
13398 2002-03-27  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
13399
13400         * configure.in (alpha*-dec-osf*): Enable libgcj.
13401
13402 2003-03-27  Matthew Gingell  <gingell@gnat.com>
13403
13404         * MAINTAINERS (Write After Approval): Add myself.
13405
13406 2002-03-24  Nick Clifton  <nickc@cambridge.redhat.com>
13407
13408         Fix for: PR bootstrap/3591, target/5676
13409         * configure.in (mcore-pe): Disable the configuration of
13410         libstdc++-v3 since exceptions are not supported.
13411
13412 2002-03-20  Anthony Green  <green@redhat.com>
13413
13414         * configure.in: Enable libgcj for xscale-elf target.
13415
13416 Tue Mar 19 09:05:08 2002  J"orn Rennecke  <joern.rennecke@superh.com>
13417
13418         * MAINTAINERS:  Update my email address.
13419
13420 2002-03-16  Alexandre Oliva  <aoliva@redhat.com>
13421
13422         * ltmain.sh (relink_command): Fix typo in previous change.
13423
13424 2002-03-15  Alexandre Oliva  <aoliva@redhat.com>
13425
13426         * ltmain.sh (taglist): Initialized.  Don't let `CC' tag out of it.
13427         (relink_command): Added --tag flags.
13428         (mode=install): If relinking fails; error out.
13429
13430 2002-03-12  Richard Henderson  <rth@redhat.com>
13431
13432         * Makefile.in (NOTPARALLEL): New.  Use it instead of explicit
13433         .NOTPARALLEL tag.
13434         (do-check): Rename from check.
13435         (check): Allow parallel check.
13436
13437 2002-03-12  Bob Wilson  <bob.wilson@acm.org>
13438
13439         * MAINTAINERS: Add myself as maintainer for xtensa port.
13440         Fix alphabetical order in CPU port maintainer list.
13441         Remove myself from Write After Approval list.
13442
13443 2002-03-11  Richard Henderson  <rth@redhat.com>
13444
13445         * Makefile.in (.NOTPARALLEL): Add fake tag.
13446
13447 2002-03-07  H.J. Lu  (hjl@gnu.org)
13448
13449         * configure.in: Enable gprof for mips*-*-linux*.
13450
13451 2002-03-05  Danny Smith  <dannysmith@users.sourceforge.net>
13452
13453         * MAINTAINERS (Write After Approval): Add myself.
13454
13455 2002-02-28  Alexandre Oliva  <aoliva@redhat.com>
13456
13457         * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
13458         libjava.
13459         (CXX_FOR_TARGET): Explain why -shared-libgcc here.
13460
13461 2002-02-23  Alexandre Oliva  <aoliva@redhat.com>
13462
13463         * Makefile.in (MAKEINFO): Don't assume makeinfo will be built just
13464         because its Makefile is there; test for the executable instead.
13465
13466 2002-02-22  Alexandre Oliva  <aoliva@redhat.com>
13467
13468         * configure.in (CXX_FOR_TARGET): Add -shared-libgcc for
13469         libstdc++-v3 and libjava.
13470
13471 2002-02-11  Adam Megacz  <adam@xwt.org>
13472
13473         * gcc/Makefile.in: Removed libstdc++-v3 dependancy for libjava and
13474         boehm-gc
13475
13476 2002-02-09  Alexandre Oliva  <aoliva@redhat.com>
13477
13478         * config.guess: Updated to 2002-01-30's version.
13479         * config.sub: Updated to 2002-02-01's version.
13480         Contribute sh64-elf.
13481         2000-12-01  Alexandre Oliva  <aoliva@redhat.com>
13482         * configure.in: Added sh64-*-*.
13483
13484 2002-02-08  Chris Demetriou  <cgd@broadcom.com>
13485
13486         * MAINTAINERS: Belatedly add myself to write after approval list.
13487
13488 Thu Feb  7 12:40:58 CET 2002  Jan Hubicka  <jh@suse.cz>
13489
13490         * MAINTAINERS: Put self in as maintainer for x86-64 port.
13491         Remove self as Write After Approval.
13492
13493 2002-01-31  Geoffrey Keating  <geoffk@redhat.com>
13494
13495         * MAINTAINERS: Put self in as maintainer for contrib/regression
13496         directory.
13497
13498 2002-01-28  Phil Edwards  <pme@gcc.gnu.org>
13499
13500         * MAINTAINERS:  Update my email address.
13501
13502 2002-01-26  Jason Thorpe  <thorpej@wasabisystems.com>
13503
13504         * configure.in (*-*-netbsd*): New.  Skip target-newlib,
13505         target-libiberty, and target-libgloss.  Skip Java-related
13506         libraries if not supported for NetBSD on target CPU.
13507
13508 2002-01-25  Douglas B Rupp  <rupp@gnat.com>
13509
13510         * install-sh: Use _inst.$$_ for temp file name.
13511
13512 2002-01-24  Jason Thorpe  <thorpej@wasabisystems.com>
13513
13514         * MAINTAINERS (Write After Approval): Move my contact info
13515         from here...
13516         (OS Port Maintainers): ...to here (netbsd).
13517
13518 2002-01-22  Bob Wilson  <bob.wilson@acm.org>
13519
13520         * MAINTAINERS (Write After Approval): Add myself.
13521
13522 2002-01-17  H.J. Lu  <hjl@gnu.org>
13523
13524         * Makefile.in (all-fastjar): Also depend on all-libiberty.
13525         (all-target-fastjar): Also depend on all-target-libiberty.
13526
13527 2002-01-16  H.J. Lu  (hjl@gnu.org)
13528
13529         * config.guess: Import from master sources, rev 1.225.
13530         * config.sub: Import from master sources, rev 1.238.
13531
13532 2002-01-16  Kazu Hirata  <kazu@hxi.com>
13533
13534         * MAINTAINERS (Write After Approval): Remove myself.
13535
13536 2001-12-19  Florian Weimer  <fw@deneb.enyo.de>
13537
13538         * MAINTAINERS (Write After Approval): Add myself.
13539
13540 2001-12-17  Joseph S. Myers  <jsm28@cam.ac.uk>
13541
13542         * MAINTAINERS: Add self as docs co-maintainer.
13543
13544 2001-12-11  Matthias Klose  <doko@debian.org>
13545
13546         * MAINTAINERS (Write After Approval): Add myself.
13547
13548 2001-12-09  Zack Weinberg  <zack@codesourcery.com>
13549
13550         * MAINTAINERS: Update my email address.
13551
13552 2001-12-07  Turly O'Connor  <turly@apple.com>
13553         * MAINTAINERS (Write After Approval): Add myself.
13554         * rs6000.c (rs6000_trampoline_size): Handle ABI_DARWIN case.
13555         (rs6000_initialize_trampoline): Call __trampoline_setup for
13556         ABI_DARWIN too.
13557         * darwin-tramp.asm: New file, implements __trampoline_setup.
13558         * t-darwin (LIB2FUNCS_EXTRA): Include darwin-tramp.asm.
13559
13560 2001-12-07  Paolo Carlini  <pcarlini@unitus.it>
13561
13562         * MAINTAINERS (Write After Approval): Add myself.
13563
13564 Wed Dec  5 07:33:45 2001  Douglas B. Rupp  <rupp@gnat.com>
13565
13566         * configure, configure.in: Use temp file for long sed commands.
13567
13568 2001-12-03  Laurent Guerby  <guerby@acm.org>
13569
13570         * config.sub: Update to version 1.232 on subversion.
13571
13572 2001-12-03  Ben Elliston  <bje@redhat.com>
13573
13574         * MAINTAINERS: Update mail address for config.* patches.
13575
13576 2001-11-27  DJ Delorie  <dj@redhat.com>
13577             Zack Weinberg  <zack@codesourcery.com>
13578
13579         When build != host, create libiberty for the build machine.
13580
13581         * Makefile.in (TARGET_CONFIGARGS, BUILD_CONFIGARGS): Replace
13582         CONFIG_ARGUMENTS.
13583         (ALL_BUILD_MODULES_LIST, BUILD_CONFIGDIRS, BUILD_SUBDIR):
13584         New variables.
13585         (ALL_BUILD_MODULES, CONFIGURE_BUILD_MODULES): New variables
13586         and rules.
13587         (all.normal): Depend on ALL_BUILD_MODULES.
13588         (CONFIGURE_TARGET_MODULES rule): Use TARGET_CONFIGARGS.
13589         (all-build-libiberty): Depend on configure-build-libiberty.
13590
13591         * configure: Calculate and substitute proper value for
13592         ALL_BUILD_MODULES.
13593         * configure.in: Create the build subdirectory.
13594         Calculate and substitute TARGET_CONFIGARGS (formerly
13595         CONFIG_ARGUMENTS); also BUILD_SUBDIR and BUILD_CONFIGARGS (new).
13596
13597 2001-11-26  Ziemowit Laski  <zlaski@apple.com>
13598
13599         * MAINTAINERS (write-after-approval): Add self.
13600
13601 2001-11-17  Craig Rodrigues  <rodrigc@gcc.gnu.org>
13602
13603         * MAINTAINERS (GNATS only accounts): Remove self.
13604
13605 2001-11-14  Hans-Peter Nilsson  <hp@bitrange.com>
13606
13607         * configure.in (noconfigdirs) [h8300*-*-*, h8500-*-*]: Disable
13608         libf2c.
13609
13610 2001-11-12  Craig Rodrigues  <rodrigc@gcc.gnu.org>
13611
13612         * MAINTAINERS (Write After Approval): Add self.
13613
13614 2001-11-12  David O'Brien  <obrien@FreeBSD.org>
13615
13616         * MAINTAINERS: mips and s390 are also CPU ports.
13617
13618 2001-11-12  David O'Brien  <obrien@FreeBSD.org>
13619
13620         * MAINTAINERS: mcore, cris and mmix are also CPU ports.
13621
13622 2001-11-11  David O'Brien  <obrien@FreeBSD.org>
13623
13624         * MAINTAINERS: Alphabetize.
13625
13626 2001-11-09  Kazu Hirata  <kazu@hxi.com>
13627
13628         * MAINTAINERS (Various maintainers: h8 port): Add myself.
13629
13630 2001-11-09  John David Anglin  <dave@hiauly1.hia.nrc.ca>
13631
13632         * MAINTAINERS (Various maintainers: hppa port): Added myself.
13633
13634 2001-11-08  Phil Edwards  <pedwards@disaster.jaj.com>
13635
13636         * configure.in (--enable-languages): Be more permissive about
13637         syntax.  Check for empty lists better.  Warn about $LANGUAGES.
13638
13639 2001-11-08  Geoffrey Keating  <geoffk@redhat.com>
13640
13641         * config.sub: Import from master sources, rev. 1.230.
13642         * MAINTAINERS: Change 'stormy16' to 'xstormy16'.
13643
13644 2001-11-07  Laurent Guerby  <guerby@acm.org>
13645
13646         * MAINTAINERS (Write After Approval): Add self.
13647
13648 2001-11-06  Hans-Peter Nilsson  <hp@bitrange.com>
13649
13650         * Makefile.in (MAKEINFO): Use "missing" for makeinfo older than 4.0.
13651
13652 2001-11-05  Hans-Peter Nilsson  <hp@bitrange.com>
13653
13654         * config.sub: Import from master sources, rev 1.226.
13655         * config.guess: Import from master sources, rev 1.216.
13656
13657 2001-11-03  Hans-Peter Nilsson  <hp@bitrange.com>
13658
13659         * configure.in (noconfigdirs) [mmix-*-*]: Disable libgcj.
13660         * MAINTAINERS: Add self as maintainer of MMIX port.
13661         Remove old after-approval entry.
13662
13663 2001-10-28  Joseph S. Myers  <jsm28@cam.ac.uk>
13664
13665         * ChangeLog, configure: Fix spelling errors.
13666
13667 2001-10-20  Brendan Kehoe  <brendan@zen.org>
13668
13669         * MAINTAINERS: Tweak my address.
13670
13671 Thu Oct 11 21:50:15 2001  J"orn Rennecke  <amylaar@onetel.net.uk>
13672
13673         * MAINTAINERS: Update my email address.
13674
13675 2001-10-11  Hans-Peter Nilsson  <hp@axis.com>
13676
13677         * configure.in (noconfigdirs) [cris-*-*]: Disable libgcj.
13678         * MAINTAINERS: Add self as maintainer of CRIS port.
13679
13680 2001-10-10  Geert Bosch  <bosch@gnat.com>
13681
13682         * MAINTAINERS (Various maintainers: Ada front end):
13683         Added Robert Dewar.
13684
13685 2001-10-03  David Billinghurst  <David.Billinghurst@riotinto.com>
13686
13687         * MAINTAINERS (Write After Approval): Added self
13688
13689 2001-10-02  Geert Bosch  <bosch@gnat.com>
13690
13691         * MAINTAINERS (Various maintainers: Ada front end): Added myself.
13692
13693 2001-10-02  Joseph S. Myers  <jsm28@cam.ac.uk>
13694
13695         * configure: Handle temporary files securely using mkdir.
13696
13697 2001-09-29  Alexandre Oliva  <aoliva@redhat.com>
13698
13699         * Makefile.in (configure-target-gperf): Depend on $(ALL_GCC_CXX).
13700
13701 2001-09-26  Will Cohen  <wcohen@redhat.com>
13702
13703         * configure.in (*-*-linux*): Disable configuration of target-newlib
13704         and target-libgloss.
13705
13706 2001-09-26  Alexandre Oliva  <aoliva@redhat.com>
13707
13708         * Makefile.in (EXTRA_TARGET_FLAGS): Pass RANLIB_FOR_TARGET for
13709         RANLIB.
13710
13711 2001-09-21  Alexandre Oliva  <aoliva@redhat.com>
13712
13713         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET,
13714         DLLTOOL_FOR_TARGET, WINDRES_FOR_TARGET, AR_FOR_TARGET,
13715         RANLIB_FOR_TARGET, NM_FOR_TARGET): Don't use double quotes to
13716         avoid quotes nesting problems.
13717         (NATIVE_CHECK_MODULES): Ditto, just for consistency.
13718         (DO_X): Export only variables that are set.
13719
13720 2001-09-19  Ben Elliston  <bje@redhat.com>
13721
13722         * configure.in (sparc-sun-solaris2*): Don't use /usr/bin/which on
13723         Solaris when testing for the /usr/ucb/cc compiler; it has incorrect
13724         semantics.  Use the shell built-in "type" command instead.
13725
13726 2001-08-31  Alexandre Oliva  <aoliva@redhat.com>
13727
13728         Merged from gcc-3_0-branch:
13729         2001-07-30  Jeff Sturm  <jsturm@one-pont.com>
13730         * ltcf-c.sh: Use $objext, not $ac_objext.
13731         2001-07-27  Mark Kettenis  <kettenis@gnu.org>
13732         * ltcf-cxx.sh: Add support for GNU.
13733         2001-07-22  Timothy Wall  <twall@redhat.com>
13734         * ltcf-c.sh: Don't disable shared libraries for AIX5/IA64.  Preserve
13735         default settings if using GNU tools with that configuration.
13736         * ltcf-cxx.sh: Ditto.
13737         * ltcf-gcj.sh: Ditto.
13738         2001-07-21  Michael Chastain  <chastain@redhat.com>
13739         * ltconfig: Set max_cmd_len to a maximum of 512Kb, as it seems some
13740         HPUX 11.0 systems have trouble with 1MB.  Mark as gcc-local.
13741         * ltmain.sh: Mark as gcc-local.
13742
13743 2001-08-30  Eric Christopher  <echristo@redhat.com>
13744             Jason Eckhardt  <jle@redhat.com>
13745
13746         * config.guess: Merge from master sources.
13747         * config.sub: Merge from master sources, add support for mipsisa32.
13748
13749 2001-08-25  Geoffrey Keating  <geoffk@redhat.com>
13750         * config.sub: Merge from master sources, rev 1.219.
13751         * MAINTAINERS: Add self as contact for stormy16 port.
13752
13753 2001-08-14  Zack Weinberg  <zackw@panix.com>
13754
13755         * config.sub: Merge from master sources, rev 1.218.
13756         * config.guess: Merge from master sources, rev 1.209.
13757
13758 2001-08-11  Graham Stott  <grahams@redhat.com>
13759
13760         * Makefile.in (check-c++): Add missing semicolon.
13761
13762 Mon Jul 30 19:24:13 CEST 2001  Jan Hubicka  <jh@suse.cz>
13763
13764         * MAINTAINERS (Various maitainers: predict.def): Added myself.
13765
13766 2001-07-30  Eric Christopher  <echristo@redhat.com>
13767
13768         * MAINTAINERS (Various maintainers: mips port): Added myself.
13769
13770 2001-07-25  Andrew Haley  <aph@cambridge.redhat.com>
13771
13772         * configure.in (sh-*-linux*): New.
13773
13774 2001-07-27  Richard Henderson  <rth@redhat.com>
13775
13776         * .cvsignore: Add LAST_UPDATED.
13777
13778 2001-07-23  Ulrich Weigand  <uweigand@de.ibm.com>
13779
13780         * MAINTAINERS (Various maintainers: s390 port): Added myself.
13781
13782 2001-07-16  Aldy Hernandez  <aldyh@redhat.com>
13783
13784         * config.sub: Fix mips64vr5000el typo in CPU-COMPANY.
13785
13786 Fri Jul 13 14:31:57 2001  Nicola Pero  <nicola@brainstorm.co.uk>
13787
13788         * MAINTAINERS (Write After Approval): Added myself.
13789
13790 2001-07-12  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
13791
13792         * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
13793         and libgcj on m68hc11/m68hc12.
13794
13795 2001-06-27  H.J. Lu  (hjl@gnu.org)
13796
13797         * Makefile (CFLAGS_FOR_BUILD): New.
13798         (EXTRA_GCC_FLAGS): Add CFLAGS_FOR_BUILD.
13799
13800 2001-06-13  Joseph S. Myers  <jsm28@cam.ac.uk>
13801
13802         * README: Remove version number.
13803
13804 2001-06-13  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
13805
13806         * INSTALL/README: Update wrt. to the installation instructions now
13807         residing in gcc/doc/install.texi.
13808
13809 2001-06-13  Joseph S. Myers  <jsm28@cam.ac.uk>
13810
13811         * README: Replace with a cut-down and updated version of gcc/README.
13812
13813 2001-06-12  David Edelsohn  <edelsohn@gnu.org>
13814
13815         * config-ml.in (powerpc-*-* | rs6000-*-*): Allow aix64 and pthread
13816         multilibs to be disabled.
13817
13818 2001-06-11  Daniel Berlin  <dan@cgsoftware.com>
13819
13820         * MAINTAINERS (Write After Approval): Add myself.
13821
13822 2001-06-09  Alexandre Oliva  <aoliva@redhat.com>
13823
13824         * config.guess: Import CVS version 1.195.
13825         * config.sub: Import CVS version 1.212.
13826
13827 2001-06-08  Alexandre Oliva  <aoliva@redhat.com>, Jeff Sturm  <jsturm@one-point.com>
13828
13829         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
13830         gcc/xgcc is built, use -print-prog-name to find out the program
13831         name to use.
13832
13833 2001-06-04  Phil Edwards  <pme@sources.redhat.com>
13834
13835         * config.guess:  Import CVS version 1.194.  All gcc-local changes
13836         appear to also be in the master copy.
13837         * config.sub:  Import CVS version 1.211.
13838
13839 Mon Jun  4 16:32:53 2001  Mark Mitchell  <mark@codesourcery.com>
13840
13841         * ltcf-c.sh (archive_cmds, archive_expsym_cmds) [solaris,
13842         with_gcc]: Use `gcc -shared' to build a shared library.
13843
13844 Mon Jun  4 16:24:43 2001  John David Anglin  <dave@hiauly1.hia.nrc.ca>
13845
13846         * ltcf-c.sh (archive_cmd) [hpux, with_gcc]: Use gcc to link shared
13847         archives.
13848
13849 Fri Jun  1 18:55:19 2001  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
13850
13851         * MAINTAINERS (Write After Approval): Add myself.
13852
13853 2001-06-01  Hans-Peter Nilsson  <hp@axis.com>
13854
13855         * configure.in (libstdcxx_flags): Do not try to execute
13856         libstdc++-v3/testsuite_flags until it exists.
13857
13858 2001-06-01  Alan Modra  <amodra@bigpond.net.au>
13859
13860         * MAINTAINERS: Update my email address.
13861
13862 2001-05-31  Graham Stott  <grahams@redhat.com>
13863
13864         * MAINTAINERS (Write After Approval): Add myself.
13865
13866 2001-05-28  Simon Patarin  <simon.patarin@inria.fr>
13867
13868         * ltcf-cxx.sh (osf3/osf4/osf5): Support creation of C++  shared
13869         libraries when using g++ with native linker.
13870
13871 2001-05-28  Alexandre Oliva  <aoliva@redhat.com>
13872
13873         * ltconfig, ltmain.sh: Upgrade to libtool 1.4a 1.641.2.256.
13874
13875 2001-05-22  Alexandre Oliva  <aoliva@redhat.com>
13876
13877         * ltcf-cxx.sh (allow_undefined_flag, no_undefined_flag)
13878         [aix4*|aix5*]: Prepend blank.
13879
13880 2001-05-20  Alexandre Oliva  <aoliva@redhat.com>
13881
13882         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
13883         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.254.  Rebuilt a number
13884         of subdir/configure scripts to use the new libtool.m4.
13885
13886 2001-05-19  Matt Kraai  <kraai@alumni.carnegiemellon.edu>
13887
13888         * MAINTAINERS (Write After Approval): Add myself.
13889
13890 2001-05-18  Benjamin Kosnik  <bkoz@redhat.com>
13891
13892         * configure.in (libstdcxx_flags): Remove reference to libstdc++.INC.
13893
13894 2001-05-11  Ben Elliston  <bje@redhat.com>
13895
13896         * Makefile.in (all-sid): New target.
13897         (check-sid, clean-sid, install-sid): Likewise.
13898
13899 2001-05-09  Jeffrey Oldham  <oldham@codesourcery.com>
13900
13901         * ltcf-cxx.sh: Add -nostdlib to IRIX 6 archive_cmds.
13902
13903 2001-05-03  Alexandre Oliva  <aoliva@redhat.com>
13904
13905         * configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: Disable
13906         libgcj.
13907
13908 2001-05-03  Alexandre Oliva  <aoliva@redhat.com>
13909
13910         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
13911         gcc/xgcc is built, use -print-prog-name to find out the program
13912         name to use.
13913
13914 2001-04-26  Alexandre Oliva  <aoliva@redhat.com>
13915
13916         * configure.in (noconfigdirs): Don't reset it from scratch in the
13917         target case; only append to it.
13918
13919         * configure.in (noconfigdirs) [hppa*-*-*, mips*-*-irix6*,
13920         sparc-*-solaris2.8]: Disable ${libgcj}.
13921
13922 2001-04-25  Alexandre Oliva  <aoliva@redhat.com>
13923
13924         * configure.in (libgcj_saved): Copy from $libgcj.
13925         (libgcj): Zero out if --enable-libgcj; add to noconfigdirs is
13926         --disable-libgcj.
13927
13928 2001-04-25  Gavin Romig-Koch  <gavin@redhat.com>
13929
13930         * MAINTAINERS: Remove self as MIPS maintainer and
13931         C front end maintainer.
13932
13933 Mon Apr 23 09:15:03 2001  Anthony Green  <green@redhat.com>
13934
13935         * configure.in: Move *-chorusos target case to the proper switch.
13936         Disable libgcj.
13937
13938 2001-04-12  Alexandre Oliva  <aoliva@redhat.com>
13939
13940         * ltconfig, ltmain.sh, ltcf-cxx.sh: Upgraded to libtool 1.4a
13941         1.641.2.228.
13942
13943 2001-04-13  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
13944
13945         * Makefile.in (STAGE1_CFLAGS): Pass down.
13946
13947 2001-04-13  Alan Modra  <amodra@one.net.au>
13948
13949         * config.guess: Add hppa64-linux support.  Note for next import that
13950         this is already in the master file.
13951         * configure.in: Likewise.  Accept `parisc' alias for `hppa'.
13952
13953 2001-04-12  Alexandre Oliva  <aoliva@redhat.com>
13954
13955         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
13956         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.226.
13957
13958 2001-04-11  Stan Shebs  <shebs@apple.com>
13959
13960         * MAINTAINERS: Add self as Darwin port maintainer.
13961
13962 2001-04-11  Alan Modra  <amodra@one.net.au>
13963
13964         * MAINTAINERS: Update my email address.
13965
13966 2001-04-10  Loren J. Rittle  <ljrittle@acm.org>
13967
13968         * ltcf-cxx.sh: Support creation of C++ shared libraries on
13969         recent versions of FreeBSD (release 3 or later).
13970         * ltconfig: On FreeBSD, -lc must not be provided when building
13971         a shared library or else the standard -pthread gcc option is
13972         rendered worthless to later users of the built library.
13973
13974 2001-04-06  Joseph S. Myers  <jsm28@cam.ac.uk>
13975
13976         * MAINTAINERS: Add self and RTH as C front end maintainers.
13977
13978 2001-04-05  Alexandre Oliva  <aoliva@redhat.com>
13979
13980         * config.sub: Make sure to match an already-canonicalized
13981         machine name (eg. mn10300-unknown-elf).
13982
13983 2001-04-01  Alexandre Oliva  <aoliva@redhat.com>
13984
13985         * Makefile.in (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS):
13986         New macros.
13987         (bootstrap, cross): Use RECURSE_FLAGS.
13988         * configure.in: Subst CXX_FOR_TARGET_FOR_RECURSIVE_MAKE.
13989
13990 2001-03-27  Alexandre Oliva  <aoliva@redhat.com>
13991
13992         * configure.in (CXX_FOR_TARGET): Use xgcc for libstdc++-v3.
13993
13994 2001-03-22  Colin Howell  <chowell@redhat.com>
13995
13996         * Makefile.in (DO_X): Do not backslash single-quotes in
13997         backquotes (two places).
13998
13999 2001-03-22  Alexandre Oliva  <aoliva@redhat.com>
14000
14001         Re-installed:
14002         2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
14003         * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP.  Do not add
14004         '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
14005         * ltcf-cxx.sh: Likewise.
14006         * ltcf-gcj.sh: Likewise.
14007
14008 2001-03-22  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
14009
14010         * MAINTAINERS: Add myself as "documentation co-maintainer".
14011
14012 2001-03-22  Alexandre Oliva  <aoliva@redhat.com>
14013
14014         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
14015         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.198.
14016
14017 2001-03-19  Tom Tromey  <tromey@redhat.com>
14018
14019         * config-ml.in: Handle GCJ and GCJFLAGS.
14020
14021 2001-03-21  Michael Chastain  <chastain@redhat.com>
14022
14023         * Makefile.in: all-m4 depends on all-texinfo.
14024
14025 2001-03-20  Loren J. Rittle  <ljrittle@acm.org>
14026
14027         * MAINTAINERS: Add myself to write after approval list.
14028
14029 2001-03-18  Laurynas Biveinis  <lauras@softhome.net>
14030
14031         * Makefile.in (DO_X): Quote nested quotes.
14032
14033 2001-03-18  Alan Modra  <alan@linuxcare.com.au>
14034
14035         * MAINTAINERS: Add myself to write after approval list.
14036
14037 2001-03-15  Laurynas Biveinis  <lauras@softhome.net>
14038
14039         * Makefile.in (DO_X): Use double quotes for quoting
14040         "RANLIB=$${RANLIB}".
14041
14042 2001-03-10  Ovidiu Predescu  <ovidiu@cup.hp.com>
14043
14044         * MAINTAINERS: Added Stan Shebs as new maintainer for Objective-C.
14045
14046 2001-03-09  Nicola Pero  <n.pero@mi.flashnet.it>
14047
14048         * configure.in: Only use `lang_requires' for languages athat are
14049         actually enabled.
14050
14051 2001-03-08  Phil Edwards  <pme@sources.redhat.com>
14052
14053         * MAINTAINERS (C++ runtime libs):  Update and alphabatize.
14054
14055 2001-03-08  Alexandre Oliva  <aoliva@redhat.com>
14056
14057         * Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use.
14058
14059 2001-03-07  Tom Tromey  <tromey@redhat.com>
14060
14061         * configure.in: Allow config-lang.in to set `lang_requires' to list
14062         of other required languages.
14063
14064 2001-03-06  Laurynas Biveinis  <lauras@softhome.net>
14065
14066         * Makefile.in: Remove RANLIB definition. Use RANLIB
14067         in RANLIB_FOR_TARGET, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS,
14068         EXTRA_GCC_FLAGS, $(DO_X) targets only when the RANLIB is set.
14069
14070 2001-02-28  Benjamin Kosnik  <bkoz@redhat.com>
14071             Alexandre Oliva  <aoliva@redhat.com>
14072
14073         * Makefile.in (check-c++): Use tabs, not spaces.
14074
14075 2001-02-20  Laurynas Biveinis  <lauras@softhome.net>
14076
14077         * MAINTAINERS: add myself to Write After Approval list.
14078
14079 2001-02-19  Benjamin Kosnik  <bkoz@redhat.com>
14080
14081         * Makefile.in (check-c++): New rule.
14082
14083         * configure.in (target_libs): Remove libg++.
14084         (noconfigdirs): Remove libg++.
14085         (noconfigdirs): Same.
14086         (noconfigdirs): Same.
14087         (noconfigdirs): Same.
14088
14089         * config-ml.in: Remove libg++ references.
14090
14091         * Makefile.in (TARGET_CONFIGDIRS): Remove libio, libstdc++, libg++.
14092         (ALL_TARGET_MODULES): Same.
14093         (configure-target-libg++): Remove.
14094         (all-target-libg++): Remove.
14095         (configure-target-libio): Remove.
14096         (all-target-libio): Remove.
14097         (check-target-libio): Remove.
14098         (.PHONY): Remove.
14099         (libg++.tar.bz2): Remove.
14100         (all-target-cygmon): Remove libio.
14101         (all-target-libstdc++): Remove.
14102         (configure-target-libstdc++): Remove.
14103         (TARGET_LIB_PATH): Remove libstdc++.
14104         (ALL_GCC_CXX): Remove libstdc++.
14105         (all-target-gperf): Correct.
14106
14107 2001-02-16  Nick Clifton  <nickc@redhat.com>
14108
14109         * configure.in (noconfigdirs): Allow configuration of texinfo
14110         for Cygwin hosts.
14111
14112 2001-02-15  Anthony Green  <green@redhat.com>
14113
14114         * configure: Introduce GCJ_FOR_TARGET.
14115         * configure.in: Ditto.
14116         * Makefile.in: Ditto.
14117
14118 2001-02-13  Andreas Schwab  <schwab@suse.de>
14119
14120         * MAINTAINERS: Update mail address.
14121
14122 2001-02-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
14123
14124         * config.guess: Add linux target for S/390.
14125         * config.sub: Likewise.
14126
14127 2001-02-08  Chandrakala Chavva  <cchavva@redhat.com>
14128
14129         * configure.in: for *-chorusos, don't config target-newlib and
14130         target-libgloss.
14131
14132 2001-02-06  Ben Elliston  <bje@redhat.com>
14133
14134         * configure: Output host type to stdout, not stderr.
14135
14136 2001-02-05  Mark Mitchell  <mark@codesourcery.com>
14137
14138         * ltcf-c.sh: Add support for -no-undefined under GNU/Linux.
14139         * ltcf-cxx.sh: Likewise.
14140
14141         * config.if: Assume enable_libstdcxx_v3 is defined.
14142
14143 2001-02-04  Mark Mitchell  <mark@codesourcery.com>
14144
14145         Remove V2 C++ library.
14146         * configure.in: Remove --enable-libstdcxx_v3 support.
14147
14148 2001-01-31  Bryce McKinlay  <bryce@albatross.co.nz>
14149
14150         * include/demangle.h: Add prototype for java_demangle_v3.
14151
14152 2001-01-29  Phil Edwards  <pme@sources.redhat.com>
14153
14154         * COPYING.LIB:  Update to LGPL 2.1 from the FSF.
14155
14156 2001-01-27  Richard Henderson  <rth@redhat.com>
14157
14158         * configure.in (target_makefile_frag) [alpha*-*]: Use mt-alphaieee.
14159
14160 2001-01-27  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
14161
14162         * ltcf-cxx.sh (ac_cv_prog_cc_pic_works, ac_cv_prog_cc_static_works):
14163         Don't unset, it's non-portable and no longer necessary, set to empty
14164         instead.
14165
14166 2001-01-27  Michael Sokolov  <msokolov@ivan.Harhan.ORG>,  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
14167
14168         * ltconfig: Shell portability fix for the tagname validity check.
14169
14170 2001-01-27  Alexandre Oliva  <aoliva@redhat.com>
14171
14172         * ltcf-c.sh (ld_shlibs) [aix5*]: Disable on unknown CPU types.
14173         * ltcf-cxx.sh, ltcf-gcj.sh: Likewise.
14174
14175 2001-01-26  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
14176
14177         * ltcf-cxx.sh: Use parentheses around eval $ac_compile.
14178
14179 2001-01-26  Tom Tromey  <tromey@redhat.com>
14180
14181         * configure.in: Allow libgcj to be built on Sparc Solaris.
14182
14183 2001-01-25  David Edelsohn  <edelsohn@gnu.org>
14184
14185         * ltcf-c.sh: Add aix5 case.
14186         * ltcf-cxx.sh: Likewise.
14187         * ltconfig: Likewise.
14188
14189 2001-01-24  Alexandre Oliva  <aoliva@redhat.com>
14190
14191         * ltmain.sh (TAG disable-shared, TAG disable-static): Make sure we
14192         keep at least one of build_libtool_libs or build_old_libs set to
14193         yes.
14194
14195         * ltcf-gcj.sh (lt_simple_link_test_code): Remove stray `(0)'.
14196         * libtool.m4 (_AC_LIBTOOL_GCJ): Pass $CPPFLAGS on.
14197
14198 2001-01-23  Bryce McKinlay  <bryce@albatross.co.nz>
14199
14200         * configure.in: Enable libgcj on several additional platforms.
14201
14202 2001-01-22  Bryce McKinlay  <bryce@albatross.co.nz>
14203
14204         * configure.in: Enable libgcj for linux targets.
14205
14206 2001-01-20  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
14207
14208         * MAINTAINERS (Write After Approval): Add myself.
14209
14210 2001-01-15  John David Anglin  <dave@hiauly1.hia.nrc.ca>
14211
14212         * MAINTAINERS: Add myself as vax port maintainer.
14213
14214 2001-01-11  Fergus Henderson  <fjh@cs.mu.oz.au>
14215
14216         * MAINTAINERS: Add myself as Mercury front-end maintainer.
14217
14218 2001-01-09  Mike Stump  <mrs@wrs.com>
14219
14220         * Makefile.in (CONFIGURE_TARGET_MODULES): Pass back configuration
14221         failures of subdirectories.
14222
14223 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
14224
14225         * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP.  Do not add
14226         '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
14227         * ltcf-cxx.sh: Likewise.
14228         * ltcf-gcj.sh: Likewise.
14229         * ltconfig.sh: Fix typo.
14230
14231 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
14232
14233         * configure: handle DOS-style absolute paths.
14234
14235 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
14236
14237         * configure.in: remove supported directories from $noconfigdirs for DJGPP.
14238
14239 2000-12-30  Marek Michalkiewicz  <marekm@linux.org.pl>
14240
14241         * MAINTAINERS: Add myself as avr port co-maintainer.
14242
14243 2000-12-28  Ben Elliston  <bje@redhat.com>
14244
14245         * MAINTAINERS: Add myself under ``Write After Approval''.
14246
14247 2000-12-19  Joseph S. Myers  <jsm28@cam.ac.uk>
14248
14249         * texinfo: Remove directory from GCC.
14250
14251 2000-12-18  Joseph S. Myers  <jsm28@cam.ac.uk>
14252
14253         * COPYING: Update to current
14254         ftp://ftp.gnu.org/pub/gnu/Licenses/COPYING-2.0 (fixes references
14255         to 19yy as example year in copyright notice).
14256
14257 2000-12-18  Benjamin Kosnik  <bkoz@redhat.com>
14258
14259         * Makefile.in (BASE_FLAGS_TO_PASS): Alphabetize.
14260         (libstdcxx_incdir): Pass down.
14261         * config.if: Remove expired bits for cxx_interface, add stub.
14262         (libstdcxx_incdir): Add variable for g++ include directory.
14263         * configure.in (gxx_include_dir): Use it.
14264
14265 2000-12-18  Alexandre Oliva  <aoliva@redhat.com>
14266
14267         * MAINTAINERS: Added self as sh port co-maintainer.  Removed entry
14268         with old-email address from ``Write After Approval''.
14269
14270 2000-12-15  Andreas Jaeger  <aj@suse.de>
14271
14272         * configure.in: Handle lang_dirs.
14273
14274 2000-12-14  Tom Tromey  <tromey@redhat.com>
14275
14276         * MAINTAINERS: Removed brads.
14277
14278         * MAINTAINERS: Added gcj developers.
14279
14280 2000-12-13  Anthony Green  <green@redhat.com>
14281
14282         * configure.in: Disable libgcj for any target not specifically
14283         listed.  Disable libgcj for x86 and Alpha Linux until compatible
14284         with g++ abi.
14285
14286 2000-12-13  Mike Stump  <mrs@wrs.com>
14287
14288         * Makefile.in (local-distclean): Also remove fastjar.
14289
14290 2000-12-12  Rodney Brown  <RodneyBrown@mynd.com>
14291
14292         * contrib/gcc_update: Add fastjar --touch entries.
14293
14294 2000-12-12  Alexandre Oliva  <aoliva@redhat.com>
14295
14296         * configure.in: Disable language-specific target libraries for
14297         languages that aren't enabled.
14298
14299 2000-12-10  Anthony Green  <green@redhat.com>
14300
14301         * configure.in: Define libgcj.  Disable libgcj target libraries for
14302         most targets.
14303
14304 2000-12-10  Neil Booth  <neilb@earthling.net>
14305
14306         * MAINTAINERS: Update mail address, remove from WAA list.
14307
14308 2000-12-09  Alexandre Petit-Bianco  <apbianco@cygnus.com>
14309
14310         * libjava: Imported from /cvs/java.
14311         * libffi: Likewise.
14312         * Boehm-gc: Likewise.
14313
14314 2000-12-09  Alexandre Petit-Bianco  <apbianco@cygnus.com>
14315
14316         * configure.in (target_libs): Revert 2000-12-08 patch.
14317         (noconfigdirs): Added target-libjava.
14318
14319 2000-12-09  Laurynas Biveinis  <lauras@softhome.net>
14320
14321         * djunpack.bat: removed.
14322
14323 2000-12-09  Laurynas Biveinis  <lauras@softhome.net>
14324
14325         * Makefile.in: handle DOS-style absolute paths.
14326         * config-ml.in: likewise.
14327         * symlink-tree: likewise.
14328
14329 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
14330
14331         * fastjar: Imported.
14332
14333 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
14334
14335         * Makefile.in (TARGET_CONFIGDIRS): Wrong place. Removed note about
14336         libjava.
14337         * configure.in (target_libs): Removed `target-libjava'.
14338
14339 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
14340
14341         * Makefile.in (TARGET_CONFIGDIRS): Added note about libjava.
14342         (ALL_MODULES): Added fastjar.
14343         (NATIVE_CHECK_MODULES, INSTALL_MODULES, CLEAN_MODULES): Likewise.
14344         (all-target-libjava): all-fastjar replaces all-zip.
14345         (all-fastjar): Added.
14346         (configure-target-fastjar, all-target-fastjar): Likewise.
14347         * configure.in (host_tools): Added fastjar.
14348
14349 2000-12-07  Mike Stump  <mrs@wrs.com>
14350
14351         * Makefile.in (local-distclean): Remove leftover built files.
14352
14353 2000-11-24  Nick Clifton  <nickc@redhat.com>
14354
14355         * configure.in (xscale-elf): Add target.
14356         (xscale-coff): Add target.
14357
14358 2000-11-22  Loren J. Rittle  <ljrittle@acm.org>
14359
14360         * ltcf-cxx.sh: Support creation of C++ shared libraries on
14361         recent versions of FreeBSD (release 3 or later).
14362         * ltconfig: On FreeBSD, -lc must not be provided when building
14363         a shared library or else the standard -pthread gcc option is
14364         rendered worthless to later users of the built library.
14365
14366 2000-11-16  Fred Fish  <fnf@be.com>
14367
14368         * configure.in (enable_libstdcxx_v3): Fix typo,
14369         libstd++ -> libstdc++.
14370
14371 2000-11-21  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
14372
14373         * MAINTAINERS: Add self to Write After Approval list.
14374
14375 2000-11-21  Bernd Schmidt  <bernds@redhat.com>
14376
14377         * MAINTAINERS: Update my email address.  Add myself to global write
14378         privs list.
14379
14380 2000-11-18  Alexandre Oliva  <aoliva@redhat.com>
14381
14382         * Makefile.in: Merge with src and libgcj.
14383         (ALL_GCC_C, ALL_GCC_CXX): New macros.  Use them as dependencies of
14384         configure-target-<library> when their configure scripts need the C
14385         or C++ library to have already been built to work properly.
14386         (do_proto_toplev): Set them to an empty string.
14387
14388         * Makefile.in (HOST_LIB_PATH, TARGET_LIB_PATH): New macros.
14389         (REALLY_SET_LIB_PATH): Use them.
14390
14391 2000-11-17  Stan Shebs  <shebs@apple.com>
14392
14393         * MAINTAINERS: Add self to Write After Approval list.
14394
14395 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
14396
14397         * configure: Provide the original toplevel configure arguments
14398         (including $0) to subprocesses in the environment rather than
14399         through gcc/configargs.h.
14400
14401 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
14402
14403         * MAINTAINERS: Remove references to cccp. Change C9X reference to
14404         C99.  Alphabetise "Write After Approval" list.
14405
14406 2000-11-12  Mark Mitchell  <mark@codesourcery.com>
14407
14408         * configure: Turn on libstdc++ V3 by default.
14409
14410         * ltcf-c.sh: On Solaris, use `gcc -shared' to build a shared library
14411         if we've got GCC.
14412
14413 2000-11-11  Philip Blundell  <philb@gnu.org>
14414
14415         * MAINTAINERS: Add self to Write After Approval list.
14416
14417 2000-11-09  David Edelsohn  <edelsohn@gnu.org>
14418
14419         * ltcf-c.sh (aix4): Improve shared library configuration; require
14420         exporting symbols.
14421         * ltcf-cxx.sh (aix4): Define.
14422         * ltconfig (aix4): Define library and soname specs appropriate for
14423         AIX.  Define command to create export symbols list.
14424
14425 Mon Nov  6 14:19:35 2000  Christopher Faylor  <cgf@cygnus.com>
14426
14427         * config.sub: Add support for Sun Chorus
14428
14429 2000-10-31  Nick Clifton  <nickc@redhat.com>
14430
14431         * MAINTAINERS: Rename <name>@cygnus.com addresses to
14432         <name>@redhat.com.  Also installed new email address for Clint
14433         Popetz.
14434
14435 2000-10-30  Joseph S. Myers  <jsm28@cam.ac.uk>
14436
14437         * etc: Remove directory from GCC.
14438
14439 2000-10-16  Michael Meissner  <meissner@redhat.com>
14440
14441         * configure (gcc/configargs.h): Only create if there is a build GCC
14442         directory created.
14443
14444 2000-10-16  Matthias Klose  <doko@debian.org>
14445
14446         * config.if: Search libstdc++-v3/configure.in for INTERFACE,
14447         when configured for libstdc++-v3.
14448
14449 2000-10-05  Phil Edwards  <pme@gcc.gnu.org>
14450
14451         * configure: Save configure arguments to gcc/configargs.h.
14452
14453 2000-10-04  Philipp Thomas  <pthomas@suse.de>
14454
14455         * config.guess: Import CVS version 1.157.
14456         * config.sub: Import CVS version 1.181.
14457
14458 2000-10-04  Andris Pavenis  <pavenis@latnet.lv>
14459
14460         * Makefile.in (bootstrap): avoid recursion if subdir missing
14461         (cross): ditto
14462         (do-proto-toplev): ditto
14463
14464 2000-09-30  Alexandre Oliva  <aoliva@redhat.com>
14465
14466         * Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4,
14467         ltcf-c.sh, ltcf-cxx.sh and ltcf-gcj.sh.
14468
14469         * ltconfig, ltmain.sh, libtool.m4, ltcf-cxx.sh: Updated from libtool
14470         multi-language branch, to work around Solaris' /bin/sh bug.  Rebuilt
14471         all affected `configure' scripts.
14472
14473 Mon 25-Sep-2000 19:46:09 BST  Neil Booth  <neilb@earthling.net>
14474
14475         * MAINTAINERS: Add self as cpplib co-maintainer.
14476
14477 2000-09-24  Aldy Hernandez  <aldyh@redhat.com>
14478
14479         * MAINTAINERS: Add self to Write After Approval list.
14480
14481 2000-09-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
14482
14483         * INSTALL/README: egcs -> GCC update.
14484
14485 Sun Sep 17 16:55:59 CEST 2000  Marc Espie  <espie@cvs.openbsd.org>
14486
14487         * MAINTAINERS: Add myself to Write After Approval list.
14488
14489 2000-09-15  Kazu Hirata  <kazu@hxi.com>
14490
14491         * MAINTAINERS: Add myself to Write After Approval list.
14492
14493 Wed Sep 13 11:11:29 2000  Jeffrey A Law  (law@cygnus.com)
14494
14495         * configure.in: Do not build byacc for hppa64.  Provide paths to the
14496         X11 libraries for hppa64.
14497
14498 2000-09-08  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
14499
14500         * MAINTAINERS: Add myself as 68hc11 port maintainer.
14501
14502 2000-09-06  Alexandre Oliva  <aoliva@redhat.com>
14503
14504         * Makefile.in (all-zlib): Added dummy target.
14505
14506         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
14507         ltcf-gcj.sh: Updated from libtool multi-language branch.
14508
14509 2000-09-05  Alexandre Oliva  <aoliva@redhat.com>
14510
14511         * Makefile.in (all-bootstrap): Added all-texinfo and all-zlib.
14512         (bootstrap*): Depend on all-bootstrap.
14513
14514 2000-09-05  Philipp Thomas  <pthomas@suse.de>
14515
14516         * config.guess: Import CVS version 1.156.
14517         * config.sub: Import CVS version 1.179.
14518
14519 2000-09-02  Anthony Green  <green@cygnus.com>
14520
14521         * Makefile.in (all-gcc): Depend on all-zlib.
14522         (CLEAN_MODULES): Add clean-zlib.
14523         (ALL_MODULES): Add all-zlib.
14524         * configure.in (host_libs): Add zlib.
14525
14526 2000-09-02  Alexandre Oliva  <aoliva@redhat.com>, DJ Delorie  <dj@redhat.com>
14527
14528         * configure.in (FLAGS_FOR_TARGET): Use -nostdinc even for Canadian
14529         crosses, but add gcc/include to the header search path for them.
14530
14531 2000-08-04  David E. O'Brien  <obrien@FreeBSD.org>
14532
14533         * MAINTAINERS: Add self to Write After Approval list.
14534
14535 2000-08-27  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
14536
14537         * config.guess: Import CVS version 1.152.
14538         * config.sub: Import CVS version 1.177.
14539
14540 2000-08-25  Alexandre Oliva  <aoliva@redhat.com>
14541
14542         * configure.in (FLAGS_FOR_TARGET): Use $target_configdirs and
14543         $targargs to tell whether newlib is going to be built.
14544
14545         * configure.in [disable-libstdcxx-v3] (libstdcxx_flags): Search
14546         $$r/TARGET_SUBDIR/libio for _G_config.h.
14547
14548 2000-08-23  Alexandre Oliva  <aoliva@redhat.com>
14549
14550         * MAINTAINERS: Add self as a build machinery (*.in) maintainer.
14551
14552 2000-08-22  DJ Delorie  <dj@redhat.com>
14553
14554         * MAINTAINERS: Add self as a build machinery (*.in) maintainer
14555
14556 2000-08-22  Alexandre Oliva  <aoliva@redhat.com>
14557
14558         * config-ml.in (CC, CXX): Avoid trailing whitespace.
14559         (LD_LIBRARY_PATH, SHLIB_PATH): Adjust for multilibs and export to
14560         sub-configures.
14561
14562 2000-08-21  DJ Delorie  <dj@redhat.com>
14563
14564         * MAINTAINERS: Add self as a libiberty maintainer
14565
14566 2000-08-16  Alexandre Oliva  <aoliva@redhat.com>
14567
14568         * configure.in (libstdcxx_flags): Use
14569         libstdc++-v3/src/libstdc++.INC.
14570
14571 2000-08-15  Alexandre Oliva  <aoliva@redhat.com>
14572
14573         * configure.in (libstdcxx_flags): Use libstdc++-v3/src/INCLUDES.
14574
14575 2000-08-14  Zack Weinberg  <zack@wolery.cumb.org>
14576
14577         * configure.in (libstdcxx_flags): Remove -isystem $$s/libio/stdio.
14578
14579         * configure: Make enable_threads and enable_shared defaults
14580         explicit.  Substitute enable_threads into generated Makefiles.
14581         * configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
14582         * libtool.m4: Accept *-*-linux* not just *-*-linux-gnu*.
14583
14584 2000-08-13  Geoff Keating  <geoffk@cygnus.com>
14585
14586         * Makefile.in (GCC_FOR_TARGET): Also add -B$$r/gcc/ here.
14587
14588 2000-08-12  Alexandre Oliva  <aoliva@redhat.com>
14589
14590         * config-ml.in (CC): Remove bogus duplicate quotation mark from
14591         previous delta.
14592
14593 2000-08-11  Jason Merrill  <jason@redhat.com>
14594
14595         * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET,
14596         CXX_FOR_TARGET): Add -B$$r/gcc/ here.
14597         (FLAGS_FOR_TARGET): Not here.
14598         (CHILL_FOR_TARGET, CXX_FOR_TARGET): Don't check the list of languages.
14599
14600 2000-08-11  Alexandre Oliva  <aoliva@redhat.com>
14601
14602         * config-ml.in (CC, CXX): Don't introduce a leading space.
14603
14604 2000-08-07  DJ Delorie  <dj@delorie.com>
14605
14606         * MAINTAINERS: Add self as a DJGPP maintainer
14607
14608 2000-08-07  DJ Delorie  <dj@redhat.com>
14609
14610         * configure.in (FLAGS_FOR_TARGET): invert test for xgcc, should mean
14611         "if we're also building gcc, and it's a gcc that will run on the
14612         build machine, we want to use its includes instead of the system's
14613         default includes".
14614
14615 2000-08-04  Joseph S. Myers  <jsm28@cam.ac.uk>
14616
14617         * MAINTAINERS: Add self to Write After Approval list.
14618
14619 2000-08-03  Alexandre Oliva  <aoliva@redhat.com>
14620
14621         * configure.in (libstdcxx_flags): Don't use `"'.
14622
14623         * config-ml.in: Adjust multilib search paths to the
14624         appropriate multilib tree.
14625
14626 2000-08-02  Alexandre Oliva  <aoliva@redhat.com>
14627
14628         * configure.in (CHILL_FOR_TARGET, CXX_FOR_TARGET): Convert blanks to
14629         commas in $LANGUAGES.
14630
14631 2000-08-02  Manfred Hollstein  <manfredh@redhat.com>
14632
14633         * configure.in: Re-enable all references to libg++ and librx.
14634
14635 2000-08-01  Alexandre Oliva  <aoliva@redhat.com>
14636
14637         * ltconfig, ltmain.sh: Update from libtool multi-language branch.
14638         * ltcf-c.sh (need_lc): Fix test message.  Set wl for archive_cmds.
14639         (ac_cv_prog_cc_pic): Don't print `cached' without `checking'.
14640         * ltcf-cxx.sh (need_lc): Set based on postdeps.
14641
14642         * configure.in (qCXX_FOR_TARGET): Use echo instead of expr.
14643
14644 2000-07-31  Alexandre Oliva  <aoliva@redhat.com>
14645
14646         * configure.in (qCXX_FOR_TARGET): Quote `&' characters in
14647         CXX_FOR_TARGET for sed.
14648
14649 2000-07-30  Alexandre Oliva  <aoliva@redhat.com>
14650
14651         * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET, CXX_FOR_TARGET):
14652         Do not override if already set in the environment or in configure.
14653         Don't duplicate $(FLAGS_FOR_TARGET) if it already appears in them.
14654         (FLAGS_FOR_TARGET): Don't use host directories on Canadian crosses.
14655
14656 2000-07-28  Alexandre Oliva  <aoliva@redhat.com>
14657
14658         * libtool.m4, ltcf-c.sh, ltcf-cxx.sh, ltcf-gcj.sh: New files from
14659         the libtool CVS tree multi-language branch.
14660         * ltconfig, ltmain.sh: Updated.
14661
14662 2000-07-27  Alexandre Oliva  <aoliva@redhat.com>
14663
14664         * Makefile.in (clean-target-libgcc): Remove gcc/libgcc.
14665         (clean-target): Depend on it.
14666
14667         * Makefile.in (FLAGS_FOR_TARGET): New macro.
14668         (GCC_FOR_TARGET): Use it.
14669         (CC_FOR_TARGET, CXX_FOR_TARGET, CHILL_FOR_TARGET): Now defined...
14670         * configure.in: ... here.
14671         (FLAGS_FOR_TARGET): Define.  Add ld build dir to -L path.
14672         (libstdcxx_flags): Define and append to CXX_FOR_TARGET.
14673
14674 2000-07-24  Eric Christopher  <echristo@cygnus.com>
14675
14676         * MAINTAINERS: Add self to Write After Approval list.
14677
14678 2000-07-24  Alexandre Oliva  <aoliva@redhat.com>
14679
14680         * Makefile.in (configure-target-libf2c): Depend on $(ALL_GCC).
14681         (configure-target-libchill, configure-target-libobjc): Likewise.
14682
14683         * configure.in: Use the same cache file for all target libs.
14684         * config-ml.in: But different cache files per multilib variant.
14685
14686 2000-07-23  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
14687
14688         * configure (topsrcdir): Don't use dirname.
14689
14690 2000-07-22  Jeffrey Oldham  <oldham@codesourcery.com>
14691
14692         * MAINTAINERS: Add self to Write After Approval list.
14693
14694 2000-07-20  Jason Merrill  <jason@redhat.com>
14695
14696         * configure.in: Remove all references to libg++ and librx.
14697
14698         * configure, configure.in, Makefile.in: Unify gcc and binutils.
14699
14700 2000-07-20  Hans-Peter Nilsson  <hp@axis.com>
14701
14702         * config.sub: Update to subversions version 2000-07-06.
14703
14704 2000-07-12  Andrew Haley  <aph@cygnus.com>
14705
14706         * configure.in (host_makefile_frag): Use mh-ia64pic on IA-64 hosts.
14707         (target_makefile_frag): Use mt-ia64pic on IA-64 targets.
14708
14709 2000-07-07  Phil Edwards  <pme@sourceware.cygnus.com>
14710
14711         * symlink-tree:  Check number of arguments.
14712
14713 2000-07-05  Jim Wilson  <wilson@cygnus.com>
14714
14715         * Makefile.in (CXX_FOR_TARGET): Add libstdc++ to the library
14716         search path for a g++ extracted from the build tree.  This
14717         will allow link tests run by configure scripts in
14718         subdirectories to succeed.
14719
14720 2000-07-01  Koundinya K  <kk@ddeorg.soft.net>
14721
14722         * ltconfig: Add support for mips-dde-sysv4.2MP
14723
14724 2000-06-29  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
14725
14726         * MAINTAINERS: Add myself as loop discovery maintainer.
14727
14728 2000-06-28  Corinna Vinschen  <vinschen@cygnus.com>
14729
14730         * ltconfig: Check for host_os beeing one of `cygwin', `mingw' or
14731         `os2'. Force ac_cv_exeext to be ".exe" in that case.
14732
14733 2000-06-19  Timothy Wall  <twall@cygnus.com>
14734
14735         * configure.in (noconfigdirs): Set noconfigdirs for tic54x target.
14736         * config.sub: Add tic54x target.
14737
14738 Sun Jun 11 17:20:00 MET 2000  Toon Moene  <toon@moene.indiv.nluug.nl>
14739
14740         * MAINTAINERS: Add self as Fortran maintainer,
14741         remove Craig Burley.
14742
14743 Tue May 30 19:01:12 2000  Andrew Cagney  <cagney@b1.cygnus.com>
14744
14745         * config.sub: Import CVS version 1.167 Tue May 30 09:00:07 2000.
14746         * config.guess: Import CVS version 1.148 Tue May 30 09:00:06 2000
14747
14748 Mon May 29 21:15:00 MET 2000  Philipp Thomas  <pthomas@suse.de>
14749
14750         * MAINTAINERS: Add self as i18n maintainer
14751
14752 20000-05-21  H.J. Lu  (hjl@gnu.org)
14753
14754         * Makefile.in (CC_FOR_TARGET): Make sure as/ld in the gcc
14755         directory are used if they exist. Make sure
14756         $(build_tooldir)/include is searched for header files,
14757         $(build_tooldir)/lib/ for library files.
14758         (GCC_FOR_TARGET): Likewise.
14759         (CXX_FOR_TARGET): Likewise.
14760
14761 Thu May 18 10:58:13 2000  Jeffrey A Law  (law@cygnus.com)
14762
14763         * configure.in (hppa*64*-*-*): Do build ld for this configuration.
14764
14765 Wed May 17 16:03:48 2000  Alexandre Oliva  <aoliva@cygnus.com>
14766
14767         * Makefile.in (configure-target-libiberty): Depend on
14768         configure-target-newlib.
14769
14770 2000-05-16  Alexandre Oliva  <aoliva@cygnus.com>
14771
14772         * configure.in, Makefile.in: Merge all libffi-related
14773         configury stuff from the libgcj tree.
14774
14775 Tue May 16 10:06:21 2000  Andrew Cagney  <cagney@b1.cygnus.com>
14776
14777         Thu Apr 27 11:01:48 2000 Andrew Cagney <cagney@b1.cygnus.com>:
14778         * Makefile.in (do-tar-bz2, do-md5sum): Skip CVS directories.
14779
14780 Tue May 16 09:57:35 2000  Andrew Cagney  <cagney@b1.cygnus.com>
14781
14782         Wed Apr 26 17:03:53 2000 Andrew Cagney <cagney@b1.cygnus.com>:
14783         * Makefile.in (do-djunpack): New target. Update djunpack.bat with
14784         current version information.  Add to proto-toplev directory.
14785         (gdb-taz): Build do-djunpack.
14786
14787 2000-05-15  David Edelsohn  <edelsohn@gnu.org>
14788
14789         * configure.in: Special case powerpc*-*-aix* target_makefile_frag.
14790
14791 Mon May 15 13:39:09 2000  Andrew Cagney  <cagney@b1.cygnus.com>
14792
14793         * MAINTAINERS: Add self to Write After Approval list.
14794
14795 2000-05-13 Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
14796
14797         * ltmain.sh: Preserve in relink_command any environment
14798         variables that may affect the linker behavior.
14799
14800 Fri May 12 11:23:17 2000  Jeffrey A Law  (law@cygnus.com)
14801
14802         * config.sub (basic_machine): Recognize hppa64 as a valid cpu type.
14803
14804 Wed May 10 21:26:51 2000  Jim Wilson  <wilson@cygnus.com>
14805
14806         * configure.in (ia64*-*-elf*): Add gdb and friends to noconfigdirs.
14807
14808 2000-05-08  Eli Zaretskii  <eliz@is.elta.co.il>
14809
14810         * djunpack.bat: Change the Sed script to replace @V@ in fnchange.lst
14811         with the version name.
14812
14813 Sat May  6 21:12:55 CDT 2000  Jason Eckhardt  <jle@cygnus.com>
14814
14815         * MAINTAINERS: Add self as bb-reorder maintainer.
14816
14817 2000-05-01  Benjamin Kosnik  <bkoz@cygnus.com>
14818
14819         * config.if: Tweak.
14820
14821 2000-04-23  Eli Zaretskii  <eliz@is.elta.co.il>
14822
14823         * djunpack.bat: New file.
14824
14825 Wed Apr 19 12:46:26 2000  Andrew Cagney  <cagney@b1.cygnus.com>
14826
14827         * Makefile.in (taz, gdb-taz, gas.tar.bz2, binutils.tar.bz2,
14828         gas+binutils.tar.bz2, libg++.tar.bz2, gnats.tar.bz2, gdb.tar.bz2,
14829         dejagnu.tar.bz2, gdb+dejagnu.tar.bz2, insight.tar.bz2,
14830         insight+dejagnu.tar.bz2, newlib.tar.bz2): Pass MD5PROG to sub-make.
14831
14832 2000-04-16  Dave Pitts  <dpitts@cozx.com>
14833
14834         * config.sub (case $basic_machine): Change default for "ibm-*"
14835         to "openedition".
14836
14837 2000-04-13  Andreas Jaeger  <aj@suse.de>
14838
14839         * MAINTAINERS: Added myself.
14840
14841 Wed Apr 12 16:42:48 2000  Andrew Cagney  <cagney@b1.cygnus.com>
14842
14843         * Makefile.in (gdb-taz): New target.  GDB specific archive.
14844         (do-md5sum): New target.
14845         (MD5PROG): Define.
14846         (PACKAGE): Default to TOOL.
14847         (VER): Default to a shell script.
14848         (taz): Rewrite target.  Move real work to do-proto-toplev.  Include
14849         md5 checksum generation.
14850         (do-proto-toplev): New target. Create $(PACKAGE)-$(VER) link.
14851         (do-tar-bz2): Delete creation of $(PACKAGE)-$(VER) link.
14852         (gdb.tar.bz2, dejagnu.tar.bz2, gdb+dejagnu.tar.bz2,
14853         insight.tar.bz2): Use gdb-taz to create archive.
14854
14855 Fri Apr  7 18:10:29 2000  Andrew Cagney  <cagney@b1.cygnus.com>
14856
14857         * configure (warn_cflags): Delete.
14858
14859 Thu Apr  6 16:15:14 2000  Philippe De Muyter  <phdm@macqel.be>
14860
14861         * MAINTAINERS: Added myself.
14862
14863 2000-04-05  Benjamin Kosnik  <bkoz@cygnus.com>
14864             Martin v. Löwis  <martin@loewis.home.cs.tu-berlin.de>
14865
14866         * configure.in (enable_libstdcxx_v3): Add.
14867         (target_libs): Add bits here to switch between libstdc++-v2 and
14868         libstdc++-v3.
14869         * config.if: And this file too.
14870         * Makefile.in: Add libstdc++-v3 targets.
14871
14872 2000-04-05  Michael Meissner  <meissner@redhat.com>
14873
14874         * config.sub (d30v): Add d30v as a basic machine type.
14875
14876 2000-03-29  Jason Merrill  <jason@casey.cygnus.com>
14877
14878         * configure.in: -linux-gnu*, not -linux-gnu.
14879
14880 Sun Mar 12 17:30:30 2000  Toon Moene  <toon@moene.indiv.nluug.nl>
14881
14882         * MAINTAINERS: Add self in write-after-approval section.
14883
14884 Sun Mar 12 00:23:32 2000  Jim Wilson  <wilson@cygnus.com>
14885
14886         * MAINTAINERS: Add self as ia64 port maintainer.
14887
14888 2000-03-08  Neil Booth  <NeilB@earthling.net>
14889
14890         * MAINTAINERS: Add self in write-after-approval section.
14891
14892 Fri Mar  3 18:44:08 2000  Andrew Cagney  <cagney@b1.cygnus.com>
14893
14894         * Makefile.in (taz): Set PACKAGE to TOOL when not defined.
14895         (do-tar-bz2): Replace TOOL with PACKAGE.
14896         (gdb.tar.bz2): Remove GDBTK from GDB package.
14897         (gdb+dejagnu.tar.bz2, insight.tar.bz2, insight+dejagnu.tar.bz2,
14898         dejagnu.tar.bz2): New packages.
14899
14900 2000-02-27  Andreas Jaeger  <aj@suse.de>
14901
14902         * configure.in: Add entry for mips*-*-linux*, move catch all
14903         *-*-*linux* entry below this one.
14904
14905 2000-02-27  Ian Lance Taylor  <ian@zembu.com>
14906
14907         * ltconfig, ltmain.sh: Update to libtool 1.3.4.
14908
14909 2000-02-24  Nick Clifton  <nickc@cygnus.com>
14910
14911         * config.sub: Support an OS of "wince".
14912
14913 Thu Feb 24 16:15:56 2000  Andrew Cagney  <cagney@b1.cygnus.com>
14914
14915         * config.guess, config.sub: Updated to match config's 2000-02-15
14916         version.
14917
14918 2000-02-23  Linas Vepstas  <linas@linas.org>
14919
14920         * config.sub: Add support for Linux/IBM 370.
14921         * configure.in: Likewise.
14922
14923 2000-02-22  Nick Clifton  <nickc@cygnus.com>
14924
14925         * configure.in: Add mips-pe, sh-pe and arm-wince-pe targets.
14926
14927 2000-02-20  Christopher Faylor  <cgf@cygnus.com>
14928
14929         * config.guess: Guess "cygwin" rather than "cygwin32".
14930
14931 2000-02-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14932
14933         * configure (gcc_version): When setting, narrow search to
14934         lines containing `version_string'.
14935
14936 2000-02-15  Denis Chertykov  <denisc@overta.ru>
14937
14938         * config.sub: Add support for avr target.
14939
14940 2000-02-14  Nick Clifton  <nickc@cygnus.com>
14941
14942         * MAINTAINERS: Add maintainers for MCore port.
14943
14944 Tue Feb  1 00:07:46 2000  Hans-Peter Nilsson  <hp@bitrange.com>
14945
14946         * config.sub: Add mmix-knuth-mmixware.
14947
14948 2000-01-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14949
14950         * MAINTAINERS: Pair cccp with cpplib maintainership.
14951
14952 2000-01-27  Christopher Faylor  <cgf@redhat.com>
14953
14954         * Makefile.in (CC_FOR_TARGET): Add new winsup directory
14955         structure stuff to -L library search.
14956         (CXX_FOR_TARGET): Ditto.
14957         (CROSS_CHECK_MODULES): Fix spelling mistake.
14958
14959 2000-01-24  Mark Mitchell  <mark@codesourcery.com>
14960
14961         * Makefile.in (CXX_FOR_TARGET): Use g++, not xgcc, to invoke
14962         the C++ compiler.
14963
14964 2000-01-12  Richard Henderson  <rth@cygnus.com>
14965
14966         * configure.in: Don't build some bits for beos.
14967
14968 2000-01-12  Joel Sherrill (joel@OARcorp.com)
14969
14970         * Makefile.in (CC_FOR_TARGET): Use newlib libraries as well
14971         as include files.
14972
14973 2000-01-11  Zack Weinberg  <zack@wolery.cumb.org>
14974
14975         * Add self as cpplib maintainer, as requested by Jason
14976         Merrill.  Correct my e-mail address.
14977
14978 2000-01-06  Geoff Keating  <geoffk@cygnus.com>
14979
14980         * configure.in: Use mt-aix43 to handle *_TARGET defs,
14981         not mh-aix43.
14982
14983 Thu Dec 23 03:43:36 1999  Hans-Peter Nilsson  <hp@bitrange.com>
14984
14985         * MAINTAINERS: Add myself to "write after approval" list.
14986
14987 1999-12-14  Richard Henderson  <rth@cygnus.com>
14988
14989         * config.guess (alpha-osf, alpha-linux): Detect ev67.
14990         * config.sub: Accept alphaev[78], alphaev8.
14991
14992 1999-12-03  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
14993
14994         * config.guess, config.sub: Update from autoconf.
14995
14996 1999-11-29  Bruce Korb  <autogen@linuxbox.com>
14997
14998         * MAINTAINERS:  update my playtime e-address.
14999
15000 Tue Nov 23 00:57:41 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
15001
15002         * config-ml.in (sparc*-*-*): Disable sparcv9 support if the
15003         necessary libraries are missing.
15004
15005 Fri Nov 19 11:22:31 MST 1999  Diego Novillo  <dnovillo@cygnus.com>
15006
15007         * MAINTAINERS: Add new 'write after approval' maintainer.
15008
15009 Wed Nov 17 16:08:43 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
15010
15011         * MAINTAINERS: Add new Java maintainer.
15012
15013 1999-10-25  Andreas Schwab  <schwab@suse.de>
15014
15015         * configure: Fix quoting inside arguments of eval.
15016
15017 1999-10-21  Nick Clifton  <nickc@cygnus.com>
15018
15019         * config-ml.in: Allow suppression of some ARM multilibs.
15020
15021 Tue Sep  7 23:33:57 1999  Linas Vepstas  <linas@linas.org>
15022
15023         * config.guess: Add OS/390 match pattern.
15024         * config.sub: Add mvs, openedition targets.
15025         * configure.in (i370-ibm-opened*): New.
15026
15027 1999-09-04  Steve Chamberlain  <sac@pobox.com>
15028
15029         * config.sub: Add support for configuring for pj.
15030
15031 1999-08-31  Nick Clifton  <nickc@cygnus.com>
15032
15033         * config.sub (maybe_os): Add support for configuring for fr30.
15034
15035 1999-08-25  Nick Clifton  <nickc@cygnus.com>
15036
15037         * configure.in: Do not configure or build ld for AIX
15038         platforms.  ld is known to be broken on these platforms.
15039
15040 Wed Aug 25 01:12:25 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
15041
15042         * config-ml.in: Pass compiler flag corresponding to multidirs to
15043         subdir configures.
15044
15045 1999-08-09  Ian Lance Taylor  <ian@zembu.com>
15046
15047         * Makefile.in (LDFLAGS): Define.
15048
15049 1999-08-08  Mumit Khan  <khan@xraylith.wisc.edu>
15050
15051         * configure.in (i[3456]-*-mingw32*): Don't put gprof in
15052         noconfigdirs.
15053         (*-*-cygwin*): Likewise.
15054
15055 1999-08-08  Ian Lance Taylor  <ian@zembu.com>
15056
15057         * mkdep: New file.
15058         * Makefile.in (GAS_SUPPORT_DIRS): Add mkdep.
15059         (BINUTILS_SUPPORT_DIRS): Add mkdep.
15060
15061         From Eli Zaretskii <eliz@is.elta.co.il>:
15062         * configure (tmpfile): Change cONf$$ to cNf$$ to avoid an overly
15063         long file name when using DJGPP on MS-DOS.
15064
15065 Wed Aug  4 02:07:14 1999  Jeffrey A Law  (law@cygnus.com)
15066
15067         * config.sub (vxworks case): Use os=-vxworks, not os=vxworks.
15068
15069 1999-07-30  Alan Modra  <alan@spri.levels.unisa.edu.au>
15070
15071         * Makefile.in (check-target-libio): Remove all-target-libstdc++
15072         dependency as this causes "make check" to globally "make all"
15073
15074 Tue Jun 22 23:45:18 1999  Tom Tromey  <tromey@cygnus.com>
15075
15076         * configure.in (target_libs): Added target-zlib.
15077         * Makefile.in (ALL_TARGET_MODULES): Added zlib.
15078         (CONFIGURE_TARGET_MODULES): Likewise.
15079         (CHECK_TARGET_MODULES): Likewise.
15080         (INSTALL_TARGET_MODULES): Likewise.
15081         (CLEAN_TARGET_MODULES): Likewise.
15082         (configure-target-zlib): New target.
15083         (all-target-zlib): Likewise.
15084         (all-target-libjava): Depend on all-target-zlib.
15085         (configure-target-libjava): Depend on configure-target-zlib.
15086
15087         * Makefile.in (configure-target-libjava): Depend on
15088         configure-target-newlib.
15089         (configure-target-boehm-gc): New target.
15090         (configure-target-qthreads): New target.
15091
15092         * configure.in (target_libs): Added target-qthreads.
15093         * Makefile.in (ALL_TARGET_MODULES): Added qthreads.
15094         (CONFIGURE_TARGET_MODULES): Likewise.
15095         (CHECK_TARGET_MODULES): Likewise.
15096         (INSTALL_TARGET_MODULES): Likewise.
15097         (CLEAN_TARGET_MODULES): Likewise.
15098         (all-target-qthreads): New target.
15099         (configure-target-libjava): Depend on configure-target-qthreads.
15100         (all-target-libjava): Depend on all-target-qthreads.
15101
15102         * Makefile.in (ALL_TARGET_MODULES): Added libjava, boehm-gc.
15103         (CONFIGURE_TARGET_MODULES): Likewise.
15104         (CHECK_TARGET_MODULES): Likewise.
15105         (INSTALL_TARGET_MODULES): Likewise.
15106         (CLEAN_TARGET_MODULES): Likewise.
15107         (all-target-libjava): New target.
15108         (all-target-boehm-gc): Likewise.
15109         * configure.in (target_libs): Added libjava, boehm-gc.
15110
15111 1999-07-22  Ian Lance Taylor  <ian@zembu.com>
15112
15113         * Makefile.in (binutils.tar.bz2): Don't pass makeall.bat and
15114         configure.bat in SUPPORT_FILES.
15115         (gas+binutils.tar.bz2): Likewise.
15116
15117         * makeall.bat: Remove; obsolete.
15118
15119 1999-07-21  Ian Lance Taylor  <ian@zembu.com>
15120
15121         From Mark Elbrecht:
15122         * configure.bat: Remove; obsolete.
15123
15124 1999-07-11  Ian Lance Taylor  <ian@zembu.com>
15125
15126         * configure: Add -W -Wall to the default CFLAGS when compiling with
15127         gcc.
15128
15129 Thu Jul  8 12:32:23 1999  John David Anglin <dave@hiauly1.hia.nrc.ca>
15130
15131         * configure.in: Build ld, binutils & gas for hppa*-*-linux-gnu*.
15132
15133 1999-06-30  Mark Mitchell  <mark@codesourcery.com>
15134
15135         * configure.in: Build ld on IRIX6.
15136
15137 1999-06-12  Ian Lance Taylor  <ian@zembu.com>
15138
15139         * Makefile.in: Change distribution targets to use bzip2 instead of
15140         gzip.
15141         (TEXINFO_SUPPORT): Set to just texinfo/texinfo.tex.
15142         (taz): Don't use texinfo/gpl.texinfo or texinfo/lgpl.texinfo.
15143
15144 1999-06-04  Nick Clifton  <nickc@cygnus.com>
15145
15146         * config.sub: Add mcore target.
15147
15148 Sun May 30 16:03:16 1999  Cort Dougan  <cort@cs.nmt.edu>
15149
15150         * config.guess (ppc-*-linux-gnu): Also use ld emul elf32ppclinux.
15151
15152 Tue May 25 11:20:46 1999  H.J. Lu  (hjl@gnu.org)
15153
15154         * config.guess (dummy): Changed to $dummy.
15155
15156 1999-05-24  Nick Clifton  <nickc@cygnus.com>
15157
15158         * config.sub: Tidied up case statements.
15159
15160 1999-05-22  Ben Elliston  <bje@cygnus.com>
15161
15162         * config.guess: Handle NEC UX/4800. Contributed by Jiro Takabatake
15163         <jiro@din.or.jp>.
15164
15165         * config.guess: Merge with FSF version. Future changes will be
15166         more accurately recorded in this ChangeLog.
15167         * config.sub: Likewise.
15168
15169 Thu May 20 10:00:42 1999   Stephen L Moshier  <moshier@world.std.com>
15170
15171          * Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include.
15172
15173 1999-04-30  Tom Tromey  <tromey@cygnus.com>
15174
15175         * ltmain.sh: [mode link] Always use CC given by ltconfig.
15176
15177 1999-04-23  Tom Tromey  <tromey@cygnus.com>
15178
15179         * ltconfig, ltmain.sh: Update to libtool 1.2f.
15180
15181 1999-04-20  Drew Moseley  <dmoseley@cygnus.com>
15182
15183         * configure.in (noconfigdirs): Don't build libstub for arm-elf targets.
15184         (noconfigdirs): Don't build any bsp stuff for for arm-oabi targets.
15185         Bad merge removed these two changes.
15186
15187 Tue Apr 13 22:50:54 1999  Donn Terry (donn@interix.com)
15188                           Martin Heller (Ing.-Buero_Heller@t-online.de)
15189
15190         * config.guess (interix Alpha): Add.
15191
15192 1999-04-11  Richard Henderson  <rth@cygnus.com>
15193
15194         * configure.in (i?86-*-beos*): Do config gperf; don't config
15195         gdb, newlib, or libgloss.
15196
15197 Sun Apr 11 23:55:34 1999  Alexandre Oliva  <oliva@dcc.unicamp.br>
15198
15199         * config-ml.in: On mips*-*-*, if multidirs contains mabi=64, try to
15200         link a trivial program with -mabi=64.  If it fails, remove mabi=64
15201         from multidirs.
15202
15203 Sat Apr 10 21:50:01 1999  Philipp Thomas  (kthomas@gwdg.de)
15204
15205         * config.sub: Set basic_machine to i586 when target_alias = k6-*.
15206
15207 1999-04-08  Nick Clifton  <nickc@cygnus.com>
15208
15209         * config.sub: Add support for mcore targets.
15210
15211 1999-04-07  Michael Meissner  <meissner@cygnus.com>
15212
15213         * configure.in (d30v-*): Use config/mt-d30v as makefile fragment,
15214         not mt-ospace, in order to shut up assembler warning about using
15215         symbols that are named the same as registers.
15216
15217 1999-04-07  Drew Moseley  <dmoseley@cygnus.com>
15218
15219         * Makefile.in (all-target-cygmon): Added all-target-bsp to the
15220         dependency list for all-target-cygmon.
15221
15222 1999-04-05  Doug Evans  <devans@casey.cygnus.com>
15223
15224         * config-ml.in: Check $host, not $target, for selective multilibs.
15225         (arm-*-*): Allow disabling of biendian, h/w fp, 26 bit apcs,
15226         thumb interworking, and underscore prefix multilibs.
15227
15228 1999-04-04  Ian Lance Taylor  <ian@zembu.com>
15229
15230         * missing: Update to version from current automake.
15231
15232 Fri Apr  2 15:11:32 1999  H.J. Lu  (hjl@gnu.org)
15233
15234         * configure (gxx_include_dir): Removed.
15235
15236         * configure.in (gxx_include_dir): Handle it.
15237         * Makefile.in: Likewise.
15238
15239 1999-03-29  Gavin Romig-Koch  <gavin@cygnus.com>
15240
15241         * config.sub (mips64vr4111,mips64vr4111el) Add.
15242
15243 1999-03-21  Ben Elliston  <bje@cygnus.com>
15244
15245         * config.guess: Correct typo for detecting ELF on FreeBSD.
15246
15247 Thu Mar 18 00:17:50 1999  Mark Elbrecht <snowball3@usa.net>
15248
15249         * configure.in (pc-msdosdjgpp): Set host_makefile_frag to
15250         config/mh-djgpp.
15251
15252 Thu Mar 11 18:37:23 1999  Drew Moseley  <dmoseley@cygnus.com>
15253
15254         * Makefile.in (all-target-bsp): Added all-gcc all-binutils and
15255         all-target-newlib to dependency list for all-target-bsp.
15256
15257 Thu Mar 11 01:19:31 1999  Mumit Khan  <khan@xraylith.wisc.edu>
15258
15259         * config.sub: Add i386-uwin support.
15260         * config.guess: Likewise.
15261
15262 Thu Mar 11 01:07:55 1999  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
15263
15264         * configure.in: cleanup, add mh-*pic handling for arm, special
15265         case powerpc*-*-aix*
15266
15267 Wed Mar 10 18:35:07 1999  Jeff Johnston  <jjohnstn@cygnus.com>
15268
15269         * configure.in (noconfigdirs): Removed target-libgloss so libnosys.a
15270         can be built.
15271
15272 Wed Mar 10 17:39:09 1999  Drew Moseley  <dmoseley@cygnus.com>
15273
15274         * configure.in: Added bsp support to arm-*-coff and arm-*-elf
15275         targets.
15276
15277 1999-03-02  Nick Clifton  <nickc@cygnus.com>
15278
15279         * config.sub: Rename CYGNUS LOCAL to EGCS LOCAL
15280
15281 Sun Feb 28 02:20:00 1999  Geoffrey Noer  <noer@cygnus.com>
15282
15283         * config.sub: Check for "cygwin*" rather than "cygwin32*"
15284
15285 1999-02-24  Nick Clifton  <nickc@cygnus.com>
15286
15287         * config.sub: Fix typo in arm recognition.
15288
15289 Wed Feb 24 13:51:40 1999  Drew Moseley  <dmoseley@cygnus.com>
15290
15291         * configure.in (noconfigdirs): Changed target_configdirs to
15292         include target-bsp only for m68k-*-elf* and m68k-*-coff*
15293         rather than m68k-*-* since it is not known to work on
15294         m68k-aout. Ditto for arm-*-*oabi.
15295
15296 Wed Feb 24 12:52:17 1999  Stan Shebs  <shebs@andros.cygnus.com>
15297
15298         * configure.in (*-*-windows*): Remove, no longer used.
15299
15300 1999-02-19  Ben Elliston <bje@cygnus.com>
15301
15302         * config.guess: Automatically recognise ELF on FreeBSD. From Niall
15303         Smart and improved by Andrew Cagney.
15304
15305 Thu Feb 18 19:55:09 1999  Marc Espie <espie@cvs.openbsd.org>
15306
15307         * config.guess: Recognize openbsd-*-hppa.
15308
15309 Wed Feb 17 01:38:59 1999  H.J. Lu  (hjl@gnu.org)
15310
15311         * Makefile.in (REALLY_SET_LIB_PATH): Append $$$(RPATH_ENVVAR)
15312         only if it is not empty.
15313
15314 1999-02-17  Nick Clifton  <nickc@cygnus.com>
15315
15316         Patch from: Scott Bambrough <scottb@corelcomputer.com>
15317
15318         * config.guess: Modified to recognize uname's armv* syntax.
15319
15320         * config.sub: Modified to recognize uname's armv* syntax.
15321
15322 1999-02-17  Mark Salter  <msalter@cygnus.com>
15323
15324         * configure.in: Added target-bsp for sparclite.
15325
15326 Mon Feb  8 14:17:24 1999  Richard Henderson  <rth@cygnus.com>
15327
15328         * config.sub: Recognize alphapca5[67] and up to alphaev8.
15329
15330 1999-02-08  Nick Clifton  <nickc@cygnus.com>
15331
15332         * configure.in: Add support for strongarm port.
15333         * config.sub: Add support for strongarm target.
15334
15335 Sun Feb  7 18:01:54 1999  Mumit Khan  <khan@xraylith.wisc.edu>
15336
15337         * configure.in (*-*-cygwin32*): Use config/mh-cygwin instead of
15338         the old name config/mh-cygwin32.
15339         Enable texinfo.
15340
15341 Thu Feb  4 20:43:25 1999  Ian Lance Taylor  <ian@cygnus.com>
15342
15343         * configure.in: Do build ld for ix86 Solaris.
15344
15345 Tue Feb  2 19:46:40 1999  Jim Wilson  <wilson@cygnus.com>
15346
15347         * Makefile.in (EXTRA_GCC_FLAGS):  Set AR to $AR instead of
15348         $AR_FOR_TARGET.  Likewise for RANLIB.
15349
15350 Tue Feb  2 20:05:05 1999  Catherine Moore  <clm@cygnus.com>
15351
15352         * config.sub (oabi):  Recognize.
15353         * configure.in (arm-*-oabi):  Handle.
15354
15355 Sat Jan 30 06:09:00 1999  Robert Lipe  (robertlipe@usa.net)
15356
15357         * config.guess: Improve detection of i686 on UnixWare 7.
15358
15359 Sat Jan 30 08:04:00 1999  Mumit Khan  <khan@xraylith.wisc.edu>
15360
15361         * config.guess: Add support for i386-pc-interix.
15362         * config.sub: Likewise.
15363         * configure.in: Likewise.
15364
15365 Mon Jan 18 13:59:20 1999  Christopher Faylor <cgf@cygnus.com>
15366
15367         * Makefile.in: Remove unneeded all-target-libio from
15368         from all-target-winsup target since it is now unneeded.
15369         Add all-target-libtermcap in its place since it is now
15370         needed.
15371
15372 Wed Dec 30 20:34:52 1998  Christopher Faylor <cgf@cygnus.com>
15373
15374         * configure.in: makefile stub for cygwin target is probably
15375         unnecessary.  Remove it for now.
15376
15377 Wed Dec 30 01:13:03 1998  Christopher Faylor <cgf@cygnus.com>
15378
15379         * configure.in: libtermcap.a should be built when cygwin is the
15380         target as well as the host.
15381         * config.guess: Allow mixed case in cygwin uname output.
15382         * Makefile.in: Add libtermcap target.
15383
15384 Wed Dec 23 00:20:50 1998  Jeffrey A Law  (law@cygnus.com)
15385
15386         * config.sub: Clean up handling of hppa2.0.
15387
15388 Tue Dec 22 23:56:31 1998  Rodney Brown  (rodneybrown@pmsc.com)
15389
15390         * config.guess: Use C code to identify more HP machines.
15391
15392 Thu Dec 17 01:22:30 1998  Jeffrey A Law  (law@cygnus.com)
15393
15394         * config.sub: Handle hppa2.0.
15395
15396 Tue Dec 15 17:02:58 1998  Bob Manson  <manson@charmed.cygnus.com>
15397
15398         * configure.in: Add cygmon for x86-coff and x86-elf. Configure
15399         cygmon for all sparclite targets, regardless of object format.
15400
15401 1998-12-15  Mark Salter  <msalter@cygnus.com>
15402
15403         * configure.in: Added target-bsp for several target architectures.
15404
15405         * Makefile.in: Added rules for bsp.
15406
15407 Fri Dec  4 01:34:02 1998  Jeffrey A Law  (law@cygnus.com)
15408
15409         * config.guess: Improve detection of hppa2.0 processors.
15410
15411 Fri Dec  4 01:33:05 1998  Niall Smart <nialls@euristix.ie>
15412
15413         * config.guess: Recognize FreeBSD using ELF automatically.
15414
15415 1998-11-26  Manfred Hollstein  <manfred@s-direktnet.de>
15416
15417         * configure (skip-this-dir): Add handling for new shell script, which
15418         might be created by a sub-directory's configure to indicate, this particular
15419         directory is "unwanted".
15420         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Likewise.
15421
15422 Wed Nov 18 18:28:45 1998  Geoffrey Noer  <noer@cygnus.com>
15423
15424         * ltconfig: import from libtool, after changing libtool to
15425         account for the cygwin name change.
15426
15427 Wed Nov 18 18:09:14 1998  Geoffrey Noer  <noer@cygnus.com>
15428
15429         * Makefile.in: CC_FOR_TARGET and CXX_FOR_TARGET should also
15430         include newlib/libc/sys/cygwin and newlib/libc/sys/cygwin32.
15431
15432 Wed Nov 18 20:13:29 1998  Christopher Faylor <cgf@cygnus.com>
15433
15434         * configure.in: Add libtermcap to list of cygwin dependencies.
15435
15436 Tue Nov 17 16:57:51 1998  Geoffrey Noer  <noer@cygnus.com>
15437
15438         * Makefile.in: modify CC_FOR_TARGET and CXX_FOR_TARGET so that
15439         they include winsup/include when it's a cygwin target.
15440
15441 1998-11-12  Tom Tromey  <tromey@cygnus.com>
15442
15443         * configure.in (host_tools): Added zip.
15444         * Makefile.in (all-target-libjava): Depend on all-zip.
15445         (all-zip): New target.
15446         (ALL_MODULES): Added all-zip.
15447         (NATIVE_CHECK_MODULES): Added check-zip.
15448         (INSTALL_MODULES): Added install-zip.
15449         (CLEAN_MODULES): Added clean-zip.
15450
15451 Thu Nov 12 17:27:21 1998  Geoffrey Noer  <noer@cygnus.com>
15452
15453         * Makefile.in: lose "32" from comment about cygwin.
15454
15455 Thu Nov  5 15:00:31 1998  Nick Clifton  <nickc@cygnus.com>
15456
15457         * configure.in: Use -Os to build target libraries for the fr30.
15458
15459 Wed Nov  4 18:49:43 1998  Dave Brolley  <brolley@cygnus.com>
15460
15461         * config.sub: Add fr30.
15462
15463 Mon Nov  2 15:19:33 1998  Geoffrey Noer  <noer@cygnus.com>
15464
15465         * configure.in: drop "32" from config/mh-cygwin32.  Check
15466         cygwin* instead of cygwin32*.
15467         * config.sub: Check cygwin* instead of cygwin32*.
15468
15469 Thu Oct 22 10:55:25 1998  Robert Lipe  <robertl@dgii.com>
15470
15471         * config.guess: Match any version of Unixware7.
15472
15473 1998-10-20  Syd Polk  <spolk@cygnus.com>
15474
15475         * Makefile.in configure.in: Add the ability to use tcl8.1 and tk8.1
15476         if desired.
15477
15478 Sun Oct 18 18:34:50 1998  Jeffrey A Law  (law@cygnus.com)
15479
15480         * config.if (cxx_interface, libstdcxx_interface): Do not try to set
15481         these if the appropriate directories and files to not exist.
15482
15483 Wed Oct 14 10:29:06 1998  Jeffrey A Law  (law@cygnus.com)
15484
15485         * Makefile.in (DEVO_SUPPORT): Add config.if.
15486
15487 Tue Oct 13 15:45:36 1998  Manfred Hollstein  <manfred@s-direktnet.de>
15488
15489         * configure: Add pattern to replace "build_tooldir"'s
15490         definition in the generated Makefile with "tooldir"'s
15491         actual value.
15492
15493 Tue Oct 13 09:17:06 1998  Jeffrey A Law  (law@cygnus.com)
15494
15495         * config.sub: Bring back lost sparcv9.
15496
15497         * Makefile.in (all-snvavigator): Remove all-flexlm dependency.
15498
15499 Mon Oct 12 12:09:44 1998  Jeffrey A Law  (law@cygnus.com)
15500
15501         * Makefile.in (CHILL_FOR_TARGET): Mirror recent changes to
15502         CC_FOR_TARGET and friends.
15503
15504 Mon Oct 12 12:09:30 1998  Alexandre Oliva  <oliva@dcc.unicamp.br>
15505
15506         * Makefile.in (build_tooldir): New variable, same as tooldir.
15507         (CC_FOR_TARGET, GCC_FOR_TARGET, CXX_FOR_TARGET): Add
15508         -B$(build_tooldir)/bin/.
15509         (BASE_FLAGS_TO_PASS): Pass build_tooldir down.
15510
15511 Tue Sep  1 16:23:11 1998  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
15512
15513         * README: Remove installation instructions and refer to the
15514         INSTALL directory instead.
15515
15516 Wed Sep 30 22:20:50 1998  Robert Lipe  <robertl@dgii.com>
15517
15518         * config.sub: Add support for i[34567]86-pc-udk.
15519         * configure.in: Likewise.
15520
15521 Wed Sep 30 19:23:48 1998  Geoffrey Noer  <noer@cygnus.com>
15522
15523         * Makefile.in: add bzip2 package building bits for user
15524         tools module
15525         * configure.in: ditto
15526
15527 Wed Sep 30 03:00:05 1998  Jeffrey A Law  (law@cygnus.com)
15528
15529         * Makefile.in (TARGET_CONFIGDIRS): Add libobjc.
15530         (ALL_TARGET_MODULES): Add all-target-libobjc.
15531         (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
15532         (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
15533         (all-target-libchill): Add dependencies.
15534         * configure.in (target_libs): Add libchill.
15535
15536 1998-09-30  Manfred Hollstein  <manfred@s-direktnet.de>
15537
15538         * configure.in (target_subdir): Remove duplicate line.
15539
15540 Tue Sep 29 22:45:41 1998  Felix Lee  <flee@cygnus.com>
15541
15542         * Makefile.in (all-automake): fix dependencies.
15543
15544 Mon Sep 28 04:04:27 1998  Jeffrey A Law  (law@cygnus.com)
15545
15546         * configure.in: Minor cleanups for building in the $(target_alias)
15547         subdir.
15548
15549 1998-09-22  Jim Wilson  <wilson@cygnus.com>
15550
15551         * Makefile.in (bootstrap): Set r and s before make all.  Use
15552         BASE_FLAGS_TO_PASS in make all.
15553         (cross): Likewise.
15554
15555 1998-09-20  Mark Mitchell  <mark@markmitchell.com>
15556
15557         * Makefile.in (bootstrap): Pass TARGET_FLAGS_TO_PASS to `make all'.
15558
15559 Sun Sep 20 00:13:02 1998  Richard Henderson  <rth@cygnus.com>
15560
15561         * config.sub: Fix typo in last change.
15562
15563 1998-09-19  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
15564
15565         * config.sub: Add support for C4x target.
15566         * configure.in: Likewise.
15567
15568 1998-09-13  David S. Miller  <davem@pierdol.cobaltmicro.com>
15569
15570         * config.sub: Recognize sparcv9 just like sparc64.
15571
15572 Wed Sep  9 15:44:52 1998  Robert Lipe  <robertl@dgii.com>
15573
15574         * config.guess: Match "Pent II" or "PentII" for OpenServer.
15575
15576 Tue Sep  8 01:18:39 1998  Jeffrey A Law  (law@cygnus.com)
15577
15578         * config.guess: Correctly identify Pentium II sco boxes.
15579
15580         * config.guess: Fix "tr" code.  From Weiwen Liu.
15581
15582 Sat Sep  5 13:56:52 1998  John Hughes  <john@Calva.COM>
15583
15584         * configure.in: Do not assume x86-svr4 or x86-unixware can handle
15585         stabs.
15586
15587 Sat Sep  5 02:12:02 1998  Jeffrey A Law  (law@cygnus.com)
15588
15589         * Makefile.in (TARGET_CONFIGDIRS): Add libchill.
15590         (ALL_TARGET_MODULES): Add all-target-libchill.
15591         (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
15592         (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
15593         (all-target-libchill): Add dependencies.
15594         * configure.in (target_libs): Add libchill.
15595
15596 Sun Aug 30 22:27:02 1998  Lutz Wohlrab <lutz.wohlrab@informatik.tu-chemnitz.de>
15597
15598         * config.guess: Avoid assumptions about "tr" behaves when
15599         LANG is set to something other than English.
15600
15601 Sun Aug 30 22:14:44 1998  H.J. Lu  (hjl@gnu.org)
15602
15603         * configure (gxx_include_dir): Changed to
15604         '${prefix}/include/g++'-${libstdcxx_interface}.
15605
15606         * config.if: New to determine the interfaces.
15607
15608 Sun Aug 30 21:15:19 1998  Mark Klein (mklein@dis.com)
15609
15610         * config.guess: Detect and handle MPE/IX.
15611         * config.sub: Deal with MPE/IX.
15612
15613 Sat Aug 29 14:32:55 1998  David Edelsohn  <edelsohn@mhpcc.edu>
15614
15615         * configure.in: Use mh-aix43.
15616
15617 1998-07-29  Manfred Hollstein  <manfred@s-direktnet.de>
15618
15619         * configure: Fix --without/--disable cases for gxx-include-dir.
15620
15621 Fri Aug 28 12:28:26 1998  Per Bothner  <bothner@cygnus.com>
15622
15623         * mdata-sh:  Imported.  Needed for automake support.
15624
15625 Thu Aug 13 12:49:29 1998  H.J. Lu  <hjl@gnu.org>
15626
15627         * Makefile.in (taz): Try "chmod -R og=u ." before
15628         "chmod og=u `find . -print`".
15629
15630 Fri Jul 31 09:38:33 1998  Catherine Moore  <clm@cygnus.com>
15631
15632         * configure.in: Add arm-elf and thumb-elf support.
15633
15634 Mon Jul 27 16:23:58 1998  Doug Evans  <devans@canuck.cygnus.com>
15635
15636         * Makefile.in: Undo previous patch.
15637
15638 Fri Jul 24 19:55:24 1998  Doug Evans  <devans@canuck.cygnus.com>
15639
15640         * Makefile.in (INSTALL_TARGET): Move EXTRA_TARGET_HOST_INSTALL_MODULES
15641         to here ...
15642         (install-no-fixedincludes): and here
15643         (INSTALL_MODULES): ... from here.
15644
15645 Fri Jul 24 17:01:42 1998  Ian Lance Taylor  <ian@cygnus.com>
15646
15647         * config.sub: Merge with FSF.
15648
15649         * config.guess: Merge with FSF.
15650
15651 Fri Jul 24 08:43:36 1998  Doug Evans  <devans@canuck.cygnus.com>
15652
15653         * configure (extraconfigdirs): New variable.
15654         (SUBDIRS): Add extraconfigdirs and recurse on them too.
15655         * Makefile.in (all): Move higher in file.
15656         (EXTRA_TARGET_HOST_ALL_MODULES): New variable.
15657         (EXTRA_TARGET_HOST_{INSTALL,CHECK}_MODULES): New variables.
15658         (ALL_MODULES): Add EXTRA_TARGET_HOST_ALL_MODULES.
15659         (CROSS_CHECK_MODULES): Add EXTRA_TARGET_HOST_CHECK_MODULES.
15660         (INSTALL_MODULES): Add EXTRA_TARGET_HOST_INSTALL_MODULES.
15661
15662 1998-07-23  Brendan Kehoe  <brendan@cygnus.com>
15663
15664         * Makefile.in (all-target-libjava): Depend on all-gcc and
15665         all-target-newlib.
15666         (configure-target-libjava): Depend on $(ALL_GCC).
15667
15668 Sat Jul 18 14:32:43 CDT 1998  Robert Lipe  <robertl@dgii.com>
15669
15670         * config.guess: (*-pc-sco3.2v5) Add detection for Pentium II.
15671         (*-pc-unixware7) Add detection for Pentium II, Pentium Pro.
15672
15673 Sun Jul 19 00:46:53 CEST 1998  Marc Lehmann <pcg@goof.com>
15674
15675         * INSTALL/README: Fix typo.
15676
15677 Fri Jul 17 13:30:18 1998  Ian Lance Taylor  <ian@cygnus.com>
15678
15679         * ylwrap: Change absolute path checks to check for DOS style path
15680         names.
15681
15682         * ylwrap: Don't use a full path name if the source file is in the
15683         same directory.  From hjl@lucon.org (H.J. Lu).
15684
15685         * config-ml.in: Default to being verbose, to match Feb 18 change to
15686         configure.
15687
15688 Thu Jul 16 12:29:51 1998  Ian Lance Taylor  <ian@cygnus.com>
15689
15690         Brought over from egcs:
15691
15692         Sat Jun 27 22:46:32 1998  Jeffrey A Law  (law@cygnus.com)
15693
15694         * configure.in (target_subdir): Set to ${target_alias} instead
15695         of "libraries".
15696
15697         Mon Sep  1 16:45:44 1997  Jim Wilson  <wilson@cygnus.com>
15698
15699         * configure.in (target_subdir): Set to libraries if enable_multilib.
15700
15701 Wed Jul 15 01:00:54 1998  Ian Lance Taylor  <ian@cygnus.com>
15702
15703         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there are any
15704         multilibs, force reconfiguration the first time we create
15705         multilib.out in a subdirectory, in case TARGET_SUBDIR is `.'.
15706
15707 Tue Jul 14 23:41:03 1998  Ian Lance Taylor  <ian@cygnus.com>
15708
15709         * configure.in: Strip any --no option from CONFIG_ARGUMENTS, to
15710         avoid confusion with --no-recursion.
15711
15712 Tue Jul 14 15:37:41 1998  Geoffrey Noer  <noer@cygnus.com>
15713
15714         * configure.in: Win32 hosts shouldn't use install -x
15715         * install-sh: remove -x option, and special .exe-handling
15716         hack.
15717
15718 Tue Jul 14 15:28:41 1998  Richard Henderson  <rth@cygnus.com>
15719
15720         * config.guess: Recognize i586-pc-beos.
15721         * configure.in: Don't build some bits for beos.
15722
15723 Tue Jul 14 13:22:18 1998  Ian Lance Taylor  <ian@cygnus.com>
15724
15725         * configure: If CC is set but CFLAGS is not, and CC is gcc, make
15726         CFLAGS default to -O2.
15727
15728         * ltmain.sh: Add some hacks to make SunOS --enable-shared work
15729         when using GNU ld.
15730
15731 Fri Jul 10 13:18:23 1998  Ian Lance Taylor  <ian@cygnus.com>
15732
15733         * ltmain.sh: Correct install when using a different shell.
15734
15735 Tue Jul  7 15:24:38 1998  Ian Lance Taylor  <ian@cygnus.com>
15736
15737         * ltconfig, ltmain.sh: Update to libtool 1.2b.
15738
15739 Thu Jul  2 13:57:36 1998  Klaus Kaempf  <kkaempf@rmi.de>
15740
15741         * makefile.vms: Update to build binutils/makefile.vms.  Add install
15742         target.
15743
15744 Wed Jul  1 16:45:21 1998  Ian Lance Taylor  <ian@cygnus.com>
15745
15746         * ltconfig: Update to correct AIX handling.
15747
15748 Sat Jun 27 22:46:32 1998  Jeffrey A Law  (law@cygnus.com)
15749
15750         * Makefile.in (BASE_FLAGS_TO_PASS): Add TARGET_SUBDIR.
15751
15752         * configure.in (target_subdir): Set to ${target_alias} instead
15753         of "libraries".
15754
15755 1998-06-26  Manfred Hollstein  <manfred@s-direktnet.de>
15756
15757         * Makefile.in (BASE_FLAGS_TO_PASS): Add gcc_version_trigger.
15758         (Makefile): Depend on $(gcc_version_trigger).
15759
15760         * configure (gcc_version): Change default initializer to empty
15761         string.
15762         (gcc_version_trigger): New variable; pass this variable down
15763         to subdir configures to enable them checking gcc's version
15764         themselves. Emit make macros for both gcc_version vars.
15765         (topsrcdir): Initialize reliably.
15766         (recursion line): Remove --with-gcc-version=${gcc_version}.
15767
15768 1998-06-24  Manfred Hollstein  <manfred@s-direktnet.de>
15769
15770         * configure (enable_version_specific_runtime_libs): Implement new flag
15771         --enable-version-specific-runtime-libs which installs C++ runtime stuff
15772         in $(libsubdir); emit definition in each generated Makefile.
15773         (gxx_include_dir): Initialize depending on
15774         $enable_version_specific_runtime_libs.
15775
15776 1998-06-24  Manfred Hollstein  <manfred@s-direktnet.de>
15777
15778         * configure (gcc_version): Initialize properly depending on
15779         how and where configure is started.
15780         (recursion line): Pass a --with-gcc-version=${gcc_version}
15781         to configures in subdirs.
15782
15783 Wed Jun 24 16:01:59 1998  John Metzler  <jmetzler@cygnus.com>
15784
15785         * configure.in (noconfigdirs): Add configure pattern for mips tx39
15786         cygmon
15787
15788 Tue Jun 23 22:42:32 1998  Mark Alexander  <marka@cygnus.com>
15789
15790         * configure.in: Add cygmon and libstub support for mn10200.
15791
15792 1998-06-19  Manfred Hollstein  <manfred@s-direktnet.de>
15793
15794         * configure (gcc_version): Add new variable describing the
15795         particular gcc version we're building.
15796         * Makefile.in (libsubdir): Add new macro for the directory
15797         in which the compiler finds executables, libraries, etc.
15798         (BASE_FLAGS_TO_PASS): Pass down gcc_version, target_alias
15799         and libsubdir.
15800
15801 Fri Jun 19 02:36:59 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
15802
15803         * Makefile.in (local-clean): Remove *.log.
15804         (warning.log): Built with warn_summary from build.log.
15805         (mail-report.log): Run test_summary.
15806         (mail-report-with-warnings.log): Run test_summary including
15807         warning.log in the report.
15808
15809 Thu Jun 18 11:26:03 1998  Robert Lipe  <robertl@dgii.com>
15810
15811         * config.guess: Detection of Pentium II for *-sco-3.2v5*.
15812
15813 Mon Jun 15 14:53:54 1998  Andrew Cagney  <cagney@b1.cygnus.com>
15814
15815         * Makefile.in (grep): Grep no longer depends on libiberty.
15816
15817 Fri Jun 12 14:03:34 1998  Syd Polk  <spolk@cygnus.com>
15818
15819         * Makefile.in: all-snavigator needs all-libgui.
15820
15821 Thu Jun 11 19:43:47 1998  Mark Alexander  <marka@cygnus.com>
15822
15823         * configure.in: Add cygmon and libstub support for mn10300.
15824
15825 Wed Jun 10 11:19:47 1998  Ian Lance Taylor  <ian@cygnus.com>
15826
15827         * missing: Update to version from automake 1.3.
15828
15829         * ltmain.sh: On installation, don't get confused if the same name
15830         appears more than once in the list of library names.
15831
15832 Wed Jun  3 14:51:42 1998  Ian Lance Taylor  <ian@cygnus.com>
15833
15834         * config.sub: Accept m68060 and m5200 as CPU names.
15835
15836 Mon Jun  1 17:25:16 1998  Ian Lance Taylor  <ian@cygnus.com>
15837
15838         * configure: Use && rather than using -a in test, because odd
15839         strings can confuse test.
15840         * configure.in: Likewise.
15841
15842 Thu May 28 19:31:13 1998  Ian Lance Taylor  <ian@cygnus.com>
15843
15844         * ltconfig, ltmain.sh: Bring in Visual C++ support.
15845
15846 Sat May 23 23:44:13 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
15847
15848         * Makefile.in (boostrap2-lean, bootstrap3-lean,
15849         bootstrap4-lean): New targets.
15850
15851 Mon May 11 23:55:56 1998  Jeffrey A Law  (law@cygnus.com)
15852
15853         * mpw-* Delete.  Not used.
15854
15855 Mon May 11 23:11:34 1998  Jeffrey A Law  (law@cygnus.com)
15856
15857         * COPYING.LIB: Update FSF address.
15858
15859 Fri May  8 01:30:20 1998  Ian Lance Taylor  <ian@cygnus.com>
15860
15861         * ltconfig, ltmain.sh: Update to libtool 1.2a.
15862
15863         * Makefile.in (GASB_SUPPORT_DIRS): Remove intl; already included via
15864         GAS_SUPPORT_DIRS.
15865
15866 Thu May  7 17:27:35 1998  Ian Lance Taylor  <ian@cygnus.com>
15867
15868         * ltconfig, ltmain.sh: Avoid producing a version number if
15869         -version-info was not used.
15870
15871 Tue May  5 18:02:24 1998  Ian Lance Taylor  <ian@cygnus.com>
15872
15873         * configure.in: Add --with-newlib to CONFIG_ARGUMENTS if we are
15874         building with newlib.
15875
15876 1998-04-30  Paul Eggert  <eggert@twinsun.com>
15877
15878         * Makefile.in (EXTRA_GCC_FLAGS): Remove backslash at end;
15879         Solaris `make' causes it to continue to next definition.
15880
15881 Tue Apr 28 16:24:24 1998  Jason Molenda  (crash@bugshack.cygnus.com)
15882
15883         * Makefile.in (install-gdbtk): Call this 'install-gdb' so that
15884         the right GUI libraries and files are installed along with GDB.
15885
15886 Tue Apr 28 18:11:24 1998  Ian Lance Taylor  <ian@cygnus.com>
15887
15888         * configure.in: Change alpha to alpha* in several places.
15889
15890 Tue Apr 28 07:42:00 1998  Mark Alexander  <marka@cygnus.com>
15891
15892         * config.sub: Recognize sparc86x.
15893
15894 Tue Apr 28 07:35:02 1998  Michael Meissner  <meissner@cygnus.com>
15895
15896         * configure.in (--enable-target-optspace): Remove debug echo.
15897
15898 Thu Apr 23 21:31:16 1998  Jim Wilson  <wilson@cygnus.com>
15899
15900         * configure: Set CXXFLAGS from CXXFLAGS, not CFLAGS.
15901
15902 Thu Apr 23 12:26:38 1998  Ian Lance Taylor  <ian@cygnus.com>
15903
15904         * ltconfig: Update cygwin32 support.
15905
15906         * Makefile.in (GAS_SUPPORT_DIRS): Add intl.
15907         (BINUTILS_SUPPORT_DIRS, GASB_SUPPORT_DIRS): Likewise.
15908         (GDB_SUPPORT_DIRS): Likewise.
15909
15910 Wed Apr 22 12:30:10 1998  Michael Meissner  <meissner@cygnus.com>
15911
15912         * configure.in (target_makefile_frag): If --enable-target-optspace,
15913         use -Os to compile target libraries rather than -O2.  Default to
15914         using -Os for d10v and m32r if --{enable,disable}-target-optspace is
15915         not used.
15916         * configure.in (target_cflags): Ditto for d30v.
15917
15918 Tue Apr 21 23:06:54 1998  Tom Tromey  <tromey@cygnus.com>
15919
15920         * Makefile.in (all-bfd): Depend on all-intl.
15921         (all-binutils): Likewise.
15922         (all-gas): Likewise.
15923         (all-gprof): Likewise.
15924         (all-ld): Likewise.
15925
15926 1998-04-19  Brendan Kehoe  <brendan@cygnus.com>
15927
15928         * configure.in (host_tools): Fix typo, lbtool -> libtool.
15929
15930 Fri Apr 17 16:20:42 1998  Ian Lance Taylor  <ian@cygnus.com>
15931
15932         * Makefile.in (all-bfd): Depend upon all-libiberty.
15933
15934         * ltconfig, ltmain.sh: Bring in newer cygwin32 support.
15935
15936 Fri Apr 17 12:22:22 1998  Bob Manson  <manson@charmed.cygnus.com>
15937
15938         * Makefile.in: Add libstub.
15939
15940         * configure.in: Ditto. Build libstub for targets that have cygmon
15941         support.
15942
15943 Tue Apr 14 18:01:55 1998  Ian Lance Taylor  <ian@cygnus.com>
15944
15945         * configure.in: Don't set PICFLAG on ix86-cygwin32.
15946
15947 Tue Apr 14 12:24:45 1998  J. Kean Johnston  <jkj@sco.com>
15948
15949         * configure.in: Recognise i[3456]96-*-sysv5* as a valid host, and
15950         use mh-sysv5 if specified.  Support gprof on SCO Open Server.
15951
15952 Tue Apr 14 11:33:51 1998  Krister Walfridsson <cato@df.lth.se>
15953
15954         * configure: Define DEFAULT_M4 by searching PATH.
15955         * Makfile.in: Use DEFAULT_M4.
15956
15957 Mon Apr 13 15:37:24 1998  Ian Lance Taylor  <ian@cygnus.com>
15958
15959         * ltconfig: Add cygwin32 support.
15960
15961         * Makefile.in, configure.in: Add libtool as a native only directory
15962         to configure and build.
15963
15964 Sun Apr 12 20:58:46 1998  Jeffrey A Law  (law@cygnus.com)
15965
15966         * Makefile.in (INSTALL_MODULES): Remove texinfo.
15967
15968 Wed Apr  8 13:18:56 1998  Philippe De Muyter  <phdm@macqel.be>
15969
15970         * Makefile.in (EXTRA_GCC_FLAGS): XFOO lines shortened.
15971
15972 Thu Apr  2 14:48:44 1998  Geoffrey Noer  <noer@cygnus.com>
15973
15974         * Makefile.in: add ash make rules
15975         * configure.in: add ash to native_only and host_tools lists
15976
15977 Thu Mar 26 12:53:20 1998  Tom Tromey  <tromey@cygnus.com>
15978
15979         * Makefile.in (all-gettext, all-intl): New targets.
15980         (ALL_MODULES): Added all-gettext, all-intl.
15981         (CROSS_CHECK_MODULES): Added check-gettext, check-intl.
15982         (INSTALL_MODULES): Added install-gettext, install-intl.
15983         (CLEAN_MODULES): Added clean-gettext, clean-intl.
15984
15985         * configure.in (host_tools): Added gettext.
15986         (native_only): Likewise.
15987         (noconfigdirs) [various cases]: Likewise.
15988         (host_libs): Added intl.
15989
15990 Thu Mar 26 15:00:11 1998  Keith Seitz  <keiths@onions.cygnus.com>
15991
15992         * configure: Do not disable building gdbtk for cygwin32 hosts.
15993
15994 Wed Mar 25 10:04:18 1998  Nick Clifton  <nickc@cygnus.com>
15995
15996         * configure.in: Add thumb-coff target.
15997         * config.sub: Add thumb-coff target.
15998
15999 Wed Mar 25 11:49:12 1998  Jason Molenda  (crash@bugshack.cygnus.com)
16000
16001         * Makefile.in: Revert yesterday's change.
16002         (all-target-winsup):  all-target-librx stays out of here.
16003
16004 Tue Mar 24 16:58:29 1998  Jason Molenda  (crash@bugshack.cygnus.com)
16005
16006         * Makefile.in (TARGET_CONFIGDIRS, ALL_TARGET_MODULES,
16007         CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES,
16008         INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES, all-target-winsup):
16009         Remove references to librx and libg++.
16010
16011 Tue Mar 24 18:28:12 1998  Eric Mumpower  <nocturne@cygnus.com>
16012
16013         * Makefile.in (BASE_FLAGS_TO_PASS): Pass $(lispdir) down to
16014         recursive makes
16015
16016 Tue Mar 24 11:37:45 1998  Ian Lance Taylor  <ian@cygnus.com>
16017
16018         * Makefile.in (CC_FOR_TARGET): Use $(TARGET_SUBDIR) when passing -B
16019         for newlib directory.
16020         (CXX_FOR_TARGET): Likewise.
16021
16022 Mon Mar 23 11:30:21 1998  Jeffrey A Law  (law@cygnus.com)
16023
16024         * ltconfig: Update after libtool/ltconfig.in change for
16025         hpux11.
16026
16027 Fri Mar 20 18:51:43 1998  Ian Lance Taylor  <ian@cygnus.com>
16028
16029         * ltconfig, ltmain.sh: Update to libtool 1.2.
16030
16031 Fri Mar 20 09:32:14 1998  Manfred Hollstein  <manfred@s-direktnet.de>
16032
16033         * Makefile.in (install-gcc): Don't specify LANGUAGES here.
16034         (install-gcc-cross): Instead, override LANGUAGES here.
16035
16036 1998-03-18  Dave Love  <d.love@dl.ac.uk>
16037
16038         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Set CONFIG_SITE to a
16039         non-existent file since /dev/null loses with bash 2.0/autoconf 2.12.
16040
16041 Wed Mar 18 09:24:59 1998  Nick Clifton  <nickc@cygnus.com>
16042
16043         * configure.in: Add Thumb-pe target.
16044
16045 Tue Mar 17 16:59:00 1998  Syd Polk <spolk@cygnus.com>
16046
16047         * Makefile.in - changed sn targets to snavigator
16048         * configure.in - changed sn targets to snavigator
16049
16050 Tue Mar 17 10:33:28 1998  Manfred Hollstein  <manfred@s-direktnet.de>
16051
16052         * config-ml.in: After building symlink tree call make distclean
16053         if a Makefile got linked into ${ml_dir}/${ml_libdir}; this happens
16054         to be the case for libiberty.
16055
16056 Tue Mar 17 10:22:37 1998  H.J. Lu  (hjl@gnu.ai.mit.edu)
16057
16058         * configure: When making link, also check the current
16059         directory. The configure scripts may create one.
16060
16061 Fri Mar  6 01:02:03 1998  Richard Henderson  <rth@cygnus.com>
16062
16063         * config.sub: Accept alphapca56 and alphaev6 properly.
16064
16065 Fri Mar  6 00:14:55 1998  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
16066
16067         * configure.in: Revert 3 Jan change for powerpc-linux-gnulibc1.
16068
16069 Mon Feb 23 15:09:18 1998  Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de
16070
16071         * config.sub (sco5): Fix typo.
16072
16073 Mon Feb 23 14:46:06 1998  Ian Lance Taylor  <ian@cygnus.com>
16074
16075         * Makefile.in (INSTALL_MODULES): Move install-tcl before
16076         install-itcl.
16077         (install-itcl): Remove dependency on install-tcl.
16078
16079 Mon Feb 23 09:53:28 1998  Mark Alexander  <marka@cygnus.com>
16080
16081         * configure.in: Remove libgloss from noconfigdirs for MN10300.
16082
16083 Thu Feb 19 13:40:41 1998  Ian Lance Taylor  <ian@cygnus.com>
16084
16085         * configure.in: Don't build libgui for a cygwin32 target when not on
16086         a cygwin32 host.
16087
16088 Wed Feb 18 12:29:00 1998  Jason Molenda  (crash@bugshack.cygnus.com)
16089
16090         * configure (redirect): Set to null, so default behavior of
16091         configure is now --verbose.
16092
16093 1998-02-16  Dave Love  <d.love@dl.ac.uk>
16094
16095         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Run configure with
16096         CONFIG_SITE=/dev/null to forestall lossage with site configuration.
16097
16098 Mon Feb 16 12:23:53 1998  Manfred Hollstein  <Manfred.Hollstein@ks.sel.alcatel.de>
16099
16100         * Makefile.in (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS): Really add
16101         this change to sync Makefile.in with its ChangeLog entries.
16102
16103 Thu Feb 12 15:03:08 1998  H.J. Lu  <hjl@gnu.org>
16104
16105         * ltmain.sh (mkdir): Check that the directory doesn't exist
16106         before we exit with error, so that we don't get races during
16107         parallel builds.
16108
16109 Sat Feb  7 15:19:18 1998  Ian Lance Taylor  <ian@cygnus.com>
16110
16111         * ltconfig, ltmain.sh: Update from libtool 1.0i.
16112
16113 Fri Feb  6 01:33:52 1998  Manfred Hollstein  <manfred@s-direktnet.de>
16114
16115         * Makefile.in (BASE_FLAGS_TO_PASS): Don't pass PICFLAG and
16116         PICFLAG_FOR_TARGET.
16117         (EXTRA_TARGET_FLAGS): Don't pass PICFLAG_FOR_TARGET.
16118
16119         * configure: Emit a definition for the new macro enable_shared
16120         into each Makefile.
16121
16122 Thu Feb  5 17:01:12 1998  Jason Molenda  (crash@bugshack.cygnus.com)
16123
16124         * configure.in (host_tools, native_only): Add libtool.
16125
16126 Wed Feb  4 16:53:58 1998  Geoffrey Noer  <noer@cygnus.com>
16127
16128         * configure.in: add target-gperf to noconfigdirs for Cygwin32.
16129         Fix typo in ming config comment.
16130
16131 Wed Feb  4 18:56:13 1998  Ian Lance Taylor  <ian@cygnus.com>
16132
16133         * ltconfig, ltmain.sh: Update from libtool 1.0h.
16134
16135 Mon Feb  2 19:38:19 1998  Ian Lance Taylor  <ian@cygnus.com>
16136
16137         * config.sub: Add tic30 cases, and map c30 to tic30.
16138
16139 Sun Feb  1 02:40:41 1998  Richard Henderson  <rth@cygnus.com>
16140
16141         * Makefile.in (TARGET_CONFIGDIRS): Add libf2c.
16142         (ALL_TARGET_MODULES, CONFIGURE_TARGET_MODULES): Similarly
16143         (CHECK_TARGET_MODULES, INSTALL_TARGET_MODULES): Similarly
16144         (CLEAN_TARGET_MODULES): Similarly
16145         (all-target-libf2c): Add dependences.
16146         * configure.in (target_libs): Add libf2c.
16147
16148 Fri Jan 30 17:18:32 1998  Geoffrey Noer  <noer@cygnus.com>
16149
16150         * configure.in: Remove expect from noconfigdirs when target
16151         is cygwin32.  OK to build expect and dejagnu with Canadian
16152         Cross.
16153
16154 Wed Jan 28 12:58:49 1998  Ian Lance Taylor  <ian@cygnus.com>
16155
16156         * configure.in: Do build expect, dejagnu, and cvssrc for a cygwin32
16157         host.
16158
16159         * config.guess: Use ${UNAME_MACHINE} rather than i386 for cygwin32
16160         and mingw32.
16161
16162 Wed Jan 28 10:26:37 1998  Manfred Hollstein  <manfred@s-direktnet.de>
16163
16164         * Makefile.in (BASE_FLAGS_TO_PASS): Remove passing $(local_prefix)
16165         here as it is not defined in the toplevel Makefile.
16166
16167 Tue Jan 27 23:25:06 1998  Manfred Hollstein  <manfred@s-direktnet.de>
16168
16169         * configure (package_makefile_rules_frag): New variable, which names
16170         a file with generic rules, ...
16171         Change comment to mention we now have FIVE parts.
16172         * configure: Undo last change.
16173
16174 Tue Jan 27 23:15:55 1998  Lassi A. Tuura  <lat@iki.fi>
16175
16176         * config.guess: More accurate determination of HP processor types.
16177         * config.sub: More accurate determination of HP processor types.
16178
16179 Sat Jan 24 01:59:45 1998  Manfred Hollstein  <manfred@s-direktnet.de>
16180
16181         * configure (package_makefile_frag): Move inserting the
16182         ${package_makefile_frag} to where it should be according
16183         to the comment.
16184
16185 Fri Jan 23 00:29:28 1998  Philip Blundell  <pb@nexus.co.uk>
16186
16187         * config.guess: Add support for Linux/ARM.
16188
16189 Thu Jan 22 15:14:01 1998  Fred Fish  <fnf@cygnus.com>
16190
16191         * .cvsignore: Remove *-info and *-install since they match
16192         release-info and mpw-install, which we don't want to just ignore.
16193
16194 Thu Jan 22 01:38:33 1998  Richard Henderson  <rth@cygnus.com>
16195
16196         * configure.in: Revert 3 Jan change for alpha-linux-gnulibc1.
16197
16198 Sat Jan 17 21:28:08 1998  Pieter Nagel <pnagel@epiuse.co.za>
16199
16200         * Makefile.in (FLAGS_TO_PASS): Pass down gcc_include_dir and
16201         local_prefix to sub-make invocations.
16202
16203 Sat Jan 17 21:04:59 1998 H.J. Lu  (hjl@gnu.org)
16204
16205         * configure.in: Check makefile fragments in the source
16206         directory.
16207
16208 Fri Jan 16 00:41:37 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
16209
16210         * configure.in: Check whether host and target makefile
16211         fragments exist before adding them to *_makefile_frag.
16212
16213 Wed Jan 14 23:39:10 1998  Bob Manson  <manson@charmed.cygnus.com>
16214
16215         * configure.in (target_configdirs): Add cygmon for sparc64-elf.
16216
16217 Wed Jan 14 12:48:07 1998  Keith Seitz  <keiths@pizza.cygnus.com>
16218
16219         * configure.in: Make sure we only replace RPATH_ENVVAR on
16220         lines which begin with RPATH_ENVVAR, i.e. add "^" to the
16221         regexp to sed.
16222
16223         * Makefile.in (BASE_FLAGS_TO_PASS): Pass RRPATH_ENVVAR down
16224         to sub-makes.
16225
16226 1998-01-13  Lee Iverson   (leei@ai.sri.com)
16227
16228         * config-ml.in (multi-do): LDFLAGS must include multilib
16229         designator.
16230
16231 Tue Jan 13 01:13:24 1998   Robert Lipe (robertl@dgii.com)
16232
16233         * config.guess: Recognize i[3456]-i586-UnixWare7-sysv5.
16234
16235 Sun Jan  4 01:06:55 1998  Mumit Khan  <khan@xraylith.wisc.edu>
16236
16237         * config.sub: Add mingw32 support.
16238         * configure.in: Likewise.
16239
16240 Sat Jan  3 12:11:05 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
16241
16242         * configure.in: Finalize support for {alpha|powerpc}*-*-linux-gnulibc1
16243
16244 Sun Dec 28 11:28:58 1997  Jeffrey A Law  (law@cygnus.com)
16245
16246         * Makefile.in (INSTALL_TARGET): Do install-gcc first.
16247         * configure (gxx_include_dir): Provide a definition for subdirs
16248         which do not use autoconf.
16249
16250 Wed Dec 24 22:46:55 1997  Jeffrey A Law  (law@cygnus.com)
16251
16252         * config.guess: Sync with egcs.  Picks up new alpha support,
16253         BeOS & some additional linux support.
16254
16255 Tue Dec 23 12:44:24 1997  Jeffrey A Law  (law@cygnus.com)
16256
16257         * config.guess: HP 9000/803 is a PA1.1 machine.
16258
16259 Mon Dec 22 02:39:24 1997  Richard Henderson  <rth@cygnus.com>
16260
16261         * configure.in: It's alpha*-...
16262
16263 Sun Dec 21 16:53:12 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
16264
16265         * configure.in (host_makefile_frag, target_makefile_frag):
16266         Handle multiple config files.
16267         (alpha-*-linux*): Treat alpha-*-linux* as alpha-*-linux* and
16268         alpha-*-*.
16269
16270 Thu Dec 18 13:13:03 1997  Doug Evans  <devans@canuck.cygnus.com>
16271
16272         * mkdep: New file.
16273
16274 Wed Dec 17 09:53:02 1997  Michael Meissner  <meissner@cygnus.com>
16275
16276         * configure.in (d30v-*-*): Allow configuring of libide, vmake, etc.
16277
16278 Tue Dec 16 17:36:05 1997  Ian Lance Taylor  <ian@cygnus.com>
16279
16280         * Makefile.in: Add libgui directory.
16281         (GDB_TK): Add all-libgui.
16282         * configure.in: Add libgui directory.
16283         * configure: Add all-libgui to GDB_TK.
16284
16285 Mon Dec 15 16:12:28 1997  Nick Clifton  <nickc@cygnus.com>
16286
16287         * config-ml.in (multidirs): Add m32r to multilib list.
16288
16289 Fri Dec 12 10:43:31 1997  Brendan Kehoe  <brendan@canuck.cygnus.com>
16290
16291         * Makefile.in (all-target-gperf): Change dependency to
16292         all-target-libstdc++.
16293
16294 Thu Dec 11 23:30:51 1997  Fred Fish  <fnf@ninemoons.com>
16295
16296         * config.guess: Add BeOS support.
16297
16298 Wed Dec 10 15:10:38 1997  Ian Lance Taylor  <ian@cygnus.com>
16299
16300         Source directory cvs renamed to cvssrc:
16301         * configure.in (host_tools): Change cvs to cvssrc.
16302         (native_only): Likewise.
16303         (noconfigdirs) [various cases]: Likewise.
16304         * Makefile.in (ALL_MODULES): Change all-cvs to all-cvssrc.
16305         (CROSS_CHECK_MODULES): Change check-cvs to check-cvssrc.
16306         (INSTALL_MODULES): Change install-cvs to install-cvssrc.
16307         (CLEAN_MODULES): Change clean-cvs to clean-cvssrc.
16308         (all-cvssrc): Rename target from all-cvs.
16309
16310 Wed Dec  3 07:55:59 1997  Jeffrey A Law  (law@cygnus.com)
16311
16312         * configure (gxx_include_dir): Fix thinko.
16313
16314 Tue Dec  2 10:55:34 1997  Jeffrey A Law  (law@cygnus.com)
16315
16316         * Makefile.in (INSTALL_TARGET_CROSS): Define.
16317         (install-cross, install-gcc-cross): New targets.
16318
16319 Tue Dec  2 10:08:31 1997  Nick Clifton  <nickc@cygnus.com>
16320
16321         * configure.in (noconfigdirs): Add support for Thumb target.
16322
16323         * config.sub (maybe_os): Add support for Thumb target.
16324
16325 Sun Nov 30 16:12:27 1997  Bob Manson  <manson@charmed.cygnus.com>
16326
16327         * Makefile.in: Add rules for cygmon.
16328
16329         * configure.in: Build cygmon for sparc-elf and sparclite-aout.
16330
16331 Thu Nov 27 01:31:30 1997  Jeffrey A Law  (law@cygnus.com)
16332
16333         * Makefile.in (INSTALL_TARGET): Do install-gcc first.
16334         * configure (gxx_include_dir): Provide a definition for subdirs
16335         which do not use autoconf.
16336
16337 Wed Nov 26 11:53:33 1997  Keith Seitz  <keiths@onions.cygnus.com>
16338
16339         * Makefile.in, configure, configure.in, ChangeLog: merge with foundry's
16340         11/18/97 build
16341
16342 Wed Nov 26 16:08:50 1997  Jeffrey A Law  (law@cygnus.com)
16343
16344         * From Franz Sirl.
16345         * config.guess (powerpc*-*-linux): Handle glibc2 beta release
16346         found on RedHat Linux systems.
16347
16348 Fri Nov 21 09:51:01 1997  Jeffrey A Law  (law@cygnus.com)
16349
16350         * config.guess (alpha stuff): Merge with FSF to avoid incorrect
16351         guesses.
16352
16353 Thu Nov 13 11:38:37 1997  Jeffrey A Law  (law@cygnus.com)
16354
16355         * configure.in (i[3456]86-ncr-sysv4.3*): Tweak.
16356
16357 Mon Nov 10 15:23:21 1997  H.J. Lu  <hjl@gnu.ai.mit.edu>
16358
16359         * ltmain.sh: If mkdir fails, check whether the directory was created
16360         anyhow by some other process.
16361
16362 Mon Nov 10 14:38:03 1997  Michael Meissner  <meissner@cygnus.com>
16363
16364         * configure.in (d30v-*-*): Configure all directories.
16365
16366 Sun Nov  9 17:36:20 1997  Michael Meissner  <meissner@cygnus.com>
16367
16368         * configure.in (d30v-*-*): Configure newlib, libiberty directories
16369         for the D30V.
16370
16371 Sat Nov  8 14:42:59 1997  Michael Meissner  <meissner@cygnus.com>
16372
16373         * configure.in (d30v-*-*): Configure target-libgloss on the D30V.
16374
16375 Fri Nov  7 10:34:09 1997  Rob Savoye  <rob@darkstar.cygnus.com>
16376
16377         * include/libiberty.h: Add extern "C" { so it can be used with C++
16378         progrms.
16379         * include/remote-sim.h:  Add extern "C" { so it can be used with C++
16380         programs.
16381
16382 Thu Oct 30 11:09:29 1997  Michael Meissner  <meissner@cygnus.com>
16383
16384         * configure.in (d30v-*-*): Configure GCC now.
16385
16386 Mon Oct 27 13:17:24 1997  Stan Shebs  <shebs@andros.cygnus.com>
16387
16388         * configure.in: Remove a "second pass" of tweaking noconfigdirs,
16389         is no longer needed.
16390
16391 Mon Oct 27 12:03:53 1997  Jason Merrill  <jason@yorick.cygnus.com>
16392
16393         * Makefile.in: check-target-libio depends on all-target-libstdc++.
16394
16395 Sun Oct 26 11:48:27 1997  Manfred Hollstein  (manfred@s-direktnet.de)
16396
16397         * Makefile.in (bootstrap-lean): Combined with `normal' bootstrap
16398         targets using "$@" to provide support for similar but not identical
16399         targets without having to duplicate code.
16400
16401 Mon Oct 20 15:28:49 1997  Klaus K"ampf  <kkaempf@progis.de>
16402
16403         * makefile.vms: Fix to work with DEC C.
16404
16405 Tue Oct  7 23:58:57 1997  Gavin Koch  <gavin@cygnus.com>
16406
16407         * config.sub: Add mips-tx39-elf to marketing names.
16408
16409 Tue Oct  7 14:24:41 1997  Ian Lance Taylor  <ian@cygnus.com>
16410
16411         * ltmain.sh: Handle symlinks in generated script.
16412
16413 Wed Oct  1 13:11:27 1997  Ian Lance Taylor  <ian@cygnus.com>
16414
16415         * configure: Handle autoconf style directory options: --bindir,
16416         --datadir, --includedir, --infodir, --libdir, --libexecdir,
16417         --mandir, --oldincludedir, --sbindir, --sharedstatedir,
16418         --sysconfdir.
16419         * Makefile.in (sbindir, libexecdir, sysconfdir): New variables.
16420         (sharedstatedir, localstatedir, oldincludedir): New variables.
16421         (BASE_FLAGS_TO_PASS): Pass down bindir, datadir, includedir,
16422         infodir, libdir, libexecdir, localstatedir, mandir, oldincludedir,
16423         sbindir, sharedstatedir, and sysconfdir.
16424
16425 Mon Sep 29 00:38:08 1997 Aaron Jackson <jackson@negril.msrce.howard.edu>
16426
16427         * Makefile.in (bootstrap-lean): New target.
16428
16429 Wed Sep 24 18:06:27 1997  Stu Grossman  <grossman@babylon-5.cygnus.com>
16430
16431         * configure.in (d30v):  Remove tcl, tk, expect, gdb, itcl, tix, db,
16432         sn, and gnuserv from noconfigdirs.
16433
16434 Wed Sep 24 15:18:32 1997  Ian Lance Taylor  <ian@cygnus.com>
16435
16436         * ltmain.sh: Tweak shell pattern to avoid bug in NetBSD /bin/sh.
16437
16438 Thu Sep 18 23:58:27 1997  Jeffrey A Law  (law@cygnus.com)
16439
16440         * Makefile.in (cross): New target.
16441
16442 Thu Sep 18 21:43:23 1997  Alexandre Oliva  <oliva@dcc.unicamp.br>
16443                           Jeff Law         <law@cygnus.com>
16444
16445         * Makefile.in (bootstrap2, bootstrap3): New targets.
16446         (all-bootstrap): Remove outdated and confusing target.
16447         (bootstrap, bootstrap2, bootstrap3): Don't pass BOOT_CFLAGS down.
16448
16449 Thu Sep 18 15:37:42 1997  Andrew Cagney  <cagney@b1.cygnus.com>
16450
16451         * configure (tooldir): enable_gdbtk=YES for cygwin32, NO for
16452         windows.  Consistent with gdb/configure.
16453
16454 1997-09-15 02:37  Ulrich Drepper  <drepper@cygnus.com>
16455
16456         * configure.in: Name Linux target fragment.
16457
16458         * configure: Rewrite so that project Makefile fragment is inserted
16459         first and appears last in the resulting Makefile.
16460
16461 Tue Sep 16 09:55:07 1997  Andrew Cagney  <cagney@b1.cygnus.com>
16462
16463         * Makefile.in (install-itcl): Install tcl first.
16464
16465 Fri Sep 12 16:19:20 1997  Geoffrey Noer  <noer@cygnus.com>
16466
16467         * configure.in: remove bison from noconfigdirs for Cygwin32 host
16468
16469 Thu Sep 11 16:40:46 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
16470
16471         * Makefile.in (local-distclean): Also remove mh-frag mt-frag.
16472
16473         * configure.in (skipdirs): Add target-librx for Linux.
16474         (alpha-*-linux*): Use config/mh-elfalphapic and config/mt-elfalphapic.
16475
16476 Wed Sep 10 21:29:54 1997  Jeffrey A Law  (law@cygnus.com)
16477
16478         * Makefile.in (bootstrap): New target.
16479
16480 Wed Sep 10 15:19:22 1997  Jeffrey A Law  (law@cygnus.com)
16481
16482         * config.sub: Accept 'amigados' for backward compatibility.
16483
16484 Mon Sep  8 20:46:20 1997  Ian Lance Taylor  <ian@cygnus.com>
16485
16486         * config.guess: Merge with FSF.
16487
16488 Sun Sep  7 23:18:32 1997  Fred Fish  <fnf@ninemoons.com>
16489
16490         * config.sub: Change 'amigados' to 'amigaos' to match current usage.
16491
16492 Sun Sep  7 15:55:28 1997  Gavin Koch  <gavin@cygnus.com>
16493
16494         * config.sub: Add "marketing-names" patch.
16495
16496 Fri Sep  5 16:11:28 1997  Joel Sherrill  (joel@OARcorp.com)
16497
16498         * configure.in (*-*-rtems*): Do not build libgloss for rtems.
16499
16500 Fri Sep  5 12:27:17 1997  Jeffrey A Law  (law@cygnus.com)
16501
16502         * config.sub: Handle v850-elf.
16503
16504 Wed Sep  3 22:01:58 1997  Fred Fish  <fnf@ninemoons.com>
16505
16506         * .cvsignore (*-install): Remove.
16507
16508 Wed Sep  3 12:15:24 1997  Chris Provenzano  <proven@cygnus.com>
16509
16510         * ltconfig: Set CONFIG_SHELL in libtool.
16511         * ltmain.sh: Use CONFIG_SHELL instead of /bin/sh
16512
16513 Mon Sep  1 16:45:44 1997  Jim Wilson  <wilson@cygnus.com>
16514
16515         * configure.in (target_subdir): Set to libraries if enable_multilib.
16516
16517 Wed Aug 27 16:15:11 1997  Jim Wilson  <wilson@cygnus.com>
16518
16519         * config.guess: Update from gcc directory.
16520
16521 Tue Aug 26 16:46:46 1997  Andrew Cagney  <cagney@b1.cygnus.com>
16522
16523         * Makefile.in (all-sim): Depends on all-readline.
16524
16525 Wed Aug 20 19:57:37 1997  Jason Merrill  <jason@yorick.cygnus.com>
16526
16527         * Makefile.in (BISON, YACC): Use $$s.
16528         (all-bison): Depend on all-texinfo.
16529
16530 Tue Aug 19 01:41:32 1997  Jason Merrill  <jason@yorick.cygnus.com>
16531
16532         * Makefile.in (BISON): Add -L flag.
16533         (YACC): Likewise.
16534
16535 Mon Aug 18 11:30:50 1997  Nick Clifton  <nickc@cygnus.com>
16536
16537         * configure.in (noconfigdirs): Add support for v850e target.
16538
16539         * config.sub (maybe_os): Add support for v850e target.
16540
16541 Mon Aug 18 11:30:50 1997  Nick Clifton  <nickc@cygnus.com>
16542
16543         * configure.in (noconfigdirs): Add support for v850ea target.
16544
16545         * config.sub (maybe_os): Add support for v850ea target.
16546
16547 Mon Aug 18 09:24:06 1997  Gavin Koch  <gavin@cygnus.com>
16548
16549         * config.sub: Add mipstx39.  Delete r3900.
16550
16551 Mon Aug 18 17:20:10 1997  Jason Molenda  (crash@godzilla.cygnus.co.jp)
16552
16553         * Makefile.in (all-autoconf): Depends on all-texinfo.
16554
16555 Fri Aug 15 23:09:26 1997  Michael Meissner  <meissner@cygnus.com>
16556
16557         * config-ml.in ({powerpc,rs6000}*-*-*): Update to current AIX and
16558         eabi targets.
16559
16560 Thu Aug 14 14:42:17 1997  Ian Lance Taylor  <ian@cygnus.com>
16561
16562         * configure: Get CFLAGS and CXXFLAGS from Makefile, if possible.
16563
16564         * configure: When handling a Canadian Cross, handle YACC as well as
16565         BISON.  Just set BISON to bison.  When setting YACC, prefer bison.
16566         * Makefile.in (all-bison): Depend upon all-texinfo.
16567
16568 Tue Aug 12 20:09:48 1997  Jason Merrill  <jason@yorick.cygnus.com>
16569
16570         * Makefile.in (BISON): bison, not byacc or bison -y.
16571         (YACC): bison -y or byacc or yacc.
16572         (various): Add *-bison as appropriate.
16573         (taz): No need to mess with BISON anymore.
16574
16575 Tue Aug 12 22:33:08 1997  Ian Lance Taylor  <ian@cygnus.com>
16576
16577         * configure: If OSTYPE matches *win32*, try to find a good value for
16578         CONFIG_SHELL.
16579
16580 Sun Aug 10 14:41:11 1997  Ian Lance Taylor  <ian@cygnus.com>
16581
16582         * Makefile.in (taz): Get the version number from AM_INIT_AUTOMAKE in
16583         configure.in if it is present.
16584
16585 Sat Aug  9 00:58:01 1997  Ian Lance Taylor  <ian@cygnus.com>
16586
16587         * Makefile.in (LD_FOR_TARGET): Change ld.new to ld-new.
16588
16589 Fri Aug  8 16:30:13 1997  Doug Evans  <dje@canuck.cygnus.com>
16590
16591         * config.sub: Recognize `arc' cpu.
16592         * configure.in: Likewise.
16593         * config-ml.in: Likewise.
16594
16595 Thu Aug  7 11:02:34 1997  Ian Lance Taylor  <ian@cygnus.com>
16596
16597         * Makefile.in ($(INSTALL_X11_MODULES)): Depend upon installdirs.
16598
16599 Wed Aug  6 16:27:29 1997  Chris Provenzano  <proven@cygnus.com>
16600
16601         * configure: Changed sed delimiter from ':' to '|' when
16602         attempting to substitute ${config_shell} for SHELL. On
16603         NT ${config_shell} may contain a ':' in it.
16604
16605 Wed Aug  6 12:29:05 1997  Jason Merrill  <jason@yorick.cygnus.com>
16606
16607         * Makefile.in (EXTRA_GCC_FLAGS): Fix for non-bash shells.
16608
16609 Wed Aug  6 00:42:35 1997  Ian Lance Taylor  <ian@cygnus.com>
16610
16611         * Makefile.in (AS_FOR_TARGET): Change as.new to as-new.
16612
16613 Tue Aug  5 14:08:51 1997  Ian Lance Taylor  <ian@cygnus.com>
16614
16615         * Makefile.in (NM_FOR_TARGET): Change nm.new to nm-new.
16616
16617         * ylwrap: If the program is a relative path, force it to be
16618         absolute.
16619
16620 Tue Aug  5 12:12:44 1997  Andrew Cagney  <cagney@b1.cygnus.com>
16621
16622         * configure (tooldir): Set BISON to `bison -y' and not just bison.
16623
16624 Mon Aug  4 22:59:02 1997  Andrew Cagney  <cagney@b1.cygnus.com>
16625
16626         * Makefile.in (CC_FOR_TARGET): When winsup/Makefile present,
16627         correctly specify the target build directory $(TARGET_SUBDIR)/winsup
16628         for libraries.
16629
16630 Mon Aug  4 12:40:24 1997  Jason Merrill  <jason@yorick.cygnus.com>
16631
16632         * Makefile.in (EXTRA_GCC_FLAGS): Fix handling of macros with values
16633         separated by spaces.
16634
16635 Thu Jul 31 19:49:49 1997  Ian Lance Taylor  <ian@cygnus.com>
16636
16637         * ylwrap: New file.
16638         * Makefile.in (DEVO_SUPPORT): Add ylwrap.
16639
16640         * ltmain.sh: Handle /bin/sh at start of install program.
16641
16642         * Makefile.in (DEVO_SUPPORT): Add ltconfig, ltmain.sh, and missing.
16643
16644         * ltconfig, ltmain.sh: New files, from libtool 1.0.
16645         * missing: New file, from automake 1.2.
16646
16647 Thu Jul 24 12:57:56 1997  Ian Lance Taylor  <ian@cygnus.com>
16648
16649         * Makefile.in: Treat tix like tk, putting it in X11_MODULES.  Add
16650         check-tk to CHECK_X11_MODULES.
16651
16652 Wed Jul 23 17:03:29 1997  Ian Lance Taylor  <ian@cygnus.com>
16653
16654         * config.sub: Merge with FSF.
16655
16656 Tue Jul 22 19:08:29 1997  Ian Lance Taylor  <ian@cygnus.com>
16657
16658         * config.guess: Merge with FSF.
16659
16660 Tue Jul 22 14:50:42 1997  Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
16661
16662         * configure: Treat msdosdjgpp like go32.
16663         * configure.in: Likewise.  Don't remove gprof for go32.
16664
16665         * configure: Change Makefile.tem2 to Makefile.tm2.
16666
16667 Mon Jul 21 10:31:26 1997  Stephen Peters  <speters@cygnus.com>
16668
16669         * configure.in (noconfigdirs): For alpha-dec-osf*, don't ignore grep.
16670
16671 Tue Jul 15 14:33:03 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
16672
16673         * install-sh (chmodcmd): Set to null if the DST directory already
16674         exists.  Same as Nov 11th change.
16675
16676 Mon Jul 14 11:01:15 1997  Martin M. Hunt  <hunt@cygnus.com>
16677
16678         * configure (GDB_TK): Needs itcl and tix.
16679
16680 Mon Jul 14 00:32:10 1997  Jason Merrill  <jason@yorick.cygnus.com>
16681
16682         * config.guess: Update from FSF.
16683
16684 Fri Jul 11 11:57:11 1997  Martin M. Hunt  <hunt@cygnus.com>
16685
16686         * Makefile.in (GDB_TK): Depend on itcl and tix.
16687
16688 Fri Jul  4 13:25:31 1997  Ian Lance Taylor  <ian@cygnus.com>
16689
16690         * Makefile.in (INSTALL_PROGRAM_ARGS): New variable.
16691         (INSTALL_PROGRAM): Use $(INSTALL_PROGRAM_ARGS).
16692         (INSTALL_SCRIPT): New variable.
16693         (BASE_FLAGS_TO_PASS): Pass down INSTALL_SCRIPT.
16694         * configure.in: If host is *-*-cygwin32*, set INSTALL_PROGRAM_ARGS
16695         to -x.
16696         * install-sh: Add support for -x option.
16697
16698 Mon Jun 30 15:51:30 1997  Ian Lance Taylor  <ian@cygnus.com>
16699
16700         * configure.in, Makefile.in: Treat tix like itcl.
16701
16702 Thu Jun 26 13:59:19 1997  Ian Lance Taylor  <ian@cygnus.com>
16703
16704         * Makefile.in (WINDRES): New variable.
16705         (WINDRES_FOR_TARGET): New variable.
16706         (BASE_FLAGS_TO_PASS): Add WINDRES_FOR_TARGET.
16707         (EXTRA_HOST_FLAGS): Add WINDRES.
16708         (EXTRA_TARGET_FLAGS): Add WINDRES.
16709         (EXTRA_GCC_FLAGS): Add WINDRES.
16710         ($(DO_X)): Pass down WINDRES.
16711         ($(CONFIGURE_TARGET_MODULES)): Set WINDRES when configuring.
16712         * configure: Treat WINDRES like DLLTOOL, and WINDRES_FOR_TARGET like
16713         DLLTOOL_FOR_TARGET.
16714
16715 Wed Jun 25 15:01:26 1997  Felix Lee  <flee@cygnus.com>
16716
16717         * configure.in: configure sim before gdb for win32-x-ppc
16718
16719 Wed Jun 25 12:18:54 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
16720
16721         Move gperf into the toplevel, from libg++.
16722         * configure.in (target_tools): Add target-gperf.
16723         (native_only): Add target-gperf.
16724         * Makefile.in (all-target-gperf): New target, depend on
16725         all-target-libg++.
16726         (configure-target-gperf): Empty rule.
16727         (ALL_TARGET_MODULES): Add all-target-gperf.
16728         (CONFIGURE_TARGET_MODULES): Add configure-target-gperf.
16729         (CHECK_TARGET_MODULES): Add check-target-gperf.
16730         (INSTALL_TARGET_MODULES): Add install-target-gperf.
16731         (CLEAN_TARGET_MODULES): Add clean-target-gperf.
16732
16733 Mon Jun 23 10:51:53 1997  Jeffrey A Law  (law@cygnus.com)
16734
16735         * config.sub (mn10200): Recognize new basic machine.
16736
16737 Thu Jun 19 14:16:42 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
16738
16739         * configure.in: Don't set ENABLE_MULTILIB, so we'll be passing
16740         --enable-multilib down to subdirs; setting TARGET_SUBDIR was enough.
16741
16742 Tue Jun 17 15:31:20 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
16743
16744         * configure.in: If we're building mips-sgi-irix6* native, turn on
16745         ENABLE_MULTILIB and set TARGET_SUBDIR.
16746
16747 Tue Jun 17 12:20:59 1997  Tom Tromey  <tromey@cygnus.com>
16748
16749         * Makefile.in (all-sn): Depend on all-grep.
16750
16751 Mon Jun 16 11:11:10 1997  Ian Lance Taylor  <ian@cygnus.com>
16752
16753         * configure.in: Use mh-ppcpic and mt-ppcpic for powerpc*-* targets.
16754
16755         * configure: Set CFLAGS and CXXFLAGS, and substitute them into
16756         Makefile.  From Jeff Makey <jeff@cts.com>.
16757         * Makefile.in: Add comment for CFLAGS and CXXFLAGS.
16758
16759         * Makefile.in (DISTBISONFILES): Remove.
16760         (taz): Don't futz with DISTBISONFILES.  Change BISON to use
16761         $(DEFAULT_YACC).
16762
16763         * configure.in: Build itl, db, sn, etc., when building for native
16764         cygwin32.
16765
16766         * Makefile.in (LD): New variable.
16767         (EXTRA_HOST_FLAGS): Pass down LD.
16768         ($(DO_X)): Likewise.
16769
16770 Mon Jun 16 11:10:35 1997  Philip Blundell  <Philip.Blundell@pobox.com>
16771
16772         * Makefile.in (INSTALL): Use $(SHELL) when executing install-sh.
16773
16774 Fri Jun 13 10:22:56 1997  Bob Manson  <manson@charmed.cygnus.com>
16775
16776         * configure.in (targargs): Strip out any supplied --build argument
16777         before adding our own. Always add --build.
16778
16779 Thu Jun 12 21:12:28 1997  Bob Manson  <manson@charmed.cygnus.com>
16780
16781         * configure.in (targargs): Pass --build if we're doing
16782         a cross-compile.
16783
16784 Fri Jun  6 21:38:40 1997  Rob Savoye  <rob@chinadoll.cygnus.com>
16785
16786         * configure: Use '|' instead of ":" as the separator in
16787         sed. Otherwise sed chokes on NT path names with drive
16788         designators. Also look for "?:*" as the leading characters in an
16789         absolute pathname.
16790
16791 Mon Jun  2 13:05:20 1997  Gavin Koch  <gavin@cygnus.com>
16792
16793         * config.sub: Support for r3900.
16794
16795 Wed May 21 17:33:31 1997  Ian Lance Taylor  <ian@cygnus.com>
16796
16797         * configure.in: Use install-sh, not install.sh.
16798
16799 Wed May 14 16:06:51 1997  Ian Lance Taylor  <ian@cygnus.com>
16800
16801         * Makefile.in (taz): Improve check for BISON so it doesn't try to
16802         apply it twice.
16803
16804 Fri May  9 17:22:05 1997  Ian Lance Taylor  <ian@cygnus.com>
16805
16806         * Makefile.in (INSTALL_MODULES): Put install-opcodes before
16807         install-binutils.
16808
16809 Thu May  8 17:29:50 1997  Ian Lance Taylor  <ian@cygnus.com>
16810
16811         * Makefile.in: Add automake targets.
16812         * configure.in (host_tools): Add automake.
16813
16814 Tue May  6 15:49:52 1997  Ian Lance Taylor  <ian@cygnus.com>
16815
16816         * configure: Default CXX to c++, not gcc.
16817         * Makefile.in (CXX): Set to c++, not gcc.
16818         (CXX_FOR_TARGET): When cross, transform c++, not gcc.
16819
16820 Thu May  1 10:11:43 1997  Geoffrey Noer  <noer@cygnus.com>
16821
16822         * install-sh: try appending a .exe if source file doesn't
16823         exist
16824
16825 Wed Apr 30 12:05:36 1997  Jason Merrill  <jason@yorick.cygnus.com>
16826
16827         * configure.in: Turn on multilib by default.
16828         (cross_only): Remove target-libiberty.
16829
16830         * Makefile.in (all-gcc): Don't depend on libiberty.
16831
16832 Mon Apr 28 18:39:45 1997  Michael Snyder  <msnyder@cleaver.cygnus.com>
16833
16834         * config.guess: improve algorithm for recognizing Gnu Hurd x86.
16835
16836 Thu Apr 24 19:30:07 1997  Ian Lance Taylor  <ian@cygnus.com>
16837
16838         * Makefile.in (DEVO_SUPPORT): Add mpw-install.
16839         (DISTBISONFILES): Add ld/Makefile.in
16840
16841 Tue Apr 22 17:17:28 1997  Geoffrey Noer  <noer@pizza.cygnus.com>
16842
16843         * configure.in: if target is cygwin32 but host isn't cygwin32,
16844         don't configure gdb tcl tk expect, not just gdb.
16845
16846 Mon Apr 21 13:33:39 1997  Tom Tromey  <tromey@cygnus.com>
16847
16848         * configure.in: Added gnuserv everywhere sn appears.
16849
16850         * Makefile.in (ALL_MODULES): Added all-gnuserv.
16851         (CROSS_CHECK_MODULES): Added check-gnuserv.
16852         (INSTALL_MODULES): Added install-gnuserv.
16853         (CLEAN_MODULES): Added clean-gnuserv.
16854         (all-gnuserv): New target.
16855
16856 Thu Apr 17 13:57:06 1997  Per Fogelstrom  <pefo@openbsd.org>
16857
16858         * config.guess: Fixes for MIPS OpenBSD systems.
16859
16860 Tue Apr 15 12:21:07 1997  Ian Lance Taylor  <ian@cygnus.com>
16861
16862         * Makefile.in (INSTALL_XFORM): Remove.
16863         (BASE_FLAGS_TO_PASS): Remove INSTALL_XFORM.
16864
16865         * mkinstalldirs: New file, copied from automake.
16866         * Makefile.in (installdirs): Rename from install-dirs.  Use
16867         mkinstalldirs.  Change all users.
16868         (DEVO_SUPPORT): Add mkinstalldirs.
16869
16870 Mon Apr 14 11:21:38 1997  Ian Lance Taylor  <ian@cygnus.com>
16871
16872         * install-sh: Rename from install.sh.
16873         * Makefile.in (INSTALL): Change install.sh to install-sh.
16874         (DEVO_SUPPORT): Likewise.
16875
16876         * configure: Use ${config_shell} with ${moveifchange}.  From Thomas
16877         Graichen <graichen@rzpd.de>.
16878
16879 Fri Apr 11 16:37:10 1997  Niklas Hallqvist  <niklas@appli.se>
16880
16881         * config.guess: Recognize OpenBSD systems correctly.
16882
16883 Fri Apr 11 17:07:04 1997  Jason Molenda  (crash@godzilla.cygnus.co.jp)
16884
16885         * README, Makefile.in (ETC_SUPPORT): Remove references to
16886         cfg-paper*, configure.{texi,man,info*}._
16887
16888 Sun Apr  6 18:47:57 1997  Andrew Cagney  <cagney@kremvax.cygnus.com>
16889
16890         * Makefile.in (all.normal): Ensure that gcc is built after all
16891         the x11 - ie gdb - targets.
16892
16893 Tue Apr  1 16:28:50 1997  Klaus Kaempf  <kkaempf@progis.de>
16894
16895         * makefile.vms: Don't run conf-a-gas.
16896
16897 Mon Mar 31 16:26:55 1997  Joel Sherrill  <joel@oarcorp.com>
16898
16899         * configure.in (hppa1.1-*-rtems*): New target, like hppa-*-*elf*.
16900
16901 Sun Mar 30 12:38:27 1997  Fred Fish  <fnf@cygnus.com>
16902
16903         * configure.in: Remove noconfigdirs case since gdb also
16904         configures and builds for tic80-coff.
16905
16906 Fri Mar 28 18:28:52 1997  Ian Lance Taylor  <ian@cygnus.com>
16907
16908         * configure: Set cache_file to config.cache.
16909         * Makefile.in (local-distclean): Remove config.cache.
16910
16911 Wed Mar 26 18:49:39 1997  Ian Lance Taylor  <ian@cygnus.com>
16912
16913         * COPYING: Update FSF address.
16914
16915 Wed Mar 26 10:38:25 1997  Michael Meissner  <meissner@cygnus.com>
16916
16917         * configure.in (tic80-*-*): Remove G++ libraries and libgloss from
16918         noconfigdirs.
16919
16920 Mon Mar 24 15:02:39 1997  Ian Lance Taylor  <ian@cygnus.com>
16921
16922         * Makefile.in (install-dirs): Don't crash if prefix, and hence
16923         MAKEDIRS, is empty.
16924
16925 Mon Mar 24 12:40:55 1997  Doug Evans  <dje@canuck.cygnus.com>
16926
16927         * config.sub: Tweak mn10300 entry.
16928
16929 Fri Mar 21 15:35:27 1997  Michael Meissner  <meissner@cygnus.com>
16930
16931         * configure.in (host_tools): Put sim before gdb, so gdb's
16932         configure.tgt can determine if the simulator was configured.
16933
16934 Sun Mar 16 16:07:08 1997  Fred Fish  <fnf@cygnus.com>
16935
16936         * config.sub: Move BeOS $os case to be with other Cygnus
16937         local cases.
16938
16939 Sun Mar 16 01:34:55 1997  Martin Hunt <hunt@cygnus.com>
16940
16941         * config.sub: Remove misplaced comment that broke Linux.
16942
16943 Sat Mar 15 22:50:15 1997  Fred Fish  <fnf@cygnus.com>
16944
16945         * config.sub: Add BeOS support.
16946
16947 Mon Mar 10 13:30:11 1997  Tom Tromey  <tromey@cygnus.com>
16948
16949         * Makefile.in (CHECK_X11_MODULES): Don't run check-tk.
16950
16951 Wed Mar  5 12:09:29 1997  Martin  <hunt@cygnus.com>
16952
16953         * configure.in (noconfigdirs): Remove tcl and tk from
16954         noconfigdirs for cygwin32 builds.
16955
16956 Fri Feb 28 18:20:15 1997  Fred Fish  <fnf@cygnus.com>
16957
16958         * configure.in (tic80-*-*): Remove ld from noconfigdirs.
16959
16960 Thu Feb 27 14:57:26 1997  Ken Raeburn  <raeburn@cygnus.com>
16961
16962         * Makefile.in (GAS_SUPPORT_DIRS, BINUTILS_SUPPORT_DIRS): Remove
16963         make-all.com, use makefile.vms instead.
16964
16965 Tue Feb 25 18:46:14 1997  Stan Shebs  <shebs@andros.cygnus.com>
16966
16967         * config.sub: Accept -lnews*.
16968
16969 Tue Feb 25 13:19:14 1997  Andrew Cagney  <cagney@kremvax.tpgi.com.au>
16970
16971         * configure.in (noconfigdirs): Disable target-newlib,
16972         target-examples and target-libiberty for d30v.
16973
16974 Fri Feb 21 17:56:25 1997  Martin M. Hunt  <hunt@pizza.cygnus.com>
16975
16976         * configure.in (noconfigdirs): Enable ld for d30v.
16977
16978 Fri Feb 21 20:58:51 1997  Michael Meissner  <meissner@cygnus.com>
16979
16980         * configure.in (tic80-*-*): Build compiler.
16981
16982 Sun Feb 16 15:41:09 1997  Andrew Cagney  <cagney@critters.cygnus.com>
16983
16984         * configure.in (d30v-*): Remove sim directory from list of
16985         unsupported d30v directories
16986
16987 Tue Feb 18 17:32:42 1997  Martin M. Hunt  <hunt@pizza.cygnus.com>
16988
16989         * config.sub, configure.in: Add d30v target cpu.
16990
16991 Thu Feb 13 22:04:44 1997  Klaus Kaempf  <kkaempf@progis.de>
16992
16993         * makefile.vms: New file.
16994         * make-all.com: Remove.
16995
16996 Wed Feb 12 12:54:18 1997  Jim Wilson  <wilson@cygnus.com>
16997
16998         * Makefile.in (EXTRA_GCC_FLAGS): Add LIBGCC2_DEBUG_CFLAGS.
16999
17000 Sat Feb  8 20:36:49 1997  Michael Meissner  <meissner@cygnus.com>
17001
17002         * Makefile.in (all-itcl): The rule is all-itcl, not all-tcl.
17003
17004 Tue Feb  4 11:39:29 1997  Tom Tromey  <tromey@cygnus.com>
17005
17006         * Makefile.in (ALL_MODULES): Added all-db.
17007         (CROSS_CHECK_MODULES): Addec check-db.
17008         (INSTALL_MODULES): Added install-db.
17009         (CLEAN_MODULES): Added clean-db.
17010
17011 Mon Feb  3 13:29:36 1997  Ian Lance Taylor  <ian@cygnus.com>
17012
17013         * config.guess: Merge with latest FSF sources.
17014
17015 Tue Jan 28 09:20:37 1997  Tom Tromey  <tromey@cygnus.com>
17016
17017         * Makefile.in (ALL_MODULES): Added all-itcl.
17018         (CROSS_CHECK_MODULES): Added check-itcl.
17019         (INSTALL_MODULES): Added install-itcl.
17020         (CLEAN_MODULES): Added clean-itcl.
17021
17022 Thu Jan 23 01:44:27 1997  Geoffrey Noer  <noer@cygnus.com>
17023
17024         * configure.in: build gdb for mn10200
17025
17026 Fri Jan 17 15:32:15 1997  Doug Evans  <dje@canuck.cygnus.com>
17027
17028         * Makefile.in (all-target-winsup): Depend on all-target-libio.
17029
17030 Mon Jan 13 22:46:54 1997  Michael Meissner  <meissner@tiktok.cygnus.com>
17031
17032         * configure.in (tic80-*-*): Turn off most targets right now.
17033
17034 Fri Jan  3 16:04:03 1997  Ian Lance Taylor  <ian@cygnus.com>
17035
17036         * Makefile.in (MAKEINFO): Check for the existence of the Makefile,
17037         rather than the makeinfo program.
17038         (do-info): Depend upon all-texinfo.
17039
17040 Tue Dec 31 16:00:31 1996  Ian Lance Taylor  <ian@cygnus.com>
17041
17042         * configure.in: Remove uses of config/mh-linux.
17043
17044         * config.sub, config.guess: Merge with latest FSF sources.
17045
17046 Fri Dec 27 23:04:33 1996  Fred Fish  <fnf@cygnus.com>
17047
17048         * config.sub (case $basic_machine): Add tic80 entries.
17049
17050 Fri Dec 27 12:07:59 1996  Ian Lance Taylor  <ian@cygnus.com>
17051
17052         * config.sub, config.guess: Merge with latest FSF sources.
17053
17054 Wed Dec 18 22:46:39 1996  Stan Shebs  <shebs@andros.cygnus.com>
17055
17056         * mpw-build.in: Build ld before gcc, use NewFolderRecursive.
17057         * mpw-config.in: Test for NewFolderRecursive.
17058         * mpw-install: Use symbolic name for startup filename.
17059         * mpw-README: Add various additional details.
17060
17061 Wed Dec 18 13:11:46 1996  Jim Wilson  <wilson@cygnus.com>
17062
17063         * configure.in (mips*-sgi-irix6*): Remove binutils from noconfigdirs.
17064
17065 Wed Dec 18 10:29:31 1996  Jeffrey A Law  (law@cygnus.com)
17066
17067         * configure.in: Do build gcc and the target libraries for
17068         the mn10200.
17069
17070 Wed Dec  4 16:53:05 1996  Geoffrey Noer  <noer@cygnus.com>
17071
17072         * configure.in: don't avoid building gdb for mn10300 any more
17073         * Makefile.in: double-quote GCC_FOR_TARGET line in EXTRA_GCC_FLAGS
17074         instead of single-quoting it.
17075
17076 Tue Dec  3 23:26:50 1996  Jason Merrill  <jason@yorick.cygnus.com>
17077
17078         * configure.in: Don't use --with-stabs on IRIX 6.
17079
17080 Tue Dec  3 09:05:25 1996  Doug Evans  <dje@canuck.cygnus.com>
17081
17082         * configure.in (m32r): Build gdb, libg++ now.
17083
17084 Sun Dec  1 00:18:59 1996  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
17085
17086         * configure.in (mips*-sgi-irix6*):  Remove gdb and related
17087         directories from noconfigdirs.
17088
17089 Tue Nov 26 11:45:33 1996  Kim Knuttila  <krk@cygnus.com>
17090
17091         * config.sub (basic_machine): added mips16 configuration
17092
17093 Sat Nov 23 19:26:22 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
17094
17095         * config.sub: Handle d10v-unknown.
17096
17097 Sat Nov 23 10:23:01 1996  Gavin Koch  <gavin@cygnus.com>
17098
17099         * config.sub: Handle v850-unknown.
17100
17101 Thu Nov 21 16:19:44 1996  Geoffrey Noer  <noer@cygnus.com>
17102
17103         * Makefile.in: add findutils
17104         * configure.in: add findutils to list of host_tools
17105
17106 Wed Nov 20 10:09:01 1996  Jeffrey A Law  (law@cygnus.com)
17107
17108         * config.sub: Handle mn10200 and mn10300.
17109
17110 Tue Nov 19 16:35:14 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
17111
17112         * configure.in (d10v-*): Do not build librx.
17113
17114 Mon Nov 18 13:28:41 1996  Jeffrey A Law  (law@cygnus.com)
17115
17116         * configure.in (mn10300): Build everything except gdb & libgloss.
17117
17118 Wed Nov 13 14:59:46 1996  Per Bothner  <bothner@deneb.cygnus.com>
17119
17120         * config.guess:  Patch for Dansk Data Elektronik servers,
17121         from Niels Skou Olsen <nso@dde.dk>.
17122
17123         For ncr, use /bin/uname rather than uname, since GNU uname does not
17124         support -p.  Suggested by Mark Mitchell <mmitchell@usa.net>.
17125
17126         Patch for MIPS R4000 running System V,
17127         from Eric S. Raymond <esr@snark.thyrsus.com>.
17128
17129         Fix thinko for nextstep.
17130
17131         Patch for OSF1 in i?86, from Dan Murphy <dlm@osf.org> via Harlan Stenn.
17132
17133         Sat Jun 24 18:58:17 1995  Morten Welinder  <terra+@cs.cmu.edu>
17134         * config.guess: Guess mips-dec-mach_bsd4.3.
17135
17136         Thu Oct 10 04:07:04 1996  Harlan Stenn <harlan@pfcs.com>
17137         * config.guess (i?86-ncr-sysv*):  Emit just enough of the minor
17138         release numbers.
17139         * config.guess (mips-mips-riscos*):  Emit just enough of the
17140         release number.
17141
17142         Tue Oct  8 10:37:22 1996  Frank Vance <fvance@waii.com>
17143         * config.guess (sparc-auspex-sunos*):  Added.
17144         (f300-fujitsu-*): Added.
17145
17146         Wed Sep 25 22:00:35 1996  Jeff Woolsey <woolsey@jlw.com>
17147         * config.guess:  Recognize a Tadpole as a sparc.
17148
17149 Wed Nov 13 00:53:09 1996  David J. MacKenzie  <djm@churchy.gnu.ai.mit.edu>
17150
17151         * config.guess: Don't assume that NextStep version is either 2 or
17152         3.  NextStep 4 (aka OpenStep 4) has come out now.
17153
17154 Mon Nov 11 23:52:03 1996  David J. MacKenzie  <djm@churchy.gnu.ai.mit.edu>
17155
17156         * config.guess: Support Cray T90 that reports itself as "CRAY TS".
17157         From Rik Faith <faith@cs.unc.edu>.
17158
17159 Fri Nov  8 11:34:58 1996  David J. MacKenzie  <djm@geech.gnu.ai.mit.edu>
17160
17161         * config.sub: Contributions from bug-gnu-utils to:
17162         Support plain "hppa" (no version given) architecture, reported by
17163         OpenStep.
17164         OpenBSD like NetBSD.
17165         LynxOs is not a hardware supplier.
17166
17167         * config.guess: Contributions from bug-gnu-utils to add support for:
17168         OpenBSD like NetBSD.
17169         Stratus systems.
17170         More Pyramid systems.
17171         i[n>4]86 Intel chips.
17172         M680[n>4]0 Motorola chips.
17173         Use unknown instead of lynx for hardware manufacturer.
17174
17175 Mon Nov 11 10:09:08 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
17176
17177         * install.sh (chmodcmd): Set to null if the DST directory already
17178         exists.
17179
17180 Mon Nov 11 10:43:41 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
17181
17182         * configure.in (powerpc*-{eabi,elf,linux,rtem,sysv,solaris}*): Do
17183         not use mt-ppc target Makefile fragment any more.
17184
17185 Sun Nov  3 19:17:07 1996  Stu Grossman  (grossman@critters.cygnus.com)
17186
17187         * configure.in (*-*-windows):  Exclude everything but those dirs
17188         needed to build windows.
17189
17190 Tue Oct 29 16:41:31 1996  Doug Evans  <dje@canuck.cygnus.com>
17191
17192         * Makefile.in (all-target-winsup): Depend on all-target-librx.
17193
17194 Mon Oct 28 17:32:46 1996  Stu Grossman  (grossman@critters.cygnus.com)
17195
17196         * configure.in:  Exclude mmalloc from i386-windows.
17197
17198 Thu Oct 24 09:22:46 1996  Stu Grossman  (grossman@critters.cygnus.com)
17199
17200         * Undo my previous change.
17201
17202 Thu Oct 24 12:12:04 1996  Ian Lance Taylor  <ian@cygnus.com>
17203
17204         * Makefile.in (EXTRA_GCC_FLAGS): Pass down GCC_FOR_TARGET
17205         unconditionally.
17206         (MAKEOVERRIDES): Define (revert this part of October 18 change).
17207
17208 Thu Oct 24 09:02:07 1996  Stu Grossman  (grossman@critters.cygnus.com)
17209
17210         * Makefile.in (FLAGS_TO_PASS):  Add $(HOST_FLAGS) to allow the
17211         host to add it's own flags.
17212
17213 Tue Oct 22 15:20:26 1996  Ian Lance Taylor  <ian@cygnus.com>
17214
17215         * configure: Handle GCC_FOR_TARGET like CC_FOR_TARGET.
17216
17217 Fri Oct 18 13:37:13 1996  Ian Lance Taylor  <ian@cygnus.com>
17218
17219         * Makefile.in (CC_FOR_TARGET): Check for xgcc, not Makefile.
17220         (CXX_FOR_TARGET): Likewise.
17221         (GCC_FOR_TARGET): Define.
17222         (BASE_FLAGS_TO_PASS): Remove GCC_FOR_TARGET.
17223         (EXTRA_GCC_FLAGS): Define GCC_FOR_TARGET based on whether
17224         CC_FOR_TARGET was specified on the command line.
17225         (MAKEOVERRIDES): Don't define.
17226
17227 Thu Oct 17 10:27:56 1996  Doug Evans  <dje@canuck.cygnus.com>
17228
17229         * configure.in (m32r): Fix spelling of libg++ libs.
17230
17231 Thu Oct 10 10:37:17 1996  Stan Shebs  <shebs@andros.cygnus.com>
17232
17233         * config.sub (-apple*): Remove, now redundant.
17234
17235 Thu Oct 10 12:30:54 1996  Ian Lance Taylor  <ian@cygnus.com>
17236
17237         * configure: Don't get confused by CPU-VENDOR-linux-gnu.
17238
17239         * configure: Rework yesterday's sed script patch.
17240
17241         * config.sub: Merge with FSF.
17242
17243 Wed Oct  9 17:24:59 1996  Per Bothner  <bothner@deneb.cygnus.com>
17244
17245         * config.guess:  Merge from FSF.
17246
17247         1996-09-12  Richard Stallman  <rms@ethanol.gnu.ai.mit.edu>
17248         * config.guess: Use pc instead of unknown, for pc clone systems.
17249         Change linux to linux-gnu.
17250
17251         Mon Jul 15 23:51:11 1996  Karl Heuer  <kwzh@gnu.ai.mit.edu>
17252         * config.guess: Avoid non-portable tr syntax.
17253
17254 Wed Oct  9 06:06:46 1996  Jeffrey A Law  (law@cygnus.com)
17255
17256         * test-build.mk (HOLES): Add "xargs" for gdb.
17257
17258         * configure: Avoid hpux10.20 sed bug.
17259
17260 Tue Oct  8 08:32:48 1996  Stu Grossman  (grossman@critters.cygnus.com)
17261
17262         * configure.in:  Add support for windows host
17263         (that is a build done under the Microsoft build environment).
17264
17265 Tue Oct  8 10:39:08 1996  Ian Lance Taylor  <ian@cygnus.com>
17266
17267         * Makefile.in: Replace all uses of srcroot with s, to shrink
17268         command line lengths.
17269
17270         Patches from Geoffrey Noer <noer@cygnus.com>:
17271         * configure.in: If configuring for newlib, pass --with-newlib to
17272         subdirectories.
17273         * Makefile.in (CC_FOR_TARGET): If winsup/Makefile exists, pass a
17274         -Bnewlib/ and -Lwinsup to gcc.
17275         (CXX_FOR_TARGET): Likewise.
17276
17277 Mon Oct  7 10:59:35 1996  Ian Lance Taylor  <ian@cygnus.com>
17278
17279         * Makefile.in (ETC_SUPPORT): Add configure.
17280
17281 Fri Oct  4 12:22:58 1996  Angela Marie Thomas (angela@cygnus.com)
17282
17283         * configure.in: Use config/mh-dgux386 for i[345]86-dg-dgux
17284         host configuration file.
17285
17286 Thu Oct  3 09:28:25 1996  Jeffrey A Law  (law@cygnus.com)
17287
17288         * configure.in: Break mn10x00 support into separate
17289         mn10200 and mn10300 configurations.
17290         * config.sub: Likewise.
17291
17292 Wed Oct  2 22:27:52 1996  Jeffrey A Law  (law@cygnus.com)
17293
17294         * configure.in: Add lots of stuff to noconfigdirs for
17295         the mn10x00 targets.
17296
17297         * config.sub, configure.in: Add mn10x00 support.
17298
17299 Wed Oct  2 15:52:36 1996  Klaus Kaempf  <kkaempf@progis.de>
17300
17301         * make-all.com: Call conf-a-gas, not config-a-gas.
17302
17303 Tue Oct  1 01:28:41 1996  James G. Smith  <jsmith@cygnus.co.uk>
17304
17305         * configure.in (noconfigdirs): Don't build libgloss for arm-coff
17306         targets.
17307
17308 Mon Sep 30 14:24:01 1996  Stan Shebs  <shebs@andros.cygnus.com>
17309
17310         * mpw-README: Add much more detail for native PowerMac.
17311         * mpw-install: New file.
17312         * mpw-configure: Add --norecursion and --help options.
17313         * mpw-config.in: Translate readme and install files when
17314         copying to objdir.
17315         * mpw-build.in: Don't always depend on byacc and flex.
17316         (install-only-top): New action.
17317
17318 Fri Sep 27 17:39:44 1996  Stu Grossman  (grossman@critters.cygnus.com)
17319
17320         * configure.in:  You can now configure GDB for the v850.
17321
17322 Tue Sep 24 19:05:12 1996  Stan Shebs  <shebs@andros.cygnus.com>
17323
17324         * configure.in (noconfigdirs): Don't configure any C++ dirs
17325         if targeting D10V.
17326
17327 Tue Sep 17 12:15:31 1996  Ian Lance Taylor  <ian@cygnus.com>
17328
17329         * config.sub: Recognize mips64vr5000.
17330
17331 Mon Sep 16 17:00:52 1996  Ian Lance Taylor  <ian@cygnus.com>
17332
17333         * configure.in: Use a single line for host_tools and native_only.
17334
17335 Mon Sep  9 12:21:30 1996  Doug Evans  <dje@canuck.cygnus.com>
17336
17337         * config.sub, configure.in: Add entries for m32r.
17338
17339 Thu Sep  5 13:52:47 1996  Tom Tromey  <tromey@creche.cygnus.com>
17340
17341         * Makefile.in (inet-install): Don't run install-gzip.
17342
17343 Wed Sep  4 17:26:13 1996  Stu Grossman  (grossman@critters.cygnus.com)
17344
17345         * configure.in:  Don't config lots of things for *-*-windows*.
17346
17347 Sat Aug 31 11:45:57 1996  Stan Shebs  <shebs@andros.cygnus.com>
17348
17349         * mpw-config.in: Test for mpw-true, true, and null-command scripts.
17350         (host_libs, host_tools): Copy from configure.in.
17351         * mpw-configure: Don't complain about directories not found.
17352
17353 Thu Aug 29 16:44:58 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
17354
17355         * configure.in (i[345]86): Recognize i686 for pentium pro.
17356         (i[3456]86-*-dgux*): Use config/mh-sysv for the host configuration
17357         file.
17358
17359         * config.guess (i[345]86): Ditto.
17360
17361 Mon Aug 26 18:34:42 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
17362
17363         * configure.in (noconfigdirs): Removed gdb for D10V.
17364
17365 Thu Aug 22 17:13:52 1996  Jeffrey A Law  (law@cygnus.com)
17366
17367         * configure.in: Remove ld, target-libio, target-libg++, and
17368         target-libstdc++ from noconfigdirs.
17369
17370 Wed Aug 21 18:56:38 1996  Fred Fish  <fnf@cygnus.com>
17371
17372         * configure: Fix three locations where shell scripts were
17373         being run directly rather than with config_shell.
17374
17375 Tue Aug 20 13:08:47 1996  J.T. Conklin  <jtc@hippo.cygnus.com>
17376
17377         * configure.in (v850-*-*): Set up initial $noconfigdirs.
17378         * config.sub (basic_machine): Recognize v850.
17379
17380 Thu Aug 15 12:19:33 1996  Stan Shebs  <shebs@andros.cygnus.com>
17381
17382         * mpw-configure: Handle multiple enable/disable options and
17383         pass them down recursively, handle -c and -s flags appropriately
17384         depending on choice of compiler, add escape mechanism for
17385         quoted arguments to gC.
17386
17387 Mon Aug 12 13:15:13 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
17388
17389         * configure.in (powerpc*-*-*): For eabi, system V.4, Linux, and
17390         solaris targets, use config/mt-ppc to set C{,XX}FLAGS_FOR_TARGETS
17391         so that -mrelocatable-lib and -mno-eabi are used.
17392
17393         * Makefile.in (CONFIGURE_TARGET_MODULES): If target compiler does
17394         not support --print-multi-lib, don't abort.
17395
17396 Thu Aug  8 12:18:59 1996  Klaus Kaempf  <kkaempf@progis.de>
17397
17398         * make-all.com: Run config-a-gas.
17399         * setup.com: Don't copy subdirectory files around.
17400
17401 Tue Jul 30 17:49:31 1996  Brendan Kehoe  <brendan@cygnus.com>
17402
17403         * configure.in (*-*-ose): Remove exclusion of libgloss for this
17404         target, it now compiles correctly.
17405
17406 Sat Jul 27 15:10:43 1996  Stan Shebs  <shebs@andros.cygnus.com>
17407
17408         * mpw-config.in: Generate Mac include for elf/dwarf2.h.
17409
17410 Tue Jul 23 10:47:04 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
17411
17412         * configure.in (d10v-*-*): Remove ld from $noconfigdirs.
17413
17414 Mon Jul 22 13:28:51 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
17415
17416         * configure.in (native_only): Add prms.
17417
17418 Mon Jul 22 12:27:58 1996  Ian Lance Taylor  <ian@cygnus.com>
17419
17420         * Makefile.in (GAS_SUPPORT_DIRS): Add make-all.com and setup.com.
17421         (BINUTILS_SUPPORT_DIRS): Likewise.
17422
17423 Thu Jul 18 12:55:40 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
17424
17425         * configure.in (d10v-*-*): Don't configure ld or gdb until the
17426         d10v support is added.
17427
17428 Wed Jul 17 14:33:09 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
17429
17430         * configure.in (d10v-*-*): New target.
17431
17432 Mon Jul 15 11:53:00 1996  Jeffrey A Law  (law@cygnus.com)
17433
17434         * config.guess (HP 9000/811): Recognize this as a PA1.1
17435         machine.
17436
17437 Fri Jul 12 23:21:17 1996  Ken Raeburn  <raeburn@cygnus.com>
17438
17439         * Makefile.in (do-tar-gz): New target, split out from tail end of
17440         taz target.  Run each command separately, don't use pipes.
17441         (taz): Use it.
17442
17443 Fri Jul 12 12:08:04 1996  Stan Shebs  <shebs@andros.cygnus.com>
17444
17445         * mpw-configure: Look for g-mpw-make.sed in config/mpw.
17446         * mpw-build.in: No builds should depend on building byacc or flex,
17447         they are assumed to be installed already.
17448
17449 Fri Jul 12 09:52:52 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
17450
17451         * Makefile.in (CONFIGURE_TARGET_MODULES): Set r environment
17452         variable that CC_FOR_TARGET needs.
17453
17454 Thu Jul 11 10:09:45 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
17455
17456         * Makefile.in (CONFIGURE_TARGET_MODULES): Determine if the multlib
17457         options have changed since the last time the subdirectory was
17458         configured, and if it has, reconfigure.
17459         (CLEAN_TARGET_MODULES): Delete multilib.out and tmpmulti.out, which
17460         CONFIGURE_TARGET_MODULES uses to remember the old multilib options.
17461
17462 Wed Jul 10 18:56:59 1996  Doug Evans  <dje@canuck.cygnus.com>
17463
17464         * Makefile.in (ALL_MODULES,CROSS_CHECK_MODULES,INSTALL_MODULES,
17465         CLEAN_MODULES): Add bash.
17466         (all-bash): New target.
17467
17468 Mon Jul  8 17:33:14 1996  Jim Wilson  <wilson@cygnus.com>
17469
17470         * configure.in (mips-sgi-irix6*): Use mh-irix6 instead of mh-irix5.
17471
17472 Mon Jul  1 13:31:35 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
17473
17474         * config.sub (basic_machine): Recognize d10v as a valid processor.
17475
17476 Fri Jun 28 12:14:35 1996  Stan Shebs  <shebs@andros.cygnus.com>
17477
17478         * mpw-configure: Add support for --bindir.
17479         * mpw-build.in: Use a GCC-specific build script for GCC actions.
17480
17481 Wed Jun 26 17:20:12 1996  Geoffrey Noer  <noer@cygnus.com>
17482
17483         * configure.in: add bash, time, gawk to list of hosttools and things
17484         to only build for native toolchains
17485
17486 Tue Jun 25 23:09:03 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
17487
17488         * Makefile.in (docdir): Remove.
17489
17490 Tue Jun 25 19:00:08 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
17491
17492         * Makefile.in (datadir): Set to $(prefix)/share.
17493
17494 Mon Jun 24 23:26:07 1996  Geoffrey Noer  <noer@cygnus.com>
17495
17496         * configure.in: build diff and patch for cygwin32-hosted
17497         toolchains.
17498
17499 Mon Jun 24 15:01:12 1996  Joel Sherrill  <joel@merlin.gcs.redstone.army.mil>
17500
17501         * config.sub: Accept -rtems*.
17502
17503 Sun Jun 23 22:41:54 1996  Geoffrey Noer  <noer@cygnus.com>
17504
17505         * configure.in: enable dosrel for cygwin32-hosted builds,
17506                 remove diff from the list of things not buildable
17507                 via Canadian Cross
17508
17509 Sat Jun 22 11:39:01 1996  Jason Merrill  <jason@yorick.cygnus.com>
17510
17511         * Makefile.in (TARGET_SUBDIR): Move comment to previous line so we
17512         don't get ". ".
17513
17514 Fri Jun 21 17:24:48 1996  Jim Wilson  <wilson@cygnus.com>
17515
17516         * configure.in (mips*-sgi-irix6*): Set noconfigdirs appropriately.
17517
17518 Thu Jun 20 16:57:40 1996  Ken Raeburn  <raeburn@cygnus.com>
17519
17520         * Makefile.in (taz): Handle case where tex3patch didn't even get
17521         checked out.  Also, if it was found, put the symlink in a new util
17522         subdirectory.
17523
17524 Thu Jun 20 12:20:33 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
17525
17526         * config.guess (*:Linux:*:*): Add support for PowerPC Linux.
17527
17528 Tue Jun 18 14:24:12 1996  Klaus Kaempf  (kkaempf@progis.de)
17529
17530         * config.sub: Recognize -openvms.
17531         * configure.in (alpha*-*-*vms*): Set noconfigdirs.
17532         * make-all.com, setup.com: New files.
17533
17534 Mon Jun 17 16:34:46 1996  Jason Merrill  <jason@yorick.cygnus.com>
17535
17536         * Makefile.in (taz): tex3patch moved to texinfo/util.
17537
17538 Sat Jun 15 17:13:25 1996  Geoffrey Noer <noer@cygnus.com>
17539
17540         * configure: enable_gdbtk=no for cygwin32-hosted toolchains
17541         * configure.in: remove make from disable-if-Can-Cross list
17542                 enable gdb if ${host} and ${target} are cygwin32
17543
17544 Fri Jun  7 18:16:52 1996  Harlan Stenn <harlan@pfcs.com>
17545
17546         * config.guess (i?86-ncr-sysv*):  Emit minor release numbers.
17547         Recognize the NCR 4850 machine and NCR Pentium-based platforms.
17548
17549 Wed Jun  5 00:09:17 1996  Per Bothner  <bothner@wombat.gnu.ai.mit.edu>
17550
17551         * config.guess:  Combine mips-mips-riscos cases, and use cpp to
17552         distinguish sysv/svr4/bsd variants.
17553         Based on a patch from Harlan Stenn <harlan@pfcs.com>.
17554
17555 Fri Jun  7 14:24:49 1996  Tom Tromey  <tromey@creche.cygnus.com>
17556
17557         * configure.in: Added copyright notice.
17558         * move-if-change: Added copyright notice.
17559
17560 Thu Jun  6 16:27:05 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
17561
17562         * configure.in (powerpcle-*-solaris*): Until we get shared
17563         libraries working, don't build gdb, sim, make, tcl, tk, or
17564         expect.
17565
17566 Tue Jun  4 20:41:45 1996  Per Bothner  <bothner@deneb.cygnus.com>
17567
17568         * config.guess:  Merge with FSF:
17569
17570         Mon Jun  3 08:49:14 1996  Karl Heuer  <kwzh@gnu.ai.mit.edu>
17571         * config.guess (*:Linux:*:*): Add guess for sparc-unknown-linux.
17572
17573         Fri May 24 18:34:53 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>
17574         * config.guess (AViiON:dgux:*:*): Fix typo in recognizing mc88110.
17575
17576         Fri Apr 12 20:03:59 1996  Per Bothner  <bothner@spiff.gnu.ai.mit.edu>
17577         * config.guess:  Combine two OSF1 rules.
17578         Also recognize field test versions.  From mjr@zk3.dec.com.
17579         * config.guess (dgux):  Use /usr/bin/uname rather than uname,
17580         because GNU uname does not support -p.  From pmr@pajato.com.
17581
17582 Tue Jun  4 11:07:25 1996  Tom Tromey  <tromey@csk3.cygnus.com>
17583
17584         * Makefile.in (MAKEDIRS): Removed $(tooldir).
17585
17586 Tue May 28 12:30:50 1996  Stan Shebs  <shebs@andros.cygnus.com>
17587
17588         * mpw-README: Document GCCIncludes.
17589
17590 Sun May 26 15:16:27 1996  Fred Fish  <fnf@cygnus.com>
17591
17592         * configure.in (alpha-*-linux*): Set enable_shared to yes.
17593
17594 Tue May 21 15:41:39 1996  Stan Shebs  <shebs@andros.cygnus.com>
17595
17596         * mpw-configure: Handle --enable-FOO and --disable-FOO.
17597
17598 Mon May 20 10:12:29 1996  Geoffrey Noer  <noer@cygnus.com>
17599
17600         * configure.in (*-*-cygwin32): Configure make.
17601
17602 Tue May  7 14:19:42 1996  Tom Tromey  <tromey@snuffle.cygnus.com>
17603
17604         * Makefile.in (inet-install): Quote value of INSTALL_MODULES.
17605
17606 Fri May  3 08:57:17 1996  Tom Tromey  <tromey@lisa.cygnus.com>
17607
17608         * Makefile.in (all-inet): Depend on all-perl.
17609
17610         * Makefile.in (inet-install): New target.
17611
17612         * Makefile.in (all-inet): Depend on all-tcl.
17613         (all-inet): Depend on all-send-pr.
17614
17615 Tue Apr 30 13:55:51 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
17616
17617         * configure.in (powerpcle-*-solaris*): Turn off tk and tcl
17618         temporarily.
17619
17620 Thu Apr 25 11:48:20 1996  Ian Lance Taylor  <ian@cygnus.com>
17621
17622         * configure.in: Don't configure --with-gnu-ld on AIX.
17623
17624 Thu Apr 25 06:33:36 1996  Michael Meissner  <meissner@wogglebug.tiac.net>
17625
17626         * configure.in (powerpcle-*-solaris*): Turn off gdb temporarily.
17627
17628 Tue Apr 23 09:07:39 1996  Tom Tromey  <tromey@creche.cygnus.com>
17629
17630         * Makefile.in (ALL_MODULES): Added all-inet.
17631         (CROSS_CHECK_MODULES): Added check-inet.
17632         (INSTALL_MODULES): Added install-inet.
17633         (CLEAN_MODULES): Added clean-inet.
17634         (all-indent): New target.
17635
17636         * configure.in (host_tools): Added inet.
17637         (native_only): Added inet.
17638         (noconfigdirs): Added inet.
17639
17640 Fri Apr 19 15:35:29 1996  Ian Lance Taylor  <ian@cygnus.com>
17641
17642         * configure.in: Don't configure libgloss if we are not configuring
17643         newlib.
17644
17645 Wed Apr 17 19:30:01 1996  Rob Savoye  <rob@chinadoll.cygnus.com>
17646
17647         * configure.in: Don't configure libgloss for unsupported
17648         architectures.
17649
17650 Tue Apr 16 11:17:05 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
17651
17652         * Makefile.in (CLEAN_MODULES): Add clean-apache.
17653
17654 Mon Apr 15 15:09:05 1996  Tom Tromey  <tromey@creche.cygnus.com>
17655
17656         * Makefile.in (ALL_MODULES): Include all-apache.
17657         (CROSS_CHECK_MODULES): Include check-apache.
17658         (INSTALL_MODULES): Include install-apache.
17659         (all-apache): New target.
17660
17661         * configure.in: Added apache everywhere perl is seen.
17662
17663 Mon Apr 15 14:59:13 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
17664
17665         * Makefile.in: Add support for clean-{module} and
17666         clean-target-{module} rules.
17667
17668 Wed Apr 10 21:37:41 PDT 1996  Marilyn E. Sander <msander@cygnus.com>
17669
17670         * configure.in (*-*-ose) do not build libgloss.
17671
17672 Mon Apr  8 16:16:20 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
17673
17674         * config.guess (prep*:SunOS:5.*:*): Turn into
17675         powerpele-unknown-solaris2.
17676
17677 Mon Apr  8 14:45:41 1996  Ian Lance Taylor  <ian@cygnus.com>
17678
17679         * configure.in: Permit --enable-shared to specify a list of
17680         directories.
17681
17682 Fri Apr  5 08:17:57 1996  Jason Molenda  (crash@phydeaux.cygnus.com)
17683
17684         * configure.in (host==solaris): Pass only the first word of $CC
17685         to /usr/bin/which when checking if we're using /usr/ccs/bin/cc.
17686
17687 Fri Apr  5 03:16:13 1996  Jason Molenda  (crash@phydeaux.cygnus.com)
17688
17689         * Makefile.in (BASE_FLAGS_TO_PASS): pass down $(MAKE).
17690
17691 Thu Mar 28 14:11:11 1996  Tom Tromey  <tromey@creche.cygnus.com>
17692
17693         * Makefile.in (ALL_MODULES): Include all-perl.
17694         (CROSS_CHECK_MODULES): Include check-perl.
17695         (INSTALL_MODULES): Include install-perl.
17696         (ALL_X11_MODULES): Include all-guile.
17697         (CHECK_X11_MODULES): Include check-guile.
17698         (INSTALL_X11_MODULES): Include install-guile.
17699         (all-perl): New target.
17700         (all-guile): New target.
17701
17702         * configure.in (host_tools): Include perl and guile.
17703         (native_only): Include perl and guile.
17704         (noconfigdirs): Don't build guile and perl; no ports have been
17705         done.
17706
17707 Tue Mar 26 21:18:50 1996  Andrew Cagney  <cagney@kremvax.highland.com.au>
17708
17709         * configure (--enable-*): Handle quoted option lists such as
17710         --enable-sim-cflags='-g0 -O' better.
17711
17712 Thu Mar 21 11:53:08 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
17713
17714         * Makefile.in ({,inst}all-target): New rule so we can make and
17715         install all of the target directories easily.
17716
17717 Wed Mar 20 18:10:57 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
17718
17719         * configure.in: Add missing global flag in sed substitution when
17720         deleting `target-' from ${configdirs}.
17721
17722 Thu Mar 14 19:15:06 1996  Ian Lance Taylor  <ian@cygnus.com>
17723
17724         * Makefile.in (DO_X): Don't get confused if CC contains `=' in an
17725         option.
17726
17727         * configure.in (mips*-nec-sysvr4*): Use a host_makefile_frag of
17728         config/mh-necv4.
17729
17730         * install.sh: Correct misspelling of transformbasename.
17731
17732         * config.guess: Recognize mips-*-sysv*.
17733
17734 Mon Mar 11 15:36:42 1996  Dawn Perchik  <dawn@critters.cygnus.com>
17735
17736         * config.sub: Recognize mon960.
17737
17738 Sun Mar 10 13:18:38 1996  Ian Lance Taylor  <ian@cygnus.com>
17739
17740         * configure: Restore Canadian Cross handling of BISON and LEX,
17741         removed in Feb 20 change.
17742
17743 Fri Mar  8 20:07:09 1996  Per Bothner  <bothner@kalessin.cygnus.com>
17744
17745         * README:  Suggestions from Torbjorn Granlund <tege@matematik.su.se>:
17746         Mention make install.  Remove the old copyright date as well the
17747         clumsy and rather pointless copyright on the README file.
17748
17749 Fri Mar  8 17:51:35 1996  Ian Lance Taylor  <ian@cygnus.com>
17750
17751         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there is a
17752         Makefile after running symlink-tree, then run `make distclean' to
17753         avoid clobbering any generated files in srcdir.
17754
17755 Tue Mar  5 08:21:44 1996  J.T. Conklin  <jtc@rtl.cygnus.com>
17756
17757         * configure.in (m68k-*-netbsd*): Build everything now.
17758
17759 Wed Feb 28 12:25:46 1996  Jason Merrill  <jason@yorick.cygnus.com>
17760
17761         * Makefile.in (taz): Fix quoting.
17762
17763 Tue Feb 27 11:33:57 1996  Doug Evans  <dje@charmed.cygnus.com>
17764
17765         * configure.in (sparclet-*-*): Build everything now.
17766
17767 Tue Feb 27 14:31:51 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
17768
17769         * configure.in (m68k-*-linux*): New host.
17770
17771 Mon Feb 26 14:32:44 1996  Ian Lance Taylor  <ian@cygnus.com>
17772
17773         * configure: Check for bison before byacc.
17774
17775 Tue Feb 20 23:12:35 1996  Stu Grossman  (grossman@critters.cygnus.com)
17776
17777         * Makefile.in configure:  Change the way LEX and BISON/YACC are
17778         set.  configure now defines DEFAULT_LEX and DEFAULT_YACC by
17779         searching PATH.  These are used as fallbacks by Makefile.in if
17780         flex/bison/byacc aren't in objdir.
17781
17782 Mon Feb 19 11:45:30 1996  Ian Lance Taylor  <ian@cygnus.com>
17783
17784         * Makefile.in: Make everything which depends upon all-bfd also
17785         depend upon all-opcodes, in case --with-commonbfdlib is used.
17786
17787 Thu Feb 15 19:50:50 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
17788
17789         * configure.in (host *-*-cygwin32): Don't build gdb if we are
17790         building NT native compilers on Unix.
17791
17792 Thu Feb 15 17:42:25 1996  Ian Lance Taylor  <ian@cygnus.com>
17793
17794         * configure.in: Don't get CC from the host Makefile fragment if we
17795         can find gcc in PATH, or if this is a Canadian Cross.  Move the
17796         Solaris test for /usr/ucb/cc to the post target script, just after
17797         the compiler sanity test.
17798
17799 Wed Feb 14 16:57:40 1996  Ian Lance Taylor  <ian@cygnus.com>
17800
17801         * config.sub: Merge with FSF.
17802
17803 Tue Feb 13 14:27:48 1996  Ian Lance Taylor  <ian@cygnus.com>
17804
17805         * Makefile.in (RPATH_ENVVAR): New variable.
17806         (REALLY_SET_LIB_PATH): Use it.
17807         * configure.in: On HP/UX, set RPATH_ENVVAR to SHLIB_PATH.
17808
17809 Mon Feb 12 15:28:49 1996  Doug Evans  <dje@charmed.cygnus.com>
17810
17811         * config.sub, configure.in: Recognize sparclet cpu.
17812
17813 Mon Feb 12 15:33:59 1996  Christian Bauernfeind <chrisbfd@theorie3.physik.uni-erlangen.de>
17814
17815         * config.guess:  Support m68k-cbm-sysv4.
17816
17817 Sat Feb 10 12:06:42 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
17818
17819         * config.guess (*:Linux:*:*): Guess m68k-unknown-linux and
17820         m68k-unknown-linuxaout from linker help string.  Put quotes around
17821         $ld_help_string.
17822
17823 Thu Dec  7 09:03:24 1995  Tom Horsley  <Tom.Horsley@mail.hcsc.com>
17824
17825         * config.guess (powerpc-harris-powerunix): Add guess for port
17826         to new target.
17827
17828 Thu Feb  8 15:37:52 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
17829
17830         * config.guess (UNAME_VERSION): Recognize X4.x as an OSF version.
17831
17832 Mon Feb  5 16:36:51 1996  Ian Lance Taylor  <ian@cygnus.com>
17833
17834         * configure.in: If --enable-shared was used, set SET_LIB_PATH to
17835         $(REALLY_SET_LIB_PATH) in Makefile.
17836         * Makefile.in (SET_LIB_PATH): New variable.
17837         (REALLY_SET_LIB_PATH): New variable.
17838         ($(DO_X)): Use $(SET_LIB_PATH).
17839         (install.all, gcc-no-fixedincludes, $(ALL_MODULES)): Likewise.
17840         ($(NATIVE_CHECK_MODULES), $(CROSS_CHECK_MODULES)): Likewise.
17841         ($(INSTALL_MODULES), $(CONFIGURE_TARGET_MODULES)): Likewise.
17842         ($(ALL_TARGET_MODULES), $(CHECK_TARGET_MODULES)): Likewise.
17843         ($(INSTALL_TARGET_MODULES), $(ALL_X11_MODULES)): Likewise.
17844         ($(CHECK_X11_MODULES), $(INSTALL_X11_MODULES)): Likewise.
17845         (all-gcc, all-bootstrap, check-gcc, install-gcc): Likewise.
17846         (install-dosrel): Likewise.
17847         (all-opcodes): Depend upon all-libiberty.
17848
17849 Sun Feb  4 16:51:11 1996  Steve Chamberlain  <sac@slash.cygnus.com>
17850
17851         * config.guess (*:CYGWIN*): New
17852
17853 Sat Feb  3 10:42:35 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
17854
17855         * Makefile.in (all-target-winsup): All all-target-libiberty.
17856
17857 Fri Feb  2 17:58:56 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
17858
17859         * configure.in (noconfigdirs): Add missing # in front of comment.
17860
17861 Thu Feb  1 14:38:13 1996  Geoffrey Noer  <noer@cygnus.com>
17862
17863         * configure.in: add second pass to things added to noconfigdirs
17864         so *-gm-magic can exclude libgloss properly.
17865
17866 Thu Feb  1 11:10:16 1996  Stan Shebs  <shebs@andros.cygnus.com>
17867
17868         * mpw-configure (extralibs_name, rez_name): Set correctly
17869         for MWC68K compiler.
17870
17871         * mpw-README: Add more info on the necessary build tools.
17872
17873 Thu Feb  1 10:22:38 1996  Steve Chamberlain  <sac@slash.cygnus.com>
17874
17875         * configure.in, config.sub: Recognize cygwin32.
17876
17877 Wed Jan 31 14:17:10 1996  Richard Henderson  <rth@tamu.edu>
17878
17879         * config.guess, config.sub: Recognize A/UX.
17880
17881 Wed Jan 31 13:52:14 1996  Ian Lance Taylor  <ian@cygnus.com>
17882
17883         * config.sub: Merge with gcc/config.sub.
17884
17885 Thu Jan 25 11:01:10 1996  Raymond Jou  <rjou@mexican.cygnus.com>
17886
17887         * mpw-build.in (do-binutils): Add build of stamps.
17888
17889 Thu Jan 25 17:05:26 1996  James G. Smith  <jsmith@cygnus.co.uk>
17890
17891         * config.sub: Add recognition for mips64vr4100*-* targets.
17892
17893 Wed Jan 24 12:47:55 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
17894
17895         * test-build.mk: Add checking of `hpux9' rather than just `hpux'.
17896         Add creation of gconfigargs with `--enable-shared' turned on.
17897         ($(host)-stamp-stage2-configured): Pass $(gconfigargs).
17898         ($(host)-stamp-stage3-configured): Likewise.
17899         (HOLES): Add chatr and ldd.
17900         (i386-ncr-sysv4.3*): Add use of /usr/ccs/bin in the PATH and HOLE_DIRS.
17901
17902 Wed Jan 24 20:32:30 1996  Torbjorn Granlund  <tege@noisy.matematik.su.se>
17903
17904         * configure: Pass --nfp to recursive configures.
17905
17906 Mon Jan 22 10:41:56 1996  Steve Chamberlain  <sac@slash.cygnus.com>
17907
17908         * Makefile.in (DLLTOOL): New.
17909         (DLLTOOL_FOR_TARGET): New.
17910         (EXTRA_HOST_FLAGS): Pass down DLLTOOL.
17911         (EXTRA_TARGET_FLAGS): Ditto.
17912         (EXTRA_GCC_FLAGS): Ditto.
17913         (CONFIGURE_TARGET_MODULES): Ditto.
17914         (DO_X): Ditto.
17915         * configure: Add DLLTOOL.
17916
17917 Fri Jan 19 13:30:15 1996  Stan Shebs  <shebs@andros.cygnus.com>
17918
17919         SCO OpenServer 5 changes from Robert Lipe <robertl@dgii.com>:
17920         * configure.in (i[345]86-*-sco3.2v5*): Use mh-sysv instead of
17921         mh-sco, since old workarounds no longer needed, and don't
17922         build ld, since libraries have weak symbols in COFF.
17923
17924 Sun Jan 14 23:01:31 1996  Fred Fish  <fnf@cygnus.com>
17925
17926         * Makefile.in (CONFIGURE_TARGET_MODULES): Add missing ';'.
17927
17928 Fri Jan 12 15:25:35 1996  Ian Lance Taylor  <ian@cygnus.com>
17929
17930         * configure.in: Make sure that ${CC} can be used to compile an
17931         executable.
17932
17933 Sat Jan  6 07:23:33 1996  Michael Meissner  <meissner@wogglebug.tiac.net>
17934
17935         * Makefile.in (all-gdb): Depend on $(GDB_TK).
17936         * configure (GDB_TK): Set GDB_TK to either "all-tcl all-tk" or
17937         nothing depending on whether gdbtk is being built.
17938
17939 Wed Jan  3 17:54:41 1996  Doug Evans  <dje@canuck.cygnus.com>
17940
17941         * Makefile.in (newlib.tar.gz): Delete building of newlib's info files.
17942
17943 Mon Jan  1 19:09:14 1996  Brendan Kehoe  <brendan@rtl.cygnus.com>
17944
17945         * configure.in (noconfigdirs): Put ld or gas in this early, if the
17946         user specifically used --with-gnu-ld=no or --with-gnu-as=no.
17947
17948 Sat Dec 30 16:08:57 1995  Doug Evans  <dje@canuck.cygnus.com>
17949
17950         * config-ml.in: Add support for
17951         --disable-{softfloat,m68881,m68000,m68020} on m68*-*-*.
17952         Simplify setting of multidirs from --disable-foo.
17953
17954 Fri Dec 29 07:56:11 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
17955
17956         * Makefile.in (EXTRA_GCC_FLAGS): If any of the make variables
17957         LANGUAGES, BOOT_CFLAGS, STMP_FIXPROTO, LIMITS_H_TEST,
17958         LIBGCC1_TEST, LIBGCC2_CFLAGS, LIBGCC2_INCLUDES, and ENQUIRE are
17959         non-empty, pass them on to the  GCC make.
17960         (all-bootstrap): New rule that is like all-gcc, except it executes
17961         the GCC bootstrap rule instead of the GCC all rule.
17962
17963 Wed Dec 27 15:51:48 1995  Doug Evans  <dje@canuck.cygnus.com>
17964
17965         * config-ml.in (ml_realsrcdir): New, to account for ${subdir}.
17966
17967 Tue Dec 26 11:45:31 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
17968
17969         * config.guess (AViiON:dgux:*:*): Update from FSF to add pentium
17970         DG/UX support.
17971
17972 Fri Dec 15 10:01:27 1995  Stan Cox  <coxs@dg-rtp.dg.com>
17973
17974         * config.sub (i*86*) Change [345] to [3456]
17975
17976 Wed Dec 20 17:41:40 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
17977
17978         * configure.in (noconfigdirs): Add gas or ld if --with-gnu-as=no or
17979         --with-gnu-ld=no.
17980
17981 Wed Dec 20 15:15:35 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
17982
17983         * config-ml.in (rs6000*, powerpc*): Add switches to control which
17984         AIX multilibs get built.
17985
17986 Mon Dec 18 17:55:46 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
17987
17988         * configure.in (i386-win32): Don't build expect if we're not
17989         building the tcl subdir.
17990
17991 Mon Dec 18 11:47:19 1995  Stan Shebs  <shebs@andros.cygnus.com>
17992
17993         * Makefile.in: (configure-target-examples, all-target-examples):
17994         New targets, configure and build example programs.
17995
17996 Fri Dec 15 16:13:03 1995  Stan Shebs  <shebs@andros.cygnus.com>
17997
17998         * mpw-configure: If an mpw-config.in generated a file mk.sed,
17999         use it as input to sedit the generated MPW makefile.
18000         * mpw-README: Add a suggestion about Gestalt.h.
18001
18002 Wed Dec 13 16:43:51 1995  Ian Lance Taylor  <ian@cygnus.com>
18003
18004         * config.sub: Accept *-*-ieee*.
18005
18006 Tue Dec 12 11:52:57 1995  Ian Lance Taylor  <ian@cygnus.com>
18007
18008         * Makefile.in (local-distclean): Remove $(TARGET_SUBDIR).  From
18009         Ronald F. Guilmette <rfg@monkeys.com>.
18010
18011 Mon Dec 11 15:31:58 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
18012
18013         * configure.in (host==powerpc-pe): Add many directories to noconfigdirs
18014         for powerpc-pe native.
18015         (target==i386-win32): add tcl, make to noconfigdirs if canadian cross.
18016         (target==powerpc-pe): duplicate i386-win32 entry.
18017
18018 Sat Dec  9 14:58:28 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
18019
18020         * configure.in (noconfigdirs): Exclude target-newlib for all versions
18021         of vxworks, not just vxworks5.1.
18022
18023 Mon Dec  4 12:05:40 1995  Stan Shebs  <shebs@andros.cygnus.com>
18024
18025         * mpw-configure: Add support for exec-prefix.
18026
18027 Mon Dec  4 10:22:50 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
18028
18029         * config.guess: Recognize HP model 816 machines as having
18030         a PA1.1 processor.
18031
18032 Mon Dec  4 12:38:15 1995  Ian Lance Taylor  <ian@cygnus.com>
18033
18034         * configure: Ignore new autoconf configure options.
18035
18036 Thu Nov 30 16:57:33 1995  Per Bothner  <bothner@wombat.gnu.ai.mit.edu>
18037
18038         * config.guess:  Recognize Pentium under SCO.
18039         From Robert Lipe <robertl@arnet.com>.
18040
18041 Wed Nov 29 13:49:08 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
18042
18043         * configure.in (noconfigdirs): Disable target-libio on v810-*-*.
18044
18045 Wed Nov 29 12:12:01 1995  Ian Lance Taylor  <ian@cygnus.com>
18046
18047         * configure.in: Don't configure gas for alpha-dec-osf*.
18048
18049 Tue Nov 28 17:16:48 1995  Ian Lance Taylor  <ian@cygnus.com>
18050
18051         * configure.in: Default to --with-stabs for some targets for which
18052         it makes sense: mips*-*-*, alpha*-*-osf*, i[345]86*-*-sysv4* and
18053         i[345]86*-*-unixware*.
18054
18055 Mon Nov 27 13:44:15 1995  Ian Lance Taylor  <ian@cygnus.com>
18056
18057         * config-ml.in: Get list of multidirs using gcc --print-multi-lib
18058         rather than basing it on the target.  Simplify handling of options
18059         controlling which directories to configure.  Remove extraneous
18060         slash in multi-clean target.
18061
18062 Fri Nov 24 17:29:29 1995  Doug Evans  <dje@deneb.cygnus.com>
18063
18064         * config-ml.in: Prefix more variables with ml_ so they don't collide
18065         with configure's.
18066
18067 Wed Nov 22 11:27:02 1995  Ian Lance Taylor  <ian@cygnus.com>
18068
18069         * configure: Don't turn -v into --v.
18070
18071 Tue Nov 21 16:48:02 1995  Doug Evans  <dje@deneb.cygnus.com>
18072
18073         * configure.in (targargs): Fix typo.
18074
18075         * Makefile.in (DEVO_SUPPORT): Add symlink-tree.
18076
18077 Tue Nov 21 14:08:28 1995  Ian Lance Taylor  <ian@cygnus.com>
18078
18079         * configure.in: Strip --host and --target options from
18080         CONFIG_ARGUMENTS, and always configure for --host only.  Add
18081         --with-cross-host option when building with a cross-compiler.
18082         * configure: Canonicalize the arguments put into config.status by
18083         always using `=' for an option with an argument.  Pass a presumed
18084         --host or --target explicitly.
18085
18086 Fri Nov 17 17:50:30 1995  Stan Shebs  <shebs@andros.cygnus.com>
18087
18088         * config.sub: Merge -macos*, -magic*, -pe*, and -win32 cases
18089         into general OS recognition case.
18090
18091 Fri Nov 17 17:42:25 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
18092
18093         * configure.in (target_configdirs): add target-winsup only
18094         for win32 target systems.
18095
18096 Thu Nov 16 14:04:47 1995  Ian Lance Taylor  <ian@cygnus.com>
18097
18098         * Makefile.in (all-target-libgloss): Depend upon
18099         configure-target-newlib, since when libgloss is built it looks to
18100         see if the newlib directory exists.
18101
18102 Wed Nov 15 14:47:52 1995  Ken Raeburn  <raeburn@cygnus.com>
18103
18104         * Makefile.in (DEVO_SUPPORT): Use config-ml.in instead of
18105         cfg-ml-*.in.
18106
18107 Wed Nov 15 11:45:23 1995  Ian Lance Taylor  <ian@cygnus.com>
18108
18109         * configure: Handle LD and LD_FOR_TARGET when configuring a
18110         Canadian Cross.
18111
18112 Tue Nov 14 14:56:11 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
18113
18114         * configure.in (target_libs): add target-winsup.
18115         (target==i386-win32): add patch diff flex make to $noconfigdirs.
18116         (target==ppcle-pe): remove ld from $noconfigdirs.
18117
18118 Tue Nov 14 01:25:50 1995  Doug Evans  <dje@canuck.cygnus.com>
18119
18120         * Makefile.in (CONFIGURE_TARGET_MODULES): Pass --with-target-subdir.
18121         Preserve relative path names in $srcdir.  Build symlink tree if
18122         configuring cross target dir and srcdir=. (= no VPATH support).
18123         (configure-target-libg++): Depend on configure-target-librx.
18124         * cfg-ml-com.in, cfg-ml-pos.in: Deleted.
18125         * config-ml.in: New file.
18126         * symlink-tree: New file.
18127         * configure: Ensure srcdir="." if that's what it is.
18128
18129 Mon Nov 13 12:34:20 1995  Stan Shebs  <shebs@andros.cygnus.com>
18130
18131         * mpw-README: Clarify some phrasing, add notes about CodeWarrior
18132         includes and FLEX_SKELETON setting.
18133         * mpw-configure (--with-gnu-ld): New option, controls whether
18134         to use PPCLink or ld with PowerMac GCC.
18135         * mpw-build.in (all-grez, do-grez, install-grez): New targets.
18136         * mpw-config.in: Configure grez if targeting Mac.
18137
18138         * config.sub: Accept pmac and pmac-mpw as names for PowerMacs,
18139         accept mpw and mac-mpw as names for m68k Macs, change macos7 to
18140         just macos.
18141         * configure.in: Configure grez resource compiler if targeting Mac.
18142         * Makefile.in (all-grez, install-grez): New targets.
18143
18144 Wed Nov  8 17:33:51 1995  Jason Merrill  <jason@yorick.cygnus.com>
18145
18146         * configure: CXX defaults to gcc, not g++.  If we find
18147         gcc in the path, set CC to gcc -O2.
18148
18149 Tue Nov  7 15:45:17 1995  Ian Lance Taylor  <ian@cygnus.com>
18150
18151         * configure: Default ${build} correctly.  Avoid picking up extra
18152         spaces when reading CC and CXX from Makefile.  When doing a
18153         Canadian Cross, use plausible default values for numerous
18154         variables.
18155         * configure.in: When doing a Canadian Cross, don't try to
18156         configure tools whose configure script can't handle it.
18157
18158 Mon Nov  6 19:32:17 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
18159
18160         * cfg-ml-com.in (sh-*-*): Add m2 and ml/m2 to multidirs.
18161
18162 Sun Nov  5 00:15:41 1995  Per Bothner  <bothner@kalessin.cygnus.com>
18163
18164         * configure:  Remove dubious bug reporting address.
18165
18166 Fri Nov  3 08:17:54 1995  Per Bothner  <bothner@kalessin.cygnus.com>
18167
18168         * Makefile.in ($(CONFIGURE_TARGET_MODULES)):  If subdir has
18169         configure script, run that instead of this directory's configure.
18170         In either case, print a message that we're configuring the sub-dir.
18171
18172 Thu Nov  2 23:23:36 1995  Per Bothner  <bothner@kalessin.cygnus.com>
18173
18174         * configure.in: Before checking for the existence of various files,
18175         use sed to filter out "target-".
18176
18177 Thu Nov  2 13:24:56 1995  Ian Lance Taylor  <ian@cygnus.com>
18178
18179         * Makefile.in (DO_X): Split rule to decrease command line length
18180         for systems with small ARG_MAX values.  From phdm@info.ucl.ac.be
18181         (Philippe De Muyter).
18182
18183 Wed Nov  1 15:18:35 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
18184
18185         * Makefile.in (all-patch): depend on all-libiberty.
18186
18187 Wed Nov  1 12:23:20 1995  Ian Lance Taylor  <ian@cygnus.com>
18188
18189         * configure.in: If the only directory in target_configdirs which
18190         actually exists is libiberty, then set target_configdirs to empty,
18191         to avoid trying to build a target libiberty in a gas or gdb
18192         distribution.
18193
18194 Tue Oct 31 17:52:39 1995  J.T. Conklin  <jtc@slave.cygnus.com>
18195
18196         * configure.in (host_makefile_frag): Use m68k-sun-sunos* instead
18197         of m68k-sun-* when selecting mh-sun3 to avoid matching NetBSD/sun3
18198         systems.
18199
18200 Tue Oct 31 16:57:32 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
18201
18202         * configure.in (copy_dirs): Use sys-include instead of include
18203         for --with-headers option.
18204
18205 Tue Oct 31 10:29:36 1995  steve chamberlain  <sac@slash.cygnus.com>
18206
18207         * Makefile.in, configure.in: Make winsup builds work with
18208         new scheme.
18209
18210 Mon Oct 30 18:57:09 1995  Ian Lance Taylor  <ian@cygnus.com>
18211
18212         * configure.in: Build the linker on AIX.
18213
18214 Mon Oct 30 12:27:16 1995  Per Bothner  <bothner@kalessin.cygnus.com>
18215
18216         * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET):  Add $(TARGET_SUBDIR)
18217         where needed.
18218
18219 Mon Oct 30 12:45:25 1995  Doug Evans  <dje@cygnus.com>
18220
18221         * Makefile.in (all-gcc): Fix typo.
18222
18223 Sat Oct 28 10:27:59 1995  Per Bothner  <bothner@kalessin.cygnus.com>
18224
18225         * Makefile.in ($(CHECK_TARGET_MODULES)):  Fix typo.
18226
18227 Fri Oct 27 23:14:12 1995  Per Bothner  <bothner@kalessin.cygnus.com>
18228
18229         * configure.in:  Rename libFOO to target-libFOO, and xiberty
18230         to target-xiberty, to provide more flexibility.
18231         (target_subdir):  Define.  Create if cross.
18232         Set TARGET_SUBDIR in Makefile to ${target_subdir}.
18233         * Makefile.in:  Rename all-libFOO -> all-target-libFOO, all-xiberty
18234         -> all-target-libiberty, configure-libFOO -> configure-target-libFOO,
18235         check-libFOO -> check-target-libFOO, etc.
18236         ($(DO_X)):  Iterate over TARGET_CONFIGDIRS after SUBDIRS.
18237         ($(CONFIGURE_TARGET_MODULES), $(CHECK_TARGET_MODULES),
18238         $(ALL_TARGET_MODULES), $(INSTALL_TARGET_MODULES)): Update accordingly.
18239         (configure-target-XXX):  Depend on $(ALL_GCC), not all-gcc, to
18240         allow ALL_GCC="" to only configure.
18241         (DEVO_SUPPORT):  Add cfg-ml-com.in and cfg-ml-pos.in.
18242         (ETC_SUPPORT, ETC_SUPPORT_PFX):  Merge;  update 'taz' accordingly.
18243         (LIBGXX_SUPPORT_DIRS):  Remove xiberty.
18244
18245 Sat Oct 28 01:53:49 1995  Ken Raeburn  <raeburn@cygnus.com>
18246
18247         * Makefile.in (taz): Build "info" in etc explicitly.
18248
18249 Fri Oct 27 09:32:30 1995  Stu Grossman  (grossman@cygnus.com)
18250
18251         * configure.in:  Make sure that CC is undefined (as opposed to
18252         null) if toplevel/config/mh-{host} doesn't define it.  Fixes a
18253         problem with autoconf trying to configure on a host without GCC.
18254
18255 Thu Oct 26 22:35:01 1995  Stan Shebs  <shebs@andros.cygnus.com>
18256
18257         * mpw-configure: Set host alias from choice of host compiler,
18258         only use generic MPW Makefile sed if present, edit a file
18259         named "hacked_Makefile.in" instead of "Makefile.in" if present.
18260         * mpw-README: Add problem notes about CW6 and CW7.
18261
18262 Thu Oct 26 05:45:10 1995  Ken Raeburn  <raeburn@kr-pc.cygnus.com>
18263
18264         * Makefile.in (taz): Use ";" instead of ";;".
18265
18266 Wed Oct 25 15:18:24 1995  Per Bothner  <bothner@kalessin.cygnus.com>
18267
18268         * Makefile.in (taz):  Grep for '^diststuff:' or '^info:' in
18269         sub-directory Makefiles, instead of using DISTSTUFFDIRS and
18270         DISTDOCDIRS.
18271         (DISTSTUFFDIRS, DISTDOCDIRS):  Removed - no longer used.
18272         (newlib.tar.gz):  Don't pass DISTDOCDIRS to recursive make.
18273
18274 Wed Oct 25 14:43:55 1995  Per Bothner  <bothner@kalessin.cygnus.com>
18275
18276         * Makefile.in (DISTDOCDIRS):  Remove ld gprof bnutils gas libg++ gdb
18277         and gnats, because they are now subsumed by DISTSTUFFDIRS.
18278         Move bfd to DISTSTUFFDIRS.
18279
18280 Tue Oct 24 18:19:09 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
18281
18282         * Makefile.in (X11_LIB): Removed.
18283         (X11_FLAGS_TO_PASS): pass only X11_EXTRA_CFLAGS and X11_EXTRA_LIBS.
18284
18285         * configure.in (host_makefile_frag): mh-aix & mh-sun removed.
18286
18287 Sun Oct 22 13:04:42 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
18288
18289         * cfg-ml-com.in (powerpc*): Shorten some of the multilib directory
18290         names.
18291
18292 Fri Oct 20 18:02:10 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
18293
18294         * cfg-ml-com.in (powerpc*-eabi*): Add mcall-aixdesc varients.
18295
18296 Thu Oct 19 10:40:57 1995  steve chamberlain  <sac@slash.cygnus.com>
18297
18298         * configure.in (i[345]86-*-win32): Always build newlib.
18299         Don't configure cvs, autoconf or texinfo.
18300         * Makefile.in (LD_FOR_TARGET): New.
18301         (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS, CONFIGURE_TARGET_MODULES):
18302         Pass down LD_FOR_TARGET.
18303
18304 Wed Oct 18 15:53:56 1995  steve chamberlain  <sac@slash.cygnus.com>
18305
18306         * winsup: New directory.
18307         * Makefile.in: Build winsup.
18308         * configure.in: Winsup is configured when target is win32.
18309         Can only build win32 target GDB when native.
18310
18311 Mon Oct 16 09:42:31 1995  Jeffrey A Law  (law@cygnus.com)
18312
18313         * config.guess: Recognize HP model 819 machines as having
18314         a PA 1.1 processor.
18315
18316 Mon Oct 16 10:49:43 1995  Ian Lance Taylor  <ian@cygnus.com>
18317
18318         * configure: Fix sed loop which substitutes for CC and CXX to
18319         avoid bug found in various sed implementations.
18320
18321 Wed Oct 11 16:16:20 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
18322
18323         * cfg-ml-com.in (powerpc-*-eabisim): Delete separate rule for
18324         simulator.  Use standard powerpc-*-eabi*.
18325
18326 Mon Oct  9 17:21:56 1995  Ian Lance Taylor  <ian@cygnus.com>
18327
18328         * configure.in: Stop putting gas and binutils in noconfigdirs for
18329         powerpc-*-aix* and rs6000-*-*.
18330
18331 Mon Oct  9 12:38:40 1995  Michael Meissner  <meissner@cygnus.com>
18332
18333         * cfg-ml-com.in (powerpc*-*-eabisim*): Add support for building
18334         -mcall-aixdesc libraries.
18335
18336 Fri Oct  6 16:17:57 1995  Ken Raeburn  <raeburn@cygnus.com>
18337
18338         Mon Sep 25 22:49:32 1995  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
18339
18340         * config.sub (arm | armel | armeb): Fix shell syntax.
18341
18342 Fri Oct  6 14:40:28 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
18343
18344         * cfg-ml-com.in ({powerpc,rs6000}-ibm-aix*): Add multilibs for
18345         -msoft-float and -mcpu=common support.
18346         (powerpc*-*-eabisim*): Add support for building -mcall-aix
18347         libraries.
18348
18349 Thu Oct  5 13:26:37 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
18350
18351         * configure.in: Allow configuration and build of emacs19 for the alpha.
18352
18353 Wed Oct  4 22:05:36 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
18354
18355         * configure.in (CC): Get ^CC, not just any old CC, from
18356         ${host_makefile_frag}.
18357
18358 Wed Oct  4 21:55:00 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
18359
18360         * configure.in (CC): Try to get CC from
18361         ${srcdir}/${host_makefile_frag}, not ${host_makefile_frag}.
18362
18363 Wed Oct  4 21:44:12 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
18364
18365         * Makefile.in (TARGET_CONFIGDIRS): configure targetdirs
18366         only if it exists in $(srcdir).
18367
18368 Wed Oct  4 11:52:31 1995  Ian Lance Taylor  <ian@cygnus.com>
18369
18370         * configure: If CC and CXX are not set in the environment, set
18371         them, based on either an existing Makefile or on searching for gcc
18372         in PATH.  Substitute for CC and CXX in Makefile.
18373         * configure.in: Remove libm from target_libs.  Separate
18374         target_configdirs from configdirs.  If CC is not set in
18375         environment, try to get it from a host Makefile fragment.  Rewrite
18376         changes of configdirs to use skipdirs instead.  A few minor
18377         tweaks.  Take directories out of target_configdirs as they are
18378         taken out of configdirs.  Remove existing Makefile files from
18379         subdirectories.  Substitute for TARGET_CONFIGDIRS and
18380         CONFIG_ARGUMENTS in Makefile.
18381         * Makefile.in (TARGET_CONFIGDIRS): New variable, automatically set
18382         by configure.in.
18383         (CONFIG_ARGUMENTS): Likewise.
18384         (CONFIGURE_TARGET_MODULES): New variable.
18385         ($(DO_X)): Loop over TARGET_CONFIGDIRS as well as SUBDIRS.
18386         ($(CONFIGURE_TARGET_MODULES)): New target.
18387         (configure-libg++, configure-libio): New targets.
18388         (all-libg++): Depend upon configure-libg++.
18389         (all-libio): Depend upon configure-libio.
18390         (configure-libgloss, all-libgloss): New targets.
18391         (configure-libstdc++): New target.
18392         (all-libstdc++): Depend upon configure-libstdc++.
18393         (configure-librx, all-librx): New targets.
18394         (configure-newlib): New target.
18395         (all-newlib): Depend upon configure-newlib
18396         (configure-xiberty): New target.
18397         (all-xiberty): Depend upon configure-xiberty.
18398
18399 Sat Sep 30 04:32:59 1995  Jason Molenda (crash@phydeaux.cygnus.com)
18400
18401         * configure.in (host i[345]86-*-win32):  Expand the
18402         noconfigdirs again.
18403
18404 Thu Sep 28 21:18:49 1995  Stan Shebs  <shebs@andros.cygnus.com>
18405
18406         * mpw-configure: Fix sed command file name.
18407
18408 Thu Sep 28 17:39:56 1995  steve chamberlain  <sac@slash.cygnus.com>
18409
18410         * configure.in (host i[345]86-*-win32): Reduce the
18411         noconfigdirs again.
18412
18413 Wed Sep 27 12:24:00 1995  Ian Lance Taylor  <ian@cygnus.com>
18414
18415         * configure.in: Don't configure ld and gdb for powerpc*-*-winnt*
18416         or powerpc*-*-pe*, since they are not yet supported.
18417
18418 Tue Sep 26 14:30:01 1995  Stan Shebs  <shebs@andros.cygnus.com>
18419
18420         Add PowerMac support and many other enhancements.
18421         * mpw-configure: New option --cc to select compiler to use,
18422         paste options set according to --cc into the generated
18423         Makefile, generate the Makefile by sed'ing the Unix Makefile.in
18424         if mpw-make.sed is present.
18425         * mpw-config.in: Don't test for gC1, test for mpw-touch,
18426         add forward includes for PowerPC include files.
18427         * mpw-build.in: Build using Makefile.PPC if present.
18428         (do-byacc, etc): Remove separate version resource builds.
18429         (do-gas): Build "stamps" before "all".
18430         (do-gcc): Build "stamps-h" and "stamps-c" before "all".
18431         * mpw-README: Update to reflect --cc option, PowerMac support,
18432         and recently-reported compatibility problems.
18433
18434 Fri Sep 22 12:15:42 1995  Doug Evans  <dje@deneb.cygnus.com>
18435
18436         * cfg-ml-com.in (m68*-*-*): Only build multilibs for
18437         embedded m68k systems (-aout, -coff, -elf, -vxworks).
18438         (--with-multilib-top): Pass to recursive invocations.
18439
18440 Tue Sep 19 13:51:05 1995  J.T. Conklin  <jtc@blues.cygnus.com>
18441
18442         * configure.in (noconfigdirs): Disable libg++ and libstdc++ on
18443         v810-*-*.
18444
18445 Mon Sep 18 23:08:26 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
18446
18447         * configure.in (noconfigdirs): Disable bfd, binutils, gas, gcc,
18448         gdb, ld and opcodes on v810-*-*.
18449
18450 Tue Sep 12 18:03:31 1995  Ian Lance Taylor  <ian@cygnus.com>
18451
18452         * Makefile.in (DO_X): Change do-realclean to do-maintainer-clean.
18453         (local-maintainer-clean): New target.
18454         (maintainer-clean): New target.
18455         (realclean): Just depend upon maintainer-clean.
18456
18457 Fri Sep  8 17:11:14 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
18458
18459         * configure.in (noconfigdirs): Disable gdb on m68k-*-netbsd*.
18460
18461 Fri Sep  8 16:46:29 1995  Ian Lance Taylor  <ian@cygnus.com>
18462
18463         * configure.in: Build ld in mips*-*-bsd* case.
18464
18465 Thu Sep  7 20:03:41 1995  Ken Raeburn  <raeburn@cygnus.com>
18466
18467         * config.sub: Accept -lites* OS.  From Ian Dall.
18468
18469 Fri Sep  1 08:06:58 1995  James G. Smith  <jsmith@beauty.cygnus.com>
18470
18471         * config.sub: recognise mips64vr4300 and mips64vr4300el as valid
18472         targets.
18473
18474 Wed Aug 30 21:06:50 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
18475
18476         * configure.in: treat i386-win32 canadian cross the same as
18477         i386-go32 canadian cross.
18478
18479 Thu Aug 24 14:53:20 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
18480
18481         * cfg-ml-com.in (powerpc*-*-eabisim): Add support for PowerPC
18482         running under the simulator to build a reduced set of libraries.
18483         (powerpc-*-eabiaix): Add fine grained multilib support added to
18484         other powerpc targets yesterday.
18485
18486 Wed Aug 23 09:41:56 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
18487
18488         * cfg-ml-com.in (powerpc*): Add support for -disable-biendian,
18489         -disable-softfloat, -disable-relocatable, -disable-aix, and
18490         -disable-sysv to control which multilib libraries get built.
18491
18492 Thu Aug 17 16:03:41 1995  Ken Raeburn  <raeburn@kr-laptop.cygnus.com>
18493
18494         * configure: Add Makefile.tem to list of files to remove in trap
18495         handler.
18496
18497 Mon Aug 14 19:27:56 1995  Per Bothner  <bothner@kalessin.cygnus.com>
18498
18499         * config.guess (*Linux*):  Add missing "exit"s.
18500         Also, need specific check for alpha-unknown-linux (uses COFF).
18501
18502 Fri Aug 11 15:38:20 1995  Per Bothner  <bothner@kalessin.cygnus.com>
18503
18504         * config.guess:  Merge with FSF:
18505
18506         Wed Jun 28 17:57:27 1995  David Edelsohn  <edelsohn@mhpcc.edu>
18507         * config.guess (AIX4): More robust release numbering discovery.
18508
18509         Thu Jun 22 19:01:24 1995  Kenneth Stailey  (kstailey@eagle.dol-esa.gov)
18510         * config.guess (i386-sequent-ptx): Properly get version number.
18511
18512         Thu Jun 22 18:36:42 1995  Uwe Seimet  (seimet@iris1.chemie.uni-kl.de)
18513         * config.guess (mips:*:4*:UMIPS): New case.
18514
18515 Mon Aug  7 09:21:35 1995  Doug Evans  <dje@canuck.cygnus.com>
18516
18517         * configure.in (i386-go32 host): Fix typo (deja-gnu -> dejagnu).
18518         (i386-win32 host): Likewise.  Don't build readline.
18519
18520 Sat Aug  5 09:51:49 1995  Fred Fish  <fnf@rtl.cygnus.com>
18521
18522         * Makefile.in (GDBTK_SUPPORT_DIRS):  Define and pass as part of
18523         SUPPORT_FILES to submakes.
18524
18525 Fri Aug  4 13:04:36 1995  Fred Fish  <fnf@cygnus.com>
18526
18527         * Makefile.in (GDB_SUPPORT_DIRS): Add utils.
18528         (DEVO_SUPPORT): Add mpw-README, mpw-build.in, mpw-config.h and
18529         mpw-configure.
18530
18531 Wed Aug  2 16:32:40 1995  Ken Raeburn  <raeburn@cygnus.com>
18532
18533         * configure.in (appdirs): Use =, not ==, in test expression when
18534         trying to build the text to print in the warning message for
18535         Solaris users.
18536
18537 Mon Jul 31 09:56:18 1995  steve chamberlain  <sac@slash.cygnus.com>
18538
18539         * cfg-ml-com.in (z8k-*-coff): Add 'std' multilib build.
18540
18541 Fri Jul 28 00:16:31 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
18542
18543         * config.guess: Recognize lynx-2.3.
18544
18545 Thu Jul 27 15:47:59 1995  steve chamberlain  <sac@slash.cygnus.com>
18546
18547         * config.sub (z8ksim): Deleted
18548         (z8k-*-coff): New, this is the one true name of the target.
18549
18550 Thu Jul 27 14:33:33 1995  Doug Evans  <dje@canuck.cygnus.com>
18551
18552         * cfg-ml-pos.in (dotdot): Work around SunOS sed bug.
18553
18554 Thu Jul 27 13:31:05 1995  Fred Fish  (fnf@cygnus.com)
18555
18556         * config.guess (*:Linux:*:*): First try asking the linker what the
18557         default object file format is (elf, aout, or coff).  Then if this
18558         fails, try previous methods.
18559
18560 Thu Jul 27 11:28:17 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
18561
18562         * configure.in: Don't build newlib for *-*-vxworks5.1.
18563
18564 Thu Jul 27 11:18:47 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
18565
18566         * configure.in: Don't build newlib for a29k-*-vxworks5.1.
18567         * test-build.mk: Add setting of --with-headers for a29k-vxworks5.1.
18568
18569 Tue Jul 25 21:25:39 1995  Doug Evans  <dje@canuck.cygnus.com>
18570
18571         * cfg-ml-pos.in (MULTITOP): Trim excess trailing "/.".
18572
18573 Fri Jul 21 10:41:12 1995  Doug Evans  <dje@canuck.cygnus.com>
18574
18575         * cfg-ml-com.in: New file.
18576         * cfg-ml-pos.in: New file.
18577
18578 Wed Jul 19 00:37:27 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
18579
18580         * COPYING.NEWLIB: Add HP free copyright to list.
18581
18582 Tue Jul 18 10:58:51 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
18583
18584         * config.sub: Recognize -eabi* for the system, not just -eabi.
18585
18586 Mon Jul  3 13:44:51 1995  Steve Chamberlain  <sac@slash.cygnus.com>
18587
18588         * Makfile.in (DLLTOOL_FOR_TARGET): New name, pass it down.
18589         * config.sub, configure.in (win32): New target and host.
18590
18591 Wed Jun 28 23:57:08 1995  Steve Chamberlain  <sac@slash.cygnus.com>
18592
18593         * configure.in: Add i386-pe configuration.
18594
18595 Fri Jun 23 14:28:44 1995  Stan Shebs  <shebs@andros.cygnus.com>
18596
18597         * mpw-build.in (install): Install GDB after LD.
18598
18599 Thu Jun 22 17:10:53 1995  Stan Shebs  <shebs@andros.cygnus.com>
18600
18601         * mpw-config.in (elf/mips.h): Always forward-include, needed
18602         for GDB to build.
18603
18604 Wed Jun 21 15:17:30 1995  Rob Savoye  <rob@darkstar.cygnus.com>
18605
18606         * testsuite: New directory for customer acceptance and whole tool
18607         chain tests.
18608
18609 Wed Jun 21 16:50:29 1995  Ken Raeburn  <raeburn@cujo.cygnus.com>
18610
18611         * configure: If per-host line isn't found, but AC_OUTPUT is found
18612         and a configure script exists, run it instead.
18613
18614 Thu Jun 15 21:09:24 1995  Per Bothner  <bothner@kalessin.cygnus.com>
18615
18616         * config.guess:  Update from FSF, for alpha-dec-winnt3.5 and  Crays.
18617
18618 Tue Jun 13 21:43:27 1995  Rob Savoye  <rob@darkstar.cygnus.com>
18619
18620         * configure: Set build_{cpu,vendor,os,alias} to host values when
18621         --build isn't specified.
18622
18623 Mon Jun  5 18:26:36 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
18624
18625         * Makefile.in (PICFLAG, PICFLAG_FOR_TARGET): New macros.
18626         (FLAGS_TO_PASS): Pass them.
18627         (EXTRA_TARGET_FLAGS): Ditto.
18628
18629 Wed May 31 22:27:42 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
18630
18631         * Makefile.in (all-libg++): Depend on all-libstdc++.
18632
18633 Thu May 25 22:40:59 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
18634
18635         * configure.in (noconfigdirs): Enable all packages for
18636           i386-unknown-netbsd.
18637
18638 Sat May 20 13:22:31 1995  Angela Marie Thomas  <angela@cirdan.cygnus.com>
18639
18640         * configure.in (noconfigdirs): Don't configure tk for i386-go32
18641         hosted builds (DOS builds)
18642
18643 Thu May 18 18:08:49 1995  Ken Raeburn  <raeburn@kr-laptop.cygnus.com>
18644
18645         Changes for ARM based on patches from Richard Earnshaw:
18646         * config.sub: Handle armeb and armel.
18647         * configure.in: Omit arm linker only for riscix.
18648
18649 Thu May 11 17:23:26 1995  Per Bothner  <bothner@kalessin.cygnus.com>
18650
18651         * config.guess:  Update from FSF.
18652
18653 Tue May  9 15:52:05 1995  Michael Meissner  <meissner@cygnus.com>
18654
18655         * config.sub: Recognize powerpcle as the little endian variant of
18656         the PowerPC.  Recgonize ppc as a PowerPC variant, and ppcle as a
18657         powerpcle variant.  Convert pentium into i586, not i486.  Add p5
18658         alias for i586.  Map new x86 variants p6, k5, nexgen into i586
18659         temporarily.
18660
18661 Tue May  2 16:29:41 1995  Jeff Law  (law@snake.cs.utah.edu)
18662
18663         * configure.in (hppa*-*-lites*): Treat like hppa*-*-*elf*.
18664
18665 Sun Apr 30 21:38:09 1995  Jeff Law  (law@snake.cs.utah.edu)
18666
18667         * config.sub: Accept -lites* as a basic system type.
18668
18669 Thu Apr 27 11:33:29 1995  Michael Meissner  (meissner@cygnus.com)
18670
18671         * config.guess (*:Linux:*:*): Check for whether the pre-BFD linker is
18672         installed, and if so return linuxoldld as the system name.
18673
18674 Wed Apr 26 10:59:02 1995  Jeff Law  (law@snake.cs.utah.edu)
18675
18676         * config.guess: Add hppa1.1-hp-lites support.
18677
18678 Tue Apr 25 11:08:11 1995  Rob Savoye  <rob@darkstar.cygnus.com>
18679
18680         * configure.in: Don't build newlib for m68k-vxworks5.1.
18681
18682 Wed Apr 19 17:02:43 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
18683
18684         * configure.in (mips-sgi-irix6): Use mh-irix5.
18685
18686 Fri Apr 14 15:21:17 1995  Doug Evans  <dje@chestnut.cygnus.com>
18687
18688         * Makefile.in (all-gcc): Depend on all-ld (for libgcc1-test).
18689
18690 Wed Apr 12 16:06:01 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
18691
18692         * test-build.mk: Enable building of shared libraries on IRIX 5 and
18693         OSF/1.  Fix compiler flags.
18694         * build-all.mk: Support Linux and OSF/1 3.0.  Fix compiler flags.
18695
18696 Tue Apr 11 18:55:40 1995  Doug Evans  <dje@canuck.cygnus.com>
18697
18698         * configure.in: Recognize --with-newlib.
18699         (sparc-*-sunos4*): Build sim, dejagnu, expect, tcl if cross target.
18700
18701 Mon Apr 10 14:38:20 1995  Jason Molenda (crash@phydeaux.cygnus.com)
18702
18703         * Makefile.in: move {all,check,install}-gdb from *_MODULES
18704         to *_X11_MODULES due to gdbtk needing X include files et al.
18705
18706 Mon Apr 10 11:42:22 1995  Stan Shebs  <shebs@andros.cygnus.com>
18707
18708         Merge in support for Mac MPW as a host.
18709         (Old change descriptions retained for informational value.)
18710
18711         * mpw-config.in: Add generic include forwards for cpu-specific
18712         include files in aout and elf directories.
18713
18714         * mpw-configure: Added copyright.
18715         * mpw-config.in: Check for presence of required build tools.
18716         (target_libs): Add newlib.
18717         (target_tools): Add examples.
18718         (Read Me): Generate as "Read Me for MPW" instead.
18719         * mpw-build.in: Base sub-builds on all-foo instead of do-foo.
18720         (all-byacc, do-byacc, all-flex, do-flex, do-newlib): New actions.
18721         (do-gas, do-gcc, do-gdb, do-ld): Build Version.r first.
18722
18723         * mpw-configure: Remove subdir-specific makefile hackery,
18724         delete mk.tmp after using it.
18725
18726         * mpw-build.in (all): Display start and end times.
18727
18728         * mpw-configure (host_canonical): Set.
18729         (target_cpu): Always add to makefiles.
18730         (ARCHDEFS, EMUL): Add to makefile only if nonempty.
18731         (TM_FILE, XM_FILE, NM_FILE): No longer add to makefile.
18732         (mpw-mh-mpw): Look for in srcdir and srcroot.
18733         Use sed instead of mpw-edit-prefix to edit prefix definitions.
18734
18735         * mpw-build.in: (install-only): New target.
18736
18737         * mpw-configure (host_alias, target_alias): Rename from hostalias
18738         and targetalias, add into generated Makefile.
18739         (mk.tmp): If present, add into generated Makefile.
18740         * mpw-build.in (all-gas): Build config.h first before gas proper.
18741
18742         * mpw-configure (config.status): Write only if changed.
18743         * mpw-config.in (readline): Configure it (not built, just used for
18744         definitions).
18745
18746         * mpw-config.in (elf/mips.h): Add a forward include.
18747
18748         * mpw-config.in: Forward-include most .h files in include into
18749         extra-include.
18750         (readline): Don't build.
18751         mpw-build.in (install): Install GDB.
18752
18753         * mpw-configure (prefix, mpw_prefix): Handle it.
18754         * mpw-config.in (mmalloc, readline): Don't configure.
18755         * mpw-build.in (thisscript): Rename to ThisScript.
18756         Use mpw-build instead of BuildProgram everywhere.
18757         (mmalloc, readline): Don't build.
18758         * mpw-README: New file, basic documentation about the MPW port.
18759
18760         * mpw-config.in: Use forward-include to create include files.
18761
18762         * mpw-configure: Add more things to the top of each configured
18763         Makefile, including contents of config/mpw-mh-mpw.
18764         * mpw-config.in (extra-include): Create this directory and fill it
18765         with Posix-like include files when configuring.
18766
18767         * config.sub (apple, mac, mpw): Add various aliases.
18768
18769         * mpw-build.in: New file, top-level build script fragment for MPW.
18770         * mpw-configure: New file, configure script for MPW.
18771         * mpw-config.in: New file, config fragment for MPW.
18772
18773 Fri Apr  7 19:33:16 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
18774
18775         * configure.in (host_libs): Remove glob, since it is gone from the
18776         sources.
18777
18778 Fri Mar 31 11:36:17 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
18779
18780         * Makefile.in: define empty GDB_NLM_DEPS var.
18781
18782         * configure.in(target_makefile_frag): use config/mt-netware
18783         for netware targets.
18784
18785 Thu Mar 30 13:51:43 1995  Ian Lance Taylor  <ian@cygnus.com>
18786
18787         * config.sub: Merge in recent FSF changes.  Remove linux special
18788         cases.
18789
18790 Tue Mar 28 14:47:34 1995  Jason Molenda (crash@phydeaux.cygnus.com)
18791
18792         Revert this change:
18793
18794         Tue Mar 30 10:03:09 1993  Ian Lance Taylor  (ian@cygnus.com)
18795
18796                 * build-all.mk: Use CC=cc -Xs on Solaris.
18797
18798 Tue Mar 21 10:43:32 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
18799
18800         * glob/*: Removed.  Schauer's 24 Feb 1994 readline change made us
18801         stop using it.
18802         * Makefile.in: Nuke all references to glob subdirectory.
18803
18804 Thu Mar 16 13:35:30 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
18805
18806         * configure.in: Fix --enable-shared logic in per-host.
18807
18808 Mon Mar 13 12:33:15 1995  Ian Lance Taylor  <ian@cygnus.com>
18809
18810         * configure.in (*-hp-hpux[78]*): Use mh-hpux8.
18811
18812 Mon Mar  6 10:21:58 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
18813
18814         * configure.in (noconfigdirs): Don't build gas on AIX, for
18815         powerpc*-*-aix* as well as for rs6000*-*-aix*.
18816
18817 Wed Mar  1 12:51:53 1995  Ian Lance Taylor  <ian@cygnus.com>
18818
18819         * configure: Fix --cache-file to work if the file argument is a
18820         relative path.
18821
18822 Tue Feb 28 17:36:07 1995  Ian Lance Taylor  <ian@cygnus.com>
18823
18824         * configure: If the --cache-file is used, pass it down to
18825         configure in subdirectories.
18826
18827 Mon Feb 27 12:52:46 1995  Kung Hsu  <kung@mexican.cygnus.com>
18828
18829         * config.sub: add vxworks29k configuration.
18830
18831 Fri Feb 10 16:12:26 1995  Ken Raeburn  <raeburn@cujo.cygnus.com>
18832
18833         * Makefile.in (taz): Do "diststuff" part quietly.
18834
18835 Sun Feb  5 14:16:35 1995  Doug Evans  <dje@canuck.cygnus.com>
18836
18837         * config.sub: Mini-merge with gcc/config.sub.
18838
18839 Sat Feb  4 12:11:35 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
18840
18841         * config.guess (IRIX): Sed - to _.
18842
18843 Fri Feb  3 11:54:42 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
18844
18845         * Makefile.in (source-vault, binary-vault): New targets.
18846
18847 Thu Jan 26 13:00:11 1995  Michael Meissner  <meissner@cygnus.com>
18848
18849         * config.sub: Recognize -eabi as a basic system type.
18850
18851 Thu Jan 12 13:13:23 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
18852
18853         * configure.in (enable_shared stuff): Fix typo.
18854
18855 Thu Jan 12 01:36:51 1995  deanm@medulla.LABS.TEK.COM (Dean Messing)
18856
18857         * Makefile.in (BASE_FLAGS_TO_PASS): Fix typo in passing LIBCXXFLAGS*.
18858
18859 Wed Jan 11 16:29:53 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
18860
18861         * Makefile.in (LIBCXXFLAGS_FOR_TARGET): Add -fno-implicit-templates.
18862
18863 Mon Jan  9 12:48:01 1995  Jim Kingdon  <kingdon@lioth.cygnus.com>
18864
18865         * configure.in (rs6000-*-*): Don't build gas.
18866
18867 Wed Jan  4 23:53:49 1995  Ian Lance Taylor  <ian@tweedledumb.cygnus.com>
18868
18869         * Makefile.in: Use /x/x/ instead of /brokensed/brokensed/, to
18870         reduce command line length.
18871         (AS_FOR_TARGET): Check for as.new, not Makefile.
18872         (NM_FOR_TARGET): Check for nm.new, not Makefile.
18873
18874 Wed Jan  4 13:02:39 1995  Per Bothner  <bothner@kalessin.cygnus.com>
18875
18876         * config.guess:  Merge from FSF.
18877
18878 Thu Dec 15 17:11:37 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
18879
18880         * configure: Don't use $ when handling program_suffix.
18881
18882 Mon Dec 12 12:09:37 1994  Stu Grossman  (grossman@cygnus.com)
18883
18884         * configure.in:  Configure tk for hppa/hpux.
18885
18886 Fri Dec  2 15:55:38 1994  Per Bothner  <bothner@kalessin.cygnus.com>
18887
18888         * Makefile.in (LIBGXX_SUPPORT_DIRS):  Add libstdc++.
18889
18890 Tue Nov 29 19:37:56 1994  Per Bothner  <bothner@kalessin.cygnus.com>
18891
18892         * Makefile.in:  Move -fno-implicit-template from CXXFLAGS
18893         to LIBCXXFLAGS.  Tests are better run without it.
18894
18895 Wed Nov 23 10:29:25 1994  Brendan Kehoe  (brendan@lisa.cygnus.com)
18896
18897         * Makefile.in (all-ispell): Depend on all-emacs19 instead of all-emacs.
18898
18899 Mon Nov 21 11:14:01 1994  J.T. Conklin  <jtc@rtl.cygnus.com>
18900
18901         * configure.in (*-*-netware*): Don't configure xiberty.
18902
18903 Mon Nov 14 08:49:15 1994  Stu Grossman  (grossman@cygnus.com)
18904
18905         * configure.in:  Remove tk from native_only list.
18906
18907 Fri Nov 11 15:31:26 1994  Bill Cox  (bill@rtl.cygnus.com)
18908
18909         * build-all.mk: Add mips-ncd-elf target to sun4 targets
18910           for special NCD build.
18911
18912 Mon Nov  7 20:58:17 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
18913
18914         * Makefile.in (DEVO_SUPPORT): Remove configure.bat and
18915         makeall.bat, they're only useful for binutils snapshots.
18916         (binutils.tar.gz, gas+binutils.tar.gz): Add configure.bat and
18917         makeall.bat to specified SUPPORT_FILES.
18918
18919 Mon Nov  7 17:25:18 1994  Bill Cox  (bill@cirdan.cygnus.com)
18920
18921         * build-all.mk: Add Ericsson targets to sun4 and solaris
18922           hosts.  Add  BNR's sun4 target to solaris host, so their
18923           build-from-source will be tested in-house first.
18924
18925 Sat Nov  5 18:43:30 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
18926
18927         * Makefile.in (LIBCFLAGS): New variable.
18928         (CFLAGS_FOR_TARGET): Ditto.
18929         (LIBCFLAGS_FOR_TARGET): Ditto.
18930         (LIBCXXFLAGS): Ditto.
18931         (CXXFLAGS_FOR_TARGET): Ditto.
18932         (LIBCXXFLAGS_FOR_TARGET): Ditto.
18933         (BASE_FLAGS_TO_PASS): Pass them.
18934         (EXTRA_TARGET_FLAGS): Ditto.
18935
18936         * configure.in: Support --enable-shared.
18937
18938 Sat Nov  5 15:44:00 1994  Per Bothner  <bothner@kalessin.cygnus.com>
18939
18940         * configure.in (target_libs):  Include libstdc++ again.
18941         * config.guess:  Update from FSF (for FreeBSD).
18942
18943 Thu Nov  3 16:32:30 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
18944
18945         * Makefile.in (DEVO_SUPPORT): Include configure.bat and
18946         makeall.bat.
18947         (DISTDOCDIRS): Add `etc'.
18948         (ETC_SUPPORT_PFX): New variable.
18949         (taz): Include anything from etc starting with a word in
18950         ETC_SUPPORT_PFX.
18951
18952 Wed Oct 26 16:19:35 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
18953
18954         * config.sub: Update for recent FSF changes.  Remove obsolete
18955         h8300hds entry.  Add -windows* and -osx as basic os.  Minor
18956         spacing changes.
18957
18958 Thu Oct 20 18:41:56 1994  Per Bothner  <bothner@kalessin.cygnus.com>
18959
18960         * configure.in (target_libs):  Remove libstdc++ for libg++-2.6.1.
18961
18962         * config.guess:  Merge with FSF.
18963         * configure.in:  Match on i?86-ncr-sysv4.3, not i?86-ncr-sysv43.
18964
18965 Thu Oct 20 19:26:56 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
18966
18967         * configure: Since the "trap 0" handler will override the exit
18968         status on many systems, only use it for "exit 1", and make it set
18969         a non-zero exit status; reset it before "exit 0".  Also, check
18970         exit status of config.sub, and error out if it failed.
18971
18972 Wed Oct 19 18:49:55 1994  Rob Savoye  (rob@cygnus.com)
18973
18974         * Makefile.in: (ALL_TARGET_MODULES,INSTALL_TARGET_MODULES) Build
18975         and install libgloss.
18976
18977 Tue Oct 18 15:25:24 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
18978
18979         * Makefile.in (all-binutils): Depend upon all-byacc.
18980
18981         * configure.in: Don't build emacs on Irix 5.
18982
18983 Mon Oct 17 16:22:12 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
18984
18985         * configure.in (*-*-netware*): Add libio.
18986
18987 Thu Oct 13 15:51:20 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
18988
18989         * Makefile.in (ALL_TARGET_MODULES): Add libstdc++.
18990         (CHECK_TARGET_MODULES): Ditto.
18991         (INSTALL_TARGET_MODULES): Ditto.
18992         (TARGET_LIBS): Ditto.
18993         (all-libstdc++): Note dependencies.
18994
18995 Thu Oct 13 01:43:08 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
18996
18997         * Makefile.in (BINUTILS_SUPPORT_DIRS): Add gas.
18998
18999 Tue Oct 11 12:12:29 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
19000
19001         * Makefile.in (CXXFLAGS): Use -fno-implicit-templates instead of
19002         -fexternal-templates.
19003
19004         * configure.in (target_libs): Add libstdc++.
19005         (noconfigdirs): Add libstdc++ as appropriate.
19006
19007 Thu Oct  6 18:00:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
19008
19009         * config.guess:  Update from FSF.
19010
19011 Tue Oct  4 12:05:42 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
19012
19013         * configure: Use ${config_shell} when running ${configsub}.
19014
19015 Mon Oct  3 14:28:34 1994  Doug Evans  <dje@canuck.cygnus.com>
19016
19017         * config.sub: No longer recognize h8300h.
19018
19019 Mon Oct  3 12:40:54 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
19020
19021         * config.sub: Remove extraneous differences between config.sub and
19022         gcc/config.sub.
19023
19024 Sat Oct  1 00:23:12 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
19025
19026         * Makefile.in (DISTSTUFFDIRS): Add gas.
19027
19028 Thu Sep 22 19:04:55 1994  Doug Evans  (dje@canuck.cygnus.com)
19029
19030         * COPYING.NEWLIB: New file.
19031
19032 Mon Sep 19 18:25:40 1994  Per Bothner  (bothner@kalessin.cygnus.com)
19033
19034         * config.guess (HP-UX):  Patch from Harlan Stenn
19035         <harlan@landmark.com> to also emit release level.
19036
19037 Wed Sep  7 13:15:25 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
19038
19039         * config.guess (sun4*:SunOS:*:*): Change '-JL' to '_JL'.
19040
19041 Tue Sep  6 23:23:18 1994  Per Bothner  (bothner@kalessin.cygnus.com)
19042
19043         * config.sub:  Merge nextstep cleanup from FSF.
19044
19045 Mon Sep  5 05:01:30 1994  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
19046
19047         * configure.in (arm-*-*): Don't configure ld for this target.
19048
19049 Thu Sep  1 09:35:00 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
19050
19051         * configure.in (*-*-netware): don't configure libg++, libio,
19052           librx, or newlib.
19053
19054 Wed Aug 31 13:52:08 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
19055
19056         * configure.in (alpha-dec-osf*): Use osf*, not osf1*.  Don't
19057         configure ld--it works, but it doesn't support shared libraries.
19058
19059 Sun Aug 28 18:13:45 1994  Per Bothner  (bothner@kalessin.cygnus.com)
19060
19061         * config.guess (*-unknown-freebsd*):  Get rid of possible
19062         trailing "(Release)" in version string.
19063         Patch from Paul Richards <paul@isl.cf.ac.uk>.
19064
19065 Sat Aug 27 15:00:49 1994  Per Bothner  (bothner@kalessin.cygnus.com)
19066
19067         * config.guess:  Fix i486-ncr-sysv43 -> i486-ncr-sysv4.3.
19068         Fix type: *-next-neststep -> *-next-nextstep.
19069
19070         * config.guess:  Merge from FSF:
19071
19072         Fri Aug 26 18:45:25 1994  Philippe De Muyter (phdm@info.ucl.ac.be)
19073
19074         * config.guess: Recognize powerpc-ibm-aix3.2.5.
19075
19076         Wed Apr 20 06:36:32 1994  Philippe De Muyter  (phdm@info.ucl.ac.be)
19077
19078         * config.guess: Recognize UnixWare 1.1 (UNAME_SYSTEM is SYSTEM_V
19079         instead of UNIX_SV for UnixWare 1.0).
19080
19081 Sat Aug 27 01:56:30 1994  Stu Grossman  (grossman@cygnus.com)
19082
19083         * Makefile.in (all-gdb):  Add dependencies on all-gcc and all-ld
19084         to make gdb/nlm/* build after the compiler and linker.
19085
19086 Fri Aug 26 14:30:05 1994  Per Bothner  (bothner@kalessin.cygnus.com)
19087
19088         * config.guess (netbsd, freebsd, linux):  Accept any machine,
19089         not just i[34]86.
19090         (m68k-atari-sysv4):  Relocate to match FSF version.
19091
19092         * config.guess:  More merges from the FSF:
19093
19094         Add a space before function call or macro invocation.
19095
19096         Tue May 10 16:53:55 1994  Roland McGrath (roland@churchy.gnu.ai.mit.edu)
19097
19098         * config.guess: Add trap cmd to remove dummy.c and dummy when
19099         interrupted.
19100
19101         Wed Apr 20 18:07:13 1994  Roland McGrath (roland@churchy.gnu.ai.mit.edu)
19102
19103         * config.guess (dummy.c): Redirect stderr for `hostinfo' command.
19104         (dummy): Redirect stderr from compilation of dummy.c.
19105
19106         Sat Apr  9 14:59:28 1994  Christian Kranz  (kranz@sent5.uni-duisburg.de)
19107
19108         * config.guess: Distinguish between NeXTStep 2.1 and 3.x.
19109
19110 Fri Aug 26 13:42:20 1994  Ken Raeburn  (raeburn@kr-laptop.cygnus.com)
19111
19112         * configure: Accept and ignore --cache*, for compatibility with
19113         new autoconf.
19114
19115 Fri Aug 26 13:05:27 1994  Per Bothner  (bothner@kalessin.cygnus.com)
19116
19117         * config.guess:  Merge from FSF:
19118
19119         Thu Aug 25 20:28:51 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
19120
19121         * config.guess (Pyramid*:OSx*:*:*): New case.
19122         (PATH): Add /.attbin at end for finding uname.
19123         (dummy.c): Handle i860-alliant-bsd.  Follow whitespace conventions.
19124
19125         Wed Aug 17 18:21:02 1994  Tor Egge  (tegge@pvv.unit.no)
19126
19127         * config.guess (M88*:DolphinOS:*:*): New case.
19128
19129         Thu Aug 11 17:00:13 1994  Stan Cox  (coxs@dg-rtp.dg.com)
19130
19131         * config.guess (AViiON:dgux:*:*): Use TARGET_BINARY_INTERFACE
19132         to select whether to use ELF or COFF.
19133
19134         Sun Jul 24 16:20:53 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
19135
19136         * config.guess: Recognize i860-stardent-sysv and i860-unknown-sysv.
19137
19138         Sun May  1 10:23:10 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
19139
19140         * config.guess: Guess the OS version for HPUX.
19141
19142         Tue Mar  1 21:53:03 1994  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
19143
19144         * config.guess (UNAME_VERSION): Recognize aix3.2.4 and aix3.2.5.
19145
19146 Fri Aug 26 11:19:08 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
19147
19148         * configure.in: Recognize --with-headers, --with-libs, and
19149         --without-newlib.
19150         * Makefile.in (all-xiberty): Depend upon all-ld.
19151
19152 Wed Aug 24 12:36:50 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
19153
19154         * configure.in: Change i[34]86 to i[345]86.
19155
19156 Mon Aug 22 10:58:33 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
19157
19158         * configure (version): A few more tweaks to help message.
19159
19160 Fri Aug 19 12:40:25 1994  Per Bothner  (bothner@kalessin.cygnus.com)
19161
19162         * Makefile.in:  Remove (for now) librx as a host library,
19163         now that we're building it for target.
19164
19165 Fri Aug 19 10:49:17 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
19166
19167         * configure: Fix up help message; from karl@owl.hq.ileaf.com
19168         (Karl Berry).
19169
19170 Tue Aug 16 16:11:08 1994  Per Bothner  (bothner@kalessin.cygnus.com)
19171
19172         * configure.in:  Also configure librx.
19173
19174 Mon Aug 15 16:51:45 1994  Per Bothner  (bothner@kalessin.cygnus.com)
19175
19176         * Makefile.in:  Update various rules to reflect that librx
19177         is now needed for libg++.
19178
19179 Fri Aug 12 18:07:21 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
19180
19181         * config.sub: Accept mips64orion and mips64orionel as a CPU name.
19182
19183 Mon Aug  8 11:36:17 1994  Stan Shebs  (shebs@andros.cygnus.com)
19184
19185         * configure.in: Configure the examples directory.
19186
19187 Thu Aug  4 16:12:36 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
19188
19189         * configure: Simplify Jun 2 1994 change.
19190
19191 Wed Aug  3 04:58:16 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
19192
19193         * change CC to /usr/latest/bin/gcc for lynx host builds, since
19194         /bin/gcc isn't good enough to build gcc.
19195
19196 Wed Jul 27 09:07:14 1994  Fred Fish  (fnf@cygnus.com)
19197
19198         * Makefile.in (GDB_SUPPORT_FILES): Remove
19199         (setup-dirs-gdb, gdb.tar.gz, make-gdb.tar.gz):  Remove old rules.
19200         (gdb.tar.gz): Add new rule to use standard distribution building
19201         mechanism.
19202
19203 Mon Jul 25 11:10:06 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
19204
19205         * configure.in: Warn about use of /usr/ucb/cc on Solaris.  From
19206         Bill Cox <bill@cygnus.com>.
19207
19208 Sat Jul 23 12:19:46 1994  Per Bothner  (bothner@kalessin.cygnus.com)
19209
19210         * config.guess:  Recognize ISC.  Patch from kwzh@gnu.ai.mit.edu.
19211
19212 Fri Jul 22 17:53:59 1994  Stu Grossman  (grossman@cygnus.com)
19213
19214         * configure:  Search current dir first in .gdbinit.
19215
19216 Fri Jul 22 11:28:30 1994  Per Bothner  (bothner@kalessin.cygnus.com)
19217
19218         * config.sub:  Recognize freebsd (merged from gcc config.sub).
19219
19220 Thu Jul 21 14:10:52 1994  Per Bothner  (bothner@kalessin.cygnus.com)
19221
19222         * config.sub:  Refer to NeXT's operating system as nextstep.
19223
19224         * config.sub (case $basic_machine):  Re-order the cases, to match
19225         the order in the FSF version (which is mostly alphabethical).
19226         Merge in some additions and changes from the FSF.
19227
19228 Sat Jul 16 12:03:08 1994  Stan Shebs  (shebs@andros.cygnus.com)
19229
19230         * config.guess: Recognize m68k-atari-sysv4 and m88k-harris-csux7.
19231         * config.sub: Recognize cxux7.
19232         * configure.in: Use mh-cxux for m88k-harris-cxux*.
19233
19234 Mon Jul 11 14:37:39 1994  Per Bothner  (bothner@kalessin.cygnus.com)
19235
19236         * config.sub:  Fix typo powerpc -> powerpc-*.
19237
19238 Sat Jul  9 13:03:43 1994  Michael Tiemann  (tiemann@blues.cygnus.com)
19239
19240         * Makefile.in: `all-emacs19' depends on `all-byacc'.
19241
19242         * Makefile.in: Add all-emacs19 and install-emacs19 rules (in
19243         parallel with all-emacs and install-emacs).  Top-level command
19244         `make all-emacs19 CC=gcc' now behaves as `make all-emacs CC=gcc'.
19245
19246 Thu Jun 30 16:53:42 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
19247
19248         * test-build.mk ($(host)-stamp-stage2-installed): Remove
19249         $(relbindir)/make before doing ``make install'', and use
19250         $(GNU_MAKE) while doing it.  Avoids problem on SunOS with
19251         installing over running make binary.
19252         ($(host)-stamp-stage3-installed): Likewise.
19253
19254 Tue Jun 28 13:43:25 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
19255
19256         * config.guess: Recognize Mach.
19257
19258 Mon Jun 27 16:41:14 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
19259
19260         * configure: Check ${exec_prefixoption}, not ${exec_prefix}, to
19261         see whether --exec-prefix was used.
19262
19263 Sun Jun 26 21:15:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
19264
19265         * README:  Explicitly mention libg++/README.  (Zoo's idea.)
19266
19267 Tue Jun 21 12:45:55 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
19268
19269         * Makefile.in: Add all-librx target similar to all-libproc.
19270
19271 Wed Jun  8 23:11:55 1994  Stu Grossman  (grossman@cygnus.com)
19272
19273         * config.guess:  Rearrange tests for Alpha-OSF1 to properly deal
19274         with post 1.2 uname bogosity.
19275
19276 Thu Jun  9 00:27:59 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
19277
19278         * configure: Remove temporary files on receipt of a signal.
19279
19280 Tue Jun  7 12:06:24 1994  Ian Lance Taylor  (ian@cygnus.com)
19281
19282         * configure: If there is a package_makefile_frag, remove
19283         ${subdir}/Makefile.tem after copying it in.
19284
19285 Mon Jun  6 21:35:02 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
19286
19287         * build_all.mk: support rs6000 lynx identifies itself as
19288         rs6000-lynx-lynxos2.2.2.  Also, use /usr/cygnus/progressive/bin/gcc
19289         since /bin/gcc is too feeble to compile a modern gcc.
19290
19291 Mon Jun  6 16:06:34 1994  Karen Christiansen (karen@cirdan.cygnus.com)
19292
19293         * brought devo/test-build.mk update-to-date with progressive/
19294           test-build.mk. Add lynx targets and hppa flag info.
19295
19296 Sat Jun  4 17:23:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
19297
19298         * configure.in:  Use mh-ncrsvr43.  Patch from
19299         Tom McConnell <tmcconne@sedona.intel.com>.
19300
19301 Fri Jun  3 17:47:24 1994  Per Bothner  (bothner@kalessin.cygnus.com)
19302
19303         * config.guess (i386-unknown-bsdi):  No longer need to
19304         check #if defined(__bsdi__) && defined(__i386__).
19305
19306 Thu Jun  2 18:56:46 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
19307
19308         * configure: Set program_transform_nameoption correctly.
19309
19310 Thu Jun  2 10:57:06 1994  Karen Christiansen (karen@cirdan.cygnus.com)
19311
19312         * brought build-all.mk update-to-date with progressive build-all.mk,
19313           added new targets and hppa info.
19314
19315 Thu Jun  2 00:12:44 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
19316
19317         * configure: If config.guess result is a prefix of the user
19318         specified target, assume a native build and use the user specified
19319         target as the host alias.  Remove SunOS patch suffix removal hack.
19320         * configure.in: Remove SunOS patch suffix removal hack.
19321
19322         * Makefile.in (CROSS_CHECK_MODULES): Remove check-flex, since it's
19323         in NATIVE_CHECK_MODULES.
19324
19325 Wed Jun  1 10:49:41 1994  Bill Cox  (bill@rtl.cygnus.com)
19326
19327         * Makefile.in: Rename HOST_ONLY to NATIVE.
19328         * configure: Delete SunOs patch suffix from host_canonical
19329           and build_canonical variables that are prepended to Makefiles.
19330         * configure.in: Add comments for easier maintenance.
19331
19332 Tue May 31 19:39:47 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
19333
19334         * Makefile.in: Add all-libproc target similar to all-gui.
19335
19336 Tue May 31 17:16:33 1994  Tom Lord  (lord@cygnus.com)
19337
19338         * Makefile.in (CHECK_MODULES): split into
19339         HOST_ONLY_CHECK_MODULES and CROSS_CHECK_MODULES.
19340
19341 Tue May 31 16:36:36 1994  Paul Eggert  (eggert@twinsun.com)
19342
19343         * config.guess (i386-unknown-bsdi): New system to guess.
19344
19345 Wed May 25 16:47:10 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
19346
19347         * Makefile.in: Add all-gui target (but not yet build by "all").
19348
19349 Thu May 26 08:53:19 1994  Bill Cox  (bill@rtl.cygnus.com)
19350
19351         * config.sub: Move deletion of patch suffix from here...
19352         * configure.in: To here, at Ian's suggestion.  The top-
19353           level scripts might need to know of a patch level.
19354
19355 Wed May 25 09:15:54 1994  Bill Cox  (bill@rtl.cygnus.com)
19356
19357         * config.sub: Strip off patch suffix so rtl is recognized
19358           as a sunos4.1.3 machine, even though it's been patched.
19359
19360 Fri May 20 08:25:49 1994  Steve Chamberlain  (sac@deneb.cygnus.com)
19361
19362         * Makefile.in (INSTALL_LAST): Delete.
19363         (INSTALL_DOSREL): New.
19364
19365 Thu May 19 17:12:12 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
19366
19367         * configure.in: Use ld for i[34]86-*-sysv4* and sparc-*-solaris2*.
19368         Don't set use_gnu_ld to no for *-*-sysv4; that only controls
19369         whether we pass down --with-gnu-ld anyhow.
19370
19371 Thu May 19 09:29:12 1994  Steve Chamberlain  (sac@cygnus.com)
19372
19373         * Makefile.in (INSTALL_LAST): Change operation so it works
19374         on more flavors of make.
19375         * configure.in (go32): Don't build libg++ or libio.
19376
19377 Fri May 13 13:28:34 1994  Steve Chamberlain  (sac@cygnus.com)
19378
19379         * Makefile.in (Move HOST_PREFIX_1 and friends up so
19380         they can be overriden by templates.
19381
19382 Sat May  7 16:46:44 1994  Steve Chamberlain  (sac@cygnus.com)
19383
19384         * configure.in (target==go32): Don't build gdb.
19385         * dosrel: New directory.
19386
19387 Fri May  6 14:19:25 1994  Steve Chamberlain  (sac@cygnus.com)
19388
19389         * configure.in (host==go32): Configure dosrel too.
19390         * Makefile.in (INTALL_TARGET): Call INSTALL_LAST last.
19391         (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): Undefine, they should
19392         be set by incoming names or templates.
19393         (INSTALL_LAST): New rule.
19394
19395 Thu May  5 17:35:05 1994  Stan Shebs  (shebs@andros.cygnus.com)
19396
19397         * config.sub (sparclitefrw, sparclitefrwcompat): Don't set the os.
19398
19399 Thu May  5 20:06:45 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
19400
19401         * configure.in (appdirs): New variable.  Currently empty, but will
19402         be used in gas distribution.  If nonempty, lists a set of
19403         directories at least one of which must get configured, or top
19404         level configuration is considered to have failed.
19405         (rs6000-*-lynxos*): Use new file name.
19406
19407 Thu May  5 13:38:36 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
19408
19409         Eliminate XTRAFLAGS.
19410         * Makefile.in (CC_FOR_TARGET): If newlib exists, refer to the
19411         newlib include files using -idirafter, and also use -nostdinc.
19412         (CXX_FOR_TARGET): Likewise.
19413         (XTRAFLAGS): Removed.
19414         (BASE_FLAGS_TO_PASS): Remove XTRAFLAGS_FOR_TARGET.
19415         (EXTRA_HOST_FLAGS): Remove XTRAFLAGS.
19416         (EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): Likewise.
19417         ($(DO_X)): Don't pass down XTRAFLAGS.
19418
19419 Thu May  5 00:16:36 1994  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
19420
19421         * configure.in (mips*-dec-bsd*): New target; do build linker.
19422         (mips*-*-bsd*): New target; don't build linker.
19423
19424 Wed May  4 20:10:10 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
19425
19426         * configure.in: support rs6000-*-lynxos* configuration.
19427         support sunos4 as a cross target.
19428
19429         * config.sub: look for lynx*, not lynx since the OS version may
19430         legitimately be part of the name.
19431
19432 Tue May  3 21:48:11 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
19433
19434         * configure.in (i[34]86-*-sco*): Move to be with other i386
19435         targets.
19436         (romp-*-*): New target.  Skip various binary utilities.
19437         (vax-*-*): New target.  Don't build newlib.
19438         (vax-*-vms): Renamed from *-*-vms.  Don't build opcodes or newlib.
19439
19440 Thu Apr 28 15:03:05 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
19441
19442         * configure.in: Only set host_makefile_frag if config
19443         directory exists.
19444
19445 Wed Apr 27 12:14:30 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
19446
19447         * install.sh: If $dstdir exists, don't check whether each
19448         component does.
19449
19450 Tue Apr 26 18:11:33 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
19451
19452         * test-build.mk (HOLES): Add sleep; used by rcs/src/conf.sh.
19453
19454 Mon Apr 25 15:06:34 1994  Stan Shebs  (shebs@andros.cygnus.com)
19455
19456         * configure.in (*-*-lynxos*): Don't configure newlib for either
19457         native or cross Lynx.
19458
19459 Sat Apr 16 11:58:16 1994  Doug Evans  (dje@canuck.cygnus.com)
19460
19461         * config.sub (sparc64-elf): Fix os.
19462         (z8k): Remove duplicate.
19463
19464 Thu Apr 14 23:33:17 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
19465
19466         * Makefile.in (gcc-no-fixedincludes): Touch gcc/include/fixed, not
19467         gcc/stmp-fixproto, to try to prevent fixproto from being run.
19468
19469 Wed Apr 13 15:14:52 1994  Bill Cox  (bill@cygnus.com)
19470
19471         * configure: Make file links cleanly even if Lynx fails on
19472           an NFS symlink (at least fail cleanly).
19473
19474 Mon Apr 11 10:58:56 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
19475
19476         * test-build.mk (CC): For mips-sgi-irix4, change -XNh1500 to
19477         -XNh2000.
19478
19479 Sat Apr  9 15:10:45 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
19480
19481         * configure: Unknown options are fatal again.
19482
19483 Fri Apr  8 12:01:41 1994  David J. Mackenzie  (djm@cygnus.com)
19484
19485         * configure: Ignore --x-includes and --x-libraries, for Autoconf
19486         compatibility.
19487
19488 Thu Apr  7 17:31:43 1994  Doug Evans  (dje@canuck.cygnus.com)
19489
19490         * build-all.mk: Add `clean' target.
19491
19492 Wed Apr  6 20:44:56 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
19493
19494         * config.guess:  Add SINIX support.
19495         * configure.in:  Add mips-*-sysv4* support.
19496
19497 Mon Apr  4 17:41:44 1994  Doug Evans  (dje@canuck.cygnus.com)
19498
19499         * build-all.mk: Document all useful targets.
19500         If canonhost is sparc-sun-solaris2.3, change it to sparc-sun-solaris2.
19501         If canonhost is mips-sgi-irix4.0.5H, change it to mips-sgi-irix4.
19502
19503 Thu Mar 31 04:55:57 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
19504
19505         * configure: Support --silent, --quiet.
19506
19507 Wed Mar 30 21:37:38 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
19508
19509         * configure: Support --disable-FEATURE.
19510
19511 Tue Mar 29 19:15:05 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
19512
19513         * config.guess: Recognize NCR running SVR4.3.
19514
19515 Mon Mar 28 14:55:15 1994  Per Bothner  (bothner@kalessin.cygnus.com)
19516
19517         * config.guess:  Make BSDI generate i386-unknown-bsd386.
19518         Patch from Paul Eggert <eggert@twinsun.com>.
19519
19520 Mon Mar 28 12:54:52 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
19521
19522         * configure.in (powerpc-*-aix*): Treat like rs6000-*-*.
19523
19524 Sat Mar 26 11:25:48 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
19525
19526         * configure: Make unrecognized options give nonfatal warnings
19527         instead of fatal errors, and pass them to any subdirectory
19528         configures in case they recognize them.
19529         Make --x equivalent to --with-x.
19530
19531 Fri Mar 25 21:52:10 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
19532
19533         * configure: Add --enable-* options.  Clean up usage message and
19534         some comments.
19535
19536 Thu Mar 24 09:12:53 1994  Doug Evans  (dje@canuck.cygnus.com)
19537
19538         * Makefile.in (NM_FOR_TARGET): Build tree version is now nm.new.
19539
19540 Sun Mar 20 11:28:22 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
19541
19542         * configure.in (hppa*-*-*): Enable binutils.
19543
19544 Sat Mar 19 11:50:16 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
19545
19546         * config.sub: Recognize cisco.
19547
19548 Fri Mar 18 16:42:32 1994  Jason Merrill  (jason@deneb.cygnus.com)
19549
19550         * Makefile.in (CXXFLAGS): Add -fexternal-templates.
19551
19552 Tue Mar 15 11:25:55 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
19553
19554         * config.guess: about target *-hitachi-hiuxwe2, don't print more
19555         than one configuration name.  Add comment.
19556
19557 Sun Mar  6 23:13:38 1994  Hisashi MINAMINO  (minamino@sra.co.jp)
19558
19559         * config.guess: about target *-hitachi-hiuxwe2, fixed
19560         machine guessing order.  [Hitachi's CPU_IS_HP_MC68K
19561         macro is incorrect.]
19562
19563 Sun Mar 13 09:10:08 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
19564
19565         * Makefile.in (TAGS): Just build TAGS in each subdirectory, rather
19566         than the "make ls" stuff which used to be here.
19567
19568 Fri Mar 11 12:52:39 1994  Per Bothner  (bothner@kalessin.cygnus.com)
19569
19570         * config.guess:  Recognize i[34]86-unknown-freebsd.
19571         From Shawn M Carey <smcarey@rodan.syr.edu>.
19572
19573 Thu Mar  3 14:24:21 1994  Per Bothner  (bothner@kalessin.cygnus.com)
19574
19575         * configure.in (noconfigdirs for alpha): Remove libg++ and libio.
19576
19577 Wed Mar  2 13:28:48 1994  Jim Kingdon  (kingdon@deneb.cygnus.com)
19578
19579         * config.guess: Check for ptx.
19580
19581 Mon Feb 28 16:46:50 1994  Kung Hsu  (kung@mexican.cygnus.com)
19582
19583         * config.sub: Add os9k checking.
19584
19585 Thu Feb 24 07:09:04 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
19586
19587         * config.guess: Handle OSF1 running on HPPA processors
19588
19589 Fri Feb 18 14:14:00 1994  Ken Raeburn  (raeburn@rtl.cygnus.com)
19590
19591         * configure: If subdir configure fails, print out a message with
19592         subdirectory name, in case subdir's configure code didn't identify
19593         itself.
19594
19595 Fri Feb 18 12:50:15 1994  Doug Evans  (dje@cygnus.com)
19596
19597         * configure.in: Remove embedded newlines from configdirs.
19598         Avoid mismatches of substrings.  Fix matching strings at end
19599         of configdirs.
19600
19601 Fri Feb 11 15:33:33 1994  Stu Grossman  (grossman at cygnus.com)
19602
19603         * config.guess:  Add Lynx/rs6000 config support.
19604
19605 Tue Feb  8 13:41:09 1994  Ken Raeburn  (raeburn@rtl.cygnus.com)
19606
19607         * configure.in (alpha-dec-osf1*, alpha*-*-*): Build gas.
19608
19609 Mon Feb  7 15:42:36 1994  Jeffrey A. Law  (law@cygnus.com)
19610
19611         * configure.in (hppa*-*-osf*): Treat this just like most other
19612         PA configurations (eg no binutils or ld).
19613         (hppa*-*-*elf*): These configurations have binutils and ld.
19614
19615 Sun Feb  6 16:35:07 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
19616
19617         * config.sub (hiux): Fix typo.  From m-kasahr@sramhc.sra.co.JP.
19618
19619 Sat Feb  5 01:00:33 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
19620
19621         * configure.in (rs6000-*-*): Build gas.
19622
19623 Wed Feb  2 13:57:57 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
19624
19625         * Makefile.in:  Avoid bug in losing hpux sed.
19626
19627 Wed Feb  2 14:53:05 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
19628
19629         * Makefile.in, test-build.mk: Remove MUNCH_NM; it was only needed
19630         for GDB and GDB has been fixed to not need it.
19631
19632 Sun Jan 30 17:58:06 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
19633
19634         * config.guess: Recognize vax hosts.
19635
19636 Fri Jan 28 15:29:38 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
19637
19638         * configure (while loop): Don't use "break 2" inside case
19639         statement -- the case statement isn't an enclosing loop.
19640
19641 Mon Jan 24 18:40:06 1994  Per Bothner  (bothner@kalessin.cygnus.com)
19642
19643         * config.guess:  Clean up NeXT support, to allow nextstep
19644         on Intel machines.  Make OS be nextstep.
19645
19646 Sun Jan 23 18:47:22 1994  Richard Kenner  (kenner@vlsi1.ultra.nyu.edu)
19647
19648         * config.guess: Add alternate forms for Convex.
19649
19650 Thu Jan 20 16:13:41 1994  Stu Grossman  (grossman at cygnus.com)
19651
19652         * configure:  Completely rewrite option processing.  Take
19653         advantage of pattern-matching to avoid invoking test frequently.
19654         Also clean up host and target defaulting logic.
19655
19656 Mon Jan 17 15:06:56 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
19657
19658         * Makefile.in: Replace all occurrances of "rootme" with "r" and
19659         "$${rootme}" with "$$r", to increase the likelihood that the do-*
19660         commands (plus user environment) will fit SCO limits.
19661
19662 Thu Jan  6 11:20:57 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
19663
19664         * configure.in: Don't issue warnings about directories which are
19665         not being configured if -norecursion is set.  Correct test for
19666         --with-gnu-as and --with-gnu-ld to not get confused by substring
19667         matches.
19668
19669         * configure.in: Don't build gas for alpha-dec-osf1*.
19670
19671 Tue Jan  4 17:10:19 1994  Stu Grossman  (grossman at cygnus.com)
19672
19673         * configure:  Back out Per's change of 12/19/1993.  It changes the
19674         behavior of configure in unexpected and confusing ways.
19675
19676         Also, use different delim char when calculating
19677         program_transform_name so that the name can contain slashes.
19678
19679 Sat Jan  1 13:45:31 1994  Rob Savoye  (rob@darkstar.cygnus.com)
19680
19681         * configure.in, config.sub: Add support for VSTa micro-kernel.
19682
19683 Sat Dec 25 20:00:47 1993  Jeffrey A. Law  (law@snake.cs.utah.edu)
19684
19685         * configure.in: Nuke hacks which were used to get a special
19686         version of GAS for HPPA configurations.
19687
19688 Sun Dec 19 20:40:44 1993  Per Bothner  (bothner@kalessin.cygnus.com)
19689
19690         * configure:  If only ${target_alias} is given, use that
19691         as the default for ${host_alias}.
19692         * configure:  Add missing back-slashes before nested quotes.
19693
19694 Wed Dec 15 18:07:18 1993  david d `zoo' zuhn  (zoo@andros.cygnus.com)
19695
19696         * Makefile.in (BASE_FLAGS_TO_PASS): add YACC=$(BISON)
19697
19698 Tue Dec 14 21:25:33 1993  Per Bothner  (bothner@cygnus.com)
19699
19700         * config.guess:  Recognize some Tektronix configurations.
19701         From Kaveh R. Ghazi <ghazi@noc.rutgers.edu>.
19702
19703 Sat Dec 11 11:18:00 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
19704
19705         * config.sub: Match any flavor of SH.
19706
19707 Thu Dec  2 17:16:58 1993  Ken Raeburn  (raeburn@cujo.cygnus.com)
19708
19709         * configure.in: Don't try to configure newlib for Alpha.
19710
19711 Thu Dec  2 14:35:54 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
19712
19713         * configure.in: Don't build ld for Irix 5.  Don't build gas,
19714         libg++ or libio for any Alpha target.
19715
19716         * configure.in (mips*-sgi-irix5*): New target; use mh-irix5.
19717
19718 Wed Dec  1 17:00:33 1993  Jason Merrill  (jason@deneb.cygnus.com)
19719
19720         * Makefile.in (GZIPPROG): Renamed from GZIP, which gzip uses for
19721         default arguments -- so it tried to compress itself.
19722
19723 Tue Nov 30 13:45:15 1993  david d `zoo' zuhn  (zoo@andros.cygnus.com)
19724
19725         * configure.in (notsupp): ensure that a space is always at the end
19726           of the configdirs list, since the grep checks for an explicit space
19727
19728 Tue Nov 16 15:04:27 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
19729
19730         * configure.in (target i386-sysv4.2): don't build ld, since static
19731           versions of many libraries are not available.
19732
19733 Tue Nov 16 14:28:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
19734
19735         * config.guess: Recognize Apollos (using environment variables).
19736         * configure.in: Don't configure ld, binutils, or gprof for Apollo.
19737
19738 Thu Nov 11 12:03:50 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
19739
19740         * config.guess: Recognize Sony news mips running newsos.
19741
19742 Wed Nov 10 16:57:00 1993  Mark Eichin  (eichin@cygnus.com)
19743
19744         * Makefile.in (all-cygnus, build-cygnus): "fi else" needs to be
19745         "fi ; else" for bash.
19746
19747 Tue Nov  9 15:54:01 1993  Mark Eichin  (eichin@cygnus.com)
19748
19749         * Makefile.in (BASE_FLAGS_TO_PASS): pass SHELL.
19750
19751 Fri Nov  5 08:07:27 1993  D. V. Henkel-Wallace  (gumby@blues.cygnus.com)
19752
19753         * config.sub: accept unixware as an alias for svr4.2.
19754         Fix some inconsistancies with the gcc version.
19755
19756 Fri Nov  5 15:14:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
19757
19758         * Makefile.in (DISTDOCDIRS):  Add gdb.
19759
19760 Fri Nov  5 11:59:42 1993  Per Bothner  (bothner@kalessin.cygnus.com)
19761
19762         * Makefile.in (DISTDOCDIRS):  Add libg++ and libio.
19763
19764 Fri Nov  5 10:35:05 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
19765
19766         * Makefile.in (taz): Only build "info" in DISTDOCDIRS.
19767         (DISTDOCDIRS): Don't assume libg++ and gdb folks necessarily want
19768         this now.
19769
19770 Thu Nov  4 18:58:23 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
19771
19772         * config.sub: Accept hiux* as an OS name.
19773
19774         * Makefile.in: Change RUNTEST_FLAGS back to RUNTESTFLAGS per
19775         etc/make-stds.texi.  The underscore came from gcc, and dje now
19776         agrees that RUNTESTFLAGS is the correct name.
19777
19778 Thu Nov  4 10:49:01 1993  Per Bothner  (bothner@kalessin.cygnus.com)
19779
19780         * install.sh:  Remove 'set -e'.  It makes any conditionals
19781         in the script useless.
19782
19783         * config.guess: Automatically recognize arm-acorn-riscix
19784         Patch from Richard Earnshaw (rwe11@cl.cam.ac.uk).
19785
19786 Thu Nov 04 08:08:04 1993  Jeffrey Wheat  (cassidy@cygnus.com)
19787
19788         * Makefile.in: Change RUNTESTFLAGS to RUNTEST_FLAGS
19789
19790 Wed Nov  3 22:09:46 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
19791
19792         * Makefile.in (DISTDOCDIRS): New variable.
19793         (taz): Edit local Makefile.in sooner, instead of proto-toplev
19794         Makefile.in later.  Build "info" and "dvi" in DISTDOCDIRS.
19795
19796 Wed Nov  3 21:31:52 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
19797
19798         * configure.in (hppa target): check the source directory for the
19799           pagas sub-directory
19800
19801 Wed Nov  3 11:12:22 1993  Doug Evans  (dje@canuck.cygnus.com)
19802
19803         * config.sub: Allow -aout* and -elf*.
19804
19805 Wed Nov  3 11:08:33 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
19806
19807         * configure.in: Don't build ld on i386-solaris2, same as for
19808         sparc-solaris2.
19809
19810 Tue Nov  2 14:21:25 1993  Per Bothner  (bothner@kalessin.cygnus.com)
19811
19812         * Makefile.in (taz): Add texinfo/lgpl.texinfo (for libg++).
19813
19814 Tue Nov  2 13:38:30 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
19815
19816         * configure.in:  Configure gdb for alpha.
19817
19818 Mon Nov  1 10:42:54 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
19819
19820         * Makefile.in (CXXFLAGS): Add -O.
19821
19822 Wed Oct 27 10:45:06 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
19823
19824         * config.guess: added support for DG Aviion
19825
19826 Tue Oct 26 14:37:37 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
19827
19828         * configure.in: Produce warning message for subdirectories not
19829         configurable for this host/target combination.  Don't try to
19830         configure gdb for vms.
19831
19832 Mon Oct 25 11:22:15 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
19833
19834         * Makefile.in (taz): Replace "byacc" with "bison -y" in the
19835         appropriate files before making "diststuff".
19836         (DISTBISONFILES): New var: list of files to be edited.
19837         (DISTSTUFFDIRS): Add binutils.
19838
19839 Fri Oct 22 20:32:15 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
19840
19841         * config.sub: also handle mipsel and mips64el (for little endian mips)
19842
19843 Fri Oct 22 07:59:20 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
19844
19845         * configure.in: Add * to end of all OS names.
19846
19847 Thu Oct 21 11:38:28 1993  Stan Shebs  (shebs@rtl.cygnus.com)
19848
19849         * configure.in: Build newlib for LynxOS native.
19850
19851 Wed Oct 20 09:56:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
19852
19853         * config.guess: Add support for delta 88k running SVR3.
19854
19855         * configure.in: Add comment about HP compiler vs. emacs.
19856
19857 Tue Oct 19 16:02:22 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
19858
19859         * configure.in: don't build ld on solaris2 (not a viable option
19860           due to bugs in getpwnam & getpwuid)
19861
19862 Tue Oct 19 15:13:56 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
19863
19864         * configure.in: Accept alpha-dec-osf1*, not just -osf1, since
19865         config.guess will produce a full version number.
19866
19867 Tue Oct 19 15:58:01 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
19868
19869         * configure.in: Build linker and binutils for alpha-dec-osf1.
19870
19871 Tue Oct 19 11:41:55 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
19872
19873         * Makefile.in: Remove -O from CXXFLAGS for consistency with CFLAGS,
19874         and gdb/testsuite/Makefile.in.
19875
19876 Sat Oct  9 18:39:07 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
19877
19878         * configure.in: recognize mips*- instead of mips-
19879
19880 Fri Oct  8 14:15:39 1993  Ken Raeburn  (raeburn@cygnus.com)
19881
19882         * config.sub: Accept linux*coff and linux*elf as operating
19883         systems.
19884
19885 Thu Oct  7 12:57:19 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
19886
19887         * config.sub: Recognize mips64, and mips3 as an alias for it.
19888
19889 Wed Oct  6 13:54:21 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
19890
19891         * configure.in: Remove alpha-dec-osf*, no longer necessary now that
19892         gdb knows how to handle OSF/1 shared libraries.
19893
19894 Tue Oct  5 11:55:04 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
19895
19896         * configure.in: Recognize hppa*-*-hiux* (currently synonym for hpux).
19897         * config.guess: Recognize Hitachi's HIUX.
19898         * config.sub: Recognize h3050r* and hppahitachi.
19899         Remove redundant cases for hp9k[23]*.
19900
19901 Mon Oct  4 16:15:09 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
19902
19903         * configure.in: default to '--with-gnu-as' and '--with-gnu-ld'
19904         if gas and ld are in the source tree and are in ${configdirs}.
19905         If ${use_gnu_as} or ${use_gnu_ld} are 'no', then don't set the
19906         --with options (but still pass them down on the command line,
19907         if they were explicitly specified).
19908
19909 Fri Sep 24 19:11:13 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
19910
19911         * configure: substitute SHELL value in Makefile.in with
19912         ${CONFIG_SHELL}
19913
19914 Thu Sep 23 18:05:13 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
19915
19916         * configure.in: Build gas, ld, and binutils for *-*-sysv4* and
19917         *-*-solaris2* targets.
19918
19919 Sun Sep 19 17:01:41 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
19920
19921         * Makefile.in: define M4, and pass it down to sub-makes;
19922         all-autoconf now depends on all-m4
19923
19924 Sat Sep 18 00:38:23 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
19925
19926         * Makefile.in ({AR,RANLIB}_FOR_TARGET): make contingent on
19927         presence of {ar,ranlib} instead of a configured directory
19928
19929 Wed Sep 15 08:41:44 1993  Jim Kingdon  (kingdon@cirdan.cygnus.com)
19930
19931         * config.guess: Accept 34?? as well as 33?? for NCR.
19932
19933 Mon Sep 13 12:28:43 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
19934
19935         * configure.in: grab mt-hppa for HPPA targets; use 'gas ' instead
19936         of 'gas' in sed commands, since 'gash' is now in the tree as well.
19937
19938 Fri Sep 10 11:23:52 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
19939
19940         * configure: grab values for $(CC) and $(CXX) from the
19941         environment, so that someone can do "CC=gcc configure; make" and
19942         have it work right (matching the way that autoconf works now)
19943
19944         * configure.in, Makefile.in: add support for gash, the tcl
19945         interface to Galaxy
19946
19947         * config.guess: add NetBSD variants (hp300, x86)
19948
19949 Thu Sep  9 16:48:52 1993  Jason Merrill  (jason@deneb.cygnus.com)
19950
19951         * install.sh: Support -d option (in the manner of SunOS 4 install,
19952         as it is more deterministic than that of GNU install)
19953         (chmodcmd): Set file to mode 755 by default (should also do default
19954         chgrp and chown, but I don't feel like dealing with that now)
19955
19956 Tue Sep  7 11:59:39 1993  Doug Evans  (dje@canuck.cygnus.com)
19957
19958         * config.sub: Remove h8300hhms alias.
19959
19960 Tue Aug 31 11:00:09 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
19961
19962         * configure.in: Match *-*-solaris2* not *-sun-solaris2*.
19963
19964 Mon Aug 30 18:29:10 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
19965
19966         * Makefile.in (gcc-no-fixedincludes): touch stmp-fixproto as well
19967         as stmp-fixinc
19968
19969 Wed Aug 25 16:35:59 1993  K. Richard Pixley  (rich@sendai.cygnus.com)
19970
19971         * config.sub: recognize m88110-bug-coff.
19972
19973 Tue Aug 24 10:23:24 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
19974
19975         * Makefile.in (all-libio): all dependencies on the toolchain used
19976         to build this (gcc, gas, ld, etc)
19977
19978 Fri Aug 20 17:24:24 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
19979
19980         * config.guess: Deal with OSF/1 1.3 on alpha.
19981
19982 Thu Aug 19 11:43:04 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
19983
19984         * install.sh: add some 'else true' clauses for portability
19985
19986         * configure.in: don't build libio for h8[35]00-*-* targets
19987
19988 Tue Aug 17 19:02:31 1993  Per Bothner  (bothner@kalessin.cygnus.com)
19989
19990         * Makefile.in:  Add support for new libio.
19991
19992 Sun Aug 15 20:48:55 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
19993
19994         * install.sh: If one command fails, don't try the rest.  Don't try
19995         to remove $dsttmp (via trap) unless we have already created it.
19996         If $src doesn't exist, detect it and exit with an error.
19997
19998         * config.guess: Recognize BSD on hp300.
19999
20000 Wed Aug 11 18:35:13 1993  Per Bothner  (bothner@kalessin.cygnus.com)
20001
20002         * config.guess:  Map (9000/[34]??:HP-UX:*:*) to m68k-hp-hpux.
20003         Bug report from "Hamish (H.I.) Macdonald" <hamish@bnr.ca>.
20004
20005 Wed Aug 11 15:37:51 1993  Jason Merrill  (jason@deneb.cygnus.com)
20006
20007         * Makefile.in (all-send-pr): depends on all-prms
20008
20009 Wed Aug 11 16:56:03 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
20010
20011         * config.guess: Fix typo (9000/8??:4.3bsd -> 9000/7??:4.3bsd).
20012
20013 Fri Aug  6 14:45:02 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
20014
20015         * config.guess: From michael@mercury.cs.mun.ca (Michael Rendell):
20016         Added test for mips-mips-riscos5.
20017
20018 Thu Aug  5 15:45:08 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
20019
20020         * configure.in: use mh-hp300 for 68k HP hosts
20021
20022 Mon Aug  2 11:56:53 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
20023
20024         * configure: add support for CONFIG_SHELL, so that you can use
20025         some alternate shell for evaluating configure scripts
20026
20027 Sun Aug  1 11:36:27 1993  Fred Fish  (fnf@deneb.cygnus.com)
20028
20029         * Makefile.in (make-gdb.tar.gz):  Sed bug reporting address
20030         in configure script to bug-gdb@prep.ai.mit.edu when building
20031         distribution archive.
20032         * Makefile.in (COMPRESS):  Remove def.
20033         * Makefile.in (gdb.tar.gz, make-gdb.tar.gz):  Renamed from
20034         gdb.tar.Z and make-gdb.tar.Z respectively.
20035         * Makefile.in (make-gdb.tar.gz):  Now only build gzip'd archive.
20036         * Makefile.in (make-gdb.tar.gz):  Minor changes to move closer
20037         to convergence with 'taz' target in Makefile.in.
20038
20039 Fri Jul 30 12:34:57 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
20040
20041         * install.sh (dsttmp): use trap to ensure that tmp files go
20042         away on error conditions
20043
20044 Wed Jul 28 11:57:36 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
20045
20046         * Makefile.in (BASE_FLAGS_TO_PASS): remove LOADLIBES
20047
20048 Tue Jul 27 12:43:40 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
20049
20050         * Makefile.in (install-dirs): Deal with a prefix like /gnu;
20051         its parent is '/' not ''.
20052
20053         * Makefile.in (DEVO_SUPPORT): Add comments about ChangeLog.
20054
20055 Fri Jul 23 09:53:37 1993  Jason Merrill  (jason@wahini.cygnus.com)
20056
20057         * configure: if ${newsrcdir}/configure doesn't exist, don't assume
20058         that ${newsrcdir}/configure.in does.
20059
20060 Tue Jul 20 11:28:50 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
20061
20062         * test-build.mk: support for CONFIG_SHELL
20063
20064 Mon Jul 19 21:54:46 1993  Fred Fish  (fnf@deneb.cygnus.com)
20065
20066         * config.sub (netware):  Add as a basic system type.
20067
20068 Wed Jul 14 12:03:11 1993  K. Richard Pixley  (rich@sendai.cygnus.com)
20069
20070         * Makefile.in (Makefile): depend on configure.in.  Also drop the
20071           $(srcdir)/ from the dependency on Makefile.in.
20072
20073 Tue Jul 13 20:10:58 1993  Doug Evans  (dje@canuck.cygnus.com)
20074
20075         * config.sub: Recognize h8300hhms as h8300h-hitachi-hms.
20076         (h8300hhms is temporary until multi-libraries are implemented).
20077         * configure.in: Handle h8300h too.
20078
20079 Sun Jul 11 17:35:27 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
20080
20081         * config.guess: Recognize dpx/2 as m68k-bull-sysv3.
20082
20083 Thu Jul  8 18:26:12 1993  John Gilmore  (gnu@cygnus.com)
20084
20085         * configure:  Remove extraneous output when guessing host type.
20086         * config.guess:  Remove extraneous output when guessing using C
20087         compiler rather than uname, or when guessing fails.
20088
20089 Wed Jul  7 17:58:14 1993  david d `zoo' zuhn  (zoo at rtl.cygnus.com)
20090
20091         * Makefile.in: remove all.cross and install.cross targets
20092
20093         * configure: remove CROSS=-DCROSS_COMPILE and ALL=all.cross
20094           definitions
20095
20096 Tue Jul  6 10:39:44 1993  Steve Chamberlain  (sac@phydeaux.cygnus.com)
20097
20098         * configure.in (target sh): Build gprof.
20099
20100 Thu Jul  1 16:52:56 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20101
20102         * config.sub: change -solaris to -solaris2
20103
20104 Thu Jul  1 15:46:16 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
20105
20106         * configure.in: Use config/mh-riscos for mips-*-sysv*.
20107
20108 Wed Jun 30 09:31:58 1993  Ian Lance Taylor  (ian@cygnus.com)
20109
20110         * configure: Correct error message for missing Makefile.in to
20111         print correct directory.
20112
20113 Tue Jun 29 13:52:16 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20114
20115         * install.sh: kludge around 386BSD shell bug
20116
20117 Tue Jun 29 13:06:49 1993  Per Bothner  (bothner@rtl.cygnus.com)
20118
20119         * config.guess:  Recognize NeXT.
20120         * config.guess:  Recognize i486-ncr-sysv4.
20121         * Makefile.in (taz):  rm $(TOOL)-$$VER before linking.
20122
20123 Tue Jun 29 12:50:57 1993  Ian Lance Taylor  (ian@cygnus.com)
20124
20125         * Makefile.in (MAKEINFOFLAGS): New variable.
20126         (FLAGS_TO_PASS): Pass MAKEINFO as MAKEINFO MAKEINFOFLAGS.
20127         * build-all.mk, test-build.mk: Pass down --no-split as
20128         MAKEINFOFLAGS when hosted on DOS.  Compile DOS hosted without -g.
20129
20130 Thu Jun 24 13:39:11 1993  Per Bothner  (bothner@rtl.cygnus.com)
20131
20132         * Makefile.in (DEVO_SUPPORT):  Add COPYING COPYING.LIB install.sh.
20133
20134 Wed Jun 23 12:59:21 1993  Per Bothner  (bothner@rtl.cygnus.com)
20135
20136         * Makefile.in (libg++.tar.z):  New rule.
20137         * Makefile.in (taz):  Replace 'configure -rm' by 'make distclean'.
20138         * Makefile.in (taz):  Only do a single chmod.
20139
20140 Fri Jun 18 12:03:10 1993  david d `zoo' zuhn  (zoo at majipoor.cygnus.com)
20141
20142         * install.sh: don't use dirname anymore (replaced with sed usage)
20143
20144 Thu Jun 17 18:43:42 1993  Fred Fish  (fnf@cygnus.com)
20145
20146         * Makefile.in:  Change extension for gzip'd files from '.z' to
20147         '.gz' per new FSF standard usage.
20148
20149 Thu Jun 17 16:58:50 1993  david d `zoo' zuhn  (zoo at majipoor.cygnus.com)
20150
20151         * configure: put quotes around the final value of program_transform_name
20152
20153 Tue Jun 15 16:48:51 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20154
20155         * Makefile.in: new install.sh support; update install-info rules
20156
20157 Wed Jun  9 12:31:34 1993  Ian Lance Taylor  (ian@cygnus.com)
20158
20159         * configure.in: Build diff for crosses, but not for go32 host.
20160
20161         * configure.in: Build gprof only for native, and don't build it
20162         for mips-*-*, rs6000-*-*, or i[34]86-*-sco*.
20163
20164 Mon Jun  7 13:12:11 1993  david d `zoo' zuhn  (zoo at deneb.cygnus.com)
20165
20166         * configure.in: don't build gas,ld,binutils on for *-*-sysv4
20167
20168 Mon Jun  7 11:40:11 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
20169
20170         * configure.in (host_tools): Add prms.
20171
20172 Fri Jun  4 13:30:42 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20173
20174         * Makefile.in: install gcc, do installation of $(INSTALL_MODULES)
20175         with $(FLAGS_TO_PASS) on the command line
20176
20177         * config.sub: Recognize lynx and lynxos
20178
20179 Fri Jun  4 10:59:56 1993  Ian Lance Taylor  (ian@cygnus.com)
20180
20181         * config.sub: Accept -ecoff*, not just -ecoff.
20182
20183 Thu Jun  3 17:38:54 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
20184
20185         * Makefile.in (taz): Use .gz suffix instead of .z.
20186         (binutils.tar.gz, gas+binutils.tar.gz, gas.tar.gz): Fixed target
20187         names.
20188
20189 Thu Jun  3 00:27:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20190
20191         * Makefile.in (vault-install): add an 'else true' (for Ultrix)
20192
20193 Wed Jun  2 18:19:16 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20194
20195         * Makefile.in (install-no-fixedincludes):  install gcc last, so
20196         that rebuilds that might happen during 'make install' don't get
20197         bogus gcc include files
20198
20199 Wed Jun  2 16:14:10 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
20200
20201         Change from Utah for HPPA support:
20202         * config.guess: Recognize hppa1.x-hp-bsd.
20203
20204 Wed Jun  2 11:53:33 1993  Per Bothner  (bothner@rtl.cygnus.com)
20205
20206         * config.guess:  Add support for Motorola Delta 68k, up to r3v7.
20207         Patch from pot@fly.cnuce.cnr.it (Francesco Potorti`).
20208
20209 Tue Jun  1 17:48:42 1993  Rob Savoye  (rob at darkstar.cygnus.com)
20210
20211         * config.sub: Add support for rom68k and bug boot monitors.
20212
20213 Mon May 31 09:36:37 1993  Jim Kingdon  (kingdon@cygnus.com)
20214
20215         * Makefile.in: Make all-opcodes depend on all-bfd.
20216
20217 Thu May 27 08:05:31 1993  Ian Lance Taylor  (ian@cygnus.com)
20218
20219         * config.guess: Added special check for i[34]86-univel-sysv4*.
20220
20221 Wed May 26 16:33:40 1993  Ian Lance Taylor  (ian@cygnus.com)
20222
20223         * config.guess: For i[34]86-unknown-sysv4 use UNAME_MACHINE for
20224         the processor rather than assuming i486.
20225
20226 Wed May 26 09:40:18 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
20227
20228         * config.guess: Recognize SunOS6 as Solaris3.
20229
20230 Tue May 25 23:03:11 1993  Per Bothner  (bothner@cygnus.com)
20231
20232         * config.guess:  Fix typo.  Avoid #elif (not in K&R 1).
20233         Recognize SunOS 5.* only (and not [6-9].*) as being Solaris2.
20234
20235 Tue May 25 12:44:18 1993  Ian Lance Taylor  (ian@cygnus.com)
20236
20237         * build-all.mk (all-cross): New target for Canadian Cross.
20238         Added Q2 go32 targets.
20239         * test-build.mk: Configure go32 cross sparclite-aout and
20240         mips-idt-ecoff -with-gnu-ld.  Moved build binary directory from
20241         PARTIAL_HOLE_DIRS to BUILD_HOLES_DIRS.
20242
20243 Mon May 24 15:30:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20244
20245         * configure.in: fix Alpha GDB typo; also, don't build DejaGnu for
20246         GO32 hosted toolchains
20247
20248 Mon May 24 14:18:41 1993  Rob Savoye  (rob at darkstar.cygnus.com)
20249
20250         * configure: change  so "-exec-prefix" gets passed down rather
20251         than "-exec_prefix" so autoconf generated Makefiles get the
20252         exec_prefix set right.
20253
20254 Fri May 21 10:42:25 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20255
20256         * config.guess: get the Solaris2 minor version number
20257
20258         * Makefile.in: add standards.texi and make-stds.texi to ETC_SUPPORT
20259
20260 Fri May 21 06:20:52 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
20261
20262         * config.guess: Recognize some Sequent platforms.
20263
20264 Thu May 20 14:33:48 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20265
20266         * Makefile.in: added the vault-install target
20267
20268         * configure.in: actually use the Sun3 makefile fragment that's in
20269         config, also added the release dir to configdirs
20270
20271 Thu May 20 14:19:18 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
20272
20273         * Makefile.in (taz): Fix modes on stuff in $(TOOL) dir also.
20274
20275 Tue May 18 20:26:41 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20276
20277         * configure.in: remove some program from Alpha targetted toolchains
20278
20279 Tue May 18 15:23:19 1993  Ken Raeburn  (raeburn@cygnus.com)
20280
20281         * Makefile.in (DISTSTUFFDIRS): Renamed from PROTODIRS.  Add ld and
20282         gprof.
20283         (taz): Run "make diststuff" in those directories instead of "make
20284         proto-dir".  Look for "VERSION=" only at start of line in subdir
20285         Makefile.  Use "gzip -9" for compression.
20286         (TEXINFO_SUPPORT, DIST_SUPPORT, BINUTILS_SUPPORT_DIRS): New vars.
20287         (binutils.tar.z): New target.
20288
20289 Mon May 17 17:01:15 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
20290
20291         * Makefile.in (taz): Include gpl.texinfo.
20292
20293 Fri May 14 06:48:38 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
20294
20295         * Makefile.in (setup-dirs): Merged into "taz" target.
20296         (taz): Only do `proto-dir' stuff if a directory is actually needed
20297         for this target.
20298
20299 Wed May 12 13:09:44 1993  Ian Lance Taylor  (ian@cygnus.com)
20300
20301         * Makefile.in (MUNCH_NM): New variable, defined to be $(NM).
20302         (FLAGS_TO_PASS): Pass down MUNCH_NM.
20303         (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): New variables.
20304         (EXTRA_GCC_FLAGS): Pass down HOST_* variables.
20305         (gcc-no-fixedincludes): Correct for current gcc Makefile.
20306
20307 Tue May 11 10:14:25 1993  Fred Fish  (fnf@cygnus.com)
20308
20309         * Makefile.in (make-gdb.tar.Z):  Add configure, config.guess,
20310         config.sub, and move-if-change to gdb testsuite distribution
20311         archive, so the testsuite can be extracted, configured, and
20312         run separately from the gdb distribution.  Blow away the Chill
20313         tests that require a Chill compiled executable, since GNU Chill
20314         is not yet publically available.
20315
20316 Mon May 10 17:22:26 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20317
20318         * test-build.mk: set environment variables in a single command,
20319         instead of a list of assignments and exports
20320
20321         * config.guess: recognize Alpha/OSF1 systems
20322
20323 Mon May 10 14:55:51 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
20324
20325         * configure: Change help message to prefer --options rather than
20326           -options.
20327
20328 Mon May 10 05:58:35 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
20329
20330         * config.sub: Convergent Tech. "miniframe" uses m68010, sez
20331         zippy@ecst.csuchico.edu.
20332         * config.guess: Recognize miniframe.
20333
20334 Sun May  9 17:47:57 1993  Rob Savoye  (rob at darkstar.cygnus.com)
20335
20336         * Makefile.in: Use srcroot to find runtest rather than rootme.
20337         Pass RUNTESTFLAGS and EXPECT down in BASE_FLAGS_TO_PASS.
20338
20339 Fri May  7 14:55:59 1993  Ian Lance Taylor  (ian@cygnus.com)
20340
20341         * test-build.mk: Extensive additions to support building on a
20342         machine other than the host.
20343
20344 Wed May  5 08:35:04 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
20345
20346         * configure (tooldir): Fix for i386-aix again.
20347
20348 Mon May  3 19:00:27 1993  Per Bothner  (bothner@cygnus.com)
20349
20350         * configure, Makefile.in:  Change definition of $(tooldir)
20351         to match the FSF.
20352
20353 Fri Apr 30 15:55:21 1993  Fred Fish  (fnf@cygnus.com)
20354
20355         * config.guess:  Recognize i[34]86/SVR4.
20356
20357 Fri Apr 30 15:52:46 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
20358
20359         * Makefile.in (all-gdb): gdb depends on sim.
20360
20361 Thu Apr 29 23:30:48 1993  Fred Fish  (fnf@cygnus.com)
20362
20363         * Makefile.in (gdb.tar.Z):  Make prototype gdb testsuite directory
20364         at the same time we make the prototype gdb directory.
20365         * Makefile.in (make-gdb.tar.Z):  Make the testsuite distribution
20366         files at the same time as the gdb base release distribution.
20367
20368 Thu Apr 29 12:50:37 1993  Ian Lance Taylor  (ian@cygnus.com)
20369
20370         * Makefile.in (check): Use individual check targets rather than
20371         DO_X rule.
20372         (check-gcc): Added.
20373
20374 Thu Apr 29 09:50:07 1993  Jim Kingdon  (kingdon@cygnus.com)
20375
20376         * config.sub: Use sysv3.2 not sysv32 for canonical OS
20377         for System V release 3.2.
20378
20379 Thu Apr 29 10:33:22 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
20380
20381         * config.sub: Recognize hppaosf.
20382         * configure.in: Do configure ld/binutils/gas for it.
20383
20384 Tue Apr 27 06:25:34 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
20385
20386         * configure (tooldir): Alter syntax used to set this, for systems
20387         where "\$" isn't handled right, like i386-aix.
20388
20389 Thu Apr 22 08:17:35 1993  Ian Lance Taylor  (ian@cygnus.com)
20390
20391         * configure: Pass program-transform-name, not
20392         program_transform_name, to recursive configures.
20393
20394 Thu Apr 22 02:58:21 1993  Ken Raeburn  (raeburn@cygnus.com)
20395
20396         * Makefile.in (gas+binutils.tar.z): New rule for building snapshots
20397         of gas+ld+binutils.
20398
20399 Mon Apr 19 17:41:30 1993  Per Bothner  (bothner@cygnus.com)
20400
20401         * config.guess:  Recognize AIX3.2 as distinct from 3.1.
20402
20403 Sat Apr 17 17:19:50 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20404
20405         * configure.in: rename m88k-motorola-m88kbcs to m88k-motorola-sysv
20406
20407 Tue Apr 13 16:52:16 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
20408
20409         * Makefile.in (PRMS): Set back to all-prms.
20410
20411 Sat Apr 10 12:04:07 1993  Ian Lance Taylor  (ian@cygnus.com)
20412
20413         * test-build.mk: Pass -with-gnu-as for known MIPS native and MIPS
20414         targets, rather than for MIPS hosts.
20415
20416 Fri Apr  9 13:51:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20417
20418         * configure.in: add comment for --with-x default values
20419
20420         * config.guess: handle Motorola Delta88 box for SVR3 and SVR4.
20421
20422         * Makefile.in: add check-* targets for each of the directories in
20423         the tree.  Add a definition of RUNTEST that will use the one we
20424         just built, if it exists.  Pass this down via FLAGS_TO_PASS.
20425
20426 Thu Apr  8 09:21:30 1993  Ian Lance Taylor  (ian@cygnus.com)
20427
20428         * configure.in: Removed obsolete references to bfd_target and
20429         target_makefile_frag.
20430
20431         * build-all.mk: Set assorted targets for Q2.
20432         * config.sub: Recognize z8k-sim and h8300-hms.
20433         * test-build.mk: Really don't pass host to configure.
20434         (HOLES): Added uname.
20435
20436 Wed Apr  7 15:48:19 1993  Ian Lance Taylor  (ian@cygnus.com)
20437
20438         * configure: Handle an empty program-prefix, program-suffix or
20439         program-transform-name correctly.
20440
20441 Tue Apr  6 13:48:41 1993  Ian Lance Taylor  (ian@cygnus.com)
20442
20443         * build-all.mk: -G 8 no longer required for MIPS targets.
20444         * test-build.mk: Don't pass host argument to configure; make it
20445         guess.
20446
20447 Tue Apr  6 10:36:53 1993  Fred Fish  (fnf@cygnus.com)
20448
20449         * Makefile.in (gdb.tar.Z):  Fix for building gzip'd distribution.
20450         * Makefile.in (COMPRESS):  New macro, like GZIP.
20451
20452 Fri Apr  2 09:02:31 1993  Ian Lance Taylor  (ian@cygnus.com)
20453
20454         * test-build.mk: Use -with-gnu-as for mips-sgi-irix4 as well.
20455
20456         * build-all.mk: Set GCC to gcc -O -G 8 for MIPS targets, since gcc
20457         with gas currently defaults to -G 0.
20458
20459 Thu Apr  1 08:25:42 1993  Ian Lance Taylor  (ian@cygnus.com)
20460
20461         * Makefile.in (all-flex): flex depends on byacc.
20462
20463         * build-all.mk: If host not specified, use config.guess.  Pass TAG
20464         to test-build.mk as RELEASE_TAG.
20465         * test-build.mk (configargs): New variable containing arguments to
20466         pass to configure.  Set to -with-gnu-as on mips-dec-ultrix.
20467         (FLAGS_TO_PASS): Pass down RELEASE_TAG.
20468
20469         * config.guess: Use /bin/uname when checking -X argument on SCO,
20470         to avoid invoking GNU uname which doesn't understand -X.
20471
20472         * test-build.mk: Don't use /usr/unsupported/bin/as on AIX.
20473
20474         * configure.in: Build gas for mips-*-*.
20475
20476 Wed Mar 31 21:20:58 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
20477
20478         * Makefile.in (all.normal): insert missing backslash.
20479
20480 Wed Mar 31 12:31:56 1993  Ian Lance Taylor  (ian@cygnus.com)
20481
20482         * build-all.mk: Bump -XNh value to 1500 to match gcc requirements.
20483
20484         * Makefile.in: Complete overhaul to merge many almost identical
20485         targets.
20486
20487 Tue Mar 30 20:17:01 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
20488
20489         * Makefile.in (setup-dirs-gdb): Renamed from setup-dirs.
20490         (gdb.tar.Z): Adjusted.
20491
20492         * Makefile.in (setup-dirs, taz): New targets; should be general
20493         enough to adapt for gdb sometime.  Build only .z file.
20494         (gas.tar.z): New target.
20495
20496 Tue Mar 30 10:03:09 1993  Ian Lance Taylor  (ian@cygnus.com)
20497
20498         * build-all.mk: Use CC=cc -Xs on Solaris.
20499
20500 Thu Mar 25 15:14:30 1993  Fred Fish  (fnf@cygnus.com)
20501
20502         * Makefile.in:  Incorporate changes suggested by wilson@cygnus.com
20503         for handling BISON for FSF releases.
20504
20505 Thu Mar 25 06:19:48 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
20506
20507         * configure: Actually implement the change zoo just documented.
20508
20509 Wed Mar 24 13:02:44 1993  david d `zoo' zuhn  (zoo at poseidon.cygnus.com)
20510
20511         * configure: when using config.guess, only set target_alias when
20512         it's not already been set (ie, on the command line)
20513
20514 Mon Mar 22 23:07:39 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20515
20516         * Makefile.in: add installcheck target, set PRMS to install-prms
20517
20518 Sun Mar 21 16:46:12 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20519
20520         * configure: add support for package_makefile_fragment, handle the
20521         case where a directory has a configure.in file but no Makefile.in
20522         more gracefully (with an actual understandable error message, even);
20523         add support for --without (and add this to the usage message); also
20524         explicitly add a --host=${host_alias} to the command line when
20525         config.guess is used
20526
20527 Sun Mar 21 12:11:58 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
20528
20529         * configure: Must use both --host and --target in recursive calls.
20530
20531 Thu Mar 18 12:31:35 1993  Ian Lance Taylor  (ian@cygnus.com)
20532
20533         * Makefile.in: Change deja-gnu to dejagnu.
20534
20535 Mon Mar 15 15:44:35 1993  Ian Lance Taylor  (ian@cygnus.com)
20536
20537         * configure.in (h8300-*-*, h8500-*-*): Don't build libg++.
20538
20539 Fri Mar 12 18:30:14 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20540
20541         * configure.in: canonicalize all instances to *-*-solaris2*,
20542         also strip out a number of tools to not build for go32 host
20543
20544 Wed Mar 10 12:08:27 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
20545
20546         * config.guess: add GPL.
20547
20548         * Makefile.in, config.guess, config.sub, configure: bump
20549           copyrights to 93.
20550
20551 Wed Mar 10 07:12:48 1993  Ian Lance Taylor  (ian@cygnus.com)
20552
20553         * Makefile.in (do-info): Removed obsolete check for existence of
20554         localenv file.
20555
20556         * Makefile.in (MAKEOVERRIDES): Define to be empty.
20557
20558 Wed Mar 10 03:11:56 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20559
20560         * Makefile.in: a couple of 'else true' for decstation,
20561         support for TclX
20562
20563         * configure.in: configure tclX too; don't remove Tk on RS/6000 anymore
20564
20565 Tue Mar  9 16:06:12 1993  K. Richard Pixley  (rich@cygnus.com)
20566
20567         * Makefile.in (setup-dirs): change invocation of make to $(MAKE).
20568
20569 Mon Mar  8 14:52:11 1993  Ken Raeburn  (raeburn@cambridge)
20570
20571         * config.guess: Recognize i386-ibm-aix (PS/2).
20572         * configure.in: Use config/mh-aix386 file for it.
20573
20574 Mon Mar  8 11:12:43 1993  Ian Lance Taylor  (ian@cygnus.com)
20575
20576         * Makefile.in (GCC_FOR_TARGET): Eliminated definition; use
20577         CC_FOR_TARGET instead.
20578         (BASE_FLAGS_TO_PASS): Pass GCC_FOR_TARGET=$(CC_FOR_TARGET).
20579
20580 Wed Mar  3 16:00:28 1993  Steve Chamberlain  (sac@ok.cygnus.com)
20581
20582         * Makefile.in: Add sim to list of directories sent with gdb
20583
20584 Wed Mar  3 11:42:39 1993  Ken Raeburn  (raeburn@cygnus.com)
20585
20586         * configure.in: Put back mips-dec-bsd* case.
20587
20588 Tue Mar  2 21:15:58 1993  Fred Fish  (fnf@cygnus.com)
20589
20590         (Ultrix 2.2 support from Michael Rendell <michael@mercury.cs.mun.ca>)
20591         * configure.in (vax-*-ultrix2*):  Add Ultrix 2.2 triplet.
20592         * config.guess:  Change 'VAX*:ULTRIX:*:*' to 'VAX*:ULTRIX*:*:*'.
20593
20594 Tue Mar  2 18:11:03 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20595
20596         * configure.in: remove no-op mips-dec-bsd* in "case $target"
20597
20598         * Makefile.in (dir.info): only run gen-info-dir if it exists,
20599         (install-info): install dir.info only if it exists,
20600         (all-expect, install-expect): pass along X11_FLAGS_TO_PASS
20601
20602 Tue Mar  2 09:01:30 1993  Ken Raeburn  (raeburn@cygnus.com)
20603
20604         * configure.in: For vms target, skip bfd, ld, binutils.  Do build
20605         gas for mips-dec-bsd.
20606
20607 Tue Mar  2 08:35:24 1993  Ian Lance Taylor  (ian@cygnus.com)
20608
20609         * configure (makesrcdir): If ${srcdir} is relative and not ".",
20610         and ${subdir} is not ".", set makesrcdir based on ${invsubdir}.
20611
20612 Tue Feb 23 14:18:28 1993  Mike Werner  (mtw@poseidon.cygnus.com)
20613
20614         * configure.in: Added "dejagnu" to hosttools list.
20615
20616 Mon Feb 22 23:28:38 1993  Per Bothner  (bothner@rtl.cygnus.com)
20617
20618         * config.sub, configure.in, config.guess:  Add support
20619         for Bosx, an AIX variant from Bull.
20620         Patches from F.Pierresteguy@frcl.bull.fr.
20621
20622 Sun Feb 21 11:15:22 1993  Mike Werner  (mtw@poseidon.cygnus.com)
20623
20624         * devo/dejagnu: Initial creation of devo/dejagnu.
20625         Migrated dejagnu testcases and support files for testing software
20626         tools to reside as subdirectories, currently called "testsuite",
20627         within the directory of the software tool.  Migrated all programs,
20628         support libraries, etc. beloging to dejagnu proper from
20629         devo/deja-gnu to devo/dejagnu.  These files were moved "as is"
20630         with no modifications.  The changes to these files which will
20631         allow them to configure, build, and execute properly will be made
20632         in a future update.
20633
20634 Fri Feb 19 20:19:39 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
20635
20636         * Makefile.in: Change send_pr to send-pr.
20637         * configure.in: Likewise.
20638         * send_pr: Renamed directory to send-pr.
20639
20640 Fri Feb 19 19:00:13 1993  Per Bothner  (bothner@cygnus.com)
20641
20642         * Makefile.in:  Add some extra semi-colons (needed if SHELL=bash).
20643
20644 Fri Feb 19 00:59:33 1993  John Gilmore  (gnu@cygnus.com)
20645
20646         * README:  Update for gdb-4.8 release.
20647         * Makefile.in (gdb.tar.Z):  Add texinfo/tex3patch.  Build
20648         gdb-xxx.tar.z (gzip'd) file also.
20649
20650 Thu Feb 18 09:16:17 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20651
20652         * Makefile.in: make all-diff depend on all-libiberty
20653
20654 Tue Feb 16 16:06:31 1993  K. Richard Pixley  (rich@cygnus.com)
20655
20656         * config.guess: add vax-ultrix in the spirit of mips-ultrix.
20657
20658 Tue Feb 16 05:57:15 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20659
20660         * configure.in, Makefile.in: add hello, tar, gzip, recode, indent
20661
20662 Tue Feb 16 00:58:20 1993  John Gilmore  (gnu@cygnus.com)
20663
20664         * Makefile.in (DEVO_SUPPORT):  Remove etc directory
20665         (ETC_SUPPORT):  Only add the files GDB wants from etc/.
20666         (gdb.tar.Z):  Use ETC_SUPPORT.  Use byacc when building the file.
20667
20668 Thu Feb 11 20:14:28 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20669
20670         * Makefile.in:  makeinfo binary is in a new location
20671
20672 Tue Feb  9 12:42:27 1993  Ian Lance Taylor  (ian@cygnus.com)
20673
20674         * config.sub: Accept -ecoff as an OS.
20675
20676         * Makefile.in: Various changes to eliminate a level of make
20677         recursion and reduce the required command line length.
20678         (BASE_FLAGS_TO_PASS): New variable holding flags passed to all
20679         sub-makes.
20680         (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): New
20681         variables holding settings for specific sub-makes.
20682         (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS, GCC_FLAGS_TO_PASS): Rewrote
20683         in terms of BASE_FLAGS_TO_PASS.
20684         (TARGET_LIBS): New variable listing directories which use
20685         TARGET_FLAGS_TO_PASS.
20686         (subdir_do): Eliminated.
20687         (do-*): New set of targets to replace subdir_do.
20688         (various): All targets which used subdir_do now depend on do-*.
20689         (local-clean): Renamed from do_clean.
20690         (local-distclean): New target, dependency of distclean and
20691         realclean.
20692         (install-info): Don't create directories.  Depend on dir.info
20693         rather than calling make recursively.
20694         (install-dir.info): Eliminated.
20695         (install-info-dirs): Create all info directories here.
20696         (dir.info): Depend upon do-install-info.
20697
20698         * test-build.mk (HOLES): Added false.
20699
20700 Sat Feb  6 14:05:09 1993  Per Bothner  (bothner@rtl.cygnus.com)
20701
20702         * config.guess:  Recognize BSDI and BSDJ (Jolitz 386bsd).
20703
20704 Thu Feb  4 20:49:18 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20705
20706         * Makefile.in (info): remove dependency on all-texinfo.  The
20707         problem was really in texinfo/C, not at this level.
20708
20709 Thu Feb  4 13:38:41 1993  Ian Lance Taylor  (ian@cygnus.com)
20710
20711         * Makefile.in (info): Added dependency on all-texinfo (PR 2112).
20712
20713 Thu Feb  4 01:50:53 1993  John Gilmore  (gnu@cygnus.com)
20714
20715         * Makefile.in (make-gdb.tar.Z):  Change BISON to 'bison -y' for
20716         GDB releases.
20717
20718 Wed Feb  3 17:22:16 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
20719
20720         * configure: Include srcdir in message about target of link not
20721         being found.  Don't convert `-' to `_' in `with' options being
20722         passed to subdirs.
20723
20724 Tue Feb  2 18:57:59 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20725
20726         * configure.in: add uudecode to host_tools
20727
20728         * Makefile.in: added {all,install}-uudecode targets, added them to
20729         the appropriate lists
20730
20731 Tue Feb  2 11:45:53 1993  Ian Lance Taylor  (ian@cygnus.com)
20732
20733         * Makefile.in (all-gcc): Added dependency on all-gas.
20734
20735         * configure.in (mips-*-*): Build ld and binutils.
20736
20737 Mon Feb  1 12:35:41 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
20738
20739         * configure: check return code from mkdir, print error message and
20740           exit on failure.
20741
20742 Sat Jan 30 16:40:28 1993  John Gilmore  (gnu@cygnus.com)
20743
20744         * Makefile.in (make-gdb.tar.Z):  New location for texinfo.tex.
20745
20746 Thu Jan 28 15:09:59 1993  Ian Lance Taylor  (ian@cygnus.com)
20747
20748         * test-build.mk (HOLES): Added tar, cpio and uudecode.
20749
20750 Wed Jan 27 16:50:32 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
20751
20752         * config.sub (h8500):  Recognize this as a cpu type.
20753
20754 Sat Jan 23 20:32:01 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20755
20756         * configure: source directory missing is no longer a warning
20757
20758         * configure.in: recognize irix[34]* instead of irix[34]
20759
20760         * Makefile.in: define and pass down X11_LIB
20761
20762 Sat Jan 23 13:49:40 1993  Per Bothner  (bothner@cygnus.com)
20763
20764         * guess-systype: Renamed to ...
20765         * config.guess:  ... by popular request.
20766         * configure.in, Makefile.in:  Update accordingly.
20767
20768 Thu Jan 21 12:20:55 1993  Per Bothner  (bothner@cygnus.com)
20769
20770         * guess-systype:  Patches from John Eaton <jwe@che.utexas.edu>:
20771         + Add Convex, Cray/Unicos, and Encore/Multimax support.
20772         + Execute ./dummy instead of assuming . is in PATH.
20773
20774 Tue Jan 19 17:18:06 1993  Per Bothner  (bothner@cygnus.com)
20775
20776         * guess-systype:  New shell script.  Attempts to guess the
20777         canonical host name of the executing host.
20778         Only a few hosts are supported so far.
20779         * configure:  Call guess-systype if no host is specified.
20780
20781 Tue Jan 19 08:26:07 1993  Ian Lance Taylor  (ian@cygnus.com)
20782
20783         * Makefile.in (gcc-no-fixedincludes): Made to work with current
20784         gcc Makefile.
20785
20786 Fri Jan 15 10:27:02 1993  Ian Lance Taylor  (ian@cygnus.com)
20787
20788         * Makefile.in (GCC_FLAGS_TO_PASS): New variable.
20789         (all-gcc, install-gcc, subdir_do): Use it.
20790
20791 Wed Jan 13 17:06:45 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
20792
20793         * Makefile.in: Rename uninstalled gcc driver from gcc to xgcc.
20794
20795 Wed Jan  6 20:29:16 1993  Mike Werner  (mtw@rtl.cygnus.com)
20796
20797         * Makefile.in: Removed explicit setting of SUBDIRS. SUBDIRS is now
20798           set exclusively by configure, using configure.in .
20799
20800 Wed Jan  6 13:44:11 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20801
20802         * test-build.mk: set $PATH for all builds
20803
20804         * Makefile.in: pass TARGET_FLAGS_TO_PASS for xiberty and libm
20805
20806 Wed Jan  6 11:02:10 1993  Fred Fish  (fnf@cygnus.com)
20807
20808         * Makefile.in (GCC_FOR_TARGET):  Supply a default that matches
20809         the one used in gcc/Makefile.in, so that a null expansion doesn't
20810         override the one needed to build gcc with a native cc.
20811
20812 Tue Jan  5 07:55:12 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
20813
20814         * configure: Accept -with arguments.
20815
20816 Sun Jan  3 15:15:09 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
20817
20818         * Makefile.in: added h8300sim
20819
20820 Tue Dec 29 15:06:00 1992  Ian Lance Taylor  (ian@cygnus.com)
20821
20822         * build-all.mk: If canonhost is i386-unknown-sco3.2v4, change it
20823         to i386-sco3.2v4.  Set TARGETS and CFLAGS for i386-sco3.2v4.
20824         (all-cygnus, native, build-cygnus): Make
20825         $(canonhost)-stamp-3stage-done, not $(host)....
20826         * test-build.mk (stamp-3stage-compared): Use tail +10c for
20827         i386-sco3.2v4.  Added else true to if command.
20828
20829 Mon Dec 28 12:08:56 1992  Ken Raeburn  (raeburn@cygnus.com)
20830
20831         * config.sub: (from FSF) Sequent uses a BSD-like OS.
20832
20833 Mon Dec 28 08:32:06 1992  Minh Tran-Le  (mtranle@paris.intellicorp.com)
20834
20835         * configure.in (i[34]86-*-isc*): added; uses mh-sysv.
20836
20837 Thu Dec 24 17:26:24 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20838
20839         * configure.in: don't remove binutils from Solaris builds
20840
20841 Thu Dec 24 14:08:38 1992 david d`zoo' zuhn  (zoo@cygnus.com)
20842
20843         * Makefile.in: get rid of earlier definitions for *clean,
20844         also handle the recursive info rule better
20845
20846 Thu Dec 24 12:40:21 1992  Per Bothner  (bothner@rtl.cygnus.com)
20847
20848         * Makefile.in (mostlyclean, distclean, realclean):  Fix to
20849         do more-or-less the right thing.
20850
20851 Wed Dec 16 10:25:31 1992  Ian Lance Taylor  (ian@cygnus.com)
20852
20853         * Makefile.in: Add lines defining CC and CXX, and use CXX rather
20854         than gcc in definitions of CXX_FOR_BUILD and CXX_FOR_TARGET.
20855
20856 Tue Dec 15 00:34:32 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20857
20858         * Makefile.in: change all $(host_cpu)-$(host_vendor)-$(host_os) to
20859         $(host_canonical).
20860
20861         * configure.in: split the configdirs list into 4 categories (native
20862         v. cross, library v. tool) and handle the cross-only and native-
20863         only in more reasonable (and correct!) way.
20864
20865 Mon Dec 14 17:04:22 1992  Stu Grossman  (grossman at cygnus.com)
20866
20867         * configure.in (hppa*-*-*):  Don't remove bfd and gdb from
20868         configdirs anymore.
20869
20870 Sun Dec 13 00:37:26 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20871
20872         * Makefile.in: extensive cleanup::  removed all of the explicit
20873         clean-* targets, collapsed many wrappers around subdir_do into
20874         one, added additional targets to satisfy standards.texi, deleted
20875         some old targets, some changes for consistency
20876
20877 Fri Dec 11 20:18:02 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20878
20879         * configure.in: handle some programs as cross-only, and others as
20880         native only
20881
20882         * test-build.mk: handle partial holes in a more generic manner
20883
20884         * Makefile.in: m4 depends on libiberty
20885
20886 Thu Dec  3 21:52:11 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20887
20888         * configure.in: add m4, textutils, fileutils, sed, shellutils,
20889         time, wdiff, and find to configdirs
20890
20891         * Makefile.in: all, clean, and install rules for the new programs
20892         added to configure.in
20893
20894 Mon Nov 30 14:54:34 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20895
20896         * configure.in: use mh-sun for all *-sun-* hosts
20897
20898 Fri Nov 27 18:35:54 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20899
20900         * Makefile.in: define flags for X11 include files and library file
20901         locations, pass them down to the programs that need this info
20902
20903         * build-all.mk: added a 'native' target, to 3stage the native toolchain
20904
20905 Sun Nov 22 18:59:13 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20906
20907         * configure.in: start building libg++ for HP-UX targets
20908
20909 Wed Nov 18 19:33:11 1992  John Gilmore  (gnu@cygnus.com)
20910
20911         * README:  Update references to files moved into etc/.
20912
20913 Sun Nov 15 09:36:08 1992  Fred Fish  (fnf@cygnus.com)
20914
20915         * config.sub (i386sol2, i486sol2):  i[34]86-unknown-solaris2.
20916         * configure.in (i[34]86-*-solaris2*):  Use config/mh-sysv4.
20917
20918 Thu Nov 12 08:50:42 1992  Ian Lance Taylor  (ian@cygnus.com)
20919
20920         * configure: accept dash as well as underscore in long option
20921         names for FSF compatibility.
20922
20923 Wed Nov 11 08:04:37 1992  Ian Lance Taylor  (ian@cygnus.com)
20924
20925         * config.sub: added -sco3.2v4 support from FSF.
20926
20927 Sun Nov  8 21:14:30 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20928
20929         * configure.in: expand the section that adds or removes
20930         directories from the list of programs to build, to handle native
20931         vs. cross in addition to host v. native
20932
20933 Sat Nov  7 18:52:27 1992  Per Bothner  (bothner@rtl.cygnus.com)
20934
20935         * Makefile.in:  Replace C++ in macro names with CXX.
20936         This is less likely to break ...
20937
20938 Sat Nov  7 15:16:58 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20939
20940         * test-build.mk: add -w to GNU_MAKE
20941
20942 Fri Nov  6 23:10:37 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20943
20944         * config.sub: remove 'sparc'-->'sparc-sun' default transformation,
20945         add 'sparc' to list of recognized cpus.  This needed to make
20946         'sparc-aout' expand to 'sparc-unknown-aout' instead of 'sparc-sun-aout'.
20947         Delete some redundant ose68 variants.  Recognize -wrs as an os,
20948         then changes that into $CPU-wrs-vxworks.
20949
20950         * configure.in: remove most references to gdbtest, regularize
20951         target based program removal
20952
20953         * test-build.mk: import from p3 tree (many fixes and changes)
20954
20955 Fri Nov  6 20:59:00 1992  david d `zoo' zuhn  (zoo@cygnus.com)
20956
20957         * Makefile.in: added rules to handle tcl, tk, and expect
20958
20959         * configure.in: handle those directories if they exist
20960
20961 Thu Nov  5 14:35:41 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20962
20963         * config.sub: removed bogus hppabsd and hppahpux names, since
20964         "hppa" is not a valid cpu (hppa1.1 or hppa1.0 are, though)
20965
20966 Thu Oct 29 00:12:41 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20967
20968         * Makefile.in: all-gcc now depends on all-binutils.  all-libg++
20969         depends upon all-xiberty
20970
20971         * Makefile.in: changes from p3, including:
20972
20973         Thu Oct  8 15:00:17 1992  Ian Lance Taylor  (ian@cygnus.com)
20974
20975         * Makefile.in (XTRAFLAGS): include newlib directories if
20976         newlib/Makefile exists, rather than if host != target.
20977
20978         Fri Sep 25 13:41:52 1992  Ian Lance Taylor  (ian@cygnus.com)
20979
20980         * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
20981         from the same source tree and not building a cross-compiler.  This
20982         matters for the libg++ configuration if reconfiguring a tree that
20983         has already been installed.
20984
20985         Thu Sep 10 10:35:51 1992  Ian Lance Taylor  (ian@cygnus.com)
20986
20987         * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
20988         pick up the machine and system specific header files.
20989
20990         * Makefile.in: added AS_FOR_TARGET, passed down in
20991         TARGET_FLAGS_TO_PASS.  Added CC_FOR_BUILD, which is intended to be
20992         the C compiler to use to create programs which are run in the
20993         build environment, set it to default to $(CC), and passed it down
20994         in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
20995
20996         Mon Sep  7 22:34:42 1992  Ian Lance Taylor  (ian@cirdan.cygnus.com)
20997
20998         * Makefile.in: add $(host) = $(target) tests back to *_FOR_TARGET.
20999         We need them for unusual native builds, like systems without
21000         ranlib.
21001
21002         * configure: also define $(host_canonical) and
21003         $(target_canonical), which are the full, canonical names for the
21004         given host and target
21005
21006 Sun Nov  1 16:38:17 1992  Per Bothner  (bothner@cygnus.com)
21007
21008         * Makefile.in:  Added separate definitions for C++.
21009
21010 Fri Oct 30 11:37:52 1992  Fred Fish  (fnf@cygnus.com)
21011
21012         * configure.in (configdirs):  Add deja-gnu.
21013
21014 Fri Oct 23 00:39:18 1992  John Gilmore  (gnu@cygnus.com)
21015
21016         * README:  Update for configure.texi and gdb-4.7 release.
21017
21018 Wed Oct 21 21:54:27 1992  John Gilmore  (gnu@cygnus.com)
21019
21020         * Makefile.in:  Move "all" target to top of file.
21021         Previously, first target was ".PHONY" which caused BSD4.4 make
21022         to build .PHONY when make was run without arguments.
21023
21024 Mon Oct 19 01:17:54 1992  John Gilmore  (gnu@cygnus.com)
21025
21026         * Makefile.in:  Add COPYING.LIB to GDB releases, now that there's
21027         Library-copylefted code in libiberty.
21028
21029 Tue Oct 13 01:22:32 1992  John Gilmore  (gnu@cygnus.com)
21030
21031         * config.sub:  Replace m68kmote with plain old m68k.
21032
21033 Fri Oct  9 03:14:24 1992  John Gilmore  (gnu@cygnus.com)
21034
21035         * Makefile.in:  Remove space from blank line, avoid Make complaints.
21036
21037 Thu Oct  8 18:41:45 1992  Ken Raeburn  (raeburn@cygnus.com)
21038
21039         * config.sub: Complain if no argument is given.  Added support for
21040         386bsd as OS and target alias.
21041
21042 Thu Oct  8 15:07:22 1992  Ian Lance Taylor  (ian@cygnus.com)
21043
21044         * Makefile.in (XTRAFLAGS): include newlib directories if
21045         newlib/Makefile exists, rather than if host != target.
21046
21047 Mon Oct  5 03:00:09 1992  Mark Eichin  (eichin at tweedledumber.cygnus.com)
21048
21049         * config.sub: recognize sparclite-wrs-vxworks.
21050
21051         * Makefile.in (install-xiberty): added *-xiberty make rules (from
21052         p3.) Added clean-xiberty to clean.
21053
21054 Thu Oct  1 17:59:19 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21055
21056         * configure.in: use *-*-* instead of nested cases for host and target
21057
21058 Tue Sep 29 14:11:18 1992  Ian Lance Taylor  (ian@cygnus.com)
21059
21060         * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
21061         from the same source tree and not building a cross-compiler.  This
21062         matters for the libg++ configuration if reconfiguring a tree that
21063         has already been installed.
21064
21065 Sep 20 08:53:10 1992  Fred Fish  (fnf@cygnus.com)
21066
21067         * config.sub (i486v/i486v4):  Merge in from FSF version.
21068
21069 Fri Sep 18 00:32:00 1992  Mark Eichin  (eichin@cygnus.com)
21070
21071         * configure: only set PWD if it is already set.
21072
21073 Thu Sep 17 23:05:53 1992  Mark Eichin  (eichin@cygnus.com)
21074
21075         * configure: just set PWD=`pwd` at the top, since Ultrix sh
21076         doesn't have unset and all success paths (and most error paths)
21077         out set it anyway. (Note: should change all uses of ${PWD=`pwd`}
21078         to just ${PWD} to avoid confusion.)
21079
21080 Tue Sep 15 16:00:54 1992  Ian Lance Taylor  (ian@cygnus.com)
21081
21082         * configure: always set $(tooldir) to $(libdir)/$(target_alias),
21083         even for a native compilation.
21084
21085 Tue Sep 15 02:22:56 1992  John Gilmore  (gnu@cygnus.com)
21086
21087         Changes to make the gdb.tar.Z rule work better.
21088
21089         * Makefile.in (GDB_SUPPORT_DIRS):  Add opcodes.
21090         (DEVO_SUPPORT):  Add configure.texi.
21091         (bfd-ilrt.tar.Z):  Remove ancient rule.
21092
21093 Thu Sep 10 10:43:19 1992  Ian Lance Taylor  (ian@cygnus.com)
21094
21095         * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
21096         pick up the machine and system specific header files.
21097
21098         * configure.in, config.sub: added new target m68010-adobe-scout,
21099         with alias of adobe68k.  Changed configure.in to check for
21100         -scout before -sco* to avoid a false match.
21101
21102         * Makefile.in: added AS_FOR_TARGET, passed down in
21103         TARGET_FLAGS_TO_PASS.  Added CC_FOR_BUILD, which is intended to be
21104         the C compiler to use to create programs which are run in the
21105         build environment, set it to default to $(CC), and passed it down
21106         in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
21107
21108 Wed Sep  9 12:21:42 1992  Ian Lance Taylor  (ian@cygnus.com)
21109
21110         * Makefile.in: added TARGET_FLAGS_TO_PASS, CC_FOR_TARGET,
21111         AR_FOR_TARGET, RANLIB_FOR_TARGET, NM_FOR_TARGET.  Pass
21112         TARGET_FLAGS_TO_PASS, which defines CC, AR, RANLIB and NM as the
21113         FOR_TARGET variants, to newlib and libg++.
21114
21115 Tue Sep  8 17:28:30 1992  Ken Raeburn  (raeburn@cambridge.cygnus.com)
21116
21117         * Makefile.in (all-gas, all-gdb): Require all-opcodes to be built
21118         first.
21119
21120 Wed Sep  2 02:50:05 1992  John Gilmore  (gnu@cygnus.com)
21121
21122         * config.sub:  Accept `elf' as an environment.
21123
21124 Tue Sep  1 15:48:30 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
21125
21126         * Makefile.in (all-opcodes):  cd into the right directory
21127
21128 Sun Aug 30 21:12:11 1992  Ian Lance Taylor  (ian@cygnus.com)
21129
21130         * configure: added -program_transform_name option, used as
21131         argument to sed when installing programs.
21132         configure.texi: added documentation for -program_prefix,
21133         -program_suffix and -program_transform_name.
21134
21135 Thu Aug 27 21:59:44 1992  John Gilmore  (gnu@cygnus.com)
21136
21137         * config.sub:  Accept i486 where i386 ok.
21138
21139 Thu Aug 27 13:04:42 1992  Brendan Kehoe  (brendan@rtl.cygnus.com)
21140
21141         * config.sub: accept we32k
21142
21143 Mon Aug 24 14:05:14 1992  Ian Lance Taylor  (ian@cygnus.com)
21144
21145         * config.sub, configure.in: accept OSE68000 and OSE68k.
21146
21147         * Makefile.in: don't create all directories for ``make install'';
21148         let the subdirectories create the ones they need.
21149
21150 Tue Aug 11 23:13:17 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21151
21152         * COPYING: new file, GPL v2
21153
21154 Tue Aug  4 01:12:43 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21155
21156         * Makefile.in: use the new gen-info-dir, which needs a template
21157         argument (which also lives in texinfo)
21158
21159         * configure.texi, standards.texi: fix INFO-DIR-ENTRY
21160
21161 Mon Aug  3 00:34:17 1992  Fred Fish  (fnf@cygnus.com)
21162
21163         * config.sub (ncr3000):  Change i386 to i486.
21164
21165 Thu Jul 23 00:12:17 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21166
21167         * Makefile.in: add install-rcs, install-grep to
21168         install-no-fixedincludes, removed install-bison and install-libgcc
21169
21170 Tue Jul 21 01:01:50 1992  david d `zoo' zuhn (zoo@cygnus.com)
21171
21172         * configure.in: grab the HPUX makefile fragment if on HPUX
21173
21174 Mon Jul 20 11:02:09 1992  D. V. Henkel-Wallace  (gumby@cygnus.com)
21175
21176         * Makefile.in: eradicate bison spoor (ditto libgcc).
21177          configure.in: recognise m68{k,000}-ericsson-OSE.
21178          es1800 is alias for m68k-ericsson-OSE
21179
21180 Sun Jul 19 17:49:02 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21181
21182         * configure.in: rearrange the parts that remove programs from
21183         configdirs, based now on HOST==TARGET or by canonical triple.
21184
21185 Fri Jul 17 22:52:49 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
21186
21187         * test-build.mk: recurse explicitly with -f test-build.mk when
21188           appropriate.  predicate stage3 and comparison on the existence
21189           of gcc.  That is, if gcc isn't around, we aren't three-staging.
21190           On very clean, also remove ...stamp-co.  Build in-place before
21191           doing other builds.
21192
21193 Thu Jul 16 18:33:09 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
21194
21195         * Makefile.in, configure.in: add tgas
21196
21197 Thu Jul 16 16:05:28 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
21198
21199         * Makefile.in: a number of changes merged in from progressive.
21200
21201         * configure.in: add libm.
21202
21203         * .cvsignore: ignore some stuff that comes from test-build.mk.
21204
21205 Tue Jul  7 00:24:52 1992  Fred Fish  (fnf@cygnus.com)
21206
21207         * config.sub:  Add es1800 (m68k-ericsson-es1800).
21208
21209 Tue Jun 30 20:24:41 1992  D. V. Henkel-Wallace  (gumby@cygnus.com)
21210
21211         * configure: Add program_suffix (parallel to program_prefix)
21212         * Makefile.in: adjust directory-creating script for losing decstation
21213
21214 Mon Jun 22 23:43:48 1992  Per Bothner  (bothner@cygnus.com)
21215
21216         * configure:  Minor $subdir-related fixes.
21217
21218 Mon Jun 22 18:30:26 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
21219
21220         * configure: fix various problems with propogating
21221         makefile_target_frag in subdirs.
21222         * configure.in: config libgcc if its there
21223
21224 Fri Jun 19 15:19:40 1992  Stu Grossman  (grossman at cygnus.com)
21225
21226         * config.sub:  HPPA merge.
21227
21228 Sun Jun 14 10:29:19 1992  John Gilmore  (gnu at cygnus.com)
21229
21230         * Makefile.in:  Replace all-bison with all-byacc in all
21231         dependency lines for other tools (which now use byacc).
21232
21233 Fri Jun 12 22:21:57 1992  John Gilmore  (gnu at cygnus.com)
21234
21235         * config.sub:  Add sun4sol2 => sparc-sun-solaris2.
21236
21237 Thu Jun  4 12:07:32 1992  Mark Eichin  (eichin@cygnus.com)
21238
21239         * Makefile.in: make gprof rules similar to byacc rules (instead of
21240         vestigal $(unsubdir) that didn't work...)
21241
21242 Thu Jun  4 00:37:05 1992  Per Bothner  (bothner@rtl.cygnus.com)
21243
21244         * config.sub:  Add support for Linux.
21245         * Makefile.in:  Use $(FLAGS_TO_PASS) more consistently
21246         (at least for libg++).
21247
21248 Tue Jun 02 20:03:00 1992  david d `zoo' zuhn (zoo@cygnus.com)
21249
21250         * configure.texi: fix doc for the -nfp option to configure
21251
21252 Tue Jun  2 17:20:52 1992  Michael Tiemann  (tiemann@cygnus.com)
21253
21254         * Makefile.in (all-binutils): ar needs flex, so depend on all-flex.
21255
21256 Sun May 31 15:04:08 1992  Mark Eichin  (eichin at cygnus.com)
21257
21258         * config.sub: changed [^-]+ to [^-][^-]* so that it works under
21259         Sun sed. (BSD 4.3 sed doesn't handle [^-]+ either.)
21260         * configure.in: added solaris* host_makefile_frag hook.
21261
21262 Sun May 31 01:10:34 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21263
21264         * config.sub: changed recognition of m68000 so that various
21265         m68k types can be specified via m680[01234]0
21266
21267 Sat May 30 21:01:06 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21268
21269         * config.sub (basic_machine): fix sed so that '-foo' isn't
21270         completely substituted out while .+'-foo' loses the '-foo'
21271
21272 Wed May 27 23:18:52 1992  Michael Tiemann  (tiemann@rtl.cygnus.com)
21273
21274         * config.sub ($os): Add -aout.
21275
21276 Fri May 22 14:00:02 1992  Per Bothner  (bothner@cygnus.com)
21277
21278         * configure:  If host_makefile_frag is absolute, don't
21279         prefix ${invsubdir} (relevant to libg++ auto-configure).
21280
21281 Thu May 21 18:00:09 1992  Michael Tiemann  (tiemann@rtl.cygnus.com)
21282
21283         * Makefile.in (tooldir): Define it.
21284         (all-ld): Depend on all-flex.
21285
21286 Sun May 10 21:45:59 1992  Per Bothner  (bothner@rtl.cygnus.com)
21287
21288         * Makefile.in (check):  Fix libg++ special case.
21289
21290 Fri May  8 08:31:41 1992  K. Richard Pixley  (rich@cygnus.com)
21291
21292         * configure: do not bury `pwd` into config.status, thus do fewer
21293           pwd's.
21294
21295         * configure: print the "Building in" message only when building in
21296           other than "." AND verbose.
21297
21298         * configure: remove -s, rework -v to better accommodate guested
21299           configures.
21300
21301         * standards.texi: updated to 3 may, fixed librid <-> libdir typo.
21302
21303 Fri May  1 18:00:50 1992  K. Richard Pixley  (rich@cygnus.com)
21304
21305         * Makefile.in: macroize flags passed on recursion.  remove
21306           fileutils.
21307
21308 Thu Apr 30 08:56:20 1992  K. Richard Pixley  (rich@cygnus.com)
21309
21310         * configure: get makesrcdir right for subdirs deeper than 1.
21311
21312         * Makefile.in: pass INSTALL, INSTALL_DATA, INSTALL_PROGRAM on
21313           install.
21314
21315 Fri Apr 24 15:51:51 1992  K. Richard Pixley  (rich@cygnus.com)
21316
21317         * Makefile.in: don't print subdir_do or recursion lines.
21318
21319 Fri Apr 24 15:22:04 1992  K. Richard Pixley  (rich@cygnus.com)
21320
21321         * standards.texi: added menu item.
21322
21323         * Makefile.in: build and install standards.info.
21324
21325         * standards.texi: new file.
21326
21327 Wed Apr 22 18:06:55 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
21328
21329         * configure: test for and move config.status pieces from
21330           ${subdir}/.
21331
21332 Wed Apr 22 14:38:34 1992  Fred Fish  (fnf@cygnus.com)
21333
21334         * configure:  Test for existance of files before trying to mv
21335         them, to avoid numerous non-existance messages.
21336
21337 Tue Apr 21 12:31:33 1992  K. Richard Pixley  (rich@cygnus.com)
21338
21339         * configure: correct final line of config.status.
21340
21341         * configure: patch from eggert.  Avoids a protection problem if
21342           the original Makefile.in is read only.
21343
21344         * configure: use move-if-change from gcc to create config.status.
21345           Some makefiles depend on config.status to tell if a directory
21346           has been reconfigured for a different host.  This change
21347           prevents those directories from remaking everything in the case
21348           where the reconfig was only intended to rebuild a Makefile.
21349
21350         * configure: test for config.sub with "config.sub sun4" rather
21351           than "config.sub ${host_alias}".  Otherwise we can't tell a bad
21352           host alias from a missing config.sub.
21353
21354 Mon Apr 20 18:16:36 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
21355
21356         * Makefile.in: explicitly pass CFLAGS on recursion. no longer pass
21357           MINUS_G (this can be done with CFLAGS).  Default CFLAGS to -g.
21358
21359 Fri Apr 17 18:27:51 1992  Per Bothner  (bothner@cygnus.com)
21360
21361         * configure: mkdir ${subdir} as needed.
21362
21363 Wed Apr 15 17:37:22 1992  K. Richard Pixley  (rich@cygnus.com)
21364
21365         * Makefile.in,configure.in: added autoconf.
21366
21367 Wed Apr 15 17:27:34 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
21368
21369         * Makefile.in: no longer pass against on recursion.
21370
21371         * Makefile.in: added .NOEXPORT: so that stray makefile_frag
21372           definitions are not inherited.
21373
21374         * configure: correct makesrcdir when subdir is .
21375
21376 Tue Apr 14 11:56:09 1992  Per Bothner  (bothner@cygnus.com)
21377
21378         * configure:  Add support for 'subdirs' variable, which is
21379         like 'configdirs', except that configure doesn't re-invoke
21380         itself for subdirs, it just creates a Makefile for each subdir.
21381         * configure.texi:  Document subdirs.
21382
21383 Mon Apr 13 18:50:16 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21384
21385         * configure.in: added flex to configdirs
21386
21387 Mon Apr 13 18:43:55 1992  K. Richard Pixley  (rich@cygnus.com)
21388
21389         * Makefile.in: remove clean-stamps from clean.
21390
21391 Sat Apr 11 03:52:03 1992  John Gilmore  (gnu at cygnus.com)
21392
21393         * configure.in:  Add gdbtest to configdirs.
21394
21395 Fri Apr 10 23:11:49 1992  Fred Fish  (fnf@cygnus.com)
21396
21397         * Makefile.in (MINUS_G):  Add macro, default to -g, pass on
21398         to recursive makes.
21399         * configure.in:  Recognize new ncr3000 config.
21400
21401 Wed Apr  8 23:08:12 1992  K. Richard Pixley  (rich@cygnus.com)
21402
21403         * Makefile.in, configure.in: removed references to gdbm.
21404
21405 Tue Apr  7 16:48:20 1992  Per Bothner  (bothner@cygnus.com)
21406
21407         * config.sub:  Don't canonicalize os value
21408         newsos* to bsd (readline needs to check for newsos).
21409         (This fix was earlier made Jan 31, but got re-broken.)
21410
21411 Mon Apr  6 14:34:08 1992  Stu Grossman  (grossman at cygnus.com)
21412
21413         * configure.in:  sco is an os, not a vendor!
21414
21415         * configure:  Quote $( better.  Keep various shells happy.
21416
21417 Tue Mar 31 16:32:57 1992  K. Richard Pixley  (rich@cygnus.com)
21418
21419         * Makefile.in: eliminate stamp-files.
21420
21421 Mon Mar 30 22:20:23 1992  K. Richard Pixley  (rich@cygnus.com)
21422
21423         * Makefile.in: add send_pr.  remove "force" from .stmp-gprof rule.
21424           Supress echoing of all the "if [ -d ... $(MAKE)" lines.
21425
21426 Wed Mar 25 15:20:04 1992  Stu Grossman  (grossman@cygnus.com)
21427
21428         * config.sub:  fix iris/iris3.
21429
21430 Wed Mar 25 10:34:19 1992  K. Richard Pixley  (rich@cygnus.com)
21431
21432         * configure: re-add -rm.
21433
21434 Tue Mar 24 23:50:16 1992  K. Richard Pixley  (rich@cygnus.com)
21435
21436         * Maskefile.in: add .stmp-rcs to all.
21437
21438         * configure.in: remove gas from rs6000 build, use aix host fragment.
21439
21440 Mon Mar 23 19:43:35 1992  K. Richard Pixley  (rich@cygnus.com)
21441
21442         * configure: pass down site_option during recursion.
21443
21444 Thu Mar 19 16:49:36 1992  Stu Grossman  (grossman at cygnus.com)
21445
21446         * Makefile.in (all.cross):  Add .stmp-bfd .stmp-readline.
21447
21448 Wed Mar 18 15:29:33 1992  Mike Stump  (mrs@cygnus.com)
21449
21450         * configure: Change exec_prefix so that it really defaults to prefix.
21451
21452 Sat Mar 14 17:20:38 1992  Fred Fish  (fnf@cygnus.com)
21453
21454         * Makefile.in, configure.in:  Add support for mmalloc library.
21455
21456 Fri Mar 13 18:44:18 1992  K. Richard Pixley  (rich@cygnus.com)
21457
21458         * Makefile.in: add stmp dependencies for a few more things.
21459
21460 Thu Mar 12 04:56:24 1992  K. Richard Pixley  (rich@cygnus.com)
21461
21462         * configure: adjusted error message on objdir/srcdir configure
21463           collision, per john's suggestion.
21464
21465         * Makefile.in: add libiberty stmp to all and all.cross.
21466
21467 Wed Mar 11 02:07:52 1992  K. Richard Pixley  (rich@cygnus.com)
21468
21469         * Makefile.in: remove force dependencies, add grep to all.
21470
21471 Tue Mar 10 21:49:18 1992  K. Richard Pixley  (rich@mars.cygnus.com)
21472
21473         * Makefile.in: drop flex.  make stamp files work.
21474
21475         * configure: added test for conflicting configuration in srcdir,
21476           remove trailing slashes from srcdir.  Otherwise emacs gdb mode
21477           gets cranky.  use relative paths for configure and srcdir
21478           whenever possible.  Send some error messages to stderr that were
21479           going to stdout.
21480
21481 Tue Mar 10 18:01:55 1992  Per Bothner  (bothner@cygnus.com)
21482
21483         * Makefile.in:  Fix libg++ rule to check for gcc directory
21484         before using gcc/gcc.  Also pass XTRAFLAGS.
21485
21486 Thu Mar  5 21:45:07 1992  K. Richard Pixley  (rich@sendai)
21487
21488         * Makefile.in: added stmp-files so that directories aren't polled
21489           when they are already built.
21490
21491         * configure.texi: fixed a node pointer problem.
21492
21493 Thu Mar  5 12:05:58 1992  Stu Grossman  (grossman at cygnus.com)
21494
21495         * config.sub configure.in gdb/configure.in
21496         gdb/mips-tdep.c gdb/mipsread.c gdb/procfs.c gdb/signame.h
21497         gdb/tm-irix3.h gdb/tm-mips.h gdb/xm-irix4.h gdb/config/mt-irix3
21498         gdb/config/mh-irix4 texinfo/configure.in:  Port to SGI Irix-4.x.
21499
21500 Wed Mar  4 02:57:46 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
21501
21502         * configure: -recurring becomes -silent.  corrected help message
21503           for -site= option.
21504
21505         * Makefile.in: mkdir $(exec_prefix) and $(tooldir).
21506
21507 Tue Mar  3 14:51:21 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
21508
21509         * configure: when building Makefile for crosses, replace
21510           tooldir and program_prefix.  default srcdir from location of
21511           config.sub.  remove "for host in hosts" and "for target in
21512           targets" loops.
21513
21514 Wed Feb 26 19:48:25 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
21515
21516         * Makefile.in: Do not pass bindir or mandir to cvs.
21517
21518 Wed Feb 26 18:04:40 1992  K. Richard Pixley  (rich@cygnus.com)
21519
21520         * Makefile.in, configure.in: removed traces of namesubdir,
21521           -subdirs, $(subdir), $(unsubdir), some rcs triggers.  Forced
21522           copyrights to '92, changed some from Cygnus to FSF.
21523
21524         * configure.texi: remove most references to multiple hosts,
21525           multiple targets, subdirs, etc.
21526
21527         * configure.man: removed rcsid. reference config.sub not
21528           config.subr.
21529
21530         * Makefile.in: mkdir $(infodir) on install-info.
21531
21532 Wed Feb 19 15:41:13 1992  John Gilmore  (gnu at cygnus.com)
21533
21534         * configure.texi:  Explain better about .gdbinit and about
21535         the environment that configure.in sections run in.
21536
21537 Fri Feb  7 07:55:00 1992  John Gilmore  (gnu at cygnus.com)
21538
21539         * configure.in:  Ultrix is only a decstation if it's a MIPS.
21540
21541 Fri Jan 31 21:54:51 1992  John Gilmore  (gnu at cygnus.com)
21542
21543         * README:  DOC.configure => cfg-paper.texi.
21544
21545 Fri Jan 31 21:48:18 1992  Stu Grossman  (grossman at cygnus.com)
21546
21547         * config.sub (near case $os):  Don't convert newsos* to bsd!
21548
21549 Fri Jan 31 02:27:32 1992  John Gilmore  (gnu at cygnus.com)
21550
21551         * Makefile.in:  Reinstall change from gdb-4.3 that reduces
21552         the number of copies of COPYING that go into the GDB tar file.
21553
21554 Thu Jan 30 16:17:30 1992  Stu Grossman  (grossman at cygnus.com)
21555
21556         * bfd/configure.in, gdb/config/mh-i386sco,
21557         gdb/config/mt-i386v32, gdb/configure.in, readline/configure.in:
21558         Fix SCO configuration stuff.
21559
21560 Tue Jan 28 23:51:07 1992  Per Bothner  (bothner at cygnus.com)
21561
21562         * Makefile.in:  For libg++, make sure the -I pointing
21563         to the gcc directory goes *after* all the libg++-local -I flags.
21564         Also, move just-gcc dependency from just-libg++ to all-libg++.
21565
21566 Tue Jan 28 12:56:24 1992  Stu Grossman  (grossman at cygnus.com)
21567
21568         * configure:  Change -x to -f to keep Ultrix /bin/test happy.
21569
21570 Sat Jan 18 17:45:11 1992  Stu Grossman  (grossman at cygnus.com)
21571
21572         * Makefile.in (make-gdb.tar.Z):  Remove texinfo targets.
21573
21574 Sat Jan 18 17:03:21 1992  Fred Fish  (fnf at cygnus.com)
21575
21576         * config.sub:  Add stratus configuration frags.  Also
21577         submitted to FSF.
21578
21579 Sat Jan 18 15:35:29 1992  Stu Grossman  (grossman at cygnus.com)
21580
21581         * Makefile.in (DEV_SUPPORT):  add configure.man.
21582
21583         * config.sub(Decode manufacturer-specific):  add -none*.
21584
21585 Fri Jan 17 17:58:05 1992  Stu Grossman  (grossman at cygnus.com)
21586
21587         * Makefile.in:  remove form feeds to make Sun's make happy.
21588         (DEVO_SUPPORT):  DOC.configure => cfg-paper.texi.
21589
21590 Sat Jan  4 16:11:44 1992  John Gilmore  (gnu at cygnus.com)
21591
21592         * Makefile.in (AR_FLAGS):  Make quieter.
21593
21594 Thu Jan  2 22:57:12 1992  John Gilmore  (gnu at cygnus.com)
21595
21596         * configure.in:  Add libg++.
21597         * configure:  When verbose, don't output the command line at each
21598         level; it will be unremarkably the same as the previous version,
21599         which will be the same as what the user typed.
21600
21601 Fri Dec 27 16:26:47 1991  K. Richard Pixley  (rich at cygnus.com)
21602
21603         * configure.in, Makefile.in: fix clean-info, add flex.  add
21604           fileutils.
21605
21606         * configure: be less sensitive to spaces in Makefile.in.  Do not
21607           look for sources in "..".  Doing so breaks subdirectories that
21608           might have their own configure.  If a subdir has it's own
21609           configure script, use it.
21610
21611 Thu Dec 26 16:30:26 1991  K. Richard Pixley  (rich at cygnus.com)
21612
21613         * cfg-paper.texi: some changes suggested by rms.
21614
21615 Thu Dec 26 10:13:36 1991  Fred Fish  (fnf at cygnus.com)
21616
21617         * config.sub:  Merge in some small additions from the FSF version,
21618         taken from the gcc distribution, to bring the Cygnus and FSF
21619         versions into closer sync.
21620
21621 Fri Dec 20 11:34:18 1991  Fred Fish  (fnf at cygnus.com)
21622
21623         * configure.in:  Changed svr4 references to sysv4.
21624
21625 Thu Dec 19 15:54:29 1991  K. Richard Pixley  (rich at cygnus.com)
21626
21627         * configure: added -V for version number option.
21628
21629 Wed Dec 18 15:39:34 1991  K. Richard Pixley  (rich at cygnus.com)
21630
21631         * DOC.configure, cfg-paper.texi: revised, updated, and texinfo'd.
21632           renamed from DOC.configure to cfg-paper.texi.
21633
21634 Mon Dec 16 23:05:19 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
21635
21636         * configure, config.subr, config.sub: config.subr is now
21637           config.sub again.
21638
21639 Fri Dec 13 01:17:06 1991  K. Richard Pixley  (rich at cygnus.com)
21640
21641         * configure.texi: new file, in progress.
21642
21643         * Makefile.in: build info file and install the man page for
21644           configure.
21645
21646         * configure.man: new file, first cut.
21647
21648         * configure: find config.subr again now that configuration "none"
21649           has gone.  removed all traces of the -ansi option.  removed all
21650           traces of the -languages option.
21651
21652         * config.subr: resync from rms.
21653
21654 Wed Dec 11 22:25:20 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
21655
21656         * configure, config.sub, config.subr: merge config.sub into
21657           config.subr, call the result config.subr, remove config.sub, use
21658           config.subr.
21659
21660         * Makefile.in: revised install for dir.info.
21661
21662 Tue Dec 10 00:04:35 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
21663
21664         * configure.in: add decstation host makefile frag.
21665
21666         * Makefile.in: BISON now bison -y again.  also install-gcc on
21667           install.  clean-gdbm on clean.  infodir belongs in datadir.
21668           Make directories for info install.  Build dir.info here then
21669           install it.
21670
21671 Mon Dec  9 16:48:33 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
21672
21673         * Makefile.in: fix for bad directory tests.
21674
21675 Sat Dec  7 00:17:01 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
21676
21677         * configure: \{1,2\} appears to be a sysv'ism.  Use a different
21678           regexp.  -srcdir relative was being handled incorrectly.
21679
21680         * Makefile.in: unwrapped some for loops so that parallel makes
21681           work again and so one can focus one's attention on a particular
21682           package.
21683
21684 Fri Dec  6 00:22:08 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
21685
21686         * configure: added PWD as a stand in for `pwd` (for speed). use
21687           elif wherever possible.  make -srcdir work without -objdir.
21688           -objdir= commented out.
21689
21690 Thu Dec  5 22:46:52 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
21691
21692         * configure: +options become --options.  -subdirs commented out.
21693           added -host, -datadir.  Renamed -destdir to -prefix.  Comment in
21694           Makefile now at top of generated Makefile.  Removed cvs log
21695           entries.  added -srcdir.  create .gdbinit only if there is one
21696           in ${srcdir}.
21697
21698         * Makefile.in: idestdir and ddestdir go away.  Added copyrights
21699           and shift gpl to v2.  Added ChangeLog if it didn't exist. docdir
21700           and mandir now keyed off datadir by default.
21701
21702 Fri Nov 22 07:38:11 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
21703
21704         * Freshly created ChangeLog.
21705
21706 \f
21707 Local Variables:
21708 mode: change-log
21709 left-margin: 8
21710 fill-column: 76
21711 version-control: never
21712 End: