Daily bump.
[platform/upstream/gcc.git] / ChangeLog
1 2022-02-22  Christophe Lyon  <christophe.lyon@foss.st.com>
2
3         * MAINTAINERS (Write After Approval): Update my e-mail address.
4
5 2022-02-08  Ulrich Weigand  <ulrich.weigand@de.ibm.com>
6
7         * MAINTAINERS: Remove Hartmut Penner as s390 maintainer.
8
9 2022-01-31  Ed Smith-Rowland  <esmithrowland@gmail.com>
10
11         * MAINTAINERS: Update my email and add myself to the DCO list.
12
13 2022-01-25  Thomas Schwinge  <thomas@codesourcery.com>
14
15         Revert:
16         2021-09-16  Andrew Pinski  <apinski@marvell.com>
17
18         PR bootstrap/67102
19         * Makefile.def: Have configure-target-libffi depend on
20         all-target-libstdc++-v3.
21         * Makefile.in: Regenerate.
22
23 2022-01-22  Jakub Jelinek  <jakub@redhat.com>
24
25         PR other/104181
26         * build.log: Remove.
27
28 2022-01-20  Martin Liska  <mliska@suse.cz>
29
30         * MAINTAINERS: Adjust email address based on IRC request.
31
32 2022-01-18  Xionghu Luo  <luoxhu@linux.ibm.com>
33
34         * MAINTAINERS: Update my email address.
35
36 2022-01-17  Martin Liska  <mliska@suse.cz>
37
38         * MAINTAINERS: Rename .c names to .cc.
39
40 2022-01-13  Jakub Jelinek  <jakub@redhat.com>
41
42         * Makefile.am: Remove.
43
44 2022-01-11  Thomas Koenig  <tkoenig@gcc.gnu.org>
45
46         * Makefile.am: New file.
47
48 2022-01-11  Martin Liska  <mliska@suse.cz>
49
50         * MAINTAINERS: Sort 2 names.
51
52 2022-01-10  Martin Liska  <mliska@suse.cz>
53
54         * MAINTAINERS: Fix obvious issues with sorting.
55
56 2022-01-07  liuhongt  <hongtao.liu@intel.com>
57
58         * build.log: New file.
59
60 2022-01-05  Nathan Sidwell  <nathan@acm.org>
61
62         * MAINTAINERS: Add DCO entry.  Sort that list.
63
64 2022-01-04  Gaius Mulley  <gaiusmod2@gmail.com>
65
66         * MAINTAINERS: Change of email address in both DCO and
67         Write After Approval list.
68
69 2021-12-21  Iain Buclaw  <ibuclaw@gdcproject.org>
70
71         * configure: Regenerate.
72
73 2021-12-21  Martin Liska  <mliska@suse.cz>
74
75         * config.sub: Change mode back to 755.
76
77 2021-12-17  Martin Liska  <mliska@suse.cz>
78
79         * config.sub: Sync from master.
80
81 2021-12-17  Martin Liska  <mliska@suse.cz>
82
83         Revert:
84         2021-12-16  Matthias Seidel  <mseidel@apache.org>
85
86         * config.sub: Fix typo.
87
88 2021-12-16  Matthias Seidel  <mseidel@apache.org>
89
90         * config.sub: Fix typo.
91
92 2021-12-16  H.J. Lu  <hjl.tools@gmail.com>
93
94         Revert:
95         2021-12-15  H.J. Lu  <hjl.tools@gmail.com>
96
97         * Makefile.tpl (AR): Add @AR_PLUGIN_OPTION@
98         (RANLIB): Add @RANLIB_PLUGIN_OPTION@.
99         * configure.ac: Include config/gcc-plugin.m4.
100         AC_SUBST AR_PLUGIN_OPTION and RANLIB_PLUGIN_OPTION.
101         * libtool.m4 (_LT_CMD_OLD_ARCHIVE): Pass --plugin to AR and
102         RANLIB if possible.
103         * Makefile.in: Regenerated.
104         * configure: Likewise.
105
106 2021-12-15  H.J. Lu  <hjl.tools@gmail.com>
107
108         * Makefile.tpl (BUILD_CFLAGS): New.
109         (CFLAGS): Append $(BUILD_CFLAGS).
110         (CXXFLAGS): Likewise.
111         (PGO_BUILD_GEN_FLAGS_TO_PASS): New.
112         (PGO_BUILD_TRAINING_CFLAGS): Likewise.
113         (PGO_BUILD_TRAINING_CXXFLAGS): Likewise.
114         (PGO_BUILD_TRAINING_FLAGS_TO_PASS): Likewise.
115         (PGO_BUILD_TRAINING_MFLAGS): Likewise.
116         (PGO_BUILD_USE_FLAGS_TO_PASS): Likewise.
117         (PGO-TRAINING-TARGETS): Likewise.
118         (PGO_BUILD_TRAINING): Likewise.
119         (all): Add '+' to the command line for recursive make.  Support
120         the PGO build.
121         * configure.ac: Add --enable-pgo-build[=lto].
122         AC_SUBST PGO_BUILD_GEN_CFLAGS, PGO_BUILD_USE_CFLAGS and
123         PGO_BUILD_LTO_CFLAGS.  Enable the PGO build in Makefile.
124         * Makefile.in: Regenerated.
125         * configure: Likewise.
126
127 2021-12-15  H.J. Lu  <hjl.tools@gmail.com>
128
129         * Makefile.tpl (AR): Add @AR_PLUGIN_OPTION@
130         (RANLIB): Add @RANLIB_PLUGIN_OPTION@.
131         * configure.ac: Include config/gcc-plugin.m4.
132         AC_SUBST AR_PLUGIN_OPTION and RANLIB_PLUGIN_OPTION.
133         * libtool.m4 (_LT_CMD_OLD_ARCHIVE): Pass --plugin to AR and
134         RANLIB if possible.
135         * Makefile.in: Regenerated.
136         * configure: Likewise.
137
138 2021-12-14  Marc Poulhiès  <poulhies@adacore.com>
139
140         * MAINTAINERS: Add myself to write after approval.
141
142 2021-12-06  Navid Rahimi  <navidrahimi@microsoft.com>
143
144         * MAINTAINERS: Adding myself.
145
146 2021-12-02  Pekka Seppänen  <pexu@gcc.mail.kapsi.fi>
147
148         * configure: Regenerate.
149         * configure.ac: For CPP_FOR_BUILD use $(CC_FOR_BUILD) -E instead of
150         $(CPP).
151
152 2021-11-30  Iain Buclaw  <ibuclaw@gdcproject.org>
153
154         * Makefile.def: Add bootstrap to libbacktrace, libphobos, zlib, and
155         libatomic.
156         * Makefile.in: Regenerate.
157         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Fix command for GDC.
158         (STAGE1_CONFIGURE_FLAGS): Add --with-libphobos-druntime-only if
159         target-libphobos-bootstrap.
160         (STAGE2_CONFIGURE_FLAGS): Likewise.
161         * configure: Regenerate.
162         * configure.ac: Add support for bootstrapping D front-end.
163
164 2021-11-16  Martin Uecker  <uecker@gcc.gnu.org>
165
166         * MAINTAINERS: Add myself to DCO section and update email address.
167
168 2021-11-16  Iain Sandoe  <iain@sandoe.co.uk>
169
170         * configure: Regenerate.
171         * configure.ac: Ensure that PIC (shared) defaults are set
172         correctly for Darwin.
173
174 2021-11-16  Jim Wilson  <jim.wilson.gcc@gmail.com>
175
176         * MAINTAINERS: Update my address.
177
178 2021-11-12  Alan Modra  <amodra@gmail.com>
179
180         * Makefile.def (configure-opcodes): Depend on configure-bfd.
181         * Makefile.in: Regenerate.
182
183 2021-11-03  Maciej W. Rozycki  <macro@embecosm.com>
184
185         * MAINTAINERS: Clarify the policy WRT the Write After Approval
186         list.
187
188 2021-11-02  Andrew Burgess  <andrew.burgess@embecosm.com>
189
190         * MAINTAINERS (Reviewers, arc): Remove my entry.
191         (Write After Approval): Add an entry for myself.
192
193 2021-10-28  Richard Purdie  <richard.purdie@linuxfoundation.org>
194
195         * Makefile.tpl: Add CPP_FOR_BUILD and CPPFLAGS_FOR_BUILD support
196         * Makefile.in: Regenerate.
197         * configure: Regenerate.
198         * configure.ac: Add CPP_FOR_BUILD and CPPFLAGS_FOR_BUILD support
199
200 2021-10-26  Jeff Law  <jeffreyalaw@gmail.com>
201
202         * MAINTAINERS: Fix up Maciej's entries.
203
204 2021-10-26  Maciej W. Rozycki  <macro@embecosm.com>
205
206         * MAINTAINERS (CPU Port Maintainers): Add myself as a VAX port
207         maintainer.
208
209 2021-10-22  Eric Gallager  <egallager@gcc.gnu.org>
210
211         PR other/102663
212         * Makefile.def: Handle install-dvi target.
213         * Makefile.tpl: Likewise.
214         * Makefile.in: Regenerate.
215
216 2021-10-19  Clément Chigot  <clement.chigot@atos.net>
217
218         * MAINTAINERS: Add myself for write after approval.
219
220 2021-10-12  Eric Gallager  <egallager@gcc.gnu.org>
221
222         * Makefile.def: Mark libcody, libdecnumber,
223         c++tools, libgcc, and libobjc as missing TAGS
224         targets.
225         * Makefile.in: Regenerate.
226
227 2021-10-07  Siddhesh Poyarekar  <siddhesh@gotplt.org>
228
229         * MAINTAINERS: Add myself to DCO section and update email
230         address.
231
232 2021-09-29  Jonathan Wakely  <jwakely@redhat.com>
233
234         * MAINTAINERS: Add myself to DCO section.
235
236 2021-09-28  Andrew Burgess  <andrew.burgess@embecosm.com>
237
238         * configure: Regenerate.
239         * configure.ac (skipdirs): Add the contents of target_configdirs if
240         we are not building gcc.
241
242 2021-09-24  Andrew Burgess  <andrew.burgess@embecosm.com>
243
244         * Makefile.def: Back-port commits ba4d88ad892f and
245         755ba58ebef0 from binutils-gdb repository.
246         * Makefile.in: Regenerated.
247
248 2021-09-20  Harald Anlauf  <anlauf@gmx.de>
249
250         * MAINTAINERS (Reviewers): Add myself as Fortran reviewer.
251
252 2021-09-17  Iain Sandoe  <iain@sandoe.co.uk>
253
254         * Makefile.def: Add a jit check target for the jit
255         language.
256         * Makefile.in: Regenerate.
257
258 2021-09-16  Andrew Pinski  <apinski@marvell.com>
259
260         PR bootstrap/67102
261         * Makefile.def: Have configure-target-libffi depend on
262         all-target-libstdc++-v3.
263         * Makefile.in: Regenerate.
264
265 2021-09-10  Petter Tomner  <tomner@kth.se>
266
267         * MAINTAINERS: Me added to DCO and write after approval
268
269 2021-09-01  YunQiang Su  <syq@debian.org>
270
271         * MAINTAINERS: Add myself for write after approval.
272
273 2021-08-31  Andrew Burgess  <andrew.burgess@embecosm.com>
274
275         * Makefile.def: Add all-gdb dependency on all-libbacktrace.
276         * Makefile.in: Regenerate.
277
278 2021-08-21  Dragan Mladjenovic  <Dragan.Mladjenovic@syrmia.com>
279
280         * MAINTAINERS: Add myself for write after approval.
281
282 2021-08-18  Iain Sandoe  <iain@sandoe.co.uk>
283
284         * Makefile.in: Regenerate.
285         * Makefile.tpl: Make the state of the configured host
286         shared flag available to makefile fragements.
287
288 2021-08-09  Hongyu Wang  <hongyu.wang@intel.com>
289
290         * MAINTAINERS (Write After Approval): Add myself.
291
292 2021-07-20  Richard Earnshaw  <rearnsha@arm.com>
293
294         * .dir-locals.el (bug-reference-url-format): Use https.
295
296 2021-07-20  Richard Earnshaw  <rearnsha@arm.com>
297
298         * .dir-locals.el (c-mode): Change fill-column to 79.
299
300 2021-07-15  Trevor Saunders  <tbsaunde@tbsaunde.org>
301
302         * MAINTAINERS: Add myself to DCO section.
303
304 2021-07-09  Iain Sandoe  <iain@sandoe.co.uk>
305
306         * configure: Regenerate.
307         * configure.ac: Adjust cases for which it is necessary to
308         include the Darwin host config fragment.
309
310 2021-07-06  Gaius Mulley  <gaius.mulley@southwales.ac.uk>
311
312         * MAINTAINERS: Add myself for write after approval and DCO.
313
314 2021-07-05  Iain Sandoe  <iain@sandoe.co.uk>
315
316         * Makefile.def: Add dsymutil defs.
317         * Makefile.in: Regenerated.
318         * Makefile.tpl: Add dsymutil to flags.
319         * configure: Regenerated.
320         * configure.ac: Add dsymutil to target and build recipes.
321
322 2021-07-01  Ankur Saini  <arsenic@sourceware.org>
323
324         * MAINTAINERS: Add myself for write after approval.
325
326 2021-06-30  Xi Ruoyao  <xry111@mengyan1223.wang>
327
328         * MAINTAINERS (Write After Approval): Add myself.
329
330 2021-06-25  Matthias Kretz  <m.kretz@gsi.de>
331
332         * MAINTAINERS: Add myself for write after approval and DCO
333
334 2021-06-24  prathamesh.kulkarni  <prathamesh.kulkarni@linaro.org>
335
336         * .gitignore: Add entry for cscope.out.
337
338 2021-06-22  liuhongt  <hongtao.liu@intel.com>
339
340         * MAINTAINERS: Remove my Write After Approval entry.
341
342 2021-06-21  liuhongt  <hongtao.liu@intel.com>
343
344         * MAINTAINERS: Add myself as maintainer of the i386 vector
345         extensions.
346
347 2021-06-18  Antoni Boucher  <bouanto@zoho.com>
348
349         * MAINTAINERS (Write After Approval): Add myself.
350
351 2021-06-17  Aldy Hernandez  <aldyh@redhat.com>
352
353         * MAINTAINERS (Various Maintainers): Add Andrew and myself
354         as *vrp and ranger maintainers.
355
356 2021-06-05  Jeff Law  <jeffreyalaw@gmail.com>
357
358         * MAINTAINERS: Adjust my entry in the DCO section so that it does
359         not trigger testsuite failures.
360
361 2021-06-05  Jeff Law  <jeffreyalaw@gmail.com>
362
363         * MAINTAINERS: Add myself to DCO section with both email addresses.
364
365 2021-06-03  Jason Merrill  <jason@redhat.com>
366
367         * MAINTAINERS: Add DCO version number.
368
369 2021-06-02  Jason Merrill  <jason@redhat.com>
370
371         * MAINTAINERS: Add DCO section.
372
373 2021-05-31  Indu Bhagat  <indu.bhagat@oracle.com>
374
375         * MAINTAINERS (Write After Approval): Add myself.
376
377 2021-05-29  Mike Frysinger  <vapier@gentoo.org>
378
379         * configure.ac: Add gnulib to configdirs for sim.
380         * configure: Regenerate.
381
382 2021-05-18  Mike Frysinger  <vapier@gentoo.org>
383
384         * Makefile.def: Add configure-sim dependency on all-gnulib.
385         * Makefile.in: Regenerated.
386
387 2021-05-17  Serge Belyshev  <belyshev@depni.sinp.msu.ru>
388
389         * MAINTAINERS (Write After Approval): Add myself.
390
391 2021-05-12  Marcel Vollweiler  <marcel@codesourcery.com>
392
393         * MAINTAINERS (Write After Approval): Add myself.
394
395 2021-05-11  Martin Liska  <mliska@suse.cz>
396
397         * MAINTAINERS: Remove entries for removed
398         components (HSA, BRIG, libhsail-rt).
399         Move Pekka to Write After Approval.
400
401 2021-05-11  Martin Liska  <mliska@suse.cz>
402
403         * Makefile.def: Remove libhsail-rt.
404         * Makefile.in: Likewise.
405         * configure.ac: Likewise.
406         * configure: Regenerate.
407         * libhsail-rt/ChangeLog: Removed.
408         * libhsail-rt/Makefile.am: Removed.
409         * libhsail-rt/Makefile.in: Removed.
410         * libhsail-rt/README: Removed.
411         * libhsail-rt/aclocal.m4: Removed.
412         * libhsail-rt/configure: Removed.
413         * libhsail-rt/configure.ac: Removed.
414         * libhsail-rt/configure.tgt: Removed.
415         * libhsail-rt/include/internal/fibers.h: Removed.
416         * libhsail-rt/include/internal/phsa-queue-interface.h: Removed.
417         * libhsail-rt/include/internal/phsa-rt.h: Removed.
418         * libhsail-rt/include/internal/workitems.h: Removed.
419         * libhsail-rt/rt/arithmetic.c: Removed.
420         * libhsail-rt/rt/atomics.c: Removed.
421         * libhsail-rt/rt/bitstring.c: Removed.
422         * libhsail-rt/rt/fbarrier.c: Removed.
423         * libhsail-rt/rt/fibers.c: Removed.
424         * libhsail-rt/rt/fp16.c: Removed.
425         * libhsail-rt/rt/misc.c: Removed.
426         * libhsail-rt/rt/multimedia.c: Removed.
427         * libhsail-rt/rt/queue.c: Removed.
428         * libhsail-rt/rt/sat_arithmetic.c: Removed.
429         * libhsail-rt/rt/segment.c: Removed.
430         * libhsail-rt/rt/workitems.c: Removed.
431         * libhsail-rt/target-config.h.in: Removed.
432
433 2021-05-04  Nick Clifton  <nickc@redhat.com>
434
435         * configure.ac (AC_PROG_CC): Replace with AC_PROG_CC_C99.
436         * configure: Regenerate.
437
438 2021-04-28  Jakub Jelinek  <jakub@redhat.com>
439             Tobias Burnus  <tobias@codesourcery.com>
440
441         * configure.ac (--enable-offload-defaulted): New.
442         * configure: Regenerate.
443
444 2021-04-23  David Faust  <david.faust@oracle.com>
445
446         * MAINTAINERS (Write After Approval): Add myself.
447
448 2021-04-11  Hafiz Abid Qadeer  <abidh@codesourcery.com>
449
450         * MAINTAINERS (Write After Approval): Add myself.
451
452 2021-03-26  Dimitar Dimitrov  <dimitar@dinux.eu>
453
454         * MAINTAINERS: Add myself as pru port maintainer.
455
456 2021-03-23  David Malcolm  <dmalcolm@redhat.com>
457
458         * MAINTAINERS: Add myself as static analyzer maintainer.
459
460 2021-03-18  Jeff Law  <jlaw@tachyum.com>
461
462         * MAINTAINERS: Update primary entry.
463
464 2021-03-13  Eugene Rozenfeld  <erozen@microsoft.com>
465
466         * MAINTAINERS (Write After Approval): Add myself.
467
468 2021-03-13  Mike Frysinger  <vapier@gentoo.org>
469
470         * Makefile.def: Remove all-sim dependency on configure-gdb.
471         * Makefile.in: Regenerated.
472
473 2021-03-11  Jeff Law  <law@redhat.com>
474
475         * MAINTAINERS: Update entries for a few ex-ImgTec employees
476
477 2021-03-11  Martin Liska  <mliska@suse.cz>
478
479         * Makefile.tpl: The change was done Makefile.in which
480         is generated file.
481
482 2021-03-08  Jeff Law  <law@redhat.com>
483
484         * MAINTAINERS: Update my email address
485
486 2021-02-23  Kito Cheng  <kito.cheng@sifive.com>
487
488         * config.guess: Import latest upstream.
489         * config.sub: Import latest upstream.
490
491 2021-01-25  Martin Liska  <mliska@suse.cz>
492
493         PR gcov-profile/98739
494         * Makefile.in: Enable -fprofile-reproducible=parallel-runs
495         for profiledbootstrap.
496
497 2021-01-22  Jonathan Wright  <jonathan.wright@arm.com>
498
499         * MAINTAINERS (Write After Approval): Add myself.
500
501 2021-01-22  Maciej W. Rozycki  <macro@orcam.me.uk>
502
503         * MAINTAINERS (Write After Approval): Update my e-mail address.
504
505 2021-01-12  Segher Boessenkool  <segher@kernel.crashing.org>
506
507         * MAINTAINERS: Fix spacing.
508
509 2021-01-12  Qian Jianhua  <qianjh@cn.fujitsu.com>
510
511         * MAINTAINERS (Write After Approval): Add myself
512
513 2021-01-06  Nick Alcock  <nick.alcock@oracle.com>
514
515         * Makefile.def: Sync with binutils-gdb:
516         (dependencies): all-ld depends on all-libctf.
517         (host_modules): libctf is no longer no_install.
518         No longer no_check.  Checking depends on all-ld.
519         * Makefile.in: Regenerated.
520
521 2021-01-05  Samuel Thibault  <samuel.thibault@ens-lyon.org>
522
523         * libtool.m4: Match gnu* along other GNU systems.
524         * libgo/config/libtool.m4: Match gnu* along other GNU systems.
525         * libgo/configure: Re-generate.
526
527 2021-01-04  Philipp Tomsich  <philipp.tomsich@vrull.eu>
528
529         * MAINTAINERS: Update my email address.
530
531 2020-12-17  Marius Hillenbrand  <mhillen@linux.ibm.com>
532
533         * MAINTAINERS (Write After Approval): Add myself.
534
535 2020-12-15  Nathan Sidwell  <nathan@acm.org>
536
537         * Makefile.def
538         * Makefile.in
539         * Makefile.tpl
540         * configure
541         * configure.ac
542
543 2020-12-15  Nathan Sidwell  <nathan@acm.org>
544
545         * Makefile.def: Add libcody.
546         * configure.ac: Add libcody.
547         * Makefile.in: Regenerated.
548         * configure: Regenerated.
549
550 2020-12-14  Andrea Corallo  <andrea.corallo@arm.com>
551
552         * .dir-locals.el (c-mode): Set 'fill-column' to 80 columns.
553
554 2020-12-05  Iain Sandoe  <iain@sandoe.co.uk>
555
556         PR target/97865
557         * libtool.m4: Update handling of Darwin platform link flags
558         for Darwin20.
559
560 2020-12-02  Simon Marchi  <simon.marchi@polymtl.ca>
561
562         * .gitignore: Sync with binutils-gdb
563
564 2020-12-02  Claudiu Zissulescu  <claziss@gmail.com>
565
566         * MAINTAINERS: Add myself as arc port maintainer.
567
568 2020-11-29  Iain Buclaw  <ibuclaw@gdcproject.org>
569
570         PR d/87788
571         * configure.ac: Don't disable D for *-*-darwin*.
572         * configure: Regenerate.
573
574 2020-11-29  John David Anglin  <danglin@gcc.gnu.org>
575
576         * libtool.m4 (archive_cmds): Add +nodefaultrpath ld option on
577         hppa64-*-hpux11*.
578
579 2020-11-25  Matthew Malcomson  <matthew.malcomson@arm.com>
580
581         * configure: Regenerate.
582         * configure.ac: Add --bootstrap-hwasan option.
583
584 2020-11-23  Iain Sandoe  <iain@sandoe.co.uk>
585
586         * config.guess: Import latest upstream.
587         * config.sub: Import latest upstream.
588
589 2020-11-16  Martin Liska  <mliska@suse.cz>
590
591         * .gitignore: Add cache as clangd uses it now.
592
593 2020-11-13  Haochen Gui  <guihaoc@gcc.gnu.org>
594
595         * MAINTAINERS (Write After Approval): add myself
596
597 2020-11-09  Pat Bernardi  <bernardi@adacore.com>
598
599         * MAINTAINERS (Write After Approval): Add myself.
600
601 2020-11-09  Jonathan Wakely  <jwakely@redhat.com>
602
603         * config-ml.in (multi-do, multi-clean): Add @ to silence recipes.
604         Remove FIXME comments.
605
606 2020-11-06  Martin Uecker  <muecker@gwdg.de>
607
608         * MAINTAINERS: Update my email address.
609
610 2020-11-06  Hongtao Liu  <hongtao.liu@intel.com>
611
612         * MAINTAINERS (Write After Approval): Add myself.
613
614 2020-10-06  Tobias Burnus  <tobias@codesourcery.com>
615
616         PR target/97302
617         * configure.ac: Only set with_gmp to /usr/local
618         if not building in tree.
619         * configure: Regenerate.
620
621 2020-09-18  Omar Tahir  <omar.tahir@arm.com>
622
623         * MAINTAINERS (Write After Approval): Add myself.
624
625 2020-08-26  Tobias Burnus  <tobias@codesourcery.com>
626
627         * MAINTAINERS (Various Maintainers): Add myself as OpenACC maintainer.
628
629 2020-08-20  Tobias Burnus  <tobias@codesourcery.com>
630
631         PR bootstrap/96612
632         * configure.ac: Run AX_CXX_COMPILE_STDCXX also for ${build} compiler,
633         if not the same as ${host}.
634         * configure: Regenerate.
635
636 2020-08-16  Sergei Trofimovich  <slyfox@gcc.gnu.org>
637
638         * MAINTAINERS (Write After Approval): Add myself.
639
640 2020-08-12  Senthil Kumar Selvaraj  <saaadhu@gcc.gnu.org>
641
642         * MAINTAINERS: Update my email address.
643
644 2020-07-30  Joe Ramsay  <joe.ramsay@arm.com>
645
646         * MAINTAINERS (Write After Approval): Add myself.
647
648 2020-07-22  Przemyslaw Wirkus  <przemyslaw.wirkus@arm.com>
649
650         * MAINTAINERS (Write After Approval): Add myself.
651
652 2020-06-12  Martin Liska  <mliska@suse.cz>
653
654         * .gitignore: Add .clang-tidy.
655
656 2020-06-08  Jason Merrill  <jason@redhat.com>
657
658         * configure.ac: Check AX_CXX_COMPILE_STDCXX if not bootstrapping.
659         * configure: Regenerate.
660
661 2020-06-06  Max Filippov  <jcmvbkbc@gmail.com>
662
663         * MAINTAINERS: Add myself as xtensa port maintainer.
664
665 2020-05-28  Nicolas Bértolo  <nicolasbertolo@gmail.com>
666
667         * configure.ac: Don't require --enable-host-shared when building
668         for Mingw.
669         * configure: Regenerate.
670
671 2020-05-18  Jason Merrill  <jason@redhat.com>
672
673         * configure.ac: Update bootstrap dialect to -std=c++11.
674
675 2020-05-18  Alex Coplan  <alex.coplan@arm.com>
676
677         * MAINTAINERS (Write After Approval): Add myself.
678
679 2020-04-29  Thomas Schwinge  <thomas@codesourcery.com>
680
681         PR target/92713
682         * configure.ac ["${ENABLE_LIBSTDCXX}" = "default" && amdgcn*-*-*]
683         (noconfigdirs): Add 'target-libstdc++-v3'.
684         * configure: Regenerate.
685
686 2020-04-21  Stephen Casner  <casner@acm.org>
687
688         PR 25830
689         * configure.ac (noconfigdirs): Exclude gdb & gprof for pdp11.
690         * configure: Rebuild.
691
692 2020-04-17  Martin Liska  <mliska@suse.cz>
693             Jonathan Yong <10walls@gmail.com>
694
695         PR gcov-profile/94570
696         * ltmain.sh: Do not define HAVE_DOS_BASED_FILE_SYSTEM
697         for CYGWIN.
698
699 2020-04-14  Martin Jambor  <mjambor@suse.cz>
700
701         * MAINTAINERS (Reviewers): Add myself as callgraph (IPA) reviewer.
702
703 2020-04-09  Tom Tromey  <tom@tromey.com>
704
705         * configure: Rebuild.
706         * Makefile.in: Rebuild.
707         * Makefile.def (gdbsupport, gdbserver): New host modules.
708         (configure-gdb): Depend on all-gdbsupport.
709         (all-gdb): Depend on all-gdbsupport, all-libctf.
710         * configure.ac (host_tools): Add gdbserver.
711         Conditionally build gdbserver and gdbsupport.
712
713 2020-03-09  Tobias Burnus  <tobias@codesourcery.com>
714
715         * configure.ac: Build libgomp by default for amdgcn.
716         * configure: Regenerate.
717
718 2020-03-05  Srinath Parvathaneni  <srinath.parvathaneni@arm.com>
719
720         * MAINTAINERS (Write After Approval): Add myself.
721
722 2020-02-28  Joel Hutton  <joel.hutton@arm.com>
723
724         * MAINTAINERS (Write After Approval) : Add myself.
725
726 2020-02-20  Palmer Dabbelt  <palmer@sifive.com>
727
728         * MAINTAINERS: Change palmer@sifive.com to palmer@dabbelt.com.
729
730 2020-02-14  Martin Sebor  <msebor@redhat.com>
731
732         * doc/extend.texi (attribute alias): Mention type requirement.
733         (attribute weak): Same.
734         (attribute weakref): Correct invalid example.
735
736 2020-02-03  Segher Boessenkool  <segher@kernel.crashing.org>
737
738         * doc/md.texi (PowerPC and IBM RS6000): Improve documentation.
739
740 2020-01-15  Segher Boessenkool  <segher@kernel.crashing.org>
741             Jakub Jelinek  <jakub@redhat.com>
742
743         * .gitattributes: Add *.md diff=md.
744
745 2020-01-14  Georg-Johann Lay  <avr@gjlay.de>
746
747         The mentioned auto-generated file is no more part of the
748
749         GCC sources, it's auto-generated in $(builddir) during build.
750
751         PR target/92055
752         * contrib/gcc_update (files_and_dependencies): Remove
753         entry for gcc/config/avr/t-multilib.
754
755 2020-01-14  Anatoly Sokolov <aesok@dol.ru>
756
757         * MAINTAINERS: Update my email address.
758
759 2020-01-13  Joseph Myers  <joseph@codesourcery.com>
760
761         * README.MOVED_TO_GIT: Remove.
762
763 2020-01-11  Joseph Myers  <joseph@codesourcery.com>
764
765         * README.MOVED_TO_GIT: New file.
766
767 2020-01-02  Dennis Zhang  <dennis.zhang@arm.com>
768
769         * MAINTAINERS (Write After Approval): Add myself.
770
771 2019-12-20  Jerome Lambourg  <lambourg@adacore.com>
772
773         * MAINTAINERS (write_after_approval): Add myself.
774
775 2019-12-19  Stam Markianos-Wright  <stam.markianos-wright@arm.com>
776
777         * MAINTAINERS (write_after_approval): Add myself.
778
779 2019-12-17  Mihail Ionescu  <mihail.ionescu@arm.com>
780
781         * MAINTAINERS (write_after_approval): Add myself.
782
783 2019-12-11  Matthias Klose  <doko@ubuntu.com>
784
785         * configure.ac: Factor out common cases for compare_exclusions.
786         * configure: Regenerate.
787
788 2019-12-11  Jozef Lawrynowicz  <jozef.l@mittosystems.com>
789
790         * config-ml.in (msp430-*-*): Support --disable-no-exceptions configure
791         flag.
792
793 2019-12-10  Lewis Hyatt  <lhyatt@gmail.com>
794
795         * MAINTAINERS (Write After Approval): Add myself.
796
797 2019-11-27  Tobias Burnus  <tobias@codesourcery.com>
798
799         PR middle-end/92463
800         * configure.ac: Use MPFR_RNDN instead of GMP's MP_RNDN.
801         * configure: Regenerate
802
803 2019-11-20  Janne Blomqvist  <jb@gcc.gnu.org>
804
805         * configure.ac: Use https for gcc.gnu.org.
806         * configure: Regenerated.
807
808 2019-11-19  James Greenhalgh  <james.greenhalgh@arm.com>
809
810         * MAINTAINERS (aarch64 port): Remove my name, move to...
811         (Write After Approval): ...Here.
812
813 2019-11-15  Kelvin Nilsen  <kelvin@gcc.gnu.org>
814
815         * MAINTAINERS: Change my email address as maintainer.
816
817 2019-11-11  Janne Blomqvist  <jb@gcc.gnu.org>
818
819         PR fortran/91828
820         * configure.ac: Bump minimum MPFR to 3.1.0, recommended to 3.1.6+.
821         * configure: Regenerated.
822
823 2019-10-21  Jason Merrill  <jason@redhat.com>
824
825         * .gitattributes: Also check ChangeLog whitespace.
826
827 2019-10-21  Andrew Burgess  <andrew.burgess@embecosm.com>
828
829         * contrib/dg-extract-results.sh: Add support for KPASS.
830         * contrib/dg-extract-results.py: Likewise.
831
832 2019-10-17  Jason Merrill  <jason@redhat.com>
833
834         * .gitattributes: Avoid {} in filename pattern.
835
836 2019-10-08  Thomas Schwinge  <thomas@codesourcery.com>
837
838         * MAINTAINERS: Add back Trevor Smigiel; move into Write After
839         Approval section.
840
841 2019-10-01  Frederik Harwath <frederik@codesourcery.com>
842
843         * MAINTAINERS: Add myself to Write After Approval
844
845 2019-09-26  Richard Sandiford  <richard.sandiford@arm.com>
846
847         * MAINTAINERS: Add myself as an aarch64 maintainer.
848
849 2019-09-26  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
850
851         * MAINTAINERS: Add myself as aarch64 maintainer.
852
853 2019-09-23  Carl Love  <cel@us.ibm.com>
854
855         * config/rs6000/vsx.md (xxswapd_v4si, xxswapd_v8hi, xxswapd_v16qi):
856         New define_insn.
857         (vsx_xxpermdi4_le_<mode> for VSX_W, vsx_xxpermdi8_le_V8HI,
858         vsx_xxpermdi16_le_V16QI): Removed define_insn.
859
860 2019-09-13  Sam Tebbs  <sam.tebbs@arm.com>
861
862         * MAINTAINERS (Sam Tebbs): Update email address.
863
864 2019-09-10  Tobias Burnus  <tobias@codesourcery.com>
865
866         * MAINTAINERS: Update my email address.
867
868 2019-09-10  Christophe Lyon  <christophe.lyon@st.com>
869
870         * libtool.m4: Handle uclinuxfdpiceabi.
871
872 2019-09-09  Jose E. Marchesi  <jose.marchesi@oracle.com>
873
874         * MAINTAINERS: Add myself as the maintainer of the eBPF port.
875         Remove myself from Write After Approval section.
876
877 2019-09-09  Jose E. Marchesi  <jose.marchesi@oracle.com>
878
879         * configure.ac: Support for bpf-*-* targets.
880         * configure: Regenerate.
881
882 2019-09-09  Jose E. Marchesi  <jose.marchesi@oracle.com>
883
884         * config.sub: Import upstream version 2019-06-30.
885         * config.guess: Import upstream version 2019-07-24.
886
887 2019-09-03  Ulrich Weigand  <uweigand@de.ibm.com>
888
889         * MAINTAINERS: Remove spu port maintainers.
890
891 2019-08-28  Martin Liska  <mliska@suse.cz>
892
893         * .gitignore: Add .clangd and compile_commands.json
894         to .gitignore.
895
896 2019-08-23  Michael Forney  <mforney@mforney.org>
897
898         * Makefile.tpl (HOST_EXPORTS): Add CXX_FOR_BUILD.
899         * Makefile.in: Regenerate.
900
901 2019-08-19  Tom Tromey  <tom@tromey.com>
902
903         * configure: Rebuild.
904         * configure.ac: Add --with-static-standard-libraries.
905
906 2019-08-16  Alexandre Oliva <oliva@gnu.org>
907
908         * MAINTAINERS: aoliva from @redhat.com to @gcc.gnu.org.
909
910 2019-08-13  Mark Eggleston  <mark.eggleston@codethink.co.uk>
911
912         * MAINTAINERS (Write After Approval): Add myself.
913
914 2019-07-08  Kito Cheng  <kito.cheng@sifive.com>
915
916         * MAINTAINERS (Write After Approval): Remove myself, already listed in
917         RISC-V port maitainer.
918
919 2019-07-08  Kito Cheng  <kito.cheng@sifive.com>
920
921         * MAINTAINERS (Write After Approval): Fix the list sorted by surname.
922
923 2019-07-08  Kito Cheng  <kito.cheng@sifive.com>
924
925         * MAINTAINERS (Write After Approval): Add myself.
926
927 2019-07-03  Andrea Corallo  <andrea.corallo@arm.com>
928
929         * MAINTAINERS (Write After Approval): Add myself.
930
931 2019-06-25  Martin Liska  <mliska@suse.cz>
932
933         contrib/filter-clang-warnings.py: Transform from
934         filter-rtags-warnings.py.
935
936 2019-06-15  Tom Tromey  <tom@tromey.com>
937
938         * configure.ac (host_libs): Add gnulib.
939         * configure: Rebuild.
940         * Makefile.def (host_modules, dependencies): Add gnulib.
941         * Makefile.in: Rebuild.
942
943 2019-06-12  Dimitar Dimitrov  <dimitar@dinux.eu>
944
945         * MAINTAINERS (Write After Approval): Add myself.
946
947 2019-06-12  Dimitar Dimitrov  <dimitar@dinux.eu>
948
949         * configure: Regenerate.
950         * configure.ac: Add PRU target.
951
952 2019-06-11  Matthew Beliveau  <mbelivea@redhat.com>
953
954         * MAINTAINERS (Write After Approval): Add myself.
955
956 2019-06-11  Nick Clifton  <nickc@redhat.com>
957
958         Import these changes from the binutils/gdb repository:
959
960         2019-05-28  Nick Alcock  <nick.alcock@oracle.com>
961
962         * Makefile.def (dependencies): configure-libctf depends on all-bfd
963         and all its deps.
964         * Makefile.in: Regenerated.
965
966         2019-05-28  Nick Alcock  <nick.alcock@oracle.com>
967
968         * Makefile.def (host_modules): Add libctf.
969         * Makefile.def (dependencies): Likewise.
970         libctf depends on zlib, libiberty, and bfd.
971         * Makefile.in: Regenerated.
972         * configure.ac (host_libs): Add libctf.
973         * configure: Regenerated.
974
975 2019-05-20  Vladislav Ivanishin  <vlad@ispras.ru>
976
977         * MAINTAINERS (Write After Approval): Add myself.
978
979 2019-05-19  Peter Bergner  <bergner@linux.ibm.com>
980
981         * MAINTAINERS: Update my email address.
982
983 2019-05-17  Thomas Rodgers  <trodgers@redhat.com>
984
985         * MAINTAINERS (Write After Approval): Add myself.
986
987 2019-05-16  Jun Ma  <junma@linux.alibaba.com>
988
989         * MAINTAINERS (Write After Approval): Add myself.
990
991 2019-05-07  Jim Wilson  <jimw@sifive.com>
992
993         * MAINTAINERS: Remove myself as IA-64 maintainer.
994
995 2019-05-04  Roland Illig  <roland.illig@gmx.de>
996
997         * MAINTAINERS (Write After Approval): Add myself.
998
999 2019-05-02  Richard Biener  <rguenther@suse.de>
1000
1001         PR bootstrap/85574
1002         * Makefile.tpl (compare target): Also compare extra-compare
1003         files.
1004         * Makefile.in: Regenerate.
1005
1006 2019-04-22  Roman Zhuykov  <zhroma@ispras.ru>
1007
1008         * MAINTAINERS (Various Maintainers): Remove Ayal Zaks and add myself
1009         as modulo-scheduler maintainer.
1010
1011 2019-04-21  Iain Sandoe  <iain@sandoe.co.uk>
1012
1013         * MAINTAINERS: Add myself as co-maintainer for Darwin.
1014
1015 2019-04-18  Iain Sandoe  <iain@sandoe.co.uk>
1016
1017         * MAINTAINERS: Update my email address.
1018
1019 2019-04-14  Johannes Pfau  <johannespfau@gmail.com>
1020
1021         * configure.ac: Remove d from unsupported languages on mingw and cygwin.
1022         * configure: Regenerate.
1023
1024 2019-04-14  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1025
1026         * configure.ac (enable_libphobos): Check LIBPHOBOS_SUPPORTED.
1027         * configure: Regenerate.
1028
1029 2019-04-12  Iain Buclaw  <ibuclaw@gdcproject.org>
1030
1031         * configure.ac: Add target-zlib to target_libraries.
1032         * configure: Regenerate.
1033
1034 2019-04-09  Martin Liska  <mliska@suse.cz>
1035
1036         * Makefile.in: Regenerate.
1037         * Makefile.tpl: Pass GENERATOR_CFLAGS
1038         in all stages.
1039
1040 2019-03-28  Martin Liska  <mliska@suse.cz>
1041
1042         PR bootstrap/89829
1043         * Makefile.in: Revert r254150.
1044         * Makefile.tpl: Likewise.
1045
1046 2019-03-28  Ben Elliston  <bje@gnu.org>
1047
1048         * MAINTAINERS (Various Maintainers): Remove myself from dfp.c and
1049         related, and libdecnumber.
1050
1051 2019-03-15  Alexander Monakov  <amonakov@ispras.ru>
1052
1053         * MAINTAINERS (Reviewers): Add myself as selective scheduling reviewer.
1054         (Write After Approval): Remove myself.
1055
1056 2019-02-27  Alejandro Martinez  <alejandro.martinezvicente@arm.com>
1057
1058         * MAINTAINERS (Write After Approval): Add myself.
1059
1060 2019-02-11  Andrew Stubbs  <ams@codesourcery.com>
1061
1062         * MAINTAINERS (amdgcn port): Add myself and Julian Brown.
1063         (Write After Approval): Remove myself and Julian.
1064
1065 2019-01-26  Harald Anlauf  <anlauf@gmx.de>
1066
1067         * MAINTAINERS (Write After Approval): Add myself.
1068
1069 2019-01-25  Kwok Cheung Yeung  <kcy@codesourcery.com>
1070
1071         * MAINTAINERS (Write After Approval): Add myself.
1072
1073 2019-01-24  Xiong Hu Luo  <luoxhu@linux.vnet.ibm.com>
1074
1075         * ChangeLog: Replace space with tab.
1076         * MAINTAINERS: Delete 1 tab to keep alignment.
1077
1078 2019-01-21  Jiufu Guo  <guojiufu@linux.ibm.com>
1079
1080         * MAINTAINERS (Write After Approval): Add myself.
1081
1082 2019-01-18  Li Jia He  <helijia@gcc.gnu.org>
1083
1084         * MAINTAINERS (Write After Approval): Add myself.
1085
1086 2019-01-17  Andrew Stubbs  <ams@codesourcery.com>
1087             Kwok Cheung Yeung  <kcy@codesourcery.com>
1088             Julian Brown  <julian@codesourcery.com>
1089             Tom de Vries  <tom@codesourcery.com>
1090             Jan Hubicka  <hubicka@ucw.cz>
1091             Martin Jambor  <mjambor@suse.cz>
1092
1093         * configure.ac: Likewise.
1094         * configure: Regenerate.
1095         * contrib/config-list.mk: Add amdgcn-amdhsa.
1096
1097 2019-01-16  Kewen Lin  <linkw@gcc.gnu.org>
1098
1099         * MAINTAINERS (Write After Approval): Add myself.
1100
1101 2019-01-16  Xiong Hu Luo  <luoxhu@linux.vnet.ibm.com>
1102
1103         * MAINTAINERS (Write After Approval): Add myself.
1104
1105 2019-01-03  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1106
1107         PR target/88535
1108         * config.guess: Import upstream version 2019-01-03.
1109         * config.sub: Import upstream version 2019-01-01.
1110
1111 2018-12-21  Thomas Preud'homme  <thomas.preudhomme@linaro.org>
1112
1113         * MAINTAINERS (Write After Approval): Update my maintainer address.
1114
1115 2018-12-21  Gergö Barany  <gergo@codesourcery.com>
1116
1117         * MAINTAINERS (Write After Approval): Add myself.
1118
1119 2018-12-10  Segher Boessenkool  <segher@kernel.crashing.org>
1120
1121         * contrib/config-list.mk: Remove powerpc-eabispe and powerpc-linux_spe.
1122
1123 2018-12-05  Iain Sandoe  <iain@sandoe.co.uk>
1124
1125         * configure.ac (NCN_STRICT_CHECK_TOOLS): Check otool.
1126         (ACX_CHECK_INSTALLED_TARGET_TOOL): Likewise
1127         (GCC_TARGET_TOOL): Likewise.
1128         * Makefile.tpl (HOST_EXPORTS): Add OTOOL, OTOOL_FOR_TARGET.
1129         (BASE_TARGET_EXPORTS): OTOOL, export OTOOL_FOR_TARGET.
1130         OTOOL, OTOOL_FOR_TARGET: New substitutions.
1131         (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS): Add OTOOL.
1132         * configure: Regenerate.
1133         * Makefile.in: Likewise.
1134
1135 2018-11-28  Johannes Pfau  <johannespfau@gmail.com>
1136
1137         * MAINTAINERS (Write After Approval): Add myself.
1138
1139 2018-11-13  Martin Liska  <mliska@suse.cz>
1140
1141         * gcc.target/i386/pr87930.c: Move to ...
1142         * gcc.dg/asan/pr87930.c: ... here.  Guard for i?86/x86_64 targets.
1143
1144 2018-11-10  Stafford Horne  <shorne@gmail.com>
1145
1146         * MAINTAINERS (CPU Port Maintainers): Add myself for or1k.
1147         (Write After Approval): Remove myself.
1148
1149 2018-11-06  Hafiz Abid Qadeer  <abidh@codesourcery.com>
1150
1151         * config/iconv.m4 (AM_ICONV_LINK): Don't overwrite CPPFLAGS.
1152         Append $INCICONV to it.
1153
1154 2018-11-04  Stafford Horne  <shorne@gmail.com>
1155
1156         * MAINTAINERS (Write After Approval): Add myself.
1157
1158 2018-10-31  Joseph Myers  <joseph@codesourcery.com>
1159
1160         PR bootstrap/82856
1161         * multilib.am: New file.  From automake.
1162
1163         Merge from binutils-gdb:
1164         2018-06-19  Simon Marchi  <simon.marchi@ericsson.com>
1165
1166         * libtool.m4: Use AC_LANG_SOURCE.
1167         * configure.ac: Remove AC_PREREQ, use AC_LANG_SOURCE.
1168         * ar-lib: New file.
1169         * test-driver: New file.
1170         * configure: Re-generate.
1171
1172 2018-10-31  Michael Ploujnikov  <michael.ploujnikov@oracle.com>
1173
1174         * MAINTAINERS (Write After Approval): Add myself.
1175
1176 2018-10-31  Iain Buclaw  <ibuclaw@gdcproject.org>
1177
1178         PR bootstrap/87788
1179         PR d/87799
1180         * configure: Rebuild.
1181         * configure.ac: Disable D on systems where it is known not to work.
1182
1183 2018-10-28  Iain Buclaw  <ibuclaw@gdcproject.org>
1184
1185         * Makefile.def (target_modules): Add libphobos.
1186         (flags_to_pass): Add GDC, GDCFLAGS, GDC_FOR_TARGET and
1187         GDCFLAGS_FOR_TARGET.
1188         (dependencies): Make libphobos depend on libatomic, libbacktrace
1189         configure, and zlib configure.
1190         (language): Add language d.
1191         * Makefile.in: Rebuild.
1192         * Makefile.tpl (BUILD_EXPORTS): Add GDC and GDCFLAGS.
1193         (HOST_EXPORTS): Add GDC.
1194         (POSTSTAGE1_HOST_EXPORTS): Add GDC and GDC_FOR_BUILD.
1195         (BASE_TARGET_EXPORTS): Add GDC.
1196         (GDC_FOR_BUILD, GDC, GDCFLAGS): New variables.
1197         (GDC_FOR_TARGET, GDC_FLAGS_FOR_TARGET): New variables.
1198         (EXTRA_HOST_FLAGS): Add GDC.
1199         (STAGE1_FLAGS_TO_PASS): Add GDC.
1200         (EXTRA_TARGET_FLAGS): Add GDC and GDCFLAGS.
1201         * config-ml.in: Treat GDC and GDCFLAGS like other compiler/flag
1202         environment variables.
1203         * configure: Rebuild.
1204         * configure.ac: Add target-libphobos to target_libraries.  Set and
1205         substitute GDC_FOR_BUILD and GDC_FOR_TARGET.
1206
1207 2018-10-24  Ilya Leoshkevich  <iii@linux.ibm.com>
1208
1209         * MAINTAINERS (Write After Approval): Add myself.
1210
1211 2018-10-23  Iain Buclaw  <ibuclaw@gdcproject.org>
1212
1213         * MAINTAINERS (Write After Approval): Remove myself.
1214
1215 2018-10-23  Iain Buclaw  <ibuclaw@gdcproject.org>
1216
1217         * MAINTAINERS: Add myself as D front-end and libphobos maintainer.
1218
1219 2018-10-14  Bin Cheng <bin.cheng@linux.alibaba.com>
1220
1221         * MAINTAINERS: Update my email address.
1222
1223 2018-10-04  Thomas Schwinge  <thomas@codesourcery.com>
1224
1225         * MAINTAINERS: List myself as "libgomp (OpenACC)" and "OpenACC"
1226         maintainer.
1227
1228 2018-09-13  Matthew Malcomson  <matthew.malcomson@arm.com>
1229
1230         * MAINTAINERS (Write After Approval): Add self.
1231
1232 2018-09-13  Sam Tebbs  <sam.tebbs@arm.com>
1233
1234         * MAINTAINERS (write after approval): Add myself.
1235
1236 2018-09-04  Xuepeng Guo  <xuepeng.guo@intel.com>
1237
1238         * MAINTAINERS: Update my email address.
1239
1240 2018-08-29  Vlad Lazar  <vlad.lazar@arm.com>
1241
1242         * MAINTAINERS (write after approval): Add myself.
1243
1244 2018-08-21  Richard Sandiford  <richard.sandiford@arm.com>
1245
1246         * MAINTAINERS: Add self to global reviewers list.
1247
1248 2018-08-17  Sandra Loosemore  <sandra@codesourcery.com>
1249
1250         MAINTAINERS: Add c-sky port maintainers.
1251
1252 2018-08-10  Martin Liska  <mliska@suse.cz>
1253
1254         * MAINTAINERS: Revert change in previous commit and
1255         join lines.
1256
1257 2018-08-10  Martin Liska  <mliska@suse.cz>
1258
1259         * MAINTAINERS: Remove extra line.
1260
1261 2018-08-06  Naveen H.S  <naveenh@marvell.com>
1262
1263         * MAINTAINERS: Update my email address.
1264
1265 2018-07-19  DJ Delorie  <dj@redhat.com>
1266
1267         * MAINTAINERS (m32c, msp43, rl78, libiberty, build): Remove myself
1268         as maintainer.
1269
1270 2018-07-16  Andreas Krebbel  <krebbel@linux.ibm.com>
1271
1272         * MAINTAINERS: Adjust email address for me and my colleague Robin
1273         Dapp.
1274
1275 2018-07-13  H.J. Lu  <hongjiu.lu@intel.com>
1276             Sunil K Pandey  <sunil.k.pandey@intel.com>
1277
1278         PR target/84413
1279         * config/i386/i386.c (m_CORE_AVX512): New.
1280         (m_CORE_AVX2): Likewise.
1281         (m_CORE_ALL): Add m_CORE_AVX2.
1282         * config/i386/x86-tune.def: Replace m_HASWELL with m_CORE_AVX2.
1283         Replace m_SKYLAKE_AVX512 with m_CORE_AVX512 on avx256_optimal
1284         and remove the rest of m_SKYLAKE_AVX512.
1285
1286 2018-07-06  Sebastian Huber  <sebastian.huber@embedded-brains.de>
1287
1288         * config.sub: Sync with upstream version 2018-07-03.
1289
1290 2018-07-06  Sebastian Huber  <sebastian.huber@embedded-brains.de>
1291
1292         * config.guess: Sync with upstream version 2018-06-26.
1293         * config.sub: Sync with upstream version 2018-07-02.
1294
1295 2018-06-19  Bernhard M. Wiedemann  <bwiedemann@suse.de>
1296
1297         * libtool.m4: Sort output of 'find' to enable deterministic builds.
1298         * ltmain.sh: Likewise.
1299
1300 2018-07-03  Segher Boessenkool  <segher@kernel.crashing.org>
1301
1302         * contrib/config-list.mk: Remove powerpc-linux_paired.
1303
1304 2018-06-29  Alexandre Oliva <oliva@adacore.com>
1305
1306         * configure.ac: Introduce support for @unless/@endunless.
1307         * Makefile.tpl (dep-kind): Rewrite with cond; return
1308         postbootstrap in some cases.
1309         (make-postboot-dep, postboot-targets): New.
1310         (dependencies): Do not output postbootstrap dependencies at
1311         first.  Output non-target ones changed for configure to depend
1312         on stage_last @if gcc-bootstrap, and the original deps @unless
1313         gcc-bootstrap.
1314         * configure.in, Makefile.in: Rebuilt.
1315
1316 2018-06-28  Jackson Woodruff  <jackson.woodruff@arm.com>
1317
1318         * MAINTAINERS (write after approval): Add myself.
1319
1320 2018-06-26  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
1321
1322         * MAINTAINERS (write after approval): Add myself.
1323
1324 2018-06-19  Nick Clifton  <nickc@redhat.com>
1325
1326         * zlib/configure.ac: Restore old behaviour of only enabling
1327         multilibs when a target subdirectory is defined.  This allows
1328         building with srcdir == builddir.
1329         * zlib/configure: Regenerate.
1330
1331 2018-06-18  Eric Botcazou  <ebotcazou@adacore.com>
1332
1333         * Makefile.def (fortran): Add check-target-libgomp-fortran.
1334         * Makefile.tpl (check-target-libgomp-fortran): New phony target.
1335         * Makefile.in: Regenerate.
1336
1337 2018-06-16  Ben Elliston  <bje@gnu.org>
1338
1339         * config.guess: Import latest version.
1340         * config.sub: Likewise.
1341
1342 2018-06-08  Martin Liska  <mliska@suse.cz>
1343
1344         * MAINTAINERS: Remove MPX-related entries.
1345         * Makefile.def: Remove libmpx support.
1346         * Makefile.in: Regenerate.
1347         * configure.ac: Remove removed files.
1348         * configure: Regenerate.
1349         * libmpx/ChangeLog: Remove.
1350         * libmpx/Makefile.am: Remove.
1351         * libmpx/Makefile.in: Remove.
1352         * libmpx/acinclude.m4: Remove.
1353         * libmpx/aclocal.m4: Remove.
1354         * libmpx/config.h.in: Remove.
1355         * libmpx/configure: Remove.
1356         * libmpx/configure.ac: Remove.
1357         * libmpx/configure.tgt: Remove.
1358         * libmpx/libmpx.spec.in: Remove.
1359         * libmpx/mpxrt/Makefile.am: Remove.
1360         * libmpx/mpxrt/Makefile.in: Remove.
1361         * libmpx/mpxrt/libmpx.map: Remove.
1362         * libmpx/mpxrt/libtool-version: Remove.
1363         * libmpx/mpxrt/mpxrt-utils.c: Remove.
1364         * libmpx/mpxrt/mpxrt-utils.h: Remove.
1365         * libmpx/mpxrt/mpxrt.c: Remove.
1366         * libmpx/mpxrt/mpxrt.h: Remove.
1367         * libmpx/mpxwrap/Makefile.am: Remove.
1368         * libmpx/mpxwrap/Makefile.in: Remove.
1369         * libmpx/mpxwrap/libmpxwrappers.map: Remove.
1370         * libmpx/mpxwrap/libtool-version: Remove.
1371         * libmpx/mpxwrap/mpx_wrappers.c: Remove.
1372
1373 2018-06-04  Martin Liska  <mliska@suse.cz>
1374
1375         * MAINTAINERS: Add myself as gcov maintainer.
1376
1377 2018-06-04  Matthew Fortune  <mfortune@gmail.com>
1378
1379         * MAINTAINERS: Update my email address.
1380
1381 2018-06-04  Tom de Vries  <tdevries@suse.de>
1382
1383         * MAINTAINERS: Remove write-after-approval entries for component
1384         maintainers.
1385
1386 2018-06-01  Jozef Lawrynowicz  <jozef.l@mittosystems.com>
1387
1388         * MAINTAINERS (write after approval): Add myself.
1389
1390 2018-06-01  Bin Cheng <amker@gcc.gnu.org>
1391
1392         * MAINTAINERS: Update my email address.
1393
1394 2018-06-01  Tom de Vries  <tdevries@suse.de>
1395
1396         * MAINTAINERS: Update my email address.
1397
1398 2018-05-22  Bin Cheng <bin.cheng@arm.com>
1399
1400         * MAINTAINERS (loop-optimizer): Add myself.
1401
1402 2018-05-01  Francois H. Theron  <francois.theron@netronome.com>
1403
1404         * configure.ac: Added "nfp" target.
1405         * configure: Regenerate.
1406
1407 2018-04-30  Richard Biener  <rguenther@suse.de>
1408
1409         PR bootstrap/85571
1410         * Makefile.tpl (STAGE3_CFLAGS): Use -fchecking=1.
1411         (STAGE3_TFLAGS): Likewise.
1412         (STAGEtrain_CFLAGS): Filter out -fchecking=1.
1413         (STAGEtrain_TFLAGS): Likewise.
1414         * Makefile.in: Regenerate.
1415
1416 2018-04-26  Richard Biener  <rguenther@suse.de>
1417
1418         * Makefile.tpl (STAGE1_TFLAGS): Add -fno-checking.
1419         (STAGE2_CFLAGS): Likewise.
1420         (STAGE2_TFLAGS): Likewise.
1421         (STAGE3_CFLAGS): Add -fchecking.
1422         (STAGE3_TFLAGS): Likewise.
1423         (STAGEtrain_CFLAGS): Filter out -fchecking.
1424         (STAGEtrain_TFLAGS): Likewise.
1425         * Makefile.in: Re-generate.
1426
1427 2018-04-25  Catherine Moore <clm@codesourcery.com>
1428
1429         * MAINTAINERS (mips): Remove myself as MIPS maintainer.
1430
1431 2018-04-18  Paul Clarke  <pc@us.ibm.com>
1432
1433         * MAINTAINERS (write after approval): Add myself.
1434
1435 2018-04-10  Aaron Sawdey  <acsawdey@linux.ibm.com>
1436
1437         * MAINTAINERS: Update my email address.
1438
1439 2018-04-02  Bill Schmidt  <wschmidt@linux.ibm.com>
1440
1441         * MAINTAINERS: Remove redundant Write-After-Approval entry.
1442
1443 2018-03-30  Bill Schmidt  <wschmidt@linux.ibm.com>
1444
1445         * MAINTAINERS: Update my email address and disambiguate myself
1446         a bit from Will Schmidt.
1447
1448 2018-03-21  Nathan Sidwell  <nathan@acm.org>
1449
1450         * MAINTAINERS: Move maintainers of now-removed picochip and score
1451         ports to write after approval.
1452
1453 2018-03-13  Richard Sandiford  <richard.sandiford@arm.com>
1454
1455         * MAINTAINERS: Add entry for SVE maintainership.
1456
1457 2018-02-13  Maciej W. Rozycki  <macro@mips.com>
1458
1459         * configure.ac <wasm32-*-*> (noconfigdirs): Add `ld'.
1460         * configure: Regenerate.
1461
1462 2018-01-18  Boris Kolpackov  <boris@codesynthesis.com>
1463
1464         * MAINTAINERS (write after approval): Add myself.
1465
1466 2018-01-18  Siddhesh Poyarekar  <siddhesh@sourceware.org>
1467
1468         * MAINTAINERS (write after approval): Add myself.
1469
1470 2018-01-16  Sebastian Perta  <sebastian.perta@renesas.com>
1471
1472         * MAINTAINERS (write after approval): Add myself.
1473
1474 2018-01-03  Jakub Jelinek  <jakub@redhat.com>
1475
1476         Update copyright years.
1477
1478 2018-01-03  Ben Elliston  <bje@gnu.org>
1479
1480         * config.guess: Import latest version.
1481         * config.sub: Likewise.
1482
1483 2017-12-12  Stafford Horne  <shorne@gmail.com>
1484
1485         * configure.ac: Remove logic adding gdb to noconfigsdirs for or1k.
1486         * configure: Regenerate.
1487
1488 2017-11-29  Qing Zhao  <qing.zhao@oracle.com>
1489
1490         * MAINTAINERS (Write After Approval): Add myself.
1491
1492 2017-11-28  Julia Koval  <julia.koval@intel.com>
1493             Sebastian Peryt  <sebastian.peryt@intel.com>
1494
1495         * Makefile.def (target_modules): Remove libcilkrts.
1496         * Makefile.in: Ditto.
1497         * configure: Ditto.
1498         * configure.ac: Ditto.
1499
1500 2017-11-28  Julia Koval  <julia.koval@intel.com>
1501
1502         * MAINTAINERS (Write After Approval): Add myself.
1503
1504 2017-11-22  Sudakshina Das  <sudi.das@arm.com>
1505
1506         * MAINTAINERS (Write After Approval): Add myself.
1507
1508 2017-11-06  Palmer Dabbelt  <palmer@sifive.com>
1509
1510         * MAINTAINERS (RISC-V): Add Jim Wilson as a maintainer.
1511         Use my SiFive email address.
1512
1513 2017-11-15  Sebastian Peryt  <sebastian.peryt@intel.com>
1514
1515         * MAINTAINERS (write after approval): Add myself.
1516
1517 2017-10-27  Martin Liska  <mliska@suse.cz>
1518
1519         * Makefile.tpl: Use proper name of folder as it was renamed
1520         during transition to 4 stages.
1521         * Makefile.in: Regenerate.
1522
1523 2017-10-16  Igor Tsimbalist  <igor.v.tsimbalist@intel.com>
1524
1525         * MAINTAINERS (write after approval): Add myself.
1526
1527 2017-10-01  Gerald Pfeifer  <gerald@pfeifer.com>
1528
1529         * MAINTAINERS: Add a note that maintainership also includes web
1530         pages, docs, and testsuite related to that area.
1531
1532 2017-09-25  Tom de Vries  <tom@codesourcery.com>
1533
1534         * MAINTAINERS (CPU Port Maintainers): Add myself as nvptx maintainer.
1535
1536 2017-09-18  Pierre-Marie de Rodat  <derodat@adacore.com>
1537
1538         * MAINTAINERS: Add myself as a maintainer for the Ada front end.
1539
1540 2017-09-15  Nathan Sidwell  <nathan@acm.org>
1541
1542         * MAINTAINERS: Remove myself as a vxworks maintainer.
1543
1544 2017-09-13  Thomas Schwinge  <thomas@codesourcery.com>
1545
1546         * MAINTAINERS: Remove email address of Jim Norris.
1547
1548 2017-09-11  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
1549
1550         * MAINTAINERS (Reviewers): Move myself from here...
1551         (CPU Port Maintainers): ... to here.
1552
1553 2017-09-09  James Greenhalgh  <james.greenhalgh@arm.com>
1554
1555         * MAINTAINERS (James Greenhalgh): Move to AArch64 maintainers.
1556
1557 2017-07-31  Robin Dapp  <rdapp@linux.vnet.ibm.com>
1558
1559         * MAINTAINERS (write after approval): Add myself.
1560
1561 2017-07-28  Tony Reix  <tony.reix@atos.net>
1562
1563         * configure.ac (target-libffi): Don't disable for AIX.
1564         (go): Don't add to unsupported_languages on AIX.
1565         (target-libgo): Don't disable for AIX.
1566         * configure: Regenerate.
1567
1568 2017-07-19  Yury Gribov  <tetra2005@gmail.com>
1569
1570         * MAINTAINERS: Add myself.
1571
1572 2017-07-18  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
1573
1574         * MAINTAINERS: Update my email address.
1575
1576 2017-07-04  Richard Earnshaw  <rearnsha@arm.com>
1577
1578         * contrib/gcc_update (files_and_dependencies): Remove stamp rules for
1579         arm-specific auto-generated header files.
1580
1581 2017-07-03  Nathan Sidwell  <nathan@acm.org>
1582
1583         * configure.ac: Set srcdir when sourcing config-lang.in fragments.
1584         * configure: Rebuilt.
1585
1586 2017-07-03  Bernd Schmidt  <bschmidt@redhat.com>
1587
1588         * MAINTAINERS: Readd myself for c6x.
1589
1590 2017-06-28  Martin Liska  <mliska@suse.cz>
1591
1592         PR bootstrap/81217
1593         * Makefile.def: Remove superfluous bootstrap_target from
1594         bootstrap_stage.
1595         * Makefile.in: Re-generate the file.
1596
1597 2017-06-26  Maxim Ostapenko  <m.ostapenko@samsung.com>
1598
1599         * MAINTAINERS: Add myself to Write After Approval
1600
1601 2017-06-21  Andrew Jenner  <andrew@codesourcery.com>
1602
1603         * MAINTAINERS: Add myself as maintainer for PowerPC SPE port.
1604
1605 2017-06-19  Martin Liska  <mliska@suse.cz>
1606
1607         * Makefile.def: Define 4 stages PGO bootstrap.
1608         * Makefile.tpl: Define FLAGS.
1609         * Makefile.in: Regenerate.
1610
1611 2017-06-14  Ian Lance Taylor  <iant@golang.org>
1612
1613         * Makefile.def: Add check-gotools to go check targets.
1614         * Makefile.in: Rebuild.
1615
1616 2017-06-12  Segher Boessenkool  <segher@kernel.crashing.org>
1617
1618         * config.gcc: Remove rs6000/e500.h from tm_file for all targets.
1619
1620 2017-06-03  Eric Botcazou  <ebotcazou@adacore.com>
1621
1622         * configure.ac (*-*-linux-android*): Set target_makefile_frag.
1623         * configure: Regenerate.
1624
1625 2017-05-31  Martin Liska  <mliska@suse.cz>
1626
1627         * configure.ac: Add handling of stage2_werror_flags to
1628         action-if-given and to action-if-not-given.
1629         * configure: Regenerate.
1630
1631 2017-05-31  Prakhar Bahuguna  <prakhar.bahuguna@arm.com>
1632
1633         * MAINTAINERS: Add self to Write After Approval
1634
1635 2017-05-27  Bernd Schmidt  <bschmidt@redhat.com>
1636
1637         * MAINTAINERS: Update my email address, and remove myself as
1638         maintainer in some areas.
1639
1640 2017-05-25  Eric Gallager  <egall@gwmail.gwu.edu>
1641
1642         * MAINTAINERS: Add self to Write After Approval
1643
1644 2017-05-25  Nathan Sidwell  <nathan@acm.org>
1645
1646         * configure.ac: Add --enable-languages=default to mean default and
1647         make --enable-languages=all mean all supported languages.
1648         * configure: Regenerated.
1649
1650 2017-05-24  Segher Boessenkool  <segher@kernel.crashing.org>
1651
1652         * config.gcc (powerpc*-*-*spe*): New.
1653         (powerpc-*-eabispe*): Use ${cpu_type} instead of hardcoded pathnames.
1654         (powerpc-*-rtems*spe*): New.
1655         (powerpc*-*-linux*spe*): New.
1656         (powerpc-wrs-vxworksspe): New.
1657         (powerpc*-*-*, rs6000-*-*): Use ${cpu_type}.
1658         (misc flags) [powerpc*-*-*, rs6000-*-*): Use ${cpu_type}.
1659         * config.host (powerpc*-*-*spe*): New.
1660
1661 2017-05-19  Martin Liska  <mliska@suse.cz>
1662
1663         * configure.ac: Add --enable-werror-always just for
1664         bootstrap-debug (or none build config) and do not add it
1665         when we are on a release branch.
1666         * configure: Regenerated.
1667
1668 2017-05-18  Sheldon Lobo  <sheldon.lobo@oracle.com>
1669
1670         * MAINTAINERS: Add self to Write After Approval
1671
1672 2017-05-09  Kaz Kojima  <kkojima@gcc.gnu.org>
1673
1674         * MAINTAINERS: Move myself to Write After Approval section.
1675
1676 2017-05-09  Claudiu Zissulescu  <claziss@synopsys.com>
1677
1678         * config/arc/arc.c (arc_conditional_register_usage): Handle ACCL,
1679         ACCH registers.
1680         * config/arc/arc.md (mulsidi3): Use advanced mpy instructions when
1681         available.
1682         (umulsidi3): Likewise.
1683         (mulsidi3_700): Disable this pattern when we have advanced mpy
1684         instructions.
1685         (umulsidi3_700): Likewise.
1686         (maddsidi4): New pattern.
1687         (macd, mac, mac_r, umaddsidi4, macdu, macu, macu_r): Likewise.
1688         (mpyd_arcv2hs, mpyd_imm_arcv2hs, mpydu_arcv2hs): Likewise.
1689         (mpydu_imm_arcv2hs): Likewise.
1690         * config/arc/predicates.md (accl_operand): New predicate.
1691
1692 2017-05-09  Claudiu Zissulescu  <claziss@synopsys.com>
1693             Andrew Burgess <andrew.burgess@embecosm.com>
1694
1695         * config/arc/arc.c (ARC_AUTOBLINK_IRQ_P): Consider fast interrupts
1696         case.
1697         (ARC_AUTOFP_IRQ_P): Likewise.
1698         (ARC_AUTO_IRQ_P): Likewise.
1699         (rgf_banked_register_count): New variable.
1700         (parse_mrgf_banked_regs_option): New function.
1701         (arc_override_options): Handle rgf_banked_regs option.
1702         (arc_handle_interrupt_attribute): Add firq option.
1703         (arc_compute_function_type): Return fast irq type when required.
1704         (arc_must_save_register): Handle fast interrupts.
1705         (arc_expand_prologue): Do not emit dwarf info for fast interrupts.
1706         (arc_return_address_regs): Update.
1707         * config/arc/arc.h (arc_return_address_regs): Update.
1708         (arc_function_type): Add fast interrupt type.
1709         (ARC_INTERRUPT_P): Update.
1710         (RC_FAST_INTERRUPT_P): Define.
1711         * config/arc/arc.md (simple_return): Update for fast interrupts.
1712         (p_return_i): Likewise.
1713         * config/arc/arc.opt (mrgf-banked-regs): New option.
1714         * doc/invoke.texi (mrgf-banked-regs): Document.
1715
1716 2017-05-09  Claudiu Zissulescu  <claziss@synopsys.com>
1717
1718         * config/arc/arc.c (irq_ctrl_saved): New variable.
1719         (ARC_AUTOBLINK_IRQ_P): Define.
1720         (ARC_AUTOFP_IRQ_P): Likewise.
1721         (ARC_AUTO_IRQ_P): Likewise.
1722         (irq_range): New function.
1723         (arc_must_save_register): Likewise.
1724         (arc_must_save_return_addr): Likewise.
1725         (arc_dwarf_emit_irq_save_regs): Likewise.
1726         (arc_override_options): Handle deferred options.
1727         (MUST_SAVE_REGISTER): Deleted, replaced by arc_must_save_register.
1728         (MUST_SAVE_RETURN_ADDR): Deleted, replaced by
1729         arc_must_save_return_addr.
1730         (arc_compute_frame_size): Handle automated save and restore of
1731         registers.
1732         (arc_expand_prologue): Likewise.
1733         (arc_expand_epilogue): Likewise.
1734         * config/arc/arc.md (stack_irq_dwarf): New unspec instruction.
1735         * config/arc/arc.opt (mirq-ctrl-saved): New option.
1736         * doc/invoke.texi (mirq-ctrl-saved): Document option.
1737
1738 2017-04-19  Thomas Koenig  <tkoenig@gcc.gnu.org>
1739         Tobias Burnus  <tobias.burnus@physik.fu-berlin.de>
1740
1741         PR bootstrap/77661
1742         * Makefile.def: Don't pass --enable-maintainer-mode on to an
1743         in-tree build MPC.
1744         * Makefile.in: Regenerate.
1745
1746 2017-03-22  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
1747
1748         * configure.ac: Enable LTO by default on darwin >= 9.
1749         * configure: Regenerate.
1750
1751 2017-03-20  Palmer Dabbelt  <palmer@dabbelt.com>
1752
1753         * MAINTAINERS (CPU Port Maintainers): Add Kito Cheng, Palmer Dabbelt,
1754         and Andrew Waterman as the RISC-V maintainers.
1755
1756 2017-03-18  Nicolas Koenig  <koenigni@gcc.gnu.org>
1757
1758         * MAINTAINERS: Add self to Write After Approval
1759
1760 2017-03-18  Gerald Pfeifer  <gerald@pfeifer.com>
1761
1762         * config.guess: Import latest from upstream.
1763
1764 2017-03-18  Gerald Pfeifer  <gerald@pfeifer.com>
1765
1766         * MAINTAINERS (Write After Approval): Remove entries that are
1767         already covered under Reviewers.
1768
1769 2017-03-08  Mark Wielaard  <mark@klomp.org>
1770
1771         PR demangler/70909
1772         PR demangler/67264
1773         * include/demangle.h: Add d_printing to struct demangle_component
1774         and pass struct demangle_component as non const.
1775
1776 2017-02-26  Gerald Pfeifer  <gerald@pfeifer.com>
1777
1778         * MAINTAINERS: Remove Neil Booth as option handling maintainer.
1779
1780 2017-02-15  Thomas Schwinge  <thomas@codesourcery.com>
1781
1782         * Makefile.tpl: Remove HOST_ISLVER.
1783         (HOST_EXPORTS): Remove ISLVER.
1784         * Makefile.in: Regenerate.
1785
1786 2017-02-13  Richard Biener  <rguenther@suse.de>
1787
1788         * configure: Re-generate.
1789
1790 2017-02-07  Gerald Pfeifer  <gerald@pfeifer.com>
1791
1792         * MAINTAINERS: Adjust bug reporting URL.
1793
1794 2017-02-05  Gerald Pfeifer  <gerald@pfeifer.com>
1795
1796         * MAINTAINERS (Write After Approval): Remove redundant entry
1797         for Andrew Burgess.
1798
1799 2017-02-03  John David Anglin  <danglin@gcc.gnu.org>
1800
1801         * configure.ac: Add gcc/function-tests.o to compare_exclusions for
1802         32-bit hppa*-*-hpux*.
1803         * configure: Regenerate.
1804
1805 2017-01-27  Pekka Jääskeläinen  <pekka.jaaskelainen@parmance.com>
1806
1807         * configure.ac: Moved the white list of enabling BRIG FE to
1808         libhsail-rt/configure.tgt.
1809         * configure: Regenerated.
1810         * MAINTAINERS: Updated maintainers for BRIG FE and libhsail-rt.
1811
1812 2017-01-24  Pekka Jääskeläinen  <pekka@parmance.com>
1813             Martin Jambor  <mjambor@suse.cz>
1814
1815         * Makefile.def (target_modules): Added libhsail-rt.
1816         (languages): Added language brig.
1817         * Makefile.in: Regenerated.
1818         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Added
1819         tgarget-libhsail-rt.  Make brig unsupported on untested architectures.
1820         * configure: Regenerated.
1821
1822 2017-01-17  Jakub Jelinek  <jakub@redhat.com>
1823
1824         PR other/79046
1825         * configure: Regenerated.
1826
1827 2017-01-04  Alan Modra  <amodra@gmail.com>
1828
1829         * configure: Regenerate.
1830
1831 2016-12-29  Ben Elliston  <bje@gnu.org>
1832
1833         * config.sub: Import latest version.
1834
1835 2016-12-26  Alexander Ivchenko  <alexander.ivchenko@intel.com>
1836
1837         * MAINTAINERS (Write After Approval): Add myself.
1838
1839 2016-12-21  Jakub Jelinek  <jakub@redhat.com>
1840
1841         * configure.ac: Don't bootstrap libmpx unless --with-build-config
1842         includes bootstrap-mpx.
1843         * configure: Regenerated.
1844
1845 2016-12-19  Chenghua Xu  <paul.hua.gm@gmail.com>
1846
1847         * MAINTAINERS (Write After Approval): Add myself.
1848
1849 2016-12-01  Ma Jiang  <ma.jiang@zte.com.cn>
1850
1851         * configure: Regenerate.
1852
1853 2016-12-01  Matthias Klose  <doko@ubuntu.com>
1854
1855         * configure.ac: Don't use pkg-config to check for bdw-gc.
1856         * configure: Regenerate.
1857
1858 2016-11-30  Matthias Klose  <doko@ubuntu.com>
1859
1860         * Makefile.def: Remove reference to boehm-gc target module.
1861         * configure.ac: Include pkg.m4, check for --with-target-bdw-gc
1862         options and for the bdw-gc pkg-config module.
1863         * configure: Regenerate.
1864         * Makefile.in: Regenerate.
1865
1866 2016-11-28  Nathan Sidwell  <nathan@acm.org>
1867
1868         * MAINTAINERS (nvptx): Remove self.
1869
1870 2016-11-25  Ben Elliston  <bje@gnu.org>
1871
1872         * config.guess: Import latest version.
1873         * config.sub: Likewise.
1874
1875 2016-11-18  Toma Tabacu  <toma.tabacu@imgtec.com>
1876
1877         * MAINTAINERS (Write After Approval): Add myself.
1878
1879 2016-11-15  Matthias Klose  <doko@ubuntu.com>
1880
1881         * Makefile.def: Remove references to GCJ.
1882         * Makefile.tpl: Likewise.
1883         * Makefile.in: Regenerate.
1884
1885 2016-11-15  Matthias Klose  <doko@ubuntu.com>
1886
1887         * config-ml.in: Remove references to GCJ.
1888         * configure.ac: Likewise.
1889         * configure: Regenerate.
1890
1891 2016-11-01  Josh Conner  <joshconner@google.com>
1892
1893         * MAINTAINERS (Write After Approval): Update email address,
1894
1895 2016-10-27  Carl Love  <cel@us.ibm.com>
1896
1897         * MAINTAINERS (Write After Approval): Fix my entry in the Write After
1898         Approval list to make it alphabetical.
1899
1900 2016-10-27  Carl Love  <cel@us.ibm.com>
1901
1902         * MAINTAINERS (Write After Approval): Add myself.
1903
1904 2016-10-27  Andrew Burgess  <andrew.burgess@embecosm.com>
1905
1906         * MAINTAINERS (Reviewers): Add myself.
1907         (Write After Approval): Add myself.
1908
1909 2016-10-21  Hartmut Penner  <hepenner@us.ibm.com>
1910             Ulrich Weigand  <uweigand@de.ibm.com>
1911
1912         * MAINTAINERS: Update email address.
1913
1914 2016-10-10  Nathan Sidwell  <nathan@acm.org>
1915
1916         * MAINTAINERS: Update email address.
1917
1918 2016-10-10  Andreas Tobler <andreast@gcc.gnu.org>
1919
1920         * configure.ac: Add aarch64-*-freebsd*.
1921         * configure: Regenerate.
1922
1923 2016-10-05  Steve Ellcey  <sellcey@caviumnetworks.com>
1924
1925         * MAINTAINERS: Update email address after it got reverted.
1926
1927 2016-10-04  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1928
1929         * configure.ac (target_libraries): Readd target-boehm-gc.
1930         Restore --enable-objc-gc handling.
1931         * configure: Regenerate.
1932
1933 2015-10-03  Jeff Law  <law@redhat.com>
1934
1935         * MAINTAINERS: Move several inactive maintainers to the
1936         write-after-approval section.
1937
1938 2016-09-30  Jakub Jelinek  <jakub@redhat.com>
1939
1940         * configure.ac: Add target-libffi to target_libraries.
1941         Readd libgcj target disablings, modified to only target-libffi.
1942         Readd target addition of go to unsupported languages.
1943         * configure: Regenerated.
1944
1945 2016-09-30  Steve Ellcey  <sellcey@caviumnetworks.com>
1946
1947         * MAINTAINERS: Update email address.
1948
1949 2016-09-30  Andrew Haley  <aph@redhat.com>
1950
1951         * MAINTAINERS: Remove Per Bothner, Andrew Haley, and Tom Tromey from
1952         write-after approval.  Remove Tom Tromey and Bryce McKinlay from
1953         libgcj.
1954
1955 2016-09-30  Andrew Haley  <aph@redhat.com>
1956
1957         * MAINTAINERS: Move Per Bothner, Andrew Haley, and Tom Tromey to
1958         write-after approval after GCJ deletion.
1959
1960 2016-09-30  Andrew Haley  <aph@redhat.com>
1961
1962         * Makefile.def: Remove libjava.
1963         * Makefile.tpl: Likewise.
1964         * Makefile.in: Regenerate.
1965         * configure.ac: Likewise.
1966         * configure: Likewise.
1967         * gcc/java: Remove.
1968         * libjava: Likewise.
1969
1970 2016-09-28  Claudiu Zissulescu  <claziss@synopsys.com>
1971
1972         * MAINTAINERS (Reviewers): Add myself.
1973
1974 2016-09-26  Anton Kolesov  <Anton.Kolesov@synopsys.com>
1975
1976         * configure.ac: Disable "sim" directory for arc*-*-*.
1977         * configure: Regenerated.
1978
1979 2016-09-23  Tamar Christina <tamar.christina@arm.com>
1980
1981         * MAINTAINERS (Write After Approval): Add myself.
1982
1983 2016-09-12  Maciej W. Rozycki  <macro@imgtec.com>
1984
1985         * configure.ac: Check for the minimum in-tree MPFR version
1986         handled.
1987         * configure: Regenerate.
1988
1989 2016-07-20  Yan-Ting Lin  <currygt52@gmail.com>
1990
1991         * configure.ac (nds32*-*-*): Remove entry to enable gdb.
1992         * configure: Regenerated.
1993
1994 2016-07-19  Fritz Reese  <fritzoreese@gmail.com>
1995
1996         * MAINTAINERS (Write After Approval): Add myself.
1997
1998 2016-06-23  Andi Kleen  <ak@linux.intel.com>
1999
2000         * Makefile.def: Add autoprofiledbootstrap.
2001         * Makefile.tpl: Dito.
2002         * Makefile.in: Regenerate.
2003
2004 2016-06-23  Jakub Sejdak  <jakub.sejdak@phoesys.com>
2005
2006     * configure.ac: Disable libgcj and libgloss for Phoenix-RTOS targets.
2007     * configure: Regenerate.
2008
2009 2016-06-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
2010
2011         * configure: Regenerate.
2012         * configure.ac: Remove support for avr-rtems.
2013
2014 2016-06-18  Senthil Kumar Selvaraj  <senthil_kumar.selvaraj@atmel.com>
2015
2016         * MAINTAINERS (Write After Approval): Add myself.
2017
2018 2016-06-16  Michael Collison  <michael.collison@arm.com>
2019
2020         * MAINTAINERS (Write After Approval): Add myself.
2021
2022 2016-06-14  Mikael Morin  <mikael@gcc.gnu.org>
2023
2024         * MAINTAINERS (Write After Approval): Update e-mail address.
2025
2026 2016-06-03  Jose E. Marchesi  <jose.marchesi@oracle.com>
2027
2028         * MAINTAINERS (Write After Approval): Add myself.
2029
2030 2016-05-28  Alan Modra  <amodra@gmail.com>
2031
2032         * Makefile.tpl (configure): Depend on m4 files included.
2033         * Makefile.in: Regenerate.
2034
2035 2016-05-20  Bill Seurer  <seurer@linux.vnet.ibm.com>
2036
2037         * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin): Fix
2038         code formatting in ALTIVEC_BUILTIN_VEC_ADDE section.
2039
2040 2016-05-20  Bill Seurer  <seurer@linux.vnet.ibm.com>
2041
2042         * config/rs6000/rs6000-builtin.def (vec_addec): Change vec_addec to a
2043         special case builtin.
2044         * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin): Add
2045         support for ALTIVEC_BUILTIN_VEC_ADDEC.
2046         * config/rs6000/rs6000.c (altivec_init_builtins): Add definition
2047         for __builtin_vec_addec.
2048
2049 2016-05-16  Jakub Sejdak  <jakub.sejdak@phoesys.com>
2050
2051         * config.guess: Import version 2016-04-02 (newest).
2052         * config.sub: Import version 2016-05-10 (newest).
2053
2054 2016-05-16  Anton Kolesov  <anton.kolesov@synopsys.com>
2055
2056         * configure.ac: Add ARC support to libgloss.
2057         * configure: Regenerate
2058
2059 2016-05-09  Aaron Sawdey  <acsawdey@linux.vnet.ibm.com>
2060
2061         * MAINTAINERS (Write After Approval): Add myself.
2062
2063 2016-05-02  Bernd Edlinger  <bernd.edlinger@hotmail.de>
2064
2065         * configure.ac (mpfr): Remove pre-3.1.0 mpfr compatibility code.
2066         * configure: Regenerated.
2067         * Makefile.def (gmp): Explicitly disable assembler.
2068         (mpfr): Adjust lib_path.
2069         (mpc): Likewise.
2070         * Makefile.in: Regenerated.
2071
2072 2016-05-01  Jakub Jelinek  <jakub@redhat.com>
2073
2074         PR bootstrap/70704
2075         * configure.ac (--enable-stage1-checking): Add missing
2076         --enable-checking=.
2077         * configure: Regenerated.
2078
2079 2016-04-30  Oleg Endo  <olegendo@gcc.gnu.org>
2080
2081         * config.guess: Revert r235676.
2082         * config.sub: Revert r235676.
2083
2084 2016-04-30  Oleg Endo  <olegendo@gcc.gnu.org>
2085
2086         * config.guess: Remove SH5 support.
2087         * config.sub: Likewise.
2088         * configure: Likewise.
2089         * configure.ac: Likewise.
2090
2091 2016-04-26  Jakub Jelinek  <jakub@redhat.com>
2092
2093         PR bootstrap/70704
2094         * configure.ac (--enable-stage1-checking): For --disable-checking or
2095         implicit --enable-checking, make sure extra flag matches in between
2096         stage1 and later checking.
2097         * configure: Regenerated.
2098
2099 2016-04-22  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
2100
2101         * .gitattributes: New file.
2102
2103 2016-04-22  Segher Boessenkool  <segher@kernel.crashing.org>
2104
2105         * MAINTAINERS (rs6000/powerpc port): Add myself.
2106
2107 2016-04-13  Segher Boessenkool  <segher@kernel.crashing.org>
2108
2109         PR bootstrap/70173
2110         * Makefile.tpl (local-distclean): Delete the libcc1, gnattools,
2111         and gotools directories.  Delete the stage_final file.
2112         * Makefile.in: Regenerate.
2113
2114 2016-04-12  Andre Vieira  <andre.simoesdiasvieira@arm.com>
2115
2116         * MAINTAINERS (Write After Approval): Add myself.
2117
2118 2016-04-09  Steven G. Kargl  <kargl@gcc.gnu.org>
2119
2120         * MAINTAINERS (Fortran maintainer): Remove myself.
2121
2122 2016-04-04  Bill Seurer  <seurer@linux.vnet.ibm.com>
2123
2124         * MAINTAINERS (Write After Approval): Add myself.
2125
2126 2016-03-29  Kelvin Nilsen  <kdnilsen@linux.vnet.ibm.com>
2127
2128         * MAINTAINERS (Write After Approval): Add myself.
2129
2130 2016-03-17  Cary Coutant  <ccoutant@gmail.com>
2131
2132         Sync with binutils-gdb:
2133
2134         2016-03-17  Cary Coutant  <ccoutant@gmail.com>
2135
2136         * configure.ac: Add mips and s390 to the gold target check.
2137         * configure: Regenerate.
2138
2139 2016-03-01  DJ Delorie  <dj@redhat.com>
2140
2141         * MAINTAINERS (mep): Remove myself as MeP maintainer.
2142
2143 2016-02-22  David Malcolm  <dmalcolm@redhat.com>
2144
2145         * MAINTAINERS (libcpp): Add myself.
2146         (diagnostic messages): Likewise.
2147
2148 2016-02-20  Tom de Vries  <tom@codesourcery.com>
2149
2150         * MAINTAINERS: Fix whitespace.
2151
2152 2016-02-02  Claudiu Zissulescu  <claziss@synopsys.com>
2153
2154         * MAINTAINERS (Write After Approval): Add myself.
2155
2156 2016-01-29  Sebastian Pop  <s.pop@samsung.com>
2157
2158         * config/isl.m4: Add comments about isl-0.16.
2159         * configure: Regenerate.
2160
2161 2016-01-29  Martin Jambor  <mjambor@suse.cz>
2162
2163         * MAINTAINERS (hsa maintainers): Add myself.
2164
2165 2015-01-27  Wilco Dijkstra  <wdijkstr@arm.com>
2166
2167         * MAINTAINERS: (Write After Approval): Add myself.
2168
2169 2016-01-25  Aditya Kumar  <aditya.k7@samsung.com>
2170             Sebastian Pop  <s.pop@samsung.com>
2171
2172         * Makefile.in: Regenerate.
2173         * Makefile.tpl: Export ISLVER.
2174         * configure: Regenerate.
2175         * config/isl.m4: Detect isl-0.15.
2176
2177 2016-01-24  Mikhail Maltsev  <maltsevm@gmail.com>
2178
2179         PR bootstrap/69329
2180         * Makefile.tpl (BASE_FLAGS_TO_PASS): Add LSAN_OPTIONS.
2181         * Makefile.in: Regenerate.
2182
2183 2016-01-12  Andris Pavenis  <andris.pavenis@iki.fi>
2184
2185         * configure.ac: Enable LTO for DJGPP
2186         * configure: Regenerate
2187
2188 2016-01-12  H.J. Lu  <hongjiu.lu@intel.com>
2189
2190         Sync with binutils-gdb:
2191         2015-10-21  Nick Clifton  <nickc@redhat.com>
2192
2193         PR gas/19109
2194         * configure.ac: Note the 'none' is an acceptable argument to
2195         --enable-compressed-debug-sections.
2196         * configure: Regenerate.
2197
2198 2016-01-12  Bernd Edlinger  <bernd.edlinger@hotmail.de>
2199
2200         PR bootstrap/69134
2201         * Makefile.def (mpfr): Disable assembler.
2202         * Makefile.in: Regenerate.
2203
2204 2016-01-01  Ben Elliston  <bje@gnu.org>
2205
2206         * config.guess: Import version 2016-01-01.
2207         * config.sub: Likewise.
2208
2209 2015-12-18  Sujoy Saraswati  <sujoy.saraswati@hpe.com>
2210
2211         * MAINTAINERS (Write After Approval): Add myself.
2212
2213 2015-12-17  Sebastian Pop  <s.pop@samsung.com>
2214
2215         * Makefile.in: Replace ISL with isl.
2216         * Makefile.tpl: Same.
2217         * config/isl.m4: Same.
2218         * configure.ac: Same.
2219         * contrib/download_prerequisites: Same.
2220         * configure: Regenerate.
2221
2222 2015-12-17  Andris Pavenis  <andris.pavenis@iki.fi>
2223
2224         * MAINTAINERS (Write After Approval): Add Myself.
2225
2226 2015-12-17  Nathan Sidwell  <nathan@acm.org>
2227
2228         * config/isl.m4 (ISL_CHECK_VERSION): Add gmp libs.
2229         * configure: Regenerate.
2230
2231 2015-12-16  Aditya Kumar  <aditya.k7@samsung.com>
2232             Sebastian Pop  <s.pop@samsung.com>
2233
2234         * config/isl.m4 (ISL_CHECK_VERSION): Check for
2235         isl_ctx_get_max_operations.
2236         * configure: Regenerate.
2237
2238 2015-12-15  Alessandro Fanfarillo  <fanfarillo.gcc@gmail.com>
2239
2240         * MAINTAINERS (Write After Approval): Add myself.
2241
2242 2015-12-02  Ian Lance Taylor  <iant@google.com>
2243
2244         PR go/66147
2245         * Makefile.tpl (HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET.
2246         * Makefile.in: Regenerate.
2247
2248 2015-12-01  Andreas Tobler  <andreast@gcc.gnu.org>
2249
2250         PR libffi/65726
2251         * Makefile.def (lang_env_dependencies): Make libffi depend
2252         on cxx.
2253         * Makefile.in: Regenerate.
2254
2255 2015-11-26  David Edelsohn  <dje.gcc@gmail.com>
2256
2257         * m4/libtool.m4 (export_symbols_cmds) [AIX]: Add global TLS "L"
2258         symbols.
2259
2260 2015-11-20  Tristan Gingold  <gingold@adacore.com>
2261
2262         Sync with binutils-gdb:
2263         2015-11-20  Tristan Gingold  <gingold@adacore.com>
2264
2265         * configure.ac: Add aarch64-*-darwin* and arm-*-darwin*.
2266         * configure: Regenerate.
2267
2268 2015-11-19  Martin Liska  <mliska@suse.cz>
2269
2270         * .gitignore: Add .clang-format to ignored files.
2271         * Makefile.in: Add clang-format.
2272         * Makefile.tpl: Likewise.
2273
2274 2015-11-13  Tsvetkova Alexandra  <aleksandra.tsvetkova@intel.com>
2275
2276         * configure.ac: Enable libmpx by default.
2277         * configure: Regenerated.
2278
2279 2015-10-23  Steve Ellcey  <sellcey@imgtec.com>
2280
2281         * MAINTAINERS: Update email address.
2282
2283 2015-10-23  Paulo Matos  <pmatos@linki.tools>
2284
2285         * MAINTAINERS: Update email address.
2286
2287 2015-10-23  Alan Hayward <alan.hayward@arm.com>
2288
2289         * MAINTAINERS  (Write After Approval): Add myself.
2290
2291 2015-10-20  H.J. Lu  <hongjiu.lu@intel.com>
2292
2293         Sync with binutils-gdb:
2294         2015-10-20  H.J. Lu  <hongjiu.lu@intel.com>
2295
2296         PR gas/19109
2297         * configure.ac: Add
2298         --enable-compressed-debug-sections={all,gas,gold,ld}.
2299         * configure: Regenerated.
2300
2301 2015-10-16  Arnaud Charlet  <charlet@adacore.com>
2302
2303         * MAINTAINERS: Update list of Ada maintainers and email addresses.
2304
2305 2015-10-09  Martin Liska  <mliska@suse.cz>
2306
2307         * MAINTAINERS (Write After Approval): Add myself.
2308
2309 2015-10-09  Alexander Fomin <alexander.fomin@intel.com>
2310
2311         * MAINTAINERS (Write After Approval): Add myself.
2312
2313 2015-10-02  Florian Weimer  <fweimer@redhat.com>
2314
2315         * MAINTAINERS: Update email address.
2316
2317 2015-10-02  Louis Krupp <louis.krupp@zoho.com>
2318
2319         * MAINTAINERS  (Write After Approval): Add myself.
2320
2321 2015-09-20  Kai Tietz  <ktietz70@googlemail.com>
2322
2323         * MAINTAINERS: Update email.
2324
2325 2015-09-14  Bernd Schmidt  <bschmidt@redhat.com>
2326
2327         * MAINTAINERS: Update my email address.
2328
2329 2015-09-01  James Bowman  <james.bowman@ftdichip.com>
2330
2331         * MAINTAINERS (ft32 port): Add myself.
2332
2333 2015-08-28  David Sherwood  <david.sherwood@arm.com>
2334
2335         * MAINTAINERS: Add myself.
2336
2337 2015-08-27  Patrick Marlier  <patrick.marlier@gmail.com>
2338
2339         * MAINTAINERS (Write After Approval): Add myself.
2340
2341 2015-08-23  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
2342
2343         PR libfortran/54572
2344         * Makefile.def: Make libgfortran depend on libbacktrace.
2345         * Makefile.in: Regenerate.
2346
2347 2015-08-20  Simon Dardis  <simon.dardis@imgtec.com>
2348
2349         * MAINTAINERS (Write After Approval): Add myself.
2350
2351 2015-08-12  Tom de Vries  <tom@codesourcery.com>
2352
2353         PR other/67092
2354         * configure.ac: Remove --with_host_libstdcxx support.
2355         * configure: Regenerate.
2356
2357 2015-08-10  Thomas Schwinge  <thomas@codesourcery.com>
2358             Jakub Jelinek  <jakub@redhat.com>
2359
2360         * configure.ac (noconfigdirs): Don't add "target-libgomp" for target
2361         nvptx*-*-*.
2362         * configure: Regenerate.
2363
2364 2015-08-06  Yaakov Selkowitz  <yselkowi@redhat.com>
2365
2366         * Makefile.def (libiconv): Define bootstrap=true.
2367         Mark pdf/html/info as missing.
2368         (configure-gcc): Depend on all-libiconv.
2369         (all-gcc): Ditto.
2370         (configure-libcpp): Ditto.
2371         (all-libcpp): Ditto.
2372         (configure-intl): Ditto.
2373         (all-intl): Ditto.
2374         * Makefile.in: Regenerate.
2375
2376 2015-08-03  Bin Cheng  <bin.cheng@arm.com>
2377
2378         * MAINTAINERS (loop ivopts): Add the entry and myself.
2379
2380 2015-07-31  Nathan Sidwell  <nathan@codesourcery.com>
2381
2382         * MAINTAINERS (nvptx): Add self.
2383
2384 2015-07-29  Alan Lawrence  <alan.lawrence@arm.com>
2385
2386         * config/aarch64/iterators.md (VRL2, VRL3, VRL4): Remove values for
2387         128-bit vector modes.
2388
2389 2015-07-29  Ville Voutilainen  <ville.voutilainen@gmail.com>
2390
2391         * MAINTAINERS (Write After Approval): Add myself.
2392
2393 2015-07-28  Ben Elliston  <bje@gnu.org>
2394
2395         * config.sub, config.guess: Import from upstream.
2396
2397 2015-07-24  Michael Darling  <darlingm@gmail.com>
2398
2399         PR other/66259
2400         * config-ml.in: Reflects renaming of configure.in to configure.ac
2401         * configure: Likewise
2402         * configure.ac: Likewise
2403
2404 2015-07-23  Bernd Schmidt  <bernds_cb1@t-online.de>
2405
2406         * MAINTAINERS: Update my email address.
2407
2408 2015-07-14  H.J. Lu  <hongjiu.lu@intel.com>
2409
2410         Sync with binutils-gdb:
2411         2015-03-17  H.J. Lu  <hongjiu.lu@intel.com>
2412
2413         * configure.ac (target_configdirs): Exclude target-zlib if
2414         target-libjava isn't built.
2415         * configure: Regenerated.
2416
2417 2015-07-14  H.J. Lu  <hongjiu.lu@intel.com>
2418
2419         Sync with binutils-gdb:
2420         2015-05-13  John David Anglin  <dave.anglin@bell.net>
2421
2422         * configure.ac: Disable configuration of GDB for HPUX targets.
2423         * configure: Regenerate.
2424
2425         2015-04-01  H.J. Lu  <hongjiu.lu@intel.com>
2426
2427         * configure.ac: Add --with-system-zlib.
2428         * configure: Regenerated.
2429
2430         2015-01-28  James Bowman  <james.bowman@ftdichip.com>
2431
2432         * configure.ac: Add FT32 support.
2433         * configure: Regenerate.
2434
2435         2015-01-12  Anthony Green  <green@moxielogic.com>
2436
2437         * configure.ac: Don't disable gprof for moxie.
2438         * configure: Rebuild.
2439
2440 2015-07-14  H.J. Lu  <hongjiu.lu@intel.com>
2441
2442         Sync with binutils-gdb:
2443         2015-05-01  H.J. Lu  <hongjiu.lu@intel.com>
2444
2445         PR ld/18355
2446         * Makefile.def: Add extra_configure_flags to host zlib.
2447         * configure.ac (extra_host_zlib_configure_flags): New.  Set
2448         to --enable-host-shared When bfd is to be built as shared
2449         library.  AC_SUBST.
2450         * Makefile.in: Regenerated.
2451
2452 2015-07-14  Hans-Peter Nilsson  <hp@bitrange.com>
2453
2454         Sync with src:
2455         2015-03-30  H.J. Lu  <hongjiu.lu@intel.com>
2456         * Makefile.def (dependencies): Add all-zlib to all-bfd.
2457         * Makefile.in: Regenerated.
2458
2459 2015-06-30  H.J. Lu  <hongjiu.lu@intel.com>
2460
2461         * configure.ac (ospace_frag): Enable for i?86*-*-elfiamcu
2462         target.
2463         * configure: Regenerate.
2464
2465 2015-06-23  Ludovic Courtès  <ludo@gnu.org>
2466
2467         * MAINTAINERS (Write After Approval): Add myself.
2468
2469 2015-06-22  Andreas Tobler  <andreast@gcc.gnu.org>
2470
2471         * MAINTAINERS (OS Port Maintainers): Add myself.
2472         (Various Maintainers): Remove myself from libffi testsuite.
2473
2474 2015-06-04  Richard Sandiford  <richard.sandiford@arm.com>
2475
2476         * MAINTAINERS (gen* on machine desc): Add self.
2477
2478 2015-06-02  Jason Merrill  <jason@redhat.com>
2479
2480         PR bootstrap/66319
2481         * configure.ac: Use -std=gnu++98.
2482
2483 2015-06-02  Szabolcs Nagy  <szabolcs.nagy@arm.com>
2484
2485         * MAINTAINERS (Write After Approval): Add myself.
2486
2487 2015-05-28  Mike Frysinger  <vapier@gentoo.org>
2488
2489         * configure.ac (--vtable-verify): Use AS_HELP_STRING for help.
2490         * configure: Regenerate.
2491
2492 2015-05-26  Jason Merrill  <jason@redhat.com>
2493
2494         * configure.ac: When bootstrapping with GCC, add -std=c++98 to CXX.
2495         * configure: Regenerate.
2496
2497 2015-05-16  James Bowman  <james.bowman@ftdichip.com>
2498
2499         * configure.ac: FT32 target added.
2500         * configure: Regenerated.
2501
2502 2015-05-16  Iain Buclaw  <ibuclaw@gdcproject.org>
2503
2504         * MAINTAINERS (Write After Approval): Add myself.
2505
2506 2015-05-11  Paulo Matos  <paulo@matos-sorge.com>
2507
2508         * MAINTAINERS (Write After Approval): Add myself.
2509
2510 2015-05-11  Paulo Matos  <paulo@matos-sorge.com>
2511
2512         * configure.ac: Fix typo.
2513         * configure: Regenerate.
2514
2515 2015-05-10  Mikhail Maltsev  <maltsevm@gmail.com>
2516
2517         * MAINTAINERS (Write After Approval): Add myself.
2518
2519 2015-05-03  Matthias Klose  <doko@ubuntu.com>
2520
2521         * configure.ac: Match $host configured with triplets.
2522         * configure: Regenerate.
2523
2524 2015-04-22  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
2525
2526         * Makefile.tpl: Remove surplus whitespace throughout.
2527         * Makefile.in: Regenerate.
2528
2529 2015-04-20  Segher Boessenkool  <segher@kernel.crashing.org>
2530
2531         * MAINTAINERS (Various Maintainers): Add myself as instruction
2532         combiner maintainer.
2533
2534 2015-04-17  Jakub Jelinek  <jakub@redhat.com>
2535
2536         PR bootstrap/62077
2537         * configure.ac (--enable-stage1-checking): Default to
2538         release,misc,gimple,rtlflag,tree,types if --disable-checking
2539         or --enable-checking is not specified and DEV-PHASE is not
2540         experimental.
2541         * configure: Regenerated.
2542
2543 2015-04-14  Max Ostapenko  <m.ostapenko@partner.samsung.com>
2544
2545         * Makefile.tpl (EXTRA_HOST_EXPORTS): New variables.
2546         (EXTRA_BOOTSTRAP_FLAGS): Likewise.
2547         (check-[+module+]): Add EXTRA_HOST_EXPORTS and EXTRA_BOOTSTRAP_FLAGS.
2548         * Makefile.in: Regenerate.
2549
2550 2015-04-08  Cary Coutant  <ccoutant@gmail.com>
2551
2552         * MAINTAINERS: Update my email address.
2553
2554 2015-04-02  James Greenhalgh  <james.greenhalgh@arm.com>
2555
2556         * MAINTAINERS: Add myself as a reviewer for the AArch64 port.
2557
2558 2015-04-02  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
2559
2560         * MAINTAINERS: Add myself as an arm port reviewer.
2561
2562 2015-03-25  Martin Liska  <mliska@suse.cz>
2563             Yury Gribov  <y.gribov@samsung.com>
2564
2565         * Makefile.in: Fix ln source location for vimrc file.
2566         * Makefile.tpl: Likewise.
2567
2568 2015-03-09  Aldy Hernandez  <aldyh@redhat.com>
2569
2570         PR bootstrap/25672
2571         * configure.ac: Do not initialize CFLAGS_FOR_TARGET from CFLAGS if
2572         cross-compiling.  Similarly for CXX_FOR_TARGET.
2573         * configure: Regenerate.
2574
2575 2015-03-10  Ilya Enkovich  <ilya.enkovich@intel.com>
2576
2577         * Makefile.def: Add libmpx.
2578         * configure.ac: Add libmpx.
2579         * Makefile.in: Regenerate.
2580         * configure: Regenerate.
2581
2582 2015-03-06  Kirill Yukhin  <kirill.yukhin@intel.com>
2583
2584         * MAINTAINERS (CPU Port Maintainers): Add myself
2585         i386 vector ISA extns mantainer.
2586
2587 2015-03-13  Jeff Law  <law@redhat.com>
2588
2589         * MAINTAINERS: Remove Paul Brook as a Fortran and ARM
2590         maintainer.
2591         Remove Richard Henderson as a maintainer for the x86 port.
2592
2593 2015-03-03  Joern Rennecke  <gnu@amylaar.uk>
2594
2595         * MAINTAINERS (CPU Port Maintainers): Update my email address.
2596
2597 2015-03-02  Ilya Enkovich  <ilya.enkovich@intel.com>
2598
2599         * MAINTAINERS (Various Maintainers): Add myself as libmpx,
2600         pointer bounds checker and i386 MPX maintainer.
2601
2602 2015-02-26  Sandra Loosemore  <sandra@codesourcery.com>
2603
2604         * MAINTAINERS (Various Maintainers): Add self as docs co-maintainer.
2605
2606 2015-02-26  Martin Sebor  <msebor@redhat.com>
2607
2608         * MAINTAINERS (Various Maintainers): Add self.
2609
2610 2015-02-20  Thomas Schwinge  <thomas@codesourcery.com>
2611
2612         * configure.ac [--enable-as-accelerator-for] (enable_languages):
2613         Make sure it contains lto.
2614         * configure: Regenerate.
2615
2616 2015-02-18  Thomas Schwinge  <thomas@codesourcery.com>
2617
2618         * configure: Regenerate.
2619
2620 2015-02-06  Diego Novillo  <dnovillo@google.com>
2621 1
2622         * MAINTAINERS (Global Reviewers, Plugin, LTO, tree-ssa,
2623         middle-end, docstring): Remove myself.
2624         (Write After Approval): Add myself.
2625
2626 2015-02-02  Janis Johnson  <janis.marie.johnson@gmail.com>
2627
2628         * MAINTAINERS (Various Maintainers: testsuite): Remove myself.
2629         (Write After Approval): Update address.
2630
2631 2015-01-29  David Malcolm  <dmalcolm@redhat.com>
2632
2633         PR jit/64780
2634         * configure.ac: Require the user to explicitly specify
2635         --enable-host-shared if the jit is enabled.
2636         * configure: Regenerate.
2637
2638 2015-01-27  Robert Suchanek  <robert.suchanek@imgtec.com>
2639
2640         * MAINTAINERS (Write After Approval): Add myself.
2641
2642 2015-01-25  Tom de Vries  <tom@codesourcery.com>
2643
2644         * MAINTAINERS: Make whitespace consistent.
2645
2646 2015-01-23  Braden Obrzut  <admin@maniacsvault.net>
2647
2648         * MAINTAINERS (Write After Approval): Add myself.
2649
2650 2015-01-20  Andre Vehreschild  <vehre@gmx.de>
2651
2652         * MAINTAINERS: (Write After Approval): Add myself.
2653
2654 2015-01-15  Martin Uecker  <uecker@eecs.berkeley.edu>
2655
2656         * MAINTAINERS: (Write After Approval): Add myself.
2657
2658 2015-01-15  Philipp Tomsich  <ptomsich@theobroma-systems.com>
2659
2660         * MAINTAINERS: (Write After Approval): Add myself.
2661
2662 2015-01-13  Iain Sandoe  <iain@codesourcery.com>
2663
2664         * MAINTAINERS (Language Front Ends Maintainers): Add myself as an
2665         objective-c/c++ front end maintainer.
2666
2667 2015-01-13  Marek Polacek  <polacek@redhat.com>
2668
2669         * MAINTAINERS (Reviewers): Add self as C front end reviewer.
2670
2671 2015-01-12  Jeff Law  <law@redhat.com>
2672
2673         * MAINTAINERS: Remove Stan Shebs as he has been inactive for
2674         a very long time.
2675
2676 2015-01-09  Ian Lance Taylor  <iant@google.com>
2677
2678         * configure.ac (host_tools): Add gotools.
2679         * Makefile.def (host_modules): Add gotools.
2680         (dependencies): Add dependency of all-gotools on all-target-libgo.
2681
2682 2015-01-09  Andreas Tobler  <andreast@gcc.gnu.org>
2683
2684         * configure.ac: Don't add ${libgcj} for arm*-*-freebsd*.
2685         * configure: Regenerate.
2686
2687 2015-01-08  Thomas Schwinge  <thomas@codesourcery.com>
2688
2689         * Makefile.def (dependencies) <all-target-liboffloadmic>: Depend on
2690         all-target-libgomp.
2691         * Makefile.in: Regenerate.
2692
2693 2015-01-06  Eric Botcazou  <ebotcazou@adacore.com>
2694
2695         * MAINTAINERS (CPU Port Maintainers): Add myself for Visium port.
2696
2697 2015-01-06  Eric Botcazou  <ebotcazou@adacore.com>
2698
2699         * configure.ac: Add Visium support.
2700         * configure: Regenerate.
2701
2702 2015-01-04  Andreas Schwab  <schwab@linux-m68k.org>
2703
2704         * configure.ac: Use OBJCOPY for OBJCOPY_FOR_TARGET.
2705         * configure: Regenerate.
2706
2707 2015-01-03  Andrew Pinski  <apinski@cavium.com>
2708
2709         * Makefile.def (flags_to_pass): Pass OBJCOPY_FOR_TARGET also.
2710         * Makefile.tpl (HOST_EXPORTS): Add OBJCOPY_FOR_TARGET.
2711         (BASE_TARGET_EXPORTS): Add OBJCOPY.
2712         (OBJCOPY_FOR_TARGET): New variable.
2713         (EXTRA_TARGET_FLAGS): Add OBJCOPY.
2714         * Makefile.in: Regenerate.
2715         * configure.ac: Check for already installed target objcopy.
2716         Also GCC_TARGET_TOOL on objcopy.
2717         * configure: Regenerate.
2718
2719 2015-01-02  Hans-Peter Nilsson  <hp@bitrange.com>
2720
2721         * config.sub: Update from upstream, to 2015-01-01 version.
2722         * config.guess: Ditto.
2723
2724 2014-12-22  Sebastian Huber  <sebastian.huber@embedded-brains.de>
2725
2726         * MAINTAINERS (RTEMS Ports): Add myself.
2727
2728 2014-12-17  Pierre-Marie de Rodat  <derodat@adacore.com>
2729
2730         * MAINTAINERS (Write After Approval): Add myself.
2731
2732 2014-12-16  Michael Haubenwallner <michael.haubenwallner@ssi-schaefer.com>
2733
2734         * MAINTAINERS (Write After Approval): Add myself.
2735
2736 2014-12-15  Thomas Schwinge  <thomas@codesourcery.com>
2737
2738         * configure.ac (--enable-as-accelerator-for): Don't set
2739         ENABLE_AS_ACCELERATOR_FOR.  Update all users.
2740         * configure: Regenerate.
2741
2742 2014-12-13  Jakub Jelinek  <jakub@redhat.com>
2743
2744         PR bootstrap/64023
2745         * Makefile.tpl (EXTRA_TARGET_FLAGS): Set STAGE1_LDFLAGS
2746         to POSTSTAGE1_LDFLAGS and STAGE1_LIBS to POSTSTAGE1_LIBS.
2747         Add -B to libstdc++-v3/src/.libs and libstdc++-v3/libsupc++/.libs
2748         to CXX.
2749         * Makefile.in: Regenerated.
2750
2751 2014-12-09  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
2752             Yury Gribov  <y.gribov@samsung.com>
2753
2754         * .gitignore: Added .local.vimrc and .lvimrc.
2755         * Makefile.tpl (vimrc, .lvimrc, .local.vimrc): New targets.
2756         * Makefile.in: Regenerate.
2757
2758 2014-12-04  Jack Howarth  <howarth@bromo.med.uc.edu>
2759
2760         * config/isl.m4: Don't pass -DCLOOG_INT_GMP on islinc.
2761         * configure: Regenerated.
2762
2763 2014-11-27  Bernd Schmidt  <bernds@codesourcery.com>
2764
2765         * MAINTAINERS (nvptx port): New entry.
2766
2767 2014-11-26  Jan-benedict Glaw  <jbglaw@lug-owl.de>
2768
2769         * configure: Regenerate.
2770
2771 2014-11-26  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
2772
2773         * configure.ac: Merge with Binutils.
2774
2775 2014-11-26  Tobias Burnus  <burnus@net-b.de>
2776
2777         * Makefile.def: Make more dependent on mpfr, mpc and isl.
2778         * Makefile.in: Regenerate.
2779
2780 2014-11-24  Bernd Edlinger  <bernd.edlinger@hotmail.de>
2781
2782         * Makefile.def (module=gmp): Work around in-tree gmp configure bug with
2783         missing flex.
2784         * Makefile.in: Regenerated.
2785
2786 2014-11-21  Ilya Verbin  <ilya.verbin@intel.com>
2787
2788         * Makefile.in: Regenerate.
2789
2790 2014-11-21  Markus Trippelsdorf  <markus@trippelsdorf.de>
2791
2792         PR bootstrap/63784
2793         * libtool.m4: Add $pic_flag with -shared.
2794
2795 2014-11-21  Renlin Li  <Renlin.Li@arm.com>
2796
2797         * MAINTAINERS (Write After Approval): Added myself.
2798
2799 2014-11-21  Alex Velenko  <Alex.Velenko@arm.com>
2800
2801         * MAINTAINERS (write-after-approval): Add myself.
2802
2803 2014-11-19  Maxim Kuvyrkov  <maxim.kuvyrkov@linaro.org>
2804
2805         * MAINTAINERS (OS Port Maintainers): Add overdue maintainership note
2806         from 2 years ago.
2807
2808 2014-11-19  Alex Velenko  <Alex.Velenko@arm.com>
2809
2810         Revert:
2811         2014-11-19  Alex Velenko  <Alex.Velenko@arm.com>
2812
2813         * MAINTAINERS (Write After Approval): Added myself as line map
2814         maintainer.
2815
2816 2014-11-19  Renlin Li  <Renlin.Li@arm.com>
2817
2818         Revert:
2819         2014-11-19  Renlin Li  <Renlin.Li@arm.com>
2820
2821         * MAINTAINERS (Write After Approval): Added myself.
2822
2823 2014-11-19  Renlin Li  <Renlin.Li@arm.com>
2824
2825         * MAINTAINERS (Write After Approval): Added myself.
2826
2827 2014-11-19  Alex Velenko  <Alex.Velenko@arm.com>
2828
2829         * MAINTAINERS (Write After Approval): Added myself as line map
2830         maintainer.
2831
2832 2014-11-17  Dodji Seketeli  <dodji@redhat.com>
2833
2834         * MAINTAINERS (Various Maintainers): Added myself as line map
2835         maintainer.
2836
2837 2014-11-16  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
2838
2839         * move-if-change: Sync from upstream gnulib.
2840
2841 2014-11-16  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
2842
2843         * compile: Sync with upstream Automake.
2844         * depcomp: Ditto.
2845         * install-sh: Ditto.
2846         * missing: Ditto.
2847         * mkinstalldirs: Ditto.
2848         * ylwrap: Ditto.
2849
2850 2014-11-16  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
2851
2852         * config.sub: Update from upstream config repo.
2853         * config.guess: Ditto.
2854
2855 2014-11-13  Kirill Yukhin  <kirill.yukhin@intel.com>
2856
2857         * Makefile.def: Add liboffloadmic to target_modules.  Make
2858         liboffloadmic depend on libgomp's configure, libstdc++ and libgcc.
2859         * Makefile.in: Regenerate.
2860         * configure: Regenerate.
2861         * configure.ac: Add liboffloadmic to target binaries.
2862         Restrict liboffloadmic for POSIX and i*86, and x86_64 architectures.
2863         Add liboffloadmic to noconfig list when C++ is not supported.
2864
2865 2014-11-13  Bernd Schmidt  <bernds@codesourcery.com>
2866             Thomas Schwinge  <thomas@codesourcery.com>
2867             Ilya Verbin  <ilya.verbin@intel.com>
2868             Andrey Turetskiy  <andrey.turetskiy@intel.com>
2869
2870         * configure: Regenerate.
2871         * configure.ac (--enable-as-accelerator-for)
2872         (--enable-offload-targets): New configure options.
2873
2874 2014-11-11  Tobias Burnus  <burnus@net-b.de>
2875
2876         * Makefile.def: Make all-gcc depend on all-isl.
2877         * Makefile.in: Regenerate.
2878
2879 2014-11-11  David Malcolm  <dmalcolm@redhat.com>
2880
2881         * ChangeLog.jit: New.
2882         * MAINTAINERS (Various Maintainers): Add myself as jit maintainer.
2883
2884 2014-11-11  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
2885
2886         PR target/63610
2887         * libtool.m4: Fix globbing of darwin versions.
2888         * configure: Regenerate.
2889
2890 2014-11-11  Tobias Burnus  <burnus@net-b.de>
2891
2892         * Makefile.def: Remove CLooG.
2893         * Makefile.tpl: Ditto.
2894         * configure.ac: Ditto.
2895         * configure: Regenerate.
2896         * Makefile.in: Ditto.
2897
2898 2014-11-06  Bernd Schmidt  <bernds@codesourcery.com>
2899
2900         * configure.ac: Handle nvptx-*-*.
2901         * configure: Regenerate.
2902
2903 2014-11-06  Prachi Godbole  <prachi.godbole@imgtec.com>
2904
2905         * MAINTAINERS (Write After Approval): Add myself.
2906
2907 2014-10-31  Jakub Jelinek  <jakub@redhat.com>
2908
2909         * Makefile.def (libcc1): Remove bootstrap=true;.
2910         * Makefile.in: Regenerated.
2911
2912 2014-10-31  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
2913
2914         * configure.ac: Update comment.
2915         * configure: Regenerate.
2916
2917 2014-10-31  Ilya Enkovich  <ilya.enkovich@intel.com>
2918
2919         * MAINTAINERS (Write After Approval): Add myself.
2920
2921 2014-10-30  Thomas Schwinge  <thomas@codesourcery.com>
2922
2923         * configure.ac (extra_host_libiberty_configure_flags): Add
2924         --enable-shared also for libcc1's benefit.
2925         * configure: Regenerate.
2926
2927 2014-10-29  Tristan Gingold  <gingold@adacore.com>
2928
2929         * MAINTAINERS: Change my email address.
2930
2931 2014-10-27  Phil Muldoon  <pmuldoon@redhat.com>
2932             Tom Tromey  <tromey@redhat.com>
2933
2934         * Makefile.def: Add libcc1 to host_modules.
2935         * configure.ac (host_tools): Add libcc1.
2936         * Makefile.in, configure: Rebuild.
2937
2938 2014-10-24  Hans-Peter Nilsson  <hp@axis.com>
2939
2940         * configure.ac (build_configargs): Don't share config.cache between
2941         build subdirs.
2942         * configure: Regenerate.
2943
2944 2014-10-24  Daniel Hellstrom  <daniel@gaisler.com>
2945
2946         * config.gcc (sparc*-*-*): Accept mcpu=leon3v7 processor.
2947         * doc/invoke.texi (SPARC options): Add mcpu=leon3v7 comment.
2948         * config/sparc/leon.md (leon3_load, leon_store, leon_fp_*): Handle
2949         leon3v7 as leon3.
2950         * config/sparc/sparc-opts.h (enum processor_type): Add LEON3V7.
2951         * config/sparc/sparc.c (sparc_option_override): Add leon3v7 support.
2952         * config/sparc/sparc.h (TARGET_CPU_leon3v7): New define.
2953         * config/sparc/sparc.md (cpu): Add leon3v7.
2954         * config/sparc/sparc.opt (enum processor_type): Add leon3v7.
2955
2956 2014-10-24  Daniel Hellstrom  <daniel@gaisler.com>
2957
2958         * MAINTAINERS (write-after-approval): Add myself.
2959
2960 2014-10-23  Ian Lance Taylor  <iant@google.com>
2961
2962         * configure.ac: Disable the Go frontend on systems where it is known
2963         to not work.
2964         * configure: Regenerate.
2965
2966 2014-10-23  Richard Biener  <rguenther@suse.de>
2967
2968         * Makefile.def: Add libcpp build module and dependencies.
2969         * configure.ac: Add libcpp build module.
2970         * Makefile.in: Regenerate.
2971         * configure: Likewise.
2972
2973 2014-10-15  Max Filippov  <jcmvbkbc@gmail.com>
2974
2975         * MAINTAINERS (write-after-approval): Add myself.
2976
2977 2014-10-12  Manuel López-Ibáñez <manu@gcc.gnu.org>
2978
2979         * INSTALL/README: Do not mention CVS.
2980
2981 2014-10-03  Jing Yu  <jingyu@google.com>
2982
2983         * configure.ac: Add aarch64 to list of targets that support gold.
2984         * configure: Regenerate.
2985
2986 2014-09-29  François Dumont  <fdumont@gcc.gnu.org>
2987
2988         * MAINTAINERS:  Add myself as libstdc++ special modes maintainer.
2989
2990 2014-09-29  Catherine Moore  <clm@codesourcery.com>
2991
2992         * MAINTAINERS:  Add myself as MIPS maintainer.
2993
2994 2014-09-28  Matthew Fortune  <matthew.fortune@imgtec.com>
2995
2996         * MAINTAINERS: Move myself to MIPS maintainers.
2997
2998 2014-09-23  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
2999
3000         * MAINTAINERS: Put all email addresses between '<' and '>'.
3001
3002 2014-09-13  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
3003
3004         * MAINTAINERS: Move myself to reviewers (Fortran).
3005
3006 2014-09-01  Andi Kleen  <ak@linux.intel.com>
3007
3008         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add LTO_EXPORTS.
3009         POSTSTAGE1_FLAGS_TO_PASS):  Add LTO_FLAGS_TO_PASS.
3010         * Makefile.in: Regenerate.
3011
3012 2014-08-28  David Malcolm  <dmalcolm@redhat.com>
3013
3014         * rtx-classes-status.txt: Delete
3015
3016 2014-08-28  David Malcolm  <dmalcolm@redhat.com>
3017
3018         * rtx-classes-status.txt (TODO): NEXT_INSN/PREV_INSN are done.
3019
3020 2014-08-27  Sebastian Pop  <s.pop@samsung.com>
3021
3022         * config/isl.m4 (_ISL_CHECK_CT_PROG): Removed.
3023         (ISL_CHECK_VERSION): Check for functionality added to ISL 0.12 instead
3024         of checking for version number.
3025         * configure: Regenerated.
3026         * configure.ac (ISL_CHECK_VERSION): Do not use ISL version number.
3027
3028 2014-08-27  David Malcolm  <dmalcolm@redhat.com>
3029
3030         * rtx-classes-status.txt: Phase 5 (additional rtx_def subclasses)
3031         is done; begin phase 6 (use extra rtx_def subclasses).
3032
3033 2014-08-27  David Malcolm  <dmalcolm@redhat.com>
3034
3035         * rtx-classes-status.txt: Phase 4 (removal of "scaffolding") is
3036         done; begin phase 5 (additional rtx_def subclasses).
3037
3038 2014-08-26  David Malcolm  <dmalcolm@redhat.com>
3039
3040         * rtx-classes-status.txt (TODO): DF_REF_INSN is done.
3041
3042 2014-08-26  David Malcolm  <dmalcolm@redhat.com>
3043
3044         * rtx-classes-status.txt (TODO): SET_BB_HEAD, SET_BB_END,
3045         SET_BB_HEADER are done.
3046
3047 2014-08-26  David Malcolm  <dmalcolm@redhat.com>
3048
3049         * rtx-classes-status.txt (TODO): SET_DEP_PRO and SET_DEP_CON are
3050         done.
3051
3052 2014-08-26  David Malcolm  <dmalcolm@redhat.com>
3053
3054         * rtx-classes-status.txt (TODO): Remove SET_VINSN_INSN_RTX.
3055
3056 2014-08-26  David Malcolm  <dmalcolm@redhat.com>
3057
3058         * rtx-classes-status.txt (TODO): Remove SET_BND_TO.
3059
3060 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
3061
3062         * rtx-classes-status.txt (TODO): Remove SET_BB_NOTE_LIST.
3063
3064 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
3065
3066         * rtx-classes-status.txt (TODO): Remove SET_BB_FOOTER.
3067
3068 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
3069
3070         * rtx-classes-status.txt: Phase 3 (per-file commits within
3071         "config" subdirs) is done; begin phase 4 (removal of
3072         "scaffolding").
3073
3074 2014-08-23  David Malcolm  <dmalcolm@redhat.com>
3075
3076         * rtx-classes-status.txt: Phase 2 (per-file commits in main source
3077         dir) is done; begin phase 3 (per-file commits within "config"
3078         subdirs).
3079
3080 2014-08-21  David Malcolm  <dmalcolm@redhat.com>
3081
3082         * rtx-classes-status.txt: Phase 1 ("scaffolding") is done; begin
3083         phase 2 (per-file commits in main source dir).
3084
3085 2014-08-21  Bin Cheng  <bin.cheng@arm.com>
3086
3087         * configure: Regenerated.
3088
3089 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
3090
3091         * rtx-classes-status.txt (TODO): Add SET_BND_TO
3092
3093 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
3094
3095         * rtx-classes-status.txt (TODO): Add SET_BB_NOTE_LIST.
3096
3097 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
3098
3099         * rtx-classes-status.txt (TODO): Add SET_VINSN_INSN_RTX.
3100
3101 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
3102
3103         * rtx-classes-status.txt (TODO): Add SET_DEP_PRO, SET_DEP_CON.
3104
3105 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
3106
3107         * rtx-classes-status.txt (TODO): Add DF_REF_INSN.
3108
3109 2014-08-19  Joost VandeVondele <vondele@gcc.gnu.org>
3110
3111         * MAINTAINERS (Write After Approval): Add myself.
3112
3113 2014-08-19  Christopher Faylor  <me.gnu@cgf.cx>
3114
3115         * MAINTAINERS: Remove myself
3116
3117 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
3118
3119         * rtx-classes-status.txt: Add SET_NEXT_INSN, SET_PREV_INSN.
3120
3121 2014-08-18  Patrick Palka  <ppalka@gcc.gnu.org>
3122
3123         * MAINTAINERS (Write After Approval): Add myself.
3124
3125 2014-08-18  David Malcolm  <dmalcolm@redhat.com>
3126
3127         * rtx-classes-status.txt (TODO): Add SET_BB_HEAD, SET_BB_END,
3128         SET_BB_HEADER, SET_BB_FOOTER
3129
3130 2014-08-18  David Malcolm  <dmalcolm@redhat.com>
3131
3132         * rtx-classes-status.txt: New file
3133
3134 2014-08-18 Roman Gareev  <gareevroman@gmail.com>
3135
3136         * configure.ac: Eliminate ClooG installation dependency.
3137         * configure: Regenerate.
3138         * Makefile.tpl: Add definition of ISLLIBS and HOST_ISLLIBS.
3139         * Makefile.in: Regenerate.
3140
3141 2014-08-15  Ilya Verbin  <iverbin@gmail.com>
3142
3143         * MAINTAINERS (Write After Approval): Add myself.
3144
3145 2014-08-15  Ilya Tocar  <tocarip@gmail.com>
3146
3147         * MAINTAINERS (Write After Approval): Add myself.
3148
3149 2014-08-01  Jiong Wang  <jiong.wang@arm.com>
3150
3151         * MAINTAINERS (Write After Approval): Add myself.
3152
3153 2014-07-28  Anthony Green  <green@moxielogic.com>
3154
3155         Import from savannah.gnu.org:
3156         * config.sub: Update to 2014-07-28 version.
3157
3158 2014-07-27  Richard Sandiford  <rdsandiford@googlemail.com>
3159
3160         * MAINTAINERS: Remove my MIPS maintainer entry.
3161
3162 2014-07-26  Uros Bizjak  <ubizjak@gmail.com>
3163
3164         PR target/47230
3165         * configure.ac (alpha*-*-linux*): Use mh-alpha-linux.
3166         * configure: Regenerate.
3167
3168 2014-07-24  James Norris  <jnorris@codesourcery.com>
3169
3170         * MAINTAINERS (Write After Approval): Add myself.
3171
3172 2014-07-20  Roman Gareev  <gareevroman@gmail.com>
3173
3174         * configure.ac: Accept only CLooG 0.18.1.
3175         * configure: Regenerate.
3176
3177 2014-07-17  Roman Gareev  <gareevroman@gmail.com>
3178
3179         * configure.ac: Don't accept isl 0.11.
3180         * configure: Regenerate.
3181
3182 2014-07-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3183
3184         * MAINTAINERS (Write After Approval): Add myself.
3185
3186 2014-07-05  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3187
3188         * configure.ac: Don't accept isl 0.10.
3189         * configure: Regenerate.
3190
3191 2014-06-23  Bernd Edlinger  <bernd.edlinger@hotmail.de>
3192
3193         Fix include path for in-tree cloog.
3194         * config/cloog.m4 (CLOOG_INIT_FLAGS): Remove bogus include path.
3195         * configure: Regenerate.
3196
3197 2014-06-18  Richard Henderson  <rth@redhat.com>
3198
3199         * .gitignore: Import gcc_update output.
3200
3201 2014-06-13  Thomas Schwinge  <thomas@codesourcery.com>
3202
3203         * config-ml.in: Robustify ac_configure_args parsing.
3204
3205         * configure.ac (--enable-linker-plugin-configure-flags)
3206         (--enable-linker-plugin-flags): New flags.
3207         (configdirs): Conditionally add libiberty-linker-plugin.
3208         * configure: Regenerate.
3209         * Makefile.def (host_modules): Add libiberty-linker-plugin.
3210         (host_modules) <lto-plugin>: Pay attention to
3211         @extra_linker_plugin_flags@ and
3212         @extra_linker_plugin_configure_flags@.
3213         (all-lto-plugin): Also depend on all-libiberty-linker-plugin.
3214         * Makefile.in: Regenerate.
3215
3216         * Makefile.tpl (configure-[+prefix+][+module+])
3217         (configure-stage[+id+]-[+prefix+][+module+]): If specified, use
3218         "module_srcdir" instead of "module" for locating a module's srcdir.
3219         * Makefile.in: Regenerate.
3220
3221 2014-06-10  Matthew Fortune  <matthew.fortune@imgtec.com>
3222
3223         * MAINTAINERS (Write After Approval): Add myself.
3224
3225 2014-06-06  Sebastian Pop  <sebpop@gmail.com>
3226
3227         * MAINTAINERS: Update my email address.
3228
3229 2014-06-04  Thomas Preud'homme  <thomas.preudhomme@arm.com>
3230
3231         * MAINTAINERS (Write After Approval): Add myself.
3232
3233 2014-06-03  Andrew Bennett  <andrew.bennett@imgtec.com>
3234
3235         * MAINTAINERS (Write After Approval): Add myself.
3236
3237 2014-05-30  Jonathan Wakely  <jwakely@redhat.com>
3238
3239         PR libstdc++/61011
3240         * configure.ac (--disable-libstdcxx): Set noconfigdirs correctly.
3241         Disable libcilkrts, libitm, libsanitizer when not building libstdc++.
3242         * configure: Regenerate.
3243
3244 2014-05-28  Pedro Alves  <palves@redhat.com>
3245
3246         * MAINTAINERS (Write After Approval): Add myself.
3247
3248 2014-05-22  Maxim Kuvyrkov  <maxim.kuvyrkov@linaro.org>
3249
3250         * MAINTAINERS: Update my affiliation/email.
3251
3252 2014-05-19  Mike Stump  <mikestump@comcast.net>
3253
3254         * MAINTAINERS: Add wide-int reviewers.
3255
3256 2014-05-14  Sandra Loosemore  <sandra@codesourcery.com>
3257
3258         * configure.ac (target_makefile_frag): Set for nios2-*-elf*.
3259         * configure: Regenerated.
3260
3261 2014-05-15  Torvald Riegel  <triegel@redhat.com>
3262
3263         * MAINTAINERS (libitm): Add myself as maintainer.
3264
3265 2014-05-07  Charles Baylis  <charles.baylis@linaro.org>
3266
3267         * MAINTAINERS (Write After Approval): Add myself.
3268
3269 2014-05-01  Richard Sandiford  <rdsandiford@googlemail.com>
3270
3271         * config.sub, config.guess: Import from upstream.
3272
3273 2014-04-29  Alan Lawrence  <alan.lawrence@arm.com>
3274
3275         * MAINTAINERS (Write After Approval): Put myself in correct order.
3276
3277 2014-04-29  Alan Lawrence  <alan.lawrence@arm.com>
3278
3279         * MAINTAINERS (Write After Approval): Add myself.
3280
3281 2014-04-24  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
3282
3283         * MAINTAINERS: Move myself from Reviewers to Write After Approval
3284         section.
3285
3286 2014-04-21 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
3287
3288         * MAINTAINERS (Write After Approval): Delete myself.
3289
3290 2014-04-17  Jakub Jelinek  <jakub@redhat.com>
3291
3292         PR sanitizer/56781
3293         * libtool-ldflags: Also prefix -static-lib*, -shared-lib*
3294         and -B* options with -Xcompiler.
3295
3296 2014-04-04  Eric Botcazou  <ebotcazou@adacore.com>
3297
3298         PR bootstrap/60620
3299         * Makefile.def (dependencies): Make gnattools depend on libstdc++-v3.
3300         * Makefile.in: Regenerate.
3301
3302 2014-03-28  Yaakov Selkowitz  <yselkowitz@users.sourceforge.net>
3303
3304         * Makefile.def (dependencies): Make all-ld depend on all-binutils
3305         for WINDRES_FOR_TARGET in default-manifest.o rule.
3306         * Makefile.in: Regenerate.
3307
3308 2014-03-26  Dominique d'Humieres <dominiq@lps.ens.fr>
3309
3310         * MAINTAINERS (Write After Approval): Add myself.
3311
3312 2014-03-26  Jakub Jelinek  <jakub@redhat.com>
3313
3314         PR sanitizer/56781
3315         * Makefile.def: Set bootstrap=true; for host fixincludes.
3316         * configure.ac: Don't bootstrap host fixincludes unless
3317         --with-build-config=bootstrap-{a,ub}san.
3318         * Makefile.in: Regenerated.
3319         * configure: Regenerated.
3320
3321 2014-03-21  Jakub Jelinek  <jakub@redhat.com>
3322
3323         * configure.ac: Move BUILD_CONFIG set up earlier.  Add
3324         --enable-vtable-verify option parsing.  Don't add
3325         target-libsanitizer to bootstrap_target_libs unless
3326         --with-build-config=bootstrap-asan or
3327         --with-build-config=bootstrap-ubsan.  Don't add target-libvtv
3328         to bootstrap_target_libs unless --enable-vtable-verify.
3329         * configure: Regenerated.
3330
3331 2014-03-10  Anatoly Sokolov <aesok@post.ru>
3332
3333         * MAINTAINERS (Write After Approval): Add myself.
3334
3335 2014-03-07  Denis Chertykov  <chertykov@gmail.com>
3336
3337         * MAINTAINERS: Remove avr maintainers: Anatoly Sokolov and Eric Weddington
3338
3339 2014-03-07  Jakub Jelinek  <jakub@redhat.com>
3340
3341         PR bootstrap/58572
3342         * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): Use -isystem instead of
3343         -I for libstdc++-v3 includes if $(LEAN).
3344         * Makefile.in: Regenerated.
3345
3346 2014-03-04  Jonathan Wakely  <jwakely@redhat.com>
3347
3348         * MAINTAINERS: Update my email address.
3349
3350 2014-02-24  Walter Lee  <walt@tilera.com>
3351
3352         * configure.ac (tilepro-*-*) Change to tilepro*-*-*.
3353         (tilegx-*-*): Change to tilegx*-*-*.
3354         * configure: Regenerate.
3355
3356 2014-02-17  Loren J. Rittle  <ljrittle@acm.org>
3357
3358         * MAINTAINERS (Various Maintainers: c++ runtime libs): Remove myself.
3359
3360 2014-02-17  Kugan Vivekanandarajah  <kuganv@linaro.org>
3361
3362         * MAINTAINERS (Write After Approval): Add myself.
3363
3364 2014-02-04  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3365
3366         PR target/59788
3367         * ltmain.sh (opt_duplicate_compiler_generated_deps): Enable on
3368         *solaris2*.
3369
3370 2014-01-21  John David Anglin  <danglin@gcc.gnu.org>
3371
3372         * MAINTAINERS: Update my email address.
3373
3374 2014-01-20  Gerald Pfeifer  <gerald@pfeifer.com>
3375
3376         * MAINTAINERS: Convert to UTF-8.
3377         Properly sort Xinliang David Li's entry.
3378
3379 2013-12-31  Chung-Lin Tang  <cltang@codesourcery.com>
3380             Sandra Loosemore  <sandra@codesourcery.com>
3381
3382         * MAINTAINERS: Add Sandra Loosemore and Chung-Lin Tang as
3383         nios2 port maintainers.
3384
3385 2013-12-16  Markus Trippelsdorf  <markus@trippelsdorf.de>
3386
3387         * MAINTAINERS (Write After Approval): Add myself.
3388
3389 2013-12-13  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
3390
3391         * configure.ac: Add user-friendly check for native x86_64-linux
3392         multilibs.
3393         * configure: Regenerate.
3394
3395 2013-12-06  Oleg Endo  <olegendo@gcc.gnu.org>
3396
3397         * MAINTAINERS: Add myself as sh maintainer.
3398
3399 2013-12-03  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
3400
3401         * MAINTAINERS: Add self as SLSR maintainer.
3402
3403 2013-11-18  Jan Hubicka  <hubicka@ucw.cz>
3404
3405         * MAINTAINERS: Update my email address.
3406
3407 2013-11-15  David Edelsohn  <dje.gcc@gmail.com>
3408
3409         * MAINTAINERS (Global Reviewers, c++): Remove Mark Mitchell.
3410
3411 2013-11-07  Thomas Schwinge  <thomas@codesourcery.com>
3412
3413         * Makefile.in: Regenerate.
3414
3415         * Makefile.tpl: Fix typo.
3416         * Makefile.in: Regenerate partially.
3417
3418 2013-11-04  Balaji V. Iyer  <balaji.v.iyer@intel.com>
3419
3420         * configure.ac: Added libcilkrts to noconfig list when C++ is not
3421         supported.
3422         * configure: Regenerated.
3423
3424 2013-11-01  Trevor Saunders  <tsaunders@mozilla.com>
3425
3426         * MAINTAINERS (Write After Approval): Add myself.
3427
3428 2013-10-30  Jason Merrill  <jason@redhat.com>
3429
3430         * Makefile.tpl (STAGE1_CONFIGURE_FLAGS): Pass
3431         --disable-build-format-warnings.
3432
3433 2013-10-29  Balaji V. Iyer  <balaji.v.iyer@intel.com>
3434
3435         * Makefile.def: Add libcilkrts to target_modules.  Make libcilkrts
3436         depend on libstdc++ and libgcc.
3437         * configure: Regenerate.
3438         * configure.ac: Added libcilkrts to target binaries.  Also, restrict
3439         libcilkrts for POSIX and i*86, and x86_64 architectures.
3440         * Makefile.in: Added libcilkrts related fields to support building it.
3441
3442 2013-10-26  Jeff Law  <law@redhat.com>
3443
3444         * Makefile.def (target_modules): Remove libmudflap
3445         (languages): Remove check-target-libmudflap).
3446         * Makefile.in: Rebuilt.
3447         * Makefile.tpl (check-target-libmudflap-c++): Remove.
3448         * configure.ac (target_libraries): Remove target-libmudflap.
3449         Remove checks which disabled libmudflap on some systems.
3450         * configure: Rebuilt.
3451         * libmudflap: Directory removed.
3452
3453 2013-10-21  Cong Hou  <congh@google.com>
3454
3455         * MAINTAINERS (Write After Approval): Add myself.
3456
3457 2013-10-16  Mike Stump  <mikestump@comcast.net>
3458
3459         * .dir-locals.el: Add.
3460
3461 2013-10-15  David Malcolm  <dmalcolm@redhat.com>
3462
3463         * configure.ac: Add --enable-host-shared
3464         * configure: Regenerate.
3465
3466 2013-01-10  Joern Rennecke  <joern.rennecke@embecosm.com>
3467
3468         Import from savannah.gnu.org:
3469         * config.guess: Update to 2013-06-10 version.
3470         * config.sub: Update to 2013-10-01 version.
3471
3472 2013-10-01  Simon Cook  <simon.cook@embecosm.com>
3473
3474         Changes to build configuration to allow big endian ARC ELF toolchain
3475         * configure.ac: Also add target-libgloss to noconfigdirs for arceb-*-*.
3476         * configure: Regenerate.
3477
3478 2013-09-20  Alan Modra  <amodra@gmail.com>
3479
3480         * libtool.m4 (_LT_ENABLE_LOCK <ld -m flags>): Remove non-canonical
3481         ppc host match.  Support little-endian powerpc linux hosts.
3482
3483 2013-09-19  Dodji Seketeli  <dodji@redhat.com>
3484
3485         * MAINTAINERS (diagnostic messages): Add myself as diagnostics
3486         maintainer.
3487
3488 2013-09-12  DJ Delorie  <dj@redhat.com>
3489
3490         * MAINTAINERS: Add Nick Clifton and DJ Delorie as msp430
3491         maintainers.
3492
3493 2013-09-03  Richard Biener  <rguenther@suse.de>
3494
3495         * configure.ac: Also allow ISL 0.12.
3496         * configure: Regenerated.
3497
3498 2013-08-30  Bernd Edlinger  <bernd.edlinger@hotmail.de>
3499
3500         * MAINTAINERS (Write After Approval): Add myself.
3501
3502 2013-08-27  David Malcolm  <dmalcolm@redhat.com>
3503
3504         * MAINTAINERS (gdbhooks.py): Add myself as maintainer.
3505
3506 2013-08-26  Caroline Tice  <cmtice@google.com>
3507
3508         * MAINTAINERS:  Correct earliers update:  Move myself from libvtv
3509         "Various Reviewers" to libvtv "Various Maintainers".
3510
3511 2013-08-20  Steven Bosscher  <steven@gcc.gnu.org>
3512
3513         * MAINTAINERS: Add myself as RTL optimizers reviewer.
3514
3515 2013-08-19  Benjamin De Kosnik  <bkoz@gnu.org>
3516
3517         * MAINTAINERS: Update name, email.
3518
3519 2013-08-13  Adam Butcher  <adam@jessamine.co.uk>
3520
3521         * MAINTAINERS (Write After Approval): Add myself.
3522
3523 2013-08-12  Caroline Tice  <cmtice@google.com>
3524
3525         * MAINTAINERS: Add myself as libvtv maintainer. Correct my email
3526         address in the Write After Approval section.
3527
3528 2013-08-09  Carlos O'Donell  <carlos@redhat.com>
3529
3530         * MAINTAINERS (Write After Approval): Update email.
3531
3532 2013-08-08  Benjamin Kosnik  <bkoz@redhat.com>
3533
3534         * configure.ac: Adjust to check VTV_SUPPORTED.
3535         * configure: Regenerated.
3536
3537 2013-08-02  Caroline Tice  <cmtice@google.com>
3538
3539         * configure.ac: Add target-libvtv to target_libraries; disable libvtv
3540         on non-linux systems; add target-libvtv to noconfigdirs; add
3541         libsupc++/.libs to C++ library search paths.
3542         * configure: Regenerated.
3543         * Makefile.def: Add libvtv to target_modules; make libvtv depend on
3544         libstdc++ and libgcc.
3545         * Makefile.in: Regenerated.
3546
3547 2013-07-19  Yvan Roux  <yvan.roux@linaro.org>
3548
3549         * MAINTAINERS (Write After Approval): Add myself.
3550
3551 2013-07-19  Chung-Ju Wu  <jasonwucj@gmail.com>
3552             Shiva Chen  <shiva0217@gmail.com>
3553
3554         * MAINTAINERS (nds32 port): Add Chung-Ju Wu and Shiva Chen as
3555         nds32 port maintainers.
3556
3557 2013-07-17  Tim Shen  <timshen91@gmail.com>
3558
3559         * MAINTAINERS (Write After Approval): Add myself.
3560
3561 2013-07-16  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
3562
3563         * configure.ac: Sync from binutils.
3564         * configure: Regenerate.
3565
3566 2013-06-14  Vidya Praveen  <vidyapraveen@arm.com>
3567
3568         * MAINTAINERS (Write After Approval): Add myself.
3569
3570 2013-06-01  Dinar Temirbulatov  <dinar@kugelworks.com>
3571
3572         * MAINTAINERS (Write After Approval): Add myself.
3573
3574 2013-05-17  David Malcolm  <dmalcolm@redhat.com>
3575
3576         * MAINTAINERS (Write After Approval): Add myself.
3577
3578 2013-04-30  Brooks Moses  <bmoses@google.com>
3579
3580         * MAINTAINERS: Update my email; move myself from Fortran
3581         reviewer to Write After Approval.
3582
3583 2013-04-16  Andreas Schwab  <schwab@suse.de>
3584
3585         * configure.ac (aarch64-*-*): Don't disable java.
3586         * configure: Regenerate.
3587
3588 2013-04-10  Chung-Ju Wu  <jasonwucj@gmail.com>
3589
3590         * MAINTAINERS (Write After Approval): Add myself.
3591
3592 2013-03-30  Matthias Klose  <doko@ubuntu.com>
3593
3594         * Makefile.def (target_modules): Don't install libffi.
3595         * Makefile.in: Regenerate.
3596
3597 2013-02-24  Tilo Schwarz  <tilo@tilo-schwarz.de>
3598
3599         * MAINTAINERS (Write After Approval): Add myself.
3600
3601 2013-02-20  Andrew Sutton  <andrew.n.sutton@gmail.com>
3602
3603         * MAINTAINERS (Write After Approval): Add myself.
3604
3605 2013-02-15  Yufeng Zhang  <yufeng.zhang@arm.com>
3606
3607         * configure.ac: Set libgloss_dir for the aarch64*-*-* targets.
3608         * configure: Regenerated.
3609
3610 2013-02-05  Ian Lance Taylor  <iant@google.com>
3611
3612         PR go/55969
3613         * configure.ac: Disable libgo on some systems where it does not
3614         work.
3615
3616 2013-02-04  David Edelsohn  <dje.gcc@gmail.com>
3617
3618         * MAINTAINERS: Explicitly add myself as AIX maintainer.
3619         Remove Geoff Keating as rs6000 port maintainer, at his request.
3620
3621 2013-01-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
3622
3623         * MAINTAINERS: Update my email.
3624
3625 2013-01-23  Shenghou Ma  <minux.ma@gmail.com>
3626
3627         * configure: Re-generate.
3628
3629 2013-01-15  Richard Biener  <rguenther@suse.de>
3630
3631         PR other/55973
3632         * configure: Re-generate.
3633
3634 2013-01-14  Matthias Klose  <doko@ubuntu.com>
3635
3636         * Makefile.def (install-target-libsanitizer): Depend on
3637         install-target-libstdc++-v3.
3638         * Makefile.in: Regenerate.
3639
3640 2013-01-14  Richard Biener  <rguenther@suse.de>
3641
3642         * configure.ac (cloog/isl): Also allow ISL 0.11.x and CLooG 0.18.0.
3643         * configure: Re-generate
3644
3645 2013-01-11  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
3646
3647         * config.sub: Update from config repo.
3648
3649 2013-01-11  Eric Botcazou  <ebotcazou@adacore.com>
3650
3651         * Makefile.tpl (BOOT_ADAFLAGS): Remove -gnata.
3652         * Makefile.in: Regenerate.
3653
3654 2013-01-10  Joern Rennecke  <joern.rennecke@embecosm.com>
3655
3656         * MAINTAINERS (arc): Add new port maintainership for myself.
3657
3658 2013-01-09  Jason Merrill  <jason@redhat.com>
3659
3660         * .gitignore: Import from gdb repository.
3661
3662 2013-01-09  H.J. Lu  <hongjiu.lu@intel.com>
3663
3664         * Makefile.def (configure-gcc): Depend on all-gmp.
3665         (all-gcc): Remove dependency on all-gmp.
3666         * Makefile.in: Regenerated.
3667
3668 2013-01-08  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
3669
3670         * config.sub: Merge from config repo.
3671         * config.guess: Ditto.
3672
3673 2013-01-08  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
3674
3675         * Makefile.def: Merge from binutils.
3676         * Makefile.in: Ditto.
3677
3678 2013-01-01  Maxim Kuvyrkov  <maxim.kuvyrkov@gmail.com>
3679
3680         * MAINTAINERS: Update my email.
3681
3682 2012-12-29  Ben Elliston  <bje@gnu.org>
3683
3684         * config.guess: Update to 2012-12-29 version.
3685         * config.sub: Likewise.
3686
3687 2012-12-20  Matthias Klose  <doko@ubuntu.com>
3688
3689         * Makefile.def (install-target-libgfortran): Depend on
3690         install-target-libquadmath, install-target-libgcc.
3691         (install-target-libsanitizer): Depend on install-target-libgcc.
3692         (install-target-libjava): Depend on install-target-libgcc.
3693         (install-target-libitm): Depend on install-target-libgcc.
3694         (install-target-libobjc): Depend on install-target-libgcc.
3695         (install-target-libstdc++-v3): Depend on install-target-libgcc.
3696         * Makefile.in: Regenerate.
3697
3698 2012-12-19  Matthias Klose  <doko@ubuntu.com>
3699
3700         * Makefile.def (install-target-libgo): Depend on
3701         install-target-libatomic.
3702         * Makefile.in: Regenerate.
3703
3704 2012-12-18  Andreas Schwab  <schwab@linux-m68k.org>
3705
3706         PR go/55201
3707         * Makefile.def (all-target-libgo): Depend on all-target-libatomic.
3708         * Makefile.in: Regenerate.
3709
3710 2012-12-16  Thomas Schwinge  <thomas@codesourcery.com>
3711
3712         * configure.ac (ENABLE_GOLD): Consider *-*-gnu* targets ELF.
3713         * configure: Regenerate.
3714
3715 2012-12-12  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
3716
3717         * config.sub: Merge from config repo.
3718
3719 2012-12-11  H.J. Lu  <hongjiu.lu@intel.com>
3720
3721         * Makefile.def (target_modules): Add bootstrap=true and
3722         raw_cxx=true to libsanitizer.
3723         * configure.ac (bootstrap_target_libs): Add libsanitizer.
3724         * Makefile.in: Regenerated.
3725         * configure: Likewise.
3726
3727 2012-12-01  Richard Sandiford  <rdsandiford@googlemail.com>
3728
3729         * MAINTAINERS: Remove self as RTL optimization maintainer.
3730
3731 2012-11-30  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
3732
3733         * MAINTAINERS (Write After Approval): Add myself.
3734
3735 2012-11-28  H.J. Lu  <hongjiu.lu@intel.com>
3736
3737         * Makefile.def (target_modules): Remove bootstrap=true and
3738         raw_cxx=true from libsanitizer.
3739         * configure.ac (bootstrap_target_libs): Remove libsanitizer.
3740         * Makefile.in: Regenerated.
3741         * configure: Likewise.
3742
3743 2012-11-28  H.J. Lu  <hongjiu.lu@intel.com>
3744
3745         * Makefile.def (target_modules): Add bootstrap=true and
3746         raw_cxx=true to libsanitizer.
3747         * configure.ac (bootstrap_target_libs): Add libsanitizer.
3748         * Makefile.in: Regenerated.
3749         * configure: Likewise.
3750
3751 2012-11-28  Andrew Pinski  <apinski@cavium.com>
3752
3753         PR bootstrap/54279
3754         * configure.ac (CXX_FOR_TARGET): Change over to use xg++.
3755         * configure: Regenerate.
3756         * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): Change over to use xg++.
3757         * Makefile.in: Regenerate.
3758
3759 2012-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
3760
3761         * configure.ac: Disable libsanitizer if we're not building C++.
3762         * configure: Regenerate.
3763
3764 2012-11-15  Roland McGrath  <roland@hack.frob.com>
3765
3766         * MAINTAINERS (Write After Approval): Add myself.
3767
3768 2012-11-15  Dmitry Vyukov  <dvyukov@google.com>
3769
3770         * MAINTAINERS: (libsanitizer, asan.c): Add myself,
3771         Kostya Serebryany (kcc@google.com) and
3772         Jakub Jelinek (jakub@redhat.com).
3773         Rename area for Dodji Seketeli (dodji@redhat.com).
3774
3775 2012-11-15  Dodji Seketeli  <dodji@redhat.com>
3776
3777         * MAINTAINERS: (asan.c, related): Add myself.
3778
3779 2012-11-14  Roland McGrath  <mcgrathr@google.com>
3780
3781         * configure.ac (ENABLE_GOLD): Consider *-*-nacl* targets ELF.
3782         * configure: Regenerate.
3783
3784 2012-11-13  Richard Henderson  <rth@redhat.com>
3785
3786         * configure.ac: Move libsanitizer logic to subdirectory.
3787         * configure: Regenerate.
3788
3789 2012-11-13  Dodji Seketeli  <dodji@redhat.com>
3790
3791         * configure.ac: Enable libsanitizer just on x86 linux for now.
3792         * configure: Re-generate.
3793
3794 2012-11-13  David Edelsohn  <dje.gcc@gmail.com>
3795
3796         * configure.ac: Disable libsanitizer on AIX. Merge libquadmath
3797         sections.
3798         * configure: Regenerate.
3799
3800 2012-11-13  Hans-Peter Nilsson  <hp@axis.com>
3801
3802         * configure.ac: Add section for configdirs for libsanitizer.
3803         Disable for cris-*-* and mmix-*-*.
3804         * configure: Regenerate.
3805
3806 2012-11-12  Wei Mi <wmi@google.com>
3807
3808         * configure.ac: Add libsanitizer to target_libraries.
3809         * Makefile.def: Ditto.
3810         * configure: Regenerate.
3811         * Makefile.in: Regenerate.
3812         * libsanitizer: New directory for asan runtime.  Contains an empty
3813         tsan directory.
3814
3815 2012-11-03  Corinna Vinschen  <corinna@vinschen.de>
3816
3817         * configure.ac (FLAGS_FOR_TARGET,target=cygwin): Fix for building
3818         against Mingw64 w32api.
3819         * configure: Regenerate.
3820
3821 2012-11-03  H.J. Lu  <hongjiu.lu@intel.com>
3822
3823         * configure: Regenerated.
3824
3825 2012-11-03  Robert Mason  <rbmj@verizon.net>
3826
3827         * configure.ac: add --disable-libstdcxx configure option
3828         and handle defaulted state only for VxWorks, ARM-wince-pe and AVR.
3829
3830 2012-10-30  Ganesh Gopalasubramanian  <Ganesh.Gopalasubramanian@amd.com>
3831
3832         * MAINTAINERS (Write After Approval): Add myself.
3833
3834 2012-10-26  James Greenhalgh  <james.greenhalgh@arm.com>
3835
3836         * MAINTAINERS (Write After Approval): Add myself.
3837
3838 2012-10-24  Sharad Singhai  <singhai@google.com>
3839
3840         * MAINTAINERS (Write After Approval): Add myself.
3841
3842 2012-10-24  Eric Christopher  <echristo@gmail.com>
3843
3844         * MAINTAINERS: Update email address.
3845
3846 2012-10-23  Eric Botcazou  <ebotcazou@adacore.com>
3847
3848         PR bootstrap/54820
3849         * configure.ac (have_static_libs): Force 'no' for GCC version < 4.5.
3850         * configure: Regenerate.
3851
3852 2012-10-23  Richard Earnshaw  <rearnsha@arm.com>
3853
3854         * MAINTAINERS (aarch64): Add Marcus and myself.
3855
3856 2012-10-22  Eric Botcazou  <ebotcazou@adacore.com>
3857
3858         PR bootstrap/54820
3859         * Makefile.tpl (STAGE1_FLAGS_TO_PASS): New variable.
3860         (all-[+prefix+][+module+]): Pass stage1_args to sub-makes.
3861         (all-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
3862         (clean-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
3863         (host_modules): Set stage1_args to STAGE1_FLAGS_TO_PASS.
3864         * Makefile.in: Regenerate.
3865         * configure.ac (have_static_libs): New variable and associated check.
3866         (stage1-ldflags): Move to after stage1_libs and set to -static-libstdc++
3867         -static-libgcc if stage1_libs is empty and have_static_libs is yes.
3868         * configure: Regenerate.
3869
3870 2012-10-10  Richard Biener  <rguenther@suse.de>
3871
3872         * MAINTAINERS: Adjust for changed surname.
3873
3874 2012-10-04  Lawrence Crowl  <crowl@google.com>
3875
3876         * MAINTAINERS (Write After Approval): Add myself.
3877
3878 2012-10-01  Cary Coutant  <ccoutant@google.com>
3879
3880         * MAINTAINERS: Add myself as dwarf debugging code maintainer.
3881
3882 2012-09-28  Ian Lance Taylor  <iant@google.com>
3883
3884         * Makefile.def: Make all-target-libgo depend on
3885         all-target-libbacktrace.
3886         * Makefile.in: Rebuild.
3887
3888 2012-09-26  Ian Lance Taylor  <iant@google.com>
3889
3890         * Makefile.def: Make all-gcc depend on all-libbacktrace.
3891         * Makefile.in: Rebuild.
3892
3893 2012-09-20  Walter Lee  <walt@tilera.com>
3894
3895         * configure.ac: Add tilegx to list of targets that support gold.
3896         * configure: Regenerate.
3897
3898 2012-09-20  Marek Polacek  <polacek@redhat.com>
3899
3900         * MAINTAINERS (Write After Approval): Add myself.
3901
3902 2012-09-19  Steve Ellcey  <sellcey@mips.com>
3903
3904         * configure.ac: Add mips*-mti-elf* target.
3905         * configure: Regenerate.
3906
3907 2012-09-17  Ian Lance Taylor  <iant@google.com>
3908
3909         * MAINTAINERS (Various Maintainers): Add libbacktrace.
3910         * configure.ac (host_libs): Add libbacktrace.
3911         (target_libraries): Add libbacktrace.
3912         * Makefile.def (host_modules): Add libbacktrace.
3913         (target_modules): Likewise.
3914         * configure, Makefile.in: Rebuild.
3915
3916 2012-09-14  David Edelsohn  <dje.gcc@gmail.com>
3917
3918         PR target/38607
3919         Merge upstream change.
3920         * libtool.m4 (_LT_COMPILER_PIC): Add -fPIC to GCC and GXX for AIX.
3921
3922         * configure.ac: Add target-libquadmath to noconfigdirs for AIX.
3923         Add libgomp*.o to compare_exclusions for AIX.
3924         * configure: Regenerate.
3925
3926 2012-09-06  Diego Novillo  <dnovillo@google.com>
3927
3928         * configure.ac: Bump minimum GMP version to 4.2.3.
3929         * configure: Re-generate.
3930
3931 2012-09-05  Georg-Johann Lay  <avr@gjlay.de>
3932
3933         PR target/54461
3934         * configure.ac (noconfigdirs,target=avr-*-*): Add target-newlib,
3935         target-libgloss if not configured --with-avrlibc=no.
3936         * configure: Regenerate.
3937
3938 2012-09-04  Jason Merrill  <jason@redhat.com>
3939
3940         * configure.ac: Fix --enable-languages=all.
3941
3942 2012-09-04  Christophe Lyon  <christophe.lyon@st.com>
3943
3944         * MAINTAINERS (Write After Approval): Add myself.
3945
3946 2012-09-03  Richard Guenther  <rguenther@suse.de>
3947
3948         PR bootstrap/54138
3949         * configure.ac: Re-organize ISL / CLOOG checks to allow
3950         disabling with either --without-isl or --without-cloog.
3951         * configure: Regenerated.
3952
3953 2012-09-03  Georg-Johann Lay  <avr@gjlay.de>
3954
3955         * configure.ac (noconfigdirs,target=avr): Add target-libquadmath.
3956         * configure: Regenerate.
3957
3958 2012-08-27  Ulrich Drepper  <drepper@gmail.com>
3959
3960         * MAINTAINERS: Fix my email address.
3961
3962 2012-08-26  H.J. Lu  <hongjiu.lu@intel.com>
3963
3964         PR binutils/4970
3965         * Makefile.def (host_modules): Rmove lib_path=.libs from bfd
3966         and opcodes.
3967         * Makefile.in: Regenerated.
3968
3969 2012-08-26  Art Haas <ahaas@impactweather.com>
3970
3971         * configure: Regenerate.
3972
3973 2012-08-25  Křištof Želechovski <giecrilj@stegny.2a.pl>
3974
3975         * INSTALL/README: Also refer to the online installation
3976         instructions.
3977
3978 2012-08-21  Hariharan Sandanagobalane <hariharan.gcc@gmail.com>
3979
3980         * MAINTAINERS (Write After Approval): Add myself.
3981         (Picochip port): Remove myself.
3982
3983 2012-08-14   Diego Novillo  <dnovillo@google.com>
3984
3985         Merge from cxx-conversion branch.
3986
3987         * Makefile.tpl (STAGE[+id+]_CXXFLAGS): Remove
3988         POSTSTAGE1_CONFIGURE_FLAGS.
3989         * Makefile.in: Regenerate.
3990         * configure.ac (ENABLE_BUILD_WITH_CXX): Remove.  Update all users.
3991         Force C++ when bootstrapping.
3992         * configure: Regenerate.
3993
3994 2012-07-24  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
3995
3996         * MAINTAINERS (Write After Approval): Add myself.
3997
3998 2012-07-16  Joseph Myers  <joseph@codesourcery.com>
3999
4000         * README: Document use of ranges of years in copyright notices.
4001
4002 2012-07-06  Richard Guenther  <rguenther@suse.de>
4003
4004         * Makefile.def (cloog): Pass $(HOST_GMPINC) and $(HOST_ISLINC)
4005         as CPPFLAGS, pass path to built gmp as LDFLAGS, always use
4006         --with-gmp=system.
4007         * Makefile.in: Regenerated.
4008         * configure: Likewise.
4009
4010 2012-07-06  Richard Guenther  <rguenther@suse.de>
4011
4012         * configure.ac (extra_isl_gmp_configure_flags): Initialize and subst.
4013         * Makefile.def (isl): Use extra_isl_gmp_configure_flags and
4014         supply V=1 as extra_make_flags.
4015         * configure: Regenerated.
4016         * Makefile.in: Likewise.
4017
4018 2012-07-04  Tristan Gingold  <gingold@adacore.com>
4019
4020         * configure: Regenerate.
4021
4022 2012-07-03  Richard Guenther  <rguenther@suse.de>
4023
4024         * Makfile.def (isl): Remove not necessary extra_exports and
4025         extra_make_flags.
4026         (cloog): Use $$CPPFLAGS instead of ${CPPFLAGS}.
4027         * Makefile.in: Regenerated.
4028
4029 2012-07-03  Richard Guenther  <rguenther@suse.de>
4030
4031         * Makefile.def (cloog): Add V=1 to extra_make_flags.
4032         * configure.ac: If either the ISL or the CLooG check failed
4033         do not try to build in-tree versions.
4034         * Makefile.in: Regenerated.
4035         * configure: Regenerated.
4036
4037 2012-07-03  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
4038
4039         * configure: Regenerate.
4040
4041 2012-07-02  Janis Johnson  <janisjo@codesourcery.com>
4042
4043         * MAINTAINERS (Various Maintainers): Add myself as testsuite
4044         maintainer.
4045
4046 2012-07-02  Richard Guenther  <rguenther@suse.de>
4047
4048         * configure: Regenerated.
4049
4050 2012-07-02  Richard Guenther  <rguenther@suse.de>
4051         Michael Matz  <matz@suse.de>
4052         Tobias Grosser <tobias@grosser.es>
4053         Sebastian Pop <sebpop@gmail.com>
4054
4055         * Makefile.def: Add ISL host module, remove PPL host module.
4056         Adjust ClooG host module to use the proper ISL.
4057         * Makefile.tpl: Pass ISL include flags instead of PPL ones.
4058         * configure.ac: Include config/isl.m4.  Add ISL host library,
4059         remove PPL.  Remove PPL configury, add ISL configury, adjust
4060         ClooG configury.
4061         * Makefile.in: Regenerated.
4062         * configure: Likewise.
4063
4064 2012-07-02  Richard Guenther  <rguenther@suse.de>
4065
4066         Merge from graphite branch
4067         2011-07-21  Tobias Grosser  <tobias@grosser.es>
4068
4069         * configure: Regenerated.
4070         * config/cloog.m4: Remove support for CLooG-ppl and CLooG-parma,
4071         both cloog.org and legacy versions. The only supported version will
4072         be CLooG with the isl backend.
4073
4074         2011-07-21  Tobias Grosser  <tobias@grosser.es>
4075
4076         * configure: Regenerated.
4077         * configure.ac: Require cloog isl 0.17.0
4078
4079         2011-07-21  Tobias Grosser  <tobias@grosser.es>
4080
4081         * configure: Regenerated.
4082         * config/cloog.m4: Do not define CLOOG_ORG
4083
4084 2012-06-29  Steven Bosscher  <steven@gcc.gnu.org>
4085
4086         * configure.ac: Skip C if explicitly selected.
4087         * configure: Regenerate.
4088
4089 2012-06-28  Christophe Lyon <christophe.lyon@st.com>
4090
4091         * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Make sure
4092         they contain -O2.
4093         * configure: Regenerate.
4094
4095 2012-06-25  Richard Sandiford  <rdsandiford@googlemail.com>
4096
4097         PR debug/53740
4098         * df.h, df-problems.c, dce.c: Revert last patch.
4099
4100 2012-06-25  Iain Sandoe  <iain@codesourcery.com>
4101
4102         * MAINTAINERS (Write After Approval): Update my email address.
4103
4104 2012-06-21  Meador Inge  <meadori@codesourcery.com>
4105
4106         * MAINTAINERS (Write After Approval): Add myself.
4107
4108 2012-06-20  Jason Merrill  <jason@redhat.com>
4109
4110         * Makefile.tpl (check-target-libgomp-c++): New.
4111         (check-target-libitm-c++): New.
4112         * Makefile.def (c++): Add them.
4113         * Makefile.in: Regenerate.
4114
4115 2012-05-29  Edmar Wienskoski  <edmar@freescale.com>
4116
4117         * MAINTAINERS (Write After Approval): Add myself.
4118
4119 2012-05-16  Olivier Hainque  <hainque@adacore.com>
4120
4121         * Makefile.tpl (gcc-no-fixedincludes): Rename into ...
4122         (gcc-install-no-fixedincludes): Now forwarder to local target in gcc/
4123         (install-no-fixedincludes): Adjust accordingly.
4124         * Makefile.in: Regenerate.
4125
4126 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
4127
4128         Merge upstream change
4129         * libtool.m4 (_LT_ENABLE_LOCK): Support x32.
4130
4131 2012-05-14  Marc Glisse  <marc.glisse@inria.fr>
4132
4133         * MAINTAINERS (Write After Approval): Add myself.
4134
4135 2012-05-09  Nick Clifton  <nickc@redhat.com>
4136             Paul Smith  <psmith@gnu.org>
4137
4138         PR bootstrap/50461
4139         * configure.ac (mpfr-dir): When using in-tree MPFR sources
4140         allow for the fact that from release v3.1.0 of MPFR the source
4141         files were moved into a src sub-directory.
4142         * configure: Regenerate.
4143
4144 2012-05-07  Janne Blomqvist  <jb@gcc.gnu.org>
4145
4146         * configure.ac: Bump minimum MPFR version to 2.4.0.
4147         * configure: Regenerated.
4148
4149 2012-05-01  Richard Henderson  <rth@redhat.com>
4150
4151         * Makefile.def (libatomic): New target_module.
4152         * configure.ac (target_libraries): Add libatomic.
4153         (noconfigdirs): Check if libatomic is supported.
4154         * Makefile.in, configure: Rebuild.
4155
4156 2012-05-01  Greta Yorsh  <Greta.Yorsh@arm.com>
4157
4158         * MAINTAINERS (Write After Approval): Add myself.
4159
4160 2012-04-25  Joel Brobecker  <brobecker@adacore.com>
4161
4162         * config.sub: Update to 2012-04-18 version from official repo.
4163
4164 2012-04-24  Naveen H.S  <naveen.S@kpitcummins.com>
4165
4166         * MAINTAINERS (Write After Approval): Add myself.
4167
4168 2012-04-11  Steve Ellcey  <sellcey@mips.com>
4169
4170         * MAINTAINERS: Changed email address.
4171
4172 2012-03-28  Georg-Johann Lay  <avr@gjlay.de>
4173
4174         PR target/52737
4175         * contrib/gcc_update (files_and_dependencies):
4176         Remove gcc/config/avr/t-multilib from touch data.
4177
4178 2012-03-14  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
4179
4180         * MAINTAINERS (OS Port Maintainers): Remove irix.
4181         * configure.ac (enable_libgomp): Remove *-*-irix6*.
4182         (unsupported_languages): Remove mips-sgi-irix6.*.
4183         (noconfigdirs): Don't add ${libgcj} for mips*-*-irix6*.
4184         (with_stabs): Remove.
4185         * configure: Regenerate.
4186
4187 2012-03-12  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
4188
4189         * MAINTAINERS (OS Port Maintainers): Remove osf.
4190         * configure.ac (enable_libgomp): Remove *-*-osf*.
4191         (with_stabs): Remove alpha*-*-osf*.
4192         * configure: Regenerate.
4193
4194 2012-03-05  Tristan Gingold  <gingold@adacore.com>
4195
4196         * configure.ac: Enable gdb and readline for ia64*-*-*vms*.
4197         * configure: Regenerate.
4198
4199 2012-02-17  Walter Lee  <walt@tilera.com>
4200
4201         * MAINTAINERS: (Write After Approval): Delete myself.
4202
4203 2012-02-14  Walter Lee  <walt@tilera.com>
4204
4205         * MAINTAINERS (tilegx port): Add myself.
4206         (tilepro port): Add myself.
4207         (Write After Approval): Add myself.
4208
4209 2012-02-12  Gerald Pfeifer  <gerald@pfeifer.com>
4210
4211         * MAINTAINERS (Various Maintainers): Add Diego Novillo, Gerald Pfeifer
4212         and Joseph Myers as docstring relicensing maintainers.
4213
4214 2012-02-09  Bin Cheng  <bin.cheng@arm.com>
4215
4216         * MAINTAINERS (write-after-approval): Add myself.
4217
4218 2012-02-08  Ira Rosen <irar@il.ibm.com>
4219
4220         * MAINTAINERS (Various Maintainers): Remove myself as auto-vectorizer
4221         maintainer.
4222
4223 2012-02-04  Venkataramanan Kumar  <venkataramanan.kumar@amd.com>
4224
4225         * MAINTAINERS (Write After Approval): Move myself to
4226         maintain alphabetical order.
4227
4228 2012-02-03  Venkataramanan Kumar  <venkataramanan.kumar@amd.com>
4229
4230         * MAINTAINERS (Write After Approval): Add myself.
4231
4232 2012-02-02  Jayant R Sonar <jayant.sonar@kpitcummins.com>
4233
4234         * MAINTAINERS (Write After Approval): Add myself.
4235
4236 2012-02-02  Sumanth G <sumanth.gundapaneni@kpitcummins.com>
4237             Jayant R Sonar <jayant.sonar@kpitcummins.com>
4238
4239         * configure.ac (cr16-*-*): Remove nonconfigdirs.
4240         * configure: Regenerate.
4241
4242 2012-01-23  Harshit Chopra  <harshit@google.com>
4243
4244         * MAINTAINERS (Write After Approval): Add myself.
4245
4246 2012-01-22  Douglas B Rupp  <rupp@ngnat.com>
4247
4248         * configure.ac: Remove reference to mh-interix.
4249         * configure: Regenerate.
4250
4251 2012-01-05  Richard Henderson  <rth@redhat.com>
4252
4253         PR bootstrap/51072
4254         * configure.ac: Disable libitm if c++ is not enabled.
4255         * configure: Rebuild.
4256
4257         * configure.ac: Fix regexp for same.
4258         * configure: Rebuild.
4259
4260 2012-01-02  Balaji V. Iyer  <bviyer@gmail.com>
4261
4262         * MAINTAINERS (Write After Approval): Add myself.
4263
4264 2012-01-02  Richard Guenther  <rguenther@suse.de>
4265
4266         PR bootstrap/51686
4267         * Makefile.def (install-strip-gcc): Depend on install-strip-lto-plugin.
4268         * Makefile.in: Regenerate.
4269
4270 2011-12-28  Oleg Endo  <olegendo@gcc.gnu.org>
4271
4272         * MAINTAINERS (Write After Approval): Add myself.
4273
4274 2011-12-18  Eric Botcazou  <ebotcazou@adacore.com>
4275
4276         * configure: Regenerate.
4277
4278 2011-12-14  Hariharan Sandanagobalane  <hariharan.gcc@gmail.com>
4279
4280         * MAINTAINERS (picochip): Changed email address.
4281
4282 2011-11-30  Matthew Gretton-Dann  <matthew.gretton-dann@arm.com>
4283
4284         * MAINTAINERS (write-after-approval): Add self.
4285
4286 2011-11-29  DJ Delorie  <dj@redhat.com>
4287
4288         * configure.ac (rl78-*-*) New case.
4289         * configure: Regenerate.
4290         * MAINTAINERS: Add myself as RL78 maintainer.
4291
4292 2011-11-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
4293
4294         * MAINTAINERS: Add self as co-maintainer of the Ada front end.
4295
4296 2011-11-21  Andreas Tobler  <andreast@fgznet.ch>
4297
4298         * libtool.m4: Additional FreeBSD 10 fixes.
4299
4300 2011-11-21  Joern Rennecke  <joern.rennecke@embecosm.com>
4301
4302         * MAINTAINERS: Move myself from Write After Approval to CPU Port
4303         Maintainers section, as Epiphany maintainer.
4304
4305 2011-11-18  Iain Sandoe  <iains@gcc.gnu.org>
4306
4307         PR target/49992
4308         * configure.ac: Remove ranlib special-casing for Darwin.
4309         * configure: Regenerate.
4310
4311 2011-11-12  Andrey Belevantsev  <abel@ispras.ru>
4312
4313         * MAINTAINERS (Reviewers): Keep the list sorted.
4314
4315 2011-11-11  Andrey Belevantsev  <abel@ispras.ru>
4316
4317         * MAINTAINERS (Selective Scheduling): Add myself as a reviewer.
4318
4319 2011-11-09  Roland McGrath  <mcgrathr@google.com>
4320
4321         * configure.ac: Add tool checks for READELF and READELF_FOR_TARGET.
4322         * configure: Rebuild.
4323         * Makefile.def (flags_to_pass): Add READELF_FOR_TARGET.
4324         * Makefile.tpl (READELF, READELF_FOR_TARGET): New variables.
4325         (HOST_EXPORTS): Add READELF, READELF_FOR_TARGET.
4326         (BASE_FLAGS_TO_PASS): Add READELF_FOR_TARGET.
4327         (BASE_TARGET_EXPORTS, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS):
4328         Add READELF.
4329         * Makefile.in: Rebuild.
4330
4331 2011-11-09  Jason Merrill  <jason@redhat.com>
4332
4333         * Makefile.def (language=c++): Remove check-c++0x.
4334         * Makefile.in (check-gcc-c++): Regenerate.
4335
4336 2011-11-08  Richard Henderson  <rth@redhat.com>
4337
4338         * configure.ac: Test for libitm directory present first.
4339
4340         * configure.ac: Adjust srcdir for running libitm/configure.tgt.
4341
4342         * configure.ac: Test libitm/configure.tgt to disable libitm.
4343         * configure: Rebuild.
4344
4345 2011-11-07  Aldy Hernandez  <aldyh@redhat.com>
4346             Richard Henderson  <rth@redhat.com>
4347
4348         Merged from transactional-memory.
4349
4350         * Makefile.def (lang_env_dependencies): libitm is c++.
4351         Add libitm target module.
4352         * configure.ac: Likewise.
4353         * config/mmap.m4: New file.
4354         * contrib/gcc_update: Add libitm to touch data.
4355         * Makefile.in, configure: Rebuild.
4356
4357 2011-11-02  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
4358
4359         * Makefile.tpl (EXTRA_GCC_FLAGS): Remove LIBGCC2_CFLAGS,
4360         LIBGCC2_DEBUG_CFLAGS, LIBGCC2_INCLUDES.
4361         * Makefile.in: Regenerate.
4362
4363 2011-11-01  DJ Delorie  <dj@redhat.com>
4364
4365         * config.sub: Update to version 2011-10-29 (added rl78)
4366
4367 2011-10-27  Nick Clifton  <nickc@redhat.com>
4368
4369         * config.sub: Import these changes from the config project:
4370
4371         2011-10-08  Joern Rennecke  <joern.rennecke@embecosm.com>
4372             Ben Elliston  <bje@gnu.org>
4373
4374         * config.sub (epiphany): New.
4375
4376         2011-09-09  Linas Vepstas  <linasvepstas@gmail.com>
4377             Ben Elliston  <bje@gnu.org>
4378
4379         * config.sub (hexagon, hexagon-*): New.
4380
4381         2011-08-23  Roland McGrath  <mcgrathr@google.com>
4382
4383         * config.sub: Rename 32eb to be32, 32el to le32, 64el to le64, and
4384         64eb to be64.
4385
4386         2011-08-16  Roland McGrath  <mcgrathr@google.com>
4387
4388         * config.sub (32eb, 32el, 64eb, 64el): New (pseudo-)CPUs.
4389         (nacl): Grok as alias for 32el-unknown-nacl.
4390
4391 2011-10-25  Kirill Yukhin  <kirill.yukhin@intel.com>
4392
4393         * MAINTAINERS (Write After Approval): Add myself.
4394
4395 2011-10-24  Teresa Johnson  <tejohnson@google.com>
4396
4397         * MAINTAINERS (Write After Approval): Add myself.
4398
4399 2011-09-21  Jakub Jelinek  <jakub@redhat.com>
4400
4401         * MAINTAINERS (sparc port): Remove myself.
4402
4403 2011-09-14  Tom de Vries  <tom@codesourcery.com>
4404
4405         * MAINTAINERS (Write After Approval): Add myself.
4406
4407 2011-08-14  Yao Qi  <yao@codesourcery.com>
4408
4409         * configure.ac (tic6x-*-*): Remove gdb from noconfigdirs.
4410         * configure: Regenerate.
4411
4412 2011-07-26  Ian Lance Taylor  <iant@google.com>
4413
4414         * configure.ac: Set have_compiler based on whether gcc directory
4415         exists, rather than on whether gcc is in configdirs.
4416         * configure: Rebuild.
4417
4418 2011-07-21  Joseph Myers  <joseph@codesourcery.com>
4419
4420         * MAINTAINERS (Global Reviewers): Add self.
4421
4422 2011-07-20  David Edelsohn  <dje.gcc@gmail.com>
4423
4424         * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): Add libsupc++ to
4425         link directories.
4426         * Makefile.in: Rebuild.
4427
4428 2011-07-20  Ian Lance Taylor  <iant@google.com>
4429
4430         PR bootstrap/49787
4431         * configure.ac: Move --enable-bootstrap handling earlier in file.
4432         If --enable-bootstrap and either --enable-build-with-cxx or
4433         --enable-build-poststage1-with-cxx, enable C++ automatically.
4434         * configure: Rebuild.
4435
4436 2011-07-19  Ian Lance Taylor  <iant@google.com>
4437
4438         * configure.ac: Add --enable-build-poststage1-with-cxx.  If set,
4439         make C++ a boot_language.  Set and substitute
4440         POSTSTAGE1_CONFIGURE_FLAGS.
4441         * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): New variable.
4442         (STAGE[+id+]_CONFIGURE_FLAGS): Add $(POSTSTAGE1_CONFIGURE_FLAGS).
4443         * configure, Makefile.in: Rebuild.
4444
4445 2011-07-19  Vladimir Makarov  <vmakarov@redhat.com>
4446
4447         * MAINTAINERS (Register Allocation): Move myself from reviewers to
4448         maintainers.
4449
4450 2011-07-18  Jakub Jelinek  <jakub@redhat.com>
4451
4452         * MAINTAINERS (Global Reviewers): Add myself.
4453
4454 2011-07-18  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
4455
4456         * configure: Regenerate.
4457
4458 2011-07-16  Jason Merrill  <jason@redhat.com>
4459
4460         * Makefile.def (language=c++): Add check-c++0x and
4461         check-target-libmudflap-c++.
4462         * Makefile.tpl (check-target-libmudflap-c++): New.
4463         * Makefile.in: Regenerate.
4464
4465 2011-07-16  Matthias Klose  <doko@ubuntu.com>
4466
4467         * Makefile.tpl (EXTRA_CONFIGARGS_LIBJAVA): Define.
4468         * Makefile.def (target_modules/libjava): Pass
4469         $(EXTRA_CONFIGARGS_LIBJAVA).
4470         * configure.ac: Pass --disable-static in EXTRA_CONFIGARGS_LIBJAVA,
4471         if not configured with --enable-static-libjava.
4472         * Makefile.in: Regenerate.
4473         * configure: Likewise.
4474
4475 2011-07-15  Jason Merrill  <jason@redhat.com>
4476
4477         * Makefile.in (check-c++): Move check-gcc-c++0x after
4478         check-target-libstdc++-v3.
4479
4480 2011-07-15  Bernd Schmidt  <bernds@codesourcery.com>
4481
4482         * MAINTAINERS (c6x port): New entry.
4483
4484 2011-07-13  Jason Merrill  <jason@redhat.com>
4485
4486         * Makefile.in (check-gcc-c++0x): New.
4487         (check-c++): Depend on it.
4488
4489 2011-07-07  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
4490
4491         PR target/39150
4492         * configure.ac (i[3456789]86-*-solaris2*): Also accept
4493         x86_64-*-solaris2.1[0-9]*.
4494         * configure: Regenerate.
4495
4496 2011-06-29  Richard Sandiford  <rdsandiford@googlemail.com>
4497
4498         * MAINTAINERS (RTL optimizers): Add self.
4499
4500 2011-06-27  Gabriel Charette  <gchare@google.com>
4501
4502         * MAINTAINERS (Write After Approval): Add myself.
4503
4504 2011-06-22  Hans-Peter Nilsson  <hp@axis.com>
4505
4506         PR regression/47836
4507         PR bootstrap/23656
4508         PR other/47733
4509         PR bootstrap/49247
4510         PR c/48825
4511         * configure.ac (target_libraries): Remove target-libiberty.
4512         Remove case-statement setting skipdirs=target-libiberty for
4513         multiple targets.  Remove checking target_configdirs and
4514         removing target-libiberty but keeping target-libgcc if
4515         otherwise empty.
4516         * Makefile.def (target_modules): Don't add libiberty.
4517         (dependencies): Remove all traces of target-libiberty.
4518         * configure, Makefile.in: Regenerate.
4519
4520 2011-06-13  Walter Lee <walt@tilera.com>
4521
4522         * configure.ac (tilepro-*-*) New case.
4523         (tilegx-*-*): Likewise.
4524         * configure: Regenerate.
4525
4526 2011-06-06  Jing Yu  <jingyu@google.com>
4527
4528         * configure.ac: Skip target-libiberty for
4529         arm*-*-linux-androideabi.
4530         * configure: Regenerated.
4531
4532 2011-06-06  Nick Clifton  <nickc@redhat.com>
4533
4534         * config.sub: Sync from upstream.
4535
4536 2011-06-05  Nenad Vukicevic  <nenad@intrepid.com>
4537
4538         * MAINTAINERS (Write After Approval): Add myself.
4539
4540 2011-06-01  Daniel Jacobowitz  <drow@false.org>
4541
4542         * MAINTAINERS: Update my email address.
4543
4544 2011-05-27  Nathan Froyd  <froydnj@codesourcery.com>
4545
4546         * MAINTAINERS (Write After Approval): Update my email address.
4547
4548 2011-05-11  Paul Pluzhnikov  <ppluzhnikov@google.com>
4549
4550         * MAINTAINERS (Write After Approval): Add myself.
4551
4552 2011-05-08  Doug Kwan  <dougkwan@google.com>
4553
4554         * configure.ac: Propagate LDFLAGS_FOR_TARGET.
4555         * configure: Regenerated.
4556         * Makefile.tpl (LDFLAGS_FOR_TARGET): Use LDFLAGS_FOR_TARGET
4557         value from configure.
4558         * Makefile.in: Regenerated.
4559
4560 2011-05-05  Joseph Myers  <joseph@codesourcery.com>
4561
4562         * configure.ac (alpha*-dec-osf*, i[[3456789]]86-*-rdos*,
4563         sh*-*-pe|mips*-*-pe|arm-wince-pe, sparc-*-sunos4*, *-*-aix*,
4564         *-*-beos*, *-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-linux*
4565         | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-lynxos*,
4566         *-*-mingw*, *-*-netbsd*, *-*-netware*, *-*-tpf*, *-*-uclinux*,
4567         *-*-vxworks*): Disable newlib and libgloss in separate case
4568         statement.
4569         (i[[3456789]]86-*-linux*): Move logic allowing newlib to be built
4570         to separate case statement.
4571         (*-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
4572         *-*-netware*, *-*-tpf*, *-*-uclinux*, *-*-vxworks*,
4573         alpha*-dec-osf*, alpha*-*-linux*, am33_2.0-*-linux*, sh-*-linux*,
4574         sh*-*-pe|mips*-*-pe|*arm-wince-pe, arm-*-coff, arm-*-elf* |
4575         arm*-*-eabi*, arm*-*-linux-gnueabi, arm*-*-symbianelf*, avr-*-*,
4576         bfin-*-*, cris-*-* | crisv32-*-*, frv-*-*, i[[3456789]]86-*-coff |
4577         i[[3456789]]86-*-elf, i[[3456789]]86-w64-mingw*,
4578         i[[3456789]]86-*-mingw*, x86_64-*-mingw*,
4579         i[[3456789]]86-*-interix*, i[[3456789]]86-*-beos*,
4580         i[[3456789]]86-*-rdos*, m32r-*-*,
4581         m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, m68k-*-elf*, m68*-*-*
4582         | fido-*-*, powerpc-*-aix*, powerpc-*-beos*, powerpc-*-eabi,
4583         powerpc-*-eabi* | powerpcle-*-eabi* | powerpc-*-rtems*,
4584         rs6000-*-lynxos*, rs6000-*-aix*, mips*-*-linux*, sparclet-*-aout*
4585         | sparc86x-*-*, sparc-*-elf*, sparc64-*-elf*, sparclite-*-*,
4586         sparc-*-sunos4*, sparc-*-solaris* | sparc64-*-solaris* |
4587         sparcv9-*-solaris*, *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu |
4588         *-*-kopensolaris*-gnu, *-*-lynxos*, *-*-*): Don't disable newlib
4589         and libgloss in main case over targets.  Remove most empty cases
4590         in main case over targets.
4591         * configure: Regenerate.
4592
4593 2011-05-04  Janis Johnson  <janisjo@codesourcery.com>
4594
4595         * MAINTAINERS (Write After Approval): Add myself.
4596
4597 2011-05-04  Joseph Myers  <joseph@codesourcery.com>
4598
4599         * configure.ac: Remove code setting special library locations for
4600         hppa*64*-*-hpux11*.  Remove code setting compiler for
4601         sparc-sun-solaris2*.
4602         * configure: Regenerate.
4603
4604 2011-05-04  Joseph Myers  <joseph@codesourcery.com>
4605
4606         * configure.ac: Separate libgloss_dir settings from general case
4607         over targets.
4608         * configure: Regenerate.
4609
4610 2011-04-28  Joseph Myers  <joseph@codesourcery.com>
4611
4612         * configure.ac (*-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
4613         alpha*-dec-osf*, alpha*-*-linux*, alpha*-*-*, sh-*-linux*,
4614         arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi, frv-*-*): Remove
4615         cases in libgcj-disabling case statement.
4616         (hppa*64*-*-linux*): Set unsupported_languages instead of
4617         disabling target-zlib.
4618         (hppa*64*-*-*): Restrict case in libgcj-disabling case statement
4619         to hppa*64*-*-hpux*.
4620         (hppa*-*-*): Restrict case in libgcj-disabling case statement to
4621         hppa*-*-hpux*.
4622         (ia64*-*-elf*, ia64*-**-hpux*, i[[3456789]]86-*-elf,
4623         i[[3456789]]86-*-linux*, *-*-cygwin*, i[[3456789]]86-*-interix*,
4624         i[[3456789]]86-*-solaris2*, m32r-*-*, m68k-*-elf*, m68*-*-* |
4625         fido-*-*, powerpc-*-eabi, powerpc-*-eabi* | powerpcle-*-eabi* |
4626         powerpc-*-rtems*, mips*-*-linux*, mips*-*-*, sh-*-* | sh64-*-*,
4627         sparc-*-elf*, sparc64-*-elf*, sparc-*-solaris* |
4628         sparc64-*-solaris* | sparcv9-*-solaris*, *-*-linux* | *-*-gnu* |
4629         *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-*): Remove cases in
4630         libgcj-disabling case statement.
4631         * configure: Regenerate.
4632
4633 2011-04-28  Joseph Myers  <joseph@codesourcery.com>
4634
4635         * configure.ac: Disable Java for targets not supporting libffi.
4636         (*-*-chorusos, *-*-kaos*, am33_2.0-*-linux*, sh*-*-pe|mips*-*-pe):
4637         Remove cases in Java-disabling statement.
4638         (*arm-wince-pe): Change to arm-wince-pe.
4639         (arc-*-*, arm-*-coff, arm-*-pe*, arm-*-riscix*, avr-*-*): Remove
4640         cases in Java-disabling statement.
4641         (bfin-*-*): Don't disable Java again.
4642         (c4x-*-* | tic4x-*-*, tic54x-*-*, cr16-*-*, d10v-*-*, d30v-*-*,
4643         fr30-*-elf*, moxie-*-*, h8300*-*-*, h8500-*-*, hppa1.1-*-osf* |
4644         hppa1.1-*-bsd*, hppa*-*-*elf* | hppa*-*-lites* | hppa*-*-openbsd*,
4645         hppa*-*-pro*, i960-*-*, i[[3456789]]86-*-coff,
4646         i[[3456789]]86-*-pe, i[[3456789]]86-*-sco3.2v5*,
4647         i[[3456789]]86-*-sco*, i[[3456789]]86-*-sysv4*,
4648         i[[3456789]]86-*-beos*, i[[3456789]]86-*-rdos*,
4649         m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*): Remove cases in
4650         Java-disabling statement.
4651         (mmix-*-*): Don't disable Java again.
4652         (mt-*-*, powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
4653         powerpc-*-beos*, rs6000-*-lynxos*, rs6000-*-*, m68k-apollo-*,
4654         microblaze*, mips*-sde-elf*, mips*-*-irix5*, mips*-*-bsd*,
4655         sparclet-*-aout* | sparc86x-*-*, sparclite-*-*, sparc-*-sunos4*,
4656         tic6x-*-*, v810-*-*, vax-*-*): Remove cases in Java-disabling
4657         statement.
4658         * configure: Regenerate.
4659
4660 2011-04-28  Joseph Myers  <joseph@codesourcery.com>
4661
4662         * configure.ac: Separate cases disabling Java and Java libraries
4663         from general case over targets.
4664         * configure: Regenerate.
4665
4666 2011-04-21  Jie Zhang  <jzhang918@gmail.com>
4667
4668         * MAINTAINERS: Update my email address.
4669
4670 2011-04-20  Easwaran Raman  <eraman@google.com>
4671
4672         * MAINTAINERS (Write After Approval): Add myself.
4673
4674 2011-04-18  Jack Howarth  <howarth@bromo.med.uc.edu>
4675
4676         PR lto/48086
4677         * configure.ac: Re-enable LTO on *-apple-darwin9*.
4678         * configure: Regenerate.
4679
4680 2011-04-16  Jim Meyering  <meyering@redhat.com>
4681
4682         * MAINTAINERS (Write After Approval): Add myself.
4683
4684 2011-04-15  Dodji Seketeli  <dodji@redhat.com>
4685
4686         * MAINTAINERS: Update my email address.
4687
4688 2011-04-13  Georg-Johann Lay  <avr@gjlay.de>
4689
4690         * MAINTAINERS (Write After Approval): Add myself.
4691
4692 2011-04-12  Yufeng Zhang  <yufeng.zhang@arm.com>
4693
4694         * MAINTAINERS (Write After Approval): Add myself.
4695
4696 2011-04-07  Stuart Henderson  <shenders@gcc.gnu.org>
4697
4698         * MAINTAINERS (Write After Approval): Add myself.
4699
4700 2011-04-06  Joseph Myers  <joseph@codesourcery.com>
4701
4702         * configure.ac (build_tools): Remove build-byacc.
4703         (host_libs): Remove mmalloc.
4704         (host_tools): Remove byacc make patch prms send-pr ash bash bzip2
4705         autoconf automake libtool diff rcs fileutils shellutils time
4706         textutils wdiff find uudecode hello tar gzip indent recode release
4707         sed perl gawk findutils gettext zip.
4708         (libgcj): Remove target-qthreads.
4709         (target_tools): Remove target-examples target-gperf.
4710         (YACC): Don't handle building byacc.
4711         * configure: Regenerate.
4712         * Makefile.def (ash, autoconf, automake, bash, byacc, bzip2, diff,
4713         dosutils, examples, fileutils, find, findutils, gawk, gettext,
4714         gnuserv, gperf, gzip, hello, indent, libtool, make, mmalloc,
4715         patch, perl, prms, qthreads, rcs, recode, release, sed, send-pr,
4716         shellutils, tar, textutils, time, uudecode, wdiff, zip): Don't
4717         handle building components.
4718         * Makefile.in: Regenerate.
4719
4720 2011-04-05  Sterling Augustine <augustine.sterling@gmail.com>
4721
4722         * MAINTAINERS: Update my email address as Xtensa maintainer.
4723
4724 2011-04-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4725
4726         * config.sub: Sync from upstream.
4727
4728 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
4729
4730         * configure.ac (avr-*-*): Add comment about why libssp is disabled.
4731         (microblaze*): Don't disable libssp.
4732         * configure: Regenerate.
4733
4734 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
4735
4736         * configure.ac: Remove code setting CONFIG_SHELL, config_shell and
4737         moveifchange.
4738         * configure: Regenerate.
4739         * Makefile.tpl: Use @SHELL@ not @config_shell@.
4740         * Makefile.in: Regenerate.
4741
4742 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
4743
4744         * configure.ac (*-*-sysv4*): Don't enable libgomp.
4745         (alpha*-*-*vms*, i[[34567]]86-*-sco3.2v5*, mn10300-*-*,
4746         powerpc-*-chorusos*, powerpc*-*-eabi*, powerpc*-*-sysv*,
4747         powerpc*-*-kaos*, s390x-ibm-tpf*, sparc64-*-elf*, v850*-*-*,
4748         xtensa*-*-elf*, *-*-beos*, *-*-elf*, *-*-netware*, *-*-rtems*,
4749         *-*-sysv[[45]]*, *-*-vxworks*, *-wrs-windiss): Remove
4750         md_exec_prefix cases.
4751         * configure: Regenerate.
4752
4753 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
4754
4755         * configure.ac: Separate cases disabling target-libssp,
4756         target-libiberty, target-libstdc++-v3 and Fortran from general
4757         case over targets.
4758         * configure: Regenerate.
4759
4760 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
4761
4762         * configure.ac (*-*-chorusos): Don't disable libgcj.
4763         (*-*-freebsd[[12]] | *-*-freebsd[[12]].* | *-*-freebsd*aout*):
4764         Remove case.
4765         (*-*-kaos*): Don't disable GCC libraries, zlib or fastjar.
4766         (arm-*-coff): Don't disable libgcj.
4767         (arm*-*-linux-gnueabi): Remove useless assignment.
4768         (arm-*-riscix*): Don't disable libgcj.
4769         (bfin-*-*): Don't enable target-bsp and target-cygmon depending on
4770         configuration.
4771         (c4x-*-* | tic4x-*-*): Don't disable GCC libraries.
4772         (c54x*-*-*): Remove case.
4773         (tic54x-*-*): Don't disable GCC or GCC libraries.
4774         (cris-*-* | crisv32-*-*): Don't handle *-*-aout.  Change *-*-elf
4775         to *.
4776         (d10v-*-*): Don't disable GCC libraries.
4777         (d30v-*-*): Don't disable libgcj.
4778         (h8500-*-*): Don't disable GCC libraries.
4779         (i960-*-*): Don't disable libgcj.
4780         (i[[3456789]]86-*-linux*): Don't handle *-*-*libc1*.
4781         (i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
4782         i[[3456789]]86-*-sysv4*, i[[3456789]]86-*-beos*): Don't disable
4783         libgcj.
4784         (m68k-*-coff*): Remove case.
4785         (mmix-*-*): Don't disable libgloss on host.
4786         (mn10200-*-*, mn10300-*-*): Remove cases.
4787         (powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
4788         powerpc-*-beos*, m68k-apollo-*, mips*-*-irix5*, mips*-*-bsd*):
4789         Don't disable libgcj.
4790         (romp-*-*): Remove case.
4791         (sparclite-*-*, sparc-*-sunos4*): Don't disable libgcj.
4792         (sparc-*-solaris2.[[0-6]] | sparc-*-solaris2.[[0-6]].*): Remove
4793         case.
4794         (v810-*-*): Don't disable GCC libraries.
4795         (v850*-*-*, vax-*-vms, xtensa*-*-*): Remove cases.
4796         (ip2k-*-*): Don't disable GCC libraries.
4797         * configure: Regenerate.
4798
4799 2011-03-28  Joseph Myers  <joseph@codesourcery.com>
4800
4801         * configure.ac (i[[3456789]]86-*-msdosdjgpp*): Don't disable
4802         libffi on host.
4803         (x86_64-*-mingw*, i[[3456789]]86-*-mingw32*): Don't disable newlib
4804         on host.
4805         (c54x*-*-* | tic54x-*-*): Don't disable newlib on host.
4806         * configure: Regenerate.
4807
4808 2011-03-26  John Marino  <binutils@marino.st>
4809
4810         * configure.ac: Add support for *-*-dragonfly*
4811         * configure: Regenerate.
4812
4813 2011-03-25  Joseph Myers  <joseph@codesourcery.com>
4814
4815         * configure.ac (native_only): Remove.
4816         (i[[3456789]]86-*-msdosdjgpp*): Don't disable expect dejagnu
4817         send-pr uudecode guile gnuserv on host.
4818         (x86_64-*-mingw*): Don't disable expect dejagnu autoconf automake
4819         send-pr rcs guile perl texinfo libtool on host.
4820         (i[[3456789]]86-*-mingw32*): Don't disable expect dejagnu autoconf
4821         automake send-pr rcs guile perl texinfo libtool on host.
4822         (*-*-cygwin*, *-*-netbsd*): Remove host cases.
4823         (*-*-kaos*): Don't disable target-examples target-gperf on target.
4824         (alpha*-dec-osf*): Don't disable fileutils on target.
4825         (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't disable target-examples
4826         texinfo send-pr expect dejagnu on target.
4827         (arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi): Don't disable
4828         target-qthreads on target.
4829         (hppa*-hp-hpux11*, hppa*-*-*): Don't disable shellutils on target.
4830         (ia64*-*-elf*, ia64*-*-*vms*): Don't disable mmalloc on target.
4831         (i[[3456789]]86-w64-mingw*, i[[3456789]]86-*-mingw*,
4832         x86_64-*-mingw*): Don't disable expect on target.
4833         (*-*-cygwin*): Don't disable target-gperf on target.
4834         (powerpc*-*-winnt* | powerpc*-*-pe*): Don't disable make expect
4835         gnuserv on target.
4836         (powerpcle-*-solaris*): Don't disable make expect gnuserv on
4837         target.
4838         * configure: Regenerate.
4839
4840 2011-03-25  Joseph Myers  <joseph@codesourcery.com>
4841
4842         * configure.ac (target_tools): Remove target-groff.
4843         (native_only): Remove target-groff.
4844         (hppa*64*-*-*): Don't disable byacc.
4845         (i[[3456789]]86-*-mingw32*): Remove commented-out noconfigdirs
4846         setting.
4847         (*-*-kaos*): Don't skip target-librx and target-groff.
4848         (*-*-netware*): Don't skip target-libmudflap.
4849         (*-*-tpf*): Don't skip target-libmudflap.
4850         (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't condition configured
4851         directories on the host.
4852         (ia64*-*-*vms*): Don't skip tix.
4853         (sh-*-* | sh64-*-*): Don't condition skipped directories on the
4854         host.
4855         * configure: Regenerate.
4856
4857 2011-03-24  Paolo Bonzini  <pbonzini@redhat.com>
4858
4859         * configure.ac: Remove references to mt-mep, mt-netware,
4860         mt-wince.
4861         * Makefile.def: Add all-utils soft dependencies.
4862         * Makefile.tpl: Remove GDB_NLM_DEPS.
4863         * configure: Regenerate.
4864         * Makefile.in: Regenerate.
4865
4866 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
4867
4868         * configure.ac: Do not include mh-x86omitfp.
4869         * configure: Regenerate.
4870
4871 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
4872
4873         * configure.ac: Remove empty cases.
4874         * configure: Regenerate.
4875
4876 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
4877
4878         * Makefile.def: Add dependency from termcap to gdb.
4879         * Makefile.in: Regenerate.
4880
4881 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
4882
4883         * configure.ac: Remove all mentions of mh-sysv4 and mh-solaris.
4884         * configure: Regenerate.
4885         * Makefile.def: Remove all mentions of X11_FLAGS_TO_PASS.
4886         * Makefile.tpl: Likewise.
4887         * Makefile.in: Regenerate.
4888
4889 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
4890
4891         * configure.ac: Remove all mentions of tentative_cc.
4892         * configure: Regenerate.
4893
4894 2011-03-24  Joseph Myers  <joseph@codesourcery.com>
4895
4896         * configure.ac (i[[3456789]]86-*-vsta, i[[3456789]]86-*-go32*,
4897         i[[3456789]]86-*-beos*, powerpc-*-beos*, m68k-hp-hpux*,
4898         m68k-apollo-sysv*, m68k-apollo-bsd*, m88k-dg-dgux*,
4899         m88k-harris-cxux*, m88k-motorola-sysv*, mips*-dec-ultrix*,
4900         mips*-nec-sysv4*, mips*-sgi-irix4*, mips*-*-sysv4*, mips*-*-sysv*,
4901         i370-ibm-opened*, i[[3456789]]86-*-sysv5*, i[[3456789]]86-*-dgux*,
4902         i[[3456789]]86-ncr-sysv4.3*, i[[3456789]]86-ncr-sysv4*,
4903         i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
4904         i[[3456789]]86-*-udk*, vax-*-ultrix2*, m68k-sun-sunos*,
4905         hppa*-*-hiux*, *-*-hiux*, rs6000-*-lynxos*, *-*-sysv4*,
4906         *-*-rhapsody*): Remove host cases.
4907         * configure: Regenerate.
4908
4909 2011-03-24  Joseph Myers  <joseph@codesourcery.com>
4910
4911         * configure.ac (ppc*-*-pe): Remove host case.
4912         (strongarm-*-coff | xscale-*-coff, strongarm-*-elf* |
4913         xscale-*-elf*, thumb-*-coff, thumb-*-elf, thumb-*-pe, ep9312-*-elf
4914         | ep9312-*-coff, parisc*64*-*-linux*, ppc*-*-pe): Remove target
4915         cases.
4916         * configure: Regenerate.
4917
4918 2011-03-24  Joseph Myers  <joseph@codesourcery.com>
4919
4920         * config.sub: Update to version 2011-03-23.
4921
4922 2011-03-22  Joseph Myers  <joseph@codesourcery.com>
4923
4924         * configure.ac (arm-semi-aof, crx-*-*, parisc*-*-linux*,
4925         i370-*-opened*, i[[3456789]]86-moss-msdos | i[[3456789]]86-*-moss*
4926         | i[[3456789]]86-*-uwin*, mcore-*-pe*): Remove empty cases.
4927         * configure: Regenerate.
4928
4929 2011-03-22  Joseph Myers  <joseph@codesourcery.com>
4930
4931         * MAINTAINERS (crx port, m68hc11 port): Remove.  Move maintainers
4932         to Write After Approval.
4933         * config-ml.in: Don't handle arc-*-elf*.
4934         * configure.ac (arc-*-*, crx-*-*, i[[3456789]]86-*-pe,
4935         m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, mcore-*-pe*): Don't
4936         handle GCC libraries.
4937         * configure: Regenerate.
4938
4939 2011-03-21  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
4940
4941         PR bootstrap/48120:
4942         * configure.ac (pwllib): Use LIBS instead of LDFLAGS.
4943         Add -lstdc++ -lm to LIBS.
4944         * configure: Regenerate.
4945
4946 2011-03-18  David Edelsohn  <dje.gcc@gmail.com>
4947
4948         * config.guess: Update to version 2011-02-02
4949         * config.sub: Update to version 2011-02-24
4950
4951 2011-03-16  Jack Howarth  <howarth@bromo.med.uc.edu>
4952
4953         PR lto/48086
4954         * configure.ac: Re-enable LTO on *-apple-darwin9.
4955         * configure: Regenerate.
4956
4957 2011-03-13  Jack Howarth  <howarth@bromo.med.uc.edu>
4958
4959         PR lto/48086
4960         * configure.ac: Disable LTO on darwin due to an assembler change in
4961         Xcode 3.2.6/4.0 that limits the total number of sections/segments to
4962         under 256.
4963         * configure: Regenerate.
4964
4965 2011-03-11  Chen Liqin <liqin.gcc@gmail.com>
4966
4967         * MAINTAINERS: Update myself as score backend maintainer,
4968         update my e-mail address.
4969
4970 2011-03-09  Xuepeng Guo  <terry.guo@arm.com>
4971
4972         * MAINTAINERS: Update my e-mail address.
4973
4974 2011-03-06  Joey Ye  <joey.ye@arm.com>
4975
4976         * MAINTAINERS: Update my e-mail address.
4977
4978 2011-03-02  Sebastian Pop  <sebastian.pop@amd.com>
4979
4980         * configure.ac: Adjust test of with_ppl.
4981         * configure: Regenerated.
4982
4983 2011-03-02  Kai Tietz  <ktietz@redhat.com>
4984
4985         * MAINTAINERS: Adjust my e-mail address.
4986
4987 2011-03-02  Sebastian Pop  <sebastian.pop@amd.com>
4988
4989         * configure.ac: Add -lpwl to ppllibs.
4990         * configure: Regenerated.
4991
4992 2011-03-02  Sebastian Pop  <sebastian.pop@amd.com>
4993
4994         * config/cloog.m4: Add -lisl to clooglibs.
4995         * configure: Regenerated.
4996
4997 2011-02-24  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
4998
4999         * MAINTAINERS (CPU Port maintainers): Add self.
5000
5001 2011-02-16  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
5002
5003         * MAINTAINERS: Add myself as testsuite maintainer.
5004
5005 2011-02-15  Mike Stump  <mikestump@comcast.net>
5006
5007         * MAINTAINERS: Add myself as testsuite maintainer.
5008
5009 2011-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5010
5011         Import from Libtool and gnulib:
5012
5013         2011-01-27  Gerald Pfeifer  <gerald@pfeifer.com>
5014
5015         Prepare for supporting FreeBSD 10.
5016         * config.rpath: Remove handling of freebsd1* which soon would
5017         match FreeBSD 10.0.
5018
5019         2011-01-20  Gerald Pfeifer  <gerald@pfeifer.com>  (tiny change)
5020
5021         Remove support for FreeBSD 1.x.
5022         * libtool.m4 (_LT_LINKER_SHLIBS)
5023         (_LT_SYS_DYNAMIC_LINKER): Remove handling of freebsd1* which
5024         soon would incorrectly match FreeBSD 10.0.
5025
5026 2011-02-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5027
5028         PR binutils/12283
5029         * move-if-change: Import version from gnulib.
5030
5031 2011-02-12  Alexandre Oliva  <aoliva@redhat.com>
5032
5033         PR lto/47225
5034         * Makefile.def (lto-plugin): Double dash for enable-shared.
5035         (configure-gcc): Depend on all-lto-plugin.
5036         * Makefile.in: Rebuilt.
5037
5038 2011-02-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5039
5040         * configure.ac: Remove extra bracket.
5041         * configure: Regenerate.
5042
5043 2011-02-08  Tobias Burnus  <burnus@net-b.de>
5044
5045         * MAINTAINERS: Add myself as libquadmath maintainer.
5046
5047 2011-02-08  Thomas Schwinge  <thomas@schwinge.name>
5048
5049         * MAINTAINERS: Update my email address.
5050
5051 2011-02-07  Joseph Myers  <joseph@codesourcery.com>
5052
5053         * MAINTAINERS (option handling): Add self.
5054
5055 2011-02-06  Kai Tietz  <kai.tietz@onevision.com>
5056
5057         PR lto/47225
5058         * Makefile.def: Add dependency for install-gcc
5059         on install-lto-plugin.
5060         * Makfile.in: Regenerated
5061
5062 2011-02-01  Sebastien Bourdeauducq  <sebastien@milkymist.org>
5063
5064         * MAINTAINERS (CPU Port Maintainers): Add myself.
5065
5066 2011-01-31  Alexandre Oliva  <aoliva@redhat.com>
5067
5068         PR libgcj/44341
5069         * configure.ac: Discard --with-* flags for host when configuring
5070         target libraries for cross build.
5071         * configure: Rebuilt.
5072
5073 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
5074
5075         * MAINTAINERS (linear loop transforms): Removed.
5076
5077 2011-01-25  Jakub Jelinek  <jakub@redhat.com>
5078
5079         * configure.ac: If with_ppl is no, move setting with_cloog=no
5080         after CLOOG_REQUESTED check.
5081         * configure: Regenerated.
5082
5083 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
5084
5085         * configure.ac: Call AC_MSG_ERROR when PPL 0.11 is not present and
5086         CLooG has been requested.
5087         * configure: Regenerated.
5088
5089 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
5090
5091         * configure: Regenerated.
5092         * configure.ac: Check for version 0.11 (or later revision) of PPL.
5093
5094 2011-01-25  Tobias Grosser  <grosser@fim.uni-passau.de>
5095
5096         * configure: Regenerated.
5097         * configure.ac: Use CLOOG_CHECK_VERSION(0,16,1).
5098
5099 2011-01-21  Andreas Schwab  <schwab@redhat.com>
5100
5101         * configure.ac: Use AS_HELP_STRING throughout.
5102         * configure: Regenerate.
5103
5104 2011-01-18  Jie Zhang  <jie.zhang@analog.com>
5105
5106         * configure.ac (bfin-*-*): Remove gdb from noconfigdirs.
5107         * configure: Regenerate.
5108
5109 2011-01-13  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
5110
5111         * ltmain.sh (relink): Use absolute path when hardcoding with -L.
5112
5113 2011-01-13  Joel Brobecker  <brobecker@adacore.com>
5114
5115         * configure.ac: Remove readline, mmalloc, and gdb from noconfigdirs
5116         for ia64-hpux.
5117         * configure: Regenerate.
5118
5119 2011-01-07  Jan Hubicka  <jh@suse.cz>
5120
5121         PR lto/47225
5122         * Makefile.in: Regenerate.
5123         * Makefile.def (lto-plugin): Always pass enable-shared to the plugin
5124         configure.
5125
5126 2011-01-07  Jan Hubicka  <jh@suse.cz>
5127
5128         * Makefile.in: Regenerate.
5129         * Makefile.def (gcc host module) and soft dependency on lto-plugin
5130         and configure dependency on lto-plugin configure.
5131         (lto-plugin module): Remove dependency on GCC; add dependency on
5132         liniberty.
5133
5134 2011-01-07  William Schmidt  <wschmidt@linux.vnet.ibm.com>
5135
5136         * MAINTAINERS (Write After Approval): Add myself.
5137
5138 2010-12-23  Hariharan Sandanagobalane <hariharan@picochip.com>
5139
5140         * configure: Regenerate.
5141
5142 2010-12-22  Hariharan Sandanagobalane <hariharan@picochip.com>
5143
5144         * configure.ac: (picochip): Disable libiberty.
5145
5146 2010-12-14  Kaushik Phatak  <kaushik.phatak@kpitcummins.com>
5147
5148         * MAINTAINERS (Write After Approval): Add myself.
5149
5150 2010-12-10  Ian Lance Taylor  <iant@google.com>
5151
5152         PR bootstrap/46819
5153         * configure.ac: For --disable-libgcj clear libgcj_saved.
5154         * configure: Rebuild.
5155
5156 2010-12-10  Tobias Burnus  <burnus@net-b.de>
5157
5158         PR fortran/46540
5159         * configure.ac: Add --disable-libquadmath and
5160         --disable-libquadmath-support.
5161         * configure: Regenerate.
5162
5163 2010-12-03  Ian Lance Taylor  <iant@google.com>
5164
5165         * MAINTAINERS: Add myself as libgo maintainer.
5166
5167 2010-12-03  Hans-Peter Nilsson  <hp@axis.com>
5168
5169         PR libffi/46792
5170         * configure.ac (cris-*-elf, crisv32-*-elf): Disable target-libffi.
5171         * configure: Regenerate.
5172
5173 2010-12-02  Ian Lance Taylor  <iant@google.com>
5174
5175         * configure.ac: Always set default for poststage1_ldflags to
5176         -static-libstdc++ -static-libgcc.
5177
5178 2010-11-29  Andreas Schwab  <schwab@redhat.com>
5179
5180         * configure.ac: Move comment to remove extra space in last argument
5181         of GCC_TARGET_TOOL.
5182
5183 2010-11-26  Alexandre Oliva  <aoliva@redhat.com>
5184
5185         PR other/46026
5186         * configure.ac (CXX_FOR_TARGET): Add -funconfigured-libstdc++-v3.
5187         * Makefile.def (CXX_FOR_TARGET): Removed from flags_to_pass.
5188         * Makefile.tpl (CXX_FOR_TARGET_FLAG_TO_PASS): New.
5189         (BASE_FLAGS_TO_PASS): Use it.
5190         * configure: Rebuilt.
5191         * Makefile.in: Rebuilt.
5192
5193 2010-11-23  H.J. Lu  <hongjiu.lu@intel.com>
5194
5195         PR binutils/12258
5196         * configure.ac: Correct comments for --enable-gold/--enable-ld.
5197         Properly check default linker.
5198         * configure: Regnerated.
5199
5200 2010-11-23  Matthias Klose  <doko@ubuntu.com>
5201
5202         * configure.ac: For --enable-gold, handle value `default' instead of
5203         `both*'.  New configure option --{en,dis}able-ld.
5204         * configure: Regenerate.
5205
5206 2010-11-20  Ian Lance Taylor  <iant@google.com>
5207
5208         * configure.ac: Only disable a language library if no language needs
5209         it.  Don't let --disable-libgcj uncondtionally disable libffi.
5210         * configure: Rebuild.
5211
5212 2010-11-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5213
5214         * Makefile.in: Regenerate.
5215
5216         PR other/46202
5217         * configure.ac: Fix just-built in-tree STRIP name to be
5218         binutils/strip-new.
5219         * configure: Regenerate.
5220         * Makefile.def (install-strip-gcc, install-strip-binutils)
5221         (install-strip-opcodes, install-strip-ld, install-strip-itcl)
5222         (install-strip-sid): Mirror dependencies on non-strip variants
5223         of these targets on the respective -strip prerequisites.
5224         * Makefile.tpl (install-strip, install-strip-host)
5225         (install-strip-target): New targets.
5226         (install-strip-[+module+], install-strip-target-[+module+]):
5227         New targets.
5228         * Makefile.in: Regenerate.
5229
5230 2010-11-19  Ian Lance Taylor  <iant@google.com>
5231             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5232
5233         * configure.ac: Add target-libgo to target_libraries.  Set
5234         and substitute GOC_FOR_BUILD and GOC_FOR_TARGET.
5235         * Makefile.tpl (BUILD_EXPORTS): Add GOC and GOCFLAGS.
5236         (HOST_EXPORTS): Add GOC.
5237         (BASE_TARGET_EXPORTS): Add GOC.
5238         (GOC_FOR_BUILD, GOCFLAGS, GOC_FOR_TARGET): New variables.
5239         (GOCFLAGS_FOR_TARGET): New variable.
5240         (EXTRA_HOST_FLAGS): Add GOC.
5241         (EXTRA_TARGET_FLAGS): Add GOC and GOCFLAGS.
5242         * Makefile.def (target_modules): Add libgo.
5243         (flags_to_pass): Add GOC_FOR_TARGET and GOCFLAGS_FOR_TARGET.
5244         (dependencies): Add dependency from configure-target-libgo to
5245         configure-target-libffi and all-target-libstdc++-v3.  Add
5246         dependencies from all-target-libgo to all-target-libffi.
5247         (languages): Add go.
5248         * configure: Rebuild.
5249         * Makefile.in: Rebuild.
5250
5251 2010-11-19  Ian Lance Taylor  <iant@google.com>
5252
5253         * config-ml.in: Add Go support: treat GOC and GOCFLAGS like other
5254         compiler/flag environment variables.
5255
5256 2010-11-18  Ian Lance Taylor  <iant@google.com>
5257
5258         * configure.ac: Check for lang_requires_boot_languages in
5259         config-lang.in files.
5260         * configure: Rebuild.
5261
5262 2010-11-16  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
5263             Tobias Burnus  <burnus@net-b.de>
5264
5265         PR fortran/32049
5266         * Makefile.def: Add libquadmath; build it with language=fortran.
5267         * configure.ac: Add libquadmath.
5268         * Makefile.tpl: Handle multiple libs in check-[+language+].
5269         * Makefile.in: Regenerate.
5270         * configure: Regenerate.
5271
5272 2010-11-16  Tom Tromey  <tromey@redhat.com>
5273
5274         * MAINTAINERS: Moved myself to reviewers section.
5275
5276 2010-11-15  Zdenek Dvorak  <ook@ucw.cz>
5277
5278         * MAINTAINERS: Moved myself to reviewers section.
5279
5280 2010-11-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5281
5282         * MAINTAINERS (Various Maintainers): Add self for build machinery.
5283         (Write After Approval): Remove self.
5284
5285 2010-11-15  Andreas Schwab  <schwab@redhat.com>
5286
5287         * configure.ac: Fix spelling in option names.
5288         * configure: Regenerated.
5289
5290 2010-11-13  Georg-Johann Lay  <georgjohann@web.de>
5291
5292         PR bootstrap/39622
5293         * configure.ac (FLAGS_FOR_TARGET): Add include-fixed path.
5294         * configure: Regenerated.
5295
5296 2010-11-13  Kaveh R. Ghazi  <ghazi@gcc.gnu.org>
5297
5298         * MAINTAINERS: Update my email address.
5299
5300 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
5301
5302         * configure: Regenerate.
5303
5304 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
5305
5306         * configure: Regenerate.
5307
5308 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
5309
5310         * configure: Regenerate.
5311
5312 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
5313
5314         * configure: Regenerate.
5315
5316 2010-11-11  Andreas Simbuerger  <simbuerg@fim.uni-passau.de>
5317
5318         * configure.ac: Support official CLooG.org versions.
5319         * configure: Regenerate.
5320         * config/cloog.m4: New.
5321
5322 2010-11-10  François Dumont  <francois.cppdevs@free.fr>
5323
5324         * MAINTAINERS (Write After Approval): Add myself.
5325
5326 2010-11-09  David Edelsohn  <dje.gcc@gmail.com>
5327
5328         * MAINTAINERS: Update my email address.
5329
5330 2010-11-04  Iain Sandoe  <iains@gcc.gnu.org>
5331
5332         * configure.ac (*-*-darwin*): Use mh-darwin for all Darwin variants.
5333         * configure: Regenerate.
5334
5335 2010-11-03  Ian Lance Taylor  <iant@google.com>
5336             Dave Korn  <dave.korn.cygwin@gmail.com>
5337
5338         PR lto/46273
5339         * configure.ac: Remove libelf tests.  Build lto-plugin on ELF always
5340         and on other supported platforms whenever LTO is enabled.
5341         * configure: Rebuild.
5342
5343 2010-11-02  Alan Modra  <amodra@gmail.com>
5344
5345         PR binutils/12110
5346         * configure.ac: Error when source path contains spaces.
5347         * configure: Regenerate.
5348
5349 2010-10-23  James E. Wilson  <wilson@codesourcery.com>
5350
5351         * MAINTAINERS: Update my email address.
5352
5353 2010-10-20  Ian Lance Taylor  <iant@google.com>
5354
5355         * Makefile.def (target_modules): Set lib_path to src/.libs for
5356         libstdc++-v3 module.
5357         * Makefile.tpl: Fix typo in TARGET_LIB_PATH comment.
5358         * Makefile.in: Rebuild.
5359
5360 2010-10-18  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
5361
5362         * MAINTAINERS (Reviewers): Add myself for gengtype/GTY.
5363         (Write After Approval): Remove myself.
5364
5365 2010-10-15  Tristan Gingold  <gingold@adacore.com>
5366
5367         * MAINTAINERS (OS Port Maintainers): Add myself for VMS.
5368
5369 2010-10-14  Douglas Rupp  <rupp@gnat.com>
5370
5371         * MAINTAINERS (OS Port Maintainers): Add myself for VMS.
5372
5373 2010-10-07  Dave Korn  <dave.korn.cygwin@gmail.com>
5374
5375         * configure.ac (build_lto_plugin): New shell variable.
5376         (--enable-lto): Turn on by default for all non-ELF platforms that
5377         have had LTO support added so far.  Set build_lto_plugin appropriately
5378         for both ELF and non-ELF.
5379         (configdirs): Add lto-plugin or not based on build_lto_plugin.
5380         * configure: Regenerate.
5381
5382 2010-10-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5383
5384         Sync from src:
5385         * configure.ac (v850 support): Remove target-libgloss from
5386         noconfigdirs.
5387         * configure: Regenerate.
5388
5389 2010-10-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5390
5391         PR bootstrap/45326
5392         PR bootstrap/45174
5393         * configure.ac: Honor initial values of $build_configargs,
5394         $host_configargs, $target_configargs.  Mark the precious, so
5395         environment settings get recorded.
5396         * configure: Regenerate.
5397
5398 2010-09-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5399
5400         PR bootstrap/45796
5401         * Makefile.def (info-gcc, dvi-gcc, pdf-gcc, html-gcc):
5402         Depend on all-build-libiberty.
5403         * Makefile.in: Regenerate.
5404
5405 2010-09-30  Michael Eager  <eager@eagercon.com>
5406
5407         * configure.ac (microblaze): Add target-libssp to noconfigdirs.
5408         * configure: Regenerate.
5409
5410 2010-09-28  Michael Eager  <eager@eagercon.com>
5411
5412         * MAINTAINERS (CPU Port Maintainers): Add myself for MicroBlaze port.
5413
5414 2010-06-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5415
5416         PR bootstrap/44621
5417         * configure.ac: Fix unportable shell quoting.
5418         * configure: Regenerate.
5419
5420 2010-09-21  Iain Sandoe  <iains@gcc.gnu.org>
5421
5422         * configure.ac (enable-lto): Add Darwin to the list of supported lto
5423         targets and amend comment.
5424         * configure: Regenerate.
5425
5426 2010-09-15  Tejas Belagod  <tejas.belagod@arm.com>
5427
5428         * MAINTAINERS (Write After Approval): Add myself.
5429
5430 2010-09-03  Jack Howarth <howarth@bromo.med.uc.edu>
5431
5432         * configure.ac: Enable LTO by default on Darwin.
5433         * configure: Regenerate.
5434
5435 2010-09-02  Marcus Shawcroft  <marcus.shawcroft@arm.com>
5436
5437         * MAINTAINERS (Write After Approval): Add myself.
5438
5439 2010-09-01  Ian Bolton  <ian.bolton@arm.com>
5440
5441         * MAINTAINERS (Write After Approval): Add myself.
5442
5443 2010-08-25  Danny Smith  <dannysmith@users.sourceforge.net>
5444
5445         * MAINTAINERS (OS Port Maintainers): Remove myself from windows
5446         ports
5447
5448 2010-07-28  David Yuste  <david.yuste@gmail.com>
5449
5450         * MAINTAINERS (Write After Approval): Add myself.
5451
5452 2010-07-26  Naveen.H.S  <naveen.S@kpitcummins.com>
5453
5454         * configure.ac: Support all v850 targets.
5455         * configure: Regenerate.
5456
5457 2010-07-23  Marc Glisse <marc.glisse@normalesup.org>
5458
5459         PR bootstrap/44455
5460         * configure.ac (extra_mpfr_configure_flags): Copy from
5461         extra_mpc_gmp_configure_flags.
5462         * configure: Re-generated.
5463
5464 2010-07-22  Andi Kleen  <ak@linux.intel.com>
5465
5466         * MAINTAINERS (Write After Approval): Add myself.
5467
5468 2010-07-22  Chung-Lin Tang  <cltang@codesourcery.com>
5469
5470         * MAINTAINERS (Write After Approval): Add myself.
5471
5472 2010-07-20  Jeffrey Yasskin  <jyasskin@google.com>
5473
5474         * MAINTAINERS (Write After Approval): Add myself.
5475
5476 2010-07-17  Jack Howarth  <howarth@bromo.med.uc.edu>
5477
5478         PR target/44862
5479         * Makefile.tpl (POSTSTAGE1_CXX_EXPORT):
5480         Provide -B option to allow for link spec %s substitutions for
5481         libstdc++.a on darwin.
5482         * Makefile.in: Regenerate.
5483
5484 2010-07-10  Mikael Morin  <mikael@gcc.gnu.org>
5485
5486         * MAINTAINERS (Reviewers): Update my e-mail address
5487
5488 2010-06-10  Alexandre Oliva  <aoliva@redhat.com>
5489
5490         * Makefile.def (configure-gcc): Depend on all-libelf.
5491         * Makefile.in: Rebuild.
5492
5493 2010-06-05  Fabien Chêne  <fabien@gcc.gnu.org>
5494
5495         * MAINTAINERS (Write After Approval): Add myself in the right place.
5496
5497 2010-06-04  Fabien Chêne  <fabien@gcc.gnu.org>
5498
5499         * MAINTAINERS (Write After Approval): Add myself.
5500
5501 2010-05-25  Sterling Augustine  <sterling@tensilica.com>
5502
5503         * MAINTAINERS (CPU Port Maintainers): Add myself for xtensa port.
5504
5505 2010-05-25  Maxim Kuvyrkov  <maxim@codesourcery.com>
5506
5507         * config.sub: Update to version 2010-05-21.
5508         * config.guess: Update to version 2010-04-03.
5509
5510 2010-05-18  Steven Bosscher  <steven@gcc.gnu.org>
5511
5512         * configure.ac (--enable-lto): All *-apple-darwin* now support LTO.
5513         * configure: Regenerate.
5514
5515 2010-05-12  Sriraman Tallam  <tmsriram@google.com>
5516
5517         * MAINTAINERS (Write After Approval): Add myself.
5518
5519 2010-05-07  Steven Bosscher  <steven@gcc.gnu.org>
5520
5521         * configure.ac (--enable-lto): Add x86_64-apple-darwin* as
5522         a platform that supports LTO.
5523         * configure: Regenerate.
5524
5525 2010-05-05  Sebastian Pop  <sebastian.pop@amd.com>
5526
5527         * configure.ac: Allow all the versions greater than 0.10 of PPL.
5528         * configure: Regenerated.
5529
5530 2010-04-27  Roland McGrath  <roland@redhat.com>
5531             H.J. Lu  <hongjiu.lu@intel.com>
5532
5533         * configure.ac (--enable-gold): Support both, both/gold and
5534         both/bfd to add gold to configdirs without removing ld.
5535         * configure: Regenerated.
5536
5537         * Makefile.def: Add install-gold dependency to install-ld.
5538         * Makefile.in: Regenerated.
5539
5540 2010-04-27  Dave Korn  <dave.korn.cygwin@gmail.com>
5541
5542         PR lto/42776
5543         * configure.ac (--enable-lto): Refactor handling so libelf tests
5544         are only performed inside then-clause of ACX_ELF_TARGET_IFELSE,
5545         and allow LTO to be explicitly enabled on non-ELF platforms that
5546         are known to support it inside else-clause.
5547         * configure: Regenerate.
5548
5549 2010-04-20  Eric Botcazou  <ebotcazou@adacore.com>
5550
5551         * configure.ac (BUILD_CONFIG): Redirect output to /dev/null.
5552         * configure: Regenerate.
5553
5554 2010-04-17  Ralf Corsépius  <ralf.corsepius@rtems.org>
5555
5556         * configure.ac (*-*-rtems*): Add target-libiberty to $skipdirs.
5557         * configure: Regenerate.
5558
5559 2010-04-16  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
5560
5561         * configure.ac: Check for elf_getshdrstrndx or elf_getshstrndx
5562         separately.
5563         * configure: Regenerate.
5564
5565 2010-04-16  Kevin Williams  <kevin.williams@inria.fr>
5566
5567         * MAINTAINERS (Write After Approval): Add myself.
5568
5569 2010-04-14  Tristan Gingold  <gingold@adacore.com>
5570
5571         * configure.ac (alpha*-*-*vms*): Remove ld from noconfigdirs.
5572         * configure: Regenerate.
5573
5574 2010-04-13  Steve Ellcey  <sje@cup.hp.com>
5575
5576         * configure: Regenerate after change to elf.m4.
5577
5578 2010-04-06  Iain Sandoe  <iains@gcc.gnu.org>
5579
5580         * MAINTAINERS (Write After Approval): Add myself.
5581
5582 2010-04-02  Sebastian Pop  <sebastian.pop@amd.com>
5583
5584         * configure.ac: Add brackets around AC_TRY_COMPILE alternative.
5585         * configure: Regenerated.
5586
5587 2010-04-02  Sebastian Pop  <sebastian.pop@amd.com>
5588
5589         * configure.ac: Print "buggy but acceptable" when CLooG
5590         revision is less than 9.
5591         * configure: Regenerated.
5592
5593 2010-04-01  Diego Novillo  <dnovillo@google.com>
5594
5595         * MAINTAINERS (Plugin): Add myself and Le-Chun Wu.
5596
5597 2010-04-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5598
5599         PR bootstrap/43615
5600         PR bootstrap/43328
5601
5602         Revert:
5603
5604         2010-03-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5605
5606         * configure.ac: Do not pass --enable-multilib nor
5607         --disable-multilib in baseargs.  Accept explicitly passed
5608         --enable_multilib.
5609         * configure: Regenerate.
5610
5611 2010-03-31  Ulrich Weigand  <uweigand@de.ibm.com>
5612
5613         * MAINTAINERS (CPU Port Maintainers): Add myself for spu port.
5614
5615 2010-03-31  Janis Johnson  <janis187@us.ibm.com>
5616
5617         * MAINTAINERS: Remove myself.
5618
5619 2010-03-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5620
5621         PR bootstrap/43328
5622         * configure.ac: Do not pass --enable-multilib nor
5623         --disable-multilib in baseargs.  Accept explicitly passed
5624         --enable_multilib.
5625         * configure: Regenerate.
5626
5627 2010-03-28  Andrew Pinski  <pinskia@gmail.com>
5628
5629         * MAINTAINERS (spu port): Remove me.
5630
5631 2010-03-23  Joseph Myers  <joseph@codesourcery.com>
5632
5633         * configure.ac (tic6x-*-*): New case.
5634         * configure: Regenerate.
5635
5636 2010-03-23  Joseph Myers  <joseph@codesourcery.com>
5637
5638         * config.sub: Update to version 2010-03-22.
5639         * config.guess: Update to version 2009-12-30.
5640
5641 2010-03-19  Jack Howarth  <howarth@bromo.med.uc.edu>
5642
5643         PR ada/42554
5644         * configure.ac: Only pass -c to ranlib for darwin9 and earlier.
5645         * configure: Regenerate.
5646
5647 2010-03-18  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
5648
5649         * MAINTAINERS: Update my email address.
5650
5651 2010-03-17  Sebastian Pop  <sebastian.pop@amd.com>
5652
5653         * MAINTAINERS (dwarak.rajagopal@amd.com): Removed.
5654         (ghassan.shobaki@amd.com): Removed.
5655
5656 2010-03-17  Alan Modra  <amodra@gmail.com>
5657
5658         * MAINTAINERS: Update my email address.
5659
5660 2010-03-16  Diego Novillo  <dnovillo@google.com>
5661
5662         * MAINTAINERS: Remove Dan Hipschman, William Maddox and Chris
5663         Matthews.
5664
5665 2010-03-16  Joseph Myers  <joseph@codesourcery.com>
5666
5667         * MAINTAINERS (Write After Approval): Remove Jim Blandy, Daniel
5668         Gutson, Jeffrey D. Oldham and Mark Shinwell.
5669
5670 2010-03-16  Joseph Myers  <joseph@codesourcery.com>
5671
5672         * MAINTAINERS: Update my email address.
5673
5674 2010-03-16  Daniel Jacobowitz  <dan@codesourcery.com>
5675
5676         * MAINTAINERS: Update my email address.
5677
5678 2010-03-15  Bernd Schmidt  <bernds@codesourcery.com>
5679
5680         * MAINTAINERS: Update my email address.
5681
5682 2010-03-09  Jie Zhang  <jie@codesourcery.com>
5683
5684         * MAINTAINERS: Update my email address.
5685
5686 2010-03-01  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
5687
5688         PR libstdc++/32499
5689         * configure.ac (RANLIB): Default to true.
5690         (STRIP): Likewise.
5691         (RANLIB_FOR_TARGET): Remove superfluous : argument.
5692         * configure: Regenerate.
5693
5694 2010-02-17  Rafael Ávila de Espíndola  <espindola@google.com>
5695
5696         * MAINTAINERS (Plugin, LTO, LTO plugin): Remove myself.
5697         (Write After Approval): Update my email address.
5698
5699 2010-02-17  Nick Clifton  <nickc@redhat.com>
5700
5701         PR 11238
5702         * Makefile.tpl (local-distclean): Also remove config.cache files in
5703         sub-directories as there may not be Makefiles present in the
5704         sub-directories.
5705         * Makefile.tpl: Use "-exec rm {}" rather than "-delete" to delete
5706         the config.cache files found by the find command.
5707
5708         * Makefile.in: Regenerate.
5709         * configure.ac: Revert previous delta.
5710         * configure: Regenerate.
5711
5712 2010-02-15  Nick Clifton  <nickc@redhat.com>
5713
5714         PR 11238
5715         * configure.ac: Delete config.cache files in sub-directories when
5716         deleting Makefiles.
5717         * configure: Regenerate.
5718
5719 2010-02-12  Ben Elliston  <bje@gnu.org>
5720
5721         * MAINTAINERS: Update my email address.
5722
5723 2010-02-08  Andrew Pinski  <pinskia@gmail.com>
5724
5725         * MAINTAINERS (spu port): Update my email address.
5726
5727 2010-02-08  Jie Zhang  <jie.zhang@analog.com>
5728
5729         * MAINTAINERS: Add myself as a maintainer for the bfin port.
5730
5731 2010-01-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5732
5733         * configure.ac: Add "recommended" version checks for GMP/MPC.
5734         Update recommended GMP/MPFR/MPC versions.
5735         * configure: Regenerate.
5736
5737 2010-01-31  Joern Rennecke  <joern.rennecke@embecosm.com>
5738
5739         * MAINTAINERS: Move my Embecosm email address into the
5740         write-after-approval section.
5741
5742 2010-01-26  Ian Lance Taylor  <iant@google.com>
5743
5744         * MAINTAINERS: Add myself as Go frontend maintainer.
5745
5746 2010-01-25  Joern Rennecke  <amylaar@spamcop.net>
5747
5748         PR libstdc++/36101, PR libstdc++/42813
5749         * configure.ac (bootstrap_target_libs): Make inclusion of
5750         target-libgomp conditional on libgomb being in target_configdirs.
5751         * configure: Regenerate.
5752
5753 2010-01-23  Joern Rennecke  <amylaar@spamcop.net>
5754
5755         PR libstdc++/36101, PR libstdc++/42813
5756         * configure.ac (bootstrap_target_libs): Include target-libgomp.
5757         * configure: Regenerate.
5758
5759 2010-01-22  Joern Rennecke  <amylaar@spamcop.net>
5760
5761         PR libstdc++/36101, PR libstdc++/42813
5762         * configure.ac (target_configdirs): Substitute.
5763         * Makefile.def: Bootstrap target module libgomp.
5764         Add dependency of all-target-libstdc++-v3 on configure-target-libgomp.
5765         * Makefile.tpl (TARGET_CONFIGDIRS): New makefile variable.
5766         (BASE_TARGET_EXPORTS): Export TARGET_CONFIGDIRS.
5767         * configure, Makefile.in: Regenerate.
5768
5769 2010-01-21  Dave Korn  <dave.korn.cygwin@gmail.com>
5770
5771         * MAINTAINERS: Adjust my details.
5772
5773 2010-01-20  Eric B. Weddington  <eric.weddington@atmel.com>
5774
5775         * MAINTAINERS (CPU Port Maintainers): Add myself for avr port.
5776
5777 2010-01-18  Thierry Lafage  <thierry.lafage@inria.fr>
5778
5779         * MAINTAINERS: reindented my entry with tabs instead of spaces.
5780
5781 2010-01-15  Thierry Lafage  <thierry.lafage@inria.fr>
5782
5783         * MAINTAINERS (Write After Approval): Add myself.
5784
5785 2010-01-15  Konrad Trifunovic  <konrad.trifunovic@inria.fr>
5786
5787         * MAINTAINERS (Write After Approval): Add myself.
5788
5789 2010-01-11  Richard Guenther  <rguenther@suse.de>
5790
5791         PR lto/41569
5792         * Makefile.def (all-lto-plugin): Depend on all-gcc.
5793         * Makefile.in: Regenerated.
5794
5795 2010-01-11  Andreas Tobler  <andreast@fgznet.ch>
5796
5797         * configure.ac: Enable libjava build on x86_64-*freebsd*.
5798         * configure: Regenerate.
5799
5800 2010-01-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5801             Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
5802
5803         PR bootstrap/42424
5804         * configure.ac: Include libtool m4 files.
5805         (_LT_CHECK_OBJDIR): Call it.
5806         (extra_mpc_mpfr_configure_flags, extra_mpc_gmp_configure_flags,
5807         gmplibs, ppllibs, clooglibs): Use $lt_cv_objdir.
5808
5809         * configure: Regenerate.
5810
5811 2010-01-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5812
5813         PR bootstrap/41818
5814         * Makefile.tpl (BASE_TARGET_EXPORTS): Only add TARGET_LIB_PATH
5815         to $(RPATH_ENVVAR) if bootstrapping.  Fix typo in comment.
5816         * Makefile.in: Regenerate.
5817
5818 2010-01-02  Richard Guenther  <rguenther@suse.de>
5819
5820         PR lto/41529
5821         * configure.ac: Include config/elf.m4.  Disable LTO if not
5822         builting for an elf target.
5823         * configure: Regenerate.
5824
5825 2009-12-27  Christopher Faylor  <me+cygwin@cgf.cx>
5826
5827         * MAINTAINERS: Change my email address.
5828
5829 2009-12-18  Ben Elliston  <bje@au.ibm.com>
5830
5831         * config.sub, config.guess: Update from upstream sources.
5832
5833 2009-12-07  Shujing Zhao  <pearly.zhao@oracle.com>
5834
5835         * MAINTAINERS (Write After Approval): Add myself.
5836
5837 2009-12-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5838
5839         PR middle-end/30447
5840         PR middle-end/30789
5841         PR other/40302
5842
5843         * configure.ac: Require MPC.
5844         * configure: Regenerate.
5845
5846 2009-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5847
5848         PR target/38384
5849         PR bootstrap/40972
5850         * libtool.m4: Sync from git Libtool.
5851         * ltoptions.m4: Likewise.
5852         * ltversion.m4: Likewise.
5853         * lt~obsolete.m4: Likewise.
5854         * ltmain.sh: Likewise.
5855
5856 2009-11-30  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5857
5858         * configure.ac: Update minimum MPC version to 0.8.
5859         * configure: Regenerate.
5860
5861 2009-11-21  Sebastian Pop  <sebpop@gmail.com>
5862
5863         * configure.ac: Check for version 0.15.5 or later revision of CLooG.
5864         * configure: Regenerated.
5865
5866 2009-11-21  Ian Lance Taylor  <iant@google.com>
5867
5868         * configure.ac: Change default of poststage1_ldflags to be empty if
5869         poststage1_libs is set.  When poststage1_libs is empty, and
5870         ENABLE_BUILD_WITH_CXX is set, add -static-libgcc.
5871         * configure: Rebuild.
5872
5873 2009-11-21  Adam Nemet  <adambnmet@gmail.com>
5874
5875         * MAINTAINERS (Write After Approval): Update my email address.
5876
5877 2009-11-20  Ben Elliston  <bje@au.ibm.com>
5878
5879         * config.guess: Update from upstream sources.
5880
5881 2009-11-16  Alexandre Oliva  <aoliva@redhat.com>
5882
5883         * Makefile.def: Restore host and target settings for gmp.
5884         * Makefile.in: Rebuild.
5885
5886 2009-11-16  Alexandre Oliva  <aoliva@redhat.com>
5887
5888         * configure.ac: Add libelf to host_libs.  Enable in-tree configury
5889         of ppl and cloog.  Fix in-tree configury of libelf, skip tests.
5890         Fix portability of test of C++ as bootstrap language.  Add
5891         ppl/src/ppl-config.o to the bootstrap compare exclusion list.
5892         * configure: Rebuild.
5893         * Makefile.def: Drop host and target settings from gmp, mpfr, ppl,
5894         and cloog.  Fix in-tree ppl configuration.  Introduce libelf
5895         in-tree building.
5896         * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): New.
5897         (POSTSTAGE1_HOST_EXPORTS): Use it.
5898         (STAGE[+id+]_CXXFLAGS): New.
5899         (BASE_FLAGS_TO_PASS): Pass it down.
5900         (configure-stage[+id+]-[+prefix+][+module+]): Use it.  Add
5901         extra_exports.
5902         (all-stage[+id+]-[+prefix+][+module+]): Likewise.
5903         (configure-[+prefix+][+module+], all-[+prefix+][+module+]): Add
5904         extra_exports.
5905         * Makefile.in: Rebuild.
5906
5907 2009-11-17  Ben Elliston  <bje@au.ibm.com>
5908
5909         * config.sub, config.guess: Update from upstream sources.
5910
5911 2009-11-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
5912
5913         * MAINTAINERS (Write After Approval): Add myself.
5914
5915 2009-11-09  Jon Beniston  <jon@beniston.com>
5916
5917         * MAINTAINERS (Write After Approval): Add myself.
5918
5919 2009-11-06  Ozkan Sezer  <sezeroz@gmail.com>
5920
5921         * configure.ac (FLAGS_FOR_TARGET):  Add -L and -isystem
5922         paths for *-w64-mingw* and x86_64-*mingw*.
5923         * configure: Regenerated.
5924
5925 2009-11-05  Joern Rennecke  <amylaar@spamcop.net>
5926
5927         * MAINTAINERS (Write After Approval): Add entry for my INRIA work.
5928
5929 2009-11-02  Benjamin Kosnik  <bkoz@redhat.com>
5930
5931         * MAINTAINERS: Add Jonathan Wakely under Various Maintainers, move
5932         Phil Edwards to Write-After Approval.
5933
5934 2009-10-30  Kai Tietz  <kai.tietz@onevision.com>
5935
5936         * configure.ac: Disable target-winsup & co for
5937         x86_64-*-mingw* and *-w64-mingw* targets.
5938         * configure: Regenerated.
5939
5940 2009-10-16  Nick Clifton  <nickc@redhat.com>
5941
5942         * MAINTAINERS: Add myself as a maintainer for the RX port.
5943
5944 2009-10-26  Johannes Singler  <singler@kit.edu>
5945
5946         * MAINTAINERS (Write After Approval): Update my e-mail address.
5947
5948 2009-10-23  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
5949
5950         * configure.ac (CLooG test): Use = with test.
5951         * configure: Regenerate.
5952
5953 2009-10-22  Richard Guenther  <rguenther@suse.de>
5954
5955         * configure.ac: Do not set LIBS for ppl/cloog checks.  Disable
5956         cloog if the ppl version check failed.  Move flags saving
5957         before setting in libelf check.
5958         * configure: Regenerate.
5959
5960 2009-10-21  Richard Guenther  <rguenther@suse.de>
5961
5962         * configure.ac: Adjust the ppl and cloog configure to work as
5963         documented.  Disable cloog if ppl was disabled.  Omit the version
5964         checks if they were disabled.
5965         * configure: Re-generate.
5966
5967 2009-10-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5968
5969         * configure.ac: Add 'lto' to enable_languages, not
5970         new_enable_languages, and only if not already present.
5971         * configure: Regenerate.
5972
5973 2009-10-10  Gerald Pfeifer  <gerald@pfeifer.com>
5974
5975         * README: Refer to the various COPYING* files instead of just
5976         COPYING.
5977         Refer to http://gcc.gnu.org/bugs/ for bug reporting instructions.
5978
5979 2009-10-07  Rafael Avila de Espindola  <espindola@google.com>
5980
5981         * MAINTAINERS: Change my email address. Change plugi-in to plugin.
5982
5983 2009-10-07  Richard Guenther  <rguenther@suse.de>
5984
5985         * MAINTAINERS (LTO): List Diego Novillo, Rafael Avila de Espindola,
5986         and Richard Guenther as reviewers.
5987         (LTO plugin): List Rafael Avila de Espindola and Cary Coutant
5988         as reviewers.
5989
5990 2009-10-07  Hariharan Sandanagobalane  <hariharan@picochip.com>
5991
5992         * config.sub: Update from upstream sources.
5993
5994 2009-10-06  Ian Lance Taylor  <iant@google.com>
5995
5996         * Makefile.def: check-gold depends upon all-gas.
5997         * Makefile.in: Rebuild.
5998
5999 2009-10-05  Phil Muldoon  <pmuldoon@redhat.com>
6000
6001         * MAINTAINERS (Write After Approval): Add myself.
6002
6003 2009-10-03  2009-02-05  Rafael Avila de Espindola  <espindola@google.com>
6004
6005         * Makefile.def: all-lto-plugin depends on all-libiberty.
6006         set bootstrap=true for lto-plugin.
6007         Add lto-plugin.
6008         * Makefile.in: Regenerate.
6009         * configure.ac (host_libs): Add lto-plugin.
6010         * configure: Regenerate.
6011
6012 2009-10-03  Diego Novillo  <dnovillo@google.com>
6013
6014         * Makefile.tpl (HOST_EXPORTS): Add LIBELFLIBS and LIBELFINC.
6015         (HOST_LIBELFLIBS): Define.
6016         (HOST_LIBELFINC): Define.
6017         * Makefile.in: Regenerate.
6018         * configure.ac: Add --enable-lto.
6019         Add --with-libelf, --with-libelf-include and --with-libelf-lib.
6020         If --enable-lto is used, add 'lto' to new_enable_languages.
6021         If --enable-lto is used and gold is enabled, add
6022         lto-plugin to configdirs.
6023         * configure: Regenerate.
6024
6025 2009-10-03  Simon Baldwin  <simonb@google.com>
6026
6027         * configure.ac: If --with-system-zlib, suppress local zlib and
6028         pass --with-system-zlib to subdir configure scripts.
6029         * configure: Regenerate.
6030
6031 2009-10-01  Loren J. Rittle  <ljrittle@acm.org>
6032             Paolo Bonzini  <bonzini@gnu.org>
6033
6034         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Use $$s rather than
6035         $(srcdir).
6036         * Makefile.in: Rebuilt.
6037
6038 2009-09-26  Gary Funck  <gary@intrepid.com>
6039
6040         * MAINTAINERS (Write After Approval): Add myself.
6041
6042 2009-09-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6043
6044         * configure.ac: Update minimum MPC version to 0.7.
6045         * configure: Regenerate.
6046
6047 2009-09-25  Nick Clifton  <nickc@redhat.com>
6048
6049         * configure.ac: Pass any --cache-file=/dev/null option on to
6050         subconfigures.
6051         * configure: Regenerate.
6052
6053 2009-09-23  Nick Clifton  <nickc@redhat.com>
6054
6055         * config.sub, config.guess: Update from upstream sources.
6056
6057 2009-09-22  Loren J. Rittle  <ljrittle@acm.org>
6058
6059         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Remove stray $$r/.
6060         * Makefile.in: Rebuilt.
6061
6062 2009-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6063
6064         PR bootstrap/32272
6065         * configure.ac: Error out if $srcdir isn't '.' but contains
6066         host-${host_noncanonical}.
6067         * configure: Regenerate.
6068
6069 2009-09-22  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
6070
6071         * MAINTAINERS (OS Port Maintainers): Add myself as Solaris
6072         maintainer.
6073
6074 2009-09-21  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6075
6076         * configure.ac: If bootstrapping a combined tree with
6077         --enable-gold, require c++ in stage1_languages.
6078         * configure: Regenerate.
6079
6080         * configure.ac: Also add target_libs of stage1_languages to
6081         bootstrap_target_libs.
6082         * configure: Regenerate.
6083
6084         * configure.ac: Diagnose --enable-build-with-cxx bootstrap
6085         with --enable-languages not containing c++.
6086         * configure: Regenerate.
6087
6088 2009-09-15  Jie Zhang  <jie.zhang@analog.com>
6089
6090         * configure.ac: Disable java and boehm-gc for bfin-*-*.
6091         * configure: Regenerate.
6092
6093 2009-09-12  Joern Rennecke  <joern.rennecke@embecosm.com>
6094
6095         * MAINTAINERS (Write After Approval): Update my e-mail address,
6096         and move from from here...
6097         (Waiting for paperwork): To here.
6098
6099 2009-09-09  Joseph Myers  <joseph@codesourcery.com>
6100
6101         * MAINTAINERS (Reviewers): Add self as driver reviewer.
6102
6103 2009-09-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6104
6105         * configure.ac: Do not use $extrasub for replacing @if/@endif
6106         parts in Makefile; instead, use additional arguments to
6107         AC_CONFIG_COMMANDS to do the replacement manually, with several
6108         sed invocations, to avoid HP-UX sed command limits.
6109         * configure: Regenerate.
6110
6111 2009-09-08  Alexandre Oliva  <aoliva@redhat.com>
6112
6113         * libtool.m4 (output_verbose_link_cmd): Require leading blank, and
6114         blank before -L.
6115
6116 2009-09-04  Alexandre Oliva  <aoliva@redhat.com>
6117
6118         * configure.ac (with-build-config): Document.  Handle without.
6119         Handle missing argument.
6120         * configure: Rebuilt.
6121
6122 2009-09-03  Alexandre Oliva  <aoliva@redhat.com>
6123
6124         * configure.ac (--with-build-config): New.  Set BUILD_CONFIG.
6125         Default to bootstrap-debug only if compare-debug works.
6126         * configure: Rebuilt.
6127         * Makefile.tpl: Make BUILD_CONFIG configure-configurable.
6128         * Makefile.in: Rebuilt.
6129
6130 2009-09-02  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
6131
6132         * MAINTAINERS (OS Port Maintainers): Update my email address.
6133
6134 2009-09-01  Alexandre Oliva  <aoliva@redhat.com>
6135
6136         * Makefile.tpl (BUILD_CONFIG): Default to bootstrap-debug.
6137         * Makefile.in: Rebuilt.
6138
6139 2009-09-01  Chris Demetriou  <cgd@google.com>
6140
6141         * MAINTAINERS (Write After Approval): Add myself.
6142
6143 2009-08-31  Dodji Seketeli  <dodji@redhat.com>
6144
6145         PR debug/30161
6146         * include/dwarf2.h (enum dwarf_tag): Added
6147         DW_TAG_GNU_template_template_param
6148         (enum dwarf_attribute): Added DW_AT_GNU_template_name.
6149
6150 2009-08-30  Paolo Bonzini  <bonzini@gnu.org>
6151
6152         * Makefile.tpl (AWK): Fix typo.
6153         * Makefile.in: Regenerate.
6154
6155 2009-08-30  Paolo Bonzini  <bonzini@gnu.org>
6156
6157         * configure.ac: Detect awk and sed.
6158         * Makefile.def (flags_to_pass): Add AWK and SED.
6159         * Makefile.tpl (AWK, SED): New.
6160         (BASE_FLAGS_TO_PASS): Add AWK and SED.
6161         * configure: Regenerate.
6162         * Makefile.in: Regenerate.
6163
6164 2009-08-26  Dave Korn  <dave.korn.cygwin@gmail.com>
6165
6166         * ltmain.sh (removedotparts): Don't use comma as 's' separator.
6167         (collapseslashes): Likewise.
6168
6169 2009-08-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6170
6171         * configure.ac (AC_PREREQ): Bump to 2.64.
6172
6173 2009-08-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6174
6175         * configure.ac: Remove --with-datarootdir, --with-docdir,
6176         --with-pdfdir, --with-htmldir switches.
6177         * configure: Regenerate.
6178
6179         * configure: Regenerate.
6180
6181         * compile: Sync from Automake 1.11.
6182         * depcomp: Likewise.
6183         * install-sh: Likewise.
6184         * missing: Likewise.
6185         * mkinstalldirs: Likewise.
6186         * ylwrap: Likewise.
6187
6188 2009-08-20  Dave Korn  <dave.korn.cygwin@gmail.com>
6189
6190         * ltmain.sh (func_normal_abspath): New function.
6191         (func_relative_path): Likewise.
6192         (func_mode_help): Document new -bindir option for link mode.
6193         (func_mode_link): Add new -bindir option, and use it to place
6194         output DLL if specified.
6195
6196 2009-08-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6197
6198         * configure.ac: Call AC_DISABLE_OPTION_CHECKING.
6199         (baseargs): Add --disable-option-checking.
6200         * configure: Regenerate.
6201
6202         * Makefile.def (configure-target-libiberty): Depend on
6203         all-binutils and all-ld.
6204         (configure-target-newlib): Likewise.
6205         * Makefile.in: Regenerate.
6206
6207 2009-08-17  Ben Elliston  <bje@au.ibm.com>
6208
6209         * config.sub, config.guess: Update from upstream sources.
6210
6211 2009-08-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6212
6213         Sync from src, merge:
6214
6215         2009-07-02  Tristan Gingold  <gingold@adacore.com>
6216
6217         * configure.ac: Do not exclude gas for i386-*-darwin.
6218         Add a case for x86_64-*-darwin.
6219         * configure: Regenerate.
6220
6221 2009-08-06  Neil Vachharajani  <nvachhar@gmail.com>
6222
6223         * MAINTAINERS: Add my name to Write After Approval list.
6224
6225 2009-08-06  Michael Eager  <eager@eagercon.com>
6226
6227         * configure.ac: Add Microblaze target.
6228         * configure: Regenerate.
6229
6230 2009-07-31  Christian Bruel  <christian.bruel@st.com>
6231
6232         * configure.ac (sh*-*-elf): Don't add target-libgloss to noconfigdirs.
6233         * configure: Regenerate.
6234
6235 2009-07-28  Rask Ingemann Lambertsen  <ccc94453@vip.cybercity.dk>
6236
6237         * MAINTAINERS (Write After Approval): Update my e-mail address.
6238
6239 2009-07-06  Ian Lance Taylor  <iant@google.com>
6240
6241         * configure.ac: Add missing comma in AC_ARG_WITH(boot-libs).
6242         * configure: Rebuild.
6243
6244 2009-07-01  Tobias Grosser  <grosser@fim.uni-passau.de>
6245
6246         * MAINTAINERS: Move myself to the Graphite Reviewers.
6247
6248 2009-06-30  Wei Guozhi  <carrot@google.com>
6249
6250         * MAINTAINERS: Add my name to Write After Approval list.
6251
6252 2009-06-26  Steve Ellcey  <sje@cup.hp.com>
6253
6254         PR bootstrap/40338
6255         * configure.ac (comparestring): Create new variable.
6256         * Makefile.tpl (comparestring): Use to skip some comparisions.
6257         * configure: Regenerate.
6258         * Makefile.in: Regenerate.
6259
6260 2009-06-26  Doug Evans  <dje@sebabeach.org>
6261
6262         * Makefile.def (host_modules): Add cgen.
6263         * Makefile.in: Regenerate.
6264         * configure.ac (host_tools): Add cgen.
6265         * configure: Regenerate.
6266
6267 2009-06-23  DJ Delorie  <dj@redhat.com>
6268
6269         * MAINTAINERS: Add myself as mep maintainer.
6270
6271 2009-06-23  Ian Lance Taylor  <iant@google.com>
6272
6273         * configure.ac: Add --enable-build-with-cxx.  When set, add c++ to
6274         boot_languages.  Only bootstrap target libraries listed in
6275         target_libs for some boot language.  Add --with-stage1-ldflags,
6276         --with-stage1-libs, --with-boot-ldflags, --with-boot-libs.  Remove
6277         with_host_libstdcxx from ppllibs.  Only add -fkeep-inline-functions
6278         if not building with C++.
6279         * Makefile.def: For target_module libstdc++-v3, set bootstrap=true.
6280         * Makefile.tpl (STAGE1_LDFLAGS, STAGE1_LIBS): New variables.
6281         (POSTSTAGE1_LDFLAGS, POSTSTAGE1_LIBS): New variables.
6282         (HOST_EXPORTS): Add STAGE1_LDFLAGS to LDFLAGS.  Export HOST_LIBS.
6283         (POSTSTAGE1_HOST_EXPORTS): Set CXX and CXX_FOR_BUILD.  Add
6284         POSTSTAGE1_LDFLAGS to LDFLAGS.  Export HOST_LIBS.
6285         (POSTSTAGE1_FLAGS_TO_PASS): Likewise.
6286         * configure, Makefile.in: Rebuild.
6287
6288 2009-06-23  Li Feng  <nemokingdom@gmail.com>
6289
6290         * MAINTAINERS: Added my name to write-after-approval list.
6291
6292 2009-06-15  Ryan Mansfield  <rmansfield@qnx.com>
6293
6294         * configure.ac: Define is_elf for QNX Neutrino targets.
6295         * configure: Regenerate.
6296
6297 2009-06-09  Ghassan Shobaki  <ghassan.shobaki@amd.com>
6298
6299         * MAINTAINERS: Added my name to the write-after-approval list
6300
6301 2009-06-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6302
6303         * configure.ac: Detect MPC in default directory.
6304         * configure: Regenerate.
6305
6306 2009-06-03  Jerome Guitton  <guitton@adacore.com>
6307             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6308
6309         * Makefile.tpl (all): Avoid a trailing backslash.
6310         * Makefile.in: Regenerate.
6311
6312 2009-06-03  Ben Elliston  <bje@au.ibm.com>
6313
6314         * config.sub, config.guess: Update from upstream sources.
6315
6316 2009-06-02  Richard Sandiford  <r.sandiford@uk.ibm.com>
6317
6318         * configure.ac (powerpc-*-aix*, rs6000-*-aix*): Add target-newlib
6319         to noconfdirs.
6320         * configure: Regenerate.
6321
6322 2009-06-02  Alexandre Oliva  <aoliva@redhat.com>
6323
6324         * Makefile.tpl ([+compare-target+]): Compare all stage
6325         directories, rather than just gcc.
6326         * Makefile.in: Rebuilt.
6327
6328 2009-06-01  Doug Kwan  <dougkwan@google.com>
6329
6330         * configure.ac: Support gold for target arm*-*-*.
6331         * configure: Regenerate.
6332
6333 2009-05-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6334
6335         * Makefile.def: Add MPC support and dependencies.
6336         * configure.ac: Likewise.  Reorganize GMP/MPFR checks.
6337
6338         * Makefile.in, configure: Regenerate.
6339
6340 2009-05-27  Alexandre Oliva  <aoliva@redhat.com>
6341
6342         * Makefile.tpl (all): Avoid harmless warning in make all when
6343         gcc-bootstrap is enabled but stage_last does not exist.
6344         * Makefile.in: Rebuilt.
6345
6346 2009-05-24  Nicolas Roche  <roche@adacore.com>
6347
6348         * Makefile.tpl (compare-target): Skip ./ada/*tools directories.
6349         * Makefile.in: Regenerate.
6350
6351 2009-05-21  Denis Chertykov  <chertykov@gmail.com>
6352
6353         * MAINTAINERS: Update my e-mail address.
6354
6355 2009-05-21  Dave Korn  <dave.korn.cygwin@gmail.com>
6356
6357         * configure.ac (cygwin noconfigdirs):  Remove libgcj.
6358         * configure:  Regenerate.
6359
6360 2009-05-18  Alexandre Oliva  <aoliva@redhat.com>
6361
6362         PR other/40159
6363         * Makefile.tpl (all): Don't assume gcc-bootstrap and
6364         gcc-no-bootstrap are mutually exclusive.
6365         * Makefile.in: Rebuilt.
6366
6367 2009-05-18  Alexandre Oliva  <aoliva@redhat.com>
6368
6369         PR other/40159
6370         * Makefile.tpl (all): Don't end with unconditional success.
6371         * Makefile.in: Rebuilt.
6372
6373 2009-05-12  Alexandre Oliva  <aoliva@redhat.com>
6374
6375         PR target/37137
6376         * Makefile.def (flags_to_pass): Remove redundant and incomplete
6377         STAGE1_CFLAGS, STAGE2_CFLAGS, STAGE3_CFLAGS, and STAGE4_CFLAGS.
6378         Add FLAGS_FOR_TARGET and BUILD_CONFIG.
6379         (bootstrap_stage): Remove bootstrap-debug custom stages.  Turn
6380         stage_configureflags, stage_cflags and stage_libcflags into
6381         explicit Makefile macros.
6382         * Makefile.tpl (HOST_EXPORTS, EXTRA_HOST_FLAGS): Pass GCJ and
6383         GFORTRAN.
6384         (POSTSTAGE1_HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET and TFLAGS to
6385         CC.  Set CC_FOR_BUILD from CC.
6386         (BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS,
6387         NORMAL_TARGET_EXPORTS): Move SYSROOT_CFLAGS_FOR_TARGET and
6388         DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS and CXXFLAGS to
6389         XGCC_FLAGS_FOR_TARGET.  Add it along with TFLAGS to CC, CXX, GCJ,
6390         and GFORTRAN.
6391         (TFLAGS, STAGE_CFLAGS, STAGE_TFLAGS, STAGE_CONFIGURE_FLAGS): New.
6392         (_LIBCFLAGS): Renamed to _TFLAGS.
6393         (do-compare-debug, do-compare3-debug): Drop.
6394         (CC, GCC_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET,
6395         GCJ_FOR_TARGET, GFORTRAN_FOR_TARGET): Remove FLAGS_FOR_TARGET.
6396         (FLAGS_FOR_TARGET, SYSROOT_CFLAGS_FOR_TARGET,
6397         DEBUG_PREFIX_CFLAGS_FOR_TARGET): Move down.
6398         (XGCC_FLAGS_FOR_TARGET): New.
6399         (BASE_FLAGS_TO_PASS): Pass STAGEid_CFLAGS, STAGEid_TFLAGS and TFLAGS.
6400         (EXTRA_HOST_FLAGS): Pass GCJ and GFORTRAN.
6401         (POSTSTAGE1_FLAGS_TO_PASS): Move SYSROOT_CFLAGS_FOR_TARGET and
6402         DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS, CXXFLAGS, LIBCFLAGS,
6403         LIBCXXFLAGS to XGCC_FLAGS_FOR_TARGET.  Add it along with TFLAGS
6404         to CC, CXX, GCJ, and GFORTRAN.  Pass XGCC_FLAGS_FOR_TARGET and
6405         TFLAGS.
6406         (BUILD_CONFIG): Include if requested.
6407         (all): Set TFLAGS on bootstrap.
6408         (configure-stageid-prefixmodule): Pass TFLAGS, adjust FLAGS.
6409         (all-stageid-prefixmodule): Likewise.
6410         (do-clean, distclean-stageid): Set TFLAGS.
6411         (restrap): Fix whitespace.
6412         * Makefile.in: Rebuilt.
6413
6414 2009-05-07  Paolo Bonzini  <bonzini@gnu.org>
6415
6416         * config.guess: Sync with src.
6417
6418 2009-05-07  Dave Korn  <dave.korn.cygwin@gmail.com>
6419
6420         * configure.ac ($with_ppl):  Default to no if not supplied.
6421         ($with_cloog):  Likewise.
6422         configure:  Regenerate.
6423
6424 2009-04-27  James E. Wilson  <wilson@codesourcery.com>
6425
6426         * MAINTAINERS: Update my e-mail address.
6427
6428 2009-04-27  Nick Clifton  <nickc@redhat.com>
6429
6430         * MAINTAINERS: Replace Aldy Hernandez as a maintainer for the FRV.
6431
6432 2009-04-25  Eric Botcazou  <ebotcazou@adacore.com>
6433
6434         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add GNATBIND.
6435         (POSTSTAGE1_FLAGS_TO_PASS): Pick up exported value for GNATBIND.
6436         * Makefile.in: Regenerate.
6437
6438 2009-04-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6439
6440         PR bootstrap/39739
6441         * configure.ac (extra_mpfr_configure_flags): Set and AC_SUBST.
6442         * Makefile.def (module=mpfr): Use extra_mpfr_configure_flags.
6443
6444         * configure, Makefile.in: Regenerate.
6445
6446 2009-04-21  Taras Glek  <tglek@mozilla.com>
6447
6448         * include/hashtab.h: Update GTY annotations to new syntax
6449         * include/splay-tree.h: Likewise
6450
6451 2009-04-17  Ben Elliston  <bje@au.ibm.com>
6452
6453         * config.sub, config.guess: Update from upstream sources.
6454
6455 2009-04-15  Anthony Green  <green@moxielogic.com>
6456
6457         * configure.ac: Add moxie support.
6458         * configure: Rebuilt.
6459
6460 2009-04-14  Jakub Jelinek  <jakub@redhat.com>
6461
6462         * configure.ac: Change copyright header to refer to version
6463         3 of the GNU General Public License and to point readers at the
6464         COPYING3 file and the FSF's license web page.
6465         * Makefile.def: Likewise.
6466         * Makefile.tpl: Likewise.
6467         * Makefile.in: Regenerate.
6468
6469 2009-04-09  Jack Howarth  <howarth@bromo.med.uc.edu>
6470
6471         * configure.ac: Restore match for darwin9 or later. Use double
6472         brackets since regeneration eats one pair.
6473         * configure: Regenerate.
6474
6475 2009-04-09  H.J. Lu  <hongjiu.lu@intel.com>
6476
6477         PR gas/10039
6478         * configure.ac: Require texinfo 4.7.
6479         * configure: Regenerated.
6480
6481 2009-04-09  Nick Clifton  <nickc@redhat.com>
6482
6483         * COPYING.RUNTIME: New file: Contains a copy of version 3.1 of
6484         the GCC Runtime Library Exception.
6485
6486 2009-04-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6487
6488         * configure.ac: Bump minimum GMP/MPFR versions to 4.2 and 2.3.1.
6489         * configure: Regenerate.
6490
6491 2009-04-01  Steve Ellcey  <sje@cup.hp.com>
6492
6493         * Makefil.def (languages): New entries.
6494         * Makefile.tpl (check-gcc-*): New generic target.
6495         * Makefile.in: Regenerate.
6496
6497 2009-03-25  Erven Rohou  <erven.rohou@inria.fr>
6498
6499         * MAINTAINERS:  Update my email address.
6500
6501 2009-03-18  Tom Tromey  <tromey@redhat.com>
6502
6503         * configure: Rebuild.
6504         * configure.ac (host_libs): Add libiconv.
6505         * Makefile.in: Rebuild.
6506         * Makefile.def (host_modules): Add libiconv.
6507         (configure-gdb, all-gdb): Depend on libiconv.
6508
6509 2009-03-16  Tristan Gingold  <gingold@adacore.com>
6510
6511         * configure.ac: Treat gdb as supported on x86_64-darwin.
6512         * configure: Regenerate.
6513
6514 2009-03-16  Joseph Myers  <joseph@codesourcery.com>
6515
6516         * configure.ac (--with-host-libstdcxx): New option.
6517         * configure: Regenerate.
6518
6519 2009-03-12  Joern Rennecke  <joern.rennecke@arc.com>
6520
6521         * MAINTAINERS:  Move myself into the write after approval list.
6522
6523 2009-03-11  Nicola Pero  <nicola.pero@meta-innovation.com>
6524
6525         * MAINTAINERS: Update e-mail address.
6526
6527 2009-03-11  Dorit Nuzman  <dorit@il.ibm.com>
6528
6529         * MAINTAINERS: Remove myself as auto-vectorizer maintainer.
6530
6531 2009-03-10  Ira Rosen  <irar@il.ibm.com>
6532
6533         * MAINTAINERS: Add myself as auto-vectorizer maintainer.
6534
6535 2009-03-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6536
6537         Backport from git Libtool:
6538
6539         2009-01-19  Robert Millan  <rmh@aybabtu.com>
6540         Support GNU/kOpenSolaris.
6541         * libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER)
6542         (_LT_CHECK_MAGIC_METHOD, _LT_COMPILER_PIC, _LT_LINKER_SHLIBS)
6543         (_LT_LANG_CXX_CONFIG) [kopensolaris*-gnu]: Recognize
6544         GNU/kOpenSolaris.
6545
6546 2009-02-27  Andreas Schwab  <schwab@linux-m68k.org>
6547
6548         * MAINTAINERS: Update e-mail address.
6549
6550 2009-02-24  Michael Eager  <eager@eagercon.com>
6551
6552         * MAINTAINERS (Write After Approval): Add self.
6553
6554 2009-02-18  Bingfeng Mei  <bmei@broadcom.com>
6555
6556         * MAINTAINERS (Write After Approval): Add myself.
6557
6558 2009-02-05  Andreas Schwab  <schwab@suse.de>
6559
6560         * Makefile.tpl (stage_last): Define $r and $s before using
6561         $(RECURSE_FLAGS_TO_PASS).
6562         * Makefile.in: Regenerate
6563
6564 2009-01-30  Ian Lance Taylor  <iant@google.com>
6565
6566         * MAINTAINERS: Move myself to the Global Reviewers list.
6567
6568 2009-01-29  Robert Millan  <rmh@aybabtu.com>
6569
6570         * configure.ac: Recognize GNU/kOpenSolaris (*-*-kopensolaris*-gnu).
6571         * configure: Regenerate.
6572
6573 2009-01-17  Gerald Pfeifer  <gerald@pfeifer.com>
6574
6575         * MAINTAINERS: Make whitespace consistent.
6576         Remove Robert Millan from Write After Approval.
6577
6578 2009-01-16  Alan Modra  <amodra@bigpond.net.au>
6579
6580         * Makefile.def (configure-opcodes): Depend on configure-libiberty.
6581         (all-opcodes): Depend on all-libiberty.
6582         * Makefile.in: Regenerate.
6583
6584 2009-01-15  Douglas B Rupp  <rupp@gnat.com>
6585
6586         * configure.ac (ia64*-*-*vms*): Add case with no gdb or ld support.
6587         * configure: Regenerate.
6588
6589 2009-01-12  Ramana Radhakrishnan  <ramana.r@gmail.com>
6590
6591         * MAINTAINERS (Write After Approval): Add myself.
6592
6593 2009-01-12  Steven G. Kargl  <sgk@troutmask.apl.washington.edu>
6594
6595         * MAINTAINERS: Add myself to reviewers (Fortran).
6596
6597 2009-01-12  Sebastian Pop  <sebastian.pop@amd.com>
6598
6599         PR tree-optimization/38515
6600         * configure.ac (cloog-polylib): Removed.
6601         (with_ppl, with_cloog): Test for "no".
6602         * configure: Regenerated.
6603
6604 2009-01-11  Daniel Franke  <franke.daniel@gmail.com>
6605
6606         * MAINTAINERS: Moved myself to reviewers (Fortran).
6607
6608 2009-01-06  Thomas Schwinge  <tschwinge@gnu.org>
6609
6610         * MAINTAINERS (OS Port Maintainers): Add myself for GNU/Hurd.
6611         (Write After Approval): Remove myself.
6612
6613 2009-01-03  Diego Novillo  <dnovillo@google.com>
6614
6615         * MAINTAINERS: Remove myself from alias maintainership.
6616
6617 2009-01-02  David Ayers  <ayers@fsfe.org>
6618
6619         * MAINTAINERS: Update e-mail address.
6620
6621 2008-12-30  Gerald Pfeifer  <gerald@pfeifer.com>
6622
6623         * MAINTAINERS: Make whitespace consistent.
6624
6625 2008-12-18  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6626
6627         Backport from upstream Libtool:
6628         * libltdl.m4 (_LT_SYS_DYNAMIC_LINKER, _LT_LINKER_SHLIBS):
6629         Add cache variables to tests that require the linker to work.
6630         For shlibpath_overrides_runpath, this also changes the semantics
6631         to let the result from the C compiler take precedence.
6632
6633 2008-12-02  Ben Elliston  <bje@au.ibm.com>
6634
6635         * config.sub, config.guess: Update from upstream sources.
6636
6637 2008-12-12  Sebastian Pop  <sebastian.pop@amd.com>
6638
6639         * configure.ac (ppllibs): Add by default the lib flags.
6640         * configure: Regenerate.
6641
6642 2008-12-08  Luis Machado  <luisgpm@br.ibm.com>
6643
6644         * MAINTAINERS:  Add myself to the write after approval list.
6645
6646 2008-12-04  Jack Howarth  <howarth@bromo.med.uc.edu>
6647
6648         * configure.ac: Add double brackets on darwin[912].
6649         * configure: Regenerate.
6650
6651 2008-12-03  Daniel Kraft  <d@domob.eu>
6652
6653         * MAINTAINERS:  Moved myself and Mikael Morin from Write After
6654         Approval to Reviewer section (for Fortran front-end).
6655
6656 2008-12-02  Jack Howarth  <howarth@bromo.med.uc.edu>
6657
6658         * configure.ac: Expand to darwin10 and later.
6659         * configure: Regenerate.
6660
6661 2008-12-02  Andreas Schwab  <schwab@suse.de>
6662
6663         * Makefile.def: configure-target-boehm-gc depends on
6664         all-target-libstdc++-v3.
6665         * Makefile.in: Regenerate.
6666
6667 2008-12-02  Kai Tietz  <kai.tietz@onevision.com>
6668
6669         * MAINTAINERS:  Add myself as mingw maintainer.
6670
6671 2008-12-02  Ben Elliston  <bje@au.ibm.com>
6672
6673         * config.sub, config.guess: Update from upstream sources.
6674
6675 2008-12-01  Gerald Pfeifer  <gerald@pfeifer.com>
6676
6677         * README.SCO: Remove.
6678
6679 2008-11-29  Fernando Pereira  <pronesto@gmail.com>
6680
6681         * MAINTAINERS:  Add myself to the write after approval list.
6682
6683 2008-11-29  Dave Korn  <dave.korn.cygwin@gmail.com>
6684
6685         * MAINTAINERS:  Update my email address in WAA section.
6686
6687 2008-11-29  Chen Liqin  <liqin@sunnorth.com.cn>
6688
6689         * MAINTAINERS: Update e-mail address.
6690
6691 2008-11-27  Toon Moene  <toon@moene.org>
6692
6693         * MAINTAINERS: Change e-mail address.
6694
6695 2008-11-27  Tristan Gingold  <gingold@adacore.com>
6696
6697         * configure.ac: Build gdb for i?86-*-darwin*
6698         * configure: Regenerated.
6699
6700 2008-11-24  Hariharan Sandanagobalane  <hariharan@picochip.com>
6701
6702         * MAINTAINERS: Added my full name.
6703
6704 2008-11-14  Daniel Jacobowitz  <dan@codesourcery.com>
6705
6706         PR bootstrap/38014
6707         PR bootstrap/37923
6708
6709         Revert:
6710
6711         2008-10-24  Daniel Jacobowitz  <dan@codesourcery.com>
6712
6713         * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
6714         * Makefile.in: Regenerated.
6715
6716         2008-10-22  Daniel Jacobowitz  <dan@codesourcery.com>
6717
6718         PR gdb/921
6719         PR gdb/1646
6720         PR gdb/2175
6721         PR gdb/2176
6722
6723         * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
6724         * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
6725         (EXTRA_BUILD_FLAGS): Correct typo.  Pass CPPFLAGS.
6726         (HOST_EXPORTS): Pass CPPFLAGS.
6727         (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
6728         (LDFLAGS_FOR_TARGET): Initialize from configure script.
6729         (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
6730         * Makefile.in, configure: Regenerated.
6731         * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
6732         and CPPFLAGS_FOR_BUILD.
6733
6734 2008-11-06  Jeff Law  <law@redhat.com>
6735
6736         * MAINTAINERS: Add myself as middle end maintainer.
6737
6738 2008-11-06  Andrew Stubbs  <ams@codesourcery.com>
6739
6740         * MAINTAINERS (Write after approval): Add myself.
6741
6742 2008-11-05  Diego Novillo  <dnovillo@google.com>
6743
6744         * MAINTAINERS (Global Reviewers): Add myself.
6745         (Non-Algorithmic Maintainers): Remove myself.
6746
6747 2008-11-04  Thomas Schwinge  <tschwinge@gnu.org>
6748
6749         * MAINTAINERS (Write after approval): Add myself.
6750
6751 2008-10-31  Mikael Morin  <mikael.morin@tele2.fr>
6752
6753         * MAINTAINERS (Write after approval): Add myself.
6754
6755 2008-10-31  Ben Elliston  <bje@au.ibm.com>
6756
6757         * configure.ac (spu-*-*): Remove special case.
6758         * configure: Regenerate.
6759
6760 2008-10-30  Catherine Moore  <clm@codesourcery.com>
6761
6762         * MAINTAINERS (Write after approval): Update my email address.
6763
6764 2008-10-29  Stefan Schulze Frielinghaus  <xxschulz@de.ibm.com>
6765
6766         * configure.ac [spu-*-*]: Do not set skipdirs.
6767         * configure: Re-generate.
6768
6769 2008-10-29  Bernd Schmidt  <bernd.schmidt@analog.com>
6770
6771         * MAINTAINERS (Various Maintainers): Add myself to reload.
6772
6773 2008-10-25  Richard Guenther  <rguenther@suse.de>
6774
6775         * MAINTAINERS (Various Maintainers): Add myself as middle-end
6776         maintainer.  Remove myself as libgcc-math maintainer.
6777         (Non-Algorithmic Maintainers): Remove myself.
6778
6779 2008-10-24  Daniel Jacobowitz  <dan@codesourcery.com>
6780
6781         * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
6782         * Makefile.in: Regenerated.
6783
6784 2008-10-23  Cary Coutant  <ccoutant@google.com>
6785
6786         * MAINTAINERS (Write after approval): Add myself.
6787
6788 2008-10-22  Daniel Jacobowitz  <dan@codesourcery.com>
6789
6790         PR gdb/921
6791         PR gdb/1646
6792         PR gdb/2175
6793         PR gdb/2176
6794
6795         * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
6796         * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
6797         (EXTRA_BUILD_FLAGS): Correct typo.  Pass CPPFLAGS.
6798         (HOST_EXPORTS): Pass CPPFLAGS.
6799         (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
6800         (LDFLAGS_FOR_TARGET): Initialize from configure script.
6801         (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
6802         * Makefile.in, configure: Regenerated.
6803         * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
6804         and CPPFLAGS_FOR_BUILD.
6805
6806 2008-10-20  Sebastian Pop  <sebastian.pop@amd.com>
6807
6808         * MAINTAINERS (Graphite Reviewers): Added Daniel Berlin and
6809         Sebastian Pop.
6810
6811 2008-10-14  Antoniu Pop <antoniu.pop@gmail.com>
6812
6813         * MAINTAINERS (Write After Approval): Added myself.
6814
6815 2008-10-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6816
6817         * configure.ac (MPFR check): Bump minimum version to 2.3.0 and
6818         recommended version to 2.3.2.
6819
6820         * configure: Regenerate.
6821
6822 2008-10-01  Mark Mitchell  <mark@codesourcery.com>
6823
6824         * MAINTAINERS (Blanket Write Privs): Change to Global Reviewers.
6825
6826 2008-09-29  David Daney <david.daney@caviumnetworks.com>
6827
6828         * MAINTAINERS (Write After Approval): Update e-mail address.
6829
6830 2008-09-26  Peter O'Gorman  <pogma@thewrittenword.com>
6831
6832         * libtool.m4: Update to libtool 2.2.6.
6833         * lt~obsolete.m4: Update to libtool 2.2.6.
6834         * ltmain.sh: Update to libtool 2.2.6.
6835         * ltsugar.m4: Update to libtool 2.2.6.
6836         * ltversion.m4: Update to libtool 2.2.6.
6837         * ltoptions.m4: Update to libtool 2.2.6.
6838         * ltgcc.m4: Update to match changes from libtool 2.2.6.
6839
6840 2008-09-22  Chris Fairles  <cfairles@gcc.gnu.org>
6841
6842         * MAINTAINERS (Write After Approval): Add myself.
6843
6844 2008-09-22  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
6845
6846         * MAINTAINERS (Write After Approval): Update my name.
6847
6848 2008-09-20  Steven Bosscher  <steven@gcc.gnu.org>
6849
6850         * MAINTAINERS: Add myself in "Write After Approval".
6851
6852 2008-09-18  Steve Ellcey  <sje@cup.hp.com>
6853
6854         * MAINTAINERS: Add myself as ia64 maintainer.
6855
6856 2008-09-04  Gerald Pfeifer  <gerald@pfeifer.com>
6857
6858         * MAINTAINERS: Remove John Carr, Steve Chamberlain, Michael Chastain,
6859         Klaus Kaempf, Mumit Khan, Alan Lehotsky, Warren Levy, Don Lindsay,
6860         Dave Love, Alexandre Petit-Bianco, Clinton Popetz, Gavin Romig-Koch,
6861         and Michael Tiemann from Write After Approval since they do not
6862         actually have access.
6863
6864 2008-09-05  Richard Guenther  <rguenther@suse.de>
6865
6866         * configure.ac: Initialize clooglibs to -lcloog.
6867         * configure: Re-generate.
6868
6869 2008-09-04  Le-Chun Wu  <lcwu@google.com>
6870
6871         * MAINTAINERS (Write After Approval): Add myself.
6872
6873 2008-09-03  Sebastian Pop  <sebastian.pop@amd.com>
6874
6875         * configure.ac (--with-cloog-polylib): New.
6876         (--disable-cloog-version-check): New.
6877         (--disable-ppl-version-check): New.
6878         * configure: Re-generate.
6879
6880 2008-09-03  Richard Guenther  <rguenther@suse.de>
6881
6882         * configure.ac: Always pass -DCLOOG_PPL_BACKEND to the
6883         cloog test.
6884         * configure: Re-generate.
6885
6886 2008-09-03  Hari Sandanagobalane  <hariharan@picochip.com>
6887
6888         Add picoChip port.
6889         * MAINTAINERS: Add picoChip maintainers.
6890
6891 2008-09-02  Sebastian Pop  <sebastian.pop@amd.com>
6892             Tobias Grosser  <grosser@fim.uni-passau.de>
6893             Jan Sjodin  <jan.sjodin@amd.com>
6894             Harsha Jagasia  <harsha.jagasia@amd.com>
6895             Dwarakanath Rajagopal  <dwarak.rajagopal@amd.com>
6896             Konrad Trifunovic  <konrad.trifunovic@inria.fr>
6897             Adrien Eliche  <aeliche@isty.uvsq.fr>
6898
6899         Merge from graphite branch.
6900         * configure: Regenerate.
6901         * Makefile.in: Regenerate.
6902         * configure.ac (host_libs): Add ppl and cloog.
6903         Add checks for PPL and CLooG.
6904         * Makefile.def (ppl, cloog): Added modules and dependences.
6905         * Makefile.tpl (PPLLIBS, PPLINC, CLOOGLIBS, CLOOGINC): New.
6906         (HOST_PPLLIBS, HOST_PPLINC, HOST_CLOOGLIBS, HOST_CLOOGINC): New.
6907
6908 2008-08-31  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
6909
6910         * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
6911         (GCC_SHLIB_SUBDIR): New.
6912         * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
6913         * configure: Regenerate.
6914         * Makefile.in: Regenerate.
6915
6916 2008-08-30  Gerald Pfeifer  <gerald@pfeifer.com>
6917
6918         * MAINTAINERS: Consistently use tabs to separate columns.
6919
6920 2008-08-29  Tristan Gingold  <gingold@adacore.com>
6921
6922         * MAINTAINERS (Write after Approval): Add myself.
6923
6924 2008-08-28  Tristan Gingold  <gingold@adacore.com>
6925
6926         * configure.ac (powerpc-*-darwin*, i?86-*-darwin*,x86_64-*-darwin9):
6927         Enable bfd, binutils and opcodes.
6928         * configure: Regenerate.
6929
6930 2008-08-27  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
6931
6932         * MAINTAINERS: Update my hppa and hpux entries.  Remove my vax entry.
6933
6934 2008-08-23  Thomas Koenig  <tkoenig@gcc.gnu.org>
6935
6936         * MAINTAINERS:  Use correct Umlaut for last name.
6937
6938 2008-08-23  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
6939
6940         * MAINTAINERS: Move myself from Reviewers to Write after Approval.
6941
6942 2008-08-16  David Edelsohn  <edelsohn@gnu.org>
6943
6944         * MAINTAINERS: Update my email address.
6945
6946 2008-08-16  Nicolas Roche  <roche@adacore.com>
6947
6948         * Makefile.tpl: Add BOOT_ADAFLAGS.
6949         * Makefile.in: Regenerate.
6950
6951 2008-08-09  Richard Sandiford  <rdsandiford@googlemail.com>
6952
6953         * configure.ac (mips*-*-*linux*, mips*-*-gnu*): Use mt-mips-gnu.
6954         * configure: Regenerate.
6955
6956 2008-07-30  Paolo Bonzini  <bonzini@gnu.org>
6957
6958         * configure.ac: Add makefile fragments for hpux.
6959         * Makefile.def (flags_to_pass): Add ADA_CFLAGS.
6960         * Makefile.tpl (HOST_EXPORTS): Pass ADA_CFLAGS.
6961         * configure: Regenerate.
6962         * Makefile.in: Regenerate.
6963
6964 2008-07-28  Aldy Hernandez  <aldyh@redhat.com>
6965
6966         * MAINTAINERS: Add Jakub and myself as gimple maintainers.
6967
6968 2008-07-11  Dodji Seketeli  <dseketel@redhat.com>
6969
6970         * MAINTAINERS (Write after Approval): Add myself.
6971
6972 2008-07-02  Xuepeng Guo  <xuepeng.guo@intel.com>
6973
6974         * MAINTAINERS (Write After Approval):  Add myself.
6975
6976 2008-06-29  Andrew Jenner  <andrew@codesourcery.com>
6977
6978         * MAINTAINERS (Write After Approval):  Add myself.
6979
6980 2008-06-29  Krister Walfridsson  <krister.walfridsson@gmail.com>
6981
6982         * MAINTAINERS: Update my email address.
6983
6984 2008-06-25  Joey Ye  <joey.ye@intel.com>
6985
6986         * MAINTAINERS (Write After Approval):  Add myself.
6987
6988 2008-06-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6989
6990         * Makefile.tpl ($(srcdir)/configure): Update dependencies.
6991         * Makefile.in: Regenerate.
6992         * configure: Regenerate.
6993
6994 2008-06-17  Daniel Kraft  <d@domob.eu>
6995
6996         * MAINTAINERS (Write After Approval):  Add myself.
6997
6998 2008-06-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6999
7000         * configure.ac: Set TOPLEVEL_CONFIGURE_ARGUMENTS early, when
7001         "$@" is still intact with both Autoconf 2.59 and 2.62.
7002         * configure: Regenerate.
7003
7004 2008-06-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7005
7006         * Makefile.tpl: Fix comment errors.
7007         * Makefile.in: Regenerate.
7008
7009 2008-06-12  David S. Miller  <davem@davemloft.net>
7010             David Edelsohn  <edelsohn@gnu.org>
7011
7012         * configure.ac: Add powerpc*-*-* to gold supported targets.
7013         * configure: Regenerate.
7014
7015 2008-06-08  Joseph Myers  <joseph@codesourcery.com>
7016
7017         PR tree-optimization/36218
7018         * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_BUILD.
7019         * Makefile.tpl (EXTRA_BUILD_FLAGS): Define.
7020         (all prefix="build-"): Pass them to build-system sub-makes.
7021         * Makefile.in: Regenerate.
7022
7023 2008-06-07  Joseph Myers  <joseph@codesourcery.com>
7024
7025         * MAINTAINERS (mt port): Remove.
7026         (sco5, unixware, sco udk): Remove.
7027         (Kean Johnston): Add to Write After Approval.
7028
7029 2008-05-30  Julian Brown  <julian@codesourcery.com>
7030
7031         * configure.ac (arm*-*-linux-gnueabi): Don't disable building
7032         of libobjc for ARM EABI Linux.
7033         * configure: Regenerate.
7034
7035 2008-05-18  Xinliang David Li   <davidxl@google.com>
7036
7037         * ChangeLog: Remove wrong ChangeLog entry.
7038
7039 2008-05-17  Xinliang David Li   <davidxl@google.com>
7040
7041         * MAINTAINERS (Write After Approval): Add myself.
7042
7043 2008-05-15  Janus Weil  <janus@gcc.gnu.org>
7044
7045         * MAINTAINERS (Write After Approval): Add myself.
7046
7047 2008-05-14  Rafael Espíndola  <espindola@google.com>
7048
7049         * config-ml.in: don't handle --enable-shared and --enable-static.
7050
7051 2008-05-10  Richard Sandiford  <rdsandiford@googlemail.com>
7052
7053         * MAINTAINERS: Update my email address.
7054
7055 2008-05-10  Paolo Carlini  <paolo.carlini@oracle.com>
7056
7057         * MAINTAINERS: Update my email address.
7058
7059 2008-05-03  Kris Van Hees  <kris.van.hees@oracle.com>
7060
7061         * MAINTAINERS (Write After Approval): Add myself.
7062
7063 2008-04-28  Gabriele Svelto  <gabriele.svelto@st.com>
7064
7065         * MAINTAINERS (Write After Approval): Add myself.
7066
7067 2008-04-25  Pompapathi V Gadad  <Pompapathi.V.Gadad@nsc.com>
7068
7069         * MAINTAINERS (crx): Add myself.
7070
7071 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
7072
7073         Sync with src:
7074         2008-04-14  David S. Miller  <davem@davemloft.net>
7075
7076         * configure.ac: Add sparc*-*-* to gold supported targets.
7077         * configure: Regenerate.
7078
7079 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
7080
7081         PR bootstrap/35457
7082         * configure.ac: Include override.m4.
7083         * configure: Regenerate.
7084
7085 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
7086
7087         * Makefile.tpl (restrap): Call `make all' using double-colon rules.
7088         * Makefile.in: Regenerate.
7089
7090 2008-04-18  M R Swami Reddy  <MR.Swami.Reddy@nsc.com>
7091
7092         * configure.ac (cr16-*-*): Add case for cr16 target and include gdb
7093         as nonconfigurable directories list.
7094         * configure: Regenerate.
7095
7096 2008-04-14  Ben Elliston  <bje@au.ibm.com>
7097
7098         * config.sub, config.guess: Update from upstream sources.
7099
7100 2008-04-12  Hans-Peter Nilsson  <hp@axis.com>
7101
7102         * Makefile.tpl <gcc>: Error early unless at least GNU make 3.80.
7103         * Makefile.in: Regenerate.
7104
7105 2008-04-11  Eric B. Weddington  <eweddington@cso.atmel.com>
7106
7107         * configure.ac: Do not build libssp for the AVR.
7108         * configure: Regenerate.
7109
7110 2008-04-07  Ian Lance Taylor  <iant@google.com>
7111
7112         * Makefile.def: check-gold depends upon all-binutils.
7113         * Makefile.in: Regenerate.
7114
7115 2008-04-04  Andy Hutchinson  <hutchinsonandy@aim.com>
7116
7117         * MAINTAINERS (Write After Approval): Add myself.
7118
7119 2008-04-04  Nick Clifton  <nickc@redhat.com>
7120
7121         PR binutils/4334
7122         * configure.ac: Run ACX_CHECK_CYGWIN_CAT_WORKS for cygwin hosted
7123         builds.
7124         * configure: Regenerate.
7125
7126 2008-04-04  NightStrike  <NightStrike@gmail.com>
7127
7128         PR other/35151
7129         * configure.ac: Combine rules for mingw32 and mingw64.
7130         * configure: Regenerate.
7131
7132 2008-04-02  Kai Tietz  <kai.tietz@onvision.com>
7133
7134         * MAINTAINERS (Write After Approval): Add myself.
7135
7136 2008-04-01  Seongbae Park  <seongbae.park@gmail.com>
7137
7138         * Makefile.tpl (.NOTPARALLEL): Revert previous change.
7139         * Makefile.in (.NOTPARALLEL): Ditto.
7140
7141 2008-04-01  Peter O'Gorman  <pogma@thewrittenword.com>
7142
7143         * MAINTAINERS (Write After Approval): Add myself.
7144
7145 2008-03-31  Seongbae Park  <seongbae.park@gmail.com>
7146
7147         * Makefile.tpl (.NOTPARALLEL): Serialize stageprofile libiberty.
7148         * Makefile.in (.NOTPARALLEL): Regenerate.
7149
7150 2008-03-27  Paolo Bonzini  <bonzini@gnu.org>
7151
7152         * Makefile.tpl (PICFLAG, PICFLAG_FOR_TARGET): Remove.
7153         * Makefile.in: Regenerate.
7154
7155 2008-03-26  Jakub Staszak  <kuba@et.pl>
7156
7157         * MAINTAINERS (Write After Approval): Add myself.
7158
7159 2008-03-23  Thomas Koenig  <tkoenig@gcc.gnu.org>
7160
7161         * MAINTAINERS:  Update e-mail address.
7162
7163 2008-03-20  Ian Lance Taylor  <iant@google.com>
7164
7165         * configure.ac: Add support for --enable-gold.
7166         * Makefile.def: Add gold as a directory like ld.
7167         * configure, Makefile.in: Regenerate.
7168
7169 2008-03-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7170
7171         * configure.ac: m4_include config/proginstall.m4.
7172         * configure: Regenerate.
7173
7174         Backport from upstream Libtool:
7175
7176         2007-10-12  Eric Blake  <ebb9@byu.net>
7177
7178         Deal with Autoconf 2.62's semantic change in m4_append.
7179         * ltsugar.m4 (lt_append): Replace broken versions of
7180         m4_append.
7181         (lt_if_append_uniq): Don't require separator to be overquoted,
7182         and avoid broken m4_append.
7183         (lt_dict_add): Fix typo.
7184         * libtool.m4 (_LT_DECL): Don't overquote separator.
7185
7186 2008-03-13  David Edelsohn  <edelsohn@gnu.org>
7187
7188         * config.rpath: Add AIX 6 support.
7189
7190 2008-03-13  Paolo Bonzini  <bonzini@gnu.org>
7191
7192         * Makefile.def (stageprofile).  Remove -fprofile-generate
7193         from stage_libcflags.
7194         * Makefile.in: Regenerate.
7195
7196 2008-03-13  Ben Elliston  <bje@au.ibm.com>
7197
7198         * config.sub, config.guess: Update from upstream sources.
7199
7200 2008-03-06  Tom Tromey  <tromey@redhat.com>
7201
7202         * MAINTAINERS: Update for treelang deletion.
7203
7204 2008-03-03  James E. Wilson  <wilson@tuliptree.org>
7205
7206         * MAINTAINERS: Update my email address.
7207
7208 2008-03-03  Stan Shebs  <stanshebs@earthlink.net>
7209
7210         * MAINTAINERS (darwin port): Add myself as a maintainer.
7211         (objective-c/c++): Add myself as a maintainer.
7212
7213 2008-03-03  Volker Reichelt  <v.reichelt@netcologne.de>
7214
7215         * MAINTAINERS (Write After Approval): Update my email address.
7216
7217 2008-02-25  Tomas Bily  <tbily@suse.cz>
7218
7219         * MAINTAINERS (Write After Approval): Add myself.
7220
7221 2008-02-23  Jakub Jelinek  <jakub@redhat.com>
7222
7223         * MAINTAINERS (OpenMP): Add myself.
7224
7225 2008-02-20  Paolo Bonzini  <bonzini@gnu.org>
7226
7227         PR bootstrap/32009
7228         PR bootstrap/32161
7229
7230         * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Compute here.
7231         * configure: Regenerate.
7232
7233         * Makefile.def: Define stage_libcflags for all bootstrap stages.
7234         * Makefile.tpl (BOOT_LIBCFLAGS, STAGE2_LIBCFLAGS, STAGE3_LIBCFLAGS,
7235         STAGE4_LIBCFLAGS): New.
7236         (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Subst from autoconf, without
7237         $(SYSROOT_CFLAGS_FOR_TARGET) and $(DEBUG_PREFIX_CFLAGS_FOR_TARGET).
7238         (BASE_TARGET_EXPORTS): Append them here to C{,XX}FLAGS.
7239         (EXTRA_TARGET_FLAGS): Append them here to {LIB,}C{,XX}FLAGS.
7240         (configure-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags
7241         for target modules.  Don't export LIBCFLAGS.
7242         (all-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags; pass
7243         $(BASE_FLAGS_TO_PASS) where [+args+] was passed, and [+args+] after
7244         the overridden CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
7245         (invocations of `all'): Replace $(TARGET_FLAGS_TO_PASS) with
7246         $(EXTRA_TARGET_FLAGS), $(FLAGS_TO_PASS) with $(EXTRA_HOST_FLAGS).
7247         * Makefile.in: Regenerate.
7248
7249 2008-02-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7250
7251         PR libgcj/33085
7252         * libtool.m4 (_LT_COMPILER_PIC) [ mingw, cygwin ] <GCJ>:
7253         Do not use -DDLL_EXPORT.  Backport from upstream.
7254
7255 2008-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7256
7257         * MAINTAINERS (Write After Approval): Add myself.
7258
7259 2008-02-02  Hans-Peter Nilsson  <hp@axis.com>
7260
7261         * configure.ac: Enable fortran for cris-*-elf and crisv32-*-elf.
7262         * configure: Regenerate.
7263
7264 2008-01-31  Marc Gauthier  <marc@tensilica.com>
7265
7266         * configure.ac (xtensa*-*-*): Recognize processor variants.
7267         * configure: Regenerate.
7268
7269 2008-01-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7270
7271         PR bootstrap/34922
7272         * configure.ac (PARSE_ARGS): Push suitable setting of
7273         ac_subdirs_all, for `./configure --help=recursive'.
7274         Handle `+' in generic toplevel directory disabling.
7275         * configure: Regenerate.
7276
7277 2008-01-28  Nick Clifton  <nickc@redhat.com>
7278
7279         * MAINTAINERS (xstormy16): Take over maintainership.
7280
7281 2008-01-25  Joseph Myers  <joseph@codesourcery.com>
7282
7283         * MAINTAINERS (c4x port): Remove.
7284
7285 2008-01-24  David Edelsohn  <edelsohn@gnu.org>
7286
7287         * libtool.m4: Backport AIX 6 support from ToT Libtool.
7288
7289 2008-01-23  Ben Elliston  <bje@au.ibm.com>
7290
7291         * config.sub, config.guess: Update from upstream sources.
7292
7293 2008-01-22  Tobias Grosser  <grosser@fim.uni-passau.de>
7294
7295         * MAINTAINERS (Write After Approval): Add myself.
7296
7297 2008-01-17  H.J. Lu  <hjl.tools@gmail.com>
7298
7299         * MAINTAINERS: Update my email address.
7300
7301 2008-01-09  Raksit Ashok  <raksit@google.com>
7302
7303         * MAINTAINERS (Write After Approval): Add myself.
7304
7305 2008-01-09  Raksit Ashok  <raksit@google.com>
7306
7307         * MAINTAINERS (Write After Approval): Add myself.
7308
7309 2008-01-08  Ben Elliston  <bje@au.ibm.com>
7310
7311         * config.sub, config.guess: Update from upstream sources.
7312
7313 2007-12-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7314
7315         * configure.ac: Change required MPFR from 2.2.0 -> 2.2.1.
7316         Change recommended MPFR from 2.2.1 -> 2.3.0.
7317         * configure: Regenerate.
7318
7319 2007-12-15  Sebastian Pop  <sebastian.pop@amd.com>
7320
7321         * MAINTAINERS: Update my email address.
7322
7323 2007-12-15  Bernhard Fischer  <aldot@gcc.gnu.org>
7324
7325         * MAINTAINERS: Update my email address.
7326
7327 2007-12-13  Richard Sandiford  <rsandifo@nildram.co.uk>
7328
7329         * Makefile.tpl (CFLAGS_FOR_TARGET): Add -g.
7330         (CXXFLAGS_FOR_TARGET): Add -O2 -g.
7331         * Makefile.in: Regenerate.
7332
7333 2007-12-10  Mark Heffernan  <meheff@google.com>
7334
7335         * MAINTAINERS (Write After Approval): Add myself and alphabetize two
7336         misplaced entries.
7337
7338 2007-12-10  Andreas Tobler  <a.tobler@schweiz.org>
7339
7340         * configure.ac: Enable libjava for x86_64-*-darwin9.
7341         * configure: Regenerate.
7342
7343 2007-12-07  Bill Maddox  <maddox@google.com>
7344
7345         * MAINTAINERS (Write After Approval): Add myself.
7346
7347 2007-12-05  Ben Elliston  <bje@au.ibm.com>
7348
7349         * config.sub, config.guess: Update from upstream sources.
7350
7351 2007-12-02  Matthias Klose  <doko@ubuntu.com>
7352
7353         * config-ml.in: Remove 64bit configure tests.
7354
7355 2007-11-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7356
7357         * config-ml.in: Robustify against white space in absolute file
7358         names.
7359
7360         * config-ml.in (multi-clean): Substitute ${Makefile}.
7361         Remove superfluous ${Makefile} in list.
7362
7363 2007-11-19  Thiemo Seufer  <ths@mips.com>
7364
7365         * config-ml.in: Don't hardcode the Makefile name.
7366
7367 2007-11-08  Alexander Monakov  <amonakov@ispras.ru>
7368
7369         * MAINTAINERS (Write After Approval): Add myself.
7370
7371 2007-11-07  Samuel Tardieu  <sam@rfc1149.net>
7372
7373         * MAINTAINERS (Write After Approval): Add myself.
7374
7375 2007-11-06  Doug Kwan  <dougkwan@google.com>
7376
7377         * MAINTAINERS (Write After Approval): Add myself.
7378
7379 2007-10-25  Ben Elliston  <bje@au.ibm.com>
7380
7381         * MAINTAINERS (mercury): Remove entry.
7382         (Write After Approval): Add Fergus Henderson <fjh@cs.mu.oz.au>.
7383
7384 2007-10-23  Daniel Jacobowitz  <dan@codesourcery.com>
7385
7386         * Makefile.def (dependencies): Make configure-gdb depend on
7387         all-intl.
7388         * Makefile.in: Regenerated.
7389
7390 2007-10-22  Steven G. Kargl  <kargl@gcc.gnu.org>
7391
7392         * MAINTAINERS (Fortran maintainer): Remove myself.
7393
7394 2007-10-15  Patrick Mansfield  <patmans@us.ibm.com>
7395
7396         * Makefile.def: To avoid problems running with parallel makes,
7397         build newlib before libgloss so that target specific header
7398         files are availble.
7399         * Makefile.in: Regenerate
7400
7401 2007-10-11  Daniel Jacobowitz  <dan@codesourcery.com>
7402
7403         * Makefile.def (dependencies): Add all-gdb -> all-libdecnumber.
7404         * Makefile.in: Regenerate.
7405
7406 2007-10-09  Vladimir Makarov  <vmakarov@redhat.com>
7407
7408         * MAINTAINERS (Register allocation reviewer): Add myself.
7409
7410 2007-10-08  Mike Frysinger  <vapier@gentoo.org>
7411
7412         * configure.ac (CFLAGS_FOR_BUILD, CXXFLAGS_FOR_BUILD,
7413         LDFLAGS_FOR_BUILD): Default them to host flags only for $host = $build.
7414         Set default CXXFLAGS_FOR_BUILD to CXXFLAGS, not CFLAGS.  Set default
7415         LDFLAGS_FOR_BUILD to LDFLAGS, not CFLAGS.
7416         * configure: Regenerate.
7417
7418 2006-10-04  Seongbae Park  <seongbae.park@gmail.com>
7419
7420         * MAINTAINERS (Register allocation reviewer): Add myself.
7421
7422 2007-10-01  Paolo Bonzini  <bonzini@gnu.org>
7423
7424         * Makefile.tpl (AR_FOR_BUILD, AS_FOR_BUILD, CXX_FOR_BUILD,
7425         DLLTOOL_FOR_BUILD, GCJ_FOR_BUILD, GFORTRAN_FOR_BUILD,
7426         LDFLAGS_FOR_BUILD, LD_FOR_BUILD, NM_FOR_BUILD, RANLIB_FOR_BUILD,
7427         WINDMC_FOR_BUILD, WINDRES_FOR_BUILD): Use autoconf substitutions.
7428         * configure.ac: Default them to host tools for $host = $build.
7429         Subst them.
7430
7431         * configure: Regenerate.
7432         * Makefile.in: Regenerate.
7433
7434 2006-09-24  Peter Bergner  <bergner@vnet.ibm.com>
7435
7436         * MAINTAINERS (Register allocation reviewer): Add myself.
7437
7438 2006-09-24  Kenneth Zadeck  <zadeck@naturalbridge.com>
7439
7440         * MAINTAINERS (Register allocation reviewer): Add myself.
7441
7442 2007-09-21  Seongbae Park  <seongbae.park@gmail.com>
7443
7444         * MAINTAINERS (Write After Approval): Fix typo.
7445
7446 2007-09-20  Richard Sandiford  <rsandifo@nildram.co.uk>
7447
7448         * configure.ac (mipsisa*-*-elfoabi*): New stanza.
7449         * configure: Regenerate.
7450
7451 2007-09-20  Paul Jarc  <prj-bugzilla-gcc@multivac.cwru.edu>
7452
7453         PR bootstrap/31906
7454         * libtool-ldflags: Don't prefix arguments with -Xcompiler if
7455         they're already prefixed.
7456
7457 2007-09-19  Benjamin Kosnik  <bkoz@redhat.com>
7458
7459         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Move libgomp before
7460         libstdc++.
7461         * Makefile.def: Add libgomp config as a maybe dependency for libstdc++.
7462         * configure: Regenerate.
7463         * Makefile.in: Regenerate.
7464
7465 2007-09-17  Andreas Schwab  <schwab@suse.de>
7466
7467         * configure.ac: Raise minimum makeinfo version to 4.6.
7468         * configure: Regenerate.
7469
7470 2007-09-17  Johannes Singler  <singler@ira.uka.de>
7471
7472         * MAINTAINERS (write-after-approval) add myself
7473
7474 2007-09-15  Alan Modra  <amodra@bigpond.net.au>
7475
7476         * configure.ac: Correct makeinfo version check.
7477         * configure: Regenerate.
7478
7479 2007-09-14  Richard Sandiford  <rsandifo@nildram.co.uk>
7480
7481         * MAINTAINERS: Update my email address.
7482
7483 2007-09-14  Richard Sandiford  <richard@codesourcery.com>
7484
7485         * configure.ac (mips*-sde-elf*): New stanza.  Add target-libiberty
7486         to $skipdirs and only disable gprof for newlib.  Use the normal
7487         mips*-elf* handling in other respects.
7488         * configure: Regnerate.
7489
7490 2007-09-12  David Daney  <ddaney@avtrex.com>
7491
7492         * configure.ac: Remove mips64*-*-linux* noconfigdirs section, thus
7493         enabling libgcj.
7494         * configure: Regenerate.
7495
7496 2007-09-10  Rask Ingemann Lambertsen  <rask@sygehus.dk>
7497
7498         PR other/32154
7499         * configure.ac: For libgloss targets, point the linker to the linker
7500         script, startup code and simulator library.
7501         * configure: Regenerate.
7502
7503 2007-09-07  Andrew Haley  <aph@redhat.com>
7504
7505         * configure.ac (noconfigdirs): Remove target-libffi and
7506         target-libjava.
7507         * configure: Regenerate.
7508
7509 2007-09-06  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
7510
7511         PR target/33281
7512         * configure.ac: Use config/mh-mingw on mingw.
7513         * configure: Regenerate.
7514
7515 2007-09-05  Pat Haugen  <pthaugen@us.ibm.com>
7516
7517         * MAINTAINERS (Write After Approval): Add myself.
7518
7519 2007-09-05  Richard Guenther  <rguenther@suse.de>
7520
7521         * configure.ac (--enable-stage1-checking): If neither --enable-checking
7522         nor --disable-checking is provided also turn on yes and types
7523         checking for stage1.
7524         * configure: Re-generate.
7525
7526 2007-08-30  Krister Walfridsson  <cato@df.lth.se>
7527
7528         * MAINTAINERS (OS Port Maintainers): Add myself as NetBSD maintainer.
7529         (Write After Approval): Remove myself.
7530
7531 2007-08-29  Nick Clifton  <nickc@redhat.com>
7532
7533         * config.sub, config.guess: Update from upstream sources.
7534
7535 2007-08-22  Bud Davis  <jmdavis@link.com>
7536
7537         * MAINTAINERS (Write After Approval): Added myself.
7538         * MAINTAINERS (Reviewers): Removed myself.
7539
7540 2007-08-18  Paul Brook  <paul@codesourcery.com>
7541             Joseph Myers  <joseph@codesourcery.com>
7542
7543         * Makefile.tpl (DEBUG_PREFIX_CFLAGS_FOR_TARGET): New.
7544         (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Include it.
7545         * Makefile.in: Regenerate.
7546         * configure.ac (--with-debug-prefix-map): New.
7547         * configure: Regenerate.
7548
7549 2007-08-17  Richard Sandiford  <richard@codesourcery.com>
7550             Nigel Stephens  <nigel@mips.com>
7551
7552         * configure.ac (mips*-sde-elf*): New stanza.  Use config/mt-sde
7553         as target_makefile_frag.
7554         * configure: Regenerate.
7555
7556 2007-08-16  Alexandre Oliva  <aoliva@redhat.com>
7557
7558         * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
7559         Add to flags_to_pass.  Adjust uses of BOOT_CFLAGS.
7560         (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
7561         * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
7562         (do-compare, do-compare3, do-compare-debug): New.
7563         ([+compare-target+]): Use them.
7564
7565 2007-08-14  Maxim Kuvyrkov  <maxim@codesourcery.com>
7566
7567         * MAINTAINERS (Write After Approval): Change my email address.
7568
7569 2007-08-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7570             Ben Elliston  <bje@au.ibm.com>
7571
7572         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Pass
7573         --silent if $silent.
7574         * configure: Regenerate.
7575
7576 2003-08-12  Zdenek Dvorak  <ook@ucw.cz>
7577
7578         * MAINTAINERS (Various Maintainers): Add myself as
7579         loop infrastructure maintainer.  Update my e-mail
7580         address.
7581
7582 2007-07-31  Diego Novillo  <dnovillo@google.com>
7583
7584         * MAINTAINERS (Reviewers): Rename from Non-Autopoiesis.
7585         Adjust description.
7586
7587 2007-07-26  Richard Guenther  <rguenther@suse.de>
7588
7589         * configure.ac: Add types checking to stage1 checking flags.
7590         * configure: Regenerate.
7591
7592 2007-07-17  Nick Clifton  <nickc@redhat.com>
7593
7594         * COPYING3: New file.  Contains version 3 of the GNU General
7595         Public License.
7596         * COPYING3.LIB: New file.  Contains version 3 of the GNU
7597         Lesser General Public License.
7598
7599 2007-07-16  Andreas Krebbel  <krebbel1@de.ibm.com>
7600
7601         * MAINTAINERS (S/390 port maintainer): Remove my co-maintainer tag.
7602
7603 2007-07-16  Andreas Krebbel  <krebbel1@de.ibm.com>
7604
7605         * MAINTAINERS (S/390 co-maintainer): Add myself.
7606         (Write After Approval): Remove myself.
7607
7608 2007-07-13  Dan Hipschman  <dsh@google.com>
7609
7610         * MAINTAINERS (Write After Approval): Add myself.
7611
7612 2007-07-11  Nick Clifton  <nickc@redhat.com>
7613
7614         * Makefile.tpl (BUILD_EXPORTS): Escape the newline at the end of the
7615         WINDRES export.
7616         * Makefile.in: Regenerate.
7617
7618 2007-07-05  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
7619
7620         * MAINTAINERS (OS Port Maintainers): Add myself as IRIX, Tru64 UNIX
7621         maintainer.
7622
7623 2007-07-05  H.J. Lu  <hongjiu.lu@intel.com>
7624
7625         * lt~obsolete.m4: New. Import from 20070318 libtool.
7626
7627 2007-07-03  Julian Brown  <julian@codesourcery.com>
7628
7629         * MAINTAINERS (Write After Approval): Add myself.
7630
7631 2007-07-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7632
7633         * configure.ac: Rewrite 'configure --help' strings to look nicer.
7634         * configure: Regenerate.
7635
7636 2007-07-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7637
7638         * configure.ac: Add some missing m4 quotation.
7639         * configure: Regenerate.
7640
7641 2007-07-02  Simon Baldwin  <simonb@google.com>
7642
7643         * MAINTAINERS (Write After Approval): Add myself.
7644
7645 2007-07-02  Paolo Bonzini  <bonzini@gnu.org>
7646
7647         * configure: Regenerate.
7648
7649 2007-07-02  Kai Tietz   <kai.tietz@onevision.com>
7650
7651         * Makefile.def: Add windmc tool to build.
7652         * Makefile.tpl: Likewise.
7653         * configure.ac: Likewise.
7654         * Makefile.in: Regenerate.
7655         * configure: Regenerate.
7656
7657 2007-06-28  DJ Delorie  <dj@redhat.com>
7658
7659         * configure.ac (arm*-*-linux-gnueabi): Don't build libgloss if we're
7660         not building newlib.
7661         * configure: Regenerated.
7662
7663 2007-06-28  Jan Sjodin  <jan.sjodin@amd.com>
7664
7665         * MAINTAINERS (Write After Approval): Add myself.
7666
7667 2007-06-25  Martin Michlmayr  <tbm@cyrius.com>
7668
7669         * MAINTAINERS (Write After Approval): Add myself.
7670
7671 2007-06-19  Chris Matthews  <chrismatthews@google.com>
7672
7673         * MAINTAINERS (Write After Approval): Add myself.
7674
7675 2007-06-19  Rask Ingemann Lambertsen  <rask@sygehus.dk>
7676
7677         * MAINTAINERS (Write After Approval): Add myself.
7678
7679 2007-06-18  Daniel Jacobowitz  <dan@codesourcery.com>
7680
7681         * Makefile.def: Add dependency from configure-gdb to all-bfd.
7682         * Makefile.in: Regenerated.
7683
7684 2007-06-14  Bernd Schmidt  <bernd.schmidt@analog.com>
7685
7686         * configure.ac: Don't add target-libmudflap to noconfigdirs for
7687         bfin*-*-uclinux* targets.
7688         * configure: Regenerate.
7689
7690 2007-06-14  Ian Lance Taylor  <iant@google.com>
7691
7692         * MAINTAINERS: Add myself as non-algorithmic global write
7693         maintainer.
7694
7695 2007-06-14  Diego Novillo  <dnovillo@google.com>
7696
7697         * MAINTAINERS: Add self as middle-end maintainer and
7698         non-algorithmic global write maintainer.
7699
7700 2007-06-14  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
7701
7702         * MAINTAINERS: Change spelling from "fortran 95" to "Fortran".
7703         Move all Fortran maintainers except Paul Brook into the
7704         Non-Autopoiesis section.
7705
7706 2007-06-14  Paolo Bonzini  <bonzini@gnu.org>
7707
7708         * Makefile.tpl (cleanstrap): Don't delete the toplevel Makefile.
7709         (distclean-stage[+id+]): Possibly delete stage_last.
7710         * Makefile.in: Regenerate.
7711
7712 2007-06-12  Seongbae Park  <seongbae.park@gmail.com>
7713
7714         * MAINTAINERS (Various Maintainer): Fix typo.
7715
7716 2007-06-11  Paolo Bonzini  <bonzini@gnu.org>
7717
7718         * MAINTAINERS (Various Maintainer): Add myself as
7719         dataflow maintainer.
7720
7721 2007-06-07  Ben Elliston  <bje@au.ibm.com>
7722
7723         * config.sub, config.guess: Update from upstream sources.
7724
7725 2007-06-07  Ben Elliston  <bje@au.ibm.com>
7726
7727         * Makefile.tpl: Fix spelling error.
7728         * Makefile.in: Regenerate.
7729
7730 2007-06-01  Steve Ellcey  <sje@cup.hp.com>
7731
7732         * libtool.m4 (LT_CMD_MAX_LEN): Try using getconf to set
7733         lt_cv_sys_max_cmd_len.
7734
7735 2007-05-31  Dorit Nuzman   <dorit@il.ibm.com>
7736
7737         * MAINTAINERS (Various Maintainers): Add myself as
7738         auto-vectorizer maintainer.
7739
7740 2003-05-31  Paolo Bonzini  <bonzini@gnu.org>
7741
7742         PR libjava/32098
7743         * libtool.m4: Revert previous change.
7744         * ltgcc.m4: Put it here.
7745
7746 2003-05-30  Zdenek Dvorak  <dvorakz@suse.cz>
7747
7748         * MAINTAINERS (Various Maintainers): Add myself as
7749         auto-vectorizer maintainer.
7750
7751 2007-05-30  H.J. Lu  <hongjiu.lu@intel.com>
7752
7753         PR libjava/32098
7754         * libtool.m4 (_LT_LANG_GCJ_CONFIG): Use gcc to test gcj features.
7755
7756 2007-05-30  Richard Guenther  <rguenther@suse.de>
7757
7758         * MAINTAINERS (Various Maintainers): Add myself as
7759         auto-vectorizer maintainer.
7760
7761 2007-05-30  Jakub Jelinek  <jakub@redhat.com>
7762
7763         PR bootstrap/29382
7764         * configure.ac: Don't use -fkeep-inline-functions for GCC < 3.3.1.
7765         * configure: Rebuilt.
7766
7767 2007-05-28  Roberto Costa  <robsettantasei@gmail.com>
7768
7769         * MAINTAINERS (Write After Approval): Removed my name.
7770
7771 2007-05-25  Steven Bosscher  <steven@gcc.gnu.org>
7772
7773         * MAINTAINERS (Write After Approval): Remove myself.
7774
7775 2007-05-25  Andreas Tobler  <a.tobler@schweiz.org>
7776
7777         * ltmain.sh: Fix Darwin verstring, remove ${wl}.
7778
7779 2007-05-23  Steve Ellcey  <sje@cup.hp.com>
7780
7781         * ltmain.sh: Update from ToT Libtool.
7782         * libtool.m4: Update from ToT Libtool.
7783         * ltsugar.m4: New. Update from ToT Libtool.
7784         * ltversion.m4: New. Update from ToT Libtool.
7785         * ltoptions.m4: New. Update from ToT Libtool.
7786         * ltconfig: Remove.
7787         * ltcf-c.sh: Remove.
7788         * ltcf-cxx.sh: Remove.
7789         * ltcf-gcj.sh: Remove.
7790
7791 2007-05-22  Ollie Wild  <aaw@google.com>
7792
7793         * MAINTAINERS (Write After Approval): Add myself.
7794
7795 2007-05-16  Paolo Bonzini  <bonzini@gnu.org>
7796
7797         * Makefile.def (bootstrap_stage): Replace stage_make_flags with
7798         stage_cflags.
7799         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS, POSTSTAGE1_FLAGS_TO_PASS):
7800         Remove CFLAGS/LIBCFLAGS.
7801         (configure-stage[+id+]-[+prefix+][+module+],
7802         all-stage[+id+]-[+prefix+][+module+]): Pass it from [+stage_cflags+].
7803         * Makefile.in: Regenerate.
7804
7805 2007-05-15  Diego Novillo  <dnovillo@google.com>
7806
7807         * MAINTAINERS: Update e-mail address.
7808
7809 2007-05-15  Revital Eres  <eres@il.ibm.com>
7810
7811         * MAINTAINERS (Write After Approval): Add myself.
7812
7813 2007-05-14  Roberto Costa  <robsettantasei@gmail.com>
7814
7815         * MAINTAINERS (Write After Approval): Updated my address.
7816
7817 2007-05-14  Thomas Neumann  <tneumann@users.sourceforge.net>
7818
7819         * MAINTAINERS (Write After Approval): Add myself.
7820
7821 2007-05-11  Silvius Rus  <rus@google.com>
7822
7823         * MAINTAINERS (Write After Approval): Add myself.
7824
7825 2007-04-23  Tom Tromey  <tromey@redhat.com>
7826
7827         * MAINTAINERS: Added myself as non-algorithmic libcpp maintainer.
7828
7829 2007-04-22  Mark Mitchell  <mark@codesourcery.com>
7830
7831         * MAINTAINERS (cpplib): Rename to ...
7832         (libcpp): ... this.  Add C/C++ front end maintainers.
7833
7834 2007-04-14  Steve Ellcey  <sje@cup.hp.com>
7835
7836         * config-ml.in: Pass ${ml_config_env} to configure calls.
7837
7838 2007-04-04  Christian Bruel  <christian.bruel@st.com>
7839
7840         * MAINTAINERS (Write After Approval): Add myself.
7841
7842 2007-04-02  Dave Korn  <dave.korn@artimi.com>
7843
7844         * MAINTAINERS (Write After Approval): Add myself.
7845
7846 2007-03-31  Tobias Burnus  <burnus@net-b.de>
7847
7848         * MAINTAINERS (fortran 95 front end): Add myself.
7849
7850 2007-03-28  Dwarakanath Rajagopal  <dwarak.rajagopal@amd.com>
7851
7852         * MAINTAINERS (Write After Approval): Add myself.
7853
7854 2007-03-24  Ayal Zaks  <zaks@il.ibm.com>
7855
7856         * MAINTAINERS (Modulo Scheduler): Add myself.
7857
7858 2007-03-23  Brooks Moses  <brooks.moses@codesourcery.com>
7859
7860         * MAINTAINERS (fortran 95 front end): Add myself.
7861         (c++ front end): whitespace fix.
7862
7863 2007-03-22  Nathan Froyd  <froydnj@codesourcery.com>
7864
7865         * MAINTAINERS (Write After Approval): Add myself.
7866
7867 2007-03-21  Richard Sandiford  <richard@codesourcery.com>
7868
7869         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix m4 quoting
7870         of glob.  Quote arguments with single quotes too.
7871         * configure: Regenerate.
7872
7873 2007-03-12  Brooks Moses  <brooks.moses@codesourcery.com>
7874
7875         * Makefile.def (fixincludes): Remove unneeded "missing" lines.
7876         * Makefile.in: Regenerate
7877
7878 2007-03-07  Andreas Schwab  <schwab@suse.de>
7879
7880         * configure: Regenerate.
7881
7882 2007-03-01  Brooks Moses  <brooks.moses@codesourcery.com>
7883
7884         * configure.ac: Add "--with-pdfdir" configure option,
7885         which defines pdfdir variable.
7886         * Makefile.def (target=fixincludes): Add install-pdf to
7887         missing targets.
7888         (recursive_targets): Add install-pdf target.
7889         (flags_to_pass): Add pdfdir.
7890         * Makefile.tpl: Add pdfdir handling, add do-install-pdf
7891         target.
7892         * configure: Regenerate
7893         * Makefile.in: Regenerate
7894
7895 2007-02-28  Eric Christopher  <echristo@apple.com>
7896
7897         Revert:
7898         2006-12-07  Mike Stump  <mrs@apple.com>
7899
7900         * Makefile.def (dependencies): Add dependency for
7901         install-target-libssp and install-target-libgomp on
7902         install-gcc.
7903         * Makefile.in: Regenerate.
7904
7905 2007-02-27  Matt Kraai  <kraai@ftbfs.org>
7906
7907         * configure: Regenerate.
7908         * configure.ac: Move statements after variable declarations.
7909
7910 2007-02-19  Kaz Kojima  <kkojima@gcc.gnu.org>
7911
7912         * MAINTAINERS: Add myself as sh maintainer.
7913
7914 2007-02-19  Joseph Myers  <joseph@codesourcery.com>
7915
7916         * configure.ac: Adjust for loop syntax.
7917         * configure: Regenerate.
7918
7919 2007-02-18  Alexandre Oliva  <aoliva@redhat.com>
7920
7921         * configure: Rebuilt.
7922
7923 2007-02-18  Alexandre Oliva  <aoliva@redhat.com>
7924
7925         * configure.ac: Drop multiple occurrences of --enable-languages,
7926         and fix its quoting.
7927         * configure: Rebuilt.
7928
7929 2007-02-17  Mark Mitchell  <mark@codesourcery.com>
7930             Nathan Sidwell  <nathan@codesourcery.com>
7931             Vladimir Prus  <vladimir@codesourcery.com>
7932             Joseph Myers  <joseph@codesourcery.com>
7933
7934         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix quoting.
7935         * configure: Regenerate.
7936
7937 2007-02-14  Gerald Pfeifer  <gerald@pfeifer.com>
7938
7939         * ltconfig (freebsd*): Default to elf.
7940
7941 2007-02-13  Daniel Jacobowitz  <dan@codesourcery.com>
7942
7943         * configure.ac (target_libraries): Move libgcc before libiberty.
7944         * configure: Regenerated.
7945
7946 2007-02-13  Daniel Jacobowitz  <dan@codesourcery.com>
7947             Paolo Bonzini  <bonzini@gnu.org>
7948
7949         PR bootstrap/30753
7950         * configure.ac: Remove obsolete build / host tests.  Use AC_PROG_CC
7951         unconditionally.  Use AC_PROG_CXX.  Use ACX_TOOL_DIRS to find $prefix.
7952         * configure: Regenerated.
7953
7954 2007-02-11  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
7955
7956         * MAINTAINERS (Language Front End Maintainers): Update my mail
7957         address.
7958
7959 2007-02-09  Daniel Jacobowitz  <dan@codesourcery.com>
7960
7961         PR bootstrap/30748
7962         * configure.ac: Correct syntax for Solaris ksh.
7963         * configure: Regenerated.
7964
7965 2007-02-09  Paolo Bonzini  <bonzini@gnu.org>
7966
7967         * configure.ac: Sync with src.
7968         * configure: Regenerate.
7969
7970 2007-02-09  Paolo Bonzini  <bonzini@gnu.org>
7971
7972         * Makefile.in: Regenerate.
7973
7974 2007-02-09  Paolo Bonzini  <bonzini@gnu.org>
7975
7976         * config.sub: Sync with src.
7977
7978 2007-02-09  Daniel Jacobowitz  <dan@codesourcery.com>
7979
7980         * Makefile.tpl (build_alias, host_alias, target_alias): Use
7981         noncanonical equivalents.
7982         * configure.in: Rename to...
7983         * configure.ac: ...this.  Update AC_PREREQ.  Prevent error for
7984         AS_FOR_TARGET.  Set build_noncanonical, host_noncanonical, and
7985         target_noncanonical.  Use them.  Rewrite removal of configure
7986         arguments for autoconf 2.59.  Discard variable settings.  Force
7987         program_transform_name for native tools.
7988
7989         * Makefile.in: Regenerated.
7990         * configure: Regenerated with autoconf 2.59.
7991
7992 2007-02-07  Roman Zippel  <zippel@linux-m68k.org>
7993
7994         * MAINTAINERS (Write After Approval): Add myself.
7995
7996 2007-01-31  Andreas Schwab  <schwab@suse.de>
7997
7998         * Makefile.tpl (LDFLAGS): Substitute it.
7999         * Makefile.in: Regenerate.
8000
8001 2007-01-30  Andrey Belevantsev  <abel@ispras.ru>
8002
8003         * MAINTAINERS (Write After Approval): Add myself.
8004
8005 2007-01-28  David Edelsohn  <edelsohn@gnu.org>
8006
8007         * MAINTAINERS (spu port): Add myself.
8008
8009 2007-01-23  Richard Guenther  <rguenther@suse.de>
8010
8011         PR bootstrap/30541
8012         * Makefile.def (flags_to_pass): Add GNATBIND and GNATMAKE.
8013         * Makefile.tpl (GNATBIND): Substitute it.
8014         (GNATMAKE): Likewise.
8015         (POSTSTAGE1_FLAGS_TO_PASS): Pass staged GNATBIND instead
8016         of STAGE_PREFIX.
8017         * Makefile.in: Regenerate.
8018         * configure: Regenerate.
8019
8020 2007-01-18  Mike Stump  <mrs@apple.com>
8021
8022         * configure.in: Re-enable -Werror for gcc builds.
8023
8024 2007-01-11  Harsha Jagasia  <harsha.jagasia@amd.com>
8025
8026         * MAINTAINERS (Write After Approval): Add myself.
8027
8028 2007-01-11  Paolo Bonzini  <bonzini@gnu.org>
8029
8030         * configure.in: Change == to = in test command.
8031         * configure: Regenerate.
8032
8033 2007-01-11  Paolo Bonzini  <bonzini@gnu.org>
8034             Nick Clifton  <nickc@redhat.com>
8035             Kaveh R. Ghazi  <ghazi@caip.rutgets.edu>
8036
8037         * configure.in (build_configargs, host_configargs, target_configargs):
8038         Remove build/host/target parameters.
8039         (host_libs): Add gmp and mpfr.
8040         (GMP tests): Reorganize to allow in-tree GMP/MPFR.
8041         * Makefile.def (gmp, mpfr): New.
8042         (gcc): Remove target.
8043         * Makefile.tpl (build_os, build_vendor, host_os, host_vendor,
8044         target_os, target_vendor): New.
8045         (configure): Add host_alias/target_alias arguments; adjust invocations.
8046         * configure: Regenerate.
8047         * Makefile.in: Regenerate.
8048
8049 2007-01-11  Matt Fago  <fago@earthlink.net>
8050
8051         * configure.in: Try to link to functions only in mpfr 2.2.x
8052         to improve robustness of configure tests.
8053         * configure: Regenerate.
8054
8055 2007-01-09  Uros Bizjak  <ubizjak@gmail.com>
8056
8057         * MAINTAINERS: Add myself as i386 maintainer.
8058
8059 2007-01-08  Jan Hubicka  <jh@suse.cz>
8060
8061         * MAINTAINERS: Add myself as i386 maintainer.
8062
8063 2007-01-08  Kai Tietz   <kai.tietz@onevision.com>
8064
8065         * configure.in: Add support for an x86_64-mingw* target.
8066         * configure: Regenerate.
8067
8068 2007-01-05  Daniel Jacobowitz  <dan@codesourcery.com>
8069
8070         * Makefile.tpl (all-target): Correct @if conditional for target
8071         modules.
8072         * configure.in: Omit libiberty if building only target libgcc.
8073         * configure, Makefile.in: Regenerated.
8074
8075 2007-01-04  Paolo Bonzini  <bonzini@gnu.org>
8076
8077         * configure.in: Use DEV-PHASE to detect default for --enable-werror.
8078         * configure: Regenerate.
8079
8080 2007-01-03  Daniel Jacobowitz  <dan@codesourcery.com>
8081
8082         * Makefile.def (target_modules): Add libgcc.
8083         (lang_env_dependencies): Remove default items.  Use no_c and no_gcc.
8084         * Makefile.tpl (clean-target-libgcc): Delete.
8085         (configure-target-[+module+]): Emit --disable-bootstrap dependencies
8086         on gcc even for bootstrapped modules.  Rewrite handling of
8087         lang_env_dependencies to loop over target_modules.
8088         * configure.in (target_libraries): Add target-libgcc.
8089         * Makefile.in, configure: Regenerated.
8090
8091 2006-12-29  Paolo Bonzini  <bonzini@gnu.org>
8092
8093         * configure.in: Reorganize recognition of languages.  Add
8094         --enable-stage1-languages.  Show supported languages for the chosen
8095         target rather than all recognized languages.
8096         * configure: Regenerate.
8097
8098 2006-12-29  Paolo Bonzini  <bonzini@gnu.org>
8099
8100         * Makefile.tpl (GCC_STRAP_TARGETS, all-prebootstrap): Remove.
8101         * Makefile.in: Regenerate.
8102
8103 2006-12-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8104
8105         * configure.in: Warn that MPFR 2.2.0 is buggy.
8106         * configure: Regenerate.
8107
8108 2006-12-27  Ian Lance Taylor  <iant@google.com>
8109
8110         * configure.in: When removing Makefiles to force a reconfigure, also
8111         remove prev-DIR*/Makefile.
8112         * configure: Regenerate.
8113
8114 2006-12-22  Andreas Schwab  <schwab@suse.de>
8115
8116         * configure: Regenerate with correct autoconf version.
8117
8118 2006-12-20  Adam Megacz  <megacz@cs.berkeley.edu>
8119
8120         * configure.in: add AC_SUBST for *_FOR_TARGET.
8121         * configure: Regenerate.
8122
8123 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
8124
8125         * configure.in: Simplify logic for rejecting languages that cannot
8126         be built.  Separate the case when a language is unsupported,
8127         from the case when the user chooses not to build a language.
8128
8129 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
8130
8131         * configure.in: Remove "$build" case for powerpc-*-darwin* since
8132         it only affects bootstrap and could be tested on "$host" as well.
8133         * configure: Regenerate.
8134         * config/mh-ppc-darwin: Add to the stage1 cflags here.
8135
8136 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
8137
8138         PR bootstrap/29544
8139         * Makefile.def (flags_to_pass): Add STAGE1_CHECKING.
8140         (bootstrap_stage): Add STAGE1_CHECKING to stage1 configure flags,
8141         move here comment from Makefile.tpl.
8142         * Makefile.tpl: Move some definitions higher in the file.
8143         (STAGE1_CHECKING): New.
8144         * configure.in: Add --enable-stage1-checking.
8145         * configure: Regenerate.
8146         * Makefile.in: Regenerate.
8147
8148 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
8149
8150         * MAINTAINERS: Add myself as build system maintainer.
8151
8152 2006-12-15  Simon Martin  <simartin@users.sourceforge.net>
8153
8154         * MAINTAINERS (Write After Approval): Add myself.
8155
8156 2006-12-13  Eric Christopher  <echristo@apple.com>
8157
8158         * MAINTAINERS: Add myself as darwin maintainer.
8159
8160 2006-12-11  Ian Lance Taylor  <ian@airs.com>
8161
8162         * MAINTAINERS: Add myself as libgcc and fp-bit maintainer.
8163
8164 2006-12-11  Joern Rennecke  <joern.rennecke@arc.com>
8165
8166         MAINTAINERS: Update my entry.
8167
8168 2006-12-11  Alan Modra  <amodra@bigpond.net.au>
8169
8170         * configure.in:  Handle spu makefile frag.
8171         * Makefile.tpl (MAINT): Define
8172         (MAINTAINER_MODE_FALSE, MAINTAINER_MODE_TRUE): Define.
8173         * configure: Regenerate.
8174         * Makefile.in: Regenerate.
8175
8176 2006-12-11  Ben Elliston  <bje@au.ibm.com>
8177
8178         * config.guess: Import latest version.
8179         * config.sub: Likewise.
8180
8181 2006-12-11  Ben Elliston  <bje@au.ibm.com>
8182
8183         * configure.in (spu-*-*): Don't skip target-libiberty.
8184         * configure: Regenerate.
8185
8186 2006-12-10  Andreas Tobler  <a.tobler@schweiz.org>
8187
8188         PR bootstrap/30134
8189         * configure.in: Correct x86 darwin support for libjava to powerpc
8190         and i?86 only.
8191         * configure: Regenerate.
8192
8193 2006-12-08  Sandro Tolaini  <tolaini@libero.it>
8194
8195         * configure.in: Add x86 darwin support for libjava.
8196         * configure: Regenerate.
8197
8198 2006-12-07  Mike Stump  <mrs@apple.com>
8199
8200         * Makefile.def (dependencies): Add dependency for
8201         install-target-libssp and install-target-libgomp on
8202         install-gcc.
8203         * Makefile.in: Regenerate.
8204
8205 2006-12-04  Richard Guenther  <rguenther@suse.de>
8206
8207         * MAINTAINERS (Non-Algorithmic Maintainers): New section.
8208         (Non-Algorithmic Maintainers): Move over non-algorithmic
8209         loop optimizer maintainers, add myself as a non-algorithmic
8210         middle-end maintainer.
8211
8212 2006-12-04  Daniel Franke  <franke.daniel@gmail.com>
8213
8214         * MAINTAINERS (Write After Approval): Add myself.
8215
8216 2006-12-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8217
8218         * configure.in: Update error message for missing GMP/MPFR.
8219
8220         * configure: Regenerate.
8221
8222 2006-12-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8223
8224         * configure.in: Update MPFR version in error message.
8225
8226         * configure: Regenerate.
8227
8228 2006-11-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8229
8230         * configure.in (--with-mpfr-dir, --with-gmp-dir): Remove flags.
8231         (--with-mpfr-include, --with-mpfr-lib, --with-gmp-include,
8232         --with-gmp-lib): New flags.
8233
8234         * configure: Regenerate.
8235
8236 2006-11-25  Brooks Moses  <brooks.moses@codesourcery.com>
8237
8238         * MAINTAINERS (Write After Approval): Change my email address.
8239
8240 2006-11-23  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
8241
8242         * MAINTAINERS (Write After Approval): Add myself.
8243
8244 2006-11-22  Philipp Thomas  <pth@suse.de>
8245
8246         * MAINTAINERS (i18n): Update e-mail address.
8247
8248 2006-11-21  Trevor Smigiel  <trevor_smigiel@playstation.sony.com>
8249
8250         * MAINTAINERS (spu port): Add myself as maintainer.
8251         (Write After Approval): Remove myself.
8252
8253 2006-11-22  Ben Elliston  <bje@au.ibm.com>
8254
8255         * configure.in (skipdirs): Don't build libssp for SPU.
8256         * configure: Regenerate.
8257
8258 2006-11-21  Andrew Pinski  <andrew_pinski@playstation.sony.com>
8259
8260         * MAINTAINERS (spu port): Add myself as maintainer.
8261         (libobjc): Update my email address.
8262
8263 2006-11-21  Andrea Bona  <andrea.bona@st.com>
8264
8265         * MAINTAINERS (Write After Approval): Add myself.
8266
8267 2006-11-20  Trevor Smigiel  <trevor_smigiel@playstation.sony.com>
8268
8269         * configure.in (skipdirs) : Don't build target-libiberty for SPU.
8270         * configure : Rebuilt.
8271
8272 2006-11-20  Trevor Smigiel  <trevor_smigiel@playstation.sony.com>
8273
8274         * MAINTAINERS (Write After Approval): Add myself.
8275
8276 2006-11-20  Andrea Ornstein  <andrea.ornstein@st.com>
8277
8278         * MAINTAINERS (Write After Approval): Add myself.
8279
8280 2006-11-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8281
8282         * configure.in (--with-mpfr-dir): Also look in .libs and _libs for
8283         libmpfr.a.
8284         * configure: Regenerate.
8285
8286 2006-11-16  Paolo Bonzini  <bonzini@gnu.org>
8287
8288         * Makefile.tpl (clean-target-libgcc): Test for gcc Makefile presence.
8289         (unstage): Test for stage_last presence.
8290
8291         PR bootstrap/29802
8292         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Add HOST_SUBDIR in
8293         STAGE_PREFIX.
8294         * Makefile.in: Regenerate.
8295
8296 2003-11-16  Zdenek Dvorak  <dvorakz@suse.cz>
8297
8298         * MAINTAINERS: Add myself and Daniel Berlin as loop optimizer
8299         maintainers.
8300
8301 2006-11-14  Erven Rohou  <erven.rohou@st.com>
8302
8303         * MAINTAINERS (Write After Approval): Add myself.
8304
8305 2006-11-14  Paolo Bonzini  <bonzini@gnu.org>
8306
8307         * Makefile.tpl (clean-stage*): Test separately for package/Makefile
8308         and stageN-package/Makefile.
8309         * Makefile.in: Regenerated.
8310
8311 2006-11-14  Jie Zhang  <jie.zhang@analog.com>
8312
8313         * configure.in: Remove target-libgloss from noconfigdirs for
8314         bfin-*-*.
8315         * configure: Regenerated.
8316
8317 2006-11-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8318
8319         * configure.in (have_gmp): Only error if the gcc directory exists.
8320
8321         * configure: Regenerate.
8322
8323 2006-11-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8324
8325         * configure.in: Robustify error message for missing GMP/MPFR.
8326
8327         * configure: Regenerate.
8328
8329 2006-10-31  Stephen M. Webb  <stephen.webb@bregmasoft.com>
8330
8331         * MAINTAINERS (Write After Approval): Add myself.
8332
8333 2006-10-30  Uros Bizjak  <ubizjak@gmail.com>
8334
8335         * MAINTAINERS: Change email address.
8336
8337 2006-10-30  Vladimir Prus  <vladimir@codesourcery.com>
8338
8339         * MAINTAINERS (Write After Approval): Add myself.
8340
8341 2006-10-26  Peter Bergner  <bergner@vnet.ibm.com>
8342
8343         * MAINTAINERS (Write After Approval): Add myself.
8344
8345 2006-10-25  Chen Liqin  <liqin@sunnorth.com.cn>
8346
8347         * MAINTAINERS (Write After Approval): Move myself to
8348         Write After Approval section.
8349
8350 2006-10-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8351
8352         * configure.in: Require GMP-4.1+ and MPFR-2.2+.  Don't check
8353         need_gmp anymore.
8354         * configure: Regenerate.
8355
8356 2006-10-16  Tobias Burnus  <burnus@net-b.de>
8357
8358         * MAINTAINERS (Write After Approval): Add myself.
8359
8360 2006-10-16  Ben Elliston  <bje@au.ibm.com>
8361
8362         * config.guess: Import latest version.
8363         * config.sub: Likewise.
8364
8365 2006-10-10  Brooks Moses  <bmoses@stanford.edu>
8366
8367         * Makefile.def: Added pdf target handling.
8368         * Makefile.tpl: Added pdf target handling.
8369         * Makefile.in: Regenerated.
8370
8371 2006-10-10  Chen Liqin  <liqin@sunnorth.com.cn>
8372
8373         * MAINTAINERS: Add self as score port maintainer.
8374
8375 2006-10-04  Brooks Moses  <bmoses@stanford.edu>
8376
8377         * MAINTAINERS (Write After Approval): Add myself.
8378
8379 2006-09-27  Steven G. Kargl  <kargl@gcc.gnu.org>
8380
8381         * configure.in: Check for GMP 4.1 or newer.  Check for MPFR 2.2.0
8382         or newer.
8383         * configure: Regenerated.
8384
8385 2006-09-27  Dave Brolley  <brolley@redhat.com>
8386
8387         * configure.in (RUNTEST): Look for 'runtest' in the source tree by
8388         using $s instead of $r.
8389         * configure: Regenerated.
8390
8391 2006-09-26  Thiemo Seufer  <ths@mips.com>
8392
8393         * configure.in: Remove redundant handling of mips*-dec-bsd*. Likewise
8394         for mipstx39-*-*. Disable libgloss for mips64*-*-linux*.
8395         * configure: Regenerate.
8396
8397 2006-09-24  Graeme Peterson  <gridly@gmail.com>
8398
8399         * MAINTAINERS (Write After Approval): Remove myself.
8400
8401 2006-09-22  Chao-ying Fu  <fu@mips.com>
8402
8403         * MAINTAINERS (Write After Approval): Add myself.
8404
8405 2006-09-10  Joseph S. Myers  <joseph@codesourcery.com>
8406
8407         * MAINTAINERS: Add self as soft-fp maintainer.
8408
8409 2006-09-09  Anatoly Sokolov  <aesok@post.ru>
8410
8411         * MAINTAINERS: Add myself as avr maintainer.
8412         Remove Marek Michalkiewicz as avr maintainer.
8413
8414 2006-09-07  Roberto Costa  <roberto.costa@st.com>
8415
8416         * MAINTAINERS (Write After Approval): Add myself.
8417
8418 2006-08-30  Corinna Vinschen  <corinna@vinschen.de>
8419
8420         * configure.in: Never build newlib for a Mingw host.
8421         Never build newlib as Mingw target library.
8422         Test the existence of winsup/cygwin for building a Cygwin newlib,
8423         rather than just winsup.
8424         Add winsup/mingw and winsup/w32api paths to FLAGS_FOR_TARGET if
8425         building a Mingw target.
8426         * configure: Regenerate.
8427
8428 2006-08-08  Eric Botcazou  <ebotcazou@libertysurf.fr>
8429
8430         * MAINTAINERS (Various Maintainers): Add self as RTL opt. maintainer.
8431
8432 2006-07-25  Paolo Bonzini  <bonzini@gnu.org>
8433
8434         * config.guess: Import from src (was more updated).
8435         * config.sub: Likewise.
8436
8437 2006-07-22  Daniel Jacobowitz  <dan@codesourcery.com>
8438
8439         * configure.in: Allow mingw32 and cygwin targets to build cross-gdb.
8440         * configure: Regenerated.
8441
8442 2006-07-18  Paolo Bonzini  <bonzini@gnu.org>
8443
8444         * Makefile.tpl (configure-stageN-MODULE): Pass --with-build-libsubdir
8445         for stages after the first.
8446
8447 2006-07-17  Jakub Jelinek  <jakub@redhat.com>
8448
8449         * Makefile.def: Add dependencies for configure-opcodes
8450         on configure-intl and all-opcodes on all-intl.
8451         * Makefile.in: Regenerated.
8452
8453 2006-07-13  Ben Elliston  <bje@au.ibm.com>
8454
8455         * MAINTAINERS (Various Maintainers): Add myself as dfp maintainer.
8456
8457 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
8458
8459         Port to hosts whose 'sort' and 'tail' implementations
8460         treat operands with leading '+' as file names, as POSIX
8461         has required since 2001.  However, make sure the code still
8462         works on pre-POSIX hosts.
8463         * ltmain.sh: Don't assume "sort +2" is equivalent to
8464         "sort -k 3", since POSIX 1003.1-2001 no longer requires this.
8465
8466 2006-07-05  Ulrich Weigand  <uweigand@de.ibm.com>
8467
8468         * MAINTAINERS (Various Maintainers): Add myself as reload maintainer.
8469
8470 2006-07-04  Peter O'Gorman  <peter@pogma.com>
8471
8472         * ltconfig: chmod 644 before ranlib during install.
8473
8474 2006-07-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
8475
8476         PR bootstrap/18058
8477         * configure.in: Add -fkeep-inline-functions to CFLAGS for stage 1
8478         if the bootstrap compiler is a GCC version that supports it.
8479         * configure: Regenerate.
8480
8481 2006-07-03  Paolo Bonzini  <bonzini@gnu.org>
8482
8483         * configure.in: Fix thinkos in previous check-in.
8484         * configure: Regenerate.
8485
8486 2006-07-03  Paolo Bonzini  <bonzini@gnu.org>
8487
8488         PR other/27063
8489         * configure.in: Test subdir_requires and give an appropriate
8490         error message.
8491         * configure: Regenerate.
8492
8493 2006-07-01  Andrew John Hughes  <gnu_andrew@member.fsf.org>
8494
8495         * MAINTAINERS (Write After Approval): Add myself.
8496
8497 2006-06-22  John David Anglin  <dave.anglin@nrc.ca>
8498
8499         * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
8500
8501 2006-06-22  Steve Ellcey  <sje@cup.hp.com>
8502
8503         * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
8504
8505 2006-06-20  David Ayers  <d.ayers@inode.at>
8506
8507         PR bootstrap/28072
8508         * configure.in: Add target-boehm-gc to noconfigdirs depending on
8509         whether target-libjava is being configured instead of whether the
8510         java front end is enabled.
8511         * configure: Regenerate.
8512
8513 2006-06-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
8514
8515         PR target/27540
8516         * configure.in: Only enable libgomp on IRIX 6.
8517         * configure: Regenerate.
8518
8519 2006-06-15  Paolo Bonzini  <bonzini@gnu.org>
8520
8521         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Export CFLAGS and LDFLAGS
8522         too.
8523         * Makefile.in: Regenerate.
8524
8525 2006-06-13  Jeff Johnston  <jjohnstn@redhat.com>
8526
8527         * config-ml.in: Alter CCASFLAGS to include special
8528         multilib options the same as is done for CFLAGS.
8529
8530 2006-06-12  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
8531
8532         * configure.in: Don't enable libgomp on hpux10.
8533         * configure: Rebuilt.
8534
8535 2006-06-12  David Ayers  <d.ayers@inode.at>
8536
8537         PR bootstrap/27963
8538         PR target/19970
8539         * configure.in: Remove target-boehm-gc from noconfigdirs where
8540         ${libgcj} is specified.
8541         * configure: Regenerate.
8542
8543 2006-06-06  Carlos O'Donell  <carlos@codesourcery.com>
8544
8545         Sync from src:
8546
8547         * configure.in: Sync.
8548         * configure: Regenerated.
8549
8550         2006-05-31  Daniel Jacobowitz  <dan@codesourcery.com>
8551
8552         * Makefile.def: Added dependencies from sim and gdb on intl, and
8553         added configure dependencies to everything with an all dependency
8554         on intl.
8555         * Makefile.in: Regenerated.
8556
8557 2006-06-06  David Ayers  <d.ayers@inode.at>
8558
8559         PR libobjc/13946
8560         * Makefile.def: Add dependencies for libobjc which boehm-gc.
8561         * Makefile.in: Regenerate.
8562         * configure.in: Add --enable-objc-gc at toplevel and have it
8563         enable boehm-gc for Objective-C.
8564         Remove target-boehm-gc from libgcj.
8565         Add target-boehm-gc to target_libraries.
8566         Add target-boehm-gc to noconfigdirs where ${libgcj}
8567         is specified.
8568         Assert that boehm-gc is supported when requested for Objective-C.
8569         Only build boehm-gc if needed either for Java or Objective-C.
8570         * configure: Regenerate.
8571
8572 2006-06-05  Paolo Bonzini  <bonzini@gnu.org>
8573
8574         PR 27674
8575         * Makefile.tpl (configure-[+prefix+][+module+],
8576         all-[+prefix+][+module+]): Depend on stage_current if bootstrapping.
8577         Remove rule to unstage bootstrapped modules.
8578         (stage_current): New.
8579         * Makefile.in: Regenerate.
8580
8581 2006-06-03  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
8582
8583         * MAINTAINERS (Write After Approval): Update my e-mail address.
8584
8585 2006-06-01  Mark Shinwell  <shinwell@codesourcery.com>
8586
8587         * include/libiberty.h: Declare pex_run_in_environment.
8588
8589 2006-05-31  Asher Langton  <langton2@llnl.gov>
8590
8591         * MAINTAINERS (Write After Approval): Add myself.
8592
8593 2006-05-25  Paolo Bonzini  <bonzini@gnu.org>
8594
8595         * Makefile.def (bfd, opcodes): Fix lib_path.
8596         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Replace ADAC with ADAFLAGS.
8597         (restrap): Move under "@if gcc-bootstrap".  Fix typo.
8598         * Makefile.in: Regenerate.
8599
8600 2006-05-24  Carlos O'Donell  <carlos@codesourcery.com>
8601
8602         * Makefile.in: Regenerate.
8603
8604 2006-05-24  Carlos O'Donell  <carlos@codesourcery.com>
8605
8606         * Makefile.def: Add install-html target. Add datarootdir
8607         docdir and htmldir to flags_to_pass.
8608         * Makefile.tpl: Add install-html target.
8609         * Makefile.in: Regenerate.
8610         * configure.in: Add --with-datarootdir, --with-docdir, and
8611         --with-htmldir options. AC_SUBST datarootdir, docdir and htmldir.
8612         * configure: Regenerate.
8613
8614 2006-05-24  Mark Shinwell  <shinwell@codesourcery.com>
8615
8616         * configure.in: Enable gprof for cross builds.
8617         * configure: Regenerate.
8618
8619 2006-05-22  Richard Guenther  <rguenther@suse.de>
8620
8621         Revert
8622         2006-01-31  Richard Guenther  <rguenther@suse.de>
8623         Paolo Bonzini  <bonzini@gnu.org>
8624
8625         * Makefile.def (target_modules): Add libgcc-math target module.
8626         * configure.in (target_libraries): Add libgcc-math target library.
8627         (--enable-libgcc-math): New configure switch.
8628         * Makefile.in: Re-generate.
8629         * configure: Re-generate.
8630         * libgcc-math: New toplevel directory.
8631
8632 2006-05-20  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
8633             Andreas Tobler  <a.tobler@schweiz.ch>
8634
8635         * configure.in:  Enable libgcj for hppa*-hp-hpux11*.
8636         * configure: Rebuilt.
8637
8638 2006-05-12  Sandra Loosemore  <sandra@codesourcery.com>
8639
8640         * MAINTAINERS (Write After Approval): Add myself.
8641
8642 2006-05-01  DJ Delorie  <dj@redhat.com>
8643
8644         * configure.in: Restore CFLAGS if GMP isn't present.
8645         * configure: Regenerate.
8646
8647 2006-05-01  Richard Guenther  <rguenther@suse.de>
8648
8649         * MAINTAINERS (Various Maintainers): Add myself as libgcc-math
8650         maintainer.
8651
8652 2006-04-30  Kenneth Zadeck  <zadeck@naturalbridge.com>
8653
8654         * MAINTAINERS (Write After Approval): Add myself.
8655
8656 2006-04-28  Jan Beulich  <jbeulich@novell.com>
8657
8658         * MAINTAINERS (Write After Approval): Add myself.
8659
8660 2006-04-18  DJ Delorie  <dj@redhat.com>
8661
8662         * configure.in (m32c): Build libstdc++-v3.  Pass flags to
8663         reference libgloss so that libssp can be built in a combined
8664         tree.
8665         * configure: Regenerate.
8666
8667 2006-04-08  Robert Millan  <rmh@gcc.gnu.org>
8668
8669         * MAINTAINERS (Write After Approval): Add myself.
8670
8671 2006-04-05  Ben Elliston  <bje@au.ibm.com>
8672
8673         * configure.in: Require makeinfo 4.4 or higher.
8674         * configure: Regenerate.
8675
8676 2006-04-04  Gerald Pfeifer  <gerald@pfeifer.com>
8677
8678         * MAINTAINERS: Add Richard Henderson as libgomp maintainer.
8679         Rearrange the entries of other libraries to have them in one place.
8680
8681 2006-03-22  Janne Blomqvist  <jb@gcc.gnu.org>
8682
8683         * MAINTAINERS (Write After Approval): Remove myself.
8684         (Language Front End Maintainers): Add myself as fortran 95 maintainer.
8685
8686 2006-03-14  Richard Guenther  <rguenther@suse.de>
8687
8688         * configure: Regenerate with autoconf 2.13.
8689
8690 2006-03-13  Jim Blandy  <jimb@codesourcery.com>
8691
8692         * MAINTAINERS: Use my work address.
8693
8694         * MAINTAINERS: Update my E-mail address.
8695
8696 2006-03-10  Aldy Hernandez  <aldyh@redhat.com>
8697
8698         * configure.in: Handle --disable-<component> generically.
8699         * configure: Regenerate.
8700
8701 2006-03-01  H.J. Lu  <hongjiu.lu@intel.com>
8702
8703         PR libgcj/17311
8704         * ltmain.sh: Don't use "$finalize_rpath" for compile.
8705
8706 2006-02-21  Erik Edelmann  <eedelman@gcc.gnu.org>
8707
8708         * MAINTAINERS (Write After Approval):  Remove myself.
8709         (Language Front End Maintainers):  Add myself as fortran 95 maintainer.
8710
8711 2006-02-21  Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
8712
8713         * Makefile.tpl  (BUILD_CONFIGDIRS): Remove.
8714         (TARGET_CONFIGDIRS): Remove.
8715         * configure.in: Remove AC_SUBST(target_configdirs).
8716         * Makefile.in, configure: Regenerated.
8717
8718 2006-02-20  Steven G. Kargl  <kargls@comcast.net>
8719
8720         * MAINTAINERS (Write After Approval):  Remove myself.
8721         (Language Front End Maintainers):  Add myself as fortran 95 maintainer.
8722
8723 2006-02-20  Paolo Bonzini  <bonzini@gnu.org>
8724
8725         PR bootstrap/25670
8726
8727         * Makefile.tpl ([+compare-target+]): Print explanation messages.
8728
8729         * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES): New flags_to_pass.
8730         * Makefile.tpl (BASE_FLAGS_TO_PASS): Support optional flags_to_pass.
8731         (EXTRA_GCC_FLAGS): Remove ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES,
8732         BUILD_PREFIX, BUILD_PREFIX_1.
8733         * configure.in: (BUILD_PREFIX, BUILD_PREFIX_1): Don't substitute.
8734
8735         * Makefile.def (bootstrap stage 1): Pass LIBCFLAGS too.
8736         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Override LIBCFLAGS too.
8737
8738         * Makefile.tpl (configure-stage[+id+]-[+prefix+][+module+],
8739         all-stage[+id+]-[+prefix+][+module+], : Use $(current_stage) instead
8740         of `cat stage_current`.  Always provide the `r' and `s' variables.
8741         (clean-stage[+id+]-[+prefix+][+module+]): Likewise, and make it into
8742         a single shell execution.
8743         (configure-[+prefix+][+module+], all-[+prefix+][+module+]): For
8744         bootstrapped modules, make the stage1 module if the build was not
8745         started yet, else build the current stage.
8746         (all-host, all-target): Omit bootstrapped modules (if bootstrapping).
8747         (all-build, all-host, all-target, [+make_target+]-host,
8748         [+make_target+]-target): Do not use \-continued lines.
8749         (target modules): Depend on stage_last, not all-gcc, if bootstrapping.
8750         (current_stage, restrap, stage_last): New.
8751
8752         * Makefile.in: Regenerate.
8753         * configure: Regenerate.
8754
8755 2006-02-19  Bud Davis  <jmdavis@link.com>
8756
8757         * MAINTAINERS (Write After Approval):  Remove myself.
8758         (Language Front End Maintainers):  Add myself as fortran 95
8759         maintainer and update e-mail address.
8760
8761 2006-02-17  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
8762
8763         * MAINTAINERS (Write After Approval):  Remove myself.
8764         (Language Front End Maintainers):  Add myself as fortran 95
8765         maintainer.
8766
8767 2006-02-16  Victor Kaplansky  <victork@il.ibm.com>
8768
8769         * MAINTAINERS (Write After Approval): Add myself.
8770
8771 2006-02-16  Thomas Koenig  <Thomas.Koenig@online.de>
8772
8773         * MAINTAINERS (Write After Approval):  Remove myself.
8774         (Language Front End Maintainers):  Add myself as
8775         fortran 95 maintainer.
8776
8777 2006-02-14  Paolo Bonzini  <bonzini@gnu.org>
8778
8779         Sync from src:
8780
8781         2005-12-27  Leif Ekblad  <leif@rdos.net>
8782
8783         * configure.in: Add support for RDOS target.
8784         * configure: Regenerate.
8785
8786 2006-02-14  Paolo Bonzini  <bonzini@gnu.org>
8787             Andreas Schwab  <schwab@suse.de>
8788
8789         * configure: Regenerate.
8790
8791 2006-02-12  David Edelsohn  <edelsohn@gnu.org>
8792
8793         * configure.in (enable_libgomp): Add AIX.
8794         * configure: Regenerate.
8795
8796 2006-02-07  Maxim Kuvyrkov  <mkuvyrkov@ispras.ru>
8797
8798         * MAINTAINERS (Write After Approval): Add myself.
8799
8800 2006-02-03  Lee Millward  <lee.millward@gmail.com>
8801
8802         * MAINTAINERS (Write After Approval): Add myself.
8803
8804 2006-01-31  Richard Guenther  <rguenther@suse.de>
8805         Paolo Bonzini  <bonzini@gnu.org>
8806
8807         * Makefile.def (target_modules): Add libgcc-math target module.
8808         * configure.in (target_libraries): Add libgcc-math target library.
8809         (--enable-libgcc-math): New configure switch.
8810         * Makefile.in: Re-generate.
8811         * configure: Re-generate.
8812         * libgcc-math: New toplevel directory.
8813
8814 2006-01-26  Paolo Bonzini  <bonzini@gnu.org>
8815
8816         * configure.in: Set with_gnu_as, with_gnu_ld, with_newlib earlier.
8817         Set md_exec_prefix.  Use ACX_CHECK_INSTALLED_TARGET_TOOL to find
8818         the assembler, linker and binutils.
8819         * configure: Regenerate.
8820
8821 2006-01-22  Dirk Mueller  <dmueller@suse.de>
8822
8823         * MAINTAINERS (Write After Approval): Add myself.
8824
8825 2006-01-20  Diego Novillo  <dnovillo@redhat.com>
8826
8827         * configure: Regenerate.
8828
8829 2006-01-18  Richard Henderson  <rth@redhat.com>
8830             Jakub Jelinek  <jakub@redhat.com>
8831             Diego Novillo  <dnovillo@redhat.com>
8832
8833         * libgomp: New directory.
8834         * Makefile.def: Add target_module libgomp.
8835         * Makefile.in: Regenerate.
8836         * configure.in (target_libraries): Add target-libgomp.
8837         * configure: Regenerate.
8838
8839 2006-01-05  Alexandre Oliva  <aoliva@redhat.com>
8840
8841         * Makefile.tpl (clean-stage[+id+]-[+prefix+][+module+]): Remove
8842         @ from continuation.
8843         * Makefile.in: Rebuilt.
8844
8845 2006-01-04  Chris Lattner  <sabre@gnu.org>
8846
8847         * MAINTAINERS (Write After Approval): Add myself.
8848
8849 2006-01-04  Paolo Bonzini  <bonzini@gnu.org>
8850
8851         PR bootstrap/24252
8852
8853         * Makefile.def (flags_to_pass): Add STAGE1_CFLAGS and STAGE1_LANGUAGES.
8854         * Makefile.tpl (OBJDUMP): New.
8855         (EXTRA_HOST_FLAGS): Add it.
8856         (EXTRA_GCC_FLAGS): Remove flags already specified in flags_to_pass.
8857
8858         * Makefile.tpl (stage[+id+]-start, stage[+id+]-end): Do not try
8859         to use symbolic links between directories.  Avoid race conditions
8860         or make them harmless.
8861         * configure.in: Do not try to use symbolic links between directories.
8862
8863         * Makefile.def (LEAN): Pass.
8864         * Makefile.tpl (LEAN): Define.
8865         (stage[+id+]-start): Accept that the previous directory does not
8866         exist, if the bootstrap is lean.
8867         (stage[+id+]-bubble): Invoke lean bootstrap commands after
8868         stage[+id+]-start.  Use a makefile variable and an `if' instead of a
8869         configure substitution.
8870         ([+compare-target+]): Likewise.
8871         ([+bootstrap-target+]-lean): New.
8872         * configure.in: Remove lean bootstrap support from here.
8873
8874         * Makefile.in: Regenerate.
8875         * configure: Regenerate.
8876
8877 2006-01-04  Ben Elliston  <bje@au.ibm.com>
8878
8879         * MAINTAINERS (libdecnumber): Add myself.
8880
8881 2006-01-02  Mark Mitchell  <mark@codesourcery.com>
8882
8883         * libtool-ldflags: New script.
8884
8885 2006-01-02  Andreas Schwab  <schwab@suse.de>
8886
8887         * configure.in: When reconfiguring remove Makefile in
8888         all stage directories.
8889         * configure: Regenerate.
8890
8891 2005-12-27  Steven Bosscher  <stevenb.gcc@gmail.com>
8892
8893         * MAINTAINERS: Update my email address.
8894
8895 2005-12-20  Paolo Bonzini  <bonzini@gnu.org>
8896
8897         Revert Ada-related part of the previous change.
8898
8899         * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, ADAFLAGS_FOR_TARGET):
8900         Do not pass.
8901         * Makefile.tpl (BOOT_ADAFLAGS): Do not define.
8902         * Makefile.in: Regenerate.
8903         * configure.in: Do not include mt-ppc-aix target fragment.
8904         * configure: Regenerate.
8905
8906 2005-12-19  Paolo Bonzini  <bonzini@gnu.org>
8907
8908         * configure.in: Select appropriate fragments for PowerPC/AIX.
8909         * configure: Regenerate.
8910
8911         * Makefile.def (flags_to_pass): Add ADAFLAGS, BOOT_ADAFLAGS,
8912         BOOT_CFLAGS, BOOT_LDFLAGS.
8913         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Handle BOOT_ADAFLAGS,
8914         BOOT_CFLAGS, BOOT_LDFLAGS.
8915         (TARGET_FLAGS_TO_PASS): Handle ADAFLAGS_FOR_TARGET.
8916         (stage[+id+]-bubble): Pass flags recursively to the comparison target.
8917         (stage): Fail if we cannot complete the work.
8918         * Makefile.in: Regenerate.
8919
8920 2005-12-16  Nathan Sidwell  <nathan@codesourcery.com>
8921
8922         * configure.in: Replace ms1 with mt.
8923         * configure: Rebuilt.
8924
8925 2005-12-15  Bryce McKinlay  <mckinlay@redhat.com>
8926
8927         * MAINTAINERS: Update my email address.
8928
8929 2005-12-15  Paolo Bonzini  <bonzini@gnu.org>
8930
8931         * Makefile.tpl (all, do-[+make_target+], do-check, install,
8932         install-host-nogcc): Don't invoke $(stage) at the end.
8933         * Makefile.in: Regenerate.
8934
8935 2005-12-14  Paolo Bonzini  <bonzini@gnu.org>
8936
8937         * configure.in: Flip the top-level bootstrap switch.
8938         * configure: Regenerate.
8939
8940 2005-12-14  Daniel Jacobowitz  <dan@codesourcery.com>
8941
8942         * Makefile.tpl: Throughout the file, use : $(MAKE) along with
8943         $(stage) and $(unstage).
8944         (EXTRA_TARGET_FLAGS): Correct double-quoting.
8945         (all): Remove stray semicolon.
8946         (local-distclean): Don't handle multilib.tmp and multilib.out.
8947         (install.all): Set $s for consistency.
8948         (configure-[+prefix+][+module+]): Instead of [+deps+], handle
8949         check_multilibs setting.  Always make the install directory.
8950         (configure-stage[+id+]-[+prefix+][+module+]): Likewise.
8951         Correct @if/@endif.
8952         (all-stage[+id+]-[+prefix+][+module+]): Correct @if/@endif.
8953         ($(TARGET_SUBDIR)/[+module+]/multilib.out): Remove.
8954         (stage[+id+]-start, stage[+id+]-end): Stage $(TARGET_SUBDIR).
8955         (multilib.out): Remove.
8956         * Makefile.in: Regenerated.
8957
8958 2005-12-12  Carlos O'Donell  <carlos@codesourcery.com>
8959
8960         * MAINTAINERS (Write After Approval): Add myself.
8961
8962 2005-12-12  Nathan Sidwell  <nathan@codesourcery.com>
8963
8964         * MAINTAINERS: Add myself as mt maintainer.
8965
8966         * config.sub: Replace ms1 with mt.  Allow ms1 as an alias.
8967
8968 2005-12-06  Adam Nemet  <anemet@caviumnetworks.com>
8969
8970         * MAINTAINERS: Change email address.
8971
8972 2005-12-05  Paolo Bonzini  <bonzini@gnu.org>
8973
8974         * configure.in (CONFIGURED_BISON, CONFIGURED_YACC, CONFIGURED_M4,
8975         CONFIGURED_FLEX, CONFIGURED_LEX, CONFIGURED_MAKEINFO): Remove
8976         "CONFIGURED_" from the AC_CHECK_PROGS invocation.  Move below.
8977         Find in-tree tools if available.
8978         (EXPECT, RUNTEST, LIPO, STRIP): Find them and substitute them.
8979         (CONFIGURED_*_FOR_TARGET): Don't set nor substitute.
8980         (*_FOR_TARGET): Set them with GCC_TARGET_TOOL.
8981         (COMPILER_*_FOR_TARGET): New.
8982         * Makefile.tpl (HOST_EXPORTS): Add *_FOR_TARGET symbols that gcc needs.
8983         (BASE_TARGET_EXPORTS): Use COMPILER_*_FOR_TARGET symbols.
8984         (CONFIGURED_*, USUAL_*): Remove.
8985         (BISON, YACC, FLEX, LEX, M4, MAKEINFO, EXPECT, RUNTEST, LIPO,
8986         STRIP): Use autoconf substitutions.
8987         (COMPILER_AS_FOR_TARGET, COMPILER_LD_FOR_TARGET,
8988         COMPILER_NM_FOR_TARGET): New.
8989         (EXTRA_HOST_FLAGS): Pass LIPO and STRIP.
8990
8991         (all): Make all-host and all-target in parallel.
8992         (do-[+make_target+], do-check, install, [+compare-target+]): Ensure
8993         that $$r and $$s are set before invoking a recursive make.
8994         (stage[+id+]-bubble): Likewise, and invoke the comparison at the end.
8995         ([+bootstrap-target+]): Inline most of the `all' target.
8996
8997 2005-11-29  Ben Elliston  <bje@au.ibm.com>
8998
8999         * Makefile.tpl (clean-target-libgcc): Invoke clean-target-libgcc
9000         from the gcc build directory.
9001         * Makefile.in: Regenerate.
9002
9003 2005-11-29  Ben Elliston  <bje@au.ibm.com>
9004
9005         * Makefile.def: Add new libdecnumber host_module.  Make all-gcc
9006         depend on all-libdecnumber.
9007         * configure.in (host_libs): Include libdecnumber.
9008         * Makefile.in: Regenerate.
9009         * configure: Likewise.
9010
9011 2005-11-29  Ben Elliston  <bje@au.ibm.com>
9012
9013         * libdecnumber: Import decNumber sources from the dfp-branch.
9014
9015 2005-11-21  Kean Johnston  <jkj@sco.com>
9016
9017         * config.sub, config.guess: Sync from upstream sources.
9018
9019 2005-11-21  Ben Elliston  <bje@au.ibm.com>
9020
9021         Import from Autoconf sources:
9022
9023         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
9024         * config/move-if-change: Don't output "$2 is unchanged";
9025         suggested by Ben Elliston.  Handle weird characters correctly.
9026
9027 2005-11-18  Andreas Tobler  <a.tobler@schweiz.ch>
9028
9029         * ltcf-c.sh (whole_archive_flag_spec): Remove '-all_load $convenience'
9030         to match upstream libtool for darwin.
9031
9032 2005-11-11  Daniel Jacobowitz  <dan@codesourcery.com>
9033
9034         * Makefile.def: Remove gdb dependencies for gdbtk.
9035         * Makefile.tpl (CONFIGURE_GDB_TK, INSTALL_GDB_TK): New variables.
9036         (configure-gdb, install-gdb): New rules.
9037         * configure.in: Set CONFIGURE_GDB_TK and INSTALL_GDB_TK.
9038         * Makefile.in, configure: Regenerated.
9039
9040 2005-11-06  Janne Blomqvist  <jb@gcc.gnu.org>
9041
9042         * MAINTAINERS (Write After Approval): Add myself.
9043
9044 2005-11-06  Erik Edelmann  <eedelman@gcc.gnu.org>
9045
9046         * MAINTAINERS (Write After Approval): Add myself.
9047
9048 2005-10-24  Diego Novillo  <dnovillo@redhat.com>
9049
9050         * MAINTAINERS (alias analysis): Add Daniel Berlin and
9051         Diego Novillo.
9052
9053 2005-10-22  Paolo Bonzini  <bonzini@gnu.org>
9054
9055         PR bootstrap/24297
9056         * Makefile.tpl (do-[+make-target+], do-check, install,
9057         stage[+id+]-bubble, [+compare-target+]): Ensure $$r and $$s
9058         are set before recursing.
9059         * Makefile.in: Regenerate.
9060
9061 2005-10-20  Eric Botcazou  <ebotcazou@adacore.com>
9062
9063         PR bootstrap/18939
9064         * Makefile.def (gcc) <target>: Fix thinko.
9065         * Makefile.in: Regenerate.
9066
9067 2005-10-17  Bernd Schmidt  <bernd.schmidt@analog.com>
9068
9069         * configure.in (bfin-*-*): Use test, not brackets, in if statement.
9070         * configure: Regenerate.
9071
9072 2005-10-15  Jie Zhang  <jie.zhang@analog.com>
9073
9074         * MAINTAINERS (Write After Approval): Add self.
9075
9076 2005-10-08  Kazu Hirata  <kazu@codesourcery.com>
9077
9078         * configure.in (arm-*-linux-gnueabi): Add to noconfigdirs
9079         target-libffi, target-qthreads, target-libjava, and
9080         targetlibobjc.
9081         * configure: Regenerate.
9082
9083 2005-10-06  Daniel Jacobowitz  <dan@codesourcery.com>
9084
9085         * Makefile.def (flags_to_pass): Add OBJDUMP_FOR_TARGET.
9086         * Makefile.tpl (BASE_TARGET_EXPORTS): Add OBJDUMP.
9087         (OBJDUMP_FOR_TARGET, CONFIGURED_OBJDUMP_FOR_TARGET)
9088         (USUAL_OBJDUMP_FOR_TARGET): New.
9089         (EXTRA_TARGET_FLAGS): Add OBJDUMP.
9090         * configure.in: Check for $OBJDUMP_FOR_TARGET.
9091         * configure, Makefile.in: Regenerated.
9092
9093 2005-10-05  Paolo Bonzini  <bonzini@gnu.org>
9094
9095         * Makefile.tpl (all) [gcc-no-bootstrap]: Make prebootstrap packages
9096         before other host packages.
9097
9098 2005-10-05  Kaz Kojima  <kkojima@gcc.gnu.org>
9099
9100         * MAINTAINERS: Add self as sh libraries/configury maintainer.
9101
9102 2005-10-05  Paolo Bonzini  <bonzini@gnu.org>
9103
9104         PR bootstrap/22340
9105
9106         * configure.in (default_target): Remove.
9107         * Makefile.tpl (all): Do not use prerequisites as subroutines
9108         (all) [gcc-bootstrap]: Bootstrap gcc first if it was not done yet.
9109         (do-[+make_target+], check, install, [+bootstrap_target+]): Do not
9110         use prerequisites as subroutines.
9111         (check-host, check-target): New.
9112         (bootstrap configure & all targets): Do not use stage*-start
9113         if the directory layout is already ok.
9114         (non-bootstrap configure & all targets): Prepend a $(unstage).
9115         (stage[+id+]-bubble): Do that here.  Do not use NOTPARALLEL.
9116         (NOTPARALLEL): Remove.
9117         (unstage, stage variables): New variables.
9118         (unstage, stage targets): Simply expand to those variables.
9119
9120         * configure: Regenerate.
9121         * Makefile.in: Regenerate.
9122
9123 2005-10-04  James E Wilson  <wilson@specifix.com>
9124
9125         * Makefile.def (lang_env_dependencies): Add libmudflap.
9126         * Makefile.in: Regenerate.
9127
9128 2005-10-03  Andreas Schwab  <schwab@suse.de>
9129
9130         Backport from libtool CVS:
9131         2002-11-03  Ossama Othman  <ossama@doc.ece.uci.edu>
9132
9133         * ltmain.sh: add support for installing into temporary
9134         staging area (e.g. 'make install DESTDIR=...')
9135
9136 2005-10-03  H.J. Lu  <hongjiu.lu@intel.com>
9137
9138         * configure.in (*-*-darwin*): Build bfd, binutils and opcodes.
9139         * configure: Regenerated.
9140
9141 2005-09-30  Andrew Pinski  <pinskia@physics.uc.edu>
9142
9143         * configure: Regenerate with the correct
9144         autoconf version.
9145
9146 2005-09-30  Catherine Moore  <clm@cm00re.com>
9147
9148         * configure.in (bfin-*-*): New.
9149         * configure: Regenerated.
9150
9151 2005-09-28  Geoffrey Keating  <geoffk@apple.com>
9152
9153         * Makefile.tpl (BASE_TARGET_EXPORTS): Add LIPO, STRIP.
9154         (LIPO_FOR_TARGET): New.
9155         (CONFIGURED_LIPO_FOR_TARGET): New.
9156         (USUAL_LIPO_FOR_TARGET): New.
9157         (STRIP_FOR_TARGET): New.
9158         (CONFIGURED_STRIP_FOR_TARGET): New.
9159         (USUAL_STRIP_FOR_TARGET): New.
9160         * Makefile.def (flags_to_pass): Add LIPO_FOR_TARGET and
9161         STRIP_FOR_TARGET.
9162         * configure.in: Set LIPO_FOR_TARGET, STRIP_FOR_TARGET,
9163         CONFIGURED_LIPO_FOR_TARGET, CONFIGURED_STRIP_FOR_TARGET.
9164         * Makefile.in: Regenerate.
9165         * configure: Regenerate.
9166
9167 2005-09-19  David Edelsohn  <edelsohn@gnu.org>
9168
9169         * configure.in (powerpc-*-aix*): Add target-libssp to noconfigdirs.
9170         (rs6000-*-aix*): Same.
9171         * configure: Regenerate.
9172
9173 2005-09-16  Tom Tromey  <tromey@redhat.com>
9174
9175         * MAINTAINERS: Add self as java maintainer.
9176
9177 2005-09-14  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
9178
9179         * configure.in: Recognize f95 in the --enable-languages option,
9180         and substitute it for fortran, issuing a warning.
9181         * configure: Regenerate.
9182
9183 2005-08-30  Phil Edwards  <phil@codesourcery.com>
9184
9185         * configure.in (*-*-vxworks*):  Add target-libstdc++-v3 to noconfigdirs.
9186         * configure:  Regenerated.
9187
9188 2005-08-22  Aldy Hernandez  <aldyh@redhat.com>
9189
9190         * MAINTAINERS: Add self as ms1 maintainer.
9191
9192 2005-08-20  Richard Earnshaw  <richard.earnshaw@arm.com>
9193
9194         * Makefile.def (libssp): Add to lang_env_dependencies.
9195         * Makefile.in: Regenerate.
9196
9197 2005-08-18  Ian Lance Taylor  <ian@airs.com>
9198
9199         * MAINTAINERS: Add myself as middle-end maintainer.
9200
9201 2005-08-17  Christian Groessler  <chris@groessler.org>
9202
9203         * Makefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash.
9204         * Makefile.in: Regenerate.
9205
9206 2005-08-15  Andreas Krebbel  <krebbel1@de.ibm.com>
9207
9208         * MAINTAINERS (write after approval): Added myself.
9209
9210 2005-08-12  Maciej W. Rozycki  <macro@linux-mips.org>
9211
9212         * MAINTAINERS (Write After Approval): Add myself.
9213
9214 2005-08-12  Paolo Bonzini  <bonzini@gnu.org>
9215
9216         * configure.in: Replace NCN_STRICT_CHECK_TOOL with
9217         NCN_STRICT_CHECK_TOOLS, and likewise for NCN_STRICT_CHECK_TARGET_TOOLS.
9218         Look for alternate names of the target cc and c++
9219         * configure: Regenerate.
9220
9221 2005-08-08  Paolo Bonzini  <bonzini@gnu.org>
9222
9223         * configure.in (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
9224         GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Find
9225         them with NCN_STRICT_CHECK_TARGET_TOOL, like the other target
9226         tools; remove code to manually set them.
9227         (Target tools): Look in the environment for them.
9228         * Makefile.tpl (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
9229         GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Redefine.
9230         (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): Look into gcc
9231         build directory.
9232         (CONFIGURED_CC_FOR_TARGET, CONFIGURED_CXX_FOR_TARGET,
9233         CONFIGURED_GCJ_FOR_TARGET, CONFIGURED_GCC_FOR_TARGET,
9234         CONFIGURED_GFORTRAN_FOR_TARGET, USUAL_CC_FOR_TARGET,
9235         USUAL_CXX_FOR_TARGET, USUAL_GCJ_FOR_TARGET, USUAL_GCC_FOR_TARGET,
9236         USUAL_RAW_CXX_FOR_TARGET, USUAL_GFORTRAN_FOR_TARGET): New.
9237         (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE,
9238         RAW_CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS): Delete.
9239         * configure: Regenerate.
9240         * Makefile.in: Regenerate.
9241
9242 2005-07-28  Ben Elliston  <bje@au.ibm.com>
9243
9244         * MAINTAINERS: Update for removed CPU targets.
9245
9246 2005-07-27  Mark Mitchell  <mark@codesourcery.com>
9247
9248         * Makefile.tpl (EXTRA_TARGET_FLAGS): Set LDFLAGS=LDFLAGS_FOR_TARGET.
9249         * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_TARGET.
9250         * Makefile.in: Regenerated.
9251
9252 2005-07-26  Mark Mitchell  <mark@codesourcery.com>
9253
9254         * Makefile.tpl (SYSROOT_CFLAGS_FOR_TARGET): New variable.
9255         (CFLAGS_FOR_TARGET): Use it.
9256         (CXXFLAGS_FOR_TARGET): Likewise.
9257         * Makefile.in: Regenerated.
9258         * configure.in (--with-build-sysroot): New option.
9259         * configure: Regenerated.
9260
9261 2005-07-24  Paolo Bonzini  <bonzini@gnu.org>
9262
9263         * Makefile.tpl: Wrap install between unstage and stage
9264         * Makefile.in: Regenerate.
9265
9266 2005-07-21  Eric Christopher  <echristo@apple.com>
9267
9268         * MAINTAINERS: Update affiliation.
9269
9270 2005-07-21  Paul Woegerer  <paul.woegerer@nsc.com>
9271
9272         * MAINTAINERS: Add self as crx port maintainer.
9273
9274 2005-07-20  DJ Delorie  <dj@redhat.com>
9275
9276         * MAINTAINERS: Add self as m32c maintainer.
9277
9278 2005-07-16  Kelley Cook  <kcook@gcc.gnu.org>
9279
9280         * all files: Update FSF address.
9281
9282 2005-07-15  Eric Christopher  <echristo@redhat.com>
9283
9284         * MAINTAINERS: Change affiliation.
9285
9286 2005-07-14  Jim Blandy  <jimb@redhat.com>
9287
9288         * configure.in: Add cases for Renesas m32c.
9289         * configure: Regenerated.
9290
9291 2005-07-14  Kelley Cook  <kcook@gcc.gnu.org>
9292
9293         * COPYING.LIB: Update from fsf.org.
9294
9295 2005-07-14  Kelley Cook  <kcook@gcc.gnu.org>
9296
9297         * COPYING, compile, config.guess,
9298         config.sub, install-sh, missing, mkinstalldirs,
9299         symlink-tree, ylwrap: Sync from upstream sources.
9300         * config-ml.in: Update FSF address.
9301
9302 2005-07-13  Eric Christopher  <echristo@redhat.com>
9303
9304         * configure.in: Add toplevel noconfigdir support for tpf.
9305         * configure: Regenerate.
9306
9307 2005-07-11  Paolo Bonzini  <bonzini@gnu.org>
9308
9309         PR ada/22340
9310
9311         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Fix pasto.
9312         * Makefile.in: Regenerate.
9313
9314 2005-07-07  Mark Mitchell  <mark@codesourcery.com>
9315
9316         * MAINTAINERS: Remove Dave Brolley as a cpplib maintainer.  Add Dave
9317         Brolley to write-after-approval.
9318
9319 2005-07-07  Andreas Schwab  <schwab@suse.de>
9320
9321         * Makefile.def (flags_to_pass): Add CFLAGS_FOR_BUILD.
9322         * Makefile.tpl (EXTRA_GCC_FLAGS): Don't pass CFLAGS_FOR_BUILD here.
9323         * Makefile.in: Regenerated.
9324
9325 2005-07-06  Geoffrey Keating  <geoffk@apple.com>
9326
9327         * configure.in: Don't build sim or rda when targetting darwin.
9328         * configure: Regenerate.
9329
9330 2005-07-06  Kazu Hirata  <kazu@codesourcery.com>
9331
9332         * configure.in: Add --enable-libssp and --disable-libssp.
9333         * configure: Regenerate with autoconf-2.13.
9334
9335 2005-07-02  Jakub Jelinek  <jakub@redhat.com>
9336
9337         * Makefile.def (target_modules): Add libssp.
9338         * configure.in (target_libraries): Add target-libssp.
9339         * configure: Rebuilt.
9340         * Makefile.in: Rebuilt.
9341
9342 2005-07-01  Zack Weinberg  <zackw@panix.com>
9343
9344         * MAINTAINERS: Change email address.  Resign from maintainership.
9345
9346 2005-07-01  Richard Guenther  <rguenther@suse.de>
9347
9348         * MAINTAINERS: Change my e-mail address and affiliation.
9349
9350 2005-06-22  Paolo Bonzini  <bonzini@gnu.org>
9351
9352         * Makefile.def (stagefeedback): Come after profile.
9353         Define profiledbootstrap target.
9354         * Makefile.tpl (profiledbootstrap): Remove.
9355         (stageprofile-end): Zap stagefeedback.
9356         (stagefeedback-start): Copy all .gcda files, not only GCC's.
9357         * Makefile.in: Regenerate.
9358
9359 2005-06-13  Richard Sandiford  <richard@codesourcery.com>
9360
9361         * MAINTAINERS: Update my email address.
9362
9363 2005-06-13  Zack Weinberg  <zack@codesourcery.com>
9364
9365         * depcomp: Update from automake CVS.  Add 'ia64hp' stanza.
9366         In 'cpp' stanza, support '#line' as well as '# '.
9367
9368 2005-06-08  Andreas Schwab  <schwab@suse.de>
9369
9370         * MAINTAINERS: Move myself from 'Write After Approval' to
9371         'CPU Port Maintainers' section as m68k maintainer.
9372
9373 2005-06-07  Hans-Peter Nilsson  <hp@axis.com>
9374
9375         * configure.in (unsupported_languages): New macro.
9376         <mmix-knuth-mmixware>: Set unsupported_languages.  Name explicit
9377         non-ported target libraries in noconfigdirs.
9378         <cris-*, crisv32-*> Ditto, except for non-aout, non-elf,
9379         non-linux-gnu.  Remove libgcj_ex_libffi.
9380         <lang_frag loop>: Set add_this_lang=no if the language is in
9381         unsupported_languages.
9382         * configure: Regenerate.
9383
9384 2005-06-04  Tobias Schl"uter  <tobias.schlueter@physik.uni-muenchen.de>
9385
9386         * configure.in: Fix typo in handling of --with-mpfr-dir.
9387         * configure: Regenerate.
9388
9389 2005-06-04  Richard Sandiford  <rsandifo@nildram.co.uk>
9390
9391         * MAINTAINERS: Update my email address.
9392
9393 2005-06-02  Jim Blandy  <jimb@redhat.com>
9394
9395         * config.sub: Add cases for the Renesas m32c.  (This patch has been
9396         accepted into the master sources.)
9397
9398 2005-06-02  Aldy Hernandez  <aldyh@redhat.com>
9399             Michael Snyder  <msnyder@redhat.com>
9400             Stan Cox  <scox@redhat.com>
9401
9402         * configure.in: Set noconfigdirs for ms1.
9403
9404         * configure: Regenerate.
9405
9406 2005-06-01  Jerry DeLisle  <jvdelisle@verizon.net>
9407
9408         * MAINTAINERS (Write After Approval): Add self.
9409
9410 2005-06-01  Josh Conner  <jconner@apple.com>
9411
9412         * MAINTAINERS (Write After Approval): Add self.
9413
9414 2005-06-01  Kazu Hirata  <kazu@codesourcery.com>
9415
9416         * MAINTAINERS: Update my email address.
9417
9418 2005-05-27  Ziga Mahkovec  <ziga.mahkovec@klika.si>
9419
9420         * MAINTAINERS (Write After Approval): Add self.
9421
9422 2005-05-26  Chris Demetriou  <cgd@broadcom.com>
9423
9424         * MAINTAINERS (Write After Approval): Remove self.
9425
9426 2005-05-25  Paolo Bonzini  <bonzini@gnu.org>
9427
9428         * Makefile.tpl (stage[+id+]-start): Iterate over target module as well.
9429         (Dependencies): Consider target modules for bootstrap dependencies.
9430         Make target bootstrap modules depend on each stage's gcc.
9431         * Makefile.in: Regenerate.
9432
9433 2005-05-20  Paolo Bonzini  <bonzini@gnu.org>
9434
9435         * Makefile.def (configure-gcc): Depend on binutils having been built.
9436         (all-gcc): No need to do it here.
9437         * Makefile.in: Regenerate.
9438
9439 2005-05-19  Paul Brook  <paul@codesourcery.com>
9440
9441         * configure.in: Rewrite misleading error message when requested
9442         language cannot be built.
9443         * configure: Regenerate.
9444
9445 2005-05-15  Daniel Jacobowitz  <dan@codesourcery.com>
9446
9447         * ylwrap: Import from Automake 1.9.5.
9448
9449 2005-05-13  David Ung  <davidu@mips.com>
9450
9451         * MAINTAINERS (Write After Approval): Add self.
9452
9453 2005-05-09  Mike Stump  <mrs@apple.com>
9454
9455         * libtool.m4 (AC_LIBTOOL_SYS_MAX_CMD_LEN): Use quotes on
9456         lt_cv_sys_max_cmd_len for now.
9457
9458 2005-05-09  Stan Cox  <scox@redhat.com>
9459
9460         * MAINTAINERS: Remove self, add Nick Clifton as iq2000 maintainer.
9461
9462 2005-05-08  Matt Kraai  <kraai@ftbfs.org>
9463
9464         * README.SCO: Update the URL.
9465
9466 2005-05-05  David Edelsohn  <edelsohn@gnu.org>
9467
9468         * ltconfig: Define file_list_spec.  Pass file_list_spec and
9469         with_gnu_ld to libtool.
9470         * ltcf-c.sh (aix[45]): Define file_list_spec.
9471         * ltcf-cxx.sh (aix[45]): Same.
9472         * ltcf-gcj.sh (aix[45]): Same.
9473         * ltmain.sh: If command exceeds max_cmd_len and file_list_spec
9474         exists, write list of input files to temporary file.
9475
9476 2005-05-04  Mike Stump  <mrs@apple.com>
9477
9478         * configure.in: Always pass --target to target configures as
9479         otherwise rebuilds that do --recheck will fail.
9480         * confiugure: Rebuilt.
9481
9482 2005-05-04  Paolo Bonzini  <bonzini@gnu.org>
9483
9484         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Rename from
9485         STAGE_HOST_EXPORTS.
9486         (configure, all): Add bootstrap support.
9487         (Host modules, target modules): Pass post-stage1 flags and exports.
9488         (Top-level bootstrap): Remove bootstrap rules, expanded elsewhere.
9489         * Makefile.in: Regenerate.
9490
9491 2005-04-29  Paolo Bonzini  <bonzini@gnu.org>
9492
9493         * configure: Regenerate.
9494
9495 2005-04-27  Mike Stump  <mrs@apple.com>
9496
9497         * MAINTAINERS: Add self as darwin maintainer.
9498
9499 2005-04-22  Bernd Schmidt  <bernd.schmidt@analog.com>
9500
9501         * config.sub: Update from master copy.
9502
9503 2005-04-21  Mike Stump  <mrs@apple.com>
9504
9505         * MAINTAINERS: Add self as Objective-C/Objective-C++ maintainer.
9506         * MAINTAINERS: Add Zem as Objective-C++ maintainer.
9507
9508 2005-04-19  Hans-Peter Nilsson  <hp@axis.com>
9509
9510         * configure.in <crisv32-*-*, cris-*-*>: New local variable
9511         libgcj_ex_libffi.  Have specific match for *-*-linux*.  Separate
9512         matches for "*-*-aout" and "*-*-elf".  Don't disable libffi for
9513         "*-*-elf" and "*-*-linux*".
9514         * configure: Regenerate.
9515
9516 2005-04-14  Joseph S. Myers  <joseph@codesourcery.com>
9517
9518         * MAINTAINERS (Various Maintainers): Add self as i18n maintainer.
9519
9520 2005-04-12  Mike Stump  <mrs@apple.com>
9521
9522         * libtool.m4: Update AC_LIBTOOL_SYS_MAX_CMD_LEN bits from upstream.
9523
9524 2005-04-04  Thomas Koenig  <Thomas.Koenig@online.de>
9525
9526         * MAINTAINERS (Write After Approval): Add myself.
9527
9528 2005-04-07  Bernd Schmidt  <bernd.schmidt@analog.com>
9529
9530         * MAINTAINERS (Port Maintainers): Add self for Blackfin.
9531
9532 2005-04-06  Paolo Bonzini  <bonzini@gnu.org>
9533
9534         * Makefile.tpl (BUILD_CONFIGARGS): Include --with-build-subdir.
9535         (TARGET_CONFIGARGS): Include --with-target-subdir.
9536         (configure, all): New macros.  Use them throughout.
9537         * Makefile.in: Regenerate.
9538
9539 2005-04-04  Jon Grimm  <jgrimm2@us.ibm.com>
9540
9541         * MAINTAINERS (Write After Approval): Add myself.
9542
9543 2005-03-31  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
9544
9545         * MAINTAINERS: Remove 'loop unrolling' maintainer.
9546
9547 2005-03-30  Gerald Pfeifer  <gerald@pfeifer.com>
9548
9549         * MAINTAINERS: Move John Carr to Write After Approval.
9550
9551 2005-03-30  J"orn Rennecke  <joern.rennecke@st.com>
9552
9553         * config/mh-mingw32: Delete.
9554         * configure.in: Don't use it.
9555         * configure: Regenerate.
9556
9557 2005-03-31  Paolo Bonzini  <bonzini@gnu.org>
9558
9559         * Makefile.def (bfd, opcodes, libstdc++-v3, libmudflap): Set lib_path.
9560         * Makefile.tpl (SET_LIB_PATH, REALLY_SET_LIB_PATH): Remove.
9561         (HOST_EXPORTS, STAGE_HOST_EXPORTS, TARGET_EXPORTS): Set RPATH_ENVVAR.
9562         (HOST_LIB_PATH): Generate from Makefile.def.
9563         (TARGET_LIB_PATH): Likewise.
9564         (Old bootstrap targets): Include TARGET_LIB_PATH into RPATH_ENVVAR.
9565         * Makefile.in: Regenerate.
9566         * configure.in (set_lib_path, SET_LIB_PATH, SET_GCC_LIB_PATH): Remove.
9567         (RPATH_ENVVAR): Include Darwin case.
9568         * configure: Regenerate.
9569
9570 2005-03-29  Thomas Fitzsimmons  <fitzsim@redhat.com>
9571
9572         * MAINTAINERS (Various Maintainers): Remove self.
9573         (Write After Approval): Add self.
9574
9575 2005-03-26  Thomas Fitzsimmons  <fitzsim@redhat.com>
9576
9577         * MAINTAINERS (Various Maintainers): Add self.
9578
9579 2005-03-25  Paolo Bonzini  <bonzini@gnu.org>
9580
9581         * configure.in (RPATH_ENVVAR): Set to DYLD_LIBRARY_PATH on Darwin.
9582         * configure: Regenerate.
9583
9584 2005-03-21  Zack Weinberg  <zack@codesourcery.com>
9585
9586         * Makefile.def: Remove libstdcxx_incdir, libsubdir, gxx_include_dir,
9587         gcc_version, and gcc_version_trigger from set of flags to pass.
9588         * Makefile.tpl: Remove definitions of above variables.
9589         (config.status): Remove dependency on $(gcc_version_trigger).
9590         * Makefile.in: Regenerate.
9591         * configure.in: Do not reference config/gcc-version.m4 nor
9592         config/gxx-include-dir.m4.  Do not invoke TL_AC_GCC_VERSION nor
9593         TL_AC_GXX_INCLUDE_DIR.  Do not set gcc_version_trigger.
9594         * configure: Regenerate.
9595
9596 2005-03-16  Manfred Hollstein  <manfred.h@gmx.net>
9597             Andrew Pinski  <pinskia@physics.uc.edu>
9598
9599         * Makefile.tpl (check-[+module+]): Fix shell statement inside if ... fi.
9600         * Makefile.in: Regenerate.
9601
9602 2005-03-13  Feng Wang  <fengwang@nudt.edu.cn>
9603
9604         * MAINTAINERS (Write After Approval): Add myself.
9605
9606 2005-03-03  David Ayers  <d.ayers@inode.at>
9607
9608         * MAINTAINERS (Write After Approval): Add myself.
9609
9610 2005-03-01  Alexandre Oliva  <aoliva@redhat.com>
9611
9612         PR libgcj/20160
9613         * ltmain.sh: Avoid creating archives with components that have
9614         duplicate basenames.
9615
9616 2005-02-28  Andrew Pinski  <pinskia@physics.uc.edu>
9617
9618         PR bootstrap/20250
9619         * Makefile.tpl (HOST target installs): Fix copy and pasto, use install
9620         instead of check.
9621         * Makefile.in: Regenerate.
9622
9623 2005-02-28  Paolo Bonzini  <bonzini@gnu.org>
9624
9625         * Makefile.in: Regenerate to fix conflict between the previous two
9626         patches.
9627
9628 2005-02-28  Paolo Bonzini  <bonzini@gnu.org>
9629
9630         PR bootstrap/17383
9631         * Makefile.def (target_modules): Remove "stage", now unnecessary.
9632         * Makefile.tpl (HOST_SUBDIR): New substitution.
9633         (STAGE_HOST_EXPORTS, EXPECT, HOST_LIB_PATH, USUAL_AR_FOR_TARGET,
9634         USUAL_AS_FOR_TARGET, USUAL_DLLTOOL_FOR_TARGET, USUAL_GCC_FOR_TARGET,
9635         USUAL_LD_FOR_TARGET, USUAL_NM_FOR_TARGET, USUAL_OBJDUMP_FOR_TARGET,
9636         USUAL_RANLIB_FOR_TARGET, USUAL_WINDRES_FOR_TARGET): Use it.
9637         (Host modules, Bootstrapped modules): Use it.
9638         (Build modules, Target modules): Do not create symlink trees,
9639         always configure out-of-srcdir.
9640         (distclean): Try removing $(host_subdir) with rm before using rm -rf.
9641         * configure.in (FLAGS_FOR_TARGET, CC_FOR_TARGET, GCJ_FOR_TARGET,
9642         GFORTRAN_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET): Use
9643         $(HOST_SUBDIR).  Create a symlink for host_subdir.
9644
9645         * Makefile.in: Regenerate.
9646         * configure: Regenerate.
9647
9648 2005-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
9649
9650         Merged from libada-gnattools-branch:
9651         2004-11-28  Nathanael Nerode  <neroden@gcc.gnu.org>
9652
9653         * gnattools: New directory.
9654         * Makefile.def: Add gnattools as a module, depending on target-libada.
9655         * Makefile.in: Regenerate.
9656         * configure.in: Include gnattools in host_tools; disable it if ada
9657         is disabled.
9658         * configure: Regenerate.
9659
9660 2005-02-24  James A. Morrison  <phython@gcc.gnu.org>
9661
9662         * MAINTAINERS (Language Front Ends Maintainers): Add myself as
9663         treelang maintainer.
9664         (Write After Approval): Remove myself.
9665
9666 2005-02-23  Paul Schlie  <schlie@comcast.net>
9667
9668         * configure.in: Allow darwin targeted ports to build tk, itcl and
9669         libgui.
9670         * configure: Regenerate.
9671
9672 2005-02-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
9673
9674         PR libgcj/10353
9675         * configure.in (noconfigdirs) <sparc-*-solaris2.[0-6]>: Add libgcj.
9676         * configure: Regenerate.
9677
9678 2005-02-18  Steven G. Kargl  <kargl@gcc.gnu.org>
9679
9680         * MAINTAINERS (Write After Approval): Add myself.
9681
9682 2005-02-10  Ian Lance Taylor  <ian@airs.com>
9683
9684         * MAINTAINERS: Update my e-mail address.
9685
9686 2005-02-02  Richard Guenther  <rguenth@gcc.gnu.org>
9687
9688         * MAINTAINERS (Write After Approval): Add myself.
9689
9690 2005-01-29  Hans-Peter Nilsson  <hp@axis.com>
9691
9692         * configure.in (noconfigdirs) <crisv32-*-*>: Match like cris-*-*.
9693         <crisv32-*-*, cris-*-*>: Only disable target-newlib and
9694         target-libgloss when not *-*-elf and *-*-aout.
9695         * configure: Regenerate.
9696
9697 2005-01-23  Kazu Hirata  <kazu@cs.umass.edu>
9698
9699         * MAINTAINERS: Remove obsolete entries.
9700
9701         * MAINTAINERS (Write After Approval): Add Michael Matz.
9702
9703 2005-01-19  Neil Booth  <neil@daikokuya.co.uk>
9704
9705         * MAINTAINERS: Remove self as cpplib maintainer.
9706
9707 2005-01-17  Kelley Cook  <kcook@gcc.gnu.org>
9708
9709         * install-sh, config.sub: Import from upstream.
9710
9711 2005-01-17  Kelley Cook  <kcook@gcc.gnu.org>
9712
9713         PR bootstrap/18222
9714         * Makefile.def: Pass CPPFLAGS_FOR_TARGET.
9715         * Makefile.tpl: Define target CPPFLAGS on CPPFLAGS_FOR_TARGET.
9716         * Makefile.in: Regenerate.
9717
9718 2005-01-16  Jason Thorpe  <thorpej@netbsd.org>
9719
9720         * MAINTAINERS: Update my email address.
9721
9722 2005-01-12  David Edelsohn  <edelsohn@gnu.org>
9723             Andreas Schwab  <schwab@suse.de>
9724
9725         PR bootstrap/18033
9726         * config-ml.in: Eval option if surrounded by single quotes.
9727
9728 2005-01-03  Paolo Bonzini  <bonzini@gnu.org>
9729
9730         Revert 2004-12-28 Makefile changes, a better fix will be
9731         applied to mainline and src after GCC 4.0 branches.
9732
9733 2004-12-28  Paolo Bonzini  <bonzini@gnu.org>
9734
9735         PR bootstrap/17383
9736
9737         * Makefile.def (target_modules): Remove stage parameter,
9738         it is always true now.
9739         * Makefile.tpl (configure-build-[+module+],
9740         configure-target-[+module+]): Always build symlink tree
9741         for the directory and for include.  BUILD_SUBDIR and
9742         TARGET_SUBDIR cannot be . anymore.
9743         * Makefile.in: Regenerate.
9744
9745 2004-12-25  David Edelsohn  <edelsohn@gnu.org>
9746
9747         Revert 2004-12-08 Makefile changes.
9748
9749 2004-12-17  Danny Smith  <dannysmith@users.sourceforge.net>
9750
9751         * MAINTAINERS: Move myself to OS Port Maintainers for windows,
9752         cygwin, mingw.
9753
9754 2004-12-16  Andrew Stubbs  <andrew.stubbs@st.com>
9755
9756         * configure.in (sh64-*-*): Reenable gprof.
9757         * configure: Regenerate.
9758
9759 2004-12-08  David Edelsohn  <edelsohn@gnu.org>
9760
9761         * Makefile.def (flags_to_pass): Add PICFLAG_FOR_TARGET.
9762         * Makefile.tpl (EXTRA_HOST_FLAGS): Add PICFLAG.
9763         (EXTRA_TARGET_FLAGS): Add PICFLAG.
9764         * Makefile.in: Regenerate.
9765
9766 2004-12-08  Christopher Faylor  <cgf@gcc.gnu.org>
9767
9768         * MAINTAINERS: Update my email address.
9769
9770 2004-12-07  Matt Kraai  <kraai@ftbfs.org>
9771
9772         * Makefile.tpl: Generate normal dependencies if the LHS module is
9773         not bootstrapped.
9774         * Makefile.in: Regenerate.
9775
9776 2004-12-03  Richard Sandiford  <rsandifo@redhat.com>
9777
9778         * configure.in: Include config/gxx-include-dir.m4.  Use
9779         TL_AC_GXX_INCLUDE_DIR.  Remove some now-redundant AC_SUBSTs.
9780         * configure: Regenerate.
9781
9782 2004-12-03  Richard Sandiford  <rsandifo@redhat.com>
9783
9784         * config.if: Delete.
9785         * configure.in: Set libstdcxx_incdir directly.
9786         * configure: Regenerate.
9787
9788 2004-12-02  Eric Christopher  <echristo@redhat.com>
9789
9790         * Makefile.tpl (clean-target-libgcc): Make change in correct place.
9791         * Makefile.in: Regenerate.
9792
9793 2004-12-02  Richard Sandiford  <rsandifo@redhat.com>
9794
9795         * configure.in: Clear gcc_version_trigger if the file doesn't exist.
9796         * configure: Regenerate.
9797
9798 2004-12-02  Richard Sandiford  <rsandifo@redhat.com>
9799
9800         * configure.in: Include config/gcc-version.m4.  Use TL_AC_GCC_VERSION
9801         to set gcc_version_trigger.  Remove some now-redundant AC_SUBSTs.
9802         * configure: Regenerate.
9803
9804 2004-12-01  Eric Christopher  <echristo@redhat.com>
9805
9806         * Makefile.in (clean-target-libgcc): Add stmp-dirs to list
9807         of things to remove.
9808
9809 2004-11-29  Matt Kraai  <kraai@ftbfs.org>
9810
9811         * MAINTAINERS (Write After Approval): Update my e-mail address.
9812
9813 2004-11-29  Kelley Cook  <kcook@gcc.gnu.org>
9814
9815         * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Re-import linux-gnu case
9816         from CVS libtool to always pass_all.
9817
9818 2004-11-25  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
9819
9820         * configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs.
9821         (hppa*64*-*-*): Delete incorrect comment.
9822         * configure: Rebuilt.
9823
9824 2004-11-24  Kelley Cook  <kcook@gcc.gnu.org>
9825
9826         * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Revert previous change.
9827
9828 2004-11-24  Kelley Cook  <kcook@gcc.gnu.org>
9829
9830         * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Import linux-gnu case
9831         from CVS libtool to always pass_all.
9832
9833 2004-11-15  Kelley Cook  <kcook@gcc.gnu.org>
9834
9835         * install-sh, compile: Import from automake.
9836
9837 2004-11-15  Kelley Cook  <kcook@gcc.gnu.org>
9838
9839         * config.guess, config.sub:  Import from savannnah.
9840
9841 2004-11-12  Scott Robert Ladd  <scott.ladd@coyotegulch.com>
9842
9843         * MAINTAINERS (Write After Approval): Add myself
9844
9845 2004-11-12  Mike Stump  <mrs@apple.com>
9846
9847         * Makefile.def: Add html support.
9848         * Makefile.tpl: Likewise.
9849         * Makefile.in: Regenerate.
9850
9851 2004-11-11  Geoffrey Keating  <geoffk@apple.com>
9852
9853         PR 18423
9854         * configure.in: Remove all instances of build-fixincludes from
9855         noconfigdirs.
9856         (build_configargs): Supply --target to subdirectories.
9857         * configure: Regenerate.
9858
9859         * Makefile.def: Make gcc install depend on fixincludes install.
9860         * Makefile.in: Regenerate.
9861
9862 2004-11-10  Janis Johnson  <janis187@us.ibm.com>
9863
9864         * MAINTAINERS: Add myself as gcc testsuite maintainer.
9865
9866 2004-11-11  Paul Brook  <paul@codesourcery.com>
9867
9868         * MAINTAINERS: Add self as arm maintainer.  Update email address.
9869
9870 2004-11-08  Hans-Peter Nilsson  <hp@bitrange.com>
9871
9872         * configure.in (noconfigdirs) [mmix-*-*]: Disable
9873         target-libgfortran.
9874         * configure: Regenerate.
9875
9876 2004-11-07  David Edelsohn  <edelsohn@gnu.org>
9877
9878         * config-ml.in: Pass FCFLAGS for multilibs, handle GFORTRAN
9879         like CC.
9880
9881 2004-11-05  Paolo Bonzini  <bonzini@gnu.org>
9882
9883         * Makefile.def (host fixincludes): Specify missing targets.
9884         * Makefile.in: Regenerate.
9885
9886 2004-11-05  Ralf Corsepius  <ralf.corsepius@rtems.org>
9887
9888         * MAINTAINERS: Add myself
9889
9890 2004-11-05  Gabor Loki  <loki@inf.u-szeged.hu>
9891
9892         * MAINTAINERS (Write After Approval): Add myself.
9893
9894 2004-11-04  Geoffrey Keating  <geoffk@apple.com>
9895
9896         * Makefile.def: Build fixincludes for the host, too.
9897         * Makefile.in: Regenerate.
9898         * configure.in (host_tools): Add fixincludes.
9899         * configure: Regenerate.
9900
9901 2004-11-04  Daniel Jacobowitz  <dan@debian.org>
9902
9903         * configure.in (arm-*-oabi*, thumb-*-oabi*): Remove.
9904         * configure: Regenerated.
9905
9906 2004-11-04  H.J. Lu  <hongjiu.lu@intel.com>
9907
9908         PR other/17783
9909         * configure.in: Set up LD_LIBRARY_PATH by default for gcc.
9910         * configure: Regenerated.
9911
9912 2004-10-31  Mark Mitchell  <mark@codesourcery.com>
9913
9914         * README.SCO: Update per FSF instructions.
9915
9916 2004-10-28  Eric B. Weddington  <ericw@evcohs.com>
9917
9918         PR target/18151
9919         * configure.in (case ${target}): Do not build fixincludes for avr.
9920         * configure: Regenerated.
9921
9922 2004-10-26  Paolo Bonzini  <bonzini@gnu.org>
9923
9924         * configure.in (case ${target}): Do not build fixincludes
9925         on platforms where it is not used.
9926         * configure: Regenerated.
9927
9928 2004-10-23  Daniel Jacobowitz  <dan@debian.org>
9929
9930         * configure.in: Use an absolute path to install-sh.
9931         * configure: Regenerated.
9932
9933 2004-10-19  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
9934
9935         * MAINTAINERS (Write After Approval): Add myself.
9936
9937 2004-10-19  Kazu Hirata  <kazu@cs.umass.edu>
9938
9939         * MAINTAINERS: Remove from Write After Approval those that are
9940         already maintainers.
9941
9942 2004-10-19  Sebastian Pop  <pop@cri.ensmp.fr>
9943
9944         * MAINTAINERS:  Update my email address.
9945
9946 2004-10-12  Kelley Cook  <kcook@gcc.gnu.org>
9947
9948         * configure.in (*-*-cygwin*): Supress warning if newlib not present.
9949         * configure: Regenerate.
9950
9951 2004-10-07  J"orn Rennecke  <joern.rennecke@st.com>
9952
9953         * MAINTAINERS:  Update my email address.
9954
9955 2004-10-07  Kazu Hirata  <kazu@cs.umass.edu>
9956
9957         * MAINTAINERS (Language Front Ends Maintainers): New.  Move
9958         entries belonging to this category.
9959
9960 2004-10-06  Josef Zlomek  <josef.zlomek@email.cz>
9961
9962         * MAINTAINERS: Update my e-mail address.
9963
9964 2004-10-06  Paolo Bonzini  <bonzini@gnu.org>
9965
9966         Fix wrong conflict resolution in:
9967
9968         2004-08-16  Paolo Bonzini  <bonzini@gnu.org>
9969
9970         * Makefile.in: Regenerate.
9971         * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
9972         in the recursive `make', instead of hardwiring `all'.
9973         (Autogenerated TARGET-* variables): New.
9974
9975 2004-10-05  Tomer Levi  <Tomer.Levi@nsc.com>
9976
9977         * configure.in: Enable target-libgloss for crx-*-*.
9978         * configure: Regenerate.
9979
9980 2004-10-04  Kazu Hirata  <kazu@cs.umass.edu>
9981
9982         * MAINTAINERS (Various Maintainers): Move the "windows,
9983         cygwin, mingw" maintainer to ...
9984         (OS Port Maintainers): ... here.
9985
9986 2004-10-04  Kazu Hirata  <kazu@cs.umass.edu>
9987
9988         * MAINTAINERS (Write After Approval): Remove those that are
9989         maintainers of some subsystem.
9990
9991 2004-10-02  P.J. Darcy  <darcypj@us.ibm.com>
9992
9993         * ltcf-c.sh (tpf*): Add ld_shlibs=yes.
9994         * ltcf-cxx.sh (tpf*): Likewise.
9995         * ltconfig (tpf*): Add TPF OS configuration support.
9996
9997 2004-10-01  Bernd Schmidt  <bernds_cb1@t-online.de>
9998
9999         * MAINTAINERS: Change my email address to my new work account.
10000
10001 2004-09-24  Michael Roth  <mroth@nessie.de>
10002
10003         * configure.in (--without-headers): Add missing double quotes.
10004         * configure: Regenerate.
10005
10006 2004-09-24  Kelley Cook  <kcook@gcc.gnu.org>
10007
10008         * ylwrap: Revert to previous version.
10009
10010 2004-09-23  H.J. Lu  <hongjiu.lu@intel.com>
10011
10012         PR bootstrap/17369
10013         * Makefile.tpl (REALLY_SET_LIB_PATH): Add @SET_GCC_LIB_PATH@.
10014         (HOST_EXPORTS]): Add @SET_GCC_LIB_PATH@. Set and export
10015         SET_GCC_LIB_PATH_CMD.
10016         (BASE_TARGET_EXPORTS): Likewise.
10017         * Makefile.in: Regenerated.
10018
10019         * configure.in (SET_GCC_LIB_PATH): Set and substitute.
10020         * configure: Regenerated.
10021
10022 2004-09-23  Kelley Cook  <kcook@gcc.gnu.org>
10023
10024         * config.guess: New upstream version
10025         * compile, depcomp, install-sh, ylwrap: Likewise.
10026
10027 2004-09-19  Roger Sayle  <roger@eyesopen.com>
10028
10029         * config/mh-x86omitfp: New host makefile fragment.  Add
10030         -fomit-frame-pointer to the default BOOT_CFLAGS.
10031         * configure.in: Use it to speed up bootstrap on some IA-32 hosts.
10032         * configure: Regenerate.
10033
10034 2004-09-15  Andrew Pinski  <pinskia@physics.uc.edu>
10035
10036         PR target/11572
10037         * configure.in (*-*-darwin*): Renable libobjc.
10038         * configure: Regenerate.
10039
10040 2004-09-10  Nathan Sidwell  <nathan@codesourcery.com>
10041
10042         * MAINTAINERS: Add self as c++ and type-safe vector maintainer.
10043
10044 2004-09-09  Daniel Berlin  <dberlin@dberlin.org>
10045
10046         * Makefile.def: Remove libbanshee.
10047         * Makefile.tpl: Ditto.
10048         * configure.in: Ditto.
10049         * Makefile.in: Regen.
10050         * configure: Ditto.
10051
10052 2004-09-08  David Edelsohn  <edelsohn@gnu.org>
10053
10054         * ltmain.sh: Use $pic_object as $non_pic_object if
10055         $non_pic_object=none.
10056
10057 2004-09-07  Paolo Bonzini  <bonzini@gnu.org>
10058
10059         * missing: Import latest version from master repository.
10060
10061 2004-09-06  Nick Clifton  <nickc@redhat.com>
10062
10063         * config.sub: Import latest version from master repository.
10064         * config.guess: Likewise.
10065         This includes these changes:
10066
10067         2004-08-27  Hans-Peter Nilsson  <hp@axis.com>
10068
10069         * config.sub: Handle crisv32, alias etraxfs.
10070         * config.guess (crisv32:Linux:*:*): Handle.
10071
10072         2004-08-13  Brad Smith  <brad@comstyle.com>
10073
10074         * config.guess (*:OpenBSD:*:*): Remove defunct MIPS machines.
10075         (sgi:OpenBSD:*:*): Emit mips64, not mipseb.
10076
10077         2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
10078
10079         * config.guess (*:Darwin:*:*): If uname -p reports "unknown",
10080         assume the processor is a powerpc.  This is because coreutils
10081         uname (at least versions 4.5.7 through 5.2.1) outputs "unknown"
10082         in this case, due to a MacOS X bug that causes
10083         sysctl ((int[]) {CTL_HW, HW_MACHINE_ARCH}, 2, buffer, &bufsize, 0, 0)
10084         to return a negative number.
10085         Problem reported by Petter Reinholdtsen in:
10086         http://lists.gnu.org/archive/html/bug-gnu-utils/2003-02/msg00201.html
10087
10088         2004-07-19  Ben Elliston  <bje@gnu.org>
10089
10090         * config.guess (S7501:*:4.0:3.0): Handle NCR System V UNIX machine.
10091
10092         2004-06-24  Ben Elliston  <bje@gnu.org>
10093
10094         * config.guess: Update copyright years.
10095         * config.sub: Likewise.
10096
10097         2004-06-22  Robert Millan  <robertmh@gnu.org>
10098
10099         * config.guess (*:FreeBSD:*:*): Remove check for glibc (unneeded
10100         since GNU/kFreeBSD systems match *:GNU/*:*:* instead).
10101
10102         2004-06-22  Stanley F. Quayle <stan@stanq.com>
10103
10104         * config.guess (*:*VMS:*:*): New entry. Replaces
10105         Alpha:OpenVMS:*. Recognize and advertise all VMS flavors as dec
10106         manufacturer.
10107
10108         2004-06-22  Ben Elliston  <bje@gnu.org>
10109
10110         * config.guess: Cray fixes from Wendy Palm <wendyp@cray.com>.
10111         * config.sub: Likewise.
10112
10113         2004-06-22  Ben Elliston  <bje@gnu.org>
10114
10115         Reported by Hans-Peter Nilsson <hp@bitrange.com>:
10116         * config.sub: Correctly handle mmix-knuth and mmix-knuth-mmixware.
10117
10118         2004-06-11  Ben Elliston  <bje@gnu.org>
10119
10120         * config.guess (pegasos:OpenBSD:*:*): Remove.
10121
10122         2004-06-11  Ben Elliston  <bje@gnu.org>
10123
10124         From Wouter Verhelst <wouter@grep.be>:
10125         * config.guess (M68*:*:R3V[5678]:*): Detect R3V8.
10126
10127         2004-06-11  Ben Elliston  <bje@gnu.org>
10128
10129         * config.guess (luna88k:OpenBSD:*:*): New.
10130
10131         2004-03-12  Kazuhiro Inaoka  <inaoka.kazuhiro@renesas.com>
10132
10133         * config.guess (m32r*:Linux:*:*): New case.
10134         * config.sub: Handle m32rle.
10135
10136         2004-03-12  Ben Elliston  <bje@wasabisystems.com>
10137
10138         From Jens Petersen  <petersen@redhat.com>:
10139         * config.sub: Handle sparcv8.
10140
10141         2004-03-03  Ben Elliston  <bje@wasabisystems.com>
10142
10143         From Tom Smith <smith@cag.lkg.hp.com>:
10144         * config.guess: Version suffixes are equally significant on Tru64
10145         V4.* and V5.*, so do not ignore them on V5.*.  Handle a version
10146         prefix of "P" (patched kernel).
10147
10148         2004-02-23  Tal Agmon  <Tal.Agmon@nsc.com>
10149
10150         * config.sub: Add support for National Semiconductor CRX target.
10151
10152 2004-09-03  Janis Johnson  <janis187@us.ibm.com>
10153
10154         * MAINTAINERS (Various Maintainers): Remove myself as web page
10155         maintainer, add myself as maintainer of build status lists.
10156
10157 2004-09-03  Jan Beulich  <jbeulich@novell.com>
10158
10159         * configure.in: Remove target-libstdc++-v3 from noconfigdirs for
10160         *-*-netware, but add target-libmudflap.
10161         Consolidate *-*-netware targets (of which really only i?86 exists)
10162         into a single entry.
10163         * configure: Likewise.
10164
10165 2004-09-01  Paolo Bonzini  <bonzini@gnu.org>
10166
10167         * Makefile.tpl (sorry): Remove.
10168         (clean-stage[+id+], clean-stage[+id+]-module): New targets.
10169         (cleanstrap targets): Depend on distclean, not distclean-stage1.
10170         (do-clean): Clean per-stage directories too.
10171         (do-distclean): Run distclean-stage1 too.
10172         (.NOTPARALLEL): Enable during toplevel bootstrap.
10173         (stage[+id+]-bubble): Enable parallel execution during
10174         the recursive invocation.
10175         * Makefile.in: Regenerate.
10176
10177         Fix previous checkin:
10178
10179         * Makefile.tpl: Move BOOT_CFLAGS above host makefile fragment
10180         include.
10181         * configure.in: Fix indentation.
10182         * configure: Regenerate.
10183
10184 2004-08-31  Robert Bowdidge  <bowdidge@apple.com>
10185
10186         * Makefile.in: Move BOOT_CFLAGS above host makefile fragment include.
10187         * configure.in: add test for powerpc-*-darwin* to specify makefile frag
10188         * configure: regenerate
10189         * config/mh-ppc-darwin: create file, override BOOT_CFLAGS for
10190         -mdynamic-no-pic
10191
10192 2004-08-31  Paolo Bonzini  <bonzini@gnu.org>
10193
10194         * Makefile.def (build_modules): Add fixincludes.
10195         (dependencies): Make gcc depend on fixincludes.
10196         * configure.in (build_tools): Add fixincludes.
10197         (build_configdirs): Always include build_libs.
10198         * Makefile.in: Regenerate.
10199         * configure: Regenerate.
10200
10201 2004-08-30  Paolo Bonzini  <bonzini@gnu.org>
10202
10203         * Makefile.def (bootstrap stages): Add 'lean' parameter.
10204         * Makefile.tpl (configure-stageN-*, all-stageN-*): Turned into
10205         phony targets; do not generate timestamp files.
10206         (distclean-stageN): Remove references to their timestamp files.
10207         (restageN, touch-stageN): Remove.
10208         (stageN-bubble): Rewritten.
10209         (compare): Support lean bootstraps.
10210         * Makefile.in: Regenerate.
10211
10212         * configure.in: Only warn when bootstrapping but
10213         build != host or build != target.  Support lean bootstraps.
10214         * configure: Regenerate.
10215
10216 2004-08-26  Phil Edwards  <phil@codesourcery.com>
10217
10218         * configure.in:  Give a better error message if GMP/MPFR are missing
10219         and a language needing them has been requested.
10220         * configure:  Regenerated.
10221
10222 2004-08-25  Phil Edwards  <phil@codesourcery.com>
10223
10224         * configure.in:  Print a list of available language front-ends if
10225         a requested one is missing.  Tidy stray tab characters.
10226         * configure:  Regenerated.
10227
10228 2004-08-19  Michael Koch  <konqueror@gmx.de>
10229
10230         * gcc/doc/install.texi: Update entry about automake for libjava.
10231
10232 2004-08-17  Robert Millan  <robertmh@gnu.org>
10233
10234         * configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux
10235         (instead of FreeBSD).
10236         * configure: Regenerate.
10237
10238 2004-08-16  Paolo Bonzini  <bonzini@gnu.org>
10239
10240         * Makefile.in: Regenerate.
10241         * configure: Regenerate.
10242
10243         * Makefile.def (bootstrap-stage): Rename extra_*_flags to
10244         stage_*_flags.
10245         * Makefile.tpl (configure-[+module+], all-[+module+]): Exit
10246         for bootstrapped modules if toplevel bootstrap is going.
10247         (GCC bootstrap): Generate per-stage targets for all bootstrapped
10248         modules.  Adjust for changes in Makefile.def.  Enable several
10249         rules even in non-bootstrap mode, just to avoid peppering the
10250         template with unnecessary "@if/@endif gcc-bootstrap" pairs.
10251         (stage-[+prev+]-bubble): Remove.
10252
10253         * Makefile.def (Dependencies): Depend on all-build-bison,
10254         all-build-flex, all-build-byacc, all-build-texinfo, rather
10255         than the host variations.
10256         * Makefile.tpl (BUILD_DIR_PREFIX): Remove.  Replace throughout
10257         with BUILD_SUBDIR.
10258         (BISON): Update for recent Bisons.
10259         (YACC): Fix typo.
10260         (cross): Depend on all-build.
10261         (all): Do not depend on all-build.
10262         (prebootstrap): Remove.
10263         (dep-kind): Accept separate prefixes for MODULE and ON variables.
10264         (Prebootstrap dependencies): Add them to the per-stage targets
10265         and to all-prebootstrap.
10266         * configure.in (build_configdirs): Always enable build_tools.
10267         (BUILD_DIR_PREFIX): Remove.
10268
10269         * Makefile.def (gcc): Add target variable.
10270         (gdb, expect, guile, tk, tix): Replace with_x with extra_make_flags.
10271         * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
10272         in the recursive `make', instead of hardwiring `all'.
10273         (Autogenerated TARGET-* variables): New.
10274
10275 2004-08-13  Brian Booth  <bbooth@redhat.com>
10276
10277         * MAINTAINERS: Remove myself from write-after-approval.
10278
10279 2004-08-12  Nathanael Nerode  <neroden@gcc.gnu.org>
10280
10281         * src-release: Stop distributing mmalloc with gdb (which doesn't
10282         use it).
10283         * Makefile.def: GDB doesn't depend on mmalloc anymore.
10284         * Makefile.in: Regenerate.
10285
10286 2004-08-09  Mark Mitchell  <mark@codesourcery.com>
10287
10288         * configure.in (arm*-*-eabi*): New target.
10289         * configure: Regenerate.
10290
10291 2004-08-06  Paolo Bonzini  <bonzini@gnu.org>
10292
10293         * Makefile.def (bfd, opcodes, gcc, zlib): Mark as bootstrap module.
10294         (bison, byacc, flex, texinfo): Do not mark as bootstrap module.
10295         (Dependencies): New section.
10296         * Makefile.tpl (Dependencies): Generate from Makefile.def.
10297         (configure-target-[+module+]): Depend on maybe-all-gcc
10298         (all-prebootstrap): New name of all-bootstrap.  Changed throughout.
10299         (toplevel profiledbootstrap): Fix dependencies.
10300         * Makefile.in: Regenerate.
10301
10302 2004-08-03  Mark Mitchell  <mark@codesourcery.com>
10303
10304         * configure.in (arm*-*-symbianelf*): Add ${libgcj} and
10305         target-libiberty to noconfigdirs.
10306         * configure: Regenerate.
10307
10308 2004-08-03  Paul Brook  <paul@codesourcery.com>
10309
10310         * configure.in: Check for MPFR as well as GMP.
10311         * configure: Regenerate.
10312
10313 2004-08-01  Robert Millan  <robertmh@gnu.org>
10314
10315         * configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable
10316         libmudflap for all GNU-based systems (with Glibc).
10317         * configure: Regenerate.
10318
10319 2004-08-03  Paolo Bonzini  <bonzini@gnu.org>
10320
10321         * Makefile.def (host-modules): Add gcc.
10322         * Makefile.in: Regenerate.
10323         * Makefile.tpl (sorry): New rule.
10324         (configure-host, all-host, [+make_target+]-host, do-check,
10325         install-host): Do not add gcc as a special case.
10326         (host modules): Add a small special-casing for gcc.  Export
10327         extra_make_flags through the environment.
10328         (maybe-configure-gcc, configure-gcc, maybe-all-gcc, all-gcc,
10329         maybe-check-gcc, check-gcc, maybe-install-gcc, install-gcc,
10330         other recursive targets for gcc): Remove.
10331
10332         (all, do-[+make_target+], do-check): Wrap between unstage and stage.
10333         (stage, unstage): New rules.
10334         (stage[+id+]-start, stage[+id+]-end, [+compare-target+],
10335         distclean-stage[+id+]): Use stage_current.
10336         ([+bootstrap-target+], profiledbootstrap): Do not invoke manually
10337         the stage*-start rules.
10338
10339 2004-08-02  Geoffrey Keating  <geoffk@apple.com>
10340
10341         * ltcf-cxx.sh: On Darwin, make archive multi-module, and don't
10342         use -all_load flag.
10343
10344 2004-08-02  Paolo Bonzini  <bonzini@gnu.org>
10345
10346         * configure.in: Sync from src, add noconfigdirs for crx-*-*.
10347         * configure: Regenerate.
10348
10349 2004-07-16  Toon Moene  <toon@moene.indiv.nluug.nl>
10350
10351         * maintainer-scripts/gcc_release: Revert yesterday's change.
10352
10353 2004-07-16  Segher Boessenkool  <segher@kernel.crashing.org>
10354
10355         * MAINTAINERS: Add myself to write-after-approval.
10356
10357 2004-07-15  Toon Moene  <toon@moene.indiv.nluug.nl>
10358
10359         * libf2c: Removed.
10360         * gcc/gccbug.in: Updated because of libf2c removal.
10361         * maintainer-scripts/gcc_release: Ditto.
10362
10363 2004-07-09  Loren J. Rittle  <ljrittle@acm.org>
10364
10365         * configure.in: Build libmudflap by default on FreeBSD.
10366         * configure: Regenerated.
10367
10368 2004-07-09  Mark Mitchell  <mark@codesourcery.com>
10369
10370         * configure.in: Do not build libmudflap by default on non-GNU/Linux
10371         systems.
10372         * configure: Regenerated.
10373
10374 2004-07-08  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
10375
10376         PR target/16344
10377         * Makefile.tpl (profiledbootstrap): Build runtime libraries with
10378         feedback based compiler.
10379         * Makefile.in: Rebuilt.
10380
10381 2004-07-08  Alexandre Oliva  <aoliva@redhat.com>
10382
10383         * Makefile.def (host_modules): Set bootstrap=true for flex.
10384         * Makefile.tpl (all-gcc): Depend on texinfo and flex.
10385         * Makefile.in: Rebuilt.
10386
10387 2004-07-07  Jan Hubicka  <jh@suse.cz>
10388
10389         * MAINTAINERS: Add self as a profile feedback maintainer.
10390
10391 2004-07-05  Phil Edwards  <phil@codesourcery.com>
10392
10393         * configure.in:  Do not prepend $srcdir to /dev/null in
10394         makefile fragments.
10395         * configure:  Regenerate.
10396
10397 2004-07-01  Paolo Bonzini  <bonzini@gnu.org>
10398
10399         * Makefile.def (build_modules): Add bison, byacc, flex,
10400         m4, texinfo.
10401         (flags_to_pass): Add FLEX.
10402         * Makefile.tpl (BUILD_DIR_PREFIX, BASE_EXPORTS): New.
10403         (BUILD_EXPORTS, HOST_EXPORTS, BASE_TARGET_EXPORTS): Include it.
10404         (DEFAULT_YACC, USUAL_YACC, DEFAULT_LEX, USUAL_LEX, DEFAULT_M4,
10405         DEFAULT_MAKEINFO): Remove.
10406         (CONFIGURED_YACC, CONFIGURED_FLEX, CONFIGURED_BISON,
10407         CONFIGURED_LEX, CONFIGURED_M4, CONFIGURED_MAKEINFO): Substitute.
10408         (YACC, FLEX, BISON, LEX, M4, MAKEINFO): Define to look into
10409         objdir or else use configured tool.
10410         (all-build): New.
10411         (all): Depend on it.
10412         (Build module dependencies): Add.
10413         * Makefile.in: Regenerate.
10414         * configure.in: Better support for multiple build modules,
10415         matching what is done for host/target modules.  Do not look
10416         for "plausible" locations of build tools if Canadian cross.
10417         Use autoconf's AC_PROG_CC to find a C compiler.  Define
10418         BUILD_DIR_PREFIX.  Look for flex, makeinfo and m4.
10419         * configure: Regenerate.
10420
10421 2004-06-22  Paolo Bonzini  <bonzini@gnu.org>
10422
10423         * Makefile.tpl (HOST_EXPORTS): Fix pasto.
10424         * Makefile.in: Regenerate.
10425
10426 2004-06-22  Paolo Bonzini  <bonzini@gnu.org>
10427
10428         * Makefile.tpl (configure-build-[+module+],
10429         configure-[+module+], configure-target-[+module+]): Pass
10430         [+extra_configure_args+].
10431         (all-build-[+module+], all-[+module+], check-[+module+],
10432         install-[+module+], [+make_target+]-[+module+],
10433         all-target-[+module+], check-target-[+module+],
10434         install-target-[+module+], [+make_target+]-target-[+module+]):
10435         Pass [+extra_make_args+].
10436         (HOST_EXPORTS): Include the former GCC_HOST_EXPORTS.
10437         (GCC_HOST_EXPORTS): Remove.
10438         (configure-gcc, all-gcc, GCC_STRAP_TARGETS, profiledbootstrap,
10439         cross, check-gcc, check-gcc-c++, install-gcc,
10440         gcc-no-fixedincludes, [+make_target+]-gcc, stage[+id+]-bubble):
10441         Replace GCC_HOST_EXPORTS with HOST_EXPORTS.
10442         * Makefile.in: Regenerate.
10443
10444 2004-06-21  Matthew Sachs  <msachs@apple.com>
10445
10446         * MAINTAINERS: Added self to write-after-approval.
10447
10448 2004-06-21  Christopher Faylor  <cgf@alum.bu.edu>
10449
10450         * configure.in: Check for srcdir/winsup rather than build directory
10451         winsup.
10452         * configure: Regenerate.
10453
10454 2004-06-17  Corinna Vinschen  <vinschen@redhat.com>
10455
10456         * configure.in: Don't build Cygwin native newlib if winsup
10457         directory is missing.  Emit warning instead.
10458         * configure: Regenerate.
10459
10460 2004-06-09  Paolo Bonzini  <bonzini@gnu.org>
10461
10462         * Makefile.tpl (touch-stage[+id+]): New.
10463         (restage[+prev+]): Depend on touch-stage[+id+].
10464
10465         * Makefile.tpl (RECURSE_FLAGS_TO_PASS): New.
10466         Use it throughout.
10467
10468         * Makefile.def: Add profile and feedback bootstrap stages.
10469         Remove next field from bootstrap stages.
10470         * Makefile.tpl (LN, LN_S): Substitute.
10471         (stageN-start, stageN-end): Use double-colon rules, to
10472         provide a hook for additional setup commands.
10473         (distclean-stageN-gcc, restageN): Create dependencies from
10474         [+prev+], not from [+next+].
10475         (stageN-bubble): Add commands for successive stages from
10476         [+prev+], using double-colon rules.
10477         (all-stageN-gcc): Fix typo.
10478         (stagefeedback-start, profiledbootstrap): New.
10479         * Makefile.in: Regenerate.
10480         * configure.in: Call ACX_PROG_LN.
10481         * configure: Regenerate.
10482
10483 2004-06-08  Canqun Yang  <canqun@nudt.edu.cn>
10484
10485         * MAINTAINERS (Write After Approval): Add myself.
10486
10487 2004-06-03  Mark G. Adams  <mark.g.adams@sympatico.ca>
10488
10489         * MAINTAINERS (Write After Approval): Add myself.
10490
10491 2004-06-03  Paolo Bonzini  <bonzini@gnu.org>
10492
10493         * configure.in: Fix --enable-bootstrap breakage introduced in trees
10494         without gcc.
10495         * configure: Regenerate.
10496
10497 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
10498
10499         * Makefile.tpl: Fix typo.
10500         * Makefile.in: Regenerate.
10501
10502 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
10503
10504         * configure.in: Remove new- prefix from toplevel
10505         bootstrap targets.
10506         * configure: Regenerate.
10507
10508 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
10509
10510         * Makefile.tpl (all.normal): Rename to all.
10511         (all): Replace with a rule to pick the default
10512         target from configure.
10513         (all-gcc, configure-gcc): Use conditionals to
10514         do nothing when toplevel bootstrap is going on.
10515         (GCC directory bootstrap) [gcc-bootstrap]: Disable.
10516         (Toplevel bootstrap) [gcc-no-bootstrap]: Disable.
10517         * configure.in: Support --enable-bootstrap.
10518
10519         * Makefile.def: Remove new- prefix from toplevel
10520         bootstrap targets.
10521         * Makefile.tpl: Likewise.
10522
10523         * Makefile.def: Add bootstrap_stage 4.  Add bootstrap2
10524         target.
10525
10526         * Makefile.tpl (Toplevel bootstrap): Pass $(BASE_FLAGS_TO_PASS)
10527         $(RECURSE_FLAGS) to recursive invocation of make.
10528
10529         * Makefile.in: Regenerate.
10530         * configure: Regenerate.
10531
10532 2004-05-30  Andreas Jaeger  <aj@suse.de>
10533             Jim Wilson  <wilson@specifixinc.com>
10534
10535         * config-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77
10536         like CC.
10537
10538 2004-05-27  Daniel Jacobowitz  <dan@debian.org>
10539
10540         * configure.in: Fix sed invocation for GFORTRAN_FOR_TARGET.
10541         * configure: Regenerate.
10542
10543 2004-05-25  Daniel Jacobowitz  <drow@false.org>
10544
10545         * Makefile.tpl (BUILD_EXPORTS, HOST_EXPORTS, GCC_HOST_EXPORTS)
10546         (STAGE_HOST_EXPORTS, BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS)
10547         (NORMAL_TARGET_EXPORTS): New macros.  Use them in all the recursive
10548         targets.
10549         * Makefile.in: Regenerate.
10550
10551 2004-05-24  Paolo Bonzini  <bonzini@gnu.org>
10552
10553         * configure.in: Test the ability to symlink directories.
10554         * configure: Regenerate.
10555
10556         * Makefile.def (bootstrap-stage): New definitions.
10557         * Makefile.tpl (configure-stage1-gcc,
10558         configure-stage2-gcc, configure-stage3-gcc,
10559         all-stage1-gcc, all-stage2-gcc, all-stage3-gcc,
10560         new-bootstrap, new-cleanstrap, new-restage1, new-restage2,
10561         new-restage3, compare): Autogenerate, see Makefile.in
10562         entry for behavioral changes.
10563         (distclean-stage1, new-stage1-start, new-stage1-end,
10564         new-stage1-bubble, distclean-stage2, new-stage2-start,
10565         new-stage2-end, new-stage2-bubble, distclean-stage3,
10566         new-stage3-start, new-stage3-end): New autogenerated targets.
10567         (objext, prebootstrap, BOOT_CFLAGS,
10568         POSTSTAGE1_FLAGS_TO_PASS): Move above the autogenerated
10569         targets.
10570
10571         * Makefile.in: Regenerate.
10572         (distclean-stage1, new-stage1-start, new-stage1-end,
10573         new-stage1-bubble, distclean-stage2, new-stage2-start,
10574         new-stage2-end, new-stage2-bubble, distclean-stage3,
10575         new-stage3-start, new-stage3-end): New targets.
10576         (all-stage1-gcc): Move prebootstrap dependency from here...
10577         (configure-stage1-gcc): ...to here.
10578         (new-bootstrap): Use bubble targets.
10579         (new-cleanstrap, new-restage1, new-restage2, new-restage3):
10580         Use per-stage distclean targets.
10581         (configure-stage1-gcc, configure-stage2-gcc,
10582         configure-stage3-gcc, all-stage1-gcc,
10583         all-stage2-gcc, all-stage3-gcc, new-bootstrap):
10584         Use new-stageN-start to prepare the tree.
10585
10586 2004-05-23  Paolo Bonzini  <bonzini@gnu.org>
10587
10588         * Makefile.def (host_modules): add libcpp.
10589         * Makefile.tpl: Add dependencies on and for libcpp.
10590         * Makefile.in: Regenerate.
10591         * configure.in: Add libcpp host module.
10592         * configure: Regenerate.
10593
10594 2004-05-21  Paolo Bonzini  <bonzini@gnu.org>
10595
10596         * Makefile.tpl: Whenever a recursive target is defined, wrap
10597         it in a special @if/@endif block, and prepare its maybe
10598         dependency in the @if/@endif block
10599         * configure.in: Instead of writing maybe dependencies, remove
10600         the @if/@endif statements, and remove the @if/@endif blocks
10601         that remain.
10602         * configure: Regenerate.
10603         * Makefile.in: Regenerate.
10604
10605 2004-05-20  Janis Johnson  <janis187@us.ibm.com>
10606
10607         * MAINTAINERS (Various Maintainers): Add myself for compat testsuite.
10608
10609 2004-05-18  Kaz Kojima  <kkojima@gcc.gnu.org>
10610
10611         PR bootstrap/15120
10612         * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on sh*.
10613         * */configure: Rebuilt.
10614
10615 2004-05-17  Zack Weinberg  <zack@codesourcery.com>
10616
10617         * Makefile.def, Makefile.tpl, configure.in: Remove all mention
10618         of libf2c.
10619         * configure, Makefile.in: Regenerate.
10620
10621 2004-05-13  Tobias Schlüter  <tobi@gcc.gnu.org>
10622
10623         * MAINTAINERS (Write After Approval): Add myself.
10624
10625 2004-05-13  Diego Novillo  <dnovillo@redhat.com>
10626
10627         Merge from tree-ssa-20020619-branch.
10628
10629         * Makefile.def: Add libbanshee, libmudflap and libgfortran.
10630         * Makefile.tpl (BUILD_CONFIGDIRS): Add libbanshee.
10631         (HOST_GMPLIBS): Define.
10632         (HOST_GMPINC): Define.
10633         (TARGET_LIB_PATH): Add libmudflap.
10634         (GFORTRAN_FOR_TARGET): Define.
10635         (configure-build*): Export GFORTRAN.
10636         (configure-gcc): Export GMPLIBS and GMPINC.
10637         (all-gcc): Add maybe-all-libbanshee.
10638         (configure-target-libgfortran): Define.
10639         * Makefile.in: Regenerate.
10640         * configure.in (host_libs): Add libbanshee.
10641         (target_libraries): Add target-libmudflap and target-libgfortran.
10642         Add --with-libbanshee.
10643         Handle --disable-libmudflap.
10644         (*-*-freebsd*): Use with_gmp.
10645         Add $(libgcj) to noconfigdirs.
10646         * configure: Regenerate.
10647         * depcomp: New file.
10648         * MAINTAINERS: Add tree-ssa maintainers.
10649
10650 2004-05-04  Vladimir Makarov  <vmakarov@redhat.com>
10651
10652         * MAINTAINERS (Various Maintainers): Add myself.
10653
10654 2004-04-30  Brian Ford  <ford@vss.fsi.com>
10655
10656         * MAINTAINERS (Write After Approval): Add myself.
10657
10658 2004-04-29  Uros Bizjak  <uros@kss-loka.si>
10659
10660         * MAINTAINERS (Write After Approval): Add myself.
10661
10662 2004-04-28  Paolo Bonzini  <bonzini@gnu.org>
10663
10664         * config/acx.m4: Fix fastcompare support for new-bootstrap.
10665         * configure: Regenerate.
10666
10667 2004-04-27  Paolo Bonzini  <bonzini@gnu.org>
10668
10669         Revert:
10670         2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
10671
10672         * Makefile.def (flags_to_pass): Remove *dir variables that
10673         are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
10674         as well as prefix and exec_prefix.
10675         * Makefile.in: Regenerate.
10676
10677 2004-04-26  Robert Millan  <robertmh@gnu.org>
10678
10679         Add patches from libtool CVS.
10680         * libtool.m4: Add kfreebsd*-gnu and knetbsd*-gnu.
10681         * ltconfig: Likewise.
10682         * ltcf-c.sh: Likewise.
10683         * ltcf-cxx.sh: Likewise.
10684         * ltcf-gcj.sh: Likewise.
10685
10686 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
10687
10688         * Makefile.def (host_modules): Mark with the bootstrap
10689         flag packages on which gcc depends.
10690         * Makefile.tpl (all-bootstrap): Use it.
10691         * Makefile.in: Regenerate.
10692
10693 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
10694
10695         * Makefile.def (flags_to_pass): Remove *dir variables that
10696         are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
10697         as well as prefix and exec_prefix.
10698         * Makefile.in: Regenerate.
10699
10700 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
10701
10702         * configure.in: Invoke ACX_PROG_CMP_IGNORE_INITIAL.
10703         * configure: Regenerate.
10704         * config/acx.m4: Mutuate ACX_PROG_CMP_IGNORE_INITIAL from gcc.
10705         * gcc/Makefile.tpl (compare): Use the result of the test.
10706         * gcc/Makefile.in: Regenerate.
10707
10708 2004-04-23  Paolo Bonzini  <bonzini@gnu.org>
10709
10710         * Makefile.tpl (all-stage1-gcc, all-stage2-gcc, all-stage3-gcc):
10711         Always relocate gcc and prev-gcc to the original names, even
10712         if the build fails.
10713         (new-cleanstrap, new-restage1, new-restage2, new-restage3):
10714         New targets.
10715
10716 2004-04-23  Laurent GUERBY <laurent@guerby.net>
10717
10718         * MAINTAINERS: Update my email address.
10719
10720 2004-04-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
10721
10722         * configure.in (mips*-*-irix5*): Enable ld.
10723         * configure: Regenerate.
10724
10725 2004-04-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
10726
10727         * configure: Regenerate.
10728
10729 2004-04-15  James E Wilson  <wilson@specifixinc.com>
10730
10731         * Makefile.tpl (configure-[+module+], configure-gcc,
10732         configure-stage1-gcc, configure-stage2-gcc, configure-stage3-gcc):
10733         Set and export LDFLAGS.
10734         * Makefile.in: Regenerate.
10735
10736 2004-04-12  Michael Chastain  <mec.gnu@mindspring.com>
10737
10738         * MAINTAINERS: Add myself to write-after-approval.
10739
10740 2004-04-09  Nathanael Nerode  <neroden@gcc.gnu.org>
10741
10742         PR bootstrap/14871
10743         * Makefile.tpl: If we don't have built-in-tree target tools,
10744         use the ones found by configure rather than hacking around with
10745         program_transform_name.
10746         * configure.in: Give Makefile.tpl the information necessary
10747         to do that.
10748         * Makefile.in: Regenerate.
10749         * configure: Regenerate.
10750
10751 2004-04-06  Nathanael Nerode  <neroden@gcc.gnu.org>
10752
10753         PR bootstrap/14760
10754         * configure.in: When computing baseargs, strip *all* copies of
10755         offending options.  Also, don't match/substitute the trailing space,
10756         so that this actually works when two similar options are separated by
10757         only one space.
10758         * configure: Regenerate.
10759
10760 2004-04-06  David Edelsohn  <edelsohn@gnu.org>
10761
10762         * configure.in (powerpc-*-aix*): Remove target-libada from noconfigdirs.
10763         (rs6000-*-aix*): Same.
10764         * configure: Regenerate.
10765
10766 2004-04-05  Ranjit Mathew  <rmathew@hotmail.com>
10767
10768         * MAINTAINERS: Add myself to write-after-approval.
10769
10770 2004-04-03  Bud Davis  <bdavis9659@comcast.net>
10771
10772         * MAINTAINERS: Add myself to write-after-approval.
10773
10774 2004-03-24  Nathanael Nerode  <neroden@gcc.gnu.org>
10775
10776         * Makefile.tpl (top level bootstrap support): Remove now-unneeded
10777         STRICT_WARN, WARN_CFLAGS flags passed down to make.
10778         * Makefile.in: Regenerate.
10779
10780         * configure.in (top level bootstrap support): Rework --enable-werror
10781         to set @stage2_werror_flag@.
10782         * configure: Regenerate.
10783         * Makefile.tpl (top level bootstrap support): Pass
10784         @stage2_werror_flag@ down to configure in stages 2 and 3.
10785         * Makefile.in: Regenerate.
10786
10787 2004-03-23  Nathanael Nerode  <neroden@gcc.gnu.org>
10788
10789         * Makefile.tpl (new-bootstrap): Set CC and CC_FOR_BUILD in configure
10790         for stages 2 and 3 as well as in make.  As a consequence, remove
10791         OUTPUT_OPTION (now detected by configure) from the flags passed down
10792         to make.
10793         * Makefile.in: Regenerate.
10794
10795         * Makefile.tpl (new-bootstrap): Fix typo.
10796         * Makefile.in: Regenerate.
10797
10798 2004-03-22  Nathanael Nerode  <neroden@gcc.gnu.org>
10799
10800         * Makefile.tpl: Rearrange by moving recursive_targets rules
10801         into their proper sections.
10802         * Makefile.tpl (top level bootstrap support): Move disabling
10803         of coverage flags from 'make' to 'configure'; improve comments.
10804         * Makefile.in: Regenerate.
10805
10806         * Makefile.tpl (experimental top level bootstrap) Move stage1
10807         language setting from all- target to configure- target; disable
10808         intermodule optimization in stage 1; prevent gratuitous rebuilds
10809         of stage 1.
10810         * Makefile.in: Regenerate.
10811         * configure.in: Comma-separate stage 1 language list for top
10812         level bootstrap.
10813         * configure: Regenerate.
10814
10815         * Makefile.tpl: Clean up experimental top level bootstrap support:
10816         note known problems; set CONFIG_SHELL; don't set BUILD_CC; relocate
10817         prev-gcc in configure- targets as well as all- targets.
10818         * Makefile.in: Regenerate.
10819
10820 2004-03-21  Kelley Cook  <kcook@gcc.gnu.org>
10821
10822         * compile: New file imported from automake.
10823
10824 2004-03-17  Paolo Bonzini  <bonzini@gnu.org>
10825
10826         * configure.in: Remove symbolic link section.
10827         * configure: Regenerate.
10828         * Makefile.tpl (links): Remove.
10829         * Makefile.in: Regenerate.
10830
10831 2004-03-15  Paolo Bonzini  <bonzini@gnu.org>
10832             Nathanael Nerode  <neroden@gcc.gnu.org>
10833
10834         * configure.in (DEFAULT_YACC, DEFAULT_M4, DEFAULT_LEX):
10835         Set with AC_CHECK_PROGS.
10836         * configure.in: Fix comment typo from last patch.
10837         * configure: Regenerate.
10838
10839 2004-03-15  Nathanael Nerode  <neroden@gcc.gnu.org>
10840
10841         * Makefile.tpl: Introduce experimental top level bootstrap support.
10842         * Makefile.in: Regenerate.
10843         * configure.in: Introduce support for top level bootstrap.
10844         * configure: Regenerate.
10845
10846 2004-03-12  Eric Botcazou  <ebotcazou@gcc.gnu.org>
10847             Paolo Bonzini  <bonzini@gnu.org>
10848
10849         PR bootstrap/14522
10850         * configure.in: Cope with shells that do not support unquoted ^
10851         * configure: Regenerate.
10852
10853 2004-03-11  Eric Botcazou  <ebotcazou@gcc.gnu.org>
10854             Paolo Bonzini  <bonzini@gnu.org>
10855
10856         PR bootstrap/14522
10857         * configure.in: Cope with shells that do not support nesting
10858         quotes inside quoted backquote substitutions.
10859         * configure: Regenerate.
10860
10861 2004-03-10  Andrew Pinski  <pinskia@physics.uc.edu>
10862
10863         PR bootstrap/14522
10864         * configure.in: Fix escaping of $.
10865         * configure: Regenerate.
10866
10867 2004-03-11  Nathanael Nerode  <neroden@gcc.gnu.org>
10868
10869         * configure: Regenerate, since I forgot to while committing Paolo's
10870         changes.
10871
10872 2004-03-08  Paolo Bonzini  <bonzini@gnu.org>
10873
10874         PR ada/14131
10875         Move language detection to the top level.
10876         * configure.in: Find default values for the tools as
10877         soon as possible.  Disable ada if GNAT is not found.
10878         Emit error message about missing languages.  Expand
10879         --enable-languages=all for the gcc subdirectory.
10880
10881 2004-03-10  Ben Elliston  <bje@gnu.org>
10882
10883         * MAINTAINERS: Update my email address.
10884
10885 2004-03-05  David Edelsohn  <edelsohn@gnu.org>
10886
10887         * ltconfig: Disable building static libraries if building shared
10888         libraries on AIX 5L.
10889
10890 2004-03-01  Richard Sandiford  <rsandifo@redhat.com>
10891
10892         * configure.in (mips64*-*-linux*): Override mips*-*-linux* case
10893         and disable libgcj.
10894         * configure: Regenerated.
10895
10896 2004-03-01  Brian Booth  <bbooth@redhat.com>
10897
10898         * MAINTAINERS: Add myself to write-after-approval.
10899
10900 2004-03-01  Paolo Bonzini  <bonzini@gnu.org>
10901
10902         * MAINTAINERS: Add myself to write-after-approval.
10903
10904 2004-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
10905
10906         PR bootstrap/7087
10907         * Makefile.tpl: Guard XFOO sed statements better.
10908         * Makefile.tpl: Add dependency for configure-target-libada.
10909         * Makefile.in: Regenerate (incidentally fixes broken
10910         commit when libada-branch was merged).
10911
10912 2004-02-25  Kelley Cook  <kcook@gcc.gnu.org>
10913
10914         * MAINTAINERS: Add myself to write-after-approval.
10915
10916 2004-02-20  Andrew Pinski  <pinskia@physics.uc.edu>
10917
10918         * MAINTAINERS: Add Nicola Pero and myself as libobjc
10919         maintainers.
10920
10921 2004-02-20  Andrew Cagney  <cagney@redhat.com>
10922
10923         * config.guess: Update from version 2003-10-16 to 2004-02-16.
10924         * config.sub: Update from version 2003-11-03 to 2004-02-16.
10925
10926 2004-02-19  Nathanael Nerode  <neroden@gcc.gnu.org>
10927
10928         PR bootstrap/11932
10929         * mkinstalldirs, install-sh: Import from automake CVS HEAD.
10930
10931 2004-02-14  Jerry Quinn  <jlquinn@optonline.net>
10932
10933         * MAINTAINERS: Added myself to write-after-approval.
10934
10935 2004-02-14  Michael Koch  <konqueror@gmx.de>
10936
10937         * MAINTAINERS: Added myself to write-after-approval.
10938
10939 2004-02-13  Joseph S. Myers  <jsm@polyomino.org.uk>
10940
10941         * MAINTAINERS: Move Steve Chamberlain to write-after-approval.  Move
10942         some OS port maintainers to OS port maintainers section.
10943
10944 2004-02-13  Frank Ch. Eigler  <fche@redhat.com>
10945
10946         * MAINTAINERS: Add self.
10947
10948 2004-02-12  Kazu Hirata  <kazu@cs.umass.edu>
10949
10950         * MAINTAINERS: Alphabetize.
10951
10952 2004-02-12  Paolo Bonzini  <bonzini@gnu.org>
10953
10954         * MAINTAINERS: Remove myself.
10955
10956 2004-02-11  David Edelsohn  <edelsohn@gnu.org>
10957
10958         * configure.in (powerpc-*-aix*): Add target-libada to noconfigdirs.
10959         (rs6000-*-aix*): Same.
10960         * configure: Regenerate.
10961
10962 2004-02-11  Kelley Cook  <kcook@gcc.gnu.org>
10963
10964         * configure.in (host): Add in missing $noconfigdirs to defines.
10965         * configure: Regenerate.
10966
10967 2004-02-10  Arnaud Charlet  <charlet@act-europe.fr>,
10968             Nathanael Nerode  <neroden@gcc.gnu.org>
10969
10970         PR ada/6637, PR ada/5911
10971         Merge with libada-branch:
10972         * configure.in, Makefile.tpl, Makefile.def: Add target-libada,
10973         with appropriate dependencies. Add --enable-libada configure switch.
10974         * configure, Makefile.in: Regenerate.
10975
10976 2004-02-09  Paolo Bonzini  <bonzini@gnu.org>
10977
10978         * MAINTAINERS: Add myself to write-after-approval.
10979
10980 2004-02-05  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
10981
10982         * configure.in: Don't pass --with-stabs on IRIX 5 either.
10983         * configure: Regenerate.
10984
10985 2004-02-04  Geoffrey Keating  <geoffk@apple.com>
10986
10987         Merge from upstream:
10988
10989         * ltmain.in: When setting IFS to '~', be careful about user
10990         arguments that contain '~'.
10991
10992         2004-02-04  Peter O'Gorman  <peter@pogma.com>
10993
10994         * ltmain.in (infer_tag): Move tag inferrence to a shell function.
10995         Also test $base_compile against $CC with escaped arguments. Bug
10996         reported by Geoff Keating <geoffk@apple.com>.
10997
10998 2004-02-04  Kazu Hirata  <kazu@cs.umass.edu>
10999
11000         * MAINTAINERS: Remove i960 port.
11001
11002 2004-01-23  DJ Delorie  <dj@redhat.com>
11003
11004         * Makefile.def (target_modules) [libiberty]: Don't stage.
11005         * Makefile.in: Rebuilt.
11006
11007 2004-01-20  Caroline Tice  <ctice@apple.com>
11008
11009         * MAINTAINERS: Add myself to write-after-approval.
11010
11011 2004-01-19  Paolo Carlini  <pcarlini@suse.de>
11012
11013         * MAINTAINERS: Update my email address.
11014
11015 2004-01-18  James A. Morrison  <ja2morri@uwaterloo.ca>
11016
11017         * MAINTAINERS: Add myself to write-after-approval.
11018
11019 2004-01-17  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
11020
11021         * MAINTAINERS: Remove entries without email address.
11022
11023 2004-01-15  Daniel Jacobowitz  <drow@mvista.com>
11024
11025         * MAINTAINERS: Add myself to write-after-approval.
11026
11027 2004-01-15  Steven Bosscher  <stevenb@suse.de>
11028
11029         * MAINTAINERS: Update my email address.
11030
11031 2004-01-14  Loren J. Rittle  <ljrittle@acm.org>
11032
11033         * Makefile.def (target_modules) [libtermcap, libiberty, zlib]: Stage.
11034         * Makefile.tpl (configure-target-[+module+]): Support stage.
11035         * Makefile.in: Rebuilt.
11036
11037 2004-01-12  Ian Lance Taylor  <ian@wasabisystems.com>
11038
11039         * MAINTAINERS: Add myself as a libiberty MAINTAINER.
11040
11041 2004-01-10  Richard Sandiford  <rsandifo@redhat.com>
11042
11043         * MAINTAINERS: Add myself as a MIPS maintainer.
11044
11045 2004-01-04  Nathanael Nerode  <neroden@gcc.gnu.org>
11046
11047         * configure.in: Use ./config.cache, not config.cache.
11048         * configure: Regenerate.
11049         * Makefile.tpl: Special-casing not needed for GCC any more.
11050         * Makefile.in: Regenerate.
11051
11052         * configure.in: Don't share a cache file for host dirs.
11053         * configure: Regenerate.
11054
11055         * config-ml.in: Don't mess with the cache file.
11056
11057 2004-01-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
11058
11059         * MAINTAINERS: Move myself from 'Write After Approval' to
11060         'CPU Port Maintainers' section as SPARC maintainer.
11061
11062 2004-01-03  Nathanael Nerode  <neroden@gcc.gnu.org>
11063
11064         * Makefile.tpl: Make GCC use a separate config.cache.
11065         * Makefile.in: Regenerate.
11066
11067         PR bootstrap/11932, PR bootstrap/11933
11068         (I don't know if it will fix either of them, but it relates
11069         to them.)
11070         * configure.in: Don't use shared config.cache for target
11071         directories.
11072         * configure: Regenerate.
11073
11074 2004-01-02  Dan Nicolaescu  <dann@ics.uci.edu>
11075
11076         * MAINTAINERS: Add myself to 'Write After Approval' section.
11077
11078 2003-12-31  Roger Sayle  <roger@eyesopen.com>
11079
11080         * configure.in (ia64*-*-hpux*): Disable building java libraries.
11081         * configure: Regenerated.
11082
11083 2003-12-23  Kazu Hirata  <kazu@cs.umass.edu>
11084
11085         * MAINTAINERS: Remove the mn10200 maintainer.
11086
11087 2003-12-21  Bernardo Innocenti  <bernie@develer.com>
11088
11089         * configure.in (*-*-uclinux): Exclude newlib, libgloss and rda.
11090         * configure: Regenerated.
11091
11092 2003-12-16  Jan Hubicka  <jh@suse.cz>
11093
11094         * MAINTAINERS: Add myself as callgraph maintainer.
11095
11096 2003-12-08  Thomas Fitzsimmons  <fitzsim@redhat.com>
11097
11098         * configure.in (raw_libstdcxx_flags): Remove the leading space.
11099         * configure: Regenerate.
11100
11101 2003-12-01  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
11102
11103         * MAINTAINERS: Move myself from 'Bug database only accounts' to
11104         'Write After Approval' section. Update email.
11105
11106 2003-12-01  James Lemke  <jim@wasabisystems.com>
11107
11108         * MAINTAINERS (Write After Approval): Add myself.
11109
11110 2003-11-20  Matt Thomas  <matt@3am-software.com>
11111
11112         * MAINTAINERS: Add myself as a vax port maintainer.
11113
11114 2003-11-20  Kelley Cook  <kcook@gcc.gnu.org>
11115
11116         * Makefile.tpl (BASE_FLAGS_TO_PASS): Pass along CONFIG_SHELL.
11117         (configure-build-[+module+], configure-[+module+]): Likewise.
11118         (configure-target-[+module+], configure-gcc, config.status): Likewise.
11119         * Makefile.in: Regenerate.
11120
11121 2003-11-19  Andreas Tobler  <a.tobler@schweiz.ch>
11122
11123         * libtool.m4: Sync darwin bits from libtool cvs to build a gcc with
11124         shared/dylibed libraries.
11125         * ltmain.sh: Likewise.
11126         * ltcf-c.sh: Likewise, disable shared library build for OS-X < 10.3.
11127         * ltcf-cxx.sh: Likewise.
11128         * ltcf-gcj.sh: Likewise.
11129         * ltconfig: Likewise.
11130
11131 2003-11-17  Stan Cox  <scox@redhat.com>
11132
11133         * MAINTAINERS: Add myself as iq2000 port maintainer.
11134
11135 2003-11-14  Arnaud Charlet  <charlet@act-europe.fr>
11136
11137         * Makefile.tpl (EXTRA_GCC_FLAGS): Pass BOOT_ADAFLAGS.
11138         * Makefile.in: Regenerate.
11139
11140 2003-11-03  Ulrich Weigand  <uweigand@de.ibm.com>
11141
11142         * config.sub: Update to 2003-11-03 version.
11143
11144 2003-10-20  Phil Edwards  <phil@codesourcery.com>
11145
11146         * configure.in (*-*-vxworks):  Add target-libiberty to noconfdirs.
11147         * configure:  Regenerate.
11148
11149 2003-10-20  Nicolas Pitre  <nico@cam.org>
11150
11151         * MAINTAINERS: Add myself to 'Write After Approval' section.
11152
11153 2003-10-20  Arnaud Charlet  <charlet@act-europe.fr>
11154
11155         * MAINTAINERS (Various maintainers: Ada front end): Added myself.
11156
11157 2003-10-19  Joseph S. Myers  <jsm@polyomino.org.uk>
11158
11159         * MAINTAINERS: Update my email address.
11160
11161 2003-10-17  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
11162
11163         * config-ml.in (multi-do): Pass MULTIFLAGS to subdir makes.
11164
11165 2003-10-17  Ralph Loader  <rcl@ihug.co.nz>
11166
11167         * MAINTAINERS: Add myself to 'Write After Approval' section.
11168
11169 2003-10-16  Bernardo Innocenti  <bernie@develer.com>
11170
11171         * config.guess: Update to 2003-10-16 version.
11172         * config.sub: Update to 2003-10-16 version.
11173
11174 2003-10-15  David Daney  <ddaney@avtrex.com>
11175
11176         * MAINTAINERS: Added myself to 'Write After Approval' section.
11177
11178 2003-10-15  Falk Hueffner  <falk@debian.org>
11179
11180         * MAINTAINERS: Move myself from 'Bug database only accounts' to
11181         'Write After Approval' section. Update email.
11182
11183 2003-10-14  Roger Sayle  <roger@eyesopen.com>
11184
11185         * MAINTAINERS: Move myself from 'Write After Approval' to
11186         'Various Maintainers' section as middle-end maintainer.
11187
11188 2003-10-13  Nathanael Nerode  <neroden@gcc.gnu.org>
11189
11190         * Makefile.tpl: Make GCC_FLAGS_TO_PASS a superset of
11191         HOST_FLAGS_TO_PASS.
11192         * Makefile.in: Regenerate.
11193
11194 2003-10-11  Bernardo Innocenti  <bernie@develer.com>
11195
11196         * config.guess: Update to 2003-10-07 version.
11197         * config.sub: Update to 2003-10-07 version.
11198
11199 2003-10-06  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
11200
11201         * ltcf-cxx.sh (irix5*, irix6*): Prefix -soname and its arg with ${wl}.
11202         * ltconfig (irix5*, irix6*): Don't override version_type.
11203
11204 2003-10-05  Mohan Embar  <gnustuff@thisiscool.com>
11205
11206         * configure.in: Allow explicit specification of CFLAGS_FOR_BUILD.
11207         * configure: Rebuilt
11208         * Makefile.tpl: Use CFLAGS_FOR_BUILD computed by configure
11209         * Makefile.in: Rebuilt
11210
11211 2003-10-03  H.J. Lu  <hongjiu.lu@intel.com>
11212
11213         * ltconfig (sys_lib_search_path_spec): Fix a typo for HPUX.
11214
11215 2003-09-30  Carlo Wood  <carlo@alinoe.com>
11216
11217         * MAINTAINERS (Write After Approval): Add myself.
11218
11219 2003-09-29  Paul Koning  <ni1d@arrl.net>
11220
11221         * MAINTAINERS: Move myself from "Write After Approval"
11222         to CPU platform maintainers for pdp11 platform.
11223
11224 2003-09-23  Andreas Tobler  <a.tobler@schweiz.ch>
11225
11226         * MAINTAINERS: Move myself from 'Write After Approval' to
11227         'Various Maintainers' section as libffi testsuite maintainer.
11228
11229 2003-09-21  Daniel Jacobowitz  <drow@mvista.com>
11230
11231         * configure.in: Pass a computed --program-transform-name
11232         to subconfigures.
11233         * configure: Regenerated.
11234
11235 2003-09-20  Nathanael Nerode  <neroden@gcc.gnu.org>
11236
11237         * Makefile.tpl: Don't pass down obsolete ENQUIRE variable.
11238         * Makefile.in: Regenerate.
11239
11240         * Makefile.tpl: Don't pass (unused) DLLTOOL or WINDRES to gcc.
11241         * Makefile.in: Regenerate.
11242
11243 2003-09-19  Ziemowit Laski  <zlaski@apple.com>
11244
11245         * MAINTAINERS: Move myself from 'Write After Approval'
11246         to 'Various Maintainers' (objective-c) section.
11247
11248 2003-09-17  Daniel Jacobowitz  <drow@mvista.com>
11249
11250         * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Fix
11251         quoting.
11252         * configure: Regenerated.
11253
11254 2003-09-16  Joel Brobecker  <brobecker@gnat.com>
11255
11256         * MAINTAINERS (Write After Approval): Add myself to write after
11257         approval list.
11258
11259 2003-09-16  Dorit Naishlos  <dorit@il.ibm.com>
11260
11261         * MAINTAINERS (Write After Approval): Add myself.
11262
11263 2003-09-09  Ian Lance Taylor  <ian@wasabisystems.com>
11264
11265         * MAINTAINERS: Update my e-mail address.
11266
11267 2003-09-09  Alan Modra  <amodra@bigpond.net.au>
11268
11269         * libtool.m4 (LD): Correct powerpc64 host match.
11270
11271 2003-09-06  James E Wilson  <wilson@tuliptree.org>
11272
11273         * MAINTAINTERS: Update my affiliation and email address.
11274
11275 2003-09-06  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
11276
11277         * MAINTAINERS (Write After Approval): Add myself.
11278
11279 2003-09-04  DJ Delorie  <dj@redhat.com>
11280
11281         * configure: Regenerate.
11282
11283 2003-09-04  Robert Millan  <robertmh@gnu.org>
11284
11285         * configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu triplet.
11286
11287 2003-09-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11288
11289         * configure.in: Ensure arguments to sed are properly spaced.
11290         * configure: Regenerate.
11291
11292 2003-08-30  Gerald Pfeifer  <gerald@pfeifer.com>
11293
11294         * MAINTAINERS: Update my e-mail address.
11295
11296 2003-08-28  Mohan Embar  <gnustuff@thisiscool.com>
11297
11298         * MAINTAINERS (Write After Approval): Add myself.
11299
11300 2003-08-27  Daniel Jacobowitz  <drow@mvista.com>
11301
11302         * configure.in: Set RAW_CXX_FOR_TARGET if unset.
11303         * configure: Regenerated.
11304
11305 2003-08-23  Marek Michalkiewicz  <marekm@amelek.gda.pl>
11306
11307         * MAINTAINERS: Update my email address.
11308
11309 2003-08-23  Phil Edwards  <pme@gcc.gnu.org>
11310
11311         * configure.in:  Use newline instead of semicolon when assuming
11312         shell arguments in a for loop.
11313         * configure:  Regenerated.
11314
11315 2003-08-22  Jason Eckhardt  <jle@rice.edu>
11316
11317         * MAINTAINERS: Resurrect the i860 maintainer.
11318
11319 2003-08-20  Geoffrey Keating  <geoffk@apple.com>
11320
11321         PR 8180
11322         * configure.in: When testing with_libs and with_headers, treat
11323         'no' as unset.  Based on a patch by Dan Kegel <dank@kegel.com>.
11324         * configure: Regenerate.
11325
11326         * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS): Quote properly for
11327         make, shell, etc.
11328         (baseargs): Likewise.
11329         * configure: Regenerate.
11330
11331 2003-08-20  Bernardo Innocenti  <bernie@develer.com>
11332
11333         * MAINTAINERS (Write After Approval): Add myself.
11334
11335 2003-08-19  Geoffrey Keating  <geoffk@apple.com>
11336
11337         * configure.in: Disable libgcj for darwin not on powerpc.
11338         * configure: Rebuild.
11339
11340 2003-08-14  Alexandre Duret-Lutz  <adl@gnu.org>
11341
11342         * config-ml.in, symlink-tree: Add license.
11343
11344 2003-08-03  Richard Stallman  <rms@gnu.org>
11345             Eben Moglen  <moglen@columbia.edu>
11346
11347         * README.SCO: New file.
11348
11349 2003-08-01  Matt Kraai  <kraai@alumni.cmu.edu>
11350
11351         * Makefile.tpl (check, check-c++): Express dependencies using
11352         dependencies rather than commands.
11353         * Makefile.in: Regenerate.
11354
11355 2003-08-01  Andrew Cagney  <cagney@redhat.com>
11356
11357         * configure.in (noconfigdirs): Do not add GDB when m32r-*-*.
11358         * configure: Ditto.
11359
11360 2003-07-31  Geoffrey Keating  <geoffk@apple.com>
11361
11362         * Makefile.tpl (libsubdir): Use gcc instead of gcc-lib.
11363         * Makefile.in: Update.
11364
11365 2003-07-30  Andreas Tobler  <a.tobler@schweiz.ch>
11366
11367         * configure.in: Enable libgcj for darwin.
11368         * configure: Rebuild.
11369
11370 2003-07-29  Phil Edwards  <pme@gcc.gnu.org>
11371
11372         * config-ml.in:  Use ac_configure_args directly instead of
11373         ml_arguments.  Only set ml_norecursion if --no[-]recursion is
11374         actually seen.
11375
11376 2003-07-27  Nathanael Nerode  <neroden@gcc.gnu.org>
11377
11378         * Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' when
11379         creating target and build subdirs to build all parent dirs as needed.
11380         * Makefile.in: Rebuild.
11381         * configure.in: Don't build dirs explicitly here.
11382         * configure: Rebuild.
11383
11384 2003-07-26  Paul Brook  <paul@nowt.org>
11385
11386         * MAINTAINERS (fortran 95): Add myself, Steven Bosscher and Toon Moene.
11387
11388 2003-07-22  Alexandre Oliva  <aoliva@redhat.com>
11389
11390         * Makefile.tpl (all-make): Depend on intl.
11391         * Makefile.in: Rebuilt.
11392
11393 2003-07-20  Phil Edwards  <pme@gcc.gnu.org>
11394
11395         * install-sh:  Update to newer upstream versions (associated with
11396         aclocal 1.7).
11397         * mkinstalldirs:  Likewise.
11398         * missing:  Likewise, plus $1Help2man -> $1 typo fix.
11399
11400 2003-07-16  Andrew Pinski  <pinskia@gcc.gnu.org>
11401
11402         * MAINTAINERS: Move self from Bug database only accounts
11403         to write-after-approval.
11404
11405 2003-07-16  Nathanael Nerode  <neroden@gcc.gnu.org>
11406
11407         * config.if: Remove unused libc_interface determination.
11408
11409 2003-07-14  Nathanael Nerode  <neroden@gcc.gnu.org>
11410
11411         * MAINTAINERS: Move self from write-after-approval to
11412         build machinery (*.in).
11413
11414 2003-07-13  Nathanael Nerode  <neroden@gcc.gnu.org>
11415
11416         PR bootstrap/11273
11417         PR bootstrap/11408
11418         * Makefile.tpl: Set INSTALL and friends using autoconf.  Remove
11419         unused INSTALL_PROGRAM_ARGS.
11420         * configure.in: Use AC_PROG_INSTALL.
11421         * Makefile.in: Regenerate.
11422         * configure: Regenerate.
11423
11424 2003-07-13  Kazu Hirata  <kazu@cs.umass.edu>
11425
11426         * MAINTAINERS: Alphabetize.
11427
11428 2003-07-10  Alexandre Oliva  <aoliva@redhat.com>
11429
11430         * configure: Rebuilt.
11431         2001-09-26  Alexandre Oliva  <aoliva@redhat.com>
11432         * configure.in (noconfigdirs) [am33_2.0-*-linux*]: Don't build
11433         newlib nor libgloss.
11434         Wed May  9 10:07:19 2001  Alexandre Oliva  <aoliva@redhat.com>
11435         * configure.in (am33_2.0-*-linux*): Added.
11436
11437 2003-07-09  Bob Wilson  <bob.wilson@acm.org>
11438
11439         * configure.in: Add ${libgcj} to noconfigdirs for xtensa-*-* targets.
11440         * configure: Regenerate.
11441
11442 2003-07-07  Zack Weinberg  <zack@codesourcery.com>
11443
11444         * Makefile.tpl (configure-gcc): Depend on maybe-configure-intl.
11445         * Makefile.in: Regenerate.
11446
11447 2003-07-04  Zack Weinberg  <zack@codesourcery.com>
11448
11449         * Makefile.tpl (all-bootstrap): Depend on maybe-all-intl.
11450         * Makefile.in: Regenerate.
11451
11452 2003-07-04  H.J. Lu  <hongjiu.lu@intel.com>
11453
11454         * Makefile.tpl: Replace PWD with PWD_COMMAND.
11455         * Makefile.in: Regenerated.
11456
11457         * config-ml.in: Replace PWD with PWD_COMMAND.
11458
11459 2003-07-04  Zack Weinberg  <zack@codesourcery.com>
11460
11461         * intl: New directory; see intl/ChangeLog for details.
11462         * ABOUT-NLS, config.rpath: Import from gettext 0.12.1.
11463         * Makefile.tpl: all-gcc depends on maybe-all-intl.
11464         * Makefile.in: Regenerate.
11465
11466 2003-06-27  Nathanael Nerode  <neroden@gcc.gnu.org>
11467
11468         * configure.in: Clean up config-lang.in handling.  Delete
11469         useless assignment to "subdirs".
11470         * configure: Regenerate.
11471
11472 2003-06-26  Nathanael Nerode  <neroden@gcc.gnu.org>
11473
11474         * configure.in: Rename 'target_libs' to 'target_libraries'.
11475         Remove useless reference to 'target_libs'.
11476         * configure: Regenerate.
11477
11478 2003-06-23  Keith Seitz  <kseitz@sources.redhat.com>
11479
11480         * Makefile.tpl: Add maybe-configure-itcl to configure-gdb.
11481         * Makefile.in: Regenerate.
11482
11483 2003-06-23  Nathanael Nerode  <neroden@gcc.gnu.org>
11484
11485         * Makefile.def: Introduce flags_to_pass.
11486         * Makefile.tpl: Generate BASE_FLAGS_TO_PASS using it.
11487         * Makefile.in: Regenerate.
11488
11489 2003-06-23  Hans-Peter Nilsson  <hp@bitrange.com>
11490
11491         * configure.in (noconfigdirs) <cris-*-*>: Disable target-newlib
11492         and target-libgloss.
11493         <d30v-*-*, fr30-*-*, i960-*-*, m32r-*-*>: Disable gdb.
11494         <h8300*-*-*>: Disable libf2c and ${libgcj}.
11495         * configure: Regenerate.
11496
11497 2003-06-17  Benjamin Kosnik  <bkoz@redhat.com>
11498
11499         * configure.in: Update testsuite_flags to new location.
11500         * configure. Regenerate.
11501
11502 2003-06-18  Nathanael Nerode  <neroden@gcc.gnu.org>
11503
11504         * Makefile.tpl: Remove BUILD_CC stuff.
11505         * Makefile.in: Regenerate.
11506
11507 2003-06-17  Kazu Hirata  <kazu@cs.umass.edu>
11508
11509         * MAINTAINERS (Write After Approval): Remove Andrew Haley.
11510
11511 2003-06-16  Graeme Peterson  <gp@qnx.com>
11512
11513         * MAINTAINERS (Write After Approval): Add myself.
11514
11515 2003-06-14  H.J. Lu  <hongjiu.lu@intel.com>
11516
11517         * config.guess: Update to 2003-06-12 version.
11518         * config.sub: Update to 2003-06-13 version.
11519
11520 2003-06-12  H.J. Lu  <hongjiu.lu@intel.com>
11521
11522         * config.guess: Update to 2003-06-06 version.
11523         * config.sub: Update to 2003-06-06 version.
11524
11525 2003-06-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
11526
11527         * configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32.
11528         * configure. Regenerate.
11529
11530 2003-06-10  Nathanael Nerode  <neroden@gcc.gnu.org>
11531
11532         * configure.in: Disable serial configure by default.
11533         * configure: Regenerate.
11534         * Makefile.tpl: Abolish .NOTPARALLEL.
11535         * Makefile.in: Regenerate.
11536
11537         * Makefile.tpl: Replace {build,host,target}_canonical by
11538         {build,host,target}.
11539         * Makefile.in: Regenerate.
11540
11541         * Makefile.tpl: Fix stupid pasto.
11542         * Makefile.in: Regenerate.
11543
11544 2003-06-09  Nathanael Nerode  <neroden@gcc.gnu.org>
11545
11546         * Makefile.tpl: Remove bogus conditional.
11547         * Makefile.in: Regenerate.
11548
11549 2003-06-05  Jan Hubicka  <jh@suse.cz>
11550
11551         * Makefile.tpl (profiledbootstrap): New target.
11552         * Makefile.in (profiledbootstrap): New target.
11553
11554 2003-06-05  Wolfgang Bangerth  <bangerth@dealii.org>
11555
11556         * MAINTAINERS (Bugzilla only): Add Dara Hazeghi and Andrew
11557         Pinski. Remove user names from other bugzilla-only maintainers.
11558
11559 2003-06-03  Nathanael Nerode  <neroden@gcc.gnu.org>
11560
11561         * Makefile.tpl: Make 'recursive targets' using autogen rather
11562         than shell loop.  Remove duplicate 'clean' targets and false
11563         comments.
11564         * Makefile.def: Add systematic dependencies to 'recursive' targets.
11565         Add systematic method of specifying missing targets in subdirs.
11566         Add copyright boilerplate.
11567         * Makefile.in: Regenerate.
11568         * configure.in: Add 'recursive targets' to maybe list.
11569         * configure: Regenerate.
11570
11571         * MAINTAINERS: "GNATS only" -> "Bug database only".
11572
11573         * Makefile.tpl: Rename [+target+] to [+make_target+].
11574         * Makefile.def: Rename 'target' to 'make_target'.
11575
11576 2003-05-31  Neil Booth  <neil@daikokuya.co.uk>
11577
11578         * MAINTAINERS: Add self as options handling maintainer.
11579
11580 2003-05-28  Michael Meissner  <gnu@the-meissners.org>
11581
11582         * MAINTAINERS: Remove myself as m32r/v850 maintainer, since it has
11583         been too long since I touched those ports.
11584
11585 2003-05-28  DJ Delorie  <dj@redhat.com>
11586
11587         * Makefile.tpl: Make maybe-check-gcc .PHONY.
11588         * Makefile.in: Regenerate.
11589
11590 2003-05-21  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
11591
11592         * configure.in: Use curly braces in the definition of tooldir.
11593         * configure: Regenerate.
11594
11595 2003-05-21  DJ Delorie  <dj@redhat.com>
11596
11597         * Makefile.tpl (configure-target-libiberty): Depend only on gcc, not
11598         newlib or libgloss.
11599         * Makefile.in: Regenerate.
11600
11601 2003-05-21  DJ Delorie  <dj@redhat.com>
11602
11603         * Makefile.tpl: Add missing empty maybe-check-gcc target.
11604         * Makefile.in: Regenerate.
11605
11606 2003-05-20  Ian Lance Taylor  <ian@airs.com>
11607
11608         * MAINTAINERS: Update my e-mail address.
11609
11610 2003-05-19  Nathanael Nerode  <neroden@gcc.gnu.org>
11611
11612         * configure.in: Switch more things to use maybe dependencies.
11613         * Makefile.tpl: Switch more things to use maybe dependencies.
11614         Factor out common code from autogen IF statements.
11615         * configure: Regenerate.
11616         * Makefile.in: Regenerate.
11617
11618 2003-05-14  Kelley Cook  <kelleycook@wideopenwest.com>
11619
11620         * configure.in: Accept i[3456789]86 for machine type.
11621         * configure: Regenerate.
11622
11623 2003-05-18  Nathanael Nerode  <neroden@gcc.gnu.org>
11624
11625         * configure.in: Switch more things to use maybe dependencies.
11626         Rearrange a little.  Use GCC_TOPLEV_SUBDIRS.
11627         * configure: Regenerate.
11628         * Makefile.tpl: Switch more things to use maybe dependencies.
11629         * Makefile.in: Regenerate.
11630
11631 2003-05-16  Andreas Schwab  <schwab@suse.de>
11632
11633         * Makefile.tpl (install-opcodes): Define.
11634         * Makefile.in: Rebuild.
11635
11636 2003-05-13  Andreas Jaeger  <aj@suse.de>
11637
11638         * config.guess: Update to 2003-05-09 version.
11639         * config.sub: Update to 2003-05-09 version.
11640
11641 2003-05-13  Michael Eager  <eager@mvista.com>
11642
11643         * configure.in: Correct sed script so that options in quotes are not
11644         deleted.
11645         * configure: Rebuild.
11646
11647 2003-05-12  Corinna Vinschen  <corinna@vinschen.de>
11648
11649         * configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin
11650         and $$s/newlib/libc/sys/cygwin32 include paths.
11651         * configure: Ditto.
11652
11653 2003-05-12  Michael Meissner  <gnu@the-meissners.org>
11654
11655         * MAINTAINERS: Update my email addresses.
11656
11657 2003-05-06  Eric Botcazou  <ebotcazou@libertysurf.fr>
11658
11659         * config-ml.in: Propagate INSTALL variables.
11660
11661 2003-05-04  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
11662
11663         * MAINTAINERS: Remove duplicate entries in Write After Approval.
11664
11665 2003-05-02  Chris Demetriou  <cgd@broadcom.com>
11666
11667         * Makefile.tpl: Require "makeinfo" from texinfo 4.2 or later.
11668         * Makefile.in: Regenerate.
11669
11670 2003-05-02  Wolfgang Bangerth  <bangerth@dealii.org>
11671
11672         * MAINTAINERS (GNATS only): Add Falk Hueffner.
11673
11674 2003-04-30  Wolfgang Bangerth  <bangerth@dealii.org>
11675
11676         * MAINTAINERS (GNATS only): Add Giovanni Bajo.
11677
11678 2003-04-27  Daniel Jacobowitz  <drow@mvista.com>
11679
11680         * Makefile.tpl: Clean $(BUILD_SUBDIR).
11681         * Makefile.in: Regenerated.
11682
11683 2003-04-25  Wolfgang Bangerth  <bangerth@dealii.org>
11684
11685         * MAINTAINERS (Write After Approval): Upgrade myself from
11686         GNATS only to write-after-approval. Update my mail address.
11687
11688 2003-04-25  Loren J. Rittle  <ljrittle@acm.org>
11689
11690         (OS Port Maintainers: freebsd): Add myself.
11691
11692 2003-04-22  Mark Mitchell  <mark@codesourcery.com>
11693
11694         * MAINTAINERS (java): Remove Alexandre Petit-Bianco.
11695
11696 2003-04-22  Kean Johnston  <jkj@sco.com>
11697
11698         * MAINTAINERS (SCO ports): Added myself.
11699
11700 2003-04-21  Nathan Sidwell  <nathan@codesourcery.com>
11701
11702         * MAINTAINERS (gcov): Add myself and Jan Hubicka.
11703
11704 2003-04-19  Kean Johnston  <jkj@sco.com>
11705
11706         * MAINTAINERS (Write After Approval): Add myself.
11707
11708 2003-04-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
11709
11710         * Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.
11711         * Makefile.in: Regenerate.
11712
11713 2003-04-18  Jakub Jelinek  <jakub@redhat.com>
11714
11715         * configure.in (powerpc64*-*-linux*): Remove.
11716         * configure: Rebuilt.
11717
11718 2003-04-17  Phil Edwards  <pme@gcc.gnu.org>
11719
11720         * Makefile.tpl (GCC_STRAP_TARGETS):  New variable containing all the
11721         previous bootstrap targets, plus bubblestrap, quickstrap, cleanstrap,
11722         and restrap.
11723         * Makefile.in:  Regenerate.
11724
11725 2003-04-16  Richard Earnshaw  <rearnsha@arm.com>
11726
11727         * configure.in (arm-*-netbsdelf*): Enable building java libraries.
11728         * configure: Regenerated.
11729
11730 2003-04-15  DJ Delorie  <dj@redhat.com>
11731
11732         * MAINTAINERS: Remove myself as windows/cygwin/mingw maintainer.
11733
11734 2003-04-13  Nick Clifton  <nickc@redhat.com>
11735
11736         * config-ml.in: Remove support for --disable-aix removing
11737         call-aix multilibs.
11738
11739 2003-04-10  Alexandre Oliva  <aoliva@redhat.com>
11740
11741         * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.
11742         * */configure: Rebuilt.
11743
11744 2003-04-08  Joel Sherrill  <joel@oarcorp.com>
11745
11746         * MAINTAINERS: Add my email address.
11747
11748 2003-03-17  Olivier Hainque  <hainque@act-europe.fr>
11749
11750         * MAINTAINERS (Write After Approval): Add myself.
11751
11752 2003-03-14  Nathanael Nerode  <neroden@gcc.gnu.org>
11753
11754         * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES back down.
11755         * Makefile.in: Regenerate.
11756
11757 2003-03-14  Michael Chastain  <mec@shout.net>
11758
11759         * Makefile.in: Regenerate with correct Makefile.def.
11760
11761 2003-03-12  Nathanael Nerode  <neroden@gcc.gnu.org>
11762
11763         * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up.  Delete unused
11764         Make macro.
11765         * Makefile.in: Regenerate.
11766         * configure.in: Clean up gxx_include_dir logic.
11767         * configure: Regenerate.
11768
11769 2003-03-12  Ansgar Esztermann  <ansgar@thphy.uni-duesseldorf.de>
11770
11771         * MAINTAINERS (Write After Approval): Add myself.
11772
11773 2003-03-10  Ben Elliston  <bje@wasabisystems.com>
11774
11775         * MAINTAINERS: Update my mail address.
11776
11777 2003-03-09  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
11778
11779         * configure.in (gxx_include_dir): Fix typo.
11780         * configure: Regenerated.
11781
11782 2003-03-04  Nathanael Nerode  <neroden@gcc.gnu.org>
11783
11784         * Makefile.tpl: Reindent.
11785         * Makefile.in: Regenerate.
11786         * configure.in: Reindent.  Don't set unused variables.
11787         * configure: Regenerate.
11788
11789 2003-03-04  Daniel Jacobowitz  <drow@mvista.com>
11790
11791         * configure.in: Include $(build_tooldir)/sys-include in
11792         FLAGS_FOR_TARGET.
11793         * configure: Regenerated.
11794
11795 2003-03-04  Nathanael Nerode  <neroden@gcc.gnu.org>
11796
11797         * Makefile.tpl: Always pass down RANLIB.
11798         * Makefile.in: Regenerate.
11799
11800         * Makefile.tpl: Don't set unused enable_shared, enable_threads macros.
11801         * Makefile.in: Regenerate.
11802         * configure.in: Remove unused logic relating to --enable-shared
11803         and --enable-threads.  Remove bogus comments.  Remove redundant
11804         noconfigdirs.
11805         * configure: Regenerate.
11806
11807         * configure.in: Replace ${libstdcxx_version} by its value.
11808         Remove reference to mh-dgux.
11809         * configure: Regenerate.
11810
11811 2003-03-03  Kevin Buettner  <kevinb@redhat.com>
11812
11813         * MAINTAINERS (Write After Approval): Add myself.
11814
11815 2003-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
11816
11817         * Makefile.tpl: Rearrange.
11818         * Makefile.in: Regenerate.
11819
11820 2003-02-25  Uwe Stieber  <uwe@wwws.de>
11821
11822         * configure.in: Add support for kaOS as cross build target system.
11823         * configure: Regenerated.
11824
11825 2003-02-24  Steven Bosscher  <steven@gcc.gnu.org>
11826
11827         * MAINTAINERS (Write after approval): Add myself.
11828
11829 2003-02-21  James E Wilson  <wilson@tuliptree.org>
11830
11831         * MAINTAINERS: Update my email address.
11832
11833 2003-02-21  Zack Weinberg  <zack@codesourcery.com>
11834
11835         * MAINTAINERS: Add self to blanket write privs. section.
11836
11837 2003-02-20  Sean McNeil  <sean@blue.mcneil.com>
11838
11839         * Makefile.tpl: Add definition of CPPFLAGS to pass into
11840         configure-target-* as some target builds may require additional
11841         flags for preprocessor tests.
11842         * Makefile.in: Regenerated.
11843
11844 2003-02-19  Alexandre Oliva  <aoliva@redhat.com>
11845
11846         * libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld.
11847         * ltconfig: Handle it.
11848         * ltcf-cxx.sh: Use with_gnu_ld passed as a shell variable instead of
11849         auto-detecting it.
11850
11851         * ltcf-cxx.sh: Replace $linker_flags with $compiler_flags wherever
11852         it is used as argument to $CC.
11853         * ltcf-gcj.sh: Likewise.
11854
11855         * configure.in: Introduce --enable-maintainer-mode.
11856         * configure: Rebuilt.
11857         * Makefile.tpl (Makefile.in, configure): Enable dependencies only
11858         for maintainer mode.
11859         * Makefile.in: Rebuilt.
11860
11861 2003-02-18  Jason Merrill  <jason@redhat.com>
11862
11863         * Makefile.tpl (check-c++): Allow parallelism.
11864
11865 2003-02-16  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
11866
11867         * MAINTAINERS: Remove John Carr (who never actually had access to
11868         gcc.gnu.org).
11869
11870 2003-02-15  Geoffrey Keating  <geoffk@apple.com>
11871
11872         * configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*,
11873         don't configure target-libobjc.
11874         * configure: Regenerate.
11875
11876 2003-02-14  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
11877
11878         * Makefile.tpl (RANLIB): Define.
11879         * Makefile.in: Regenerate.
11880
11881 2003-02-08  Laurynas Biveinis  <laurynas.biveinis@mif.vu.lt>
11882
11883         * MAINTAINERS: Update my email.
11884
11885 2003-02-06  Keith R Seitz  <keiths@redhat.com>
11886
11887         * Makefile.def: Remove "snavigator", "grep", and "db" modules.
11888         * Makefile.tpl: Remove "all-snavigator" and "all-grep".
11889         * Makefile.in: Regenerated.
11890         * configure.in: Remove all traces of snavigator, db, and grep.
11891         * configure: Regenerated.
11892
11893 2003-02-06  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
11894
11895         * MAINTAINERS: Remove duplicate entry for Bernd Schmidt from Write
11896         After Approval.
11897
11898 2003-02-02  Christian Cornelssen  <ccorn@cs.tu-berlin.de>
11899
11900         * MAINTAINERS (Write after approval): Add myself.
11901
11902 2003-01-31  Frank Ch. Eigler  <fche@redhat.com>
11903
11904         * Makefile.tpl (all-sid): Add libiberty/bfd/opcodes dependencies.
11905         * Makefile.in: Regenerated.
11906
11907 2003-01-30  Roger Sayle  <roger@eyesopen.com>
11908
11909         * config.guess: Updated to 2003-01-30's version.
11910         * config.sub: Updated to 2003-01-28's version.
11911
11912 2003-01-30  Alexandre Oliva  <aoliva@redhat.com>
11913
11914         * config.if: If gcc_version is already set, just use it.  Don't set
11915         gcc_version_trigger if it's already set, otherwise set it to
11916         gcc/version.c, but only if the file exists.  If it is not set and
11917         gcc/version.c does not exist, try to extract the version number from
11918         $CC.
11919
11920 2003-01-29  Andreas Tobler  <a.tobler@schweiz.ch>
11921
11922         * MAINTAINERS: Add myself to write-after-approval list.
11923
11924 2003-01-27  Phil Edwards  <pme@gcc.gnu.org>
11925
11926         * configure.in:  Revert 24Jan change.
11927         * configure:  Regenerate.
11928
11929 2003-01-25  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
11930
11931         * MAINTAINERS: Remove incorrect entry for Paul Eggert.  Fix
11932         entry of HJ Lu.
11933
11934 2003-01-23  Nathanael Nerode  <neroden@gcc.gnu.org>
11935
11936         * configure.in: Revert previous change.
11937         * configure: Regenerate.
11938
11939 2003-01-23  Nathanael Nerode  <neroden@gcc.gnu.org>
11940
11941         * configure.in: Make rda native-only.
11942         * configure: Regenerate.
11943
11944 2003-01-22  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
11945
11946         * MAINTAINERS: Move myself from GNATS-only-accounts to
11947         write-after-approval.
11948
11949 2003-01-19  Nathanael Nerode  <neroden@gcc.gnu.org>
11950
11951         * configure.in: Add missing \.
11952         * configure: Rebuilt.
11953
11954 2003-01-17  Jakub Jelinek  <jakub@redhat.com>
11955
11956         * configure.in (baseargs): Avoid using \| in sed regular
11957         expressions.
11958         * configure: Rebuilt.
11959
11960 2003-01-16  Jakub Jelinek  <jakub@redhat.com>
11961
11962         * configure.in (baseargs): Remove all supported forms of
11963         --cache-file, --srcdir, --host, --build and --target options
11964         from argument lists.
11965         * configure: Rebuilt.
11966
11967 2003-01-15  Josef Zlomek  <zlomekj@suse.cz>
11968
11969         * MAINTAINERS: Add myself to write-after-approval list.
11970
11971 2003-01-15  Alexandre Oliva  <aoliva@redhat.com>
11972
11973         * configure.in (noconfigdirs): Don't skip gas on IRIX 6.
11974         * configure: Rebuilt.
11975
11976 2003-01-09  Nathanael Nerode  <neroden@gcc.gnu.org>
11977
11978         * configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.
11979         * Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc.
11980         * Makefile.in: Regenerate.
11981         * configure: Regenerate.
11982
11983 2003-01-09  Alexandre Oliva  <aoliva@redhat.com>
11984
11985         * configure.in: Remove Makefile in build, host and target modules
11986         unless configure was run with --no-recursion.
11987         * configure: Rebuilt.
11988
11989 2003-01-09  Christian Cornelssen  <ccorn@cs.tu-berlin.de>
11990
11991         * Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR.
11992         (install-info, dir.info): Prepend $(DESTDIR) to $(infodir).
11993         * Makefile.in: Regenerate.
11994
11995 2003-01-08  Chris Demetriou  <cgd@broadcom.com>
11996
11997         * config.guess: Update to 2003-01-03 version.
11998         * config.sub: Update to 2003-01-03 version.
11999
12000 2003-01-07  Christopher Faylor  <cgf@redhat.com>
12001
12002         * configure: Regenerate with proper autoconf 2.13.
12003
12004 2003-01-07  Christopher Faylor  <cgf@redhat.com>
12005
12006         * configure.in: Add AC_PREREQ for consistency.
12007         * configure: Regenerate.
12008
12009 2003-01-06  Andrew Cagney  <ac131313@redhat.com>
12010
12011         * configure.in (GDB_TK): Add tcl directories conditional on
12012         gdb/gdbtk directory being present.
12013         * configure: Regenerate.
12014
12015 2003-01-04  John David Anglin  <dave.anglin@nrc.ca>
12016
12017         * configure.in (LD): Improve test for gcc.  Try to set LD to the ld
12018         used by gcc if LD is not defined and we are not doing a Canadian Cross.
12019         * configure: Rebuilt.
12020
12021 2002-12-31  Tom Tromey  <tromey@redhat.com>
12022
12023         * Makefile.in: Rebuilt.
12024         * Makefile.def (target_modules) [libffi]: Allow installation.
12025
12026 2002-12-31  Andreas Schwab  <schwab@suse.de>
12027
12028         * configure.in: Fix use of $program_transform_name.
12029         * configure: Regenerated.
12030
12031 2002-12-30  Daniel Jacobowitz  <drow@mvista.com>
12032
12033         * configure.in (baseargs): Don't remove first configure argument.
12034         * configure: Regenerated.
12035
12036 2002-12-29  Alexandre Oliva  <aoliva@redhat.com>
12037
12038         * Makefile.tpl (local-distclean): Don't remove...
12039         (multilib.ts): ... this.  Moved into...
12040         (multilib.out): ... this.  Don't use sub-make.
12041         ($(BUILD_SUBDIR)/[+module+]/Makefile, [+module+]/Makefile,
12042         $(TARGET_SUBDIR)/[+module+]/Makefile, gcc/Makefile): Moved into...
12043         (configure-build-[+module+], configure-[+module+],
12044         configure-target-[+module+], configure-gcc): ... these.  Test
12045         for Makefile existence.  Drop config.status from dependencies.
12046         * Makefile.in: Rebuilt.
12047         * configure.in: Move gcc-version-trigger to the end of
12048         ac_configure_args.  Add comments to maybedep.tmp and
12049         serdep.tmp.  Introduce --disable-serial-configure.  Remove
12050         nonopt from baseargs, matching and removing corresponding
12051         whitespace while at it.
12052         * configure: Rebuilt.
12053
12054 2002-12-28  Alexandre Oliva  <aoliva@redhat.com>
12055
12056         * configure.in (host_configargs): Replace reference to
12057         no-longer-defined buildopts with --build=${build_alias}.
12058         * configure: Rebuilt.
12059
12060         * Makefile.tpl ($(NOTPARALLEL)): Move to the end.  Bring uses of
12061         program_transform_name to standard idiom.
12062         (AUTOGEN, AUTOCONF): Define.
12063         (Makefile.in): Use $(AUTOGEN).
12064         (Makefile): Depend on config.status, and use autoconf-style rule to
12065         build it.  Move original commands to...
12066         (config.status): ... this new target.
12067         (configure): Add $(srcdir).  Depend on config/acx.m4.  Use
12068         $(AUTOCONF).
12069         * Makefile.in: Rebuilt.
12070
12071 2002-12-28  Nathanael Nerode  <neroden@gcc.gnu.org>
12072
12073         * Makefile.tpl: Fix dramatic bustage due to change in
12074         program_transform_name.
12075         * Makefile.in: Regenerate.
12076
12077         * configure.in: Remove unnecessary PATH setting.
12078         * configure: Regnerate.
12079
12080         * configure.in: Don't default to unprefixed tools unless
12081         the native tools will work.
12082         * configure: Regenerate.
12083
12084         * configure.in: Convert to autoconf script.  Blow away lots
12085         of now-redundant Makefile fragments.
12086         * configure: Generate using Autoconf.
12087         * Makefile.tpl: Rewrite to reflect autoconfiscation.
12088         * Makefile.in: Regenerate.
12089
12090 2002-12-27  Nathanael Nerode  <neroden@gcc.gnu.org>
12091
12092         * configure: Fix stupid bug where RANLIB was mistakenly included.
12093
12094         * configure.in: Rename (buildargs, hostargs, targargs) to
12095         (build_configargs, host_configargs, target_configargs).
12096
12097         * configure.in: Move logic out of sed statement.
12098
12099         * configure: Remove unneeded 'export's.  Make CC_FOR_TARGET,
12100         CXX_FOR_TARGET, GCJ_FOR_TARGET substituted in configure.in only.
12101
12102 2002-12-25  Svein E. Seldal  <Svein.Seldal@solidas.com>
12103
12104         * config.sub: Import from master repository
12105         * config.guess: Ditto
12106
12107 2002-12-24  Andreas Schwab  <schwab@suse.de>
12108
12109         * Makefile.tpl (multilib.out): Fix missing space.
12110         * Makefile.in: Regenerate.
12111
12112 2002-12-23  Nathanael Nerode  <neroden@gcc.gnu.org>
12113
12114         * Makefile.tpl: Use shared multilib.out.  Use move-if-change for it.
12115         Convert (cd foo; make) to (cd foo && make).  Clean up multilib.out.
12116         * Makefile.in: Regenerate.
12117         * configure.in: Remove unnecessary leftovers.
12118
12119 2002-12-21  Geoffrey Keating  <geoffk@apple.com>
12120
12121         * configure.in (extra_ranlibflags_for_target): New variable.
12122         (*-*-darwin): Add -c to ranlib commands.
12123         * configure (tooldir): Handle extra_ranlibflags_for_target.
12124
12125 2002-12-19  Nathanael Nerode  <neroden@gcc.gnu.org>
12126
12127         * Makefile.tpl: Revert HJL's change.
12128         * Makefile.in: Regenerated.
12129         * configure.in: Put build_prefix before $(BUILD_SUBDIR) here, and
12130         always.
12131
12132 2002-12-19  Andreas Schwab  <schwab@suse.de>
12133
12134         * Makefile.tpl, configure.in: Substitute libstdcxx_incdir.
12135         * Makefile.in: Regenerate.
12136
12137 2002-12-18  H.J. Lu  <hjl@gnu.org>
12138
12139         * Makefile.tpl: Add @build_prefix@ before $(BUILD_SUBDIR).
12140         * Makefile.in: Regenerated.
12141
12142         * configure.in (build_prefix): New. Substitute.
12143
12144 2002-12-18  Nathanael Nerode  <neroden@gcc.gnu.org>
12145
12146         * Makefile.tpl: Don't let real targets depend on phony targets.
12147         * Makefile.in: Regenerate.
12148
12149         * Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo.
12150         * Makefile.in: Regenerate.
12151
12152 2002-12-17  Svein E. Seldal  <Svein.Seldal@solidas.com>
12153
12154         * config.sub: Import from master repository
12155         * config.guess: Ditto
12156
12157 2002-12-16  Jason Merrill  <jason@redhat.com>
12158
12159         * Makefile.tpl (all-gcc): Use 'make quickstrap' if there was a
12160         previous 'make bootstrap'.
12161         * Makefile.in: Regenerate.
12162
12163 2002-12-17  Hans-Peter Nilsson  <hp@bitrange.com>
12164
12165         * configure.in (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb.
12166
12167 2002-12-13  Nathanael Nerode  <neroden@gcc.gnu.org>
12168
12169         * configure.in, Makefile.tpl, Makefile.def: Remove tclX.
12170         * Makefile.in: Regenerate.
12171
12172 2002-12-13  Jason Merrill  <jason@redhat.com>
12173
12174         * Makefile.tpl (check-gcc-c++): Renamed from check-c++.  Don't run
12175         library tests.
12176         (check-c++): Just depend on it and check-target-libstdc++-v3.
12177         * Makefile.in: Regenerate.
12178
12179 2002-12-12  Alexandre Oliva  <aoliva@redhat.com>
12180
12181         * Makefile.tpl (configure-target-rda): Depend on $(ALL_GCC_C).
12182         * Makefile.in: Rebuilt.
12183
12184 2002-12-12  Alexandre Oliva  <aoliva@redhat.com>
12185
12186         * Makefile.in (configure-target-rda): Depend on ALL_GCC_C.
12187
12188 2002-12-10  Nathanael Nerode  <neroden@gcc.gnu.org>
12189
12190         * configure: Fix bug put in by gremlins.
12191
12192         * Makefile.tpl: Substitute more autoconfily.
12193         * configure: Substitute more autoconfily.
12194         * Makefile.in: Regenerate.
12195
12196 2002-12-09  Svein E. Seldal  <Svein.Seldal@solidas.com>
12197
12198         * config.sub: Import from master repository
12199         * config.guess: Ditto
12200         * MAINTAINERS: Added Svein Seldal under write after approval
12201
12202 2002-12-08  Andrew Cagney  <ac131313@redhat.com>
12203
12204         * Makefile.tpl (all-sim): Depend on maybe-configure-gdb.
12205         * Makefile.in (all-sim): Ditto.
12206
12207 2002-12-06  DJ Delorie  <dj@redhat.com>
12208
12209         * Makefile.tpl: Change configure dependencies to not have real
12210         targets depend on phony targets.
12211
12212 2002-12-05  Nathanael Nerode  <neroden@gcc.gnu.org>
12213
12214         * configure.in: Revert unintentional change.
12215
12216         * Makefile.tpl: Change dependency for */multilib.out so that
12217         it works when gcc isn't in the tree.
12218
12219         * configure.in: Substitute more.
12220         * configure: Run subconfigures from the Makefile.
12221         * Makefile.tpl: Run subconfigures from the Makefile; add a few
12222         convenience targets.  Make sure gcc isn't rebuilt after bootstrap.
12223
12224 2002-12-05  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
12225
12226         * MAINTAINERS: Add Christian Ehrhardt under "GNATS only".
12227
12228 2002-12-03  Nathanael Nerode  <neroden@gcc.gnu.org>
12229
12230         * Makefile.tpl: Add targets for configuring host subdirs in Makefile,
12231         and corresponding dependencies.
12232         * Makefile.in: Regenerate.
12233
12234         * configure.in (host_tools): Order binutils, gas and ld for
12235         convenience in running the testsuites.
12236
12237         * Makefile.tpl: Introduce rules to serialize subconfigure runs.
12238         * Makefile.in: Regenerate.
12239         * configure.in: Introduce rules to serialize subconfigure runs.
12240
12241         * configure.in: Introduce BASE_CC_FOR_TARGET.
12242         * Makefile.tpl: Reorganize and comment.  Introduce HOST_CONFIGARGS.
12243         Realize configure-build-* targets.  Realize configure-target-* targets.
12244         * Makefile.in: Regenerate.
12245
12246 2002-12-02  Nathanael Nerode  <neroden@gcc.gnu.org>
12247
12248         * configure: Move gcc_version_trigger stuff from here...
12249         * configure.in: ...to here.
12250
12251         * configure.in: Separate subconfigure options added by this file from
12252         options given by the user.  Add machinery to put args for host
12253         subconfigures into the Makefile.
12254
12255         * Makefile.tpl: Remove 'vault' targets.
12256         * Makefile.tpl: Reorder and comment dependencies.
12257         * Makefile.in: Regenerate.
12258
12259 2002-12-01  Nathanael Nerode  <neroden@gcc.gnu.org>
12260         * configure.in: Fix my broken commit of previous patch. (sigh)
12261
12262 2002-11-28  Geoffrey Keating  <geoffk@apple.com>
12263
12264         * configure.in: Move host-specific darwin noconfigdirs into
12265         the host-specific section.
12266
12267 2002-11-28  Geoffrey Keating  <geoffk@apple.com>
12268
12269         * configure.in: Move host-specific darwin noconfigdirs into
12270         the host-specific section.
12271
12272 2002-11-26  Nathanael Nerode  <neroden@gcc.gnu.org>
12273
12274         * configure: Remove skip-this-dir support.
12275         * Makefile.tpl: Remove skip-this-dir support.
12276
12277         * Makefile.tpl: Remove leftover support for non-autoconfiscated
12278         subdirectories.
12279         * Makefile.in: Regenerate.
12280
12281         * Makefile.tpl: Strip out useless setting of 'dir'.
12282         * Makefile.in: Regenerate.
12283
12284 2002-11-22  Nathanael Nerode  <neroden@gcc.gnu.org>
12285
12286         * configure.in: Fix deeply stupid bug.
12287
12288         * configure.in: Introduce RAW_CXX_FOR_TARGET and simplify embedded
12289         shell code in CXX_FOR_TARGET
12290         * Makefile.def: Introduce raw_cxx.
12291         * Makefile.tpl: Use raw_cxx to select between CXX_FOR_TARGET and
12292         RAW_CXX_FOR_TARGET.
12293         * Makefile.in: Regenerate.
12294
12295 2002-11-21  Nathanael Nerode  <neroden@gcc.gnu.org>
12296
12297         * Makefile.tpl: Remove unnecessary ifs.
12298         * Makefile.in: Regenerate.
12299
12300         * Makefile.tpl: Implement soft dependency machinery.  Maybe-ize
12301         dependencies.  Maybe-ize build-libiberty.  Create dummy install
12302         targets for 'no_install' modules.
12303         * configure: Move GDB_TK substitution to configure.in.  Move
12304         build_modules stuff to configure.in.
12305         * configure.in: Implement soft dependency machinery.  Maybe-ize
12306         GDB_TK, rearrange slightly.  Move build_modules stuff from configure.
12307         * Makefile.in: Regenerate.
12308
12309 2002-11-19  Nathanael Nerode  <neroden@gcc.gnu.org>
12310
12311         * Makefile.tpl: Make all-target, install-target behave similarly
12312         to all, install (only hitting configured targets).  Eliminate
12313         unused macro defintions.
12314
12315         * Makefile.tpl: Add all-gcc: all-build-libiberty dependency when
12316         build != host.
12317
12318         * Makefile.tpl: Add all-gcc: all-libiberty dependency.
12319
12320         * ltcf-c.sh, ltcf-gcj.sh, Makefile.tpl: Correct BUILD/HOST confusion.
12321
12322         * configure.in: Produce lists of subdir targets we're actually
12323         configuring.  Remove references to "dosrel".
12324         * Makefile.tpl: Let configure set which subdir targets are hit.
12325         Remove install-cross; clean up install; remove ALL.  Remove
12326         references to "dosrel".  Remove "EXTRA_TARGET_HOST" hackery.
12327         Autogenerate host module targets.  Remove empty dependency lines
12328         and redundant dependency; rearrange slightly.
12329         * Makefile.def: Add host-side libtermcap, utils.
12330
12331         * Makefile.in: Regenerate.
12332
12333 2002-11-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
12334
12335         * ltconfig (osf[345]): Append $major to soname_spec.
12336         Reflect this in library_names_spec.
12337         * ltmain.sh (osf): Prefix $major with . for use as extension.
12338
12339 2002-11-19  Andreas Jaeger  <aj@suse.de>
12340
12341         * libtool.m4 (libtool_flags): Add patch from libtool CVS: Support
12342         linking of 32-bit libraries with ld on the x86-64, ppc64, s390x
12343         and sparc64 GNU/Linux systems.
12344
12345 2002-11-19  Nathan Sidwell  <nathan@codesourcery.com>
12346
12347         * MAINTAINERS: Update email.
12348
12349 2002-11-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
12350
12351         * MAINTAINERS: Complete James Dennett's entry.
12352
12353 2002-11-15  Eric Botcazou  <ebotcazou@libertysurf.fr>
12354
12355         * MAINTAINERS (Write After Approval): Add myself.
12356
12357 2002-11-13  Bruce Korb  <bkorb@gnu.org>
12358
12359         * Makefile.tpl: syntactic cleanup
12360
12361 2002-11-13  Stuart Hastings  <stuart@apple.com>
12362
12363         * MAINTAINERS: Add myself to write-after-approval list.
12364
12365 2002-11-12  Nathanael Nerode  <neroden@gcc.gnu.org>
12366
12367         * Makefile.def: Add list of recursive targets to autogenerate.
12368         Add build_modules.
12369         * Makefile.tpl: Autogenerate do-* targets.  Autogenerate *-target-*
12370         targets.  Autogenerate *-build-* targets.
12371         * Makefile.in: Regenerate.
12372
12373 2002-11-12  Nathanael Nerode  <neroden@gcc.gnu.org>
12374
12375         * configure: More autoconf-style substitutions.
12376         * Makefile.tpl: More autoconf-style substitutions.
12377         * Makefile.in: Regenerate.
12378
12379 2002-11-11  Nathanael Nerode  <neroden@gcc.gnu.org>
12380
12381         * configure: Substitute more variables in a more autoconf-friendly
12382         way.  Simplify slightly.
12383         * Makefile.tpl: Make more variables substitutable in an
12384         autoconf-friendly way.
12385         * Makefile.in: Regenerate.
12386
12387 2002-11-11  Jonathan Wakely  <redi@gcc.gnu.org>
12388
12389         * MAINTAINERS (Write After Approval): Add myself.
12390
12391 2002-11-10  Nathanael Nerode  <neroden@gcc.gnu.org>
12392
12393         * configure.in (v810*): Remove special setting of tools.
12394
12395         * configure: Add support for extra required flags for ar or nm.
12396         * configure.in (aix4.3+): Use above support for target-specific
12397         issues, rather than using config/mt-aix43.
12398
12399 2002-11-09  Nathanael Nerode  <neroden@gcc.gnu.org>
12400
12401         * configure: Remove 'removing', which doesn't work.  Replace $subdir
12402         with . everywhere.  Replace $subdirs with ''.  Replace $makesrcdir
12403         with $srcdir.  Reformat indentation.  Substitute some variables
12404         formerly hard-coded in the Makefile for build=host.
12405         * Makefile.tpl: Autogenerate more; make more autoconf-friendly.
12406         * Makefile.def: Autogenerate more.
12407         * Makefile.in: Regenerate.
12408
12409 2002-11-04  Adam Nemet  <anemet@lnxw.com>
12410
12411         * MAINTAINERS (Write After Approval): Add myself.
12412
12413 2002-11-04  Kevin Buettner  <kevinb@redhat.com>
12414
12415         * Makefile.def (host_modules): Add rda.
12416         * Makefile.in: Regenerate.
12417         * configure.in (target_tool): Add target-rda to list.
12418
12419 2002-10-28  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
12420
12421         * MAINTAINERS: Remove "co-maintainer" note for web pages.
12422
12423 2002-10-25  Phil Edwards  <pme@gcc.gnu.org>
12424
12425         * Makefile.tpl (bootstrap):  Add bubblestrap, quickstrap, cleanstrap,
12426         and restrap targets to this rule.
12427         * Makefile.in:  Regenerate.
12428
12429 2002-10-25  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
12430
12431         * MAINTAINERS: Add Wolfgang Bangerth and Volker Reichelt under
12432         GNATS only accounts.
12433
12434 2002-10-24  Hans-Peter Nilsson  <hp@bitrange.com>
12435
12436         * configure.in (i[3456]86-*-linux*): Add check to disable
12437         ${libgcj} for glibc1.
12438
12439 2002-10-24  Denis Chertykov  <denisc@overta.ru>
12440
12441         * MAINTAINERS: Add myself as ip2k port maintainer.
12442
12443 2002-10-07  Svein E. Seldal  <Svein.Seldal@solidas.com>
12444
12445         * configure.in: Add tic4x target.
12446
12447 2002-10-03  Nathanael Nerode  <neroden@gcc.gnu.org>
12448
12449         * Makefile.tpl: Make SET_LIB_PATH substitution more autoconfy.
12450         * configure.in: Make SET_LIB_PATH substitution more autoconfy.
12451         * Makefile.in: Regenerate.
12452
12453         * Makefile.tpl: Make RPATH_ENVVAR substitution more autoconfy.
12454         * configure.in: Make RPATH_ENVVAR substitution more autoconfy.
12455         * Makefile.in: Regenerate.
12456
12457 2002-10-02  Janis Johnson  <janis187@us.ibm.com>
12458
12459         * MAINTAINERS: Add myself as web pages co-maintainer.
12460
12461 2002-10-02  Nathanael Nerode  <neroden@gcc.gnu.org>
12462
12463         * Makefile.tpl: Eliminate reference to all-gui, all-libproc.
12464         * Makefile.in: Regenerate.
12465
12466 2002-10-02  Zack Weinberg  <zack@codesourcery.com>
12467
12468         * MAINTAINERS: Add myself and Nathan Sidwell
12469         <nathan@codesourcery.com> as VxWorks maintainers.
12470
12471 2002-10-02  Nathanael Nerode  <neroden@gcc.gnu.org>
12472
12473         * Makefile.def: Remove order dependency comments.
12474         * Makefile.tpl: Add explicit install-install dependencies.
12475         * Makefile.in: Regenerate.
12476
12477         * Makefile.tpl: Remove material now in src-release.  (Finally!)
12478         * Makefile.in: Regenerate.
12479
12480         * Makefile.tpl: Add configure-target (for src-release in src)
12481         * Makefile.in: Regenerate.
12482
12483 2002-09-30  Nick Clifton  <nickc@redhat.com>
12484
12485         * Makefile.in (BINUTILS_SUPPORT_DIRS): Add cpu directory.
12486
12487 2002-09-30  Ulrich Weigand  <uweigand@de.ibm.com>
12488
12489         * configure.in (s390*-*-linux*): Enable libgcj.
12490
12491 2002-09-29  Nathanael Nerode  <neroden@gcc.gnu.org>
12492
12493         * configure: Revert accidentally applied changes.
12494
12495         * Makefile.tpl: Make more autoconf-friendly.
12496         * Makefile.in: Regenerate.
12497         * configure: Make substitution more autoconf-like.
12498
12499 2002-09-28  Richard Earnshaw  <rearnsha@arm.com>
12500
12501         * configure.in (arm-*-coff, strongarm-*-coff, xscale-*-coff): Use a
12502         single entry to handle all these.
12503         (arm-*-elf, strongarm-*-elf, xscale-*-elf): Likewise.  Also enable
12504         libjava on arm-*-elf.
12505
12506 2002-09-27  Geoffrey Keating  <geoffk@apple.com>
12507
12508         * configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or the
12509         things that depend on them.
12510
12511 2002-09-25  Nathanael Nerode  <neroden@gcc.gnu.org>
12512
12513         * Makefile.tpl: Make subsituted variables more autoconfy.
12514         * Makefile.in: Regenerate.
12515         * configure: Make seds more autoconfy.
12516
12517 2002-09-25  Nathanael Nerode  <neroden@gcc.gnu.org>
12518
12519         * Makefile.tpl: Rewrite substituted lines to look autoconfy.
12520         * Makefile.in: Regenerate.
12521         * configure.in: Rewrite sed statements to look autoconfy.
12522
12523         * Makefile.tpl: Autogenerate *-target-* lists, dependencies of
12524         all-target-foo on configure-target-foo.
12525         * Makefile.def: Ditto.
12526         * Makefile.in: Rebuild.
12527
12528 2002-09-25  Andrew Haley  <aph@redhat.com>
12529
12530         * MAINTAINERS: Add aph@redhat.com as Java maintainer.
12531
12532 2002-09-22  Nathanael Nerode  <neroden@gcc.gnu.org>
12533
12534         * Makefile.def: New file.
12535         * Makefile.tpl: New file.
12536         * Makefile.in: Generate from Makefile.tpl with 'autogen Makefile.def'.
12537         * contrib/gcc_update: Note that Makefile.in is a generated file.
12538
12539         * configure.in: Minor rearrangement.  Simplify tests.
12540
12541 2002-09-22  Jason Thorpe  <thorpej@wasabisystems.com>
12542
12543         * configure.in (with_headers): Skip copy if value is "yes".
12544         (with_libs): Likewise.
12545
12546 2002-09-20  Nathanael Nerode  <neroden@gcc.gnu.org>
12547
12548         * configure.in (*-*-netbsd*): Use noconfigdirs, not skipdirs.
12549         * configure.in (sh*-*-pe*): Ditto.
12550         * configure.in (mips*-*-pe*): Ditto.
12551         * configure.in (*arm-wince-pe): Ditto.
12552
12553         * configure.in: Rearrange.
12554
12555 2002-09-14  Kazu Hirata  <kazu@cs.umass.edu>
12556
12557         * MAINTAINERS: Update my email address.
12558
12559 2002-08-30  Paul Koning  <pkoning@equallogic.com>
12560
12561         * MAINTAINERS: (Write After Approval): Add myself.
12562
12563 2002-08-29  Geoffrey Keating  <geoffk@redhat.com>
12564
12565         * MAINTAINERS: Update Jason Eckhardt's address, remove i860.
12566
12567 2002-08-24  Geoffrey Keating  <geoffk@redhat.com>
12568
12569         * MAINTAINERS: Change my mailing address.
12570
12571 2002-08-21  Paolo Carlini  <pcarlini@unitus.it>
12572
12573         * MAINTAINERS (Write After Approval): Remove myself.
12574         (Various Maintainers: c++ runtime libs): Add myself.
12575
12576 2002-08-20  Loren J. Rittle  <ljrittle@acm.org>
12577
12578         * MAINTAINERS (Write After Approval): Remove myself.
12579         (Various Maintainers: c++ runtime libs): Add myself.
12580
12581 2002-08-15  Eric Christopher  <echristo@redhat.com>
12582
12583         * config.sub: Import from master repository.
12584         * config.guess: Ditto.
12585
12586 2002-08-19  Alexandre Oliva  <aoliva@redhat.com>
12587
12588         * Makefile.in (GCC_FOR_TARGET): Prepend STAGE_CC_WRAPPER.
12589         * configure.in (CC_FOR_TARGET, GCJ_FOR_TARGET, CXX_FOR_TARGET,
12590         CXX_FOR_TARGET_FOR_RECURSIVE_MAKE): Likewise.
12591
12592 2002-08-16  Aldy Hernandez  <aldyh@redhat.com>
12593
12594         * MAINTAINERS: Add self to rs6000 vector extensions.
12595
12596 2002-08-15  Alexandre Oliva  <aoliva@redhat.com>
12597
12598         * libiberty/configure: Reverted unintended yesterday's check in.
12599
12600 2002-08-14  Alexandre Oliva  <aoliva@redhat.com>
12601
12602         * boehm-gc/configure, libf2c/configure: Rebuilt.
12603         * libffi/configure, libiberty/configure: Ditto.
12604         * libjava/configure, libobjc/configure: Ditto.
12605         * libstdc++-v3/configure, zlib/configure: Ditto.
12606         Merged from binutils:
12607         2002-01-27  Daniel Jacobowitz  <drow@mvista.com>
12608         From Steve Ellcey <sje@cup.hp.com>:
12609         * libtool.m4 (HPUX_IA64_MODE): Set to 32 or 64 based on ABI.
12610         (lt_cv_deplibs_check_method, lt_cv_file_magic_cmd,
12611         lt_cv_file_magic_test_file): Set to appropriate values for HP-UX
12612         IA64.
12613         * ltcf-c.sh (archive_cmds, hardcode_*): Ditto.
12614         * ltconfig (shlibpath_*, dynamic_linker, library_names_spec,
12615         soname_spec, sys_lib_search_path_spec): Ditto.
12616
12617 2002-08-06  Federico G. Schwindt  <fgsch@olimpo.com.br>
12618
12619         * configure.in (hppa*-*-openbsd*): Treat like hppa*-*-*elf*.
12620
12621 2002-08-04  H.J. Lu  (hjl@gnu.org)
12622
12623         * configure.in (mips*-*-linux*): Don't skip target-libffi.
12624
12625 2002-08-02  Krister Walfridsson  <cato@df.lth.se>
12626
12627         * MAINTAINERS (Write After Approval): Add myself.
12628
12629 2002-07-31  Alan Modra  <amodra@bigpond.net.au>
12630
12631         * configure.in: Move generic linux case to end.  Copy generic
12632         linux noconfigdirs to mips*-*-linux* entry and new
12633         powerpc64*-*-linux* entry.  Add target-libffi for the latter.
12634
12635 2002-07-19  Michael Matz  <matz@suse.de>
12636
12637         * MAINTAINERS: Add myself as ra* maintainer.
12638
12639 2002-07-16  Chris Demetriou  <cgd@broadcom.com>
12640
12641         * config.guess: Update to 2002-07-09 version.
12642         * config.sub: Update to 2002-07-03 version.
12643
12644 2002-07-15  Hans-Peter Nilsson  <hp@bitrange.com>
12645
12646         * MAINTAINERS: Fix typo in a maintainer email address.
12647
12648 2002-07-11  Nathanael Nerode  <neroden@gcc.gnu.org>
12649
12650         * configure.in: Remove two redundant tests.
12651
12652 2002-07-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
12653
12654         * configure.in (mips*-*-irix6*o32): Enable stabs.
12655
12656 2002-07-08  Nathanael Nerode  <neroden@gcc.gnu.org>
12657
12658         * configure.in: Don't build grez.
12659         * Makefile.in: Ditto.
12660
12661         * Makefile.in: Remove references to bsp, cygmon, libstub.
12662         * configure.in: Ditto.
12663
12664         * configure.in: Remove leftover reference to gdbtest.
12665
12666 2002-07-08  Phil Edwards  <pme@gcc.gnu.org>
12667
12668         * configure.in (gxx_include_dir):  Change to match versioned
12669         C++ headers if --enable-version-specific-runtime-libs is used.
12670
12671 2002-07-04  Steve Ellcey  <sje@cup.hp.com>
12672
12673         * ltcf-cxx.sh (hpux*): Modify to support ia64-*-hpux*.
12674
12675 2002-07-03  Nathanael Nerode  <neroden@gcc.gnu.org>
12676
12677         * configure.in: Make --without-x work.
12678
12679 2002-07-02  Nathanael Nerode  <neroden@gcc.gnu.org>
12680
12681         * configure.in: Rearrange target Makefile fragment collection.
12682
12683         * Makefile.in: Don't try to build gdbtest, tgas, ispell, inet, or
12684         cvs[src].
12685         * configure.in: Ditto.
12686
12687 2002-07-01  Matt Kraai  <kraai@alumni.cmu.edu>
12688
12689         * MAINTAINERS (Write After Approval): Update my e-mail address.
12690
12691 2002-06-24  Ben Elliston  <bje@redhat.com>
12692
12693         * configure.in (host_tools): Remove cgen.
12694
12695         * Makefile.in (all-cgen): Remove; runs from its source directory.
12696         (check-cgen, install-cgen, clean-cgen): Likewise.
12697         (all-opcodes): Do not depend on all-cgen.
12698         (all-sim): Likewise.
12699
12700 2002-07-01  Nathanael Nerode  <neroden@gcc.gnu.org>
12701
12702         * Makefile.in: Eliminate 'apache' targets.
12703         * configure.in: Eliminate 'apache' targets.
12704
12705         * configure.in: Eliminate redundant tests.  Reorganize.
12706
12707         * Makefile.in: Eliminate last reference to LIBGCC1_TEST.
12708
12709         * config-ml.in: Eliminate references to Cygnus configure.
12710
12711         * Makefile.in: Eliminate references to building emacs.
12712
12713 2002-06-28  Graham Stott  <graham.stott@btinternet.com>
12714
12715         * MAINTAINERS: Update my email address.
12716
12717 2002-06-26  Benjamin Kosnik  <bkoz@redhat.com>
12718
12719         * config.if (libstdcxx_incdir): Version C++ headers.
12720         (cxx_incdir): Remove.
12721
12722 2002-06-25  Nathanael Nerode  <neroden@gcc.gnu.org>
12723
12724         * MAINTAINERS (Write After Approval): Add self.
12725
12726 Thu Jun 20 00:35:14 2002  Denis Chertykov  <denisc@overta.ru>
12727
12728         * configure.in: Add support for ip2k.
12729
12730 2002-06-22  Nathanael Nerode  <neroden@twcny.rr.com>
12731
12732         * configure.in: Fix AIX configury bug.
12733
12734 2002-06-20  Steve Ellcey  <sje@cup.hp.com>
12735
12736         * MAINTAINERS (Write After Approval): Add self.
12737
12738 2002-06-19  Nathanael Nerode  <neroden@twcny.rr.com>
12739
12740         * configure.in: replace ${topsrcdir} with ${srcdir}
12741
12742         * configure.in: Move definition of libstdcxx_flags
12743         right above usage, rather than waaay earlier.
12744
12745         * configure.in: Pull definition of is_cross_compiler earlier.
12746
12747         * configure.in: Rearrange a little.
12748
12749         * configure.in: Remove references to librx.
12750         * Makefile.in: Remove references to librx.
12751
12752 Tue Jun 18 22:37:35 2002  Denis Chertykov  <denisc@overta.ru>
12753
12754         * config.sub: Add support for avr target.
12755         Import from master sources, rev 1.255
12756
12757 2002-06-19  Phil Edwards  <pme@gcc.gnu.org>
12758
12759         * configure, .cvsignore:  Revert previous change...
12760         * Makefile:  ...delete.
12761
12762 2002-06-19  Nathanael Nerode  <neroden@twcny.rr.com>
12763
12764         * configure.in: Eliminate ${gasdir} variable.
12765
12766 2002-06-18  Dave Brolley  <brolley@redhat.com>
12767
12768         * configure.in: Add support for frv.
12769         * config.sub: Add support for frv.
12770
12771 2002-06-18  Phil Edwards  <pme@gcc.gnu.org>
12772
12773         * configure:  Remove garbage from previous commit.
12774
12775 2002-06-18  Phil Edwards  <pme@gcc.gnu.org>
12776
12777         * configure:  For in-source builds, make a subdir and re-exec there.
12778         * Makefile:  New file.  Pass targets through to build directory.
12779         * .cvsignore:  No longer ignore "Makefile".
12780
12781 2002-06-16  Douglas Rupp  <rupp@gnat.com>
12782
12783         * MAINTAINERS (Write After Approval): Add self.
12784
12785 2002-06-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12786
12787         * Makefile.in (CFLAGS_FOR_TARGET): Add -O2.
12788
12789 2002-06-08  Jason Thorpe  <thorpej@wasabisystems.com>
12790
12791         * configure.in (vax-*-netbsd*): Re-enable gas.
12792
12793 2002-05-31  Nathanael Nerode  <neroden@twcny.rr.com>
12794
12795         * Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with BUILD_PREFIX,
12796         BUILD_PREFIX_1, to correct nomenclature.
12797         * configure: Likewise.
12798
12799         * Makefile.in: Eliminate version-specific references to tcl8.1, tk8.1.
12800         * configure.in: Eliminate version-specific references to tcl8.1, tk8.1.
12801
12802 2002-05-31  Olaf Hering  <olh@suse.de>
12803
12804         * config-ml.in: Propogate DESTDIR also.
12805
12806 2002-05-29  Jason Thorpe  <thorpej@wasabisystems.com>
12807
12808         * configure.in (vax-*-netbsd*): Don't build gas for this
12809         platform.
12810
12811 2002-05-28  Marek Michalkiewicz  <marekm@amelek.gda.pl>
12812
12813         * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
12814         and libgcj for AVR.
12815
12816 2002-05-23  Kaz Kojima  <kkojima@gcc.gnu.org>
12817
12818         * MAINTAINERS (Write After Approval): Add myself.
12819
12820 2002-05-22  Jason Thorpe  <thorpej@wasabisystems.com>
12821
12822         * config.guess: Update to 2002-05-22 version.
12823         * config.sub: Likewise.
12824
12825 2002-05-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
12826
12827         * Makefile.in: Allow for PWDCMD to override hardcoded pwd.
12828         * config-ml.in: Likewise.
12829         * configure: Likewise.
12830         * configure.in: Likewise.
12831
12832 2002-05-16  Stephane Carrez  <stcarrez@nerim.fr>
12833
12834         * MAINTAINERS: Update my email address.
12835
12836 2002-05-13  Nathanael Nerode  <neroden@twcny.rr.com>
12837
12838         * configure.in: Simplify makefile fragment collection.
12839
12840         * configure.in: Remove code to build emacs.
12841
12842         * configure.in : Remove --srcdir argument from targargs and buildargs
12843         (it's always overridden in the Makefile anyway).  Rearrange a bit.
12844
12845         * configure: Move some logic to configure.in.
12846         * configure.in: Move some logic from configure.
12847
12848 2002-05-11  Tom Tromey  <tromey@redhat.com>
12849
12850         * MAINTAINERS: Reflect libgcj reality.
12851
12852 2002-05-09  Federico G. Schwindt  <fgsch@olimpo.com.br>
12853
12854         * Makefile.in: Honour DESTDIR.
12855
12856 2002-05-08  Mark Mitchell  <mark@codesourcery.com>
12857
12858         * config.guess: Import 2002-03-20 version.
12859         * config.sub: Import 2002-04-26 version.
12860
12861 2002-05-08  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
12862
12863         * config-ml.in: Allow for PWDCMD to determine ML_POPDIR.
12864
12865 2002-05-07  Tim Josling  <tej@melbpc.org.au>
12866
12867         * MAINTAINERS: Add self.
12868
12869 2002-05-06  Loren J. Rittle  <ljrittle@acm.org>
12870
12871         * ltmain.sh: Detect and handle object name conflicts
12872         while piecewise linking a static library.
12873
12874 2002-05-05  Alexandre Oliva  <aoliva@redhat.com>
12875
12876         * configure.in (noconfigdirs): Don't disable libgcj on
12877         sparc64-*-solaris* and sparcv9-*-solaris*.
12878
12879 2002-05-03  Alexandre Oliva  <aoliva@redhat.com>
12880
12881         * configure.in: Revert 2002-04-18's patch; fixed in libjava.
12882
12883 2002-05-03  Thomas Fitzsimmons  <fitzsim@redhat.com>
12884
12885         * configure.in (FLAGS_FOR_TARGET): Do not add
12886         -B$$r/$(TARGET_SUBDIR)/newlib/ when compiling newlib natively
12887         on i[3456]86-*-linux*.
12888
12889 2002-05-01  Thomas Fitzsimmons  <fitzsim@redhat.com>
12890
12891         * configure.in (noconfigdirs): Replace [ ] with test.
12892
12893         * configure.in (noconfigdirs): Do not add target-newlib if
12894         target == i[3456]86-*-linux*, and host == target.
12895
12896 2002-04-29  Nathanael Nerode  <neroden@doctormoo.dyndns.org>
12897
12898         * configure.in: delete reference to absent file
12899
12900         * configure.in: replace '[' with 'test'
12901
12902         * configure.in: Eliminate references to gash.
12903         * Makefile.in: Eliminate references to gash.
12904
12905         * configure.in: remove useless references to 'pic' makefile fragments.
12906
12907         * configure.in: (*-*-windows*) Finish removing.
12908
12909         * configure.in: Eliminate redundant test for libgui.
12910
12911 2002-04-29  Roger Sayle  <roger@eyesopen.com>
12912
12913         * MAINTAINERS: Add self and realphabetize.  Update entries
12914         for Dan Berlin, Chris Demetriou and Michael Matz.  Remove
12915         entry for a29k port maintainer.
12916
12917 2002-04-26  Joel Sherrill  <joel@OARcorp.com>
12918
12919         * configure.in (h8300*-*-rtems*): Disable libf2c and libgcj.
12920         (sparc-*-elf*, sparc64-*-elf*): Disable libgcj.
12921
12922 2002-04-19  Nathanael Nerode  <neroden@twcny.rr.com>
12923
12924         * configure.in: remove references to dead files
12925
12926 2002-04-19  Mark Mitchell  <mark@codesourcery.com>
12927
12928         * MAINTAINERS: Add information about purpose of this file.
12929
12930 2002-04-18  Tom Tromey  <tromey@redhat.com>
12931
12932         * configure.in: Disallow configuring libgcj when it is already
12933         installed and we're using Solaris 2.8 linker.  Do enable libgcj on
12934         Solaris 2.8 by default.  For PR libgcj/6158.
12935
12936 2002-04-17  Nathanael Nerode  <neroden@twcny.rr.com>
12937
12938         * configure.in:  Move default CC setting out of config/mh-* fragments
12939         directly into here.
12940
12941 2002-04-17  Nathanael Nerode  <neroden@twcny.rr.com>
12942
12943         * configure.in: don't even try to configure or make a subdirectory
12944         if there's no configure script for it.
12945
12946 2002-04-15  Mark Mitchell  <mark@codesourcery.com>
12947
12948         * MAINTAINERS: Remove chill maintainers.
12949         * Makefile.in (CHILLFLAGS): Remove.
12950         (CHILL_LIB): Remove.
12951         (TARGET_CONFIGDIRS): Remove libchill.
12952         (CHILL_FOR_TARGET): Remove.
12953         (BASE_FLAGS_TO_PASS): Don't pass CHILLFLAGS, CHILL_FOR_TARGET, or
12954         CHILL_LIB.
12955         (CONFIGURE_TARGET_MODULES): Remove configure-target-libchill.
12956         (CHECK_TARGET_MODULES): Likewise.
12957         (INSTALL_TARGET_MODULES): Likewise.
12958         (CLEAN_TARGET_MODULES): Likewise.
12959         (configure-target-libchill): Remove.
12960         (all-target-libchill): Remove.
12961         * configure.in (target_libs): Remove target-libchill.
12962         Do not compute CHILL_FOR_TARGET.
12963         * libchill: Remove directory.
12964
12965 2002-04-11  DJ Delorie  <dj@redhat.com>
12966
12967         * Makefile.in, configure.in: Sync with binutils, entries
12968         follow...
12969
12970 2002-04-07  Andrew Cagney  <ac131313@redhat.com>
12971
12972         * Makefile.in (do-tar-bz2): Delete rule.  Replace with ...
12973         (do-tar, do-bz2): New rules.
12974         (taz): Update.  Replace do-tar-bz2 with do-tar and do-bz2.
12975         (gdb-tar): New rule.
12976         (gdb-taz): Rewrite.  Use gdb-tar and do-bz2.
12977         (insight_dejagnu.tar): New rule.
12978         (insight.tar): New rule.
12979         (gdb+dejagnu.tar): New rule.
12980         (gdb.tar): New rule.
12981
12982 2002-02-01  Mo DeJong  <supermo@bayarea.net>
12983
12984         * Makefile.in: Add all-tix to deps for all-snavigator
12985         so that tix is built when building snavigator.
12986
12987 2002-01-11  Steve Ellcey  <sje@cup.hp.com>
12988
12989         * configure.in (ia64*-*-hpux*): New target for IA64 HP-UX,
12990         ld and gdb are not supported.
12991
12992 2002-01-07  Mark Salter  <msalter@redhat.com>
12993
12994         * configure.in: Remove target-bsp and target-cygmon from arm builds.
12995         Allow target-libgloss to be built for arm, strongarm, and xscale.
12996
12997 2001-12-13  Thomas Fitzsimmons  <fitzsim@redhat.com>
12998
12999         * configure.in (FLAGS_FOR_TARGET): Remove -nostdinc and -isystem
13000         options for i[3456]86-pc-linux* native builds.
13001
13002 2001-11-20  Nick Clifton  <nickc@cambridge.redhat.com>
13003
13004         * Makefile.in (do-proto-toplev): Use msgfmt to generate .gmo
13005         files from .po files for a distribution.
13006
13007 2001-09-03  Jeff Holcomb  <jeffh@redhat.com>
13008
13009         * configure.in: Enable libstdc++-v3 for h8300 targets.
13010
13011 2001-06-19  Alan Modra  <amodra@bigpond.net.au>
13012
13013         * Makefile.in (VER): If AM_INIT_AUTOMAKE uses BFD_VERSION, get
13014         version from bfd/.
13015
13016 Fri Jun  8 11:14:02 2001  Andrew Cagney  <cagney@b1.cygnus.com>
13017
13018         * Makefile.in (VER): When present, extract the version number from
13019         the file version.in.
13020
13021 2001-05-24  Tom Rix  <trix@redhat.com>
13022
13023         * configure.in : enable ld for aix
13024
13025 2001-02-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
13026
13027         * config.guess: Add linux target for S/390.
13028
13029 2000-11-07  Philip Blundell  <pb@futuretv.com>
13030
13031         * Makefile.in (ETC_SUPPORT): Also add configbuild.* and configdev.*.
13032
13033 2000-11-03  Philip Blundell  <pb@futuretv.com>
13034
13035         * Makefile.in (ETC_SUPPORT): Add configure.texi and associated info
13036         files.
13037
13038 2001-01-15  Ben Elliston  <bje@redhat.com>
13039
13040         * configure.in (host_tools): Add sid.
13041         Always configure cgen.
13042
13043 2000-11-24  Nick Clifton  <nickc@redhat.com>
13044
13045         * configure.in (c4x, c5x, tic54x): Move after ARM targets.
13046
13047 2000-08-20  Doug Evans  <dje@casey.transmeta.com>
13048
13049         * Makefile.in (ALL_MODULES): Add all-cgen.
13050         (CROSS_CHECK_MODULES,INSTALL_MODULES,CLEAN_MODULES): Similarily.
13051         (all-cgen): New target.
13052         (all-opcodes,all-sim): Depend on all-cgen.
13053         * configure.in (host_tools): Add cgen.
13054         Only configure cgen if --enable-cgen-maint.
13055
13056 2002-04-09  Loren J. Rittle  <ljrittle@acm.org>
13057
13058         * configure.in: Add *-*-freebsd* configurations.
13059
13060 2002-04-08  Tom Tromey  <tromey@redhat.com>
13061
13062         * configure.in: Add FLAGS_FOR_TARGET to GCJ_FOR_TARGET.
13063         Fixes PR libgcj/6068.
13064
13065 2002-03-30  Krister Walfridsson  <cato@df.lth.se>
13066
13067         * configure.in (i*86-*-netbsdelf*): Don't disable libgcj.
13068
13069 2002-03-27  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
13070
13071         * configure.in (alpha*-dec-osf*): Enable libgcj.
13072
13073 2003-03-27  Matthew Gingell  <gingell@gnat.com>
13074
13075         * MAINTAINERS (Write After Approval): Add myself.
13076
13077 2002-03-24  Nick Clifton  <nickc@cambridge.redhat.com>
13078
13079         Fix for: PR bootstrap/3591, target/5676
13080         * configure.in (mcore-pe): Disable the configuration of
13081         libstdc++-v3 since exceptions are not supported.
13082
13083 2002-03-20  Anthony Green  <green@redhat.com>
13084
13085         * configure.in: Enable libgcj for xscale-elf target.
13086
13087 Tue Mar 19 09:05:08 2002  J"orn Rennecke  <joern.rennecke@superh.com>
13088
13089         * MAINTAINERS:  Update my email address.
13090
13091 2002-03-16  Alexandre Oliva  <aoliva@redhat.com>
13092
13093         * ltmain.sh (relink_command): Fix typo in previous change.
13094
13095 2002-03-15  Alexandre Oliva  <aoliva@redhat.com>
13096
13097         * ltmain.sh (taglist): Initialized.  Don't let `CC' tag out of it.
13098         (relink_command): Added --tag flags.
13099         (mode=install): If relinking fails; error out.
13100
13101 2002-03-12  Richard Henderson  <rth@redhat.com>
13102
13103         * Makefile.in (NOTPARALLEL): New.  Use it instead of explicit
13104         .NOTPARALLEL tag.
13105         (do-check): Rename from check.
13106         (check): Allow parallel check.
13107
13108 2002-03-12  Bob Wilson  <bob.wilson@acm.org>
13109
13110         * MAINTAINERS: Add myself as maintainer for xtensa port.
13111         Fix alphabetical order in CPU port maintainer list.
13112         Remove myself from Write After Approval list.
13113
13114 2002-03-11  Richard Henderson  <rth@redhat.com>
13115
13116         * Makefile.in (.NOTPARALLEL): Add fake tag.
13117
13118 2002-03-07  H.J. Lu  (hjl@gnu.org)
13119
13120         * configure.in: Enable gprof for mips*-*-linux*.
13121
13122 2002-03-05  Danny Smith  <dannysmith@users.sourceforge.net>
13123
13124         * MAINTAINERS (Write After Approval): Add myself.
13125
13126 2002-02-28  Alexandre Oliva  <aoliva@redhat.com>
13127
13128         * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
13129         libjava.
13130         (CXX_FOR_TARGET): Explain why -shared-libgcc here.
13131
13132 2002-02-23  Alexandre Oliva  <aoliva@redhat.com>
13133
13134         * Makefile.in (MAKEINFO): Don't assume makeinfo will be built just
13135         because its Makefile is there; test for the executable instead.
13136
13137 2002-02-22  Alexandre Oliva  <aoliva@redhat.com>
13138
13139         * configure.in (CXX_FOR_TARGET): Add -shared-libgcc for
13140         libstdc++-v3 and libjava.
13141
13142 2002-02-11  Adam Megacz  <adam@xwt.org>
13143
13144         * gcc/Makefile.in: Removed libstdc++-v3 dependancy for libjava and
13145         boehm-gc
13146
13147 2002-02-09  Alexandre Oliva  <aoliva@redhat.com>
13148
13149         * config.guess: Updated to 2002-01-30's version.
13150         * config.sub: Updated to 2002-02-01's version.
13151         Contribute sh64-elf.
13152         2000-12-01  Alexandre Oliva  <aoliva@redhat.com>
13153         * configure.in: Added sh64-*-*.
13154
13155 2002-02-08  Chris Demetriou  <cgd@broadcom.com>
13156
13157         * MAINTAINERS: Belatedly add myself to write after approval list.
13158
13159 Thu Feb  7 12:40:58 CET 2002  Jan Hubicka  <jh@suse.cz>
13160
13161         * MAINTAINERS: Put self in as maintainer for x86-64 port.
13162         Remove self as Write After Approval.
13163
13164 2002-01-31  Geoffrey Keating  <geoffk@redhat.com>
13165
13166         * MAINTAINERS: Put self in as maintainer for contrib/regression
13167         directory.
13168
13169 2002-01-28  Phil Edwards  <pme@gcc.gnu.org>
13170
13171         * MAINTAINERS:  Update my email address.
13172
13173 2002-01-26  Jason Thorpe  <thorpej@wasabisystems.com>
13174
13175         * configure.in (*-*-netbsd*): New.  Skip target-newlib,
13176         target-libiberty, and target-libgloss.  Skip Java-related
13177         libraries if not supported for NetBSD on target CPU.
13178
13179 2002-01-25  Douglas B Rupp  <rupp@gnat.com>
13180
13181         * install-sh: Use _inst.$$_ for temp file name.
13182
13183 2002-01-24  Jason Thorpe  <thorpej@wasabisystems.com>
13184
13185         * MAINTAINERS (Write After Approval): Move my contact info
13186         from here...
13187         (OS Port Maintainers): ...to here (netbsd).
13188
13189 2002-01-22  Bob Wilson  <bob.wilson@acm.org>
13190
13191         * MAINTAINERS (Write After Approval): Add myself.
13192
13193 2002-01-17  H.J. Lu  <hjl@gnu.org>
13194
13195         * Makefile.in (all-fastjar): Also depend on all-libiberty.
13196         (all-target-fastjar): Also depend on all-target-libiberty.
13197
13198 2002-01-16  H.J. Lu  (hjl@gnu.org)
13199
13200         * config.guess: Import from master sources, rev 1.225.
13201         * config.sub: Import from master sources, rev 1.238.
13202
13203 2002-01-16  Kazu Hirata  <kazu@hxi.com>
13204
13205         * MAINTAINERS (Write After Approval): Remove myself.
13206
13207 2001-12-19  Florian Weimer  <fw@deneb.enyo.de>
13208
13209         * MAINTAINERS (Write After Approval): Add myself.
13210
13211 2001-12-17  Joseph S. Myers  <jsm28@cam.ac.uk>
13212
13213         * MAINTAINERS: Add self as docs co-maintainer.
13214
13215 2001-12-11  Matthias Klose  <doko@debian.org>
13216
13217         * MAINTAINERS (Write After Approval): Add myself.
13218
13219 2001-12-09  Zack Weinberg  <zack@codesourcery.com>
13220
13221         * MAINTAINERS: Update my email address.
13222
13223 2001-12-07  Turly O'Connor  <turly@apple.com>
13224         * MAINTAINERS (Write After Approval): Add myself.
13225         * rs6000.c (rs6000_trampoline_size): Handle ABI_DARWIN case.
13226         (rs6000_initialize_trampoline): Call __trampoline_setup for
13227         ABI_DARWIN too.
13228         * darwin-tramp.asm: New file, implements __trampoline_setup.
13229         * t-darwin (LIB2FUNCS_EXTRA): Include darwin-tramp.asm.
13230
13231 2001-12-07  Paolo Carlini  <pcarlini@unitus.it>
13232
13233         * MAINTAINERS (Write After Approval): Add myself.
13234
13235 Wed Dec  5 07:33:45 2001  Douglas B. Rupp  <rupp@gnat.com>
13236
13237         * configure, configure.in: Use temp file for long sed commands.
13238
13239 2001-12-03  Laurent Guerby  <guerby@acm.org>
13240
13241         * config.sub: Update to version 1.232 on subversion.
13242
13243 2001-12-03  Ben Elliston  <bje@redhat.com>
13244
13245         * MAINTAINERS: Update mail address for config.* patches.
13246
13247 2001-11-27  DJ Delorie  <dj@redhat.com>
13248             Zack Weinberg  <zack@codesourcery.com>
13249
13250         When build != host, create libiberty for the build machine.
13251
13252         * Makefile.in (TARGET_CONFIGARGS, BUILD_CONFIGARGS): Replace
13253         CONFIG_ARGUMENTS.
13254         (ALL_BUILD_MODULES_LIST, BUILD_CONFIGDIRS, BUILD_SUBDIR):
13255         New variables.
13256         (ALL_BUILD_MODULES, CONFIGURE_BUILD_MODULES): New variables
13257         and rules.
13258         (all.normal): Depend on ALL_BUILD_MODULES.
13259         (CONFIGURE_TARGET_MODULES rule): Use TARGET_CONFIGARGS.
13260         (all-build-libiberty): Depend on configure-build-libiberty.
13261
13262         * configure: Calculate and substitute proper value for
13263         ALL_BUILD_MODULES.
13264         * configure.in: Create the build subdirectory.
13265         Calculate and substitute TARGET_CONFIGARGS (formerly
13266         CONFIG_ARGUMENTS); also BUILD_SUBDIR and BUILD_CONFIGARGS (new).
13267
13268 2001-11-26  Ziemowit Laski  <zlaski@apple.com>
13269
13270         * MAINTAINERS (write-after-approval): Add self.
13271
13272 2001-11-17  Craig Rodrigues  <rodrigc@gcc.gnu.org>
13273
13274         * MAINTAINERS (GNATS only accounts): Remove self.
13275
13276 2001-11-14  Hans-Peter Nilsson  <hp@bitrange.com>
13277
13278         * configure.in (noconfigdirs) [h8300*-*-*, h8500-*-*]: Disable
13279         libf2c.
13280
13281 2001-11-12  Craig Rodrigues  <rodrigc@gcc.gnu.org>
13282
13283         * MAINTAINERS (Write After Approval): Add self.
13284
13285 2001-11-12  David O'Brien  <obrien@FreeBSD.org>
13286
13287         * MAINTAINERS: mips and s390 are also CPU ports.
13288
13289 2001-11-12  David O'Brien  <obrien@FreeBSD.org>
13290
13291         * MAINTAINERS: mcore, cris and mmix are also CPU ports.
13292
13293 2001-11-11  David O'Brien  <obrien@FreeBSD.org>
13294
13295         * MAINTAINERS: Alphabetize.
13296
13297 2001-11-09  Kazu Hirata  <kazu@hxi.com>
13298
13299         * MAINTAINERS (Various maintainers: h8 port): Add myself.
13300
13301 2001-11-09  John David Anglin  <dave@hiauly1.hia.nrc.ca>
13302
13303         * MAINTAINERS (Various maintainers: hppa port): Added myself.
13304
13305 2001-11-08  Phil Edwards  <pedwards@disaster.jaj.com>
13306
13307         * configure.in (--enable-languages): Be more permissive about
13308         syntax.  Check for empty lists better.  Warn about $LANGUAGES.
13309
13310 2001-11-08  Geoffrey Keating  <geoffk@redhat.com>
13311
13312         * config.sub: Import from master sources, rev. 1.230.
13313         * MAINTAINERS: Change 'stormy16' to 'xstormy16'.
13314
13315 2001-11-07  Laurent Guerby  <guerby@acm.org>
13316
13317         * MAINTAINERS (Write After Approval): Add self.
13318
13319 2001-11-06  Hans-Peter Nilsson  <hp@bitrange.com>
13320
13321         * Makefile.in (MAKEINFO): Use "missing" for makeinfo older than 4.0.
13322
13323 2001-11-05  Hans-Peter Nilsson  <hp@bitrange.com>
13324
13325         * config.sub: Import from master sources, rev 1.226.
13326         * config.guess: Import from master sources, rev 1.216.
13327
13328 2001-11-03  Hans-Peter Nilsson  <hp@bitrange.com>
13329
13330         * configure.in (noconfigdirs) [mmix-*-*]: Disable libgcj.
13331         * MAINTAINERS: Add self as maintainer of MMIX port.
13332         Remove old after-approval entry.
13333
13334 2001-10-28  Joseph S. Myers  <jsm28@cam.ac.uk>
13335
13336         * ChangeLog, configure: Fix spelling errors.
13337
13338 2001-10-20  Brendan Kehoe  <brendan@zen.org>
13339
13340         * MAINTAINERS: Tweak my address.
13341
13342 Thu Oct 11 21:50:15 2001  J"orn Rennecke  <amylaar@onetel.net.uk>
13343
13344         * MAINTAINERS: Update my email address.
13345
13346 2001-10-11  Hans-Peter Nilsson  <hp@axis.com>
13347
13348         * configure.in (noconfigdirs) [cris-*-*]: Disable libgcj.
13349         * MAINTAINERS: Add self as maintainer of CRIS port.
13350
13351 2001-10-10  Geert Bosch  <bosch@gnat.com>
13352
13353         * MAINTAINERS (Various maintainers: Ada front end):
13354         Added Robert Dewar.
13355
13356 2001-10-03  David Billinghurst  <David.Billinghurst@riotinto.com>
13357
13358         * MAINTAINERS (Write After Approval): Added self
13359
13360 2001-10-02  Geert Bosch  <bosch@gnat.com>
13361
13362         * MAINTAINERS (Various maintainers: Ada front end): Added myself.
13363
13364 2001-10-02  Joseph S. Myers  <jsm28@cam.ac.uk>
13365
13366         * configure: Handle temporary files securely using mkdir.
13367
13368 2001-09-29  Alexandre Oliva  <aoliva@redhat.com>
13369
13370         * Makefile.in (configure-target-gperf): Depend on $(ALL_GCC_CXX).
13371
13372 2001-09-26  Will Cohen  <wcohen@redhat.com>
13373
13374         * configure.in (*-*-linux*): Disable configuration of target-newlib
13375         and target-libgloss.
13376
13377 2001-09-26  Alexandre Oliva  <aoliva@redhat.com>
13378
13379         * Makefile.in (EXTRA_TARGET_FLAGS): Pass RANLIB_FOR_TARGET for
13380         RANLIB.
13381
13382 2001-09-21  Alexandre Oliva  <aoliva@redhat.com>
13383
13384         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET,
13385         DLLTOOL_FOR_TARGET, WINDRES_FOR_TARGET, AR_FOR_TARGET,
13386         RANLIB_FOR_TARGET, NM_FOR_TARGET): Don't use double quotes to
13387         avoid quotes nesting problems.
13388         (NATIVE_CHECK_MODULES): Ditto, just for consistency.
13389         (DO_X): Export only variables that are set.
13390
13391 2001-09-19  Ben Elliston  <bje@redhat.com>
13392
13393         * configure.in (sparc-sun-solaris2*): Don't use /usr/bin/which on
13394         Solaris when testing for the /usr/ucb/cc compiler; it has incorrect
13395         semantics.  Use the shell built-in "type" command instead.
13396
13397 2001-08-31  Alexandre Oliva  <aoliva@redhat.com>
13398
13399         Merged from gcc-3_0-branch:
13400         2001-07-30  Jeff Sturm  <jsturm@one-pont.com>
13401         * ltcf-c.sh: Use $objext, not $ac_objext.
13402         2001-07-27  Mark Kettenis  <kettenis@gnu.org>
13403         * ltcf-cxx.sh: Add support for GNU.
13404         2001-07-22  Timothy Wall  <twall@redhat.com>
13405         * ltcf-c.sh: Don't disable shared libraries for AIX5/IA64.  Preserve
13406         default settings if using GNU tools with that configuration.
13407         * ltcf-cxx.sh: Ditto.
13408         * ltcf-gcj.sh: Ditto.
13409         2001-07-21  Michael Chastain  <chastain@redhat.com>
13410         * ltconfig: Set max_cmd_len to a maximum of 512Kb, as it seems some
13411         HPUX 11.0 systems have trouble with 1MB.  Mark as gcc-local.
13412         * ltmain.sh: Mark as gcc-local.
13413
13414 2001-08-30  Eric Christopher  <echristo@redhat.com>
13415             Jason Eckhardt  <jle@redhat.com>
13416
13417         * config.guess: Merge from master sources.
13418         * config.sub: Merge from master sources, add support for mipsisa32.
13419
13420 2001-08-25  Geoffrey Keating  <geoffk@redhat.com>
13421         * config.sub: Merge from master sources, rev 1.219.
13422         * MAINTAINERS: Add self as contact for stormy16 port.
13423
13424 2001-08-14  Zack Weinberg  <zackw@panix.com>
13425
13426         * config.sub: Merge from master sources, rev 1.218.
13427         * config.guess: Merge from master sources, rev 1.209.
13428
13429 2001-08-11  Graham Stott  <grahams@redhat.com>
13430
13431         * Makefile.in (check-c++): Add missing semicolon.
13432
13433 Mon Jul 30 19:24:13 CEST 2001  Jan Hubicka  <jh@suse.cz>
13434
13435         * MAINTAINERS (Various maitainers: predict.def): Added myself.
13436
13437 2001-07-30  Eric Christopher  <echristo@redhat.com>
13438
13439         * MAINTAINERS (Various maintainers: mips port): Added myself.
13440
13441 2001-07-25  Andrew Haley  <aph@cambridge.redhat.com>
13442
13443         * configure.in (sh-*-linux*): New.
13444
13445 2001-07-27  Richard Henderson  <rth@redhat.com>
13446
13447         * .cvsignore: Add LAST_UPDATED.
13448
13449 2001-07-23  Ulrich Weigand  <uweigand@de.ibm.com>
13450
13451         * MAINTAINERS (Various maintainers: s390 port): Added myself.
13452
13453 2001-07-16  Aldy Hernandez  <aldyh@redhat.com>
13454
13455         * config.sub: Fix mips64vr5000el typo in CPU-COMPANY.
13456
13457 Fri Jul 13 14:31:57 2001  Nicola Pero  <nicola@brainstorm.co.uk>
13458
13459         * MAINTAINERS (Write After Approval): Added myself.
13460
13461 2001-07-12  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
13462
13463         * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
13464         and libgcj on m68hc11/m68hc12.
13465
13466 2001-06-27  H.J. Lu  (hjl@gnu.org)
13467
13468         * Makefile (CFLAGS_FOR_BUILD): New.
13469         (EXTRA_GCC_FLAGS): Add CFLAGS_FOR_BUILD.
13470
13471 2001-06-13  Joseph S. Myers  <jsm28@cam.ac.uk>
13472
13473         * README: Remove version number.
13474
13475 2001-06-13  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
13476
13477         * INSTALL/README: Update wrt. to the installation instructions now
13478         residing in gcc/doc/install.texi.
13479
13480 2001-06-13  Joseph S. Myers  <jsm28@cam.ac.uk>
13481
13482         * README: Replace with a cut-down and updated version of gcc/README.
13483
13484 2001-06-12  David Edelsohn  <edelsohn@gnu.org>
13485
13486         * config-ml.in (powerpc-*-* | rs6000-*-*): Allow aix64 and pthread
13487         multilibs to be disabled.
13488
13489 2001-06-11  Daniel Berlin  <dan@cgsoftware.com>
13490
13491         * MAINTAINERS (Write After Approval): Add myself.
13492
13493 2001-06-09  Alexandre Oliva  <aoliva@redhat.com>
13494
13495         * config.guess: Import CVS version 1.195.
13496         * config.sub: Import CVS version 1.212.
13497
13498 2001-06-08  Alexandre Oliva  <aoliva@redhat.com>, Jeff Sturm  <jsturm@one-point.com>
13499
13500         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
13501         gcc/xgcc is built, use -print-prog-name to find out the program
13502         name to use.
13503
13504 2001-06-04  Phil Edwards  <pme@sources.redhat.com>
13505
13506         * config.guess:  Import CVS version 1.194.  All gcc-local changes
13507         appear to also be in the master copy.
13508         * config.sub:  Import CVS version 1.211.
13509
13510 Mon Jun  4 16:32:53 2001  Mark Mitchell  <mark@codesourcery.com>
13511
13512         * ltcf-c.sh (archive_cmds, archive_expsym_cmds) [solaris,
13513         with_gcc]: Use `gcc -shared' to build a shared library.
13514
13515 Mon Jun  4 16:24:43 2001  John David Anglin  <dave@hiauly1.hia.nrc.ca>
13516
13517         * ltcf-c.sh (archive_cmd) [hpux, with_gcc]: Use gcc to link shared
13518         archives.
13519
13520 Fri Jun  1 18:55:19 2001  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
13521
13522         * MAINTAINERS (Write After Approval): Add myself.
13523
13524 2001-06-01  Hans-Peter Nilsson  <hp@axis.com>
13525
13526         * configure.in (libstdcxx_flags): Do not try to execute
13527         libstdc++-v3/testsuite_flags until it exists.
13528
13529 2001-06-01  Alan Modra  <amodra@bigpond.net.au>
13530
13531         * MAINTAINERS: Update my email address.
13532
13533 2001-05-31  Graham Stott  <grahams@redhat.com>
13534
13535         * MAINTAINERS (Write After Approval): Add myself.
13536
13537 2001-05-28  Simon Patarin  <simon.patarin@inria.fr>
13538
13539         * ltcf-cxx.sh (osf3/osf4/osf5): Support creation of C++  shared
13540         libraries when using g++ with native linker.
13541
13542 2001-05-28  Alexandre Oliva  <aoliva@redhat.com>
13543
13544         * ltconfig, ltmain.sh: Upgrade to libtool 1.4a 1.641.2.256.
13545
13546 2001-05-22  Alexandre Oliva  <aoliva@redhat.com>
13547
13548         * ltcf-cxx.sh (allow_undefined_flag, no_undefined_flag)
13549         [aix4*|aix5*]: Prepend blank.
13550
13551 2001-05-20  Alexandre Oliva  <aoliva@redhat.com>
13552
13553         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
13554         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.254.  Rebuilt a number
13555         of subdir/configure scripts to use the new libtool.m4.
13556
13557 2001-05-19  Matt Kraai  <kraai@alumni.carnegiemellon.edu>
13558
13559         * MAINTAINERS (Write After Approval): Add myself.
13560
13561 2001-05-18  Benjamin Kosnik  <bkoz@redhat.com>
13562
13563         * configure.in (libstdcxx_flags): Remove reference to libstdc++.INC.
13564
13565 2001-05-11  Ben Elliston  <bje@redhat.com>
13566
13567         * Makefile.in (all-sid): New target.
13568         (check-sid, clean-sid, install-sid): Likewise.
13569
13570 2001-05-09  Jeffrey Oldham  <oldham@codesourcery.com>
13571
13572         * ltcf-cxx.sh: Add -nostdlib to IRIX 6 archive_cmds.
13573
13574 2001-05-03  Alexandre Oliva  <aoliva@redhat.com>
13575
13576         * configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: Disable
13577         libgcj.
13578
13579 2001-05-03  Alexandre Oliva  <aoliva@redhat.com>
13580
13581         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
13582         gcc/xgcc is built, use -print-prog-name to find out the program
13583         name to use.
13584
13585 2001-04-26  Alexandre Oliva  <aoliva@redhat.com>
13586
13587         * configure.in (noconfigdirs): Don't reset it from scratch in the
13588         target case; only append to it.
13589
13590         * configure.in (noconfigdirs) [hppa*-*-*, mips*-*-irix6*,
13591         sparc-*-solaris2.8]: Disable ${libgcj}.
13592
13593 2001-04-25  Alexandre Oliva  <aoliva@redhat.com>
13594
13595         * configure.in (libgcj_saved): Copy from $libgcj.
13596         (libgcj): Zero out if --enable-libgcj; add to noconfigdirs is
13597         --disable-libgcj.
13598
13599 2001-04-25  Gavin Romig-Koch  <gavin@redhat.com>
13600
13601         * MAINTAINERS: Remove self as MIPS maintainer and
13602         C front end maintainer.
13603
13604 Mon Apr 23 09:15:03 2001  Anthony Green  <green@redhat.com>
13605
13606         * configure.in: Move *-chorusos target case to the proper switch.
13607         Disable libgcj.
13608
13609 2001-04-12  Alexandre Oliva  <aoliva@redhat.com>
13610
13611         * ltconfig, ltmain.sh, ltcf-cxx.sh: Upgraded to libtool 1.4a
13612         1.641.2.228.
13613
13614 2001-04-13  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
13615
13616         * Makefile.in (STAGE1_CFLAGS): Pass down.
13617
13618 2001-04-13  Alan Modra  <amodra@one.net.au>
13619
13620         * config.guess: Add hppa64-linux support.  Note for next import that
13621         this is already in the master file.
13622         * configure.in: Likewise.  Accept `parisc' alias for `hppa'.
13623
13624 2001-04-12  Alexandre Oliva  <aoliva@redhat.com>
13625
13626         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
13627         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.226.
13628
13629 2001-04-11  Stan Shebs  <shebs@apple.com>
13630
13631         * MAINTAINERS: Add self as Darwin port maintainer.
13632
13633 2001-04-11  Alan Modra  <amodra@one.net.au>
13634
13635         * MAINTAINERS: Update my email address.
13636
13637 2001-04-10  Loren J. Rittle  <ljrittle@acm.org>
13638
13639         * ltcf-cxx.sh: Support creation of C++ shared libraries on
13640         recent versions of FreeBSD (release 3 or later).
13641         * ltconfig: On FreeBSD, -lc must not be provided when building
13642         a shared library or else the standard -pthread gcc option is
13643         rendered worthless to later users of the built library.
13644
13645 2001-04-06  Joseph S. Myers  <jsm28@cam.ac.uk>
13646
13647         * MAINTAINERS: Add self and RTH as C front end maintainers.
13648
13649 2001-04-05  Alexandre Oliva  <aoliva@redhat.com>
13650
13651         * config.sub: Make sure to match an already-canonicalized
13652         machine name (eg. mn10300-unknown-elf).
13653
13654 2001-04-01  Alexandre Oliva  <aoliva@redhat.com>
13655
13656         * Makefile.in (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS):
13657         New macros.
13658         (bootstrap, cross): Use RECURSE_FLAGS.
13659         * configure.in: Subst CXX_FOR_TARGET_FOR_RECURSIVE_MAKE.
13660
13661 2001-03-27  Alexandre Oliva  <aoliva@redhat.com>
13662
13663         * configure.in (CXX_FOR_TARGET): Use xgcc for libstdc++-v3.
13664
13665 2001-03-22  Colin Howell  <chowell@redhat.com>
13666
13667         * Makefile.in (DO_X): Do not backslash single-quotes in
13668         backquotes (two places).
13669
13670 2001-03-22  Alexandre Oliva  <aoliva@redhat.com>
13671
13672         Re-installed:
13673         2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
13674         * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP.  Do not add
13675         '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
13676         * ltcf-cxx.sh: Likewise.
13677         * ltcf-gcj.sh: Likewise.
13678
13679 2001-03-22  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
13680
13681         * MAINTAINERS: Add myself as "documentation co-maintainer".
13682
13683 2001-03-22  Alexandre Oliva  <aoliva@redhat.com>
13684
13685         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
13686         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.198.
13687
13688 2001-03-19  Tom Tromey  <tromey@redhat.com>
13689
13690         * config-ml.in: Handle GCJ and GCJFLAGS.
13691
13692 2001-03-21  Michael Chastain  <chastain@redhat.com>
13693
13694         * Makefile.in: all-m4 depends on all-texinfo.
13695
13696 2001-03-20  Loren J. Rittle  <ljrittle@acm.org>
13697
13698         * MAINTAINERS: Add myself to write after approval list.
13699
13700 2001-03-18  Laurynas Biveinis  <lauras@softhome.net>
13701
13702         * Makefile.in (DO_X): Quote nested quotes.
13703
13704 2001-03-18  Alan Modra  <alan@linuxcare.com.au>
13705
13706         * MAINTAINERS: Add myself to write after approval list.
13707
13708 2001-03-15  Laurynas Biveinis  <lauras@softhome.net>
13709
13710         * Makefile.in (DO_X): Use double quotes for quoting
13711         "RANLIB=$${RANLIB}".
13712
13713 2001-03-10  Ovidiu Predescu  <ovidiu@cup.hp.com>
13714
13715         * MAINTAINERS: Added Stan Shebs as new maintainer for Objective-C.
13716
13717 2001-03-09  Nicola Pero  <n.pero@mi.flashnet.it>
13718
13719         * configure.in: Only use `lang_requires' for languages athat are
13720         actually enabled.
13721
13722 2001-03-08  Phil Edwards  <pme@sources.redhat.com>
13723
13724         * MAINTAINERS (C++ runtime libs):  Update and alphabatize.
13725
13726 2001-03-08  Alexandre Oliva  <aoliva@redhat.com>
13727
13728         * Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use.
13729
13730 2001-03-07  Tom Tromey  <tromey@redhat.com>
13731
13732         * configure.in: Allow config-lang.in to set `lang_requires' to list
13733         of other required languages.
13734
13735 2001-03-06  Laurynas Biveinis  <lauras@softhome.net>
13736
13737         * Makefile.in: Remove RANLIB definition. Use RANLIB
13738         in RANLIB_FOR_TARGET, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS,
13739         EXTRA_GCC_FLAGS, $(DO_X) targets only when the RANLIB is set.
13740
13741 2001-02-28  Benjamin Kosnik  <bkoz@redhat.com>
13742             Alexandre Oliva  <aoliva@redhat.com>
13743
13744         * Makefile.in (check-c++): Use tabs, not spaces.
13745
13746 2001-02-20  Laurynas Biveinis  <lauras@softhome.net>
13747
13748         * MAINTAINERS: add myself to Write After Approval list.
13749
13750 2001-02-19  Benjamin Kosnik  <bkoz@redhat.com>
13751
13752         * Makefile.in (check-c++): New rule.
13753
13754         * configure.in (target_libs): Remove libg++.
13755         (noconfigdirs): Remove libg++.
13756         (noconfigdirs): Same.
13757         (noconfigdirs): Same.
13758         (noconfigdirs): Same.
13759
13760         * config-ml.in: Remove libg++ references.
13761
13762         * Makefile.in (TARGET_CONFIGDIRS): Remove libio, libstdc++, libg++.
13763         (ALL_TARGET_MODULES): Same.
13764         (configure-target-libg++): Remove.
13765         (all-target-libg++): Remove.
13766         (configure-target-libio): Remove.
13767         (all-target-libio): Remove.
13768         (check-target-libio): Remove.
13769         (.PHONY): Remove.
13770         (libg++.tar.bz2): Remove.
13771         (all-target-cygmon): Remove libio.
13772         (all-target-libstdc++): Remove.
13773         (configure-target-libstdc++): Remove.
13774         (TARGET_LIB_PATH): Remove libstdc++.
13775         (ALL_GCC_CXX): Remove libstdc++.
13776         (all-target-gperf): Correct.
13777
13778 2001-02-16  Nick Clifton  <nickc@redhat.com>
13779
13780         * configure.in (noconfigdirs): Allow configuration of texinfo
13781         for Cygwin hosts.
13782
13783 2001-02-15  Anthony Green  <green@redhat.com>
13784
13785         * configure: Introduce GCJ_FOR_TARGET.
13786         * configure.in: Ditto.
13787         * Makefile.in: Ditto.
13788
13789 2001-02-13  Andreas Schwab  <schwab@suse.de>
13790
13791         * MAINTAINERS: Update mail address.
13792
13793 2001-02-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
13794
13795         * config.guess: Add linux target for S/390.
13796         * config.sub: Likewise.
13797
13798 2001-02-08  Chandrakala Chavva  <cchavva@redhat.com>
13799
13800         * configure.in: for *-chorusos, don't config target-newlib and
13801         target-libgloss.
13802
13803 2001-02-06  Ben Elliston  <bje@redhat.com>
13804
13805         * configure: Output host type to stdout, not stderr.
13806
13807 2001-02-05  Mark Mitchell  <mark@codesourcery.com>
13808
13809         * ltcf-c.sh: Add support for -no-undefined under GNU/Linux.
13810         * ltcf-cxx.sh: Likewise.
13811
13812         * config.if: Assume enable_libstdcxx_v3 is defined.
13813
13814 2001-02-04  Mark Mitchell  <mark@codesourcery.com>
13815
13816         Remove V2 C++ library.
13817         * configure.in: Remove --enable-libstdcxx_v3 support.
13818
13819 2001-01-31  Bryce McKinlay  <bryce@albatross.co.nz>
13820
13821         * include/demangle.h: Add prototype for java_demangle_v3.
13822
13823 2001-01-29  Phil Edwards  <pme@sources.redhat.com>
13824
13825         * COPYING.LIB:  Update to LGPL 2.1 from the FSF.
13826
13827 2001-01-27  Richard Henderson  <rth@redhat.com>
13828
13829         * configure.in (target_makefile_frag) [alpha*-*]: Use mt-alphaieee.
13830
13831 2001-01-27  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
13832
13833         * ltcf-cxx.sh (ac_cv_prog_cc_pic_works, ac_cv_prog_cc_static_works):
13834         Don't unset, it's non-portable and no longer necessary, set to empty
13835         instead.
13836
13837 2001-01-27  Michael Sokolov  <msokolov@ivan.Harhan.ORG>,  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
13838
13839         * ltconfig: Shell portability fix for the tagname validity check.
13840
13841 2001-01-27  Alexandre Oliva  <aoliva@redhat.com>
13842
13843         * ltcf-c.sh (ld_shlibs) [aix5*]: Disable on unknown CPU types.
13844         * ltcf-cxx.sh, ltcf-gcj.sh: Likewise.
13845
13846 2001-01-26  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
13847
13848         * ltcf-cxx.sh: Use parentheses around eval $ac_compile.
13849
13850 2001-01-26  Tom Tromey  <tromey@redhat.com>
13851
13852         * configure.in: Allow libgcj to be built on Sparc Solaris.
13853
13854 2001-01-25  David Edelsohn  <edelsohn@gnu.org>
13855
13856         * ltcf-c.sh: Add aix5 case.
13857         * ltcf-cxx.sh: Likewise.
13858         * ltconfig: Likewise.
13859
13860 2001-01-24  Alexandre Oliva  <aoliva@redhat.com>
13861
13862         * ltmain.sh (TAG disable-shared, TAG disable-static): Make sure we
13863         keep at least one of build_libtool_libs or build_old_libs set to
13864         yes.
13865
13866         * ltcf-gcj.sh (lt_simple_link_test_code): Remove stray `(0)'.
13867         * libtool.m4 (_AC_LIBTOOL_GCJ): Pass $CPPFLAGS on.
13868
13869 2001-01-23  Bryce McKinlay  <bryce@albatross.co.nz>
13870
13871         * configure.in: Enable libgcj on several additional platforms.
13872
13873 2001-01-22  Bryce McKinlay  <bryce@albatross.co.nz>
13874
13875         * configure.in: Enable libgcj for linux targets.
13876
13877 2001-01-20  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
13878
13879         * MAINTAINERS (Write After Approval): Add myself.
13880
13881 2001-01-15  John David Anglin  <dave@hiauly1.hia.nrc.ca>
13882
13883         * MAINTAINERS: Add myself as vax port maintainer.
13884
13885 2001-01-11  Fergus Henderson  <fjh@cs.mu.oz.au>
13886
13887         * MAINTAINERS: Add myself as Mercury front-end maintainer.
13888
13889 2001-01-09  Mike Stump  <mrs@wrs.com>
13890
13891         * Makefile.in (CONFIGURE_TARGET_MODULES): Pass back configuration
13892         failures of subdirectories.
13893
13894 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
13895
13896         * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP.  Do not add
13897         '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
13898         * ltcf-cxx.sh: Likewise.
13899         * ltcf-gcj.sh: Likewise.
13900         * ltconfig.sh: Fix typo.
13901
13902 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
13903
13904         * configure: handle DOS-style absolute paths.
13905
13906 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
13907
13908         * configure.in: remove supported directories from $noconfigdirs for DJGPP.
13909
13910 2000-12-30  Marek Michalkiewicz  <marekm@linux.org.pl>
13911
13912         * MAINTAINERS: Add myself as avr port co-maintainer.
13913
13914 2000-12-28  Ben Elliston  <bje@redhat.com>
13915
13916         * MAINTAINERS: Add myself under ``Write After Approval''.
13917
13918 2000-12-19  Joseph S. Myers  <jsm28@cam.ac.uk>
13919
13920         * texinfo: Remove directory from GCC.
13921
13922 2000-12-18  Joseph S. Myers  <jsm28@cam.ac.uk>
13923
13924         * COPYING: Update to current
13925         ftp://ftp.gnu.org/pub/gnu/Licenses/COPYING-2.0 (fixes references
13926         to 19yy as example year in copyright notice).
13927
13928 2000-12-18  Benjamin Kosnik  <bkoz@redhat.com>
13929
13930         * Makefile.in (BASE_FLAGS_TO_PASS): Alphabetize.
13931         (libstdcxx_incdir): Pass down.
13932         * config.if: Remove expired bits for cxx_interface, add stub.
13933         (libstdcxx_incdir): Add variable for g++ include directory.
13934         * configure.in (gxx_include_dir): Use it.
13935
13936 2000-12-18  Alexandre Oliva  <aoliva@redhat.com>
13937
13938         * MAINTAINERS: Added self as sh port co-maintainer.  Removed entry
13939         with old-email address from ``Write After Approval''.
13940
13941 2000-12-15  Andreas Jaeger  <aj@suse.de>
13942
13943         * configure.in: Handle lang_dirs.
13944
13945 2000-12-14  Tom Tromey  <tromey@redhat.com>
13946
13947         * MAINTAINERS: Removed brads.
13948
13949         * MAINTAINERS: Added gcj developers.
13950
13951 2000-12-13  Anthony Green  <green@redhat.com>
13952
13953         * configure.in: Disable libgcj for any target not specifically
13954         listed.  Disable libgcj for x86 and Alpha Linux until compatible
13955         with g++ abi.
13956
13957 2000-12-13  Mike Stump  <mrs@wrs.com>
13958
13959         * Makefile.in (local-distclean): Also remove fastjar.
13960
13961 2000-12-12  Rodney Brown  <RodneyBrown@mynd.com>
13962
13963         * contrib/gcc_update: Add fastjar --touch entries.
13964
13965 2000-12-12  Alexandre Oliva  <aoliva@redhat.com>
13966
13967         * configure.in: Disable language-specific target libraries for
13968         languages that aren't enabled.
13969
13970 2000-12-10  Anthony Green  <green@redhat.com>
13971
13972         * configure.in: Define libgcj.  Disable libgcj target libraries for
13973         most targets.
13974
13975 2000-12-10  Neil Booth  <neilb@earthling.net>
13976
13977         * MAINTAINERS: Update mail address, remove from WAA list.
13978
13979 2000-12-09  Alexandre Petit-Bianco  <apbianco@cygnus.com>
13980
13981         * libjava: Imported from /cvs/java.
13982         * libffi: Likewise.
13983         * Boehm-gc: Likewise.
13984
13985 2000-12-09  Alexandre Petit-Bianco  <apbianco@cygnus.com>
13986
13987         * configure.in (target_libs): Revert 2000-12-08 patch.
13988         (noconfigdirs): Added target-libjava.
13989
13990 2000-12-09  Laurynas Biveinis  <lauras@softhome.net>
13991
13992         * djunpack.bat: removed.
13993
13994 2000-12-09  Laurynas Biveinis  <lauras@softhome.net>
13995
13996         * Makefile.in: handle DOS-style absolute paths.
13997         * config-ml.in: likewise.
13998         * symlink-tree: likewise.
13999
14000 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
14001
14002         * fastjar: Imported.
14003
14004 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
14005
14006         * Makefile.in (TARGET_CONFIGDIRS): Wrong place. Removed note about
14007         libjava.
14008         * configure.in (target_libs): Removed `target-libjava'.
14009
14010 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
14011
14012         * Makefile.in (TARGET_CONFIGDIRS): Added note about libjava.
14013         (ALL_MODULES): Added fastjar.
14014         (NATIVE_CHECK_MODULES, INSTALL_MODULES, CLEAN_MODULES): Likewise.
14015         (all-target-libjava): all-fastjar replaces all-zip.
14016         (all-fastjar): Added.
14017         (configure-target-fastjar, all-target-fastjar): Likewise.
14018         * configure.in (host_tools): Added fastjar.
14019
14020 2000-12-07  Mike Stump  <mrs@wrs.com>
14021
14022         * Makefile.in (local-distclean): Remove leftover built files.
14023
14024 2000-11-24  Nick Clifton  <nickc@redhat.com>
14025
14026         * configure.in (xscale-elf): Add target.
14027         (xscale-coff): Add target.
14028
14029 2000-11-22  Loren J. Rittle  <ljrittle@acm.org>
14030
14031         * ltcf-cxx.sh: Support creation of C++ shared libraries on
14032         recent versions of FreeBSD (release 3 or later).
14033         * ltconfig: On FreeBSD, -lc must not be provided when building
14034         a shared library or else the standard -pthread gcc option is
14035         rendered worthless to later users of the built library.
14036
14037 2000-11-16  Fred Fish  <fnf@be.com>
14038
14039         * configure.in (enable_libstdcxx_v3): Fix typo,
14040         libstd++ -> libstdc++.
14041
14042 2000-11-21  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
14043
14044         * MAINTAINERS: Add self to Write After Approval list.
14045
14046 2000-11-21  Bernd Schmidt  <bernds@redhat.com>
14047
14048         * MAINTAINERS: Update my email address.  Add myself to global write
14049         privs list.
14050
14051 2000-11-18  Alexandre Oliva  <aoliva@redhat.com>
14052
14053         * Makefile.in: Merge with src and libgcj.
14054         (ALL_GCC_C, ALL_GCC_CXX): New macros.  Use them as dependencies of
14055         configure-target-<library> when their configure scripts need the C
14056         or C++ library to have already been built to work properly.
14057         (do_proto_toplev): Set them to an empty string.
14058
14059         * Makefile.in (HOST_LIB_PATH, TARGET_LIB_PATH): New macros.
14060         (REALLY_SET_LIB_PATH): Use them.
14061
14062 2000-11-17  Stan Shebs  <shebs@apple.com>
14063
14064         * MAINTAINERS: Add self to Write After Approval list.
14065
14066 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
14067
14068         * configure: Provide the original toplevel configure arguments
14069         (including $0) to subprocesses in the environment rather than
14070         through gcc/configargs.h.
14071
14072 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
14073
14074         * MAINTAINERS: Remove references to cccp. Change C9X reference to
14075         C99.  Alphabetise "Write After Approval" list.
14076
14077 2000-11-12  Mark Mitchell  <mark@codesourcery.com>
14078
14079         * configure: Turn on libstdc++ V3 by default.
14080
14081         * ltcf-c.sh: On Solaris, use `gcc -shared' to build a shared library
14082         if we've got GCC.
14083
14084 2000-11-11  Philip Blundell  <philb@gnu.org>
14085
14086         * MAINTAINERS: Add self to Write After Approval list.
14087
14088 2000-11-09  David Edelsohn  <edelsohn@gnu.org>
14089
14090         * ltcf-c.sh (aix4): Improve shared library configuration; require
14091         exporting symbols.
14092         * ltcf-cxx.sh (aix4): Define.
14093         * ltconfig (aix4): Define library and soname specs appropriate for
14094         AIX.  Define command to create export symbols list.
14095
14096 Mon Nov  6 14:19:35 2000  Christopher Faylor  <cgf@cygnus.com>
14097
14098         * config.sub: Add support for Sun Chorus
14099
14100 2000-10-31  Nick Clifton  <nickc@redhat.com>
14101
14102         * MAINTAINERS: Rename <name>@cygnus.com addresses to
14103         <name>@redhat.com.  Also installed new email address for Clint
14104         Popetz.
14105
14106 2000-10-30  Joseph S. Myers  <jsm28@cam.ac.uk>
14107
14108         * etc: Remove directory from GCC.
14109
14110 2000-10-16  Michael Meissner  <meissner@redhat.com>
14111
14112         * configure (gcc/configargs.h): Only create if there is a build GCC
14113         directory created.
14114
14115 2000-10-16  Matthias Klose  <doko@debian.org>
14116
14117         * config.if: Search libstdc++-v3/configure.in for INTERFACE,
14118         when configured for libstdc++-v3.
14119
14120 2000-10-05  Phil Edwards  <pme@gcc.gnu.org>
14121
14122         * configure: Save configure arguments to gcc/configargs.h.
14123
14124 2000-10-04  Philipp Thomas  <pthomas@suse.de>
14125
14126         * config.guess: Import CVS version 1.157.
14127         * config.sub: Import CVS version 1.181.
14128
14129 2000-10-04  Andris Pavenis  <pavenis@latnet.lv>
14130
14131         * Makefile.in (bootstrap): avoid recursion if subdir missing
14132         (cross): ditto
14133         (do-proto-toplev): ditto
14134
14135 2000-09-30  Alexandre Oliva  <aoliva@redhat.com>
14136
14137         * Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4,
14138         ltcf-c.sh, ltcf-cxx.sh and ltcf-gcj.sh.
14139
14140         * ltconfig, ltmain.sh, libtool.m4, ltcf-cxx.sh: Updated from libtool
14141         multi-language branch, to work around Solaris' /bin/sh bug.  Rebuilt
14142         all affected `configure' scripts.
14143
14144 Mon 25-Sep-2000 19:46:09 BST  Neil Booth  <neilb@earthling.net>
14145
14146         * MAINTAINERS: Add self as cpplib co-maintainer.
14147
14148 2000-09-24  Aldy Hernandez  <aldyh@redhat.com>
14149
14150         * MAINTAINERS: Add self to Write After Approval list.
14151
14152 2000-09-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
14153
14154         * INSTALL/README: egcs -> GCC update.
14155
14156 Sun Sep 17 16:55:59 CEST 2000  Marc Espie  <espie@cvs.openbsd.org>
14157
14158         * MAINTAINERS: Add myself to Write After Approval list.
14159
14160 2000-09-15  Kazu Hirata  <kazu@hxi.com>
14161
14162         * MAINTAINERS: Add myself to Write After Approval list.
14163
14164 Wed Sep 13 11:11:29 2000  Jeffrey A Law  (law@cygnus.com)
14165
14166         * configure.in: Do not build byacc for hppa64.  Provide paths to the
14167         X11 libraries for hppa64.
14168
14169 2000-09-08  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
14170
14171         * MAINTAINERS: Add myself as 68hc11 port maintainer.
14172
14173 2000-09-06  Alexandre Oliva  <aoliva@redhat.com>
14174
14175         * Makefile.in (all-zlib): Added dummy target.
14176
14177         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
14178         ltcf-gcj.sh: Updated from libtool multi-language branch.
14179
14180 2000-09-05  Alexandre Oliva  <aoliva@redhat.com>
14181
14182         * Makefile.in (all-bootstrap): Added all-texinfo and all-zlib.
14183         (bootstrap*): Depend on all-bootstrap.
14184
14185 2000-09-05  Philipp Thomas  <pthomas@suse.de>
14186
14187         * config.guess: Import CVS version 1.156.
14188         * config.sub: Import CVS version 1.179.
14189
14190 2000-09-02  Anthony Green  <green@cygnus.com>
14191
14192         * Makefile.in (all-gcc): Depend on all-zlib.
14193         (CLEAN_MODULES): Add clean-zlib.
14194         (ALL_MODULES): Add all-zlib.
14195         * configure.in (host_libs): Add zlib.
14196
14197 2000-09-02  Alexandre Oliva  <aoliva@redhat.com>, DJ Delorie  <dj@redhat.com>
14198
14199         * configure.in (FLAGS_FOR_TARGET): Use -nostdinc even for Canadian
14200         crosses, but add gcc/include to the header search path for them.
14201
14202 2000-08-04  David E. O'Brien  <obrien@FreeBSD.org>
14203
14204         * MAINTAINERS: Add self to Write After Approval list.
14205
14206 2000-08-27  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
14207
14208         * config.guess: Import CVS version 1.152.
14209         * config.sub: Import CVS version 1.177.
14210
14211 2000-08-25  Alexandre Oliva  <aoliva@redhat.com>
14212
14213         * configure.in (FLAGS_FOR_TARGET): Use $target_configdirs and
14214         $targargs to tell whether newlib is going to be built.
14215
14216         * configure.in [disable-libstdcxx-v3] (libstdcxx_flags): Search
14217         $$r/TARGET_SUBDIR/libio for _G_config.h.
14218
14219 2000-08-23  Alexandre Oliva  <aoliva@redhat.com>
14220
14221         * MAINTAINERS: Add self as a build machinery (*.in) maintainer.
14222
14223 2000-08-22  DJ Delorie  <dj@redhat.com>
14224
14225         * MAINTAINERS: Add self as a build machinery (*.in) maintainer
14226
14227 2000-08-22  Alexandre Oliva  <aoliva@redhat.com>
14228
14229         * config-ml.in (CC, CXX): Avoid trailing whitespace.
14230         (LD_LIBRARY_PATH, SHLIB_PATH): Adjust for multilibs and export to
14231         sub-configures.
14232
14233 2000-08-21  DJ Delorie  <dj@redhat.com>
14234
14235         * MAINTAINERS: Add self as a libiberty maintainer
14236
14237 2000-08-16  Alexandre Oliva  <aoliva@redhat.com>
14238
14239         * configure.in (libstdcxx_flags): Use
14240         libstdc++-v3/src/libstdc++.INC.
14241
14242 2000-08-15  Alexandre Oliva  <aoliva@redhat.com>
14243
14244         * configure.in (libstdcxx_flags): Use libstdc++-v3/src/INCLUDES.
14245
14246 2000-08-14  Zack Weinberg  <zack@wolery.cumb.org>
14247
14248         * configure.in (libstdcxx_flags): Remove -isystem $$s/libio/stdio.
14249
14250         * configure: Make enable_threads and enable_shared defaults
14251         explicit.  Substitute enable_threads into generated Makefiles.
14252         * configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
14253         * libtool.m4: Accept *-*-linux* not just *-*-linux-gnu*.
14254
14255 2000-08-13  Geoff Keating  <geoffk@cygnus.com>
14256
14257         * Makefile.in (GCC_FOR_TARGET): Also add -B$$r/gcc/ here.
14258
14259 2000-08-12  Alexandre Oliva  <aoliva@redhat.com>
14260
14261         * config-ml.in (CC): Remove bogus duplicate quotation mark from
14262         previous delta.
14263
14264 2000-08-11  Jason Merrill  <jason@redhat.com>
14265
14266         * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET,
14267         CXX_FOR_TARGET): Add -B$$r/gcc/ here.
14268         (FLAGS_FOR_TARGET): Not here.
14269         (CHILL_FOR_TARGET, CXX_FOR_TARGET): Don't check the list of languages.
14270
14271 2000-08-11  Alexandre Oliva  <aoliva@redhat.com>
14272
14273         * config-ml.in (CC, CXX): Don't introduce a leading space.
14274
14275 2000-08-07  DJ Delorie  <dj@delorie.com>
14276
14277         * MAINTAINERS: Add self as a DJGPP maintainer
14278
14279 2000-08-07  DJ Delorie  <dj@redhat.com>
14280
14281         * configure.in (FLAGS_FOR_TARGET): invert test for xgcc, should mean
14282         "if we're also building gcc, and it's a gcc that will run on the
14283         build machine, we want to use its includes instead of the system's
14284         default includes".
14285
14286 2000-08-04  Joseph S. Myers  <jsm28@cam.ac.uk>
14287
14288         * MAINTAINERS: Add self to Write After Approval list.
14289
14290 2000-08-03  Alexandre Oliva  <aoliva@redhat.com>
14291
14292         * configure.in (libstdcxx_flags): Don't use `"'.
14293
14294         * config-ml.in: Adjust multilib search paths to the
14295         appropriate multilib tree.
14296
14297 2000-08-02  Alexandre Oliva  <aoliva@redhat.com>
14298
14299         * configure.in (CHILL_FOR_TARGET, CXX_FOR_TARGET): Convert blanks to
14300         commas in $LANGUAGES.
14301
14302 2000-08-02  Manfred Hollstein  <manfredh@redhat.com>
14303
14304         * configure.in: Re-enable all references to libg++ and librx.
14305
14306 2000-08-01  Alexandre Oliva  <aoliva@redhat.com>
14307
14308         * ltconfig, ltmain.sh: Update from libtool multi-language branch.
14309         * ltcf-c.sh (need_lc): Fix test message.  Set wl for archive_cmds.
14310         (ac_cv_prog_cc_pic): Don't print `cached' without `checking'.
14311         * ltcf-cxx.sh (need_lc): Set based on postdeps.
14312
14313         * configure.in (qCXX_FOR_TARGET): Use echo instead of expr.
14314
14315 2000-07-31  Alexandre Oliva  <aoliva@redhat.com>
14316
14317         * configure.in (qCXX_FOR_TARGET): Quote `&' characters in
14318         CXX_FOR_TARGET for sed.
14319
14320 2000-07-30  Alexandre Oliva  <aoliva@redhat.com>
14321
14322         * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET, CXX_FOR_TARGET):
14323         Do not override if already set in the environment or in configure.
14324         Don't duplicate $(FLAGS_FOR_TARGET) if it already appears in them.
14325         (FLAGS_FOR_TARGET): Don't use host directories on Canadian crosses.
14326
14327 2000-07-28  Alexandre Oliva  <aoliva@redhat.com>
14328
14329         * libtool.m4, ltcf-c.sh, ltcf-cxx.sh, ltcf-gcj.sh: New files from
14330         the libtool CVS tree multi-language branch.
14331         * ltconfig, ltmain.sh: Updated.
14332
14333 2000-07-27  Alexandre Oliva  <aoliva@redhat.com>
14334
14335         * Makefile.in (clean-target-libgcc): Remove gcc/libgcc.
14336         (clean-target): Depend on it.
14337
14338         * Makefile.in (FLAGS_FOR_TARGET): New macro.
14339         (GCC_FOR_TARGET): Use it.
14340         (CC_FOR_TARGET, CXX_FOR_TARGET, CHILL_FOR_TARGET): Now defined...
14341         * configure.in: ... here.
14342         (FLAGS_FOR_TARGET): Define.  Add ld build dir to -L path.
14343         (libstdcxx_flags): Define and append to CXX_FOR_TARGET.
14344
14345 2000-07-24  Eric Christopher  <echristo@cygnus.com>
14346
14347         * MAINTAINERS: Add self to Write After Approval list.
14348
14349 2000-07-24  Alexandre Oliva  <aoliva@redhat.com>
14350
14351         * Makefile.in (configure-target-libf2c): Depend on $(ALL_GCC).
14352         (configure-target-libchill, configure-target-libobjc): Likewise.
14353
14354         * configure.in: Use the same cache file for all target libs.
14355         * config-ml.in: But different cache files per multilib variant.
14356
14357 2000-07-23  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
14358
14359         * configure (topsrcdir): Don't use dirname.
14360
14361 2000-07-22  Jeffrey Oldham  <oldham@codesourcery.com>
14362
14363         * MAINTAINERS: Add self to Write After Approval list.
14364
14365 2000-07-20  Jason Merrill  <jason@redhat.com>
14366
14367         * configure.in: Remove all references to libg++ and librx.
14368
14369         * configure, configure.in, Makefile.in: Unify gcc and binutils.
14370
14371 2000-07-20  Hans-Peter Nilsson  <hp@axis.com>
14372
14373         * config.sub: Update to subversions version 2000-07-06.
14374
14375 2000-07-12  Andrew Haley  <aph@cygnus.com>
14376
14377         * configure.in (host_makefile_frag): Use mh-ia64pic on IA-64 hosts.
14378         (target_makefile_frag): Use mt-ia64pic on IA-64 targets.
14379
14380 2000-07-07  Phil Edwards  <pme@sourceware.cygnus.com>
14381
14382         * symlink-tree:  Check number of arguments.
14383
14384 2000-07-05  Jim Wilson  <wilson@cygnus.com>
14385
14386         * Makefile.in (CXX_FOR_TARGET): Add libstdc++ to the library
14387         search path for a g++ extracted from the build tree.  This
14388         will allow link tests run by configure scripts in
14389         subdirectories to succeed.
14390
14391 2000-07-01  Koundinya K  <kk@ddeorg.soft.net>
14392
14393         * ltconfig: Add support for mips-dde-sysv4.2MP
14394
14395 2000-06-29  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
14396
14397         * MAINTAINERS: Add myself as loop discovery maintainer.
14398
14399 2000-06-28  Corinna Vinschen  <vinschen@cygnus.com>
14400
14401         * ltconfig: Check for host_os beeing one of `cygwin', `mingw' or
14402         `os2'. Force ac_cv_exeext to be ".exe" in that case.
14403
14404 2000-06-19  Timothy Wall  <twall@cygnus.com>
14405
14406         * configure.in (noconfigdirs): Set noconfigdirs for tic54x target.
14407         * config.sub: Add tic54x target.
14408
14409 Sun Jun 11 17:20:00 MET 2000  Toon Moene  <toon@moene.indiv.nluug.nl>
14410
14411         * MAINTAINERS: Add self as Fortran maintainer,
14412         remove Craig Burley.
14413
14414 Tue May 30 19:01:12 2000  Andrew Cagney  <cagney@b1.cygnus.com>
14415
14416         * config.sub: Import CVS version 1.167 Tue May 30 09:00:07 2000.
14417         * config.guess: Import CVS version 1.148 Tue May 30 09:00:06 2000
14418
14419 Mon May 29 21:15:00 MET 2000  Philipp Thomas  <pthomas@suse.de>
14420
14421         * MAINTAINERS: Add self as i18n maintainer
14422
14423 20000-05-21  H.J. Lu  (hjl@gnu.org)
14424
14425         * Makefile.in (CC_FOR_TARGET): Make sure as/ld in the gcc
14426         directory are used if they exist. Make sure
14427         $(build_tooldir)/include is searched for header files,
14428         $(build_tooldir)/lib/ for library files.
14429         (GCC_FOR_TARGET): Likewise.
14430         (CXX_FOR_TARGET): Likewise.
14431
14432 Thu May 18 10:58:13 2000  Jeffrey A Law  (law@cygnus.com)
14433
14434         * configure.in (hppa*64*-*-*): Do build ld for this configuration.
14435
14436 Wed May 17 16:03:48 2000  Alexandre Oliva  <aoliva@cygnus.com>
14437
14438         * Makefile.in (configure-target-libiberty): Depend on
14439         configure-target-newlib.
14440
14441 2000-05-16  Alexandre Oliva  <aoliva@cygnus.com>
14442
14443         * configure.in, Makefile.in: Merge all libffi-related
14444         configury stuff from the libgcj tree.
14445
14446 Tue May 16 10:06:21 2000  Andrew Cagney  <cagney@b1.cygnus.com>
14447
14448         Thu Apr 27 11:01:48 2000 Andrew Cagney <cagney@b1.cygnus.com>:
14449         * Makefile.in (do-tar-bz2, do-md5sum): Skip CVS directories.
14450
14451 Tue May 16 09:57:35 2000  Andrew Cagney  <cagney@b1.cygnus.com>
14452
14453         Wed Apr 26 17:03:53 2000 Andrew Cagney <cagney@b1.cygnus.com>:
14454         * Makefile.in (do-djunpack): New target. Update djunpack.bat with
14455         current version information.  Add to proto-toplev directory.
14456         (gdb-taz): Build do-djunpack.
14457
14458 2000-05-15  David Edelsohn  <edelsohn@gnu.org>
14459
14460         * configure.in: Special case powerpc*-*-aix* target_makefile_frag.
14461
14462 Mon May 15 13:39:09 2000  Andrew Cagney  <cagney@b1.cygnus.com>
14463
14464         * MAINTAINERS: Add self to Write After Approval list.
14465
14466 2000-05-13 Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
14467
14468         * ltmain.sh: Preserve in relink_command any environment
14469         variables that may affect the linker behavior.
14470
14471 Fri May 12 11:23:17 2000  Jeffrey A Law  (law@cygnus.com)
14472
14473         * config.sub (basic_machine): Recognize hppa64 as a valid cpu type.
14474
14475 Wed May 10 21:26:51 2000  Jim Wilson  <wilson@cygnus.com>
14476
14477         * configure.in (ia64*-*-elf*): Add gdb and friends to noconfigdirs.
14478
14479 2000-05-08  Eli Zaretskii  <eliz@is.elta.co.il>
14480
14481         * djunpack.bat: Change the Sed script to replace @V@ in fnchange.lst
14482         with the version name.
14483
14484 Sat May  6 21:12:55 CDT 2000  Jason Eckhardt  <jle@cygnus.com>
14485
14486         * MAINTAINERS: Add self as bb-reorder maintainer.
14487
14488 2000-05-01  Benjamin Kosnik  <bkoz@cygnus.com>
14489
14490         * config.if: Tweak.
14491
14492 2000-04-23  Eli Zaretskii  <eliz@is.elta.co.il>
14493
14494         * djunpack.bat: New file.
14495
14496 Wed Apr 19 12:46:26 2000  Andrew Cagney  <cagney@b1.cygnus.com>
14497
14498         * Makefile.in (taz, gdb-taz, gas.tar.bz2, binutils.tar.bz2,
14499         gas+binutils.tar.bz2, libg++.tar.bz2, gnats.tar.bz2, gdb.tar.bz2,
14500         dejagnu.tar.bz2, gdb+dejagnu.tar.bz2, insight.tar.bz2,
14501         insight+dejagnu.tar.bz2, newlib.tar.bz2): Pass MD5PROG to sub-make.
14502
14503 2000-04-16  Dave Pitts  <dpitts@cozx.com>
14504
14505         * config.sub (case $basic_machine): Change default for "ibm-*"
14506         to "openedition".
14507
14508 2000-04-13  Andreas Jaeger  <aj@suse.de>
14509
14510         * MAINTAINERS: Added myself.
14511
14512 Wed Apr 12 16:42:48 2000  Andrew Cagney  <cagney@b1.cygnus.com>
14513
14514         * Makefile.in (gdb-taz): New target.  GDB specific archive.
14515         (do-md5sum): New target.
14516         (MD5PROG): Define.
14517         (PACKAGE): Default to TOOL.
14518         (VER): Default to a shell script.
14519         (taz): Rewrite target.  Move real work to do-proto-toplev.  Include
14520         md5 checksum generation.
14521         (do-proto-toplev): New target. Create $(PACKAGE)-$(VER) link.
14522         (do-tar-bz2): Delete creation of $(PACKAGE)-$(VER) link.
14523         (gdb.tar.bz2, dejagnu.tar.bz2, gdb+dejagnu.tar.bz2,
14524         insight.tar.bz2): Use gdb-taz to create archive.
14525
14526 Fri Apr  7 18:10:29 2000  Andrew Cagney  <cagney@b1.cygnus.com>
14527
14528         * configure (warn_cflags): Delete.
14529
14530 Thu Apr  6 16:15:14 2000  Philippe De Muyter  <phdm@macqel.be>
14531
14532         * MAINTAINERS: Added myself.
14533
14534 2000-04-05  Benjamin Kosnik  <bkoz@cygnus.com>
14535             Martin v. Löwis  <martin@loewis.home.cs.tu-berlin.de>
14536
14537         * configure.in (enable_libstdcxx_v3): Add.
14538         (target_libs): Add bits here to switch between libstdc++-v2 and
14539         libstdc++-v3.
14540         * config.if: And this file too.
14541         * Makefile.in: Add libstdc++-v3 targets.
14542
14543 2000-04-05  Michael Meissner  <meissner@redhat.com>
14544
14545         * config.sub (d30v): Add d30v as a basic machine type.
14546
14547 2000-03-29  Jason Merrill  <jason@casey.cygnus.com>
14548
14549         * configure.in: -linux-gnu*, not -linux-gnu.
14550
14551 Sun Mar 12 17:30:30 2000  Toon Moene  <toon@moene.indiv.nluug.nl>
14552
14553         * MAINTAINERS: Add self in write-after-approval section.
14554
14555 Sun Mar 12 00:23:32 2000  Jim Wilson  <wilson@cygnus.com>
14556
14557         * MAINTAINERS: Add self as ia64 port maintainer.
14558
14559 2000-03-08  Neil Booth  <NeilB@earthling.net>
14560
14561         * MAINTAINERS: Add self in write-after-approval section.
14562
14563 Fri Mar  3 18:44:08 2000  Andrew Cagney  <cagney@b1.cygnus.com>
14564
14565         * Makefile.in (taz): Set PACKAGE to TOOL when not defined.
14566         (do-tar-bz2): Replace TOOL with PACKAGE.
14567         (gdb.tar.bz2): Remove GDBTK from GDB package.
14568         (gdb+dejagnu.tar.bz2, insight.tar.bz2, insight+dejagnu.tar.bz2,
14569         dejagnu.tar.bz2): New packages.
14570
14571 2000-02-27  Andreas Jaeger  <aj@suse.de>
14572
14573         * configure.in: Add entry for mips*-*-linux*, move catch all
14574         *-*-*linux* entry below this one.
14575
14576 2000-02-27  Ian Lance Taylor  <ian@zembu.com>
14577
14578         * ltconfig, ltmain.sh: Update to libtool 1.3.4.
14579
14580 2000-02-24  Nick Clifton  <nickc@cygnus.com>
14581
14582         * config.sub: Support an OS of "wince".
14583
14584 Thu Feb 24 16:15:56 2000  Andrew Cagney  <cagney@b1.cygnus.com>
14585
14586         * config.guess, config.sub: Updated to match config's 2000-02-15
14587         version.
14588
14589 2000-02-23  Linas Vepstas  <linas@linas.org>
14590
14591         * config.sub: Add support for Linux/IBM 370.
14592         * configure.in: Likewise.
14593
14594 2000-02-22  Nick Clifton  <nickc@cygnus.com>
14595
14596         * configure.in: Add mips-pe, sh-pe and arm-wince-pe targets.
14597
14598 2000-02-20  Christopher Faylor  <cgf@cygnus.com>
14599
14600         * config.guess: Guess "cygwin" rather than "cygwin32".
14601
14602 2000-02-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14603
14604         * configure (gcc_version): When setting, narrow search to
14605         lines containing `version_string'.
14606
14607 2000-02-15  Denis Chertykov  <denisc@overta.ru>
14608
14609         * config.sub: Add support for avr target.
14610
14611 2000-02-14  Nick Clifton  <nickc@cygnus.com>
14612
14613         * MAINTAINERS: Add maintainers for MCore port.
14614
14615 Tue Feb  1 00:07:46 2000  Hans-Peter Nilsson  <hp@bitrange.com>
14616
14617         * config.sub: Add mmix-knuth-mmixware.
14618
14619 2000-01-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14620
14621         * MAINTAINERS: Pair cccp with cpplib maintainership.
14622
14623 2000-01-27  Christopher Faylor  <cgf@redhat.com>
14624
14625         * Makefile.in (CC_FOR_TARGET): Add new winsup directory
14626         structure stuff to -L library search.
14627         (CXX_FOR_TARGET): Ditto.
14628         (CROSS_CHECK_MODULES): Fix spelling mistake.
14629
14630 2000-01-24  Mark Mitchell  <mark@codesourcery.com>
14631
14632         * Makefile.in (CXX_FOR_TARGET): Use g++, not xgcc, to invoke
14633         the C++ compiler.
14634
14635 2000-01-12  Richard Henderson  <rth@cygnus.com>
14636
14637         * configure.in: Don't build some bits for beos.
14638
14639 2000-01-12  Joel Sherrill (joel@OARcorp.com)
14640
14641         * Makefile.in (CC_FOR_TARGET): Use newlib libraries as well
14642         as include files.
14643
14644 2000-01-11  Zack Weinberg  <zack@wolery.cumb.org>
14645
14646         * Add self as cpplib maintainer, as requested by Jason
14647         Merrill.  Correct my e-mail address.
14648
14649 2000-01-06  Geoff Keating  <geoffk@cygnus.com>
14650
14651         * configure.in: Use mt-aix43 to handle *_TARGET defs,
14652         not mh-aix43.
14653
14654 Thu Dec 23 03:43:36 1999  Hans-Peter Nilsson  <hp@bitrange.com>
14655
14656         * MAINTAINERS: Add myself to "write after approval" list.
14657
14658 1999-12-14  Richard Henderson  <rth@cygnus.com>
14659
14660         * config.guess (alpha-osf, alpha-linux): Detect ev67.
14661         * config.sub: Accept alphaev[78], alphaev8.
14662
14663 1999-12-03  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
14664
14665         * config.guess, config.sub: Update from autoconf.
14666
14667 1999-11-29  Bruce Korb  <autogen@linuxbox.com>
14668
14669         * MAINTAINERS:  update my playtime e-address.
14670
14671 Tue Nov 23 00:57:41 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
14672
14673         * config-ml.in (sparc*-*-*): Disable sparcv9 support if the
14674         necessary libraries are missing.
14675
14676 Fri Nov 19 11:22:31 MST 1999  Diego Novillo  <dnovillo@cygnus.com>
14677
14678         * MAINTAINERS: Add new 'write after approval' maintainer.
14679
14680 Wed Nov 17 16:08:43 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
14681
14682         * MAINTAINERS: Add new Java maintainer.
14683
14684 1999-10-25  Andreas Schwab  <schwab@suse.de>
14685
14686         * configure: Fix quoting inside arguments of eval.
14687
14688 1999-10-21  Nick Clifton  <nickc@cygnus.com>
14689
14690         * config-ml.in: Allow suppression of some ARM multilibs.
14691
14692 Tue Sep  7 23:33:57 1999  Linas Vepstas  <linas@linas.org>
14693
14694         * config.guess: Add OS/390 match pattern.
14695         * config.sub: Add mvs, openedition targets.
14696         * configure.in (i370-ibm-opened*): New.
14697
14698 1999-09-04  Steve Chamberlain  <sac@pobox.com>
14699
14700         * config.sub: Add support for configuring for pj.
14701
14702 1999-08-31  Nick Clifton  <nickc@cygnus.com>
14703
14704         * config.sub (maybe_os): Add support for configuring for fr30.
14705
14706 1999-08-25  Nick Clifton  <nickc@cygnus.com>
14707
14708         * configure.in: Do not configure or build ld for AIX
14709         platforms.  ld is known to be broken on these platforms.
14710
14711 Wed Aug 25 01:12:25 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
14712
14713         * config-ml.in: Pass compiler flag corresponding to multidirs to
14714         subdir configures.
14715
14716 1999-08-09  Ian Lance Taylor  <ian@zembu.com>
14717
14718         * Makefile.in (LDFLAGS): Define.
14719
14720 1999-08-08  Mumit Khan  <khan@xraylith.wisc.edu>
14721
14722         * configure.in (i[3456]-*-mingw32*): Don't put gprof in
14723         noconfigdirs.
14724         (*-*-cygwin*): Likewise.
14725
14726 1999-08-08  Ian Lance Taylor  <ian@zembu.com>
14727
14728         * mkdep: New file.
14729         * Makefile.in (GAS_SUPPORT_DIRS): Add mkdep.
14730         (BINUTILS_SUPPORT_DIRS): Add mkdep.
14731
14732         From Eli Zaretskii <eliz@is.elta.co.il>:
14733         * configure (tmpfile): Change cONf$$ to cNf$$ to avoid an overly
14734         long file name when using DJGPP on MS-DOS.
14735
14736 Wed Aug  4 02:07:14 1999  Jeffrey A Law  (law@cygnus.com)
14737
14738         * config.sub (vxworks case): Use os=-vxworks, not os=vxworks.
14739
14740 1999-07-30  Alan Modra  <alan@spri.levels.unisa.edu.au>
14741
14742         * Makefile.in (check-target-libio): Remove all-target-libstdc++
14743         dependency as this causes "make check" to globally "make all"
14744
14745 Tue Jun 22 23:45:18 1999  Tom Tromey  <tromey@cygnus.com>
14746
14747         * configure.in (target_libs): Added target-zlib.
14748         * Makefile.in (ALL_TARGET_MODULES): Added zlib.
14749         (CONFIGURE_TARGET_MODULES): Likewise.
14750         (CHECK_TARGET_MODULES): Likewise.
14751         (INSTALL_TARGET_MODULES): Likewise.
14752         (CLEAN_TARGET_MODULES): Likewise.
14753         (configure-target-zlib): New target.
14754         (all-target-zlib): Likewise.
14755         (all-target-libjava): Depend on all-target-zlib.
14756         (configure-target-libjava): Depend on configure-target-zlib.
14757
14758         * Makefile.in (configure-target-libjava): Depend on
14759         configure-target-newlib.
14760         (configure-target-boehm-gc): New target.
14761         (configure-target-qthreads): New target.
14762
14763         * configure.in (target_libs): Added target-qthreads.
14764         * Makefile.in (ALL_TARGET_MODULES): Added qthreads.
14765         (CONFIGURE_TARGET_MODULES): Likewise.
14766         (CHECK_TARGET_MODULES): Likewise.
14767         (INSTALL_TARGET_MODULES): Likewise.
14768         (CLEAN_TARGET_MODULES): Likewise.
14769         (all-target-qthreads): New target.
14770         (configure-target-libjava): Depend on configure-target-qthreads.
14771         (all-target-libjava): Depend on all-target-qthreads.
14772
14773         * Makefile.in (ALL_TARGET_MODULES): Added libjava, boehm-gc.
14774         (CONFIGURE_TARGET_MODULES): Likewise.
14775         (CHECK_TARGET_MODULES): Likewise.
14776         (INSTALL_TARGET_MODULES): Likewise.
14777         (CLEAN_TARGET_MODULES): Likewise.
14778         (all-target-libjava): New target.
14779         (all-target-boehm-gc): Likewise.
14780         * configure.in (target_libs): Added libjava, boehm-gc.
14781
14782 1999-07-22  Ian Lance Taylor  <ian@zembu.com>
14783
14784         * Makefile.in (binutils.tar.bz2): Don't pass makeall.bat and
14785         configure.bat in SUPPORT_FILES.
14786         (gas+binutils.tar.bz2): Likewise.
14787
14788         * makeall.bat: Remove; obsolete.
14789
14790 1999-07-21  Ian Lance Taylor  <ian@zembu.com>
14791
14792         From Mark Elbrecht:
14793         * configure.bat: Remove; obsolete.
14794
14795 1999-07-11  Ian Lance Taylor  <ian@zembu.com>
14796
14797         * configure: Add -W -Wall to the default CFLAGS when compiling with
14798         gcc.
14799
14800 Thu Jul  8 12:32:23 1999  John David Anglin <dave@hiauly1.hia.nrc.ca>
14801
14802         * configure.in: Build ld, binutils & gas for hppa*-*-linux-gnu*.
14803
14804 1999-06-30  Mark Mitchell  <mark@codesourcery.com>
14805
14806         * configure.in: Build ld on IRIX6.
14807
14808 1999-06-12  Ian Lance Taylor  <ian@zembu.com>
14809
14810         * Makefile.in: Change distribution targets to use bzip2 instead of
14811         gzip.
14812         (TEXINFO_SUPPORT): Set to just texinfo/texinfo.tex.
14813         (taz): Don't use texinfo/gpl.texinfo or texinfo/lgpl.texinfo.
14814
14815 1999-06-04  Nick Clifton  <nickc@cygnus.com>
14816
14817         * config.sub: Add mcore target.
14818
14819 Sun May 30 16:03:16 1999  Cort Dougan  <cort@cs.nmt.edu>
14820
14821         * config.guess (ppc-*-linux-gnu): Also use ld emul elf32ppclinux.
14822
14823 Tue May 25 11:20:46 1999  H.J. Lu  (hjl@gnu.org)
14824
14825         * config.guess (dummy): Changed to $dummy.
14826
14827 1999-05-24  Nick Clifton  <nickc@cygnus.com>
14828
14829         * config.sub: Tidied up case statements.
14830
14831 1999-05-22  Ben Elliston  <bje@cygnus.com>
14832
14833         * config.guess: Handle NEC UX/4800. Contributed by Jiro Takabatake
14834         <jiro@din.or.jp>.
14835
14836         * config.guess: Merge with FSF version. Future changes will be
14837         more accurately recorded in this ChangeLog.
14838         * config.sub: Likewise.
14839
14840 Thu May 20 10:00:42 1999   Stephen L Moshier  <moshier@world.std.com>
14841
14842          * Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include.
14843
14844 1999-04-30  Tom Tromey  <tromey@cygnus.com>
14845
14846         * ltmain.sh: [mode link] Always use CC given by ltconfig.
14847
14848 1999-04-23  Tom Tromey  <tromey@cygnus.com>
14849
14850         * ltconfig, ltmain.sh: Update to libtool 1.2f.
14851
14852 1999-04-20  Drew Moseley  <dmoseley@cygnus.com>
14853
14854         * configure.in (noconfigdirs): Don't build libstub for arm-elf targets.
14855         (noconfigdirs): Don't build any bsp stuff for for arm-oabi targets.
14856         Bad merge removed these two changes.
14857
14858 Tue Apr 13 22:50:54 1999  Donn Terry (donn@interix.com)
14859                           Martin Heller (Ing.-Buero_Heller@t-online.de)
14860
14861         * config.guess (interix Alpha): Add.
14862
14863 1999-04-11  Richard Henderson  <rth@cygnus.com>
14864
14865         * configure.in (i?86-*-beos*): Do config gperf; don't config
14866         gdb, newlib, or libgloss.
14867
14868 Sun Apr 11 23:55:34 1999  Alexandre Oliva  <oliva@dcc.unicamp.br>
14869
14870         * config-ml.in: On mips*-*-*, if multidirs contains mabi=64, try to
14871         link a trivial program with -mabi=64.  If it fails, remove mabi=64
14872         from multidirs.
14873
14874 Sat Apr 10 21:50:01 1999  Philipp Thomas  (kthomas@gwdg.de)
14875
14876         * config.sub: Set basic_machine to i586 when target_alias = k6-*.
14877
14878 1999-04-08  Nick Clifton  <nickc@cygnus.com>
14879
14880         * config.sub: Add support for mcore targets.
14881
14882 1999-04-07  Michael Meissner  <meissner@cygnus.com>
14883
14884         * configure.in (d30v-*): Use config/mt-d30v as makefile fragment,
14885         not mt-ospace, in order to shut up assembler warning about using
14886         symbols that are named the same as registers.
14887
14888 1999-04-07  Drew Moseley  <dmoseley@cygnus.com>
14889
14890         * Makefile.in (all-target-cygmon): Added all-target-bsp to the
14891         dependency list for all-target-cygmon.
14892
14893 1999-04-05  Doug Evans  <devans@casey.cygnus.com>
14894
14895         * config-ml.in: Check $host, not $target, for selective multilibs.
14896         (arm-*-*): Allow disabling of biendian, h/w fp, 26 bit apcs,
14897         thumb interworking, and underscore prefix multilibs.
14898
14899 1999-04-04  Ian Lance Taylor  <ian@zembu.com>
14900
14901         * missing: Update to version from current automake.
14902
14903 Fri Apr  2 15:11:32 1999  H.J. Lu  (hjl@gnu.org)
14904
14905         * configure (gxx_include_dir): Removed.
14906
14907         * configure.in (gxx_include_dir): Handle it.
14908         * Makefile.in: Likewise.
14909
14910 1999-03-29  Gavin Romig-Koch  <gavin@cygnus.com>
14911
14912         * config.sub (mips64vr4111,mips64vr4111el) Add.
14913
14914 1999-03-21  Ben Elliston  <bje@cygnus.com>
14915
14916         * config.guess: Correct typo for detecting ELF on FreeBSD.
14917
14918 Thu Mar 18 00:17:50 1999  Mark Elbrecht <snowball3@usa.net>
14919
14920         * configure.in (pc-msdosdjgpp): Set host_makefile_frag to
14921         config/mh-djgpp.
14922
14923 Thu Mar 11 18:37:23 1999  Drew Moseley  <dmoseley@cygnus.com>
14924
14925         * Makefile.in (all-target-bsp): Added all-gcc all-binutils and
14926         all-target-newlib to dependency list for all-target-bsp.
14927
14928 Thu Mar 11 01:19:31 1999  Mumit Khan  <khan@xraylith.wisc.edu>
14929
14930         * config.sub: Add i386-uwin support.
14931         * config.guess: Likewise.
14932
14933 Thu Mar 11 01:07:55 1999  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
14934
14935         * configure.in: cleanup, add mh-*pic handling for arm, special
14936         case powerpc*-*-aix*
14937
14938 Wed Mar 10 18:35:07 1999  Jeff Johnston  <jjohnstn@cygnus.com>
14939
14940         * configure.in (noconfigdirs): Removed target-libgloss so libnosys.a
14941         can be built.
14942
14943 Wed Mar 10 17:39:09 1999  Drew Moseley  <dmoseley@cygnus.com>
14944
14945         * configure.in: Added bsp support to arm-*-coff and arm-*-elf
14946         targets.
14947
14948 1999-03-02  Nick Clifton  <nickc@cygnus.com>
14949
14950         * config.sub: Rename CYGNUS LOCAL to EGCS LOCAL
14951
14952 Sun Feb 28 02:20:00 1999  Geoffrey Noer  <noer@cygnus.com>
14953
14954         * config.sub: Check for "cygwin*" rather than "cygwin32*"
14955
14956 1999-02-24  Nick Clifton  <nickc@cygnus.com>
14957
14958         * config.sub: Fix typo in arm recognition.
14959
14960 Wed Feb 24 13:51:40 1999  Drew Moseley  <dmoseley@cygnus.com>
14961
14962         * configure.in (noconfigdirs): Changed target_configdirs to
14963         include target-bsp only for m68k-*-elf* and m68k-*-coff*
14964         rather than m68k-*-* since it is not known to work on
14965         m68k-aout. Ditto for arm-*-*oabi.
14966
14967 Wed Feb 24 12:52:17 1999  Stan Shebs  <shebs@andros.cygnus.com>
14968
14969         * configure.in (*-*-windows*): Remove, no longer used.
14970
14971 1999-02-19  Ben Elliston <bje@cygnus.com>
14972
14973         * config.guess: Automatically recognise ELF on FreeBSD. From Niall
14974         Smart and improved by Andrew Cagney.
14975
14976 Thu Feb 18 19:55:09 1999  Marc Espie <espie@cvs.openbsd.org>
14977
14978         * config.guess: Recognize openbsd-*-hppa.
14979
14980 Wed Feb 17 01:38:59 1999  H.J. Lu  (hjl@gnu.org)
14981
14982         * Makefile.in (REALLY_SET_LIB_PATH): Append $$$(RPATH_ENVVAR)
14983         only if it is not empty.
14984
14985 1999-02-17  Nick Clifton  <nickc@cygnus.com>
14986
14987         Patch from: Scott Bambrough <scottb@corelcomputer.com>
14988
14989         * config.guess: Modified to recognize uname's armv* syntax.
14990
14991         * config.sub: Modified to recognize uname's armv* syntax.
14992
14993 1999-02-17  Mark Salter  <msalter@cygnus.com>
14994
14995         * configure.in: Added target-bsp for sparclite.
14996
14997 Mon Feb  8 14:17:24 1999  Richard Henderson  <rth@cygnus.com>
14998
14999         * config.sub: Recognize alphapca5[67] and up to alphaev8.
15000
15001 1999-02-08  Nick Clifton  <nickc@cygnus.com>
15002
15003         * configure.in: Add support for strongarm port.
15004         * config.sub: Add support for strongarm target.
15005
15006 Sun Feb  7 18:01:54 1999  Mumit Khan  <khan@xraylith.wisc.edu>
15007
15008         * configure.in (*-*-cygwin32*): Use config/mh-cygwin instead of
15009         the old name config/mh-cygwin32.
15010         Enable texinfo.
15011
15012 Thu Feb  4 20:43:25 1999  Ian Lance Taylor  <ian@cygnus.com>
15013
15014         * configure.in: Do build ld for ix86 Solaris.
15015
15016 Tue Feb  2 19:46:40 1999  Jim Wilson  <wilson@cygnus.com>
15017
15018         * Makefile.in (EXTRA_GCC_FLAGS):  Set AR to $AR instead of
15019         $AR_FOR_TARGET.  Likewise for RANLIB.
15020
15021 Tue Feb  2 20:05:05 1999  Catherine Moore  <clm@cygnus.com>
15022
15023         * config.sub (oabi):  Recognize.
15024         * configure.in (arm-*-oabi):  Handle.
15025
15026 Sat Jan 30 06:09:00 1999  Robert Lipe  (robertlipe@usa.net)
15027
15028         * config.guess: Improve detection of i686 on UnixWare 7.
15029
15030 Sat Jan 30 08:04:00 1999  Mumit Khan  <khan@xraylith.wisc.edu>
15031
15032         * config.guess: Add support for i386-pc-interix.
15033         * config.sub: Likewise.
15034         * configure.in: Likewise.
15035
15036 Mon Jan 18 13:59:20 1999  Christopher Faylor <cgf@cygnus.com>
15037
15038         * Makefile.in: Remove unneeded all-target-libio from
15039         from all-target-winsup target since it is now unneeded.
15040         Add all-target-libtermcap in its place since it is now
15041         needed.
15042
15043 Wed Dec 30 20:34:52 1998  Christopher Faylor <cgf@cygnus.com>
15044
15045         * configure.in: makefile stub for cygwin target is probably
15046         unnecessary.  Remove it for now.
15047
15048 Wed Dec 30 01:13:03 1998  Christopher Faylor <cgf@cygnus.com>
15049
15050         * configure.in: libtermcap.a should be built when cygwin is the
15051         target as well as the host.
15052         * config.guess: Allow mixed case in cygwin uname output.
15053         * Makefile.in: Add libtermcap target.
15054
15055 Wed Dec 23 00:20:50 1998  Jeffrey A Law  (law@cygnus.com)
15056
15057         * config.sub: Clean up handling of hppa2.0.
15058
15059 Tue Dec 22 23:56:31 1998  Rodney Brown  (rodneybrown@pmsc.com)
15060
15061         * config.guess: Use C code to identify more HP machines.
15062
15063 Thu Dec 17 01:22:30 1998  Jeffrey A Law  (law@cygnus.com)
15064
15065         * config.sub: Handle hppa2.0.
15066
15067 Tue Dec 15 17:02:58 1998  Bob Manson  <manson@charmed.cygnus.com>
15068
15069         * configure.in: Add cygmon for x86-coff and x86-elf. Configure
15070         cygmon for all sparclite targets, regardless of object format.
15071
15072 1998-12-15  Mark Salter  <msalter@cygnus.com>
15073
15074         * configure.in: Added target-bsp for several target architectures.
15075
15076         * Makefile.in: Added rules for bsp.
15077
15078 Fri Dec  4 01:34:02 1998  Jeffrey A Law  (law@cygnus.com)
15079
15080         * config.guess: Improve detection of hppa2.0 processors.
15081
15082 Fri Dec  4 01:33:05 1998  Niall Smart <nialls@euristix.ie>
15083
15084         * config.guess: Recognize FreeBSD using ELF automatically.
15085
15086 1998-11-26  Manfred Hollstein  <manfred@s-direktnet.de>
15087
15088         * configure (skip-this-dir): Add handling for new shell script, which
15089         might be created by a sub-directory's configure to indicate, this particular
15090         directory is "unwanted".
15091         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Likewise.
15092
15093 Wed Nov 18 18:28:45 1998  Geoffrey Noer  <noer@cygnus.com>
15094
15095         * ltconfig: import from libtool, after changing libtool to
15096         account for the cygwin name change.
15097
15098 Wed Nov 18 18:09:14 1998  Geoffrey Noer  <noer@cygnus.com>
15099
15100         * Makefile.in: CC_FOR_TARGET and CXX_FOR_TARGET should also
15101         include newlib/libc/sys/cygwin and newlib/libc/sys/cygwin32.
15102
15103 Wed Nov 18 20:13:29 1998  Christopher Faylor <cgf@cygnus.com>
15104
15105         * configure.in: Add libtermcap to list of cygwin dependencies.
15106
15107 Tue Nov 17 16:57:51 1998  Geoffrey Noer  <noer@cygnus.com>
15108
15109         * Makefile.in: modify CC_FOR_TARGET and CXX_FOR_TARGET so that
15110         they include winsup/include when it's a cygwin target.
15111
15112 1998-11-12  Tom Tromey  <tromey@cygnus.com>
15113
15114         * configure.in (host_tools): Added zip.
15115         * Makefile.in (all-target-libjava): Depend on all-zip.
15116         (all-zip): New target.
15117         (ALL_MODULES): Added all-zip.
15118         (NATIVE_CHECK_MODULES): Added check-zip.
15119         (INSTALL_MODULES): Added install-zip.
15120         (CLEAN_MODULES): Added clean-zip.
15121
15122 Thu Nov 12 17:27:21 1998  Geoffrey Noer  <noer@cygnus.com>
15123
15124         * Makefile.in: lose "32" from comment about cygwin.
15125
15126 Thu Nov  5 15:00:31 1998  Nick Clifton  <nickc@cygnus.com>
15127
15128         * configure.in: Use -Os to build target libraries for the fr30.
15129
15130 Wed Nov  4 18:49:43 1998  Dave Brolley  <brolley@cygnus.com>
15131
15132         * config.sub: Add fr30.
15133
15134 Mon Nov  2 15:19:33 1998  Geoffrey Noer  <noer@cygnus.com>
15135
15136         * configure.in: drop "32" from config/mh-cygwin32.  Check
15137         cygwin* instead of cygwin32*.
15138         * config.sub: Check cygwin* instead of cygwin32*.
15139
15140 Thu Oct 22 10:55:25 1998  Robert Lipe  <robertl@dgii.com>
15141
15142         * config.guess: Match any version of Unixware7.
15143
15144 1998-10-20  Syd Polk  <spolk@cygnus.com>
15145
15146         * Makefile.in configure.in: Add the ability to use tcl8.1 and tk8.1
15147         if desired.
15148
15149 Sun Oct 18 18:34:50 1998  Jeffrey A Law  (law@cygnus.com)
15150
15151         * config.if (cxx_interface, libstdcxx_interface): Do not try to set
15152         these if the appropriate directories and files to not exist.
15153
15154 Wed Oct 14 10:29:06 1998  Jeffrey A Law  (law@cygnus.com)
15155
15156         * Makefile.in (DEVO_SUPPORT): Add config.if.
15157
15158 Tue Oct 13 15:45:36 1998  Manfred Hollstein  <manfred@s-direktnet.de>
15159
15160         * configure: Add pattern to replace "build_tooldir"'s
15161         definition in the generated Makefile with "tooldir"'s
15162         actual value.
15163
15164 Tue Oct 13 09:17:06 1998  Jeffrey A Law  (law@cygnus.com)
15165
15166         * config.sub: Bring back lost sparcv9.
15167
15168         * Makefile.in (all-snvavigator): Remove all-flexlm dependency.
15169
15170 Mon Oct 12 12:09:44 1998  Jeffrey A Law  (law@cygnus.com)
15171
15172         * Makefile.in (CHILL_FOR_TARGET): Mirror recent changes to
15173         CC_FOR_TARGET and friends.
15174
15175 Mon Oct 12 12:09:30 1998  Alexandre Oliva  <oliva@dcc.unicamp.br>
15176
15177         * Makefile.in (build_tooldir): New variable, same as tooldir.
15178         (CC_FOR_TARGET, GCC_FOR_TARGET, CXX_FOR_TARGET): Add
15179         -B$(build_tooldir)/bin/.
15180         (BASE_FLAGS_TO_PASS): Pass build_tooldir down.
15181
15182 Tue Sep  1 16:23:11 1998  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
15183
15184         * README: Remove installation instructions and refer to the
15185         INSTALL directory instead.
15186
15187 Wed Sep 30 22:20:50 1998  Robert Lipe  <robertl@dgii.com>
15188
15189         * config.sub: Add support for i[34567]86-pc-udk.
15190         * configure.in: Likewise.
15191
15192 Wed Sep 30 19:23:48 1998  Geoffrey Noer  <noer@cygnus.com>
15193
15194         * Makefile.in: add bzip2 package building bits for user
15195         tools module
15196         * configure.in: ditto
15197
15198 Wed Sep 30 03:00:05 1998  Jeffrey A Law  (law@cygnus.com)
15199
15200         * Makefile.in (TARGET_CONFIGDIRS): Add libobjc.
15201         (ALL_TARGET_MODULES): Add all-target-libobjc.
15202         (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
15203         (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
15204         (all-target-libchill): Add dependencies.
15205         * configure.in (target_libs): Add libchill.
15206
15207 1998-09-30  Manfred Hollstein  <manfred@s-direktnet.de>
15208
15209         * configure.in (target_subdir): Remove duplicate line.
15210
15211 Tue Sep 29 22:45:41 1998  Felix Lee  <flee@cygnus.com>
15212
15213         * Makefile.in (all-automake): fix dependencies.
15214
15215 Mon Sep 28 04:04:27 1998  Jeffrey A Law  (law@cygnus.com)
15216
15217         * configure.in: Minor cleanups for building in the $(target_alias)
15218         subdir.
15219
15220 1998-09-22  Jim Wilson  <wilson@cygnus.com>
15221
15222         * Makefile.in (bootstrap): Set r and s before make all.  Use
15223         BASE_FLAGS_TO_PASS in make all.
15224         (cross): Likewise.
15225
15226 1998-09-20  Mark Mitchell  <mark@markmitchell.com>
15227
15228         * Makefile.in (bootstrap): Pass TARGET_FLAGS_TO_PASS to `make all'.
15229
15230 Sun Sep 20 00:13:02 1998  Richard Henderson  <rth@cygnus.com>
15231
15232         * config.sub: Fix typo in last change.
15233
15234 1998-09-19  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
15235
15236         * config.sub: Add support for C4x target.
15237         * configure.in: Likewise.
15238
15239 1998-09-13  David S. Miller  <davem@pierdol.cobaltmicro.com>
15240
15241         * config.sub: Recognize sparcv9 just like sparc64.
15242
15243 Wed Sep  9 15:44:52 1998  Robert Lipe  <robertl@dgii.com>
15244
15245         * config.guess: Match "Pent II" or "PentII" for OpenServer.
15246
15247 Tue Sep  8 01:18:39 1998  Jeffrey A Law  (law@cygnus.com)
15248
15249         * config.guess: Correctly identify Pentium II sco boxes.
15250
15251         * config.guess: Fix "tr" code.  From Weiwen Liu.
15252
15253 Sat Sep  5 13:56:52 1998  John Hughes  <john@Calva.COM>
15254
15255         * configure.in: Do not assume x86-svr4 or x86-unixware can handle
15256         stabs.
15257
15258 Sat Sep  5 02:12:02 1998  Jeffrey A Law  (law@cygnus.com)
15259
15260         * Makefile.in (TARGET_CONFIGDIRS): Add libchill.
15261         (ALL_TARGET_MODULES): Add all-target-libchill.
15262         (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
15263         (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
15264         (all-target-libchill): Add dependencies.
15265         * configure.in (target_libs): Add libchill.
15266
15267 Sun Aug 30 22:27:02 1998  Lutz Wohlrab <lutz.wohlrab@informatik.tu-chemnitz.de>
15268
15269         * config.guess: Avoid assumptions about "tr" behaves when
15270         LANG is set to something other than English.
15271
15272 Sun Aug 30 22:14:44 1998  H.J. Lu  (hjl@gnu.org)
15273
15274         * configure (gxx_include_dir): Changed to
15275         '${prefix}/include/g++'-${libstdcxx_interface}.
15276
15277         * config.if: New to determine the interfaces.
15278
15279 Sun Aug 30 21:15:19 1998  Mark Klein (mklein@dis.com)
15280
15281         * config.guess: Detect and handle MPE/IX.
15282         * config.sub: Deal with MPE/IX.
15283
15284 Sat Aug 29 14:32:55 1998  David Edelsohn  <edelsohn@mhpcc.edu>
15285
15286         * configure.in: Use mh-aix43.
15287
15288 1998-07-29  Manfred Hollstein  <manfred@s-direktnet.de>
15289
15290         * configure: Fix --without/--disable cases for gxx-include-dir.
15291
15292 Fri Aug 28 12:28:26 1998  Per Bothner  <bothner@cygnus.com>
15293
15294         * mdata-sh:  Imported.  Needed for automake support.
15295
15296 Thu Aug 13 12:49:29 1998  H.J. Lu  <hjl@gnu.org>
15297
15298         * Makefile.in (taz): Try "chmod -R og=u ." before
15299         "chmod og=u `find . -print`".
15300
15301 Fri Jul 31 09:38:33 1998  Catherine Moore  <clm@cygnus.com>
15302
15303         * configure.in: Add arm-elf and thumb-elf support.
15304
15305 Mon Jul 27 16:23:58 1998  Doug Evans  <devans@canuck.cygnus.com>
15306
15307         * Makefile.in: Undo previous patch.
15308
15309 Fri Jul 24 19:55:24 1998  Doug Evans  <devans@canuck.cygnus.com>
15310
15311         * Makefile.in (INSTALL_TARGET): Move EXTRA_TARGET_HOST_INSTALL_MODULES
15312         to here ...
15313         (install-no-fixedincludes): and here
15314         (INSTALL_MODULES): ... from here.
15315
15316 Fri Jul 24 17:01:42 1998  Ian Lance Taylor  <ian@cygnus.com>
15317
15318         * config.sub: Merge with FSF.
15319
15320         * config.guess: Merge with FSF.
15321
15322 Fri Jul 24 08:43:36 1998  Doug Evans  <devans@canuck.cygnus.com>
15323
15324         * configure (extraconfigdirs): New variable.
15325         (SUBDIRS): Add extraconfigdirs and recurse on them too.
15326         * Makefile.in (all): Move higher in file.
15327         (EXTRA_TARGET_HOST_ALL_MODULES): New variable.
15328         (EXTRA_TARGET_HOST_{INSTALL,CHECK}_MODULES): New variables.
15329         (ALL_MODULES): Add EXTRA_TARGET_HOST_ALL_MODULES.
15330         (CROSS_CHECK_MODULES): Add EXTRA_TARGET_HOST_CHECK_MODULES.
15331         (INSTALL_MODULES): Add EXTRA_TARGET_HOST_INSTALL_MODULES.
15332
15333 1998-07-23  Brendan Kehoe  <brendan@cygnus.com>
15334
15335         * Makefile.in (all-target-libjava): Depend on all-gcc and
15336         all-target-newlib.
15337         (configure-target-libjava): Depend on $(ALL_GCC).
15338
15339 Sat Jul 18 14:32:43 CDT 1998  Robert Lipe  <robertl@dgii.com>
15340
15341         * config.guess: (*-pc-sco3.2v5) Add detection for Pentium II.
15342         (*-pc-unixware7) Add detection for Pentium II, Pentium Pro.
15343
15344 Sun Jul 19 00:46:53 CEST 1998  Marc Lehmann <pcg@goof.com>
15345
15346         * INSTALL/README: Fix typo.
15347
15348 Fri Jul 17 13:30:18 1998  Ian Lance Taylor  <ian@cygnus.com>
15349
15350         * ylwrap: Change absolute path checks to check for DOS style path
15351         names.
15352
15353         * ylwrap: Don't use a full path name if the source file is in the
15354         same directory.  From hjl@lucon.org (H.J. Lu).
15355
15356         * config-ml.in: Default to being verbose, to match Feb 18 change to
15357         configure.
15358
15359 Thu Jul 16 12:29:51 1998  Ian Lance Taylor  <ian@cygnus.com>
15360
15361         Brought over from egcs:
15362
15363         Sat Jun 27 22:46:32 1998  Jeffrey A Law  (law@cygnus.com)
15364
15365         * configure.in (target_subdir): Set to ${target_alias} instead
15366         of "libraries".
15367
15368         Mon Sep  1 16:45:44 1997  Jim Wilson  <wilson@cygnus.com>
15369
15370         * configure.in (target_subdir): Set to libraries if enable_multilib.
15371
15372 Wed Jul 15 01:00:54 1998  Ian Lance Taylor  <ian@cygnus.com>
15373
15374         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there are any
15375         multilibs, force reconfiguration the first time we create
15376         multilib.out in a subdirectory, in case TARGET_SUBDIR is `.'.
15377
15378 Tue Jul 14 23:41:03 1998  Ian Lance Taylor  <ian@cygnus.com>
15379
15380         * configure.in: Strip any --no option from CONFIG_ARGUMENTS, to
15381         avoid confusion with --no-recursion.
15382
15383 Tue Jul 14 15:37:41 1998  Geoffrey Noer  <noer@cygnus.com>
15384
15385         * configure.in: Win32 hosts shouldn't use install -x
15386         * install-sh: remove -x option, and special .exe-handling
15387         hack.
15388
15389 Tue Jul 14 15:28:41 1998  Richard Henderson  <rth@cygnus.com>
15390
15391         * config.guess: Recognize i586-pc-beos.
15392         * configure.in: Don't build some bits for beos.
15393
15394 Tue Jul 14 13:22:18 1998  Ian Lance Taylor  <ian@cygnus.com>
15395
15396         * configure: If CC is set but CFLAGS is not, and CC is gcc, make
15397         CFLAGS default to -O2.
15398
15399         * ltmain.sh: Add some hacks to make SunOS --enable-shared work
15400         when using GNU ld.
15401
15402 Fri Jul 10 13:18:23 1998  Ian Lance Taylor  <ian@cygnus.com>
15403
15404         * ltmain.sh: Correct install when using a different shell.
15405
15406 Tue Jul  7 15:24:38 1998  Ian Lance Taylor  <ian@cygnus.com>
15407
15408         * ltconfig, ltmain.sh: Update to libtool 1.2b.
15409
15410 Thu Jul  2 13:57:36 1998  Klaus Kaempf  <kkaempf@rmi.de>
15411
15412         * makefile.vms: Update to build binutils/makefile.vms.  Add install
15413         target.
15414
15415 Wed Jul  1 16:45:21 1998  Ian Lance Taylor  <ian@cygnus.com>
15416
15417         * ltconfig: Update to correct AIX handling.
15418
15419 Sat Jun 27 22:46:32 1998  Jeffrey A Law  (law@cygnus.com)
15420
15421         * Makefile.in (BASE_FLAGS_TO_PASS): Add TARGET_SUBDIR.
15422
15423         * configure.in (target_subdir): Set to ${target_alias} instead
15424         of "libraries".
15425
15426 1998-06-26  Manfred Hollstein  <manfred@s-direktnet.de>
15427
15428         * Makefile.in (BASE_FLAGS_TO_PASS): Add gcc_version_trigger.
15429         (Makefile): Depend on $(gcc_version_trigger).
15430
15431         * configure (gcc_version): Change default initializer to empty
15432         string.
15433         (gcc_version_trigger): New variable; pass this variable down
15434         to subdir configures to enable them checking gcc's version
15435         themselves. Emit make macros for both gcc_version vars.
15436         (topsrcdir): Initialize reliably.
15437         (recursion line): Remove --with-gcc-version=${gcc_version}.
15438
15439 1998-06-24  Manfred Hollstein  <manfred@s-direktnet.de>
15440
15441         * configure (enable_version_specific_runtime_libs): Implement new flag
15442         --enable-version-specific-runtime-libs which installs C++ runtime stuff
15443         in $(libsubdir); emit definition in each generated Makefile.
15444         (gxx_include_dir): Initialize depending on
15445         $enable_version_specific_runtime_libs.
15446
15447 1998-06-24  Manfred Hollstein  <manfred@s-direktnet.de>
15448
15449         * configure (gcc_version): Initialize properly depending on
15450         how and where configure is started.
15451         (recursion line): Pass a --with-gcc-version=${gcc_version}
15452         to configures in subdirs.
15453
15454 Wed Jun 24 16:01:59 1998  John Metzler  <jmetzler@cygnus.com>
15455
15456         * configure.in (noconfigdirs): Add configure pattern for mips tx39
15457         cygmon
15458
15459 Tue Jun 23 22:42:32 1998  Mark Alexander  <marka@cygnus.com>
15460
15461         * configure.in: Add cygmon and libstub support for mn10200.
15462
15463 1998-06-19  Manfred Hollstein  <manfred@s-direktnet.de>
15464
15465         * configure (gcc_version): Add new variable describing the
15466         particular gcc version we're building.
15467         * Makefile.in (libsubdir): Add new macro for the directory
15468         in which the compiler finds executables, libraries, etc.
15469         (BASE_FLAGS_TO_PASS): Pass down gcc_version, target_alias
15470         and libsubdir.
15471
15472 Fri Jun 19 02:36:59 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
15473
15474         * Makefile.in (local-clean): Remove *.log.
15475         (warning.log): Built with warn_summary from build.log.
15476         (mail-report.log): Run test_summary.
15477         (mail-report-with-warnings.log): Run test_summary including
15478         warning.log in the report.
15479
15480 Thu Jun 18 11:26:03 1998  Robert Lipe  <robertl@dgii.com>
15481
15482         * config.guess: Detection of Pentium II for *-sco-3.2v5*.
15483
15484 Mon Jun 15 14:53:54 1998  Andrew Cagney  <cagney@b1.cygnus.com>
15485
15486         * Makefile.in (grep): Grep no longer depends on libiberty.
15487
15488 Fri Jun 12 14:03:34 1998  Syd Polk  <spolk@cygnus.com>
15489
15490         * Makefile.in: all-snavigator needs all-libgui.
15491
15492 Thu Jun 11 19:43:47 1998  Mark Alexander  <marka@cygnus.com>
15493
15494         * configure.in: Add cygmon and libstub support for mn10300.
15495
15496 Wed Jun 10 11:19:47 1998  Ian Lance Taylor  <ian@cygnus.com>
15497
15498         * missing: Update to version from automake 1.3.
15499
15500         * ltmain.sh: On installation, don't get confused if the same name
15501         appears more than once in the list of library names.
15502
15503 Wed Jun  3 14:51:42 1998  Ian Lance Taylor  <ian@cygnus.com>
15504
15505         * config.sub: Accept m68060 and m5200 as CPU names.
15506
15507 Mon Jun  1 17:25:16 1998  Ian Lance Taylor  <ian@cygnus.com>
15508
15509         * configure: Use && rather than using -a in test, because odd
15510         strings can confuse test.
15511         * configure.in: Likewise.
15512
15513 Thu May 28 19:31:13 1998  Ian Lance Taylor  <ian@cygnus.com>
15514
15515         * ltconfig, ltmain.sh: Bring in Visual C++ support.
15516
15517 Sat May 23 23:44:13 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
15518
15519         * Makefile.in (boostrap2-lean, bootstrap3-lean,
15520         bootstrap4-lean): New targets.
15521
15522 Mon May 11 23:55:56 1998  Jeffrey A Law  (law@cygnus.com)
15523
15524         * mpw-* Delete.  Not used.
15525
15526 Mon May 11 23:11:34 1998  Jeffrey A Law  (law@cygnus.com)
15527
15528         * COPYING.LIB: Update FSF address.
15529
15530 Fri May  8 01:30:20 1998  Ian Lance Taylor  <ian@cygnus.com>
15531
15532         * ltconfig, ltmain.sh: Update to libtool 1.2a.
15533
15534         * Makefile.in (GASB_SUPPORT_DIRS): Remove intl; already included via
15535         GAS_SUPPORT_DIRS.
15536
15537 Thu May  7 17:27:35 1998  Ian Lance Taylor  <ian@cygnus.com>
15538
15539         * ltconfig, ltmain.sh: Avoid producing a version number if
15540         -version-info was not used.
15541
15542 Tue May  5 18:02:24 1998  Ian Lance Taylor  <ian@cygnus.com>
15543
15544         * configure.in: Add --with-newlib to CONFIG_ARGUMENTS if we are
15545         building with newlib.
15546
15547 1998-04-30  Paul Eggert  <eggert@twinsun.com>
15548
15549         * Makefile.in (EXTRA_GCC_FLAGS): Remove backslash at end;
15550         Solaris `make' causes it to continue to next definition.
15551
15552 Tue Apr 28 16:24:24 1998  Jason Molenda  (crash@bugshack.cygnus.com)
15553
15554         * Makefile.in (install-gdbtk): Call this 'install-gdb' so that
15555         the right GUI libraries and files are installed along with GDB.
15556
15557 Tue Apr 28 18:11:24 1998  Ian Lance Taylor  <ian@cygnus.com>
15558
15559         * configure.in: Change alpha to alpha* in several places.
15560
15561 Tue Apr 28 07:42:00 1998  Mark Alexander  <marka@cygnus.com>
15562
15563         * config.sub: Recognize sparc86x.
15564
15565 Tue Apr 28 07:35:02 1998  Michael Meissner  <meissner@cygnus.com>
15566
15567         * configure.in (--enable-target-optspace): Remove debug echo.
15568
15569 Thu Apr 23 21:31:16 1998  Jim Wilson  <wilson@cygnus.com>
15570
15571         * configure: Set CXXFLAGS from CXXFLAGS, not CFLAGS.
15572
15573 Thu Apr 23 12:26:38 1998  Ian Lance Taylor  <ian@cygnus.com>
15574
15575         * ltconfig: Update cygwin32 support.
15576
15577         * Makefile.in (GAS_SUPPORT_DIRS): Add intl.
15578         (BINUTILS_SUPPORT_DIRS, GASB_SUPPORT_DIRS): Likewise.
15579         (GDB_SUPPORT_DIRS): Likewise.
15580
15581 Wed Apr 22 12:30:10 1998  Michael Meissner  <meissner@cygnus.com>
15582
15583         * configure.in (target_makefile_frag): If --enable-target-optspace,
15584         use -Os to compile target libraries rather than -O2.  Default to
15585         using -Os for d10v and m32r if --{enable,disable}-target-optspace is
15586         not used.
15587         * configure.in (target_cflags): Ditto for d30v.
15588
15589 Tue Apr 21 23:06:54 1998  Tom Tromey  <tromey@cygnus.com>
15590
15591         * Makefile.in (all-bfd): Depend on all-intl.
15592         (all-binutils): Likewise.
15593         (all-gas): Likewise.
15594         (all-gprof): Likewise.
15595         (all-ld): Likewise.
15596
15597 1998-04-19  Brendan Kehoe  <brendan@cygnus.com>
15598
15599         * configure.in (host_tools): Fix typo, lbtool -> libtool.
15600
15601 Fri Apr 17 16:20:42 1998  Ian Lance Taylor  <ian@cygnus.com>
15602
15603         * Makefile.in (all-bfd): Depend upon all-libiberty.
15604
15605         * ltconfig, ltmain.sh: Bring in newer cygwin32 support.
15606
15607 Fri Apr 17 12:22:22 1998  Bob Manson  <manson@charmed.cygnus.com>
15608
15609         * Makefile.in: Add libstub.
15610
15611         * configure.in: Ditto. Build libstub for targets that have cygmon
15612         support.
15613
15614 Tue Apr 14 18:01:55 1998  Ian Lance Taylor  <ian@cygnus.com>
15615
15616         * configure.in: Don't set PICFLAG on ix86-cygwin32.
15617
15618 Tue Apr 14 12:24:45 1998  J. Kean Johnston  <jkj@sco.com>
15619
15620         * configure.in: Recognise i[3456]96-*-sysv5* as a valid host, and
15621         use mh-sysv5 if specified.  Support gprof on SCO Open Server.
15622
15623 Tue Apr 14 11:33:51 1998  Krister Walfridsson <cato@df.lth.se>
15624
15625         * configure: Define DEFAULT_M4 by searching PATH.
15626         * Makfile.in: Use DEFAULT_M4.
15627
15628 Mon Apr 13 15:37:24 1998  Ian Lance Taylor  <ian@cygnus.com>
15629
15630         * ltconfig: Add cygwin32 support.
15631
15632         * Makefile.in, configure.in: Add libtool as a native only directory
15633         to configure and build.
15634
15635 Sun Apr 12 20:58:46 1998  Jeffrey A Law  (law@cygnus.com)
15636
15637         * Makefile.in (INSTALL_MODULES): Remove texinfo.
15638
15639 Wed Apr  8 13:18:56 1998  Philippe De Muyter  <phdm@macqel.be>
15640
15641         * Makefile.in (EXTRA_GCC_FLAGS): XFOO lines shortened.
15642
15643 Thu Apr  2 14:48:44 1998  Geoffrey Noer  <noer@cygnus.com>
15644
15645         * Makefile.in: add ash make rules
15646         * configure.in: add ash to native_only and host_tools lists
15647
15648 Thu Mar 26 12:53:20 1998  Tom Tromey  <tromey@cygnus.com>
15649
15650         * Makefile.in (all-gettext, all-intl): New targets.
15651         (ALL_MODULES): Added all-gettext, all-intl.
15652         (CROSS_CHECK_MODULES): Added check-gettext, check-intl.
15653         (INSTALL_MODULES): Added install-gettext, install-intl.
15654         (CLEAN_MODULES): Added clean-gettext, clean-intl.
15655
15656         * configure.in (host_tools): Added gettext.
15657         (native_only): Likewise.
15658         (noconfigdirs) [various cases]: Likewise.
15659         (host_libs): Added intl.
15660
15661 Thu Mar 26 15:00:11 1998  Keith Seitz  <keiths@onions.cygnus.com>
15662
15663         * configure: Do not disable building gdbtk for cygwin32 hosts.
15664
15665 Wed Mar 25 10:04:18 1998  Nick Clifton  <nickc@cygnus.com>
15666
15667         * configure.in: Add thumb-coff target.
15668         * config.sub: Add thumb-coff target.
15669
15670 Wed Mar 25 11:49:12 1998  Jason Molenda  (crash@bugshack.cygnus.com)
15671
15672         * Makefile.in: Revert yesterday's change.
15673         (all-target-winsup):  all-target-librx stays out of here.
15674
15675 Tue Mar 24 16:58:29 1998  Jason Molenda  (crash@bugshack.cygnus.com)
15676
15677         * Makefile.in (TARGET_CONFIGDIRS, ALL_TARGET_MODULES,
15678         CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES,
15679         INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES, all-target-winsup):
15680         Remove references to librx and libg++.
15681
15682 Tue Mar 24 18:28:12 1998  Eric Mumpower  <nocturne@cygnus.com>
15683
15684         * Makefile.in (BASE_FLAGS_TO_PASS): Pass $(lispdir) down to
15685         recursive makes
15686
15687 Tue Mar 24 11:37:45 1998  Ian Lance Taylor  <ian@cygnus.com>
15688
15689         * Makefile.in (CC_FOR_TARGET): Use $(TARGET_SUBDIR) when passing -B
15690         for newlib directory.
15691         (CXX_FOR_TARGET): Likewise.
15692
15693 Mon Mar 23 11:30:21 1998  Jeffrey A Law  (law@cygnus.com)
15694
15695         * ltconfig: Update after libtool/ltconfig.in change for
15696         hpux11.
15697
15698 Fri Mar 20 18:51:43 1998  Ian Lance Taylor  <ian@cygnus.com>
15699
15700         * ltconfig, ltmain.sh: Update to libtool 1.2.
15701
15702 Fri Mar 20 09:32:14 1998  Manfred Hollstein  <manfred@s-direktnet.de>
15703
15704         * Makefile.in (install-gcc): Don't specify LANGUAGES here.
15705         (install-gcc-cross): Instead, override LANGUAGES here.
15706
15707 1998-03-18  Dave Love  <d.love@dl.ac.uk>
15708
15709         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Set CONFIG_SITE to a
15710         non-existent file since /dev/null loses with bash 2.0/autoconf 2.12.
15711
15712 Wed Mar 18 09:24:59 1998  Nick Clifton  <nickc@cygnus.com>
15713
15714         * configure.in: Add Thumb-pe target.
15715
15716 Tue Mar 17 16:59:00 1998  Syd Polk <spolk@cygnus.com>
15717
15718         * Makefile.in - changed sn targets to snavigator
15719         * configure.in - changed sn targets to snavigator
15720
15721 Tue Mar 17 10:33:28 1998  Manfred Hollstein  <manfred@s-direktnet.de>
15722
15723         * config-ml.in: After building symlink tree call make distclean
15724         if a Makefile got linked into ${ml_dir}/${ml_libdir}; this happens
15725         to be the case for libiberty.
15726
15727 Tue Mar 17 10:22:37 1998  H.J. Lu  (hjl@gnu.ai.mit.edu)
15728
15729         * configure: When making link, also check the current
15730         directory. The configure scripts may create one.
15731
15732 Fri Mar  6 01:02:03 1998  Richard Henderson  <rth@cygnus.com>
15733
15734         * config.sub: Accept alphapca56 and alphaev6 properly.
15735
15736 Fri Mar  6 00:14:55 1998  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
15737
15738         * configure.in: Revert 3 Jan change for powerpc-linux-gnulibc1.
15739
15740 Mon Feb 23 15:09:18 1998  Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de
15741
15742         * config.sub (sco5): Fix typo.
15743
15744 Mon Feb 23 14:46:06 1998  Ian Lance Taylor  <ian@cygnus.com>
15745
15746         * Makefile.in (INSTALL_MODULES): Move install-tcl before
15747         install-itcl.
15748         (install-itcl): Remove dependency on install-tcl.
15749
15750 Mon Feb 23 09:53:28 1998  Mark Alexander  <marka@cygnus.com>
15751
15752         * configure.in: Remove libgloss from noconfigdirs for MN10300.
15753
15754 Thu Feb 19 13:40:41 1998  Ian Lance Taylor  <ian@cygnus.com>
15755
15756         * configure.in: Don't build libgui for a cygwin32 target when not on
15757         a cygwin32 host.
15758
15759 Wed Feb 18 12:29:00 1998  Jason Molenda  (crash@bugshack.cygnus.com)
15760
15761         * configure (redirect): Set to null, so default behavior of
15762         configure is now --verbose.
15763
15764 1998-02-16  Dave Love  <d.love@dl.ac.uk>
15765
15766         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Run configure with
15767         CONFIG_SITE=/dev/null to forestall lossage with site configuration.
15768
15769 Mon Feb 16 12:23:53 1998  Manfred Hollstein  <Manfred.Hollstein@ks.sel.alcatel.de>
15770
15771         * Makefile.in (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS): Really add
15772         this change to sync Makefile.in with its ChangeLog entries.
15773
15774 Thu Feb 12 15:03:08 1998  H.J. Lu  <hjl@gnu.org>
15775
15776         * ltmain.sh (mkdir): Check that the directory doesn't exist
15777         before we exit with error, so that we don't get races during
15778         parallel builds.
15779
15780 Sat Feb  7 15:19:18 1998  Ian Lance Taylor  <ian@cygnus.com>
15781
15782         * ltconfig, ltmain.sh: Update from libtool 1.0i.
15783
15784 Fri Feb  6 01:33:52 1998  Manfred Hollstein  <manfred@s-direktnet.de>
15785
15786         * Makefile.in (BASE_FLAGS_TO_PASS): Don't pass PICFLAG and
15787         PICFLAG_FOR_TARGET.
15788         (EXTRA_TARGET_FLAGS): Don't pass PICFLAG_FOR_TARGET.
15789
15790         * configure: Emit a definition for the new macro enable_shared
15791         into each Makefile.
15792
15793 Thu Feb  5 17:01:12 1998  Jason Molenda  (crash@bugshack.cygnus.com)
15794
15795         * configure.in (host_tools, native_only): Add libtool.
15796
15797 Wed Feb  4 16:53:58 1998  Geoffrey Noer  <noer@cygnus.com>
15798
15799         * configure.in: add target-gperf to noconfigdirs for Cygwin32.
15800         Fix typo in ming config comment.
15801
15802 Wed Feb  4 18:56:13 1998  Ian Lance Taylor  <ian@cygnus.com>
15803
15804         * ltconfig, ltmain.sh: Update from libtool 1.0h.
15805
15806 Mon Feb  2 19:38:19 1998  Ian Lance Taylor  <ian@cygnus.com>
15807
15808         * config.sub: Add tic30 cases, and map c30 to tic30.
15809
15810 Sun Feb  1 02:40:41 1998  Richard Henderson  <rth@cygnus.com>
15811
15812         * Makefile.in (TARGET_CONFIGDIRS): Add libf2c.
15813         (ALL_TARGET_MODULES, CONFIGURE_TARGET_MODULES): Similarly
15814         (CHECK_TARGET_MODULES, INSTALL_TARGET_MODULES): Similarly
15815         (CLEAN_TARGET_MODULES): Similarly
15816         (all-target-libf2c): Add dependences.
15817         * configure.in (target_libs): Add libf2c.
15818
15819 Fri Jan 30 17:18:32 1998  Geoffrey Noer  <noer@cygnus.com>
15820
15821         * configure.in: Remove expect from noconfigdirs when target
15822         is cygwin32.  OK to build expect and dejagnu with Canadian
15823         Cross.
15824
15825 Wed Jan 28 12:58:49 1998  Ian Lance Taylor  <ian@cygnus.com>
15826
15827         * configure.in: Do build expect, dejagnu, and cvssrc for a cygwin32
15828         host.
15829
15830         * config.guess: Use ${UNAME_MACHINE} rather than i386 for cygwin32
15831         and mingw32.
15832
15833 Wed Jan 28 10:26:37 1998  Manfred Hollstein  <manfred@s-direktnet.de>
15834
15835         * Makefile.in (BASE_FLAGS_TO_PASS): Remove passing $(local_prefix)
15836         here as it is not defined in the toplevel Makefile.
15837
15838 Tue Jan 27 23:25:06 1998  Manfred Hollstein  <manfred@s-direktnet.de>
15839
15840         * configure (package_makefile_rules_frag): New variable, which names
15841         a file with generic rules, ...
15842         Change comment to mention we now have FIVE parts.
15843         * configure: Undo last change.
15844
15845 Tue Jan 27 23:15:55 1998  Lassi A. Tuura  <lat@iki.fi>
15846
15847         * config.guess: More accurate determination of HP processor types.
15848         * config.sub: More accurate determination of HP processor types.
15849
15850 Sat Jan 24 01:59:45 1998  Manfred Hollstein  <manfred@s-direktnet.de>
15851
15852         * configure (package_makefile_frag): Move inserting the
15853         ${package_makefile_frag} to where it should be according
15854         to the comment.
15855
15856 Fri Jan 23 00:29:28 1998  Philip Blundell  <pb@nexus.co.uk>
15857
15858         * config.guess: Add support for Linux/ARM.
15859
15860 Thu Jan 22 15:14:01 1998  Fred Fish  <fnf@cygnus.com>
15861
15862         * .cvsignore: Remove *-info and *-install since they match
15863         release-info and mpw-install, which we don't want to just ignore.
15864
15865 Thu Jan 22 01:38:33 1998  Richard Henderson  <rth@cygnus.com>
15866
15867         * configure.in: Revert 3 Jan change for alpha-linux-gnulibc1.
15868
15869 Sat Jan 17 21:28:08 1998  Pieter Nagel <pnagel@epiuse.co.za>
15870
15871         * Makefile.in (FLAGS_TO_PASS): Pass down gcc_include_dir and
15872         local_prefix to sub-make invocations.
15873
15874 Sat Jan 17 21:04:59 1998 H.J. Lu  (hjl@gnu.org)
15875
15876         * configure.in: Check makefile fragments in the source
15877         directory.
15878
15879 Fri Jan 16 00:41:37 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
15880
15881         * configure.in: Check whether host and target makefile
15882         fragments exist before adding them to *_makefile_frag.
15883
15884 Wed Jan 14 23:39:10 1998  Bob Manson  <manson@charmed.cygnus.com>
15885
15886         * configure.in (target_configdirs): Add cygmon for sparc64-elf.
15887
15888 Wed Jan 14 12:48:07 1998  Keith Seitz  <keiths@pizza.cygnus.com>
15889
15890         * configure.in: Make sure we only replace RPATH_ENVVAR on
15891         lines which begin with RPATH_ENVVAR, i.e. add "^" to the
15892         regexp to sed.
15893
15894         * Makefile.in (BASE_FLAGS_TO_PASS): Pass RRPATH_ENVVAR down
15895         to sub-makes.
15896
15897 1998-01-13  Lee Iverson   (leei@ai.sri.com)
15898
15899         * config-ml.in (multi-do): LDFLAGS must include multilib
15900         designator.
15901
15902 Tue Jan 13 01:13:24 1998   Robert Lipe (robertl@dgii.com)
15903
15904         * config.guess: Recognize i[3456]-i586-UnixWare7-sysv5.
15905
15906 Sun Jan  4 01:06:55 1998  Mumit Khan  <khan@xraylith.wisc.edu>
15907
15908         * config.sub: Add mingw32 support.
15909         * configure.in: Likewise.
15910
15911 Sat Jan  3 12:11:05 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
15912
15913         * configure.in: Finalize support for {alpha|powerpc}*-*-linux-gnulibc1
15914
15915 Sun Dec 28 11:28:58 1997  Jeffrey A Law  (law@cygnus.com)
15916
15917         * Makefile.in (INSTALL_TARGET): Do install-gcc first.
15918         * configure (gxx_include_dir): Provide a definition for subdirs
15919         which do not use autoconf.
15920
15921 Wed Dec 24 22:46:55 1997  Jeffrey A Law  (law@cygnus.com)
15922
15923         * config.guess: Sync with egcs.  Picks up new alpha support,
15924         BeOS & some additional linux support.
15925
15926 Tue Dec 23 12:44:24 1997  Jeffrey A Law  (law@cygnus.com)
15927
15928         * config.guess: HP 9000/803 is a PA1.1 machine.
15929
15930 Mon Dec 22 02:39:24 1997  Richard Henderson  <rth@cygnus.com>
15931
15932         * configure.in: It's alpha*-...
15933
15934 Sun Dec 21 16:53:12 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
15935
15936         * configure.in (host_makefile_frag, target_makefile_frag):
15937         Handle multiple config files.
15938         (alpha-*-linux*): Treat alpha-*-linux* as alpha-*-linux* and
15939         alpha-*-*.
15940
15941 Thu Dec 18 13:13:03 1997  Doug Evans  <devans@canuck.cygnus.com>
15942
15943         * mkdep: New file.
15944
15945 Wed Dec 17 09:53:02 1997  Michael Meissner  <meissner@cygnus.com>
15946
15947         * configure.in (d30v-*-*): Allow configuring of libide, vmake, etc.
15948
15949 Tue Dec 16 17:36:05 1997  Ian Lance Taylor  <ian@cygnus.com>
15950
15951         * Makefile.in: Add libgui directory.
15952         (GDB_TK): Add all-libgui.
15953         * configure.in: Add libgui directory.
15954         * configure: Add all-libgui to GDB_TK.
15955
15956 Mon Dec 15 16:12:28 1997  Nick Clifton  <nickc@cygnus.com>
15957
15958         * config-ml.in (multidirs): Add m32r to multilib list.
15959
15960 Fri Dec 12 10:43:31 1997  Brendan Kehoe  <brendan@canuck.cygnus.com>
15961
15962         * Makefile.in (all-target-gperf): Change dependency to
15963         all-target-libstdc++.
15964
15965 Thu Dec 11 23:30:51 1997  Fred Fish  <fnf@ninemoons.com>
15966
15967         * config.guess: Add BeOS support.
15968
15969 Wed Dec 10 15:10:38 1997  Ian Lance Taylor  <ian@cygnus.com>
15970
15971         Source directory cvs renamed to cvssrc:
15972         * configure.in (host_tools): Change cvs to cvssrc.
15973         (native_only): Likewise.
15974         (noconfigdirs) [various cases]: Likewise.
15975         * Makefile.in (ALL_MODULES): Change all-cvs to all-cvssrc.
15976         (CROSS_CHECK_MODULES): Change check-cvs to check-cvssrc.
15977         (INSTALL_MODULES): Change install-cvs to install-cvssrc.
15978         (CLEAN_MODULES): Change clean-cvs to clean-cvssrc.
15979         (all-cvssrc): Rename target from all-cvs.
15980
15981 Wed Dec  3 07:55:59 1997  Jeffrey A Law  (law@cygnus.com)
15982
15983         * configure (gxx_include_dir): Fix thinko.
15984
15985 Tue Dec  2 10:55:34 1997  Jeffrey A Law  (law@cygnus.com)
15986
15987         * Makefile.in (INSTALL_TARGET_CROSS): Define.
15988         (install-cross, install-gcc-cross): New targets.
15989
15990 Tue Dec  2 10:08:31 1997  Nick Clifton  <nickc@cygnus.com>
15991
15992         * configure.in (noconfigdirs): Add support for Thumb target.
15993
15994         * config.sub (maybe_os): Add support for Thumb target.
15995
15996 Sun Nov 30 16:12:27 1997  Bob Manson  <manson@charmed.cygnus.com>
15997
15998         * Makefile.in: Add rules for cygmon.
15999
16000         * configure.in: Build cygmon for sparc-elf and sparclite-aout.
16001
16002 Thu Nov 27 01:31:30 1997  Jeffrey A Law  (law@cygnus.com)
16003
16004         * Makefile.in (INSTALL_TARGET): Do install-gcc first.
16005         * configure (gxx_include_dir): Provide a definition for subdirs
16006         which do not use autoconf.
16007
16008 Wed Nov 26 11:53:33 1997  Keith Seitz  <keiths@onions.cygnus.com>
16009
16010         * Makefile.in, configure, configure.in, ChangeLog: merge with foundry's
16011         11/18/97 build
16012
16013 Wed Nov 26 16:08:50 1997  Jeffrey A Law  (law@cygnus.com)
16014
16015         * From Franz Sirl.
16016         * config.guess (powerpc*-*-linux): Handle glibc2 beta release
16017         found on RedHat Linux systems.
16018
16019 Fri Nov 21 09:51:01 1997  Jeffrey A Law  (law@cygnus.com)
16020
16021         * config.guess (alpha stuff): Merge with FSF to avoid incorrect
16022         guesses.
16023
16024 Thu Nov 13 11:38:37 1997  Jeffrey A Law  (law@cygnus.com)
16025
16026         * configure.in (i[3456]86-ncr-sysv4.3*): Tweak.
16027
16028 Mon Nov 10 15:23:21 1997  H.J. Lu  <hjl@gnu.ai.mit.edu>
16029
16030         * ltmain.sh: If mkdir fails, check whether the directory was created
16031         anyhow by some other process.
16032
16033 Mon Nov 10 14:38:03 1997  Michael Meissner  <meissner@cygnus.com>
16034
16035         * configure.in (d30v-*-*): Configure all directories.
16036
16037 Sun Nov  9 17:36:20 1997  Michael Meissner  <meissner@cygnus.com>
16038
16039         * configure.in (d30v-*-*): Configure newlib, libiberty directories
16040         for the D30V.
16041
16042 Sat Nov  8 14:42:59 1997  Michael Meissner  <meissner@cygnus.com>
16043
16044         * configure.in (d30v-*-*): Configure target-libgloss on the D30V.
16045
16046 Fri Nov  7 10:34:09 1997  Rob Savoye  <rob@darkstar.cygnus.com>
16047
16048         * include/libiberty.h: Add extern "C" { so it can be used with C++
16049         progrms.
16050         * include/remote-sim.h:  Add extern "C" { so it can be used with C++
16051         programs.
16052
16053 Thu Oct 30 11:09:29 1997  Michael Meissner  <meissner@cygnus.com>
16054
16055         * configure.in (d30v-*-*): Configure GCC now.
16056
16057 Mon Oct 27 13:17:24 1997  Stan Shebs  <shebs@andros.cygnus.com>
16058
16059         * configure.in: Remove a "second pass" of tweaking noconfigdirs,
16060         is no longer needed.
16061
16062 Mon Oct 27 12:03:53 1997  Jason Merrill  <jason@yorick.cygnus.com>
16063
16064         * Makefile.in: check-target-libio depends on all-target-libstdc++.
16065
16066 Sun Oct 26 11:48:27 1997  Manfred Hollstein  (manfred@s-direktnet.de)
16067
16068         * Makefile.in (bootstrap-lean): Combined with `normal' bootstrap
16069         targets using "$@" to provide support for similar but not identical
16070         targets without having to duplicate code.
16071
16072 Mon Oct 20 15:28:49 1997  Klaus K"ampf  <kkaempf@progis.de>
16073
16074         * makefile.vms: Fix to work with DEC C.
16075
16076 Tue Oct  7 23:58:57 1997  Gavin Koch  <gavin@cygnus.com>
16077
16078         * config.sub: Add mips-tx39-elf to marketing names.
16079
16080 Tue Oct  7 14:24:41 1997  Ian Lance Taylor  <ian@cygnus.com>
16081
16082         * ltmain.sh: Handle symlinks in generated script.
16083
16084 Wed Oct  1 13:11:27 1997  Ian Lance Taylor  <ian@cygnus.com>
16085
16086         * configure: Handle autoconf style directory options: --bindir,
16087         --datadir, --includedir, --infodir, --libdir, --libexecdir,
16088         --mandir, --oldincludedir, --sbindir, --sharedstatedir,
16089         --sysconfdir.
16090         * Makefile.in (sbindir, libexecdir, sysconfdir): New variables.
16091         (sharedstatedir, localstatedir, oldincludedir): New variables.
16092         (BASE_FLAGS_TO_PASS): Pass down bindir, datadir, includedir,
16093         infodir, libdir, libexecdir, localstatedir, mandir, oldincludedir,
16094         sbindir, sharedstatedir, and sysconfdir.
16095
16096 Mon Sep 29 00:38:08 1997 Aaron Jackson <jackson@negril.msrce.howard.edu>
16097
16098         * Makefile.in (bootstrap-lean): New target.
16099
16100 Wed Sep 24 18:06:27 1997  Stu Grossman  <grossman@babylon-5.cygnus.com>
16101
16102         * configure.in (d30v):  Remove tcl, tk, expect, gdb, itcl, tix, db,
16103         sn, and gnuserv from noconfigdirs.
16104
16105 Wed Sep 24 15:18:32 1997  Ian Lance Taylor  <ian@cygnus.com>
16106
16107         * ltmain.sh: Tweak shell pattern to avoid bug in NetBSD /bin/sh.
16108
16109 Thu Sep 18 23:58:27 1997  Jeffrey A Law  (law@cygnus.com)
16110
16111         * Makefile.in (cross): New target.
16112
16113 Thu Sep 18 21:43:23 1997  Alexandre Oliva  <oliva@dcc.unicamp.br>
16114                           Jeff Law         <law@cygnus.com>
16115
16116         * Makefile.in (bootstrap2, bootstrap3): New targets.
16117         (all-bootstrap): Remove outdated and confusing target.
16118         (bootstrap, bootstrap2, bootstrap3): Don't pass BOOT_CFLAGS down.
16119
16120 Thu Sep 18 15:37:42 1997  Andrew Cagney  <cagney@b1.cygnus.com>
16121
16122         * configure (tooldir): enable_gdbtk=YES for cygwin32, NO for
16123         windows.  Consistent with gdb/configure.
16124
16125 1997-09-15 02:37  Ulrich Drepper  <drepper@cygnus.com>
16126
16127         * configure.in: Name Linux target fragment.
16128
16129         * configure: Rewrite so that project Makefile fragment is inserted
16130         first and appears last in the resulting Makefile.
16131
16132 Tue Sep 16 09:55:07 1997  Andrew Cagney  <cagney@b1.cygnus.com>
16133
16134         * Makefile.in (install-itcl): Install tcl first.
16135
16136 Fri Sep 12 16:19:20 1997  Geoffrey Noer  <noer@cygnus.com>
16137
16138         * configure.in: remove bison from noconfigdirs for Cygwin32 host
16139
16140 Thu Sep 11 16:40:46 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
16141
16142         * Makefile.in (local-distclean): Also remove mh-frag mt-frag.
16143
16144         * configure.in (skipdirs): Add target-librx for Linux.
16145         (alpha-*-linux*): Use config/mh-elfalphapic and config/mt-elfalphapic.
16146
16147 Wed Sep 10 21:29:54 1997  Jeffrey A Law  (law@cygnus.com)
16148
16149         * Makefile.in (bootstrap): New target.
16150
16151 Wed Sep 10 15:19:22 1997  Jeffrey A Law  (law@cygnus.com)
16152
16153         * config.sub: Accept 'amigados' for backward compatibility.
16154
16155 Mon Sep  8 20:46:20 1997  Ian Lance Taylor  <ian@cygnus.com>
16156
16157         * config.guess: Merge with FSF.
16158
16159 Sun Sep  7 23:18:32 1997  Fred Fish  <fnf@ninemoons.com>
16160
16161         * config.sub: Change 'amigados' to 'amigaos' to match current usage.
16162
16163 Sun Sep  7 15:55:28 1997  Gavin Koch  <gavin@cygnus.com>
16164
16165         * config.sub: Add "marketing-names" patch.
16166
16167 Fri Sep  5 16:11:28 1997  Joel Sherrill  (joel@OARcorp.com)
16168
16169         * configure.in (*-*-rtems*): Do not build libgloss for rtems.
16170
16171 Fri Sep  5 12:27:17 1997  Jeffrey A Law  (law@cygnus.com)
16172
16173         * config.sub: Handle v850-elf.
16174
16175 Wed Sep  3 22:01:58 1997  Fred Fish  <fnf@ninemoons.com>
16176
16177         * .cvsignore (*-install): Remove.
16178
16179 Wed Sep  3 12:15:24 1997  Chris Provenzano  <proven@cygnus.com>
16180
16181         * ltconfig: Set CONFIG_SHELL in libtool.
16182         * ltmain.sh: Use CONFIG_SHELL instead of /bin/sh
16183
16184 Mon Sep  1 16:45:44 1997  Jim Wilson  <wilson@cygnus.com>
16185
16186         * configure.in (target_subdir): Set to libraries if enable_multilib.
16187
16188 Wed Aug 27 16:15:11 1997  Jim Wilson  <wilson@cygnus.com>
16189
16190         * config.guess: Update from gcc directory.
16191
16192 Tue Aug 26 16:46:46 1997  Andrew Cagney  <cagney@b1.cygnus.com>
16193
16194         * Makefile.in (all-sim): Depends on all-readline.
16195
16196 Wed Aug 20 19:57:37 1997  Jason Merrill  <jason@yorick.cygnus.com>
16197
16198         * Makefile.in (BISON, YACC): Use $$s.
16199         (all-bison): Depend on all-texinfo.
16200
16201 Tue Aug 19 01:41:32 1997  Jason Merrill  <jason@yorick.cygnus.com>
16202
16203         * Makefile.in (BISON): Add -L flag.
16204         (YACC): Likewise.
16205
16206 Mon Aug 18 11:30:50 1997  Nick Clifton  <nickc@cygnus.com>
16207
16208         * configure.in (noconfigdirs): Add support for v850e target.
16209
16210         * config.sub (maybe_os): Add support for v850e target.
16211
16212 Mon Aug 18 11:30:50 1997  Nick Clifton  <nickc@cygnus.com>
16213
16214         * configure.in (noconfigdirs): Add support for v850ea target.
16215
16216         * config.sub (maybe_os): Add support for v850ea target.
16217
16218 Mon Aug 18 09:24:06 1997  Gavin Koch  <gavin@cygnus.com>
16219
16220         * config.sub: Add mipstx39.  Delete r3900.
16221
16222 Mon Aug 18 17:20:10 1997  Jason Molenda  (crash@godzilla.cygnus.co.jp)
16223
16224         * Makefile.in (all-autoconf): Depends on all-texinfo.
16225
16226 Fri Aug 15 23:09:26 1997  Michael Meissner  <meissner@cygnus.com>
16227
16228         * config-ml.in ({powerpc,rs6000}*-*-*): Update to current AIX and
16229         eabi targets.
16230
16231 Thu Aug 14 14:42:17 1997  Ian Lance Taylor  <ian@cygnus.com>
16232
16233         * configure: Get CFLAGS and CXXFLAGS from Makefile, if possible.
16234
16235         * configure: When handling a Canadian Cross, handle YACC as well as
16236         BISON.  Just set BISON to bison.  When setting YACC, prefer bison.
16237         * Makefile.in (all-bison): Depend upon all-texinfo.
16238
16239 Tue Aug 12 20:09:48 1997  Jason Merrill  <jason@yorick.cygnus.com>
16240
16241         * Makefile.in (BISON): bison, not byacc or bison -y.
16242         (YACC): bison -y or byacc or yacc.
16243         (various): Add *-bison as appropriate.
16244         (taz): No need to mess with BISON anymore.
16245
16246 Tue Aug 12 22:33:08 1997  Ian Lance Taylor  <ian@cygnus.com>
16247
16248         * configure: If OSTYPE matches *win32*, try to find a good value for
16249         CONFIG_SHELL.
16250
16251 Sun Aug 10 14:41:11 1997  Ian Lance Taylor  <ian@cygnus.com>
16252
16253         * Makefile.in (taz): Get the version number from AM_INIT_AUTOMAKE in
16254         configure.in if it is present.
16255
16256 Sat Aug  9 00:58:01 1997  Ian Lance Taylor  <ian@cygnus.com>
16257
16258         * Makefile.in (LD_FOR_TARGET): Change ld.new to ld-new.
16259
16260 Fri Aug  8 16:30:13 1997  Doug Evans  <dje@canuck.cygnus.com>
16261
16262         * config.sub: Recognize `arc' cpu.
16263         * configure.in: Likewise.
16264         * config-ml.in: Likewise.
16265
16266 Thu Aug  7 11:02:34 1997  Ian Lance Taylor  <ian@cygnus.com>
16267
16268         * Makefile.in ($(INSTALL_X11_MODULES)): Depend upon installdirs.
16269
16270 Wed Aug  6 16:27:29 1997  Chris Provenzano  <proven@cygnus.com>
16271
16272         * configure: Changed sed delimiter from ':' to '|' when
16273         attempting to substitute ${config_shell} for SHELL. On
16274         NT ${config_shell} may contain a ':' in it.
16275
16276 Wed Aug  6 12:29:05 1997  Jason Merrill  <jason@yorick.cygnus.com>
16277
16278         * Makefile.in (EXTRA_GCC_FLAGS): Fix for non-bash shells.
16279
16280 Wed Aug  6 00:42:35 1997  Ian Lance Taylor  <ian@cygnus.com>
16281
16282         * Makefile.in (AS_FOR_TARGET): Change as.new to as-new.
16283
16284 Tue Aug  5 14:08:51 1997  Ian Lance Taylor  <ian@cygnus.com>
16285
16286         * Makefile.in (NM_FOR_TARGET): Change nm.new to nm-new.
16287
16288         * ylwrap: If the program is a relative path, force it to be
16289         absolute.
16290
16291 Tue Aug  5 12:12:44 1997  Andrew Cagney  <cagney@b1.cygnus.com>
16292
16293         * configure (tooldir): Set BISON to `bison -y' and not just bison.
16294
16295 Mon Aug  4 22:59:02 1997  Andrew Cagney  <cagney@b1.cygnus.com>
16296
16297         * Makefile.in (CC_FOR_TARGET): When winsup/Makefile present,
16298         correctly specify the target build directory $(TARGET_SUBDIR)/winsup
16299         for libraries.
16300
16301 Mon Aug  4 12:40:24 1997  Jason Merrill  <jason@yorick.cygnus.com>
16302
16303         * Makefile.in (EXTRA_GCC_FLAGS): Fix handling of macros with values
16304         separated by spaces.
16305
16306 Thu Jul 31 19:49:49 1997  Ian Lance Taylor  <ian@cygnus.com>
16307
16308         * ylwrap: New file.
16309         * Makefile.in (DEVO_SUPPORT): Add ylwrap.
16310
16311         * ltmain.sh: Handle /bin/sh at start of install program.
16312
16313         * Makefile.in (DEVO_SUPPORT): Add ltconfig, ltmain.sh, and missing.
16314
16315         * ltconfig, ltmain.sh: New files, from libtool 1.0.
16316         * missing: New file, from automake 1.2.
16317
16318 Thu Jul 24 12:57:56 1997  Ian Lance Taylor  <ian@cygnus.com>
16319
16320         * Makefile.in: Treat tix like tk, putting it in X11_MODULES.  Add
16321         check-tk to CHECK_X11_MODULES.
16322
16323 Wed Jul 23 17:03:29 1997  Ian Lance Taylor  <ian@cygnus.com>
16324
16325         * config.sub: Merge with FSF.
16326
16327 Tue Jul 22 19:08:29 1997  Ian Lance Taylor  <ian@cygnus.com>
16328
16329         * config.guess: Merge with FSF.
16330
16331 Tue Jul 22 14:50:42 1997  Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
16332
16333         * configure: Treat msdosdjgpp like go32.
16334         * configure.in: Likewise.  Don't remove gprof for go32.
16335
16336         * configure: Change Makefile.tem2 to Makefile.tm2.
16337
16338 Mon Jul 21 10:31:26 1997  Stephen Peters  <speters@cygnus.com>
16339
16340         * configure.in (noconfigdirs): For alpha-dec-osf*, don't ignore grep.
16341
16342 Tue Jul 15 14:33:03 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
16343
16344         * install-sh (chmodcmd): Set to null if the DST directory already
16345         exists.  Same as Nov 11th change.
16346
16347 Mon Jul 14 11:01:15 1997  Martin M. Hunt  <hunt@cygnus.com>
16348
16349         * configure (GDB_TK): Needs itcl and tix.
16350
16351 Mon Jul 14 00:32:10 1997  Jason Merrill  <jason@yorick.cygnus.com>
16352
16353         * config.guess: Update from FSF.
16354
16355 Fri Jul 11 11:57:11 1997  Martin M. Hunt  <hunt@cygnus.com>
16356
16357         * Makefile.in (GDB_TK): Depend on itcl and tix.
16358
16359 Fri Jul  4 13:25:31 1997  Ian Lance Taylor  <ian@cygnus.com>
16360
16361         * Makefile.in (INSTALL_PROGRAM_ARGS): New variable.
16362         (INSTALL_PROGRAM): Use $(INSTALL_PROGRAM_ARGS).
16363         (INSTALL_SCRIPT): New variable.
16364         (BASE_FLAGS_TO_PASS): Pass down INSTALL_SCRIPT.
16365         * configure.in: If host is *-*-cygwin32*, set INSTALL_PROGRAM_ARGS
16366         to -x.
16367         * install-sh: Add support for -x option.
16368
16369 Mon Jun 30 15:51:30 1997  Ian Lance Taylor  <ian@cygnus.com>
16370
16371         * configure.in, Makefile.in: Treat tix like itcl.
16372
16373 Thu Jun 26 13:59:19 1997  Ian Lance Taylor  <ian@cygnus.com>
16374
16375         * Makefile.in (WINDRES): New variable.
16376         (WINDRES_FOR_TARGET): New variable.
16377         (BASE_FLAGS_TO_PASS): Add WINDRES_FOR_TARGET.
16378         (EXTRA_HOST_FLAGS): Add WINDRES.
16379         (EXTRA_TARGET_FLAGS): Add WINDRES.
16380         (EXTRA_GCC_FLAGS): Add WINDRES.
16381         ($(DO_X)): Pass down WINDRES.
16382         ($(CONFIGURE_TARGET_MODULES)): Set WINDRES when configuring.
16383         * configure: Treat WINDRES like DLLTOOL, and WINDRES_FOR_TARGET like
16384         DLLTOOL_FOR_TARGET.
16385
16386 Wed Jun 25 15:01:26 1997  Felix Lee  <flee@cygnus.com>
16387
16388         * configure.in: configure sim before gdb for win32-x-ppc
16389
16390 Wed Jun 25 12:18:54 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
16391
16392         Move gperf into the toplevel, from libg++.
16393         * configure.in (target_tools): Add target-gperf.
16394         (native_only): Add target-gperf.
16395         * Makefile.in (all-target-gperf): New target, depend on
16396         all-target-libg++.
16397         (configure-target-gperf): Empty rule.
16398         (ALL_TARGET_MODULES): Add all-target-gperf.
16399         (CONFIGURE_TARGET_MODULES): Add configure-target-gperf.
16400         (CHECK_TARGET_MODULES): Add check-target-gperf.
16401         (INSTALL_TARGET_MODULES): Add install-target-gperf.
16402         (CLEAN_TARGET_MODULES): Add clean-target-gperf.
16403
16404 Mon Jun 23 10:51:53 1997  Jeffrey A Law  (law@cygnus.com)
16405
16406         * config.sub (mn10200): Recognize new basic machine.
16407
16408 Thu Jun 19 14:16:42 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
16409
16410         * configure.in: Don't set ENABLE_MULTILIB, so we'll be passing
16411         --enable-multilib down to subdirs; setting TARGET_SUBDIR was enough.
16412
16413 Tue Jun 17 15:31:20 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
16414
16415         * configure.in: If we're building mips-sgi-irix6* native, turn on
16416         ENABLE_MULTILIB and set TARGET_SUBDIR.
16417
16418 Tue Jun 17 12:20:59 1997  Tom Tromey  <tromey@cygnus.com>
16419
16420         * Makefile.in (all-sn): Depend on all-grep.
16421
16422 Mon Jun 16 11:11:10 1997  Ian Lance Taylor  <ian@cygnus.com>
16423
16424         * configure.in: Use mh-ppcpic and mt-ppcpic for powerpc*-* targets.
16425
16426         * configure: Set CFLAGS and CXXFLAGS, and substitute them into
16427         Makefile.  From Jeff Makey <jeff@cts.com>.
16428         * Makefile.in: Add comment for CFLAGS and CXXFLAGS.
16429
16430         * Makefile.in (DISTBISONFILES): Remove.
16431         (taz): Don't futz with DISTBISONFILES.  Change BISON to use
16432         $(DEFAULT_YACC).
16433
16434         * configure.in: Build itl, db, sn, etc., when building for native
16435         cygwin32.
16436
16437         * Makefile.in (LD): New variable.
16438         (EXTRA_HOST_FLAGS): Pass down LD.
16439         ($(DO_X)): Likewise.
16440
16441 Mon Jun 16 11:10:35 1997  Philip Blundell  <Philip.Blundell@pobox.com>
16442
16443         * Makefile.in (INSTALL): Use $(SHELL) when executing install-sh.
16444
16445 Fri Jun 13 10:22:56 1997  Bob Manson  <manson@charmed.cygnus.com>
16446
16447         * configure.in (targargs): Strip out any supplied --build argument
16448         before adding our own. Always add --build.
16449
16450 Thu Jun 12 21:12:28 1997  Bob Manson  <manson@charmed.cygnus.com>
16451
16452         * configure.in (targargs): Pass --build if we're doing
16453         a cross-compile.
16454
16455 Fri Jun  6 21:38:40 1997  Rob Savoye  <rob@chinadoll.cygnus.com>
16456
16457         * configure: Use '|' instead of ":" as the separator in
16458         sed. Otherwise sed chokes on NT path names with drive
16459         designators. Also look for "?:*" as the leading characters in an
16460         absolute pathname.
16461
16462 Mon Jun  2 13:05:20 1997  Gavin Koch  <gavin@cygnus.com>
16463
16464         * config.sub: Support for r3900.
16465
16466 Wed May 21 17:33:31 1997  Ian Lance Taylor  <ian@cygnus.com>
16467
16468         * configure.in: Use install-sh, not install.sh.
16469
16470 Wed May 14 16:06:51 1997  Ian Lance Taylor  <ian@cygnus.com>
16471
16472         * Makefile.in (taz): Improve check for BISON so it doesn't try to
16473         apply it twice.
16474
16475 Fri May  9 17:22:05 1997  Ian Lance Taylor  <ian@cygnus.com>
16476
16477         * Makefile.in (INSTALL_MODULES): Put install-opcodes before
16478         install-binutils.
16479
16480 Thu May  8 17:29:50 1997  Ian Lance Taylor  <ian@cygnus.com>
16481
16482         * Makefile.in: Add automake targets.
16483         * configure.in (host_tools): Add automake.
16484
16485 Tue May  6 15:49:52 1997  Ian Lance Taylor  <ian@cygnus.com>
16486
16487         * configure: Default CXX to c++, not gcc.
16488         * Makefile.in (CXX): Set to c++, not gcc.
16489         (CXX_FOR_TARGET): When cross, transform c++, not gcc.
16490
16491 Thu May  1 10:11:43 1997  Geoffrey Noer  <noer@cygnus.com>
16492
16493         * install-sh: try appending a .exe if source file doesn't
16494         exist
16495
16496 Wed Apr 30 12:05:36 1997  Jason Merrill  <jason@yorick.cygnus.com>
16497
16498         * configure.in: Turn on multilib by default.
16499         (cross_only): Remove target-libiberty.
16500
16501         * Makefile.in (all-gcc): Don't depend on libiberty.
16502
16503 Mon Apr 28 18:39:45 1997  Michael Snyder  <msnyder@cleaver.cygnus.com>
16504
16505         * config.guess: improve algorithm for recognizing Gnu Hurd x86.
16506
16507 Thu Apr 24 19:30:07 1997  Ian Lance Taylor  <ian@cygnus.com>
16508
16509         * Makefile.in (DEVO_SUPPORT): Add mpw-install.
16510         (DISTBISONFILES): Add ld/Makefile.in
16511
16512 Tue Apr 22 17:17:28 1997  Geoffrey Noer  <noer@pizza.cygnus.com>
16513
16514         * configure.in: if target is cygwin32 but host isn't cygwin32,
16515         don't configure gdb tcl tk expect, not just gdb.
16516
16517 Mon Apr 21 13:33:39 1997  Tom Tromey  <tromey@cygnus.com>
16518
16519         * configure.in: Added gnuserv everywhere sn appears.
16520
16521         * Makefile.in (ALL_MODULES): Added all-gnuserv.
16522         (CROSS_CHECK_MODULES): Added check-gnuserv.
16523         (INSTALL_MODULES): Added install-gnuserv.
16524         (CLEAN_MODULES): Added clean-gnuserv.
16525         (all-gnuserv): New target.
16526
16527 Thu Apr 17 13:57:06 1997  Per Fogelstrom  <pefo@openbsd.org>
16528
16529         * config.guess: Fixes for MIPS OpenBSD systems.
16530
16531 Tue Apr 15 12:21:07 1997  Ian Lance Taylor  <ian@cygnus.com>
16532
16533         * Makefile.in (INSTALL_XFORM): Remove.
16534         (BASE_FLAGS_TO_PASS): Remove INSTALL_XFORM.
16535
16536         * mkinstalldirs: New file, copied from automake.
16537         * Makefile.in (installdirs): Rename from install-dirs.  Use
16538         mkinstalldirs.  Change all users.
16539         (DEVO_SUPPORT): Add mkinstalldirs.
16540
16541 Mon Apr 14 11:21:38 1997  Ian Lance Taylor  <ian@cygnus.com>
16542
16543         * install-sh: Rename from install.sh.
16544         * Makefile.in (INSTALL): Change install.sh to install-sh.
16545         (DEVO_SUPPORT): Likewise.
16546
16547         * configure: Use ${config_shell} with ${moveifchange}.  From Thomas
16548         Graichen <graichen@rzpd.de>.
16549
16550 Fri Apr 11 16:37:10 1997  Niklas Hallqvist  <niklas@appli.se>
16551
16552         * config.guess: Recognize OpenBSD systems correctly.
16553
16554 Fri Apr 11 17:07:04 1997  Jason Molenda  (crash@godzilla.cygnus.co.jp)
16555
16556         * README, Makefile.in (ETC_SUPPORT): Remove references to
16557         cfg-paper*, configure.{texi,man,info*}._
16558
16559 Sun Apr  6 18:47:57 1997  Andrew Cagney  <cagney@kremvax.cygnus.com>
16560
16561         * Makefile.in (all.normal): Ensure that gcc is built after all
16562         the x11 - ie gdb - targets.
16563
16564 Tue Apr  1 16:28:50 1997  Klaus Kaempf  <kkaempf@progis.de>
16565
16566         * makefile.vms: Don't run conf-a-gas.
16567
16568 Mon Mar 31 16:26:55 1997  Joel Sherrill  <joel@oarcorp.com>
16569
16570         * configure.in (hppa1.1-*-rtems*): New target, like hppa-*-*elf*.
16571
16572 Sun Mar 30 12:38:27 1997  Fred Fish  <fnf@cygnus.com>
16573
16574         * configure.in: Remove noconfigdirs case since gdb also
16575         configures and builds for tic80-coff.
16576
16577 Fri Mar 28 18:28:52 1997  Ian Lance Taylor  <ian@cygnus.com>
16578
16579         * configure: Set cache_file to config.cache.
16580         * Makefile.in (local-distclean): Remove config.cache.
16581
16582 Wed Mar 26 18:49:39 1997  Ian Lance Taylor  <ian@cygnus.com>
16583
16584         * COPYING: Update FSF address.
16585
16586 Wed Mar 26 10:38:25 1997  Michael Meissner  <meissner@cygnus.com>
16587
16588         * configure.in (tic80-*-*): Remove G++ libraries and libgloss from
16589         noconfigdirs.
16590
16591 Mon Mar 24 15:02:39 1997  Ian Lance Taylor  <ian@cygnus.com>
16592
16593         * Makefile.in (install-dirs): Don't crash if prefix, and hence
16594         MAKEDIRS, is empty.
16595
16596 Mon Mar 24 12:40:55 1997  Doug Evans  <dje@canuck.cygnus.com>
16597
16598         * config.sub: Tweak mn10300 entry.
16599
16600 Fri Mar 21 15:35:27 1997  Michael Meissner  <meissner@cygnus.com>
16601
16602         * configure.in (host_tools): Put sim before gdb, so gdb's
16603         configure.tgt can determine if the simulator was configured.
16604
16605 Sun Mar 16 16:07:08 1997  Fred Fish  <fnf@cygnus.com>
16606
16607         * config.sub: Move BeOS $os case to be with other Cygnus
16608         local cases.
16609
16610 Sun Mar 16 01:34:55 1997  Martin Hunt <hunt@cygnus.com>
16611
16612         * config.sub: Remove misplaced comment that broke Linux.
16613
16614 Sat Mar 15 22:50:15 1997  Fred Fish  <fnf@cygnus.com>
16615
16616         * config.sub: Add BeOS support.
16617
16618 Mon Mar 10 13:30:11 1997  Tom Tromey  <tromey@cygnus.com>
16619
16620         * Makefile.in (CHECK_X11_MODULES): Don't run check-tk.
16621
16622 Wed Mar  5 12:09:29 1997  Martin  <hunt@cygnus.com>
16623
16624         * configure.in (noconfigdirs): Remove tcl and tk from
16625         noconfigdirs for cygwin32 builds.
16626
16627 Fri Feb 28 18:20:15 1997  Fred Fish  <fnf@cygnus.com>
16628
16629         * configure.in (tic80-*-*): Remove ld from noconfigdirs.
16630
16631 Thu Feb 27 14:57:26 1997  Ken Raeburn  <raeburn@cygnus.com>
16632
16633         * Makefile.in (GAS_SUPPORT_DIRS, BINUTILS_SUPPORT_DIRS): Remove
16634         make-all.com, use makefile.vms instead.
16635
16636 Tue Feb 25 18:46:14 1997  Stan Shebs  <shebs@andros.cygnus.com>
16637
16638         * config.sub: Accept -lnews*.
16639
16640 Tue Feb 25 13:19:14 1997  Andrew Cagney  <cagney@kremvax.tpgi.com.au>
16641
16642         * configure.in (noconfigdirs): Disable target-newlib,
16643         target-examples and target-libiberty for d30v.
16644
16645 Fri Feb 21 17:56:25 1997  Martin M. Hunt  <hunt@pizza.cygnus.com>
16646
16647         * configure.in (noconfigdirs): Enable ld for d30v.
16648
16649 Fri Feb 21 20:58:51 1997  Michael Meissner  <meissner@cygnus.com>
16650
16651         * configure.in (tic80-*-*): Build compiler.
16652
16653 Sun Feb 16 15:41:09 1997  Andrew Cagney  <cagney@critters.cygnus.com>
16654
16655         * configure.in (d30v-*): Remove sim directory from list of
16656         unsupported d30v directories
16657
16658 Tue Feb 18 17:32:42 1997  Martin M. Hunt  <hunt@pizza.cygnus.com>
16659
16660         * config.sub, configure.in: Add d30v target cpu.
16661
16662 Thu Feb 13 22:04:44 1997  Klaus Kaempf  <kkaempf@progis.de>
16663
16664         * makefile.vms: New file.
16665         * make-all.com: Remove.
16666
16667 Wed Feb 12 12:54:18 1997  Jim Wilson  <wilson@cygnus.com>
16668
16669         * Makefile.in (EXTRA_GCC_FLAGS): Add LIBGCC2_DEBUG_CFLAGS.
16670
16671 Sat Feb  8 20:36:49 1997  Michael Meissner  <meissner@cygnus.com>
16672
16673         * Makefile.in (all-itcl): The rule is all-itcl, not all-tcl.
16674
16675 Tue Feb  4 11:39:29 1997  Tom Tromey  <tromey@cygnus.com>
16676
16677         * Makefile.in (ALL_MODULES): Added all-db.
16678         (CROSS_CHECK_MODULES): Addec check-db.
16679         (INSTALL_MODULES): Added install-db.
16680         (CLEAN_MODULES): Added clean-db.
16681
16682 Mon Feb  3 13:29:36 1997  Ian Lance Taylor  <ian@cygnus.com>
16683
16684         * config.guess: Merge with latest FSF sources.
16685
16686 Tue Jan 28 09:20:37 1997  Tom Tromey  <tromey@cygnus.com>
16687
16688         * Makefile.in (ALL_MODULES): Added all-itcl.
16689         (CROSS_CHECK_MODULES): Added check-itcl.
16690         (INSTALL_MODULES): Added install-itcl.
16691         (CLEAN_MODULES): Added clean-itcl.
16692
16693 Thu Jan 23 01:44:27 1997  Geoffrey Noer  <noer@cygnus.com>
16694
16695         * configure.in: build gdb for mn10200
16696
16697 Fri Jan 17 15:32:15 1997  Doug Evans  <dje@canuck.cygnus.com>
16698
16699         * Makefile.in (all-target-winsup): Depend on all-target-libio.
16700
16701 Mon Jan 13 22:46:54 1997  Michael Meissner  <meissner@tiktok.cygnus.com>
16702
16703         * configure.in (tic80-*-*): Turn off most targets right now.
16704
16705 Fri Jan  3 16:04:03 1997  Ian Lance Taylor  <ian@cygnus.com>
16706
16707         * Makefile.in (MAKEINFO): Check for the existence of the Makefile,
16708         rather than the makeinfo program.
16709         (do-info): Depend upon all-texinfo.
16710
16711 Tue Dec 31 16:00:31 1996  Ian Lance Taylor  <ian@cygnus.com>
16712
16713         * configure.in: Remove uses of config/mh-linux.
16714
16715         * config.sub, config.guess: Merge with latest FSF sources.
16716
16717 Fri Dec 27 23:04:33 1996  Fred Fish  <fnf@cygnus.com>
16718
16719         * config.sub (case $basic_machine): Add tic80 entries.
16720
16721 Fri Dec 27 12:07:59 1996  Ian Lance Taylor  <ian@cygnus.com>
16722
16723         * config.sub, config.guess: Merge with latest FSF sources.
16724
16725 Wed Dec 18 22:46:39 1996  Stan Shebs  <shebs@andros.cygnus.com>
16726
16727         * mpw-build.in: Build ld before gcc, use NewFolderRecursive.
16728         * mpw-config.in: Test for NewFolderRecursive.
16729         * mpw-install: Use symbolic name for startup filename.
16730         * mpw-README: Add various additional details.
16731
16732 Wed Dec 18 13:11:46 1996  Jim Wilson  <wilson@cygnus.com>
16733
16734         * configure.in (mips*-sgi-irix6*): Remove binutils from noconfigdirs.
16735
16736 Wed Dec 18 10:29:31 1996  Jeffrey A Law  (law@cygnus.com)
16737
16738         * configure.in: Do build gcc and the target libraries for
16739         the mn10200.
16740
16741 Wed Dec  4 16:53:05 1996  Geoffrey Noer  <noer@cygnus.com>
16742
16743         * configure.in: don't avoid building gdb for mn10300 any more
16744         * Makefile.in: double-quote GCC_FOR_TARGET line in EXTRA_GCC_FLAGS
16745         instead of single-quoting it.
16746
16747 Tue Dec  3 23:26:50 1996  Jason Merrill  <jason@yorick.cygnus.com>
16748
16749         * configure.in: Don't use --with-stabs on IRIX 6.
16750
16751 Tue Dec  3 09:05:25 1996  Doug Evans  <dje@canuck.cygnus.com>
16752
16753         * configure.in (m32r): Build gdb, libg++ now.
16754
16755 Sun Dec  1 00:18:59 1996  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
16756
16757         * configure.in (mips*-sgi-irix6*):  Remove gdb and related
16758         directories from noconfigdirs.
16759
16760 Tue Nov 26 11:45:33 1996  Kim Knuttila  <krk@cygnus.com>
16761
16762         * config.sub (basic_machine): added mips16 configuration
16763
16764 Sat Nov 23 19:26:22 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
16765
16766         * config.sub: Handle d10v-unknown.
16767
16768 Sat Nov 23 10:23:01 1996  Gavin Koch  <gavin@cygnus.com>
16769
16770         * config.sub: Handle v850-unknown.
16771
16772 Thu Nov 21 16:19:44 1996  Geoffrey Noer  <noer@cygnus.com>
16773
16774         * Makefile.in: add findutils
16775         * configure.in: add findutils to list of host_tools
16776
16777 Wed Nov 20 10:09:01 1996  Jeffrey A Law  (law@cygnus.com)
16778
16779         * config.sub: Handle mn10200 and mn10300.
16780
16781 Tue Nov 19 16:35:14 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
16782
16783         * configure.in (d10v-*): Do not build librx.
16784
16785 Mon Nov 18 13:28:41 1996  Jeffrey A Law  (law@cygnus.com)
16786
16787         * configure.in (mn10300): Build everything except gdb & libgloss.
16788
16789 Wed Nov 13 14:59:46 1996  Per Bothner  <bothner@deneb.cygnus.com>
16790
16791         * config.guess:  Patch for Dansk Data Elektronik servers,
16792         from Niels Skou Olsen <nso@dde.dk>.
16793
16794         For ncr, use /bin/uname rather than uname, since GNU uname does not
16795         support -p.  Suggested by Mark Mitchell <mmitchell@usa.net>.
16796
16797         Patch for MIPS R4000 running System V,
16798         from Eric S. Raymond <esr@snark.thyrsus.com>.
16799
16800         Fix thinko for nextstep.
16801
16802         Patch for OSF1 in i?86, from Dan Murphy <dlm@osf.org> via Harlan Stenn.
16803
16804         Sat Jun 24 18:58:17 1995  Morten Welinder  <terra+@cs.cmu.edu>
16805         * config.guess: Guess mips-dec-mach_bsd4.3.
16806
16807         Thu Oct 10 04:07:04 1996  Harlan Stenn <harlan@pfcs.com>
16808         * config.guess (i?86-ncr-sysv*):  Emit just enough of the minor
16809         release numbers.
16810         * config.guess (mips-mips-riscos*):  Emit just enough of the
16811         release number.
16812
16813         Tue Oct  8 10:37:22 1996  Frank Vance <fvance@waii.com>
16814         * config.guess (sparc-auspex-sunos*):  Added.
16815         (f300-fujitsu-*): Added.
16816
16817         Wed Sep 25 22:00:35 1996  Jeff Woolsey <woolsey@jlw.com>
16818         * config.guess:  Recognize a Tadpole as a sparc.
16819
16820 Wed Nov 13 00:53:09 1996  David J. MacKenzie  <djm@churchy.gnu.ai.mit.edu>
16821
16822         * config.guess: Don't assume that NextStep version is either 2 or
16823         3.  NextStep 4 (aka OpenStep 4) has come out now.
16824
16825 Mon Nov 11 23:52:03 1996  David J. MacKenzie  <djm@churchy.gnu.ai.mit.edu>
16826
16827         * config.guess: Support Cray T90 that reports itself as "CRAY TS".
16828         From Rik Faith <faith@cs.unc.edu>.
16829
16830 Fri Nov  8 11:34:58 1996  David J. MacKenzie  <djm@geech.gnu.ai.mit.edu>
16831
16832         * config.sub: Contributions from bug-gnu-utils to:
16833         Support plain "hppa" (no version given) architecture, reported by
16834         OpenStep.
16835         OpenBSD like NetBSD.
16836         LynxOs is not a hardware supplier.
16837
16838         * config.guess: Contributions from bug-gnu-utils to add support for:
16839         OpenBSD like NetBSD.
16840         Stratus systems.
16841         More Pyramid systems.
16842         i[n>4]86 Intel chips.
16843         M680[n>4]0 Motorola chips.
16844         Use unknown instead of lynx for hardware manufacturer.
16845
16846 Mon Nov 11 10:09:08 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
16847
16848         * install.sh (chmodcmd): Set to null if the DST directory already
16849         exists.
16850
16851 Mon Nov 11 10:43:41 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
16852
16853         * configure.in (powerpc*-{eabi,elf,linux,rtem,sysv,solaris}*): Do
16854         not use mt-ppc target Makefile fragment any more.
16855
16856 Sun Nov  3 19:17:07 1996  Stu Grossman  (grossman@critters.cygnus.com)
16857
16858         * configure.in (*-*-windows):  Exclude everything but those dirs
16859         needed to build windows.
16860
16861 Tue Oct 29 16:41:31 1996  Doug Evans  <dje@canuck.cygnus.com>
16862
16863         * Makefile.in (all-target-winsup): Depend on all-target-librx.
16864
16865 Mon Oct 28 17:32:46 1996  Stu Grossman  (grossman@critters.cygnus.com)
16866
16867         * configure.in:  Exclude mmalloc from i386-windows.
16868
16869 Thu Oct 24 09:22:46 1996  Stu Grossman  (grossman@critters.cygnus.com)
16870
16871         * Undo my previous change.
16872
16873 Thu Oct 24 12:12:04 1996  Ian Lance Taylor  <ian@cygnus.com>
16874
16875         * Makefile.in (EXTRA_GCC_FLAGS): Pass down GCC_FOR_TARGET
16876         unconditionally.
16877         (MAKEOVERRIDES): Define (revert this part of October 18 change).
16878
16879 Thu Oct 24 09:02:07 1996  Stu Grossman  (grossman@critters.cygnus.com)
16880
16881         * Makefile.in (FLAGS_TO_PASS):  Add $(HOST_FLAGS) to allow the
16882         host to add it's own flags.
16883
16884 Tue Oct 22 15:20:26 1996  Ian Lance Taylor  <ian@cygnus.com>
16885
16886         * configure: Handle GCC_FOR_TARGET like CC_FOR_TARGET.
16887
16888 Fri Oct 18 13:37:13 1996  Ian Lance Taylor  <ian@cygnus.com>
16889
16890         * Makefile.in (CC_FOR_TARGET): Check for xgcc, not Makefile.
16891         (CXX_FOR_TARGET): Likewise.
16892         (GCC_FOR_TARGET): Define.
16893         (BASE_FLAGS_TO_PASS): Remove GCC_FOR_TARGET.
16894         (EXTRA_GCC_FLAGS): Define GCC_FOR_TARGET based on whether
16895         CC_FOR_TARGET was specified on the command line.
16896         (MAKEOVERRIDES): Don't define.
16897
16898 Thu Oct 17 10:27:56 1996  Doug Evans  <dje@canuck.cygnus.com>
16899
16900         * configure.in (m32r): Fix spelling of libg++ libs.
16901
16902 Thu Oct 10 10:37:17 1996  Stan Shebs  <shebs@andros.cygnus.com>
16903
16904         * config.sub (-apple*): Remove, now redundant.
16905
16906 Thu Oct 10 12:30:54 1996  Ian Lance Taylor  <ian@cygnus.com>
16907
16908         * configure: Don't get confused by CPU-VENDOR-linux-gnu.
16909
16910         * configure: Rework yesterday's sed script patch.
16911
16912         * config.sub: Merge with FSF.
16913
16914 Wed Oct  9 17:24:59 1996  Per Bothner  <bothner@deneb.cygnus.com>
16915
16916         * config.guess:  Merge from FSF.
16917
16918         1996-09-12  Richard Stallman  <rms@ethanol.gnu.ai.mit.edu>
16919         * config.guess: Use pc instead of unknown, for pc clone systems.
16920         Change linux to linux-gnu.
16921
16922         Mon Jul 15 23:51:11 1996  Karl Heuer  <kwzh@gnu.ai.mit.edu>
16923         * config.guess: Avoid non-portable tr syntax.
16924
16925 Wed Oct  9 06:06:46 1996  Jeffrey A Law  (law@cygnus.com)
16926
16927         * test-build.mk (HOLES): Add "xargs" for gdb.
16928
16929         * configure: Avoid hpux10.20 sed bug.
16930
16931 Tue Oct  8 08:32:48 1996  Stu Grossman  (grossman@critters.cygnus.com)
16932
16933         * configure.in:  Add support for windows host
16934         (that is a build done under the Microsoft build environment).
16935
16936 Tue Oct  8 10:39:08 1996  Ian Lance Taylor  <ian@cygnus.com>
16937
16938         * Makefile.in: Replace all uses of srcroot with s, to shrink
16939         command line lengths.
16940
16941         Patches from Geoffrey Noer <noer@cygnus.com>:
16942         * configure.in: If configuring for newlib, pass --with-newlib to
16943         subdirectories.
16944         * Makefile.in (CC_FOR_TARGET): If winsup/Makefile exists, pass a
16945         -Bnewlib/ and -Lwinsup to gcc.
16946         (CXX_FOR_TARGET): Likewise.
16947
16948 Mon Oct  7 10:59:35 1996  Ian Lance Taylor  <ian@cygnus.com>
16949
16950         * Makefile.in (ETC_SUPPORT): Add configure.
16951
16952 Fri Oct  4 12:22:58 1996  Angela Marie Thomas (angela@cygnus.com)
16953
16954         * configure.in: Use config/mh-dgux386 for i[345]86-dg-dgux
16955         host configuration file.
16956
16957 Thu Oct  3 09:28:25 1996  Jeffrey A Law  (law@cygnus.com)
16958
16959         * configure.in: Break mn10x00 support into separate
16960         mn10200 and mn10300 configurations.
16961         * config.sub: Likewise.
16962
16963 Wed Oct  2 22:27:52 1996  Jeffrey A Law  (law@cygnus.com)
16964
16965         * configure.in: Add lots of stuff to noconfigdirs for
16966         the mn10x00 targets.
16967
16968         * config.sub, configure.in: Add mn10x00 support.
16969
16970 Wed Oct  2 15:52:36 1996  Klaus Kaempf  <kkaempf@progis.de>
16971
16972         * make-all.com: Call conf-a-gas, not config-a-gas.
16973
16974 Tue Oct  1 01:28:41 1996  James G. Smith  <jsmith@cygnus.co.uk>
16975
16976         * configure.in (noconfigdirs): Don't build libgloss for arm-coff
16977         targets.
16978
16979 Mon Sep 30 14:24:01 1996  Stan Shebs  <shebs@andros.cygnus.com>
16980
16981         * mpw-README: Add much more detail for native PowerMac.
16982         * mpw-install: New file.
16983         * mpw-configure: Add --norecursion and --help options.
16984         * mpw-config.in: Translate readme and install files when
16985         copying to objdir.
16986         * mpw-build.in: Don't always depend on byacc and flex.
16987         (install-only-top): New action.
16988
16989 Fri Sep 27 17:39:44 1996  Stu Grossman  (grossman@critters.cygnus.com)
16990
16991         * configure.in:  You can now configure GDB for the v850.
16992
16993 Tue Sep 24 19:05:12 1996  Stan Shebs  <shebs@andros.cygnus.com>
16994
16995         * configure.in (noconfigdirs): Don't configure any C++ dirs
16996         if targeting D10V.
16997
16998 Tue Sep 17 12:15:31 1996  Ian Lance Taylor  <ian@cygnus.com>
16999
17000         * config.sub: Recognize mips64vr5000.
17001
17002 Mon Sep 16 17:00:52 1996  Ian Lance Taylor  <ian@cygnus.com>
17003
17004         * configure.in: Use a single line for host_tools and native_only.
17005
17006 Mon Sep  9 12:21:30 1996  Doug Evans  <dje@canuck.cygnus.com>
17007
17008         * config.sub, configure.in: Add entries for m32r.
17009
17010 Thu Sep  5 13:52:47 1996  Tom Tromey  <tromey@creche.cygnus.com>
17011
17012         * Makefile.in (inet-install): Don't run install-gzip.
17013
17014 Wed Sep  4 17:26:13 1996  Stu Grossman  (grossman@critters.cygnus.com)
17015
17016         * configure.in:  Don't config lots of things for *-*-windows*.
17017
17018 Sat Aug 31 11:45:57 1996  Stan Shebs  <shebs@andros.cygnus.com>
17019
17020         * mpw-config.in: Test for mpw-true, true, and null-command scripts.
17021         (host_libs, host_tools): Copy from configure.in.
17022         * mpw-configure: Don't complain about directories not found.
17023
17024 Thu Aug 29 16:44:58 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
17025
17026         * configure.in (i[345]86): Recognize i686 for pentium pro.
17027         (i[3456]86-*-dgux*): Use config/mh-sysv for the host configuration
17028         file.
17029
17030         * config.guess (i[345]86): Ditto.
17031
17032 Mon Aug 26 18:34:42 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
17033
17034         * configure.in (noconfigdirs): Removed gdb for D10V.
17035
17036 Thu Aug 22 17:13:52 1996  Jeffrey A Law  (law@cygnus.com)
17037
17038         * configure.in: Remove ld, target-libio, target-libg++, and
17039         target-libstdc++ from noconfigdirs.
17040
17041 Wed Aug 21 18:56:38 1996  Fred Fish  <fnf@cygnus.com>
17042
17043         * configure: Fix three locations where shell scripts were
17044         being run directly rather than with config_shell.
17045
17046 Tue Aug 20 13:08:47 1996  J.T. Conklin  <jtc@hippo.cygnus.com>
17047
17048         * configure.in (v850-*-*): Set up initial $noconfigdirs.
17049         * config.sub (basic_machine): Recognize v850.
17050
17051 Thu Aug 15 12:19:33 1996  Stan Shebs  <shebs@andros.cygnus.com>
17052
17053         * mpw-configure: Handle multiple enable/disable options and
17054         pass them down recursively, handle -c and -s flags appropriately
17055         depending on choice of compiler, add escape mechanism for
17056         quoted arguments to gC.
17057
17058 Mon Aug 12 13:15:13 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
17059
17060         * configure.in (powerpc*-*-*): For eabi, system V.4, Linux, and
17061         solaris targets, use config/mt-ppc to set C{,XX}FLAGS_FOR_TARGETS
17062         so that -mrelocatable-lib and -mno-eabi are used.
17063
17064         * Makefile.in (CONFIGURE_TARGET_MODULES): If target compiler does
17065         not support --print-multi-lib, don't abort.
17066
17067 Thu Aug  8 12:18:59 1996  Klaus Kaempf  <kkaempf@progis.de>
17068
17069         * make-all.com: Run config-a-gas.
17070         * setup.com: Don't copy subdirectory files around.
17071
17072 Tue Jul 30 17:49:31 1996  Brendan Kehoe  <brendan@cygnus.com>
17073
17074         * configure.in (*-*-ose): Remove exclusion of libgloss for this
17075         target, it now compiles correctly.
17076
17077 Sat Jul 27 15:10:43 1996  Stan Shebs  <shebs@andros.cygnus.com>
17078
17079         * mpw-config.in: Generate Mac include for elf/dwarf2.h.
17080
17081 Tue Jul 23 10:47:04 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
17082
17083         * configure.in (d10v-*-*): Remove ld from $noconfigdirs.
17084
17085 Mon Jul 22 13:28:51 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
17086
17087         * configure.in (native_only): Add prms.
17088
17089 Mon Jul 22 12:27:58 1996  Ian Lance Taylor  <ian@cygnus.com>
17090
17091         * Makefile.in (GAS_SUPPORT_DIRS): Add make-all.com and setup.com.
17092         (BINUTILS_SUPPORT_DIRS): Likewise.
17093
17094 Thu Jul 18 12:55:40 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
17095
17096         * configure.in (d10v-*-*): Don't configure ld or gdb until the
17097         d10v support is added.
17098
17099 Wed Jul 17 14:33:09 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
17100
17101         * configure.in (d10v-*-*): New target.
17102
17103 Mon Jul 15 11:53:00 1996  Jeffrey A Law  (law@cygnus.com)
17104
17105         * config.guess (HP 9000/811): Recognize this as a PA1.1
17106         machine.
17107
17108 Fri Jul 12 23:21:17 1996  Ken Raeburn  <raeburn@cygnus.com>
17109
17110         * Makefile.in (do-tar-gz): New target, split out from tail end of
17111         taz target.  Run each command separately, don't use pipes.
17112         (taz): Use it.
17113
17114 Fri Jul 12 12:08:04 1996  Stan Shebs  <shebs@andros.cygnus.com>
17115
17116         * mpw-configure: Look for g-mpw-make.sed in config/mpw.
17117         * mpw-build.in: No builds should depend on building byacc or flex,
17118         they are assumed to be installed already.
17119
17120 Fri Jul 12 09:52:52 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
17121
17122         * Makefile.in (CONFIGURE_TARGET_MODULES): Set r environment
17123         variable that CC_FOR_TARGET needs.
17124
17125 Thu Jul 11 10:09:45 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
17126
17127         * Makefile.in (CONFIGURE_TARGET_MODULES): Determine if the multlib
17128         options have changed since the last time the subdirectory was
17129         configured, and if it has, reconfigure.
17130         (CLEAN_TARGET_MODULES): Delete multilib.out and tmpmulti.out, which
17131         CONFIGURE_TARGET_MODULES uses to remember the old multilib options.
17132
17133 Wed Jul 10 18:56:59 1996  Doug Evans  <dje@canuck.cygnus.com>
17134
17135         * Makefile.in (ALL_MODULES,CROSS_CHECK_MODULES,INSTALL_MODULES,
17136         CLEAN_MODULES): Add bash.
17137         (all-bash): New target.
17138
17139 Mon Jul  8 17:33:14 1996  Jim Wilson  <wilson@cygnus.com>
17140
17141         * configure.in (mips-sgi-irix6*): Use mh-irix6 instead of mh-irix5.
17142
17143 Mon Jul  1 13:31:35 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
17144
17145         * config.sub (basic_machine): Recognize d10v as a valid processor.
17146
17147 Fri Jun 28 12:14:35 1996  Stan Shebs  <shebs@andros.cygnus.com>
17148
17149         * mpw-configure: Add support for --bindir.
17150         * mpw-build.in: Use a GCC-specific build script for GCC actions.
17151
17152 Wed Jun 26 17:20:12 1996  Geoffrey Noer  <noer@cygnus.com>
17153
17154         * configure.in: add bash, time, gawk to list of hosttools and things
17155         to only build for native toolchains
17156
17157 Tue Jun 25 23:09:03 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
17158
17159         * Makefile.in (docdir): Remove.
17160
17161 Tue Jun 25 19:00:08 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
17162
17163         * Makefile.in (datadir): Set to $(prefix)/share.
17164
17165 Mon Jun 24 23:26:07 1996  Geoffrey Noer  <noer@cygnus.com>
17166
17167         * configure.in: build diff and patch for cygwin32-hosted
17168         toolchains.
17169
17170 Mon Jun 24 15:01:12 1996  Joel Sherrill  <joel@merlin.gcs.redstone.army.mil>
17171
17172         * config.sub: Accept -rtems*.
17173
17174 Sun Jun 23 22:41:54 1996  Geoffrey Noer  <noer@cygnus.com>
17175
17176         * configure.in: enable dosrel for cygwin32-hosted builds,
17177                 remove diff from the list of things not buildable
17178                 via Canadian Cross
17179
17180 Sat Jun 22 11:39:01 1996  Jason Merrill  <jason@yorick.cygnus.com>
17181
17182         * Makefile.in (TARGET_SUBDIR): Move comment to previous line so we
17183         don't get ". ".
17184
17185 Fri Jun 21 17:24:48 1996  Jim Wilson  <wilson@cygnus.com>
17186
17187         * configure.in (mips*-sgi-irix6*): Set noconfigdirs appropriately.
17188
17189 Thu Jun 20 16:57:40 1996  Ken Raeburn  <raeburn@cygnus.com>
17190
17191         * Makefile.in (taz): Handle case where tex3patch didn't even get
17192         checked out.  Also, if it was found, put the symlink in a new util
17193         subdirectory.
17194
17195 Thu Jun 20 12:20:33 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
17196
17197         * config.guess (*:Linux:*:*): Add support for PowerPC Linux.
17198
17199 Tue Jun 18 14:24:12 1996  Klaus Kaempf  (kkaempf@progis.de)
17200
17201         * config.sub: Recognize -openvms.
17202         * configure.in (alpha*-*-*vms*): Set noconfigdirs.
17203         * make-all.com, setup.com: New files.
17204
17205 Mon Jun 17 16:34:46 1996  Jason Merrill  <jason@yorick.cygnus.com>
17206
17207         * Makefile.in (taz): tex3patch moved to texinfo/util.
17208
17209 Sat Jun 15 17:13:25 1996  Geoffrey Noer <noer@cygnus.com>
17210
17211         * configure: enable_gdbtk=no for cygwin32-hosted toolchains
17212         * configure.in: remove make from disable-if-Can-Cross list
17213                 enable gdb if ${host} and ${target} are cygwin32
17214
17215 Fri Jun  7 18:16:52 1996  Harlan Stenn <harlan@pfcs.com>
17216
17217         * config.guess (i?86-ncr-sysv*):  Emit minor release numbers.
17218         Recognize the NCR 4850 machine and NCR Pentium-based platforms.
17219
17220 Wed Jun  5 00:09:17 1996  Per Bothner  <bothner@wombat.gnu.ai.mit.edu>
17221
17222         * config.guess:  Combine mips-mips-riscos cases, and use cpp to
17223         distinguish sysv/svr4/bsd variants.
17224         Based on a patch from Harlan Stenn <harlan@pfcs.com>.
17225
17226 Fri Jun  7 14:24:49 1996  Tom Tromey  <tromey@creche.cygnus.com>
17227
17228         * configure.in: Added copyright notice.
17229         * move-if-change: Added copyright notice.
17230
17231 Thu Jun  6 16:27:05 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
17232
17233         * configure.in (powerpcle-*-solaris*): Until we get shared
17234         libraries working, don't build gdb, sim, make, tcl, tk, or
17235         expect.
17236
17237 Tue Jun  4 20:41:45 1996  Per Bothner  <bothner@deneb.cygnus.com>
17238
17239         * config.guess:  Merge with FSF:
17240
17241         Mon Jun  3 08:49:14 1996  Karl Heuer  <kwzh@gnu.ai.mit.edu>
17242         * config.guess (*:Linux:*:*): Add guess for sparc-unknown-linux.
17243
17244         Fri May 24 18:34:53 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>
17245         * config.guess (AViiON:dgux:*:*): Fix typo in recognizing mc88110.
17246
17247         Fri Apr 12 20:03:59 1996  Per Bothner  <bothner@spiff.gnu.ai.mit.edu>
17248         * config.guess:  Combine two OSF1 rules.
17249         Also recognize field test versions.  From mjr@zk3.dec.com.
17250         * config.guess (dgux):  Use /usr/bin/uname rather than uname,
17251         because GNU uname does not support -p.  From pmr@pajato.com.
17252
17253 Tue Jun  4 11:07:25 1996  Tom Tromey  <tromey@csk3.cygnus.com>
17254
17255         * Makefile.in (MAKEDIRS): Removed $(tooldir).
17256
17257 Tue May 28 12:30:50 1996  Stan Shebs  <shebs@andros.cygnus.com>
17258
17259         * mpw-README: Document GCCIncludes.
17260
17261 Sun May 26 15:16:27 1996  Fred Fish  <fnf@cygnus.com>
17262
17263         * configure.in (alpha-*-linux*): Set enable_shared to yes.
17264
17265 Tue May 21 15:41:39 1996  Stan Shebs  <shebs@andros.cygnus.com>
17266
17267         * mpw-configure: Handle --enable-FOO and --disable-FOO.
17268
17269 Mon May 20 10:12:29 1996  Geoffrey Noer  <noer@cygnus.com>
17270
17271         * configure.in (*-*-cygwin32): Configure make.
17272
17273 Tue May  7 14:19:42 1996  Tom Tromey  <tromey@snuffle.cygnus.com>
17274
17275         * Makefile.in (inet-install): Quote value of INSTALL_MODULES.
17276
17277 Fri May  3 08:57:17 1996  Tom Tromey  <tromey@lisa.cygnus.com>
17278
17279         * Makefile.in (all-inet): Depend on all-perl.
17280
17281         * Makefile.in (inet-install): New target.
17282
17283         * Makefile.in (all-inet): Depend on all-tcl.
17284         (all-inet): Depend on all-send-pr.
17285
17286 Tue Apr 30 13:55:51 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
17287
17288         * configure.in (powerpcle-*-solaris*): Turn off tk and tcl
17289         temporarily.
17290
17291 Thu Apr 25 11:48:20 1996  Ian Lance Taylor  <ian@cygnus.com>
17292
17293         * configure.in: Don't configure --with-gnu-ld on AIX.
17294
17295 Thu Apr 25 06:33:36 1996  Michael Meissner  <meissner@wogglebug.tiac.net>
17296
17297         * configure.in (powerpcle-*-solaris*): Turn off gdb temporarily.
17298
17299 Tue Apr 23 09:07:39 1996  Tom Tromey  <tromey@creche.cygnus.com>
17300
17301         * Makefile.in (ALL_MODULES): Added all-inet.
17302         (CROSS_CHECK_MODULES): Added check-inet.
17303         (INSTALL_MODULES): Added install-inet.
17304         (CLEAN_MODULES): Added clean-inet.
17305         (all-indent): New target.
17306
17307         * configure.in (host_tools): Added inet.
17308         (native_only): Added inet.
17309         (noconfigdirs): Added inet.
17310
17311 Fri Apr 19 15:35:29 1996  Ian Lance Taylor  <ian@cygnus.com>
17312
17313         * configure.in: Don't configure libgloss if we are not configuring
17314         newlib.
17315
17316 Wed Apr 17 19:30:01 1996  Rob Savoye  <rob@chinadoll.cygnus.com>
17317
17318         * configure.in: Don't configure libgloss for unsupported
17319         architectures.
17320
17321 Tue Apr 16 11:17:05 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
17322
17323         * Makefile.in (CLEAN_MODULES): Add clean-apache.
17324
17325 Mon Apr 15 15:09:05 1996  Tom Tromey  <tromey@creche.cygnus.com>
17326
17327         * Makefile.in (ALL_MODULES): Include all-apache.
17328         (CROSS_CHECK_MODULES): Include check-apache.
17329         (INSTALL_MODULES): Include install-apache.
17330         (all-apache): New target.
17331
17332         * configure.in: Added apache everywhere perl is seen.
17333
17334 Mon Apr 15 14:59:13 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
17335
17336         * Makefile.in: Add support for clean-{module} and
17337         clean-target-{module} rules.
17338
17339 Wed Apr 10 21:37:41 PDT 1996  Marilyn E. Sander <msander@cygnus.com>
17340
17341         * configure.in (*-*-ose) do not build libgloss.
17342
17343 Mon Apr  8 16:16:20 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
17344
17345         * config.guess (prep*:SunOS:5.*:*): Turn into
17346         powerpele-unknown-solaris2.
17347
17348 Mon Apr  8 14:45:41 1996  Ian Lance Taylor  <ian@cygnus.com>
17349
17350         * configure.in: Permit --enable-shared to specify a list of
17351         directories.
17352
17353 Fri Apr  5 08:17:57 1996  Jason Molenda  (crash@phydeaux.cygnus.com)
17354
17355         * configure.in (host==solaris): Pass only the first word of $CC
17356         to /usr/bin/which when checking if we're using /usr/ccs/bin/cc.
17357
17358 Fri Apr  5 03:16:13 1996  Jason Molenda  (crash@phydeaux.cygnus.com)
17359
17360         * Makefile.in (BASE_FLAGS_TO_PASS): pass down $(MAKE).
17361
17362 Thu Mar 28 14:11:11 1996  Tom Tromey  <tromey@creche.cygnus.com>
17363
17364         * Makefile.in (ALL_MODULES): Include all-perl.
17365         (CROSS_CHECK_MODULES): Include check-perl.
17366         (INSTALL_MODULES): Include install-perl.
17367         (ALL_X11_MODULES): Include all-guile.
17368         (CHECK_X11_MODULES): Include check-guile.
17369         (INSTALL_X11_MODULES): Include install-guile.
17370         (all-perl): New target.
17371         (all-guile): New target.
17372
17373         * configure.in (host_tools): Include perl and guile.
17374         (native_only): Include perl and guile.
17375         (noconfigdirs): Don't build guile and perl; no ports have been
17376         done.
17377
17378 Tue Mar 26 21:18:50 1996  Andrew Cagney  <cagney@kremvax.highland.com.au>
17379
17380         * configure (--enable-*): Handle quoted option lists such as
17381         --enable-sim-cflags='-g0 -O' better.
17382
17383 Thu Mar 21 11:53:08 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
17384
17385         * Makefile.in ({,inst}all-target): New rule so we can make and
17386         install all of the target directories easily.
17387
17388 Wed Mar 20 18:10:57 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
17389
17390         * configure.in: Add missing global flag in sed substitution when
17391         deleting `target-' from ${configdirs}.
17392
17393 Thu Mar 14 19:15:06 1996  Ian Lance Taylor  <ian@cygnus.com>
17394
17395         * Makefile.in (DO_X): Don't get confused if CC contains `=' in an
17396         option.
17397
17398         * configure.in (mips*-nec-sysvr4*): Use a host_makefile_frag of
17399         config/mh-necv4.
17400
17401         * install.sh: Correct misspelling of transformbasename.
17402
17403         * config.guess: Recognize mips-*-sysv*.
17404
17405 Mon Mar 11 15:36:42 1996  Dawn Perchik  <dawn@critters.cygnus.com>
17406
17407         * config.sub: Recognize mon960.
17408
17409 Sun Mar 10 13:18:38 1996  Ian Lance Taylor  <ian@cygnus.com>
17410
17411         * configure: Restore Canadian Cross handling of BISON and LEX,
17412         removed in Feb 20 change.
17413
17414 Fri Mar  8 20:07:09 1996  Per Bothner  <bothner@kalessin.cygnus.com>
17415
17416         * README:  Suggestions from Torbjorn Granlund <tege@matematik.su.se>:
17417         Mention make install.  Remove the old copyright date as well the
17418         clumsy and rather pointless copyright on the README file.
17419
17420 Fri Mar  8 17:51:35 1996  Ian Lance Taylor  <ian@cygnus.com>
17421
17422         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there is a
17423         Makefile after running symlink-tree, then run `make distclean' to
17424         avoid clobbering any generated files in srcdir.
17425
17426 Tue Mar  5 08:21:44 1996  J.T. Conklin  <jtc@rtl.cygnus.com>
17427
17428         * configure.in (m68k-*-netbsd*): Build everything now.
17429
17430 Wed Feb 28 12:25:46 1996  Jason Merrill  <jason@yorick.cygnus.com>
17431
17432         * Makefile.in (taz): Fix quoting.
17433
17434 Tue Feb 27 11:33:57 1996  Doug Evans  <dje@charmed.cygnus.com>
17435
17436         * configure.in (sparclet-*-*): Build everything now.
17437
17438 Tue Feb 27 14:31:51 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
17439
17440         * configure.in (m68k-*-linux*): New host.
17441
17442 Mon Feb 26 14:32:44 1996  Ian Lance Taylor  <ian@cygnus.com>
17443
17444         * configure: Check for bison before byacc.
17445
17446 Tue Feb 20 23:12:35 1996  Stu Grossman  (grossman@critters.cygnus.com)
17447
17448         * Makefile.in configure:  Change the way LEX and BISON/YACC are
17449         set.  configure now defines DEFAULT_LEX and DEFAULT_YACC by
17450         searching PATH.  These are used as fallbacks by Makefile.in if
17451         flex/bison/byacc aren't in objdir.
17452
17453 Mon Feb 19 11:45:30 1996  Ian Lance Taylor  <ian@cygnus.com>
17454
17455         * Makefile.in: Make everything which depends upon all-bfd also
17456         depend upon all-opcodes, in case --with-commonbfdlib is used.
17457
17458 Thu Feb 15 19:50:50 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
17459
17460         * configure.in (host *-*-cygwin32): Don't build gdb if we are
17461         building NT native compilers on Unix.
17462
17463 Thu Feb 15 17:42:25 1996  Ian Lance Taylor  <ian@cygnus.com>
17464
17465         * configure.in: Don't get CC from the host Makefile fragment if we
17466         can find gcc in PATH, or if this is a Canadian Cross.  Move the
17467         Solaris test for /usr/ucb/cc to the post target script, just after
17468         the compiler sanity test.
17469
17470 Wed Feb 14 16:57:40 1996  Ian Lance Taylor  <ian@cygnus.com>
17471
17472         * config.sub: Merge with FSF.
17473
17474 Tue Feb 13 14:27:48 1996  Ian Lance Taylor  <ian@cygnus.com>
17475
17476         * Makefile.in (RPATH_ENVVAR): New variable.
17477         (REALLY_SET_LIB_PATH): Use it.
17478         * configure.in: On HP/UX, set RPATH_ENVVAR to SHLIB_PATH.
17479
17480 Mon Feb 12 15:28:49 1996  Doug Evans  <dje@charmed.cygnus.com>
17481
17482         * config.sub, configure.in: Recognize sparclet cpu.
17483
17484 Mon Feb 12 15:33:59 1996  Christian Bauernfeind <chrisbfd@theorie3.physik.uni-erlangen.de>
17485
17486         * config.guess:  Support m68k-cbm-sysv4.
17487
17488 Sat Feb 10 12:06:42 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
17489
17490         * config.guess (*:Linux:*:*): Guess m68k-unknown-linux and
17491         m68k-unknown-linuxaout from linker help string.  Put quotes around
17492         $ld_help_string.
17493
17494 Thu Dec  7 09:03:24 1995  Tom Horsley  <Tom.Horsley@mail.hcsc.com>
17495
17496         * config.guess (powerpc-harris-powerunix): Add guess for port
17497         to new target.
17498
17499 Thu Feb  8 15:37:52 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
17500
17501         * config.guess (UNAME_VERSION): Recognize X4.x as an OSF version.
17502
17503 Mon Feb  5 16:36:51 1996  Ian Lance Taylor  <ian@cygnus.com>
17504
17505         * configure.in: If --enable-shared was used, set SET_LIB_PATH to
17506         $(REALLY_SET_LIB_PATH) in Makefile.
17507         * Makefile.in (SET_LIB_PATH): New variable.
17508         (REALLY_SET_LIB_PATH): New variable.
17509         ($(DO_X)): Use $(SET_LIB_PATH).
17510         (install.all, gcc-no-fixedincludes, $(ALL_MODULES)): Likewise.
17511         ($(NATIVE_CHECK_MODULES), $(CROSS_CHECK_MODULES)): Likewise.
17512         ($(INSTALL_MODULES), $(CONFIGURE_TARGET_MODULES)): Likewise.
17513         ($(ALL_TARGET_MODULES), $(CHECK_TARGET_MODULES)): Likewise.
17514         ($(INSTALL_TARGET_MODULES), $(ALL_X11_MODULES)): Likewise.
17515         ($(CHECK_X11_MODULES), $(INSTALL_X11_MODULES)): Likewise.
17516         (all-gcc, all-bootstrap, check-gcc, install-gcc): Likewise.
17517         (install-dosrel): Likewise.
17518         (all-opcodes): Depend upon all-libiberty.
17519
17520 Sun Feb  4 16:51:11 1996  Steve Chamberlain  <sac@slash.cygnus.com>
17521
17522         * config.guess (*:CYGWIN*): New
17523
17524 Sat Feb  3 10:42:35 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
17525
17526         * Makefile.in (all-target-winsup): All all-target-libiberty.
17527
17528 Fri Feb  2 17:58:56 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
17529
17530         * configure.in (noconfigdirs): Add missing # in front of comment.
17531
17532 Thu Feb  1 14:38:13 1996  Geoffrey Noer  <noer@cygnus.com>
17533
17534         * configure.in: add second pass to things added to noconfigdirs
17535         so *-gm-magic can exclude libgloss properly.
17536
17537 Thu Feb  1 11:10:16 1996  Stan Shebs  <shebs@andros.cygnus.com>
17538
17539         * mpw-configure (extralibs_name, rez_name): Set correctly
17540         for MWC68K compiler.
17541
17542         * mpw-README: Add more info on the necessary build tools.
17543
17544 Thu Feb  1 10:22:38 1996  Steve Chamberlain  <sac@slash.cygnus.com>
17545
17546         * configure.in, config.sub: Recognize cygwin32.
17547
17548 Wed Jan 31 14:17:10 1996  Richard Henderson  <rth@tamu.edu>
17549
17550         * config.guess, config.sub: Recognize A/UX.
17551
17552 Wed Jan 31 13:52:14 1996  Ian Lance Taylor  <ian@cygnus.com>
17553
17554         * config.sub: Merge with gcc/config.sub.
17555
17556 Thu Jan 25 11:01:10 1996  Raymond Jou  <rjou@mexican.cygnus.com>
17557
17558         * mpw-build.in (do-binutils): Add build of stamps.
17559
17560 Thu Jan 25 17:05:26 1996  James G. Smith  <jsmith@cygnus.co.uk>
17561
17562         * config.sub: Add recognition for mips64vr4100*-* targets.
17563
17564 Wed Jan 24 12:47:55 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
17565
17566         * test-build.mk: Add checking of `hpux9' rather than just `hpux'.
17567         Add creation of gconfigargs with `--enable-shared' turned on.
17568         ($(host)-stamp-stage2-configured): Pass $(gconfigargs).
17569         ($(host)-stamp-stage3-configured): Likewise.
17570         (HOLES): Add chatr and ldd.
17571         (i386-ncr-sysv4.3*): Add use of /usr/ccs/bin in the PATH and HOLE_DIRS.
17572
17573 Wed Jan 24 20:32:30 1996  Torbjorn Granlund  <tege@noisy.matematik.su.se>
17574
17575         * configure: Pass --nfp to recursive configures.
17576
17577 Mon Jan 22 10:41:56 1996  Steve Chamberlain  <sac@slash.cygnus.com>
17578
17579         * Makefile.in (DLLTOOL): New.
17580         (DLLTOOL_FOR_TARGET): New.
17581         (EXTRA_HOST_FLAGS): Pass down DLLTOOL.
17582         (EXTRA_TARGET_FLAGS): Ditto.
17583         (EXTRA_GCC_FLAGS): Ditto.
17584         (CONFIGURE_TARGET_MODULES): Ditto.
17585         (DO_X): Ditto.
17586         * configure: Add DLLTOOL.
17587
17588 Fri Jan 19 13:30:15 1996  Stan Shebs  <shebs@andros.cygnus.com>
17589
17590         SCO OpenServer 5 changes from Robert Lipe <robertl@dgii.com>:
17591         * configure.in (i[345]86-*-sco3.2v5*): Use mh-sysv instead of
17592         mh-sco, since old workarounds no longer needed, and don't
17593         build ld, since libraries have weak symbols in COFF.
17594
17595 Sun Jan 14 23:01:31 1996  Fred Fish  <fnf@cygnus.com>
17596
17597         * Makefile.in (CONFIGURE_TARGET_MODULES): Add missing ';'.
17598
17599 Fri Jan 12 15:25:35 1996  Ian Lance Taylor  <ian@cygnus.com>
17600
17601         * configure.in: Make sure that ${CC} can be used to compile an
17602         executable.
17603
17604 Sat Jan  6 07:23:33 1996  Michael Meissner  <meissner@wogglebug.tiac.net>
17605
17606         * Makefile.in (all-gdb): Depend on $(GDB_TK).
17607         * configure (GDB_TK): Set GDB_TK to either "all-tcl all-tk" or
17608         nothing depending on whether gdbtk is being built.
17609
17610 Wed Jan  3 17:54:41 1996  Doug Evans  <dje@canuck.cygnus.com>
17611
17612         * Makefile.in (newlib.tar.gz): Delete building of newlib's info files.
17613
17614 Mon Jan  1 19:09:14 1996  Brendan Kehoe  <brendan@rtl.cygnus.com>
17615
17616         * configure.in (noconfigdirs): Put ld or gas in this early, if the
17617         user specifically used --with-gnu-ld=no or --with-gnu-as=no.
17618
17619 Sat Dec 30 16:08:57 1995  Doug Evans  <dje@canuck.cygnus.com>
17620
17621         * config-ml.in: Add support for
17622         --disable-{softfloat,m68881,m68000,m68020} on m68*-*-*.
17623         Simplify setting of multidirs from --disable-foo.
17624
17625 Fri Dec 29 07:56:11 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
17626
17627         * Makefile.in (EXTRA_GCC_FLAGS): If any of the make variables
17628         LANGUAGES, BOOT_CFLAGS, STMP_FIXPROTO, LIMITS_H_TEST,
17629         LIBGCC1_TEST, LIBGCC2_CFLAGS, LIBGCC2_INCLUDES, and ENQUIRE are
17630         non-empty, pass them on to the  GCC make.
17631         (all-bootstrap): New rule that is like all-gcc, except it executes
17632         the GCC bootstrap rule instead of the GCC all rule.
17633
17634 Wed Dec 27 15:51:48 1995  Doug Evans  <dje@canuck.cygnus.com>
17635
17636         * config-ml.in (ml_realsrcdir): New, to account for ${subdir}.
17637
17638 Tue Dec 26 11:45:31 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
17639
17640         * config.guess (AViiON:dgux:*:*): Update from FSF to add pentium
17641         DG/UX support.
17642
17643 Fri Dec 15 10:01:27 1995  Stan Cox  <coxs@dg-rtp.dg.com>
17644
17645         * config.sub (i*86*) Change [345] to [3456]
17646
17647 Wed Dec 20 17:41:40 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
17648
17649         * configure.in (noconfigdirs): Add gas or ld if --with-gnu-as=no or
17650         --with-gnu-ld=no.
17651
17652 Wed Dec 20 15:15:35 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
17653
17654         * config-ml.in (rs6000*, powerpc*): Add switches to control which
17655         AIX multilibs get built.
17656
17657 Mon Dec 18 17:55:46 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
17658
17659         * configure.in (i386-win32): Don't build expect if we're not
17660         building the tcl subdir.
17661
17662 Mon Dec 18 11:47:19 1995  Stan Shebs  <shebs@andros.cygnus.com>
17663
17664         * Makefile.in: (configure-target-examples, all-target-examples):
17665         New targets, configure and build example programs.
17666
17667 Fri Dec 15 16:13:03 1995  Stan Shebs  <shebs@andros.cygnus.com>
17668
17669         * mpw-configure: If an mpw-config.in generated a file mk.sed,
17670         use it as input to sedit the generated MPW makefile.
17671         * mpw-README: Add a suggestion about Gestalt.h.
17672
17673 Wed Dec 13 16:43:51 1995  Ian Lance Taylor  <ian@cygnus.com>
17674
17675         * config.sub: Accept *-*-ieee*.
17676
17677 Tue Dec 12 11:52:57 1995  Ian Lance Taylor  <ian@cygnus.com>
17678
17679         * Makefile.in (local-distclean): Remove $(TARGET_SUBDIR).  From
17680         Ronald F. Guilmette <rfg@monkeys.com>.
17681
17682 Mon Dec 11 15:31:58 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
17683
17684         * configure.in (host==powerpc-pe): Add many directories to noconfigdirs
17685         for powerpc-pe native.
17686         (target==i386-win32): add tcl, make to noconfigdirs if canadian cross.
17687         (target==powerpc-pe): duplicate i386-win32 entry.
17688
17689 Sat Dec  9 14:58:28 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
17690
17691         * configure.in (noconfigdirs): Exclude target-newlib for all versions
17692         of vxworks, not just vxworks5.1.
17693
17694 Mon Dec  4 12:05:40 1995  Stan Shebs  <shebs@andros.cygnus.com>
17695
17696         * mpw-configure: Add support for exec-prefix.
17697
17698 Mon Dec  4 10:22:50 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
17699
17700         * config.guess: Recognize HP model 816 machines as having
17701         a PA1.1 processor.
17702
17703 Mon Dec  4 12:38:15 1995  Ian Lance Taylor  <ian@cygnus.com>
17704
17705         * configure: Ignore new autoconf configure options.
17706
17707 Thu Nov 30 16:57:33 1995  Per Bothner  <bothner@wombat.gnu.ai.mit.edu>
17708
17709         * config.guess:  Recognize Pentium under SCO.
17710         From Robert Lipe <robertl@arnet.com>.
17711
17712 Wed Nov 29 13:49:08 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
17713
17714         * configure.in (noconfigdirs): Disable target-libio on v810-*-*.
17715
17716 Wed Nov 29 12:12:01 1995  Ian Lance Taylor  <ian@cygnus.com>
17717
17718         * configure.in: Don't configure gas for alpha-dec-osf*.
17719
17720 Tue Nov 28 17:16:48 1995  Ian Lance Taylor  <ian@cygnus.com>
17721
17722         * configure.in: Default to --with-stabs for some targets for which
17723         it makes sense: mips*-*-*, alpha*-*-osf*, i[345]86*-*-sysv4* and
17724         i[345]86*-*-unixware*.
17725
17726 Mon Nov 27 13:44:15 1995  Ian Lance Taylor  <ian@cygnus.com>
17727
17728         * config-ml.in: Get list of multidirs using gcc --print-multi-lib
17729         rather than basing it on the target.  Simplify handling of options
17730         controlling which directories to configure.  Remove extraneous
17731         slash in multi-clean target.
17732
17733 Fri Nov 24 17:29:29 1995  Doug Evans  <dje@deneb.cygnus.com>
17734
17735         * config-ml.in: Prefix more variables with ml_ so they don't collide
17736         with configure's.
17737
17738 Wed Nov 22 11:27:02 1995  Ian Lance Taylor  <ian@cygnus.com>
17739
17740         * configure: Don't turn -v into --v.
17741
17742 Tue Nov 21 16:48:02 1995  Doug Evans  <dje@deneb.cygnus.com>
17743
17744         * configure.in (targargs): Fix typo.
17745
17746         * Makefile.in (DEVO_SUPPORT): Add symlink-tree.
17747
17748 Tue Nov 21 14:08:28 1995  Ian Lance Taylor  <ian@cygnus.com>
17749
17750         * configure.in: Strip --host and --target options from
17751         CONFIG_ARGUMENTS, and always configure for --host only.  Add
17752         --with-cross-host option when building with a cross-compiler.
17753         * configure: Canonicalize the arguments put into config.status by
17754         always using `=' for an option with an argument.  Pass a presumed
17755         --host or --target explicitly.
17756
17757 Fri Nov 17 17:50:30 1995  Stan Shebs  <shebs@andros.cygnus.com>
17758
17759         * config.sub: Merge -macos*, -magic*, -pe*, and -win32 cases
17760         into general OS recognition case.
17761
17762 Fri Nov 17 17:42:25 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
17763
17764         * configure.in (target_configdirs): add target-winsup only
17765         for win32 target systems.
17766
17767 Thu Nov 16 14:04:47 1995  Ian Lance Taylor  <ian@cygnus.com>
17768
17769         * Makefile.in (all-target-libgloss): Depend upon
17770         configure-target-newlib, since when libgloss is built it looks to
17771         see if the newlib directory exists.
17772
17773 Wed Nov 15 14:47:52 1995  Ken Raeburn  <raeburn@cygnus.com>
17774
17775         * Makefile.in (DEVO_SUPPORT): Use config-ml.in instead of
17776         cfg-ml-*.in.
17777
17778 Wed Nov 15 11:45:23 1995  Ian Lance Taylor  <ian@cygnus.com>
17779
17780         * configure: Handle LD and LD_FOR_TARGET when configuring a
17781         Canadian Cross.
17782
17783 Tue Nov 14 14:56:11 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
17784
17785         * configure.in (target_libs): add target-winsup.
17786         (target==i386-win32): add patch diff flex make to $noconfigdirs.
17787         (target==ppcle-pe): remove ld from $noconfigdirs.
17788
17789 Tue Nov 14 01:25:50 1995  Doug Evans  <dje@canuck.cygnus.com>
17790
17791         * Makefile.in (CONFIGURE_TARGET_MODULES): Pass --with-target-subdir.
17792         Preserve relative path names in $srcdir.  Build symlink tree if
17793         configuring cross target dir and srcdir=. (= no VPATH support).
17794         (configure-target-libg++): Depend on configure-target-librx.
17795         * cfg-ml-com.in, cfg-ml-pos.in: Deleted.
17796         * config-ml.in: New file.
17797         * symlink-tree: New file.
17798         * configure: Ensure srcdir="." if that's what it is.
17799
17800 Mon Nov 13 12:34:20 1995  Stan Shebs  <shebs@andros.cygnus.com>
17801
17802         * mpw-README: Clarify some phrasing, add notes about CodeWarrior
17803         includes and FLEX_SKELETON setting.
17804         * mpw-configure (--with-gnu-ld): New option, controls whether
17805         to use PPCLink or ld with PowerMac GCC.
17806         * mpw-build.in (all-grez, do-grez, install-grez): New targets.
17807         * mpw-config.in: Configure grez if targeting Mac.
17808
17809         * config.sub: Accept pmac and pmac-mpw as names for PowerMacs,
17810         accept mpw and mac-mpw as names for m68k Macs, change macos7 to
17811         just macos.
17812         * configure.in: Configure grez resource compiler if targeting Mac.
17813         * Makefile.in (all-grez, install-grez): New targets.
17814
17815 Wed Nov  8 17:33:51 1995  Jason Merrill  <jason@yorick.cygnus.com>
17816
17817         * configure: CXX defaults to gcc, not g++.  If we find
17818         gcc in the path, set CC to gcc -O2.
17819
17820 Tue Nov  7 15:45:17 1995  Ian Lance Taylor  <ian@cygnus.com>
17821
17822         * configure: Default ${build} correctly.  Avoid picking up extra
17823         spaces when reading CC and CXX from Makefile.  When doing a
17824         Canadian Cross, use plausible default values for numerous
17825         variables.
17826         * configure.in: When doing a Canadian Cross, don't try to
17827         configure tools whose configure script can't handle it.
17828
17829 Mon Nov  6 19:32:17 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
17830
17831         * cfg-ml-com.in (sh-*-*): Add m2 and ml/m2 to multidirs.
17832
17833 Sun Nov  5 00:15:41 1995  Per Bothner  <bothner@kalessin.cygnus.com>
17834
17835         * configure:  Remove dubious bug reporting address.
17836
17837 Fri Nov  3 08:17:54 1995  Per Bothner  <bothner@kalessin.cygnus.com>
17838
17839         * Makefile.in ($(CONFIGURE_TARGET_MODULES)):  If subdir has
17840         configure script, run that instead of this directory's configure.
17841         In either case, print a message that we're configuring the sub-dir.
17842
17843 Thu Nov  2 23:23:36 1995  Per Bothner  <bothner@kalessin.cygnus.com>
17844
17845         * configure.in: Before checking for the existence of various files,
17846         use sed to filter out "target-".
17847
17848 Thu Nov  2 13:24:56 1995  Ian Lance Taylor  <ian@cygnus.com>
17849
17850         * Makefile.in (DO_X): Split rule to decrease command line length
17851         for systems with small ARG_MAX values.  From phdm@info.ucl.ac.be
17852         (Philippe De Muyter).
17853
17854 Wed Nov  1 15:18:35 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
17855
17856         * Makefile.in (all-patch): depend on all-libiberty.
17857
17858 Wed Nov  1 12:23:20 1995  Ian Lance Taylor  <ian@cygnus.com>
17859
17860         * configure.in: If the only directory in target_configdirs which
17861         actually exists is libiberty, then set target_configdirs to empty,
17862         to avoid trying to build a target libiberty in a gas or gdb
17863         distribution.
17864
17865 Tue Oct 31 17:52:39 1995  J.T. Conklin  <jtc@slave.cygnus.com>
17866
17867         * configure.in (host_makefile_frag): Use m68k-sun-sunos* instead
17868         of m68k-sun-* when selecting mh-sun3 to avoid matching NetBSD/sun3
17869         systems.
17870
17871 Tue Oct 31 16:57:32 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
17872
17873         * configure.in (copy_dirs): Use sys-include instead of include
17874         for --with-headers option.
17875
17876 Tue Oct 31 10:29:36 1995  steve chamberlain  <sac@slash.cygnus.com>
17877
17878         * Makefile.in, configure.in: Make winsup builds work with
17879         new scheme.
17880
17881 Mon Oct 30 18:57:09 1995  Ian Lance Taylor  <ian@cygnus.com>
17882
17883         * configure.in: Build the linker on AIX.
17884
17885 Mon Oct 30 12:27:16 1995  Per Bothner  <bothner@kalessin.cygnus.com>
17886
17887         * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET):  Add $(TARGET_SUBDIR)
17888         where needed.
17889
17890 Mon Oct 30 12:45:25 1995  Doug Evans  <dje@cygnus.com>
17891
17892         * Makefile.in (all-gcc): Fix typo.
17893
17894 Sat Oct 28 10:27:59 1995  Per Bothner  <bothner@kalessin.cygnus.com>
17895
17896         * Makefile.in ($(CHECK_TARGET_MODULES)):  Fix typo.
17897
17898 Fri Oct 27 23:14:12 1995  Per Bothner  <bothner@kalessin.cygnus.com>
17899
17900         * configure.in:  Rename libFOO to target-libFOO, and xiberty
17901         to target-xiberty, to provide more flexibility.
17902         (target_subdir):  Define.  Create if cross.
17903         Set TARGET_SUBDIR in Makefile to ${target_subdir}.
17904         * Makefile.in:  Rename all-libFOO -> all-target-libFOO, all-xiberty
17905         -> all-target-libiberty, configure-libFOO -> configure-target-libFOO,
17906         check-libFOO -> check-target-libFOO, etc.
17907         ($(DO_X)):  Iterate over TARGET_CONFIGDIRS after SUBDIRS.
17908         ($(CONFIGURE_TARGET_MODULES), $(CHECK_TARGET_MODULES),
17909         $(ALL_TARGET_MODULES), $(INSTALL_TARGET_MODULES)): Update accordingly.
17910         (configure-target-XXX):  Depend on $(ALL_GCC), not all-gcc, to
17911         allow ALL_GCC="" to only configure.
17912         (DEVO_SUPPORT):  Add cfg-ml-com.in and cfg-ml-pos.in.
17913         (ETC_SUPPORT, ETC_SUPPORT_PFX):  Merge;  update 'taz' accordingly.
17914         (LIBGXX_SUPPORT_DIRS):  Remove xiberty.
17915
17916 Sat Oct 28 01:53:49 1995  Ken Raeburn  <raeburn@cygnus.com>
17917
17918         * Makefile.in (taz): Build "info" in etc explicitly.
17919
17920 Fri Oct 27 09:32:30 1995  Stu Grossman  (grossman@cygnus.com)
17921
17922         * configure.in:  Make sure that CC is undefined (as opposed to
17923         null) if toplevel/config/mh-{host} doesn't define it.  Fixes a
17924         problem with autoconf trying to configure on a host without GCC.
17925
17926 Thu Oct 26 22:35:01 1995  Stan Shebs  <shebs@andros.cygnus.com>
17927
17928         * mpw-configure: Set host alias from choice of host compiler,
17929         only use generic MPW Makefile sed if present, edit a file
17930         named "hacked_Makefile.in" instead of "Makefile.in" if present.
17931         * mpw-README: Add problem notes about CW6 and CW7.
17932
17933 Thu Oct 26 05:45:10 1995  Ken Raeburn  <raeburn@kr-pc.cygnus.com>
17934
17935         * Makefile.in (taz): Use ";" instead of ";;".
17936
17937 Wed Oct 25 15:18:24 1995  Per Bothner  <bothner@kalessin.cygnus.com>
17938
17939         * Makefile.in (taz):  Grep for '^diststuff:' or '^info:' in
17940         sub-directory Makefiles, instead of using DISTSTUFFDIRS and
17941         DISTDOCDIRS.
17942         (DISTSTUFFDIRS, DISTDOCDIRS):  Removed - no longer used.
17943         (newlib.tar.gz):  Don't pass DISTDOCDIRS to recursive make.
17944
17945 Wed Oct 25 14:43:55 1995  Per Bothner  <bothner@kalessin.cygnus.com>
17946
17947         * Makefile.in (DISTDOCDIRS):  Remove ld gprof bnutils gas libg++ gdb
17948         and gnats, because they are now subsumed by DISTSTUFFDIRS.
17949         Move bfd to DISTSTUFFDIRS.
17950
17951 Tue Oct 24 18:19:09 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
17952
17953         * Makefile.in (X11_LIB): Removed.
17954         (X11_FLAGS_TO_PASS): pass only X11_EXTRA_CFLAGS and X11_EXTRA_LIBS.
17955
17956         * configure.in (host_makefile_frag): mh-aix & mh-sun removed.
17957
17958 Sun Oct 22 13:04:42 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
17959
17960         * cfg-ml-com.in (powerpc*): Shorten some of the multilib directory
17961         names.
17962
17963 Fri Oct 20 18:02:10 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
17964
17965         * cfg-ml-com.in (powerpc*-eabi*): Add mcall-aixdesc varients.
17966
17967 Thu Oct 19 10:40:57 1995  steve chamberlain  <sac@slash.cygnus.com>
17968
17969         * configure.in (i[345]86-*-win32): Always build newlib.
17970         Don't configure cvs, autoconf or texinfo.
17971         * Makefile.in (LD_FOR_TARGET): New.
17972         (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS, CONFIGURE_TARGET_MODULES):
17973         Pass down LD_FOR_TARGET.
17974
17975 Wed Oct 18 15:53:56 1995  steve chamberlain  <sac@slash.cygnus.com>
17976
17977         * winsup: New directory.
17978         * Makefile.in: Build winsup.
17979         * configure.in: Winsup is configured when target is win32.
17980         Can only build win32 target GDB when native.
17981
17982 Mon Oct 16 09:42:31 1995  Jeffrey A Law  (law@cygnus.com)
17983
17984         * config.guess: Recognize HP model 819 machines as having
17985         a PA 1.1 processor.
17986
17987 Mon Oct 16 10:49:43 1995  Ian Lance Taylor  <ian@cygnus.com>
17988
17989         * configure: Fix sed loop which substitutes for CC and CXX to
17990         avoid bug found in various sed implementations.
17991
17992 Wed Oct 11 16:16:20 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
17993
17994         * cfg-ml-com.in (powerpc-*-eabisim): Delete separate rule for
17995         simulator.  Use standard powerpc-*-eabi*.
17996
17997 Mon Oct  9 17:21:56 1995  Ian Lance Taylor  <ian@cygnus.com>
17998
17999         * configure.in: Stop putting gas and binutils in noconfigdirs for
18000         powerpc-*-aix* and rs6000-*-*.
18001
18002 Mon Oct  9 12:38:40 1995  Michael Meissner  <meissner@cygnus.com>
18003
18004         * cfg-ml-com.in (powerpc*-*-eabisim*): Add support for building
18005         -mcall-aixdesc libraries.
18006
18007 Fri Oct  6 16:17:57 1995  Ken Raeburn  <raeburn@cygnus.com>
18008
18009         Mon Sep 25 22:49:32 1995  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
18010
18011         * config.sub (arm | armel | armeb): Fix shell syntax.
18012
18013 Fri Oct  6 14:40:28 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
18014
18015         * cfg-ml-com.in ({powerpc,rs6000}-ibm-aix*): Add multilibs for
18016         -msoft-float and -mcpu=common support.
18017         (powerpc*-*-eabisim*): Add support for building -mcall-aix
18018         libraries.
18019
18020 Thu Oct  5 13:26:37 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
18021
18022         * configure.in: Allow configuration and build of emacs19 for the alpha.
18023
18024 Wed Oct  4 22:05:36 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
18025
18026         * configure.in (CC): Get ^CC, not just any old CC, from
18027         ${host_makefile_frag}.
18028
18029 Wed Oct  4 21:55:00 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
18030
18031         * configure.in (CC): Try to get CC from
18032         ${srcdir}/${host_makefile_frag}, not ${host_makefile_frag}.
18033
18034 Wed Oct  4 21:44:12 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
18035
18036         * Makefile.in (TARGET_CONFIGDIRS): configure targetdirs
18037         only if it exists in $(srcdir).
18038
18039 Wed Oct  4 11:52:31 1995  Ian Lance Taylor  <ian@cygnus.com>
18040
18041         * configure: If CC and CXX are not set in the environment, set
18042         them, based on either an existing Makefile or on searching for gcc
18043         in PATH.  Substitute for CC and CXX in Makefile.
18044         * configure.in: Remove libm from target_libs.  Separate
18045         target_configdirs from configdirs.  If CC is not set in
18046         environment, try to get it from a host Makefile fragment.  Rewrite
18047         changes of configdirs to use skipdirs instead.  A few minor
18048         tweaks.  Take directories out of target_configdirs as they are
18049         taken out of configdirs.  Remove existing Makefile files from
18050         subdirectories.  Substitute for TARGET_CONFIGDIRS and
18051         CONFIG_ARGUMENTS in Makefile.
18052         * Makefile.in (TARGET_CONFIGDIRS): New variable, automatically set
18053         by configure.in.
18054         (CONFIG_ARGUMENTS): Likewise.
18055         (CONFIGURE_TARGET_MODULES): New variable.
18056         ($(DO_X)): Loop over TARGET_CONFIGDIRS as well as SUBDIRS.
18057         ($(CONFIGURE_TARGET_MODULES)): New target.
18058         (configure-libg++, configure-libio): New targets.
18059         (all-libg++): Depend upon configure-libg++.
18060         (all-libio): Depend upon configure-libio.
18061         (configure-libgloss, all-libgloss): New targets.
18062         (configure-libstdc++): New target.
18063         (all-libstdc++): Depend upon configure-libstdc++.
18064         (configure-librx, all-librx): New targets.
18065         (configure-newlib): New target.
18066         (all-newlib): Depend upon configure-newlib
18067         (configure-xiberty): New target.
18068         (all-xiberty): Depend upon configure-xiberty.
18069
18070 Sat Sep 30 04:32:59 1995  Jason Molenda (crash@phydeaux.cygnus.com)
18071
18072         * configure.in (host i[345]86-*-win32):  Expand the
18073         noconfigdirs again.
18074
18075 Thu Sep 28 21:18:49 1995  Stan Shebs  <shebs@andros.cygnus.com>
18076
18077         * mpw-configure: Fix sed command file name.
18078
18079 Thu Sep 28 17:39:56 1995  steve chamberlain  <sac@slash.cygnus.com>
18080
18081         * configure.in (host i[345]86-*-win32): Reduce the
18082         noconfigdirs again.
18083
18084 Wed Sep 27 12:24:00 1995  Ian Lance Taylor  <ian@cygnus.com>
18085
18086         * configure.in: Don't configure ld and gdb for powerpc*-*-winnt*
18087         or powerpc*-*-pe*, since they are not yet supported.
18088
18089 Tue Sep 26 14:30:01 1995  Stan Shebs  <shebs@andros.cygnus.com>
18090
18091         Add PowerMac support and many other enhancements.
18092         * mpw-configure: New option --cc to select compiler to use,
18093         paste options set according to --cc into the generated
18094         Makefile, generate the Makefile by sed'ing the Unix Makefile.in
18095         if mpw-make.sed is present.
18096         * mpw-config.in: Don't test for gC1, test for mpw-touch,
18097         add forward includes for PowerPC include files.
18098         * mpw-build.in: Build using Makefile.PPC if present.
18099         (do-byacc, etc): Remove separate version resource builds.
18100         (do-gas): Build "stamps" before "all".
18101         (do-gcc): Build "stamps-h" and "stamps-c" before "all".
18102         * mpw-README: Update to reflect --cc option, PowerMac support,
18103         and recently-reported compatibility problems.
18104
18105 Fri Sep 22 12:15:42 1995  Doug Evans  <dje@deneb.cygnus.com>
18106
18107         * cfg-ml-com.in (m68*-*-*): Only build multilibs for
18108         embedded m68k systems (-aout, -coff, -elf, -vxworks).
18109         (--with-multilib-top): Pass to recursive invocations.
18110
18111 Tue Sep 19 13:51:05 1995  J.T. Conklin  <jtc@blues.cygnus.com>
18112
18113         * configure.in (noconfigdirs): Disable libg++ and libstdc++ on
18114         v810-*-*.
18115
18116 Mon Sep 18 23:08:26 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
18117
18118         * configure.in (noconfigdirs): Disable bfd, binutils, gas, gcc,
18119         gdb, ld and opcodes on v810-*-*.
18120
18121 Tue Sep 12 18:03:31 1995  Ian Lance Taylor  <ian@cygnus.com>
18122
18123         * Makefile.in (DO_X): Change do-realclean to do-maintainer-clean.
18124         (local-maintainer-clean): New target.
18125         (maintainer-clean): New target.
18126         (realclean): Just depend upon maintainer-clean.
18127
18128 Fri Sep  8 17:11:14 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
18129
18130         * configure.in (noconfigdirs): Disable gdb on m68k-*-netbsd*.
18131
18132 Fri Sep  8 16:46:29 1995  Ian Lance Taylor  <ian@cygnus.com>
18133
18134         * configure.in: Build ld in mips*-*-bsd* case.
18135
18136 Thu Sep  7 20:03:41 1995  Ken Raeburn  <raeburn@cygnus.com>
18137
18138         * config.sub: Accept -lites* OS.  From Ian Dall.
18139
18140 Fri Sep  1 08:06:58 1995  James G. Smith  <jsmith@beauty.cygnus.com>
18141
18142         * config.sub: recognise mips64vr4300 and mips64vr4300el as valid
18143         targets.
18144
18145 Wed Aug 30 21:06:50 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
18146
18147         * configure.in: treat i386-win32 canadian cross the same as
18148         i386-go32 canadian cross.
18149
18150 Thu Aug 24 14:53:20 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
18151
18152         * cfg-ml-com.in (powerpc*-*-eabisim): Add support for PowerPC
18153         running under the simulator to build a reduced set of libraries.
18154         (powerpc-*-eabiaix): Add fine grained multilib support added to
18155         other powerpc targets yesterday.
18156
18157 Wed Aug 23 09:41:56 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
18158
18159         * cfg-ml-com.in (powerpc*): Add support for -disable-biendian,
18160         -disable-softfloat, -disable-relocatable, -disable-aix, and
18161         -disable-sysv to control which multilib libraries get built.
18162
18163 Thu Aug 17 16:03:41 1995  Ken Raeburn  <raeburn@kr-laptop.cygnus.com>
18164
18165         * configure: Add Makefile.tem to list of files to remove in trap
18166         handler.
18167
18168 Mon Aug 14 19:27:56 1995  Per Bothner  <bothner@kalessin.cygnus.com>
18169
18170         * config.guess (*Linux*):  Add missing "exit"s.
18171         Also, need specific check for alpha-unknown-linux (uses COFF).
18172
18173 Fri Aug 11 15:38:20 1995  Per Bothner  <bothner@kalessin.cygnus.com>
18174
18175         * config.guess:  Merge with FSF:
18176
18177         Wed Jun 28 17:57:27 1995  David Edelsohn  <edelsohn@mhpcc.edu>
18178         * config.guess (AIX4): More robust release numbering discovery.
18179
18180         Thu Jun 22 19:01:24 1995  Kenneth Stailey  (kstailey@eagle.dol-esa.gov)
18181         * config.guess (i386-sequent-ptx): Properly get version number.
18182
18183         Thu Jun 22 18:36:42 1995  Uwe Seimet  (seimet@iris1.chemie.uni-kl.de)
18184         * config.guess (mips:*:4*:UMIPS): New case.
18185
18186 Mon Aug  7 09:21:35 1995  Doug Evans  <dje@canuck.cygnus.com>
18187
18188         * configure.in (i386-go32 host): Fix typo (deja-gnu -> dejagnu).
18189         (i386-win32 host): Likewise.  Don't build readline.
18190
18191 Sat Aug  5 09:51:49 1995  Fred Fish  <fnf@rtl.cygnus.com>
18192
18193         * Makefile.in (GDBTK_SUPPORT_DIRS):  Define and pass as part of
18194         SUPPORT_FILES to submakes.
18195
18196 Fri Aug  4 13:04:36 1995  Fred Fish  <fnf@cygnus.com>
18197
18198         * Makefile.in (GDB_SUPPORT_DIRS): Add utils.
18199         (DEVO_SUPPORT): Add mpw-README, mpw-build.in, mpw-config.h and
18200         mpw-configure.
18201
18202 Wed Aug  2 16:32:40 1995  Ken Raeburn  <raeburn@cygnus.com>
18203
18204         * configure.in (appdirs): Use =, not ==, in test expression when
18205         trying to build the text to print in the warning message for
18206         Solaris users.
18207
18208 Mon Jul 31 09:56:18 1995  steve chamberlain  <sac@slash.cygnus.com>
18209
18210         * cfg-ml-com.in (z8k-*-coff): Add 'std' multilib build.
18211
18212 Fri Jul 28 00:16:31 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
18213
18214         * config.guess: Recognize lynx-2.3.
18215
18216 Thu Jul 27 15:47:59 1995  steve chamberlain  <sac@slash.cygnus.com>
18217
18218         * config.sub (z8ksim): Deleted
18219         (z8k-*-coff): New, this is the one true name of the target.
18220
18221 Thu Jul 27 14:33:33 1995  Doug Evans  <dje@canuck.cygnus.com>
18222
18223         * cfg-ml-pos.in (dotdot): Work around SunOS sed bug.
18224
18225 Thu Jul 27 13:31:05 1995  Fred Fish  (fnf@cygnus.com)
18226
18227         * config.guess (*:Linux:*:*): First try asking the linker what the
18228         default object file format is (elf, aout, or coff).  Then if this
18229         fails, try previous methods.
18230
18231 Thu Jul 27 11:28:17 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
18232
18233         * configure.in: Don't build newlib for *-*-vxworks5.1.
18234
18235 Thu Jul 27 11:18:47 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
18236
18237         * configure.in: Don't build newlib for a29k-*-vxworks5.1.
18238         * test-build.mk: Add setting of --with-headers for a29k-vxworks5.1.
18239
18240 Tue Jul 25 21:25:39 1995  Doug Evans  <dje@canuck.cygnus.com>
18241
18242         * cfg-ml-pos.in (MULTITOP): Trim excess trailing "/.".
18243
18244 Fri Jul 21 10:41:12 1995  Doug Evans  <dje@canuck.cygnus.com>
18245
18246         * cfg-ml-com.in: New file.
18247         * cfg-ml-pos.in: New file.
18248
18249 Wed Jul 19 00:37:27 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
18250
18251         * COPYING.NEWLIB: Add HP free copyright to list.
18252
18253 Tue Jul 18 10:58:51 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
18254
18255         * config.sub: Recognize -eabi* for the system, not just -eabi.
18256
18257 Mon Jul  3 13:44:51 1995  Steve Chamberlain  <sac@slash.cygnus.com>
18258
18259         * Makfile.in (DLLTOOL_FOR_TARGET): New name, pass it down.
18260         * config.sub, configure.in (win32): New target and host.
18261
18262 Wed Jun 28 23:57:08 1995  Steve Chamberlain  <sac@slash.cygnus.com>
18263
18264         * configure.in: Add i386-pe configuration.
18265
18266 Fri Jun 23 14:28:44 1995  Stan Shebs  <shebs@andros.cygnus.com>
18267
18268         * mpw-build.in (install): Install GDB after LD.
18269
18270 Thu Jun 22 17:10:53 1995  Stan Shebs  <shebs@andros.cygnus.com>
18271
18272         * mpw-config.in (elf/mips.h): Always forward-include, needed
18273         for GDB to build.
18274
18275 Wed Jun 21 15:17:30 1995  Rob Savoye  <rob@darkstar.cygnus.com>
18276
18277         * testsuite: New directory for customer acceptance and whole tool
18278         chain tests.
18279
18280 Wed Jun 21 16:50:29 1995  Ken Raeburn  <raeburn@cujo.cygnus.com>
18281
18282         * configure: If per-host line isn't found, but AC_OUTPUT is found
18283         and a configure script exists, run it instead.
18284
18285 Thu Jun 15 21:09:24 1995  Per Bothner  <bothner@kalessin.cygnus.com>
18286
18287         * config.guess:  Update from FSF, for alpha-dec-winnt3.5 and  Crays.
18288
18289 Tue Jun 13 21:43:27 1995  Rob Savoye  <rob@darkstar.cygnus.com>
18290
18291         * configure: Set build_{cpu,vendor,os,alias} to host values when
18292         --build isn't specified.
18293
18294 Mon Jun  5 18:26:36 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
18295
18296         * Makefile.in (PICFLAG, PICFLAG_FOR_TARGET): New macros.
18297         (FLAGS_TO_PASS): Pass them.
18298         (EXTRA_TARGET_FLAGS): Ditto.
18299
18300 Wed May 31 22:27:42 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
18301
18302         * Makefile.in (all-libg++): Depend on all-libstdc++.
18303
18304 Thu May 25 22:40:59 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
18305
18306         * configure.in (noconfigdirs): Enable all packages for
18307           i386-unknown-netbsd.
18308
18309 Sat May 20 13:22:31 1995  Angela Marie Thomas  <angela@cirdan.cygnus.com>
18310
18311         * configure.in (noconfigdirs): Don't configure tk for i386-go32
18312         hosted builds (DOS builds)
18313
18314 Thu May 18 18:08:49 1995  Ken Raeburn  <raeburn@kr-laptop.cygnus.com>
18315
18316         Changes for ARM based on patches from Richard Earnshaw:
18317         * config.sub: Handle armeb and armel.
18318         * configure.in: Omit arm linker only for riscix.
18319
18320 Thu May 11 17:23:26 1995  Per Bothner  <bothner@kalessin.cygnus.com>
18321
18322         * config.guess:  Update from FSF.
18323
18324 Tue May  9 15:52:05 1995  Michael Meissner  <meissner@cygnus.com>
18325
18326         * config.sub: Recognize powerpcle as the little endian variant of
18327         the PowerPC.  Recgonize ppc as a PowerPC variant, and ppcle as a
18328         powerpcle variant.  Convert pentium into i586, not i486.  Add p5
18329         alias for i586.  Map new x86 variants p6, k5, nexgen into i586
18330         temporarily.
18331
18332 Tue May  2 16:29:41 1995  Jeff Law  (law@snake.cs.utah.edu)
18333
18334         * configure.in (hppa*-*-lites*): Treat like hppa*-*-*elf*.
18335
18336 Sun Apr 30 21:38:09 1995  Jeff Law  (law@snake.cs.utah.edu)
18337
18338         * config.sub: Accept -lites* as a basic system type.
18339
18340 Thu Apr 27 11:33:29 1995  Michael Meissner  (meissner@cygnus.com)
18341
18342         * config.guess (*:Linux:*:*): Check for whether the pre-BFD linker is
18343         installed, and if so return linuxoldld as the system name.
18344
18345 Wed Apr 26 10:59:02 1995  Jeff Law  (law@snake.cs.utah.edu)
18346
18347         * config.guess: Add hppa1.1-hp-lites support.
18348
18349 Tue Apr 25 11:08:11 1995  Rob Savoye  <rob@darkstar.cygnus.com>
18350
18351         * configure.in: Don't build newlib for m68k-vxworks5.1.
18352
18353 Wed Apr 19 17:02:43 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
18354
18355         * configure.in (mips-sgi-irix6): Use mh-irix5.
18356
18357 Fri Apr 14 15:21:17 1995  Doug Evans  <dje@chestnut.cygnus.com>
18358
18359         * Makefile.in (all-gcc): Depend on all-ld (for libgcc1-test).
18360
18361 Wed Apr 12 16:06:01 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
18362
18363         * test-build.mk: Enable building of shared libraries on IRIX 5 and
18364         OSF/1.  Fix compiler flags.
18365         * build-all.mk: Support Linux and OSF/1 3.0.  Fix compiler flags.
18366
18367 Tue Apr 11 18:55:40 1995  Doug Evans  <dje@canuck.cygnus.com>
18368
18369         * configure.in: Recognize --with-newlib.
18370         (sparc-*-sunos4*): Build sim, dejagnu, expect, tcl if cross target.
18371
18372 Mon Apr 10 14:38:20 1995  Jason Molenda (crash@phydeaux.cygnus.com)
18373
18374         * Makefile.in: move {all,check,install}-gdb from *_MODULES
18375         to *_X11_MODULES due to gdbtk needing X include files et al.
18376
18377 Mon Apr 10 11:42:22 1995  Stan Shebs  <shebs@andros.cygnus.com>
18378
18379         Merge in support for Mac MPW as a host.
18380         (Old change descriptions retained for informational value.)
18381
18382         * mpw-config.in: Add generic include forwards for cpu-specific
18383         include files in aout and elf directories.
18384
18385         * mpw-configure: Added copyright.
18386         * mpw-config.in: Check for presence of required build tools.
18387         (target_libs): Add newlib.
18388         (target_tools): Add examples.
18389         (Read Me): Generate as "Read Me for MPW" instead.
18390         * mpw-build.in: Base sub-builds on all-foo instead of do-foo.
18391         (all-byacc, do-byacc, all-flex, do-flex, do-newlib): New actions.
18392         (do-gas, do-gcc, do-gdb, do-ld): Build Version.r first.
18393
18394         * mpw-configure: Remove subdir-specific makefile hackery,
18395         delete mk.tmp after using it.
18396
18397         * mpw-build.in (all): Display start and end times.
18398
18399         * mpw-configure (host_canonical): Set.
18400         (target_cpu): Always add to makefiles.
18401         (ARCHDEFS, EMUL): Add to makefile only if nonempty.
18402         (TM_FILE, XM_FILE, NM_FILE): No longer add to makefile.
18403         (mpw-mh-mpw): Look for in srcdir and srcroot.
18404         Use sed instead of mpw-edit-prefix to edit prefix definitions.
18405
18406         * mpw-build.in: (install-only): New target.
18407
18408         * mpw-configure (host_alias, target_alias): Rename from hostalias
18409         and targetalias, add into generated Makefile.
18410         (mk.tmp): If present, add into generated Makefile.
18411         * mpw-build.in (all-gas): Build config.h first before gas proper.
18412
18413         * mpw-configure (config.status): Write only if changed.
18414         * mpw-config.in (readline): Configure it (not built, just used for
18415         definitions).
18416
18417         * mpw-config.in (elf/mips.h): Add a forward include.
18418
18419         * mpw-config.in: Forward-include most .h files in include into
18420         extra-include.
18421         (readline): Don't build.
18422         mpw-build.in (install): Install GDB.
18423
18424         * mpw-configure (prefix, mpw_prefix): Handle it.
18425         * mpw-config.in (mmalloc, readline): Don't configure.
18426         * mpw-build.in (thisscript): Rename to ThisScript.
18427         Use mpw-build instead of BuildProgram everywhere.
18428         (mmalloc, readline): Don't build.
18429         * mpw-README: New file, basic documentation about the MPW port.
18430
18431         * mpw-config.in: Use forward-include to create include files.
18432
18433         * mpw-configure: Add more things to the top of each configured
18434         Makefile, including contents of config/mpw-mh-mpw.
18435         * mpw-config.in (extra-include): Create this directory and fill it
18436         with Posix-like include files when configuring.
18437
18438         * config.sub (apple, mac, mpw): Add various aliases.
18439
18440         * mpw-build.in: New file, top-level build script fragment for MPW.
18441         * mpw-configure: New file, configure script for MPW.
18442         * mpw-config.in: New file, config fragment for MPW.
18443
18444 Fri Apr  7 19:33:16 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
18445
18446         * configure.in (host_libs): Remove glob, since it is gone from the
18447         sources.
18448
18449 Fri Mar 31 11:36:17 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
18450
18451         * Makefile.in: define empty GDB_NLM_DEPS var.
18452
18453         * configure.in(target_makefile_frag): use config/mt-netware
18454         for netware targets.
18455
18456 Thu Mar 30 13:51:43 1995  Ian Lance Taylor  <ian@cygnus.com>
18457
18458         * config.sub: Merge in recent FSF changes.  Remove linux special
18459         cases.
18460
18461 Tue Mar 28 14:47:34 1995  Jason Molenda (crash@phydeaux.cygnus.com)
18462
18463         Revert this change:
18464
18465         Tue Mar 30 10:03:09 1993  Ian Lance Taylor  (ian@cygnus.com)
18466
18467                 * build-all.mk: Use CC=cc -Xs on Solaris.
18468
18469 Tue Mar 21 10:43:32 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
18470
18471         * glob/*: Removed.  Schauer's 24 Feb 1994 readline change made us
18472         stop using it.
18473         * Makefile.in: Nuke all references to glob subdirectory.
18474
18475 Thu Mar 16 13:35:30 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
18476
18477         * configure.in: Fix --enable-shared logic in per-host.
18478
18479 Mon Mar 13 12:33:15 1995  Ian Lance Taylor  <ian@cygnus.com>
18480
18481         * configure.in (*-hp-hpux[78]*): Use mh-hpux8.
18482
18483 Mon Mar  6 10:21:58 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
18484
18485         * configure.in (noconfigdirs): Don't build gas on AIX, for
18486         powerpc*-*-aix* as well as for rs6000*-*-aix*.
18487
18488 Wed Mar  1 12:51:53 1995  Ian Lance Taylor  <ian@cygnus.com>
18489
18490         * configure: Fix --cache-file to work if the file argument is a
18491         relative path.
18492
18493 Tue Feb 28 17:36:07 1995  Ian Lance Taylor  <ian@cygnus.com>
18494
18495         * configure: If the --cache-file is used, pass it down to
18496         configure in subdirectories.
18497
18498 Mon Feb 27 12:52:46 1995  Kung Hsu  <kung@mexican.cygnus.com>
18499
18500         * config.sub: add vxworks29k configuration.
18501
18502 Fri Feb 10 16:12:26 1995  Ken Raeburn  <raeburn@cujo.cygnus.com>
18503
18504         * Makefile.in (taz): Do "diststuff" part quietly.
18505
18506 Sun Feb  5 14:16:35 1995  Doug Evans  <dje@canuck.cygnus.com>
18507
18508         * config.sub: Mini-merge with gcc/config.sub.
18509
18510 Sat Feb  4 12:11:35 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
18511
18512         * config.guess (IRIX): Sed - to _.
18513
18514 Fri Feb  3 11:54:42 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
18515
18516         * Makefile.in (source-vault, binary-vault): New targets.
18517
18518 Thu Jan 26 13:00:11 1995  Michael Meissner  <meissner@cygnus.com>
18519
18520         * config.sub: Recognize -eabi as a basic system type.
18521
18522 Thu Jan 12 13:13:23 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
18523
18524         * configure.in (enable_shared stuff): Fix typo.
18525
18526 Thu Jan 12 01:36:51 1995  deanm@medulla.LABS.TEK.COM (Dean Messing)
18527
18528         * Makefile.in (BASE_FLAGS_TO_PASS): Fix typo in passing LIBCXXFLAGS*.
18529
18530 Wed Jan 11 16:29:53 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
18531
18532         * Makefile.in (LIBCXXFLAGS_FOR_TARGET): Add -fno-implicit-templates.
18533
18534 Mon Jan  9 12:48:01 1995  Jim Kingdon  <kingdon@lioth.cygnus.com>
18535
18536         * configure.in (rs6000-*-*): Don't build gas.
18537
18538 Wed Jan  4 23:53:49 1995  Ian Lance Taylor  <ian@tweedledumb.cygnus.com>
18539
18540         * Makefile.in: Use /x/x/ instead of /brokensed/brokensed/, to
18541         reduce command line length.
18542         (AS_FOR_TARGET): Check for as.new, not Makefile.
18543         (NM_FOR_TARGET): Check for nm.new, not Makefile.
18544
18545 Wed Jan  4 13:02:39 1995  Per Bothner  <bothner@kalessin.cygnus.com>
18546
18547         * config.guess:  Merge from FSF.
18548
18549 Thu Dec 15 17:11:37 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
18550
18551         * configure: Don't use $ when handling program_suffix.
18552
18553 Mon Dec 12 12:09:37 1994  Stu Grossman  (grossman@cygnus.com)
18554
18555         * configure.in:  Configure tk for hppa/hpux.
18556
18557 Fri Dec  2 15:55:38 1994  Per Bothner  <bothner@kalessin.cygnus.com>
18558
18559         * Makefile.in (LIBGXX_SUPPORT_DIRS):  Add libstdc++.
18560
18561 Tue Nov 29 19:37:56 1994  Per Bothner  <bothner@kalessin.cygnus.com>
18562
18563         * Makefile.in:  Move -fno-implicit-template from CXXFLAGS
18564         to LIBCXXFLAGS.  Tests are better run without it.
18565
18566 Wed Nov 23 10:29:25 1994  Brendan Kehoe  (brendan@lisa.cygnus.com)
18567
18568         * Makefile.in (all-ispell): Depend on all-emacs19 instead of all-emacs.
18569
18570 Mon Nov 21 11:14:01 1994  J.T. Conklin  <jtc@rtl.cygnus.com>
18571
18572         * configure.in (*-*-netware*): Don't configure xiberty.
18573
18574 Mon Nov 14 08:49:15 1994  Stu Grossman  (grossman@cygnus.com)
18575
18576         * configure.in:  Remove tk from native_only list.
18577
18578 Fri Nov 11 15:31:26 1994  Bill Cox  (bill@rtl.cygnus.com)
18579
18580         * build-all.mk: Add mips-ncd-elf target to sun4 targets
18581           for special NCD build.
18582
18583 Mon Nov  7 20:58:17 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
18584
18585         * Makefile.in (DEVO_SUPPORT): Remove configure.bat and
18586         makeall.bat, they're only useful for binutils snapshots.
18587         (binutils.tar.gz, gas+binutils.tar.gz): Add configure.bat and
18588         makeall.bat to specified SUPPORT_FILES.
18589
18590 Mon Nov  7 17:25:18 1994  Bill Cox  (bill@cirdan.cygnus.com)
18591
18592         * build-all.mk: Add Ericsson targets to sun4 and solaris
18593           hosts.  Add  BNR's sun4 target to solaris host, so their
18594           build-from-source will be tested in-house first.
18595
18596 Sat Nov  5 18:43:30 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
18597
18598         * Makefile.in (LIBCFLAGS): New variable.
18599         (CFLAGS_FOR_TARGET): Ditto.
18600         (LIBCFLAGS_FOR_TARGET): Ditto.
18601         (LIBCXXFLAGS): Ditto.
18602         (CXXFLAGS_FOR_TARGET): Ditto.
18603         (LIBCXXFLAGS_FOR_TARGET): Ditto.
18604         (BASE_FLAGS_TO_PASS): Pass them.
18605         (EXTRA_TARGET_FLAGS): Ditto.
18606
18607         * configure.in: Support --enable-shared.
18608
18609 Sat Nov  5 15:44:00 1994  Per Bothner  <bothner@kalessin.cygnus.com>
18610
18611         * configure.in (target_libs):  Include libstdc++ again.
18612         * config.guess:  Update from FSF (for FreeBSD).
18613
18614 Thu Nov  3 16:32:30 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
18615
18616         * Makefile.in (DEVO_SUPPORT): Include configure.bat and
18617         makeall.bat.
18618         (DISTDOCDIRS): Add `etc'.
18619         (ETC_SUPPORT_PFX): New variable.
18620         (taz): Include anything from etc starting with a word in
18621         ETC_SUPPORT_PFX.
18622
18623 Wed Oct 26 16:19:35 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
18624
18625         * config.sub: Update for recent FSF changes.  Remove obsolete
18626         h8300hds entry.  Add -windows* and -osx as basic os.  Minor
18627         spacing changes.
18628
18629 Thu Oct 20 18:41:56 1994  Per Bothner  <bothner@kalessin.cygnus.com>
18630
18631         * configure.in (target_libs):  Remove libstdc++ for libg++-2.6.1.
18632
18633         * config.guess:  Merge with FSF.
18634         * configure.in:  Match on i?86-ncr-sysv4.3, not i?86-ncr-sysv43.
18635
18636 Thu Oct 20 19:26:56 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
18637
18638         * configure: Since the "trap 0" handler will override the exit
18639         status on many systems, only use it for "exit 1", and make it set
18640         a non-zero exit status; reset it before "exit 0".  Also, check
18641         exit status of config.sub, and error out if it failed.
18642
18643 Wed Oct 19 18:49:55 1994  Rob Savoye  (rob@cygnus.com)
18644
18645         * Makefile.in: (ALL_TARGET_MODULES,INSTALL_TARGET_MODULES) Build
18646         and install libgloss.
18647
18648 Tue Oct 18 15:25:24 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
18649
18650         * Makefile.in (all-binutils): Depend upon all-byacc.
18651
18652         * configure.in: Don't build emacs on Irix 5.
18653
18654 Mon Oct 17 16:22:12 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
18655
18656         * configure.in (*-*-netware*): Add libio.
18657
18658 Thu Oct 13 15:51:20 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
18659
18660         * Makefile.in (ALL_TARGET_MODULES): Add libstdc++.
18661         (CHECK_TARGET_MODULES): Ditto.
18662         (INSTALL_TARGET_MODULES): Ditto.
18663         (TARGET_LIBS): Ditto.
18664         (all-libstdc++): Note dependencies.
18665
18666 Thu Oct 13 01:43:08 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
18667
18668         * Makefile.in (BINUTILS_SUPPORT_DIRS): Add gas.
18669
18670 Tue Oct 11 12:12:29 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
18671
18672         * Makefile.in (CXXFLAGS): Use -fno-implicit-templates instead of
18673         -fexternal-templates.
18674
18675         * configure.in (target_libs): Add libstdc++.
18676         (noconfigdirs): Add libstdc++ as appropriate.
18677
18678 Thu Oct  6 18:00:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
18679
18680         * config.guess:  Update from FSF.
18681
18682 Tue Oct  4 12:05:42 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
18683
18684         * configure: Use ${config_shell} when running ${configsub}.
18685
18686 Mon Oct  3 14:28:34 1994  Doug Evans  <dje@canuck.cygnus.com>
18687
18688         * config.sub: No longer recognize h8300h.
18689
18690 Mon Oct  3 12:40:54 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
18691
18692         * config.sub: Remove extraneous differences between config.sub and
18693         gcc/config.sub.
18694
18695 Sat Oct  1 00:23:12 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
18696
18697         * Makefile.in (DISTSTUFFDIRS): Add gas.
18698
18699 Thu Sep 22 19:04:55 1994  Doug Evans  (dje@canuck.cygnus.com)
18700
18701         * COPYING.NEWLIB: New file.
18702
18703 Mon Sep 19 18:25:40 1994  Per Bothner  (bothner@kalessin.cygnus.com)
18704
18705         * config.guess (HP-UX):  Patch from Harlan Stenn
18706         <harlan@landmark.com> to also emit release level.
18707
18708 Wed Sep  7 13:15:25 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
18709
18710         * config.guess (sun4*:SunOS:*:*): Change '-JL' to '_JL'.
18711
18712 Tue Sep  6 23:23:18 1994  Per Bothner  (bothner@kalessin.cygnus.com)
18713
18714         * config.sub:  Merge nextstep cleanup from FSF.
18715
18716 Mon Sep  5 05:01:30 1994  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
18717
18718         * configure.in (arm-*-*): Don't configure ld for this target.
18719
18720 Thu Sep  1 09:35:00 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
18721
18722         * configure.in (*-*-netware): don't configure libg++, libio,
18723           librx, or newlib.
18724
18725 Wed Aug 31 13:52:08 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
18726
18727         * configure.in (alpha-dec-osf*): Use osf*, not osf1*.  Don't
18728         configure ld--it works, but it doesn't support shared libraries.
18729
18730 Sun Aug 28 18:13:45 1994  Per Bothner  (bothner@kalessin.cygnus.com)
18731
18732         * config.guess (*-unknown-freebsd*):  Get rid of possible
18733         trailing "(Release)" in version string.
18734         Patch from Paul Richards <paul@isl.cf.ac.uk>.
18735
18736 Sat Aug 27 15:00:49 1994  Per Bothner  (bothner@kalessin.cygnus.com)
18737
18738         * config.guess:  Fix i486-ncr-sysv43 -> i486-ncr-sysv4.3.
18739         Fix type: *-next-neststep -> *-next-nextstep.
18740
18741         * config.guess:  Merge from FSF:
18742
18743         Fri Aug 26 18:45:25 1994  Philippe De Muyter (phdm@info.ucl.ac.be)
18744
18745         * config.guess: Recognize powerpc-ibm-aix3.2.5.
18746
18747         Wed Apr 20 06:36:32 1994  Philippe De Muyter  (phdm@info.ucl.ac.be)
18748
18749         * config.guess: Recognize UnixWare 1.1 (UNAME_SYSTEM is SYSTEM_V
18750         instead of UNIX_SV for UnixWare 1.0).
18751
18752 Sat Aug 27 01:56:30 1994  Stu Grossman  (grossman@cygnus.com)
18753
18754         * Makefile.in (all-gdb):  Add dependencies on all-gcc and all-ld
18755         to make gdb/nlm/* build after the compiler and linker.
18756
18757 Fri Aug 26 14:30:05 1994  Per Bothner  (bothner@kalessin.cygnus.com)
18758
18759         * config.guess (netbsd, freebsd, linux):  Accept any machine,
18760         not just i[34]86.
18761         (m68k-atari-sysv4):  Relocate to match FSF version.
18762
18763         * config.guess:  More merges from the FSF:
18764
18765         Add a space before function call or macro invocation.
18766
18767         Tue May 10 16:53:55 1994  Roland McGrath (roland@churchy.gnu.ai.mit.edu)
18768
18769         * config.guess: Add trap cmd to remove dummy.c and dummy when
18770         interrupted.
18771
18772         Wed Apr 20 18:07:13 1994  Roland McGrath (roland@churchy.gnu.ai.mit.edu)
18773
18774         * config.guess (dummy.c): Redirect stderr for `hostinfo' command.
18775         (dummy): Redirect stderr from compilation of dummy.c.
18776
18777         Sat Apr  9 14:59:28 1994  Christian Kranz  (kranz@sent5.uni-duisburg.de)
18778
18779         * config.guess: Distinguish between NeXTStep 2.1 and 3.x.
18780
18781 Fri Aug 26 13:42:20 1994  Ken Raeburn  (raeburn@kr-laptop.cygnus.com)
18782
18783         * configure: Accept and ignore --cache*, for compatibility with
18784         new autoconf.
18785
18786 Fri Aug 26 13:05:27 1994  Per Bothner  (bothner@kalessin.cygnus.com)
18787
18788         * config.guess:  Merge from FSF:
18789
18790         Thu Aug 25 20:28:51 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
18791
18792         * config.guess (Pyramid*:OSx*:*:*): New case.
18793         (PATH): Add /.attbin at end for finding uname.
18794         (dummy.c): Handle i860-alliant-bsd.  Follow whitespace conventions.
18795
18796         Wed Aug 17 18:21:02 1994  Tor Egge  (tegge@pvv.unit.no)
18797
18798         * config.guess (M88*:DolphinOS:*:*): New case.
18799
18800         Thu Aug 11 17:00:13 1994  Stan Cox  (coxs@dg-rtp.dg.com)
18801
18802         * config.guess (AViiON:dgux:*:*): Use TARGET_BINARY_INTERFACE
18803         to select whether to use ELF or COFF.
18804
18805         Sun Jul 24 16:20:53 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
18806
18807         * config.guess: Recognize i860-stardent-sysv and i860-unknown-sysv.
18808
18809         Sun May  1 10:23:10 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
18810
18811         * config.guess: Guess the OS version for HPUX.
18812
18813         Tue Mar  1 21:53:03 1994  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
18814
18815         * config.guess (UNAME_VERSION): Recognize aix3.2.4 and aix3.2.5.
18816
18817 Fri Aug 26 11:19:08 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
18818
18819         * configure.in: Recognize --with-headers, --with-libs, and
18820         --without-newlib.
18821         * Makefile.in (all-xiberty): Depend upon all-ld.
18822
18823 Wed Aug 24 12:36:50 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
18824
18825         * configure.in: Change i[34]86 to i[345]86.
18826
18827 Mon Aug 22 10:58:33 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
18828
18829         * configure (version): A few more tweaks to help message.
18830
18831 Fri Aug 19 12:40:25 1994  Per Bothner  (bothner@kalessin.cygnus.com)
18832
18833         * Makefile.in:  Remove (for now) librx as a host library,
18834         now that we're building it for target.
18835
18836 Fri Aug 19 10:49:17 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
18837
18838         * configure: Fix up help message; from karl@owl.hq.ileaf.com
18839         (Karl Berry).
18840
18841 Tue Aug 16 16:11:08 1994  Per Bothner  (bothner@kalessin.cygnus.com)
18842
18843         * configure.in:  Also configure librx.
18844
18845 Mon Aug 15 16:51:45 1994  Per Bothner  (bothner@kalessin.cygnus.com)
18846
18847         * Makefile.in:  Update various rules to reflect that librx
18848         is now needed for libg++.
18849
18850 Fri Aug 12 18:07:21 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
18851
18852         * config.sub: Accept mips64orion and mips64orionel as a CPU name.
18853
18854 Mon Aug  8 11:36:17 1994  Stan Shebs  (shebs@andros.cygnus.com)
18855
18856         * configure.in: Configure the examples directory.
18857
18858 Thu Aug  4 16:12:36 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
18859
18860         * configure: Simplify Jun 2 1994 change.
18861
18862 Wed Aug  3 04:58:16 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
18863
18864         * change CC to /usr/latest/bin/gcc for lynx host builds, since
18865         /bin/gcc isn't good enough to build gcc.
18866
18867 Wed Jul 27 09:07:14 1994  Fred Fish  (fnf@cygnus.com)
18868
18869         * Makefile.in (GDB_SUPPORT_FILES): Remove
18870         (setup-dirs-gdb, gdb.tar.gz, make-gdb.tar.gz):  Remove old rules.
18871         (gdb.tar.gz): Add new rule to use standard distribution building
18872         mechanism.
18873
18874 Mon Jul 25 11:10:06 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
18875
18876         * configure.in: Warn about use of /usr/ucb/cc on Solaris.  From
18877         Bill Cox <bill@cygnus.com>.
18878
18879 Sat Jul 23 12:19:46 1994  Per Bothner  (bothner@kalessin.cygnus.com)
18880
18881         * config.guess:  Recognize ISC.  Patch from kwzh@gnu.ai.mit.edu.
18882
18883 Fri Jul 22 17:53:59 1994  Stu Grossman  (grossman@cygnus.com)
18884
18885         * configure:  Search current dir first in .gdbinit.
18886
18887 Fri Jul 22 11:28:30 1994  Per Bothner  (bothner@kalessin.cygnus.com)
18888
18889         * config.sub:  Recognize freebsd (merged from gcc config.sub).
18890
18891 Thu Jul 21 14:10:52 1994  Per Bothner  (bothner@kalessin.cygnus.com)
18892
18893         * config.sub:  Refer to NeXT's operating system as nextstep.
18894
18895         * config.sub (case $basic_machine):  Re-order the cases, to match
18896         the order in the FSF version (which is mostly alphabethical).
18897         Merge in some additions and changes from the FSF.
18898
18899 Sat Jul 16 12:03:08 1994  Stan Shebs  (shebs@andros.cygnus.com)
18900
18901         * config.guess: Recognize m68k-atari-sysv4 and m88k-harris-csux7.
18902         * config.sub: Recognize cxux7.
18903         * configure.in: Use mh-cxux for m88k-harris-cxux*.
18904
18905 Mon Jul 11 14:37:39 1994  Per Bothner  (bothner@kalessin.cygnus.com)
18906
18907         * config.sub:  Fix typo powerpc -> powerpc-*.
18908
18909 Sat Jul  9 13:03:43 1994  Michael Tiemann  (tiemann@blues.cygnus.com)
18910
18911         * Makefile.in: `all-emacs19' depends on `all-byacc'.
18912
18913         * Makefile.in: Add all-emacs19 and install-emacs19 rules (in
18914         parallel with all-emacs and install-emacs).  Top-level command
18915         `make all-emacs19 CC=gcc' now behaves as `make all-emacs CC=gcc'.
18916
18917 Thu Jun 30 16:53:42 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
18918
18919         * test-build.mk ($(host)-stamp-stage2-installed): Remove
18920         $(relbindir)/make before doing ``make install'', and use
18921         $(GNU_MAKE) while doing it.  Avoids problem on SunOS with
18922         installing over running make binary.
18923         ($(host)-stamp-stage3-installed): Likewise.
18924
18925 Tue Jun 28 13:43:25 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
18926
18927         * config.guess: Recognize Mach.
18928
18929 Mon Jun 27 16:41:14 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
18930
18931         * configure: Check ${exec_prefixoption}, not ${exec_prefix}, to
18932         see whether --exec-prefix was used.
18933
18934 Sun Jun 26 21:15:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
18935
18936         * README:  Explicitly mention libg++/README.  (Zoo's idea.)
18937
18938 Tue Jun 21 12:45:55 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
18939
18940         * Makefile.in: Add all-librx target similar to all-libproc.
18941
18942 Wed Jun  8 23:11:55 1994  Stu Grossman  (grossman@cygnus.com)
18943
18944         * config.guess:  Rearrange tests for Alpha-OSF1 to properly deal
18945         with post 1.2 uname bogosity.
18946
18947 Thu Jun  9 00:27:59 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
18948
18949         * configure: Remove temporary files on receipt of a signal.
18950
18951 Tue Jun  7 12:06:24 1994  Ian Lance Taylor  (ian@cygnus.com)
18952
18953         * configure: If there is a package_makefile_frag, remove
18954         ${subdir}/Makefile.tem after copying it in.
18955
18956 Mon Jun  6 21:35:02 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
18957
18958         * build_all.mk: support rs6000 lynx identifies itself as
18959         rs6000-lynx-lynxos2.2.2.  Also, use /usr/cygnus/progressive/bin/gcc
18960         since /bin/gcc is too feeble to compile a modern gcc.
18961
18962 Mon Jun  6 16:06:34 1994  Karen Christiansen (karen@cirdan.cygnus.com)
18963
18964         * brought devo/test-build.mk update-to-date with progressive/
18965           test-build.mk. Add lynx targets and hppa flag info.
18966
18967 Sat Jun  4 17:23:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
18968
18969         * configure.in:  Use mh-ncrsvr43.  Patch from
18970         Tom McConnell <tmcconne@sedona.intel.com>.
18971
18972 Fri Jun  3 17:47:24 1994  Per Bothner  (bothner@kalessin.cygnus.com)
18973
18974         * config.guess (i386-unknown-bsdi):  No longer need to
18975         check #if defined(__bsdi__) && defined(__i386__).
18976
18977 Thu Jun  2 18:56:46 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
18978
18979         * configure: Set program_transform_nameoption correctly.
18980
18981 Thu Jun  2 10:57:06 1994  Karen Christiansen (karen@cirdan.cygnus.com)
18982
18983         * brought build-all.mk update-to-date with progressive build-all.mk,
18984           added new targets and hppa info.
18985
18986 Thu Jun  2 00:12:44 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
18987
18988         * configure: If config.guess result is a prefix of the user
18989         specified target, assume a native build and use the user specified
18990         target as the host alias.  Remove SunOS patch suffix removal hack.
18991         * configure.in: Remove SunOS patch suffix removal hack.
18992
18993         * Makefile.in (CROSS_CHECK_MODULES): Remove check-flex, since it's
18994         in NATIVE_CHECK_MODULES.
18995
18996 Wed Jun  1 10:49:41 1994  Bill Cox  (bill@rtl.cygnus.com)
18997
18998         * Makefile.in: Rename HOST_ONLY to NATIVE.
18999         * configure: Delete SunOs patch suffix from host_canonical
19000           and build_canonical variables that are prepended to Makefiles.
19001         * configure.in: Add comments for easier maintenance.
19002
19003 Tue May 31 19:39:47 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
19004
19005         * Makefile.in: Add all-libproc target similar to all-gui.
19006
19007 Tue May 31 17:16:33 1994  Tom Lord  (lord@cygnus.com)
19008
19009         * Makefile.in (CHECK_MODULES): split into
19010         HOST_ONLY_CHECK_MODULES and CROSS_CHECK_MODULES.
19011
19012 Tue May 31 16:36:36 1994  Paul Eggert  (eggert@twinsun.com)
19013
19014         * config.guess (i386-unknown-bsdi): New system to guess.
19015
19016 Wed May 25 16:47:10 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
19017
19018         * Makefile.in: Add all-gui target (but not yet build by "all").
19019
19020 Thu May 26 08:53:19 1994  Bill Cox  (bill@rtl.cygnus.com)
19021
19022         * config.sub: Move deletion of patch suffix from here...
19023         * configure.in: To here, at Ian's suggestion.  The top-
19024           level scripts might need to know of a patch level.
19025
19026 Wed May 25 09:15:54 1994  Bill Cox  (bill@rtl.cygnus.com)
19027
19028         * config.sub: Strip off patch suffix so rtl is recognized
19029           as a sunos4.1.3 machine, even though it's been patched.
19030
19031 Fri May 20 08:25:49 1994  Steve Chamberlain  (sac@deneb.cygnus.com)
19032
19033         * Makefile.in (INSTALL_LAST): Delete.
19034         (INSTALL_DOSREL): New.
19035
19036 Thu May 19 17:12:12 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
19037
19038         * configure.in: Use ld for i[34]86-*-sysv4* and sparc-*-solaris2*.
19039         Don't set use_gnu_ld to no for *-*-sysv4; that only controls
19040         whether we pass down --with-gnu-ld anyhow.
19041
19042 Thu May 19 09:29:12 1994  Steve Chamberlain  (sac@cygnus.com)
19043
19044         * Makefile.in (INSTALL_LAST): Change operation so it works
19045         on more flavors of make.
19046         * configure.in (go32): Don't build libg++ or libio.
19047
19048 Fri May 13 13:28:34 1994  Steve Chamberlain  (sac@cygnus.com)
19049
19050         * Makefile.in (Move HOST_PREFIX_1 and friends up so
19051         they can be overriden by templates.
19052
19053 Sat May  7 16:46:44 1994  Steve Chamberlain  (sac@cygnus.com)
19054
19055         * configure.in (target==go32): Don't build gdb.
19056         * dosrel: New directory.
19057
19058 Fri May  6 14:19:25 1994  Steve Chamberlain  (sac@cygnus.com)
19059
19060         * configure.in (host==go32): Configure dosrel too.
19061         * Makefile.in (INTALL_TARGET): Call INSTALL_LAST last.
19062         (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): Undefine, they should
19063         be set by incoming names or templates.
19064         (INSTALL_LAST): New rule.
19065
19066 Thu May  5 17:35:05 1994  Stan Shebs  (shebs@andros.cygnus.com)
19067
19068         * config.sub (sparclitefrw, sparclitefrwcompat): Don't set the os.
19069
19070 Thu May  5 20:06:45 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
19071
19072         * configure.in (appdirs): New variable.  Currently empty, but will
19073         be used in gas distribution.  If nonempty, lists a set of
19074         directories at least one of which must get configured, or top
19075         level configuration is considered to have failed.
19076         (rs6000-*-lynxos*): Use new file name.
19077
19078 Thu May  5 13:38:36 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
19079
19080         Eliminate XTRAFLAGS.
19081         * Makefile.in (CC_FOR_TARGET): If newlib exists, refer to the
19082         newlib include files using -idirafter, and also use -nostdinc.
19083         (CXX_FOR_TARGET): Likewise.
19084         (XTRAFLAGS): Removed.
19085         (BASE_FLAGS_TO_PASS): Remove XTRAFLAGS_FOR_TARGET.
19086         (EXTRA_HOST_FLAGS): Remove XTRAFLAGS.
19087         (EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): Likewise.
19088         ($(DO_X)): Don't pass down XTRAFLAGS.
19089
19090 Thu May  5 00:16:36 1994  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
19091
19092         * configure.in (mips*-dec-bsd*): New target; do build linker.
19093         (mips*-*-bsd*): New target; don't build linker.
19094
19095 Wed May  4 20:10:10 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
19096
19097         * configure.in: support rs6000-*-lynxos* configuration.
19098         support sunos4 as a cross target.
19099
19100         * config.sub: look for lynx*, not lynx since the OS version may
19101         legitimately be part of the name.
19102
19103 Tue May  3 21:48:11 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
19104
19105         * configure.in (i[34]86-*-sco*): Move to be with other i386
19106         targets.
19107         (romp-*-*): New target.  Skip various binary utilities.
19108         (vax-*-*): New target.  Don't build newlib.
19109         (vax-*-vms): Renamed from *-*-vms.  Don't build opcodes or newlib.
19110
19111 Thu Apr 28 15:03:05 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
19112
19113         * configure.in: Only set host_makefile_frag if config
19114         directory exists.
19115
19116 Wed Apr 27 12:14:30 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
19117
19118         * install.sh: If $dstdir exists, don't check whether each
19119         component does.
19120
19121 Tue Apr 26 18:11:33 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
19122
19123         * test-build.mk (HOLES): Add sleep; used by rcs/src/conf.sh.
19124
19125 Mon Apr 25 15:06:34 1994  Stan Shebs  (shebs@andros.cygnus.com)
19126
19127         * configure.in (*-*-lynxos*): Don't configure newlib for either
19128         native or cross Lynx.
19129
19130 Sat Apr 16 11:58:16 1994  Doug Evans  (dje@canuck.cygnus.com)
19131
19132         * config.sub (sparc64-elf): Fix os.
19133         (z8k): Remove duplicate.
19134
19135 Thu Apr 14 23:33:17 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
19136
19137         * Makefile.in (gcc-no-fixedincludes): Touch gcc/include/fixed, not
19138         gcc/stmp-fixproto, to try to prevent fixproto from being run.
19139
19140 Wed Apr 13 15:14:52 1994  Bill Cox  (bill@cygnus.com)
19141
19142         * configure: Make file links cleanly even if Lynx fails on
19143           an NFS symlink (at least fail cleanly).
19144
19145 Mon Apr 11 10:58:56 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
19146
19147         * test-build.mk (CC): For mips-sgi-irix4, change -XNh1500 to
19148         -XNh2000.
19149
19150 Sat Apr  9 15:10:45 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
19151
19152         * configure: Unknown options are fatal again.
19153
19154 Fri Apr  8 12:01:41 1994  David J. Mackenzie  (djm@cygnus.com)
19155
19156         * configure: Ignore --x-includes and --x-libraries, for Autoconf
19157         compatibility.
19158
19159 Thu Apr  7 17:31:43 1994  Doug Evans  (dje@canuck.cygnus.com)
19160
19161         * build-all.mk: Add `clean' target.
19162
19163 Wed Apr  6 20:44:56 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
19164
19165         * config.guess:  Add SINIX support.
19166         * configure.in:  Add mips-*-sysv4* support.
19167
19168 Mon Apr  4 17:41:44 1994  Doug Evans  (dje@canuck.cygnus.com)
19169
19170         * build-all.mk: Document all useful targets.
19171         If canonhost is sparc-sun-solaris2.3, change it to sparc-sun-solaris2.
19172         If canonhost is mips-sgi-irix4.0.5H, change it to mips-sgi-irix4.
19173
19174 Thu Mar 31 04:55:57 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
19175
19176         * configure: Support --silent, --quiet.
19177
19178 Wed Mar 30 21:37:38 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
19179
19180         * configure: Support --disable-FEATURE.
19181
19182 Tue Mar 29 19:15:05 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
19183
19184         * config.guess: Recognize NCR running SVR4.3.
19185
19186 Mon Mar 28 14:55:15 1994  Per Bothner  (bothner@kalessin.cygnus.com)
19187
19188         * config.guess:  Make BSDI generate i386-unknown-bsd386.
19189         Patch from Paul Eggert <eggert@twinsun.com>.
19190
19191 Mon Mar 28 12:54:52 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
19192
19193         * configure.in (powerpc-*-aix*): Treat like rs6000-*-*.
19194
19195 Sat Mar 26 11:25:48 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
19196
19197         * configure: Make unrecognized options give nonfatal warnings
19198         instead of fatal errors, and pass them to any subdirectory
19199         configures in case they recognize them.
19200         Make --x equivalent to --with-x.
19201
19202 Fri Mar 25 21:52:10 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
19203
19204         * configure: Add --enable-* options.  Clean up usage message and
19205         some comments.
19206
19207 Thu Mar 24 09:12:53 1994  Doug Evans  (dje@canuck.cygnus.com)
19208
19209         * Makefile.in (NM_FOR_TARGET): Build tree version is now nm.new.
19210
19211 Sun Mar 20 11:28:22 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
19212
19213         * configure.in (hppa*-*-*): Enable binutils.
19214
19215 Sat Mar 19 11:50:16 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
19216
19217         * config.sub: Recognize cisco.
19218
19219 Fri Mar 18 16:42:32 1994  Jason Merrill  (jason@deneb.cygnus.com)
19220
19221         * Makefile.in (CXXFLAGS): Add -fexternal-templates.
19222
19223 Tue Mar 15 11:25:55 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
19224
19225         * config.guess: about target *-hitachi-hiuxwe2, don't print more
19226         than one configuration name.  Add comment.
19227
19228 Sun Mar  6 23:13:38 1994  Hisashi MINAMINO  (minamino@sra.co.jp)
19229
19230         * config.guess: about target *-hitachi-hiuxwe2, fixed
19231         machine guessing order.  [Hitachi's CPU_IS_HP_MC68K
19232         macro is incorrect.]
19233
19234 Sun Mar 13 09:10:08 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
19235
19236         * Makefile.in (TAGS): Just build TAGS in each subdirectory, rather
19237         than the "make ls" stuff which used to be here.
19238
19239 Fri Mar 11 12:52:39 1994  Per Bothner  (bothner@kalessin.cygnus.com)
19240
19241         * config.guess:  Recognize i[34]86-unknown-freebsd.
19242         From Shawn M Carey <smcarey@rodan.syr.edu>.
19243
19244 Thu Mar  3 14:24:21 1994  Per Bothner  (bothner@kalessin.cygnus.com)
19245
19246         * configure.in (noconfigdirs for alpha): Remove libg++ and libio.
19247
19248 Wed Mar  2 13:28:48 1994  Jim Kingdon  (kingdon@deneb.cygnus.com)
19249
19250         * config.guess: Check for ptx.
19251
19252 Mon Feb 28 16:46:50 1994  Kung Hsu  (kung@mexican.cygnus.com)
19253
19254         * config.sub: Add os9k checking.
19255
19256 Thu Feb 24 07:09:04 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
19257
19258         * config.guess: Handle OSF1 running on HPPA processors
19259
19260 Fri Feb 18 14:14:00 1994  Ken Raeburn  (raeburn@rtl.cygnus.com)
19261
19262         * configure: If subdir configure fails, print out a message with
19263         subdirectory name, in case subdir's configure code didn't identify
19264         itself.
19265
19266 Fri Feb 18 12:50:15 1994  Doug Evans  (dje@cygnus.com)
19267
19268         * configure.in: Remove embedded newlines from configdirs.
19269         Avoid mismatches of substrings.  Fix matching strings at end
19270         of configdirs.
19271
19272 Fri Feb 11 15:33:33 1994  Stu Grossman  (grossman at cygnus.com)
19273
19274         * config.guess:  Add Lynx/rs6000 config support.
19275
19276 Tue Feb  8 13:41:09 1994  Ken Raeburn  (raeburn@rtl.cygnus.com)
19277
19278         * configure.in (alpha-dec-osf1*, alpha*-*-*): Build gas.
19279
19280 Mon Feb  7 15:42:36 1994  Jeffrey A. Law  (law@cygnus.com)
19281
19282         * configure.in (hppa*-*-osf*): Treat this just like most other
19283         PA configurations (eg no binutils or ld).
19284         (hppa*-*-*elf*): These configurations have binutils and ld.
19285
19286 Sun Feb  6 16:35:07 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
19287
19288         * config.sub (hiux): Fix typo.  From m-kasahr@sramhc.sra.co.JP.
19289
19290 Sat Feb  5 01:00:33 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
19291
19292         * configure.in (rs6000-*-*): Build gas.
19293
19294 Wed Feb  2 13:57:57 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
19295
19296         * Makefile.in:  Avoid bug in losing hpux sed.
19297
19298 Wed Feb  2 14:53:05 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
19299
19300         * Makefile.in, test-build.mk: Remove MUNCH_NM; it was only needed
19301         for GDB and GDB has been fixed to not need it.
19302
19303 Sun Jan 30 17:58:06 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
19304
19305         * config.guess: Recognize vax hosts.
19306
19307 Fri Jan 28 15:29:38 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
19308
19309         * configure (while loop): Don't use "break 2" inside case
19310         statement -- the case statement isn't an enclosing loop.
19311
19312 Mon Jan 24 18:40:06 1994  Per Bothner  (bothner@kalessin.cygnus.com)
19313
19314         * config.guess:  Clean up NeXT support, to allow nextstep
19315         on Intel machines.  Make OS be nextstep.
19316
19317 Sun Jan 23 18:47:22 1994  Richard Kenner  (kenner@vlsi1.ultra.nyu.edu)
19318
19319         * config.guess: Add alternate forms for Convex.
19320
19321 Thu Jan 20 16:13:41 1994  Stu Grossman  (grossman at cygnus.com)
19322
19323         * configure:  Completely rewrite option processing.  Take
19324         advantage of pattern-matching to avoid invoking test frequently.
19325         Also clean up host and target defaulting logic.
19326
19327 Mon Jan 17 15:06:56 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
19328
19329         * Makefile.in: Replace all occurrances of "rootme" with "r" and
19330         "$${rootme}" with "$$r", to increase the likelihood that the do-*
19331         commands (plus user environment) will fit SCO limits.
19332
19333 Thu Jan  6 11:20:57 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
19334
19335         * configure.in: Don't issue warnings about directories which are
19336         not being configured if -norecursion is set.  Correct test for
19337         --with-gnu-as and --with-gnu-ld to not get confused by substring
19338         matches.
19339
19340         * configure.in: Don't build gas for alpha-dec-osf1*.
19341
19342 Tue Jan  4 17:10:19 1994  Stu Grossman  (grossman at cygnus.com)
19343
19344         * configure:  Back out Per's change of 12/19/1993.  It changes the
19345         behavior of configure in unexpected and confusing ways.
19346
19347         Also, use different delim char when calculating
19348         program_transform_name so that the name can contain slashes.
19349
19350 Sat Jan  1 13:45:31 1994  Rob Savoye  (rob@darkstar.cygnus.com)
19351
19352         * configure.in, config.sub: Add support for VSTa micro-kernel.
19353
19354 Sat Dec 25 20:00:47 1993  Jeffrey A. Law  (law@snake.cs.utah.edu)
19355
19356         * configure.in: Nuke hacks which were used to get a special
19357         version of GAS for HPPA configurations.
19358
19359 Sun Dec 19 20:40:44 1993  Per Bothner  (bothner@kalessin.cygnus.com)
19360
19361         * configure:  If only ${target_alias} is given, use that
19362         as the default for ${host_alias}.
19363         * configure:  Add missing back-slashes before nested quotes.
19364
19365 Wed Dec 15 18:07:18 1993  david d `zoo' zuhn  (zoo@andros.cygnus.com)
19366
19367         * Makefile.in (BASE_FLAGS_TO_PASS): add YACC=$(BISON)
19368
19369 Tue Dec 14 21:25:33 1993  Per Bothner  (bothner@cygnus.com)
19370
19371         * config.guess:  Recognize some Tektronix configurations.
19372         From Kaveh R. Ghazi <ghazi@noc.rutgers.edu>.
19373
19374 Sat Dec 11 11:18:00 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
19375
19376         * config.sub: Match any flavor of SH.
19377
19378 Thu Dec  2 17:16:58 1993  Ken Raeburn  (raeburn@cujo.cygnus.com)
19379
19380         * configure.in: Don't try to configure newlib for Alpha.
19381
19382 Thu Dec  2 14:35:54 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
19383
19384         * configure.in: Don't build ld for Irix 5.  Don't build gas,
19385         libg++ or libio for any Alpha target.
19386
19387         * configure.in (mips*-sgi-irix5*): New target; use mh-irix5.
19388
19389 Wed Dec  1 17:00:33 1993  Jason Merrill  (jason@deneb.cygnus.com)
19390
19391         * Makefile.in (GZIPPROG): Renamed from GZIP, which gzip uses for
19392         default arguments -- so it tried to compress itself.
19393
19394 Tue Nov 30 13:45:15 1993  david d `zoo' zuhn  (zoo@andros.cygnus.com)
19395
19396         * configure.in (notsupp): ensure that a space is always at the end
19397           of the configdirs list, since the grep checks for an explicit space
19398
19399 Tue Nov 16 15:04:27 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
19400
19401         * configure.in (target i386-sysv4.2): don't build ld, since static
19402           versions of many libraries are not available.
19403
19404 Tue Nov 16 14:28:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
19405
19406         * config.guess: Recognize Apollos (using environment variables).
19407         * configure.in: Don't configure ld, binutils, or gprof for Apollo.
19408
19409 Thu Nov 11 12:03:50 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
19410
19411         * config.guess: Recognize Sony news mips running newsos.
19412
19413 Wed Nov 10 16:57:00 1993  Mark Eichin  (eichin@cygnus.com)
19414
19415         * Makefile.in (all-cygnus, build-cygnus): "fi else" needs to be
19416         "fi ; else" for bash.
19417
19418 Tue Nov  9 15:54:01 1993  Mark Eichin  (eichin@cygnus.com)
19419
19420         * Makefile.in (BASE_FLAGS_TO_PASS): pass SHELL.
19421
19422 Fri Nov  5 08:07:27 1993  D. V. Henkel-Wallace  (gumby@blues.cygnus.com)
19423
19424         * config.sub: accept unixware as an alias for svr4.2.
19425         Fix some inconsistancies with the gcc version.
19426
19427 Fri Nov  5 15:14:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
19428
19429         * Makefile.in (DISTDOCDIRS):  Add gdb.
19430
19431 Fri Nov  5 11:59:42 1993  Per Bothner  (bothner@kalessin.cygnus.com)
19432
19433         * Makefile.in (DISTDOCDIRS):  Add libg++ and libio.
19434
19435 Fri Nov  5 10:35:05 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
19436
19437         * Makefile.in (taz): Only build "info" in DISTDOCDIRS.
19438         (DISTDOCDIRS): Don't assume libg++ and gdb folks necessarily want
19439         this now.
19440
19441 Thu Nov  4 18:58:23 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
19442
19443         * config.sub: Accept hiux* as an OS name.
19444
19445         * Makefile.in: Change RUNTEST_FLAGS back to RUNTESTFLAGS per
19446         etc/make-stds.texi.  The underscore came from gcc, and dje now
19447         agrees that RUNTESTFLAGS is the correct name.
19448
19449 Thu Nov  4 10:49:01 1993  Per Bothner  (bothner@kalessin.cygnus.com)
19450
19451         * install.sh:  Remove 'set -e'.  It makes any conditionals
19452         in the script useless.
19453
19454         * config.guess: Automatically recognize arm-acorn-riscix
19455         Patch from Richard Earnshaw (rwe11@cl.cam.ac.uk).
19456
19457 Thu Nov 04 08:08:04 1993  Jeffrey Wheat  (cassidy@cygnus.com)
19458
19459         * Makefile.in: Change RUNTESTFLAGS to RUNTEST_FLAGS
19460
19461 Wed Nov  3 22:09:46 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
19462
19463         * Makefile.in (DISTDOCDIRS): New variable.
19464         (taz): Edit local Makefile.in sooner, instead of proto-toplev
19465         Makefile.in later.  Build "info" and "dvi" in DISTDOCDIRS.
19466
19467 Wed Nov  3 21:31:52 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
19468
19469         * configure.in (hppa target): check the source directory for the
19470           pagas sub-directory
19471
19472 Wed Nov  3 11:12:22 1993  Doug Evans  (dje@canuck.cygnus.com)
19473
19474         * config.sub: Allow -aout* and -elf*.
19475
19476 Wed Nov  3 11:08:33 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
19477
19478         * configure.in: Don't build ld on i386-solaris2, same as for
19479         sparc-solaris2.
19480
19481 Tue Nov  2 14:21:25 1993  Per Bothner  (bothner@kalessin.cygnus.com)
19482
19483         * Makefile.in (taz): Add texinfo/lgpl.texinfo (for libg++).
19484
19485 Tue Nov  2 13:38:30 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
19486
19487         * configure.in:  Configure gdb for alpha.
19488
19489 Mon Nov  1 10:42:54 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
19490
19491         * Makefile.in (CXXFLAGS): Add -O.
19492
19493 Wed Oct 27 10:45:06 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
19494
19495         * config.guess: added support for DG Aviion
19496
19497 Tue Oct 26 14:37:37 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
19498
19499         * configure.in: Produce warning message for subdirectories not
19500         configurable for this host/target combination.  Don't try to
19501         configure gdb for vms.
19502
19503 Mon Oct 25 11:22:15 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
19504
19505         * Makefile.in (taz): Replace "byacc" with "bison -y" in the
19506         appropriate files before making "diststuff".
19507         (DISTBISONFILES): New var: list of files to be edited.
19508         (DISTSTUFFDIRS): Add binutils.
19509
19510 Fri Oct 22 20:32:15 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
19511
19512         * config.sub: also handle mipsel and mips64el (for little endian mips)
19513
19514 Fri Oct 22 07:59:20 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
19515
19516         * configure.in: Add * to end of all OS names.
19517
19518 Thu Oct 21 11:38:28 1993  Stan Shebs  (shebs@rtl.cygnus.com)
19519
19520         * configure.in: Build newlib for LynxOS native.
19521
19522 Wed Oct 20 09:56:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
19523
19524         * config.guess: Add support for delta 88k running SVR3.
19525
19526         * configure.in: Add comment about HP compiler vs. emacs.
19527
19528 Tue Oct 19 16:02:22 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
19529
19530         * configure.in: don't build ld on solaris2 (not a viable option
19531           due to bugs in getpwnam & getpwuid)
19532
19533 Tue Oct 19 15:13:56 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
19534
19535         * configure.in: Accept alpha-dec-osf1*, not just -osf1, since
19536         config.guess will produce a full version number.
19537
19538 Tue Oct 19 15:58:01 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
19539
19540         * configure.in: Build linker and binutils for alpha-dec-osf1.
19541
19542 Tue Oct 19 11:41:55 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
19543
19544         * Makefile.in: Remove -O from CXXFLAGS for consistency with CFLAGS,
19545         and gdb/testsuite/Makefile.in.
19546
19547 Sat Oct  9 18:39:07 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
19548
19549         * configure.in: recognize mips*- instead of mips-
19550
19551 Fri Oct  8 14:15:39 1993  Ken Raeburn  (raeburn@cygnus.com)
19552
19553         * config.sub: Accept linux*coff and linux*elf as operating
19554         systems.
19555
19556 Thu Oct  7 12:57:19 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
19557
19558         * config.sub: Recognize mips64, and mips3 as an alias for it.
19559
19560 Wed Oct  6 13:54:21 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
19561
19562         * configure.in: Remove alpha-dec-osf*, no longer necessary now that
19563         gdb knows how to handle OSF/1 shared libraries.
19564
19565 Tue Oct  5 11:55:04 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
19566
19567         * configure.in: Recognize hppa*-*-hiux* (currently synonym for hpux).
19568         * config.guess: Recognize Hitachi's HIUX.
19569         * config.sub: Recognize h3050r* and hppahitachi.
19570         Remove redundant cases for hp9k[23]*.
19571
19572 Mon Oct  4 16:15:09 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
19573
19574         * configure.in: default to '--with-gnu-as' and '--with-gnu-ld'
19575         if gas and ld are in the source tree and are in ${configdirs}.
19576         If ${use_gnu_as} or ${use_gnu_ld} are 'no', then don't set the
19577         --with options (but still pass them down on the command line,
19578         if they were explicitly specified).
19579
19580 Fri Sep 24 19:11:13 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
19581
19582         * configure: substitute SHELL value in Makefile.in with
19583         ${CONFIG_SHELL}
19584
19585 Thu Sep 23 18:05:13 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
19586
19587         * configure.in: Build gas, ld, and binutils for *-*-sysv4* and
19588         *-*-solaris2* targets.
19589
19590 Sun Sep 19 17:01:41 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
19591
19592         * Makefile.in: define M4, and pass it down to sub-makes;
19593         all-autoconf now depends on all-m4
19594
19595 Sat Sep 18 00:38:23 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
19596
19597         * Makefile.in ({AR,RANLIB}_FOR_TARGET): make contingent on
19598         presence of {ar,ranlib} instead of a configured directory
19599
19600 Wed Sep 15 08:41:44 1993  Jim Kingdon  (kingdon@cirdan.cygnus.com)
19601
19602         * config.guess: Accept 34?? as well as 33?? for NCR.
19603
19604 Mon Sep 13 12:28:43 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
19605
19606         * configure.in: grab mt-hppa for HPPA targets; use 'gas ' instead
19607         of 'gas' in sed commands, since 'gash' is now in the tree as well.
19608
19609 Fri Sep 10 11:23:52 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
19610
19611         * configure: grab values for $(CC) and $(CXX) from the
19612         environment, so that someone can do "CC=gcc configure; make" and
19613         have it work right (matching the way that autoconf works now)
19614
19615         * configure.in, Makefile.in: add support for gash, the tcl
19616         interface to Galaxy
19617
19618         * config.guess: add NetBSD variants (hp300, x86)
19619
19620 Thu Sep  9 16:48:52 1993  Jason Merrill  (jason@deneb.cygnus.com)
19621
19622         * install.sh: Support -d option (in the manner of SunOS 4 install,
19623         as it is more deterministic than that of GNU install)
19624         (chmodcmd): Set file to mode 755 by default (should also do default
19625         chgrp and chown, but I don't feel like dealing with that now)
19626
19627 Tue Sep  7 11:59:39 1993  Doug Evans  (dje@canuck.cygnus.com)
19628
19629         * config.sub: Remove h8300hhms alias.
19630
19631 Tue Aug 31 11:00:09 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
19632
19633         * configure.in: Match *-*-solaris2* not *-sun-solaris2*.
19634
19635 Mon Aug 30 18:29:10 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
19636
19637         * Makefile.in (gcc-no-fixedincludes): touch stmp-fixproto as well
19638         as stmp-fixinc
19639
19640 Wed Aug 25 16:35:59 1993  K. Richard Pixley  (rich@sendai.cygnus.com)
19641
19642         * config.sub: recognize m88110-bug-coff.
19643
19644 Tue Aug 24 10:23:24 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
19645
19646         * Makefile.in (all-libio): all dependencies on the toolchain used
19647         to build this (gcc, gas, ld, etc)
19648
19649 Fri Aug 20 17:24:24 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
19650
19651         * config.guess: Deal with OSF/1 1.3 on alpha.
19652
19653 Thu Aug 19 11:43:04 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
19654
19655         * install.sh: add some 'else true' clauses for portability
19656
19657         * configure.in: don't build libio for h8[35]00-*-* targets
19658
19659 Tue Aug 17 19:02:31 1993  Per Bothner  (bothner@kalessin.cygnus.com)
19660
19661         * Makefile.in:  Add support for new libio.
19662
19663 Sun Aug 15 20:48:55 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
19664
19665         * install.sh: If one command fails, don't try the rest.  Don't try
19666         to remove $dsttmp (via trap) unless we have already created it.
19667         If $src doesn't exist, detect it and exit with an error.
19668
19669         * config.guess: Recognize BSD on hp300.
19670
19671 Wed Aug 11 18:35:13 1993  Per Bothner  (bothner@kalessin.cygnus.com)
19672
19673         * config.guess:  Map (9000/[34]??:HP-UX:*:*) to m68k-hp-hpux.
19674         Bug report from "Hamish (H.I.) Macdonald" <hamish@bnr.ca>.
19675
19676 Wed Aug 11 15:37:51 1993  Jason Merrill  (jason@deneb.cygnus.com)
19677
19678         * Makefile.in (all-send-pr): depends on all-prms
19679
19680 Wed Aug 11 16:56:03 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
19681
19682         * config.guess: Fix typo (9000/8??:4.3bsd -> 9000/7??:4.3bsd).
19683
19684 Fri Aug  6 14:45:02 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
19685
19686         * config.guess: From michael@mercury.cs.mun.ca (Michael Rendell):
19687         Added test for mips-mips-riscos5.
19688
19689 Thu Aug  5 15:45:08 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
19690
19691         * configure.in: use mh-hp300 for 68k HP hosts
19692
19693 Mon Aug  2 11:56:53 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
19694
19695         * configure: add support for CONFIG_SHELL, so that you can use
19696         some alternate shell for evaluating configure scripts
19697
19698 Sun Aug  1 11:36:27 1993  Fred Fish  (fnf@deneb.cygnus.com)
19699
19700         * Makefile.in (make-gdb.tar.gz):  Sed bug reporting address
19701         in configure script to bug-gdb@prep.ai.mit.edu when building
19702         distribution archive.
19703         * Makefile.in (COMPRESS):  Remove def.
19704         * Makefile.in (gdb.tar.gz, make-gdb.tar.gz):  Renamed from
19705         gdb.tar.Z and make-gdb.tar.Z respectively.
19706         * Makefile.in (make-gdb.tar.gz):  Now only build gzip'd archive.
19707         * Makefile.in (make-gdb.tar.gz):  Minor changes to move closer
19708         to convergence with 'taz' target in Makefile.in.
19709
19710 Fri Jul 30 12:34:57 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
19711
19712         * install.sh (dsttmp): use trap to ensure that tmp files go
19713         away on error conditions
19714
19715 Wed Jul 28 11:57:36 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
19716
19717         * Makefile.in (BASE_FLAGS_TO_PASS): remove LOADLIBES
19718
19719 Tue Jul 27 12:43:40 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
19720
19721         * Makefile.in (install-dirs): Deal with a prefix like /gnu;
19722         its parent is '/' not ''.
19723
19724         * Makefile.in (DEVO_SUPPORT): Add comments about ChangeLog.
19725
19726 Fri Jul 23 09:53:37 1993  Jason Merrill  (jason@wahini.cygnus.com)
19727
19728         * configure: if ${newsrcdir}/configure doesn't exist, don't assume
19729         that ${newsrcdir}/configure.in does.
19730
19731 Tue Jul 20 11:28:50 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
19732
19733         * test-build.mk: support for CONFIG_SHELL
19734
19735 Mon Jul 19 21:54:46 1993  Fred Fish  (fnf@deneb.cygnus.com)
19736
19737         * config.sub (netware):  Add as a basic system type.
19738
19739 Wed Jul 14 12:03:11 1993  K. Richard Pixley  (rich@sendai.cygnus.com)
19740
19741         * Makefile.in (Makefile): depend on configure.in.  Also drop the
19742           $(srcdir)/ from the dependency on Makefile.in.
19743
19744 Tue Jul 13 20:10:58 1993  Doug Evans  (dje@canuck.cygnus.com)
19745
19746         * config.sub: Recognize h8300hhms as h8300h-hitachi-hms.
19747         (h8300hhms is temporary until multi-libraries are implemented).
19748         * configure.in: Handle h8300h too.
19749
19750 Sun Jul 11 17:35:27 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
19751
19752         * config.guess: Recognize dpx/2 as m68k-bull-sysv3.
19753
19754 Thu Jul  8 18:26:12 1993  John Gilmore  (gnu@cygnus.com)
19755
19756         * configure:  Remove extraneous output when guessing host type.
19757         * config.guess:  Remove extraneous output when guessing using C
19758         compiler rather than uname, or when guessing fails.
19759
19760 Wed Jul  7 17:58:14 1993  david d `zoo' zuhn  (zoo at rtl.cygnus.com)
19761
19762         * Makefile.in: remove all.cross and install.cross targets
19763
19764         * configure: remove CROSS=-DCROSS_COMPILE and ALL=all.cross
19765           definitions
19766
19767 Tue Jul  6 10:39:44 1993  Steve Chamberlain  (sac@phydeaux.cygnus.com)
19768
19769         * configure.in (target sh): Build gprof.
19770
19771 Thu Jul  1 16:52:56 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19772
19773         * config.sub: change -solaris to -solaris2
19774
19775 Thu Jul  1 15:46:16 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
19776
19777         * configure.in: Use config/mh-riscos for mips-*-sysv*.
19778
19779 Wed Jun 30 09:31:58 1993  Ian Lance Taylor  (ian@cygnus.com)
19780
19781         * configure: Correct error message for missing Makefile.in to
19782         print correct directory.
19783
19784 Tue Jun 29 13:52:16 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19785
19786         * install.sh: kludge around 386BSD shell bug
19787
19788 Tue Jun 29 13:06:49 1993  Per Bothner  (bothner@rtl.cygnus.com)
19789
19790         * config.guess:  Recognize NeXT.
19791         * config.guess:  Recognize i486-ncr-sysv4.
19792         * Makefile.in (taz):  rm $(TOOL)-$$VER before linking.
19793
19794 Tue Jun 29 12:50:57 1993  Ian Lance Taylor  (ian@cygnus.com)
19795
19796         * Makefile.in (MAKEINFOFLAGS): New variable.
19797         (FLAGS_TO_PASS): Pass MAKEINFO as MAKEINFO MAKEINFOFLAGS.
19798         * build-all.mk, test-build.mk: Pass down --no-split as
19799         MAKEINFOFLAGS when hosted on DOS.  Compile DOS hosted without -g.
19800
19801 Thu Jun 24 13:39:11 1993  Per Bothner  (bothner@rtl.cygnus.com)
19802
19803         * Makefile.in (DEVO_SUPPORT):  Add COPYING COPYING.LIB install.sh.
19804
19805 Wed Jun 23 12:59:21 1993  Per Bothner  (bothner@rtl.cygnus.com)
19806
19807         * Makefile.in (libg++.tar.z):  New rule.
19808         * Makefile.in (taz):  Replace 'configure -rm' by 'make distclean'.
19809         * Makefile.in (taz):  Only do a single chmod.
19810
19811 Fri Jun 18 12:03:10 1993  david d `zoo' zuhn  (zoo at majipoor.cygnus.com)
19812
19813         * install.sh: don't use dirname anymore (replaced with sed usage)
19814
19815 Thu Jun 17 18:43:42 1993  Fred Fish  (fnf@cygnus.com)
19816
19817         * Makefile.in:  Change extension for gzip'd files from '.z' to
19818         '.gz' per new FSF standard usage.
19819
19820 Thu Jun 17 16:58:50 1993  david d `zoo' zuhn  (zoo at majipoor.cygnus.com)
19821
19822         * configure: put quotes around the final value of program_transform_name
19823
19824 Tue Jun 15 16:48:51 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19825
19826         * Makefile.in: new install.sh support; update install-info rules
19827
19828 Wed Jun  9 12:31:34 1993  Ian Lance Taylor  (ian@cygnus.com)
19829
19830         * configure.in: Build diff for crosses, but not for go32 host.
19831
19832         * configure.in: Build gprof only for native, and don't build it
19833         for mips-*-*, rs6000-*-*, or i[34]86-*-sco*.
19834
19835 Mon Jun  7 13:12:11 1993  david d `zoo' zuhn  (zoo at deneb.cygnus.com)
19836
19837         * configure.in: don't build gas,ld,binutils on for *-*-sysv4
19838
19839 Mon Jun  7 11:40:11 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
19840
19841         * configure.in (host_tools): Add prms.
19842
19843 Fri Jun  4 13:30:42 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19844
19845         * Makefile.in: install gcc, do installation of $(INSTALL_MODULES)
19846         with $(FLAGS_TO_PASS) on the command line
19847
19848         * config.sub: Recognize lynx and lynxos
19849
19850 Fri Jun  4 10:59:56 1993  Ian Lance Taylor  (ian@cygnus.com)
19851
19852         * config.sub: Accept -ecoff*, not just -ecoff.
19853
19854 Thu Jun  3 17:38:54 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
19855
19856         * Makefile.in (taz): Use .gz suffix instead of .z.
19857         (binutils.tar.gz, gas+binutils.tar.gz, gas.tar.gz): Fixed target
19858         names.
19859
19860 Thu Jun  3 00:27:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19861
19862         * Makefile.in (vault-install): add an 'else true' (for Ultrix)
19863
19864 Wed Jun  2 18:19:16 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19865
19866         * Makefile.in (install-no-fixedincludes):  install gcc last, so
19867         that rebuilds that might happen during 'make install' don't get
19868         bogus gcc include files
19869
19870 Wed Jun  2 16:14:10 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
19871
19872         Change from Utah for HPPA support:
19873         * config.guess: Recognize hppa1.x-hp-bsd.
19874
19875 Wed Jun  2 11:53:33 1993  Per Bothner  (bothner@rtl.cygnus.com)
19876
19877         * config.guess:  Add support for Motorola Delta 68k, up to r3v7.
19878         Patch from pot@fly.cnuce.cnr.it (Francesco Potorti`).
19879
19880 Tue Jun  1 17:48:42 1993  Rob Savoye  (rob at darkstar.cygnus.com)
19881
19882         * config.sub: Add support for rom68k and bug boot monitors.
19883
19884 Mon May 31 09:36:37 1993  Jim Kingdon  (kingdon@cygnus.com)
19885
19886         * Makefile.in: Make all-opcodes depend on all-bfd.
19887
19888 Thu May 27 08:05:31 1993  Ian Lance Taylor  (ian@cygnus.com)
19889
19890         * config.guess: Added special check for i[34]86-univel-sysv4*.
19891
19892 Wed May 26 16:33:40 1993  Ian Lance Taylor  (ian@cygnus.com)
19893
19894         * config.guess: For i[34]86-unknown-sysv4 use UNAME_MACHINE for
19895         the processor rather than assuming i486.
19896
19897 Wed May 26 09:40:18 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
19898
19899         * config.guess: Recognize SunOS6 as Solaris3.
19900
19901 Tue May 25 23:03:11 1993  Per Bothner  (bothner@cygnus.com)
19902
19903         * config.guess:  Fix typo.  Avoid #elif (not in K&R 1).
19904         Recognize SunOS 5.* only (and not [6-9].*) as being Solaris2.
19905
19906 Tue May 25 12:44:18 1993  Ian Lance Taylor  (ian@cygnus.com)
19907
19908         * build-all.mk (all-cross): New target for Canadian Cross.
19909         Added Q2 go32 targets.
19910         * test-build.mk: Configure go32 cross sparclite-aout and
19911         mips-idt-ecoff -with-gnu-ld.  Moved build binary directory from
19912         PARTIAL_HOLE_DIRS to BUILD_HOLES_DIRS.
19913
19914 Mon May 24 15:30:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19915
19916         * configure.in: fix Alpha GDB typo; also, don't build DejaGnu for
19917         GO32 hosted toolchains
19918
19919 Mon May 24 14:18:41 1993  Rob Savoye  (rob at darkstar.cygnus.com)
19920
19921         * configure: change  so "-exec-prefix" gets passed down rather
19922         than "-exec_prefix" so autoconf generated Makefiles get the
19923         exec_prefix set right.
19924
19925 Fri May 21 10:42:25 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19926
19927         * config.guess: get the Solaris2 minor version number
19928
19929         * Makefile.in: add standards.texi and make-stds.texi to ETC_SUPPORT
19930
19931 Fri May 21 06:20:52 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
19932
19933         * config.guess: Recognize some Sequent platforms.
19934
19935 Thu May 20 14:33:48 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19936
19937         * Makefile.in: added the vault-install target
19938
19939         * configure.in: actually use the Sun3 makefile fragment that's in
19940         config, also added the release dir to configdirs
19941
19942 Thu May 20 14:19:18 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
19943
19944         * Makefile.in (taz): Fix modes on stuff in $(TOOL) dir also.
19945
19946 Tue May 18 20:26:41 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19947
19948         * configure.in: remove some program from Alpha targetted toolchains
19949
19950 Tue May 18 15:23:19 1993  Ken Raeburn  (raeburn@cygnus.com)
19951
19952         * Makefile.in (DISTSTUFFDIRS): Renamed from PROTODIRS.  Add ld and
19953         gprof.
19954         (taz): Run "make diststuff" in those directories instead of "make
19955         proto-dir".  Look for "VERSION=" only at start of line in subdir
19956         Makefile.  Use "gzip -9" for compression.
19957         (TEXINFO_SUPPORT, DIST_SUPPORT, BINUTILS_SUPPORT_DIRS): New vars.
19958         (binutils.tar.z): New target.
19959
19960 Mon May 17 17:01:15 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
19961
19962         * Makefile.in (taz): Include gpl.texinfo.
19963
19964 Fri May 14 06:48:38 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
19965
19966         * Makefile.in (setup-dirs): Merged into "taz" target.
19967         (taz): Only do `proto-dir' stuff if a directory is actually needed
19968         for this target.
19969
19970 Wed May 12 13:09:44 1993  Ian Lance Taylor  (ian@cygnus.com)
19971
19972         * Makefile.in (MUNCH_NM): New variable, defined to be $(NM).
19973         (FLAGS_TO_PASS): Pass down MUNCH_NM.
19974         (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): New variables.
19975         (EXTRA_GCC_FLAGS): Pass down HOST_* variables.
19976         (gcc-no-fixedincludes): Correct for current gcc Makefile.
19977
19978 Tue May 11 10:14:25 1993  Fred Fish  (fnf@cygnus.com)
19979
19980         * Makefile.in (make-gdb.tar.Z):  Add configure, config.guess,
19981         config.sub, and move-if-change to gdb testsuite distribution
19982         archive, so the testsuite can be extracted, configured, and
19983         run separately from the gdb distribution.  Blow away the Chill
19984         tests that require a Chill compiled executable, since GNU Chill
19985         is not yet publically available.
19986
19987 Mon May 10 17:22:26 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19988
19989         * test-build.mk: set environment variables in a single command,
19990         instead of a list of assignments and exports
19991
19992         * config.guess: recognize Alpha/OSF1 systems
19993
19994 Mon May 10 14:55:51 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
19995
19996         * configure: Change help message to prefer --options rather than
19997           -options.
19998
19999 Mon May 10 05:58:35 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
20000
20001         * config.sub: Convergent Tech. "miniframe" uses m68010, sez
20002         zippy@ecst.csuchico.edu.
20003         * config.guess: Recognize miniframe.
20004
20005 Sun May  9 17:47:57 1993  Rob Savoye  (rob at darkstar.cygnus.com)
20006
20007         * Makefile.in: Use srcroot to find runtest rather than rootme.
20008         Pass RUNTESTFLAGS and EXPECT down in BASE_FLAGS_TO_PASS.
20009
20010 Fri May  7 14:55:59 1993  Ian Lance Taylor  (ian@cygnus.com)
20011
20012         * test-build.mk: Extensive additions to support building on a
20013         machine other than the host.
20014
20015 Wed May  5 08:35:04 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
20016
20017         * configure (tooldir): Fix for i386-aix again.
20018
20019 Mon May  3 19:00:27 1993  Per Bothner  (bothner@cygnus.com)
20020
20021         * configure, Makefile.in:  Change definition of $(tooldir)
20022         to match the FSF.
20023
20024 Fri Apr 30 15:55:21 1993  Fred Fish  (fnf@cygnus.com)
20025
20026         * config.guess:  Recognize i[34]86/SVR4.
20027
20028 Fri Apr 30 15:52:46 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
20029
20030         * Makefile.in (all-gdb): gdb depends on sim.
20031
20032 Thu Apr 29 23:30:48 1993  Fred Fish  (fnf@cygnus.com)
20033
20034         * Makefile.in (gdb.tar.Z):  Make prototype gdb testsuite directory
20035         at the same time we make the prototype gdb directory.
20036         * Makefile.in (make-gdb.tar.Z):  Make the testsuite distribution
20037         files at the same time as the gdb base release distribution.
20038
20039 Thu Apr 29 12:50:37 1993  Ian Lance Taylor  (ian@cygnus.com)
20040
20041         * Makefile.in (check): Use individual check targets rather than
20042         DO_X rule.
20043         (check-gcc): Added.
20044
20045 Thu Apr 29 09:50:07 1993  Jim Kingdon  (kingdon@cygnus.com)
20046
20047         * config.sub: Use sysv3.2 not sysv32 for canonical OS
20048         for System V release 3.2.
20049
20050 Thu Apr 29 10:33:22 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
20051
20052         * config.sub: Recognize hppaosf.
20053         * configure.in: Do configure ld/binutils/gas for it.
20054
20055 Tue Apr 27 06:25:34 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
20056
20057         * configure (tooldir): Alter syntax used to set this, for systems
20058         where "\$" isn't handled right, like i386-aix.
20059
20060 Thu Apr 22 08:17:35 1993  Ian Lance Taylor  (ian@cygnus.com)
20061
20062         * configure: Pass program-transform-name, not
20063         program_transform_name, to recursive configures.
20064
20065 Thu Apr 22 02:58:21 1993  Ken Raeburn  (raeburn@cygnus.com)
20066
20067         * Makefile.in (gas+binutils.tar.z): New rule for building snapshots
20068         of gas+ld+binutils.
20069
20070 Mon Apr 19 17:41:30 1993  Per Bothner  (bothner@cygnus.com)
20071
20072         * config.guess:  Recognize AIX3.2 as distinct from 3.1.
20073
20074 Sat Apr 17 17:19:50 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20075
20076         * configure.in: rename m88k-motorola-m88kbcs to m88k-motorola-sysv
20077
20078 Tue Apr 13 16:52:16 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
20079
20080         * Makefile.in (PRMS): Set back to all-prms.
20081
20082 Sat Apr 10 12:04:07 1993  Ian Lance Taylor  (ian@cygnus.com)
20083
20084         * test-build.mk: Pass -with-gnu-as for known MIPS native and MIPS
20085         targets, rather than for MIPS hosts.
20086
20087 Fri Apr  9 13:51:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20088
20089         * configure.in: add comment for --with-x default values
20090
20091         * config.guess: handle Motorola Delta88 box for SVR3 and SVR4.
20092
20093         * Makefile.in: add check-* targets for each of the directories in
20094         the tree.  Add a definition of RUNTEST that will use the one we
20095         just built, if it exists.  Pass this down via FLAGS_TO_PASS.
20096
20097 Thu Apr  8 09:21:30 1993  Ian Lance Taylor  (ian@cygnus.com)
20098
20099         * configure.in: Removed obsolete references to bfd_target and
20100         target_makefile_frag.
20101
20102         * build-all.mk: Set assorted targets for Q2.
20103         * config.sub: Recognize z8k-sim and h8300-hms.
20104         * test-build.mk: Really don't pass host to configure.
20105         (HOLES): Added uname.
20106
20107 Wed Apr  7 15:48:19 1993  Ian Lance Taylor  (ian@cygnus.com)
20108
20109         * configure: Handle an empty program-prefix, program-suffix or
20110         program-transform-name correctly.
20111
20112 Tue Apr  6 13:48:41 1993  Ian Lance Taylor  (ian@cygnus.com)
20113
20114         * build-all.mk: -G 8 no longer required for MIPS targets.
20115         * test-build.mk: Don't pass host argument to configure; make it
20116         guess.
20117
20118 Tue Apr  6 10:36:53 1993  Fred Fish  (fnf@cygnus.com)
20119
20120         * Makefile.in (gdb.tar.Z):  Fix for building gzip'd distribution.
20121         * Makefile.in (COMPRESS):  New macro, like GZIP.
20122
20123 Fri Apr  2 09:02:31 1993  Ian Lance Taylor  (ian@cygnus.com)
20124
20125         * test-build.mk: Use -with-gnu-as for mips-sgi-irix4 as well.
20126
20127         * build-all.mk: Set GCC to gcc -O -G 8 for MIPS targets, since gcc
20128         with gas currently defaults to -G 0.
20129
20130 Thu Apr  1 08:25:42 1993  Ian Lance Taylor  (ian@cygnus.com)
20131
20132         * Makefile.in (all-flex): flex depends on byacc.
20133
20134         * build-all.mk: If host not specified, use config.guess.  Pass TAG
20135         to test-build.mk as RELEASE_TAG.
20136         * test-build.mk (configargs): New variable containing arguments to
20137         pass to configure.  Set to -with-gnu-as on mips-dec-ultrix.
20138         (FLAGS_TO_PASS): Pass down RELEASE_TAG.
20139
20140         * config.guess: Use /bin/uname when checking -X argument on SCO,
20141         to avoid invoking GNU uname which doesn't understand -X.
20142
20143         * test-build.mk: Don't use /usr/unsupported/bin/as on AIX.
20144
20145         * configure.in: Build gas for mips-*-*.
20146
20147 Wed Mar 31 21:20:58 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
20148
20149         * Makefile.in (all.normal): insert missing backslash.
20150
20151 Wed Mar 31 12:31:56 1993  Ian Lance Taylor  (ian@cygnus.com)
20152
20153         * build-all.mk: Bump -XNh value to 1500 to match gcc requirements.
20154
20155         * Makefile.in: Complete overhaul to merge many almost identical
20156         targets.
20157
20158 Tue Mar 30 20:17:01 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
20159
20160         * Makefile.in (setup-dirs-gdb): Renamed from setup-dirs.
20161         (gdb.tar.Z): Adjusted.
20162
20163         * Makefile.in (setup-dirs, taz): New targets; should be general
20164         enough to adapt for gdb sometime.  Build only .z file.
20165         (gas.tar.z): New target.
20166
20167 Tue Mar 30 10:03:09 1993  Ian Lance Taylor  (ian@cygnus.com)
20168
20169         * build-all.mk: Use CC=cc -Xs on Solaris.
20170
20171 Thu Mar 25 15:14:30 1993  Fred Fish  (fnf@cygnus.com)
20172
20173         * Makefile.in:  Incorporate changes suggested by wilson@cygnus.com
20174         for handling BISON for FSF releases.
20175
20176 Thu Mar 25 06:19:48 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
20177
20178         * configure: Actually implement the change zoo just documented.
20179
20180 Wed Mar 24 13:02:44 1993  david d `zoo' zuhn  (zoo at poseidon.cygnus.com)
20181
20182         * configure: when using config.guess, only set target_alias when
20183         it's not already been set (ie, on the command line)
20184
20185 Mon Mar 22 23:07:39 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20186
20187         * Makefile.in: add installcheck target, set PRMS to install-prms
20188
20189 Sun Mar 21 16:46:12 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20190
20191         * configure: add support for package_makefile_fragment, handle the
20192         case where a directory has a configure.in file but no Makefile.in
20193         more gracefully (with an actual understandable error message, even);
20194         add support for --without (and add this to the usage message); also
20195         explicitly add a --host=${host_alias} to the command line when
20196         config.guess is used
20197
20198 Sun Mar 21 12:11:58 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
20199
20200         * configure: Must use both --host and --target in recursive calls.
20201
20202 Thu Mar 18 12:31:35 1993  Ian Lance Taylor  (ian@cygnus.com)
20203
20204         * Makefile.in: Change deja-gnu to dejagnu.
20205
20206 Mon Mar 15 15:44:35 1993  Ian Lance Taylor  (ian@cygnus.com)
20207
20208         * configure.in (h8300-*-*, h8500-*-*): Don't build libg++.
20209
20210 Fri Mar 12 18:30:14 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20211
20212         * configure.in: canonicalize all instances to *-*-solaris2*,
20213         also strip out a number of tools to not build for go32 host
20214
20215 Wed Mar 10 12:08:27 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
20216
20217         * config.guess: add GPL.
20218
20219         * Makefile.in, config.guess, config.sub, configure: bump
20220           copyrights to 93.
20221
20222 Wed Mar 10 07:12:48 1993  Ian Lance Taylor  (ian@cygnus.com)
20223
20224         * Makefile.in (do-info): Removed obsolete check for existence of
20225         localenv file.
20226
20227         * Makefile.in (MAKEOVERRIDES): Define to be empty.
20228
20229 Wed Mar 10 03:11:56 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20230
20231         * Makefile.in: a couple of 'else true' for decstation,
20232         support for TclX
20233
20234         * configure.in: configure tclX too; don't remove Tk on RS/6000 anymore
20235
20236 Tue Mar  9 16:06:12 1993  K. Richard Pixley  (rich@cygnus.com)
20237
20238         * Makefile.in (setup-dirs): change invocation of make to $(MAKE).
20239
20240 Mon Mar  8 14:52:11 1993  Ken Raeburn  (raeburn@cambridge)
20241
20242         * config.guess: Recognize i386-ibm-aix (PS/2).
20243         * configure.in: Use config/mh-aix386 file for it.
20244
20245 Mon Mar  8 11:12:43 1993  Ian Lance Taylor  (ian@cygnus.com)
20246
20247         * Makefile.in (GCC_FOR_TARGET): Eliminated definition; use
20248         CC_FOR_TARGET instead.
20249         (BASE_FLAGS_TO_PASS): Pass GCC_FOR_TARGET=$(CC_FOR_TARGET).
20250
20251 Wed Mar  3 16:00:28 1993  Steve Chamberlain  (sac@ok.cygnus.com)
20252
20253         * Makefile.in: Add sim to list of directories sent with gdb
20254
20255 Wed Mar  3 11:42:39 1993  Ken Raeburn  (raeburn@cygnus.com)
20256
20257         * configure.in: Put back mips-dec-bsd* case.
20258
20259 Tue Mar  2 21:15:58 1993  Fred Fish  (fnf@cygnus.com)
20260
20261         (Ultrix 2.2 support from Michael Rendell <michael@mercury.cs.mun.ca>)
20262         * configure.in (vax-*-ultrix2*):  Add Ultrix 2.2 triplet.
20263         * config.guess:  Change 'VAX*:ULTRIX:*:*' to 'VAX*:ULTRIX*:*:*'.
20264
20265 Tue Mar  2 18:11:03 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20266
20267         * configure.in: remove no-op mips-dec-bsd* in "case $target"
20268
20269         * Makefile.in (dir.info): only run gen-info-dir if it exists,
20270         (install-info): install dir.info only if it exists,
20271         (all-expect, install-expect): pass along X11_FLAGS_TO_PASS
20272
20273 Tue Mar  2 09:01:30 1993  Ken Raeburn  (raeburn@cygnus.com)
20274
20275         * configure.in: For vms target, skip bfd, ld, binutils.  Do build
20276         gas for mips-dec-bsd.
20277
20278 Tue Mar  2 08:35:24 1993  Ian Lance Taylor  (ian@cygnus.com)
20279
20280         * configure (makesrcdir): If ${srcdir} is relative and not ".",
20281         and ${subdir} is not ".", set makesrcdir based on ${invsubdir}.
20282
20283 Tue Feb 23 14:18:28 1993  Mike Werner  (mtw@poseidon.cygnus.com)
20284
20285         * configure.in: Added "dejagnu" to hosttools list.
20286
20287 Mon Feb 22 23:28:38 1993  Per Bothner  (bothner@rtl.cygnus.com)
20288
20289         * config.sub, configure.in, config.guess:  Add support
20290         for Bosx, an AIX variant from Bull.
20291         Patches from F.Pierresteguy@frcl.bull.fr.
20292
20293 Sun Feb 21 11:15:22 1993  Mike Werner  (mtw@poseidon.cygnus.com)
20294
20295         * devo/dejagnu: Initial creation of devo/dejagnu.
20296         Migrated dejagnu testcases and support files for testing software
20297         tools to reside as subdirectories, currently called "testsuite",
20298         within the directory of the software tool.  Migrated all programs,
20299         support libraries, etc. beloging to dejagnu proper from
20300         devo/deja-gnu to devo/dejagnu.  These files were moved "as is"
20301         with no modifications.  The changes to these files which will
20302         allow them to configure, build, and execute properly will be made
20303         in a future update.
20304
20305 Fri Feb 19 20:19:39 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
20306
20307         * Makefile.in: Change send_pr to send-pr.
20308         * configure.in: Likewise.
20309         * send_pr: Renamed directory to send-pr.
20310
20311 Fri Feb 19 19:00:13 1993  Per Bothner  (bothner@cygnus.com)
20312
20313         * Makefile.in:  Add some extra semi-colons (needed if SHELL=bash).
20314
20315 Fri Feb 19 00:59:33 1993  John Gilmore  (gnu@cygnus.com)
20316
20317         * README:  Update for gdb-4.8 release.
20318         * Makefile.in (gdb.tar.Z):  Add texinfo/tex3patch.  Build
20319         gdb-xxx.tar.z (gzip'd) file also.
20320
20321 Thu Feb 18 09:16:17 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20322
20323         * Makefile.in: make all-diff depend on all-libiberty
20324
20325 Tue Feb 16 16:06:31 1993  K. Richard Pixley  (rich@cygnus.com)
20326
20327         * config.guess: add vax-ultrix in the spirit of mips-ultrix.
20328
20329 Tue Feb 16 05:57:15 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20330
20331         * configure.in, Makefile.in: add hello, tar, gzip, recode, indent
20332
20333 Tue Feb 16 00:58:20 1993  John Gilmore  (gnu@cygnus.com)
20334
20335         * Makefile.in (DEVO_SUPPORT):  Remove etc directory
20336         (ETC_SUPPORT):  Only add the files GDB wants from etc/.
20337         (gdb.tar.Z):  Use ETC_SUPPORT.  Use byacc when building the file.
20338
20339 Thu Feb 11 20:14:28 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20340
20341         * Makefile.in:  makeinfo binary is in a new location
20342
20343 Tue Feb  9 12:42:27 1993  Ian Lance Taylor  (ian@cygnus.com)
20344
20345         * config.sub: Accept -ecoff as an OS.
20346
20347         * Makefile.in: Various changes to eliminate a level of make
20348         recursion and reduce the required command line length.
20349         (BASE_FLAGS_TO_PASS): New variable holding flags passed to all
20350         sub-makes.
20351         (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): New
20352         variables holding settings for specific sub-makes.
20353         (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS, GCC_FLAGS_TO_PASS): Rewrote
20354         in terms of BASE_FLAGS_TO_PASS.
20355         (TARGET_LIBS): New variable listing directories which use
20356         TARGET_FLAGS_TO_PASS.
20357         (subdir_do): Eliminated.
20358         (do-*): New set of targets to replace subdir_do.
20359         (various): All targets which used subdir_do now depend on do-*.
20360         (local-clean): Renamed from do_clean.
20361         (local-distclean): New target, dependency of distclean and
20362         realclean.
20363         (install-info): Don't create directories.  Depend on dir.info
20364         rather than calling make recursively.
20365         (install-dir.info): Eliminated.
20366         (install-info-dirs): Create all info directories here.
20367         (dir.info): Depend upon do-install-info.
20368
20369         * test-build.mk (HOLES): Added false.
20370
20371 Sat Feb  6 14:05:09 1993  Per Bothner  (bothner@rtl.cygnus.com)
20372
20373         * config.guess:  Recognize BSDI and BSDJ (Jolitz 386bsd).
20374
20375 Thu Feb  4 20:49:18 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20376
20377         * Makefile.in (info): remove dependency on all-texinfo.  The
20378         problem was really in texinfo/C, not at this level.
20379
20380 Thu Feb  4 13:38:41 1993  Ian Lance Taylor  (ian@cygnus.com)
20381
20382         * Makefile.in (info): Added dependency on all-texinfo (PR 2112).
20383
20384 Thu Feb  4 01:50:53 1993  John Gilmore  (gnu@cygnus.com)
20385
20386         * Makefile.in (make-gdb.tar.Z):  Change BISON to 'bison -y' for
20387         GDB releases.
20388
20389 Wed Feb  3 17:22:16 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
20390
20391         * configure: Include srcdir in message about target of link not
20392         being found.  Don't convert `-' to `_' in `with' options being
20393         passed to subdirs.
20394
20395 Tue Feb  2 18:57:59 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20396
20397         * configure.in: add uudecode to host_tools
20398
20399         * Makefile.in: added {all,install}-uudecode targets, added them to
20400         the appropriate lists
20401
20402 Tue Feb  2 11:45:53 1993  Ian Lance Taylor  (ian@cygnus.com)
20403
20404         * Makefile.in (all-gcc): Added dependency on all-gas.
20405
20406         * configure.in (mips-*-*): Build ld and binutils.
20407
20408 Mon Feb  1 12:35:41 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
20409
20410         * configure: check return code from mkdir, print error message and
20411           exit on failure.
20412
20413 Sat Jan 30 16:40:28 1993  John Gilmore  (gnu@cygnus.com)
20414
20415         * Makefile.in (make-gdb.tar.Z):  New location for texinfo.tex.
20416
20417 Thu Jan 28 15:09:59 1993  Ian Lance Taylor  (ian@cygnus.com)
20418
20419         * test-build.mk (HOLES): Added tar, cpio and uudecode.
20420
20421 Wed Jan 27 16:50:32 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
20422
20423         * config.sub (h8500):  Recognize this as a cpu type.
20424
20425 Sat Jan 23 20:32:01 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20426
20427         * configure: source directory missing is no longer a warning
20428
20429         * configure.in: recognize irix[34]* instead of irix[34]
20430
20431         * Makefile.in: define and pass down X11_LIB
20432
20433 Sat Jan 23 13:49:40 1993  Per Bothner  (bothner@cygnus.com)
20434
20435         * guess-systype: Renamed to ...
20436         * config.guess:  ... by popular request.
20437         * configure.in, Makefile.in:  Update accordingly.
20438
20439 Thu Jan 21 12:20:55 1993  Per Bothner  (bothner@cygnus.com)
20440
20441         * guess-systype:  Patches from John Eaton <jwe@che.utexas.edu>:
20442         + Add Convex, Cray/Unicos, and Encore/Multimax support.
20443         + Execute ./dummy instead of assuming . is in PATH.
20444
20445 Tue Jan 19 17:18:06 1993  Per Bothner  (bothner@cygnus.com)
20446
20447         * guess-systype:  New shell script.  Attempts to guess the
20448         canonical host name of the executing host.
20449         Only a few hosts are supported so far.
20450         * configure:  Call guess-systype if no host is specified.
20451
20452 Tue Jan 19 08:26:07 1993  Ian Lance Taylor  (ian@cygnus.com)
20453
20454         * Makefile.in (gcc-no-fixedincludes): Made to work with current
20455         gcc Makefile.
20456
20457 Fri Jan 15 10:27:02 1993  Ian Lance Taylor  (ian@cygnus.com)
20458
20459         * Makefile.in (GCC_FLAGS_TO_PASS): New variable.
20460         (all-gcc, install-gcc, subdir_do): Use it.
20461
20462 Wed Jan 13 17:06:45 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
20463
20464         * Makefile.in: Rename uninstalled gcc driver from gcc to xgcc.
20465
20466 Wed Jan  6 20:29:16 1993  Mike Werner  (mtw@rtl.cygnus.com)
20467
20468         * Makefile.in: Removed explicit setting of SUBDIRS. SUBDIRS is now
20469           set exclusively by configure, using configure.in .
20470
20471 Wed Jan  6 13:44:11 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20472
20473         * test-build.mk: set $PATH for all builds
20474
20475         * Makefile.in: pass TARGET_FLAGS_TO_PASS for xiberty and libm
20476
20477 Wed Jan  6 11:02:10 1993  Fred Fish  (fnf@cygnus.com)
20478
20479         * Makefile.in (GCC_FOR_TARGET):  Supply a default that matches
20480         the one used in gcc/Makefile.in, so that a null expansion doesn't
20481         override the one needed to build gcc with a native cc.
20482
20483 Tue Jan  5 07:55:12 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
20484
20485         * configure: Accept -with arguments.
20486
20487 Sun Jan  3 15:15:09 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
20488
20489         * Makefile.in: added h8300sim
20490
20491 Tue Dec 29 15:06:00 1992  Ian Lance Taylor  (ian@cygnus.com)
20492
20493         * build-all.mk: If canonhost is i386-unknown-sco3.2v4, change it
20494         to i386-sco3.2v4.  Set TARGETS and CFLAGS for i386-sco3.2v4.
20495         (all-cygnus, native, build-cygnus): Make
20496         $(canonhost)-stamp-3stage-done, not $(host)....
20497         * test-build.mk (stamp-3stage-compared): Use tail +10c for
20498         i386-sco3.2v4.  Added else true to if command.
20499
20500 Mon Dec 28 12:08:56 1992  Ken Raeburn  (raeburn@cygnus.com)
20501
20502         * config.sub: (from FSF) Sequent uses a BSD-like OS.
20503
20504 Mon Dec 28 08:32:06 1992  Minh Tran-Le  (mtranle@paris.intellicorp.com)
20505
20506         * configure.in (i[34]86-*-isc*): added; uses mh-sysv.
20507
20508 Thu Dec 24 17:26:24 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20509
20510         * configure.in: don't remove binutils from Solaris builds
20511
20512 Thu Dec 24 14:08:38 1992 david d`zoo' zuhn  (zoo@cygnus.com)
20513
20514         * Makefile.in: get rid of earlier definitions for *clean,
20515         also handle the recursive info rule better
20516
20517 Thu Dec 24 12:40:21 1992  Per Bothner  (bothner@rtl.cygnus.com)
20518
20519         * Makefile.in (mostlyclean, distclean, realclean):  Fix to
20520         do more-or-less the right thing.
20521
20522 Wed Dec 16 10:25:31 1992  Ian Lance Taylor  (ian@cygnus.com)
20523
20524         * Makefile.in: Add lines defining CC and CXX, and use CXX rather
20525         than gcc in definitions of CXX_FOR_BUILD and CXX_FOR_TARGET.
20526
20527 Tue Dec 15 00:34:32 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20528
20529         * Makefile.in: change all $(host_cpu)-$(host_vendor)-$(host_os) to
20530         $(host_canonical).
20531
20532         * configure.in: split the configdirs list into 4 categories (native
20533         v. cross, library v. tool) and handle the cross-only and native-
20534         only in more reasonable (and correct!) way.
20535
20536 Mon Dec 14 17:04:22 1992  Stu Grossman  (grossman at cygnus.com)
20537
20538         * configure.in (hppa*-*-*):  Don't remove bfd and gdb from
20539         configdirs anymore.
20540
20541 Sun Dec 13 00:37:26 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20542
20543         * Makefile.in: extensive cleanup::  removed all of the explicit
20544         clean-* targets, collapsed many wrappers around subdir_do into
20545         one, added additional targets to satisfy standards.texi, deleted
20546         some old targets, some changes for consistency
20547
20548 Fri Dec 11 20:18:02 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20549
20550         * configure.in: handle some programs as cross-only, and others as
20551         native only
20552
20553         * test-build.mk: handle partial holes in a more generic manner
20554
20555         * Makefile.in: m4 depends on libiberty
20556
20557 Thu Dec  3 21:52:11 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20558
20559         * configure.in: add m4, textutils, fileutils, sed, shellutils,
20560         time, wdiff, and find to configdirs
20561
20562         * Makefile.in: all, clean, and install rules for the new programs
20563         added to configure.in
20564
20565 Mon Nov 30 14:54:34 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20566
20567         * configure.in: use mh-sun for all *-sun-* hosts
20568
20569 Fri Nov 27 18:35:54 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20570
20571         * Makefile.in: define flags for X11 include files and library file
20572         locations, pass them down to the programs that need this info
20573
20574         * build-all.mk: added a 'native' target, to 3stage the native toolchain
20575
20576 Sun Nov 22 18:59:13 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20577
20578         * configure.in: start building libg++ for HP-UX targets
20579
20580 Wed Nov 18 19:33:11 1992  John Gilmore  (gnu@cygnus.com)
20581
20582         * README:  Update references to files moved into etc/.
20583
20584 Sun Nov 15 09:36:08 1992  Fred Fish  (fnf@cygnus.com)
20585
20586         * config.sub (i386sol2, i486sol2):  i[34]86-unknown-solaris2.
20587         * configure.in (i[34]86-*-solaris2*):  Use config/mh-sysv4.
20588
20589 Thu Nov 12 08:50:42 1992  Ian Lance Taylor  (ian@cygnus.com)
20590
20591         * configure: accept dash as well as underscore in long option
20592         names for FSF compatibility.
20593
20594 Wed Nov 11 08:04:37 1992  Ian Lance Taylor  (ian@cygnus.com)
20595
20596         * config.sub: added -sco3.2v4 support from FSF.
20597
20598 Sun Nov  8 21:14:30 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20599
20600         * configure.in: expand the section that adds or removes
20601         directories from the list of programs to build, to handle native
20602         vs. cross in addition to host v. native
20603
20604 Sat Nov  7 18:52:27 1992  Per Bothner  (bothner@rtl.cygnus.com)
20605
20606         * Makefile.in:  Replace C++ in macro names with CXX.
20607         This is less likely to break ...
20608
20609 Sat Nov  7 15:16:58 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20610
20611         * test-build.mk: add -w to GNU_MAKE
20612
20613 Fri Nov  6 23:10:37 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20614
20615         * config.sub: remove 'sparc'-->'sparc-sun' default transformation,
20616         add 'sparc' to list of recognized cpus.  This needed to make
20617         'sparc-aout' expand to 'sparc-unknown-aout' instead of 'sparc-sun-aout'.
20618         Delete some redundant ose68 variants.  Recognize -wrs as an os,
20619         then changes that into $CPU-wrs-vxworks.
20620
20621         * configure.in: remove most references to gdbtest, regularize
20622         target based program removal
20623
20624         * test-build.mk: import from p3 tree (many fixes and changes)
20625
20626 Fri Nov  6 20:59:00 1992  david d `zoo' zuhn  (zoo@cygnus.com)
20627
20628         * Makefile.in: added rules to handle tcl, tk, and expect
20629
20630         * configure.in: handle those directories if they exist
20631
20632 Thu Nov  5 14:35:41 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20633
20634         * config.sub: removed bogus hppabsd and hppahpux names, since
20635         "hppa" is not a valid cpu (hppa1.1 or hppa1.0 are, though)
20636
20637 Thu Oct 29 00:12:41 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20638
20639         * Makefile.in: all-gcc now depends on all-binutils.  all-libg++
20640         depends upon all-xiberty
20641
20642         * Makefile.in: changes from p3, including:
20643
20644         Thu Oct  8 15:00:17 1992  Ian Lance Taylor  (ian@cygnus.com)
20645
20646         * Makefile.in (XTRAFLAGS): include newlib directories if
20647         newlib/Makefile exists, rather than if host != target.
20648
20649         Fri Sep 25 13:41:52 1992  Ian Lance Taylor  (ian@cygnus.com)
20650
20651         * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
20652         from the same source tree and not building a cross-compiler.  This
20653         matters for the libg++ configuration if reconfiguring a tree that
20654         has already been installed.
20655
20656         Thu Sep 10 10:35:51 1992  Ian Lance Taylor  (ian@cygnus.com)
20657
20658         * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
20659         pick up the machine and system specific header files.
20660
20661         * Makefile.in: added AS_FOR_TARGET, passed down in
20662         TARGET_FLAGS_TO_PASS.  Added CC_FOR_BUILD, which is intended to be
20663         the C compiler to use to create programs which are run in the
20664         build environment, set it to default to $(CC), and passed it down
20665         in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
20666
20667         Mon Sep  7 22:34:42 1992  Ian Lance Taylor  (ian@cirdan.cygnus.com)
20668
20669         * Makefile.in: add $(host) = $(target) tests back to *_FOR_TARGET.
20670         We need them for unusual native builds, like systems without
20671         ranlib.
20672
20673         * configure: also define $(host_canonical) and
20674         $(target_canonical), which are the full, canonical names for the
20675         given host and target
20676
20677 Sun Nov  1 16:38:17 1992  Per Bothner  (bothner@cygnus.com)
20678
20679         * Makefile.in:  Added separate definitions for C++.
20680
20681 Fri Oct 30 11:37:52 1992  Fred Fish  (fnf@cygnus.com)
20682
20683         * configure.in (configdirs):  Add deja-gnu.
20684
20685 Fri Oct 23 00:39:18 1992  John Gilmore  (gnu@cygnus.com)
20686
20687         * README:  Update for configure.texi and gdb-4.7 release.
20688
20689 Wed Oct 21 21:54:27 1992  John Gilmore  (gnu@cygnus.com)
20690
20691         * Makefile.in:  Move "all" target to top of file.
20692         Previously, first target was ".PHONY" which caused BSD4.4 make
20693         to build .PHONY when make was run without arguments.
20694
20695 Mon Oct 19 01:17:54 1992  John Gilmore  (gnu@cygnus.com)
20696
20697         * Makefile.in:  Add COPYING.LIB to GDB releases, now that there's
20698         Library-copylefted code in libiberty.
20699
20700 Tue Oct 13 01:22:32 1992  John Gilmore  (gnu@cygnus.com)
20701
20702         * config.sub:  Replace m68kmote with plain old m68k.
20703
20704 Fri Oct  9 03:14:24 1992  John Gilmore  (gnu@cygnus.com)
20705
20706         * Makefile.in:  Remove space from blank line, avoid Make complaints.
20707
20708 Thu Oct  8 18:41:45 1992  Ken Raeburn  (raeburn@cygnus.com)
20709
20710         * config.sub: Complain if no argument is given.  Added support for
20711         386bsd as OS and target alias.
20712
20713 Thu Oct  8 15:07:22 1992  Ian Lance Taylor  (ian@cygnus.com)
20714
20715         * Makefile.in (XTRAFLAGS): include newlib directories if
20716         newlib/Makefile exists, rather than if host != target.
20717
20718 Mon Oct  5 03:00:09 1992  Mark Eichin  (eichin at tweedledumber.cygnus.com)
20719
20720         * config.sub: recognize sparclite-wrs-vxworks.
20721
20722         * Makefile.in (install-xiberty): added *-xiberty make rules (from
20723         p3.) Added clean-xiberty to clean.
20724
20725 Thu Oct  1 17:59:19 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20726
20727         * configure.in: use *-*-* instead of nested cases for host and target
20728
20729 Tue Sep 29 14:11:18 1992  Ian Lance Taylor  (ian@cygnus.com)
20730
20731         * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
20732         from the same source tree and not building a cross-compiler.  This
20733         matters for the libg++ configuration if reconfiguring a tree that
20734         has already been installed.
20735
20736 Sep 20 08:53:10 1992  Fred Fish  (fnf@cygnus.com)
20737
20738         * config.sub (i486v/i486v4):  Merge in from FSF version.
20739
20740 Fri Sep 18 00:32:00 1992  Mark Eichin  (eichin@cygnus.com)
20741
20742         * configure: only set PWD if it is already set.
20743
20744 Thu Sep 17 23:05:53 1992  Mark Eichin  (eichin@cygnus.com)
20745
20746         * configure: just set PWD=`pwd` at the top, since Ultrix sh
20747         doesn't have unset and all success paths (and most error paths)
20748         out set it anyway. (Note: should change all uses of ${PWD=`pwd`}
20749         to just ${PWD} to avoid confusion.)
20750
20751 Tue Sep 15 16:00:54 1992  Ian Lance Taylor  (ian@cygnus.com)
20752
20753         * configure: always set $(tooldir) to $(libdir)/$(target_alias),
20754         even for a native compilation.
20755
20756 Tue Sep 15 02:22:56 1992  John Gilmore  (gnu@cygnus.com)
20757
20758         Changes to make the gdb.tar.Z rule work better.
20759
20760         * Makefile.in (GDB_SUPPORT_DIRS):  Add opcodes.
20761         (DEVO_SUPPORT):  Add configure.texi.
20762         (bfd-ilrt.tar.Z):  Remove ancient rule.
20763
20764 Thu Sep 10 10:43:19 1992  Ian Lance Taylor  (ian@cygnus.com)
20765
20766         * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
20767         pick up the machine and system specific header files.
20768
20769         * configure.in, config.sub: added new target m68010-adobe-scout,
20770         with alias of adobe68k.  Changed configure.in to check for
20771         -scout before -sco* to avoid a false match.
20772
20773         * Makefile.in: added AS_FOR_TARGET, passed down in
20774         TARGET_FLAGS_TO_PASS.  Added CC_FOR_BUILD, which is intended to be
20775         the C compiler to use to create programs which are run in the
20776         build environment, set it to default to $(CC), and passed it down
20777         in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
20778
20779 Wed Sep  9 12:21:42 1992  Ian Lance Taylor  (ian@cygnus.com)
20780
20781         * Makefile.in: added TARGET_FLAGS_TO_PASS, CC_FOR_TARGET,
20782         AR_FOR_TARGET, RANLIB_FOR_TARGET, NM_FOR_TARGET.  Pass
20783         TARGET_FLAGS_TO_PASS, which defines CC, AR, RANLIB and NM as the
20784         FOR_TARGET variants, to newlib and libg++.
20785
20786 Tue Sep  8 17:28:30 1992  Ken Raeburn  (raeburn@cambridge.cygnus.com)
20787
20788         * Makefile.in (all-gas, all-gdb): Require all-opcodes to be built
20789         first.
20790
20791 Wed Sep  2 02:50:05 1992  John Gilmore  (gnu@cygnus.com)
20792
20793         * config.sub:  Accept `elf' as an environment.
20794
20795 Tue Sep  1 15:48:30 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
20796
20797         * Makefile.in (all-opcodes):  cd into the right directory
20798
20799 Sun Aug 30 21:12:11 1992  Ian Lance Taylor  (ian@cygnus.com)
20800
20801         * configure: added -program_transform_name option, used as
20802         argument to sed when installing programs.
20803         configure.texi: added documentation for -program_prefix,
20804         -program_suffix and -program_transform_name.
20805
20806 Thu Aug 27 21:59:44 1992  John Gilmore  (gnu@cygnus.com)
20807
20808         * config.sub:  Accept i486 where i386 ok.
20809
20810 Thu Aug 27 13:04:42 1992  Brendan Kehoe  (brendan@rtl.cygnus.com)
20811
20812         * config.sub: accept we32k
20813
20814 Mon Aug 24 14:05:14 1992  Ian Lance Taylor  (ian@cygnus.com)
20815
20816         * config.sub, configure.in: accept OSE68000 and OSE68k.
20817
20818         * Makefile.in: don't create all directories for ``make install'';
20819         let the subdirectories create the ones they need.
20820
20821 Tue Aug 11 23:13:17 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20822
20823         * COPYING: new file, GPL v2
20824
20825 Tue Aug  4 01:12:43 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20826
20827         * Makefile.in: use the new gen-info-dir, which needs a template
20828         argument (which also lives in texinfo)
20829
20830         * configure.texi, standards.texi: fix INFO-DIR-ENTRY
20831
20832 Mon Aug  3 00:34:17 1992  Fred Fish  (fnf@cygnus.com)
20833
20834         * config.sub (ncr3000):  Change i386 to i486.
20835
20836 Thu Jul 23 00:12:17 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20837
20838         * Makefile.in: add install-rcs, install-grep to
20839         install-no-fixedincludes, removed install-bison and install-libgcc
20840
20841 Tue Jul 21 01:01:50 1992  david d `zoo' zuhn (zoo@cygnus.com)
20842
20843         * configure.in: grab the HPUX makefile fragment if on HPUX
20844
20845 Mon Jul 20 11:02:09 1992  D. V. Henkel-Wallace  (gumby@cygnus.com)
20846
20847         * Makefile.in: eradicate bison spoor (ditto libgcc).
20848          configure.in: recognise m68{k,000}-ericsson-OSE.
20849          es1800 is alias for m68k-ericsson-OSE
20850
20851 Sun Jul 19 17:49:02 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20852
20853         * configure.in: rearrange the parts that remove programs from
20854         configdirs, based now on HOST==TARGET or by canonical triple.
20855
20856 Fri Jul 17 22:52:49 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
20857
20858         * test-build.mk: recurse explicitly with -f test-build.mk when
20859           appropriate.  predicate stage3 and comparison on the existence
20860           of gcc.  That is, if gcc isn't around, we aren't three-staging.
20861           On very clean, also remove ...stamp-co.  Build in-place before
20862           doing other builds.
20863
20864 Thu Jul 16 18:33:09 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
20865
20866         * Makefile.in, configure.in: add tgas
20867
20868 Thu Jul 16 16:05:28 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
20869
20870         * Makefile.in: a number of changes merged in from progressive.
20871
20872         * configure.in: add libm.
20873
20874         * .cvsignore: ignore some stuff that comes from test-build.mk.
20875
20876 Tue Jul  7 00:24:52 1992  Fred Fish  (fnf@cygnus.com)
20877
20878         * config.sub:  Add es1800 (m68k-ericsson-es1800).
20879
20880 Tue Jun 30 20:24:41 1992  D. V. Henkel-Wallace  (gumby@cygnus.com)
20881
20882         * configure: Add program_suffix (parallel to program_prefix)
20883         * Makefile.in: adjust directory-creating script for losing decstation
20884
20885 Mon Jun 22 23:43:48 1992  Per Bothner  (bothner@cygnus.com)
20886
20887         * configure:  Minor $subdir-related fixes.
20888
20889 Mon Jun 22 18:30:26 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
20890
20891         * configure: fix various problems with propogating
20892         makefile_target_frag in subdirs.
20893         * configure.in: config libgcc if its there
20894
20895 Fri Jun 19 15:19:40 1992  Stu Grossman  (grossman at cygnus.com)
20896
20897         * config.sub:  HPPA merge.
20898
20899 Sun Jun 14 10:29:19 1992  John Gilmore  (gnu at cygnus.com)
20900
20901         * Makefile.in:  Replace all-bison with all-byacc in all
20902         dependency lines for other tools (which now use byacc).
20903
20904 Fri Jun 12 22:21:57 1992  John Gilmore  (gnu at cygnus.com)
20905
20906         * config.sub:  Add sun4sol2 => sparc-sun-solaris2.
20907
20908 Thu Jun  4 12:07:32 1992  Mark Eichin  (eichin@cygnus.com)
20909
20910         * Makefile.in: make gprof rules similar to byacc rules (instead of
20911         vestigal $(unsubdir) that didn't work...)
20912
20913 Thu Jun  4 00:37:05 1992  Per Bothner  (bothner@rtl.cygnus.com)
20914
20915         * config.sub:  Add support for Linux.
20916         * Makefile.in:  Use $(FLAGS_TO_PASS) more consistently
20917         (at least for libg++).
20918
20919 Tue Jun 02 20:03:00 1992  david d `zoo' zuhn (zoo@cygnus.com)
20920
20921         * configure.texi: fix doc for the -nfp option to configure
20922
20923 Tue Jun  2 17:20:52 1992  Michael Tiemann  (tiemann@cygnus.com)
20924
20925         * Makefile.in (all-binutils): ar needs flex, so depend on all-flex.
20926
20927 Sun May 31 15:04:08 1992  Mark Eichin  (eichin at cygnus.com)
20928
20929         * config.sub: changed [^-]+ to [^-][^-]* so that it works under
20930         Sun sed. (BSD 4.3 sed doesn't handle [^-]+ either.)
20931         * configure.in: added solaris* host_makefile_frag hook.
20932
20933 Sun May 31 01:10:34 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20934
20935         * config.sub: changed recognition of m68000 so that various
20936         m68k types can be specified via m680[01234]0
20937
20938 Sat May 30 21:01:06 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20939
20940         * config.sub (basic_machine): fix sed so that '-foo' isn't
20941         completely substituted out while .+'-foo' loses the '-foo'
20942
20943 Wed May 27 23:18:52 1992  Michael Tiemann  (tiemann@rtl.cygnus.com)
20944
20945         * config.sub ($os): Add -aout.
20946
20947 Fri May 22 14:00:02 1992  Per Bothner  (bothner@cygnus.com)
20948
20949         * configure:  If host_makefile_frag is absolute, don't
20950         prefix ${invsubdir} (relevant to libg++ auto-configure).
20951
20952 Thu May 21 18:00:09 1992  Michael Tiemann  (tiemann@rtl.cygnus.com)
20953
20954         * Makefile.in (tooldir): Define it.
20955         (all-ld): Depend on all-flex.
20956
20957 Sun May 10 21:45:59 1992  Per Bothner  (bothner@rtl.cygnus.com)
20958
20959         * Makefile.in (check):  Fix libg++ special case.
20960
20961 Fri May  8 08:31:41 1992  K. Richard Pixley  (rich@cygnus.com)
20962
20963         * configure: do not bury `pwd` into config.status, thus do fewer
20964           pwd's.
20965
20966         * configure: print the "Building in" message only when building in
20967           other than "." AND verbose.
20968
20969         * configure: remove -s, rework -v to better accommodate guested
20970           configures.
20971
20972         * standards.texi: updated to 3 may, fixed librid <-> libdir typo.
20973
20974 Fri May  1 18:00:50 1992  K. Richard Pixley  (rich@cygnus.com)
20975
20976         * Makefile.in: macroize flags passed on recursion.  remove
20977           fileutils.
20978
20979 Thu Apr 30 08:56:20 1992  K. Richard Pixley  (rich@cygnus.com)
20980
20981         * configure: get makesrcdir right for subdirs deeper than 1.
20982
20983         * Makefile.in: pass INSTALL, INSTALL_DATA, INSTALL_PROGRAM on
20984           install.
20985
20986 Fri Apr 24 15:51:51 1992  K. Richard Pixley  (rich@cygnus.com)
20987
20988         * Makefile.in: don't print subdir_do or recursion lines.
20989
20990 Fri Apr 24 15:22:04 1992  K. Richard Pixley  (rich@cygnus.com)
20991
20992         * standards.texi: added menu item.
20993
20994         * Makefile.in: build and install standards.info.
20995
20996         * standards.texi: new file.
20997
20998 Wed Apr 22 18:06:55 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
20999
21000         * configure: test for and move config.status pieces from
21001           ${subdir}/.
21002
21003 Wed Apr 22 14:38:34 1992  Fred Fish  (fnf@cygnus.com)
21004
21005         * configure:  Test for existance of files before trying to mv
21006         them, to avoid numerous non-existance messages.
21007
21008 Tue Apr 21 12:31:33 1992  K. Richard Pixley  (rich@cygnus.com)
21009
21010         * configure: correct final line of config.status.
21011
21012         * configure: patch from eggert.  Avoids a protection problem if
21013           the original Makefile.in is read only.
21014
21015         * configure: use move-if-change from gcc to create config.status.
21016           Some makefiles depend on config.status to tell if a directory
21017           has been reconfigured for a different host.  This change
21018           prevents those directories from remaking everything in the case
21019           where the reconfig was only intended to rebuild a Makefile.
21020
21021         * configure: test for config.sub with "config.sub sun4" rather
21022           than "config.sub ${host_alias}".  Otherwise we can't tell a bad
21023           host alias from a missing config.sub.
21024
21025 Mon Apr 20 18:16:36 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
21026
21027         * Makefile.in: explicitly pass CFLAGS on recursion. no longer pass
21028           MINUS_G (this can be done with CFLAGS).  Default CFLAGS to -g.
21029
21030 Fri Apr 17 18:27:51 1992  Per Bothner  (bothner@cygnus.com)
21031
21032         * configure: mkdir ${subdir} as needed.
21033
21034 Wed Apr 15 17:37:22 1992  K. Richard Pixley  (rich@cygnus.com)
21035
21036         * Makefile.in,configure.in: added autoconf.
21037
21038 Wed Apr 15 17:27:34 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
21039
21040         * Makefile.in: no longer pass against on recursion.
21041
21042         * Makefile.in: added .NOEXPORT: so that stray makefile_frag
21043           definitions are not inherited.
21044
21045         * configure: correct makesrcdir when subdir is .
21046
21047 Tue Apr 14 11:56:09 1992  Per Bothner  (bothner@cygnus.com)
21048
21049         * configure:  Add support for 'subdirs' variable, which is
21050         like 'configdirs', except that configure doesn't re-invoke
21051         itself for subdirs, it just creates a Makefile for each subdir.
21052         * configure.texi:  Document subdirs.
21053
21054 Mon Apr 13 18:50:16 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21055
21056         * configure.in: added flex to configdirs
21057
21058 Mon Apr 13 18:43:55 1992  K. Richard Pixley  (rich@cygnus.com)
21059
21060         * Makefile.in: remove clean-stamps from clean.
21061
21062 Sat Apr 11 03:52:03 1992  John Gilmore  (gnu at cygnus.com)
21063
21064         * configure.in:  Add gdbtest to configdirs.
21065
21066 Fri Apr 10 23:11:49 1992  Fred Fish  (fnf@cygnus.com)
21067
21068         * Makefile.in (MINUS_G):  Add macro, default to -g, pass on
21069         to recursive makes.
21070         * configure.in:  Recognize new ncr3000 config.
21071
21072 Wed Apr  8 23:08:12 1992  K. Richard Pixley  (rich@cygnus.com)
21073
21074         * Makefile.in, configure.in: removed references to gdbm.
21075
21076 Tue Apr  7 16:48:20 1992  Per Bothner  (bothner@cygnus.com)
21077
21078         * config.sub:  Don't canonicalize os value
21079         newsos* to bsd (readline needs to check for newsos).
21080         (This fix was earlier made Jan 31, but got re-broken.)
21081
21082 Mon Apr  6 14:34:08 1992  Stu Grossman  (grossman at cygnus.com)
21083
21084         * configure.in:  sco is an os, not a vendor!
21085
21086         * configure:  Quote $( better.  Keep various shells happy.
21087
21088 Tue Mar 31 16:32:57 1992  K. Richard Pixley  (rich@cygnus.com)
21089
21090         * Makefile.in: eliminate stamp-files.
21091
21092 Mon Mar 30 22:20:23 1992  K. Richard Pixley  (rich@cygnus.com)
21093
21094         * Makefile.in: add send_pr.  remove "force" from .stmp-gprof rule.
21095           Supress echoing of all the "if [ -d ... $(MAKE)" lines.
21096
21097 Wed Mar 25 15:20:04 1992  Stu Grossman  (grossman@cygnus.com)
21098
21099         * config.sub:  fix iris/iris3.
21100
21101 Wed Mar 25 10:34:19 1992  K. Richard Pixley  (rich@cygnus.com)
21102
21103         * configure: re-add -rm.
21104
21105 Tue Mar 24 23:50:16 1992  K. Richard Pixley  (rich@cygnus.com)
21106
21107         * Maskefile.in: add .stmp-rcs to all.
21108
21109         * configure.in: remove gas from rs6000 build, use aix host fragment.
21110
21111 Mon Mar 23 19:43:35 1992  K. Richard Pixley  (rich@cygnus.com)
21112
21113         * configure: pass down site_option during recursion.
21114
21115 Thu Mar 19 16:49:36 1992  Stu Grossman  (grossman at cygnus.com)
21116
21117         * Makefile.in (all.cross):  Add .stmp-bfd .stmp-readline.
21118
21119 Wed Mar 18 15:29:33 1992  Mike Stump  (mrs@cygnus.com)
21120
21121         * configure: Change exec_prefix so that it really defaults to prefix.
21122
21123 Sat Mar 14 17:20:38 1992  Fred Fish  (fnf@cygnus.com)
21124
21125         * Makefile.in, configure.in:  Add support for mmalloc library.
21126
21127 Fri Mar 13 18:44:18 1992  K. Richard Pixley  (rich@cygnus.com)
21128
21129         * Makefile.in: add stmp dependencies for a few more things.
21130
21131 Thu Mar 12 04:56:24 1992  K. Richard Pixley  (rich@cygnus.com)
21132
21133         * configure: adjusted error message on objdir/srcdir configure
21134           collision, per john's suggestion.
21135
21136         * Makefile.in: add libiberty stmp to all and all.cross.
21137
21138 Wed Mar 11 02:07:52 1992  K. Richard Pixley  (rich@cygnus.com)
21139
21140         * Makefile.in: remove force dependencies, add grep to all.
21141
21142 Tue Mar 10 21:49:18 1992  K. Richard Pixley  (rich@mars.cygnus.com)
21143
21144         * Makefile.in: drop flex.  make stamp files work.
21145
21146         * configure: added test for conflicting configuration in srcdir,
21147           remove trailing slashes from srcdir.  Otherwise emacs gdb mode
21148           gets cranky.  use relative paths for configure and srcdir
21149           whenever possible.  Send some error messages to stderr that were
21150           going to stdout.
21151
21152 Tue Mar 10 18:01:55 1992  Per Bothner  (bothner@cygnus.com)
21153
21154         * Makefile.in:  Fix libg++ rule to check for gcc directory
21155         before using gcc/gcc.  Also pass XTRAFLAGS.
21156
21157 Thu Mar  5 21:45:07 1992  K. Richard Pixley  (rich@sendai)
21158
21159         * Makefile.in: added stmp-files so that directories aren't polled
21160           when they are already built.
21161
21162         * configure.texi: fixed a node pointer problem.
21163
21164 Thu Mar  5 12:05:58 1992  Stu Grossman  (grossman at cygnus.com)
21165
21166         * config.sub configure.in gdb/configure.in
21167         gdb/mips-tdep.c gdb/mipsread.c gdb/procfs.c gdb/signame.h
21168         gdb/tm-irix3.h gdb/tm-mips.h gdb/xm-irix4.h gdb/config/mt-irix3
21169         gdb/config/mh-irix4 texinfo/configure.in:  Port to SGI Irix-4.x.
21170
21171 Wed Mar  4 02:57:46 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
21172
21173         * configure: -recurring becomes -silent.  corrected help message
21174           for -site= option.
21175
21176         * Makefile.in: mkdir $(exec_prefix) and $(tooldir).
21177
21178 Tue Mar  3 14:51:21 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
21179
21180         * configure: when building Makefile for crosses, replace
21181           tooldir and program_prefix.  default srcdir from location of
21182           config.sub.  remove "for host in hosts" and "for target in
21183           targets" loops.
21184
21185 Wed Feb 26 19:48:25 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
21186
21187         * Makefile.in: Do not pass bindir or mandir to cvs.
21188
21189 Wed Feb 26 18:04:40 1992  K. Richard Pixley  (rich@cygnus.com)
21190
21191         * Makefile.in, configure.in: removed traces of namesubdir,
21192           -subdirs, $(subdir), $(unsubdir), some rcs triggers.  Forced
21193           copyrights to '92, changed some from Cygnus to FSF.
21194
21195         * configure.texi: remove most references to multiple hosts,
21196           multiple targets, subdirs, etc.
21197
21198         * configure.man: removed rcsid. reference config.sub not
21199           config.subr.
21200
21201         * Makefile.in: mkdir $(infodir) on install-info.
21202
21203 Wed Feb 19 15:41:13 1992  John Gilmore  (gnu at cygnus.com)
21204
21205         * configure.texi:  Explain better about .gdbinit and about
21206         the environment that configure.in sections run in.
21207
21208 Fri Feb  7 07:55:00 1992  John Gilmore  (gnu at cygnus.com)
21209
21210         * configure.in:  Ultrix is only a decstation if it's a MIPS.
21211
21212 Fri Jan 31 21:54:51 1992  John Gilmore  (gnu at cygnus.com)
21213
21214         * README:  DOC.configure => cfg-paper.texi.
21215
21216 Fri Jan 31 21:48:18 1992  Stu Grossman  (grossman at cygnus.com)
21217
21218         * config.sub (near case $os):  Don't convert newsos* to bsd!
21219
21220 Fri Jan 31 02:27:32 1992  John Gilmore  (gnu at cygnus.com)
21221
21222         * Makefile.in:  Reinstall change from gdb-4.3 that reduces
21223         the number of copies of COPYING that go into the GDB tar file.
21224
21225 Thu Jan 30 16:17:30 1992  Stu Grossman  (grossman at cygnus.com)
21226
21227         * bfd/configure.in, gdb/config/mh-i386sco,
21228         gdb/config/mt-i386v32, gdb/configure.in, readline/configure.in:
21229         Fix SCO configuration stuff.
21230
21231 Tue Jan 28 23:51:07 1992  Per Bothner  (bothner at cygnus.com)
21232
21233         * Makefile.in:  For libg++, make sure the -I pointing
21234         to the gcc directory goes *after* all the libg++-local -I flags.
21235         Also, move just-gcc dependency from just-libg++ to all-libg++.
21236
21237 Tue Jan 28 12:56:24 1992  Stu Grossman  (grossman at cygnus.com)
21238
21239         * configure:  Change -x to -f to keep Ultrix /bin/test happy.
21240
21241 Sat Jan 18 17:45:11 1992  Stu Grossman  (grossman at cygnus.com)
21242
21243         * Makefile.in (make-gdb.tar.Z):  Remove texinfo targets.
21244
21245 Sat Jan 18 17:03:21 1992  Fred Fish  (fnf at cygnus.com)
21246
21247         * config.sub:  Add stratus configuration frags.  Also
21248         submitted to FSF.
21249
21250 Sat Jan 18 15:35:29 1992  Stu Grossman  (grossman at cygnus.com)
21251
21252         * Makefile.in (DEV_SUPPORT):  add configure.man.
21253
21254         * config.sub(Decode manufacturer-specific):  add -none*.
21255
21256 Fri Jan 17 17:58:05 1992  Stu Grossman  (grossman at cygnus.com)
21257
21258         * Makefile.in:  remove form feeds to make Sun's make happy.
21259         (DEVO_SUPPORT):  DOC.configure => cfg-paper.texi.
21260
21261 Sat Jan  4 16:11:44 1992  John Gilmore  (gnu at cygnus.com)
21262
21263         * Makefile.in (AR_FLAGS):  Make quieter.
21264
21265 Thu Jan  2 22:57:12 1992  John Gilmore  (gnu at cygnus.com)
21266
21267         * configure.in:  Add libg++.
21268         * configure:  When verbose, don't output the command line at each
21269         level; it will be unremarkably the same as the previous version,
21270         which will be the same as what the user typed.
21271
21272 Fri Dec 27 16:26:47 1991  K. Richard Pixley  (rich at cygnus.com)
21273
21274         * configure.in, Makefile.in: fix clean-info, add flex.  add
21275           fileutils.
21276
21277         * configure: be less sensitive to spaces in Makefile.in.  Do not
21278           look for sources in "..".  Doing so breaks subdirectories that
21279           might have their own configure.  If a subdir has it's own
21280           configure script, use it.
21281
21282 Thu Dec 26 16:30:26 1991  K. Richard Pixley  (rich at cygnus.com)
21283
21284         * cfg-paper.texi: some changes suggested by rms.
21285
21286 Thu Dec 26 10:13:36 1991  Fred Fish  (fnf at cygnus.com)
21287
21288         * config.sub:  Merge in some small additions from the FSF version,
21289         taken from the gcc distribution, to bring the Cygnus and FSF
21290         versions into closer sync.
21291
21292 Fri Dec 20 11:34:18 1991  Fred Fish  (fnf at cygnus.com)
21293
21294         * configure.in:  Changed svr4 references to sysv4.
21295
21296 Thu Dec 19 15:54:29 1991  K. Richard Pixley  (rich at cygnus.com)
21297
21298         * configure: added -V for version number option.
21299
21300 Wed Dec 18 15:39:34 1991  K. Richard Pixley  (rich at cygnus.com)
21301
21302         * DOC.configure, cfg-paper.texi: revised, updated, and texinfo'd.
21303           renamed from DOC.configure to cfg-paper.texi.
21304
21305 Mon Dec 16 23:05:19 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
21306
21307         * configure, config.subr, config.sub: config.subr is now
21308           config.sub again.
21309
21310 Fri Dec 13 01:17:06 1991  K. Richard Pixley  (rich at cygnus.com)
21311
21312         * configure.texi: new file, in progress.
21313
21314         * Makefile.in: build info file and install the man page for
21315           configure.
21316
21317         * configure.man: new file, first cut.
21318
21319         * configure: find config.subr again now that configuration "none"
21320           has gone.  removed all traces of the -ansi option.  removed all
21321           traces of the -languages option.
21322
21323         * config.subr: resync from rms.
21324
21325 Wed Dec 11 22:25:20 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
21326
21327         * configure, config.sub, config.subr: merge config.sub into
21328           config.subr, call the result config.subr, remove config.sub, use
21329           config.subr.
21330
21331         * Makefile.in: revised install for dir.info.
21332
21333 Tue Dec 10 00:04:35 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
21334
21335         * configure.in: add decstation host makefile frag.
21336
21337         * Makefile.in: BISON now bison -y again.  also install-gcc on
21338           install.  clean-gdbm on clean.  infodir belongs in datadir.
21339           Make directories for info install.  Build dir.info here then
21340           install it.
21341
21342 Mon Dec  9 16:48:33 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
21343
21344         * Makefile.in: fix for bad directory tests.
21345
21346 Sat Dec  7 00:17:01 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
21347
21348         * configure: \{1,2\} appears to be a sysv'ism.  Use a different
21349           regexp.  -srcdir relative was being handled incorrectly.
21350
21351         * Makefile.in: unwrapped some for loops so that parallel makes
21352           work again and so one can focus one's attention on a particular
21353           package.
21354
21355 Fri Dec  6 00:22:08 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
21356
21357         * configure: added PWD as a stand in for `pwd` (for speed). use
21358           elif wherever possible.  make -srcdir work without -objdir.
21359           -objdir= commented out.
21360
21361 Thu Dec  5 22:46:52 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
21362
21363         * configure: +options become --options.  -subdirs commented out.
21364           added -host, -datadir.  Renamed -destdir to -prefix.  Comment in
21365           Makefile now at top of generated Makefile.  Removed cvs log
21366           entries.  added -srcdir.  create .gdbinit only if there is one
21367           in ${srcdir}.
21368
21369         * Makefile.in: idestdir and ddestdir go away.  Added copyrights
21370           and shift gpl to v2.  Added ChangeLog if it didn't exist. docdir
21371           and mandir now keyed off datadir by default.
21372
21373 Fri Nov 22 07:38:11 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
21374
21375         * Freshly created ChangeLog.
21376
21377 \f
21378 Local Variables:
21379 mode: change-log
21380 left-margin: 8
21381 fill-column: 76
21382 version-control: never
21383 End: