Daily bump.
[platform/upstream/gcc.git] / ChangeLog
1 2022-01-20  Martin Liska  <mliska@suse.cz>
2
3         * MAINTAINERS: Adjust email address based on IRC request.
4
5 2022-01-18  Xionghu Luo  <luoxhu@linux.ibm.com>
6
7         * MAINTAINERS: Update my email address.
8
9 2022-01-17  Martin Liska  <mliska@suse.cz>
10
11         * MAINTAINERS: Rename .c names to .cc.
12
13 2022-01-13  Jakub Jelinek  <jakub@redhat.com>
14
15         * Makefile.am: Remove.
16
17 2022-01-11  Thomas Koenig  <tkoenig@gcc.gnu.org>
18
19         * Makefile.am: New file.
20
21 2022-01-11  Martin Liska  <mliska@suse.cz>
22
23         * MAINTAINERS: Sort 2 names.
24
25 2022-01-10  Martin Liska  <mliska@suse.cz>
26
27         * MAINTAINERS: Fix obvious issues with sorting.
28
29 2022-01-07  liuhongt  <hongtao.liu@intel.com>
30
31         * build.log: New file.
32
33 2022-01-05  Nathan Sidwell  <nathan@acm.org>
34
35         * MAINTAINERS: Add DCO entry.  Sort that list.
36
37 2022-01-04  Gaius Mulley  <gaiusmod2@gmail.com>
38
39         * MAINTAINERS: Change of email address in both DCO and
40         Write After Approval list.
41
42 2021-12-21  Iain Buclaw  <ibuclaw@gdcproject.org>
43
44         * configure: Regenerate.
45
46 2021-12-21  Martin Liska  <mliska@suse.cz>
47
48         * config.sub: Change mode back to 755.
49
50 2021-12-17  Martin Liska  <mliska@suse.cz>
51
52         * config.sub: Sync from master.
53
54 2021-12-17  Martin Liska  <mliska@suse.cz>
55
56         Revert:
57         2021-12-16  Matthias Seidel  <mseidel@apache.org>
58
59         * config.sub: Fix typo.
60
61 2021-12-16  Matthias Seidel  <mseidel@apache.org>
62
63         * config.sub: Fix typo.
64
65 2021-12-16  H.J. Lu  <hjl.tools@gmail.com>
66
67         Revert:
68         2021-12-15  H.J. Lu  <hjl.tools@gmail.com>
69
70         * Makefile.tpl (AR): Add @AR_PLUGIN_OPTION@
71         (RANLIB): Add @RANLIB_PLUGIN_OPTION@.
72         * configure.ac: Include config/gcc-plugin.m4.
73         AC_SUBST AR_PLUGIN_OPTION and RANLIB_PLUGIN_OPTION.
74         * libtool.m4 (_LT_CMD_OLD_ARCHIVE): Pass --plugin to AR and
75         RANLIB if possible.
76         * Makefile.in: Regenerated.
77         * configure: Likewise.
78
79 2021-12-15  H.J. Lu  <hjl.tools@gmail.com>
80
81         * Makefile.tpl (BUILD_CFLAGS): New.
82         (CFLAGS): Append $(BUILD_CFLAGS).
83         (CXXFLAGS): Likewise.
84         (PGO_BUILD_GEN_FLAGS_TO_PASS): New.
85         (PGO_BUILD_TRAINING_CFLAGS): Likewise.
86         (PGO_BUILD_TRAINING_CXXFLAGS): Likewise.
87         (PGO_BUILD_TRAINING_FLAGS_TO_PASS): Likewise.
88         (PGO_BUILD_TRAINING_MFLAGS): Likewise.
89         (PGO_BUILD_USE_FLAGS_TO_PASS): Likewise.
90         (PGO-TRAINING-TARGETS): Likewise.
91         (PGO_BUILD_TRAINING): Likewise.
92         (all): Add '+' to the command line for recursive make.  Support
93         the PGO build.
94         * configure.ac: Add --enable-pgo-build[=lto].
95         AC_SUBST PGO_BUILD_GEN_CFLAGS, PGO_BUILD_USE_CFLAGS and
96         PGO_BUILD_LTO_CFLAGS.  Enable the PGO build in Makefile.
97         * Makefile.in: Regenerated.
98         * configure: Likewise.
99
100 2021-12-15  H.J. Lu  <hjl.tools@gmail.com>
101
102         * Makefile.tpl (AR): Add @AR_PLUGIN_OPTION@
103         (RANLIB): Add @RANLIB_PLUGIN_OPTION@.
104         * configure.ac: Include config/gcc-plugin.m4.
105         AC_SUBST AR_PLUGIN_OPTION and RANLIB_PLUGIN_OPTION.
106         * libtool.m4 (_LT_CMD_OLD_ARCHIVE): Pass --plugin to AR and
107         RANLIB if possible.
108         * Makefile.in: Regenerated.
109         * configure: Likewise.
110
111 2021-12-14  Marc Poulhiès  <poulhies@adacore.com>
112
113         * MAINTAINERS: Add myself to write after approval.
114
115 2021-12-06  Navid Rahimi  <navidrahimi@microsoft.com>
116
117         * MAINTAINERS: Adding myself.
118
119 2021-12-02  Pekka Seppänen  <pexu@gcc.mail.kapsi.fi>
120
121         * configure: Regenerate.
122         * configure.ac: For CPP_FOR_BUILD use $(CC_FOR_BUILD) -E instead of
123         $(CPP).
124
125 2021-11-30  Iain Buclaw  <ibuclaw@gdcproject.org>
126
127         * Makefile.def: Add bootstrap to libbacktrace, libphobos, zlib, and
128         libatomic.
129         * Makefile.in: Regenerate.
130         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Fix command for GDC.
131         (STAGE1_CONFIGURE_FLAGS): Add --with-libphobos-druntime-only if
132         target-libphobos-bootstrap.
133         (STAGE2_CONFIGURE_FLAGS): Likewise.
134         * configure: Regenerate.
135         * configure.ac: Add support for bootstrapping D front-end.
136
137 2021-11-16  Martin Uecker  <uecker@gcc.gnu.org>
138
139         * MAINTAINERS: Add myself to DCO section and update email address.
140
141 2021-11-16  Iain Sandoe  <iain@sandoe.co.uk>
142
143         * configure: Regenerate.
144         * configure.ac: Ensure that PIC (shared) defaults are set
145         correctly for Darwin.
146
147 2021-11-16  Jim Wilson  <jim.wilson.gcc@gmail.com>
148
149         * MAINTAINERS: Update my address.
150
151 2021-11-12  Alan Modra  <amodra@gmail.com>
152
153         * Makefile.def (configure-opcodes): Depend on configure-bfd.
154         * Makefile.in: Regenerate.
155
156 2021-11-03  Maciej W. Rozycki  <macro@embecosm.com>
157
158         * MAINTAINERS: Clarify the policy WRT the Write After Approval
159         list.
160
161 2021-11-02  Andrew Burgess  <andrew.burgess@embecosm.com>
162
163         * MAINTAINERS (Reviewers, arc): Remove my entry.
164         (Write After Approval): Add an entry for myself.
165
166 2021-10-28  Richard Purdie  <richard.purdie@linuxfoundation.org>
167
168         * Makefile.tpl: Add CPP_FOR_BUILD and CPPFLAGS_FOR_BUILD support
169         * Makefile.in: Regenerate.
170         * configure: Regenerate.
171         * configure.ac: Add CPP_FOR_BUILD and CPPFLAGS_FOR_BUILD support
172
173 2021-10-26  Jeff Law  <jeffreyalaw@gmail.com>
174
175         * MAINTAINERS: Fix up Maciej's entries.
176
177 2021-10-26  Maciej W. Rozycki  <macro@embecosm.com>
178
179         * MAINTAINERS (CPU Port Maintainers): Add myself as a VAX port
180         maintainer.
181
182 2021-10-22  Eric Gallager  <egallager@gcc.gnu.org>
183
184         PR other/102663
185         * Makefile.def: Handle install-dvi target.
186         * Makefile.tpl: Likewise.
187         * Makefile.in: Regenerate.
188
189 2021-10-19  Clément Chigot  <clement.chigot@atos.net>
190
191         * MAINTAINERS: Add myself for write after approval.
192
193 2021-10-12  Eric Gallager  <egallager@gcc.gnu.org>
194
195         * Makefile.def: Mark libcody, libdecnumber,
196         c++tools, libgcc, and libobjc as missing TAGS
197         targets.
198         * Makefile.in: Regenerate.
199
200 2021-10-07  Siddhesh Poyarekar  <siddhesh@gotplt.org>
201
202         * MAINTAINERS: Add myself to DCO section and update email
203         address.
204
205 2021-09-29  Jonathan Wakely  <jwakely@redhat.com>
206
207         * MAINTAINERS: Add myself to DCO section.
208
209 2021-09-28  Andrew Burgess  <andrew.burgess@embecosm.com>
210
211         * configure: Regenerate.
212         * configure.ac (skipdirs): Add the contents of target_configdirs if
213         we are not building gcc.
214
215 2021-09-24  Andrew Burgess  <andrew.burgess@embecosm.com>
216
217         * Makefile.def: Back-port commits ba4d88ad892f and
218         755ba58ebef0 from binutils-gdb repository.
219         * Makefile.in: Regenerated.
220
221 2021-09-20  Harald Anlauf  <anlauf@gmx.de>
222
223         * MAINTAINERS (Reviewers): Add myself as Fortran reviewer.
224
225 2021-09-17  Iain Sandoe  <iain@sandoe.co.uk>
226
227         * Makefile.def: Add a jit check target for the jit
228         language.
229         * Makefile.in: Regenerate.
230
231 2021-09-16  Andrew Pinski  <apinski@marvell.com>
232
233         PR bootstrap/67102
234         * Makefile.def: Have configure-target-libffi depend on
235         all-target-libstdc++-v3.
236         * Makefile.in: Regenerate.
237
238 2021-09-10  Petter Tomner  <tomner@kth.se>
239
240         * MAINTAINERS: Me added to DCO and write after approval
241
242 2021-09-01  YunQiang Su  <syq@debian.org>
243
244         * MAINTAINERS: Add myself for write after approval.
245
246 2021-08-31  Andrew Burgess  <andrew.burgess@embecosm.com>
247
248         * Makefile.def: Add all-gdb dependency on all-libbacktrace.
249         * Makefile.in: Regenerate.
250
251 2021-08-21  Dragan Mladjenovic  <Dragan.Mladjenovic@syrmia.com>
252
253         * MAINTAINERS: Add myself for write after approval.
254
255 2021-08-18  Iain Sandoe  <iain@sandoe.co.uk>
256
257         * Makefile.in: Regenerate.
258         * Makefile.tpl: Make the state of the configured host
259         shared flag available to makefile fragements.
260
261 2021-08-09  Hongyu Wang  <hongyu.wang@intel.com>
262
263         * MAINTAINERS (Write After Approval): Add myself.
264
265 2021-07-20  Richard Earnshaw  <rearnsha@arm.com>
266
267         * .dir-locals.el (bug-reference-url-format): Use https.
268
269 2021-07-20  Richard Earnshaw  <rearnsha@arm.com>
270
271         * .dir-locals.el (c-mode): Change fill-column to 79.
272
273 2021-07-15  Trevor Saunders  <tbsaunde@tbsaunde.org>
274
275         * MAINTAINERS: Add myself to DCO section.
276
277 2021-07-09  Iain Sandoe  <iain@sandoe.co.uk>
278
279         * configure: Regenerate.
280         * configure.ac: Adjust cases for which it is necessary to
281         include the Darwin host config fragment.
282
283 2021-07-06  Gaius Mulley  <gaius.mulley@southwales.ac.uk>
284
285         * MAINTAINERS: Add myself for write after approval and DCO.
286
287 2021-07-05  Iain Sandoe  <iain@sandoe.co.uk>
288
289         * Makefile.def: Add dsymutil defs.
290         * Makefile.in: Regenerated.
291         * Makefile.tpl: Add dsymutil to flags.
292         * configure: Regenerated.
293         * configure.ac: Add dsymutil to target and build recipes.
294
295 2021-07-01  Ankur Saini  <arsenic@sourceware.org>
296
297         * MAINTAINERS: Add myself for write after approval.
298
299 2021-06-30  Xi Ruoyao  <xry111@mengyan1223.wang>
300
301         * MAINTAINERS (Write After Approval): Add myself.
302
303 2021-06-25  Matthias Kretz  <m.kretz@gsi.de>
304
305         * MAINTAINERS: Add myself for write after approval and DCO
306
307 2021-06-24  prathamesh.kulkarni  <prathamesh.kulkarni@linaro.org>
308
309         * .gitignore: Add entry for cscope.out.
310
311 2021-06-22  liuhongt  <hongtao.liu@intel.com>
312
313         * MAINTAINERS: Remove my Write After Approval entry.
314
315 2021-06-21  liuhongt  <hongtao.liu@intel.com>
316
317         * MAINTAINERS: Add myself as maintainer of the i386 vector
318         extensions.
319
320 2021-06-18  Antoni Boucher  <bouanto@zoho.com>
321
322         * MAINTAINERS (Write After Approval): Add myself.
323
324 2021-06-17  Aldy Hernandez  <aldyh@redhat.com>
325
326         * MAINTAINERS (Various Maintainers): Add Andrew and myself
327         as *vrp and ranger maintainers.
328
329 2021-06-05  Jeff Law  <jeffreyalaw@gmail.com>
330
331         * MAINTAINERS: Adjust my entry in the DCO section so that it does
332         not trigger testsuite failures.
333
334 2021-06-05  Jeff Law  <jeffreyalaw@gmail.com>
335
336         * MAINTAINERS: Add myself to DCO section with both email addresses.
337
338 2021-06-03  Jason Merrill  <jason@redhat.com>
339
340         * MAINTAINERS: Add DCO version number.
341
342 2021-06-02  Jason Merrill  <jason@redhat.com>
343
344         * MAINTAINERS: Add DCO section.
345
346 2021-05-31  Indu Bhagat  <indu.bhagat@oracle.com>
347
348         * MAINTAINERS (Write After Approval): Add myself.
349
350 2021-05-29  Mike Frysinger  <vapier@gentoo.org>
351
352         * configure.ac: Add gnulib to configdirs for sim.
353         * configure: Regenerate.
354
355 2021-05-18  Mike Frysinger  <vapier@gentoo.org>
356
357         * Makefile.def: Add configure-sim dependency on all-gnulib.
358         * Makefile.in: Regenerated.
359
360 2021-05-17  Serge Belyshev  <belyshev@depni.sinp.msu.ru>
361
362         * MAINTAINERS (Write After Approval): Add myself.
363
364 2021-05-12  Marcel Vollweiler  <marcel@codesourcery.com>
365
366         * MAINTAINERS (Write After Approval): Add myself.
367
368 2021-05-11  Martin Liska  <mliska@suse.cz>
369
370         * MAINTAINERS: Remove entries for removed
371         components (HSA, BRIG, libhsail-rt).
372         Move Pekka to Write After Approval.
373
374 2021-05-11  Martin Liska  <mliska@suse.cz>
375
376         * Makefile.def: Remove libhsail-rt.
377         * Makefile.in: Likewise.
378         * configure.ac: Likewise.
379         * configure: Regenerate.
380         * libhsail-rt/ChangeLog: Removed.
381         * libhsail-rt/Makefile.am: Removed.
382         * libhsail-rt/Makefile.in: Removed.
383         * libhsail-rt/README: Removed.
384         * libhsail-rt/aclocal.m4: Removed.
385         * libhsail-rt/configure: Removed.
386         * libhsail-rt/configure.ac: Removed.
387         * libhsail-rt/configure.tgt: Removed.
388         * libhsail-rt/include/internal/fibers.h: Removed.
389         * libhsail-rt/include/internal/phsa-queue-interface.h: Removed.
390         * libhsail-rt/include/internal/phsa-rt.h: Removed.
391         * libhsail-rt/include/internal/workitems.h: Removed.
392         * libhsail-rt/rt/arithmetic.c: Removed.
393         * libhsail-rt/rt/atomics.c: Removed.
394         * libhsail-rt/rt/bitstring.c: Removed.
395         * libhsail-rt/rt/fbarrier.c: Removed.
396         * libhsail-rt/rt/fibers.c: Removed.
397         * libhsail-rt/rt/fp16.c: Removed.
398         * libhsail-rt/rt/misc.c: Removed.
399         * libhsail-rt/rt/multimedia.c: Removed.
400         * libhsail-rt/rt/queue.c: Removed.
401         * libhsail-rt/rt/sat_arithmetic.c: Removed.
402         * libhsail-rt/rt/segment.c: Removed.
403         * libhsail-rt/rt/workitems.c: Removed.
404         * libhsail-rt/target-config.h.in: Removed.
405
406 2021-05-04  Nick Clifton  <nickc@redhat.com>
407
408         * configure.ac (AC_PROG_CC): Replace with AC_PROG_CC_C99.
409         * configure: Regenerate.
410
411 2021-04-28  Jakub Jelinek  <jakub@redhat.com>
412             Tobias Burnus  <tobias@codesourcery.com>
413
414         * configure.ac (--enable-offload-defaulted): New.
415         * configure: Regenerate.
416
417 2021-04-23  David Faust  <david.faust@oracle.com>
418
419         * MAINTAINERS (Write After Approval): Add myself.
420
421 2021-04-11  Hafiz Abid Qadeer  <abidh@codesourcery.com>
422
423         * MAINTAINERS (Write After Approval): Add myself.
424
425 2021-03-26  Dimitar Dimitrov  <dimitar@dinux.eu>
426
427         * MAINTAINERS: Add myself as pru port maintainer.
428
429 2021-03-23  David Malcolm  <dmalcolm@redhat.com>
430
431         * MAINTAINERS: Add myself as static analyzer maintainer.
432
433 2021-03-18  Jeff Law  <jlaw@tachyum.com>
434
435         * MAINTAINERS: Update primary entry.
436
437 2021-03-13  Eugene Rozenfeld  <erozen@microsoft.com>
438
439         * MAINTAINERS (Write After Approval): Add myself.
440
441 2021-03-13  Mike Frysinger  <vapier@gentoo.org>
442
443         * Makefile.def: Remove all-sim dependency on configure-gdb.
444         * Makefile.in: Regenerated.
445
446 2021-03-11  Jeff Law  <law@redhat.com>
447
448         * MAINTAINERS: Update entries for a few ex-ImgTec employees
449
450 2021-03-11  Martin Liska  <mliska@suse.cz>
451
452         * Makefile.tpl: The change was done Makefile.in which
453         is generated file.
454
455 2021-03-08  Jeff Law  <law@redhat.com>
456
457         * MAINTAINERS: Update my email address
458
459 2021-02-23  Kito Cheng  <kito.cheng@sifive.com>
460
461         * config.guess: Import latest upstream.
462         * config.sub: Import latest upstream.
463
464 2021-01-25  Martin Liska  <mliska@suse.cz>
465
466         PR gcov-profile/98739
467         * Makefile.in: Enable -fprofile-reproducible=parallel-runs
468         for profiledbootstrap.
469
470 2021-01-22  Jonathan Wright  <jonathan.wright@arm.com>
471
472         * MAINTAINERS (Write After Approval): Add myself.
473
474 2021-01-22  Maciej W. Rozycki  <macro@orcam.me.uk>
475
476         * MAINTAINERS (Write After Approval): Update my e-mail address.
477
478 2021-01-12  Segher Boessenkool  <segher@kernel.crashing.org>
479
480         * MAINTAINERS: Fix spacing.
481
482 2021-01-12  Qian Jianhua  <qianjh@cn.fujitsu.com>
483
484         * MAINTAINERS (Write After Approval): Add myself
485
486 2021-01-06  Nick Alcock  <nick.alcock@oracle.com>
487
488         * Makefile.def: Sync with binutils-gdb:
489         (dependencies): all-ld depends on all-libctf.
490         (host_modules): libctf is no longer no_install.
491         No longer no_check.  Checking depends on all-ld.
492         * Makefile.in: Regenerated.
493
494 2021-01-05  Samuel Thibault  <samuel.thibault@ens-lyon.org>
495
496         * libtool.m4: Match gnu* along other GNU systems.
497         * libgo/config/libtool.m4: Match gnu* along other GNU systems.
498         * libgo/configure: Re-generate.
499
500 2021-01-04  Philipp Tomsich  <philipp.tomsich@vrull.eu>
501
502         * MAINTAINERS: Update my email address.
503
504 2020-12-17  Marius Hillenbrand  <mhillen@linux.ibm.com>
505
506         * MAINTAINERS (Write After Approval): Add myself.
507
508 2020-12-15  Nathan Sidwell  <nathan@acm.org>
509
510         * Makefile.def
511         * Makefile.in
512         * Makefile.tpl
513         * configure
514         * configure.ac
515
516 2020-12-15  Nathan Sidwell  <nathan@acm.org>
517
518         * Makefile.def: Add libcody.
519         * configure.ac: Add libcody.
520         * Makefile.in: Regenerated.
521         * configure: Regenerated.
522
523 2020-12-14  Andrea Corallo  <andrea.corallo@arm.com>
524
525         * .dir-locals.el (c-mode): Set 'fill-column' to 80 columns.
526
527 2020-12-05  Iain Sandoe  <iain@sandoe.co.uk>
528
529         PR target/97865
530         * libtool.m4: Update handling of Darwin platform link flags
531         for Darwin20.
532
533 2020-12-02  Simon Marchi  <simon.marchi@polymtl.ca>
534
535         * .gitignore: Sync with binutils-gdb
536
537 2020-12-02  Claudiu Zissulescu  <claziss@gmail.com>
538
539         * MAINTAINERS: Add myself as arc port maintainer.
540
541 2020-11-29  Iain Buclaw  <ibuclaw@gdcproject.org>
542
543         PR d/87788
544         * configure.ac: Don't disable D for *-*-darwin*.
545         * configure: Regenerate.
546
547 2020-11-29  John David Anglin  <danglin@gcc.gnu.org>
548
549         * libtool.m4 (archive_cmds): Add +nodefaultrpath ld option on
550         hppa64-*-hpux11*.
551
552 2020-11-25  Matthew Malcomson  <matthew.malcomson@arm.com>
553
554         * configure: Regenerate.
555         * configure.ac: Add --bootstrap-hwasan option.
556
557 2020-11-23  Iain Sandoe  <iain@sandoe.co.uk>
558
559         * config.guess: Import latest upstream.
560         * config.sub: Import latest upstream.
561
562 2020-11-16  Martin Liska  <mliska@suse.cz>
563
564         * .gitignore: Add cache as clangd uses it now.
565
566 2020-11-13  Haochen Gui  <guihaoc@gcc.gnu.org>
567
568         * MAINTAINERS (Write After Approval): add myself
569
570 2020-11-09  Pat Bernardi  <bernardi@adacore.com>
571
572         * MAINTAINERS (Write After Approval): Add myself.
573
574 2020-11-09  Jonathan Wakely  <jwakely@redhat.com>
575
576         * config-ml.in (multi-do, multi-clean): Add @ to silence recipes.
577         Remove FIXME comments.
578
579 2020-11-06  Martin Uecker  <muecker@gwdg.de>
580
581         * MAINTAINERS: Update my email address.
582
583 2020-11-06  Hongtao Liu  <hongtao.liu@intel.com>
584
585         * MAINTAINERS (Write After Approval): Add myself.
586
587 2020-10-06  Tobias Burnus  <tobias@codesourcery.com>
588
589         PR target/97302
590         * configure.ac: Only set with_gmp to /usr/local
591         if not building in tree.
592         * configure: Regenerate.
593
594 2020-09-18  Omar Tahir  <omar.tahir@arm.com>
595
596         * MAINTAINERS (Write After Approval): Add myself.
597
598 2020-08-26  Tobias Burnus  <tobias@codesourcery.com>
599
600         * MAINTAINERS (Various Maintainers): Add myself as OpenACC maintainer.
601
602 2020-08-20  Tobias Burnus  <tobias@codesourcery.com>
603
604         PR bootstrap/96612
605         * configure.ac: Run AX_CXX_COMPILE_STDCXX also for ${build} compiler,
606         if not the same as ${host}.
607         * configure: Regenerate.
608
609 2020-08-16  Sergei Trofimovich  <slyfox@gcc.gnu.org>
610
611         * MAINTAINERS (Write After Approval): Add myself.
612
613 2020-08-12  Senthil Kumar Selvaraj  <saaadhu@gcc.gnu.org>
614
615         * MAINTAINERS: Update my email address.
616
617 2020-07-30  Joe Ramsay  <joe.ramsay@arm.com>
618
619         * MAINTAINERS (Write After Approval): Add myself.
620
621 2020-07-22  Przemyslaw Wirkus  <przemyslaw.wirkus@arm.com>
622
623         * MAINTAINERS (Write After Approval): Add myself.
624
625 2020-06-12  Martin Liska  <mliska@suse.cz>
626
627         * .gitignore: Add .clang-tidy.
628
629 2020-06-08  Jason Merrill  <jason@redhat.com>
630
631         * configure.ac: Check AX_CXX_COMPILE_STDCXX if not bootstrapping.
632         * configure: Regenerate.
633
634 2020-06-06  Max Filippov  <jcmvbkbc@gmail.com>
635
636         * MAINTAINERS: Add myself as xtensa port maintainer.
637
638 2020-05-28  Nicolas Bértolo  <nicolasbertolo@gmail.com>
639
640         * configure.ac: Don't require --enable-host-shared when building
641         for Mingw.
642         * configure: Regenerate.
643
644 2020-05-18  Jason Merrill  <jason@redhat.com>
645
646         * configure.ac: Update bootstrap dialect to -std=c++11.
647
648 2020-05-18  Alex Coplan  <alex.coplan@arm.com>
649
650         * MAINTAINERS (Write After Approval): Add myself.
651
652 2020-04-29  Thomas Schwinge  <thomas@codesourcery.com>
653
654         PR target/92713
655         * configure.ac ["${ENABLE_LIBSTDCXX}" = "default" && amdgcn*-*-*]
656         (noconfigdirs): Add 'target-libstdc++-v3'.
657         * configure: Regenerate.
658
659 2020-04-21  Stephen Casner  <casner@acm.org>
660
661         PR 25830
662         * configure.ac (noconfigdirs): Exclude gdb & gprof for pdp11.
663         * configure: Rebuild.
664
665 2020-04-17  Martin Liska  <mliska@suse.cz>
666             Jonathan Yong <10walls@gmail.com>
667
668         PR gcov-profile/94570
669         * ltmain.sh: Do not define HAVE_DOS_BASED_FILE_SYSTEM
670         for CYGWIN.
671
672 2020-04-14  Martin Jambor  <mjambor@suse.cz>
673
674         * MAINTAINERS (Reviewers): Add myself as callgraph (IPA) reviewer.
675
676 2020-04-09  Tom Tromey  <tom@tromey.com>
677
678         * configure: Rebuild.
679         * Makefile.in: Rebuild.
680         * Makefile.def (gdbsupport, gdbserver): New host modules.
681         (configure-gdb): Depend on all-gdbsupport.
682         (all-gdb): Depend on all-gdbsupport, all-libctf.
683         * configure.ac (host_tools): Add gdbserver.
684         Conditionally build gdbserver and gdbsupport.
685
686 2020-03-09  Tobias Burnus  <tobias@codesourcery.com>
687
688         * configure.ac: Build libgomp by default for amdgcn.
689         * configure: Regenerate.
690
691 2020-03-05  Srinath Parvathaneni  <srinath.parvathaneni@arm.com>
692
693         * MAINTAINERS (Write After Approval): Add myself.
694
695 2020-02-28  Joel Hutton  <joel.hutton@arm.com>
696
697         * MAINTAINERS (Write After Approval) : Add myself.
698
699 2020-02-20  Palmer Dabbelt  <palmer@sifive.com>
700
701         * MAINTAINERS: Change palmer@sifive.com to palmer@dabbelt.com.
702
703 2020-02-14  Martin Sebor  <msebor@redhat.com>
704
705         * doc/extend.texi (attribute alias): Mention type requirement.
706         (attribute weak): Same.
707         (attribute weakref): Correct invalid example.
708
709 2020-02-03  Segher Boessenkool  <segher@kernel.crashing.org>
710
711         * doc/md.texi (PowerPC and IBM RS6000): Improve documentation.
712
713 2020-01-15  Segher Boessenkool  <segher@kernel.crashing.org>
714             Jakub Jelinek  <jakub@redhat.com>
715
716         * .gitattributes: Add *.md diff=md.
717
718 2020-01-14  Georg-Johann Lay  <avr@gjlay.de>
719
720         The mentioned auto-generated file is no more part of the
721
722         GCC sources, it's auto-generated in $(builddir) during build.
723
724         PR target/92055
725         * contrib/gcc_update (files_and_dependencies): Remove
726         entry for gcc/config/avr/t-multilib.
727
728 2020-01-14  Anatoly Sokolov <aesok@dol.ru>
729
730         * MAINTAINERS: Update my email address.
731
732 2020-01-13  Joseph Myers  <joseph@codesourcery.com>
733
734         * README.MOVED_TO_GIT: Remove.
735
736 2020-01-11  Joseph Myers  <joseph@codesourcery.com>
737
738         * README.MOVED_TO_GIT: New file.
739
740 2020-01-02  Dennis Zhang  <dennis.zhang@arm.com>
741
742         * MAINTAINERS (Write After Approval): Add myself.
743
744 2019-12-20  Jerome Lambourg  <lambourg@adacore.com>
745
746         * MAINTAINERS (write_after_approval): Add myself.
747
748 2019-12-19  Stam Markianos-Wright  <stam.markianos-wright@arm.com>
749
750         * MAINTAINERS (write_after_approval): Add myself.
751
752 2019-12-17  Mihail Ionescu  <mihail.ionescu@arm.com>
753
754         * MAINTAINERS (write_after_approval): Add myself.
755
756 2019-12-11  Matthias Klose  <doko@ubuntu.com>
757
758         * configure.ac: Factor out common cases for compare_exclusions.
759         * configure: Regenerate.
760
761 2019-12-11  Jozef Lawrynowicz  <jozef.l@mittosystems.com>
762
763         * config-ml.in (msp430-*-*): Support --disable-no-exceptions configure
764         flag.
765
766 2019-12-10  Lewis Hyatt  <lhyatt@gmail.com>
767
768         * MAINTAINERS (Write After Approval): Add myself.
769
770 2019-11-27  Tobias Burnus  <tobias@codesourcery.com>
771
772         PR middle-end/92463
773         * configure.ac: Use MPFR_RNDN instead of GMP's MP_RNDN.
774         * configure: Regenerate
775
776 2019-11-20  Janne Blomqvist  <jb@gcc.gnu.org>
777
778         * configure.ac: Use https for gcc.gnu.org.
779         * configure: Regenerated.
780
781 2019-11-19  James Greenhalgh  <james.greenhalgh@arm.com>
782
783         * MAINTAINERS (aarch64 port): Remove my name, move to...
784         (Write After Approval): ...Here.
785
786 2019-11-15  Kelvin Nilsen  <kelvin@gcc.gnu.org>
787
788         * MAINTAINERS: Change my email address as maintainer.
789
790 2019-11-11  Janne Blomqvist  <jb@gcc.gnu.org>
791
792         PR fortran/91828
793         * configure.ac: Bump minimum MPFR to 3.1.0, recommended to 3.1.6+.
794         * configure: Regenerated.
795
796 2019-10-21  Jason Merrill  <jason@redhat.com>
797
798         * .gitattributes: Also check ChangeLog whitespace.
799
800 2019-10-21  Andrew Burgess  <andrew.burgess@embecosm.com>
801
802         * contrib/dg-extract-results.sh: Add support for KPASS.
803         * contrib/dg-extract-results.py: Likewise.
804
805 2019-10-17  Jason Merrill  <jason@redhat.com>
806
807         * .gitattributes: Avoid {} in filename pattern.
808
809 2019-10-08  Thomas Schwinge  <thomas@codesourcery.com>
810
811         * MAINTAINERS: Add back Trevor Smigiel; move into Write After
812         Approval section.
813
814 2019-10-01  Frederik Harwath <frederik@codesourcery.com>
815
816         * MAINTAINERS: Add myself to Write After Approval
817
818 2019-09-26  Richard Sandiford  <richard.sandiford@arm.com>
819
820         * MAINTAINERS: Add myself as an aarch64 maintainer.
821
822 2019-09-26  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
823
824         * MAINTAINERS: Add myself as aarch64 maintainer.
825
826 2019-09-23  Carl Love  <cel@us.ibm.com>
827
828         * config/rs6000/vsx.md (xxswapd_v4si, xxswapd_v8hi, xxswapd_v16qi):
829         New define_insn.
830         (vsx_xxpermdi4_le_<mode> for VSX_W, vsx_xxpermdi8_le_V8HI,
831         vsx_xxpermdi16_le_V16QI): Removed define_insn.
832
833 2019-09-13  Sam Tebbs  <sam.tebbs@arm.com>
834
835         * MAINTAINERS (Sam Tebbs): Update email address.
836
837 2019-09-10  Tobias Burnus  <tobias@codesourcery.com>
838
839         * MAINTAINERS: Update my email address.
840
841 2019-09-10  Christophe Lyon  <christophe.lyon@st.com>
842
843         * libtool.m4: Handle uclinuxfdpiceabi.
844
845 2019-09-09  Jose E. Marchesi  <jose.marchesi@oracle.com>
846
847         * MAINTAINERS: Add myself as the maintainer of the eBPF port.
848         Remove myself from Write After Approval section.
849
850 2019-09-09  Jose E. Marchesi  <jose.marchesi@oracle.com>
851
852         * configure.ac: Support for bpf-*-* targets.
853         * configure: Regenerate.
854
855 2019-09-09  Jose E. Marchesi  <jose.marchesi@oracle.com>
856
857         * config.sub: Import upstream version 2019-06-30.
858         * config.guess: Import upstream version 2019-07-24.
859
860 2019-09-03  Ulrich Weigand  <uweigand@de.ibm.com>
861
862         * MAINTAINERS: Remove spu port maintainers.
863
864 2019-08-28  Martin Liska  <mliska@suse.cz>
865
866         * .gitignore: Add .clangd and compile_commands.json
867         to .gitignore.
868
869 2019-08-23  Michael Forney  <mforney@mforney.org>
870
871         * Makefile.tpl (HOST_EXPORTS): Add CXX_FOR_BUILD.
872         * Makefile.in: Regenerate.
873
874 2019-08-19  Tom Tromey  <tom@tromey.com>
875
876         * configure: Rebuild.
877         * configure.ac: Add --with-static-standard-libraries.
878
879 2019-08-16  Alexandre Oliva <oliva@gnu.org>
880
881         * MAINTAINERS: aoliva from @redhat.com to @gcc.gnu.org.
882
883 2019-08-13  Mark Eggleston  <mark.eggleston@codethink.co.uk>
884
885         * MAINTAINERS (Write After Approval): Add myself.
886
887 2019-07-08  Kito Cheng  <kito.cheng@sifive.com>
888
889         * MAINTAINERS (Write After Approval): Remove myself, already listed in
890         RISC-V port maitainer.
891
892 2019-07-08  Kito Cheng  <kito.cheng@sifive.com>
893
894         * MAINTAINERS (Write After Approval): Fix the list sorted by surname.
895
896 2019-07-08  Kito Cheng  <kito.cheng@sifive.com>
897
898         * MAINTAINERS (Write After Approval): Add myself.
899
900 2019-07-03  Andrea Corallo  <andrea.corallo@arm.com>
901
902         * MAINTAINERS (Write After Approval): Add myself.
903
904 2019-06-25  Martin Liska  <mliska@suse.cz>
905
906         contrib/filter-clang-warnings.py: Transform from
907         filter-rtags-warnings.py.
908
909 2019-06-15  Tom Tromey  <tom@tromey.com>
910
911         * configure.ac (host_libs): Add gnulib.
912         * configure: Rebuild.
913         * Makefile.def (host_modules, dependencies): Add gnulib.
914         * Makefile.in: Rebuild.
915
916 2019-06-12  Dimitar Dimitrov  <dimitar@dinux.eu>
917
918         * MAINTAINERS (Write After Approval): Add myself.
919
920 2019-06-12  Dimitar Dimitrov  <dimitar@dinux.eu>
921
922         * configure: Regenerate.
923         * configure.ac: Add PRU target.
924
925 2019-06-11  Matthew Beliveau  <mbelivea@redhat.com>
926
927         * MAINTAINERS (Write After Approval): Add myself.
928
929 2019-06-11  Nick Clifton  <nickc@redhat.com>
930
931         Import these changes from the binutils/gdb repository:
932
933         2019-05-28  Nick Alcock  <nick.alcock@oracle.com>
934
935         * Makefile.def (dependencies): configure-libctf depends on all-bfd
936         and all its deps.
937         * Makefile.in: Regenerated.
938
939         2019-05-28  Nick Alcock  <nick.alcock@oracle.com>
940
941         * Makefile.def (host_modules): Add libctf.
942         * Makefile.def (dependencies): Likewise.
943         libctf depends on zlib, libiberty, and bfd.
944         * Makefile.in: Regenerated.
945         * configure.ac (host_libs): Add libctf.
946         * configure: Regenerated.
947
948 2019-05-20  Vladislav Ivanishin  <vlad@ispras.ru>
949
950         * MAINTAINERS (Write After Approval): Add myself.
951
952 2019-05-19  Peter Bergner  <bergner@linux.ibm.com>
953
954         * MAINTAINERS: Update my email address.
955
956 2019-05-17  Thomas Rodgers  <trodgers@redhat.com>
957
958         * MAINTAINERS (Write After Approval): Add myself.
959
960 2019-05-16  Jun Ma  <junma@linux.alibaba.com>
961
962         * MAINTAINERS (Write After Approval): Add myself.
963
964 2019-05-07  Jim Wilson  <jimw@sifive.com>
965
966         * MAINTAINERS: Remove myself as IA-64 maintainer.
967
968 2019-05-04  Roland Illig  <roland.illig@gmx.de>
969
970         * MAINTAINERS (Write After Approval): Add myself.
971
972 2019-05-02  Richard Biener  <rguenther@suse.de>
973
974         PR bootstrap/85574
975         * Makefile.tpl (compare target): Also compare extra-compare
976         files.
977         * Makefile.in: Regenerate.
978
979 2019-04-22  Roman Zhuykov  <zhroma@ispras.ru>
980
981         * MAINTAINERS (Various Maintainers): Remove Ayal Zaks and add myself
982         as modulo-scheduler maintainer.
983
984 2019-04-21  Iain Sandoe  <iain@sandoe.co.uk>
985
986         * MAINTAINERS: Add myself as co-maintainer for Darwin.
987
988 2019-04-18  Iain Sandoe  <iain@sandoe.co.uk>
989
990         * MAINTAINERS: Update my email address.
991
992 2019-04-14  Johannes Pfau  <johannespfau@gmail.com>
993
994         * configure.ac: Remove d from unsupported languages on mingw and cygwin.
995         * configure: Regenerate.
996
997 2019-04-14  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
998
999         * configure.ac (enable_libphobos): Check LIBPHOBOS_SUPPORTED.
1000         * configure: Regenerate.
1001
1002 2019-04-12  Iain Buclaw  <ibuclaw@gdcproject.org>
1003
1004         * configure.ac: Add target-zlib to target_libraries.
1005         * configure: Regenerate.
1006
1007 2019-04-09  Martin Liska  <mliska@suse.cz>
1008
1009         * Makefile.in: Regenerate.
1010         * Makefile.tpl: Pass GENERATOR_CFLAGS
1011         in all stages.
1012
1013 2019-03-28  Martin Liska  <mliska@suse.cz>
1014
1015         PR bootstrap/89829
1016         * Makefile.in: Revert r254150.
1017         * Makefile.tpl: Likewise.
1018
1019 2019-03-28  Ben Elliston  <bje@gnu.org>
1020
1021         * MAINTAINERS (Various Maintainers): Remove myself from dfp.c and
1022         related, and libdecnumber.
1023
1024 2019-03-15  Alexander Monakov  <amonakov@ispras.ru>
1025
1026         * MAINTAINERS (Reviewers): Add myself as selective scheduling reviewer.
1027         (Write After Approval): Remove myself.
1028
1029 2019-02-27  Alejandro Martinez  <alejandro.martinezvicente@arm.com>
1030
1031         * MAINTAINERS (Write After Approval): Add myself.
1032
1033 2019-02-11  Andrew Stubbs  <ams@codesourcery.com>
1034
1035         * MAINTAINERS (amdgcn port): Add myself and Julian Brown.
1036         (Write After Approval): Remove myself and Julian.
1037
1038 2019-01-26  Harald Anlauf  <anlauf@gmx.de>
1039
1040         * MAINTAINERS (Write After Approval): Add myself.
1041
1042 2019-01-25  Kwok Cheung Yeung  <kcy@codesourcery.com>
1043
1044         * MAINTAINERS (Write After Approval): Add myself.
1045
1046 2019-01-24  Xiong Hu Luo  <luoxhu@linux.vnet.ibm.com>
1047
1048         * ChangeLog: Replace space with tab.
1049         * MAINTAINERS: Delete 1 tab to keep alignment.
1050
1051 2019-01-21  Jiufu Guo  <guojiufu@linux.ibm.com>
1052
1053         * MAINTAINERS (Write After Approval): Add myself.
1054
1055 2019-01-18  Li Jia He  <helijia@gcc.gnu.org>
1056
1057         * MAINTAINERS (Write After Approval): Add myself.
1058
1059 2019-01-17  Andrew Stubbs  <ams@codesourcery.com>
1060             Kwok Cheung Yeung  <kcy@codesourcery.com>
1061             Julian Brown  <julian@codesourcery.com>
1062             Tom de Vries  <tom@codesourcery.com>
1063             Jan Hubicka  <hubicka@ucw.cz>
1064             Martin Jambor  <mjambor@suse.cz>
1065
1066         * configure.ac: Likewise.
1067         * configure: Regenerate.
1068         * contrib/config-list.mk: Add amdgcn-amdhsa.
1069
1070 2019-01-16  Kewen Lin  <linkw@gcc.gnu.org>
1071
1072         * MAINTAINERS (Write After Approval): Add myself.
1073
1074 2019-01-16  Xiong Hu Luo  <luoxhu@linux.vnet.ibm.com>
1075
1076         * MAINTAINERS (Write After Approval): Add myself.
1077
1078 2019-01-03  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1079
1080         PR target/88535
1081         * config.guess: Import upstream version 2019-01-03.
1082         * config.sub: Import upstream version 2019-01-01.
1083
1084 2018-12-21  Thomas Preud'homme  <thomas.preudhomme@linaro.org>
1085
1086         * MAINTAINERS (Write After Approval): Update my maintainer address.
1087
1088 2018-12-21  Gergö Barany  <gergo@codesourcery.com>
1089
1090         * MAINTAINERS (Write After Approval): Add myself.
1091
1092 2018-12-10  Segher Boessenkool  <segher@kernel.crashing.org>
1093
1094         * contrib/config-list.mk: Remove powerpc-eabispe and powerpc-linux_spe.
1095
1096 2018-12-05  Iain Sandoe  <iain@sandoe.co.uk>
1097
1098         * configure.ac (NCN_STRICT_CHECK_TOOLS): Check otool.
1099         (ACX_CHECK_INSTALLED_TARGET_TOOL): Likewise
1100         (GCC_TARGET_TOOL): Likewise.
1101         * Makefile.tpl (HOST_EXPORTS): Add OTOOL, OTOOL_FOR_TARGET.
1102         (BASE_TARGET_EXPORTS): OTOOL, export OTOOL_FOR_TARGET.
1103         OTOOL, OTOOL_FOR_TARGET: New substitutions.
1104         (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS): Add OTOOL.
1105         * configure: Regenerate.
1106         * Makefile.in: Likewise.
1107
1108 2018-11-28  Johannes Pfau  <johannespfau@gmail.com>
1109
1110         * MAINTAINERS (Write After Approval): Add myself.
1111
1112 2018-11-13  Martin Liska  <mliska@suse.cz>
1113
1114         * gcc.target/i386/pr87930.c: Move to ...
1115         * gcc.dg/asan/pr87930.c: ... here.  Guard for i?86/x86_64 targets.
1116
1117 2018-11-10  Stafford Horne  <shorne@gmail.com>
1118
1119         * MAINTAINERS (CPU Port Maintainers): Add myself for or1k.
1120         (Write After Approval): Remove myself.
1121
1122 2018-11-06  Hafiz Abid Qadeer  <abidh@codesourcery.com>
1123
1124         * config/iconv.m4 (AM_ICONV_LINK): Don't overwrite CPPFLAGS.
1125         Append $INCICONV to it.
1126
1127 2018-11-04  Stafford Horne  <shorne@gmail.com>
1128
1129         * MAINTAINERS (Write After Approval): Add myself.
1130
1131 2018-10-31  Joseph Myers  <joseph@codesourcery.com>
1132
1133         PR bootstrap/82856
1134         * multilib.am: New file.  From automake.
1135
1136         Merge from binutils-gdb:
1137         2018-06-19  Simon Marchi  <simon.marchi@ericsson.com>
1138
1139         * libtool.m4: Use AC_LANG_SOURCE.
1140         * configure.ac: Remove AC_PREREQ, use AC_LANG_SOURCE.
1141         * ar-lib: New file.
1142         * test-driver: New file.
1143         * configure: Re-generate.
1144
1145 2018-10-31  Michael Ploujnikov  <michael.ploujnikov@oracle.com>
1146
1147         * MAINTAINERS (Write After Approval): Add myself.
1148
1149 2018-10-31  Iain Buclaw  <ibuclaw@gdcproject.org>
1150
1151         PR bootstrap/87788
1152         PR d/87799
1153         * configure: Rebuild.
1154         * configure.ac: Disable D on systems where it is known not to work.
1155
1156 2018-10-28  Iain Buclaw  <ibuclaw@gdcproject.org>
1157
1158         * Makefile.def (target_modules): Add libphobos.
1159         (flags_to_pass): Add GDC, GDCFLAGS, GDC_FOR_TARGET and
1160         GDCFLAGS_FOR_TARGET.
1161         (dependencies): Make libphobos depend on libatomic, libbacktrace
1162         configure, and zlib configure.
1163         (language): Add language d.
1164         * Makefile.in: Rebuild.
1165         * Makefile.tpl (BUILD_EXPORTS): Add GDC and GDCFLAGS.
1166         (HOST_EXPORTS): Add GDC.
1167         (POSTSTAGE1_HOST_EXPORTS): Add GDC and GDC_FOR_BUILD.
1168         (BASE_TARGET_EXPORTS): Add GDC.
1169         (GDC_FOR_BUILD, GDC, GDCFLAGS): New variables.
1170         (GDC_FOR_TARGET, GDC_FLAGS_FOR_TARGET): New variables.
1171         (EXTRA_HOST_FLAGS): Add GDC.
1172         (STAGE1_FLAGS_TO_PASS): Add GDC.
1173         (EXTRA_TARGET_FLAGS): Add GDC and GDCFLAGS.
1174         * config-ml.in: Treat GDC and GDCFLAGS like other compiler/flag
1175         environment variables.
1176         * configure: Rebuild.
1177         * configure.ac: Add target-libphobos to target_libraries.  Set and
1178         substitute GDC_FOR_BUILD and GDC_FOR_TARGET.
1179
1180 2018-10-24  Ilya Leoshkevich  <iii@linux.ibm.com>
1181
1182         * MAINTAINERS (Write After Approval): Add myself.
1183
1184 2018-10-23  Iain Buclaw  <ibuclaw@gdcproject.org>
1185
1186         * MAINTAINERS (Write After Approval): Remove myself.
1187
1188 2018-10-23  Iain Buclaw  <ibuclaw@gdcproject.org>
1189
1190         * MAINTAINERS: Add myself as D front-end and libphobos maintainer.
1191
1192 2018-10-14  Bin Cheng <bin.cheng@linux.alibaba.com>
1193
1194         * MAINTAINERS: Update my email address.
1195
1196 2018-10-04  Thomas Schwinge  <thomas@codesourcery.com>
1197
1198         * MAINTAINERS: List myself as "libgomp (OpenACC)" and "OpenACC"
1199         maintainer.
1200
1201 2018-09-13  Matthew Malcomson  <matthew.malcomson@arm.com>
1202
1203         * MAINTAINERS (Write After Approval): Add self.
1204
1205 2018-09-13  Sam Tebbs  <sam.tebbs@arm.com>
1206
1207         * MAINTAINERS (write after approval): Add myself.
1208
1209 2018-09-04  Xuepeng Guo  <xuepeng.guo@intel.com>
1210
1211         * MAINTAINERS: Update my email address.
1212
1213 2018-08-29  Vlad Lazar  <vlad.lazar@arm.com>
1214
1215         * MAINTAINERS (write after approval): Add myself.
1216
1217 2018-08-21  Richard Sandiford  <richard.sandiford@arm.com>
1218
1219         * MAINTAINERS: Add self to global reviewers list.
1220
1221 2018-08-17  Sandra Loosemore  <sandra@codesourcery.com>
1222
1223         MAINTAINERS: Add c-sky port maintainers.
1224
1225 2018-08-10  Martin Liska  <mliska@suse.cz>
1226
1227         * MAINTAINERS: Revert change in previous commit and
1228         join lines.
1229
1230 2018-08-10  Martin Liska  <mliska@suse.cz>
1231
1232         * MAINTAINERS: Remove extra line.
1233
1234 2018-08-06  Naveen H.S  <naveenh@marvell.com>
1235
1236         * MAINTAINERS: Update my email address.
1237
1238 2018-07-19  DJ Delorie  <dj@redhat.com>
1239
1240         * MAINTAINERS (m32c, msp43, rl78, libiberty, build): Remove myself
1241         as maintainer.
1242
1243 2018-07-16  Andreas Krebbel  <krebbel@linux.ibm.com>
1244
1245         * MAINTAINERS: Adjust email address for me and my colleague Robin
1246         Dapp.
1247
1248 2018-07-13  H.J. Lu  <hongjiu.lu@intel.com>
1249             Sunil K Pandey  <sunil.k.pandey@intel.com>
1250
1251         PR target/84413
1252         * config/i386/i386.c (m_CORE_AVX512): New.
1253         (m_CORE_AVX2): Likewise.
1254         (m_CORE_ALL): Add m_CORE_AVX2.
1255         * config/i386/x86-tune.def: Replace m_HASWELL with m_CORE_AVX2.
1256         Replace m_SKYLAKE_AVX512 with m_CORE_AVX512 on avx256_optimal
1257         and remove the rest of m_SKYLAKE_AVX512.
1258
1259 2018-07-06  Sebastian Huber  <sebastian.huber@embedded-brains.de>
1260
1261         * config.sub: Sync with upstream version 2018-07-03.
1262
1263 2018-07-06  Sebastian Huber  <sebastian.huber@embedded-brains.de>
1264
1265         * config.guess: Sync with upstream version 2018-06-26.
1266         * config.sub: Sync with upstream version 2018-07-02.
1267
1268 2018-06-19  Bernhard M. Wiedemann  <bwiedemann@suse.de>
1269
1270         * libtool.m4: Sort output of 'find' to enable deterministic builds.
1271         * ltmain.sh: Likewise.
1272
1273 2018-07-03  Segher Boessenkool  <segher@kernel.crashing.org>
1274
1275         * contrib/config-list.mk: Remove powerpc-linux_paired.
1276
1277 2018-06-29  Alexandre Oliva <oliva@adacore.com>
1278
1279         * configure.ac: Introduce support for @unless/@endunless.
1280         * Makefile.tpl (dep-kind): Rewrite with cond; return
1281         postbootstrap in some cases.
1282         (make-postboot-dep, postboot-targets): New.
1283         (dependencies): Do not output postbootstrap dependencies at
1284         first.  Output non-target ones changed for configure to depend
1285         on stage_last @if gcc-bootstrap, and the original deps @unless
1286         gcc-bootstrap.
1287         * configure.in, Makefile.in: Rebuilt.
1288
1289 2018-06-28  Jackson Woodruff  <jackson.woodruff@arm.com>
1290
1291         * MAINTAINERS (write after approval): Add myself.
1292
1293 2018-06-26  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
1294
1295         * MAINTAINERS (write after approval): Add myself.
1296
1297 2018-06-19  Nick Clifton  <nickc@redhat.com>
1298
1299         * zlib/configure.ac: Restore old behaviour of only enabling
1300         multilibs when a target subdirectory is defined.  This allows
1301         building with srcdir == builddir.
1302         * zlib/configure: Regenerate.
1303
1304 2018-06-18  Eric Botcazou  <ebotcazou@adacore.com>
1305
1306         * Makefile.def (fortran): Add check-target-libgomp-fortran.
1307         * Makefile.tpl (check-target-libgomp-fortran): New phony target.
1308         * Makefile.in: Regenerate.
1309
1310 2018-06-16  Ben Elliston  <bje@gnu.org>
1311
1312         * config.guess: Import latest version.
1313         * config.sub: Likewise.
1314
1315 2018-06-08  Martin Liska  <mliska@suse.cz>
1316
1317         * MAINTAINERS: Remove MPX-related entries.
1318         * Makefile.def: Remove libmpx support.
1319         * Makefile.in: Regenerate.
1320         * configure.ac: Remove removed files.
1321         * configure: Regenerate.
1322         * libmpx/ChangeLog: Remove.
1323         * libmpx/Makefile.am: Remove.
1324         * libmpx/Makefile.in: Remove.
1325         * libmpx/acinclude.m4: Remove.
1326         * libmpx/aclocal.m4: Remove.
1327         * libmpx/config.h.in: Remove.
1328         * libmpx/configure: Remove.
1329         * libmpx/configure.ac: Remove.
1330         * libmpx/configure.tgt: Remove.
1331         * libmpx/libmpx.spec.in: Remove.
1332         * libmpx/mpxrt/Makefile.am: Remove.
1333         * libmpx/mpxrt/Makefile.in: Remove.
1334         * libmpx/mpxrt/libmpx.map: Remove.
1335         * libmpx/mpxrt/libtool-version: Remove.
1336         * libmpx/mpxrt/mpxrt-utils.c: Remove.
1337         * libmpx/mpxrt/mpxrt-utils.h: Remove.
1338         * libmpx/mpxrt/mpxrt.c: Remove.
1339         * libmpx/mpxrt/mpxrt.h: Remove.
1340         * libmpx/mpxwrap/Makefile.am: Remove.
1341         * libmpx/mpxwrap/Makefile.in: Remove.
1342         * libmpx/mpxwrap/libmpxwrappers.map: Remove.
1343         * libmpx/mpxwrap/libtool-version: Remove.
1344         * libmpx/mpxwrap/mpx_wrappers.c: Remove.
1345
1346 2018-06-04  Martin Liska  <mliska@suse.cz>
1347
1348         * MAINTAINERS: Add myself as gcov maintainer.
1349
1350 2018-06-04  Matthew Fortune  <mfortune@gmail.com>
1351
1352         * MAINTAINERS: Update my email address.
1353
1354 2018-06-04  Tom de Vries  <tdevries@suse.de>
1355
1356         * MAINTAINERS: Remove write-after-approval entries for component
1357         maintainers.
1358
1359 2018-06-01  Jozef Lawrynowicz  <jozef.l@mittosystems.com>
1360
1361         * MAINTAINERS (write after approval): Add myself.
1362
1363 2018-06-01  Bin Cheng <amker@gcc.gnu.org>
1364
1365         * MAINTAINERS: Update my email address.
1366
1367 2018-06-01  Tom de Vries  <tdevries@suse.de>
1368
1369         * MAINTAINERS: Update my email address.
1370
1371 2018-05-22  Bin Cheng <bin.cheng@arm.com>
1372
1373         * MAINTAINERS (loop-optimizer): Add myself.
1374
1375 2018-05-01  Francois H. Theron  <francois.theron@netronome.com>
1376
1377         * configure.ac: Added "nfp" target.
1378         * configure: Regenerate.
1379
1380 2018-04-30  Richard Biener  <rguenther@suse.de>
1381
1382         PR bootstrap/85571
1383         * Makefile.tpl (STAGE3_CFLAGS): Use -fchecking=1.
1384         (STAGE3_TFLAGS): Likewise.
1385         (STAGEtrain_CFLAGS): Filter out -fchecking=1.
1386         (STAGEtrain_TFLAGS): Likewise.
1387         * Makefile.in: Regenerate.
1388
1389 2018-04-26  Richard Biener  <rguenther@suse.de>
1390
1391         * Makefile.tpl (STAGE1_TFLAGS): Add -fno-checking.
1392         (STAGE2_CFLAGS): Likewise.
1393         (STAGE2_TFLAGS): Likewise.
1394         (STAGE3_CFLAGS): Add -fchecking.
1395         (STAGE3_TFLAGS): Likewise.
1396         (STAGEtrain_CFLAGS): Filter out -fchecking.
1397         (STAGEtrain_TFLAGS): Likewise.
1398         * Makefile.in: Re-generate.
1399
1400 2018-04-25  Catherine Moore <clm@codesourcery.com>
1401
1402         * MAINTAINERS (mips): Remove myself as MIPS maintainer.
1403
1404 2018-04-18  Paul Clarke  <pc@us.ibm.com>
1405
1406         * MAINTAINERS (write after approval): Add myself.
1407
1408 2018-04-10  Aaron Sawdey  <acsawdey@linux.ibm.com>
1409
1410         * MAINTAINERS: Update my email address.
1411
1412 2018-04-02  Bill Schmidt  <wschmidt@linux.ibm.com>
1413
1414         * MAINTAINERS: Remove redundant Write-After-Approval entry.
1415
1416 2018-03-30  Bill Schmidt  <wschmidt@linux.ibm.com>
1417
1418         * MAINTAINERS: Update my email address and disambiguate myself
1419         a bit from Will Schmidt.
1420
1421 2018-03-21  Nathan Sidwell  <nathan@acm.org>
1422
1423         * MAINTAINERS: Move maintainers of now-removed picochip and score
1424         ports to write after approval.
1425
1426 2018-03-13  Richard Sandiford  <richard.sandiford@arm.com>
1427
1428         * MAINTAINERS: Add entry for SVE maintainership.
1429
1430 2018-02-13  Maciej W. Rozycki  <macro@mips.com>
1431
1432         * configure.ac <wasm32-*-*> (noconfigdirs): Add `ld'.
1433         * configure: Regenerate.
1434
1435 2018-01-18  Boris Kolpackov  <boris@codesynthesis.com>
1436
1437         * MAINTAINERS (write after approval): Add myself.
1438
1439 2018-01-18  Siddhesh Poyarekar  <siddhesh@sourceware.org>
1440
1441         * MAINTAINERS (write after approval): Add myself.
1442
1443 2018-01-16  Sebastian Perta  <sebastian.perta@renesas.com>
1444
1445         * MAINTAINERS (write after approval): Add myself.
1446
1447 2018-01-03  Jakub Jelinek  <jakub@redhat.com>
1448
1449         Update copyright years.
1450
1451 2018-01-03  Ben Elliston  <bje@gnu.org>
1452
1453         * config.guess: Import latest version.
1454         * config.sub: Likewise.
1455
1456 2017-12-12  Stafford Horne  <shorne@gmail.com>
1457
1458         * configure.ac: Remove logic adding gdb to noconfigsdirs for or1k.
1459         * configure: Regenerate.
1460
1461 2017-11-29  Qing Zhao  <qing.zhao@oracle.com>
1462
1463         * MAINTAINERS (Write After Approval): Add myself.
1464
1465 2017-11-28  Julia Koval  <julia.koval@intel.com>
1466             Sebastian Peryt  <sebastian.peryt@intel.com>
1467
1468         * Makefile.def (target_modules): Remove libcilkrts.
1469         * Makefile.in: Ditto.
1470         * configure: Ditto.
1471         * configure.ac: Ditto.
1472
1473 2017-11-28  Julia Koval  <julia.koval@intel.com>
1474
1475         * MAINTAINERS (Write After Approval): Add myself.
1476
1477 2017-11-22  Sudakshina Das  <sudi.das@arm.com>
1478
1479         * MAINTAINERS (Write After Approval): Add myself.
1480
1481 2017-11-06  Palmer Dabbelt  <palmer@sifive.com>
1482
1483         * MAINTAINERS (RISC-V): Add Jim Wilson as a maintainer.
1484         Use my SiFive email address.
1485
1486 2017-11-15  Sebastian Peryt  <sebastian.peryt@intel.com>
1487
1488         * MAINTAINERS (write after approval): Add myself.
1489
1490 2017-10-27  Martin Liska  <mliska@suse.cz>
1491
1492         * Makefile.tpl: Use proper name of folder as it was renamed
1493         during transition to 4 stages.
1494         * Makefile.in: Regenerate.
1495
1496 2017-10-16  Igor Tsimbalist  <igor.v.tsimbalist@intel.com>
1497
1498         * MAINTAINERS (write after approval): Add myself.
1499
1500 2017-10-01  Gerald Pfeifer  <gerald@pfeifer.com>
1501
1502         * MAINTAINERS: Add a note that maintainership also includes web
1503         pages, docs, and testsuite related to that area.
1504
1505 2017-09-25  Tom de Vries  <tom@codesourcery.com>
1506
1507         * MAINTAINERS (CPU Port Maintainers): Add myself as nvptx maintainer.
1508
1509 2017-09-18  Pierre-Marie de Rodat  <derodat@adacore.com>
1510
1511         * MAINTAINERS: Add myself as a maintainer for the Ada front end.
1512
1513 2017-09-15  Nathan Sidwell  <nathan@acm.org>
1514
1515         * MAINTAINERS: Remove myself as a vxworks maintainer.
1516
1517 2017-09-13  Thomas Schwinge  <thomas@codesourcery.com>
1518
1519         * MAINTAINERS: Remove email address of Jim Norris.
1520
1521 2017-09-11  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
1522
1523         * MAINTAINERS (Reviewers): Move myself from here...
1524         (CPU Port Maintainers): ... to here.
1525
1526 2017-09-09  James Greenhalgh  <james.greenhalgh@arm.com>
1527
1528         * MAINTAINERS (James Greenhalgh): Move to AArch64 maintainers.
1529
1530 2017-07-31  Robin Dapp  <rdapp@linux.vnet.ibm.com>
1531
1532         * MAINTAINERS (write after approval): Add myself.
1533
1534 2017-07-28  Tony Reix  <tony.reix@atos.net>
1535
1536         * configure.ac (target-libffi): Don't disable for AIX.
1537         (go): Don't add to unsupported_languages on AIX.
1538         (target-libgo): Don't disable for AIX.
1539         * configure: Regenerate.
1540
1541 2017-07-19  Yury Gribov  <tetra2005@gmail.com>
1542
1543         * MAINTAINERS: Add myself.
1544
1545 2017-07-18  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
1546
1547         * MAINTAINERS: Update my email address.
1548
1549 2017-07-04  Richard Earnshaw  <rearnsha@arm.com>
1550
1551         * contrib/gcc_update (files_and_dependencies): Remove stamp rules for
1552         arm-specific auto-generated header files.
1553
1554 2017-07-03  Nathan Sidwell  <nathan@acm.org>
1555
1556         * configure.ac: Set srcdir when sourcing config-lang.in fragments.
1557         * configure: Rebuilt.
1558
1559 2017-07-03  Bernd Schmidt  <bschmidt@redhat.com>
1560
1561         * MAINTAINERS: Readd myself for c6x.
1562
1563 2017-06-28  Martin Liska  <mliska@suse.cz>
1564
1565         PR bootstrap/81217
1566         * Makefile.def: Remove superfluous bootstrap_target from
1567         bootstrap_stage.
1568         * Makefile.in: Re-generate the file.
1569
1570 2017-06-26  Maxim Ostapenko  <m.ostapenko@samsung.com>
1571
1572         * MAINTAINERS: Add myself to Write After Approval
1573
1574 2017-06-21  Andrew Jenner  <andrew@codesourcery.com>
1575
1576         * MAINTAINERS: Add myself as maintainer for PowerPC SPE port.
1577
1578 2017-06-19  Martin Liska  <mliska@suse.cz>
1579
1580         * Makefile.def: Define 4 stages PGO bootstrap.
1581         * Makefile.tpl: Define FLAGS.
1582         * Makefile.in: Regenerate.
1583
1584 2017-06-14  Ian Lance Taylor  <iant@golang.org>
1585
1586         * Makefile.def: Add check-gotools to go check targets.
1587         * Makefile.in: Rebuild.
1588
1589 2017-06-12  Segher Boessenkool  <segher@kernel.crashing.org>
1590
1591         * config.gcc: Remove rs6000/e500.h from tm_file for all targets.
1592
1593 2017-06-03  Eric Botcazou  <ebotcazou@adacore.com>
1594
1595         * configure.ac (*-*-linux-android*): Set target_makefile_frag.
1596         * configure: Regenerate.
1597
1598 2017-05-31  Martin Liska  <mliska@suse.cz>
1599
1600         * configure.ac: Add handling of stage2_werror_flags to
1601         action-if-given and to action-if-not-given.
1602         * configure: Regenerate.
1603
1604 2017-05-31  Prakhar Bahuguna  <prakhar.bahuguna@arm.com>
1605
1606         * MAINTAINERS: Add self to Write After Approval
1607
1608 2017-05-27  Bernd Schmidt  <bschmidt@redhat.com>
1609
1610         * MAINTAINERS: Update my email address, and remove myself as
1611         maintainer in some areas.
1612
1613 2017-05-25  Eric Gallager  <egall@gwmail.gwu.edu>
1614
1615         * MAINTAINERS: Add self to Write After Approval
1616
1617 2017-05-25  Nathan Sidwell  <nathan@acm.org>
1618
1619         * configure.ac: Add --enable-languages=default to mean default and
1620         make --enable-languages=all mean all supported languages.
1621         * configure: Regenerated.
1622
1623 2017-05-24  Segher Boessenkool  <segher@kernel.crashing.org>
1624
1625         * config.gcc (powerpc*-*-*spe*): New.
1626         (powerpc-*-eabispe*): Use ${cpu_type} instead of hardcoded pathnames.
1627         (powerpc-*-rtems*spe*): New.
1628         (powerpc*-*-linux*spe*): New.
1629         (powerpc-wrs-vxworksspe): New.
1630         (powerpc*-*-*, rs6000-*-*): Use ${cpu_type}.
1631         (misc flags) [powerpc*-*-*, rs6000-*-*): Use ${cpu_type}.
1632         * config.host (powerpc*-*-*spe*): New.
1633
1634 2017-05-19  Martin Liska  <mliska@suse.cz>
1635
1636         * configure.ac: Add --enable-werror-always just for
1637         bootstrap-debug (or none build config) and do not add it
1638         when we are on a release branch.
1639         * configure: Regenerated.
1640
1641 2017-05-18  Sheldon Lobo  <sheldon.lobo@oracle.com>
1642
1643         * MAINTAINERS: Add self to Write After Approval
1644
1645 2017-05-09  Kaz Kojima  <kkojima@gcc.gnu.org>
1646
1647         * MAINTAINERS: Move myself to Write After Approval section.
1648
1649 2017-05-09  Claudiu Zissulescu  <claziss@synopsys.com>
1650
1651         * config/arc/arc.c (arc_conditional_register_usage): Handle ACCL,
1652         ACCH registers.
1653         * config/arc/arc.md (mulsidi3): Use advanced mpy instructions when
1654         available.
1655         (umulsidi3): Likewise.
1656         (mulsidi3_700): Disable this pattern when we have advanced mpy
1657         instructions.
1658         (umulsidi3_700): Likewise.
1659         (maddsidi4): New pattern.
1660         (macd, mac, mac_r, umaddsidi4, macdu, macu, macu_r): Likewise.
1661         (mpyd_arcv2hs, mpyd_imm_arcv2hs, mpydu_arcv2hs): Likewise.
1662         (mpydu_imm_arcv2hs): Likewise.
1663         * config/arc/predicates.md (accl_operand): New predicate.
1664
1665 2017-05-09  Claudiu Zissulescu  <claziss@synopsys.com>
1666             Andrew Burgess <andrew.burgess@embecosm.com>
1667
1668         * config/arc/arc.c (ARC_AUTOBLINK_IRQ_P): Consider fast interrupts
1669         case.
1670         (ARC_AUTOFP_IRQ_P): Likewise.
1671         (ARC_AUTO_IRQ_P): Likewise.
1672         (rgf_banked_register_count): New variable.
1673         (parse_mrgf_banked_regs_option): New function.
1674         (arc_override_options): Handle rgf_banked_regs option.
1675         (arc_handle_interrupt_attribute): Add firq option.
1676         (arc_compute_function_type): Return fast irq type when required.
1677         (arc_must_save_register): Handle fast interrupts.
1678         (arc_expand_prologue): Do not emit dwarf info for fast interrupts.
1679         (arc_return_address_regs): Update.
1680         * config/arc/arc.h (arc_return_address_regs): Update.
1681         (arc_function_type): Add fast interrupt type.
1682         (ARC_INTERRUPT_P): Update.
1683         (RC_FAST_INTERRUPT_P): Define.
1684         * config/arc/arc.md (simple_return): Update for fast interrupts.
1685         (p_return_i): Likewise.
1686         * config/arc/arc.opt (mrgf-banked-regs): New option.
1687         * doc/invoke.texi (mrgf-banked-regs): Document.
1688
1689 2017-05-09  Claudiu Zissulescu  <claziss@synopsys.com>
1690
1691         * config/arc/arc.c (irq_ctrl_saved): New variable.
1692         (ARC_AUTOBLINK_IRQ_P): Define.
1693         (ARC_AUTOFP_IRQ_P): Likewise.
1694         (ARC_AUTO_IRQ_P): Likewise.
1695         (irq_range): New function.
1696         (arc_must_save_register): Likewise.
1697         (arc_must_save_return_addr): Likewise.
1698         (arc_dwarf_emit_irq_save_regs): Likewise.
1699         (arc_override_options): Handle deferred options.
1700         (MUST_SAVE_REGISTER): Deleted, replaced by arc_must_save_register.
1701         (MUST_SAVE_RETURN_ADDR): Deleted, replaced by
1702         arc_must_save_return_addr.
1703         (arc_compute_frame_size): Handle automated save and restore of
1704         registers.
1705         (arc_expand_prologue): Likewise.
1706         (arc_expand_epilogue): Likewise.
1707         * config/arc/arc.md (stack_irq_dwarf): New unspec instruction.
1708         * config/arc/arc.opt (mirq-ctrl-saved): New option.
1709         * doc/invoke.texi (mirq-ctrl-saved): Document option.
1710
1711 2017-04-19  Thomas Koenig  <tkoenig@gcc.gnu.org>
1712         Tobias Burnus  <tobias.burnus@physik.fu-berlin.de>
1713
1714         PR bootstrap/77661
1715         * Makefile.def: Don't pass --enable-maintainer-mode on to an
1716         in-tree build MPC.
1717         * Makefile.in: Regenerate.
1718
1719 2017-03-22  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
1720
1721         * configure.ac: Enable LTO by default on darwin >= 9.
1722         * configure: Regenerate.
1723
1724 2017-03-20  Palmer Dabbelt  <palmer@dabbelt.com>
1725
1726         * MAINTAINERS (CPU Port Maintainers): Add Kito Cheng, Palmer Dabbelt,
1727         and Andrew Waterman as the RISC-V maintainers.
1728
1729 2017-03-18  Nicolas Koenig  <koenigni@gcc.gnu.org>
1730
1731         * MAINTAINERS: Add self to Write After Approval
1732
1733 2017-03-18  Gerald Pfeifer  <gerald@pfeifer.com>
1734
1735         * config.guess: Import latest from upstream.
1736
1737 2017-03-18  Gerald Pfeifer  <gerald@pfeifer.com>
1738
1739         * MAINTAINERS (Write After Approval): Remove entries that are
1740         already covered under Reviewers.
1741
1742 2017-03-08  Mark Wielaard  <mark@klomp.org>
1743
1744         PR demangler/70909
1745         PR demangler/67264
1746         * include/demangle.h: Add d_printing to struct demangle_component
1747         and pass struct demangle_component as non const.
1748
1749 2017-02-26  Gerald Pfeifer  <gerald@pfeifer.com>
1750
1751         * MAINTAINERS: Remove Neil Booth as option handling maintainer.
1752
1753 2017-02-15  Thomas Schwinge  <thomas@codesourcery.com>
1754
1755         * Makefile.tpl: Remove HOST_ISLVER.
1756         (HOST_EXPORTS): Remove ISLVER.
1757         * Makefile.in: Regenerate.
1758
1759 2017-02-13  Richard Biener  <rguenther@suse.de>
1760
1761         * configure: Re-generate.
1762
1763 2017-02-07  Gerald Pfeifer  <gerald@pfeifer.com>
1764
1765         * MAINTAINERS: Adjust bug reporting URL.
1766
1767 2017-02-05  Gerald Pfeifer  <gerald@pfeifer.com>
1768
1769         * MAINTAINERS (Write After Approval): Remove redundant entry
1770         for Andrew Burgess.
1771
1772 2017-02-03  John David Anglin  <danglin@gcc.gnu.org>
1773
1774         * configure.ac: Add gcc/function-tests.o to compare_exclusions for
1775         32-bit hppa*-*-hpux*.
1776         * configure: Regenerate.
1777
1778 2017-01-27  Pekka Jääskeläinen  <pekka.jaaskelainen@parmance.com>
1779
1780         * configure.ac: Moved the white list of enabling BRIG FE to
1781         libhsail-rt/configure.tgt.
1782         * configure: Regenerated.
1783         * MAINTAINERS: Updated maintainers for BRIG FE and libhsail-rt.
1784
1785 2017-01-24  Pekka Jääskeläinen  <pekka@parmance.com>
1786             Martin Jambor  <mjambor@suse.cz>
1787
1788         * Makefile.def (target_modules): Added libhsail-rt.
1789         (languages): Added language brig.
1790         * Makefile.in: Regenerated.
1791         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Added
1792         tgarget-libhsail-rt.  Make brig unsupported on untested architectures.
1793         * configure: Regenerated.
1794
1795 2017-01-17  Jakub Jelinek  <jakub@redhat.com>
1796
1797         PR other/79046
1798         * configure: Regenerated.
1799
1800 2017-01-04  Alan Modra  <amodra@gmail.com>
1801
1802         * configure: Regenerate.
1803
1804 2016-12-29  Ben Elliston  <bje@gnu.org>
1805
1806         * config.sub: Import latest version.
1807
1808 2016-12-26  Alexander Ivchenko  <alexander.ivchenko@intel.com>
1809
1810         * MAINTAINERS (Write After Approval): Add myself.
1811
1812 2016-12-21  Jakub Jelinek  <jakub@redhat.com>
1813
1814         * configure.ac: Don't bootstrap libmpx unless --with-build-config
1815         includes bootstrap-mpx.
1816         * configure: Regenerated.
1817
1818 2016-12-19  Chenghua Xu  <paul.hua.gm@gmail.com>
1819
1820         * MAINTAINERS (Write After Approval): Add myself.
1821
1822 2016-12-01  Ma Jiang  <ma.jiang@zte.com.cn>
1823
1824         * configure: Regenerate.
1825
1826 2016-12-01  Matthias Klose  <doko@ubuntu.com>
1827
1828         * configure.ac: Don't use pkg-config to check for bdw-gc.
1829         * configure: Regenerate.
1830
1831 2016-11-30  Matthias Klose  <doko@ubuntu.com>
1832
1833         * Makefile.def: Remove reference to boehm-gc target module.
1834         * configure.ac: Include pkg.m4, check for --with-target-bdw-gc
1835         options and for the bdw-gc pkg-config module.
1836         * configure: Regenerate.
1837         * Makefile.in: Regenerate.
1838
1839 2016-11-28  Nathan Sidwell  <nathan@acm.org>
1840
1841         * MAINTAINERS (nvptx): Remove self.
1842
1843 2016-11-25  Ben Elliston  <bje@gnu.org>
1844
1845         * config.guess: Import latest version.
1846         * config.sub: Likewise.
1847
1848 2016-11-18  Toma Tabacu  <toma.tabacu@imgtec.com>
1849
1850         * MAINTAINERS (Write After Approval): Add myself.
1851
1852 2016-11-15  Matthias Klose  <doko@ubuntu.com>
1853
1854         * Makefile.def: Remove references to GCJ.
1855         * Makefile.tpl: Likewise.
1856         * Makefile.in: Regenerate.
1857
1858 2016-11-15  Matthias Klose  <doko@ubuntu.com>
1859
1860         * config-ml.in: Remove references to GCJ.
1861         * configure.ac: Likewise.
1862         * configure: Regenerate.
1863
1864 2016-11-01  Josh Conner  <joshconner@google.com>
1865
1866         * MAINTAINERS (Write After Approval): Update email address,
1867
1868 2016-10-27  Carl Love  <cel@us.ibm.com>
1869
1870         * MAINTAINERS (Write After Approval): Fix my entry in the Write After
1871         Approval list to make it alphabetical.
1872
1873 2016-10-27  Carl Love  <cel@us.ibm.com>
1874
1875         * MAINTAINERS (Write After Approval): Add myself.
1876
1877 2016-10-27  Andrew Burgess  <andrew.burgess@embecosm.com>
1878
1879         * MAINTAINERS (Reviewers): Add myself.
1880         (Write After Approval): Add myself.
1881
1882 2016-10-21  Hartmut Penner  <hepenner@us.ibm.com>
1883             Ulrich Weigand  <uweigand@de.ibm.com>
1884
1885         * MAINTAINERS: Update email address.
1886
1887 2016-10-10  Nathan Sidwell  <nathan@acm.org>
1888
1889         * MAINTAINERS: Update email address.
1890
1891 2016-10-10  Andreas Tobler <andreast@gcc.gnu.org>
1892
1893         * configure.ac: Add aarch64-*-freebsd*.
1894         * configure: Regenerate.
1895
1896 2016-10-05  Steve Ellcey  <sellcey@caviumnetworks.com>
1897
1898         * MAINTAINERS: Update email address after it got reverted.
1899
1900 2016-10-04  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1901
1902         * configure.ac (target_libraries): Readd target-boehm-gc.
1903         Restore --enable-objc-gc handling.
1904         * configure: Regenerate.
1905
1906 2015-10-03  Jeff Law  <law@redhat.com>
1907
1908         * MAINTAINERS: Move several inactive maintainers to the
1909         write-after-approval section.
1910
1911 2016-09-30  Jakub Jelinek  <jakub@redhat.com>
1912
1913         * configure.ac: Add target-libffi to target_libraries.
1914         Readd libgcj target disablings, modified to only target-libffi.
1915         Readd target addition of go to unsupported languages.
1916         * configure: Regenerated.
1917
1918 2016-09-30  Steve Ellcey  <sellcey@caviumnetworks.com>
1919
1920         * MAINTAINERS: Update email address.
1921
1922 2016-09-30  Andrew Haley  <aph@redhat.com>
1923
1924         * MAINTAINERS: Remove Per Bothner, Andrew Haley, and Tom Tromey from
1925         write-after approval.  Remove Tom Tromey and Bryce McKinlay from
1926         libgcj.
1927
1928 2016-09-30  Andrew Haley  <aph@redhat.com>
1929
1930         * MAINTAINERS: Move Per Bothner, Andrew Haley, and Tom Tromey to
1931         write-after approval after GCJ deletion.
1932
1933 2016-09-30  Andrew Haley  <aph@redhat.com>
1934
1935         * Makefile.def: Remove libjava.
1936         * Makefile.tpl: Likewise.
1937         * Makefile.in: Regenerate.
1938         * configure.ac: Likewise.
1939         * configure: Likewise.
1940         * gcc/java: Remove.
1941         * libjava: Likewise.
1942
1943 2016-09-28  Claudiu Zissulescu  <claziss@synopsys.com>
1944
1945         * MAINTAINERS (Reviewers): Add myself.
1946
1947 2016-09-26  Anton Kolesov  <Anton.Kolesov@synopsys.com>
1948
1949         * configure.ac: Disable "sim" directory for arc*-*-*.
1950         * configure: Regenerated.
1951
1952 2016-09-23  Tamar Christina <tamar.christina@arm.com>
1953
1954         * MAINTAINERS (Write After Approval): Add myself.
1955
1956 2016-09-12  Maciej W. Rozycki  <macro@imgtec.com>
1957
1958         * configure.ac: Check for the minimum in-tree MPFR version
1959         handled.
1960         * configure: Regenerate.
1961
1962 2016-07-20  Yan-Ting Lin  <currygt52@gmail.com>
1963
1964         * configure.ac (nds32*-*-*): Remove entry to enable gdb.
1965         * configure: Regenerated.
1966
1967 2016-07-19  Fritz Reese  <fritzoreese@gmail.com>
1968
1969         * MAINTAINERS (Write After Approval): Add myself.
1970
1971 2016-06-23  Andi Kleen  <ak@linux.intel.com>
1972
1973         * Makefile.def: Add autoprofiledbootstrap.
1974         * Makefile.tpl: Dito.
1975         * Makefile.in: Regenerate.
1976
1977 2016-06-23  Jakub Sejdak  <jakub.sejdak@phoesys.com>
1978
1979     * configure.ac: Disable libgcj and libgloss for Phoenix-RTOS targets.
1980     * configure: Regenerate.
1981
1982 2016-06-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
1983
1984         * configure: Regenerate.
1985         * configure.ac: Remove support for avr-rtems.
1986
1987 2016-06-18  Senthil Kumar Selvaraj  <senthil_kumar.selvaraj@atmel.com>
1988
1989         * MAINTAINERS (Write After Approval): Add myself.
1990
1991 2016-06-16  Michael Collison  <michael.collison@arm.com>
1992
1993         * MAINTAINERS (Write After Approval): Add myself.
1994
1995 2016-06-14  Mikael Morin  <mikael@gcc.gnu.org>
1996
1997         * MAINTAINERS (Write After Approval): Update e-mail address.
1998
1999 2016-06-03  Jose E. Marchesi  <jose.marchesi@oracle.com>
2000
2001         * MAINTAINERS (Write After Approval): Add myself.
2002
2003 2016-05-28  Alan Modra  <amodra@gmail.com>
2004
2005         * Makefile.tpl (configure): Depend on m4 files included.
2006         * Makefile.in: Regenerate.
2007
2008 2016-05-20  Bill Seurer  <seurer@linux.vnet.ibm.com>
2009
2010         * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin): Fix
2011         code formatting in ALTIVEC_BUILTIN_VEC_ADDE section.
2012
2013 2016-05-20  Bill Seurer  <seurer@linux.vnet.ibm.com>
2014
2015         * config/rs6000/rs6000-builtin.def (vec_addec): Change vec_addec to a
2016         special case builtin.
2017         * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin): Add
2018         support for ALTIVEC_BUILTIN_VEC_ADDEC.
2019         * config/rs6000/rs6000.c (altivec_init_builtins): Add definition
2020         for __builtin_vec_addec.
2021
2022 2016-05-16  Jakub Sejdak  <jakub.sejdak@phoesys.com>
2023
2024         * config.guess: Import version 2016-04-02 (newest).
2025         * config.sub: Import version 2016-05-10 (newest).
2026
2027 2016-05-16  Anton Kolesov  <anton.kolesov@synopsys.com>
2028
2029         * configure.ac: Add ARC support to libgloss.
2030         * configure: Regenerate
2031
2032 2016-05-09  Aaron Sawdey  <acsawdey@linux.vnet.ibm.com>
2033
2034         * MAINTAINERS (Write After Approval): Add myself.
2035
2036 2016-05-02  Bernd Edlinger  <bernd.edlinger@hotmail.de>
2037
2038         * configure.ac (mpfr): Remove pre-3.1.0 mpfr compatibility code.
2039         * configure: Regenerated.
2040         * Makefile.def (gmp): Explicitly disable assembler.
2041         (mpfr): Adjust lib_path.
2042         (mpc): Likewise.
2043         * Makefile.in: Regenerated.
2044
2045 2016-05-01  Jakub Jelinek  <jakub@redhat.com>
2046
2047         PR bootstrap/70704
2048         * configure.ac (--enable-stage1-checking): Add missing
2049         --enable-checking=.
2050         * configure: Regenerated.
2051
2052 2016-04-30  Oleg Endo  <olegendo@gcc.gnu.org>
2053
2054         * config.guess: Revert r235676.
2055         * config.sub: Revert r235676.
2056
2057 2016-04-30  Oleg Endo  <olegendo@gcc.gnu.org>
2058
2059         * config.guess: Remove SH5 support.
2060         * config.sub: Likewise.
2061         * configure: Likewise.
2062         * configure.ac: Likewise.
2063
2064 2016-04-26  Jakub Jelinek  <jakub@redhat.com>
2065
2066         PR bootstrap/70704
2067         * configure.ac (--enable-stage1-checking): For --disable-checking or
2068         implicit --enable-checking, make sure extra flag matches in between
2069         stage1 and later checking.
2070         * configure: Regenerated.
2071
2072 2016-04-22  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
2073
2074         * .gitattributes: New file.
2075
2076 2016-04-22  Segher Boessenkool  <segher@kernel.crashing.org>
2077
2078         * MAINTAINERS (rs6000/powerpc port): Add myself.
2079
2080 2016-04-13  Segher Boessenkool  <segher@kernel.crashing.org>
2081
2082         PR bootstrap/70173
2083         * Makefile.tpl (local-distclean): Delete the libcc1, gnattools,
2084         and gotools directories.  Delete the stage_final file.
2085         * Makefile.in: Regenerate.
2086
2087 2016-04-12  Andre Vieira  <andre.simoesdiasvieira@arm.com>
2088
2089         * MAINTAINERS (Write After Approval): Add myself.
2090
2091 2016-04-09  Steven G. Kargl  <kargl@gcc.gnu.org>
2092
2093         * MAINTAINERS (Fortran maintainer): Remove myself.
2094
2095 2016-04-04  Bill Seurer  <seurer@linux.vnet.ibm.com>
2096
2097         * MAINTAINERS (Write After Approval): Add myself.
2098
2099 2016-03-29  Kelvin Nilsen  <kdnilsen@linux.vnet.ibm.com>
2100
2101         * MAINTAINERS (Write After Approval): Add myself.
2102
2103 2016-03-17  Cary Coutant  <ccoutant@gmail.com>
2104
2105         Sync with binutils-gdb:
2106
2107         2016-03-17  Cary Coutant  <ccoutant@gmail.com>
2108
2109         * configure.ac: Add mips and s390 to the gold target check.
2110         * configure: Regenerate.
2111
2112 2016-03-01  DJ Delorie  <dj@redhat.com>
2113
2114         * MAINTAINERS (mep): Remove myself as MeP maintainer.
2115
2116 2016-02-22  David Malcolm  <dmalcolm@redhat.com>
2117
2118         * MAINTAINERS (libcpp): Add myself.
2119         (diagnostic messages): Likewise.
2120
2121 2016-02-20  Tom de Vries  <tom@codesourcery.com>
2122
2123         * MAINTAINERS: Fix whitespace.
2124
2125 2016-02-02  Claudiu Zissulescu  <claziss@synopsys.com>
2126
2127         * MAINTAINERS (Write After Approval): Add myself.
2128
2129 2016-01-29  Sebastian Pop  <s.pop@samsung.com>
2130
2131         * config/isl.m4: Add comments about isl-0.16.
2132         * configure: Regenerate.
2133
2134 2016-01-29  Martin Jambor  <mjambor@suse.cz>
2135
2136         * MAINTAINERS (hsa maintainers): Add myself.
2137
2138 2015-01-27  Wilco Dijkstra  <wdijkstr@arm.com>
2139
2140         * MAINTAINERS: (Write After Approval): Add myself.
2141
2142 2016-01-25  Aditya Kumar  <aditya.k7@samsung.com>
2143             Sebastian Pop  <s.pop@samsung.com>
2144
2145         * Makefile.in: Regenerate.
2146         * Makefile.tpl: Export ISLVER.
2147         * configure: Regenerate.
2148         * config/isl.m4: Detect isl-0.15.
2149
2150 2016-01-24  Mikhail Maltsev  <maltsevm@gmail.com>
2151
2152         PR bootstrap/69329
2153         * Makefile.tpl (BASE_FLAGS_TO_PASS): Add LSAN_OPTIONS.
2154         * Makefile.in: Regenerate.
2155
2156 2016-01-12  Andris Pavenis  <andris.pavenis@iki.fi>
2157
2158         * configure.ac: Enable LTO for DJGPP
2159         * configure: Regenerate
2160
2161 2016-01-12  H.J. Lu  <hongjiu.lu@intel.com>
2162
2163         Sync with binutils-gdb:
2164         2015-10-21  Nick Clifton  <nickc@redhat.com>
2165
2166         PR gas/19109
2167         * configure.ac: Note the 'none' is an acceptable argument to
2168         --enable-compressed-debug-sections.
2169         * configure: Regenerate.
2170
2171 2016-01-12  Bernd Edlinger  <bernd.edlinger@hotmail.de>
2172
2173         PR bootstrap/69134
2174         * Makefile.def (mpfr): Disable assembler.
2175         * Makefile.in: Regenerate.
2176
2177 2016-01-01  Ben Elliston  <bje@gnu.org>
2178
2179         * config.guess: Import version 2016-01-01.
2180         * config.sub: Likewise.
2181
2182 2015-12-18  Sujoy Saraswati  <sujoy.saraswati@hpe.com>
2183
2184         * MAINTAINERS (Write After Approval): Add myself.
2185
2186 2015-12-17  Sebastian Pop  <s.pop@samsung.com>
2187
2188         * Makefile.in: Replace ISL with isl.
2189         * Makefile.tpl: Same.
2190         * config/isl.m4: Same.
2191         * configure.ac: Same.
2192         * contrib/download_prerequisites: Same.
2193         * configure: Regenerate.
2194
2195 2015-12-17  Andris Pavenis  <andris.pavenis@iki.fi>
2196
2197         * MAINTAINERS (Write After Approval): Add Myself.
2198
2199 2015-12-17  Nathan Sidwell  <nathan@acm.org>
2200
2201         * config/isl.m4 (ISL_CHECK_VERSION): Add gmp libs.
2202         * configure: Regenerate.
2203
2204 2015-12-16  Aditya Kumar  <aditya.k7@samsung.com>
2205             Sebastian Pop  <s.pop@samsung.com>
2206
2207         * config/isl.m4 (ISL_CHECK_VERSION): Check for
2208         isl_ctx_get_max_operations.
2209         * configure: Regenerate.
2210
2211 2015-12-15  Alessandro Fanfarillo  <fanfarillo.gcc@gmail.com>
2212
2213         * MAINTAINERS (Write After Approval): Add myself.
2214
2215 2015-12-02  Ian Lance Taylor  <iant@google.com>
2216
2217         PR go/66147
2218         * Makefile.tpl (HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET.
2219         * Makefile.in: Regenerate.
2220
2221 2015-12-01  Andreas Tobler  <andreast@gcc.gnu.org>
2222
2223         PR libffi/65726
2224         * Makefile.def (lang_env_dependencies): Make libffi depend
2225         on cxx.
2226         * Makefile.in: Regenerate.
2227
2228 2015-11-26  David Edelsohn  <dje.gcc@gmail.com>
2229
2230         * m4/libtool.m4 (export_symbols_cmds) [AIX]: Add global TLS "L"
2231         symbols.
2232
2233 2015-11-20  Tristan Gingold  <gingold@adacore.com>
2234
2235         Sync with binutils-gdb:
2236         2015-11-20  Tristan Gingold  <gingold@adacore.com>
2237
2238         * configure.ac: Add aarch64-*-darwin* and arm-*-darwin*.
2239         * configure: Regenerate.
2240
2241 2015-11-19  Martin Liska  <mliska@suse.cz>
2242
2243         * .gitignore: Add .clang-format to ignored files.
2244         * Makefile.in: Add clang-format.
2245         * Makefile.tpl: Likewise.
2246
2247 2015-11-13  Tsvetkova Alexandra  <aleksandra.tsvetkova@intel.com>
2248
2249         * configure.ac: Enable libmpx by default.
2250         * configure: Regenerated.
2251
2252 2015-10-23  Steve Ellcey  <sellcey@imgtec.com>
2253
2254         * MAINTAINERS: Update email address.
2255
2256 2015-10-23  Paulo Matos  <pmatos@linki.tools>
2257
2258         * MAINTAINERS: Update email address.
2259
2260 2015-10-23  Alan Hayward <alan.hayward@arm.com>
2261
2262         * MAINTAINERS  (Write After Approval): Add myself.
2263
2264 2015-10-20  H.J. Lu  <hongjiu.lu@intel.com>
2265
2266         Sync with binutils-gdb:
2267         2015-10-20  H.J. Lu  <hongjiu.lu@intel.com>
2268
2269         PR gas/19109
2270         * configure.ac: Add
2271         --enable-compressed-debug-sections={all,gas,gold,ld}.
2272         * configure: Regenerated.
2273
2274 2015-10-16  Arnaud Charlet  <charlet@adacore.com>
2275
2276         * MAINTAINERS: Update list of Ada maintainers and email addresses.
2277
2278 2015-10-09  Martin Liska  <mliska@suse.cz>
2279
2280         * MAINTAINERS (Write After Approval): Add myself.
2281
2282 2015-10-09  Alexander Fomin <alexander.fomin@intel.com>
2283
2284         * MAINTAINERS (Write After Approval): Add myself.
2285
2286 2015-10-02  Florian Weimer  <fweimer@redhat.com>
2287
2288         * MAINTAINERS: Update email address.
2289
2290 2015-10-02  Louis Krupp <louis.krupp@zoho.com>
2291
2292         * MAINTAINERS  (Write After Approval): Add myself.
2293
2294 2015-09-20  Kai Tietz  <ktietz70@googlemail.com>
2295
2296         * MAINTAINERS: Update email.
2297
2298 2015-09-14  Bernd Schmidt  <bschmidt@redhat.com>
2299
2300         * MAINTAINERS: Update my email address.
2301
2302 2015-09-01  James Bowman  <james.bowman@ftdichip.com>
2303
2304         * MAINTAINERS (ft32 port): Add myself.
2305
2306 2015-08-28  David Sherwood  <david.sherwood@arm.com>
2307
2308         * MAINTAINERS: Add myself.
2309
2310 2015-08-27  Patrick Marlier  <patrick.marlier@gmail.com>
2311
2312         * MAINTAINERS (Write After Approval): Add myself.
2313
2314 2015-08-23  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
2315
2316         PR libfortran/54572
2317         * Makefile.def: Make libgfortran depend on libbacktrace.
2318         * Makefile.in: Regenerate.
2319
2320 2015-08-20  Simon Dardis  <simon.dardis@imgtec.com>
2321
2322         * MAINTAINERS (Write After Approval): Add myself.
2323
2324 2015-08-12  Tom de Vries  <tom@codesourcery.com>
2325
2326         PR other/67092
2327         * configure.ac: Remove --with_host_libstdcxx support.
2328         * configure: Regenerate.
2329
2330 2015-08-10  Thomas Schwinge  <thomas@codesourcery.com>
2331             Jakub Jelinek  <jakub@redhat.com>
2332
2333         * configure.ac (noconfigdirs): Don't add "target-libgomp" for target
2334         nvptx*-*-*.
2335         * configure: Regenerate.
2336
2337 2015-08-06  Yaakov Selkowitz  <yselkowi@redhat.com>
2338
2339         * Makefile.def (libiconv): Define bootstrap=true.
2340         Mark pdf/html/info as missing.
2341         (configure-gcc): Depend on all-libiconv.
2342         (all-gcc): Ditto.
2343         (configure-libcpp): Ditto.
2344         (all-libcpp): Ditto.
2345         (configure-intl): Ditto.
2346         (all-intl): Ditto.
2347         * Makefile.in: Regenerate.
2348
2349 2015-08-03  Bin Cheng  <bin.cheng@arm.com>
2350
2351         * MAINTAINERS (loop ivopts): Add the entry and myself.
2352
2353 2015-07-31  Nathan Sidwell  <nathan@codesourcery.com>
2354
2355         * MAINTAINERS (nvptx): Add self.
2356
2357 2015-07-29  Alan Lawrence  <alan.lawrence@arm.com>
2358
2359         * config/aarch64/iterators.md (VRL2, VRL3, VRL4): Remove values for
2360         128-bit vector modes.
2361
2362 2015-07-29  Ville Voutilainen  <ville.voutilainen@gmail.com>
2363
2364         * MAINTAINERS (Write After Approval): Add myself.
2365
2366 2015-07-28  Ben Elliston  <bje@gnu.org>
2367
2368         * config.sub, config.guess: Import from upstream.
2369
2370 2015-07-24  Michael Darling  <darlingm@gmail.com>
2371
2372         PR other/66259
2373         * config-ml.in: Reflects renaming of configure.in to configure.ac
2374         * configure: Likewise
2375         * configure.ac: Likewise
2376
2377 2015-07-23  Bernd Schmidt  <bernds_cb1@t-online.de>
2378
2379         * MAINTAINERS: Update my email address.
2380
2381 2015-07-14  H.J. Lu  <hongjiu.lu@intel.com>
2382
2383         Sync with binutils-gdb:
2384         2015-03-17  H.J. Lu  <hongjiu.lu@intel.com>
2385
2386         * configure.ac (target_configdirs): Exclude target-zlib if
2387         target-libjava isn't built.
2388         * configure: Regenerated.
2389
2390 2015-07-14  H.J. Lu  <hongjiu.lu@intel.com>
2391
2392         Sync with binutils-gdb:
2393         2015-05-13  John David Anglin  <dave.anglin@bell.net>
2394
2395         * configure.ac: Disable configuration of GDB for HPUX targets.
2396         * configure: Regenerate.
2397
2398         2015-04-01  H.J. Lu  <hongjiu.lu@intel.com>
2399
2400         * configure.ac: Add --with-system-zlib.
2401         * configure: Regenerated.
2402
2403         2015-01-28  James Bowman  <james.bowman@ftdichip.com>
2404
2405         * configure.ac: Add FT32 support.
2406         * configure: Regenerate.
2407
2408         2015-01-12  Anthony Green  <green@moxielogic.com>
2409
2410         * configure.ac: Don't disable gprof for moxie.
2411         * configure: Rebuild.
2412
2413 2015-07-14  H.J. Lu  <hongjiu.lu@intel.com>
2414
2415         Sync with binutils-gdb:
2416         2015-05-01  H.J. Lu  <hongjiu.lu@intel.com>
2417
2418         PR ld/18355
2419         * Makefile.def: Add extra_configure_flags to host zlib.
2420         * configure.ac (extra_host_zlib_configure_flags): New.  Set
2421         to --enable-host-shared When bfd is to be built as shared
2422         library.  AC_SUBST.
2423         * Makefile.in: Regenerated.
2424
2425 2015-07-14  Hans-Peter Nilsson  <hp@bitrange.com>
2426
2427         Sync with src:
2428         2015-03-30  H.J. Lu  <hongjiu.lu@intel.com>
2429         * Makefile.def (dependencies): Add all-zlib to all-bfd.
2430         * Makefile.in: Regenerated.
2431
2432 2015-06-30  H.J. Lu  <hongjiu.lu@intel.com>
2433
2434         * configure.ac (ospace_frag): Enable for i?86*-*-elfiamcu
2435         target.
2436         * configure: Regenerate.
2437
2438 2015-06-23  Ludovic Courtès  <ludo@gnu.org>
2439
2440         * MAINTAINERS (Write After Approval): Add myself.
2441
2442 2015-06-22  Andreas Tobler  <andreast@gcc.gnu.org>
2443
2444         * MAINTAINERS (OS Port Maintainers): Add myself.
2445         (Various Maintainers): Remove myself from libffi testsuite.
2446
2447 2015-06-04  Richard Sandiford  <richard.sandiford@arm.com>
2448
2449         * MAINTAINERS (gen* on machine desc): Add self.
2450
2451 2015-06-02  Jason Merrill  <jason@redhat.com>
2452
2453         PR bootstrap/66319
2454         * configure.ac: Use -std=gnu++98.
2455
2456 2015-06-02  Szabolcs Nagy  <szabolcs.nagy@arm.com>
2457
2458         * MAINTAINERS (Write After Approval): Add myself.
2459
2460 2015-05-28  Mike Frysinger  <vapier@gentoo.org>
2461
2462         * configure.ac (--vtable-verify): Use AS_HELP_STRING for help.
2463         * configure: Regenerate.
2464
2465 2015-05-26  Jason Merrill  <jason@redhat.com>
2466
2467         * configure.ac: When bootstrapping with GCC, add -std=c++98 to CXX.
2468         * configure: Regenerate.
2469
2470 2015-05-16  James Bowman  <james.bowman@ftdichip.com>
2471
2472         * configure.ac: FT32 target added.
2473         * configure: Regenerated.
2474
2475 2015-05-16  Iain Buclaw  <ibuclaw@gdcproject.org>
2476
2477         * MAINTAINERS (Write After Approval): Add myself.
2478
2479 2015-05-11  Paulo Matos  <paulo@matos-sorge.com>
2480
2481         * MAINTAINERS (Write After Approval): Add myself.
2482
2483 2015-05-11  Paulo Matos  <paulo@matos-sorge.com>
2484
2485         * configure.ac: Fix typo.
2486         * configure: Regenerate.
2487
2488 2015-05-10  Mikhail Maltsev  <maltsevm@gmail.com>
2489
2490         * MAINTAINERS (Write After Approval): Add myself.
2491
2492 2015-05-03  Matthias Klose  <doko@ubuntu.com>
2493
2494         * configure.ac: Match $host configured with triplets.
2495         * configure: Regenerate.
2496
2497 2015-04-22  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
2498
2499         * Makefile.tpl: Remove surplus whitespace throughout.
2500         * Makefile.in: Regenerate.
2501
2502 2015-04-20  Segher Boessenkool  <segher@kernel.crashing.org>
2503
2504         * MAINTAINERS (Various Maintainers): Add myself as instruction
2505         combiner maintainer.
2506
2507 2015-04-17  Jakub Jelinek  <jakub@redhat.com>
2508
2509         PR bootstrap/62077
2510         * configure.ac (--enable-stage1-checking): Default to
2511         release,misc,gimple,rtlflag,tree,types if --disable-checking
2512         or --enable-checking is not specified and DEV-PHASE is not
2513         experimental.
2514         * configure: Regenerated.
2515
2516 2015-04-14  Max Ostapenko  <m.ostapenko@partner.samsung.com>
2517
2518         * Makefile.tpl (EXTRA_HOST_EXPORTS): New variables.
2519         (EXTRA_BOOTSTRAP_FLAGS): Likewise.
2520         (check-[+module+]): Add EXTRA_HOST_EXPORTS and EXTRA_BOOTSTRAP_FLAGS.
2521         * Makefile.in: Regenerate.
2522
2523 2015-04-08  Cary Coutant  <ccoutant@gmail.com>
2524
2525         * MAINTAINERS: Update my email address.
2526
2527 2015-04-02  James Greenhalgh  <james.greenhalgh@arm.com>
2528
2529         * MAINTAINERS: Add myself as a reviewer for the AArch64 port.
2530
2531 2015-04-02  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
2532
2533         * MAINTAINERS: Add myself as an arm port reviewer.
2534
2535 2015-03-25  Martin Liska  <mliska@suse.cz>
2536             Yury Gribov  <y.gribov@samsung.com>
2537
2538         * Makefile.in: Fix ln source location for vimrc file.
2539         * Makefile.tpl: Likewise.
2540
2541 2015-03-09  Aldy Hernandez  <aldyh@redhat.com>
2542
2543         PR bootstrap/25672
2544         * configure.ac: Do not initialize CFLAGS_FOR_TARGET from CFLAGS if
2545         cross-compiling.  Similarly for CXX_FOR_TARGET.
2546         * configure: Regenerate.
2547
2548 2015-03-10  Ilya Enkovich  <ilya.enkovich@intel.com>
2549
2550         * Makefile.def: Add libmpx.
2551         * configure.ac: Add libmpx.
2552         * Makefile.in: Regenerate.
2553         * configure: Regenerate.
2554
2555 2015-03-06  Kirill Yukhin  <kirill.yukhin@intel.com>
2556
2557         * MAINTAINERS (CPU Port Maintainers): Add myself
2558         i386 vector ISA extns mantainer.
2559
2560 2015-03-13  Jeff Law  <law@redhat.com>
2561
2562         * MAINTAINERS: Remove Paul Brook as a Fortran and ARM
2563         maintainer.
2564         Remove Richard Henderson as a maintainer for the x86 port.
2565
2566 2015-03-03  Joern Rennecke  <gnu@amylaar.uk>
2567
2568         * MAINTAINERS (CPU Port Maintainers): Update my email address.
2569
2570 2015-03-02  Ilya Enkovich  <ilya.enkovich@intel.com>
2571
2572         * MAINTAINERS (Various Maintainers): Add myself as libmpx,
2573         pointer bounds checker and i386 MPX maintainer.
2574
2575 2015-02-26  Sandra Loosemore  <sandra@codesourcery.com>
2576
2577         * MAINTAINERS (Various Maintainers): Add self as docs co-maintainer.
2578
2579 2015-02-26  Martin Sebor  <msebor@redhat.com>
2580
2581         * MAINTAINERS (Various Maintainers): Add self.
2582
2583 2015-02-20  Thomas Schwinge  <thomas@codesourcery.com>
2584
2585         * configure.ac [--enable-as-accelerator-for] (enable_languages):
2586         Make sure it contains lto.
2587         * configure: Regenerate.
2588
2589 2015-02-18  Thomas Schwinge  <thomas@codesourcery.com>
2590
2591         * configure: Regenerate.
2592
2593 2015-02-06  Diego Novillo  <dnovillo@google.com>
2594 1
2595         * MAINTAINERS (Global Reviewers, Plugin, LTO, tree-ssa,
2596         middle-end, docstring): Remove myself.
2597         (Write After Approval): Add myself.
2598
2599 2015-02-02  Janis Johnson  <janis.marie.johnson@gmail.com>
2600
2601         * MAINTAINERS (Various Maintainers: testsuite): Remove myself.
2602         (Write After Approval): Update address.
2603
2604 2015-01-29  David Malcolm  <dmalcolm@redhat.com>
2605
2606         PR jit/64780
2607         * configure.ac: Require the user to explicitly specify
2608         --enable-host-shared if the jit is enabled.
2609         * configure: Regenerate.
2610
2611 2015-01-27  Robert Suchanek  <robert.suchanek@imgtec.com>
2612
2613         * MAINTAINERS (Write After Approval): Add myself.
2614
2615 2015-01-25  Tom de Vries  <tom@codesourcery.com>
2616
2617         * MAINTAINERS: Make whitespace consistent.
2618
2619 2015-01-23  Braden Obrzut  <admin@maniacsvault.net>
2620
2621         * MAINTAINERS (Write After Approval): Add myself.
2622
2623 2015-01-20  Andre Vehreschild  <vehre@gmx.de>
2624
2625         * MAINTAINERS: (Write After Approval): Add myself.
2626
2627 2015-01-15  Martin Uecker  <uecker@eecs.berkeley.edu>
2628
2629         * MAINTAINERS: (Write After Approval): Add myself.
2630
2631 2015-01-15  Philipp Tomsich  <ptomsich@theobroma-systems.com>
2632
2633         * MAINTAINERS: (Write After Approval): Add myself.
2634
2635 2015-01-13  Iain Sandoe  <iain@codesourcery.com>
2636
2637         * MAINTAINERS (Language Front Ends Maintainers): Add myself as an
2638         objective-c/c++ front end maintainer.
2639
2640 2015-01-13  Marek Polacek  <polacek@redhat.com>
2641
2642         * MAINTAINERS (Reviewers): Add self as C front end reviewer.
2643
2644 2015-01-12  Jeff Law  <law@redhat.com>
2645
2646         * MAINTAINERS: Remove Stan Shebs as he has been inactive for
2647         a very long time.
2648
2649 2015-01-09  Ian Lance Taylor  <iant@google.com>
2650
2651         * configure.ac (host_tools): Add gotools.
2652         * Makefile.def (host_modules): Add gotools.
2653         (dependencies): Add dependency of all-gotools on all-target-libgo.
2654
2655 2015-01-09  Andreas Tobler  <andreast@gcc.gnu.org>
2656
2657         * configure.ac: Don't add ${libgcj} for arm*-*-freebsd*.
2658         * configure: Regenerate.
2659
2660 2015-01-08  Thomas Schwinge  <thomas@codesourcery.com>
2661
2662         * Makefile.def (dependencies) <all-target-liboffloadmic>: Depend on
2663         all-target-libgomp.
2664         * Makefile.in: Regenerate.
2665
2666 2015-01-06  Eric Botcazou  <ebotcazou@adacore.com>
2667
2668         * MAINTAINERS (CPU Port Maintainers): Add myself for Visium port.
2669
2670 2015-01-06  Eric Botcazou  <ebotcazou@adacore.com>
2671
2672         * configure.ac: Add Visium support.
2673         * configure: Regenerate.
2674
2675 2015-01-04  Andreas Schwab  <schwab@linux-m68k.org>
2676
2677         * configure.ac: Use OBJCOPY for OBJCOPY_FOR_TARGET.
2678         * configure: Regenerate.
2679
2680 2015-01-03  Andrew Pinski  <apinski@cavium.com>
2681
2682         * Makefile.def (flags_to_pass): Pass OBJCOPY_FOR_TARGET also.
2683         * Makefile.tpl (HOST_EXPORTS): Add OBJCOPY_FOR_TARGET.
2684         (BASE_TARGET_EXPORTS): Add OBJCOPY.
2685         (OBJCOPY_FOR_TARGET): New variable.
2686         (EXTRA_TARGET_FLAGS): Add OBJCOPY.
2687         * Makefile.in: Regenerate.
2688         * configure.ac: Check for already installed target objcopy.
2689         Also GCC_TARGET_TOOL on objcopy.
2690         * configure: Regenerate.
2691
2692 2015-01-02  Hans-Peter Nilsson  <hp@bitrange.com>
2693
2694         * config.sub: Update from upstream, to 2015-01-01 version.
2695         * config.guess: Ditto.
2696
2697 2014-12-22  Sebastian Huber  <sebastian.huber@embedded-brains.de>
2698
2699         * MAINTAINERS (RTEMS Ports): Add myself.
2700
2701 2014-12-17  Pierre-Marie de Rodat  <derodat@adacore.com>
2702
2703         * MAINTAINERS (Write After Approval): Add myself.
2704
2705 2014-12-16  Michael Haubenwallner <michael.haubenwallner@ssi-schaefer.com>
2706
2707         * MAINTAINERS (Write After Approval): Add myself.
2708
2709 2014-12-15  Thomas Schwinge  <thomas@codesourcery.com>
2710
2711         * configure.ac (--enable-as-accelerator-for): Don't set
2712         ENABLE_AS_ACCELERATOR_FOR.  Update all users.
2713         * configure: Regenerate.
2714
2715 2014-12-13  Jakub Jelinek  <jakub@redhat.com>
2716
2717         PR bootstrap/64023
2718         * Makefile.tpl (EXTRA_TARGET_FLAGS): Set STAGE1_LDFLAGS
2719         to POSTSTAGE1_LDFLAGS and STAGE1_LIBS to POSTSTAGE1_LIBS.
2720         Add -B to libstdc++-v3/src/.libs and libstdc++-v3/libsupc++/.libs
2721         to CXX.
2722         * Makefile.in: Regenerated.
2723
2724 2014-12-09  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
2725             Yury Gribov  <y.gribov@samsung.com>
2726
2727         * .gitignore: Added .local.vimrc and .lvimrc.
2728         * Makefile.tpl (vimrc, .lvimrc, .local.vimrc): New targets.
2729         * Makefile.in: Regenerate.
2730
2731 2014-12-04  Jack Howarth  <howarth@bromo.med.uc.edu>
2732
2733         * config/isl.m4: Don't pass -DCLOOG_INT_GMP on islinc.
2734         * configure: Regenerated.
2735
2736 2014-11-27  Bernd Schmidt  <bernds@codesourcery.com>
2737
2738         * MAINTAINERS (nvptx port): New entry.
2739
2740 2014-11-26  Jan-benedict Glaw  <jbglaw@lug-owl.de>
2741
2742         * configure: Regenerate.
2743
2744 2014-11-26  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
2745
2746         * configure.ac: Merge with Binutils.
2747
2748 2014-11-26  Tobias Burnus  <burnus@net-b.de>
2749
2750         * Makefile.def: Make more dependent on mpfr, mpc and isl.
2751         * Makefile.in: Regenerate.
2752
2753 2014-11-24  Bernd Edlinger  <bernd.edlinger@hotmail.de>
2754
2755         * Makefile.def (module=gmp): Work around in-tree gmp configure bug with
2756         missing flex.
2757         * Makefile.in: Regenerated.
2758
2759 2014-11-21  Ilya Verbin  <ilya.verbin@intel.com>
2760
2761         * Makefile.in: Regenerate.
2762
2763 2014-11-21  Markus Trippelsdorf  <markus@trippelsdorf.de>
2764
2765         PR bootstrap/63784
2766         * libtool.m4: Add $pic_flag with -shared.
2767
2768 2014-11-21  Renlin Li  <Renlin.Li@arm.com>
2769
2770         * MAINTAINERS (Write After Approval): Added myself.
2771
2772 2014-11-21  Alex Velenko  <Alex.Velenko@arm.com>
2773
2774         * MAINTAINERS (write-after-approval): Add myself.
2775
2776 2014-11-19  Maxim Kuvyrkov  <maxim.kuvyrkov@linaro.org>
2777
2778         * MAINTAINERS (OS Port Maintainers): Add overdue maintainership note
2779         from 2 years ago.
2780
2781 2014-11-19  Alex Velenko  <Alex.Velenko@arm.com>
2782
2783         Revert:
2784         2014-11-19  Alex Velenko  <Alex.Velenko@arm.com>
2785
2786         * MAINTAINERS (Write After Approval): Added myself as line map
2787         maintainer.
2788
2789 2014-11-19  Renlin Li  <Renlin.Li@arm.com>
2790
2791         Revert:
2792         2014-11-19  Renlin Li  <Renlin.Li@arm.com>
2793
2794         * MAINTAINERS (Write After Approval): Added myself.
2795
2796 2014-11-19  Renlin Li  <Renlin.Li@arm.com>
2797
2798         * MAINTAINERS (Write After Approval): Added myself.
2799
2800 2014-11-19  Alex Velenko  <Alex.Velenko@arm.com>
2801
2802         * MAINTAINERS (Write After Approval): Added myself as line map
2803         maintainer.
2804
2805 2014-11-17  Dodji Seketeli  <dodji@redhat.com>
2806
2807         * MAINTAINERS (Various Maintainers): Added myself as line map
2808         maintainer.
2809
2810 2014-11-16  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
2811
2812         * move-if-change: Sync from upstream gnulib.
2813
2814 2014-11-16  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
2815
2816         * compile: Sync with upstream Automake.
2817         * depcomp: Ditto.
2818         * install-sh: Ditto.
2819         * missing: Ditto.
2820         * mkinstalldirs: Ditto.
2821         * ylwrap: Ditto.
2822
2823 2014-11-16  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
2824
2825         * config.sub: Update from upstream config repo.
2826         * config.guess: Ditto.
2827
2828 2014-11-13  Kirill Yukhin  <kirill.yukhin@intel.com>
2829
2830         * Makefile.def: Add liboffloadmic to target_modules.  Make
2831         liboffloadmic depend on libgomp's configure, libstdc++ and libgcc.
2832         * Makefile.in: Regenerate.
2833         * configure: Regenerate.
2834         * configure.ac: Add liboffloadmic to target binaries.
2835         Restrict liboffloadmic for POSIX and i*86, and x86_64 architectures.
2836         Add liboffloadmic to noconfig list when C++ is not supported.
2837
2838 2014-11-13  Bernd Schmidt  <bernds@codesourcery.com>
2839             Thomas Schwinge  <thomas@codesourcery.com>
2840             Ilya Verbin  <ilya.verbin@intel.com>
2841             Andrey Turetskiy  <andrey.turetskiy@intel.com>
2842
2843         * configure: Regenerate.
2844         * configure.ac (--enable-as-accelerator-for)
2845         (--enable-offload-targets): New configure options.
2846
2847 2014-11-11  Tobias Burnus  <burnus@net-b.de>
2848
2849         * Makefile.def: Make all-gcc depend on all-isl.
2850         * Makefile.in: Regenerate.
2851
2852 2014-11-11  David Malcolm  <dmalcolm@redhat.com>
2853
2854         * ChangeLog.jit: New.
2855         * MAINTAINERS (Various Maintainers): Add myself as jit maintainer.
2856
2857 2014-11-11  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
2858
2859         PR target/63610
2860         * libtool.m4: Fix globbing of darwin versions.
2861         * configure: Regenerate.
2862
2863 2014-11-11  Tobias Burnus  <burnus@net-b.de>
2864
2865         * Makefile.def: Remove CLooG.
2866         * Makefile.tpl: Ditto.
2867         * configure.ac: Ditto.
2868         * configure: Regenerate.
2869         * Makefile.in: Ditto.
2870
2871 2014-11-06  Bernd Schmidt  <bernds@codesourcery.com>
2872
2873         * configure.ac: Handle nvptx-*-*.
2874         * configure: Regenerate.
2875
2876 2014-11-06  Prachi Godbole  <prachi.godbole@imgtec.com>
2877
2878         * MAINTAINERS (Write After Approval): Add myself.
2879
2880 2014-10-31  Jakub Jelinek  <jakub@redhat.com>
2881
2882         * Makefile.def (libcc1): Remove bootstrap=true;.
2883         * Makefile.in: Regenerated.
2884
2885 2014-10-31  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
2886
2887         * configure.ac: Update comment.
2888         * configure: Regenerate.
2889
2890 2014-10-31  Ilya Enkovich  <ilya.enkovich@intel.com>
2891
2892         * MAINTAINERS (Write After Approval): Add myself.
2893
2894 2014-10-30  Thomas Schwinge  <thomas@codesourcery.com>
2895
2896         * configure.ac (extra_host_libiberty_configure_flags): Add
2897         --enable-shared also for libcc1's benefit.
2898         * configure: Regenerate.
2899
2900 2014-10-29  Tristan Gingold  <gingold@adacore.com>
2901
2902         * MAINTAINERS: Change my email address.
2903
2904 2014-10-27  Phil Muldoon  <pmuldoon@redhat.com>
2905             Tom Tromey  <tromey@redhat.com>
2906
2907         * Makefile.def: Add libcc1 to host_modules.
2908         * configure.ac (host_tools): Add libcc1.
2909         * Makefile.in, configure: Rebuild.
2910
2911 2014-10-24  Hans-Peter Nilsson  <hp@axis.com>
2912
2913         * configure.ac (build_configargs): Don't share config.cache between
2914         build subdirs.
2915         * configure: Regenerate.
2916
2917 2014-10-24  Daniel Hellstrom  <daniel@gaisler.com>
2918
2919         * config.gcc (sparc*-*-*): Accept mcpu=leon3v7 processor.
2920         * doc/invoke.texi (SPARC options): Add mcpu=leon3v7 comment.
2921         * config/sparc/leon.md (leon3_load, leon_store, leon_fp_*): Handle
2922         leon3v7 as leon3.
2923         * config/sparc/sparc-opts.h (enum processor_type): Add LEON3V7.
2924         * config/sparc/sparc.c (sparc_option_override): Add leon3v7 support.
2925         * config/sparc/sparc.h (TARGET_CPU_leon3v7): New define.
2926         * config/sparc/sparc.md (cpu): Add leon3v7.
2927         * config/sparc/sparc.opt (enum processor_type): Add leon3v7.
2928
2929 2014-10-24  Daniel Hellstrom  <daniel@gaisler.com>
2930
2931         * MAINTAINERS (write-after-approval): Add myself.
2932
2933 2014-10-23  Ian Lance Taylor  <iant@google.com>
2934
2935         * configure.ac: Disable the Go frontend on systems where it is known
2936         to not work.
2937         * configure: Regenerate.
2938
2939 2014-10-23  Richard Biener  <rguenther@suse.de>
2940
2941         * Makefile.def: Add libcpp build module and dependencies.
2942         * configure.ac: Add libcpp build module.
2943         * Makefile.in: Regenerate.
2944         * configure: Likewise.
2945
2946 2014-10-15  Max Filippov  <jcmvbkbc@gmail.com>
2947
2948         * MAINTAINERS (write-after-approval): Add myself.
2949
2950 2014-10-12  Manuel López-Ibáñez <manu@gcc.gnu.org>
2951
2952         * INSTALL/README: Do not mention CVS.
2953
2954 2014-10-03  Jing Yu  <jingyu@google.com>
2955
2956         * configure.ac: Add aarch64 to list of targets that support gold.
2957         * configure: Regenerate.
2958
2959 2014-09-29  François Dumont  <fdumont@gcc.gnu.org>
2960
2961         * MAINTAINERS:  Add myself as libstdc++ special modes maintainer.
2962
2963 2014-09-29  Catherine Moore  <clm@codesourcery.com>
2964
2965         * MAINTAINERS:  Add myself as MIPS maintainer.
2966
2967 2014-09-28  Matthew Fortune  <matthew.fortune@imgtec.com>
2968
2969         * MAINTAINERS: Move myself to MIPS maintainers.
2970
2971 2014-09-23  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
2972
2973         * MAINTAINERS: Put all email addresses between '<' and '>'.
2974
2975 2014-09-13  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
2976
2977         * MAINTAINERS: Move myself to reviewers (Fortran).
2978
2979 2014-09-01  Andi Kleen  <ak@linux.intel.com>
2980
2981         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add LTO_EXPORTS.
2982         POSTSTAGE1_FLAGS_TO_PASS):  Add LTO_FLAGS_TO_PASS.
2983         * Makefile.in: Regenerate.
2984
2985 2014-08-28  David Malcolm  <dmalcolm@redhat.com>
2986
2987         * rtx-classes-status.txt: Delete
2988
2989 2014-08-28  David Malcolm  <dmalcolm@redhat.com>
2990
2991         * rtx-classes-status.txt (TODO): NEXT_INSN/PREV_INSN are done.
2992
2993 2014-08-27  Sebastian Pop  <s.pop@samsung.com>
2994
2995         * config/isl.m4 (_ISL_CHECK_CT_PROG): Removed.
2996         (ISL_CHECK_VERSION): Check for functionality added to ISL 0.12 instead
2997         of checking for version number.
2998         * configure: Regenerated.
2999         * configure.ac (ISL_CHECK_VERSION): Do not use ISL version number.
3000
3001 2014-08-27  David Malcolm  <dmalcolm@redhat.com>
3002
3003         * rtx-classes-status.txt: Phase 5 (additional rtx_def subclasses)
3004         is done; begin phase 6 (use extra rtx_def subclasses).
3005
3006 2014-08-27  David Malcolm  <dmalcolm@redhat.com>
3007
3008         * rtx-classes-status.txt: Phase 4 (removal of "scaffolding") is
3009         done; begin phase 5 (additional rtx_def subclasses).
3010
3011 2014-08-26  David Malcolm  <dmalcolm@redhat.com>
3012
3013         * rtx-classes-status.txt (TODO): DF_REF_INSN is done.
3014
3015 2014-08-26  David Malcolm  <dmalcolm@redhat.com>
3016
3017         * rtx-classes-status.txt (TODO): SET_BB_HEAD, SET_BB_END,
3018         SET_BB_HEADER are done.
3019
3020 2014-08-26  David Malcolm  <dmalcolm@redhat.com>
3021
3022         * rtx-classes-status.txt (TODO): SET_DEP_PRO and SET_DEP_CON are
3023         done.
3024
3025 2014-08-26  David Malcolm  <dmalcolm@redhat.com>
3026
3027         * rtx-classes-status.txt (TODO): Remove SET_VINSN_INSN_RTX.
3028
3029 2014-08-26  David Malcolm  <dmalcolm@redhat.com>
3030
3031         * rtx-classes-status.txt (TODO): Remove SET_BND_TO.
3032
3033 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
3034
3035         * rtx-classes-status.txt (TODO): Remove SET_BB_NOTE_LIST.
3036
3037 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
3038
3039         * rtx-classes-status.txt (TODO): Remove SET_BB_FOOTER.
3040
3041 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
3042
3043         * rtx-classes-status.txt: Phase 3 (per-file commits within
3044         "config" subdirs) is done; begin phase 4 (removal of
3045         "scaffolding").
3046
3047 2014-08-23  David Malcolm  <dmalcolm@redhat.com>
3048
3049         * rtx-classes-status.txt: Phase 2 (per-file commits in main source
3050         dir) is done; begin phase 3 (per-file commits within "config"
3051         subdirs).
3052
3053 2014-08-21  David Malcolm  <dmalcolm@redhat.com>
3054
3055         * rtx-classes-status.txt: Phase 1 ("scaffolding") is done; begin
3056         phase 2 (per-file commits in main source dir).
3057
3058 2014-08-21  Bin Cheng  <bin.cheng@arm.com>
3059
3060         * configure: Regenerated.
3061
3062 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
3063
3064         * rtx-classes-status.txt (TODO): Add SET_BND_TO
3065
3066 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
3067
3068         * rtx-classes-status.txt (TODO): Add SET_BB_NOTE_LIST.
3069
3070 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
3071
3072         * rtx-classes-status.txt (TODO): Add SET_VINSN_INSN_RTX.
3073
3074 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
3075
3076         * rtx-classes-status.txt (TODO): Add SET_DEP_PRO, SET_DEP_CON.
3077
3078 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
3079
3080         * rtx-classes-status.txt (TODO): Add DF_REF_INSN.
3081
3082 2014-08-19  Joost VandeVondele <vondele@gcc.gnu.org>
3083
3084         * MAINTAINERS (Write After Approval): Add myself.
3085
3086 2014-08-19  Christopher Faylor  <me.gnu@cgf.cx>
3087
3088         * MAINTAINERS: Remove myself
3089
3090 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
3091
3092         * rtx-classes-status.txt: Add SET_NEXT_INSN, SET_PREV_INSN.
3093
3094 2014-08-18  Patrick Palka  <ppalka@gcc.gnu.org>
3095
3096         * MAINTAINERS (Write After Approval): Add myself.
3097
3098 2014-08-18  David Malcolm  <dmalcolm@redhat.com>
3099
3100         * rtx-classes-status.txt (TODO): Add SET_BB_HEAD, SET_BB_END,
3101         SET_BB_HEADER, SET_BB_FOOTER
3102
3103 2014-08-18  David Malcolm  <dmalcolm@redhat.com>
3104
3105         * rtx-classes-status.txt: New file
3106
3107 2014-08-18 Roman Gareev  <gareevroman@gmail.com>
3108
3109         * configure.ac: Eliminate ClooG installation dependency.
3110         * configure: Regenerate.
3111         * Makefile.tpl: Add definition of ISLLIBS and HOST_ISLLIBS.
3112         * Makefile.in: Regenerate.
3113
3114 2014-08-15  Ilya Verbin  <iverbin@gmail.com>
3115
3116         * MAINTAINERS (Write After Approval): Add myself.
3117
3118 2014-08-15  Ilya Tocar  <tocarip@gmail.com>
3119
3120         * MAINTAINERS (Write After Approval): Add myself.
3121
3122 2014-08-01  Jiong Wang  <jiong.wang@arm.com>
3123
3124         * MAINTAINERS (Write After Approval): Add myself.
3125
3126 2014-07-28  Anthony Green  <green@moxielogic.com>
3127
3128         Import from savannah.gnu.org:
3129         * config.sub: Update to 2014-07-28 version.
3130
3131 2014-07-27  Richard Sandiford  <rdsandiford@googlemail.com>
3132
3133         * MAINTAINERS: Remove my MIPS maintainer entry.
3134
3135 2014-07-26  Uros Bizjak  <ubizjak@gmail.com>
3136
3137         PR target/47230
3138         * configure.ac (alpha*-*-linux*): Use mh-alpha-linux.
3139         * configure: Regenerate.
3140
3141 2014-07-24  James Norris  <jnorris@codesourcery.com>
3142
3143         * MAINTAINERS (Write After Approval): Add myself.
3144
3145 2014-07-20  Roman Gareev  <gareevroman@gmail.com>
3146
3147         * configure.ac: Accept only CLooG 0.18.1.
3148         * configure: Regenerate.
3149
3150 2014-07-17  Roman Gareev  <gareevroman@gmail.com>
3151
3152         * configure.ac: Don't accept isl 0.11.
3153         * configure: Regenerate.
3154
3155 2014-07-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3156
3157         * MAINTAINERS (Write After Approval): Add myself.
3158
3159 2014-07-05  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3160
3161         * configure.ac: Don't accept isl 0.10.
3162         * configure: Regenerate.
3163
3164 2014-06-23  Bernd Edlinger  <bernd.edlinger@hotmail.de>
3165
3166         Fix include path for in-tree cloog.
3167         * config/cloog.m4 (CLOOG_INIT_FLAGS): Remove bogus include path.
3168         * configure: Regenerate.
3169
3170 2014-06-18  Richard Henderson  <rth@redhat.com>
3171
3172         * .gitignore: Import gcc_update output.
3173
3174 2014-06-13  Thomas Schwinge  <thomas@codesourcery.com>
3175
3176         * config-ml.in: Robustify ac_configure_args parsing.
3177
3178         * configure.ac (--enable-linker-plugin-configure-flags)
3179         (--enable-linker-plugin-flags): New flags.
3180         (configdirs): Conditionally add libiberty-linker-plugin.
3181         * configure: Regenerate.
3182         * Makefile.def (host_modules): Add libiberty-linker-plugin.
3183         (host_modules) <lto-plugin>: Pay attention to
3184         @extra_linker_plugin_flags@ and
3185         @extra_linker_plugin_configure_flags@.
3186         (all-lto-plugin): Also depend on all-libiberty-linker-plugin.
3187         * Makefile.in: Regenerate.
3188
3189         * Makefile.tpl (configure-[+prefix+][+module+])
3190         (configure-stage[+id+]-[+prefix+][+module+]): If specified, use
3191         "module_srcdir" instead of "module" for locating a module's srcdir.
3192         * Makefile.in: Regenerate.
3193
3194 2014-06-10  Matthew Fortune  <matthew.fortune@imgtec.com>
3195
3196         * MAINTAINERS (Write After Approval): Add myself.
3197
3198 2014-06-06  Sebastian Pop  <sebpop@gmail.com>
3199
3200         * MAINTAINERS: Update my email address.
3201
3202 2014-06-04  Thomas Preud'homme  <thomas.preudhomme@arm.com>
3203
3204         * MAINTAINERS (Write After Approval): Add myself.
3205
3206 2014-06-03  Andrew Bennett  <andrew.bennett@imgtec.com>
3207
3208         * MAINTAINERS (Write After Approval): Add myself.
3209
3210 2014-05-30  Jonathan Wakely  <jwakely@redhat.com>
3211
3212         PR libstdc++/61011
3213         * configure.ac (--disable-libstdcxx): Set noconfigdirs correctly.
3214         Disable libcilkrts, libitm, libsanitizer when not building libstdc++.
3215         * configure: Regenerate.
3216
3217 2014-05-28  Pedro Alves  <palves@redhat.com>
3218
3219         * MAINTAINERS (Write After Approval): Add myself.
3220
3221 2014-05-22  Maxim Kuvyrkov  <maxim.kuvyrkov@linaro.org>
3222
3223         * MAINTAINERS: Update my affiliation/email.
3224
3225 2014-05-19  Mike Stump  <mikestump@comcast.net>
3226
3227         * MAINTAINERS: Add wide-int reviewers.
3228
3229 2014-05-14  Sandra Loosemore  <sandra@codesourcery.com>
3230
3231         * configure.ac (target_makefile_frag): Set for nios2-*-elf*.
3232         * configure: Regenerated.
3233
3234 2014-05-15  Torvald Riegel  <triegel@redhat.com>
3235
3236         * MAINTAINERS (libitm): Add myself as maintainer.
3237
3238 2014-05-07  Charles Baylis  <charles.baylis@linaro.org>
3239
3240         * MAINTAINERS (Write After Approval): Add myself.
3241
3242 2014-05-01  Richard Sandiford  <rdsandiford@googlemail.com>
3243
3244         * config.sub, config.guess: Import from upstream.
3245
3246 2014-04-29  Alan Lawrence  <alan.lawrence@arm.com>
3247
3248         * MAINTAINERS (Write After Approval): Put myself in correct order.
3249
3250 2014-04-29  Alan Lawrence  <alan.lawrence@arm.com>
3251
3252         * MAINTAINERS (Write After Approval): Add myself.
3253
3254 2014-04-24  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
3255
3256         * MAINTAINERS: Move myself from Reviewers to Write After Approval
3257         section.
3258
3259 2014-04-21 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
3260
3261         * MAINTAINERS (Write After Approval): Delete myself.
3262
3263 2014-04-17  Jakub Jelinek  <jakub@redhat.com>
3264
3265         PR sanitizer/56781
3266         * libtool-ldflags: Also prefix -static-lib*, -shared-lib*
3267         and -B* options with -Xcompiler.
3268
3269 2014-04-04  Eric Botcazou  <ebotcazou@adacore.com>
3270
3271         PR bootstrap/60620
3272         * Makefile.def (dependencies): Make gnattools depend on libstdc++-v3.
3273         * Makefile.in: Regenerate.
3274
3275 2014-03-28  Yaakov Selkowitz  <yselkowitz@users.sourceforge.net>
3276
3277         * Makefile.def (dependencies): Make all-ld depend on all-binutils
3278         for WINDRES_FOR_TARGET in default-manifest.o rule.
3279         * Makefile.in: Regenerate.
3280
3281 2014-03-26  Dominique d'Humieres <dominiq@lps.ens.fr>
3282
3283         * MAINTAINERS (Write After Approval): Add myself.
3284
3285 2014-03-26  Jakub Jelinek  <jakub@redhat.com>
3286
3287         PR sanitizer/56781
3288         * Makefile.def: Set bootstrap=true; for host fixincludes.
3289         * configure.ac: Don't bootstrap host fixincludes unless
3290         --with-build-config=bootstrap-{a,ub}san.
3291         * Makefile.in: Regenerated.
3292         * configure: Regenerated.
3293
3294 2014-03-21  Jakub Jelinek  <jakub@redhat.com>
3295
3296         * configure.ac: Move BUILD_CONFIG set up earlier.  Add
3297         --enable-vtable-verify option parsing.  Don't add
3298         target-libsanitizer to bootstrap_target_libs unless
3299         --with-build-config=bootstrap-asan or
3300         --with-build-config=bootstrap-ubsan.  Don't add target-libvtv
3301         to bootstrap_target_libs unless --enable-vtable-verify.
3302         * configure: Regenerated.
3303
3304 2014-03-10  Anatoly Sokolov <aesok@post.ru>
3305
3306         * MAINTAINERS (Write After Approval): Add myself.
3307
3308 2014-03-07  Denis Chertykov  <chertykov@gmail.com>
3309
3310         * MAINTAINERS: Remove avr maintainers: Anatoly Sokolov and Eric Weddington
3311
3312 2014-03-07  Jakub Jelinek  <jakub@redhat.com>
3313
3314         PR bootstrap/58572
3315         * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): Use -isystem instead of
3316         -I for libstdc++-v3 includes if $(LEAN).
3317         * Makefile.in: Regenerated.
3318
3319 2014-03-04  Jonathan Wakely  <jwakely@redhat.com>
3320
3321         * MAINTAINERS: Update my email address.
3322
3323 2014-02-24  Walter Lee  <walt@tilera.com>
3324
3325         * configure.ac (tilepro-*-*) Change to tilepro*-*-*.
3326         (tilegx-*-*): Change to tilegx*-*-*.
3327         * configure: Regenerate.
3328
3329 2014-02-17  Loren J. Rittle  <ljrittle@acm.org>
3330
3331         * MAINTAINERS (Various Maintainers: c++ runtime libs): Remove myself.
3332
3333 2014-02-17  Kugan Vivekanandarajah  <kuganv@linaro.org>
3334
3335         * MAINTAINERS (Write After Approval): Add myself.
3336
3337 2014-02-04  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3338
3339         PR target/59788
3340         * ltmain.sh (opt_duplicate_compiler_generated_deps): Enable on
3341         *solaris2*.
3342
3343 2014-01-21  John David Anglin  <danglin@gcc.gnu.org>
3344
3345         * MAINTAINERS: Update my email address.
3346
3347 2014-01-20  Gerald Pfeifer  <gerald@pfeifer.com>
3348
3349         * MAINTAINERS: Convert to UTF-8.
3350         Properly sort Xinliang David Li's entry.
3351
3352 2013-12-31  Chung-Lin Tang  <cltang@codesourcery.com>
3353             Sandra Loosemore  <sandra@codesourcery.com>
3354
3355         * MAINTAINERS: Add Sandra Loosemore and Chung-Lin Tang as
3356         nios2 port maintainers.
3357
3358 2013-12-16  Markus Trippelsdorf  <markus@trippelsdorf.de>
3359
3360         * MAINTAINERS (Write After Approval): Add myself.
3361
3362 2013-12-13  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
3363
3364         * configure.ac: Add user-friendly check for native x86_64-linux
3365         multilibs.
3366         * configure: Regenerate.
3367
3368 2013-12-06  Oleg Endo  <olegendo@gcc.gnu.org>
3369
3370         * MAINTAINERS: Add myself as sh maintainer.
3371
3372 2013-12-03  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
3373
3374         * MAINTAINERS: Add self as SLSR maintainer.
3375
3376 2013-11-18  Jan Hubicka  <hubicka@ucw.cz>
3377
3378         * MAINTAINERS: Update my email address.
3379
3380 2013-11-15  David Edelsohn  <dje.gcc@gmail.com>
3381
3382         * MAINTAINERS (Global Reviewers, c++): Remove Mark Mitchell.
3383
3384 2013-11-07  Thomas Schwinge  <thomas@codesourcery.com>
3385
3386         * Makefile.in: Regenerate.
3387
3388         * Makefile.tpl: Fix typo.
3389         * Makefile.in: Regenerate partially.
3390
3391 2013-11-04  Balaji V. Iyer  <balaji.v.iyer@intel.com>
3392
3393         * configure.ac: Added libcilkrts to noconfig list when C++ is not
3394         supported.
3395         * configure: Regenerated.
3396
3397 2013-11-01  Trevor Saunders  <tsaunders@mozilla.com>
3398
3399         * MAINTAINERS (Write After Approval): Add myself.
3400
3401 2013-10-30  Jason Merrill  <jason@redhat.com>
3402
3403         * Makefile.tpl (STAGE1_CONFIGURE_FLAGS): Pass
3404         --disable-build-format-warnings.
3405
3406 2013-10-29  Balaji V. Iyer  <balaji.v.iyer@intel.com>
3407
3408         * Makefile.def: Add libcilkrts to target_modules.  Make libcilkrts
3409         depend on libstdc++ and libgcc.
3410         * configure: Regenerate.
3411         * configure.ac: Added libcilkrts to target binaries.  Also, restrict
3412         libcilkrts for POSIX and i*86, and x86_64 architectures.
3413         * Makefile.in: Added libcilkrts related fields to support building it.
3414
3415 2013-10-26  Jeff Law  <law@redhat.com>
3416
3417         * Makefile.def (target_modules): Remove libmudflap
3418         (languages): Remove check-target-libmudflap).
3419         * Makefile.in: Rebuilt.
3420         * Makefile.tpl (check-target-libmudflap-c++): Remove.
3421         * configure.ac (target_libraries): Remove target-libmudflap.
3422         Remove checks which disabled libmudflap on some systems.
3423         * configure: Rebuilt.
3424         * libmudflap: Directory removed.
3425
3426 2013-10-21  Cong Hou  <congh@google.com>
3427
3428         * MAINTAINERS (Write After Approval): Add myself.
3429
3430 2013-10-16  Mike Stump  <mikestump@comcast.net>
3431
3432         * .dir-locals.el: Add.
3433
3434 2013-10-15  David Malcolm  <dmalcolm@redhat.com>
3435
3436         * configure.ac: Add --enable-host-shared
3437         * configure: Regenerate.
3438
3439 2013-01-10  Joern Rennecke  <joern.rennecke@embecosm.com>
3440
3441         Import from savannah.gnu.org:
3442         * config.guess: Update to 2013-06-10 version.
3443         * config.sub: Update to 2013-10-01 version.
3444
3445 2013-10-01  Simon Cook  <simon.cook@embecosm.com>
3446
3447         Changes to build configuration to allow big endian ARC ELF toolchain
3448         * configure.ac: Also add target-libgloss to noconfigdirs for arceb-*-*.
3449         * configure: Regenerate.
3450
3451 2013-09-20  Alan Modra  <amodra@gmail.com>
3452
3453         * libtool.m4 (_LT_ENABLE_LOCK <ld -m flags>): Remove non-canonical
3454         ppc host match.  Support little-endian powerpc linux hosts.
3455
3456 2013-09-19  Dodji Seketeli  <dodji@redhat.com>
3457
3458         * MAINTAINERS (diagnostic messages): Add myself as diagnostics
3459         maintainer.
3460
3461 2013-09-12  DJ Delorie  <dj@redhat.com>
3462
3463         * MAINTAINERS: Add Nick Clifton and DJ Delorie as msp430
3464         maintainers.
3465
3466 2013-09-03  Richard Biener  <rguenther@suse.de>
3467
3468         * configure.ac: Also allow ISL 0.12.
3469         * configure: Regenerated.
3470
3471 2013-08-30  Bernd Edlinger  <bernd.edlinger@hotmail.de>
3472
3473         * MAINTAINERS (Write After Approval): Add myself.
3474
3475 2013-08-27  David Malcolm  <dmalcolm@redhat.com>
3476
3477         * MAINTAINERS (gdbhooks.py): Add myself as maintainer.
3478
3479 2013-08-26  Caroline Tice  <cmtice@google.com>
3480
3481         * MAINTAINERS:  Correct earliers update:  Move myself from libvtv
3482         "Various Reviewers" to libvtv "Various Maintainers".
3483
3484 2013-08-20  Steven Bosscher  <steven@gcc.gnu.org>
3485
3486         * MAINTAINERS: Add myself as RTL optimizers reviewer.
3487
3488 2013-08-19  Benjamin De Kosnik  <bkoz@gnu.org>
3489
3490         * MAINTAINERS: Update name, email.
3491
3492 2013-08-13  Adam Butcher  <adam@jessamine.co.uk>
3493
3494         * MAINTAINERS (Write After Approval): Add myself.
3495
3496 2013-08-12  Caroline Tice  <cmtice@google.com>
3497
3498         * MAINTAINERS: Add myself as libvtv maintainer. Correct my email
3499         address in the Write After Approval section.
3500
3501 2013-08-09  Carlos O'Donell  <carlos@redhat.com>
3502
3503         * MAINTAINERS (Write After Approval): Update email.
3504
3505 2013-08-08  Benjamin Kosnik  <bkoz@redhat.com>
3506
3507         * configure.ac: Adjust to check VTV_SUPPORTED.
3508         * configure: Regenerated.
3509
3510 2013-08-02  Caroline Tice  <cmtice@google.com>
3511
3512         * configure.ac: Add target-libvtv to target_libraries; disable libvtv
3513         on non-linux systems; add target-libvtv to noconfigdirs; add
3514         libsupc++/.libs to C++ library search paths.
3515         * configure: Regenerated.
3516         * Makefile.def: Add libvtv to target_modules; make libvtv depend on
3517         libstdc++ and libgcc.
3518         * Makefile.in: Regenerated.
3519
3520 2013-07-19  Yvan Roux  <yvan.roux@linaro.org>
3521
3522         * MAINTAINERS (Write After Approval): Add myself.
3523
3524 2013-07-19  Chung-Ju Wu  <jasonwucj@gmail.com>
3525             Shiva Chen  <shiva0217@gmail.com>
3526
3527         * MAINTAINERS (nds32 port): Add Chung-Ju Wu and Shiva Chen as
3528         nds32 port maintainers.
3529
3530 2013-07-17  Tim Shen  <timshen91@gmail.com>
3531
3532         * MAINTAINERS (Write After Approval): Add myself.
3533
3534 2013-07-16  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
3535
3536         * configure.ac: Sync from binutils.
3537         * configure: Regenerate.
3538
3539 2013-06-14  Vidya Praveen  <vidyapraveen@arm.com>
3540
3541         * MAINTAINERS (Write After Approval): Add myself.
3542
3543 2013-06-01  Dinar Temirbulatov  <dinar@kugelworks.com>
3544
3545         * MAINTAINERS (Write After Approval): Add myself.
3546
3547 2013-05-17  David Malcolm  <dmalcolm@redhat.com>
3548
3549         * MAINTAINERS (Write After Approval): Add myself.
3550
3551 2013-04-30  Brooks Moses  <bmoses@google.com>
3552
3553         * MAINTAINERS: Update my email; move myself from Fortran
3554         reviewer to Write After Approval.
3555
3556 2013-04-16  Andreas Schwab  <schwab@suse.de>
3557
3558         * configure.ac (aarch64-*-*): Don't disable java.
3559         * configure: Regenerate.
3560
3561 2013-04-10  Chung-Ju Wu  <jasonwucj@gmail.com>
3562
3563         * MAINTAINERS (Write After Approval): Add myself.
3564
3565 2013-03-30  Matthias Klose  <doko@ubuntu.com>
3566
3567         * Makefile.def (target_modules): Don't install libffi.
3568         * Makefile.in: Regenerate.
3569
3570 2013-02-24  Tilo Schwarz  <tilo@tilo-schwarz.de>
3571
3572         * MAINTAINERS (Write After Approval): Add myself.
3573
3574 2013-02-20  Andrew Sutton  <andrew.n.sutton@gmail.com>
3575
3576         * MAINTAINERS (Write After Approval): Add myself.
3577
3578 2013-02-15  Yufeng Zhang  <yufeng.zhang@arm.com>
3579
3580         * configure.ac: Set libgloss_dir for the aarch64*-*-* targets.
3581         * configure: Regenerated.
3582
3583 2013-02-05  Ian Lance Taylor  <iant@google.com>
3584
3585         PR go/55969
3586         * configure.ac: Disable libgo on some systems where it does not
3587         work.
3588
3589 2013-02-04  David Edelsohn  <dje.gcc@gmail.com>
3590
3591         * MAINTAINERS: Explicitly add myself as AIX maintainer.
3592         Remove Geoff Keating as rs6000 port maintainer, at his request.
3593
3594 2013-01-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
3595
3596         * MAINTAINERS: Update my email.
3597
3598 2013-01-23  Shenghou Ma  <minux.ma@gmail.com>
3599
3600         * configure: Re-generate.
3601
3602 2013-01-15  Richard Biener  <rguenther@suse.de>
3603
3604         PR other/55973
3605         * configure: Re-generate.
3606
3607 2013-01-14  Matthias Klose  <doko@ubuntu.com>
3608
3609         * Makefile.def (install-target-libsanitizer): Depend on
3610         install-target-libstdc++-v3.
3611         * Makefile.in: Regenerate.
3612
3613 2013-01-14  Richard Biener  <rguenther@suse.de>
3614
3615         * configure.ac (cloog/isl): Also allow ISL 0.11.x and CLooG 0.18.0.
3616         * configure: Re-generate
3617
3618 2013-01-11  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
3619
3620         * config.sub: Update from config repo.
3621
3622 2013-01-11  Eric Botcazou  <ebotcazou@adacore.com>
3623
3624         * Makefile.tpl (BOOT_ADAFLAGS): Remove -gnata.
3625         * Makefile.in: Regenerate.
3626
3627 2013-01-10  Joern Rennecke  <joern.rennecke@embecosm.com>
3628
3629         * MAINTAINERS (arc): Add new port maintainership for myself.
3630
3631 2013-01-09  Jason Merrill  <jason@redhat.com>
3632
3633         * .gitignore: Import from gdb repository.
3634
3635 2013-01-09  H.J. Lu  <hongjiu.lu@intel.com>
3636
3637         * Makefile.def (configure-gcc): Depend on all-gmp.
3638         (all-gcc): Remove dependency on all-gmp.
3639         * Makefile.in: Regenerated.
3640
3641 2013-01-08  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
3642
3643         * config.sub: Merge from config repo.
3644         * config.guess: Ditto.
3645
3646 2013-01-08  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
3647
3648         * Makefile.def: Merge from binutils.
3649         * Makefile.in: Ditto.
3650
3651 2013-01-01  Maxim Kuvyrkov  <maxim.kuvyrkov@gmail.com>
3652
3653         * MAINTAINERS: Update my email.
3654
3655 2012-12-29  Ben Elliston  <bje@gnu.org>
3656
3657         * config.guess: Update to 2012-12-29 version.
3658         * config.sub: Likewise.
3659
3660 2012-12-20  Matthias Klose  <doko@ubuntu.com>
3661
3662         * Makefile.def (install-target-libgfortran): Depend on
3663         install-target-libquadmath, install-target-libgcc.
3664         (install-target-libsanitizer): Depend on install-target-libgcc.
3665         (install-target-libjava): Depend on install-target-libgcc.
3666         (install-target-libitm): Depend on install-target-libgcc.
3667         (install-target-libobjc): Depend on install-target-libgcc.
3668         (install-target-libstdc++-v3): Depend on install-target-libgcc.
3669         * Makefile.in: Regenerate.
3670
3671 2012-12-19  Matthias Klose  <doko@ubuntu.com>
3672
3673         * Makefile.def (install-target-libgo): Depend on
3674         install-target-libatomic.
3675         * Makefile.in: Regenerate.
3676
3677 2012-12-18  Andreas Schwab  <schwab@linux-m68k.org>
3678
3679         PR go/55201
3680         * Makefile.def (all-target-libgo): Depend on all-target-libatomic.
3681         * Makefile.in: Regenerate.
3682
3683 2012-12-16  Thomas Schwinge  <thomas@codesourcery.com>
3684
3685         * configure.ac (ENABLE_GOLD): Consider *-*-gnu* targets ELF.
3686         * configure: Regenerate.
3687
3688 2012-12-12  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
3689
3690         * config.sub: Merge from config repo.
3691
3692 2012-12-11  H.J. Lu  <hongjiu.lu@intel.com>
3693
3694         * Makefile.def (target_modules): Add bootstrap=true and
3695         raw_cxx=true to libsanitizer.
3696         * configure.ac (bootstrap_target_libs): Add libsanitizer.
3697         * Makefile.in: Regenerated.
3698         * configure: Likewise.
3699
3700 2012-12-01  Richard Sandiford  <rdsandiford@googlemail.com>
3701
3702         * MAINTAINERS: Remove self as RTL optimization maintainer.
3703
3704 2012-11-30  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
3705
3706         * MAINTAINERS (Write After Approval): Add myself.
3707
3708 2012-11-28  H.J. Lu  <hongjiu.lu@intel.com>
3709
3710         * Makefile.def (target_modules): Remove bootstrap=true and
3711         raw_cxx=true from libsanitizer.
3712         * configure.ac (bootstrap_target_libs): Remove libsanitizer.
3713         * Makefile.in: Regenerated.
3714         * configure: Likewise.
3715
3716 2012-11-28  H.J. Lu  <hongjiu.lu@intel.com>
3717
3718         * Makefile.def (target_modules): Add bootstrap=true and
3719         raw_cxx=true to libsanitizer.
3720         * configure.ac (bootstrap_target_libs): Add libsanitizer.
3721         * Makefile.in: Regenerated.
3722         * configure: Likewise.
3723
3724 2012-11-28  Andrew Pinski  <apinski@cavium.com>
3725
3726         PR bootstrap/54279
3727         * configure.ac (CXX_FOR_TARGET): Change over to use xg++.
3728         * configure: Regenerate.
3729         * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): Change over to use xg++.
3730         * Makefile.in: Regenerate.
3731
3732 2012-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
3733
3734         * configure.ac: Disable libsanitizer if we're not building C++.
3735         * configure: Regenerate.
3736
3737 2012-11-15  Roland McGrath  <roland@hack.frob.com>
3738
3739         * MAINTAINERS (Write After Approval): Add myself.
3740
3741 2012-11-15  Dmitry Vyukov  <dvyukov@google.com>
3742
3743         * MAINTAINERS: (libsanitizer, asan.c): Add myself,
3744         Kostya Serebryany (kcc@google.com) and
3745         Jakub Jelinek (jakub@redhat.com).
3746         Rename area for Dodji Seketeli (dodji@redhat.com).
3747
3748 2012-11-15  Dodji Seketeli  <dodji@redhat.com>
3749
3750         * MAINTAINERS: (asan.c, related): Add myself.
3751
3752 2012-11-14  Roland McGrath  <mcgrathr@google.com>
3753
3754         * configure.ac (ENABLE_GOLD): Consider *-*-nacl* targets ELF.
3755         * configure: Regenerate.
3756
3757 2012-11-13  Richard Henderson  <rth@redhat.com>
3758
3759         * configure.ac: Move libsanitizer logic to subdirectory.
3760         * configure: Regenerate.
3761
3762 2012-11-13  Dodji Seketeli  <dodji@redhat.com>
3763
3764         * configure.ac: Enable libsanitizer just on x86 linux for now.
3765         * configure: Re-generate.
3766
3767 2012-11-13  David Edelsohn  <dje.gcc@gmail.com>
3768
3769         * configure.ac: Disable libsanitizer on AIX. Merge libquadmath
3770         sections.
3771         * configure: Regenerate.
3772
3773 2012-11-13  Hans-Peter Nilsson  <hp@axis.com>
3774
3775         * configure.ac: Add section for configdirs for libsanitizer.
3776         Disable for cris-*-* and mmix-*-*.
3777         * configure: Regenerate.
3778
3779 2012-11-12  Wei Mi <wmi@google.com>
3780
3781         * configure.ac: Add libsanitizer to target_libraries.
3782         * Makefile.def: Ditto.
3783         * configure: Regenerate.
3784         * Makefile.in: Regenerate.
3785         * libsanitizer: New directory for asan runtime.  Contains an empty
3786         tsan directory.
3787
3788 2012-11-03  Corinna Vinschen  <corinna@vinschen.de>
3789
3790         * configure.ac (FLAGS_FOR_TARGET,target=cygwin): Fix for building
3791         against Mingw64 w32api.
3792         * configure: Regenerate.
3793
3794 2012-11-03  H.J. Lu  <hongjiu.lu@intel.com>
3795
3796         * configure: Regenerated.
3797
3798 2012-11-03  Robert Mason  <rbmj@verizon.net>
3799
3800         * configure.ac: add --disable-libstdcxx configure option
3801         and handle defaulted state only for VxWorks, ARM-wince-pe and AVR.
3802
3803 2012-10-30  Ganesh Gopalasubramanian  <Ganesh.Gopalasubramanian@amd.com>
3804
3805         * MAINTAINERS (Write After Approval): Add myself.
3806
3807 2012-10-26  James Greenhalgh  <james.greenhalgh@arm.com>
3808
3809         * MAINTAINERS (Write After Approval): Add myself.
3810
3811 2012-10-24  Sharad Singhai  <singhai@google.com>
3812
3813         * MAINTAINERS (Write After Approval): Add myself.
3814
3815 2012-10-24  Eric Christopher  <echristo@gmail.com>
3816
3817         * MAINTAINERS: Update email address.
3818
3819 2012-10-23  Eric Botcazou  <ebotcazou@adacore.com>
3820
3821         PR bootstrap/54820
3822         * configure.ac (have_static_libs): Force 'no' for GCC version < 4.5.
3823         * configure: Regenerate.
3824
3825 2012-10-23  Richard Earnshaw  <rearnsha@arm.com>
3826
3827         * MAINTAINERS (aarch64): Add Marcus and myself.
3828
3829 2012-10-22  Eric Botcazou  <ebotcazou@adacore.com>
3830
3831         PR bootstrap/54820
3832         * Makefile.tpl (STAGE1_FLAGS_TO_PASS): New variable.
3833         (all-[+prefix+][+module+]): Pass stage1_args to sub-makes.
3834         (all-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
3835         (clean-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
3836         (host_modules): Set stage1_args to STAGE1_FLAGS_TO_PASS.
3837         * Makefile.in: Regenerate.
3838         * configure.ac (have_static_libs): New variable and associated check.
3839         (stage1-ldflags): Move to after stage1_libs and set to -static-libstdc++
3840         -static-libgcc if stage1_libs is empty and have_static_libs is yes.
3841         * configure: Regenerate.
3842
3843 2012-10-10  Richard Biener  <rguenther@suse.de>
3844
3845         * MAINTAINERS: Adjust for changed surname.
3846
3847 2012-10-04  Lawrence Crowl  <crowl@google.com>
3848
3849         * MAINTAINERS (Write After Approval): Add myself.
3850
3851 2012-10-01  Cary Coutant  <ccoutant@google.com>
3852
3853         * MAINTAINERS: Add myself as dwarf debugging code maintainer.
3854
3855 2012-09-28  Ian Lance Taylor  <iant@google.com>
3856
3857         * Makefile.def: Make all-target-libgo depend on
3858         all-target-libbacktrace.
3859         * Makefile.in: Rebuild.
3860
3861 2012-09-26  Ian Lance Taylor  <iant@google.com>
3862
3863         * Makefile.def: Make all-gcc depend on all-libbacktrace.
3864         * Makefile.in: Rebuild.
3865
3866 2012-09-20  Walter Lee  <walt@tilera.com>
3867
3868         * configure.ac: Add tilegx to list of targets that support gold.
3869         * configure: Regenerate.
3870
3871 2012-09-20  Marek Polacek  <polacek@redhat.com>
3872
3873         * MAINTAINERS (Write After Approval): Add myself.
3874
3875 2012-09-19  Steve Ellcey  <sellcey@mips.com>
3876
3877         * configure.ac: Add mips*-mti-elf* target.
3878         * configure: Regenerate.
3879
3880 2012-09-17  Ian Lance Taylor  <iant@google.com>
3881
3882         * MAINTAINERS (Various Maintainers): Add libbacktrace.
3883         * configure.ac (host_libs): Add libbacktrace.
3884         (target_libraries): Add libbacktrace.
3885         * Makefile.def (host_modules): Add libbacktrace.
3886         (target_modules): Likewise.
3887         * configure, Makefile.in: Rebuild.
3888
3889 2012-09-14  David Edelsohn  <dje.gcc@gmail.com>
3890
3891         PR target/38607
3892         Merge upstream change.
3893         * libtool.m4 (_LT_COMPILER_PIC): Add -fPIC to GCC and GXX for AIX.
3894
3895         * configure.ac: Add target-libquadmath to noconfigdirs for AIX.
3896         Add libgomp*.o to compare_exclusions for AIX.
3897         * configure: Regenerate.
3898
3899 2012-09-06  Diego Novillo  <dnovillo@google.com>
3900
3901         * configure.ac: Bump minimum GMP version to 4.2.3.
3902         * configure: Re-generate.
3903
3904 2012-09-05  Georg-Johann Lay  <avr@gjlay.de>
3905
3906         PR target/54461
3907         * configure.ac (noconfigdirs,target=avr-*-*): Add target-newlib,
3908         target-libgloss if not configured --with-avrlibc=no.
3909         * configure: Regenerate.
3910
3911 2012-09-04  Jason Merrill  <jason@redhat.com>
3912
3913         * configure.ac: Fix --enable-languages=all.
3914
3915 2012-09-04  Christophe Lyon  <christophe.lyon@st.com>
3916
3917         * MAINTAINERS (Write After Approval): Add myself.
3918
3919 2012-09-03  Richard Guenther  <rguenther@suse.de>
3920
3921         PR bootstrap/54138
3922         * configure.ac: Re-organize ISL / CLOOG checks to allow
3923         disabling with either --without-isl or --without-cloog.
3924         * configure: Regenerated.
3925
3926 2012-09-03  Georg-Johann Lay  <avr@gjlay.de>
3927
3928         * configure.ac (noconfigdirs,target=avr): Add target-libquadmath.
3929         * configure: Regenerate.
3930
3931 2012-08-27  Ulrich Drepper  <drepper@gmail.com>
3932
3933         * MAINTAINERS: Fix my email address.
3934
3935 2012-08-26  H.J. Lu  <hongjiu.lu@intel.com>
3936
3937         PR binutils/4970
3938         * Makefile.def (host_modules): Rmove lib_path=.libs from bfd
3939         and opcodes.
3940         * Makefile.in: Regenerated.
3941
3942 2012-08-26  Art Haas <ahaas@impactweather.com>
3943
3944         * configure: Regenerate.
3945
3946 2012-08-25  Křištof Želechovski <giecrilj@stegny.2a.pl>
3947
3948         * INSTALL/README: Also refer to the online installation
3949         instructions.
3950
3951 2012-08-21  Hariharan Sandanagobalane <hariharan.gcc@gmail.com>
3952
3953         * MAINTAINERS (Write After Approval): Add myself.
3954         (Picochip port): Remove myself.
3955
3956 2012-08-14   Diego Novillo  <dnovillo@google.com>
3957
3958         Merge from cxx-conversion branch.
3959
3960         * Makefile.tpl (STAGE[+id+]_CXXFLAGS): Remove
3961         POSTSTAGE1_CONFIGURE_FLAGS.
3962         * Makefile.in: Regenerate.
3963         * configure.ac (ENABLE_BUILD_WITH_CXX): Remove.  Update all users.
3964         Force C++ when bootstrapping.
3965         * configure: Regenerate.
3966
3967 2012-07-24  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
3968
3969         * MAINTAINERS (Write After Approval): Add myself.
3970
3971 2012-07-16  Joseph Myers  <joseph@codesourcery.com>
3972
3973         * README: Document use of ranges of years in copyright notices.
3974
3975 2012-07-06  Richard Guenther  <rguenther@suse.de>
3976
3977         * Makefile.def (cloog): Pass $(HOST_GMPINC) and $(HOST_ISLINC)
3978         as CPPFLAGS, pass path to built gmp as LDFLAGS, always use
3979         --with-gmp=system.
3980         * Makefile.in: Regenerated.
3981         * configure: Likewise.
3982
3983 2012-07-06  Richard Guenther  <rguenther@suse.de>
3984
3985         * configure.ac (extra_isl_gmp_configure_flags): Initialize and subst.
3986         * Makefile.def (isl): Use extra_isl_gmp_configure_flags and
3987         supply V=1 as extra_make_flags.
3988         * configure: Regenerated.
3989         * Makefile.in: Likewise.
3990
3991 2012-07-04  Tristan Gingold  <gingold@adacore.com>
3992
3993         * configure: Regenerate.
3994
3995 2012-07-03  Richard Guenther  <rguenther@suse.de>
3996
3997         * Makfile.def (isl): Remove not necessary extra_exports and
3998         extra_make_flags.
3999         (cloog): Use $$CPPFLAGS instead of ${CPPFLAGS}.
4000         * Makefile.in: Regenerated.
4001
4002 2012-07-03  Richard Guenther  <rguenther@suse.de>
4003
4004         * Makefile.def (cloog): Add V=1 to extra_make_flags.
4005         * configure.ac: If either the ISL or the CLooG check failed
4006         do not try to build in-tree versions.
4007         * Makefile.in: Regenerated.
4008         * configure: Regenerated.
4009
4010 2012-07-03  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
4011
4012         * configure: Regenerate.
4013
4014 2012-07-02  Janis Johnson  <janisjo@codesourcery.com>
4015
4016         * MAINTAINERS (Various Maintainers): Add myself as testsuite
4017         maintainer.
4018
4019 2012-07-02  Richard Guenther  <rguenther@suse.de>
4020
4021         * configure: Regenerated.
4022
4023 2012-07-02  Richard Guenther  <rguenther@suse.de>
4024         Michael Matz  <matz@suse.de>
4025         Tobias Grosser <tobias@grosser.es>
4026         Sebastian Pop <sebpop@gmail.com>
4027
4028         * Makefile.def: Add ISL host module, remove PPL host module.
4029         Adjust ClooG host module to use the proper ISL.
4030         * Makefile.tpl: Pass ISL include flags instead of PPL ones.
4031         * configure.ac: Include config/isl.m4.  Add ISL host library,
4032         remove PPL.  Remove PPL configury, add ISL configury, adjust
4033         ClooG configury.
4034         * Makefile.in: Regenerated.
4035         * configure: Likewise.
4036
4037 2012-07-02  Richard Guenther  <rguenther@suse.de>
4038
4039         Merge from graphite branch
4040         2011-07-21  Tobias Grosser  <tobias@grosser.es>
4041
4042         * configure: Regenerated.
4043         * config/cloog.m4: Remove support for CLooG-ppl and CLooG-parma,
4044         both cloog.org and legacy versions. The only supported version will
4045         be CLooG with the isl backend.
4046
4047         2011-07-21  Tobias Grosser  <tobias@grosser.es>
4048
4049         * configure: Regenerated.
4050         * configure.ac: Require cloog isl 0.17.0
4051
4052         2011-07-21  Tobias Grosser  <tobias@grosser.es>
4053
4054         * configure: Regenerated.
4055         * config/cloog.m4: Do not define CLOOG_ORG
4056
4057 2012-06-29  Steven Bosscher  <steven@gcc.gnu.org>
4058
4059         * configure.ac: Skip C if explicitly selected.
4060         * configure: Regenerate.
4061
4062 2012-06-28  Christophe Lyon <christophe.lyon@st.com>
4063
4064         * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Make sure
4065         they contain -O2.
4066         * configure: Regenerate.
4067
4068 2012-06-25  Richard Sandiford  <rdsandiford@googlemail.com>
4069
4070         PR debug/53740
4071         * df.h, df-problems.c, dce.c: Revert last patch.
4072
4073 2012-06-25  Iain Sandoe  <iain@codesourcery.com>
4074
4075         * MAINTAINERS (Write After Approval): Update my email address.
4076
4077 2012-06-21  Meador Inge  <meadori@codesourcery.com>
4078
4079         * MAINTAINERS (Write After Approval): Add myself.
4080
4081 2012-06-20  Jason Merrill  <jason@redhat.com>
4082
4083         * Makefile.tpl (check-target-libgomp-c++): New.
4084         (check-target-libitm-c++): New.
4085         * Makefile.def (c++): Add them.
4086         * Makefile.in: Regenerate.
4087
4088 2012-05-29  Edmar Wienskoski  <edmar@freescale.com>
4089
4090         * MAINTAINERS (Write After Approval): Add myself.
4091
4092 2012-05-16  Olivier Hainque  <hainque@adacore.com>
4093
4094         * Makefile.tpl (gcc-no-fixedincludes): Rename into ...
4095         (gcc-install-no-fixedincludes): Now forwarder to local target in gcc/
4096         (install-no-fixedincludes): Adjust accordingly.
4097         * Makefile.in: Regenerate.
4098
4099 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
4100
4101         Merge upstream change
4102         * libtool.m4 (_LT_ENABLE_LOCK): Support x32.
4103
4104 2012-05-14  Marc Glisse  <marc.glisse@inria.fr>
4105
4106         * MAINTAINERS (Write After Approval): Add myself.
4107
4108 2012-05-09  Nick Clifton  <nickc@redhat.com>
4109             Paul Smith  <psmith@gnu.org>
4110
4111         PR bootstrap/50461
4112         * configure.ac (mpfr-dir): When using in-tree MPFR sources
4113         allow for the fact that from release v3.1.0 of MPFR the source
4114         files were moved into a src sub-directory.
4115         * configure: Regenerate.
4116
4117 2012-05-07  Janne Blomqvist  <jb@gcc.gnu.org>
4118
4119         * configure.ac: Bump minimum MPFR version to 2.4.0.
4120         * configure: Regenerated.
4121
4122 2012-05-01  Richard Henderson  <rth@redhat.com>
4123
4124         * Makefile.def (libatomic): New target_module.
4125         * configure.ac (target_libraries): Add libatomic.
4126         (noconfigdirs): Check if libatomic is supported.
4127         * Makefile.in, configure: Rebuild.
4128
4129 2012-05-01  Greta Yorsh  <Greta.Yorsh@arm.com>
4130
4131         * MAINTAINERS (Write After Approval): Add myself.
4132
4133 2012-04-25  Joel Brobecker  <brobecker@adacore.com>
4134
4135         * config.sub: Update to 2012-04-18 version from official repo.
4136
4137 2012-04-24  Naveen H.S  <naveen.S@kpitcummins.com>
4138
4139         * MAINTAINERS (Write After Approval): Add myself.
4140
4141 2012-04-11  Steve Ellcey  <sellcey@mips.com>
4142
4143         * MAINTAINERS: Changed email address.
4144
4145 2012-03-28  Georg-Johann Lay  <avr@gjlay.de>
4146
4147         PR target/52737
4148         * contrib/gcc_update (files_and_dependencies):
4149         Remove gcc/config/avr/t-multilib from touch data.
4150
4151 2012-03-14  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
4152
4153         * MAINTAINERS (OS Port Maintainers): Remove irix.
4154         * configure.ac (enable_libgomp): Remove *-*-irix6*.
4155         (unsupported_languages): Remove mips-sgi-irix6.*.
4156         (noconfigdirs): Don't add ${libgcj} for mips*-*-irix6*.
4157         (with_stabs): Remove.
4158         * configure: Regenerate.
4159
4160 2012-03-12  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
4161
4162         * MAINTAINERS (OS Port Maintainers): Remove osf.
4163         * configure.ac (enable_libgomp): Remove *-*-osf*.
4164         (with_stabs): Remove alpha*-*-osf*.
4165         * configure: Regenerate.
4166
4167 2012-03-05  Tristan Gingold  <gingold@adacore.com>
4168
4169         * configure.ac: Enable gdb and readline for ia64*-*-*vms*.
4170         * configure: Regenerate.
4171
4172 2012-02-17  Walter Lee  <walt@tilera.com>
4173
4174         * MAINTAINERS: (Write After Approval): Delete myself.
4175
4176 2012-02-14  Walter Lee  <walt@tilera.com>
4177
4178         * MAINTAINERS (tilegx port): Add myself.
4179         (tilepro port): Add myself.
4180         (Write After Approval): Add myself.
4181
4182 2012-02-12  Gerald Pfeifer  <gerald@pfeifer.com>
4183
4184         * MAINTAINERS (Various Maintainers): Add Diego Novillo, Gerald Pfeifer
4185         and Joseph Myers as docstring relicensing maintainers.
4186
4187 2012-02-09  Bin Cheng  <bin.cheng@arm.com>
4188
4189         * MAINTAINERS (write-after-approval): Add myself.
4190
4191 2012-02-08  Ira Rosen <irar@il.ibm.com>
4192
4193         * MAINTAINERS (Various Maintainers): Remove myself as auto-vectorizer
4194         maintainer.
4195
4196 2012-02-04  Venkataramanan Kumar  <venkataramanan.kumar@amd.com>
4197
4198         * MAINTAINERS (Write After Approval): Move myself to
4199         maintain alphabetical order.
4200
4201 2012-02-03  Venkataramanan Kumar  <venkataramanan.kumar@amd.com>
4202
4203         * MAINTAINERS (Write After Approval): Add myself.
4204
4205 2012-02-02  Jayant R Sonar <jayant.sonar@kpitcummins.com>
4206
4207         * MAINTAINERS (Write After Approval): Add myself.
4208
4209 2012-02-02  Sumanth G <sumanth.gundapaneni@kpitcummins.com>
4210             Jayant R Sonar <jayant.sonar@kpitcummins.com>
4211
4212         * configure.ac (cr16-*-*): Remove nonconfigdirs.
4213         * configure: Regenerate.
4214
4215 2012-01-23  Harshit Chopra  <harshit@google.com>
4216
4217         * MAINTAINERS (Write After Approval): Add myself.
4218
4219 2012-01-22  Douglas B Rupp  <rupp@ngnat.com>
4220
4221         * configure.ac: Remove reference to mh-interix.
4222         * configure: Regenerate.
4223
4224 2012-01-05  Richard Henderson  <rth@redhat.com>
4225
4226         PR bootstrap/51072
4227         * configure.ac: Disable libitm if c++ is not enabled.
4228         * configure: Rebuild.
4229
4230         * configure.ac: Fix regexp for same.
4231         * configure: Rebuild.
4232
4233 2012-01-02  Balaji V. Iyer  <bviyer@gmail.com>
4234
4235         * MAINTAINERS (Write After Approval): Add myself.
4236
4237 2012-01-02  Richard Guenther  <rguenther@suse.de>
4238
4239         PR bootstrap/51686
4240         * Makefile.def (install-strip-gcc): Depend on install-strip-lto-plugin.
4241         * Makefile.in: Regenerate.
4242
4243 2011-12-28  Oleg Endo  <olegendo@gcc.gnu.org>
4244
4245         * MAINTAINERS (Write After Approval): Add myself.
4246
4247 2011-12-18  Eric Botcazou  <ebotcazou@adacore.com>
4248
4249         * configure: Regenerate.
4250
4251 2011-12-14  Hariharan Sandanagobalane  <hariharan.gcc@gmail.com>
4252
4253         * MAINTAINERS (picochip): Changed email address.
4254
4255 2011-11-30  Matthew Gretton-Dann  <matthew.gretton-dann@arm.com>
4256
4257         * MAINTAINERS (write-after-approval): Add self.
4258
4259 2011-11-29  DJ Delorie  <dj@redhat.com>
4260
4261         * configure.ac (rl78-*-*) New case.
4262         * configure: Regenerate.
4263         * MAINTAINERS: Add myself as RL78 maintainer.
4264
4265 2011-11-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
4266
4267         * MAINTAINERS: Add self as co-maintainer of the Ada front end.
4268
4269 2011-11-21  Andreas Tobler  <andreast@fgznet.ch>
4270
4271         * libtool.m4: Additional FreeBSD 10 fixes.
4272
4273 2011-11-21  Joern Rennecke  <joern.rennecke@embecosm.com>
4274
4275         * MAINTAINERS: Move myself from Write After Approval to CPU Port
4276         Maintainers section, as Epiphany maintainer.
4277
4278 2011-11-18  Iain Sandoe  <iains@gcc.gnu.org>
4279
4280         PR target/49992
4281         * configure.ac: Remove ranlib special-casing for Darwin.
4282         * configure: Regenerate.
4283
4284 2011-11-12  Andrey Belevantsev  <abel@ispras.ru>
4285
4286         * MAINTAINERS (Reviewers): Keep the list sorted.
4287
4288 2011-11-11  Andrey Belevantsev  <abel@ispras.ru>
4289
4290         * MAINTAINERS (Selective Scheduling): Add myself as a reviewer.
4291
4292 2011-11-09  Roland McGrath  <mcgrathr@google.com>
4293
4294         * configure.ac: Add tool checks for READELF and READELF_FOR_TARGET.
4295         * configure: Rebuild.
4296         * Makefile.def (flags_to_pass): Add READELF_FOR_TARGET.
4297         * Makefile.tpl (READELF, READELF_FOR_TARGET): New variables.
4298         (HOST_EXPORTS): Add READELF, READELF_FOR_TARGET.
4299         (BASE_FLAGS_TO_PASS): Add READELF_FOR_TARGET.
4300         (BASE_TARGET_EXPORTS, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS):
4301         Add READELF.
4302         * Makefile.in: Rebuild.
4303
4304 2011-11-09  Jason Merrill  <jason@redhat.com>
4305
4306         * Makefile.def (language=c++): Remove check-c++0x.
4307         * Makefile.in (check-gcc-c++): Regenerate.
4308
4309 2011-11-08  Richard Henderson  <rth@redhat.com>
4310
4311         * configure.ac: Test for libitm directory present first.
4312
4313         * configure.ac: Adjust srcdir for running libitm/configure.tgt.
4314
4315         * configure.ac: Test libitm/configure.tgt to disable libitm.
4316         * configure: Rebuild.
4317
4318 2011-11-07  Aldy Hernandez  <aldyh@redhat.com>
4319             Richard Henderson  <rth@redhat.com>
4320
4321         Merged from transactional-memory.
4322
4323         * Makefile.def (lang_env_dependencies): libitm is c++.
4324         Add libitm target module.
4325         * configure.ac: Likewise.
4326         * config/mmap.m4: New file.
4327         * contrib/gcc_update: Add libitm to touch data.
4328         * Makefile.in, configure: Rebuild.
4329
4330 2011-11-02  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
4331
4332         * Makefile.tpl (EXTRA_GCC_FLAGS): Remove LIBGCC2_CFLAGS,
4333         LIBGCC2_DEBUG_CFLAGS, LIBGCC2_INCLUDES.
4334         * Makefile.in: Regenerate.
4335
4336 2011-11-01  DJ Delorie  <dj@redhat.com>
4337
4338         * config.sub: Update to version 2011-10-29 (added rl78)
4339
4340 2011-10-27  Nick Clifton  <nickc@redhat.com>
4341
4342         * config.sub: Import these changes from the config project:
4343
4344         2011-10-08  Joern Rennecke  <joern.rennecke@embecosm.com>
4345             Ben Elliston  <bje@gnu.org>
4346
4347         * config.sub (epiphany): New.
4348
4349         2011-09-09  Linas Vepstas  <linasvepstas@gmail.com>
4350             Ben Elliston  <bje@gnu.org>
4351
4352         * config.sub (hexagon, hexagon-*): New.
4353
4354         2011-08-23  Roland McGrath  <mcgrathr@google.com>
4355
4356         * config.sub: Rename 32eb to be32, 32el to le32, 64el to le64, and
4357         64eb to be64.
4358
4359         2011-08-16  Roland McGrath  <mcgrathr@google.com>
4360
4361         * config.sub (32eb, 32el, 64eb, 64el): New (pseudo-)CPUs.
4362         (nacl): Grok as alias for 32el-unknown-nacl.
4363
4364 2011-10-25  Kirill Yukhin  <kirill.yukhin@intel.com>
4365
4366         * MAINTAINERS (Write After Approval): Add myself.
4367
4368 2011-10-24  Teresa Johnson  <tejohnson@google.com>
4369
4370         * MAINTAINERS (Write After Approval): Add myself.
4371
4372 2011-09-21  Jakub Jelinek  <jakub@redhat.com>
4373
4374         * MAINTAINERS (sparc port): Remove myself.
4375
4376 2011-09-14  Tom de Vries  <tom@codesourcery.com>
4377
4378         * MAINTAINERS (Write After Approval): Add myself.
4379
4380 2011-08-14  Yao Qi  <yao@codesourcery.com>
4381
4382         * configure.ac (tic6x-*-*): Remove gdb from noconfigdirs.
4383         * configure: Regenerate.
4384
4385 2011-07-26  Ian Lance Taylor  <iant@google.com>
4386
4387         * configure.ac: Set have_compiler based on whether gcc directory
4388         exists, rather than on whether gcc is in configdirs.
4389         * configure: Rebuild.
4390
4391 2011-07-21  Joseph Myers  <joseph@codesourcery.com>
4392
4393         * MAINTAINERS (Global Reviewers): Add self.
4394
4395 2011-07-20  David Edelsohn  <dje.gcc@gmail.com>
4396
4397         * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): Add libsupc++ to
4398         link directories.
4399         * Makefile.in: Rebuild.
4400
4401 2011-07-20  Ian Lance Taylor  <iant@google.com>
4402
4403         PR bootstrap/49787
4404         * configure.ac: Move --enable-bootstrap handling earlier in file.
4405         If --enable-bootstrap and either --enable-build-with-cxx or
4406         --enable-build-poststage1-with-cxx, enable C++ automatically.
4407         * configure: Rebuild.
4408
4409 2011-07-19  Ian Lance Taylor  <iant@google.com>
4410
4411         * configure.ac: Add --enable-build-poststage1-with-cxx.  If set,
4412         make C++ a boot_language.  Set and substitute
4413         POSTSTAGE1_CONFIGURE_FLAGS.
4414         * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): New variable.
4415         (STAGE[+id+]_CONFIGURE_FLAGS): Add $(POSTSTAGE1_CONFIGURE_FLAGS).
4416         * configure, Makefile.in: Rebuild.
4417
4418 2011-07-19  Vladimir Makarov  <vmakarov@redhat.com>
4419
4420         * MAINTAINERS (Register Allocation): Move myself from reviewers to
4421         maintainers.
4422
4423 2011-07-18  Jakub Jelinek  <jakub@redhat.com>
4424
4425         * MAINTAINERS (Global Reviewers): Add myself.
4426
4427 2011-07-18  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
4428
4429         * configure: Regenerate.
4430
4431 2011-07-16  Jason Merrill  <jason@redhat.com>
4432
4433         * Makefile.def (language=c++): Add check-c++0x and
4434         check-target-libmudflap-c++.
4435         * Makefile.tpl (check-target-libmudflap-c++): New.
4436         * Makefile.in: Regenerate.
4437
4438 2011-07-16  Matthias Klose  <doko@ubuntu.com>
4439
4440         * Makefile.tpl (EXTRA_CONFIGARGS_LIBJAVA): Define.
4441         * Makefile.def (target_modules/libjava): Pass
4442         $(EXTRA_CONFIGARGS_LIBJAVA).
4443         * configure.ac: Pass --disable-static in EXTRA_CONFIGARGS_LIBJAVA,
4444         if not configured with --enable-static-libjava.
4445         * Makefile.in: Regenerate.
4446         * configure: Likewise.
4447
4448 2011-07-15  Jason Merrill  <jason@redhat.com>
4449
4450         * Makefile.in (check-c++): Move check-gcc-c++0x after
4451         check-target-libstdc++-v3.
4452
4453 2011-07-15  Bernd Schmidt  <bernds@codesourcery.com>
4454
4455         * MAINTAINERS (c6x port): New entry.
4456
4457 2011-07-13  Jason Merrill  <jason@redhat.com>
4458
4459         * Makefile.in (check-gcc-c++0x): New.
4460         (check-c++): Depend on it.
4461
4462 2011-07-07  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
4463
4464         PR target/39150
4465         * configure.ac (i[3456789]86-*-solaris2*): Also accept
4466         x86_64-*-solaris2.1[0-9]*.
4467         * configure: Regenerate.
4468
4469 2011-06-29  Richard Sandiford  <rdsandiford@googlemail.com>
4470
4471         * MAINTAINERS (RTL optimizers): Add self.
4472
4473 2011-06-27  Gabriel Charette  <gchare@google.com>
4474
4475         * MAINTAINERS (Write After Approval): Add myself.
4476
4477 2011-06-22  Hans-Peter Nilsson  <hp@axis.com>
4478
4479         PR regression/47836
4480         PR bootstrap/23656
4481         PR other/47733
4482         PR bootstrap/49247
4483         PR c/48825
4484         * configure.ac (target_libraries): Remove target-libiberty.
4485         Remove case-statement setting skipdirs=target-libiberty for
4486         multiple targets.  Remove checking target_configdirs and
4487         removing target-libiberty but keeping target-libgcc if
4488         otherwise empty.
4489         * Makefile.def (target_modules): Don't add libiberty.
4490         (dependencies): Remove all traces of target-libiberty.
4491         * configure, Makefile.in: Regenerate.
4492
4493 2011-06-13  Walter Lee <walt@tilera.com>
4494
4495         * configure.ac (tilepro-*-*) New case.
4496         (tilegx-*-*): Likewise.
4497         * configure: Regenerate.
4498
4499 2011-06-06  Jing Yu  <jingyu@google.com>
4500
4501         * configure.ac: Skip target-libiberty for
4502         arm*-*-linux-androideabi.
4503         * configure: Regenerated.
4504
4505 2011-06-06  Nick Clifton  <nickc@redhat.com>
4506
4507         * config.sub: Sync from upstream.
4508
4509 2011-06-05  Nenad Vukicevic  <nenad@intrepid.com>
4510
4511         * MAINTAINERS (Write After Approval): Add myself.
4512
4513 2011-06-01  Daniel Jacobowitz  <drow@false.org>
4514
4515         * MAINTAINERS: Update my email address.
4516
4517 2011-05-27  Nathan Froyd  <froydnj@codesourcery.com>
4518
4519         * MAINTAINERS (Write After Approval): Update my email address.
4520
4521 2011-05-11  Paul Pluzhnikov  <ppluzhnikov@google.com>
4522
4523         * MAINTAINERS (Write After Approval): Add myself.
4524
4525 2011-05-08  Doug Kwan  <dougkwan@google.com>
4526
4527         * configure.ac: Propagate LDFLAGS_FOR_TARGET.
4528         * configure: Regenerated.
4529         * Makefile.tpl (LDFLAGS_FOR_TARGET): Use LDFLAGS_FOR_TARGET
4530         value from configure.
4531         * Makefile.in: Regenerated.
4532
4533 2011-05-05  Joseph Myers  <joseph@codesourcery.com>
4534
4535         * configure.ac (alpha*-dec-osf*, i[[3456789]]86-*-rdos*,
4536         sh*-*-pe|mips*-*-pe|arm-wince-pe, sparc-*-sunos4*, *-*-aix*,
4537         *-*-beos*, *-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-linux*
4538         | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-lynxos*,
4539         *-*-mingw*, *-*-netbsd*, *-*-netware*, *-*-tpf*, *-*-uclinux*,
4540         *-*-vxworks*): Disable newlib and libgloss in separate case
4541         statement.
4542         (i[[3456789]]86-*-linux*): Move logic allowing newlib to be built
4543         to separate case statement.
4544         (*-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
4545         *-*-netware*, *-*-tpf*, *-*-uclinux*, *-*-vxworks*,
4546         alpha*-dec-osf*, alpha*-*-linux*, am33_2.0-*-linux*, sh-*-linux*,
4547         sh*-*-pe|mips*-*-pe|*arm-wince-pe, arm-*-coff, arm-*-elf* |
4548         arm*-*-eabi*, arm*-*-linux-gnueabi, arm*-*-symbianelf*, avr-*-*,
4549         bfin-*-*, cris-*-* | crisv32-*-*, frv-*-*, i[[3456789]]86-*-coff |
4550         i[[3456789]]86-*-elf, i[[3456789]]86-w64-mingw*,
4551         i[[3456789]]86-*-mingw*, x86_64-*-mingw*,
4552         i[[3456789]]86-*-interix*, i[[3456789]]86-*-beos*,
4553         i[[3456789]]86-*-rdos*, m32r-*-*,
4554         m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, m68k-*-elf*, m68*-*-*
4555         | fido-*-*, powerpc-*-aix*, powerpc-*-beos*, powerpc-*-eabi,
4556         powerpc-*-eabi* | powerpcle-*-eabi* | powerpc-*-rtems*,
4557         rs6000-*-lynxos*, rs6000-*-aix*, mips*-*-linux*, sparclet-*-aout*
4558         | sparc86x-*-*, sparc-*-elf*, sparc64-*-elf*, sparclite-*-*,
4559         sparc-*-sunos4*, sparc-*-solaris* | sparc64-*-solaris* |
4560         sparcv9-*-solaris*, *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu |
4561         *-*-kopensolaris*-gnu, *-*-lynxos*, *-*-*): Don't disable newlib
4562         and libgloss in main case over targets.  Remove most empty cases
4563         in main case over targets.
4564         * configure: Regenerate.
4565
4566 2011-05-04  Janis Johnson  <janisjo@codesourcery.com>
4567
4568         * MAINTAINERS (Write After Approval): Add myself.
4569
4570 2011-05-04  Joseph Myers  <joseph@codesourcery.com>
4571
4572         * configure.ac: Remove code setting special library locations for
4573         hppa*64*-*-hpux11*.  Remove code setting compiler for
4574         sparc-sun-solaris2*.
4575         * configure: Regenerate.
4576
4577 2011-05-04  Joseph Myers  <joseph@codesourcery.com>
4578
4579         * configure.ac: Separate libgloss_dir settings from general case
4580         over targets.
4581         * configure: Regenerate.
4582
4583 2011-04-28  Joseph Myers  <joseph@codesourcery.com>
4584
4585         * configure.ac (*-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
4586         alpha*-dec-osf*, alpha*-*-linux*, alpha*-*-*, sh-*-linux*,
4587         arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi, frv-*-*): Remove
4588         cases in libgcj-disabling case statement.
4589         (hppa*64*-*-linux*): Set unsupported_languages instead of
4590         disabling target-zlib.
4591         (hppa*64*-*-*): Restrict case in libgcj-disabling case statement
4592         to hppa*64*-*-hpux*.
4593         (hppa*-*-*): Restrict case in libgcj-disabling case statement to
4594         hppa*-*-hpux*.
4595         (ia64*-*-elf*, ia64*-**-hpux*, i[[3456789]]86-*-elf,
4596         i[[3456789]]86-*-linux*, *-*-cygwin*, i[[3456789]]86-*-interix*,
4597         i[[3456789]]86-*-solaris2*, m32r-*-*, m68k-*-elf*, m68*-*-* |
4598         fido-*-*, powerpc-*-eabi, powerpc-*-eabi* | powerpcle-*-eabi* |
4599         powerpc-*-rtems*, mips*-*-linux*, mips*-*-*, sh-*-* | sh64-*-*,
4600         sparc-*-elf*, sparc64-*-elf*, sparc-*-solaris* |
4601         sparc64-*-solaris* | sparcv9-*-solaris*, *-*-linux* | *-*-gnu* |
4602         *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-*): Remove cases in
4603         libgcj-disabling case statement.
4604         * configure: Regenerate.
4605
4606 2011-04-28  Joseph Myers  <joseph@codesourcery.com>
4607
4608         * configure.ac: Disable Java for targets not supporting libffi.
4609         (*-*-chorusos, *-*-kaos*, am33_2.0-*-linux*, sh*-*-pe|mips*-*-pe):
4610         Remove cases in Java-disabling statement.
4611         (*arm-wince-pe): Change to arm-wince-pe.
4612         (arc-*-*, arm-*-coff, arm-*-pe*, arm-*-riscix*, avr-*-*): Remove
4613         cases in Java-disabling statement.
4614         (bfin-*-*): Don't disable Java again.
4615         (c4x-*-* | tic4x-*-*, tic54x-*-*, cr16-*-*, d10v-*-*, d30v-*-*,
4616         fr30-*-elf*, moxie-*-*, h8300*-*-*, h8500-*-*, hppa1.1-*-osf* |
4617         hppa1.1-*-bsd*, hppa*-*-*elf* | hppa*-*-lites* | hppa*-*-openbsd*,
4618         hppa*-*-pro*, i960-*-*, i[[3456789]]86-*-coff,
4619         i[[3456789]]86-*-pe, i[[3456789]]86-*-sco3.2v5*,
4620         i[[3456789]]86-*-sco*, i[[3456789]]86-*-sysv4*,
4621         i[[3456789]]86-*-beos*, i[[3456789]]86-*-rdos*,
4622         m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*): Remove cases in
4623         Java-disabling statement.
4624         (mmix-*-*): Don't disable Java again.
4625         (mt-*-*, powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
4626         powerpc-*-beos*, rs6000-*-lynxos*, rs6000-*-*, m68k-apollo-*,
4627         microblaze*, mips*-sde-elf*, mips*-*-irix5*, mips*-*-bsd*,
4628         sparclet-*-aout* | sparc86x-*-*, sparclite-*-*, sparc-*-sunos4*,
4629         tic6x-*-*, v810-*-*, vax-*-*): Remove cases in Java-disabling
4630         statement.
4631         * configure: Regenerate.
4632
4633 2011-04-28  Joseph Myers  <joseph@codesourcery.com>
4634
4635         * configure.ac: Separate cases disabling Java and Java libraries
4636         from general case over targets.
4637         * configure: Regenerate.
4638
4639 2011-04-21  Jie Zhang  <jzhang918@gmail.com>
4640
4641         * MAINTAINERS: Update my email address.
4642
4643 2011-04-20  Easwaran Raman  <eraman@google.com>
4644
4645         * MAINTAINERS (Write After Approval): Add myself.
4646
4647 2011-04-18  Jack Howarth  <howarth@bromo.med.uc.edu>
4648
4649         PR lto/48086
4650         * configure.ac: Re-enable LTO on *-apple-darwin9*.
4651         * configure: Regenerate.
4652
4653 2011-04-16  Jim Meyering  <meyering@redhat.com>
4654
4655         * MAINTAINERS (Write After Approval): Add myself.
4656
4657 2011-04-15  Dodji Seketeli  <dodji@redhat.com>
4658
4659         * MAINTAINERS: Update my email address.
4660
4661 2011-04-13  Georg-Johann Lay  <avr@gjlay.de>
4662
4663         * MAINTAINERS (Write After Approval): Add myself.
4664
4665 2011-04-12  Yufeng Zhang  <yufeng.zhang@arm.com>
4666
4667         * MAINTAINERS (Write After Approval): Add myself.
4668
4669 2011-04-07  Stuart Henderson  <shenders@gcc.gnu.org>
4670
4671         * MAINTAINERS (Write After Approval): Add myself.
4672
4673 2011-04-06  Joseph Myers  <joseph@codesourcery.com>
4674
4675         * configure.ac (build_tools): Remove build-byacc.
4676         (host_libs): Remove mmalloc.
4677         (host_tools): Remove byacc make patch prms send-pr ash bash bzip2
4678         autoconf automake libtool diff rcs fileutils shellutils time
4679         textutils wdiff find uudecode hello tar gzip indent recode release
4680         sed perl gawk findutils gettext zip.
4681         (libgcj): Remove target-qthreads.
4682         (target_tools): Remove target-examples target-gperf.
4683         (YACC): Don't handle building byacc.
4684         * configure: Regenerate.
4685         * Makefile.def (ash, autoconf, automake, bash, byacc, bzip2, diff,
4686         dosutils, examples, fileutils, find, findutils, gawk, gettext,
4687         gnuserv, gperf, gzip, hello, indent, libtool, make, mmalloc,
4688         patch, perl, prms, qthreads, rcs, recode, release, sed, send-pr,
4689         shellutils, tar, textutils, time, uudecode, wdiff, zip): Don't
4690         handle building components.
4691         * Makefile.in: Regenerate.
4692
4693 2011-04-05  Sterling Augustine <augustine.sterling@gmail.com>
4694
4695         * MAINTAINERS: Update my email address as Xtensa maintainer.
4696
4697 2011-04-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4698
4699         * config.sub: Sync from upstream.
4700
4701 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
4702
4703         * configure.ac (avr-*-*): Add comment about why libssp is disabled.
4704         (microblaze*): Don't disable libssp.
4705         * configure: Regenerate.
4706
4707 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
4708
4709         * configure.ac: Remove code setting CONFIG_SHELL, config_shell and
4710         moveifchange.
4711         * configure: Regenerate.
4712         * Makefile.tpl: Use @SHELL@ not @config_shell@.
4713         * Makefile.in: Regenerate.
4714
4715 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
4716
4717         * configure.ac (*-*-sysv4*): Don't enable libgomp.
4718         (alpha*-*-*vms*, i[[34567]]86-*-sco3.2v5*, mn10300-*-*,
4719         powerpc-*-chorusos*, powerpc*-*-eabi*, powerpc*-*-sysv*,
4720         powerpc*-*-kaos*, s390x-ibm-tpf*, sparc64-*-elf*, v850*-*-*,
4721         xtensa*-*-elf*, *-*-beos*, *-*-elf*, *-*-netware*, *-*-rtems*,
4722         *-*-sysv[[45]]*, *-*-vxworks*, *-wrs-windiss): Remove
4723         md_exec_prefix cases.
4724         * configure: Regenerate.
4725
4726 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
4727
4728         * configure.ac: Separate cases disabling target-libssp,
4729         target-libiberty, target-libstdc++-v3 and Fortran from general
4730         case over targets.
4731         * configure: Regenerate.
4732
4733 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
4734
4735         * configure.ac (*-*-chorusos): Don't disable libgcj.
4736         (*-*-freebsd[[12]] | *-*-freebsd[[12]].* | *-*-freebsd*aout*):
4737         Remove case.
4738         (*-*-kaos*): Don't disable GCC libraries, zlib or fastjar.
4739         (arm-*-coff): Don't disable libgcj.
4740         (arm*-*-linux-gnueabi): Remove useless assignment.
4741         (arm-*-riscix*): Don't disable libgcj.
4742         (bfin-*-*): Don't enable target-bsp and target-cygmon depending on
4743         configuration.
4744         (c4x-*-* | tic4x-*-*): Don't disable GCC libraries.
4745         (c54x*-*-*): Remove case.
4746         (tic54x-*-*): Don't disable GCC or GCC libraries.
4747         (cris-*-* | crisv32-*-*): Don't handle *-*-aout.  Change *-*-elf
4748         to *.
4749         (d10v-*-*): Don't disable GCC libraries.
4750         (d30v-*-*): Don't disable libgcj.
4751         (h8500-*-*): Don't disable GCC libraries.
4752         (i960-*-*): Don't disable libgcj.
4753         (i[[3456789]]86-*-linux*): Don't handle *-*-*libc1*.
4754         (i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
4755         i[[3456789]]86-*-sysv4*, i[[3456789]]86-*-beos*): Don't disable
4756         libgcj.
4757         (m68k-*-coff*): Remove case.
4758         (mmix-*-*): Don't disable libgloss on host.
4759         (mn10200-*-*, mn10300-*-*): Remove cases.
4760         (powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
4761         powerpc-*-beos*, m68k-apollo-*, mips*-*-irix5*, mips*-*-bsd*):
4762         Don't disable libgcj.
4763         (romp-*-*): Remove case.
4764         (sparclite-*-*, sparc-*-sunos4*): Don't disable libgcj.
4765         (sparc-*-solaris2.[[0-6]] | sparc-*-solaris2.[[0-6]].*): Remove
4766         case.
4767         (v810-*-*): Don't disable GCC libraries.
4768         (v850*-*-*, vax-*-vms, xtensa*-*-*): Remove cases.
4769         (ip2k-*-*): Don't disable GCC libraries.
4770         * configure: Regenerate.
4771
4772 2011-03-28  Joseph Myers  <joseph@codesourcery.com>
4773
4774         * configure.ac (i[[3456789]]86-*-msdosdjgpp*): Don't disable
4775         libffi on host.
4776         (x86_64-*-mingw*, i[[3456789]]86-*-mingw32*): Don't disable newlib
4777         on host.
4778         (c54x*-*-* | tic54x-*-*): Don't disable newlib on host.
4779         * configure: Regenerate.
4780
4781 2011-03-26  John Marino  <binutils@marino.st>
4782
4783         * configure.ac: Add support for *-*-dragonfly*
4784         * configure: Regenerate.
4785
4786 2011-03-25  Joseph Myers  <joseph@codesourcery.com>
4787
4788         * configure.ac (native_only): Remove.
4789         (i[[3456789]]86-*-msdosdjgpp*): Don't disable expect dejagnu
4790         send-pr uudecode guile gnuserv on host.
4791         (x86_64-*-mingw*): Don't disable expect dejagnu autoconf automake
4792         send-pr rcs guile perl texinfo libtool on host.
4793         (i[[3456789]]86-*-mingw32*): Don't disable expect dejagnu autoconf
4794         automake send-pr rcs guile perl texinfo libtool on host.
4795         (*-*-cygwin*, *-*-netbsd*): Remove host cases.
4796         (*-*-kaos*): Don't disable target-examples target-gperf on target.
4797         (alpha*-dec-osf*): Don't disable fileutils on target.
4798         (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't disable target-examples
4799         texinfo send-pr expect dejagnu on target.
4800         (arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi): Don't disable
4801         target-qthreads on target.
4802         (hppa*-hp-hpux11*, hppa*-*-*): Don't disable shellutils on target.
4803         (ia64*-*-elf*, ia64*-*-*vms*): Don't disable mmalloc on target.
4804         (i[[3456789]]86-w64-mingw*, i[[3456789]]86-*-mingw*,
4805         x86_64-*-mingw*): Don't disable expect on target.
4806         (*-*-cygwin*): Don't disable target-gperf on target.
4807         (powerpc*-*-winnt* | powerpc*-*-pe*): Don't disable make expect
4808         gnuserv on target.
4809         (powerpcle-*-solaris*): Don't disable make expect gnuserv on
4810         target.
4811         * configure: Regenerate.
4812
4813 2011-03-25  Joseph Myers  <joseph@codesourcery.com>
4814
4815         * configure.ac (target_tools): Remove target-groff.
4816         (native_only): Remove target-groff.
4817         (hppa*64*-*-*): Don't disable byacc.
4818         (i[[3456789]]86-*-mingw32*): Remove commented-out noconfigdirs
4819         setting.
4820         (*-*-kaos*): Don't skip target-librx and target-groff.
4821         (*-*-netware*): Don't skip target-libmudflap.
4822         (*-*-tpf*): Don't skip target-libmudflap.
4823         (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't condition configured
4824         directories on the host.
4825         (ia64*-*-*vms*): Don't skip tix.
4826         (sh-*-* | sh64-*-*): Don't condition skipped directories on the
4827         host.
4828         * configure: Regenerate.
4829
4830 2011-03-24  Paolo Bonzini  <pbonzini@redhat.com>
4831
4832         * configure.ac: Remove references to mt-mep, mt-netware,
4833         mt-wince.
4834         * Makefile.def: Add all-utils soft dependencies.
4835         * Makefile.tpl: Remove GDB_NLM_DEPS.
4836         * configure: Regenerate.
4837         * Makefile.in: Regenerate.
4838
4839 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
4840
4841         * configure.ac: Do not include mh-x86omitfp.
4842         * configure: Regenerate.
4843
4844 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
4845
4846         * configure.ac: Remove empty cases.
4847         * configure: Regenerate.
4848
4849 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
4850
4851         * Makefile.def: Add dependency from termcap to gdb.
4852         * Makefile.in: Regenerate.
4853
4854 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
4855
4856         * configure.ac: Remove all mentions of mh-sysv4 and mh-solaris.
4857         * configure: Regenerate.
4858         * Makefile.def: Remove all mentions of X11_FLAGS_TO_PASS.
4859         * Makefile.tpl: Likewise.
4860         * Makefile.in: Regenerate.
4861
4862 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
4863
4864         * configure.ac: Remove all mentions of tentative_cc.
4865         * configure: Regenerate.
4866
4867 2011-03-24  Joseph Myers  <joseph@codesourcery.com>
4868
4869         * configure.ac (i[[3456789]]86-*-vsta, i[[3456789]]86-*-go32*,
4870         i[[3456789]]86-*-beos*, powerpc-*-beos*, m68k-hp-hpux*,
4871         m68k-apollo-sysv*, m68k-apollo-bsd*, m88k-dg-dgux*,
4872         m88k-harris-cxux*, m88k-motorola-sysv*, mips*-dec-ultrix*,
4873         mips*-nec-sysv4*, mips*-sgi-irix4*, mips*-*-sysv4*, mips*-*-sysv*,
4874         i370-ibm-opened*, i[[3456789]]86-*-sysv5*, i[[3456789]]86-*-dgux*,
4875         i[[3456789]]86-ncr-sysv4.3*, i[[3456789]]86-ncr-sysv4*,
4876         i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
4877         i[[3456789]]86-*-udk*, vax-*-ultrix2*, m68k-sun-sunos*,
4878         hppa*-*-hiux*, *-*-hiux*, rs6000-*-lynxos*, *-*-sysv4*,
4879         *-*-rhapsody*): Remove host cases.
4880         * configure: Regenerate.
4881
4882 2011-03-24  Joseph Myers  <joseph@codesourcery.com>
4883
4884         * configure.ac (ppc*-*-pe): Remove host case.
4885         (strongarm-*-coff | xscale-*-coff, strongarm-*-elf* |
4886         xscale-*-elf*, thumb-*-coff, thumb-*-elf, thumb-*-pe, ep9312-*-elf
4887         | ep9312-*-coff, parisc*64*-*-linux*, ppc*-*-pe): Remove target
4888         cases.
4889         * configure: Regenerate.
4890
4891 2011-03-24  Joseph Myers  <joseph@codesourcery.com>
4892
4893         * config.sub: Update to version 2011-03-23.
4894
4895 2011-03-22  Joseph Myers  <joseph@codesourcery.com>
4896
4897         * configure.ac (arm-semi-aof, crx-*-*, parisc*-*-linux*,
4898         i370-*-opened*, i[[3456789]]86-moss-msdos | i[[3456789]]86-*-moss*
4899         | i[[3456789]]86-*-uwin*, mcore-*-pe*): Remove empty cases.
4900         * configure: Regenerate.
4901
4902 2011-03-22  Joseph Myers  <joseph@codesourcery.com>
4903
4904         * MAINTAINERS (crx port, m68hc11 port): Remove.  Move maintainers
4905         to Write After Approval.
4906         * config-ml.in: Don't handle arc-*-elf*.
4907         * configure.ac (arc-*-*, crx-*-*, i[[3456789]]86-*-pe,
4908         m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, mcore-*-pe*): Don't
4909         handle GCC libraries.
4910         * configure: Regenerate.
4911
4912 2011-03-21  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
4913
4914         PR bootstrap/48120:
4915         * configure.ac (pwllib): Use LIBS instead of LDFLAGS.
4916         Add -lstdc++ -lm to LIBS.
4917         * configure: Regenerate.
4918
4919 2011-03-18  David Edelsohn  <dje.gcc@gmail.com>
4920
4921         * config.guess: Update to version 2011-02-02
4922         * config.sub: Update to version 2011-02-24
4923
4924 2011-03-16  Jack Howarth  <howarth@bromo.med.uc.edu>
4925
4926         PR lto/48086
4927         * configure.ac: Re-enable LTO on *-apple-darwin9.
4928         * configure: Regenerate.
4929
4930 2011-03-13  Jack Howarth  <howarth@bromo.med.uc.edu>
4931
4932         PR lto/48086
4933         * configure.ac: Disable LTO on darwin due to an assembler change in
4934         Xcode 3.2.6/4.0 that limits the total number of sections/segments to
4935         under 256.
4936         * configure: Regenerate.
4937
4938 2011-03-11  Chen Liqin <liqin.gcc@gmail.com>
4939
4940         * MAINTAINERS: Update myself as score backend maintainer,
4941         update my e-mail address.
4942
4943 2011-03-09  Xuepeng Guo  <terry.guo@arm.com>
4944
4945         * MAINTAINERS: Update my e-mail address.
4946
4947 2011-03-06  Joey Ye  <joey.ye@arm.com>
4948
4949         * MAINTAINERS: Update my e-mail address.
4950
4951 2011-03-02  Sebastian Pop  <sebastian.pop@amd.com>
4952
4953         * configure.ac: Adjust test of with_ppl.
4954         * configure: Regenerated.
4955
4956 2011-03-02  Kai Tietz  <ktietz@redhat.com>
4957
4958         * MAINTAINERS: Adjust my e-mail address.
4959
4960 2011-03-02  Sebastian Pop  <sebastian.pop@amd.com>
4961
4962         * configure.ac: Add -lpwl to ppllibs.
4963         * configure: Regenerated.
4964
4965 2011-03-02  Sebastian Pop  <sebastian.pop@amd.com>
4966
4967         * config/cloog.m4: Add -lisl to clooglibs.
4968         * configure: Regenerated.
4969
4970 2011-02-24  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
4971
4972         * MAINTAINERS (CPU Port maintainers): Add self.
4973
4974 2011-02-16  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
4975
4976         * MAINTAINERS: Add myself as testsuite maintainer.
4977
4978 2011-02-15  Mike Stump  <mikestump@comcast.net>
4979
4980         * MAINTAINERS: Add myself as testsuite maintainer.
4981
4982 2011-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4983
4984         Import from Libtool and gnulib:
4985
4986         2011-01-27  Gerald Pfeifer  <gerald@pfeifer.com>
4987
4988         Prepare for supporting FreeBSD 10.
4989         * config.rpath: Remove handling of freebsd1* which soon would
4990         match FreeBSD 10.0.
4991
4992         2011-01-20  Gerald Pfeifer  <gerald@pfeifer.com>  (tiny change)
4993
4994         Remove support for FreeBSD 1.x.
4995         * libtool.m4 (_LT_LINKER_SHLIBS)
4996         (_LT_SYS_DYNAMIC_LINKER): Remove handling of freebsd1* which
4997         soon would incorrectly match FreeBSD 10.0.
4998
4999 2011-02-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5000
5001         PR binutils/12283
5002         * move-if-change: Import version from gnulib.
5003
5004 2011-02-12  Alexandre Oliva  <aoliva@redhat.com>
5005
5006         PR lto/47225
5007         * Makefile.def (lto-plugin): Double dash for enable-shared.
5008         (configure-gcc): Depend on all-lto-plugin.
5009         * Makefile.in: Rebuilt.
5010
5011 2011-02-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5012
5013         * configure.ac: Remove extra bracket.
5014         * configure: Regenerate.
5015
5016 2011-02-08  Tobias Burnus  <burnus@net-b.de>
5017
5018         * MAINTAINERS: Add myself as libquadmath maintainer.
5019
5020 2011-02-08  Thomas Schwinge  <thomas@schwinge.name>
5021
5022         * MAINTAINERS: Update my email address.
5023
5024 2011-02-07  Joseph Myers  <joseph@codesourcery.com>
5025
5026         * MAINTAINERS (option handling): Add self.
5027
5028 2011-02-06  Kai Tietz  <kai.tietz@onevision.com>
5029
5030         PR lto/47225
5031         * Makefile.def: Add dependency for install-gcc
5032         on install-lto-plugin.
5033         * Makfile.in: Regenerated
5034
5035 2011-02-01  Sebastien Bourdeauducq  <sebastien@milkymist.org>
5036
5037         * MAINTAINERS (CPU Port Maintainers): Add myself.
5038
5039 2011-01-31  Alexandre Oliva  <aoliva@redhat.com>
5040
5041         PR libgcj/44341
5042         * configure.ac: Discard --with-* flags for host when configuring
5043         target libraries for cross build.
5044         * configure: Rebuilt.
5045
5046 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
5047
5048         * MAINTAINERS (linear loop transforms): Removed.
5049
5050 2011-01-25  Jakub Jelinek  <jakub@redhat.com>
5051
5052         * configure.ac: If with_ppl is no, move setting with_cloog=no
5053         after CLOOG_REQUESTED check.
5054         * configure: Regenerated.
5055
5056 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
5057
5058         * configure.ac: Call AC_MSG_ERROR when PPL 0.11 is not present and
5059         CLooG has been requested.
5060         * configure: Regenerated.
5061
5062 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
5063
5064         * configure: Regenerated.
5065         * configure.ac: Check for version 0.11 (or later revision) of PPL.
5066
5067 2011-01-25  Tobias Grosser  <grosser@fim.uni-passau.de>
5068
5069         * configure: Regenerated.
5070         * configure.ac: Use CLOOG_CHECK_VERSION(0,16,1).
5071
5072 2011-01-21  Andreas Schwab  <schwab@redhat.com>
5073
5074         * configure.ac: Use AS_HELP_STRING throughout.
5075         * configure: Regenerate.
5076
5077 2011-01-18  Jie Zhang  <jie.zhang@analog.com>
5078
5079         * configure.ac (bfin-*-*): Remove gdb from noconfigdirs.
5080         * configure: Regenerate.
5081
5082 2011-01-13  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
5083
5084         * ltmain.sh (relink): Use absolute path when hardcoding with -L.
5085
5086 2011-01-13  Joel Brobecker  <brobecker@adacore.com>
5087
5088         * configure.ac: Remove readline, mmalloc, and gdb from noconfigdirs
5089         for ia64-hpux.
5090         * configure: Regenerate.
5091
5092 2011-01-07  Jan Hubicka  <jh@suse.cz>
5093
5094         PR lto/47225
5095         * Makefile.in: Regenerate.
5096         * Makefile.def (lto-plugin): Always pass enable-shared to the plugin
5097         configure.
5098
5099 2011-01-07  Jan Hubicka  <jh@suse.cz>
5100
5101         * Makefile.in: Regenerate.
5102         * Makefile.def (gcc host module) and soft dependency on lto-plugin
5103         and configure dependency on lto-plugin configure.
5104         (lto-plugin module): Remove dependency on GCC; add dependency on
5105         liniberty.
5106
5107 2011-01-07  William Schmidt  <wschmidt@linux.vnet.ibm.com>
5108
5109         * MAINTAINERS (Write After Approval): Add myself.
5110
5111 2010-12-23  Hariharan Sandanagobalane <hariharan@picochip.com>
5112
5113         * configure: Regenerate.
5114
5115 2010-12-22  Hariharan Sandanagobalane <hariharan@picochip.com>
5116
5117         * configure.ac: (picochip): Disable libiberty.
5118
5119 2010-12-14  Kaushik Phatak  <kaushik.phatak@kpitcummins.com>
5120
5121         * MAINTAINERS (Write After Approval): Add myself.
5122
5123 2010-12-10  Ian Lance Taylor  <iant@google.com>
5124
5125         PR bootstrap/46819
5126         * configure.ac: For --disable-libgcj clear libgcj_saved.
5127         * configure: Rebuild.
5128
5129 2010-12-10  Tobias Burnus  <burnus@net-b.de>
5130
5131         PR fortran/46540
5132         * configure.ac: Add --disable-libquadmath and
5133         --disable-libquadmath-support.
5134         * configure: Regenerate.
5135
5136 2010-12-03  Ian Lance Taylor  <iant@google.com>
5137
5138         * MAINTAINERS: Add myself as libgo maintainer.
5139
5140 2010-12-03  Hans-Peter Nilsson  <hp@axis.com>
5141
5142         PR libffi/46792
5143         * configure.ac (cris-*-elf, crisv32-*-elf): Disable target-libffi.
5144         * configure: Regenerate.
5145
5146 2010-12-02  Ian Lance Taylor  <iant@google.com>
5147
5148         * configure.ac: Always set default for poststage1_ldflags to
5149         -static-libstdc++ -static-libgcc.
5150
5151 2010-11-29  Andreas Schwab  <schwab@redhat.com>
5152
5153         * configure.ac: Move comment to remove extra space in last argument
5154         of GCC_TARGET_TOOL.
5155
5156 2010-11-26  Alexandre Oliva  <aoliva@redhat.com>
5157
5158         PR other/46026
5159         * configure.ac (CXX_FOR_TARGET): Add -funconfigured-libstdc++-v3.
5160         * Makefile.def (CXX_FOR_TARGET): Removed from flags_to_pass.
5161         * Makefile.tpl (CXX_FOR_TARGET_FLAG_TO_PASS): New.
5162         (BASE_FLAGS_TO_PASS): Use it.
5163         * configure: Rebuilt.
5164         * Makefile.in: Rebuilt.
5165
5166 2010-11-23  H.J. Lu  <hongjiu.lu@intel.com>
5167
5168         PR binutils/12258
5169         * configure.ac: Correct comments for --enable-gold/--enable-ld.
5170         Properly check default linker.
5171         * configure: Regnerated.
5172
5173 2010-11-23  Matthias Klose  <doko@ubuntu.com>
5174
5175         * configure.ac: For --enable-gold, handle value `default' instead of
5176         `both*'.  New configure option --{en,dis}able-ld.
5177         * configure: Regenerate.
5178
5179 2010-11-20  Ian Lance Taylor  <iant@google.com>
5180
5181         * configure.ac: Only disable a language library if no language needs
5182         it.  Don't let --disable-libgcj uncondtionally disable libffi.
5183         * configure: Rebuild.
5184
5185 2010-11-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5186
5187         * Makefile.in: Regenerate.
5188
5189         PR other/46202
5190         * configure.ac: Fix just-built in-tree STRIP name to be
5191         binutils/strip-new.
5192         * configure: Regenerate.
5193         * Makefile.def (install-strip-gcc, install-strip-binutils)
5194         (install-strip-opcodes, install-strip-ld, install-strip-itcl)
5195         (install-strip-sid): Mirror dependencies on non-strip variants
5196         of these targets on the respective -strip prerequisites.
5197         * Makefile.tpl (install-strip, install-strip-host)
5198         (install-strip-target): New targets.
5199         (install-strip-[+module+], install-strip-target-[+module+]):
5200         New targets.
5201         * Makefile.in: Regenerate.
5202
5203 2010-11-19  Ian Lance Taylor  <iant@google.com>
5204             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5205
5206         * configure.ac: Add target-libgo to target_libraries.  Set
5207         and substitute GOC_FOR_BUILD and GOC_FOR_TARGET.
5208         * Makefile.tpl (BUILD_EXPORTS): Add GOC and GOCFLAGS.
5209         (HOST_EXPORTS): Add GOC.
5210         (BASE_TARGET_EXPORTS): Add GOC.
5211         (GOC_FOR_BUILD, GOCFLAGS, GOC_FOR_TARGET): New variables.
5212         (GOCFLAGS_FOR_TARGET): New variable.
5213         (EXTRA_HOST_FLAGS): Add GOC.
5214         (EXTRA_TARGET_FLAGS): Add GOC and GOCFLAGS.
5215         * Makefile.def (target_modules): Add libgo.
5216         (flags_to_pass): Add GOC_FOR_TARGET and GOCFLAGS_FOR_TARGET.
5217         (dependencies): Add dependency from configure-target-libgo to
5218         configure-target-libffi and all-target-libstdc++-v3.  Add
5219         dependencies from all-target-libgo to all-target-libffi.
5220         (languages): Add go.
5221         * configure: Rebuild.
5222         * Makefile.in: Rebuild.
5223
5224 2010-11-19  Ian Lance Taylor  <iant@google.com>
5225
5226         * config-ml.in: Add Go support: treat GOC and GOCFLAGS like other
5227         compiler/flag environment variables.
5228
5229 2010-11-18  Ian Lance Taylor  <iant@google.com>
5230
5231         * configure.ac: Check for lang_requires_boot_languages in
5232         config-lang.in files.
5233         * configure: Rebuild.
5234
5235 2010-11-16  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
5236             Tobias Burnus  <burnus@net-b.de>
5237
5238         PR fortran/32049
5239         * Makefile.def: Add libquadmath; build it with language=fortran.
5240         * configure.ac: Add libquadmath.
5241         * Makefile.tpl: Handle multiple libs in check-[+language+].
5242         * Makefile.in: Regenerate.
5243         * configure: Regenerate.
5244
5245 2010-11-16  Tom Tromey  <tromey@redhat.com>
5246
5247         * MAINTAINERS: Moved myself to reviewers section.
5248
5249 2010-11-15  Zdenek Dvorak  <ook@ucw.cz>
5250
5251         * MAINTAINERS: Moved myself to reviewers section.
5252
5253 2010-11-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5254
5255         * MAINTAINERS (Various Maintainers): Add self for build machinery.
5256         (Write After Approval): Remove self.
5257
5258 2010-11-15  Andreas Schwab  <schwab@redhat.com>
5259
5260         * configure.ac: Fix spelling in option names.
5261         * configure: Regenerated.
5262
5263 2010-11-13  Georg-Johann Lay  <georgjohann@web.de>
5264
5265         PR bootstrap/39622
5266         * configure.ac (FLAGS_FOR_TARGET): Add include-fixed path.
5267         * configure: Regenerated.
5268
5269 2010-11-13  Kaveh R. Ghazi  <ghazi@gcc.gnu.org>
5270
5271         * MAINTAINERS: Update my email address.
5272
5273 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
5274
5275         * configure: Regenerate.
5276
5277 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
5278
5279         * configure: Regenerate.
5280
5281 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
5282
5283         * configure: Regenerate.
5284
5285 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
5286
5287         * configure: Regenerate.
5288
5289 2010-11-11  Andreas Simbuerger  <simbuerg@fim.uni-passau.de>
5290
5291         * configure.ac: Support official CLooG.org versions.
5292         * configure: Regenerate.
5293         * config/cloog.m4: New.
5294
5295 2010-11-10  François Dumont  <francois.cppdevs@free.fr>
5296
5297         * MAINTAINERS (Write After Approval): Add myself.
5298
5299 2010-11-09  David Edelsohn  <dje.gcc@gmail.com>
5300
5301         * MAINTAINERS: Update my email address.
5302
5303 2010-11-04  Iain Sandoe  <iains@gcc.gnu.org>
5304
5305         * configure.ac (*-*-darwin*): Use mh-darwin for all Darwin variants.
5306         * configure: Regenerate.
5307
5308 2010-11-03  Ian Lance Taylor  <iant@google.com>
5309             Dave Korn  <dave.korn.cygwin@gmail.com>
5310
5311         PR lto/46273
5312         * configure.ac: Remove libelf tests.  Build lto-plugin on ELF always
5313         and on other supported platforms whenever LTO is enabled.
5314         * configure: Rebuild.
5315
5316 2010-11-02  Alan Modra  <amodra@gmail.com>
5317
5318         PR binutils/12110
5319         * configure.ac: Error when source path contains spaces.
5320         * configure: Regenerate.
5321
5322 2010-10-23  James E. Wilson  <wilson@codesourcery.com>
5323
5324         * MAINTAINERS: Update my email address.
5325
5326 2010-10-20  Ian Lance Taylor  <iant@google.com>
5327
5328         * Makefile.def (target_modules): Set lib_path to src/.libs for
5329         libstdc++-v3 module.
5330         * Makefile.tpl: Fix typo in TARGET_LIB_PATH comment.
5331         * Makefile.in: Rebuild.
5332
5333 2010-10-18  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
5334
5335         * MAINTAINERS (Reviewers): Add myself for gengtype/GTY.
5336         (Write After Approval): Remove myself.
5337
5338 2010-10-15  Tristan Gingold  <gingold@adacore.com>
5339
5340         * MAINTAINERS (OS Port Maintainers): Add myself for VMS.
5341
5342 2010-10-14  Douglas Rupp  <rupp@gnat.com>
5343
5344         * MAINTAINERS (OS Port Maintainers): Add myself for VMS.
5345
5346 2010-10-07  Dave Korn  <dave.korn.cygwin@gmail.com>
5347
5348         * configure.ac (build_lto_plugin): New shell variable.
5349         (--enable-lto): Turn on by default for all non-ELF platforms that
5350         have had LTO support added so far.  Set build_lto_plugin appropriately
5351         for both ELF and non-ELF.
5352         (configdirs): Add lto-plugin or not based on build_lto_plugin.
5353         * configure: Regenerate.
5354
5355 2010-10-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5356
5357         Sync from src:
5358         * configure.ac (v850 support): Remove target-libgloss from
5359         noconfigdirs.
5360         * configure: Regenerate.
5361
5362 2010-10-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5363
5364         PR bootstrap/45326
5365         PR bootstrap/45174
5366         * configure.ac: Honor initial values of $build_configargs,
5367         $host_configargs, $target_configargs.  Mark the precious, so
5368         environment settings get recorded.
5369         * configure: Regenerate.
5370
5371 2010-09-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5372
5373         PR bootstrap/45796
5374         * Makefile.def (info-gcc, dvi-gcc, pdf-gcc, html-gcc):
5375         Depend on all-build-libiberty.
5376         * Makefile.in: Regenerate.
5377
5378 2010-09-30  Michael Eager  <eager@eagercon.com>
5379
5380         * configure.ac (microblaze): Add target-libssp to noconfigdirs.
5381         * configure: Regenerate.
5382
5383 2010-09-28  Michael Eager  <eager@eagercon.com>
5384
5385         * MAINTAINERS (CPU Port Maintainers): Add myself for MicroBlaze port.
5386
5387 2010-06-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5388
5389         PR bootstrap/44621
5390         * configure.ac: Fix unportable shell quoting.
5391         * configure: Regenerate.
5392
5393 2010-09-21  Iain Sandoe  <iains@gcc.gnu.org>
5394
5395         * configure.ac (enable-lto): Add Darwin to the list of supported lto
5396         targets and amend comment.
5397         * configure: Regenerate.
5398
5399 2010-09-15  Tejas Belagod  <tejas.belagod@arm.com>
5400
5401         * MAINTAINERS (Write After Approval): Add myself.
5402
5403 2010-09-03  Jack Howarth <howarth@bromo.med.uc.edu>
5404
5405         * configure.ac: Enable LTO by default on Darwin.
5406         * configure: Regenerate.
5407
5408 2010-09-02  Marcus Shawcroft  <marcus.shawcroft@arm.com>
5409
5410         * MAINTAINERS (Write After Approval): Add myself.
5411
5412 2010-09-01  Ian Bolton  <ian.bolton@arm.com>
5413
5414         * MAINTAINERS (Write After Approval): Add myself.
5415
5416 2010-08-25  Danny Smith  <dannysmith@users.sourceforge.net>
5417
5418         * MAINTAINERS (OS Port Maintainers): Remove myself from windows
5419         ports
5420
5421 2010-07-28  David Yuste  <david.yuste@gmail.com>
5422
5423         * MAINTAINERS (Write After Approval): Add myself.
5424
5425 2010-07-26  Naveen.H.S  <naveen.S@kpitcummins.com>
5426
5427         * configure.ac: Support all v850 targets.
5428         * configure: Regenerate.
5429
5430 2010-07-23  Marc Glisse <marc.glisse@normalesup.org>
5431
5432         PR bootstrap/44455
5433         * configure.ac (extra_mpfr_configure_flags): Copy from
5434         extra_mpc_gmp_configure_flags.
5435         * configure: Re-generated.
5436
5437 2010-07-22  Andi Kleen  <ak@linux.intel.com>
5438
5439         * MAINTAINERS (Write After Approval): Add myself.
5440
5441 2010-07-22  Chung-Lin Tang  <cltang@codesourcery.com>
5442
5443         * MAINTAINERS (Write After Approval): Add myself.
5444
5445 2010-07-20  Jeffrey Yasskin  <jyasskin@google.com>
5446
5447         * MAINTAINERS (Write After Approval): Add myself.
5448
5449 2010-07-17  Jack Howarth  <howarth@bromo.med.uc.edu>
5450
5451         PR target/44862
5452         * Makefile.tpl (POSTSTAGE1_CXX_EXPORT):
5453         Provide -B option to allow for link spec %s substitutions for
5454         libstdc++.a on darwin.
5455         * Makefile.in: Regenerate.
5456
5457 2010-07-10  Mikael Morin  <mikael@gcc.gnu.org>
5458
5459         * MAINTAINERS (Reviewers): Update my e-mail address
5460
5461 2010-06-10  Alexandre Oliva  <aoliva@redhat.com>
5462
5463         * Makefile.def (configure-gcc): Depend on all-libelf.
5464         * Makefile.in: Rebuild.
5465
5466 2010-06-05  Fabien Chêne  <fabien@gcc.gnu.org>
5467
5468         * MAINTAINERS (Write After Approval): Add myself in the right place.
5469
5470 2010-06-04  Fabien Chêne  <fabien@gcc.gnu.org>
5471
5472         * MAINTAINERS (Write After Approval): Add myself.
5473
5474 2010-05-25  Sterling Augustine  <sterling@tensilica.com>
5475
5476         * MAINTAINERS (CPU Port Maintainers): Add myself for xtensa port.
5477
5478 2010-05-25  Maxim Kuvyrkov  <maxim@codesourcery.com>
5479
5480         * config.sub: Update to version 2010-05-21.
5481         * config.guess: Update to version 2010-04-03.
5482
5483 2010-05-18  Steven Bosscher  <steven@gcc.gnu.org>
5484
5485         * configure.ac (--enable-lto): All *-apple-darwin* now support LTO.
5486         * configure: Regenerate.
5487
5488 2010-05-12  Sriraman Tallam  <tmsriram@google.com>
5489
5490         * MAINTAINERS (Write After Approval): Add myself.
5491
5492 2010-05-07  Steven Bosscher  <steven@gcc.gnu.org>
5493
5494         * configure.ac (--enable-lto): Add x86_64-apple-darwin* as
5495         a platform that supports LTO.
5496         * configure: Regenerate.
5497
5498 2010-05-05  Sebastian Pop  <sebastian.pop@amd.com>
5499
5500         * configure.ac: Allow all the versions greater than 0.10 of PPL.
5501         * configure: Regenerated.
5502
5503 2010-04-27  Roland McGrath  <roland@redhat.com>
5504             H.J. Lu  <hongjiu.lu@intel.com>
5505
5506         * configure.ac (--enable-gold): Support both, both/gold and
5507         both/bfd to add gold to configdirs without removing ld.
5508         * configure: Regenerated.
5509
5510         * Makefile.def: Add install-gold dependency to install-ld.
5511         * Makefile.in: Regenerated.
5512
5513 2010-04-27  Dave Korn  <dave.korn.cygwin@gmail.com>
5514
5515         PR lto/42776
5516         * configure.ac (--enable-lto): Refactor handling so libelf tests
5517         are only performed inside then-clause of ACX_ELF_TARGET_IFELSE,
5518         and allow LTO to be explicitly enabled on non-ELF platforms that
5519         are known to support it inside else-clause.
5520         * configure: Regenerate.
5521
5522 2010-04-20  Eric Botcazou  <ebotcazou@adacore.com>
5523
5524         * configure.ac (BUILD_CONFIG): Redirect output to /dev/null.
5525         * configure: Regenerate.
5526
5527 2010-04-17  Ralf Corsépius  <ralf.corsepius@rtems.org>
5528
5529         * configure.ac (*-*-rtems*): Add target-libiberty to $skipdirs.
5530         * configure: Regenerate.
5531
5532 2010-04-16  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
5533
5534         * configure.ac: Check for elf_getshdrstrndx or elf_getshstrndx
5535         separately.
5536         * configure: Regenerate.
5537
5538 2010-04-16  Kevin Williams  <kevin.williams@inria.fr>
5539
5540         * MAINTAINERS (Write After Approval): Add myself.
5541
5542 2010-04-14  Tristan Gingold  <gingold@adacore.com>
5543
5544         * configure.ac (alpha*-*-*vms*): Remove ld from noconfigdirs.
5545         * configure: Regenerate.
5546
5547 2010-04-13  Steve Ellcey  <sje@cup.hp.com>
5548
5549         * configure: Regenerate after change to elf.m4.
5550
5551 2010-04-06  Iain Sandoe  <iains@gcc.gnu.org>
5552
5553         * MAINTAINERS (Write After Approval): Add myself.
5554
5555 2010-04-02  Sebastian Pop  <sebastian.pop@amd.com>
5556
5557         * configure.ac: Add brackets around AC_TRY_COMPILE alternative.
5558         * configure: Regenerated.
5559
5560 2010-04-02  Sebastian Pop  <sebastian.pop@amd.com>
5561
5562         * configure.ac: Print "buggy but acceptable" when CLooG
5563         revision is less than 9.
5564         * configure: Regenerated.
5565
5566 2010-04-01  Diego Novillo  <dnovillo@google.com>
5567
5568         * MAINTAINERS (Plugin): Add myself and Le-Chun Wu.
5569
5570 2010-04-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5571
5572         PR bootstrap/43615
5573         PR bootstrap/43328
5574
5575         Revert:
5576
5577         2010-03-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5578
5579         * configure.ac: Do not pass --enable-multilib nor
5580         --disable-multilib in baseargs.  Accept explicitly passed
5581         --enable_multilib.
5582         * configure: Regenerate.
5583
5584 2010-03-31  Ulrich Weigand  <uweigand@de.ibm.com>
5585
5586         * MAINTAINERS (CPU Port Maintainers): Add myself for spu port.
5587
5588 2010-03-31  Janis Johnson  <janis187@us.ibm.com>
5589
5590         * MAINTAINERS: Remove myself.
5591
5592 2010-03-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5593
5594         PR bootstrap/43328
5595         * configure.ac: Do not pass --enable-multilib nor
5596         --disable-multilib in baseargs.  Accept explicitly passed
5597         --enable_multilib.
5598         * configure: Regenerate.
5599
5600 2010-03-28  Andrew Pinski  <pinskia@gmail.com>
5601
5602         * MAINTAINERS (spu port): Remove me.
5603
5604 2010-03-23  Joseph Myers  <joseph@codesourcery.com>
5605
5606         * configure.ac (tic6x-*-*): New case.
5607         * configure: Regenerate.
5608
5609 2010-03-23  Joseph Myers  <joseph@codesourcery.com>
5610
5611         * config.sub: Update to version 2010-03-22.
5612         * config.guess: Update to version 2009-12-30.
5613
5614 2010-03-19  Jack Howarth  <howarth@bromo.med.uc.edu>
5615
5616         PR ada/42554
5617         * configure.ac: Only pass -c to ranlib for darwin9 and earlier.
5618         * configure: Regenerate.
5619
5620 2010-03-18  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
5621
5622         * MAINTAINERS: Update my email address.
5623
5624 2010-03-17  Sebastian Pop  <sebastian.pop@amd.com>
5625
5626         * MAINTAINERS (dwarak.rajagopal@amd.com): Removed.
5627         (ghassan.shobaki@amd.com): Removed.
5628
5629 2010-03-17  Alan Modra  <amodra@gmail.com>
5630
5631         * MAINTAINERS: Update my email address.
5632
5633 2010-03-16  Diego Novillo  <dnovillo@google.com>
5634
5635         * MAINTAINERS: Remove Dan Hipschman, William Maddox and Chris
5636         Matthews.
5637
5638 2010-03-16  Joseph Myers  <joseph@codesourcery.com>
5639
5640         * MAINTAINERS (Write After Approval): Remove Jim Blandy, Daniel
5641         Gutson, Jeffrey D. Oldham and Mark Shinwell.
5642
5643 2010-03-16  Joseph Myers  <joseph@codesourcery.com>
5644
5645         * MAINTAINERS: Update my email address.
5646
5647 2010-03-16  Daniel Jacobowitz  <dan@codesourcery.com>
5648
5649         * MAINTAINERS: Update my email address.
5650
5651 2010-03-15  Bernd Schmidt  <bernds@codesourcery.com>
5652
5653         * MAINTAINERS: Update my email address.
5654
5655 2010-03-09  Jie Zhang  <jie@codesourcery.com>
5656
5657         * MAINTAINERS: Update my email address.
5658
5659 2010-03-01  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
5660
5661         PR libstdc++/32499
5662         * configure.ac (RANLIB): Default to true.
5663         (STRIP): Likewise.
5664         (RANLIB_FOR_TARGET): Remove superfluous : argument.
5665         * configure: Regenerate.
5666
5667 2010-02-17  Rafael Ávila de Espíndola  <espindola@google.com>
5668
5669         * MAINTAINERS (Plugin, LTO, LTO plugin): Remove myself.
5670         (Write After Approval): Update my email address.
5671
5672 2010-02-17  Nick Clifton  <nickc@redhat.com>
5673
5674         PR 11238
5675         * Makefile.tpl (local-distclean): Also remove config.cache files in
5676         sub-directories as there may not be Makefiles present in the
5677         sub-directories.
5678         * Makefile.tpl: Use "-exec rm {}" rather than "-delete" to delete
5679         the config.cache files found by the find command.
5680
5681         * Makefile.in: Regenerate.
5682         * configure.ac: Revert previous delta.
5683         * configure: Regenerate.
5684
5685 2010-02-15  Nick Clifton  <nickc@redhat.com>
5686
5687         PR 11238
5688         * configure.ac: Delete config.cache files in sub-directories when
5689         deleting Makefiles.
5690         * configure: Regenerate.
5691
5692 2010-02-12  Ben Elliston  <bje@gnu.org>
5693
5694         * MAINTAINERS: Update my email address.
5695
5696 2010-02-08  Andrew Pinski  <pinskia@gmail.com>
5697
5698         * MAINTAINERS (spu port): Update my email address.
5699
5700 2010-02-08  Jie Zhang  <jie.zhang@analog.com>
5701
5702         * MAINTAINERS: Add myself as a maintainer for the bfin port.
5703
5704 2010-01-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5705
5706         * configure.ac: Add "recommended" version checks for GMP/MPC.
5707         Update recommended GMP/MPFR/MPC versions.
5708         * configure: Regenerate.
5709
5710 2010-01-31  Joern Rennecke  <joern.rennecke@embecosm.com>
5711
5712         * MAINTAINERS: Move my Embecosm email address into the
5713         write-after-approval section.
5714
5715 2010-01-26  Ian Lance Taylor  <iant@google.com>
5716
5717         * MAINTAINERS: Add myself as Go frontend maintainer.
5718
5719 2010-01-25  Joern Rennecke  <amylaar@spamcop.net>
5720
5721         PR libstdc++/36101, PR libstdc++/42813
5722         * configure.ac (bootstrap_target_libs): Make inclusion of
5723         target-libgomp conditional on libgomb being in target_configdirs.
5724         * configure: Regenerate.
5725
5726 2010-01-23  Joern Rennecke  <amylaar@spamcop.net>
5727
5728         PR libstdc++/36101, PR libstdc++/42813
5729         * configure.ac (bootstrap_target_libs): Include target-libgomp.
5730         * configure: Regenerate.
5731
5732 2010-01-22  Joern Rennecke  <amylaar@spamcop.net>
5733
5734         PR libstdc++/36101, PR libstdc++/42813
5735         * configure.ac (target_configdirs): Substitute.
5736         * Makefile.def: Bootstrap target module libgomp.
5737         Add dependency of all-target-libstdc++-v3 on configure-target-libgomp.
5738         * Makefile.tpl (TARGET_CONFIGDIRS): New makefile variable.
5739         (BASE_TARGET_EXPORTS): Export TARGET_CONFIGDIRS.
5740         * configure, Makefile.in: Regenerate.
5741
5742 2010-01-21  Dave Korn  <dave.korn.cygwin@gmail.com>
5743
5744         * MAINTAINERS: Adjust my details.
5745
5746 2010-01-20  Eric B. Weddington  <eric.weddington@atmel.com>
5747
5748         * MAINTAINERS (CPU Port Maintainers): Add myself for avr port.
5749
5750 2010-01-18  Thierry Lafage  <thierry.lafage@inria.fr>
5751
5752         * MAINTAINERS: reindented my entry with tabs instead of spaces.
5753
5754 2010-01-15  Thierry Lafage  <thierry.lafage@inria.fr>
5755
5756         * MAINTAINERS (Write After Approval): Add myself.
5757
5758 2010-01-15  Konrad Trifunovic  <konrad.trifunovic@inria.fr>
5759
5760         * MAINTAINERS (Write After Approval): Add myself.
5761
5762 2010-01-11  Richard Guenther  <rguenther@suse.de>
5763
5764         PR lto/41569
5765         * Makefile.def (all-lto-plugin): Depend on all-gcc.
5766         * Makefile.in: Regenerated.
5767
5768 2010-01-11  Andreas Tobler  <andreast@fgznet.ch>
5769
5770         * configure.ac: Enable libjava build on x86_64-*freebsd*.
5771         * configure: Regenerate.
5772
5773 2010-01-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5774             Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
5775
5776         PR bootstrap/42424
5777         * configure.ac: Include libtool m4 files.
5778         (_LT_CHECK_OBJDIR): Call it.
5779         (extra_mpc_mpfr_configure_flags, extra_mpc_gmp_configure_flags,
5780         gmplibs, ppllibs, clooglibs): Use $lt_cv_objdir.
5781
5782         * configure: Regenerate.
5783
5784 2010-01-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5785
5786         PR bootstrap/41818
5787         * Makefile.tpl (BASE_TARGET_EXPORTS): Only add TARGET_LIB_PATH
5788         to $(RPATH_ENVVAR) if bootstrapping.  Fix typo in comment.
5789         * Makefile.in: Regenerate.
5790
5791 2010-01-02  Richard Guenther  <rguenther@suse.de>
5792
5793         PR lto/41529
5794         * configure.ac: Include config/elf.m4.  Disable LTO if not
5795         builting for an elf target.
5796         * configure: Regenerate.
5797
5798 2009-12-27  Christopher Faylor  <me+cygwin@cgf.cx>
5799
5800         * MAINTAINERS: Change my email address.
5801
5802 2009-12-18  Ben Elliston  <bje@au.ibm.com>
5803
5804         * config.sub, config.guess: Update from upstream sources.
5805
5806 2009-12-07  Shujing Zhao  <pearly.zhao@oracle.com>
5807
5808         * MAINTAINERS (Write After Approval): Add myself.
5809
5810 2009-12-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5811
5812         PR middle-end/30447
5813         PR middle-end/30789
5814         PR other/40302
5815
5816         * configure.ac: Require MPC.
5817         * configure: Regenerate.
5818
5819 2009-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5820
5821         PR target/38384
5822         PR bootstrap/40972
5823         * libtool.m4: Sync from git Libtool.
5824         * ltoptions.m4: Likewise.
5825         * ltversion.m4: Likewise.
5826         * lt~obsolete.m4: Likewise.
5827         * ltmain.sh: Likewise.
5828
5829 2009-11-30  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5830
5831         * configure.ac: Update minimum MPC version to 0.8.
5832         * configure: Regenerate.
5833
5834 2009-11-21  Sebastian Pop  <sebpop@gmail.com>
5835
5836         * configure.ac: Check for version 0.15.5 or later revision of CLooG.
5837         * configure: Regenerated.
5838
5839 2009-11-21  Ian Lance Taylor  <iant@google.com>
5840
5841         * configure.ac: Change default of poststage1_ldflags to be empty if
5842         poststage1_libs is set.  When poststage1_libs is empty, and
5843         ENABLE_BUILD_WITH_CXX is set, add -static-libgcc.
5844         * configure: Rebuild.
5845
5846 2009-11-21  Adam Nemet  <adambnmet@gmail.com>
5847
5848         * MAINTAINERS (Write After Approval): Update my email address.
5849
5850 2009-11-20  Ben Elliston  <bje@au.ibm.com>
5851
5852         * config.guess: Update from upstream sources.
5853
5854 2009-11-16  Alexandre Oliva  <aoliva@redhat.com>
5855
5856         * Makefile.def: Restore host and target settings for gmp.
5857         * Makefile.in: Rebuild.
5858
5859 2009-11-16  Alexandre Oliva  <aoliva@redhat.com>
5860
5861         * configure.ac: Add libelf to host_libs.  Enable in-tree configury
5862         of ppl and cloog.  Fix in-tree configury of libelf, skip tests.
5863         Fix portability of test of C++ as bootstrap language.  Add
5864         ppl/src/ppl-config.o to the bootstrap compare exclusion list.
5865         * configure: Rebuild.
5866         * Makefile.def: Drop host and target settings from gmp, mpfr, ppl,
5867         and cloog.  Fix in-tree ppl configuration.  Introduce libelf
5868         in-tree building.
5869         * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): New.
5870         (POSTSTAGE1_HOST_EXPORTS): Use it.
5871         (STAGE[+id+]_CXXFLAGS): New.
5872         (BASE_FLAGS_TO_PASS): Pass it down.
5873         (configure-stage[+id+]-[+prefix+][+module+]): Use it.  Add
5874         extra_exports.
5875         (all-stage[+id+]-[+prefix+][+module+]): Likewise.
5876         (configure-[+prefix+][+module+], all-[+prefix+][+module+]): Add
5877         extra_exports.
5878         * Makefile.in: Rebuild.
5879
5880 2009-11-17  Ben Elliston  <bje@au.ibm.com>
5881
5882         * config.sub, config.guess: Update from upstream sources.
5883
5884 2009-11-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
5885
5886         * MAINTAINERS (Write After Approval): Add myself.
5887
5888 2009-11-09  Jon Beniston  <jon@beniston.com>
5889
5890         * MAINTAINERS (Write After Approval): Add myself.
5891
5892 2009-11-06  Ozkan Sezer  <sezeroz@gmail.com>
5893
5894         * configure.ac (FLAGS_FOR_TARGET):  Add -L and -isystem
5895         paths for *-w64-mingw* and x86_64-*mingw*.
5896         * configure: Regenerated.
5897
5898 2009-11-05  Joern Rennecke  <amylaar@spamcop.net>
5899
5900         * MAINTAINERS (Write After Approval): Add entry for my INRIA work.
5901
5902 2009-11-02  Benjamin Kosnik  <bkoz@redhat.com>
5903
5904         * MAINTAINERS: Add Jonathan Wakely under Various Maintainers, move
5905         Phil Edwards to Write-After Approval.
5906
5907 2009-10-30  Kai Tietz  <kai.tietz@onevision.com>
5908
5909         * configure.ac: Disable target-winsup & co for
5910         x86_64-*-mingw* and *-w64-mingw* targets.
5911         * configure: Regenerated.
5912
5913 2009-10-16  Nick Clifton  <nickc@redhat.com>
5914
5915         * MAINTAINERS: Add myself as a maintainer for the RX port.
5916
5917 2009-10-26  Johannes Singler  <singler@kit.edu>
5918
5919         * MAINTAINERS (Write After Approval): Update my e-mail address.
5920
5921 2009-10-23  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
5922
5923         * configure.ac (CLooG test): Use = with test.
5924         * configure: Regenerate.
5925
5926 2009-10-22  Richard Guenther  <rguenther@suse.de>
5927
5928         * configure.ac: Do not set LIBS for ppl/cloog checks.  Disable
5929         cloog if the ppl version check failed.  Move flags saving
5930         before setting in libelf check.
5931         * configure: Regenerate.
5932
5933 2009-10-21  Richard Guenther  <rguenther@suse.de>
5934
5935         * configure.ac: Adjust the ppl and cloog configure to work as
5936         documented.  Disable cloog if ppl was disabled.  Omit the version
5937         checks if they were disabled.
5938         * configure: Re-generate.
5939
5940 2009-10-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5941
5942         * configure.ac: Add 'lto' to enable_languages, not
5943         new_enable_languages, and only if not already present.
5944         * configure: Regenerate.
5945
5946 2009-10-10  Gerald Pfeifer  <gerald@pfeifer.com>
5947
5948         * README: Refer to the various COPYING* files instead of just
5949         COPYING.
5950         Refer to http://gcc.gnu.org/bugs/ for bug reporting instructions.
5951
5952 2009-10-07  Rafael Avila de Espindola  <espindola@google.com>
5953
5954         * MAINTAINERS: Change my email address. Change plugi-in to plugin.
5955
5956 2009-10-07  Richard Guenther  <rguenther@suse.de>
5957
5958         * MAINTAINERS (LTO): List Diego Novillo, Rafael Avila de Espindola,
5959         and Richard Guenther as reviewers.
5960         (LTO plugin): List Rafael Avila de Espindola and Cary Coutant
5961         as reviewers.
5962
5963 2009-10-07  Hariharan Sandanagobalane  <hariharan@picochip.com>
5964
5965         * config.sub: Update from upstream sources.
5966
5967 2009-10-06  Ian Lance Taylor  <iant@google.com>
5968
5969         * Makefile.def: check-gold depends upon all-gas.
5970         * Makefile.in: Rebuild.
5971
5972 2009-10-05  Phil Muldoon  <pmuldoon@redhat.com>
5973
5974         * MAINTAINERS (Write After Approval): Add myself.
5975
5976 2009-10-03  2009-02-05  Rafael Avila de Espindola  <espindola@google.com>
5977
5978         * Makefile.def: all-lto-plugin depends on all-libiberty.
5979         set bootstrap=true for lto-plugin.
5980         Add lto-plugin.
5981         * Makefile.in: Regenerate.
5982         * configure.ac (host_libs): Add lto-plugin.
5983         * configure: Regenerate.
5984
5985 2009-10-03  Diego Novillo  <dnovillo@google.com>
5986
5987         * Makefile.tpl (HOST_EXPORTS): Add LIBELFLIBS and LIBELFINC.
5988         (HOST_LIBELFLIBS): Define.
5989         (HOST_LIBELFINC): Define.
5990         * Makefile.in: Regenerate.
5991         * configure.ac: Add --enable-lto.
5992         Add --with-libelf, --with-libelf-include and --with-libelf-lib.
5993         If --enable-lto is used, add 'lto' to new_enable_languages.
5994         If --enable-lto is used and gold is enabled, add
5995         lto-plugin to configdirs.
5996         * configure: Regenerate.
5997
5998 2009-10-03  Simon Baldwin  <simonb@google.com>
5999
6000         * configure.ac: If --with-system-zlib, suppress local zlib and
6001         pass --with-system-zlib to subdir configure scripts.
6002         * configure: Regenerate.
6003
6004 2009-10-01  Loren J. Rittle  <ljrittle@acm.org>
6005             Paolo Bonzini  <bonzini@gnu.org>
6006
6007         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Use $$s rather than
6008         $(srcdir).
6009         * Makefile.in: Rebuilt.
6010
6011 2009-09-26  Gary Funck  <gary@intrepid.com>
6012
6013         * MAINTAINERS (Write After Approval): Add myself.
6014
6015 2009-09-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6016
6017         * configure.ac: Update minimum MPC version to 0.7.
6018         * configure: Regenerate.
6019
6020 2009-09-25  Nick Clifton  <nickc@redhat.com>
6021
6022         * configure.ac: Pass any --cache-file=/dev/null option on to
6023         subconfigures.
6024         * configure: Regenerate.
6025
6026 2009-09-23  Nick Clifton  <nickc@redhat.com>
6027
6028         * config.sub, config.guess: Update from upstream sources.
6029
6030 2009-09-22  Loren J. Rittle  <ljrittle@acm.org>
6031
6032         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Remove stray $$r/.
6033         * Makefile.in: Rebuilt.
6034
6035 2009-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6036
6037         PR bootstrap/32272
6038         * configure.ac: Error out if $srcdir isn't '.' but contains
6039         host-${host_noncanonical}.
6040         * configure: Regenerate.
6041
6042 2009-09-22  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
6043
6044         * MAINTAINERS (OS Port Maintainers): Add myself as Solaris
6045         maintainer.
6046
6047 2009-09-21  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6048
6049         * configure.ac: If bootstrapping a combined tree with
6050         --enable-gold, require c++ in stage1_languages.
6051         * configure: Regenerate.
6052
6053         * configure.ac: Also add target_libs of stage1_languages to
6054         bootstrap_target_libs.
6055         * configure: Regenerate.
6056
6057         * configure.ac: Diagnose --enable-build-with-cxx bootstrap
6058         with --enable-languages not containing c++.
6059         * configure: Regenerate.
6060
6061 2009-09-15  Jie Zhang  <jie.zhang@analog.com>
6062
6063         * configure.ac: Disable java and boehm-gc for bfin-*-*.
6064         * configure: Regenerate.
6065
6066 2009-09-12  Joern Rennecke  <joern.rennecke@embecosm.com>
6067
6068         * MAINTAINERS (Write After Approval): Update my e-mail address,
6069         and move from from here...
6070         (Waiting for paperwork): To here.
6071
6072 2009-09-09  Joseph Myers  <joseph@codesourcery.com>
6073
6074         * MAINTAINERS (Reviewers): Add self as driver reviewer.
6075
6076 2009-09-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6077
6078         * configure.ac: Do not use $extrasub for replacing @if/@endif
6079         parts in Makefile; instead, use additional arguments to
6080         AC_CONFIG_COMMANDS to do the replacement manually, with several
6081         sed invocations, to avoid HP-UX sed command limits.
6082         * configure: Regenerate.
6083
6084 2009-09-08  Alexandre Oliva  <aoliva@redhat.com>
6085
6086         * libtool.m4 (output_verbose_link_cmd): Require leading blank, and
6087         blank before -L.
6088
6089 2009-09-04  Alexandre Oliva  <aoliva@redhat.com>
6090
6091         * configure.ac (with-build-config): Document.  Handle without.
6092         Handle missing argument.
6093         * configure: Rebuilt.
6094
6095 2009-09-03  Alexandre Oliva  <aoliva@redhat.com>
6096
6097         * configure.ac (--with-build-config): New.  Set BUILD_CONFIG.
6098         Default to bootstrap-debug only if compare-debug works.
6099         * configure: Rebuilt.
6100         * Makefile.tpl: Make BUILD_CONFIG configure-configurable.
6101         * Makefile.in: Rebuilt.
6102
6103 2009-09-02  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
6104
6105         * MAINTAINERS (OS Port Maintainers): Update my email address.
6106
6107 2009-09-01  Alexandre Oliva  <aoliva@redhat.com>
6108
6109         * Makefile.tpl (BUILD_CONFIG): Default to bootstrap-debug.
6110         * Makefile.in: Rebuilt.
6111
6112 2009-09-01  Chris Demetriou  <cgd@google.com>
6113
6114         * MAINTAINERS (Write After Approval): Add myself.
6115
6116 2009-08-31  Dodji Seketeli  <dodji@redhat.com>
6117
6118         PR debug/30161
6119         * include/dwarf2.h (enum dwarf_tag): Added
6120         DW_TAG_GNU_template_template_param
6121         (enum dwarf_attribute): Added DW_AT_GNU_template_name.
6122
6123 2009-08-30  Paolo Bonzini  <bonzini@gnu.org>
6124
6125         * Makefile.tpl (AWK): Fix typo.
6126         * Makefile.in: Regenerate.
6127
6128 2009-08-30  Paolo Bonzini  <bonzini@gnu.org>
6129
6130         * configure.ac: Detect awk and sed.
6131         * Makefile.def (flags_to_pass): Add AWK and SED.
6132         * Makefile.tpl (AWK, SED): New.
6133         (BASE_FLAGS_TO_PASS): Add AWK and SED.
6134         * configure: Regenerate.
6135         * Makefile.in: Regenerate.
6136
6137 2009-08-26  Dave Korn  <dave.korn.cygwin@gmail.com>
6138
6139         * ltmain.sh (removedotparts): Don't use comma as 's' separator.
6140         (collapseslashes): Likewise.
6141
6142 2009-08-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6143
6144         * configure.ac (AC_PREREQ): Bump to 2.64.
6145
6146 2009-08-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6147
6148         * configure.ac: Remove --with-datarootdir, --with-docdir,
6149         --with-pdfdir, --with-htmldir switches.
6150         * configure: Regenerate.
6151
6152         * configure: Regenerate.
6153
6154         * compile: Sync from Automake 1.11.
6155         * depcomp: Likewise.
6156         * install-sh: Likewise.
6157         * missing: Likewise.
6158         * mkinstalldirs: Likewise.
6159         * ylwrap: Likewise.
6160
6161 2009-08-20  Dave Korn  <dave.korn.cygwin@gmail.com>
6162
6163         * ltmain.sh (func_normal_abspath): New function.
6164         (func_relative_path): Likewise.
6165         (func_mode_help): Document new -bindir option for link mode.
6166         (func_mode_link): Add new -bindir option, and use it to place
6167         output DLL if specified.
6168
6169 2009-08-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6170
6171         * configure.ac: Call AC_DISABLE_OPTION_CHECKING.
6172         (baseargs): Add --disable-option-checking.
6173         * configure: Regenerate.
6174
6175         * Makefile.def (configure-target-libiberty): Depend on
6176         all-binutils and all-ld.
6177         (configure-target-newlib): Likewise.
6178         * Makefile.in: Regenerate.
6179
6180 2009-08-17  Ben Elliston  <bje@au.ibm.com>
6181
6182         * config.sub, config.guess: Update from upstream sources.
6183
6184 2009-08-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6185
6186         Sync from src, merge:
6187
6188         2009-07-02  Tristan Gingold  <gingold@adacore.com>
6189
6190         * configure.ac: Do not exclude gas for i386-*-darwin.
6191         Add a case for x86_64-*-darwin.
6192         * configure: Regenerate.
6193
6194 2009-08-06  Neil Vachharajani  <nvachhar@gmail.com>
6195
6196         * MAINTAINERS: Add my name to Write After Approval list.
6197
6198 2009-08-06  Michael Eager  <eager@eagercon.com>
6199
6200         * configure.ac: Add Microblaze target.
6201         * configure: Regenerate.
6202
6203 2009-07-31  Christian Bruel  <christian.bruel@st.com>
6204
6205         * configure.ac (sh*-*-elf): Don't add target-libgloss to noconfigdirs.
6206         * configure: Regenerate.
6207
6208 2009-07-28  Rask Ingemann Lambertsen  <ccc94453@vip.cybercity.dk>
6209
6210         * MAINTAINERS (Write After Approval): Update my e-mail address.
6211
6212 2009-07-06  Ian Lance Taylor  <iant@google.com>
6213
6214         * configure.ac: Add missing comma in AC_ARG_WITH(boot-libs).
6215         * configure: Rebuild.
6216
6217 2009-07-01  Tobias Grosser  <grosser@fim.uni-passau.de>
6218
6219         * MAINTAINERS: Move myself to the Graphite Reviewers.
6220
6221 2009-06-30  Wei Guozhi  <carrot@google.com>
6222
6223         * MAINTAINERS: Add my name to Write After Approval list.
6224
6225 2009-06-26  Steve Ellcey  <sje@cup.hp.com>
6226
6227         PR bootstrap/40338
6228         * configure.ac (comparestring): Create new variable.
6229         * Makefile.tpl (comparestring): Use to skip some comparisions.
6230         * configure: Regenerate.
6231         * Makefile.in: Regenerate.
6232
6233 2009-06-26  Doug Evans  <dje@sebabeach.org>
6234
6235         * Makefile.def (host_modules): Add cgen.
6236         * Makefile.in: Regenerate.
6237         * configure.ac (host_tools): Add cgen.
6238         * configure: Regenerate.
6239
6240 2009-06-23  DJ Delorie  <dj@redhat.com>
6241
6242         * MAINTAINERS: Add myself as mep maintainer.
6243
6244 2009-06-23  Ian Lance Taylor  <iant@google.com>
6245
6246         * configure.ac: Add --enable-build-with-cxx.  When set, add c++ to
6247         boot_languages.  Only bootstrap target libraries listed in
6248         target_libs for some boot language.  Add --with-stage1-ldflags,
6249         --with-stage1-libs, --with-boot-ldflags, --with-boot-libs.  Remove
6250         with_host_libstdcxx from ppllibs.  Only add -fkeep-inline-functions
6251         if not building with C++.
6252         * Makefile.def: For target_module libstdc++-v3, set bootstrap=true.
6253         * Makefile.tpl (STAGE1_LDFLAGS, STAGE1_LIBS): New variables.
6254         (POSTSTAGE1_LDFLAGS, POSTSTAGE1_LIBS): New variables.
6255         (HOST_EXPORTS): Add STAGE1_LDFLAGS to LDFLAGS.  Export HOST_LIBS.
6256         (POSTSTAGE1_HOST_EXPORTS): Set CXX and CXX_FOR_BUILD.  Add
6257         POSTSTAGE1_LDFLAGS to LDFLAGS.  Export HOST_LIBS.
6258         (POSTSTAGE1_FLAGS_TO_PASS): Likewise.
6259         * configure, Makefile.in: Rebuild.
6260
6261 2009-06-23  Li Feng  <nemokingdom@gmail.com>
6262
6263         * MAINTAINERS: Added my name to write-after-approval list.
6264
6265 2009-06-15  Ryan Mansfield  <rmansfield@qnx.com>
6266
6267         * configure.ac: Define is_elf for QNX Neutrino targets.
6268         * configure: Regenerate.
6269
6270 2009-06-09  Ghassan Shobaki  <ghassan.shobaki@amd.com>
6271
6272         * MAINTAINERS: Added my name to the write-after-approval list
6273
6274 2009-06-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6275
6276         * configure.ac: Detect MPC in default directory.
6277         * configure: Regenerate.
6278
6279 2009-06-03  Jerome Guitton  <guitton@adacore.com>
6280             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6281
6282         * Makefile.tpl (all): Avoid a trailing backslash.
6283         * Makefile.in: Regenerate.
6284
6285 2009-06-03  Ben Elliston  <bje@au.ibm.com>
6286
6287         * config.sub, config.guess: Update from upstream sources.
6288
6289 2009-06-02  Richard Sandiford  <r.sandiford@uk.ibm.com>
6290
6291         * configure.ac (powerpc-*-aix*, rs6000-*-aix*): Add target-newlib
6292         to noconfdirs.
6293         * configure: Regenerate.
6294
6295 2009-06-02  Alexandre Oliva  <aoliva@redhat.com>
6296
6297         * Makefile.tpl ([+compare-target+]): Compare all stage
6298         directories, rather than just gcc.
6299         * Makefile.in: Rebuilt.
6300
6301 2009-06-01  Doug Kwan  <dougkwan@google.com>
6302
6303         * configure.ac: Support gold for target arm*-*-*.
6304         * configure: Regenerate.
6305
6306 2009-05-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6307
6308         * Makefile.def: Add MPC support and dependencies.
6309         * configure.ac: Likewise.  Reorganize GMP/MPFR checks.
6310
6311         * Makefile.in, configure: Regenerate.
6312
6313 2009-05-27  Alexandre Oliva  <aoliva@redhat.com>
6314
6315         * Makefile.tpl (all): Avoid harmless warning in make all when
6316         gcc-bootstrap is enabled but stage_last does not exist.
6317         * Makefile.in: Rebuilt.
6318
6319 2009-05-24  Nicolas Roche  <roche@adacore.com>
6320
6321         * Makefile.tpl (compare-target): Skip ./ada/*tools directories.
6322         * Makefile.in: Regenerate.
6323
6324 2009-05-21  Denis Chertykov  <chertykov@gmail.com>
6325
6326         * MAINTAINERS: Update my e-mail address.
6327
6328 2009-05-21  Dave Korn  <dave.korn.cygwin@gmail.com>
6329
6330         * configure.ac (cygwin noconfigdirs):  Remove libgcj.
6331         * configure:  Regenerate.
6332
6333 2009-05-18  Alexandre Oliva  <aoliva@redhat.com>
6334
6335         PR other/40159
6336         * Makefile.tpl (all): Don't assume gcc-bootstrap and
6337         gcc-no-bootstrap are mutually exclusive.
6338         * Makefile.in: Rebuilt.
6339
6340 2009-05-18  Alexandre Oliva  <aoliva@redhat.com>
6341
6342         PR other/40159
6343         * Makefile.tpl (all): Don't end with unconditional success.
6344         * Makefile.in: Rebuilt.
6345
6346 2009-05-12  Alexandre Oliva  <aoliva@redhat.com>
6347
6348         PR target/37137
6349         * Makefile.def (flags_to_pass): Remove redundant and incomplete
6350         STAGE1_CFLAGS, STAGE2_CFLAGS, STAGE3_CFLAGS, and STAGE4_CFLAGS.
6351         Add FLAGS_FOR_TARGET and BUILD_CONFIG.
6352         (bootstrap_stage): Remove bootstrap-debug custom stages.  Turn
6353         stage_configureflags, stage_cflags and stage_libcflags into
6354         explicit Makefile macros.
6355         * Makefile.tpl (HOST_EXPORTS, EXTRA_HOST_FLAGS): Pass GCJ and
6356         GFORTRAN.
6357         (POSTSTAGE1_HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET and TFLAGS to
6358         CC.  Set CC_FOR_BUILD from CC.
6359         (BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS,
6360         NORMAL_TARGET_EXPORTS): Move SYSROOT_CFLAGS_FOR_TARGET and
6361         DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS and CXXFLAGS to
6362         XGCC_FLAGS_FOR_TARGET.  Add it along with TFLAGS to CC, CXX, GCJ,
6363         and GFORTRAN.
6364         (TFLAGS, STAGE_CFLAGS, STAGE_TFLAGS, STAGE_CONFIGURE_FLAGS): New.
6365         (_LIBCFLAGS): Renamed to _TFLAGS.
6366         (do-compare-debug, do-compare3-debug): Drop.
6367         (CC, GCC_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET,
6368         GCJ_FOR_TARGET, GFORTRAN_FOR_TARGET): Remove FLAGS_FOR_TARGET.
6369         (FLAGS_FOR_TARGET, SYSROOT_CFLAGS_FOR_TARGET,
6370         DEBUG_PREFIX_CFLAGS_FOR_TARGET): Move down.
6371         (XGCC_FLAGS_FOR_TARGET): New.
6372         (BASE_FLAGS_TO_PASS): Pass STAGEid_CFLAGS, STAGEid_TFLAGS and TFLAGS.
6373         (EXTRA_HOST_FLAGS): Pass GCJ and GFORTRAN.
6374         (POSTSTAGE1_FLAGS_TO_PASS): Move SYSROOT_CFLAGS_FOR_TARGET and
6375         DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS, CXXFLAGS, LIBCFLAGS,
6376         LIBCXXFLAGS to XGCC_FLAGS_FOR_TARGET.  Add it along with TFLAGS
6377         to CC, CXX, GCJ, and GFORTRAN.  Pass XGCC_FLAGS_FOR_TARGET and
6378         TFLAGS.
6379         (BUILD_CONFIG): Include if requested.
6380         (all): Set TFLAGS on bootstrap.
6381         (configure-stageid-prefixmodule): Pass TFLAGS, adjust FLAGS.
6382         (all-stageid-prefixmodule): Likewise.
6383         (do-clean, distclean-stageid): Set TFLAGS.
6384         (restrap): Fix whitespace.
6385         * Makefile.in: Rebuilt.
6386
6387 2009-05-07  Paolo Bonzini  <bonzini@gnu.org>
6388
6389         * config.guess: Sync with src.
6390
6391 2009-05-07  Dave Korn  <dave.korn.cygwin@gmail.com>
6392
6393         * configure.ac ($with_ppl):  Default to no if not supplied.
6394         ($with_cloog):  Likewise.
6395         configure:  Regenerate.
6396
6397 2009-04-27  James E. Wilson  <wilson@codesourcery.com>
6398
6399         * MAINTAINERS: Update my e-mail address.
6400
6401 2009-04-27  Nick Clifton  <nickc@redhat.com>
6402
6403         * MAINTAINERS: Replace Aldy Hernandez as a maintainer for the FRV.
6404
6405 2009-04-25  Eric Botcazou  <ebotcazou@adacore.com>
6406
6407         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add GNATBIND.
6408         (POSTSTAGE1_FLAGS_TO_PASS): Pick up exported value for GNATBIND.
6409         * Makefile.in: Regenerate.
6410
6411 2009-04-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6412
6413         PR bootstrap/39739
6414         * configure.ac (extra_mpfr_configure_flags): Set and AC_SUBST.
6415         * Makefile.def (module=mpfr): Use extra_mpfr_configure_flags.
6416
6417         * configure, Makefile.in: Regenerate.
6418
6419 2009-04-21  Taras Glek  <tglek@mozilla.com>
6420
6421         * include/hashtab.h: Update GTY annotations to new syntax
6422         * include/splay-tree.h: Likewise
6423
6424 2009-04-17  Ben Elliston  <bje@au.ibm.com>
6425
6426         * config.sub, config.guess: Update from upstream sources.
6427
6428 2009-04-15  Anthony Green  <green@moxielogic.com>
6429
6430         * configure.ac: Add moxie support.
6431         * configure: Rebuilt.
6432
6433 2009-04-14  Jakub Jelinek  <jakub@redhat.com>
6434
6435         * configure.ac: Change copyright header to refer to version
6436         3 of the GNU General Public License and to point readers at the
6437         COPYING3 file and the FSF's license web page.
6438         * Makefile.def: Likewise.
6439         * Makefile.tpl: Likewise.
6440         * Makefile.in: Regenerate.
6441
6442 2009-04-09  Jack Howarth  <howarth@bromo.med.uc.edu>
6443
6444         * configure.ac: Restore match for darwin9 or later. Use double
6445         brackets since regeneration eats one pair.
6446         * configure: Regenerate.
6447
6448 2009-04-09  H.J. Lu  <hongjiu.lu@intel.com>
6449
6450         PR gas/10039
6451         * configure.ac: Require texinfo 4.7.
6452         * configure: Regenerated.
6453
6454 2009-04-09  Nick Clifton  <nickc@redhat.com>
6455
6456         * COPYING.RUNTIME: New file: Contains a copy of version 3.1 of
6457         the GCC Runtime Library Exception.
6458
6459 2009-04-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6460
6461         * configure.ac: Bump minimum GMP/MPFR versions to 4.2 and 2.3.1.
6462         * configure: Regenerate.
6463
6464 2009-04-01  Steve Ellcey  <sje@cup.hp.com>
6465
6466         * Makefil.def (languages): New entries.
6467         * Makefile.tpl (check-gcc-*): New generic target.
6468         * Makefile.in: Regenerate.
6469
6470 2009-03-25  Erven Rohou  <erven.rohou@inria.fr>
6471
6472         * MAINTAINERS:  Update my email address.
6473
6474 2009-03-18  Tom Tromey  <tromey@redhat.com>
6475
6476         * configure: Rebuild.
6477         * configure.ac (host_libs): Add libiconv.
6478         * Makefile.in: Rebuild.
6479         * Makefile.def (host_modules): Add libiconv.
6480         (configure-gdb, all-gdb): Depend on libiconv.
6481
6482 2009-03-16  Tristan Gingold  <gingold@adacore.com>
6483
6484         * configure.ac: Treat gdb as supported on x86_64-darwin.
6485         * configure: Regenerate.
6486
6487 2009-03-16  Joseph Myers  <joseph@codesourcery.com>
6488
6489         * configure.ac (--with-host-libstdcxx): New option.
6490         * configure: Regenerate.
6491
6492 2009-03-12  Joern Rennecke  <joern.rennecke@arc.com>
6493
6494         * MAINTAINERS:  Move myself into the write after approval list.
6495
6496 2009-03-11  Nicola Pero  <nicola.pero@meta-innovation.com>
6497
6498         * MAINTAINERS: Update e-mail address.
6499
6500 2009-03-11  Dorit Nuzman  <dorit@il.ibm.com>
6501
6502         * MAINTAINERS: Remove myself as auto-vectorizer maintainer.
6503
6504 2009-03-10  Ira Rosen  <irar@il.ibm.com>
6505
6506         * MAINTAINERS: Add myself as auto-vectorizer maintainer.
6507
6508 2009-03-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6509
6510         Backport from git Libtool:
6511
6512         2009-01-19  Robert Millan  <rmh@aybabtu.com>
6513         Support GNU/kOpenSolaris.
6514         * libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER)
6515         (_LT_CHECK_MAGIC_METHOD, _LT_COMPILER_PIC, _LT_LINKER_SHLIBS)
6516         (_LT_LANG_CXX_CONFIG) [kopensolaris*-gnu]: Recognize
6517         GNU/kOpenSolaris.
6518
6519 2009-02-27  Andreas Schwab  <schwab@linux-m68k.org>
6520
6521         * MAINTAINERS: Update e-mail address.
6522
6523 2009-02-24  Michael Eager  <eager@eagercon.com>
6524
6525         * MAINTAINERS (Write After Approval): Add self.
6526
6527 2009-02-18  Bingfeng Mei  <bmei@broadcom.com>
6528
6529         * MAINTAINERS (Write After Approval): Add myself.
6530
6531 2009-02-05  Andreas Schwab  <schwab@suse.de>
6532
6533         * Makefile.tpl (stage_last): Define $r and $s before using
6534         $(RECURSE_FLAGS_TO_PASS).
6535         * Makefile.in: Regenerate
6536
6537 2009-01-30  Ian Lance Taylor  <iant@google.com>
6538
6539         * MAINTAINERS: Move myself to the Global Reviewers list.
6540
6541 2009-01-29  Robert Millan  <rmh@aybabtu.com>
6542
6543         * configure.ac: Recognize GNU/kOpenSolaris (*-*-kopensolaris*-gnu).
6544         * configure: Regenerate.
6545
6546 2009-01-17  Gerald Pfeifer  <gerald@pfeifer.com>
6547
6548         * MAINTAINERS: Make whitespace consistent.
6549         Remove Robert Millan from Write After Approval.
6550
6551 2009-01-16  Alan Modra  <amodra@bigpond.net.au>
6552
6553         * Makefile.def (configure-opcodes): Depend on configure-libiberty.
6554         (all-opcodes): Depend on all-libiberty.
6555         * Makefile.in: Regenerate.
6556
6557 2009-01-15  Douglas B Rupp  <rupp@gnat.com>
6558
6559         * configure.ac (ia64*-*-*vms*): Add case with no gdb or ld support.
6560         * configure: Regenerate.
6561
6562 2009-01-12  Ramana Radhakrishnan  <ramana.r@gmail.com>
6563
6564         * MAINTAINERS (Write After Approval): Add myself.
6565
6566 2009-01-12  Steven G. Kargl  <sgk@troutmask.apl.washington.edu>
6567
6568         * MAINTAINERS: Add myself to reviewers (Fortran).
6569
6570 2009-01-12  Sebastian Pop  <sebastian.pop@amd.com>
6571
6572         PR tree-optimization/38515
6573         * configure.ac (cloog-polylib): Removed.
6574         (with_ppl, with_cloog): Test for "no".
6575         * configure: Regenerated.
6576
6577 2009-01-11  Daniel Franke  <franke.daniel@gmail.com>
6578
6579         * MAINTAINERS: Moved myself to reviewers (Fortran).
6580
6581 2009-01-06  Thomas Schwinge  <tschwinge@gnu.org>
6582
6583         * MAINTAINERS (OS Port Maintainers): Add myself for GNU/Hurd.
6584         (Write After Approval): Remove myself.
6585
6586 2009-01-03  Diego Novillo  <dnovillo@google.com>
6587
6588         * MAINTAINERS: Remove myself from alias maintainership.
6589
6590 2009-01-02  David Ayers  <ayers@fsfe.org>
6591
6592         * MAINTAINERS: Update e-mail address.
6593
6594 2008-12-30  Gerald Pfeifer  <gerald@pfeifer.com>
6595
6596         * MAINTAINERS: Make whitespace consistent.
6597
6598 2008-12-18  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6599
6600         Backport from upstream Libtool:
6601         * libltdl.m4 (_LT_SYS_DYNAMIC_LINKER, _LT_LINKER_SHLIBS):
6602         Add cache variables to tests that require the linker to work.
6603         For shlibpath_overrides_runpath, this also changes the semantics
6604         to let the result from the C compiler take precedence.
6605
6606 2008-12-02  Ben Elliston  <bje@au.ibm.com>
6607
6608         * config.sub, config.guess: Update from upstream sources.
6609
6610 2008-12-12  Sebastian Pop  <sebastian.pop@amd.com>
6611
6612         * configure.ac (ppllibs): Add by default the lib flags.
6613         * configure: Regenerate.
6614
6615 2008-12-08  Luis Machado  <luisgpm@br.ibm.com>
6616
6617         * MAINTAINERS:  Add myself to the write after approval list.
6618
6619 2008-12-04  Jack Howarth  <howarth@bromo.med.uc.edu>
6620
6621         * configure.ac: Add double brackets on darwin[912].
6622         * configure: Regenerate.
6623
6624 2008-12-03  Daniel Kraft  <d@domob.eu>
6625
6626         * MAINTAINERS:  Moved myself and Mikael Morin from Write After
6627         Approval to Reviewer section (for Fortran front-end).
6628
6629 2008-12-02  Jack Howarth  <howarth@bromo.med.uc.edu>
6630
6631         * configure.ac: Expand to darwin10 and later.
6632         * configure: Regenerate.
6633
6634 2008-12-02  Andreas Schwab  <schwab@suse.de>
6635
6636         * Makefile.def: configure-target-boehm-gc depends on
6637         all-target-libstdc++-v3.
6638         * Makefile.in: Regenerate.
6639
6640 2008-12-02  Kai Tietz  <kai.tietz@onevision.com>
6641
6642         * MAINTAINERS:  Add myself as mingw maintainer.
6643
6644 2008-12-02  Ben Elliston  <bje@au.ibm.com>
6645
6646         * config.sub, config.guess: Update from upstream sources.
6647
6648 2008-12-01  Gerald Pfeifer  <gerald@pfeifer.com>
6649
6650         * README.SCO: Remove.
6651
6652 2008-11-29  Fernando Pereira  <pronesto@gmail.com>
6653
6654         * MAINTAINERS:  Add myself to the write after approval list.
6655
6656 2008-11-29  Dave Korn  <dave.korn.cygwin@gmail.com>
6657
6658         * MAINTAINERS:  Update my email address in WAA section.
6659
6660 2008-11-29  Chen Liqin  <liqin@sunnorth.com.cn>
6661
6662         * MAINTAINERS: Update e-mail address.
6663
6664 2008-11-27  Toon Moene  <toon@moene.org>
6665
6666         * MAINTAINERS: Change e-mail address.
6667
6668 2008-11-27  Tristan Gingold  <gingold@adacore.com>
6669
6670         * configure.ac: Build gdb for i?86-*-darwin*
6671         * configure: Regenerated.
6672
6673 2008-11-24  Hariharan Sandanagobalane  <hariharan@picochip.com>
6674
6675         * MAINTAINERS: Added my full name.
6676
6677 2008-11-14  Daniel Jacobowitz  <dan@codesourcery.com>
6678
6679         PR bootstrap/38014
6680         PR bootstrap/37923
6681
6682         Revert:
6683
6684         2008-10-24  Daniel Jacobowitz  <dan@codesourcery.com>
6685
6686         * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
6687         * Makefile.in: Regenerated.
6688
6689         2008-10-22  Daniel Jacobowitz  <dan@codesourcery.com>
6690
6691         PR gdb/921
6692         PR gdb/1646
6693         PR gdb/2175
6694         PR gdb/2176
6695
6696         * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
6697         * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
6698         (EXTRA_BUILD_FLAGS): Correct typo.  Pass CPPFLAGS.
6699         (HOST_EXPORTS): Pass CPPFLAGS.
6700         (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
6701         (LDFLAGS_FOR_TARGET): Initialize from configure script.
6702         (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
6703         * Makefile.in, configure: Regenerated.
6704         * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
6705         and CPPFLAGS_FOR_BUILD.
6706
6707 2008-11-06  Jeff Law  <law@redhat.com>
6708
6709         * MAINTAINERS: Add myself as middle end maintainer.
6710
6711 2008-11-06  Andrew Stubbs  <ams@codesourcery.com>
6712
6713         * MAINTAINERS (Write after approval): Add myself.
6714
6715 2008-11-05  Diego Novillo  <dnovillo@google.com>
6716
6717         * MAINTAINERS (Global Reviewers): Add myself.
6718         (Non-Algorithmic Maintainers): Remove myself.
6719
6720 2008-11-04  Thomas Schwinge  <tschwinge@gnu.org>
6721
6722         * MAINTAINERS (Write after approval): Add myself.
6723
6724 2008-10-31  Mikael Morin  <mikael.morin@tele2.fr>
6725
6726         * MAINTAINERS (Write after approval): Add myself.
6727
6728 2008-10-31  Ben Elliston  <bje@au.ibm.com>
6729
6730         * configure.ac (spu-*-*): Remove special case.
6731         * configure: Regenerate.
6732
6733 2008-10-30  Catherine Moore  <clm@codesourcery.com>
6734
6735         * MAINTAINERS (Write after approval): Update my email address.
6736
6737 2008-10-29  Stefan Schulze Frielinghaus  <xxschulz@de.ibm.com>
6738
6739         * configure.ac [spu-*-*]: Do not set skipdirs.
6740         * configure: Re-generate.
6741
6742 2008-10-29  Bernd Schmidt  <bernd.schmidt@analog.com>
6743
6744         * MAINTAINERS (Various Maintainers): Add myself to reload.
6745
6746 2008-10-25  Richard Guenther  <rguenther@suse.de>
6747
6748         * MAINTAINERS (Various Maintainers): Add myself as middle-end
6749         maintainer.  Remove myself as libgcc-math maintainer.
6750         (Non-Algorithmic Maintainers): Remove myself.
6751
6752 2008-10-24  Daniel Jacobowitz  <dan@codesourcery.com>
6753
6754         * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
6755         * Makefile.in: Regenerated.
6756
6757 2008-10-23  Cary Coutant  <ccoutant@google.com>
6758
6759         * MAINTAINERS (Write after approval): Add myself.
6760
6761 2008-10-22  Daniel Jacobowitz  <dan@codesourcery.com>
6762
6763         PR gdb/921
6764         PR gdb/1646
6765         PR gdb/2175
6766         PR gdb/2176
6767
6768         * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
6769         * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
6770         (EXTRA_BUILD_FLAGS): Correct typo.  Pass CPPFLAGS.
6771         (HOST_EXPORTS): Pass CPPFLAGS.
6772         (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
6773         (LDFLAGS_FOR_TARGET): Initialize from configure script.
6774         (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
6775         * Makefile.in, configure: Regenerated.
6776         * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
6777         and CPPFLAGS_FOR_BUILD.
6778
6779 2008-10-20  Sebastian Pop  <sebastian.pop@amd.com>
6780
6781         * MAINTAINERS (Graphite Reviewers): Added Daniel Berlin and
6782         Sebastian Pop.
6783
6784 2008-10-14  Antoniu Pop <antoniu.pop@gmail.com>
6785
6786         * MAINTAINERS (Write After Approval): Added myself.
6787
6788 2008-10-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6789
6790         * configure.ac (MPFR check): Bump minimum version to 2.3.0 and
6791         recommended version to 2.3.2.
6792
6793         * configure: Regenerate.
6794
6795 2008-10-01  Mark Mitchell  <mark@codesourcery.com>
6796
6797         * MAINTAINERS (Blanket Write Privs): Change to Global Reviewers.
6798
6799 2008-09-29  David Daney <david.daney@caviumnetworks.com>
6800
6801         * MAINTAINERS (Write After Approval): Update e-mail address.
6802
6803 2008-09-26  Peter O'Gorman  <pogma@thewrittenword.com>
6804
6805         * libtool.m4: Update to libtool 2.2.6.
6806         * lt~obsolete.m4: Update to libtool 2.2.6.
6807         * ltmain.sh: Update to libtool 2.2.6.
6808         * ltsugar.m4: Update to libtool 2.2.6.
6809         * ltversion.m4: Update to libtool 2.2.6.
6810         * ltoptions.m4: Update to libtool 2.2.6.
6811         * ltgcc.m4: Update to match changes from libtool 2.2.6.
6812
6813 2008-09-22  Chris Fairles  <cfairles@gcc.gnu.org>
6814
6815         * MAINTAINERS (Write After Approval): Add myself.
6816
6817 2008-09-22  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
6818
6819         * MAINTAINERS (Write After Approval): Update my name.
6820
6821 2008-09-20  Steven Bosscher  <steven@gcc.gnu.org>
6822
6823         * MAINTAINERS: Add myself in "Write After Approval".
6824
6825 2008-09-18  Steve Ellcey  <sje@cup.hp.com>
6826
6827         * MAINTAINERS: Add myself as ia64 maintainer.
6828
6829 2008-09-04  Gerald Pfeifer  <gerald@pfeifer.com>
6830
6831         * MAINTAINERS: Remove John Carr, Steve Chamberlain, Michael Chastain,
6832         Klaus Kaempf, Mumit Khan, Alan Lehotsky, Warren Levy, Don Lindsay,
6833         Dave Love, Alexandre Petit-Bianco, Clinton Popetz, Gavin Romig-Koch,
6834         and Michael Tiemann from Write After Approval since they do not
6835         actually have access.
6836
6837 2008-09-05  Richard Guenther  <rguenther@suse.de>
6838
6839         * configure.ac: Initialize clooglibs to -lcloog.
6840         * configure: Re-generate.
6841
6842 2008-09-04  Le-Chun Wu  <lcwu@google.com>
6843
6844         * MAINTAINERS (Write After Approval): Add myself.
6845
6846 2008-09-03  Sebastian Pop  <sebastian.pop@amd.com>
6847
6848         * configure.ac (--with-cloog-polylib): New.
6849         (--disable-cloog-version-check): New.
6850         (--disable-ppl-version-check): New.
6851         * configure: Re-generate.
6852
6853 2008-09-03  Richard Guenther  <rguenther@suse.de>
6854
6855         * configure.ac: Always pass -DCLOOG_PPL_BACKEND to the
6856         cloog test.
6857         * configure: Re-generate.
6858
6859 2008-09-03  Hari Sandanagobalane  <hariharan@picochip.com>
6860
6861         Add picoChip port.
6862         * MAINTAINERS: Add picoChip maintainers.
6863
6864 2008-09-02  Sebastian Pop  <sebastian.pop@amd.com>
6865             Tobias Grosser  <grosser@fim.uni-passau.de>
6866             Jan Sjodin  <jan.sjodin@amd.com>
6867             Harsha Jagasia  <harsha.jagasia@amd.com>
6868             Dwarakanath Rajagopal  <dwarak.rajagopal@amd.com>
6869             Konrad Trifunovic  <konrad.trifunovic@inria.fr>
6870             Adrien Eliche  <aeliche@isty.uvsq.fr>
6871
6872         Merge from graphite branch.
6873         * configure: Regenerate.
6874         * Makefile.in: Regenerate.
6875         * configure.ac (host_libs): Add ppl and cloog.
6876         Add checks for PPL and CLooG.
6877         * Makefile.def (ppl, cloog): Added modules and dependences.
6878         * Makefile.tpl (PPLLIBS, PPLINC, CLOOGLIBS, CLOOGINC): New.
6879         (HOST_PPLLIBS, HOST_PPLINC, HOST_CLOOGLIBS, HOST_CLOOGINC): New.
6880
6881 2008-08-31  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
6882
6883         * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
6884         (GCC_SHLIB_SUBDIR): New.
6885         * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
6886         * configure: Regenerate.
6887         * Makefile.in: Regenerate.
6888
6889 2008-08-30  Gerald Pfeifer  <gerald@pfeifer.com>
6890
6891         * MAINTAINERS: Consistently use tabs to separate columns.
6892
6893 2008-08-29  Tristan Gingold  <gingold@adacore.com>
6894
6895         * MAINTAINERS (Write after Approval): Add myself.
6896
6897 2008-08-28  Tristan Gingold  <gingold@adacore.com>
6898
6899         * configure.ac (powerpc-*-darwin*, i?86-*-darwin*,x86_64-*-darwin9):
6900         Enable bfd, binutils and opcodes.
6901         * configure: Regenerate.
6902
6903 2008-08-27  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
6904
6905         * MAINTAINERS: Update my hppa and hpux entries.  Remove my vax entry.
6906
6907 2008-08-23  Thomas Koenig  <tkoenig@gcc.gnu.org>
6908
6909         * MAINTAINERS:  Use correct Umlaut for last name.
6910
6911 2008-08-23  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
6912
6913         * MAINTAINERS: Move myself from Reviewers to Write after Approval.
6914
6915 2008-08-16  David Edelsohn  <edelsohn@gnu.org>
6916
6917         * MAINTAINERS: Update my email address.
6918
6919 2008-08-16  Nicolas Roche  <roche@adacore.com>
6920
6921         * Makefile.tpl: Add BOOT_ADAFLAGS.
6922         * Makefile.in: Regenerate.
6923
6924 2008-08-09  Richard Sandiford  <rdsandiford@googlemail.com>
6925
6926         * configure.ac (mips*-*-*linux*, mips*-*-gnu*): Use mt-mips-gnu.
6927         * configure: Regenerate.
6928
6929 2008-07-30  Paolo Bonzini  <bonzini@gnu.org>
6930
6931         * configure.ac: Add makefile fragments for hpux.
6932         * Makefile.def (flags_to_pass): Add ADA_CFLAGS.
6933         * Makefile.tpl (HOST_EXPORTS): Pass ADA_CFLAGS.
6934         * configure: Regenerate.
6935         * Makefile.in: Regenerate.
6936
6937 2008-07-28  Aldy Hernandez  <aldyh@redhat.com>
6938
6939         * MAINTAINERS: Add Jakub and myself as gimple maintainers.
6940
6941 2008-07-11  Dodji Seketeli  <dseketel@redhat.com>
6942
6943         * MAINTAINERS (Write after Approval): Add myself.
6944
6945 2008-07-02  Xuepeng Guo  <xuepeng.guo@intel.com>
6946
6947         * MAINTAINERS (Write After Approval):  Add myself.
6948
6949 2008-06-29  Andrew Jenner  <andrew@codesourcery.com>
6950
6951         * MAINTAINERS (Write After Approval):  Add myself.
6952
6953 2008-06-29  Krister Walfridsson  <krister.walfridsson@gmail.com>
6954
6955         * MAINTAINERS: Update my email address.
6956
6957 2008-06-25  Joey Ye  <joey.ye@intel.com>
6958
6959         * MAINTAINERS (Write After Approval):  Add myself.
6960
6961 2008-06-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6962
6963         * Makefile.tpl ($(srcdir)/configure): Update dependencies.
6964         * Makefile.in: Regenerate.
6965         * configure: Regenerate.
6966
6967 2008-06-17  Daniel Kraft  <d@domob.eu>
6968
6969         * MAINTAINERS (Write After Approval):  Add myself.
6970
6971 2008-06-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6972
6973         * configure.ac: Set TOPLEVEL_CONFIGURE_ARGUMENTS early, when
6974         "$@" is still intact with both Autoconf 2.59 and 2.62.
6975         * configure: Regenerate.
6976
6977 2008-06-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6978
6979         * Makefile.tpl: Fix comment errors.
6980         * Makefile.in: Regenerate.
6981
6982 2008-06-12  David S. Miller  <davem@davemloft.net>
6983             David Edelsohn  <edelsohn@gnu.org>
6984
6985         * configure.ac: Add powerpc*-*-* to gold supported targets.
6986         * configure: Regenerate.
6987
6988 2008-06-08  Joseph Myers  <joseph@codesourcery.com>
6989
6990         PR tree-optimization/36218
6991         * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_BUILD.
6992         * Makefile.tpl (EXTRA_BUILD_FLAGS): Define.
6993         (all prefix="build-"): Pass them to build-system sub-makes.
6994         * Makefile.in: Regenerate.
6995
6996 2008-06-07  Joseph Myers  <joseph@codesourcery.com>
6997
6998         * MAINTAINERS (mt port): Remove.
6999         (sco5, unixware, sco udk): Remove.
7000         (Kean Johnston): Add to Write After Approval.
7001
7002 2008-05-30  Julian Brown  <julian@codesourcery.com>
7003
7004         * configure.ac (arm*-*-linux-gnueabi): Don't disable building
7005         of libobjc for ARM EABI Linux.
7006         * configure: Regenerate.
7007
7008 2008-05-18  Xinliang David Li   <davidxl@google.com>
7009
7010         * ChangeLog: Remove wrong ChangeLog entry.
7011
7012 2008-05-17  Xinliang David Li   <davidxl@google.com>
7013
7014         * MAINTAINERS (Write After Approval): Add myself.
7015
7016 2008-05-15  Janus Weil  <janus@gcc.gnu.org>
7017
7018         * MAINTAINERS (Write After Approval): Add myself.
7019
7020 2008-05-14  Rafael Espíndola  <espindola@google.com>
7021
7022         * config-ml.in: don't handle --enable-shared and --enable-static.
7023
7024 2008-05-10  Richard Sandiford  <rdsandiford@googlemail.com>
7025
7026         * MAINTAINERS: Update my email address.
7027
7028 2008-05-10  Paolo Carlini  <paolo.carlini@oracle.com>
7029
7030         * MAINTAINERS: Update my email address.
7031
7032 2008-05-03  Kris Van Hees  <kris.van.hees@oracle.com>
7033
7034         * MAINTAINERS (Write After Approval): Add myself.
7035
7036 2008-04-28  Gabriele Svelto  <gabriele.svelto@st.com>
7037
7038         * MAINTAINERS (Write After Approval): Add myself.
7039
7040 2008-04-25  Pompapathi V Gadad  <Pompapathi.V.Gadad@nsc.com>
7041
7042         * MAINTAINERS (crx): Add myself.
7043
7044 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
7045
7046         Sync with src:
7047         2008-04-14  David S. Miller  <davem@davemloft.net>
7048
7049         * configure.ac: Add sparc*-*-* to gold supported targets.
7050         * configure: Regenerate.
7051
7052 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
7053
7054         PR bootstrap/35457
7055         * configure.ac: Include override.m4.
7056         * configure: Regenerate.
7057
7058 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
7059
7060         * Makefile.tpl (restrap): Call `make all' using double-colon rules.
7061         * Makefile.in: Regenerate.
7062
7063 2008-04-18  M R Swami Reddy  <MR.Swami.Reddy@nsc.com>
7064
7065         * configure.ac (cr16-*-*): Add case for cr16 target and include gdb
7066         as nonconfigurable directories list.
7067         * configure: Regenerate.
7068
7069 2008-04-14  Ben Elliston  <bje@au.ibm.com>
7070
7071         * config.sub, config.guess: Update from upstream sources.
7072
7073 2008-04-12  Hans-Peter Nilsson  <hp@axis.com>
7074
7075         * Makefile.tpl <gcc>: Error early unless at least GNU make 3.80.
7076         * Makefile.in: Regenerate.
7077
7078 2008-04-11  Eric B. Weddington  <eweddington@cso.atmel.com>
7079
7080         * configure.ac: Do not build libssp for the AVR.
7081         * configure: Regenerate.
7082
7083 2008-04-07  Ian Lance Taylor  <iant@google.com>
7084
7085         * Makefile.def: check-gold depends upon all-binutils.
7086         * Makefile.in: Regenerate.
7087
7088 2008-04-04  Andy Hutchinson  <hutchinsonandy@aim.com>
7089
7090         * MAINTAINERS (Write After Approval): Add myself.
7091
7092 2008-04-04  Nick Clifton  <nickc@redhat.com>
7093
7094         PR binutils/4334
7095         * configure.ac: Run ACX_CHECK_CYGWIN_CAT_WORKS for cygwin hosted
7096         builds.
7097         * configure: Regenerate.
7098
7099 2008-04-04  NightStrike  <NightStrike@gmail.com>
7100
7101         PR other/35151
7102         * configure.ac: Combine rules for mingw32 and mingw64.
7103         * configure: Regenerate.
7104
7105 2008-04-02  Kai Tietz  <kai.tietz@onvision.com>
7106
7107         * MAINTAINERS (Write After Approval): Add myself.
7108
7109 2008-04-01  Seongbae Park  <seongbae.park@gmail.com>
7110
7111         * Makefile.tpl (.NOTPARALLEL): Revert previous change.
7112         * Makefile.in (.NOTPARALLEL): Ditto.
7113
7114 2008-04-01  Peter O'Gorman  <pogma@thewrittenword.com>
7115
7116         * MAINTAINERS (Write After Approval): Add myself.
7117
7118 2008-03-31  Seongbae Park  <seongbae.park@gmail.com>
7119
7120         * Makefile.tpl (.NOTPARALLEL): Serialize stageprofile libiberty.
7121         * Makefile.in (.NOTPARALLEL): Regenerate.
7122
7123 2008-03-27  Paolo Bonzini  <bonzini@gnu.org>
7124
7125         * Makefile.tpl (PICFLAG, PICFLAG_FOR_TARGET): Remove.
7126         * Makefile.in: Regenerate.
7127
7128 2008-03-26  Jakub Staszak  <kuba@et.pl>
7129
7130         * MAINTAINERS (Write After Approval): Add myself.
7131
7132 2008-03-23  Thomas Koenig  <tkoenig@gcc.gnu.org>
7133
7134         * MAINTAINERS:  Update e-mail address.
7135
7136 2008-03-20  Ian Lance Taylor  <iant@google.com>
7137
7138         * configure.ac: Add support for --enable-gold.
7139         * Makefile.def: Add gold as a directory like ld.
7140         * configure, Makefile.in: Regenerate.
7141
7142 2008-03-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7143
7144         * configure.ac: m4_include config/proginstall.m4.
7145         * configure: Regenerate.
7146
7147         Backport from upstream Libtool:
7148
7149         2007-10-12  Eric Blake  <ebb9@byu.net>
7150
7151         Deal with Autoconf 2.62's semantic change in m4_append.
7152         * ltsugar.m4 (lt_append): Replace broken versions of
7153         m4_append.
7154         (lt_if_append_uniq): Don't require separator to be overquoted,
7155         and avoid broken m4_append.
7156         (lt_dict_add): Fix typo.
7157         * libtool.m4 (_LT_DECL): Don't overquote separator.
7158
7159 2008-03-13  David Edelsohn  <edelsohn@gnu.org>
7160
7161         * config.rpath: Add AIX 6 support.
7162
7163 2008-03-13  Paolo Bonzini  <bonzini@gnu.org>
7164
7165         * Makefile.def (stageprofile).  Remove -fprofile-generate
7166         from stage_libcflags.
7167         * Makefile.in: Regenerate.
7168
7169 2008-03-13  Ben Elliston  <bje@au.ibm.com>
7170
7171         * config.sub, config.guess: Update from upstream sources.
7172
7173 2008-03-06  Tom Tromey  <tromey@redhat.com>
7174
7175         * MAINTAINERS: Update for treelang deletion.
7176
7177 2008-03-03  James E. Wilson  <wilson@tuliptree.org>
7178
7179         * MAINTAINERS: Update my email address.
7180
7181 2008-03-03  Stan Shebs  <stanshebs@earthlink.net>
7182
7183         * MAINTAINERS (darwin port): Add myself as a maintainer.
7184         (objective-c/c++): Add myself as a maintainer.
7185
7186 2008-03-03  Volker Reichelt  <v.reichelt@netcologne.de>
7187
7188         * MAINTAINERS (Write After Approval): Update my email address.
7189
7190 2008-02-25  Tomas Bily  <tbily@suse.cz>
7191
7192         * MAINTAINERS (Write After Approval): Add myself.
7193
7194 2008-02-23  Jakub Jelinek  <jakub@redhat.com>
7195
7196         * MAINTAINERS (OpenMP): Add myself.
7197
7198 2008-02-20  Paolo Bonzini  <bonzini@gnu.org>
7199
7200         PR bootstrap/32009
7201         PR bootstrap/32161
7202
7203         * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Compute here.
7204         * configure: Regenerate.
7205
7206         * Makefile.def: Define stage_libcflags for all bootstrap stages.
7207         * Makefile.tpl (BOOT_LIBCFLAGS, STAGE2_LIBCFLAGS, STAGE3_LIBCFLAGS,
7208         STAGE4_LIBCFLAGS): New.
7209         (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Subst from autoconf, without
7210         $(SYSROOT_CFLAGS_FOR_TARGET) and $(DEBUG_PREFIX_CFLAGS_FOR_TARGET).
7211         (BASE_TARGET_EXPORTS): Append them here to C{,XX}FLAGS.
7212         (EXTRA_TARGET_FLAGS): Append them here to {LIB,}C{,XX}FLAGS.
7213         (configure-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags
7214         for target modules.  Don't export LIBCFLAGS.
7215         (all-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags; pass
7216         $(BASE_FLAGS_TO_PASS) where [+args+] was passed, and [+args+] after
7217         the overridden CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
7218         (invocations of `all'): Replace $(TARGET_FLAGS_TO_PASS) with
7219         $(EXTRA_TARGET_FLAGS), $(FLAGS_TO_PASS) with $(EXTRA_HOST_FLAGS).
7220         * Makefile.in: Regenerate.
7221
7222 2008-02-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7223
7224         PR libgcj/33085
7225         * libtool.m4 (_LT_COMPILER_PIC) [ mingw, cygwin ] <GCJ>:
7226         Do not use -DDLL_EXPORT.  Backport from upstream.
7227
7228 2008-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7229
7230         * MAINTAINERS (Write After Approval): Add myself.
7231
7232 2008-02-02  Hans-Peter Nilsson  <hp@axis.com>
7233
7234         * configure.ac: Enable fortran for cris-*-elf and crisv32-*-elf.
7235         * configure: Regenerate.
7236
7237 2008-01-31  Marc Gauthier  <marc@tensilica.com>
7238
7239         * configure.ac (xtensa*-*-*): Recognize processor variants.
7240         * configure: Regenerate.
7241
7242 2008-01-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7243
7244         PR bootstrap/34922
7245         * configure.ac (PARSE_ARGS): Push suitable setting of
7246         ac_subdirs_all, for `./configure --help=recursive'.
7247         Handle `+' in generic toplevel directory disabling.
7248         * configure: Regenerate.
7249
7250 2008-01-28  Nick Clifton  <nickc@redhat.com>
7251
7252         * MAINTAINERS (xstormy16): Take over maintainership.
7253
7254 2008-01-25  Joseph Myers  <joseph@codesourcery.com>
7255
7256         * MAINTAINERS (c4x port): Remove.
7257
7258 2008-01-24  David Edelsohn  <edelsohn@gnu.org>
7259
7260         * libtool.m4: Backport AIX 6 support from ToT Libtool.
7261
7262 2008-01-23  Ben Elliston  <bje@au.ibm.com>
7263
7264         * config.sub, config.guess: Update from upstream sources.
7265
7266 2008-01-22  Tobias Grosser  <grosser@fim.uni-passau.de>
7267
7268         * MAINTAINERS (Write After Approval): Add myself.
7269
7270 2008-01-17  H.J. Lu  <hjl.tools@gmail.com>
7271
7272         * MAINTAINERS: Update my email address.
7273
7274 2008-01-09  Raksit Ashok  <raksit@google.com>
7275
7276         * MAINTAINERS (Write After Approval): Add myself.
7277
7278 2008-01-09  Raksit Ashok  <raksit@google.com>
7279
7280         * MAINTAINERS (Write After Approval): Add myself.
7281
7282 2008-01-08  Ben Elliston  <bje@au.ibm.com>
7283
7284         * config.sub, config.guess: Update from upstream sources.
7285
7286 2007-12-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7287
7288         * configure.ac: Change required MPFR from 2.2.0 -> 2.2.1.
7289         Change recommended MPFR from 2.2.1 -> 2.3.0.
7290         * configure: Regenerate.
7291
7292 2007-12-15  Sebastian Pop  <sebastian.pop@amd.com>
7293
7294         * MAINTAINERS: Update my email address.
7295
7296 2007-12-15  Bernhard Fischer  <aldot@gcc.gnu.org>
7297
7298         * MAINTAINERS: Update my email address.
7299
7300 2007-12-13  Richard Sandiford  <rsandifo@nildram.co.uk>
7301
7302         * Makefile.tpl (CFLAGS_FOR_TARGET): Add -g.
7303         (CXXFLAGS_FOR_TARGET): Add -O2 -g.
7304         * Makefile.in: Regenerate.
7305
7306 2007-12-10  Mark Heffernan  <meheff@google.com>
7307
7308         * MAINTAINERS (Write After Approval): Add myself and alphabetize two
7309         misplaced entries.
7310
7311 2007-12-10  Andreas Tobler  <a.tobler@schweiz.org>
7312
7313         * configure.ac: Enable libjava for x86_64-*-darwin9.
7314         * configure: Regenerate.
7315
7316 2007-12-07  Bill Maddox  <maddox@google.com>
7317
7318         * MAINTAINERS (Write After Approval): Add myself.
7319
7320 2007-12-05  Ben Elliston  <bje@au.ibm.com>
7321
7322         * config.sub, config.guess: Update from upstream sources.
7323
7324 2007-12-02  Matthias Klose  <doko@ubuntu.com>
7325
7326         * config-ml.in: Remove 64bit configure tests.
7327
7328 2007-11-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7329
7330         * config-ml.in: Robustify against white space in absolute file
7331         names.
7332
7333         * config-ml.in (multi-clean): Substitute ${Makefile}.
7334         Remove superfluous ${Makefile} in list.
7335
7336 2007-11-19  Thiemo Seufer  <ths@mips.com>
7337
7338         * config-ml.in: Don't hardcode the Makefile name.
7339
7340 2007-11-08  Alexander Monakov  <amonakov@ispras.ru>
7341
7342         * MAINTAINERS (Write After Approval): Add myself.
7343
7344 2007-11-07  Samuel Tardieu  <sam@rfc1149.net>
7345
7346         * MAINTAINERS (Write After Approval): Add myself.
7347
7348 2007-11-06  Doug Kwan  <dougkwan@google.com>
7349
7350         * MAINTAINERS (Write After Approval): Add myself.
7351
7352 2007-10-25  Ben Elliston  <bje@au.ibm.com>
7353
7354         * MAINTAINERS (mercury): Remove entry.
7355         (Write After Approval): Add Fergus Henderson <fjh@cs.mu.oz.au>.
7356
7357 2007-10-23  Daniel Jacobowitz  <dan@codesourcery.com>
7358
7359         * Makefile.def (dependencies): Make configure-gdb depend on
7360         all-intl.
7361         * Makefile.in: Regenerated.
7362
7363 2007-10-22  Steven G. Kargl  <kargl@gcc.gnu.org>
7364
7365         * MAINTAINERS (Fortran maintainer): Remove myself.
7366
7367 2007-10-15  Patrick Mansfield  <patmans@us.ibm.com>
7368
7369         * Makefile.def: To avoid problems running with parallel makes,
7370         build newlib before libgloss so that target specific header
7371         files are availble.
7372         * Makefile.in: Regenerate
7373
7374 2007-10-11  Daniel Jacobowitz  <dan@codesourcery.com>
7375
7376         * Makefile.def (dependencies): Add all-gdb -> all-libdecnumber.
7377         * Makefile.in: Regenerate.
7378
7379 2007-10-09  Vladimir Makarov  <vmakarov@redhat.com>
7380
7381         * MAINTAINERS (Register allocation reviewer): Add myself.
7382
7383 2007-10-08  Mike Frysinger  <vapier@gentoo.org>
7384
7385         * configure.ac (CFLAGS_FOR_BUILD, CXXFLAGS_FOR_BUILD,
7386         LDFLAGS_FOR_BUILD): Default them to host flags only for $host = $build.
7387         Set default CXXFLAGS_FOR_BUILD to CXXFLAGS, not CFLAGS.  Set default
7388         LDFLAGS_FOR_BUILD to LDFLAGS, not CFLAGS.
7389         * configure: Regenerate.
7390
7391 2006-10-04  Seongbae Park  <seongbae.park@gmail.com>
7392
7393         * MAINTAINERS (Register allocation reviewer): Add myself.
7394
7395 2007-10-01  Paolo Bonzini  <bonzini@gnu.org>
7396
7397         * Makefile.tpl (AR_FOR_BUILD, AS_FOR_BUILD, CXX_FOR_BUILD,
7398         DLLTOOL_FOR_BUILD, GCJ_FOR_BUILD, GFORTRAN_FOR_BUILD,
7399         LDFLAGS_FOR_BUILD, LD_FOR_BUILD, NM_FOR_BUILD, RANLIB_FOR_BUILD,
7400         WINDMC_FOR_BUILD, WINDRES_FOR_BUILD): Use autoconf substitutions.
7401         * configure.ac: Default them to host tools for $host = $build.
7402         Subst them.
7403
7404         * configure: Regenerate.
7405         * Makefile.in: Regenerate.
7406
7407 2006-09-24  Peter Bergner  <bergner@vnet.ibm.com>
7408
7409         * MAINTAINERS (Register allocation reviewer): Add myself.
7410
7411 2006-09-24  Kenneth Zadeck  <zadeck@naturalbridge.com>
7412
7413         * MAINTAINERS (Register allocation reviewer): Add myself.
7414
7415 2007-09-21  Seongbae Park  <seongbae.park@gmail.com>
7416
7417         * MAINTAINERS (Write After Approval): Fix typo.
7418
7419 2007-09-20  Richard Sandiford  <rsandifo@nildram.co.uk>
7420
7421         * configure.ac (mipsisa*-*-elfoabi*): New stanza.
7422         * configure: Regenerate.
7423
7424 2007-09-20  Paul Jarc  <prj-bugzilla-gcc@multivac.cwru.edu>
7425
7426         PR bootstrap/31906
7427         * libtool-ldflags: Don't prefix arguments with -Xcompiler if
7428         they're already prefixed.
7429
7430 2007-09-19  Benjamin Kosnik  <bkoz@redhat.com>
7431
7432         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Move libgomp before
7433         libstdc++.
7434         * Makefile.def: Add libgomp config as a maybe dependency for libstdc++.
7435         * configure: Regenerate.
7436         * Makefile.in: Regenerate.
7437
7438 2007-09-17  Andreas Schwab  <schwab@suse.de>
7439
7440         * configure.ac: Raise minimum makeinfo version to 4.6.
7441         * configure: Regenerate.
7442
7443 2007-09-17  Johannes Singler  <singler@ira.uka.de>
7444
7445         * MAINTAINERS (write-after-approval) add myself
7446
7447 2007-09-15  Alan Modra  <amodra@bigpond.net.au>
7448
7449         * configure.ac: Correct makeinfo version check.
7450         * configure: Regenerate.
7451
7452 2007-09-14  Richard Sandiford  <rsandifo@nildram.co.uk>
7453
7454         * MAINTAINERS: Update my email address.
7455
7456 2007-09-14  Richard Sandiford  <richard@codesourcery.com>
7457
7458         * configure.ac (mips*-sde-elf*): New stanza.  Add target-libiberty
7459         to $skipdirs and only disable gprof for newlib.  Use the normal
7460         mips*-elf* handling in other respects.
7461         * configure: Regnerate.
7462
7463 2007-09-12  David Daney  <ddaney@avtrex.com>
7464
7465         * configure.ac: Remove mips64*-*-linux* noconfigdirs section, thus
7466         enabling libgcj.
7467         * configure: Regenerate.
7468
7469 2007-09-10  Rask Ingemann Lambertsen  <rask@sygehus.dk>
7470
7471         PR other/32154
7472         * configure.ac: For libgloss targets, point the linker to the linker
7473         script, startup code and simulator library.
7474         * configure: Regenerate.
7475
7476 2007-09-07  Andrew Haley  <aph@redhat.com>
7477
7478         * configure.ac (noconfigdirs): Remove target-libffi and
7479         target-libjava.
7480         * configure: Regenerate.
7481
7482 2007-09-06  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
7483
7484         PR target/33281
7485         * configure.ac: Use config/mh-mingw on mingw.
7486         * configure: Regenerate.
7487
7488 2007-09-05  Pat Haugen  <pthaugen@us.ibm.com>
7489
7490         * MAINTAINERS (Write After Approval): Add myself.
7491
7492 2007-09-05  Richard Guenther  <rguenther@suse.de>
7493
7494         * configure.ac (--enable-stage1-checking): If neither --enable-checking
7495         nor --disable-checking is provided also turn on yes and types
7496         checking for stage1.
7497         * configure: Re-generate.
7498
7499 2007-08-30  Krister Walfridsson  <cato@df.lth.se>
7500
7501         * MAINTAINERS (OS Port Maintainers): Add myself as NetBSD maintainer.
7502         (Write After Approval): Remove myself.
7503
7504 2007-08-29  Nick Clifton  <nickc@redhat.com>
7505
7506         * config.sub, config.guess: Update from upstream sources.
7507
7508 2007-08-22  Bud Davis  <jmdavis@link.com>
7509
7510         * MAINTAINERS (Write After Approval): Added myself.
7511         * MAINTAINERS (Reviewers): Removed myself.
7512
7513 2007-08-18  Paul Brook  <paul@codesourcery.com>
7514             Joseph Myers  <joseph@codesourcery.com>
7515
7516         * Makefile.tpl (DEBUG_PREFIX_CFLAGS_FOR_TARGET): New.
7517         (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Include it.
7518         * Makefile.in: Regenerate.
7519         * configure.ac (--with-debug-prefix-map): New.
7520         * configure: Regenerate.
7521
7522 2007-08-17  Richard Sandiford  <richard@codesourcery.com>
7523             Nigel Stephens  <nigel@mips.com>
7524
7525         * configure.ac (mips*-sde-elf*): New stanza.  Use config/mt-sde
7526         as target_makefile_frag.
7527         * configure: Regenerate.
7528
7529 2007-08-16  Alexandre Oliva  <aoliva@redhat.com>
7530
7531         * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
7532         Add to flags_to_pass.  Adjust uses of BOOT_CFLAGS.
7533         (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
7534         * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
7535         (do-compare, do-compare3, do-compare-debug): New.
7536         ([+compare-target+]): Use them.
7537
7538 2007-08-14  Maxim Kuvyrkov  <maxim@codesourcery.com>
7539
7540         * MAINTAINERS (Write After Approval): Change my email address.
7541
7542 2007-08-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7543             Ben Elliston  <bje@au.ibm.com>
7544
7545         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Pass
7546         --silent if $silent.
7547         * configure: Regenerate.
7548
7549 2003-08-12  Zdenek Dvorak  <ook@ucw.cz>
7550
7551         * MAINTAINERS (Various Maintainers): Add myself as
7552         loop infrastructure maintainer.  Update my e-mail
7553         address.
7554
7555 2007-07-31  Diego Novillo  <dnovillo@google.com>
7556
7557         * MAINTAINERS (Reviewers): Rename from Non-Autopoiesis.
7558         Adjust description.
7559
7560 2007-07-26  Richard Guenther  <rguenther@suse.de>
7561
7562         * configure.ac: Add types checking to stage1 checking flags.
7563         * configure: Regenerate.
7564
7565 2007-07-17  Nick Clifton  <nickc@redhat.com>
7566
7567         * COPYING3: New file.  Contains version 3 of the GNU General
7568         Public License.
7569         * COPYING3.LIB: New file.  Contains version 3 of the GNU
7570         Lesser General Public License.
7571
7572 2007-07-16  Andreas Krebbel  <krebbel1@de.ibm.com>
7573
7574         * MAINTAINERS (S/390 port maintainer): Remove my co-maintainer tag.
7575
7576 2007-07-16  Andreas Krebbel  <krebbel1@de.ibm.com>
7577
7578         * MAINTAINERS (S/390 co-maintainer): Add myself.
7579         (Write After Approval): Remove myself.
7580
7581 2007-07-13  Dan Hipschman  <dsh@google.com>
7582
7583         * MAINTAINERS (Write After Approval): Add myself.
7584
7585 2007-07-11  Nick Clifton  <nickc@redhat.com>
7586
7587         * Makefile.tpl (BUILD_EXPORTS): Escape the newline at the end of the
7588         WINDRES export.
7589         * Makefile.in: Regenerate.
7590
7591 2007-07-05  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
7592
7593         * MAINTAINERS (OS Port Maintainers): Add myself as IRIX, Tru64 UNIX
7594         maintainer.
7595
7596 2007-07-05  H.J. Lu  <hongjiu.lu@intel.com>
7597
7598         * lt~obsolete.m4: New. Import from 20070318 libtool.
7599
7600 2007-07-03  Julian Brown  <julian@codesourcery.com>
7601
7602         * MAINTAINERS (Write After Approval): Add myself.
7603
7604 2007-07-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7605
7606         * configure.ac: Rewrite 'configure --help' strings to look nicer.
7607         * configure: Regenerate.
7608
7609 2007-07-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7610
7611         * configure.ac: Add some missing m4 quotation.
7612         * configure: Regenerate.
7613
7614 2007-07-02  Simon Baldwin  <simonb@google.com>
7615
7616         * MAINTAINERS (Write After Approval): Add myself.
7617
7618 2007-07-02  Paolo Bonzini  <bonzini@gnu.org>
7619
7620         * configure: Regenerate.
7621
7622 2007-07-02  Kai Tietz   <kai.tietz@onevision.com>
7623
7624         * Makefile.def: Add windmc tool to build.
7625         * Makefile.tpl: Likewise.
7626         * configure.ac: Likewise.
7627         * Makefile.in: Regenerate.
7628         * configure: Regenerate.
7629
7630 2007-06-28  DJ Delorie  <dj@redhat.com>
7631
7632         * configure.ac (arm*-*-linux-gnueabi): Don't build libgloss if we're
7633         not building newlib.
7634         * configure: Regenerated.
7635
7636 2007-06-28  Jan Sjodin  <jan.sjodin@amd.com>
7637
7638         * MAINTAINERS (Write After Approval): Add myself.
7639
7640 2007-06-25  Martin Michlmayr  <tbm@cyrius.com>
7641
7642         * MAINTAINERS (Write After Approval): Add myself.
7643
7644 2007-06-19  Chris Matthews  <chrismatthews@google.com>
7645
7646         * MAINTAINERS (Write After Approval): Add myself.
7647
7648 2007-06-19  Rask Ingemann Lambertsen  <rask@sygehus.dk>
7649
7650         * MAINTAINERS (Write After Approval): Add myself.
7651
7652 2007-06-18  Daniel Jacobowitz  <dan@codesourcery.com>
7653
7654         * Makefile.def: Add dependency from configure-gdb to all-bfd.
7655         * Makefile.in: Regenerated.
7656
7657 2007-06-14  Bernd Schmidt  <bernd.schmidt@analog.com>
7658
7659         * configure.ac: Don't add target-libmudflap to noconfigdirs for
7660         bfin*-*-uclinux* targets.
7661         * configure: Regenerate.
7662
7663 2007-06-14  Ian Lance Taylor  <iant@google.com>
7664
7665         * MAINTAINERS: Add myself as non-algorithmic global write
7666         maintainer.
7667
7668 2007-06-14  Diego Novillo  <dnovillo@google.com>
7669
7670         * MAINTAINERS: Add self as middle-end maintainer and
7671         non-algorithmic global write maintainer.
7672
7673 2007-06-14  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
7674
7675         * MAINTAINERS: Change spelling from "fortran 95" to "Fortran".
7676         Move all Fortran maintainers except Paul Brook into the
7677         Non-Autopoiesis section.
7678
7679 2007-06-14  Paolo Bonzini  <bonzini@gnu.org>
7680
7681         * Makefile.tpl (cleanstrap): Don't delete the toplevel Makefile.
7682         (distclean-stage[+id+]): Possibly delete stage_last.
7683         * Makefile.in: Regenerate.
7684
7685 2007-06-12  Seongbae Park  <seongbae.park@gmail.com>
7686
7687         * MAINTAINERS (Various Maintainer): Fix typo.
7688
7689 2007-06-11  Paolo Bonzini  <bonzini@gnu.org>
7690
7691         * MAINTAINERS (Various Maintainer): Add myself as
7692         dataflow maintainer.
7693
7694 2007-06-07  Ben Elliston  <bje@au.ibm.com>
7695
7696         * config.sub, config.guess: Update from upstream sources.
7697
7698 2007-06-07  Ben Elliston  <bje@au.ibm.com>
7699
7700         * Makefile.tpl: Fix spelling error.
7701         * Makefile.in: Regenerate.
7702
7703 2007-06-01  Steve Ellcey  <sje@cup.hp.com>
7704
7705         * libtool.m4 (LT_CMD_MAX_LEN): Try using getconf to set
7706         lt_cv_sys_max_cmd_len.
7707
7708 2007-05-31  Dorit Nuzman   <dorit@il.ibm.com>
7709
7710         * MAINTAINERS (Various Maintainers): Add myself as
7711         auto-vectorizer maintainer.
7712
7713 2003-05-31  Paolo Bonzini  <bonzini@gnu.org>
7714
7715         PR libjava/32098
7716         * libtool.m4: Revert previous change.
7717         * ltgcc.m4: Put it here.
7718
7719 2003-05-30  Zdenek Dvorak  <dvorakz@suse.cz>
7720
7721         * MAINTAINERS (Various Maintainers): Add myself as
7722         auto-vectorizer maintainer.
7723
7724 2007-05-30  H.J. Lu  <hongjiu.lu@intel.com>
7725
7726         PR libjava/32098
7727         * libtool.m4 (_LT_LANG_GCJ_CONFIG): Use gcc to test gcj features.
7728
7729 2007-05-30  Richard Guenther  <rguenther@suse.de>
7730
7731         * MAINTAINERS (Various Maintainers): Add myself as
7732         auto-vectorizer maintainer.
7733
7734 2007-05-30  Jakub Jelinek  <jakub@redhat.com>
7735
7736         PR bootstrap/29382
7737         * configure.ac: Don't use -fkeep-inline-functions for GCC < 3.3.1.
7738         * configure: Rebuilt.
7739
7740 2007-05-28  Roberto Costa  <robsettantasei@gmail.com>
7741
7742         * MAINTAINERS (Write After Approval): Removed my name.
7743
7744 2007-05-25  Steven Bosscher  <steven@gcc.gnu.org>
7745
7746         * MAINTAINERS (Write After Approval): Remove myself.
7747
7748 2007-05-25  Andreas Tobler  <a.tobler@schweiz.org>
7749
7750         * ltmain.sh: Fix Darwin verstring, remove ${wl}.
7751
7752 2007-05-23  Steve Ellcey  <sje@cup.hp.com>
7753
7754         * ltmain.sh: Update from ToT Libtool.
7755         * libtool.m4: Update from ToT Libtool.
7756         * ltsugar.m4: New. Update from ToT Libtool.
7757         * ltversion.m4: New. Update from ToT Libtool.
7758         * ltoptions.m4: New. Update from ToT Libtool.
7759         * ltconfig: Remove.
7760         * ltcf-c.sh: Remove.
7761         * ltcf-cxx.sh: Remove.
7762         * ltcf-gcj.sh: Remove.
7763
7764 2007-05-22  Ollie Wild  <aaw@google.com>
7765
7766         * MAINTAINERS (Write After Approval): Add myself.
7767
7768 2007-05-16  Paolo Bonzini  <bonzini@gnu.org>
7769
7770         * Makefile.def (bootstrap_stage): Replace stage_make_flags with
7771         stage_cflags.
7772         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS, POSTSTAGE1_FLAGS_TO_PASS):
7773         Remove CFLAGS/LIBCFLAGS.
7774         (configure-stage[+id+]-[+prefix+][+module+],
7775         all-stage[+id+]-[+prefix+][+module+]): Pass it from [+stage_cflags+].
7776         * Makefile.in: Regenerate.
7777
7778 2007-05-15  Diego Novillo  <dnovillo@google.com>
7779
7780         * MAINTAINERS: Update e-mail address.
7781
7782 2007-05-15  Revital Eres  <eres@il.ibm.com>
7783
7784         * MAINTAINERS (Write After Approval): Add myself.
7785
7786 2007-05-14  Roberto Costa  <robsettantasei@gmail.com>
7787
7788         * MAINTAINERS (Write After Approval): Updated my address.
7789
7790 2007-05-14  Thomas Neumann  <tneumann@users.sourceforge.net>
7791
7792         * MAINTAINERS (Write After Approval): Add myself.
7793
7794 2007-05-11  Silvius Rus  <rus@google.com>
7795
7796         * MAINTAINERS (Write After Approval): Add myself.
7797
7798 2007-04-23  Tom Tromey  <tromey@redhat.com>
7799
7800         * MAINTAINERS: Added myself as non-algorithmic libcpp maintainer.
7801
7802 2007-04-22  Mark Mitchell  <mark@codesourcery.com>
7803
7804         * MAINTAINERS (cpplib): Rename to ...
7805         (libcpp): ... this.  Add C/C++ front end maintainers.
7806
7807 2007-04-14  Steve Ellcey  <sje@cup.hp.com>
7808
7809         * config-ml.in: Pass ${ml_config_env} to configure calls.
7810
7811 2007-04-04  Christian Bruel  <christian.bruel@st.com>
7812
7813         * MAINTAINERS (Write After Approval): Add myself.
7814
7815 2007-04-02  Dave Korn  <dave.korn@artimi.com>
7816
7817         * MAINTAINERS (Write After Approval): Add myself.
7818
7819 2007-03-31  Tobias Burnus  <burnus@net-b.de>
7820
7821         * MAINTAINERS (fortran 95 front end): Add myself.
7822
7823 2007-03-28  Dwarakanath Rajagopal  <dwarak.rajagopal@amd.com>
7824
7825         * MAINTAINERS (Write After Approval): Add myself.
7826
7827 2007-03-24  Ayal Zaks  <zaks@il.ibm.com>
7828
7829         * MAINTAINERS (Modulo Scheduler): Add myself.
7830
7831 2007-03-23  Brooks Moses  <brooks.moses@codesourcery.com>
7832
7833         * MAINTAINERS (fortran 95 front end): Add myself.
7834         (c++ front end): whitespace fix.
7835
7836 2007-03-22  Nathan Froyd  <froydnj@codesourcery.com>
7837
7838         * MAINTAINERS (Write After Approval): Add myself.
7839
7840 2007-03-21  Richard Sandiford  <richard@codesourcery.com>
7841
7842         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix m4 quoting
7843         of glob.  Quote arguments with single quotes too.
7844         * configure: Regenerate.
7845
7846 2007-03-12  Brooks Moses  <brooks.moses@codesourcery.com>
7847
7848         * Makefile.def (fixincludes): Remove unneeded "missing" lines.
7849         * Makefile.in: Regenerate
7850
7851 2007-03-07  Andreas Schwab  <schwab@suse.de>
7852
7853         * configure: Regenerate.
7854
7855 2007-03-01  Brooks Moses  <brooks.moses@codesourcery.com>
7856
7857         * configure.ac: Add "--with-pdfdir" configure option,
7858         which defines pdfdir variable.
7859         * Makefile.def (target=fixincludes): Add install-pdf to
7860         missing targets.
7861         (recursive_targets): Add install-pdf target.
7862         (flags_to_pass): Add pdfdir.
7863         * Makefile.tpl: Add pdfdir handling, add do-install-pdf
7864         target.
7865         * configure: Regenerate
7866         * Makefile.in: Regenerate
7867
7868 2007-02-28  Eric Christopher  <echristo@apple.com>
7869
7870         Revert:
7871         2006-12-07  Mike Stump  <mrs@apple.com>
7872
7873         * Makefile.def (dependencies): Add dependency for
7874         install-target-libssp and install-target-libgomp on
7875         install-gcc.
7876         * Makefile.in: Regenerate.
7877
7878 2007-02-27  Matt Kraai  <kraai@ftbfs.org>
7879
7880         * configure: Regenerate.
7881         * configure.ac: Move statements after variable declarations.
7882
7883 2007-02-19  Kaz Kojima  <kkojima@gcc.gnu.org>
7884
7885         * MAINTAINERS: Add myself as sh maintainer.
7886
7887 2007-02-19  Joseph Myers  <joseph@codesourcery.com>
7888
7889         * configure.ac: Adjust for loop syntax.
7890         * configure: Regenerate.
7891
7892 2007-02-18  Alexandre Oliva  <aoliva@redhat.com>
7893
7894         * configure: Rebuilt.
7895
7896 2007-02-18  Alexandre Oliva  <aoliva@redhat.com>
7897
7898         * configure.ac: Drop multiple occurrences of --enable-languages,
7899         and fix its quoting.
7900         * configure: Rebuilt.
7901
7902 2007-02-17  Mark Mitchell  <mark@codesourcery.com>
7903             Nathan Sidwell  <nathan@codesourcery.com>
7904             Vladimir Prus  <vladimir@codesourcery.com>
7905             Joseph Myers  <joseph@codesourcery.com>
7906
7907         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix quoting.
7908         * configure: Regenerate.
7909
7910 2007-02-14  Gerald Pfeifer  <gerald@pfeifer.com>
7911
7912         * ltconfig (freebsd*): Default to elf.
7913
7914 2007-02-13  Daniel Jacobowitz  <dan@codesourcery.com>
7915
7916         * configure.ac (target_libraries): Move libgcc before libiberty.
7917         * configure: Regenerated.
7918
7919 2007-02-13  Daniel Jacobowitz  <dan@codesourcery.com>
7920             Paolo Bonzini  <bonzini@gnu.org>
7921
7922         PR bootstrap/30753
7923         * configure.ac: Remove obsolete build / host tests.  Use AC_PROG_CC
7924         unconditionally.  Use AC_PROG_CXX.  Use ACX_TOOL_DIRS to find $prefix.
7925         * configure: Regenerated.
7926
7927 2007-02-11  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
7928
7929         * MAINTAINERS (Language Front End Maintainers): Update my mail
7930         address.
7931
7932 2007-02-09  Daniel Jacobowitz  <dan@codesourcery.com>
7933
7934         PR bootstrap/30748
7935         * configure.ac: Correct syntax for Solaris ksh.
7936         * configure: Regenerated.
7937
7938 2007-02-09  Paolo Bonzini  <bonzini@gnu.org>
7939
7940         * configure.ac: Sync with src.
7941         * configure: Regenerate.
7942
7943 2007-02-09  Paolo Bonzini  <bonzini@gnu.org>
7944
7945         * Makefile.in: Regenerate.
7946
7947 2007-02-09  Paolo Bonzini  <bonzini@gnu.org>
7948
7949         * config.sub: Sync with src.
7950
7951 2007-02-09  Daniel Jacobowitz  <dan@codesourcery.com>
7952
7953         * Makefile.tpl (build_alias, host_alias, target_alias): Use
7954         noncanonical equivalents.
7955         * configure.in: Rename to...
7956         * configure.ac: ...this.  Update AC_PREREQ.  Prevent error for
7957         AS_FOR_TARGET.  Set build_noncanonical, host_noncanonical, and
7958         target_noncanonical.  Use them.  Rewrite removal of configure
7959         arguments for autoconf 2.59.  Discard variable settings.  Force
7960         program_transform_name for native tools.
7961
7962         * Makefile.in: Regenerated.
7963         * configure: Regenerated with autoconf 2.59.
7964
7965 2007-02-07  Roman Zippel  <zippel@linux-m68k.org>
7966
7967         * MAINTAINERS (Write After Approval): Add myself.
7968
7969 2007-01-31  Andreas Schwab  <schwab@suse.de>
7970
7971         * Makefile.tpl (LDFLAGS): Substitute it.
7972         * Makefile.in: Regenerate.
7973
7974 2007-01-30  Andrey Belevantsev  <abel@ispras.ru>
7975
7976         * MAINTAINERS (Write After Approval): Add myself.
7977
7978 2007-01-28  David Edelsohn  <edelsohn@gnu.org>
7979
7980         * MAINTAINERS (spu port): Add myself.
7981
7982 2007-01-23  Richard Guenther  <rguenther@suse.de>
7983
7984         PR bootstrap/30541
7985         * Makefile.def (flags_to_pass): Add GNATBIND and GNATMAKE.
7986         * Makefile.tpl (GNATBIND): Substitute it.
7987         (GNATMAKE): Likewise.
7988         (POSTSTAGE1_FLAGS_TO_PASS): Pass staged GNATBIND instead
7989         of STAGE_PREFIX.
7990         * Makefile.in: Regenerate.
7991         * configure: Regenerate.
7992
7993 2007-01-18  Mike Stump  <mrs@apple.com>
7994
7995         * configure.in: Re-enable -Werror for gcc builds.
7996
7997 2007-01-11  Harsha Jagasia  <harsha.jagasia@amd.com>
7998
7999         * MAINTAINERS (Write After Approval): Add myself.
8000
8001 2007-01-11  Paolo Bonzini  <bonzini@gnu.org>
8002
8003         * configure.in: Change == to = in test command.
8004         * configure: Regenerate.
8005
8006 2007-01-11  Paolo Bonzini  <bonzini@gnu.org>
8007             Nick Clifton  <nickc@redhat.com>
8008             Kaveh R. Ghazi  <ghazi@caip.rutgets.edu>
8009
8010         * configure.in (build_configargs, host_configargs, target_configargs):
8011         Remove build/host/target parameters.
8012         (host_libs): Add gmp and mpfr.
8013         (GMP tests): Reorganize to allow in-tree GMP/MPFR.
8014         * Makefile.def (gmp, mpfr): New.
8015         (gcc): Remove target.
8016         * Makefile.tpl (build_os, build_vendor, host_os, host_vendor,
8017         target_os, target_vendor): New.
8018         (configure): Add host_alias/target_alias arguments; adjust invocations.
8019         * configure: Regenerate.
8020         * Makefile.in: Regenerate.
8021
8022 2007-01-11  Matt Fago  <fago@earthlink.net>
8023
8024         * configure.in: Try to link to functions only in mpfr 2.2.x
8025         to improve robustness of configure tests.
8026         * configure: Regenerate.
8027
8028 2007-01-09  Uros Bizjak  <ubizjak@gmail.com>
8029
8030         * MAINTAINERS: Add myself as i386 maintainer.
8031
8032 2007-01-08  Jan Hubicka  <jh@suse.cz>
8033
8034         * MAINTAINERS: Add myself as i386 maintainer.
8035
8036 2007-01-08  Kai Tietz   <kai.tietz@onevision.com>
8037
8038         * configure.in: Add support for an x86_64-mingw* target.
8039         * configure: Regenerate.
8040
8041 2007-01-05  Daniel Jacobowitz  <dan@codesourcery.com>
8042
8043         * Makefile.tpl (all-target): Correct @if conditional for target
8044         modules.
8045         * configure.in: Omit libiberty if building only target libgcc.
8046         * configure, Makefile.in: Regenerated.
8047
8048 2007-01-04  Paolo Bonzini  <bonzini@gnu.org>
8049
8050         * configure.in: Use DEV-PHASE to detect default for --enable-werror.
8051         * configure: Regenerate.
8052
8053 2007-01-03  Daniel Jacobowitz  <dan@codesourcery.com>
8054
8055         * Makefile.def (target_modules): Add libgcc.
8056         (lang_env_dependencies): Remove default items.  Use no_c and no_gcc.
8057         * Makefile.tpl (clean-target-libgcc): Delete.
8058         (configure-target-[+module+]): Emit --disable-bootstrap dependencies
8059         on gcc even for bootstrapped modules.  Rewrite handling of
8060         lang_env_dependencies to loop over target_modules.
8061         * configure.in (target_libraries): Add target-libgcc.
8062         * Makefile.in, configure: Regenerated.
8063
8064 2006-12-29  Paolo Bonzini  <bonzini@gnu.org>
8065
8066         * configure.in: Reorganize recognition of languages.  Add
8067         --enable-stage1-languages.  Show supported languages for the chosen
8068         target rather than all recognized languages.
8069         * configure: Regenerate.
8070
8071 2006-12-29  Paolo Bonzini  <bonzini@gnu.org>
8072
8073         * Makefile.tpl (GCC_STRAP_TARGETS, all-prebootstrap): Remove.
8074         * Makefile.in: Regenerate.
8075
8076 2006-12-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8077
8078         * configure.in: Warn that MPFR 2.2.0 is buggy.
8079         * configure: Regenerate.
8080
8081 2006-12-27  Ian Lance Taylor  <iant@google.com>
8082
8083         * configure.in: When removing Makefiles to force a reconfigure, also
8084         remove prev-DIR*/Makefile.
8085         * configure: Regenerate.
8086
8087 2006-12-22  Andreas Schwab  <schwab@suse.de>
8088
8089         * configure: Regenerate with correct autoconf version.
8090
8091 2006-12-20  Adam Megacz  <megacz@cs.berkeley.edu>
8092
8093         * configure.in: add AC_SUBST for *_FOR_TARGET.
8094         * configure: Regenerate.
8095
8096 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
8097
8098         * configure.in: Simplify logic for rejecting languages that cannot
8099         be built.  Separate the case when a language is unsupported,
8100         from the case when the user chooses not to build a language.
8101
8102 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
8103
8104         * configure.in: Remove "$build" case for powerpc-*-darwin* since
8105         it only affects bootstrap and could be tested on "$host" as well.
8106         * configure: Regenerate.
8107         * config/mh-ppc-darwin: Add to the stage1 cflags here.
8108
8109 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
8110
8111         PR bootstrap/29544
8112         * Makefile.def (flags_to_pass): Add STAGE1_CHECKING.
8113         (bootstrap_stage): Add STAGE1_CHECKING to stage1 configure flags,
8114         move here comment from Makefile.tpl.
8115         * Makefile.tpl: Move some definitions higher in the file.
8116         (STAGE1_CHECKING): New.
8117         * configure.in: Add --enable-stage1-checking.
8118         * configure: Regenerate.
8119         * Makefile.in: Regenerate.
8120
8121 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
8122
8123         * MAINTAINERS: Add myself as build system maintainer.
8124
8125 2006-12-15  Simon Martin  <simartin@users.sourceforge.net>
8126
8127         * MAINTAINERS (Write After Approval): Add myself.
8128
8129 2006-12-13  Eric Christopher  <echristo@apple.com>
8130
8131         * MAINTAINERS: Add myself as darwin maintainer.
8132
8133 2006-12-11  Ian Lance Taylor  <ian@airs.com>
8134
8135         * MAINTAINERS: Add myself as libgcc and fp-bit maintainer.
8136
8137 2006-12-11  Joern Rennecke  <joern.rennecke@arc.com>
8138
8139         MAINTAINERS: Update my entry.
8140
8141 2006-12-11  Alan Modra  <amodra@bigpond.net.au>
8142
8143         * configure.in:  Handle spu makefile frag.
8144         * Makefile.tpl (MAINT): Define
8145         (MAINTAINER_MODE_FALSE, MAINTAINER_MODE_TRUE): Define.
8146         * configure: Regenerate.
8147         * Makefile.in: Regenerate.
8148
8149 2006-12-11  Ben Elliston  <bje@au.ibm.com>
8150
8151         * config.guess: Import latest version.
8152         * config.sub: Likewise.
8153
8154 2006-12-11  Ben Elliston  <bje@au.ibm.com>
8155
8156         * configure.in (spu-*-*): Don't skip target-libiberty.
8157         * configure: Regenerate.
8158
8159 2006-12-10  Andreas Tobler  <a.tobler@schweiz.org>
8160
8161         PR bootstrap/30134
8162         * configure.in: Correct x86 darwin support for libjava to powerpc
8163         and i?86 only.
8164         * configure: Regenerate.
8165
8166 2006-12-08  Sandro Tolaini  <tolaini@libero.it>
8167
8168         * configure.in: Add x86 darwin support for libjava.
8169         * configure: Regenerate.
8170
8171 2006-12-07  Mike Stump  <mrs@apple.com>
8172
8173         * Makefile.def (dependencies): Add dependency for
8174         install-target-libssp and install-target-libgomp on
8175         install-gcc.
8176         * Makefile.in: Regenerate.
8177
8178 2006-12-04  Richard Guenther  <rguenther@suse.de>
8179
8180         * MAINTAINERS (Non-Algorithmic Maintainers): New section.
8181         (Non-Algorithmic Maintainers): Move over non-algorithmic
8182         loop optimizer maintainers, add myself as a non-algorithmic
8183         middle-end maintainer.
8184
8185 2006-12-04  Daniel Franke  <franke.daniel@gmail.com>
8186
8187         * MAINTAINERS (Write After Approval): Add myself.
8188
8189 2006-12-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8190
8191         * configure.in: Update error message for missing GMP/MPFR.
8192
8193         * configure: Regenerate.
8194
8195 2006-12-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8196
8197         * configure.in: Update MPFR version in error message.
8198
8199         * configure: Regenerate.
8200
8201 2006-11-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8202
8203         * configure.in (--with-mpfr-dir, --with-gmp-dir): Remove flags.
8204         (--with-mpfr-include, --with-mpfr-lib, --with-gmp-include,
8205         --with-gmp-lib): New flags.
8206
8207         * configure: Regenerate.
8208
8209 2006-11-25  Brooks Moses  <brooks.moses@codesourcery.com>
8210
8211         * MAINTAINERS (Write After Approval): Change my email address.
8212
8213 2006-11-23  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
8214
8215         * MAINTAINERS (Write After Approval): Add myself.
8216
8217 2006-11-22  Philipp Thomas  <pth@suse.de>
8218
8219         * MAINTAINERS (i18n): Update e-mail address.
8220
8221 2006-11-21  Trevor Smigiel  <trevor_smigiel@playstation.sony.com>
8222
8223         * MAINTAINERS (spu port): Add myself as maintainer.
8224         (Write After Approval): Remove myself.
8225
8226 2006-11-22  Ben Elliston  <bje@au.ibm.com>
8227
8228         * configure.in (skipdirs): Don't build libssp for SPU.
8229         * configure: Regenerate.
8230
8231 2006-11-21  Andrew Pinski  <andrew_pinski@playstation.sony.com>
8232
8233         * MAINTAINERS (spu port): Add myself as maintainer.
8234         (libobjc): Update my email address.
8235
8236 2006-11-21  Andrea Bona  <andrea.bona@st.com>
8237
8238         * MAINTAINERS (Write After Approval): Add myself.
8239
8240 2006-11-20  Trevor Smigiel  <trevor_smigiel@playstation.sony.com>
8241
8242         * configure.in (skipdirs) : Don't build target-libiberty for SPU.
8243         * configure : Rebuilt.
8244
8245 2006-11-20  Trevor Smigiel  <trevor_smigiel@playstation.sony.com>
8246
8247         * MAINTAINERS (Write After Approval): Add myself.
8248
8249 2006-11-20  Andrea Ornstein  <andrea.ornstein@st.com>
8250
8251         * MAINTAINERS (Write After Approval): Add myself.
8252
8253 2006-11-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8254
8255         * configure.in (--with-mpfr-dir): Also look in .libs and _libs for
8256         libmpfr.a.
8257         * configure: Regenerate.
8258
8259 2006-11-16  Paolo Bonzini  <bonzini@gnu.org>
8260
8261         * Makefile.tpl (clean-target-libgcc): Test for gcc Makefile presence.
8262         (unstage): Test for stage_last presence.
8263
8264         PR bootstrap/29802
8265         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Add HOST_SUBDIR in
8266         STAGE_PREFIX.
8267         * Makefile.in: Regenerate.
8268
8269 2003-11-16  Zdenek Dvorak  <dvorakz@suse.cz>
8270
8271         * MAINTAINERS: Add myself and Daniel Berlin as loop optimizer
8272         maintainers.
8273
8274 2006-11-14  Erven Rohou  <erven.rohou@st.com>
8275
8276         * MAINTAINERS (Write After Approval): Add myself.
8277
8278 2006-11-14  Paolo Bonzini  <bonzini@gnu.org>
8279
8280         * Makefile.tpl (clean-stage*): Test separately for package/Makefile
8281         and stageN-package/Makefile.
8282         * Makefile.in: Regenerated.
8283
8284 2006-11-14  Jie Zhang  <jie.zhang@analog.com>
8285
8286         * configure.in: Remove target-libgloss from noconfigdirs for
8287         bfin-*-*.
8288         * configure: Regenerated.
8289
8290 2006-11-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8291
8292         * configure.in (have_gmp): Only error if the gcc directory exists.
8293
8294         * configure: Regenerate.
8295
8296 2006-11-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8297
8298         * configure.in: Robustify error message for missing GMP/MPFR.
8299
8300         * configure: Regenerate.
8301
8302 2006-10-31  Stephen M. Webb  <stephen.webb@bregmasoft.com>
8303
8304         * MAINTAINERS (Write After Approval): Add myself.
8305
8306 2006-10-30  Uros Bizjak  <ubizjak@gmail.com>
8307
8308         * MAINTAINERS: Change email address.
8309
8310 2006-10-30  Vladimir Prus  <vladimir@codesourcery.com>
8311
8312         * MAINTAINERS (Write After Approval): Add myself.
8313
8314 2006-10-26  Peter Bergner  <bergner@vnet.ibm.com>
8315
8316         * MAINTAINERS (Write After Approval): Add myself.
8317
8318 2006-10-25  Chen Liqin  <liqin@sunnorth.com.cn>
8319
8320         * MAINTAINERS (Write After Approval): Move myself to
8321         Write After Approval section.
8322
8323 2006-10-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8324
8325         * configure.in: Require GMP-4.1+ and MPFR-2.2+.  Don't check
8326         need_gmp anymore.
8327         * configure: Regenerate.
8328
8329 2006-10-16  Tobias Burnus  <burnus@net-b.de>
8330
8331         * MAINTAINERS (Write After Approval): Add myself.
8332
8333 2006-10-16  Ben Elliston  <bje@au.ibm.com>
8334
8335         * config.guess: Import latest version.
8336         * config.sub: Likewise.
8337
8338 2006-10-10  Brooks Moses  <bmoses@stanford.edu>
8339
8340         * Makefile.def: Added pdf target handling.
8341         * Makefile.tpl: Added pdf target handling.
8342         * Makefile.in: Regenerated.
8343
8344 2006-10-10  Chen Liqin  <liqin@sunnorth.com.cn>
8345
8346         * MAINTAINERS: Add self as score port maintainer.
8347
8348 2006-10-04  Brooks Moses  <bmoses@stanford.edu>
8349
8350         * MAINTAINERS (Write After Approval): Add myself.
8351
8352 2006-09-27  Steven G. Kargl  <kargl@gcc.gnu.org>
8353
8354         * configure.in: Check for GMP 4.1 or newer.  Check for MPFR 2.2.0
8355         or newer.
8356         * configure: Regenerated.
8357
8358 2006-09-27  Dave Brolley  <brolley@redhat.com>
8359
8360         * configure.in (RUNTEST): Look for 'runtest' in the source tree by
8361         using $s instead of $r.
8362         * configure: Regenerated.
8363
8364 2006-09-26  Thiemo Seufer  <ths@mips.com>
8365
8366         * configure.in: Remove redundant handling of mips*-dec-bsd*. Likewise
8367         for mipstx39-*-*. Disable libgloss for mips64*-*-linux*.
8368         * configure: Regenerate.
8369
8370 2006-09-24  Graeme Peterson  <gridly@gmail.com>
8371
8372         * MAINTAINERS (Write After Approval): Remove myself.
8373
8374 2006-09-22  Chao-ying Fu  <fu@mips.com>
8375
8376         * MAINTAINERS (Write After Approval): Add myself.
8377
8378 2006-09-10  Joseph S. Myers  <joseph@codesourcery.com>
8379
8380         * MAINTAINERS: Add self as soft-fp maintainer.
8381
8382 2006-09-09  Anatoly Sokolov  <aesok@post.ru>
8383
8384         * MAINTAINERS: Add myself as avr maintainer.
8385         Remove Marek Michalkiewicz as avr maintainer.
8386
8387 2006-09-07  Roberto Costa  <roberto.costa@st.com>
8388
8389         * MAINTAINERS (Write After Approval): Add myself.
8390
8391 2006-08-30  Corinna Vinschen  <corinna@vinschen.de>
8392
8393         * configure.in: Never build newlib for a Mingw host.
8394         Never build newlib as Mingw target library.
8395         Test the existence of winsup/cygwin for building a Cygwin newlib,
8396         rather than just winsup.
8397         Add winsup/mingw and winsup/w32api paths to FLAGS_FOR_TARGET if
8398         building a Mingw target.
8399         * configure: Regenerate.
8400
8401 2006-08-08  Eric Botcazou  <ebotcazou@libertysurf.fr>
8402
8403         * MAINTAINERS (Various Maintainers): Add self as RTL opt. maintainer.
8404
8405 2006-07-25  Paolo Bonzini  <bonzini@gnu.org>
8406
8407         * config.guess: Import from src (was more updated).
8408         * config.sub: Likewise.
8409
8410 2006-07-22  Daniel Jacobowitz  <dan@codesourcery.com>
8411
8412         * configure.in: Allow mingw32 and cygwin targets to build cross-gdb.
8413         * configure: Regenerated.
8414
8415 2006-07-18  Paolo Bonzini  <bonzini@gnu.org>
8416
8417         * Makefile.tpl (configure-stageN-MODULE): Pass --with-build-libsubdir
8418         for stages after the first.
8419
8420 2006-07-17  Jakub Jelinek  <jakub@redhat.com>
8421
8422         * Makefile.def: Add dependencies for configure-opcodes
8423         on configure-intl and all-opcodes on all-intl.
8424         * Makefile.in: Regenerated.
8425
8426 2006-07-13  Ben Elliston  <bje@au.ibm.com>
8427
8428         * MAINTAINERS (Various Maintainers): Add myself as dfp maintainer.
8429
8430 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
8431
8432         Port to hosts whose 'sort' and 'tail' implementations
8433         treat operands with leading '+' as file names, as POSIX
8434         has required since 2001.  However, make sure the code still
8435         works on pre-POSIX hosts.
8436         * ltmain.sh: Don't assume "sort +2" is equivalent to
8437         "sort -k 3", since POSIX 1003.1-2001 no longer requires this.
8438
8439 2006-07-05  Ulrich Weigand  <uweigand@de.ibm.com>
8440
8441         * MAINTAINERS (Various Maintainers): Add myself as reload maintainer.
8442
8443 2006-07-04  Peter O'Gorman  <peter@pogma.com>
8444
8445         * ltconfig: chmod 644 before ranlib during install.
8446
8447 2006-07-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
8448
8449         PR bootstrap/18058
8450         * configure.in: Add -fkeep-inline-functions to CFLAGS for stage 1
8451         if the bootstrap compiler is a GCC version that supports it.
8452         * configure: Regenerate.
8453
8454 2006-07-03  Paolo Bonzini  <bonzini@gnu.org>
8455
8456         * configure.in: Fix thinkos in previous check-in.
8457         * configure: Regenerate.
8458
8459 2006-07-03  Paolo Bonzini  <bonzini@gnu.org>
8460
8461         PR other/27063
8462         * configure.in: Test subdir_requires and give an appropriate
8463         error message.
8464         * configure: Regenerate.
8465
8466 2006-07-01  Andrew John Hughes  <gnu_andrew@member.fsf.org>
8467
8468         * MAINTAINERS (Write After Approval): Add myself.
8469
8470 2006-06-22  John David Anglin  <dave.anglin@nrc.ca>
8471
8472         * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
8473
8474 2006-06-22  Steve Ellcey  <sje@cup.hp.com>
8475
8476         * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
8477
8478 2006-06-20  David Ayers  <d.ayers@inode.at>
8479
8480         PR bootstrap/28072
8481         * configure.in: Add target-boehm-gc to noconfigdirs depending on
8482         whether target-libjava is being configured instead of whether the
8483         java front end is enabled.
8484         * configure: Regenerate.
8485
8486 2006-06-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
8487
8488         PR target/27540
8489         * configure.in: Only enable libgomp on IRIX 6.
8490         * configure: Regenerate.
8491
8492 2006-06-15  Paolo Bonzini  <bonzini@gnu.org>
8493
8494         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Export CFLAGS and LDFLAGS
8495         too.
8496         * Makefile.in: Regenerate.
8497
8498 2006-06-13  Jeff Johnston  <jjohnstn@redhat.com>
8499
8500         * config-ml.in: Alter CCASFLAGS to include special
8501         multilib options the same as is done for CFLAGS.
8502
8503 2006-06-12  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
8504
8505         * configure.in: Don't enable libgomp on hpux10.
8506         * configure: Rebuilt.
8507
8508 2006-06-12  David Ayers  <d.ayers@inode.at>
8509
8510         PR bootstrap/27963
8511         PR target/19970
8512         * configure.in: Remove target-boehm-gc from noconfigdirs where
8513         ${libgcj} is specified.
8514         * configure: Regenerate.
8515
8516 2006-06-06  Carlos O'Donell  <carlos@codesourcery.com>
8517
8518         Sync from src:
8519
8520         * configure.in: Sync.
8521         * configure: Regenerated.
8522
8523         2006-05-31  Daniel Jacobowitz  <dan@codesourcery.com>
8524
8525         * Makefile.def: Added dependencies from sim and gdb on intl, and
8526         added configure dependencies to everything with an all dependency
8527         on intl.
8528         * Makefile.in: Regenerated.
8529
8530 2006-06-06  David Ayers  <d.ayers@inode.at>
8531
8532         PR libobjc/13946
8533         * Makefile.def: Add dependencies for libobjc which boehm-gc.
8534         * Makefile.in: Regenerate.
8535         * configure.in: Add --enable-objc-gc at toplevel and have it
8536         enable boehm-gc for Objective-C.
8537         Remove target-boehm-gc from libgcj.
8538         Add target-boehm-gc to target_libraries.
8539         Add target-boehm-gc to noconfigdirs where ${libgcj}
8540         is specified.
8541         Assert that boehm-gc is supported when requested for Objective-C.
8542         Only build boehm-gc if needed either for Java or Objective-C.
8543         * configure: Regenerate.
8544
8545 2006-06-05  Paolo Bonzini  <bonzini@gnu.org>
8546
8547         PR 27674
8548         * Makefile.tpl (configure-[+prefix+][+module+],
8549         all-[+prefix+][+module+]): Depend on stage_current if bootstrapping.
8550         Remove rule to unstage bootstrapped modules.
8551         (stage_current): New.
8552         * Makefile.in: Regenerate.
8553
8554 2006-06-03  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
8555
8556         * MAINTAINERS (Write After Approval): Update my e-mail address.
8557
8558 2006-06-01  Mark Shinwell  <shinwell@codesourcery.com>
8559
8560         * include/libiberty.h: Declare pex_run_in_environment.
8561
8562 2006-05-31  Asher Langton  <langton2@llnl.gov>
8563
8564         * MAINTAINERS (Write After Approval): Add myself.
8565
8566 2006-05-25  Paolo Bonzini  <bonzini@gnu.org>
8567
8568         * Makefile.def (bfd, opcodes): Fix lib_path.
8569         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Replace ADAC with ADAFLAGS.
8570         (restrap): Move under "@if gcc-bootstrap".  Fix typo.
8571         * Makefile.in: Regenerate.
8572
8573 2006-05-24  Carlos O'Donell  <carlos@codesourcery.com>
8574
8575         * Makefile.in: Regenerate.
8576
8577 2006-05-24  Carlos O'Donell  <carlos@codesourcery.com>
8578
8579         * Makefile.def: Add install-html target. Add datarootdir
8580         docdir and htmldir to flags_to_pass.
8581         * Makefile.tpl: Add install-html target.
8582         * Makefile.in: Regenerate.
8583         * configure.in: Add --with-datarootdir, --with-docdir, and
8584         --with-htmldir options. AC_SUBST datarootdir, docdir and htmldir.
8585         * configure: Regenerate.
8586
8587 2006-05-24  Mark Shinwell  <shinwell@codesourcery.com>
8588
8589         * configure.in: Enable gprof for cross builds.
8590         * configure: Regenerate.
8591
8592 2006-05-22  Richard Guenther  <rguenther@suse.de>
8593
8594         Revert
8595         2006-01-31  Richard Guenther  <rguenther@suse.de>
8596         Paolo Bonzini  <bonzini@gnu.org>
8597
8598         * Makefile.def (target_modules): Add libgcc-math target module.
8599         * configure.in (target_libraries): Add libgcc-math target library.
8600         (--enable-libgcc-math): New configure switch.
8601         * Makefile.in: Re-generate.
8602         * configure: Re-generate.
8603         * libgcc-math: New toplevel directory.
8604
8605 2006-05-20  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
8606             Andreas Tobler  <a.tobler@schweiz.ch>
8607
8608         * configure.in:  Enable libgcj for hppa*-hp-hpux11*.
8609         * configure: Rebuilt.
8610
8611 2006-05-12  Sandra Loosemore  <sandra@codesourcery.com>
8612
8613         * MAINTAINERS (Write After Approval): Add myself.
8614
8615 2006-05-01  DJ Delorie  <dj@redhat.com>
8616
8617         * configure.in: Restore CFLAGS if GMP isn't present.
8618         * configure: Regenerate.
8619
8620 2006-05-01  Richard Guenther  <rguenther@suse.de>
8621
8622         * MAINTAINERS (Various Maintainers): Add myself as libgcc-math
8623         maintainer.
8624
8625 2006-04-30  Kenneth Zadeck  <zadeck@naturalbridge.com>
8626
8627         * MAINTAINERS (Write After Approval): Add myself.
8628
8629 2006-04-28  Jan Beulich  <jbeulich@novell.com>
8630
8631         * MAINTAINERS (Write After Approval): Add myself.
8632
8633 2006-04-18  DJ Delorie  <dj@redhat.com>
8634
8635         * configure.in (m32c): Build libstdc++-v3.  Pass flags to
8636         reference libgloss so that libssp can be built in a combined
8637         tree.
8638         * configure: Regenerate.
8639
8640 2006-04-08  Robert Millan  <rmh@gcc.gnu.org>
8641
8642         * MAINTAINERS (Write After Approval): Add myself.
8643
8644 2006-04-05  Ben Elliston  <bje@au.ibm.com>
8645
8646         * configure.in: Require makeinfo 4.4 or higher.
8647         * configure: Regenerate.
8648
8649 2006-04-04  Gerald Pfeifer  <gerald@pfeifer.com>
8650
8651         * MAINTAINERS: Add Richard Henderson as libgomp maintainer.
8652         Rearrange the entries of other libraries to have them in one place.
8653
8654 2006-03-22  Janne Blomqvist  <jb@gcc.gnu.org>
8655
8656         * MAINTAINERS (Write After Approval): Remove myself.
8657         (Language Front End Maintainers): Add myself as fortran 95 maintainer.
8658
8659 2006-03-14  Richard Guenther  <rguenther@suse.de>
8660
8661         * configure: Regenerate with autoconf 2.13.
8662
8663 2006-03-13  Jim Blandy  <jimb@codesourcery.com>
8664
8665         * MAINTAINERS: Use my work address.
8666
8667         * MAINTAINERS: Update my E-mail address.
8668
8669 2006-03-10  Aldy Hernandez  <aldyh@redhat.com>
8670
8671         * configure.in: Handle --disable-<component> generically.
8672         * configure: Regenerate.
8673
8674 2006-03-01  H.J. Lu  <hongjiu.lu@intel.com>
8675
8676         PR libgcj/17311
8677         * ltmain.sh: Don't use "$finalize_rpath" for compile.
8678
8679 2006-02-21  Erik Edelmann  <eedelman@gcc.gnu.org>
8680
8681         * MAINTAINERS (Write After Approval):  Remove myself.
8682         (Language Front End Maintainers):  Add myself as fortran 95 maintainer.
8683
8684 2006-02-21  Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
8685
8686         * Makefile.tpl  (BUILD_CONFIGDIRS): Remove.
8687         (TARGET_CONFIGDIRS): Remove.
8688         * configure.in: Remove AC_SUBST(target_configdirs).
8689         * Makefile.in, configure: Regenerated.
8690
8691 2006-02-20  Steven G. Kargl  <kargls@comcast.net>
8692
8693         * MAINTAINERS (Write After Approval):  Remove myself.
8694         (Language Front End Maintainers):  Add myself as fortran 95 maintainer.
8695
8696 2006-02-20  Paolo Bonzini  <bonzini@gnu.org>
8697
8698         PR bootstrap/25670
8699
8700         * Makefile.tpl ([+compare-target+]): Print explanation messages.
8701
8702         * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES): New flags_to_pass.
8703         * Makefile.tpl (BASE_FLAGS_TO_PASS): Support optional flags_to_pass.
8704         (EXTRA_GCC_FLAGS): Remove ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES,
8705         BUILD_PREFIX, BUILD_PREFIX_1.
8706         * configure.in: (BUILD_PREFIX, BUILD_PREFIX_1): Don't substitute.
8707
8708         * Makefile.def (bootstrap stage 1): Pass LIBCFLAGS too.
8709         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Override LIBCFLAGS too.
8710
8711         * Makefile.tpl (configure-stage[+id+]-[+prefix+][+module+],
8712         all-stage[+id+]-[+prefix+][+module+], : Use $(current_stage) instead
8713         of `cat stage_current`.  Always provide the `r' and `s' variables.
8714         (clean-stage[+id+]-[+prefix+][+module+]): Likewise, and make it into
8715         a single shell execution.
8716         (configure-[+prefix+][+module+], all-[+prefix+][+module+]): For
8717         bootstrapped modules, make the stage1 module if the build was not
8718         started yet, else build the current stage.
8719         (all-host, all-target): Omit bootstrapped modules (if bootstrapping).
8720         (all-build, all-host, all-target, [+make_target+]-host,
8721         [+make_target+]-target): Do not use \-continued lines.
8722         (target modules): Depend on stage_last, not all-gcc, if bootstrapping.
8723         (current_stage, restrap, stage_last): New.
8724
8725         * Makefile.in: Regenerate.
8726         * configure: Regenerate.
8727
8728 2006-02-19  Bud Davis  <jmdavis@link.com>
8729
8730         * MAINTAINERS (Write After Approval):  Remove myself.
8731         (Language Front End Maintainers):  Add myself as fortran 95
8732         maintainer and update e-mail address.
8733
8734 2006-02-17  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
8735
8736         * MAINTAINERS (Write After Approval):  Remove myself.
8737         (Language Front End Maintainers):  Add myself as fortran 95
8738         maintainer.
8739
8740 2006-02-16  Victor Kaplansky  <victork@il.ibm.com>
8741
8742         * MAINTAINERS (Write After Approval): Add myself.
8743
8744 2006-02-16  Thomas Koenig  <Thomas.Koenig@online.de>
8745
8746         * MAINTAINERS (Write After Approval):  Remove myself.
8747         (Language Front End Maintainers):  Add myself as
8748         fortran 95 maintainer.
8749
8750 2006-02-14  Paolo Bonzini  <bonzini@gnu.org>
8751
8752         Sync from src:
8753
8754         2005-12-27  Leif Ekblad  <leif@rdos.net>
8755
8756         * configure.in: Add support for RDOS target.
8757         * configure: Regenerate.
8758
8759 2006-02-14  Paolo Bonzini  <bonzini@gnu.org>
8760             Andreas Schwab  <schwab@suse.de>
8761
8762         * configure: Regenerate.
8763
8764 2006-02-12  David Edelsohn  <edelsohn@gnu.org>
8765
8766         * configure.in (enable_libgomp): Add AIX.
8767         * configure: Regenerate.
8768
8769 2006-02-07  Maxim Kuvyrkov  <mkuvyrkov@ispras.ru>
8770
8771         * MAINTAINERS (Write After Approval): Add myself.
8772
8773 2006-02-03  Lee Millward  <lee.millward@gmail.com>
8774
8775         * MAINTAINERS (Write After Approval): Add myself.
8776
8777 2006-01-31  Richard Guenther  <rguenther@suse.de>
8778         Paolo Bonzini  <bonzini@gnu.org>
8779
8780         * Makefile.def (target_modules): Add libgcc-math target module.
8781         * configure.in (target_libraries): Add libgcc-math target library.
8782         (--enable-libgcc-math): New configure switch.
8783         * Makefile.in: Re-generate.
8784         * configure: Re-generate.
8785         * libgcc-math: New toplevel directory.
8786
8787 2006-01-26  Paolo Bonzini  <bonzini@gnu.org>
8788
8789         * configure.in: Set with_gnu_as, with_gnu_ld, with_newlib earlier.
8790         Set md_exec_prefix.  Use ACX_CHECK_INSTALLED_TARGET_TOOL to find
8791         the assembler, linker and binutils.
8792         * configure: Regenerate.
8793
8794 2006-01-22  Dirk Mueller  <dmueller@suse.de>
8795
8796         * MAINTAINERS (Write After Approval): Add myself.
8797
8798 2006-01-20  Diego Novillo  <dnovillo@redhat.com>
8799
8800         * configure: Regenerate.
8801
8802 2006-01-18  Richard Henderson  <rth@redhat.com>
8803             Jakub Jelinek  <jakub@redhat.com>
8804             Diego Novillo  <dnovillo@redhat.com>
8805
8806         * libgomp: New directory.
8807         * Makefile.def: Add target_module libgomp.
8808         * Makefile.in: Regenerate.
8809         * configure.in (target_libraries): Add target-libgomp.
8810         * configure: Regenerate.
8811
8812 2006-01-05  Alexandre Oliva  <aoliva@redhat.com>
8813
8814         * Makefile.tpl (clean-stage[+id+]-[+prefix+][+module+]): Remove
8815         @ from continuation.
8816         * Makefile.in: Rebuilt.
8817
8818 2006-01-04  Chris Lattner  <sabre@gnu.org>
8819
8820         * MAINTAINERS (Write After Approval): Add myself.
8821
8822 2006-01-04  Paolo Bonzini  <bonzini@gnu.org>
8823
8824         PR bootstrap/24252
8825
8826         * Makefile.def (flags_to_pass): Add STAGE1_CFLAGS and STAGE1_LANGUAGES.
8827         * Makefile.tpl (OBJDUMP): New.
8828         (EXTRA_HOST_FLAGS): Add it.
8829         (EXTRA_GCC_FLAGS): Remove flags already specified in flags_to_pass.
8830
8831         * Makefile.tpl (stage[+id+]-start, stage[+id+]-end): Do not try
8832         to use symbolic links between directories.  Avoid race conditions
8833         or make them harmless.
8834         * configure.in: Do not try to use symbolic links between directories.
8835
8836         * Makefile.def (LEAN): Pass.
8837         * Makefile.tpl (LEAN): Define.
8838         (stage[+id+]-start): Accept that the previous directory does not
8839         exist, if the bootstrap is lean.
8840         (stage[+id+]-bubble): Invoke lean bootstrap commands after
8841         stage[+id+]-start.  Use a makefile variable and an `if' instead of a
8842         configure substitution.
8843         ([+compare-target+]): Likewise.
8844         ([+bootstrap-target+]-lean): New.
8845         * configure.in: Remove lean bootstrap support from here.
8846
8847         * Makefile.in: Regenerate.
8848         * configure: Regenerate.
8849
8850 2006-01-04  Ben Elliston  <bje@au.ibm.com>
8851
8852         * MAINTAINERS (libdecnumber): Add myself.
8853
8854 2006-01-02  Mark Mitchell  <mark@codesourcery.com>
8855
8856         * libtool-ldflags: New script.
8857
8858 2006-01-02  Andreas Schwab  <schwab@suse.de>
8859
8860         * configure.in: When reconfiguring remove Makefile in
8861         all stage directories.
8862         * configure: Regenerate.
8863
8864 2005-12-27  Steven Bosscher  <stevenb.gcc@gmail.com>
8865
8866         * MAINTAINERS: Update my email address.
8867
8868 2005-12-20  Paolo Bonzini  <bonzini@gnu.org>
8869
8870         Revert Ada-related part of the previous change.
8871
8872         * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, ADAFLAGS_FOR_TARGET):
8873         Do not pass.
8874         * Makefile.tpl (BOOT_ADAFLAGS): Do not define.
8875         * Makefile.in: Regenerate.
8876         * configure.in: Do not include mt-ppc-aix target fragment.
8877         * configure: Regenerate.
8878
8879 2005-12-19  Paolo Bonzini  <bonzini@gnu.org>
8880
8881         * configure.in: Select appropriate fragments for PowerPC/AIX.
8882         * configure: Regenerate.
8883
8884         * Makefile.def (flags_to_pass): Add ADAFLAGS, BOOT_ADAFLAGS,
8885         BOOT_CFLAGS, BOOT_LDFLAGS.
8886         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Handle BOOT_ADAFLAGS,
8887         BOOT_CFLAGS, BOOT_LDFLAGS.
8888         (TARGET_FLAGS_TO_PASS): Handle ADAFLAGS_FOR_TARGET.
8889         (stage[+id+]-bubble): Pass flags recursively to the comparison target.
8890         (stage): Fail if we cannot complete the work.
8891         * Makefile.in: Regenerate.
8892
8893 2005-12-16  Nathan Sidwell  <nathan@codesourcery.com>
8894
8895         * configure.in: Replace ms1 with mt.
8896         * configure: Rebuilt.
8897
8898 2005-12-15  Bryce McKinlay  <mckinlay@redhat.com>
8899
8900         * MAINTAINERS: Update my email address.
8901
8902 2005-12-15  Paolo Bonzini  <bonzini@gnu.org>
8903
8904         * Makefile.tpl (all, do-[+make_target+], do-check, install,
8905         install-host-nogcc): Don't invoke $(stage) at the end.
8906         * Makefile.in: Regenerate.
8907
8908 2005-12-14  Paolo Bonzini  <bonzini@gnu.org>
8909
8910         * configure.in: Flip the top-level bootstrap switch.
8911         * configure: Regenerate.
8912
8913 2005-12-14  Daniel Jacobowitz  <dan@codesourcery.com>
8914
8915         * Makefile.tpl: Throughout the file, use : $(MAKE) along with
8916         $(stage) and $(unstage).
8917         (EXTRA_TARGET_FLAGS): Correct double-quoting.
8918         (all): Remove stray semicolon.
8919         (local-distclean): Don't handle multilib.tmp and multilib.out.
8920         (install.all): Set $s for consistency.
8921         (configure-[+prefix+][+module+]): Instead of [+deps+], handle
8922         check_multilibs setting.  Always make the install directory.
8923         (configure-stage[+id+]-[+prefix+][+module+]): Likewise.
8924         Correct @if/@endif.
8925         (all-stage[+id+]-[+prefix+][+module+]): Correct @if/@endif.
8926         ($(TARGET_SUBDIR)/[+module+]/multilib.out): Remove.
8927         (stage[+id+]-start, stage[+id+]-end): Stage $(TARGET_SUBDIR).
8928         (multilib.out): Remove.
8929         * Makefile.in: Regenerated.
8930
8931 2005-12-12  Carlos O'Donell  <carlos@codesourcery.com>
8932
8933         * MAINTAINERS (Write After Approval): Add myself.
8934
8935 2005-12-12  Nathan Sidwell  <nathan@codesourcery.com>
8936
8937         * MAINTAINERS: Add myself as mt maintainer.
8938
8939         * config.sub: Replace ms1 with mt.  Allow ms1 as an alias.
8940
8941 2005-12-06  Adam Nemet  <anemet@caviumnetworks.com>
8942
8943         * MAINTAINERS: Change email address.
8944
8945 2005-12-05  Paolo Bonzini  <bonzini@gnu.org>
8946
8947         * configure.in (CONFIGURED_BISON, CONFIGURED_YACC, CONFIGURED_M4,
8948         CONFIGURED_FLEX, CONFIGURED_LEX, CONFIGURED_MAKEINFO): Remove
8949         "CONFIGURED_" from the AC_CHECK_PROGS invocation.  Move below.
8950         Find in-tree tools if available.
8951         (EXPECT, RUNTEST, LIPO, STRIP): Find them and substitute them.
8952         (CONFIGURED_*_FOR_TARGET): Don't set nor substitute.
8953         (*_FOR_TARGET): Set them with GCC_TARGET_TOOL.
8954         (COMPILER_*_FOR_TARGET): New.
8955         * Makefile.tpl (HOST_EXPORTS): Add *_FOR_TARGET symbols that gcc needs.
8956         (BASE_TARGET_EXPORTS): Use COMPILER_*_FOR_TARGET symbols.
8957         (CONFIGURED_*, USUAL_*): Remove.
8958         (BISON, YACC, FLEX, LEX, M4, MAKEINFO, EXPECT, RUNTEST, LIPO,
8959         STRIP): Use autoconf substitutions.
8960         (COMPILER_AS_FOR_TARGET, COMPILER_LD_FOR_TARGET,
8961         COMPILER_NM_FOR_TARGET): New.
8962         (EXTRA_HOST_FLAGS): Pass LIPO and STRIP.
8963
8964         (all): Make all-host and all-target in parallel.
8965         (do-[+make_target+], do-check, install, [+compare-target+]): Ensure
8966         that $$r and $$s are set before invoking a recursive make.
8967         (stage[+id+]-bubble): Likewise, and invoke the comparison at the end.
8968         ([+bootstrap-target+]): Inline most of the `all' target.
8969
8970 2005-11-29  Ben Elliston  <bje@au.ibm.com>
8971
8972         * Makefile.tpl (clean-target-libgcc): Invoke clean-target-libgcc
8973         from the gcc build directory.
8974         * Makefile.in: Regenerate.
8975
8976 2005-11-29  Ben Elliston  <bje@au.ibm.com>
8977
8978         * Makefile.def: Add new libdecnumber host_module.  Make all-gcc
8979         depend on all-libdecnumber.
8980         * configure.in (host_libs): Include libdecnumber.
8981         * Makefile.in: Regenerate.
8982         * configure: Likewise.
8983
8984 2005-11-29  Ben Elliston  <bje@au.ibm.com>
8985
8986         * libdecnumber: Import decNumber sources from the dfp-branch.
8987
8988 2005-11-21  Kean Johnston  <jkj@sco.com>
8989
8990         * config.sub, config.guess: Sync from upstream sources.
8991
8992 2005-11-21  Ben Elliston  <bje@au.ibm.com>
8993
8994         Import from Autoconf sources:
8995
8996         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
8997         * config/move-if-change: Don't output "$2 is unchanged";
8998         suggested by Ben Elliston.  Handle weird characters correctly.
8999
9000 2005-11-18  Andreas Tobler  <a.tobler@schweiz.ch>
9001
9002         * ltcf-c.sh (whole_archive_flag_spec): Remove '-all_load $convenience'
9003         to match upstream libtool for darwin.
9004
9005 2005-11-11  Daniel Jacobowitz  <dan@codesourcery.com>
9006
9007         * Makefile.def: Remove gdb dependencies for gdbtk.
9008         * Makefile.tpl (CONFIGURE_GDB_TK, INSTALL_GDB_TK): New variables.
9009         (configure-gdb, install-gdb): New rules.
9010         * configure.in: Set CONFIGURE_GDB_TK and INSTALL_GDB_TK.
9011         * Makefile.in, configure: Regenerated.
9012
9013 2005-11-06  Janne Blomqvist  <jb@gcc.gnu.org>
9014
9015         * MAINTAINERS (Write After Approval): Add myself.
9016
9017 2005-11-06  Erik Edelmann  <eedelman@gcc.gnu.org>
9018
9019         * MAINTAINERS (Write After Approval): Add myself.
9020
9021 2005-10-24  Diego Novillo  <dnovillo@redhat.com>
9022
9023         * MAINTAINERS (alias analysis): Add Daniel Berlin and
9024         Diego Novillo.
9025
9026 2005-10-22  Paolo Bonzini  <bonzini@gnu.org>
9027
9028         PR bootstrap/24297
9029         * Makefile.tpl (do-[+make-target+], do-check, install,
9030         stage[+id+]-bubble, [+compare-target+]): Ensure $$r and $$s
9031         are set before recursing.
9032         * Makefile.in: Regenerate.
9033
9034 2005-10-20  Eric Botcazou  <ebotcazou@adacore.com>
9035
9036         PR bootstrap/18939
9037         * Makefile.def (gcc) <target>: Fix thinko.
9038         * Makefile.in: Regenerate.
9039
9040 2005-10-17  Bernd Schmidt  <bernd.schmidt@analog.com>
9041
9042         * configure.in (bfin-*-*): Use test, not brackets, in if statement.
9043         * configure: Regenerate.
9044
9045 2005-10-15  Jie Zhang  <jie.zhang@analog.com>
9046
9047         * MAINTAINERS (Write After Approval): Add self.
9048
9049 2005-10-08  Kazu Hirata  <kazu@codesourcery.com>
9050
9051         * configure.in (arm-*-linux-gnueabi): Add to noconfigdirs
9052         target-libffi, target-qthreads, target-libjava, and
9053         targetlibobjc.
9054         * configure: Regenerate.
9055
9056 2005-10-06  Daniel Jacobowitz  <dan@codesourcery.com>
9057
9058         * Makefile.def (flags_to_pass): Add OBJDUMP_FOR_TARGET.
9059         * Makefile.tpl (BASE_TARGET_EXPORTS): Add OBJDUMP.
9060         (OBJDUMP_FOR_TARGET, CONFIGURED_OBJDUMP_FOR_TARGET)
9061         (USUAL_OBJDUMP_FOR_TARGET): New.
9062         (EXTRA_TARGET_FLAGS): Add OBJDUMP.
9063         * configure.in: Check for $OBJDUMP_FOR_TARGET.
9064         * configure, Makefile.in: Regenerated.
9065
9066 2005-10-05  Paolo Bonzini  <bonzini@gnu.org>
9067
9068         * Makefile.tpl (all) [gcc-no-bootstrap]: Make prebootstrap packages
9069         before other host packages.
9070
9071 2005-10-05  Kaz Kojima  <kkojima@gcc.gnu.org>
9072
9073         * MAINTAINERS: Add self as sh libraries/configury maintainer.
9074
9075 2005-10-05  Paolo Bonzini  <bonzini@gnu.org>
9076
9077         PR bootstrap/22340
9078
9079         * configure.in (default_target): Remove.
9080         * Makefile.tpl (all): Do not use prerequisites as subroutines
9081         (all) [gcc-bootstrap]: Bootstrap gcc first if it was not done yet.
9082         (do-[+make_target+], check, install, [+bootstrap_target+]): Do not
9083         use prerequisites as subroutines.
9084         (check-host, check-target): New.
9085         (bootstrap configure & all targets): Do not use stage*-start
9086         if the directory layout is already ok.
9087         (non-bootstrap configure & all targets): Prepend a $(unstage).
9088         (stage[+id+]-bubble): Do that here.  Do not use NOTPARALLEL.
9089         (NOTPARALLEL): Remove.
9090         (unstage, stage variables): New variables.
9091         (unstage, stage targets): Simply expand to those variables.
9092
9093         * configure: Regenerate.
9094         * Makefile.in: Regenerate.
9095
9096 2005-10-04  James E Wilson  <wilson@specifix.com>
9097
9098         * Makefile.def (lang_env_dependencies): Add libmudflap.
9099         * Makefile.in: Regenerate.
9100
9101 2005-10-03  Andreas Schwab  <schwab@suse.de>
9102
9103         Backport from libtool CVS:
9104         2002-11-03  Ossama Othman  <ossama@doc.ece.uci.edu>
9105
9106         * ltmain.sh: add support for installing into temporary
9107         staging area (e.g. 'make install DESTDIR=...')
9108
9109 2005-10-03  H.J. Lu  <hongjiu.lu@intel.com>
9110
9111         * configure.in (*-*-darwin*): Build bfd, binutils and opcodes.
9112         * configure: Regenerated.
9113
9114 2005-09-30  Andrew Pinski  <pinskia@physics.uc.edu>
9115
9116         * configure: Regenerate with the correct
9117         autoconf version.
9118
9119 2005-09-30  Catherine Moore  <clm@cm00re.com>
9120
9121         * configure.in (bfin-*-*): New.
9122         * configure: Regenerated.
9123
9124 2005-09-28  Geoffrey Keating  <geoffk@apple.com>
9125
9126         * Makefile.tpl (BASE_TARGET_EXPORTS): Add LIPO, STRIP.
9127         (LIPO_FOR_TARGET): New.
9128         (CONFIGURED_LIPO_FOR_TARGET): New.
9129         (USUAL_LIPO_FOR_TARGET): New.
9130         (STRIP_FOR_TARGET): New.
9131         (CONFIGURED_STRIP_FOR_TARGET): New.
9132         (USUAL_STRIP_FOR_TARGET): New.
9133         * Makefile.def (flags_to_pass): Add LIPO_FOR_TARGET and
9134         STRIP_FOR_TARGET.
9135         * configure.in: Set LIPO_FOR_TARGET, STRIP_FOR_TARGET,
9136         CONFIGURED_LIPO_FOR_TARGET, CONFIGURED_STRIP_FOR_TARGET.
9137         * Makefile.in: Regenerate.
9138         * configure: Regenerate.
9139
9140 2005-09-19  David Edelsohn  <edelsohn@gnu.org>
9141
9142         * configure.in (powerpc-*-aix*): Add target-libssp to noconfigdirs.
9143         (rs6000-*-aix*): Same.
9144         * configure: Regenerate.
9145
9146 2005-09-16  Tom Tromey  <tromey@redhat.com>
9147
9148         * MAINTAINERS: Add self as java maintainer.
9149
9150 2005-09-14  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
9151
9152         * configure.in: Recognize f95 in the --enable-languages option,
9153         and substitute it for fortran, issuing a warning.
9154         * configure: Regenerate.
9155
9156 2005-08-30  Phil Edwards  <phil@codesourcery.com>
9157
9158         * configure.in (*-*-vxworks*):  Add target-libstdc++-v3 to noconfigdirs.
9159         * configure:  Regenerated.
9160
9161 2005-08-22  Aldy Hernandez  <aldyh@redhat.com>
9162
9163         * MAINTAINERS: Add self as ms1 maintainer.
9164
9165 2005-08-20  Richard Earnshaw  <richard.earnshaw@arm.com>
9166
9167         * Makefile.def (libssp): Add to lang_env_dependencies.
9168         * Makefile.in: Regenerate.
9169
9170 2005-08-18  Ian Lance Taylor  <ian@airs.com>
9171
9172         * MAINTAINERS: Add myself as middle-end maintainer.
9173
9174 2005-08-17  Christian Groessler  <chris@groessler.org>
9175
9176         * Makefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash.
9177         * Makefile.in: Regenerate.
9178
9179 2005-08-15  Andreas Krebbel  <krebbel1@de.ibm.com>
9180
9181         * MAINTAINERS (write after approval): Added myself.
9182
9183 2005-08-12  Maciej W. Rozycki  <macro@linux-mips.org>
9184
9185         * MAINTAINERS (Write After Approval): Add myself.
9186
9187 2005-08-12  Paolo Bonzini  <bonzini@gnu.org>
9188
9189         * configure.in: Replace NCN_STRICT_CHECK_TOOL with
9190         NCN_STRICT_CHECK_TOOLS, and likewise for NCN_STRICT_CHECK_TARGET_TOOLS.
9191         Look for alternate names of the target cc and c++
9192         * configure: Regenerate.
9193
9194 2005-08-08  Paolo Bonzini  <bonzini@gnu.org>
9195
9196         * configure.in (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
9197         GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Find
9198         them with NCN_STRICT_CHECK_TARGET_TOOL, like the other target
9199         tools; remove code to manually set them.
9200         (Target tools): Look in the environment for them.
9201         * Makefile.tpl (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
9202         GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Redefine.
9203         (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): Look into gcc
9204         build directory.
9205         (CONFIGURED_CC_FOR_TARGET, CONFIGURED_CXX_FOR_TARGET,
9206         CONFIGURED_GCJ_FOR_TARGET, CONFIGURED_GCC_FOR_TARGET,
9207         CONFIGURED_GFORTRAN_FOR_TARGET, USUAL_CC_FOR_TARGET,
9208         USUAL_CXX_FOR_TARGET, USUAL_GCJ_FOR_TARGET, USUAL_GCC_FOR_TARGET,
9209         USUAL_RAW_CXX_FOR_TARGET, USUAL_GFORTRAN_FOR_TARGET): New.
9210         (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE,
9211         RAW_CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS): Delete.
9212         * configure: Regenerate.
9213         * Makefile.in: Regenerate.
9214
9215 2005-07-28  Ben Elliston  <bje@au.ibm.com>
9216
9217         * MAINTAINERS: Update for removed CPU targets.
9218
9219 2005-07-27  Mark Mitchell  <mark@codesourcery.com>
9220
9221         * Makefile.tpl (EXTRA_TARGET_FLAGS): Set LDFLAGS=LDFLAGS_FOR_TARGET.
9222         * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_TARGET.
9223         * Makefile.in: Regenerated.
9224
9225 2005-07-26  Mark Mitchell  <mark@codesourcery.com>
9226
9227         * Makefile.tpl (SYSROOT_CFLAGS_FOR_TARGET): New variable.
9228         (CFLAGS_FOR_TARGET): Use it.
9229         (CXXFLAGS_FOR_TARGET): Likewise.
9230         * Makefile.in: Regenerated.
9231         * configure.in (--with-build-sysroot): New option.
9232         * configure: Regenerated.
9233
9234 2005-07-24  Paolo Bonzini  <bonzini@gnu.org>
9235
9236         * Makefile.tpl: Wrap install between unstage and stage
9237         * Makefile.in: Regenerate.
9238
9239 2005-07-21  Eric Christopher  <echristo@apple.com>
9240
9241         * MAINTAINERS: Update affiliation.
9242
9243 2005-07-21  Paul Woegerer  <paul.woegerer@nsc.com>
9244
9245         * MAINTAINERS: Add self as crx port maintainer.
9246
9247 2005-07-20  DJ Delorie  <dj@redhat.com>
9248
9249         * MAINTAINERS: Add self as m32c maintainer.
9250
9251 2005-07-16  Kelley Cook  <kcook@gcc.gnu.org>
9252
9253         * all files: Update FSF address.
9254
9255 2005-07-15  Eric Christopher  <echristo@redhat.com>
9256
9257         * MAINTAINERS: Change affiliation.
9258
9259 2005-07-14  Jim Blandy  <jimb@redhat.com>
9260
9261         * configure.in: Add cases for Renesas m32c.
9262         * configure: Regenerated.
9263
9264 2005-07-14  Kelley Cook  <kcook@gcc.gnu.org>
9265
9266         * COPYING.LIB: Update from fsf.org.
9267
9268 2005-07-14  Kelley Cook  <kcook@gcc.gnu.org>
9269
9270         * COPYING, compile, config.guess,
9271         config.sub, install-sh, missing, mkinstalldirs,
9272         symlink-tree, ylwrap: Sync from upstream sources.
9273         * config-ml.in: Update FSF address.
9274
9275 2005-07-13  Eric Christopher  <echristo@redhat.com>
9276
9277         * configure.in: Add toplevel noconfigdir support for tpf.
9278         * configure: Regenerate.
9279
9280 2005-07-11  Paolo Bonzini  <bonzini@gnu.org>
9281
9282         PR ada/22340
9283
9284         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Fix pasto.
9285         * Makefile.in: Regenerate.
9286
9287 2005-07-07  Mark Mitchell  <mark@codesourcery.com>
9288
9289         * MAINTAINERS: Remove Dave Brolley as a cpplib maintainer.  Add Dave
9290         Brolley to write-after-approval.
9291
9292 2005-07-07  Andreas Schwab  <schwab@suse.de>
9293
9294         * Makefile.def (flags_to_pass): Add CFLAGS_FOR_BUILD.
9295         * Makefile.tpl (EXTRA_GCC_FLAGS): Don't pass CFLAGS_FOR_BUILD here.
9296         * Makefile.in: Regenerated.
9297
9298 2005-07-06  Geoffrey Keating  <geoffk@apple.com>
9299
9300         * configure.in: Don't build sim or rda when targetting darwin.
9301         * configure: Regenerate.
9302
9303 2005-07-06  Kazu Hirata  <kazu@codesourcery.com>
9304
9305         * configure.in: Add --enable-libssp and --disable-libssp.
9306         * configure: Regenerate with autoconf-2.13.
9307
9308 2005-07-02  Jakub Jelinek  <jakub@redhat.com>
9309
9310         * Makefile.def (target_modules): Add libssp.
9311         * configure.in (target_libraries): Add target-libssp.
9312         * configure: Rebuilt.
9313         * Makefile.in: Rebuilt.
9314
9315 2005-07-01  Zack Weinberg  <zackw@panix.com>
9316
9317         * MAINTAINERS: Change email address.  Resign from maintainership.
9318
9319 2005-07-01  Richard Guenther  <rguenther@suse.de>
9320
9321         * MAINTAINERS: Change my e-mail address and affiliation.
9322
9323 2005-06-22  Paolo Bonzini  <bonzini@gnu.org>
9324
9325         * Makefile.def (stagefeedback): Come after profile.
9326         Define profiledbootstrap target.
9327         * Makefile.tpl (profiledbootstrap): Remove.
9328         (stageprofile-end): Zap stagefeedback.
9329         (stagefeedback-start): Copy all .gcda files, not only GCC's.
9330         * Makefile.in: Regenerate.
9331
9332 2005-06-13  Richard Sandiford  <richard@codesourcery.com>
9333
9334         * MAINTAINERS: Update my email address.
9335
9336 2005-06-13  Zack Weinberg  <zack@codesourcery.com>
9337
9338         * depcomp: Update from automake CVS.  Add 'ia64hp' stanza.
9339         In 'cpp' stanza, support '#line' as well as '# '.
9340
9341 2005-06-08  Andreas Schwab  <schwab@suse.de>
9342
9343         * MAINTAINERS: Move myself from 'Write After Approval' to
9344         'CPU Port Maintainers' section as m68k maintainer.
9345
9346 2005-06-07  Hans-Peter Nilsson  <hp@axis.com>
9347
9348         * configure.in (unsupported_languages): New macro.
9349         <mmix-knuth-mmixware>: Set unsupported_languages.  Name explicit
9350         non-ported target libraries in noconfigdirs.
9351         <cris-*, crisv32-*> Ditto, except for non-aout, non-elf,
9352         non-linux-gnu.  Remove libgcj_ex_libffi.
9353         <lang_frag loop>: Set add_this_lang=no if the language is in
9354         unsupported_languages.
9355         * configure: Regenerate.
9356
9357 2005-06-04  Tobias Schl"uter  <tobias.schlueter@physik.uni-muenchen.de>
9358
9359         * configure.in: Fix typo in handling of --with-mpfr-dir.
9360         * configure: Regenerate.
9361
9362 2005-06-04  Richard Sandiford  <rsandifo@nildram.co.uk>
9363
9364         * MAINTAINERS: Update my email address.
9365
9366 2005-06-02  Jim Blandy  <jimb@redhat.com>
9367
9368         * config.sub: Add cases for the Renesas m32c.  (This patch has been
9369         accepted into the master sources.)
9370
9371 2005-06-02  Aldy Hernandez  <aldyh@redhat.com>
9372             Michael Snyder  <msnyder@redhat.com>
9373             Stan Cox  <scox@redhat.com>
9374
9375         * configure.in: Set noconfigdirs for ms1.
9376
9377         * configure: Regenerate.
9378
9379 2005-06-01  Jerry DeLisle  <jvdelisle@verizon.net>
9380
9381         * MAINTAINERS (Write After Approval): Add self.
9382
9383 2005-06-01  Josh Conner  <jconner@apple.com>
9384
9385         * MAINTAINERS (Write After Approval): Add self.
9386
9387 2005-06-01  Kazu Hirata  <kazu@codesourcery.com>
9388
9389         * MAINTAINERS: Update my email address.
9390
9391 2005-05-27  Ziga Mahkovec  <ziga.mahkovec@klika.si>
9392
9393         * MAINTAINERS (Write After Approval): Add self.
9394
9395 2005-05-26  Chris Demetriou  <cgd@broadcom.com>
9396
9397         * MAINTAINERS (Write After Approval): Remove self.
9398
9399 2005-05-25  Paolo Bonzini  <bonzini@gnu.org>
9400
9401         * Makefile.tpl (stage[+id+]-start): Iterate over target module as well.
9402         (Dependencies): Consider target modules for bootstrap dependencies.
9403         Make target bootstrap modules depend on each stage's gcc.
9404         * Makefile.in: Regenerate.
9405
9406 2005-05-20  Paolo Bonzini  <bonzini@gnu.org>
9407
9408         * Makefile.def (configure-gcc): Depend on binutils having been built.
9409         (all-gcc): No need to do it here.
9410         * Makefile.in: Regenerate.
9411
9412 2005-05-19  Paul Brook  <paul@codesourcery.com>
9413
9414         * configure.in: Rewrite misleading error message when requested
9415         language cannot be built.
9416         * configure: Regenerate.
9417
9418 2005-05-15  Daniel Jacobowitz  <dan@codesourcery.com>
9419
9420         * ylwrap: Import from Automake 1.9.5.
9421
9422 2005-05-13  David Ung  <davidu@mips.com>
9423
9424         * MAINTAINERS (Write After Approval): Add self.
9425
9426 2005-05-09  Mike Stump  <mrs@apple.com>
9427
9428         * libtool.m4 (AC_LIBTOOL_SYS_MAX_CMD_LEN): Use quotes on
9429         lt_cv_sys_max_cmd_len for now.
9430
9431 2005-05-09  Stan Cox  <scox@redhat.com>
9432
9433         * MAINTAINERS: Remove self, add Nick Clifton as iq2000 maintainer.
9434
9435 2005-05-08  Matt Kraai  <kraai@ftbfs.org>
9436
9437         * README.SCO: Update the URL.
9438
9439 2005-05-05  David Edelsohn  <edelsohn@gnu.org>
9440
9441         * ltconfig: Define file_list_spec.  Pass file_list_spec and
9442         with_gnu_ld to libtool.
9443         * ltcf-c.sh (aix[45]): Define file_list_spec.
9444         * ltcf-cxx.sh (aix[45]): Same.
9445         * ltcf-gcj.sh (aix[45]): Same.
9446         * ltmain.sh: If command exceeds max_cmd_len and file_list_spec
9447         exists, write list of input files to temporary file.
9448
9449 2005-05-04  Mike Stump  <mrs@apple.com>
9450
9451         * configure.in: Always pass --target to target configures as
9452         otherwise rebuilds that do --recheck will fail.
9453         * confiugure: Rebuilt.
9454
9455 2005-05-04  Paolo Bonzini  <bonzini@gnu.org>
9456
9457         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Rename from
9458         STAGE_HOST_EXPORTS.
9459         (configure, all): Add bootstrap support.
9460         (Host modules, target modules): Pass post-stage1 flags and exports.
9461         (Top-level bootstrap): Remove bootstrap rules, expanded elsewhere.
9462         * Makefile.in: Regenerate.
9463
9464 2005-04-29  Paolo Bonzini  <bonzini@gnu.org>
9465
9466         * configure: Regenerate.
9467
9468 2005-04-27  Mike Stump  <mrs@apple.com>
9469
9470         * MAINTAINERS: Add self as darwin maintainer.
9471
9472 2005-04-22  Bernd Schmidt  <bernd.schmidt@analog.com>
9473
9474         * config.sub: Update from master copy.
9475
9476 2005-04-21  Mike Stump  <mrs@apple.com>
9477
9478         * MAINTAINERS: Add self as Objective-C/Objective-C++ maintainer.
9479         * MAINTAINERS: Add Zem as Objective-C++ maintainer.
9480
9481 2005-04-19  Hans-Peter Nilsson  <hp@axis.com>
9482
9483         * configure.in <crisv32-*-*, cris-*-*>: New local variable
9484         libgcj_ex_libffi.  Have specific match for *-*-linux*.  Separate
9485         matches for "*-*-aout" and "*-*-elf".  Don't disable libffi for
9486         "*-*-elf" and "*-*-linux*".
9487         * configure: Regenerate.
9488
9489 2005-04-14  Joseph S. Myers  <joseph@codesourcery.com>
9490
9491         * MAINTAINERS (Various Maintainers): Add self as i18n maintainer.
9492
9493 2005-04-12  Mike Stump  <mrs@apple.com>
9494
9495         * libtool.m4: Update AC_LIBTOOL_SYS_MAX_CMD_LEN bits from upstream.
9496
9497 2005-04-04  Thomas Koenig  <Thomas.Koenig@online.de>
9498
9499         * MAINTAINERS (Write After Approval): Add myself.
9500
9501 2005-04-07  Bernd Schmidt  <bernd.schmidt@analog.com>
9502
9503         * MAINTAINERS (Port Maintainers): Add self for Blackfin.
9504
9505 2005-04-06  Paolo Bonzini  <bonzini@gnu.org>
9506
9507         * Makefile.tpl (BUILD_CONFIGARGS): Include --with-build-subdir.
9508         (TARGET_CONFIGARGS): Include --with-target-subdir.
9509         (configure, all): New macros.  Use them throughout.
9510         * Makefile.in: Regenerate.
9511
9512 2005-04-04  Jon Grimm  <jgrimm2@us.ibm.com>
9513
9514         * MAINTAINERS (Write After Approval): Add myself.
9515
9516 2005-03-31  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
9517
9518         * MAINTAINERS: Remove 'loop unrolling' maintainer.
9519
9520 2005-03-30  Gerald Pfeifer  <gerald@pfeifer.com>
9521
9522         * MAINTAINERS: Move John Carr to Write After Approval.
9523
9524 2005-03-30  J"orn Rennecke  <joern.rennecke@st.com>
9525
9526         * config/mh-mingw32: Delete.
9527         * configure.in: Don't use it.
9528         * configure: Regenerate.
9529
9530 2005-03-31  Paolo Bonzini  <bonzini@gnu.org>
9531
9532         * Makefile.def (bfd, opcodes, libstdc++-v3, libmudflap): Set lib_path.
9533         * Makefile.tpl (SET_LIB_PATH, REALLY_SET_LIB_PATH): Remove.
9534         (HOST_EXPORTS, STAGE_HOST_EXPORTS, TARGET_EXPORTS): Set RPATH_ENVVAR.
9535         (HOST_LIB_PATH): Generate from Makefile.def.
9536         (TARGET_LIB_PATH): Likewise.
9537         (Old bootstrap targets): Include TARGET_LIB_PATH into RPATH_ENVVAR.
9538         * Makefile.in: Regenerate.
9539         * configure.in (set_lib_path, SET_LIB_PATH, SET_GCC_LIB_PATH): Remove.
9540         (RPATH_ENVVAR): Include Darwin case.
9541         * configure: Regenerate.
9542
9543 2005-03-29  Thomas Fitzsimmons  <fitzsim@redhat.com>
9544
9545         * MAINTAINERS (Various Maintainers): Remove self.
9546         (Write After Approval): Add self.
9547
9548 2005-03-26  Thomas Fitzsimmons  <fitzsim@redhat.com>
9549
9550         * MAINTAINERS (Various Maintainers): Add self.
9551
9552 2005-03-25  Paolo Bonzini  <bonzini@gnu.org>
9553
9554         * configure.in (RPATH_ENVVAR): Set to DYLD_LIBRARY_PATH on Darwin.
9555         * configure: Regenerate.
9556
9557 2005-03-21  Zack Weinberg  <zack@codesourcery.com>
9558
9559         * Makefile.def: Remove libstdcxx_incdir, libsubdir, gxx_include_dir,
9560         gcc_version, and gcc_version_trigger from set of flags to pass.
9561         * Makefile.tpl: Remove definitions of above variables.
9562         (config.status): Remove dependency on $(gcc_version_trigger).
9563         * Makefile.in: Regenerate.
9564         * configure.in: Do not reference config/gcc-version.m4 nor
9565         config/gxx-include-dir.m4.  Do not invoke TL_AC_GCC_VERSION nor
9566         TL_AC_GXX_INCLUDE_DIR.  Do not set gcc_version_trigger.
9567         * configure: Regenerate.
9568
9569 2005-03-16  Manfred Hollstein  <manfred.h@gmx.net>
9570             Andrew Pinski  <pinskia@physics.uc.edu>
9571
9572         * Makefile.tpl (check-[+module+]): Fix shell statement inside if ... fi.
9573         * Makefile.in: Regenerate.
9574
9575 2005-03-13  Feng Wang  <fengwang@nudt.edu.cn>
9576
9577         * MAINTAINERS (Write After Approval): Add myself.
9578
9579 2005-03-03  David Ayers  <d.ayers@inode.at>
9580
9581         * MAINTAINERS (Write After Approval): Add myself.
9582
9583 2005-03-01  Alexandre Oliva  <aoliva@redhat.com>
9584
9585         PR libgcj/20160
9586         * ltmain.sh: Avoid creating archives with components that have
9587         duplicate basenames.
9588
9589 2005-02-28  Andrew Pinski  <pinskia@physics.uc.edu>
9590
9591         PR bootstrap/20250
9592         * Makefile.tpl (HOST target installs): Fix copy and pasto, use install
9593         instead of check.
9594         * Makefile.in: Regenerate.
9595
9596 2005-02-28  Paolo Bonzini  <bonzini@gnu.org>
9597
9598         * Makefile.in: Regenerate to fix conflict between the previous two
9599         patches.
9600
9601 2005-02-28  Paolo Bonzini  <bonzini@gnu.org>
9602
9603         PR bootstrap/17383
9604         * Makefile.def (target_modules): Remove "stage", now unnecessary.
9605         * Makefile.tpl (HOST_SUBDIR): New substitution.
9606         (STAGE_HOST_EXPORTS, EXPECT, HOST_LIB_PATH, USUAL_AR_FOR_TARGET,
9607         USUAL_AS_FOR_TARGET, USUAL_DLLTOOL_FOR_TARGET, USUAL_GCC_FOR_TARGET,
9608         USUAL_LD_FOR_TARGET, USUAL_NM_FOR_TARGET, USUAL_OBJDUMP_FOR_TARGET,
9609         USUAL_RANLIB_FOR_TARGET, USUAL_WINDRES_FOR_TARGET): Use it.
9610         (Host modules, Bootstrapped modules): Use it.
9611         (Build modules, Target modules): Do not create symlink trees,
9612         always configure out-of-srcdir.
9613         (distclean): Try removing $(host_subdir) with rm before using rm -rf.
9614         * configure.in (FLAGS_FOR_TARGET, CC_FOR_TARGET, GCJ_FOR_TARGET,
9615         GFORTRAN_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET): Use
9616         $(HOST_SUBDIR).  Create a symlink for host_subdir.
9617
9618         * Makefile.in: Regenerate.
9619         * configure: Regenerate.
9620
9621 2005-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
9622
9623         Merged from libada-gnattools-branch:
9624         2004-11-28  Nathanael Nerode  <neroden@gcc.gnu.org>
9625
9626         * gnattools: New directory.
9627         * Makefile.def: Add gnattools as a module, depending on target-libada.
9628         * Makefile.in: Regenerate.
9629         * configure.in: Include gnattools in host_tools; disable it if ada
9630         is disabled.
9631         * configure: Regenerate.
9632
9633 2005-02-24  James A. Morrison  <phython@gcc.gnu.org>
9634
9635         * MAINTAINERS (Language Front Ends Maintainers): Add myself as
9636         treelang maintainer.
9637         (Write After Approval): Remove myself.
9638
9639 2005-02-23  Paul Schlie  <schlie@comcast.net>
9640
9641         * configure.in: Allow darwin targeted ports to build tk, itcl and
9642         libgui.
9643         * configure: Regenerate.
9644
9645 2005-02-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
9646
9647         PR libgcj/10353
9648         * configure.in (noconfigdirs) <sparc-*-solaris2.[0-6]>: Add libgcj.
9649         * configure: Regenerate.
9650
9651 2005-02-18  Steven G. Kargl  <kargl@gcc.gnu.org>
9652
9653         * MAINTAINERS (Write After Approval): Add myself.
9654
9655 2005-02-10  Ian Lance Taylor  <ian@airs.com>
9656
9657         * MAINTAINERS: Update my e-mail address.
9658
9659 2005-02-02  Richard Guenther  <rguenth@gcc.gnu.org>
9660
9661         * MAINTAINERS (Write After Approval): Add myself.
9662
9663 2005-01-29  Hans-Peter Nilsson  <hp@axis.com>
9664
9665         * configure.in (noconfigdirs) <crisv32-*-*>: Match like cris-*-*.
9666         <crisv32-*-*, cris-*-*>: Only disable target-newlib and
9667         target-libgloss when not *-*-elf and *-*-aout.
9668         * configure: Regenerate.
9669
9670 2005-01-23  Kazu Hirata  <kazu@cs.umass.edu>
9671
9672         * MAINTAINERS: Remove obsolete entries.
9673
9674         * MAINTAINERS (Write After Approval): Add Michael Matz.
9675
9676 2005-01-19  Neil Booth  <neil@daikokuya.co.uk>
9677
9678         * MAINTAINERS: Remove self as cpplib maintainer.
9679
9680 2005-01-17  Kelley Cook  <kcook@gcc.gnu.org>
9681
9682         * install-sh, config.sub: Import from upstream.
9683
9684 2005-01-17  Kelley Cook  <kcook@gcc.gnu.org>
9685
9686         PR bootstrap/18222
9687         * Makefile.def: Pass CPPFLAGS_FOR_TARGET.
9688         * Makefile.tpl: Define target CPPFLAGS on CPPFLAGS_FOR_TARGET.
9689         * Makefile.in: Regenerate.
9690
9691 2005-01-16  Jason Thorpe  <thorpej@netbsd.org>
9692
9693         * MAINTAINERS: Update my email address.
9694
9695 2005-01-12  David Edelsohn  <edelsohn@gnu.org>
9696             Andreas Schwab  <schwab@suse.de>
9697
9698         PR bootstrap/18033
9699         * config-ml.in: Eval option if surrounded by single quotes.
9700
9701 2005-01-03  Paolo Bonzini  <bonzini@gnu.org>
9702
9703         Revert 2004-12-28 Makefile changes, a better fix will be
9704         applied to mainline and src after GCC 4.0 branches.
9705
9706 2004-12-28  Paolo Bonzini  <bonzini@gnu.org>
9707
9708         PR bootstrap/17383
9709
9710         * Makefile.def (target_modules): Remove stage parameter,
9711         it is always true now.
9712         * Makefile.tpl (configure-build-[+module+],
9713         configure-target-[+module+]): Always build symlink tree
9714         for the directory and for include.  BUILD_SUBDIR and
9715         TARGET_SUBDIR cannot be . anymore.
9716         * Makefile.in: Regenerate.
9717
9718 2004-12-25  David Edelsohn  <edelsohn@gnu.org>
9719
9720         Revert 2004-12-08 Makefile changes.
9721
9722 2004-12-17  Danny Smith  <dannysmith@users.sourceforge.net>
9723
9724         * MAINTAINERS: Move myself to OS Port Maintainers for windows,
9725         cygwin, mingw.
9726
9727 2004-12-16  Andrew Stubbs  <andrew.stubbs@st.com>
9728
9729         * configure.in (sh64-*-*): Reenable gprof.
9730         * configure: Regenerate.
9731
9732 2004-12-08  David Edelsohn  <edelsohn@gnu.org>
9733
9734         * Makefile.def (flags_to_pass): Add PICFLAG_FOR_TARGET.
9735         * Makefile.tpl (EXTRA_HOST_FLAGS): Add PICFLAG.
9736         (EXTRA_TARGET_FLAGS): Add PICFLAG.
9737         * Makefile.in: Regenerate.
9738
9739 2004-12-08  Christopher Faylor  <cgf@gcc.gnu.org>
9740
9741         * MAINTAINERS: Update my email address.
9742
9743 2004-12-07  Matt Kraai  <kraai@ftbfs.org>
9744
9745         * Makefile.tpl: Generate normal dependencies if the LHS module is
9746         not bootstrapped.
9747         * Makefile.in: Regenerate.
9748
9749 2004-12-03  Richard Sandiford  <rsandifo@redhat.com>
9750
9751         * configure.in: Include config/gxx-include-dir.m4.  Use
9752         TL_AC_GXX_INCLUDE_DIR.  Remove some now-redundant AC_SUBSTs.
9753         * configure: Regenerate.
9754
9755 2004-12-03  Richard Sandiford  <rsandifo@redhat.com>
9756
9757         * config.if: Delete.
9758         * configure.in: Set libstdcxx_incdir directly.
9759         * configure: Regenerate.
9760
9761 2004-12-02  Eric Christopher  <echristo@redhat.com>
9762
9763         * Makefile.tpl (clean-target-libgcc): Make change in correct place.
9764         * Makefile.in: Regenerate.
9765
9766 2004-12-02  Richard Sandiford  <rsandifo@redhat.com>
9767
9768         * configure.in: Clear gcc_version_trigger if the file doesn't exist.
9769         * configure: Regenerate.
9770
9771 2004-12-02  Richard Sandiford  <rsandifo@redhat.com>
9772
9773         * configure.in: Include config/gcc-version.m4.  Use TL_AC_GCC_VERSION
9774         to set gcc_version_trigger.  Remove some now-redundant AC_SUBSTs.
9775         * configure: Regenerate.
9776
9777 2004-12-01  Eric Christopher  <echristo@redhat.com>
9778
9779         * Makefile.in (clean-target-libgcc): Add stmp-dirs to list
9780         of things to remove.
9781
9782 2004-11-29  Matt Kraai  <kraai@ftbfs.org>
9783
9784         * MAINTAINERS (Write After Approval): Update my e-mail address.
9785
9786 2004-11-29  Kelley Cook  <kcook@gcc.gnu.org>
9787
9788         * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Re-import linux-gnu case
9789         from CVS libtool to always pass_all.
9790
9791 2004-11-25  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
9792
9793         * configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs.
9794         (hppa*64*-*-*): Delete incorrect comment.
9795         * configure: Rebuilt.
9796
9797 2004-11-24  Kelley Cook  <kcook@gcc.gnu.org>
9798
9799         * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Revert previous change.
9800
9801 2004-11-24  Kelley Cook  <kcook@gcc.gnu.org>
9802
9803         * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Import linux-gnu case
9804         from CVS libtool to always pass_all.
9805
9806 2004-11-15  Kelley Cook  <kcook@gcc.gnu.org>
9807
9808         * install-sh, compile: Import from automake.
9809
9810 2004-11-15  Kelley Cook  <kcook@gcc.gnu.org>
9811
9812         * config.guess, config.sub:  Import from savannnah.
9813
9814 2004-11-12  Scott Robert Ladd  <scott.ladd@coyotegulch.com>
9815
9816         * MAINTAINERS (Write After Approval): Add myself
9817
9818 2004-11-12  Mike Stump  <mrs@apple.com>
9819
9820         * Makefile.def: Add html support.
9821         * Makefile.tpl: Likewise.
9822         * Makefile.in: Regenerate.
9823
9824 2004-11-11  Geoffrey Keating  <geoffk@apple.com>
9825
9826         PR 18423
9827         * configure.in: Remove all instances of build-fixincludes from
9828         noconfigdirs.
9829         (build_configargs): Supply --target to subdirectories.
9830         * configure: Regenerate.
9831
9832         * Makefile.def: Make gcc install depend on fixincludes install.
9833         * Makefile.in: Regenerate.
9834
9835 2004-11-10  Janis Johnson  <janis187@us.ibm.com>
9836
9837         * MAINTAINERS: Add myself as gcc testsuite maintainer.
9838
9839 2004-11-11  Paul Brook  <paul@codesourcery.com>
9840
9841         * MAINTAINERS: Add self as arm maintainer.  Update email address.
9842
9843 2004-11-08  Hans-Peter Nilsson  <hp@bitrange.com>
9844
9845         * configure.in (noconfigdirs) [mmix-*-*]: Disable
9846         target-libgfortran.
9847         * configure: Regenerate.
9848
9849 2004-11-07  David Edelsohn  <edelsohn@gnu.org>
9850
9851         * config-ml.in: Pass FCFLAGS for multilibs, handle GFORTRAN
9852         like CC.
9853
9854 2004-11-05  Paolo Bonzini  <bonzini@gnu.org>
9855
9856         * Makefile.def (host fixincludes): Specify missing targets.
9857         * Makefile.in: Regenerate.
9858
9859 2004-11-05  Ralf Corsepius  <ralf.corsepius@rtems.org>
9860
9861         * MAINTAINERS: Add myself
9862
9863 2004-11-05  Gabor Loki  <loki@inf.u-szeged.hu>
9864
9865         * MAINTAINERS (Write After Approval): Add myself.
9866
9867 2004-11-04  Geoffrey Keating  <geoffk@apple.com>
9868
9869         * Makefile.def: Build fixincludes for the host, too.
9870         * Makefile.in: Regenerate.
9871         * configure.in (host_tools): Add fixincludes.
9872         * configure: Regenerate.
9873
9874 2004-11-04  Daniel Jacobowitz  <dan@debian.org>
9875
9876         * configure.in (arm-*-oabi*, thumb-*-oabi*): Remove.
9877         * configure: Regenerated.
9878
9879 2004-11-04  H.J. Lu  <hongjiu.lu@intel.com>
9880
9881         PR other/17783
9882         * configure.in: Set up LD_LIBRARY_PATH by default for gcc.
9883         * configure: Regenerated.
9884
9885 2004-10-31  Mark Mitchell  <mark@codesourcery.com>
9886
9887         * README.SCO: Update per FSF instructions.
9888
9889 2004-10-28  Eric B. Weddington  <ericw@evcohs.com>
9890
9891         PR target/18151
9892         * configure.in (case ${target}): Do not build fixincludes for avr.
9893         * configure: Regenerated.
9894
9895 2004-10-26  Paolo Bonzini  <bonzini@gnu.org>
9896
9897         * configure.in (case ${target}): Do not build fixincludes
9898         on platforms where it is not used.
9899         * configure: Regenerated.
9900
9901 2004-10-23  Daniel Jacobowitz  <dan@debian.org>
9902
9903         * configure.in: Use an absolute path to install-sh.
9904         * configure: Regenerated.
9905
9906 2004-10-19  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
9907
9908         * MAINTAINERS (Write After Approval): Add myself.
9909
9910 2004-10-19  Kazu Hirata  <kazu@cs.umass.edu>
9911
9912         * MAINTAINERS: Remove from Write After Approval those that are
9913         already maintainers.
9914
9915 2004-10-19  Sebastian Pop  <pop@cri.ensmp.fr>
9916
9917         * MAINTAINERS:  Update my email address.
9918
9919 2004-10-12  Kelley Cook  <kcook@gcc.gnu.org>
9920
9921         * configure.in (*-*-cygwin*): Supress warning if newlib not present.
9922         * configure: Regenerate.
9923
9924 2004-10-07  J"orn Rennecke  <joern.rennecke@st.com>
9925
9926         * MAINTAINERS:  Update my email address.
9927
9928 2004-10-07  Kazu Hirata  <kazu@cs.umass.edu>
9929
9930         * MAINTAINERS (Language Front Ends Maintainers): New.  Move
9931         entries belonging to this category.
9932
9933 2004-10-06  Josef Zlomek  <josef.zlomek@email.cz>
9934
9935         * MAINTAINERS: Update my e-mail address.
9936
9937 2004-10-06  Paolo Bonzini  <bonzini@gnu.org>
9938
9939         Fix wrong conflict resolution in:
9940
9941         2004-08-16  Paolo Bonzini  <bonzini@gnu.org>
9942
9943         * Makefile.in: Regenerate.
9944         * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
9945         in the recursive `make', instead of hardwiring `all'.
9946         (Autogenerated TARGET-* variables): New.
9947
9948 2004-10-05  Tomer Levi  <Tomer.Levi@nsc.com>
9949
9950         * configure.in: Enable target-libgloss for crx-*-*.
9951         * configure: Regenerate.
9952
9953 2004-10-04  Kazu Hirata  <kazu@cs.umass.edu>
9954
9955         * MAINTAINERS (Various Maintainers): Move the "windows,
9956         cygwin, mingw" maintainer to ...
9957         (OS Port Maintainers): ... here.
9958
9959 2004-10-04  Kazu Hirata  <kazu@cs.umass.edu>
9960
9961         * MAINTAINERS (Write After Approval): Remove those that are
9962         maintainers of some subsystem.
9963
9964 2004-10-02  P.J. Darcy  <darcypj@us.ibm.com>
9965
9966         * ltcf-c.sh (tpf*): Add ld_shlibs=yes.
9967         * ltcf-cxx.sh (tpf*): Likewise.
9968         * ltconfig (tpf*): Add TPF OS configuration support.
9969
9970 2004-10-01  Bernd Schmidt  <bernds_cb1@t-online.de>
9971
9972         * MAINTAINERS: Change my email address to my new work account.
9973
9974 2004-09-24  Michael Roth  <mroth@nessie.de>
9975
9976         * configure.in (--without-headers): Add missing double quotes.
9977         * configure: Regenerate.
9978
9979 2004-09-24  Kelley Cook  <kcook@gcc.gnu.org>
9980
9981         * ylwrap: Revert to previous version.
9982
9983 2004-09-23  H.J. Lu  <hongjiu.lu@intel.com>
9984
9985         PR bootstrap/17369
9986         * Makefile.tpl (REALLY_SET_LIB_PATH): Add @SET_GCC_LIB_PATH@.
9987         (HOST_EXPORTS]): Add @SET_GCC_LIB_PATH@. Set and export
9988         SET_GCC_LIB_PATH_CMD.
9989         (BASE_TARGET_EXPORTS): Likewise.
9990         * Makefile.in: Regenerated.
9991
9992         * configure.in (SET_GCC_LIB_PATH): Set and substitute.
9993         * configure: Regenerated.
9994
9995 2004-09-23  Kelley Cook  <kcook@gcc.gnu.org>
9996
9997         * config.guess: New upstream version
9998         * compile, depcomp, install-sh, ylwrap: Likewise.
9999
10000 2004-09-19  Roger Sayle  <roger@eyesopen.com>
10001
10002         * config/mh-x86omitfp: New host makefile fragment.  Add
10003         -fomit-frame-pointer to the default BOOT_CFLAGS.
10004         * configure.in: Use it to speed up bootstrap on some IA-32 hosts.
10005         * configure: Regenerate.
10006
10007 2004-09-15  Andrew Pinski  <pinskia@physics.uc.edu>
10008
10009         PR target/11572
10010         * configure.in (*-*-darwin*): Renable libobjc.
10011         * configure: Regenerate.
10012
10013 2004-09-10  Nathan Sidwell  <nathan@codesourcery.com>
10014
10015         * MAINTAINERS: Add self as c++ and type-safe vector maintainer.
10016
10017 2004-09-09  Daniel Berlin  <dberlin@dberlin.org>
10018
10019         * Makefile.def: Remove libbanshee.
10020         * Makefile.tpl: Ditto.
10021         * configure.in: Ditto.
10022         * Makefile.in: Regen.
10023         * configure: Ditto.
10024
10025 2004-09-08  David Edelsohn  <edelsohn@gnu.org>
10026
10027         * ltmain.sh: Use $pic_object as $non_pic_object if
10028         $non_pic_object=none.
10029
10030 2004-09-07  Paolo Bonzini  <bonzini@gnu.org>
10031
10032         * missing: Import latest version from master repository.
10033
10034 2004-09-06  Nick Clifton  <nickc@redhat.com>
10035
10036         * config.sub: Import latest version from master repository.
10037         * config.guess: Likewise.
10038         This includes these changes:
10039
10040         2004-08-27  Hans-Peter Nilsson  <hp@axis.com>
10041
10042         * config.sub: Handle crisv32, alias etraxfs.
10043         * config.guess (crisv32:Linux:*:*): Handle.
10044
10045         2004-08-13  Brad Smith  <brad@comstyle.com>
10046
10047         * config.guess (*:OpenBSD:*:*): Remove defunct MIPS machines.
10048         (sgi:OpenBSD:*:*): Emit mips64, not mipseb.
10049
10050         2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
10051
10052         * config.guess (*:Darwin:*:*): If uname -p reports "unknown",
10053         assume the processor is a powerpc.  This is because coreutils
10054         uname (at least versions 4.5.7 through 5.2.1) outputs "unknown"
10055         in this case, due to a MacOS X bug that causes
10056         sysctl ((int[]) {CTL_HW, HW_MACHINE_ARCH}, 2, buffer, &bufsize, 0, 0)
10057         to return a negative number.
10058         Problem reported by Petter Reinholdtsen in:
10059         http://lists.gnu.org/archive/html/bug-gnu-utils/2003-02/msg00201.html
10060
10061         2004-07-19  Ben Elliston  <bje@gnu.org>
10062
10063         * config.guess (S7501:*:4.0:3.0): Handle NCR System V UNIX machine.
10064
10065         2004-06-24  Ben Elliston  <bje@gnu.org>
10066
10067         * config.guess: Update copyright years.
10068         * config.sub: Likewise.
10069
10070         2004-06-22  Robert Millan  <robertmh@gnu.org>
10071
10072         * config.guess (*:FreeBSD:*:*): Remove check for glibc (unneeded
10073         since GNU/kFreeBSD systems match *:GNU/*:*:* instead).
10074
10075         2004-06-22  Stanley F. Quayle <stan@stanq.com>
10076
10077         * config.guess (*:*VMS:*:*): New entry. Replaces
10078         Alpha:OpenVMS:*. Recognize and advertise all VMS flavors as dec
10079         manufacturer.
10080
10081         2004-06-22  Ben Elliston  <bje@gnu.org>
10082
10083         * config.guess: Cray fixes from Wendy Palm <wendyp@cray.com>.
10084         * config.sub: Likewise.
10085
10086         2004-06-22  Ben Elliston  <bje@gnu.org>
10087
10088         Reported by Hans-Peter Nilsson <hp@bitrange.com>:
10089         * config.sub: Correctly handle mmix-knuth and mmix-knuth-mmixware.
10090
10091         2004-06-11  Ben Elliston  <bje@gnu.org>
10092
10093         * config.guess (pegasos:OpenBSD:*:*): Remove.
10094
10095         2004-06-11  Ben Elliston  <bje@gnu.org>
10096
10097         From Wouter Verhelst <wouter@grep.be>:
10098         * config.guess (M68*:*:R3V[5678]:*): Detect R3V8.
10099
10100         2004-06-11  Ben Elliston  <bje@gnu.org>
10101
10102         * config.guess (luna88k:OpenBSD:*:*): New.
10103
10104         2004-03-12  Kazuhiro Inaoka  <inaoka.kazuhiro@renesas.com>
10105
10106         * config.guess (m32r*:Linux:*:*): New case.
10107         * config.sub: Handle m32rle.
10108
10109         2004-03-12  Ben Elliston  <bje@wasabisystems.com>
10110
10111         From Jens Petersen  <petersen@redhat.com>:
10112         * config.sub: Handle sparcv8.
10113
10114         2004-03-03  Ben Elliston  <bje@wasabisystems.com>
10115
10116         From Tom Smith <smith@cag.lkg.hp.com>:
10117         * config.guess: Version suffixes are equally significant on Tru64
10118         V4.* and V5.*, so do not ignore them on V5.*.  Handle a version
10119         prefix of "P" (patched kernel).
10120
10121         2004-02-23  Tal Agmon  <Tal.Agmon@nsc.com>
10122
10123         * config.sub: Add support for National Semiconductor CRX target.
10124
10125 2004-09-03  Janis Johnson  <janis187@us.ibm.com>
10126
10127         * MAINTAINERS (Various Maintainers): Remove myself as web page
10128         maintainer, add myself as maintainer of build status lists.
10129
10130 2004-09-03  Jan Beulich  <jbeulich@novell.com>
10131
10132         * configure.in: Remove target-libstdc++-v3 from noconfigdirs for
10133         *-*-netware, but add target-libmudflap.
10134         Consolidate *-*-netware targets (of which really only i?86 exists)
10135         into a single entry.
10136         * configure: Likewise.
10137
10138 2004-09-01  Paolo Bonzini  <bonzini@gnu.org>
10139
10140         * Makefile.tpl (sorry): Remove.
10141         (clean-stage[+id+], clean-stage[+id+]-module): New targets.
10142         (cleanstrap targets): Depend on distclean, not distclean-stage1.
10143         (do-clean): Clean per-stage directories too.
10144         (do-distclean): Run distclean-stage1 too.
10145         (.NOTPARALLEL): Enable during toplevel bootstrap.
10146         (stage[+id+]-bubble): Enable parallel execution during
10147         the recursive invocation.
10148         * Makefile.in: Regenerate.
10149
10150         Fix previous checkin:
10151
10152         * Makefile.tpl: Move BOOT_CFLAGS above host makefile fragment
10153         include.
10154         * configure.in: Fix indentation.
10155         * configure: Regenerate.
10156
10157 2004-08-31  Robert Bowdidge  <bowdidge@apple.com>
10158
10159         * Makefile.in: Move BOOT_CFLAGS above host makefile fragment include.
10160         * configure.in: add test for powerpc-*-darwin* to specify makefile frag
10161         * configure: regenerate
10162         * config/mh-ppc-darwin: create file, override BOOT_CFLAGS for
10163         -mdynamic-no-pic
10164
10165 2004-08-31  Paolo Bonzini  <bonzini@gnu.org>
10166
10167         * Makefile.def (build_modules): Add fixincludes.
10168         (dependencies): Make gcc depend on fixincludes.
10169         * configure.in (build_tools): Add fixincludes.
10170         (build_configdirs): Always include build_libs.
10171         * Makefile.in: Regenerate.
10172         * configure: Regenerate.
10173
10174 2004-08-30  Paolo Bonzini  <bonzini@gnu.org>
10175
10176         * Makefile.def (bootstrap stages): Add 'lean' parameter.
10177         * Makefile.tpl (configure-stageN-*, all-stageN-*): Turned into
10178         phony targets; do not generate timestamp files.
10179         (distclean-stageN): Remove references to their timestamp files.
10180         (restageN, touch-stageN): Remove.
10181         (stageN-bubble): Rewritten.
10182         (compare): Support lean bootstraps.
10183         * Makefile.in: Regenerate.
10184
10185         * configure.in: Only warn when bootstrapping but
10186         build != host or build != target.  Support lean bootstraps.
10187         * configure: Regenerate.
10188
10189 2004-08-26  Phil Edwards  <phil@codesourcery.com>
10190
10191         * configure.in:  Give a better error message if GMP/MPFR are missing
10192         and a language needing them has been requested.
10193         * configure:  Regenerated.
10194
10195 2004-08-25  Phil Edwards  <phil@codesourcery.com>
10196
10197         * configure.in:  Print a list of available language front-ends if
10198         a requested one is missing.  Tidy stray tab characters.
10199         * configure:  Regenerated.
10200
10201 2004-08-19  Michael Koch  <konqueror@gmx.de>
10202
10203         * gcc/doc/install.texi: Update entry about automake for libjava.
10204
10205 2004-08-17  Robert Millan  <robertmh@gnu.org>
10206
10207         * configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux
10208         (instead of FreeBSD).
10209         * configure: Regenerate.
10210
10211 2004-08-16  Paolo Bonzini  <bonzini@gnu.org>
10212
10213         * Makefile.in: Regenerate.
10214         * configure: Regenerate.
10215
10216         * Makefile.def (bootstrap-stage): Rename extra_*_flags to
10217         stage_*_flags.
10218         * Makefile.tpl (configure-[+module+], all-[+module+]): Exit
10219         for bootstrapped modules if toplevel bootstrap is going.
10220         (GCC bootstrap): Generate per-stage targets for all bootstrapped
10221         modules.  Adjust for changes in Makefile.def.  Enable several
10222         rules even in non-bootstrap mode, just to avoid peppering the
10223         template with unnecessary "@if/@endif gcc-bootstrap" pairs.
10224         (stage-[+prev+]-bubble): Remove.
10225
10226         * Makefile.def (Dependencies): Depend on all-build-bison,
10227         all-build-flex, all-build-byacc, all-build-texinfo, rather
10228         than the host variations.
10229         * Makefile.tpl (BUILD_DIR_PREFIX): Remove.  Replace throughout
10230         with BUILD_SUBDIR.
10231         (BISON): Update for recent Bisons.
10232         (YACC): Fix typo.
10233         (cross): Depend on all-build.
10234         (all): Do not depend on all-build.
10235         (prebootstrap): Remove.
10236         (dep-kind): Accept separate prefixes for MODULE and ON variables.
10237         (Prebootstrap dependencies): Add them to the per-stage targets
10238         and to all-prebootstrap.
10239         * configure.in (build_configdirs): Always enable build_tools.
10240         (BUILD_DIR_PREFIX): Remove.
10241
10242         * Makefile.def (gcc): Add target variable.
10243         (gdb, expect, guile, tk, tix): Replace with_x with extra_make_flags.
10244         * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
10245         in the recursive `make', instead of hardwiring `all'.
10246         (Autogenerated TARGET-* variables): New.
10247
10248 2004-08-13  Brian Booth  <bbooth@redhat.com>
10249
10250         * MAINTAINERS: Remove myself from write-after-approval.
10251
10252 2004-08-12  Nathanael Nerode  <neroden@gcc.gnu.org>
10253
10254         * src-release: Stop distributing mmalloc with gdb (which doesn't
10255         use it).
10256         * Makefile.def: GDB doesn't depend on mmalloc anymore.
10257         * Makefile.in: Regenerate.
10258
10259 2004-08-09  Mark Mitchell  <mark@codesourcery.com>
10260
10261         * configure.in (arm*-*-eabi*): New target.
10262         * configure: Regenerate.
10263
10264 2004-08-06  Paolo Bonzini  <bonzini@gnu.org>
10265
10266         * Makefile.def (bfd, opcodes, gcc, zlib): Mark as bootstrap module.
10267         (bison, byacc, flex, texinfo): Do not mark as bootstrap module.
10268         (Dependencies): New section.
10269         * Makefile.tpl (Dependencies): Generate from Makefile.def.
10270         (configure-target-[+module+]): Depend on maybe-all-gcc
10271         (all-prebootstrap): New name of all-bootstrap.  Changed throughout.
10272         (toplevel profiledbootstrap): Fix dependencies.
10273         * Makefile.in: Regenerate.
10274
10275 2004-08-03  Mark Mitchell  <mark@codesourcery.com>
10276
10277         * configure.in (arm*-*-symbianelf*): Add ${libgcj} and
10278         target-libiberty to noconfigdirs.
10279         * configure: Regenerate.
10280
10281 2004-08-03  Paul Brook  <paul@codesourcery.com>
10282
10283         * configure.in: Check for MPFR as well as GMP.
10284         * configure: Regenerate.
10285
10286 2004-08-01  Robert Millan  <robertmh@gnu.org>
10287
10288         * configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable
10289         libmudflap for all GNU-based systems (with Glibc).
10290         * configure: Regenerate.
10291
10292 2004-08-03  Paolo Bonzini  <bonzini@gnu.org>
10293
10294         * Makefile.def (host-modules): Add gcc.
10295         * Makefile.in: Regenerate.
10296         * Makefile.tpl (sorry): New rule.
10297         (configure-host, all-host, [+make_target+]-host, do-check,
10298         install-host): Do not add gcc as a special case.
10299         (host modules): Add a small special-casing for gcc.  Export
10300         extra_make_flags through the environment.
10301         (maybe-configure-gcc, configure-gcc, maybe-all-gcc, all-gcc,
10302         maybe-check-gcc, check-gcc, maybe-install-gcc, install-gcc,
10303         other recursive targets for gcc): Remove.
10304
10305         (all, do-[+make_target+], do-check): Wrap between unstage and stage.
10306         (stage, unstage): New rules.
10307         (stage[+id+]-start, stage[+id+]-end, [+compare-target+],
10308         distclean-stage[+id+]): Use stage_current.
10309         ([+bootstrap-target+], profiledbootstrap): Do not invoke manually
10310         the stage*-start rules.
10311
10312 2004-08-02  Geoffrey Keating  <geoffk@apple.com>
10313
10314         * ltcf-cxx.sh: On Darwin, make archive multi-module, and don't
10315         use -all_load flag.
10316
10317 2004-08-02  Paolo Bonzini  <bonzini@gnu.org>
10318
10319         * configure.in: Sync from src, add noconfigdirs for crx-*-*.
10320         * configure: Regenerate.
10321
10322 2004-07-16  Toon Moene  <toon@moene.indiv.nluug.nl>
10323
10324         * maintainer-scripts/gcc_release: Revert yesterday's change.
10325
10326 2004-07-16  Segher Boessenkool  <segher@kernel.crashing.org>
10327
10328         * MAINTAINERS: Add myself to write-after-approval.
10329
10330 2004-07-15  Toon Moene  <toon@moene.indiv.nluug.nl>
10331
10332         * libf2c: Removed.
10333         * gcc/gccbug.in: Updated because of libf2c removal.
10334         * maintainer-scripts/gcc_release: Ditto.
10335
10336 2004-07-09  Loren J. Rittle  <ljrittle@acm.org>
10337
10338         * configure.in: Build libmudflap by default on FreeBSD.
10339         * configure: Regenerated.
10340
10341 2004-07-09  Mark Mitchell  <mark@codesourcery.com>
10342
10343         * configure.in: Do not build libmudflap by default on non-GNU/Linux
10344         systems.
10345         * configure: Regenerated.
10346
10347 2004-07-08  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
10348
10349         PR target/16344
10350         * Makefile.tpl (profiledbootstrap): Build runtime libraries with
10351         feedback based compiler.
10352         * Makefile.in: Rebuilt.
10353
10354 2004-07-08  Alexandre Oliva  <aoliva@redhat.com>
10355
10356         * Makefile.def (host_modules): Set bootstrap=true for flex.
10357         * Makefile.tpl (all-gcc): Depend on texinfo and flex.
10358         * Makefile.in: Rebuilt.
10359
10360 2004-07-07  Jan Hubicka  <jh@suse.cz>
10361
10362         * MAINTAINERS: Add self as a profile feedback maintainer.
10363
10364 2004-07-05  Phil Edwards  <phil@codesourcery.com>
10365
10366         * configure.in:  Do not prepend $srcdir to /dev/null in
10367         makefile fragments.
10368         * configure:  Regenerate.
10369
10370 2004-07-01  Paolo Bonzini  <bonzini@gnu.org>
10371
10372         * Makefile.def (build_modules): Add bison, byacc, flex,
10373         m4, texinfo.
10374         (flags_to_pass): Add FLEX.
10375         * Makefile.tpl (BUILD_DIR_PREFIX, BASE_EXPORTS): New.
10376         (BUILD_EXPORTS, HOST_EXPORTS, BASE_TARGET_EXPORTS): Include it.
10377         (DEFAULT_YACC, USUAL_YACC, DEFAULT_LEX, USUAL_LEX, DEFAULT_M4,
10378         DEFAULT_MAKEINFO): Remove.
10379         (CONFIGURED_YACC, CONFIGURED_FLEX, CONFIGURED_BISON,
10380         CONFIGURED_LEX, CONFIGURED_M4, CONFIGURED_MAKEINFO): Substitute.
10381         (YACC, FLEX, BISON, LEX, M4, MAKEINFO): Define to look into
10382         objdir or else use configured tool.
10383         (all-build): New.
10384         (all): Depend on it.
10385         (Build module dependencies): Add.
10386         * Makefile.in: Regenerate.
10387         * configure.in: Better support for multiple build modules,
10388         matching what is done for host/target modules.  Do not look
10389         for "plausible" locations of build tools if Canadian cross.
10390         Use autoconf's AC_PROG_CC to find a C compiler.  Define
10391         BUILD_DIR_PREFIX.  Look for flex, makeinfo and m4.
10392         * configure: Regenerate.
10393
10394 2004-06-22  Paolo Bonzini  <bonzini@gnu.org>
10395
10396         * Makefile.tpl (HOST_EXPORTS): Fix pasto.
10397         * Makefile.in: Regenerate.
10398
10399 2004-06-22  Paolo Bonzini  <bonzini@gnu.org>
10400
10401         * Makefile.tpl (configure-build-[+module+],
10402         configure-[+module+], configure-target-[+module+]): Pass
10403         [+extra_configure_args+].
10404         (all-build-[+module+], all-[+module+], check-[+module+],
10405         install-[+module+], [+make_target+]-[+module+],
10406         all-target-[+module+], check-target-[+module+],
10407         install-target-[+module+], [+make_target+]-target-[+module+]):
10408         Pass [+extra_make_args+].
10409         (HOST_EXPORTS): Include the former GCC_HOST_EXPORTS.
10410         (GCC_HOST_EXPORTS): Remove.
10411         (configure-gcc, all-gcc, GCC_STRAP_TARGETS, profiledbootstrap,
10412         cross, check-gcc, check-gcc-c++, install-gcc,
10413         gcc-no-fixedincludes, [+make_target+]-gcc, stage[+id+]-bubble):
10414         Replace GCC_HOST_EXPORTS with HOST_EXPORTS.
10415         * Makefile.in: Regenerate.
10416
10417 2004-06-21  Matthew Sachs  <msachs@apple.com>
10418
10419         * MAINTAINERS: Added self to write-after-approval.
10420
10421 2004-06-21  Christopher Faylor  <cgf@alum.bu.edu>
10422
10423         * configure.in: Check for srcdir/winsup rather than build directory
10424         winsup.
10425         * configure: Regenerate.
10426
10427 2004-06-17  Corinna Vinschen  <vinschen@redhat.com>
10428
10429         * configure.in: Don't build Cygwin native newlib if winsup
10430         directory is missing.  Emit warning instead.
10431         * configure: Regenerate.
10432
10433 2004-06-09  Paolo Bonzini  <bonzini@gnu.org>
10434
10435         * Makefile.tpl (touch-stage[+id+]): New.
10436         (restage[+prev+]): Depend on touch-stage[+id+].
10437
10438         * Makefile.tpl (RECURSE_FLAGS_TO_PASS): New.
10439         Use it throughout.
10440
10441         * Makefile.def: Add profile and feedback bootstrap stages.
10442         Remove next field from bootstrap stages.
10443         * Makefile.tpl (LN, LN_S): Substitute.
10444         (stageN-start, stageN-end): Use double-colon rules, to
10445         provide a hook for additional setup commands.
10446         (distclean-stageN-gcc, restageN): Create dependencies from
10447         [+prev+], not from [+next+].
10448         (stageN-bubble): Add commands for successive stages from
10449         [+prev+], using double-colon rules.
10450         (all-stageN-gcc): Fix typo.
10451         (stagefeedback-start, profiledbootstrap): New.
10452         * Makefile.in: Regenerate.
10453         * configure.in: Call ACX_PROG_LN.
10454         * configure: Regenerate.
10455
10456 2004-06-08  Canqun Yang  <canqun@nudt.edu.cn>
10457
10458         * MAINTAINERS (Write After Approval): Add myself.
10459
10460 2004-06-03  Mark G. Adams  <mark.g.adams@sympatico.ca>
10461
10462         * MAINTAINERS (Write After Approval): Add myself.
10463
10464 2004-06-03  Paolo Bonzini  <bonzini@gnu.org>
10465
10466         * configure.in: Fix --enable-bootstrap breakage introduced in trees
10467         without gcc.
10468         * configure: Regenerate.
10469
10470 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
10471
10472         * Makefile.tpl: Fix typo.
10473         * Makefile.in: Regenerate.
10474
10475 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
10476
10477         * configure.in: Remove new- prefix from toplevel
10478         bootstrap targets.
10479         * configure: Regenerate.
10480
10481 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
10482
10483         * Makefile.tpl (all.normal): Rename to all.
10484         (all): Replace with a rule to pick the default
10485         target from configure.
10486         (all-gcc, configure-gcc): Use conditionals to
10487         do nothing when toplevel bootstrap is going on.
10488         (GCC directory bootstrap) [gcc-bootstrap]: Disable.
10489         (Toplevel bootstrap) [gcc-no-bootstrap]: Disable.
10490         * configure.in: Support --enable-bootstrap.
10491
10492         * Makefile.def: Remove new- prefix from toplevel
10493         bootstrap targets.
10494         * Makefile.tpl: Likewise.
10495
10496         * Makefile.def: Add bootstrap_stage 4.  Add bootstrap2
10497         target.
10498
10499         * Makefile.tpl (Toplevel bootstrap): Pass $(BASE_FLAGS_TO_PASS)
10500         $(RECURSE_FLAGS) to recursive invocation of make.
10501
10502         * Makefile.in: Regenerate.
10503         * configure: Regenerate.
10504
10505 2004-05-30  Andreas Jaeger  <aj@suse.de>
10506             Jim Wilson  <wilson@specifixinc.com>
10507
10508         * config-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77
10509         like CC.
10510
10511 2004-05-27  Daniel Jacobowitz  <dan@debian.org>
10512
10513         * configure.in: Fix sed invocation for GFORTRAN_FOR_TARGET.
10514         * configure: Regenerate.
10515
10516 2004-05-25  Daniel Jacobowitz  <drow@false.org>
10517
10518         * Makefile.tpl (BUILD_EXPORTS, HOST_EXPORTS, GCC_HOST_EXPORTS)
10519         (STAGE_HOST_EXPORTS, BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS)
10520         (NORMAL_TARGET_EXPORTS): New macros.  Use them in all the recursive
10521         targets.
10522         * Makefile.in: Regenerate.
10523
10524 2004-05-24  Paolo Bonzini  <bonzini@gnu.org>
10525
10526         * configure.in: Test the ability to symlink directories.
10527         * configure: Regenerate.
10528
10529         * Makefile.def (bootstrap-stage): New definitions.
10530         * Makefile.tpl (configure-stage1-gcc,
10531         configure-stage2-gcc, configure-stage3-gcc,
10532         all-stage1-gcc, all-stage2-gcc, all-stage3-gcc,
10533         new-bootstrap, new-cleanstrap, new-restage1, new-restage2,
10534         new-restage3, compare): Autogenerate, see Makefile.in
10535         entry for behavioral changes.
10536         (distclean-stage1, new-stage1-start, new-stage1-end,
10537         new-stage1-bubble, distclean-stage2, new-stage2-start,
10538         new-stage2-end, new-stage2-bubble, distclean-stage3,
10539         new-stage3-start, new-stage3-end): New autogenerated targets.
10540         (objext, prebootstrap, BOOT_CFLAGS,
10541         POSTSTAGE1_FLAGS_TO_PASS): Move above the autogenerated
10542         targets.
10543
10544         * Makefile.in: Regenerate.
10545         (distclean-stage1, new-stage1-start, new-stage1-end,
10546         new-stage1-bubble, distclean-stage2, new-stage2-start,
10547         new-stage2-end, new-stage2-bubble, distclean-stage3,
10548         new-stage3-start, new-stage3-end): New targets.
10549         (all-stage1-gcc): Move prebootstrap dependency from here...
10550         (configure-stage1-gcc): ...to here.
10551         (new-bootstrap): Use bubble targets.
10552         (new-cleanstrap, new-restage1, new-restage2, new-restage3):
10553         Use per-stage distclean targets.
10554         (configure-stage1-gcc, configure-stage2-gcc,
10555         configure-stage3-gcc, all-stage1-gcc,
10556         all-stage2-gcc, all-stage3-gcc, new-bootstrap):
10557         Use new-stageN-start to prepare the tree.
10558
10559 2004-05-23  Paolo Bonzini  <bonzini@gnu.org>
10560
10561         * Makefile.def (host_modules): add libcpp.
10562         * Makefile.tpl: Add dependencies on and for libcpp.
10563         * Makefile.in: Regenerate.
10564         * configure.in: Add libcpp host module.
10565         * configure: Regenerate.
10566
10567 2004-05-21  Paolo Bonzini  <bonzini@gnu.org>
10568
10569         * Makefile.tpl: Whenever a recursive target is defined, wrap
10570         it in a special @if/@endif block, and prepare its maybe
10571         dependency in the @if/@endif block
10572         * configure.in: Instead of writing maybe dependencies, remove
10573         the @if/@endif statements, and remove the @if/@endif blocks
10574         that remain.
10575         * configure: Regenerate.
10576         * Makefile.in: Regenerate.
10577
10578 2004-05-20  Janis Johnson  <janis187@us.ibm.com>
10579
10580         * MAINTAINERS (Various Maintainers): Add myself for compat testsuite.
10581
10582 2004-05-18  Kaz Kojima  <kkojima@gcc.gnu.org>
10583
10584         PR bootstrap/15120
10585         * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on sh*.
10586         * */configure: Rebuilt.
10587
10588 2004-05-17  Zack Weinberg  <zack@codesourcery.com>
10589
10590         * Makefile.def, Makefile.tpl, configure.in: Remove all mention
10591         of libf2c.
10592         * configure, Makefile.in: Regenerate.
10593
10594 2004-05-13  Tobias Schlüter  <tobi@gcc.gnu.org>
10595
10596         * MAINTAINERS (Write After Approval): Add myself.
10597
10598 2004-05-13  Diego Novillo  <dnovillo@redhat.com>
10599
10600         Merge from tree-ssa-20020619-branch.
10601
10602         * Makefile.def: Add libbanshee, libmudflap and libgfortran.
10603         * Makefile.tpl (BUILD_CONFIGDIRS): Add libbanshee.
10604         (HOST_GMPLIBS): Define.
10605         (HOST_GMPINC): Define.
10606         (TARGET_LIB_PATH): Add libmudflap.
10607         (GFORTRAN_FOR_TARGET): Define.
10608         (configure-build*): Export GFORTRAN.
10609         (configure-gcc): Export GMPLIBS and GMPINC.
10610         (all-gcc): Add maybe-all-libbanshee.
10611         (configure-target-libgfortran): Define.
10612         * Makefile.in: Regenerate.
10613         * configure.in (host_libs): Add libbanshee.
10614         (target_libraries): Add target-libmudflap and target-libgfortran.
10615         Add --with-libbanshee.
10616         Handle --disable-libmudflap.
10617         (*-*-freebsd*): Use with_gmp.
10618         Add $(libgcj) to noconfigdirs.
10619         * configure: Regenerate.
10620         * depcomp: New file.
10621         * MAINTAINERS: Add tree-ssa maintainers.
10622
10623 2004-05-04  Vladimir Makarov  <vmakarov@redhat.com>
10624
10625         * MAINTAINERS (Various Maintainers): Add myself.
10626
10627 2004-04-30  Brian Ford  <ford@vss.fsi.com>
10628
10629         * MAINTAINERS (Write After Approval): Add myself.
10630
10631 2004-04-29  Uros Bizjak  <uros@kss-loka.si>
10632
10633         * MAINTAINERS (Write After Approval): Add myself.
10634
10635 2004-04-28  Paolo Bonzini  <bonzini@gnu.org>
10636
10637         * config/acx.m4: Fix fastcompare support for new-bootstrap.
10638         * configure: Regenerate.
10639
10640 2004-04-27  Paolo Bonzini  <bonzini@gnu.org>
10641
10642         Revert:
10643         2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
10644
10645         * Makefile.def (flags_to_pass): Remove *dir variables that
10646         are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
10647         as well as prefix and exec_prefix.
10648         * Makefile.in: Regenerate.
10649
10650 2004-04-26  Robert Millan  <robertmh@gnu.org>
10651
10652         Add patches from libtool CVS.
10653         * libtool.m4: Add kfreebsd*-gnu and knetbsd*-gnu.
10654         * ltconfig: Likewise.
10655         * ltcf-c.sh: Likewise.
10656         * ltcf-cxx.sh: Likewise.
10657         * ltcf-gcj.sh: Likewise.
10658
10659 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
10660
10661         * Makefile.def (host_modules): Mark with the bootstrap
10662         flag packages on which gcc depends.
10663         * Makefile.tpl (all-bootstrap): Use it.
10664         * Makefile.in: Regenerate.
10665
10666 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
10667
10668         * Makefile.def (flags_to_pass): Remove *dir variables that
10669         are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
10670         as well as prefix and exec_prefix.
10671         * Makefile.in: Regenerate.
10672
10673 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
10674
10675         * configure.in: Invoke ACX_PROG_CMP_IGNORE_INITIAL.
10676         * configure: Regenerate.
10677         * config/acx.m4: Mutuate ACX_PROG_CMP_IGNORE_INITIAL from gcc.
10678         * gcc/Makefile.tpl (compare): Use the result of the test.
10679         * gcc/Makefile.in: Regenerate.
10680
10681 2004-04-23  Paolo Bonzini  <bonzini@gnu.org>
10682
10683         * Makefile.tpl (all-stage1-gcc, all-stage2-gcc, all-stage3-gcc):
10684         Always relocate gcc and prev-gcc to the original names, even
10685         if the build fails.
10686         (new-cleanstrap, new-restage1, new-restage2, new-restage3):
10687         New targets.
10688
10689 2004-04-23  Laurent GUERBY <laurent@guerby.net>
10690
10691         * MAINTAINERS: Update my email address.
10692
10693 2004-04-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
10694
10695         * configure.in (mips*-*-irix5*): Enable ld.
10696         * configure: Regenerate.
10697
10698 2004-04-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
10699
10700         * configure: Regenerate.
10701
10702 2004-04-15  James E Wilson  <wilson@specifixinc.com>
10703
10704         * Makefile.tpl (configure-[+module+], configure-gcc,
10705         configure-stage1-gcc, configure-stage2-gcc, configure-stage3-gcc):
10706         Set and export LDFLAGS.
10707         * Makefile.in: Regenerate.
10708
10709 2004-04-12  Michael Chastain  <mec.gnu@mindspring.com>
10710
10711         * MAINTAINERS: Add myself to write-after-approval.
10712
10713 2004-04-09  Nathanael Nerode  <neroden@gcc.gnu.org>
10714
10715         PR bootstrap/14871
10716         * Makefile.tpl: If we don't have built-in-tree target tools,
10717         use the ones found by configure rather than hacking around with
10718         program_transform_name.
10719         * configure.in: Give Makefile.tpl the information necessary
10720         to do that.
10721         * Makefile.in: Regenerate.
10722         * configure: Regenerate.
10723
10724 2004-04-06  Nathanael Nerode  <neroden@gcc.gnu.org>
10725
10726         PR bootstrap/14760
10727         * configure.in: When computing baseargs, strip *all* copies of
10728         offending options.  Also, don't match/substitute the trailing space,
10729         so that this actually works when two similar options are separated by
10730         only one space.
10731         * configure: Regenerate.
10732
10733 2004-04-06  David Edelsohn  <edelsohn@gnu.org>
10734
10735         * configure.in (powerpc-*-aix*): Remove target-libada from noconfigdirs.
10736         (rs6000-*-aix*): Same.
10737         * configure: Regenerate.
10738
10739 2004-04-05  Ranjit Mathew  <rmathew@hotmail.com>
10740
10741         * MAINTAINERS: Add myself to write-after-approval.
10742
10743 2004-04-03  Bud Davis  <bdavis9659@comcast.net>
10744
10745         * MAINTAINERS: Add myself to write-after-approval.
10746
10747 2004-03-24  Nathanael Nerode  <neroden@gcc.gnu.org>
10748
10749         * Makefile.tpl (top level bootstrap support): Remove now-unneeded
10750         STRICT_WARN, WARN_CFLAGS flags passed down to make.
10751         * Makefile.in: Regenerate.
10752
10753         * configure.in (top level bootstrap support): Rework --enable-werror
10754         to set @stage2_werror_flag@.
10755         * configure: Regenerate.
10756         * Makefile.tpl (top level bootstrap support): Pass
10757         @stage2_werror_flag@ down to configure in stages 2 and 3.
10758         * Makefile.in: Regenerate.
10759
10760 2004-03-23  Nathanael Nerode  <neroden@gcc.gnu.org>
10761
10762         * Makefile.tpl (new-bootstrap): Set CC and CC_FOR_BUILD in configure
10763         for stages 2 and 3 as well as in make.  As a consequence, remove
10764         OUTPUT_OPTION (now detected by configure) from the flags passed down
10765         to make.
10766         * Makefile.in: Regenerate.
10767
10768         * Makefile.tpl (new-bootstrap): Fix typo.
10769         * Makefile.in: Regenerate.
10770
10771 2004-03-22  Nathanael Nerode  <neroden@gcc.gnu.org>
10772
10773         * Makefile.tpl: Rearrange by moving recursive_targets rules
10774         into their proper sections.
10775         * Makefile.tpl (top level bootstrap support): Move disabling
10776         of coverage flags from 'make' to 'configure'; improve comments.
10777         * Makefile.in: Regenerate.
10778
10779         * Makefile.tpl (experimental top level bootstrap) Move stage1
10780         language setting from all- target to configure- target; disable
10781         intermodule optimization in stage 1; prevent gratuitous rebuilds
10782         of stage 1.
10783         * Makefile.in: Regenerate.
10784         * configure.in: Comma-separate stage 1 language list for top
10785         level bootstrap.
10786         * configure: Regenerate.
10787
10788         * Makefile.tpl: Clean up experimental top level bootstrap support:
10789         note known problems; set CONFIG_SHELL; don't set BUILD_CC; relocate
10790         prev-gcc in configure- targets as well as all- targets.
10791         * Makefile.in: Regenerate.
10792
10793 2004-03-21  Kelley Cook  <kcook@gcc.gnu.org>
10794
10795         * compile: New file imported from automake.
10796
10797 2004-03-17  Paolo Bonzini  <bonzini@gnu.org>
10798
10799         * configure.in: Remove symbolic link section.
10800         * configure: Regenerate.
10801         * Makefile.tpl (links): Remove.
10802         * Makefile.in: Regenerate.
10803
10804 2004-03-15  Paolo Bonzini  <bonzini@gnu.org>
10805             Nathanael Nerode  <neroden@gcc.gnu.org>
10806
10807         * configure.in (DEFAULT_YACC, DEFAULT_M4, DEFAULT_LEX):
10808         Set with AC_CHECK_PROGS.
10809         * configure.in: Fix comment typo from last patch.
10810         * configure: Regenerate.
10811
10812 2004-03-15  Nathanael Nerode  <neroden@gcc.gnu.org>
10813
10814         * Makefile.tpl: Introduce experimental top level bootstrap support.
10815         * Makefile.in: Regenerate.
10816         * configure.in: Introduce support for top level bootstrap.
10817         * configure: Regenerate.
10818
10819 2004-03-12  Eric Botcazou  <ebotcazou@gcc.gnu.org>
10820             Paolo Bonzini  <bonzini@gnu.org>
10821
10822         PR bootstrap/14522
10823         * configure.in: Cope with shells that do not support unquoted ^
10824         * configure: Regenerate.
10825
10826 2004-03-11  Eric Botcazou  <ebotcazou@gcc.gnu.org>
10827             Paolo Bonzini  <bonzini@gnu.org>
10828
10829         PR bootstrap/14522
10830         * configure.in: Cope with shells that do not support nesting
10831         quotes inside quoted backquote substitutions.
10832         * configure: Regenerate.
10833
10834 2004-03-10  Andrew Pinski  <pinskia@physics.uc.edu>
10835
10836         PR bootstrap/14522
10837         * configure.in: Fix escaping of $.
10838         * configure: Regenerate.
10839
10840 2004-03-11  Nathanael Nerode  <neroden@gcc.gnu.org>
10841
10842         * configure: Regenerate, since I forgot to while committing Paolo's
10843         changes.
10844
10845 2004-03-08  Paolo Bonzini  <bonzini@gnu.org>
10846
10847         PR ada/14131
10848         Move language detection to the top level.
10849         * configure.in: Find default values for the tools as
10850         soon as possible.  Disable ada if GNAT is not found.
10851         Emit error message about missing languages.  Expand
10852         --enable-languages=all for the gcc subdirectory.
10853
10854 2004-03-10  Ben Elliston  <bje@gnu.org>
10855
10856         * MAINTAINERS: Update my email address.
10857
10858 2004-03-05  David Edelsohn  <edelsohn@gnu.org>
10859
10860         * ltconfig: Disable building static libraries if building shared
10861         libraries on AIX 5L.
10862
10863 2004-03-01  Richard Sandiford  <rsandifo@redhat.com>
10864
10865         * configure.in (mips64*-*-linux*): Override mips*-*-linux* case
10866         and disable libgcj.
10867         * configure: Regenerated.
10868
10869 2004-03-01  Brian Booth  <bbooth@redhat.com>
10870
10871         * MAINTAINERS: Add myself to write-after-approval.
10872
10873 2004-03-01  Paolo Bonzini  <bonzini@gnu.org>
10874
10875         * MAINTAINERS: Add myself to write-after-approval.
10876
10877 2004-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
10878
10879         PR bootstrap/7087
10880         * Makefile.tpl: Guard XFOO sed statements better.
10881         * Makefile.tpl: Add dependency for configure-target-libada.
10882         * Makefile.in: Regenerate (incidentally fixes broken
10883         commit when libada-branch was merged).
10884
10885 2004-02-25  Kelley Cook  <kcook@gcc.gnu.org>
10886
10887         * MAINTAINERS: Add myself to write-after-approval.
10888
10889 2004-02-20  Andrew Pinski  <pinskia@physics.uc.edu>
10890
10891         * MAINTAINERS: Add Nicola Pero and myself as libobjc
10892         maintainers.
10893
10894 2004-02-20  Andrew Cagney  <cagney@redhat.com>
10895
10896         * config.guess: Update from version 2003-10-16 to 2004-02-16.
10897         * config.sub: Update from version 2003-11-03 to 2004-02-16.
10898
10899 2004-02-19  Nathanael Nerode  <neroden@gcc.gnu.org>
10900
10901         PR bootstrap/11932
10902         * mkinstalldirs, install-sh: Import from automake CVS HEAD.
10903
10904 2004-02-14  Jerry Quinn  <jlquinn@optonline.net>
10905
10906         * MAINTAINERS: Added myself to write-after-approval.
10907
10908 2004-02-14  Michael Koch  <konqueror@gmx.de>
10909
10910         * MAINTAINERS: Added myself to write-after-approval.
10911
10912 2004-02-13  Joseph S. Myers  <jsm@polyomino.org.uk>
10913
10914         * MAINTAINERS: Move Steve Chamberlain to write-after-approval.  Move
10915         some OS port maintainers to OS port maintainers section.
10916
10917 2004-02-13  Frank Ch. Eigler  <fche@redhat.com>
10918
10919         * MAINTAINERS: Add self.
10920
10921 2004-02-12  Kazu Hirata  <kazu@cs.umass.edu>
10922
10923         * MAINTAINERS: Alphabetize.
10924
10925 2004-02-12  Paolo Bonzini  <bonzini@gnu.org>
10926
10927         * MAINTAINERS: Remove myself.
10928
10929 2004-02-11  David Edelsohn  <edelsohn@gnu.org>
10930
10931         * configure.in (powerpc-*-aix*): Add target-libada to noconfigdirs.
10932         (rs6000-*-aix*): Same.
10933         * configure: Regenerate.
10934
10935 2004-02-11  Kelley Cook  <kcook@gcc.gnu.org>
10936
10937         * configure.in (host): Add in missing $noconfigdirs to defines.
10938         * configure: Regenerate.
10939
10940 2004-02-10  Arnaud Charlet  <charlet@act-europe.fr>,
10941             Nathanael Nerode  <neroden@gcc.gnu.org>
10942
10943         PR ada/6637, PR ada/5911
10944         Merge with libada-branch:
10945         * configure.in, Makefile.tpl, Makefile.def: Add target-libada,
10946         with appropriate dependencies. Add --enable-libada configure switch.
10947         * configure, Makefile.in: Regenerate.
10948
10949 2004-02-09  Paolo Bonzini  <bonzini@gnu.org>
10950
10951         * MAINTAINERS: Add myself to write-after-approval.
10952
10953 2004-02-05  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
10954
10955         * configure.in: Don't pass --with-stabs on IRIX 5 either.
10956         * configure: Regenerate.
10957
10958 2004-02-04  Geoffrey Keating  <geoffk@apple.com>
10959
10960         Merge from upstream:
10961
10962         * ltmain.in: When setting IFS to '~', be careful about user
10963         arguments that contain '~'.
10964
10965         2004-02-04  Peter O'Gorman  <peter@pogma.com>
10966
10967         * ltmain.in (infer_tag): Move tag inferrence to a shell function.
10968         Also test $base_compile against $CC with escaped arguments. Bug
10969         reported by Geoff Keating <geoffk@apple.com>.
10970
10971 2004-02-04  Kazu Hirata  <kazu@cs.umass.edu>
10972
10973         * MAINTAINERS: Remove i960 port.
10974
10975 2004-01-23  DJ Delorie  <dj@redhat.com>
10976
10977         * Makefile.def (target_modules) [libiberty]: Don't stage.
10978         * Makefile.in: Rebuilt.
10979
10980 2004-01-20  Caroline Tice  <ctice@apple.com>
10981
10982         * MAINTAINERS: Add myself to write-after-approval.
10983
10984 2004-01-19  Paolo Carlini  <pcarlini@suse.de>
10985
10986         * MAINTAINERS: Update my email address.
10987
10988 2004-01-18  James A. Morrison  <ja2morri@uwaterloo.ca>
10989
10990         * MAINTAINERS: Add myself to write-after-approval.
10991
10992 2004-01-17  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
10993
10994         * MAINTAINERS: Remove entries without email address.
10995
10996 2004-01-15  Daniel Jacobowitz  <drow@mvista.com>
10997
10998         * MAINTAINERS: Add myself to write-after-approval.
10999
11000 2004-01-15  Steven Bosscher  <stevenb@suse.de>
11001
11002         * MAINTAINERS: Update my email address.
11003
11004 2004-01-14  Loren J. Rittle  <ljrittle@acm.org>
11005
11006         * Makefile.def (target_modules) [libtermcap, libiberty, zlib]: Stage.
11007         * Makefile.tpl (configure-target-[+module+]): Support stage.
11008         * Makefile.in: Rebuilt.
11009
11010 2004-01-12  Ian Lance Taylor  <ian@wasabisystems.com>
11011
11012         * MAINTAINERS: Add myself as a libiberty MAINTAINER.
11013
11014 2004-01-10  Richard Sandiford  <rsandifo@redhat.com>
11015
11016         * MAINTAINERS: Add myself as a MIPS maintainer.
11017
11018 2004-01-04  Nathanael Nerode  <neroden@gcc.gnu.org>
11019
11020         * configure.in: Use ./config.cache, not config.cache.
11021         * configure: Regenerate.
11022         * Makefile.tpl: Special-casing not needed for GCC any more.
11023         * Makefile.in: Regenerate.
11024
11025         * configure.in: Don't share a cache file for host dirs.
11026         * configure: Regenerate.
11027
11028         * config-ml.in: Don't mess with the cache file.
11029
11030 2004-01-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
11031
11032         * MAINTAINERS: Move myself from 'Write After Approval' to
11033         'CPU Port Maintainers' section as SPARC maintainer.
11034
11035 2004-01-03  Nathanael Nerode  <neroden@gcc.gnu.org>
11036
11037         * Makefile.tpl: Make GCC use a separate config.cache.
11038         * Makefile.in: Regenerate.
11039
11040         PR bootstrap/11932, PR bootstrap/11933
11041         (I don't know if it will fix either of them, but it relates
11042         to them.)
11043         * configure.in: Don't use shared config.cache for target
11044         directories.
11045         * configure: Regenerate.
11046
11047 2004-01-02  Dan Nicolaescu  <dann@ics.uci.edu>
11048
11049         * MAINTAINERS: Add myself to 'Write After Approval' section.
11050
11051 2003-12-31  Roger Sayle  <roger@eyesopen.com>
11052
11053         * configure.in (ia64*-*-hpux*): Disable building java libraries.
11054         * configure: Regenerated.
11055
11056 2003-12-23  Kazu Hirata  <kazu@cs.umass.edu>
11057
11058         * MAINTAINERS: Remove the mn10200 maintainer.
11059
11060 2003-12-21  Bernardo Innocenti  <bernie@develer.com>
11061
11062         * configure.in (*-*-uclinux): Exclude newlib, libgloss and rda.
11063         * configure: Regenerated.
11064
11065 2003-12-16  Jan Hubicka  <jh@suse.cz>
11066
11067         * MAINTAINERS: Add myself as callgraph maintainer.
11068
11069 2003-12-08  Thomas Fitzsimmons  <fitzsim@redhat.com>
11070
11071         * configure.in (raw_libstdcxx_flags): Remove the leading space.
11072         * configure: Regenerate.
11073
11074 2003-12-01  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
11075
11076         * MAINTAINERS: Move myself from 'Bug database only accounts' to
11077         'Write After Approval' section. Update email.
11078
11079 2003-12-01  James Lemke  <jim@wasabisystems.com>
11080
11081         * MAINTAINERS (Write After Approval): Add myself.
11082
11083 2003-11-20  Matt Thomas  <matt@3am-software.com>
11084
11085         * MAINTAINERS: Add myself as a vax port maintainer.
11086
11087 2003-11-20  Kelley Cook  <kcook@gcc.gnu.org>
11088
11089         * Makefile.tpl (BASE_FLAGS_TO_PASS): Pass along CONFIG_SHELL.
11090         (configure-build-[+module+], configure-[+module+]): Likewise.
11091         (configure-target-[+module+], configure-gcc, config.status): Likewise.
11092         * Makefile.in: Regenerate.
11093
11094 2003-11-19  Andreas Tobler  <a.tobler@schweiz.ch>
11095
11096         * libtool.m4: Sync darwin bits from libtool cvs to build a gcc with
11097         shared/dylibed libraries.
11098         * ltmain.sh: Likewise.
11099         * ltcf-c.sh: Likewise, disable shared library build for OS-X < 10.3.
11100         * ltcf-cxx.sh: Likewise.
11101         * ltcf-gcj.sh: Likewise.
11102         * ltconfig: Likewise.
11103
11104 2003-11-17  Stan Cox  <scox@redhat.com>
11105
11106         * MAINTAINERS: Add myself as iq2000 port maintainer.
11107
11108 2003-11-14  Arnaud Charlet  <charlet@act-europe.fr>
11109
11110         * Makefile.tpl (EXTRA_GCC_FLAGS): Pass BOOT_ADAFLAGS.
11111         * Makefile.in: Regenerate.
11112
11113 2003-11-03  Ulrich Weigand  <uweigand@de.ibm.com>
11114
11115         * config.sub: Update to 2003-11-03 version.
11116
11117 2003-10-20  Phil Edwards  <phil@codesourcery.com>
11118
11119         * configure.in (*-*-vxworks):  Add target-libiberty to noconfdirs.
11120         * configure:  Regenerate.
11121
11122 2003-10-20  Nicolas Pitre  <nico@cam.org>
11123
11124         * MAINTAINERS: Add myself to 'Write After Approval' section.
11125
11126 2003-10-20  Arnaud Charlet  <charlet@act-europe.fr>
11127
11128         * MAINTAINERS (Various maintainers: Ada front end): Added myself.
11129
11130 2003-10-19  Joseph S. Myers  <jsm@polyomino.org.uk>
11131
11132         * MAINTAINERS: Update my email address.
11133
11134 2003-10-17  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
11135
11136         * config-ml.in (multi-do): Pass MULTIFLAGS to subdir makes.
11137
11138 2003-10-17  Ralph Loader  <rcl@ihug.co.nz>
11139
11140         * MAINTAINERS: Add myself to 'Write After Approval' section.
11141
11142 2003-10-16  Bernardo Innocenti  <bernie@develer.com>
11143
11144         * config.guess: Update to 2003-10-16 version.
11145         * config.sub: Update to 2003-10-16 version.
11146
11147 2003-10-15  David Daney  <ddaney@avtrex.com>
11148
11149         * MAINTAINERS: Added myself to 'Write After Approval' section.
11150
11151 2003-10-15  Falk Hueffner  <falk@debian.org>
11152
11153         * MAINTAINERS: Move myself from 'Bug database only accounts' to
11154         'Write After Approval' section. Update email.
11155
11156 2003-10-14  Roger Sayle  <roger@eyesopen.com>
11157
11158         * MAINTAINERS: Move myself from 'Write After Approval' to
11159         'Various Maintainers' section as middle-end maintainer.
11160
11161 2003-10-13  Nathanael Nerode  <neroden@gcc.gnu.org>
11162
11163         * Makefile.tpl: Make GCC_FLAGS_TO_PASS a superset of
11164         HOST_FLAGS_TO_PASS.
11165         * Makefile.in: Regenerate.
11166
11167 2003-10-11  Bernardo Innocenti  <bernie@develer.com>
11168
11169         * config.guess: Update to 2003-10-07 version.
11170         * config.sub: Update to 2003-10-07 version.
11171
11172 2003-10-06  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
11173
11174         * ltcf-cxx.sh (irix5*, irix6*): Prefix -soname and its arg with ${wl}.
11175         * ltconfig (irix5*, irix6*): Don't override version_type.
11176
11177 2003-10-05  Mohan Embar  <gnustuff@thisiscool.com>
11178
11179         * configure.in: Allow explicit specification of CFLAGS_FOR_BUILD.
11180         * configure: Rebuilt
11181         * Makefile.tpl: Use CFLAGS_FOR_BUILD computed by configure
11182         * Makefile.in: Rebuilt
11183
11184 2003-10-03  H.J. Lu  <hongjiu.lu@intel.com>
11185
11186         * ltconfig (sys_lib_search_path_spec): Fix a typo for HPUX.
11187
11188 2003-09-30  Carlo Wood  <carlo@alinoe.com>
11189
11190         * MAINTAINERS (Write After Approval): Add myself.
11191
11192 2003-09-29  Paul Koning  <ni1d@arrl.net>
11193
11194         * MAINTAINERS: Move myself from "Write After Approval"
11195         to CPU platform maintainers for pdp11 platform.
11196
11197 2003-09-23  Andreas Tobler  <a.tobler@schweiz.ch>
11198
11199         * MAINTAINERS: Move myself from 'Write After Approval' to
11200         'Various Maintainers' section as libffi testsuite maintainer.
11201
11202 2003-09-21  Daniel Jacobowitz  <drow@mvista.com>
11203
11204         * configure.in: Pass a computed --program-transform-name
11205         to subconfigures.
11206         * configure: Regenerated.
11207
11208 2003-09-20  Nathanael Nerode  <neroden@gcc.gnu.org>
11209
11210         * Makefile.tpl: Don't pass down obsolete ENQUIRE variable.
11211         * Makefile.in: Regenerate.
11212
11213         * Makefile.tpl: Don't pass (unused) DLLTOOL or WINDRES to gcc.
11214         * Makefile.in: Regenerate.
11215
11216 2003-09-19  Ziemowit Laski  <zlaski@apple.com>
11217
11218         * MAINTAINERS: Move myself from 'Write After Approval'
11219         to 'Various Maintainers' (objective-c) section.
11220
11221 2003-09-17  Daniel Jacobowitz  <drow@mvista.com>
11222
11223         * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Fix
11224         quoting.
11225         * configure: Regenerated.
11226
11227 2003-09-16  Joel Brobecker  <brobecker@gnat.com>
11228
11229         * MAINTAINERS (Write After Approval): Add myself to write after
11230         approval list.
11231
11232 2003-09-16  Dorit Naishlos  <dorit@il.ibm.com>
11233
11234         * MAINTAINERS (Write After Approval): Add myself.
11235
11236 2003-09-09  Ian Lance Taylor  <ian@wasabisystems.com>
11237
11238         * MAINTAINERS: Update my e-mail address.
11239
11240 2003-09-09  Alan Modra  <amodra@bigpond.net.au>
11241
11242         * libtool.m4 (LD): Correct powerpc64 host match.
11243
11244 2003-09-06  James E Wilson  <wilson@tuliptree.org>
11245
11246         * MAINTAINTERS: Update my affiliation and email address.
11247
11248 2003-09-06  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
11249
11250         * MAINTAINERS (Write After Approval): Add myself.
11251
11252 2003-09-04  DJ Delorie  <dj@redhat.com>
11253
11254         * configure: Regenerate.
11255
11256 2003-09-04  Robert Millan  <robertmh@gnu.org>
11257
11258         * configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu triplet.
11259
11260 2003-09-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11261
11262         * configure.in: Ensure arguments to sed are properly spaced.
11263         * configure: Regenerate.
11264
11265 2003-08-30  Gerald Pfeifer  <gerald@pfeifer.com>
11266
11267         * MAINTAINERS: Update my e-mail address.
11268
11269 2003-08-28  Mohan Embar  <gnustuff@thisiscool.com>
11270
11271         * MAINTAINERS (Write After Approval): Add myself.
11272
11273 2003-08-27  Daniel Jacobowitz  <drow@mvista.com>
11274
11275         * configure.in: Set RAW_CXX_FOR_TARGET if unset.
11276         * configure: Regenerated.
11277
11278 2003-08-23  Marek Michalkiewicz  <marekm@amelek.gda.pl>
11279
11280         * MAINTAINERS: Update my email address.
11281
11282 2003-08-23  Phil Edwards  <pme@gcc.gnu.org>
11283
11284         * configure.in:  Use newline instead of semicolon when assuming
11285         shell arguments in a for loop.
11286         * configure:  Regenerated.
11287
11288 2003-08-22  Jason Eckhardt  <jle@rice.edu>
11289
11290         * MAINTAINERS: Resurrect the i860 maintainer.
11291
11292 2003-08-20  Geoffrey Keating  <geoffk@apple.com>
11293
11294         PR 8180
11295         * configure.in: When testing with_libs and with_headers, treat
11296         'no' as unset.  Based on a patch by Dan Kegel <dank@kegel.com>.
11297         * configure: Regenerate.
11298
11299         * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS): Quote properly for
11300         make, shell, etc.
11301         (baseargs): Likewise.
11302         * configure: Regenerate.
11303
11304 2003-08-20  Bernardo Innocenti  <bernie@develer.com>
11305
11306         * MAINTAINERS (Write After Approval): Add myself.
11307
11308 2003-08-19  Geoffrey Keating  <geoffk@apple.com>
11309
11310         * configure.in: Disable libgcj for darwin not on powerpc.
11311         * configure: Rebuild.
11312
11313 2003-08-14  Alexandre Duret-Lutz  <adl@gnu.org>
11314
11315         * config-ml.in, symlink-tree: Add license.
11316
11317 2003-08-03  Richard Stallman  <rms@gnu.org>
11318             Eben Moglen  <moglen@columbia.edu>
11319
11320         * README.SCO: New file.
11321
11322 2003-08-01  Matt Kraai  <kraai@alumni.cmu.edu>
11323
11324         * Makefile.tpl (check, check-c++): Express dependencies using
11325         dependencies rather than commands.
11326         * Makefile.in: Regenerate.
11327
11328 2003-08-01  Andrew Cagney  <cagney@redhat.com>
11329
11330         * configure.in (noconfigdirs): Do not add GDB when m32r-*-*.
11331         * configure: Ditto.
11332
11333 2003-07-31  Geoffrey Keating  <geoffk@apple.com>
11334
11335         * Makefile.tpl (libsubdir): Use gcc instead of gcc-lib.
11336         * Makefile.in: Update.
11337
11338 2003-07-30  Andreas Tobler  <a.tobler@schweiz.ch>
11339
11340         * configure.in: Enable libgcj for darwin.
11341         * configure: Rebuild.
11342
11343 2003-07-29  Phil Edwards  <pme@gcc.gnu.org>
11344
11345         * config-ml.in:  Use ac_configure_args directly instead of
11346         ml_arguments.  Only set ml_norecursion if --no[-]recursion is
11347         actually seen.
11348
11349 2003-07-27  Nathanael Nerode  <neroden@gcc.gnu.org>
11350
11351         * Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' when
11352         creating target and build subdirs to build all parent dirs as needed.
11353         * Makefile.in: Rebuild.
11354         * configure.in: Don't build dirs explicitly here.
11355         * configure: Rebuild.
11356
11357 2003-07-26  Paul Brook  <paul@nowt.org>
11358
11359         * MAINTAINERS (fortran 95): Add myself, Steven Bosscher and Toon Moene.
11360
11361 2003-07-22  Alexandre Oliva  <aoliva@redhat.com>
11362
11363         * Makefile.tpl (all-make): Depend on intl.
11364         * Makefile.in: Rebuilt.
11365
11366 2003-07-20  Phil Edwards  <pme@gcc.gnu.org>
11367
11368         * install-sh:  Update to newer upstream versions (associated with
11369         aclocal 1.7).
11370         * mkinstalldirs:  Likewise.
11371         * missing:  Likewise, plus $1Help2man -> $1 typo fix.
11372
11373 2003-07-16  Andrew Pinski  <pinskia@gcc.gnu.org>
11374
11375         * MAINTAINERS: Move self from Bug database only accounts
11376         to write-after-approval.
11377
11378 2003-07-16  Nathanael Nerode  <neroden@gcc.gnu.org>
11379
11380         * config.if: Remove unused libc_interface determination.
11381
11382 2003-07-14  Nathanael Nerode  <neroden@gcc.gnu.org>
11383
11384         * MAINTAINERS: Move self from write-after-approval to
11385         build machinery (*.in).
11386
11387 2003-07-13  Nathanael Nerode  <neroden@gcc.gnu.org>
11388
11389         PR bootstrap/11273
11390         PR bootstrap/11408
11391         * Makefile.tpl: Set INSTALL and friends using autoconf.  Remove
11392         unused INSTALL_PROGRAM_ARGS.
11393         * configure.in: Use AC_PROG_INSTALL.
11394         * Makefile.in: Regenerate.
11395         * configure: Regenerate.
11396
11397 2003-07-13  Kazu Hirata  <kazu@cs.umass.edu>
11398
11399         * MAINTAINERS: Alphabetize.
11400
11401 2003-07-10  Alexandre Oliva  <aoliva@redhat.com>
11402
11403         * configure: Rebuilt.
11404         2001-09-26  Alexandre Oliva  <aoliva@redhat.com>
11405         * configure.in (noconfigdirs) [am33_2.0-*-linux*]: Don't build
11406         newlib nor libgloss.
11407         Wed May  9 10:07:19 2001  Alexandre Oliva  <aoliva@redhat.com>
11408         * configure.in (am33_2.0-*-linux*): Added.
11409
11410 2003-07-09  Bob Wilson  <bob.wilson@acm.org>
11411
11412         * configure.in: Add ${libgcj} to noconfigdirs for xtensa-*-* targets.
11413         * configure: Regenerate.
11414
11415 2003-07-07  Zack Weinberg  <zack@codesourcery.com>
11416
11417         * Makefile.tpl (configure-gcc): Depend on maybe-configure-intl.
11418         * Makefile.in: Regenerate.
11419
11420 2003-07-04  Zack Weinberg  <zack@codesourcery.com>
11421
11422         * Makefile.tpl (all-bootstrap): Depend on maybe-all-intl.
11423         * Makefile.in: Regenerate.
11424
11425 2003-07-04  H.J. Lu  <hongjiu.lu@intel.com>
11426
11427         * Makefile.tpl: Replace PWD with PWD_COMMAND.
11428         * Makefile.in: Regenerated.
11429
11430         * config-ml.in: Replace PWD with PWD_COMMAND.
11431
11432 2003-07-04  Zack Weinberg  <zack@codesourcery.com>
11433
11434         * intl: New directory; see intl/ChangeLog for details.
11435         * ABOUT-NLS, config.rpath: Import from gettext 0.12.1.
11436         * Makefile.tpl: all-gcc depends on maybe-all-intl.
11437         * Makefile.in: Regenerate.
11438
11439 2003-06-27  Nathanael Nerode  <neroden@gcc.gnu.org>
11440
11441         * configure.in: Clean up config-lang.in handling.  Delete
11442         useless assignment to "subdirs".
11443         * configure: Regenerate.
11444
11445 2003-06-26  Nathanael Nerode  <neroden@gcc.gnu.org>
11446
11447         * configure.in: Rename 'target_libs' to 'target_libraries'.
11448         Remove useless reference to 'target_libs'.
11449         * configure: Regenerate.
11450
11451 2003-06-23  Keith Seitz  <kseitz@sources.redhat.com>
11452
11453         * Makefile.tpl: Add maybe-configure-itcl to configure-gdb.
11454         * Makefile.in: Regenerate.
11455
11456 2003-06-23  Nathanael Nerode  <neroden@gcc.gnu.org>
11457
11458         * Makefile.def: Introduce flags_to_pass.
11459         * Makefile.tpl: Generate BASE_FLAGS_TO_PASS using it.
11460         * Makefile.in: Regenerate.
11461
11462 2003-06-23  Hans-Peter Nilsson  <hp@bitrange.com>
11463
11464         * configure.in (noconfigdirs) <cris-*-*>: Disable target-newlib
11465         and target-libgloss.
11466         <d30v-*-*, fr30-*-*, i960-*-*, m32r-*-*>: Disable gdb.
11467         <h8300*-*-*>: Disable libf2c and ${libgcj}.
11468         * configure: Regenerate.
11469
11470 2003-06-17  Benjamin Kosnik  <bkoz@redhat.com>
11471
11472         * configure.in: Update testsuite_flags to new location.
11473         * configure. Regenerate.
11474
11475 2003-06-18  Nathanael Nerode  <neroden@gcc.gnu.org>
11476
11477         * Makefile.tpl: Remove BUILD_CC stuff.
11478         * Makefile.in: Regenerate.
11479
11480 2003-06-17  Kazu Hirata  <kazu@cs.umass.edu>
11481
11482         * MAINTAINERS (Write After Approval): Remove Andrew Haley.
11483
11484 2003-06-16  Graeme Peterson  <gp@qnx.com>
11485
11486         * MAINTAINERS (Write After Approval): Add myself.
11487
11488 2003-06-14  H.J. Lu  <hongjiu.lu@intel.com>
11489
11490         * config.guess: Update to 2003-06-12 version.
11491         * config.sub: Update to 2003-06-13 version.
11492
11493 2003-06-12  H.J. Lu  <hongjiu.lu@intel.com>
11494
11495         * config.guess: Update to 2003-06-06 version.
11496         * config.sub: Update to 2003-06-06 version.
11497
11498 2003-06-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
11499
11500         * configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32.
11501         * configure. Regenerate.
11502
11503 2003-06-10  Nathanael Nerode  <neroden@gcc.gnu.org>
11504
11505         * configure.in: Disable serial configure by default.
11506         * configure: Regenerate.
11507         * Makefile.tpl: Abolish .NOTPARALLEL.
11508         * Makefile.in: Regenerate.
11509
11510         * Makefile.tpl: Replace {build,host,target}_canonical by
11511         {build,host,target}.
11512         * Makefile.in: Regenerate.
11513
11514         * Makefile.tpl: Fix stupid pasto.
11515         * Makefile.in: Regenerate.
11516
11517 2003-06-09  Nathanael Nerode  <neroden@gcc.gnu.org>
11518
11519         * Makefile.tpl: Remove bogus conditional.
11520         * Makefile.in: Regenerate.
11521
11522 2003-06-05  Jan Hubicka  <jh@suse.cz>
11523
11524         * Makefile.tpl (profiledbootstrap): New target.
11525         * Makefile.in (profiledbootstrap): New target.
11526
11527 2003-06-05  Wolfgang Bangerth  <bangerth@dealii.org>
11528
11529         * MAINTAINERS (Bugzilla only): Add Dara Hazeghi and Andrew
11530         Pinski. Remove user names from other bugzilla-only maintainers.
11531
11532 2003-06-03  Nathanael Nerode  <neroden@gcc.gnu.org>
11533
11534         * Makefile.tpl: Make 'recursive targets' using autogen rather
11535         than shell loop.  Remove duplicate 'clean' targets and false
11536         comments.
11537         * Makefile.def: Add systematic dependencies to 'recursive' targets.
11538         Add systematic method of specifying missing targets in subdirs.
11539         Add copyright boilerplate.
11540         * Makefile.in: Regenerate.
11541         * configure.in: Add 'recursive targets' to maybe list.
11542         * configure: Regenerate.
11543
11544         * MAINTAINERS: "GNATS only" -> "Bug database only".
11545
11546         * Makefile.tpl: Rename [+target+] to [+make_target+].
11547         * Makefile.def: Rename 'target' to 'make_target'.
11548
11549 2003-05-31  Neil Booth  <neil@daikokuya.co.uk>
11550
11551         * MAINTAINERS: Add self as options handling maintainer.
11552
11553 2003-05-28  Michael Meissner  <gnu@the-meissners.org>
11554
11555         * MAINTAINERS: Remove myself as m32r/v850 maintainer, since it has
11556         been too long since I touched those ports.
11557
11558 2003-05-28  DJ Delorie  <dj@redhat.com>
11559
11560         * Makefile.tpl: Make maybe-check-gcc .PHONY.
11561         * Makefile.in: Regenerate.
11562
11563 2003-05-21  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
11564
11565         * configure.in: Use curly braces in the definition of tooldir.
11566         * configure: Regenerate.
11567
11568 2003-05-21  DJ Delorie  <dj@redhat.com>
11569
11570         * Makefile.tpl (configure-target-libiberty): Depend only on gcc, not
11571         newlib or libgloss.
11572         * Makefile.in: Regenerate.
11573
11574 2003-05-21  DJ Delorie  <dj@redhat.com>
11575
11576         * Makefile.tpl: Add missing empty maybe-check-gcc target.
11577         * Makefile.in: Regenerate.
11578
11579 2003-05-20  Ian Lance Taylor  <ian@airs.com>
11580
11581         * MAINTAINERS: Update my e-mail address.
11582
11583 2003-05-19  Nathanael Nerode  <neroden@gcc.gnu.org>
11584
11585         * configure.in: Switch more things to use maybe dependencies.
11586         * Makefile.tpl: Switch more things to use maybe dependencies.
11587         Factor out common code from autogen IF statements.
11588         * configure: Regenerate.
11589         * Makefile.in: Regenerate.
11590
11591 2003-05-14  Kelley Cook  <kelleycook@wideopenwest.com>
11592
11593         * configure.in: Accept i[3456789]86 for machine type.
11594         * configure: Regenerate.
11595
11596 2003-05-18  Nathanael Nerode  <neroden@gcc.gnu.org>
11597
11598         * configure.in: Switch more things to use maybe dependencies.
11599         Rearrange a little.  Use GCC_TOPLEV_SUBDIRS.
11600         * configure: Regenerate.
11601         * Makefile.tpl: Switch more things to use maybe dependencies.
11602         * Makefile.in: Regenerate.
11603
11604 2003-05-16  Andreas Schwab  <schwab@suse.de>
11605
11606         * Makefile.tpl (install-opcodes): Define.
11607         * Makefile.in: Rebuild.
11608
11609 2003-05-13  Andreas Jaeger  <aj@suse.de>
11610
11611         * config.guess: Update to 2003-05-09 version.
11612         * config.sub: Update to 2003-05-09 version.
11613
11614 2003-05-13  Michael Eager  <eager@mvista.com>
11615
11616         * configure.in: Correct sed script so that options in quotes are not
11617         deleted.
11618         * configure: Rebuild.
11619
11620 2003-05-12  Corinna Vinschen  <corinna@vinschen.de>
11621
11622         * configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin
11623         and $$s/newlib/libc/sys/cygwin32 include paths.
11624         * configure: Ditto.
11625
11626 2003-05-12  Michael Meissner  <gnu@the-meissners.org>
11627
11628         * MAINTAINERS: Update my email addresses.
11629
11630 2003-05-06  Eric Botcazou  <ebotcazou@libertysurf.fr>
11631
11632         * config-ml.in: Propagate INSTALL variables.
11633
11634 2003-05-04  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
11635
11636         * MAINTAINERS: Remove duplicate entries in Write After Approval.
11637
11638 2003-05-02  Chris Demetriou  <cgd@broadcom.com>
11639
11640         * Makefile.tpl: Require "makeinfo" from texinfo 4.2 or later.
11641         * Makefile.in: Regenerate.
11642
11643 2003-05-02  Wolfgang Bangerth  <bangerth@dealii.org>
11644
11645         * MAINTAINERS (GNATS only): Add Falk Hueffner.
11646
11647 2003-04-30  Wolfgang Bangerth  <bangerth@dealii.org>
11648
11649         * MAINTAINERS (GNATS only): Add Giovanni Bajo.
11650
11651 2003-04-27  Daniel Jacobowitz  <drow@mvista.com>
11652
11653         * Makefile.tpl: Clean $(BUILD_SUBDIR).
11654         * Makefile.in: Regenerated.
11655
11656 2003-04-25  Wolfgang Bangerth  <bangerth@dealii.org>
11657
11658         * MAINTAINERS (Write After Approval): Upgrade myself from
11659         GNATS only to write-after-approval. Update my mail address.
11660
11661 2003-04-25  Loren J. Rittle  <ljrittle@acm.org>
11662
11663         (OS Port Maintainers: freebsd): Add myself.
11664
11665 2003-04-22  Mark Mitchell  <mark@codesourcery.com>
11666
11667         * MAINTAINERS (java): Remove Alexandre Petit-Bianco.
11668
11669 2003-04-22  Kean Johnston  <jkj@sco.com>
11670
11671         * MAINTAINERS (SCO ports): Added myself.
11672
11673 2003-04-21  Nathan Sidwell  <nathan@codesourcery.com>
11674
11675         * MAINTAINERS (gcov): Add myself and Jan Hubicka.
11676
11677 2003-04-19  Kean Johnston  <jkj@sco.com>
11678
11679         * MAINTAINERS (Write After Approval): Add myself.
11680
11681 2003-04-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
11682
11683         * Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.
11684         * Makefile.in: Regenerate.
11685
11686 2003-04-18  Jakub Jelinek  <jakub@redhat.com>
11687
11688         * configure.in (powerpc64*-*-linux*): Remove.
11689         * configure: Rebuilt.
11690
11691 2003-04-17  Phil Edwards  <pme@gcc.gnu.org>
11692
11693         * Makefile.tpl (GCC_STRAP_TARGETS):  New variable containing all the
11694         previous bootstrap targets, plus bubblestrap, quickstrap, cleanstrap,
11695         and restrap.
11696         * Makefile.in:  Regenerate.
11697
11698 2003-04-16  Richard Earnshaw  <rearnsha@arm.com>
11699
11700         * configure.in (arm-*-netbsdelf*): Enable building java libraries.
11701         * configure: Regenerated.
11702
11703 2003-04-15  DJ Delorie  <dj@redhat.com>
11704
11705         * MAINTAINERS: Remove myself as windows/cygwin/mingw maintainer.
11706
11707 2003-04-13  Nick Clifton  <nickc@redhat.com>
11708
11709         * config-ml.in: Remove support for --disable-aix removing
11710         call-aix multilibs.
11711
11712 2003-04-10  Alexandre Oliva  <aoliva@redhat.com>
11713
11714         * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.
11715         * */configure: Rebuilt.
11716
11717 2003-04-08  Joel Sherrill  <joel@oarcorp.com>
11718
11719         * MAINTAINERS: Add my email address.
11720
11721 2003-03-17  Olivier Hainque  <hainque@act-europe.fr>
11722
11723         * MAINTAINERS (Write After Approval): Add myself.
11724
11725 2003-03-14  Nathanael Nerode  <neroden@gcc.gnu.org>
11726
11727         * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES back down.
11728         * Makefile.in: Regenerate.
11729
11730 2003-03-14  Michael Chastain  <mec@shout.net>
11731
11732         * Makefile.in: Regenerate with correct Makefile.def.
11733
11734 2003-03-12  Nathanael Nerode  <neroden@gcc.gnu.org>
11735
11736         * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up.  Delete unused
11737         Make macro.
11738         * Makefile.in: Regenerate.
11739         * configure.in: Clean up gxx_include_dir logic.
11740         * configure: Regenerate.
11741
11742 2003-03-12  Ansgar Esztermann  <ansgar@thphy.uni-duesseldorf.de>
11743
11744         * MAINTAINERS (Write After Approval): Add myself.
11745
11746 2003-03-10  Ben Elliston  <bje@wasabisystems.com>
11747
11748         * MAINTAINERS: Update my mail address.
11749
11750 2003-03-09  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
11751
11752         * configure.in (gxx_include_dir): Fix typo.
11753         * configure: Regenerated.
11754
11755 2003-03-04  Nathanael Nerode  <neroden@gcc.gnu.org>
11756
11757         * Makefile.tpl: Reindent.
11758         * Makefile.in: Regenerate.
11759         * configure.in: Reindent.  Don't set unused variables.
11760         * configure: Regenerate.
11761
11762 2003-03-04  Daniel Jacobowitz  <drow@mvista.com>
11763
11764         * configure.in: Include $(build_tooldir)/sys-include in
11765         FLAGS_FOR_TARGET.
11766         * configure: Regenerated.
11767
11768 2003-03-04  Nathanael Nerode  <neroden@gcc.gnu.org>
11769
11770         * Makefile.tpl: Always pass down RANLIB.
11771         * Makefile.in: Regenerate.
11772
11773         * Makefile.tpl: Don't set unused enable_shared, enable_threads macros.
11774         * Makefile.in: Regenerate.
11775         * configure.in: Remove unused logic relating to --enable-shared
11776         and --enable-threads.  Remove bogus comments.  Remove redundant
11777         noconfigdirs.
11778         * configure: Regenerate.
11779
11780         * configure.in: Replace ${libstdcxx_version} by its value.
11781         Remove reference to mh-dgux.
11782         * configure: Regenerate.
11783
11784 2003-03-03  Kevin Buettner  <kevinb@redhat.com>
11785
11786         * MAINTAINERS (Write After Approval): Add myself.
11787
11788 2003-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
11789
11790         * Makefile.tpl: Rearrange.
11791         * Makefile.in: Regenerate.
11792
11793 2003-02-25  Uwe Stieber  <uwe@wwws.de>
11794
11795         * configure.in: Add support for kaOS as cross build target system.
11796         * configure: Regenerated.
11797
11798 2003-02-24  Steven Bosscher  <steven@gcc.gnu.org>
11799
11800         * MAINTAINERS (Write after approval): Add myself.
11801
11802 2003-02-21  James E Wilson  <wilson@tuliptree.org>
11803
11804         * MAINTAINERS: Update my email address.
11805
11806 2003-02-21  Zack Weinberg  <zack@codesourcery.com>
11807
11808         * MAINTAINERS: Add self to blanket write privs. section.
11809
11810 2003-02-20  Sean McNeil  <sean@blue.mcneil.com>
11811
11812         * Makefile.tpl: Add definition of CPPFLAGS to pass into
11813         configure-target-* as some target builds may require additional
11814         flags for preprocessor tests.
11815         * Makefile.in: Regenerated.
11816
11817 2003-02-19  Alexandre Oliva  <aoliva@redhat.com>
11818
11819         * libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld.
11820         * ltconfig: Handle it.
11821         * ltcf-cxx.sh: Use with_gnu_ld passed as a shell variable instead of
11822         auto-detecting it.
11823
11824         * ltcf-cxx.sh: Replace $linker_flags with $compiler_flags wherever
11825         it is used as argument to $CC.
11826         * ltcf-gcj.sh: Likewise.
11827
11828         * configure.in: Introduce --enable-maintainer-mode.
11829         * configure: Rebuilt.
11830         * Makefile.tpl (Makefile.in, configure): Enable dependencies only
11831         for maintainer mode.
11832         * Makefile.in: Rebuilt.
11833
11834 2003-02-18  Jason Merrill  <jason@redhat.com>
11835
11836         * Makefile.tpl (check-c++): Allow parallelism.
11837
11838 2003-02-16  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
11839
11840         * MAINTAINERS: Remove John Carr (who never actually had access to
11841         gcc.gnu.org).
11842
11843 2003-02-15  Geoffrey Keating  <geoffk@apple.com>
11844
11845         * configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*,
11846         don't configure target-libobjc.
11847         * configure: Regenerate.
11848
11849 2003-02-14  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
11850
11851         * Makefile.tpl (RANLIB): Define.
11852         * Makefile.in: Regenerate.
11853
11854 2003-02-08  Laurynas Biveinis  <laurynas.biveinis@mif.vu.lt>
11855
11856         * MAINTAINERS: Update my email.
11857
11858 2003-02-06  Keith R Seitz  <keiths@redhat.com>
11859
11860         * Makefile.def: Remove "snavigator", "grep", and "db" modules.
11861         * Makefile.tpl: Remove "all-snavigator" and "all-grep".
11862         * Makefile.in: Regenerated.
11863         * configure.in: Remove all traces of snavigator, db, and grep.
11864         * configure: Regenerated.
11865
11866 2003-02-06  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
11867
11868         * MAINTAINERS: Remove duplicate entry for Bernd Schmidt from Write
11869         After Approval.
11870
11871 2003-02-02  Christian Cornelssen  <ccorn@cs.tu-berlin.de>
11872
11873         * MAINTAINERS (Write after approval): Add myself.
11874
11875 2003-01-31  Frank Ch. Eigler  <fche@redhat.com>
11876
11877         * Makefile.tpl (all-sid): Add libiberty/bfd/opcodes dependencies.
11878         * Makefile.in: Regenerated.
11879
11880 2003-01-30  Roger Sayle  <roger@eyesopen.com>
11881
11882         * config.guess: Updated to 2003-01-30's version.
11883         * config.sub: Updated to 2003-01-28's version.
11884
11885 2003-01-30  Alexandre Oliva  <aoliva@redhat.com>
11886
11887         * config.if: If gcc_version is already set, just use it.  Don't set
11888         gcc_version_trigger if it's already set, otherwise set it to
11889         gcc/version.c, but only if the file exists.  If it is not set and
11890         gcc/version.c does not exist, try to extract the version number from
11891         $CC.
11892
11893 2003-01-29  Andreas Tobler  <a.tobler@schweiz.ch>
11894
11895         * MAINTAINERS: Add myself to write-after-approval list.
11896
11897 2003-01-27  Phil Edwards  <pme@gcc.gnu.org>
11898
11899         * configure.in:  Revert 24Jan change.
11900         * configure:  Regenerate.
11901
11902 2003-01-25  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
11903
11904         * MAINTAINERS: Remove incorrect entry for Paul Eggert.  Fix
11905         entry of HJ Lu.
11906
11907 2003-01-23  Nathanael Nerode  <neroden@gcc.gnu.org>
11908
11909         * configure.in: Revert previous change.
11910         * configure: Regenerate.
11911
11912 2003-01-23  Nathanael Nerode  <neroden@gcc.gnu.org>
11913
11914         * configure.in: Make rda native-only.
11915         * configure: Regenerate.
11916
11917 2003-01-22  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
11918
11919         * MAINTAINERS: Move myself from GNATS-only-accounts to
11920         write-after-approval.
11921
11922 2003-01-19  Nathanael Nerode  <neroden@gcc.gnu.org>
11923
11924         * configure.in: Add missing \.
11925         * configure: Rebuilt.
11926
11927 2003-01-17  Jakub Jelinek  <jakub@redhat.com>
11928
11929         * configure.in (baseargs): Avoid using \| in sed regular
11930         expressions.
11931         * configure: Rebuilt.
11932
11933 2003-01-16  Jakub Jelinek  <jakub@redhat.com>
11934
11935         * configure.in (baseargs): Remove all supported forms of
11936         --cache-file, --srcdir, --host, --build and --target options
11937         from argument lists.
11938         * configure: Rebuilt.
11939
11940 2003-01-15  Josef Zlomek  <zlomekj@suse.cz>
11941
11942         * MAINTAINERS: Add myself to write-after-approval list.
11943
11944 2003-01-15  Alexandre Oliva  <aoliva@redhat.com>
11945
11946         * configure.in (noconfigdirs): Don't skip gas on IRIX 6.
11947         * configure: Rebuilt.
11948
11949 2003-01-09  Nathanael Nerode  <neroden@gcc.gnu.org>
11950
11951         * configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.
11952         * Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc.
11953         * Makefile.in: Regenerate.
11954         * configure: Regenerate.
11955
11956 2003-01-09  Alexandre Oliva  <aoliva@redhat.com>
11957
11958         * configure.in: Remove Makefile in build, host and target modules
11959         unless configure was run with --no-recursion.
11960         * configure: Rebuilt.
11961
11962 2003-01-09  Christian Cornelssen  <ccorn@cs.tu-berlin.de>
11963
11964         * Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR.
11965         (install-info, dir.info): Prepend $(DESTDIR) to $(infodir).
11966         * Makefile.in: Regenerate.
11967
11968 2003-01-08  Chris Demetriou  <cgd@broadcom.com>
11969
11970         * config.guess: Update to 2003-01-03 version.
11971         * config.sub: Update to 2003-01-03 version.
11972
11973 2003-01-07  Christopher Faylor  <cgf@redhat.com>
11974
11975         * configure: Regenerate with proper autoconf 2.13.
11976
11977 2003-01-07  Christopher Faylor  <cgf@redhat.com>
11978
11979         * configure.in: Add AC_PREREQ for consistency.
11980         * configure: Regenerate.
11981
11982 2003-01-06  Andrew Cagney  <ac131313@redhat.com>
11983
11984         * configure.in (GDB_TK): Add tcl directories conditional on
11985         gdb/gdbtk directory being present.
11986         * configure: Regenerate.
11987
11988 2003-01-04  John David Anglin  <dave.anglin@nrc.ca>
11989
11990         * configure.in (LD): Improve test for gcc.  Try to set LD to the ld
11991         used by gcc if LD is not defined and we are not doing a Canadian Cross.
11992         * configure: Rebuilt.
11993
11994 2002-12-31  Tom Tromey  <tromey@redhat.com>
11995
11996         * Makefile.in: Rebuilt.
11997         * Makefile.def (target_modules) [libffi]: Allow installation.
11998
11999 2002-12-31  Andreas Schwab  <schwab@suse.de>
12000
12001         * configure.in: Fix use of $program_transform_name.
12002         * configure: Regenerated.
12003
12004 2002-12-30  Daniel Jacobowitz  <drow@mvista.com>
12005
12006         * configure.in (baseargs): Don't remove first configure argument.
12007         * configure: Regenerated.
12008
12009 2002-12-29  Alexandre Oliva  <aoliva@redhat.com>
12010
12011         * Makefile.tpl (local-distclean): Don't remove...
12012         (multilib.ts): ... this.  Moved into...
12013         (multilib.out): ... this.  Don't use sub-make.
12014         ($(BUILD_SUBDIR)/[+module+]/Makefile, [+module+]/Makefile,
12015         $(TARGET_SUBDIR)/[+module+]/Makefile, gcc/Makefile): Moved into...
12016         (configure-build-[+module+], configure-[+module+],
12017         configure-target-[+module+], configure-gcc): ... these.  Test
12018         for Makefile existence.  Drop config.status from dependencies.
12019         * Makefile.in: Rebuilt.
12020         * configure.in: Move gcc-version-trigger to the end of
12021         ac_configure_args.  Add comments to maybedep.tmp and
12022         serdep.tmp.  Introduce --disable-serial-configure.  Remove
12023         nonopt from baseargs, matching and removing corresponding
12024         whitespace while at it.
12025         * configure: Rebuilt.
12026
12027 2002-12-28  Alexandre Oliva  <aoliva@redhat.com>
12028
12029         * configure.in (host_configargs): Replace reference to
12030         no-longer-defined buildopts with --build=${build_alias}.
12031         * configure: Rebuilt.
12032
12033         * Makefile.tpl ($(NOTPARALLEL)): Move to the end.  Bring uses of
12034         program_transform_name to standard idiom.
12035         (AUTOGEN, AUTOCONF): Define.
12036         (Makefile.in): Use $(AUTOGEN).
12037         (Makefile): Depend on config.status, and use autoconf-style rule to
12038         build it.  Move original commands to...
12039         (config.status): ... this new target.
12040         (configure): Add $(srcdir).  Depend on config/acx.m4.  Use
12041         $(AUTOCONF).
12042         * Makefile.in: Rebuilt.
12043
12044 2002-12-28  Nathanael Nerode  <neroden@gcc.gnu.org>
12045
12046         * Makefile.tpl: Fix dramatic bustage due to change in
12047         program_transform_name.
12048         * Makefile.in: Regenerate.
12049
12050         * configure.in: Remove unnecessary PATH setting.
12051         * configure: Regnerate.
12052
12053         * configure.in: Don't default to unprefixed tools unless
12054         the native tools will work.
12055         * configure: Regenerate.
12056
12057         * configure.in: Convert to autoconf script.  Blow away lots
12058         of now-redundant Makefile fragments.
12059         * configure: Generate using Autoconf.
12060         * Makefile.tpl: Rewrite to reflect autoconfiscation.
12061         * Makefile.in: Regenerate.
12062
12063 2002-12-27  Nathanael Nerode  <neroden@gcc.gnu.org>
12064
12065         * configure: Fix stupid bug where RANLIB was mistakenly included.
12066
12067         * configure.in: Rename (buildargs, hostargs, targargs) to
12068         (build_configargs, host_configargs, target_configargs).
12069
12070         * configure.in: Move logic out of sed statement.
12071
12072         * configure: Remove unneeded 'export's.  Make CC_FOR_TARGET,
12073         CXX_FOR_TARGET, GCJ_FOR_TARGET substituted in configure.in only.
12074
12075 2002-12-25  Svein E. Seldal  <Svein.Seldal@solidas.com>
12076
12077         * config.sub: Import from master repository
12078         * config.guess: Ditto
12079
12080 2002-12-24  Andreas Schwab  <schwab@suse.de>
12081
12082         * Makefile.tpl (multilib.out): Fix missing space.
12083         * Makefile.in: Regenerate.
12084
12085 2002-12-23  Nathanael Nerode  <neroden@gcc.gnu.org>
12086
12087         * Makefile.tpl: Use shared multilib.out.  Use move-if-change for it.
12088         Convert (cd foo; make) to (cd foo && make).  Clean up multilib.out.
12089         * Makefile.in: Regenerate.
12090         * configure.in: Remove unnecessary leftovers.
12091
12092 2002-12-21  Geoffrey Keating  <geoffk@apple.com>
12093
12094         * configure.in (extra_ranlibflags_for_target): New variable.
12095         (*-*-darwin): Add -c to ranlib commands.
12096         * configure (tooldir): Handle extra_ranlibflags_for_target.
12097
12098 2002-12-19  Nathanael Nerode  <neroden@gcc.gnu.org>
12099
12100         * Makefile.tpl: Revert HJL's change.
12101         * Makefile.in: Regenerated.
12102         * configure.in: Put build_prefix before $(BUILD_SUBDIR) here, and
12103         always.
12104
12105 2002-12-19  Andreas Schwab  <schwab@suse.de>
12106
12107         * Makefile.tpl, configure.in: Substitute libstdcxx_incdir.
12108         * Makefile.in: Regenerate.
12109
12110 2002-12-18  H.J. Lu  <hjl@gnu.org>
12111
12112         * Makefile.tpl: Add @build_prefix@ before $(BUILD_SUBDIR).
12113         * Makefile.in: Regenerated.
12114
12115         * configure.in (build_prefix): New. Substitute.
12116
12117 2002-12-18  Nathanael Nerode  <neroden@gcc.gnu.org>
12118
12119         * Makefile.tpl: Don't let real targets depend on phony targets.
12120         * Makefile.in: Regenerate.
12121
12122         * Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo.
12123         * Makefile.in: Regenerate.
12124
12125 2002-12-17  Svein E. Seldal  <Svein.Seldal@solidas.com>
12126
12127         * config.sub: Import from master repository
12128         * config.guess: Ditto
12129
12130 2002-12-16  Jason Merrill  <jason@redhat.com>
12131
12132         * Makefile.tpl (all-gcc): Use 'make quickstrap' if there was a
12133         previous 'make bootstrap'.
12134         * Makefile.in: Regenerate.
12135
12136 2002-12-17  Hans-Peter Nilsson  <hp@bitrange.com>
12137
12138         * configure.in (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb.
12139
12140 2002-12-13  Nathanael Nerode  <neroden@gcc.gnu.org>
12141
12142         * configure.in, Makefile.tpl, Makefile.def: Remove tclX.
12143         * Makefile.in: Regenerate.
12144
12145 2002-12-13  Jason Merrill  <jason@redhat.com>
12146
12147         * Makefile.tpl (check-gcc-c++): Renamed from check-c++.  Don't run
12148         library tests.
12149         (check-c++): Just depend on it and check-target-libstdc++-v3.
12150         * Makefile.in: Regenerate.
12151
12152 2002-12-12  Alexandre Oliva  <aoliva@redhat.com>
12153
12154         * Makefile.tpl (configure-target-rda): Depend on $(ALL_GCC_C).
12155         * Makefile.in: Rebuilt.
12156
12157 2002-12-12  Alexandre Oliva  <aoliva@redhat.com>
12158
12159         * Makefile.in (configure-target-rda): Depend on ALL_GCC_C.
12160
12161 2002-12-10  Nathanael Nerode  <neroden@gcc.gnu.org>
12162
12163         * configure: Fix bug put in by gremlins.
12164
12165         * Makefile.tpl: Substitute more autoconfily.
12166         * configure: Substitute more autoconfily.
12167         * Makefile.in: Regenerate.
12168
12169 2002-12-09  Svein E. Seldal  <Svein.Seldal@solidas.com>
12170
12171         * config.sub: Import from master repository
12172         * config.guess: Ditto
12173         * MAINTAINERS: Added Svein Seldal under write after approval
12174
12175 2002-12-08  Andrew Cagney  <ac131313@redhat.com>
12176
12177         * Makefile.tpl (all-sim): Depend on maybe-configure-gdb.
12178         * Makefile.in (all-sim): Ditto.
12179
12180 2002-12-06  DJ Delorie  <dj@redhat.com>
12181
12182         * Makefile.tpl: Change configure dependencies to not have real
12183         targets depend on phony targets.
12184
12185 2002-12-05  Nathanael Nerode  <neroden@gcc.gnu.org>
12186
12187         * configure.in: Revert unintentional change.
12188
12189         * Makefile.tpl: Change dependency for */multilib.out so that
12190         it works when gcc isn't in the tree.
12191
12192         * configure.in: Substitute more.
12193         * configure: Run subconfigures from the Makefile.
12194         * Makefile.tpl: Run subconfigures from the Makefile; add a few
12195         convenience targets.  Make sure gcc isn't rebuilt after bootstrap.
12196
12197 2002-12-05  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
12198
12199         * MAINTAINERS: Add Christian Ehrhardt under "GNATS only".
12200
12201 2002-12-03  Nathanael Nerode  <neroden@gcc.gnu.org>
12202
12203         * Makefile.tpl: Add targets for configuring host subdirs in Makefile,
12204         and corresponding dependencies.
12205         * Makefile.in: Regenerate.
12206
12207         * configure.in (host_tools): Order binutils, gas and ld for
12208         convenience in running the testsuites.
12209
12210         * Makefile.tpl: Introduce rules to serialize subconfigure runs.
12211         * Makefile.in: Regenerate.
12212         * configure.in: Introduce rules to serialize subconfigure runs.
12213
12214         * configure.in: Introduce BASE_CC_FOR_TARGET.
12215         * Makefile.tpl: Reorganize and comment.  Introduce HOST_CONFIGARGS.
12216         Realize configure-build-* targets.  Realize configure-target-* targets.
12217         * Makefile.in: Regenerate.
12218
12219 2002-12-02  Nathanael Nerode  <neroden@gcc.gnu.org>
12220
12221         * configure: Move gcc_version_trigger stuff from here...
12222         * configure.in: ...to here.
12223
12224         * configure.in: Separate subconfigure options added by this file from
12225         options given by the user.  Add machinery to put args for host
12226         subconfigures into the Makefile.
12227
12228         * Makefile.tpl: Remove 'vault' targets.
12229         * Makefile.tpl: Reorder and comment dependencies.
12230         * Makefile.in: Regenerate.
12231
12232 2002-12-01  Nathanael Nerode  <neroden@gcc.gnu.org>
12233         * configure.in: Fix my broken commit of previous patch. (sigh)
12234
12235 2002-11-28  Geoffrey Keating  <geoffk@apple.com>
12236
12237         * configure.in: Move host-specific darwin noconfigdirs into
12238         the host-specific section.
12239
12240 2002-11-28  Geoffrey Keating  <geoffk@apple.com>
12241
12242         * configure.in: Move host-specific darwin noconfigdirs into
12243         the host-specific section.
12244
12245 2002-11-26  Nathanael Nerode  <neroden@gcc.gnu.org>
12246
12247         * configure: Remove skip-this-dir support.
12248         * Makefile.tpl: Remove skip-this-dir support.
12249
12250         * Makefile.tpl: Remove leftover support for non-autoconfiscated
12251         subdirectories.
12252         * Makefile.in: Regenerate.
12253
12254         * Makefile.tpl: Strip out useless setting of 'dir'.
12255         * Makefile.in: Regenerate.
12256
12257 2002-11-22  Nathanael Nerode  <neroden@gcc.gnu.org>
12258
12259         * configure.in: Fix deeply stupid bug.
12260
12261         * configure.in: Introduce RAW_CXX_FOR_TARGET and simplify embedded
12262         shell code in CXX_FOR_TARGET
12263         * Makefile.def: Introduce raw_cxx.
12264         * Makefile.tpl: Use raw_cxx to select between CXX_FOR_TARGET and
12265         RAW_CXX_FOR_TARGET.
12266         * Makefile.in: Regenerate.
12267
12268 2002-11-21  Nathanael Nerode  <neroden@gcc.gnu.org>
12269
12270         * Makefile.tpl: Remove unnecessary ifs.
12271         * Makefile.in: Regenerate.
12272
12273         * Makefile.tpl: Implement soft dependency machinery.  Maybe-ize
12274         dependencies.  Maybe-ize build-libiberty.  Create dummy install
12275         targets for 'no_install' modules.
12276         * configure: Move GDB_TK substitution to configure.in.  Move
12277         build_modules stuff to configure.in.
12278         * configure.in: Implement soft dependency machinery.  Maybe-ize
12279         GDB_TK, rearrange slightly.  Move build_modules stuff from configure.
12280         * Makefile.in: Regenerate.
12281
12282 2002-11-19  Nathanael Nerode  <neroden@gcc.gnu.org>
12283
12284         * Makefile.tpl: Make all-target, install-target behave similarly
12285         to all, install (only hitting configured targets).  Eliminate
12286         unused macro defintions.
12287
12288         * Makefile.tpl: Add all-gcc: all-build-libiberty dependency when
12289         build != host.
12290
12291         * Makefile.tpl: Add all-gcc: all-libiberty dependency.
12292
12293         * ltcf-c.sh, ltcf-gcj.sh, Makefile.tpl: Correct BUILD/HOST confusion.
12294
12295         * configure.in: Produce lists of subdir targets we're actually
12296         configuring.  Remove references to "dosrel".
12297         * Makefile.tpl: Let configure set which subdir targets are hit.
12298         Remove install-cross; clean up install; remove ALL.  Remove
12299         references to "dosrel".  Remove "EXTRA_TARGET_HOST" hackery.
12300         Autogenerate host module targets.  Remove empty dependency lines
12301         and redundant dependency; rearrange slightly.
12302         * Makefile.def: Add host-side libtermcap, utils.
12303
12304         * Makefile.in: Regenerate.
12305
12306 2002-11-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
12307
12308         * ltconfig (osf[345]): Append $major to soname_spec.
12309         Reflect this in library_names_spec.
12310         * ltmain.sh (osf): Prefix $major with . for use as extension.
12311
12312 2002-11-19  Andreas Jaeger  <aj@suse.de>
12313
12314         * libtool.m4 (libtool_flags): Add patch from libtool CVS: Support
12315         linking of 32-bit libraries with ld on the x86-64, ppc64, s390x
12316         and sparc64 GNU/Linux systems.
12317
12318 2002-11-19  Nathan Sidwell  <nathan@codesourcery.com>
12319
12320         * MAINTAINERS: Update email.
12321
12322 2002-11-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
12323
12324         * MAINTAINERS: Complete James Dennett's entry.
12325
12326 2002-11-15  Eric Botcazou  <ebotcazou@libertysurf.fr>
12327
12328         * MAINTAINERS (Write After Approval): Add myself.
12329
12330 2002-11-13  Bruce Korb  <bkorb@gnu.org>
12331
12332         * Makefile.tpl: syntactic cleanup
12333
12334 2002-11-13  Stuart Hastings  <stuart@apple.com>
12335
12336         * MAINTAINERS: Add myself to write-after-approval list.
12337
12338 2002-11-12  Nathanael Nerode  <neroden@gcc.gnu.org>
12339
12340         * Makefile.def: Add list of recursive targets to autogenerate.
12341         Add build_modules.
12342         * Makefile.tpl: Autogenerate do-* targets.  Autogenerate *-target-*
12343         targets.  Autogenerate *-build-* targets.
12344         * Makefile.in: Regenerate.
12345
12346 2002-11-12  Nathanael Nerode  <neroden@gcc.gnu.org>
12347
12348         * configure: More autoconf-style substitutions.
12349         * Makefile.tpl: More autoconf-style substitutions.
12350         * Makefile.in: Regenerate.
12351
12352 2002-11-11  Nathanael Nerode  <neroden@gcc.gnu.org>
12353
12354         * configure: Substitute more variables in a more autoconf-friendly
12355         way.  Simplify slightly.
12356         * Makefile.tpl: Make more variables substitutable in an
12357         autoconf-friendly way.
12358         * Makefile.in: Regenerate.
12359
12360 2002-11-11  Jonathan Wakely  <redi@gcc.gnu.org>
12361
12362         * MAINTAINERS (Write After Approval): Add myself.
12363
12364 2002-11-10  Nathanael Nerode  <neroden@gcc.gnu.org>
12365
12366         * configure.in (v810*): Remove special setting of tools.
12367
12368         * configure: Add support for extra required flags for ar or nm.
12369         * configure.in (aix4.3+): Use above support for target-specific
12370         issues, rather than using config/mt-aix43.
12371
12372 2002-11-09  Nathanael Nerode  <neroden@gcc.gnu.org>
12373
12374         * configure: Remove 'removing', which doesn't work.  Replace $subdir
12375         with . everywhere.  Replace $subdirs with ''.  Replace $makesrcdir
12376         with $srcdir.  Reformat indentation.  Substitute some variables
12377         formerly hard-coded in the Makefile for build=host.
12378         * Makefile.tpl: Autogenerate more; make more autoconf-friendly.
12379         * Makefile.def: Autogenerate more.
12380         * Makefile.in: Regenerate.
12381
12382 2002-11-04  Adam Nemet  <anemet@lnxw.com>
12383
12384         * MAINTAINERS (Write After Approval): Add myself.
12385
12386 2002-11-04  Kevin Buettner  <kevinb@redhat.com>
12387
12388         * Makefile.def (host_modules): Add rda.
12389         * Makefile.in: Regenerate.
12390         * configure.in (target_tool): Add target-rda to list.
12391
12392 2002-10-28  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
12393
12394         * MAINTAINERS: Remove "co-maintainer" note for web pages.
12395
12396 2002-10-25  Phil Edwards  <pme@gcc.gnu.org>
12397
12398         * Makefile.tpl (bootstrap):  Add bubblestrap, quickstrap, cleanstrap,
12399         and restrap targets to this rule.
12400         * Makefile.in:  Regenerate.
12401
12402 2002-10-25  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
12403
12404         * MAINTAINERS: Add Wolfgang Bangerth and Volker Reichelt under
12405         GNATS only accounts.
12406
12407 2002-10-24  Hans-Peter Nilsson  <hp@bitrange.com>
12408
12409         * configure.in (i[3456]86-*-linux*): Add check to disable
12410         ${libgcj} for glibc1.
12411
12412 2002-10-24  Denis Chertykov  <denisc@overta.ru>
12413
12414         * MAINTAINERS: Add myself as ip2k port maintainer.
12415
12416 2002-10-07  Svein E. Seldal  <Svein.Seldal@solidas.com>
12417
12418         * configure.in: Add tic4x target.
12419
12420 2002-10-03  Nathanael Nerode  <neroden@gcc.gnu.org>
12421
12422         * Makefile.tpl: Make SET_LIB_PATH substitution more autoconfy.
12423         * configure.in: Make SET_LIB_PATH substitution more autoconfy.
12424         * Makefile.in: Regenerate.
12425
12426         * Makefile.tpl: Make RPATH_ENVVAR substitution more autoconfy.
12427         * configure.in: Make RPATH_ENVVAR substitution more autoconfy.
12428         * Makefile.in: Regenerate.
12429
12430 2002-10-02  Janis Johnson  <janis187@us.ibm.com>
12431
12432         * MAINTAINERS: Add myself as web pages co-maintainer.
12433
12434 2002-10-02  Nathanael Nerode  <neroden@gcc.gnu.org>
12435
12436         * Makefile.tpl: Eliminate reference to all-gui, all-libproc.
12437         * Makefile.in: Regenerate.
12438
12439 2002-10-02  Zack Weinberg  <zack@codesourcery.com>
12440
12441         * MAINTAINERS: Add myself and Nathan Sidwell
12442         <nathan@codesourcery.com> as VxWorks maintainers.
12443
12444 2002-10-02  Nathanael Nerode  <neroden@gcc.gnu.org>
12445
12446         * Makefile.def: Remove order dependency comments.
12447         * Makefile.tpl: Add explicit install-install dependencies.
12448         * Makefile.in: Regenerate.
12449
12450         * Makefile.tpl: Remove material now in src-release.  (Finally!)
12451         * Makefile.in: Regenerate.
12452
12453         * Makefile.tpl: Add configure-target (for src-release in src)
12454         * Makefile.in: Regenerate.
12455
12456 2002-09-30  Nick Clifton  <nickc@redhat.com>
12457
12458         * Makefile.in (BINUTILS_SUPPORT_DIRS): Add cpu directory.
12459
12460 2002-09-30  Ulrich Weigand  <uweigand@de.ibm.com>
12461
12462         * configure.in (s390*-*-linux*): Enable libgcj.
12463
12464 2002-09-29  Nathanael Nerode  <neroden@gcc.gnu.org>
12465
12466         * configure: Revert accidentally applied changes.
12467
12468         * Makefile.tpl: Make more autoconf-friendly.
12469         * Makefile.in: Regenerate.
12470         * configure: Make substitution more autoconf-like.
12471
12472 2002-09-28  Richard Earnshaw  <rearnsha@arm.com>
12473
12474         * configure.in (arm-*-coff, strongarm-*-coff, xscale-*-coff): Use a
12475         single entry to handle all these.
12476         (arm-*-elf, strongarm-*-elf, xscale-*-elf): Likewise.  Also enable
12477         libjava on arm-*-elf.
12478
12479 2002-09-27  Geoffrey Keating  <geoffk@apple.com>
12480
12481         * configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or the
12482         things that depend on them.
12483
12484 2002-09-25  Nathanael Nerode  <neroden@gcc.gnu.org>
12485
12486         * Makefile.tpl: Make subsituted variables more autoconfy.
12487         * Makefile.in: Regenerate.
12488         * configure: Make seds more autoconfy.
12489
12490 2002-09-25  Nathanael Nerode  <neroden@gcc.gnu.org>
12491
12492         * Makefile.tpl: Rewrite substituted lines to look autoconfy.
12493         * Makefile.in: Regenerate.
12494         * configure.in: Rewrite sed statements to look autoconfy.
12495
12496         * Makefile.tpl: Autogenerate *-target-* lists, dependencies of
12497         all-target-foo on configure-target-foo.
12498         * Makefile.def: Ditto.
12499         * Makefile.in: Rebuild.
12500
12501 2002-09-25  Andrew Haley  <aph@redhat.com>
12502
12503         * MAINTAINERS: Add aph@redhat.com as Java maintainer.
12504
12505 2002-09-22  Nathanael Nerode  <neroden@gcc.gnu.org>
12506
12507         * Makefile.def: New file.
12508         * Makefile.tpl: New file.
12509         * Makefile.in: Generate from Makefile.tpl with 'autogen Makefile.def'.
12510         * contrib/gcc_update: Note that Makefile.in is a generated file.
12511
12512         * configure.in: Minor rearrangement.  Simplify tests.
12513
12514 2002-09-22  Jason Thorpe  <thorpej@wasabisystems.com>
12515
12516         * configure.in (with_headers): Skip copy if value is "yes".
12517         (with_libs): Likewise.
12518
12519 2002-09-20  Nathanael Nerode  <neroden@gcc.gnu.org>
12520
12521         * configure.in (*-*-netbsd*): Use noconfigdirs, not skipdirs.
12522         * configure.in (sh*-*-pe*): Ditto.
12523         * configure.in (mips*-*-pe*): Ditto.
12524         * configure.in (*arm-wince-pe): Ditto.
12525
12526         * configure.in: Rearrange.
12527
12528 2002-09-14  Kazu Hirata  <kazu@cs.umass.edu>
12529
12530         * MAINTAINERS: Update my email address.
12531
12532 2002-08-30  Paul Koning  <pkoning@equallogic.com>
12533
12534         * MAINTAINERS: (Write After Approval): Add myself.
12535
12536 2002-08-29  Geoffrey Keating  <geoffk@redhat.com>
12537
12538         * MAINTAINERS: Update Jason Eckhardt's address, remove i860.
12539
12540 2002-08-24  Geoffrey Keating  <geoffk@redhat.com>
12541
12542         * MAINTAINERS: Change my mailing address.
12543
12544 2002-08-21  Paolo Carlini  <pcarlini@unitus.it>
12545
12546         * MAINTAINERS (Write After Approval): Remove myself.
12547         (Various Maintainers: c++ runtime libs): Add myself.
12548
12549 2002-08-20  Loren J. Rittle  <ljrittle@acm.org>
12550
12551         * MAINTAINERS (Write After Approval): Remove myself.
12552         (Various Maintainers: c++ runtime libs): Add myself.
12553
12554 2002-08-15  Eric Christopher  <echristo@redhat.com>
12555
12556         * config.sub: Import from master repository.
12557         * config.guess: Ditto.
12558
12559 2002-08-19  Alexandre Oliva  <aoliva@redhat.com>
12560
12561         * Makefile.in (GCC_FOR_TARGET): Prepend STAGE_CC_WRAPPER.
12562         * configure.in (CC_FOR_TARGET, GCJ_FOR_TARGET, CXX_FOR_TARGET,
12563         CXX_FOR_TARGET_FOR_RECURSIVE_MAKE): Likewise.
12564
12565 2002-08-16  Aldy Hernandez  <aldyh@redhat.com>
12566
12567         * MAINTAINERS: Add self to rs6000 vector extensions.
12568
12569 2002-08-15  Alexandre Oliva  <aoliva@redhat.com>
12570
12571         * libiberty/configure: Reverted unintended yesterday's check in.
12572
12573 2002-08-14  Alexandre Oliva  <aoliva@redhat.com>
12574
12575         * boehm-gc/configure, libf2c/configure: Rebuilt.
12576         * libffi/configure, libiberty/configure: Ditto.
12577         * libjava/configure, libobjc/configure: Ditto.
12578         * libstdc++-v3/configure, zlib/configure: Ditto.
12579         Merged from binutils:
12580         2002-01-27  Daniel Jacobowitz  <drow@mvista.com>
12581         From Steve Ellcey <sje@cup.hp.com>:
12582         * libtool.m4 (HPUX_IA64_MODE): Set to 32 or 64 based on ABI.
12583         (lt_cv_deplibs_check_method, lt_cv_file_magic_cmd,
12584         lt_cv_file_magic_test_file): Set to appropriate values for HP-UX
12585         IA64.
12586         * ltcf-c.sh (archive_cmds, hardcode_*): Ditto.
12587         * ltconfig (shlibpath_*, dynamic_linker, library_names_spec,
12588         soname_spec, sys_lib_search_path_spec): Ditto.
12589
12590 2002-08-06  Federico G. Schwindt  <fgsch@olimpo.com.br>
12591
12592         * configure.in (hppa*-*-openbsd*): Treat like hppa*-*-*elf*.
12593
12594 2002-08-04  H.J. Lu  (hjl@gnu.org)
12595
12596         * configure.in (mips*-*-linux*): Don't skip target-libffi.
12597
12598 2002-08-02  Krister Walfridsson  <cato@df.lth.se>
12599
12600         * MAINTAINERS (Write After Approval): Add myself.
12601
12602 2002-07-31  Alan Modra  <amodra@bigpond.net.au>
12603
12604         * configure.in: Move generic linux case to end.  Copy generic
12605         linux noconfigdirs to mips*-*-linux* entry and new
12606         powerpc64*-*-linux* entry.  Add target-libffi for the latter.
12607
12608 2002-07-19  Michael Matz  <matz@suse.de>
12609
12610         * MAINTAINERS: Add myself as ra* maintainer.
12611
12612 2002-07-16  Chris Demetriou  <cgd@broadcom.com>
12613
12614         * config.guess: Update to 2002-07-09 version.
12615         * config.sub: Update to 2002-07-03 version.
12616
12617 2002-07-15  Hans-Peter Nilsson  <hp@bitrange.com>
12618
12619         * MAINTAINERS: Fix typo in a maintainer email address.
12620
12621 2002-07-11  Nathanael Nerode  <neroden@gcc.gnu.org>
12622
12623         * configure.in: Remove two redundant tests.
12624
12625 2002-07-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
12626
12627         * configure.in (mips*-*-irix6*o32): Enable stabs.
12628
12629 2002-07-08  Nathanael Nerode  <neroden@gcc.gnu.org>
12630
12631         * configure.in: Don't build grez.
12632         * Makefile.in: Ditto.
12633
12634         * Makefile.in: Remove references to bsp, cygmon, libstub.
12635         * configure.in: Ditto.
12636
12637         * configure.in: Remove leftover reference to gdbtest.
12638
12639 2002-07-08  Phil Edwards  <pme@gcc.gnu.org>
12640
12641         * configure.in (gxx_include_dir):  Change to match versioned
12642         C++ headers if --enable-version-specific-runtime-libs is used.
12643
12644 2002-07-04  Steve Ellcey  <sje@cup.hp.com>
12645
12646         * ltcf-cxx.sh (hpux*): Modify to support ia64-*-hpux*.
12647
12648 2002-07-03  Nathanael Nerode  <neroden@gcc.gnu.org>
12649
12650         * configure.in: Make --without-x work.
12651
12652 2002-07-02  Nathanael Nerode  <neroden@gcc.gnu.org>
12653
12654         * configure.in: Rearrange target Makefile fragment collection.
12655
12656         * Makefile.in: Don't try to build gdbtest, tgas, ispell, inet, or
12657         cvs[src].
12658         * configure.in: Ditto.
12659
12660 2002-07-01  Matt Kraai  <kraai@alumni.cmu.edu>
12661
12662         * MAINTAINERS (Write After Approval): Update my e-mail address.
12663
12664 2002-06-24  Ben Elliston  <bje@redhat.com>
12665
12666         * configure.in (host_tools): Remove cgen.
12667
12668         * Makefile.in (all-cgen): Remove; runs from its source directory.
12669         (check-cgen, install-cgen, clean-cgen): Likewise.
12670         (all-opcodes): Do not depend on all-cgen.
12671         (all-sim): Likewise.
12672
12673 2002-07-01  Nathanael Nerode  <neroden@gcc.gnu.org>
12674
12675         * Makefile.in: Eliminate 'apache' targets.
12676         * configure.in: Eliminate 'apache' targets.
12677
12678         * configure.in: Eliminate redundant tests.  Reorganize.
12679
12680         * Makefile.in: Eliminate last reference to LIBGCC1_TEST.
12681
12682         * config-ml.in: Eliminate references to Cygnus configure.
12683
12684         * Makefile.in: Eliminate references to building emacs.
12685
12686 2002-06-28  Graham Stott  <graham.stott@btinternet.com>
12687
12688         * MAINTAINERS: Update my email address.
12689
12690 2002-06-26  Benjamin Kosnik  <bkoz@redhat.com>
12691
12692         * config.if (libstdcxx_incdir): Version C++ headers.
12693         (cxx_incdir): Remove.
12694
12695 2002-06-25  Nathanael Nerode  <neroden@gcc.gnu.org>
12696
12697         * MAINTAINERS (Write After Approval): Add self.
12698
12699 Thu Jun 20 00:35:14 2002  Denis Chertykov  <denisc@overta.ru>
12700
12701         * configure.in: Add support for ip2k.
12702
12703 2002-06-22  Nathanael Nerode  <neroden@twcny.rr.com>
12704
12705         * configure.in: Fix AIX configury bug.
12706
12707 2002-06-20  Steve Ellcey  <sje@cup.hp.com>
12708
12709         * MAINTAINERS (Write After Approval): Add self.
12710
12711 2002-06-19  Nathanael Nerode  <neroden@twcny.rr.com>
12712
12713         * configure.in: replace ${topsrcdir} with ${srcdir}
12714
12715         * configure.in: Move definition of libstdcxx_flags
12716         right above usage, rather than waaay earlier.
12717
12718         * configure.in: Pull definition of is_cross_compiler earlier.
12719
12720         * configure.in: Rearrange a little.
12721
12722         * configure.in: Remove references to librx.
12723         * Makefile.in: Remove references to librx.
12724
12725 Tue Jun 18 22:37:35 2002  Denis Chertykov  <denisc@overta.ru>
12726
12727         * config.sub: Add support for avr target.
12728         Import from master sources, rev 1.255
12729
12730 2002-06-19  Phil Edwards  <pme@gcc.gnu.org>
12731
12732         * configure, .cvsignore:  Revert previous change...
12733         * Makefile:  ...delete.
12734
12735 2002-06-19  Nathanael Nerode  <neroden@twcny.rr.com>
12736
12737         * configure.in: Eliminate ${gasdir} variable.
12738
12739 2002-06-18  Dave Brolley  <brolley@redhat.com>
12740
12741         * configure.in: Add support for frv.
12742         * config.sub: Add support for frv.
12743
12744 2002-06-18  Phil Edwards  <pme@gcc.gnu.org>
12745
12746         * configure:  Remove garbage from previous commit.
12747
12748 2002-06-18  Phil Edwards  <pme@gcc.gnu.org>
12749
12750         * configure:  For in-source builds, make a subdir and re-exec there.
12751         * Makefile:  New file.  Pass targets through to build directory.
12752         * .cvsignore:  No longer ignore "Makefile".
12753
12754 2002-06-16  Douglas Rupp  <rupp@gnat.com>
12755
12756         * MAINTAINERS (Write After Approval): Add self.
12757
12758 2002-06-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12759
12760         * Makefile.in (CFLAGS_FOR_TARGET): Add -O2.
12761
12762 2002-06-08  Jason Thorpe  <thorpej@wasabisystems.com>
12763
12764         * configure.in (vax-*-netbsd*): Re-enable gas.
12765
12766 2002-05-31  Nathanael Nerode  <neroden@twcny.rr.com>
12767
12768         * Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with BUILD_PREFIX,
12769         BUILD_PREFIX_1, to correct nomenclature.
12770         * configure: Likewise.
12771
12772         * Makefile.in: Eliminate version-specific references to tcl8.1, tk8.1.
12773         * configure.in: Eliminate version-specific references to tcl8.1, tk8.1.
12774
12775 2002-05-31  Olaf Hering  <olh@suse.de>
12776
12777         * config-ml.in: Propogate DESTDIR also.
12778
12779 2002-05-29  Jason Thorpe  <thorpej@wasabisystems.com>
12780
12781         * configure.in (vax-*-netbsd*): Don't build gas for this
12782         platform.
12783
12784 2002-05-28  Marek Michalkiewicz  <marekm@amelek.gda.pl>
12785
12786         * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
12787         and libgcj for AVR.
12788
12789 2002-05-23  Kaz Kojima  <kkojima@gcc.gnu.org>
12790
12791         * MAINTAINERS (Write After Approval): Add myself.
12792
12793 2002-05-22  Jason Thorpe  <thorpej@wasabisystems.com>
12794
12795         * config.guess: Update to 2002-05-22 version.
12796         * config.sub: Likewise.
12797
12798 2002-05-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
12799
12800         * Makefile.in: Allow for PWDCMD to override hardcoded pwd.
12801         * config-ml.in: Likewise.
12802         * configure: Likewise.
12803         * configure.in: Likewise.
12804
12805 2002-05-16  Stephane Carrez  <stcarrez@nerim.fr>
12806
12807         * MAINTAINERS: Update my email address.
12808
12809 2002-05-13  Nathanael Nerode  <neroden@twcny.rr.com>
12810
12811         * configure.in: Simplify makefile fragment collection.
12812
12813         * configure.in: Remove code to build emacs.
12814
12815         * configure.in : Remove --srcdir argument from targargs and buildargs
12816         (it's always overridden in the Makefile anyway).  Rearrange a bit.
12817
12818         * configure: Move some logic to configure.in.
12819         * configure.in: Move some logic from configure.
12820
12821 2002-05-11  Tom Tromey  <tromey@redhat.com>
12822
12823         * MAINTAINERS: Reflect libgcj reality.
12824
12825 2002-05-09  Federico G. Schwindt  <fgsch@olimpo.com.br>
12826
12827         * Makefile.in: Honour DESTDIR.
12828
12829 2002-05-08  Mark Mitchell  <mark@codesourcery.com>
12830
12831         * config.guess: Import 2002-03-20 version.
12832         * config.sub: Import 2002-04-26 version.
12833
12834 2002-05-08  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
12835
12836         * config-ml.in: Allow for PWDCMD to determine ML_POPDIR.
12837
12838 2002-05-07  Tim Josling  <tej@melbpc.org.au>
12839
12840         * MAINTAINERS: Add self.
12841
12842 2002-05-06  Loren J. Rittle  <ljrittle@acm.org>
12843
12844         * ltmain.sh: Detect and handle object name conflicts
12845         while piecewise linking a static library.
12846
12847 2002-05-05  Alexandre Oliva  <aoliva@redhat.com>
12848
12849         * configure.in (noconfigdirs): Don't disable libgcj on
12850         sparc64-*-solaris* and sparcv9-*-solaris*.
12851
12852 2002-05-03  Alexandre Oliva  <aoliva@redhat.com>
12853
12854         * configure.in: Revert 2002-04-18's patch; fixed in libjava.
12855
12856 2002-05-03  Thomas Fitzsimmons  <fitzsim@redhat.com>
12857
12858         * configure.in (FLAGS_FOR_TARGET): Do not add
12859         -B$$r/$(TARGET_SUBDIR)/newlib/ when compiling newlib natively
12860         on i[3456]86-*-linux*.
12861
12862 2002-05-01  Thomas Fitzsimmons  <fitzsim@redhat.com>
12863
12864         * configure.in (noconfigdirs): Replace [ ] with test.
12865
12866         * configure.in (noconfigdirs): Do not add target-newlib if
12867         target == i[3456]86-*-linux*, and host == target.
12868
12869 2002-04-29  Nathanael Nerode  <neroden@doctormoo.dyndns.org>
12870
12871         * configure.in: delete reference to absent file
12872
12873         * configure.in: replace '[' with 'test'
12874
12875         * configure.in: Eliminate references to gash.
12876         * Makefile.in: Eliminate references to gash.
12877
12878         * configure.in: remove useless references to 'pic' makefile fragments.
12879
12880         * configure.in: (*-*-windows*) Finish removing.
12881
12882         * configure.in: Eliminate redundant test for libgui.
12883
12884 2002-04-29  Roger Sayle  <roger@eyesopen.com>
12885
12886         * MAINTAINERS: Add self and realphabetize.  Update entries
12887         for Dan Berlin, Chris Demetriou and Michael Matz.  Remove
12888         entry for a29k port maintainer.
12889
12890 2002-04-26  Joel Sherrill  <joel@OARcorp.com>
12891
12892         * configure.in (h8300*-*-rtems*): Disable libf2c and libgcj.
12893         (sparc-*-elf*, sparc64-*-elf*): Disable libgcj.
12894
12895 2002-04-19  Nathanael Nerode  <neroden@twcny.rr.com>
12896
12897         * configure.in: remove references to dead files
12898
12899 2002-04-19  Mark Mitchell  <mark@codesourcery.com>
12900
12901         * MAINTAINERS: Add information about purpose of this file.
12902
12903 2002-04-18  Tom Tromey  <tromey@redhat.com>
12904
12905         * configure.in: Disallow configuring libgcj when it is already
12906         installed and we're using Solaris 2.8 linker.  Do enable libgcj on
12907         Solaris 2.8 by default.  For PR libgcj/6158.
12908
12909 2002-04-17  Nathanael Nerode  <neroden@twcny.rr.com>
12910
12911         * configure.in:  Move default CC setting out of config/mh-* fragments
12912         directly into here.
12913
12914 2002-04-17  Nathanael Nerode  <neroden@twcny.rr.com>
12915
12916         * configure.in: don't even try to configure or make a subdirectory
12917         if there's no configure script for it.
12918
12919 2002-04-15  Mark Mitchell  <mark@codesourcery.com>
12920
12921         * MAINTAINERS: Remove chill maintainers.
12922         * Makefile.in (CHILLFLAGS): Remove.
12923         (CHILL_LIB): Remove.
12924         (TARGET_CONFIGDIRS): Remove libchill.
12925         (CHILL_FOR_TARGET): Remove.
12926         (BASE_FLAGS_TO_PASS): Don't pass CHILLFLAGS, CHILL_FOR_TARGET, or
12927         CHILL_LIB.
12928         (CONFIGURE_TARGET_MODULES): Remove configure-target-libchill.
12929         (CHECK_TARGET_MODULES): Likewise.
12930         (INSTALL_TARGET_MODULES): Likewise.
12931         (CLEAN_TARGET_MODULES): Likewise.
12932         (configure-target-libchill): Remove.
12933         (all-target-libchill): Remove.
12934         * configure.in (target_libs): Remove target-libchill.
12935         Do not compute CHILL_FOR_TARGET.
12936         * libchill: Remove directory.
12937
12938 2002-04-11  DJ Delorie  <dj@redhat.com>
12939
12940         * Makefile.in, configure.in: Sync with binutils, entries
12941         follow...
12942
12943 2002-04-07  Andrew Cagney  <ac131313@redhat.com>
12944
12945         * Makefile.in (do-tar-bz2): Delete rule.  Replace with ...
12946         (do-tar, do-bz2): New rules.
12947         (taz): Update.  Replace do-tar-bz2 with do-tar and do-bz2.
12948         (gdb-tar): New rule.
12949         (gdb-taz): Rewrite.  Use gdb-tar and do-bz2.
12950         (insight_dejagnu.tar): New rule.
12951         (insight.tar): New rule.
12952         (gdb+dejagnu.tar): New rule.
12953         (gdb.tar): New rule.
12954
12955 2002-02-01  Mo DeJong  <supermo@bayarea.net>
12956
12957         * Makefile.in: Add all-tix to deps for all-snavigator
12958         so that tix is built when building snavigator.
12959
12960 2002-01-11  Steve Ellcey  <sje@cup.hp.com>
12961
12962         * configure.in (ia64*-*-hpux*): New target for IA64 HP-UX,
12963         ld and gdb are not supported.
12964
12965 2002-01-07  Mark Salter  <msalter@redhat.com>
12966
12967         * configure.in: Remove target-bsp and target-cygmon from arm builds.
12968         Allow target-libgloss to be built for arm, strongarm, and xscale.
12969
12970 2001-12-13  Thomas Fitzsimmons  <fitzsim@redhat.com>
12971
12972         * configure.in (FLAGS_FOR_TARGET): Remove -nostdinc and -isystem
12973         options for i[3456]86-pc-linux* native builds.
12974
12975 2001-11-20  Nick Clifton  <nickc@cambridge.redhat.com>
12976
12977         * Makefile.in (do-proto-toplev): Use msgfmt to generate .gmo
12978         files from .po files for a distribution.
12979
12980 2001-09-03  Jeff Holcomb  <jeffh@redhat.com>
12981
12982         * configure.in: Enable libstdc++-v3 for h8300 targets.
12983
12984 2001-06-19  Alan Modra  <amodra@bigpond.net.au>
12985
12986         * Makefile.in (VER): If AM_INIT_AUTOMAKE uses BFD_VERSION, get
12987         version from bfd/.
12988
12989 Fri Jun  8 11:14:02 2001  Andrew Cagney  <cagney@b1.cygnus.com>
12990
12991         * Makefile.in (VER): When present, extract the version number from
12992         the file version.in.
12993
12994 2001-05-24  Tom Rix  <trix@redhat.com>
12995
12996         * configure.in : enable ld for aix
12997
12998 2001-02-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
12999
13000         * config.guess: Add linux target for S/390.
13001
13002 2000-11-07  Philip Blundell  <pb@futuretv.com>
13003
13004         * Makefile.in (ETC_SUPPORT): Also add configbuild.* and configdev.*.
13005
13006 2000-11-03  Philip Blundell  <pb@futuretv.com>
13007
13008         * Makefile.in (ETC_SUPPORT): Add configure.texi and associated info
13009         files.
13010
13011 2001-01-15  Ben Elliston  <bje@redhat.com>
13012
13013         * configure.in (host_tools): Add sid.
13014         Always configure cgen.
13015
13016 2000-11-24  Nick Clifton  <nickc@redhat.com>
13017
13018         * configure.in (c4x, c5x, tic54x): Move after ARM targets.
13019
13020 2000-08-20  Doug Evans  <dje@casey.transmeta.com>
13021
13022         * Makefile.in (ALL_MODULES): Add all-cgen.
13023         (CROSS_CHECK_MODULES,INSTALL_MODULES,CLEAN_MODULES): Similarily.
13024         (all-cgen): New target.
13025         (all-opcodes,all-sim): Depend on all-cgen.
13026         * configure.in (host_tools): Add cgen.
13027         Only configure cgen if --enable-cgen-maint.
13028
13029 2002-04-09  Loren J. Rittle  <ljrittle@acm.org>
13030
13031         * configure.in: Add *-*-freebsd* configurations.
13032
13033 2002-04-08  Tom Tromey  <tromey@redhat.com>
13034
13035         * configure.in: Add FLAGS_FOR_TARGET to GCJ_FOR_TARGET.
13036         Fixes PR libgcj/6068.
13037
13038 2002-03-30  Krister Walfridsson  <cato@df.lth.se>
13039
13040         * configure.in (i*86-*-netbsdelf*): Don't disable libgcj.
13041
13042 2002-03-27  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
13043
13044         * configure.in (alpha*-dec-osf*): Enable libgcj.
13045
13046 2003-03-27  Matthew Gingell  <gingell@gnat.com>
13047
13048         * MAINTAINERS (Write After Approval): Add myself.
13049
13050 2002-03-24  Nick Clifton  <nickc@cambridge.redhat.com>
13051
13052         Fix for: PR bootstrap/3591, target/5676
13053         * configure.in (mcore-pe): Disable the configuration of
13054         libstdc++-v3 since exceptions are not supported.
13055
13056 2002-03-20  Anthony Green  <green@redhat.com>
13057
13058         * configure.in: Enable libgcj for xscale-elf target.
13059
13060 Tue Mar 19 09:05:08 2002  J"orn Rennecke  <joern.rennecke@superh.com>
13061
13062         * MAINTAINERS:  Update my email address.
13063
13064 2002-03-16  Alexandre Oliva  <aoliva@redhat.com>
13065
13066         * ltmain.sh (relink_command): Fix typo in previous change.
13067
13068 2002-03-15  Alexandre Oliva  <aoliva@redhat.com>
13069
13070         * ltmain.sh (taglist): Initialized.  Don't let `CC' tag out of it.
13071         (relink_command): Added --tag flags.
13072         (mode=install): If relinking fails; error out.
13073
13074 2002-03-12  Richard Henderson  <rth@redhat.com>
13075
13076         * Makefile.in (NOTPARALLEL): New.  Use it instead of explicit
13077         .NOTPARALLEL tag.
13078         (do-check): Rename from check.
13079         (check): Allow parallel check.
13080
13081 2002-03-12  Bob Wilson  <bob.wilson@acm.org>
13082
13083         * MAINTAINERS: Add myself as maintainer for xtensa port.
13084         Fix alphabetical order in CPU port maintainer list.
13085         Remove myself from Write After Approval list.
13086
13087 2002-03-11  Richard Henderson  <rth@redhat.com>
13088
13089         * Makefile.in (.NOTPARALLEL): Add fake tag.
13090
13091 2002-03-07  H.J. Lu  (hjl@gnu.org)
13092
13093         * configure.in: Enable gprof for mips*-*-linux*.
13094
13095 2002-03-05  Danny Smith  <dannysmith@users.sourceforge.net>
13096
13097         * MAINTAINERS (Write After Approval): Add myself.
13098
13099 2002-02-28  Alexandre Oliva  <aoliva@redhat.com>
13100
13101         * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
13102         libjava.
13103         (CXX_FOR_TARGET): Explain why -shared-libgcc here.
13104
13105 2002-02-23  Alexandre Oliva  <aoliva@redhat.com>
13106
13107         * Makefile.in (MAKEINFO): Don't assume makeinfo will be built just
13108         because its Makefile is there; test for the executable instead.
13109
13110 2002-02-22  Alexandre Oliva  <aoliva@redhat.com>
13111
13112         * configure.in (CXX_FOR_TARGET): Add -shared-libgcc for
13113         libstdc++-v3 and libjava.
13114
13115 2002-02-11  Adam Megacz  <adam@xwt.org>
13116
13117         * gcc/Makefile.in: Removed libstdc++-v3 dependancy for libjava and
13118         boehm-gc
13119
13120 2002-02-09  Alexandre Oliva  <aoliva@redhat.com>
13121
13122         * config.guess: Updated to 2002-01-30's version.
13123         * config.sub: Updated to 2002-02-01's version.
13124         Contribute sh64-elf.
13125         2000-12-01  Alexandre Oliva  <aoliva@redhat.com>
13126         * configure.in: Added sh64-*-*.
13127
13128 2002-02-08  Chris Demetriou  <cgd@broadcom.com>
13129
13130         * MAINTAINERS: Belatedly add myself to write after approval list.
13131
13132 Thu Feb  7 12:40:58 CET 2002  Jan Hubicka  <jh@suse.cz>
13133
13134         * MAINTAINERS: Put self in as maintainer for x86-64 port.
13135         Remove self as Write After Approval.
13136
13137 2002-01-31  Geoffrey Keating  <geoffk@redhat.com>
13138
13139         * MAINTAINERS: Put self in as maintainer for contrib/regression
13140         directory.
13141
13142 2002-01-28  Phil Edwards  <pme@gcc.gnu.org>
13143
13144         * MAINTAINERS:  Update my email address.
13145
13146 2002-01-26  Jason Thorpe  <thorpej@wasabisystems.com>
13147
13148         * configure.in (*-*-netbsd*): New.  Skip target-newlib,
13149         target-libiberty, and target-libgloss.  Skip Java-related
13150         libraries if not supported for NetBSD on target CPU.
13151
13152 2002-01-25  Douglas B Rupp  <rupp@gnat.com>
13153
13154         * install-sh: Use _inst.$$_ for temp file name.
13155
13156 2002-01-24  Jason Thorpe  <thorpej@wasabisystems.com>
13157
13158         * MAINTAINERS (Write After Approval): Move my contact info
13159         from here...
13160         (OS Port Maintainers): ...to here (netbsd).
13161
13162 2002-01-22  Bob Wilson  <bob.wilson@acm.org>
13163
13164         * MAINTAINERS (Write After Approval): Add myself.
13165
13166 2002-01-17  H.J. Lu  <hjl@gnu.org>
13167
13168         * Makefile.in (all-fastjar): Also depend on all-libiberty.
13169         (all-target-fastjar): Also depend on all-target-libiberty.
13170
13171 2002-01-16  H.J. Lu  (hjl@gnu.org)
13172
13173         * config.guess: Import from master sources, rev 1.225.
13174         * config.sub: Import from master sources, rev 1.238.
13175
13176 2002-01-16  Kazu Hirata  <kazu@hxi.com>
13177
13178         * MAINTAINERS (Write After Approval): Remove myself.
13179
13180 2001-12-19  Florian Weimer  <fw@deneb.enyo.de>
13181
13182         * MAINTAINERS (Write After Approval): Add myself.
13183
13184 2001-12-17  Joseph S. Myers  <jsm28@cam.ac.uk>
13185
13186         * MAINTAINERS: Add self as docs co-maintainer.
13187
13188 2001-12-11  Matthias Klose  <doko@debian.org>
13189
13190         * MAINTAINERS (Write After Approval): Add myself.
13191
13192 2001-12-09  Zack Weinberg  <zack@codesourcery.com>
13193
13194         * MAINTAINERS: Update my email address.
13195
13196 2001-12-07  Turly O'Connor  <turly@apple.com>
13197         * MAINTAINERS (Write After Approval): Add myself.
13198         * rs6000.c (rs6000_trampoline_size): Handle ABI_DARWIN case.
13199         (rs6000_initialize_trampoline): Call __trampoline_setup for
13200         ABI_DARWIN too.
13201         * darwin-tramp.asm: New file, implements __trampoline_setup.
13202         * t-darwin (LIB2FUNCS_EXTRA): Include darwin-tramp.asm.
13203
13204 2001-12-07  Paolo Carlini  <pcarlini@unitus.it>
13205
13206         * MAINTAINERS (Write After Approval): Add myself.
13207
13208 Wed Dec  5 07:33:45 2001  Douglas B. Rupp  <rupp@gnat.com>
13209
13210         * configure, configure.in: Use temp file for long sed commands.
13211
13212 2001-12-03  Laurent Guerby  <guerby@acm.org>
13213
13214         * config.sub: Update to version 1.232 on subversion.
13215
13216 2001-12-03  Ben Elliston  <bje@redhat.com>
13217
13218         * MAINTAINERS: Update mail address for config.* patches.
13219
13220 2001-11-27  DJ Delorie  <dj@redhat.com>
13221             Zack Weinberg  <zack@codesourcery.com>
13222
13223         When build != host, create libiberty for the build machine.
13224
13225         * Makefile.in (TARGET_CONFIGARGS, BUILD_CONFIGARGS): Replace
13226         CONFIG_ARGUMENTS.
13227         (ALL_BUILD_MODULES_LIST, BUILD_CONFIGDIRS, BUILD_SUBDIR):
13228         New variables.
13229         (ALL_BUILD_MODULES, CONFIGURE_BUILD_MODULES): New variables
13230         and rules.
13231         (all.normal): Depend on ALL_BUILD_MODULES.
13232         (CONFIGURE_TARGET_MODULES rule): Use TARGET_CONFIGARGS.
13233         (all-build-libiberty): Depend on configure-build-libiberty.
13234
13235         * configure: Calculate and substitute proper value for
13236         ALL_BUILD_MODULES.
13237         * configure.in: Create the build subdirectory.
13238         Calculate and substitute TARGET_CONFIGARGS (formerly
13239         CONFIG_ARGUMENTS); also BUILD_SUBDIR and BUILD_CONFIGARGS (new).
13240
13241 2001-11-26  Ziemowit Laski  <zlaski@apple.com>
13242
13243         * MAINTAINERS (write-after-approval): Add self.
13244
13245 2001-11-17  Craig Rodrigues  <rodrigc@gcc.gnu.org>
13246
13247         * MAINTAINERS (GNATS only accounts): Remove self.
13248
13249 2001-11-14  Hans-Peter Nilsson  <hp@bitrange.com>
13250
13251         * configure.in (noconfigdirs) [h8300*-*-*, h8500-*-*]: Disable
13252         libf2c.
13253
13254 2001-11-12  Craig Rodrigues  <rodrigc@gcc.gnu.org>
13255
13256         * MAINTAINERS (Write After Approval): Add self.
13257
13258 2001-11-12  David O'Brien  <obrien@FreeBSD.org>
13259
13260         * MAINTAINERS: mips and s390 are also CPU ports.
13261
13262 2001-11-12  David O'Brien  <obrien@FreeBSD.org>
13263
13264         * MAINTAINERS: mcore, cris and mmix are also CPU ports.
13265
13266 2001-11-11  David O'Brien  <obrien@FreeBSD.org>
13267
13268         * MAINTAINERS: Alphabetize.
13269
13270 2001-11-09  Kazu Hirata  <kazu@hxi.com>
13271
13272         * MAINTAINERS (Various maintainers: h8 port): Add myself.
13273
13274 2001-11-09  John David Anglin  <dave@hiauly1.hia.nrc.ca>
13275
13276         * MAINTAINERS (Various maintainers: hppa port): Added myself.
13277
13278 2001-11-08  Phil Edwards  <pedwards@disaster.jaj.com>
13279
13280         * configure.in (--enable-languages): Be more permissive about
13281         syntax.  Check for empty lists better.  Warn about $LANGUAGES.
13282
13283 2001-11-08  Geoffrey Keating  <geoffk@redhat.com>
13284
13285         * config.sub: Import from master sources, rev. 1.230.
13286         * MAINTAINERS: Change 'stormy16' to 'xstormy16'.
13287
13288 2001-11-07  Laurent Guerby  <guerby@acm.org>
13289
13290         * MAINTAINERS (Write After Approval): Add self.
13291
13292 2001-11-06  Hans-Peter Nilsson  <hp@bitrange.com>
13293
13294         * Makefile.in (MAKEINFO): Use "missing" for makeinfo older than 4.0.
13295
13296 2001-11-05  Hans-Peter Nilsson  <hp@bitrange.com>
13297
13298         * config.sub: Import from master sources, rev 1.226.
13299         * config.guess: Import from master sources, rev 1.216.
13300
13301 2001-11-03  Hans-Peter Nilsson  <hp@bitrange.com>
13302
13303         * configure.in (noconfigdirs) [mmix-*-*]: Disable libgcj.
13304         * MAINTAINERS: Add self as maintainer of MMIX port.
13305         Remove old after-approval entry.
13306
13307 2001-10-28  Joseph S. Myers  <jsm28@cam.ac.uk>
13308
13309         * ChangeLog, configure: Fix spelling errors.
13310
13311 2001-10-20  Brendan Kehoe  <brendan@zen.org>
13312
13313         * MAINTAINERS: Tweak my address.
13314
13315 Thu Oct 11 21:50:15 2001  J"orn Rennecke  <amylaar@onetel.net.uk>
13316
13317         * MAINTAINERS: Update my email address.
13318
13319 2001-10-11  Hans-Peter Nilsson  <hp@axis.com>
13320
13321         * configure.in (noconfigdirs) [cris-*-*]: Disable libgcj.
13322         * MAINTAINERS: Add self as maintainer of CRIS port.
13323
13324 2001-10-10  Geert Bosch  <bosch@gnat.com>
13325
13326         * MAINTAINERS (Various maintainers: Ada front end):
13327         Added Robert Dewar.
13328
13329 2001-10-03  David Billinghurst  <David.Billinghurst@riotinto.com>
13330
13331         * MAINTAINERS (Write After Approval): Added self
13332
13333 2001-10-02  Geert Bosch  <bosch@gnat.com>
13334
13335         * MAINTAINERS (Various maintainers: Ada front end): Added myself.
13336
13337 2001-10-02  Joseph S. Myers  <jsm28@cam.ac.uk>
13338
13339         * configure: Handle temporary files securely using mkdir.
13340
13341 2001-09-29  Alexandre Oliva  <aoliva@redhat.com>
13342
13343         * Makefile.in (configure-target-gperf): Depend on $(ALL_GCC_CXX).
13344
13345 2001-09-26  Will Cohen  <wcohen@redhat.com>
13346
13347         * configure.in (*-*-linux*): Disable configuration of target-newlib
13348         and target-libgloss.
13349
13350 2001-09-26  Alexandre Oliva  <aoliva@redhat.com>
13351
13352         * Makefile.in (EXTRA_TARGET_FLAGS): Pass RANLIB_FOR_TARGET for
13353         RANLIB.
13354
13355 2001-09-21  Alexandre Oliva  <aoliva@redhat.com>
13356
13357         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET,
13358         DLLTOOL_FOR_TARGET, WINDRES_FOR_TARGET, AR_FOR_TARGET,
13359         RANLIB_FOR_TARGET, NM_FOR_TARGET): Don't use double quotes to
13360         avoid quotes nesting problems.
13361         (NATIVE_CHECK_MODULES): Ditto, just for consistency.
13362         (DO_X): Export only variables that are set.
13363
13364 2001-09-19  Ben Elliston  <bje@redhat.com>
13365
13366         * configure.in (sparc-sun-solaris2*): Don't use /usr/bin/which on
13367         Solaris when testing for the /usr/ucb/cc compiler; it has incorrect
13368         semantics.  Use the shell built-in "type" command instead.
13369
13370 2001-08-31  Alexandre Oliva  <aoliva@redhat.com>
13371
13372         Merged from gcc-3_0-branch:
13373         2001-07-30  Jeff Sturm  <jsturm@one-pont.com>
13374         * ltcf-c.sh: Use $objext, not $ac_objext.
13375         2001-07-27  Mark Kettenis  <kettenis@gnu.org>
13376         * ltcf-cxx.sh: Add support for GNU.
13377         2001-07-22  Timothy Wall  <twall@redhat.com>
13378         * ltcf-c.sh: Don't disable shared libraries for AIX5/IA64.  Preserve
13379         default settings if using GNU tools with that configuration.
13380         * ltcf-cxx.sh: Ditto.
13381         * ltcf-gcj.sh: Ditto.
13382         2001-07-21  Michael Chastain  <chastain@redhat.com>
13383         * ltconfig: Set max_cmd_len to a maximum of 512Kb, as it seems some
13384         HPUX 11.0 systems have trouble with 1MB.  Mark as gcc-local.
13385         * ltmain.sh: Mark as gcc-local.
13386
13387 2001-08-30  Eric Christopher  <echristo@redhat.com>
13388             Jason Eckhardt  <jle@redhat.com>
13389
13390         * config.guess: Merge from master sources.
13391         * config.sub: Merge from master sources, add support for mipsisa32.
13392
13393 2001-08-25  Geoffrey Keating  <geoffk@redhat.com>
13394         * config.sub: Merge from master sources, rev 1.219.
13395         * MAINTAINERS: Add self as contact for stormy16 port.
13396
13397 2001-08-14  Zack Weinberg  <zackw@panix.com>
13398
13399         * config.sub: Merge from master sources, rev 1.218.
13400         * config.guess: Merge from master sources, rev 1.209.
13401
13402 2001-08-11  Graham Stott  <grahams@redhat.com>
13403
13404         * Makefile.in (check-c++): Add missing semicolon.
13405
13406 Mon Jul 30 19:24:13 CEST 2001  Jan Hubicka  <jh@suse.cz>
13407
13408         * MAINTAINERS (Various maitainers: predict.def): Added myself.
13409
13410 2001-07-30  Eric Christopher  <echristo@redhat.com>
13411
13412         * MAINTAINERS (Various maintainers: mips port): Added myself.
13413
13414 2001-07-25  Andrew Haley  <aph@cambridge.redhat.com>
13415
13416         * configure.in (sh-*-linux*): New.
13417
13418 2001-07-27  Richard Henderson  <rth@redhat.com>
13419
13420         * .cvsignore: Add LAST_UPDATED.
13421
13422 2001-07-23  Ulrich Weigand  <uweigand@de.ibm.com>
13423
13424         * MAINTAINERS (Various maintainers: s390 port): Added myself.
13425
13426 2001-07-16  Aldy Hernandez  <aldyh@redhat.com>
13427
13428         * config.sub: Fix mips64vr5000el typo in CPU-COMPANY.
13429
13430 Fri Jul 13 14:31:57 2001  Nicola Pero  <nicola@brainstorm.co.uk>
13431
13432         * MAINTAINERS (Write After Approval): Added myself.
13433
13434 2001-07-12  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
13435
13436         * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
13437         and libgcj on m68hc11/m68hc12.
13438
13439 2001-06-27  H.J. Lu  (hjl@gnu.org)
13440
13441         * Makefile (CFLAGS_FOR_BUILD): New.
13442         (EXTRA_GCC_FLAGS): Add CFLAGS_FOR_BUILD.
13443
13444 2001-06-13  Joseph S. Myers  <jsm28@cam.ac.uk>
13445
13446         * README: Remove version number.
13447
13448 2001-06-13  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
13449
13450         * INSTALL/README: Update wrt. to the installation instructions now
13451         residing in gcc/doc/install.texi.
13452
13453 2001-06-13  Joseph S. Myers  <jsm28@cam.ac.uk>
13454
13455         * README: Replace with a cut-down and updated version of gcc/README.
13456
13457 2001-06-12  David Edelsohn  <edelsohn@gnu.org>
13458
13459         * config-ml.in (powerpc-*-* | rs6000-*-*): Allow aix64 and pthread
13460         multilibs to be disabled.
13461
13462 2001-06-11  Daniel Berlin  <dan@cgsoftware.com>
13463
13464         * MAINTAINERS (Write After Approval): Add myself.
13465
13466 2001-06-09  Alexandre Oliva  <aoliva@redhat.com>
13467
13468         * config.guess: Import CVS version 1.195.
13469         * config.sub: Import CVS version 1.212.
13470
13471 2001-06-08  Alexandre Oliva  <aoliva@redhat.com>, Jeff Sturm  <jsturm@one-point.com>
13472
13473         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
13474         gcc/xgcc is built, use -print-prog-name to find out the program
13475         name to use.
13476
13477 2001-06-04  Phil Edwards  <pme@sources.redhat.com>
13478
13479         * config.guess:  Import CVS version 1.194.  All gcc-local changes
13480         appear to also be in the master copy.
13481         * config.sub:  Import CVS version 1.211.
13482
13483 Mon Jun  4 16:32:53 2001  Mark Mitchell  <mark@codesourcery.com>
13484
13485         * ltcf-c.sh (archive_cmds, archive_expsym_cmds) [solaris,
13486         with_gcc]: Use `gcc -shared' to build a shared library.
13487
13488 Mon Jun  4 16:24:43 2001  John David Anglin  <dave@hiauly1.hia.nrc.ca>
13489
13490         * ltcf-c.sh (archive_cmd) [hpux, with_gcc]: Use gcc to link shared
13491         archives.
13492
13493 Fri Jun  1 18:55:19 2001  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
13494
13495         * MAINTAINERS (Write After Approval): Add myself.
13496
13497 2001-06-01  Hans-Peter Nilsson  <hp@axis.com>
13498
13499         * configure.in (libstdcxx_flags): Do not try to execute
13500         libstdc++-v3/testsuite_flags until it exists.
13501
13502 2001-06-01  Alan Modra  <amodra@bigpond.net.au>
13503
13504         * MAINTAINERS: Update my email address.
13505
13506 2001-05-31  Graham Stott  <grahams@redhat.com>
13507
13508         * MAINTAINERS (Write After Approval): Add myself.
13509
13510 2001-05-28  Simon Patarin  <simon.patarin@inria.fr>
13511
13512         * ltcf-cxx.sh (osf3/osf4/osf5): Support creation of C++  shared
13513         libraries when using g++ with native linker.
13514
13515 2001-05-28  Alexandre Oliva  <aoliva@redhat.com>
13516
13517         * ltconfig, ltmain.sh: Upgrade to libtool 1.4a 1.641.2.256.
13518
13519 2001-05-22  Alexandre Oliva  <aoliva@redhat.com>
13520
13521         * ltcf-cxx.sh (allow_undefined_flag, no_undefined_flag)
13522         [aix4*|aix5*]: Prepend blank.
13523
13524 2001-05-20  Alexandre Oliva  <aoliva@redhat.com>
13525
13526         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
13527         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.254.  Rebuilt a number
13528         of subdir/configure scripts to use the new libtool.m4.
13529
13530 2001-05-19  Matt Kraai  <kraai@alumni.carnegiemellon.edu>
13531
13532         * MAINTAINERS (Write After Approval): Add myself.
13533
13534 2001-05-18  Benjamin Kosnik  <bkoz@redhat.com>
13535
13536         * configure.in (libstdcxx_flags): Remove reference to libstdc++.INC.
13537
13538 2001-05-11  Ben Elliston  <bje@redhat.com>
13539
13540         * Makefile.in (all-sid): New target.
13541         (check-sid, clean-sid, install-sid): Likewise.
13542
13543 2001-05-09  Jeffrey Oldham  <oldham@codesourcery.com>
13544
13545         * ltcf-cxx.sh: Add -nostdlib to IRIX 6 archive_cmds.
13546
13547 2001-05-03  Alexandre Oliva  <aoliva@redhat.com>
13548
13549         * configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: Disable
13550         libgcj.
13551
13552 2001-05-03  Alexandre Oliva  <aoliva@redhat.com>
13553
13554         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
13555         gcc/xgcc is built, use -print-prog-name to find out the program
13556         name to use.
13557
13558 2001-04-26  Alexandre Oliva  <aoliva@redhat.com>
13559
13560         * configure.in (noconfigdirs): Don't reset it from scratch in the
13561         target case; only append to it.
13562
13563         * configure.in (noconfigdirs) [hppa*-*-*, mips*-*-irix6*,
13564         sparc-*-solaris2.8]: Disable ${libgcj}.
13565
13566 2001-04-25  Alexandre Oliva  <aoliva@redhat.com>
13567
13568         * configure.in (libgcj_saved): Copy from $libgcj.
13569         (libgcj): Zero out if --enable-libgcj; add to noconfigdirs is
13570         --disable-libgcj.
13571
13572 2001-04-25  Gavin Romig-Koch  <gavin@redhat.com>
13573
13574         * MAINTAINERS: Remove self as MIPS maintainer and
13575         C front end maintainer.
13576
13577 Mon Apr 23 09:15:03 2001  Anthony Green  <green@redhat.com>
13578
13579         * configure.in: Move *-chorusos target case to the proper switch.
13580         Disable libgcj.
13581
13582 2001-04-12  Alexandre Oliva  <aoliva@redhat.com>
13583
13584         * ltconfig, ltmain.sh, ltcf-cxx.sh: Upgraded to libtool 1.4a
13585         1.641.2.228.
13586
13587 2001-04-13  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
13588
13589         * Makefile.in (STAGE1_CFLAGS): Pass down.
13590
13591 2001-04-13  Alan Modra  <amodra@one.net.au>
13592
13593         * config.guess: Add hppa64-linux support.  Note for next import that
13594         this is already in the master file.
13595         * configure.in: Likewise.  Accept `parisc' alias for `hppa'.
13596
13597 2001-04-12  Alexandre Oliva  <aoliva@redhat.com>
13598
13599         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
13600         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.226.
13601
13602 2001-04-11  Stan Shebs  <shebs@apple.com>
13603
13604         * MAINTAINERS: Add self as Darwin port maintainer.
13605
13606 2001-04-11  Alan Modra  <amodra@one.net.au>
13607
13608         * MAINTAINERS: Update my email address.
13609
13610 2001-04-10  Loren J. Rittle  <ljrittle@acm.org>
13611
13612         * ltcf-cxx.sh: Support creation of C++ shared libraries on
13613         recent versions of FreeBSD (release 3 or later).
13614         * ltconfig: On FreeBSD, -lc must not be provided when building
13615         a shared library or else the standard -pthread gcc option is
13616         rendered worthless to later users of the built library.
13617
13618 2001-04-06  Joseph S. Myers  <jsm28@cam.ac.uk>
13619
13620         * MAINTAINERS: Add self and RTH as C front end maintainers.
13621
13622 2001-04-05  Alexandre Oliva  <aoliva@redhat.com>
13623
13624         * config.sub: Make sure to match an already-canonicalized
13625         machine name (eg. mn10300-unknown-elf).
13626
13627 2001-04-01  Alexandre Oliva  <aoliva@redhat.com>
13628
13629         * Makefile.in (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS):
13630         New macros.
13631         (bootstrap, cross): Use RECURSE_FLAGS.
13632         * configure.in: Subst CXX_FOR_TARGET_FOR_RECURSIVE_MAKE.
13633
13634 2001-03-27  Alexandre Oliva  <aoliva@redhat.com>
13635
13636         * configure.in (CXX_FOR_TARGET): Use xgcc for libstdc++-v3.
13637
13638 2001-03-22  Colin Howell  <chowell@redhat.com>
13639
13640         * Makefile.in (DO_X): Do not backslash single-quotes in
13641         backquotes (two places).
13642
13643 2001-03-22  Alexandre Oliva  <aoliva@redhat.com>
13644
13645         Re-installed:
13646         2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
13647         * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP.  Do not add
13648         '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
13649         * ltcf-cxx.sh: Likewise.
13650         * ltcf-gcj.sh: Likewise.
13651
13652 2001-03-22  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
13653
13654         * MAINTAINERS: Add myself as "documentation co-maintainer".
13655
13656 2001-03-22  Alexandre Oliva  <aoliva@redhat.com>
13657
13658         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
13659         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.198.
13660
13661 2001-03-19  Tom Tromey  <tromey@redhat.com>
13662
13663         * config-ml.in: Handle GCJ and GCJFLAGS.
13664
13665 2001-03-21  Michael Chastain  <chastain@redhat.com>
13666
13667         * Makefile.in: all-m4 depends on all-texinfo.
13668
13669 2001-03-20  Loren J. Rittle  <ljrittle@acm.org>
13670
13671         * MAINTAINERS: Add myself to write after approval list.
13672
13673 2001-03-18  Laurynas Biveinis  <lauras@softhome.net>
13674
13675         * Makefile.in (DO_X): Quote nested quotes.
13676
13677 2001-03-18  Alan Modra  <alan@linuxcare.com.au>
13678
13679         * MAINTAINERS: Add myself to write after approval list.
13680
13681 2001-03-15  Laurynas Biveinis  <lauras@softhome.net>
13682
13683         * Makefile.in (DO_X): Use double quotes for quoting
13684         "RANLIB=$${RANLIB}".
13685
13686 2001-03-10  Ovidiu Predescu  <ovidiu@cup.hp.com>
13687
13688         * MAINTAINERS: Added Stan Shebs as new maintainer for Objective-C.
13689
13690 2001-03-09  Nicola Pero  <n.pero@mi.flashnet.it>
13691
13692         * configure.in: Only use `lang_requires' for languages athat are
13693         actually enabled.
13694
13695 2001-03-08  Phil Edwards  <pme@sources.redhat.com>
13696
13697         * MAINTAINERS (C++ runtime libs):  Update and alphabatize.
13698
13699 2001-03-08  Alexandre Oliva  <aoliva@redhat.com>
13700
13701         * Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use.
13702
13703 2001-03-07  Tom Tromey  <tromey@redhat.com>
13704
13705         * configure.in: Allow config-lang.in to set `lang_requires' to list
13706         of other required languages.
13707
13708 2001-03-06  Laurynas Biveinis  <lauras@softhome.net>
13709
13710         * Makefile.in: Remove RANLIB definition. Use RANLIB
13711         in RANLIB_FOR_TARGET, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS,
13712         EXTRA_GCC_FLAGS, $(DO_X) targets only when the RANLIB is set.
13713
13714 2001-02-28  Benjamin Kosnik  <bkoz@redhat.com>
13715             Alexandre Oliva  <aoliva@redhat.com>
13716
13717         * Makefile.in (check-c++): Use tabs, not spaces.
13718
13719 2001-02-20  Laurynas Biveinis  <lauras@softhome.net>
13720
13721         * MAINTAINERS: add myself to Write After Approval list.
13722
13723 2001-02-19  Benjamin Kosnik  <bkoz@redhat.com>
13724
13725         * Makefile.in (check-c++): New rule.
13726
13727         * configure.in (target_libs): Remove libg++.
13728         (noconfigdirs): Remove libg++.
13729         (noconfigdirs): Same.
13730         (noconfigdirs): Same.
13731         (noconfigdirs): Same.
13732
13733         * config-ml.in: Remove libg++ references.
13734
13735         * Makefile.in (TARGET_CONFIGDIRS): Remove libio, libstdc++, libg++.
13736         (ALL_TARGET_MODULES): Same.
13737         (configure-target-libg++): Remove.
13738         (all-target-libg++): Remove.
13739         (configure-target-libio): Remove.
13740         (all-target-libio): Remove.
13741         (check-target-libio): Remove.
13742         (.PHONY): Remove.
13743         (libg++.tar.bz2): Remove.
13744         (all-target-cygmon): Remove libio.
13745         (all-target-libstdc++): Remove.
13746         (configure-target-libstdc++): Remove.
13747         (TARGET_LIB_PATH): Remove libstdc++.
13748         (ALL_GCC_CXX): Remove libstdc++.
13749         (all-target-gperf): Correct.
13750
13751 2001-02-16  Nick Clifton  <nickc@redhat.com>
13752
13753         * configure.in (noconfigdirs): Allow configuration of texinfo
13754         for Cygwin hosts.
13755
13756 2001-02-15  Anthony Green  <green@redhat.com>
13757
13758         * configure: Introduce GCJ_FOR_TARGET.
13759         * configure.in: Ditto.
13760         * Makefile.in: Ditto.
13761
13762 2001-02-13  Andreas Schwab  <schwab@suse.de>
13763
13764         * MAINTAINERS: Update mail address.
13765
13766 2001-02-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
13767
13768         * config.guess: Add linux target for S/390.
13769         * config.sub: Likewise.
13770
13771 2001-02-08  Chandrakala Chavva  <cchavva@redhat.com>
13772
13773         * configure.in: for *-chorusos, don't config target-newlib and
13774         target-libgloss.
13775
13776 2001-02-06  Ben Elliston  <bje@redhat.com>
13777
13778         * configure: Output host type to stdout, not stderr.
13779
13780 2001-02-05  Mark Mitchell  <mark@codesourcery.com>
13781
13782         * ltcf-c.sh: Add support for -no-undefined under GNU/Linux.
13783         * ltcf-cxx.sh: Likewise.
13784
13785         * config.if: Assume enable_libstdcxx_v3 is defined.
13786
13787 2001-02-04  Mark Mitchell  <mark@codesourcery.com>
13788
13789         Remove V2 C++ library.
13790         * configure.in: Remove --enable-libstdcxx_v3 support.
13791
13792 2001-01-31  Bryce McKinlay  <bryce@albatross.co.nz>
13793
13794         * include/demangle.h: Add prototype for java_demangle_v3.
13795
13796 2001-01-29  Phil Edwards  <pme@sources.redhat.com>
13797
13798         * COPYING.LIB:  Update to LGPL 2.1 from the FSF.
13799
13800 2001-01-27  Richard Henderson  <rth@redhat.com>
13801
13802         * configure.in (target_makefile_frag) [alpha*-*]: Use mt-alphaieee.
13803
13804 2001-01-27  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
13805
13806         * ltcf-cxx.sh (ac_cv_prog_cc_pic_works, ac_cv_prog_cc_static_works):
13807         Don't unset, it's non-portable and no longer necessary, set to empty
13808         instead.
13809
13810 2001-01-27  Michael Sokolov  <msokolov@ivan.Harhan.ORG>,  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
13811
13812         * ltconfig: Shell portability fix for the tagname validity check.
13813
13814 2001-01-27  Alexandre Oliva  <aoliva@redhat.com>
13815
13816         * ltcf-c.sh (ld_shlibs) [aix5*]: Disable on unknown CPU types.
13817         * ltcf-cxx.sh, ltcf-gcj.sh: Likewise.
13818
13819 2001-01-26  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
13820
13821         * ltcf-cxx.sh: Use parentheses around eval $ac_compile.
13822
13823 2001-01-26  Tom Tromey  <tromey@redhat.com>
13824
13825         * configure.in: Allow libgcj to be built on Sparc Solaris.
13826
13827 2001-01-25  David Edelsohn  <edelsohn@gnu.org>
13828
13829         * ltcf-c.sh: Add aix5 case.
13830         * ltcf-cxx.sh: Likewise.
13831         * ltconfig: Likewise.
13832
13833 2001-01-24  Alexandre Oliva  <aoliva@redhat.com>
13834
13835         * ltmain.sh (TAG disable-shared, TAG disable-static): Make sure we
13836         keep at least one of build_libtool_libs or build_old_libs set to
13837         yes.
13838
13839         * ltcf-gcj.sh (lt_simple_link_test_code): Remove stray `(0)'.
13840         * libtool.m4 (_AC_LIBTOOL_GCJ): Pass $CPPFLAGS on.
13841
13842 2001-01-23  Bryce McKinlay  <bryce@albatross.co.nz>
13843
13844         * configure.in: Enable libgcj on several additional platforms.
13845
13846 2001-01-22  Bryce McKinlay  <bryce@albatross.co.nz>
13847
13848         * configure.in: Enable libgcj for linux targets.
13849
13850 2001-01-20  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
13851
13852         * MAINTAINERS (Write After Approval): Add myself.
13853
13854 2001-01-15  John David Anglin  <dave@hiauly1.hia.nrc.ca>
13855
13856         * MAINTAINERS: Add myself as vax port maintainer.
13857
13858 2001-01-11  Fergus Henderson  <fjh@cs.mu.oz.au>
13859
13860         * MAINTAINERS: Add myself as Mercury front-end maintainer.
13861
13862 2001-01-09  Mike Stump  <mrs@wrs.com>
13863
13864         * Makefile.in (CONFIGURE_TARGET_MODULES): Pass back configuration
13865         failures of subdirectories.
13866
13867 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
13868
13869         * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP.  Do not add
13870         '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
13871         * ltcf-cxx.sh: Likewise.
13872         * ltcf-gcj.sh: Likewise.
13873         * ltconfig.sh: Fix typo.
13874
13875 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
13876
13877         * configure: handle DOS-style absolute paths.
13878
13879 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
13880
13881         * configure.in: remove supported directories from $noconfigdirs for DJGPP.
13882
13883 2000-12-30  Marek Michalkiewicz  <marekm@linux.org.pl>
13884
13885         * MAINTAINERS: Add myself as avr port co-maintainer.
13886
13887 2000-12-28  Ben Elliston  <bje@redhat.com>
13888
13889         * MAINTAINERS: Add myself under ``Write After Approval''.
13890
13891 2000-12-19  Joseph S. Myers  <jsm28@cam.ac.uk>
13892
13893         * texinfo: Remove directory from GCC.
13894
13895 2000-12-18  Joseph S. Myers  <jsm28@cam.ac.uk>
13896
13897         * COPYING: Update to current
13898         ftp://ftp.gnu.org/pub/gnu/Licenses/COPYING-2.0 (fixes references
13899         to 19yy as example year in copyright notice).
13900
13901 2000-12-18  Benjamin Kosnik  <bkoz@redhat.com>
13902
13903         * Makefile.in (BASE_FLAGS_TO_PASS): Alphabetize.
13904         (libstdcxx_incdir): Pass down.
13905         * config.if: Remove expired bits for cxx_interface, add stub.
13906         (libstdcxx_incdir): Add variable for g++ include directory.
13907         * configure.in (gxx_include_dir): Use it.
13908
13909 2000-12-18  Alexandre Oliva  <aoliva@redhat.com>
13910
13911         * MAINTAINERS: Added self as sh port co-maintainer.  Removed entry
13912         with old-email address from ``Write After Approval''.
13913
13914 2000-12-15  Andreas Jaeger  <aj@suse.de>
13915
13916         * configure.in: Handle lang_dirs.
13917
13918 2000-12-14  Tom Tromey  <tromey@redhat.com>
13919
13920         * MAINTAINERS: Removed brads.
13921
13922         * MAINTAINERS: Added gcj developers.
13923
13924 2000-12-13  Anthony Green  <green@redhat.com>
13925
13926         * configure.in: Disable libgcj for any target not specifically
13927         listed.  Disable libgcj for x86 and Alpha Linux until compatible
13928         with g++ abi.
13929
13930 2000-12-13  Mike Stump  <mrs@wrs.com>
13931
13932         * Makefile.in (local-distclean): Also remove fastjar.
13933
13934 2000-12-12  Rodney Brown  <RodneyBrown@mynd.com>
13935
13936         * contrib/gcc_update: Add fastjar --touch entries.
13937
13938 2000-12-12  Alexandre Oliva  <aoliva@redhat.com>
13939
13940         * configure.in: Disable language-specific target libraries for
13941         languages that aren't enabled.
13942
13943 2000-12-10  Anthony Green  <green@redhat.com>
13944
13945         * configure.in: Define libgcj.  Disable libgcj target libraries for
13946         most targets.
13947
13948 2000-12-10  Neil Booth  <neilb@earthling.net>
13949
13950         * MAINTAINERS: Update mail address, remove from WAA list.
13951
13952 2000-12-09  Alexandre Petit-Bianco  <apbianco@cygnus.com>
13953
13954         * libjava: Imported from /cvs/java.
13955         * libffi: Likewise.
13956         * Boehm-gc: Likewise.
13957
13958 2000-12-09  Alexandre Petit-Bianco  <apbianco@cygnus.com>
13959
13960         * configure.in (target_libs): Revert 2000-12-08 patch.
13961         (noconfigdirs): Added target-libjava.
13962
13963 2000-12-09  Laurynas Biveinis  <lauras@softhome.net>
13964
13965         * djunpack.bat: removed.
13966
13967 2000-12-09  Laurynas Biveinis  <lauras@softhome.net>
13968
13969         * Makefile.in: handle DOS-style absolute paths.
13970         * config-ml.in: likewise.
13971         * symlink-tree: likewise.
13972
13973 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
13974
13975         * fastjar: Imported.
13976
13977 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
13978
13979         * Makefile.in (TARGET_CONFIGDIRS): Wrong place. Removed note about
13980         libjava.
13981         * configure.in (target_libs): Removed `target-libjava'.
13982
13983 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
13984
13985         * Makefile.in (TARGET_CONFIGDIRS): Added note about libjava.
13986         (ALL_MODULES): Added fastjar.
13987         (NATIVE_CHECK_MODULES, INSTALL_MODULES, CLEAN_MODULES): Likewise.
13988         (all-target-libjava): all-fastjar replaces all-zip.
13989         (all-fastjar): Added.
13990         (configure-target-fastjar, all-target-fastjar): Likewise.
13991         * configure.in (host_tools): Added fastjar.
13992
13993 2000-12-07  Mike Stump  <mrs@wrs.com>
13994
13995         * Makefile.in (local-distclean): Remove leftover built files.
13996
13997 2000-11-24  Nick Clifton  <nickc@redhat.com>
13998
13999         * configure.in (xscale-elf): Add target.
14000         (xscale-coff): Add target.
14001
14002 2000-11-22  Loren J. Rittle  <ljrittle@acm.org>
14003
14004         * ltcf-cxx.sh: Support creation of C++ shared libraries on
14005         recent versions of FreeBSD (release 3 or later).
14006         * ltconfig: On FreeBSD, -lc must not be provided when building
14007         a shared library or else the standard -pthread gcc option is
14008         rendered worthless to later users of the built library.
14009
14010 2000-11-16  Fred Fish  <fnf@be.com>
14011
14012         * configure.in (enable_libstdcxx_v3): Fix typo,
14013         libstd++ -> libstdc++.
14014
14015 2000-11-21  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
14016
14017         * MAINTAINERS: Add self to Write After Approval list.
14018
14019 2000-11-21  Bernd Schmidt  <bernds@redhat.com>
14020
14021         * MAINTAINERS: Update my email address.  Add myself to global write
14022         privs list.
14023
14024 2000-11-18  Alexandre Oliva  <aoliva@redhat.com>
14025
14026         * Makefile.in: Merge with src and libgcj.
14027         (ALL_GCC_C, ALL_GCC_CXX): New macros.  Use them as dependencies of
14028         configure-target-<library> when their configure scripts need the C
14029         or C++ library to have already been built to work properly.
14030         (do_proto_toplev): Set them to an empty string.
14031
14032         * Makefile.in (HOST_LIB_PATH, TARGET_LIB_PATH): New macros.
14033         (REALLY_SET_LIB_PATH): Use them.
14034
14035 2000-11-17  Stan Shebs  <shebs@apple.com>
14036
14037         * MAINTAINERS: Add self to Write After Approval list.
14038
14039 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
14040
14041         * configure: Provide the original toplevel configure arguments
14042         (including $0) to subprocesses in the environment rather than
14043         through gcc/configargs.h.
14044
14045 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
14046
14047         * MAINTAINERS: Remove references to cccp. Change C9X reference to
14048         C99.  Alphabetise "Write After Approval" list.
14049
14050 2000-11-12  Mark Mitchell  <mark@codesourcery.com>
14051
14052         * configure: Turn on libstdc++ V3 by default.
14053
14054         * ltcf-c.sh: On Solaris, use `gcc -shared' to build a shared library
14055         if we've got GCC.
14056
14057 2000-11-11  Philip Blundell  <philb@gnu.org>
14058
14059         * MAINTAINERS: Add self to Write After Approval list.
14060
14061 2000-11-09  David Edelsohn  <edelsohn@gnu.org>
14062
14063         * ltcf-c.sh (aix4): Improve shared library configuration; require
14064         exporting symbols.
14065         * ltcf-cxx.sh (aix4): Define.
14066         * ltconfig (aix4): Define library and soname specs appropriate for
14067         AIX.  Define command to create export symbols list.
14068
14069 Mon Nov  6 14:19:35 2000  Christopher Faylor  <cgf@cygnus.com>
14070
14071         * config.sub: Add support for Sun Chorus
14072
14073 2000-10-31  Nick Clifton  <nickc@redhat.com>
14074
14075         * MAINTAINERS: Rename <name>@cygnus.com addresses to
14076         <name>@redhat.com.  Also installed new email address for Clint
14077         Popetz.
14078
14079 2000-10-30  Joseph S. Myers  <jsm28@cam.ac.uk>
14080
14081         * etc: Remove directory from GCC.
14082
14083 2000-10-16  Michael Meissner  <meissner@redhat.com>
14084
14085         * configure (gcc/configargs.h): Only create if there is a build GCC
14086         directory created.
14087
14088 2000-10-16  Matthias Klose  <doko@debian.org>
14089
14090         * config.if: Search libstdc++-v3/configure.in for INTERFACE,
14091         when configured for libstdc++-v3.
14092
14093 2000-10-05  Phil Edwards  <pme@gcc.gnu.org>
14094
14095         * configure: Save configure arguments to gcc/configargs.h.
14096
14097 2000-10-04  Philipp Thomas  <pthomas@suse.de>
14098
14099         * config.guess: Import CVS version 1.157.
14100         * config.sub: Import CVS version 1.181.
14101
14102 2000-10-04  Andris Pavenis  <pavenis@latnet.lv>
14103
14104         * Makefile.in (bootstrap): avoid recursion if subdir missing
14105         (cross): ditto
14106         (do-proto-toplev): ditto
14107
14108 2000-09-30  Alexandre Oliva  <aoliva@redhat.com>
14109
14110         * Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4,
14111         ltcf-c.sh, ltcf-cxx.sh and ltcf-gcj.sh.
14112
14113         * ltconfig, ltmain.sh, libtool.m4, ltcf-cxx.sh: Updated from libtool
14114         multi-language branch, to work around Solaris' /bin/sh bug.  Rebuilt
14115         all affected `configure' scripts.
14116
14117 Mon 25-Sep-2000 19:46:09 BST  Neil Booth  <neilb@earthling.net>
14118
14119         * MAINTAINERS: Add self as cpplib co-maintainer.
14120
14121 2000-09-24  Aldy Hernandez  <aldyh@redhat.com>
14122
14123         * MAINTAINERS: Add self to Write After Approval list.
14124
14125 2000-09-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
14126
14127         * INSTALL/README: egcs -> GCC update.
14128
14129 Sun Sep 17 16:55:59 CEST 2000  Marc Espie  <espie@cvs.openbsd.org>
14130
14131         * MAINTAINERS: Add myself to Write After Approval list.
14132
14133 2000-09-15  Kazu Hirata  <kazu@hxi.com>
14134
14135         * MAINTAINERS: Add myself to Write After Approval list.
14136
14137 Wed Sep 13 11:11:29 2000  Jeffrey A Law  (law@cygnus.com)
14138
14139         * configure.in: Do not build byacc for hppa64.  Provide paths to the
14140         X11 libraries for hppa64.
14141
14142 2000-09-08  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
14143
14144         * MAINTAINERS: Add myself as 68hc11 port maintainer.
14145
14146 2000-09-06  Alexandre Oliva  <aoliva@redhat.com>
14147
14148         * Makefile.in (all-zlib): Added dummy target.
14149
14150         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
14151         ltcf-gcj.sh: Updated from libtool multi-language branch.
14152
14153 2000-09-05  Alexandre Oliva  <aoliva@redhat.com>
14154
14155         * Makefile.in (all-bootstrap): Added all-texinfo and all-zlib.
14156         (bootstrap*): Depend on all-bootstrap.
14157
14158 2000-09-05  Philipp Thomas  <pthomas@suse.de>
14159
14160         * config.guess: Import CVS version 1.156.
14161         * config.sub: Import CVS version 1.179.
14162
14163 2000-09-02  Anthony Green  <green@cygnus.com>
14164
14165         * Makefile.in (all-gcc): Depend on all-zlib.
14166         (CLEAN_MODULES): Add clean-zlib.
14167         (ALL_MODULES): Add all-zlib.
14168         * configure.in (host_libs): Add zlib.
14169
14170 2000-09-02  Alexandre Oliva  <aoliva@redhat.com>, DJ Delorie  <dj@redhat.com>
14171
14172         * configure.in (FLAGS_FOR_TARGET): Use -nostdinc even for Canadian
14173         crosses, but add gcc/include to the header search path for them.
14174
14175 2000-08-04  David E. O'Brien  <obrien@FreeBSD.org>
14176
14177         * MAINTAINERS: Add self to Write After Approval list.
14178
14179 2000-08-27  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
14180
14181         * config.guess: Import CVS version 1.152.
14182         * config.sub: Import CVS version 1.177.
14183
14184 2000-08-25  Alexandre Oliva  <aoliva@redhat.com>
14185
14186         * configure.in (FLAGS_FOR_TARGET): Use $target_configdirs and
14187         $targargs to tell whether newlib is going to be built.
14188
14189         * configure.in [disable-libstdcxx-v3] (libstdcxx_flags): Search
14190         $$r/TARGET_SUBDIR/libio for _G_config.h.
14191
14192 2000-08-23  Alexandre Oliva  <aoliva@redhat.com>
14193
14194         * MAINTAINERS: Add self as a build machinery (*.in) maintainer.
14195
14196 2000-08-22  DJ Delorie  <dj@redhat.com>
14197
14198         * MAINTAINERS: Add self as a build machinery (*.in) maintainer
14199
14200 2000-08-22  Alexandre Oliva  <aoliva@redhat.com>
14201
14202         * config-ml.in (CC, CXX): Avoid trailing whitespace.
14203         (LD_LIBRARY_PATH, SHLIB_PATH): Adjust for multilibs and export to
14204         sub-configures.
14205
14206 2000-08-21  DJ Delorie  <dj@redhat.com>
14207
14208         * MAINTAINERS: Add self as a libiberty maintainer
14209
14210 2000-08-16  Alexandre Oliva  <aoliva@redhat.com>
14211
14212         * configure.in (libstdcxx_flags): Use
14213         libstdc++-v3/src/libstdc++.INC.
14214
14215 2000-08-15  Alexandre Oliva  <aoliva@redhat.com>
14216
14217         * configure.in (libstdcxx_flags): Use libstdc++-v3/src/INCLUDES.
14218
14219 2000-08-14  Zack Weinberg  <zack@wolery.cumb.org>
14220
14221         * configure.in (libstdcxx_flags): Remove -isystem $$s/libio/stdio.
14222
14223         * configure: Make enable_threads and enable_shared defaults
14224         explicit.  Substitute enable_threads into generated Makefiles.
14225         * configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
14226         * libtool.m4: Accept *-*-linux* not just *-*-linux-gnu*.
14227
14228 2000-08-13  Geoff Keating  <geoffk@cygnus.com>
14229
14230         * Makefile.in (GCC_FOR_TARGET): Also add -B$$r/gcc/ here.
14231
14232 2000-08-12  Alexandre Oliva  <aoliva@redhat.com>
14233
14234         * config-ml.in (CC): Remove bogus duplicate quotation mark from
14235         previous delta.
14236
14237 2000-08-11  Jason Merrill  <jason@redhat.com>
14238
14239         * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET,
14240         CXX_FOR_TARGET): Add -B$$r/gcc/ here.
14241         (FLAGS_FOR_TARGET): Not here.
14242         (CHILL_FOR_TARGET, CXX_FOR_TARGET): Don't check the list of languages.
14243
14244 2000-08-11  Alexandre Oliva  <aoliva@redhat.com>
14245
14246         * config-ml.in (CC, CXX): Don't introduce a leading space.
14247
14248 2000-08-07  DJ Delorie  <dj@delorie.com>
14249
14250         * MAINTAINERS: Add self as a DJGPP maintainer
14251
14252 2000-08-07  DJ Delorie  <dj@redhat.com>
14253
14254         * configure.in (FLAGS_FOR_TARGET): invert test for xgcc, should mean
14255         "if we're also building gcc, and it's a gcc that will run on the
14256         build machine, we want to use its includes instead of the system's
14257         default includes".
14258
14259 2000-08-04  Joseph S. Myers  <jsm28@cam.ac.uk>
14260
14261         * MAINTAINERS: Add self to Write After Approval list.
14262
14263 2000-08-03  Alexandre Oliva  <aoliva@redhat.com>
14264
14265         * configure.in (libstdcxx_flags): Don't use `"'.
14266
14267         * config-ml.in: Adjust multilib search paths to the
14268         appropriate multilib tree.
14269
14270 2000-08-02  Alexandre Oliva  <aoliva@redhat.com>
14271
14272         * configure.in (CHILL_FOR_TARGET, CXX_FOR_TARGET): Convert blanks to
14273         commas in $LANGUAGES.
14274
14275 2000-08-02  Manfred Hollstein  <manfredh@redhat.com>
14276
14277         * configure.in: Re-enable all references to libg++ and librx.
14278
14279 2000-08-01  Alexandre Oliva  <aoliva@redhat.com>
14280
14281         * ltconfig, ltmain.sh: Update from libtool multi-language branch.
14282         * ltcf-c.sh (need_lc): Fix test message.  Set wl for archive_cmds.
14283         (ac_cv_prog_cc_pic): Don't print `cached' without `checking'.
14284         * ltcf-cxx.sh (need_lc): Set based on postdeps.
14285
14286         * configure.in (qCXX_FOR_TARGET): Use echo instead of expr.
14287
14288 2000-07-31  Alexandre Oliva  <aoliva@redhat.com>
14289
14290         * configure.in (qCXX_FOR_TARGET): Quote `&' characters in
14291         CXX_FOR_TARGET for sed.
14292
14293 2000-07-30  Alexandre Oliva  <aoliva@redhat.com>
14294
14295         * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET, CXX_FOR_TARGET):
14296         Do not override if already set in the environment or in configure.
14297         Don't duplicate $(FLAGS_FOR_TARGET) if it already appears in them.
14298         (FLAGS_FOR_TARGET): Don't use host directories on Canadian crosses.
14299
14300 2000-07-28  Alexandre Oliva  <aoliva@redhat.com>
14301
14302         * libtool.m4, ltcf-c.sh, ltcf-cxx.sh, ltcf-gcj.sh: New files from
14303         the libtool CVS tree multi-language branch.
14304         * ltconfig, ltmain.sh: Updated.
14305
14306 2000-07-27  Alexandre Oliva  <aoliva@redhat.com>
14307
14308         * Makefile.in (clean-target-libgcc): Remove gcc/libgcc.
14309         (clean-target): Depend on it.
14310
14311         * Makefile.in (FLAGS_FOR_TARGET): New macro.
14312         (GCC_FOR_TARGET): Use it.
14313         (CC_FOR_TARGET, CXX_FOR_TARGET, CHILL_FOR_TARGET): Now defined...
14314         * configure.in: ... here.
14315         (FLAGS_FOR_TARGET): Define.  Add ld build dir to -L path.
14316         (libstdcxx_flags): Define and append to CXX_FOR_TARGET.
14317
14318 2000-07-24  Eric Christopher  <echristo@cygnus.com>
14319
14320         * MAINTAINERS: Add self to Write After Approval list.
14321
14322 2000-07-24  Alexandre Oliva  <aoliva@redhat.com>
14323
14324         * Makefile.in (configure-target-libf2c): Depend on $(ALL_GCC).
14325         (configure-target-libchill, configure-target-libobjc): Likewise.
14326
14327         * configure.in: Use the same cache file for all target libs.
14328         * config-ml.in: But different cache files per multilib variant.
14329
14330 2000-07-23  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
14331
14332         * configure (topsrcdir): Don't use dirname.
14333
14334 2000-07-22  Jeffrey Oldham  <oldham@codesourcery.com>
14335
14336         * MAINTAINERS: Add self to Write After Approval list.
14337
14338 2000-07-20  Jason Merrill  <jason@redhat.com>
14339
14340         * configure.in: Remove all references to libg++ and librx.
14341
14342         * configure, configure.in, Makefile.in: Unify gcc and binutils.
14343
14344 2000-07-20  Hans-Peter Nilsson  <hp@axis.com>
14345
14346         * config.sub: Update to subversions version 2000-07-06.
14347
14348 2000-07-12  Andrew Haley  <aph@cygnus.com>
14349
14350         * configure.in (host_makefile_frag): Use mh-ia64pic on IA-64 hosts.
14351         (target_makefile_frag): Use mt-ia64pic on IA-64 targets.
14352
14353 2000-07-07  Phil Edwards  <pme@sourceware.cygnus.com>
14354
14355         * symlink-tree:  Check number of arguments.
14356
14357 2000-07-05  Jim Wilson  <wilson@cygnus.com>
14358
14359         * Makefile.in (CXX_FOR_TARGET): Add libstdc++ to the library
14360         search path for a g++ extracted from the build tree.  This
14361         will allow link tests run by configure scripts in
14362         subdirectories to succeed.
14363
14364 2000-07-01  Koundinya K  <kk@ddeorg.soft.net>
14365
14366         * ltconfig: Add support for mips-dde-sysv4.2MP
14367
14368 2000-06-29  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
14369
14370         * MAINTAINERS: Add myself as loop discovery maintainer.
14371
14372 2000-06-28  Corinna Vinschen  <vinschen@cygnus.com>
14373
14374         * ltconfig: Check for host_os beeing one of `cygwin', `mingw' or
14375         `os2'. Force ac_cv_exeext to be ".exe" in that case.
14376
14377 2000-06-19  Timothy Wall  <twall@cygnus.com>
14378
14379         * configure.in (noconfigdirs): Set noconfigdirs for tic54x target.
14380         * config.sub: Add tic54x target.
14381
14382 Sun Jun 11 17:20:00 MET 2000  Toon Moene  <toon@moene.indiv.nluug.nl>
14383
14384         * MAINTAINERS: Add self as Fortran maintainer,
14385         remove Craig Burley.
14386
14387 Tue May 30 19:01:12 2000  Andrew Cagney  <cagney@b1.cygnus.com>
14388
14389         * config.sub: Import CVS version 1.167 Tue May 30 09:00:07 2000.
14390         * config.guess: Import CVS version 1.148 Tue May 30 09:00:06 2000
14391
14392 Mon May 29 21:15:00 MET 2000  Philipp Thomas  <pthomas@suse.de>
14393
14394         * MAINTAINERS: Add self as i18n maintainer
14395
14396 20000-05-21  H.J. Lu  (hjl@gnu.org)
14397
14398         * Makefile.in (CC_FOR_TARGET): Make sure as/ld in the gcc
14399         directory are used if they exist. Make sure
14400         $(build_tooldir)/include is searched for header files,
14401         $(build_tooldir)/lib/ for library files.
14402         (GCC_FOR_TARGET): Likewise.
14403         (CXX_FOR_TARGET): Likewise.
14404
14405 Thu May 18 10:58:13 2000  Jeffrey A Law  (law@cygnus.com)
14406
14407         * configure.in (hppa*64*-*-*): Do build ld for this configuration.
14408
14409 Wed May 17 16:03:48 2000  Alexandre Oliva  <aoliva@cygnus.com>
14410
14411         * Makefile.in (configure-target-libiberty): Depend on
14412         configure-target-newlib.
14413
14414 2000-05-16  Alexandre Oliva  <aoliva@cygnus.com>
14415
14416         * configure.in, Makefile.in: Merge all libffi-related
14417         configury stuff from the libgcj tree.
14418
14419 Tue May 16 10:06:21 2000  Andrew Cagney  <cagney@b1.cygnus.com>
14420
14421         Thu Apr 27 11:01:48 2000 Andrew Cagney <cagney@b1.cygnus.com>:
14422         * Makefile.in (do-tar-bz2, do-md5sum): Skip CVS directories.
14423
14424 Tue May 16 09:57:35 2000  Andrew Cagney  <cagney@b1.cygnus.com>
14425
14426         Wed Apr 26 17:03:53 2000 Andrew Cagney <cagney@b1.cygnus.com>:
14427         * Makefile.in (do-djunpack): New target. Update djunpack.bat with
14428         current version information.  Add to proto-toplev directory.
14429         (gdb-taz): Build do-djunpack.
14430
14431 2000-05-15  David Edelsohn  <edelsohn@gnu.org>
14432
14433         * configure.in: Special case powerpc*-*-aix* target_makefile_frag.
14434
14435 Mon May 15 13:39:09 2000  Andrew Cagney  <cagney@b1.cygnus.com>
14436
14437         * MAINTAINERS: Add self to Write After Approval list.
14438
14439 2000-05-13 Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
14440
14441         * ltmain.sh: Preserve in relink_command any environment
14442         variables that may affect the linker behavior.
14443
14444 Fri May 12 11:23:17 2000  Jeffrey A Law  (law@cygnus.com)
14445
14446         * config.sub (basic_machine): Recognize hppa64 as a valid cpu type.
14447
14448 Wed May 10 21:26:51 2000  Jim Wilson  <wilson@cygnus.com>
14449
14450         * configure.in (ia64*-*-elf*): Add gdb and friends to noconfigdirs.
14451
14452 2000-05-08  Eli Zaretskii  <eliz@is.elta.co.il>
14453
14454         * djunpack.bat: Change the Sed script to replace @V@ in fnchange.lst
14455         with the version name.
14456
14457 Sat May  6 21:12:55 CDT 2000  Jason Eckhardt  <jle@cygnus.com>
14458
14459         * MAINTAINERS: Add self as bb-reorder maintainer.
14460
14461 2000-05-01  Benjamin Kosnik  <bkoz@cygnus.com>
14462
14463         * config.if: Tweak.
14464
14465 2000-04-23  Eli Zaretskii  <eliz@is.elta.co.il>
14466
14467         * djunpack.bat: New file.
14468
14469 Wed Apr 19 12:46:26 2000  Andrew Cagney  <cagney@b1.cygnus.com>
14470
14471         * Makefile.in (taz, gdb-taz, gas.tar.bz2, binutils.tar.bz2,
14472         gas+binutils.tar.bz2, libg++.tar.bz2, gnats.tar.bz2, gdb.tar.bz2,
14473         dejagnu.tar.bz2, gdb+dejagnu.tar.bz2, insight.tar.bz2,
14474         insight+dejagnu.tar.bz2, newlib.tar.bz2): Pass MD5PROG to sub-make.
14475
14476 2000-04-16  Dave Pitts  <dpitts@cozx.com>
14477
14478         * config.sub (case $basic_machine): Change default for "ibm-*"
14479         to "openedition".
14480
14481 2000-04-13  Andreas Jaeger  <aj@suse.de>
14482
14483         * MAINTAINERS: Added myself.
14484
14485 Wed Apr 12 16:42:48 2000  Andrew Cagney  <cagney@b1.cygnus.com>
14486
14487         * Makefile.in (gdb-taz): New target.  GDB specific archive.
14488         (do-md5sum): New target.
14489         (MD5PROG): Define.
14490         (PACKAGE): Default to TOOL.
14491         (VER): Default to a shell script.
14492         (taz): Rewrite target.  Move real work to do-proto-toplev.  Include
14493         md5 checksum generation.
14494         (do-proto-toplev): New target. Create $(PACKAGE)-$(VER) link.
14495         (do-tar-bz2): Delete creation of $(PACKAGE)-$(VER) link.
14496         (gdb.tar.bz2, dejagnu.tar.bz2, gdb+dejagnu.tar.bz2,
14497         insight.tar.bz2): Use gdb-taz to create archive.
14498
14499 Fri Apr  7 18:10:29 2000  Andrew Cagney  <cagney@b1.cygnus.com>
14500
14501         * configure (warn_cflags): Delete.
14502
14503 Thu Apr  6 16:15:14 2000  Philippe De Muyter  <phdm@macqel.be>
14504
14505         * MAINTAINERS: Added myself.
14506
14507 2000-04-05  Benjamin Kosnik  <bkoz@cygnus.com>
14508             Martin v. Löwis  <martin@loewis.home.cs.tu-berlin.de>
14509
14510         * configure.in (enable_libstdcxx_v3): Add.
14511         (target_libs): Add bits here to switch between libstdc++-v2 and
14512         libstdc++-v3.
14513         * config.if: And this file too.
14514         * Makefile.in: Add libstdc++-v3 targets.
14515
14516 2000-04-05  Michael Meissner  <meissner@redhat.com>
14517
14518         * config.sub (d30v): Add d30v as a basic machine type.
14519
14520 2000-03-29  Jason Merrill  <jason@casey.cygnus.com>
14521
14522         * configure.in: -linux-gnu*, not -linux-gnu.
14523
14524 Sun Mar 12 17:30:30 2000  Toon Moene  <toon@moene.indiv.nluug.nl>
14525
14526         * MAINTAINERS: Add self in write-after-approval section.
14527
14528 Sun Mar 12 00:23:32 2000  Jim Wilson  <wilson@cygnus.com>
14529
14530         * MAINTAINERS: Add self as ia64 port maintainer.
14531
14532 2000-03-08  Neil Booth  <NeilB@earthling.net>
14533
14534         * MAINTAINERS: Add self in write-after-approval section.
14535
14536 Fri Mar  3 18:44:08 2000  Andrew Cagney  <cagney@b1.cygnus.com>
14537
14538         * Makefile.in (taz): Set PACKAGE to TOOL when not defined.
14539         (do-tar-bz2): Replace TOOL with PACKAGE.
14540         (gdb.tar.bz2): Remove GDBTK from GDB package.
14541         (gdb+dejagnu.tar.bz2, insight.tar.bz2, insight+dejagnu.tar.bz2,
14542         dejagnu.tar.bz2): New packages.
14543
14544 2000-02-27  Andreas Jaeger  <aj@suse.de>
14545
14546         * configure.in: Add entry for mips*-*-linux*, move catch all
14547         *-*-*linux* entry below this one.
14548
14549 2000-02-27  Ian Lance Taylor  <ian@zembu.com>
14550
14551         * ltconfig, ltmain.sh: Update to libtool 1.3.4.
14552
14553 2000-02-24  Nick Clifton  <nickc@cygnus.com>
14554
14555         * config.sub: Support an OS of "wince".
14556
14557 Thu Feb 24 16:15:56 2000  Andrew Cagney  <cagney@b1.cygnus.com>
14558
14559         * config.guess, config.sub: Updated to match config's 2000-02-15
14560         version.
14561
14562 2000-02-23  Linas Vepstas  <linas@linas.org>
14563
14564         * config.sub: Add support for Linux/IBM 370.
14565         * configure.in: Likewise.
14566
14567 2000-02-22  Nick Clifton  <nickc@cygnus.com>
14568
14569         * configure.in: Add mips-pe, sh-pe and arm-wince-pe targets.
14570
14571 2000-02-20  Christopher Faylor  <cgf@cygnus.com>
14572
14573         * config.guess: Guess "cygwin" rather than "cygwin32".
14574
14575 2000-02-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14576
14577         * configure (gcc_version): When setting, narrow search to
14578         lines containing `version_string'.
14579
14580 2000-02-15  Denis Chertykov  <denisc@overta.ru>
14581
14582         * config.sub: Add support for avr target.
14583
14584 2000-02-14  Nick Clifton  <nickc@cygnus.com>
14585
14586         * MAINTAINERS: Add maintainers for MCore port.
14587
14588 Tue Feb  1 00:07:46 2000  Hans-Peter Nilsson  <hp@bitrange.com>
14589
14590         * config.sub: Add mmix-knuth-mmixware.
14591
14592 2000-01-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14593
14594         * MAINTAINERS: Pair cccp with cpplib maintainership.
14595
14596 2000-01-27  Christopher Faylor  <cgf@redhat.com>
14597
14598         * Makefile.in (CC_FOR_TARGET): Add new winsup directory
14599         structure stuff to -L library search.
14600         (CXX_FOR_TARGET): Ditto.
14601         (CROSS_CHECK_MODULES): Fix spelling mistake.
14602
14603 2000-01-24  Mark Mitchell  <mark@codesourcery.com>
14604
14605         * Makefile.in (CXX_FOR_TARGET): Use g++, not xgcc, to invoke
14606         the C++ compiler.
14607
14608 2000-01-12  Richard Henderson  <rth@cygnus.com>
14609
14610         * configure.in: Don't build some bits for beos.
14611
14612 2000-01-12  Joel Sherrill (joel@OARcorp.com)
14613
14614         * Makefile.in (CC_FOR_TARGET): Use newlib libraries as well
14615         as include files.
14616
14617 2000-01-11  Zack Weinberg  <zack@wolery.cumb.org>
14618
14619         * Add self as cpplib maintainer, as requested by Jason
14620         Merrill.  Correct my e-mail address.
14621
14622 2000-01-06  Geoff Keating  <geoffk@cygnus.com>
14623
14624         * configure.in: Use mt-aix43 to handle *_TARGET defs,
14625         not mh-aix43.
14626
14627 Thu Dec 23 03:43:36 1999  Hans-Peter Nilsson  <hp@bitrange.com>
14628
14629         * MAINTAINERS: Add myself to "write after approval" list.
14630
14631 1999-12-14  Richard Henderson  <rth@cygnus.com>
14632
14633         * config.guess (alpha-osf, alpha-linux): Detect ev67.
14634         * config.sub: Accept alphaev[78], alphaev8.
14635
14636 1999-12-03  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
14637
14638         * config.guess, config.sub: Update from autoconf.
14639
14640 1999-11-29  Bruce Korb  <autogen@linuxbox.com>
14641
14642         * MAINTAINERS:  update my playtime e-address.
14643
14644 Tue Nov 23 00:57:41 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
14645
14646         * config-ml.in (sparc*-*-*): Disable sparcv9 support if the
14647         necessary libraries are missing.
14648
14649 Fri Nov 19 11:22:31 MST 1999  Diego Novillo  <dnovillo@cygnus.com>
14650
14651         * MAINTAINERS: Add new 'write after approval' maintainer.
14652
14653 Wed Nov 17 16:08:43 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
14654
14655         * MAINTAINERS: Add new Java maintainer.
14656
14657 1999-10-25  Andreas Schwab  <schwab@suse.de>
14658
14659         * configure: Fix quoting inside arguments of eval.
14660
14661 1999-10-21  Nick Clifton  <nickc@cygnus.com>
14662
14663         * config-ml.in: Allow suppression of some ARM multilibs.
14664
14665 Tue Sep  7 23:33:57 1999  Linas Vepstas  <linas@linas.org>
14666
14667         * config.guess: Add OS/390 match pattern.
14668         * config.sub: Add mvs, openedition targets.
14669         * configure.in (i370-ibm-opened*): New.
14670
14671 1999-09-04  Steve Chamberlain  <sac@pobox.com>
14672
14673         * config.sub: Add support for configuring for pj.
14674
14675 1999-08-31  Nick Clifton  <nickc@cygnus.com>
14676
14677         * config.sub (maybe_os): Add support for configuring for fr30.
14678
14679 1999-08-25  Nick Clifton  <nickc@cygnus.com>
14680
14681         * configure.in: Do not configure or build ld for AIX
14682         platforms.  ld is known to be broken on these platforms.
14683
14684 Wed Aug 25 01:12:25 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
14685
14686         * config-ml.in: Pass compiler flag corresponding to multidirs to
14687         subdir configures.
14688
14689 1999-08-09  Ian Lance Taylor  <ian@zembu.com>
14690
14691         * Makefile.in (LDFLAGS): Define.
14692
14693 1999-08-08  Mumit Khan  <khan@xraylith.wisc.edu>
14694
14695         * configure.in (i[3456]-*-mingw32*): Don't put gprof in
14696         noconfigdirs.
14697         (*-*-cygwin*): Likewise.
14698
14699 1999-08-08  Ian Lance Taylor  <ian@zembu.com>
14700
14701         * mkdep: New file.
14702         * Makefile.in (GAS_SUPPORT_DIRS): Add mkdep.
14703         (BINUTILS_SUPPORT_DIRS): Add mkdep.
14704
14705         From Eli Zaretskii <eliz@is.elta.co.il>:
14706         * configure (tmpfile): Change cONf$$ to cNf$$ to avoid an overly
14707         long file name when using DJGPP on MS-DOS.
14708
14709 Wed Aug  4 02:07:14 1999  Jeffrey A Law  (law@cygnus.com)
14710
14711         * config.sub (vxworks case): Use os=-vxworks, not os=vxworks.
14712
14713 1999-07-30  Alan Modra  <alan@spri.levels.unisa.edu.au>
14714
14715         * Makefile.in (check-target-libio): Remove all-target-libstdc++
14716         dependency as this causes "make check" to globally "make all"
14717
14718 Tue Jun 22 23:45:18 1999  Tom Tromey  <tromey@cygnus.com>
14719
14720         * configure.in (target_libs): Added target-zlib.
14721         * Makefile.in (ALL_TARGET_MODULES): Added zlib.
14722         (CONFIGURE_TARGET_MODULES): Likewise.
14723         (CHECK_TARGET_MODULES): Likewise.
14724         (INSTALL_TARGET_MODULES): Likewise.
14725         (CLEAN_TARGET_MODULES): Likewise.
14726         (configure-target-zlib): New target.
14727         (all-target-zlib): Likewise.
14728         (all-target-libjava): Depend on all-target-zlib.
14729         (configure-target-libjava): Depend on configure-target-zlib.
14730
14731         * Makefile.in (configure-target-libjava): Depend on
14732         configure-target-newlib.
14733         (configure-target-boehm-gc): New target.
14734         (configure-target-qthreads): New target.
14735
14736         * configure.in (target_libs): Added target-qthreads.
14737         * Makefile.in (ALL_TARGET_MODULES): Added qthreads.
14738         (CONFIGURE_TARGET_MODULES): Likewise.
14739         (CHECK_TARGET_MODULES): Likewise.
14740         (INSTALL_TARGET_MODULES): Likewise.
14741         (CLEAN_TARGET_MODULES): Likewise.
14742         (all-target-qthreads): New target.
14743         (configure-target-libjava): Depend on configure-target-qthreads.
14744         (all-target-libjava): Depend on all-target-qthreads.
14745
14746         * Makefile.in (ALL_TARGET_MODULES): Added libjava, boehm-gc.
14747         (CONFIGURE_TARGET_MODULES): Likewise.
14748         (CHECK_TARGET_MODULES): Likewise.
14749         (INSTALL_TARGET_MODULES): Likewise.
14750         (CLEAN_TARGET_MODULES): Likewise.
14751         (all-target-libjava): New target.
14752         (all-target-boehm-gc): Likewise.
14753         * configure.in (target_libs): Added libjava, boehm-gc.
14754
14755 1999-07-22  Ian Lance Taylor  <ian@zembu.com>
14756
14757         * Makefile.in (binutils.tar.bz2): Don't pass makeall.bat and
14758         configure.bat in SUPPORT_FILES.
14759         (gas+binutils.tar.bz2): Likewise.
14760
14761         * makeall.bat: Remove; obsolete.
14762
14763 1999-07-21  Ian Lance Taylor  <ian@zembu.com>
14764
14765         From Mark Elbrecht:
14766         * configure.bat: Remove; obsolete.
14767
14768 1999-07-11  Ian Lance Taylor  <ian@zembu.com>
14769
14770         * configure: Add -W -Wall to the default CFLAGS when compiling with
14771         gcc.
14772
14773 Thu Jul  8 12:32:23 1999  John David Anglin <dave@hiauly1.hia.nrc.ca>
14774
14775         * configure.in: Build ld, binutils & gas for hppa*-*-linux-gnu*.
14776
14777 1999-06-30  Mark Mitchell  <mark@codesourcery.com>
14778
14779         * configure.in: Build ld on IRIX6.
14780
14781 1999-06-12  Ian Lance Taylor  <ian@zembu.com>
14782
14783         * Makefile.in: Change distribution targets to use bzip2 instead of
14784         gzip.
14785         (TEXINFO_SUPPORT): Set to just texinfo/texinfo.tex.
14786         (taz): Don't use texinfo/gpl.texinfo or texinfo/lgpl.texinfo.
14787
14788 1999-06-04  Nick Clifton  <nickc@cygnus.com>
14789
14790         * config.sub: Add mcore target.
14791
14792 Sun May 30 16:03:16 1999  Cort Dougan  <cort@cs.nmt.edu>
14793
14794         * config.guess (ppc-*-linux-gnu): Also use ld emul elf32ppclinux.
14795
14796 Tue May 25 11:20:46 1999  H.J. Lu  (hjl@gnu.org)
14797
14798         * config.guess (dummy): Changed to $dummy.
14799
14800 1999-05-24  Nick Clifton  <nickc@cygnus.com>
14801
14802         * config.sub: Tidied up case statements.
14803
14804 1999-05-22  Ben Elliston  <bje@cygnus.com>
14805
14806         * config.guess: Handle NEC UX/4800. Contributed by Jiro Takabatake
14807         <jiro@din.or.jp>.
14808
14809         * config.guess: Merge with FSF version. Future changes will be
14810         more accurately recorded in this ChangeLog.
14811         * config.sub: Likewise.
14812
14813 Thu May 20 10:00:42 1999   Stephen L Moshier  <moshier@world.std.com>
14814
14815          * Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include.
14816
14817 1999-04-30  Tom Tromey  <tromey@cygnus.com>
14818
14819         * ltmain.sh: [mode link] Always use CC given by ltconfig.
14820
14821 1999-04-23  Tom Tromey  <tromey@cygnus.com>
14822
14823         * ltconfig, ltmain.sh: Update to libtool 1.2f.
14824
14825 1999-04-20  Drew Moseley  <dmoseley@cygnus.com>
14826
14827         * configure.in (noconfigdirs): Don't build libstub for arm-elf targets.
14828         (noconfigdirs): Don't build any bsp stuff for for arm-oabi targets.
14829         Bad merge removed these two changes.
14830
14831 Tue Apr 13 22:50:54 1999  Donn Terry (donn@interix.com)
14832                           Martin Heller (Ing.-Buero_Heller@t-online.de)
14833
14834         * config.guess (interix Alpha): Add.
14835
14836 1999-04-11  Richard Henderson  <rth@cygnus.com>
14837
14838         * configure.in (i?86-*-beos*): Do config gperf; don't config
14839         gdb, newlib, or libgloss.
14840
14841 Sun Apr 11 23:55:34 1999  Alexandre Oliva  <oliva@dcc.unicamp.br>
14842
14843         * config-ml.in: On mips*-*-*, if multidirs contains mabi=64, try to
14844         link a trivial program with -mabi=64.  If it fails, remove mabi=64
14845         from multidirs.
14846
14847 Sat Apr 10 21:50:01 1999  Philipp Thomas  (kthomas@gwdg.de)
14848
14849         * config.sub: Set basic_machine to i586 when target_alias = k6-*.
14850
14851 1999-04-08  Nick Clifton  <nickc@cygnus.com>
14852
14853         * config.sub: Add support for mcore targets.
14854
14855 1999-04-07  Michael Meissner  <meissner@cygnus.com>
14856
14857         * configure.in (d30v-*): Use config/mt-d30v as makefile fragment,
14858         not mt-ospace, in order to shut up assembler warning about using
14859         symbols that are named the same as registers.
14860
14861 1999-04-07  Drew Moseley  <dmoseley@cygnus.com>
14862
14863         * Makefile.in (all-target-cygmon): Added all-target-bsp to the
14864         dependency list for all-target-cygmon.
14865
14866 1999-04-05  Doug Evans  <devans@casey.cygnus.com>
14867
14868         * config-ml.in: Check $host, not $target, for selective multilibs.
14869         (arm-*-*): Allow disabling of biendian, h/w fp, 26 bit apcs,
14870         thumb interworking, and underscore prefix multilibs.
14871
14872 1999-04-04  Ian Lance Taylor  <ian@zembu.com>
14873
14874         * missing: Update to version from current automake.
14875
14876 Fri Apr  2 15:11:32 1999  H.J. Lu  (hjl@gnu.org)
14877
14878         * configure (gxx_include_dir): Removed.
14879
14880         * configure.in (gxx_include_dir): Handle it.
14881         * Makefile.in: Likewise.
14882
14883 1999-03-29  Gavin Romig-Koch  <gavin@cygnus.com>
14884
14885         * config.sub (mips64vr4111,mips64vr4111el) Add.
14886
14887 1999-03-21  Ben Elliston  <bje@cygnus.com>
14888
14889         * config.guess: Correct typo for detecting ELF on FreeBSD.
14890
14891 Thu Mar 18 00:17:50 1999  Mark Elbrecht <snowball3@usa.net>
14892
14893         * configure.in (pc-msdosdjgpp): Set host_makefile_frag to
14894         config/mh-djgpp.
14895
14896 Thu Mar 11 18:37:23 1999  Drew Moseley  <dmoseley@cygnus.com>
14897
14898         * Makefile.in (all-target-bsp): Added all-gcc all-binutils and
14899         all-target-newlib to dependency list for all-target-bsp.
14900
14901 Thu Mar 11 01:19:31 1999  Mumit Khan  <khan@xraylith.wisc.edu>
14902
14903         * config.sub: Add i386-uwin support.
14904         * config.guess: Likewise.
14905
14906 Thu Mar 11 01:07:55 1999  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
14907
14908         * configure.in: cleanup, add mh-*pic handling for arm, special
14909         case powerpc*-*-aix*
14910
14911 Wed Mar 10 18:35:07 1999  Jeff Johnston  <jjohnstn@cygnus.com>
14912
14913         * configure.in (noconfigdirs): Removed target-libgloss so libnosys.a
14914         can be built.
14915
14916 Wed Mar 10 17:39:09 1999  Drew Moseley  <dmoseley@cygnus.com>
14917
14918         * configure.in: Added bsp support to arm-*-coff and arm-*-elf
14919         targets.
14920
14921 1999-03-02  Nick Clifton  <nickc@cygnus.com>
14922
14923         * config.sub: Rename CYGNUS LOCAL to EGCS LOCAL
14924
14925 Sun Feb 28 02:20:00 1999  Geoffrey Noer  <noer@cygnus.com>
14926
14927         * config.sub: Check for "cygwin*" rather than "cygwin32*"
14928
14929 1999-02-24  Nick Clifton  <nickc@cygnus.com>
14930
14931         * config.sub: Fix typo in arm recognition.
14932
14933 Wed Feb 24 13:51:40 1999  Drew Moseley  <dmoseley@cygnus.com>
14934
14935         * configure.in (noconfigdirs): Changed target_configdirs to
14936         include target-bsp only for m68k-*-elf* and m68k-*-coff*
14937         rather than m68k-*-* since it is not known to work on
14938         m68k-aout. Ditto for arm-*-*oabi.
14939
14940 Wed Feb 24 12:52:17 1999  Stan Shebs  <shebs@andros.cygnus.com>
14941
14942         * configure.in (*-*-windows*): Remove, no longer used.
14943
14944 1999-02-19  Ben Elliston <bje@cygnus.com>
14945
14946         * config.guess: Automatically recognise ELF on FreeBSD. From Niall
14947         Smart and improved by Andrew Cagney.
14948
14949 Thu Feb 18 19:55:09 1999  Marc Espie <espie@cvs.openbsd.org>
14950
14951         * config.guess: Recognize openbsd-*-hppa.
14952
14953 Wed Feb 17 01:38:59 1999  H.J. Lu  (hjl@gnu.org)
14954
14955         * Makefile.in (REALLY_SET_LIB_PATH): Append $$$(RPATH_ENVVAR)
14956         only if it is not empty.
14957
14958 1999-02-17  Nick Clifton  <nickc@cygnus.com>
14959
14960         Patch from: Scott Bambrough <scottb@corelcomputer.com>
14961
14962         * config.guess: Modified to recognize uname's armv* syntax.
14963
14964         * config.sub: Modified to recognize uname's armv* syntax.
14965
14966 1999-02-17  Mark Salter  <msalter@cygnus.com>
14967
14968         * configure.in: Added target-bsp for sparclite.
14969
14970 Mon Feb  8 14:17:24 1999  Richard Henderson  <rth@cygnus.com>
14971
14972         * config.sub: Recognize alphapca5[67] and up to alphaev8.
14973
14974 1999-02-08  Nick Clifton  <nickc@cygnus.com>
14975
14976         * configure.in: Add support for strongarm port.
14977         * config.sub: Add support for strongarm target.
14978
14979 Sun Feb  7 18:01:54 1999  Mumit Khan  <khan@xraylith.wisc.edu>
14980
14981         * configure.in (*-*-cygwin32*): Use config/mh-cygwin instead of
14982         the old name config/mh-cygwin32.
14983         Enable texinfo.
14984
14985 Thu Feb  4 20:43:25 1999  Ian Lance Taylor  <ian@cygnus.com>
14986
14987         * configure.in: Do build ld for ix86 Solaris.
14988
14989 Tue Feb  2 19:46:40 1999  Jim Wilson  <wilson@cygnus.com>
14990
14991         * Makefile.in (EXTRA_GCC_FLAGS):  Set AR to $AR instead of
14992         $AR_FOR_TARGET.  Likewise for RANLIB.
14993
14994 Tue Feb  2 20:05:05 1999  Catherine Moore  <clm@cygnus.com>
14995
14996         * config.sub (oabi):  Recognize.
14997         * configure.in (arm-*-oabi):  Handle.
14998
14999 Sat Jan 30 06:09:00 1999  Robert Lipe  (robertlipe@usa.net)
15000
15001         * config.guess: Improve detection of i686 on UnixWare 7.
15002
15003 Sat Jan 30 08:04:00 1999  Mumit Khan  <khan@xraylith.wisc.edu>
15004
15005         * config.guess: Add support for i386-pc-interix.
15006         * config.sub: Likewise.
15007         * configure.in: Likewise.
15008
15009 Mon Jan 18 13:59:20 1999  Christopher Faylor <cgf@cygnus.com>
15010
15011         * Makefile.in: Remove unneeded all-target-libio from
15012         from all-target-winsup target since it is now unneeded.
15013         Add all-target-libtermcap in its place since it is now
15014         needed.
15015
15016 Wed Dec 30 20:34:52 1998  Christopher Faylor <cgf@cygnus.com>
15017
15018         * configure.in: makefile stub for cygwin target is probably
15019         unnecessary.  Remove it for now.
15020
15021 Wed Dec 30 01:13:03 1998  Christopher Faylor <cgf@cygnus.com>
15022
15023         * configure.in: libtermcap.a should be built when cygwin is the
15024         target as well as the host.
15025         * config.guess: Allow mixed case in cygwin uname output.
15026         * Makefile.in: Add libtermcap target.
15027
15028 Wed Dec 23 00:20:50 1998  Jeffrey A Law  (law@cygnus.com)
15029
15030         * config.sub: Clean up handling of hppa2.0.
15031
15032 Tue Dec 22 23:56:31 1998  Rodney Brown  (rodneybrown@pmsc.com)
15033
15034         * config.guess: Use C code to identify more HP machines.
15035
15036 Thu Dec 17 01:22:30 1998  Jeffrey A Law  (law@cygnus.com)
15037
15038         * config.sub: Handle hppa2.0.
15039
15040 Tue Dec 15 17:02:58 1998  Bob Manson  <manson@charmed.cygnus.com>
15041
15042         * configure.in: Add cygmon for x86-coff and x86-elf. Configure
15043         cygmon for all sparclite targets, regardless of object format.
15044
15045 1998-12-15  Mark Salter  <msalter@cygnus.com>
15046
15047         * configure.in: Added target-bsp for several target architectures.
15048
15049         * Makefile.in: Added rules for bsp.
15050
15051 Fri Dec  4 01:34:02 1998  Jeffrey A Law  (law@cygnus.com)
15052
15053         * config.guess: Improve detection of hppa2.0 processors.
15054
15055 Fri Dec  4 01:33:05 1998  Niall Smart <nialls@euristix.ie>
15056
15057         * config.guess: Recognize FreeBSD using ELF automatically.
15058
15059 1998-11-26  Manfred Hollstein  <manfred@s-direktnet.de>
15060
15061         * configure (skip-this-dir): Add handling for new shell script, which
15062         might be created by a sub-directory's configure to indicate, this particular
15063         directory is "unwanted".
15064         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Likewise.
15065
15066 Wed Nov 18 18:28:45 1998  Geoffrey Noer  <noer@cygnus.com>
15067
15068         * ltconfig: import from libtool, after changing libtool to
15069         account for the cygwin name change.
15070
15071 Wed Nov 18 18:09:14 1998  Geoffrey Noer  <noer@cygnus.com>
15072
15073         * Makefile.in: CC_FOR_TARGET and CXX_FOR_TARGET should also
15074         include newlib/libc/sys/cygwin and newlib/libc/sys/cygwin32.
15075
15076 Wed Nov 18 20:13:29 1998  Christopher Faylor <cgf@cygnus.com>
15077
15078         * configure.in: Add libtermcap to list of cygwin dependencies.
15079
15080 Tue Nov 17 16:57:51 1998  Geoffrey Noer  <noer@cygnus.com>
15081
15082         * Makefile.in: modify CC_FOR_TARGET and CXX_FOR_TARGET so that
15083         they include winsup/include when it's a cygwin target.
15084
15085 1998-11-12  Tom Tromey  <tromey@cygnus.com>
15086
15087         * configure.in (host_tools): Added zip.
15088         * Makefile.in (all-target-libjava): Depend on all-zip.
15089         (all-zip): New target.
15090         (ALL_MODULES): Added all-zip.
15091         (NATIVE_CHECK_MODULES): Added check-zip.
15092         (INSTALL_MODULES): Added install-zip.
15093         (CLEAN_MODULES): Added clean-zip.
15094
15095 Thu Nov 12 17:27:21 1998  Geoffrey Noer  <noer@cygnus.com>
15096
15097         * Makefile.in: lose "32" from comment about cygwin.
15098
15099 Thu Nov  5 15:00:31 1998  Nick Clifton  <nickc@cygnus.com>
15100
15101         * configure.in: Use -Os to build target libraries for the fr30.
15102
15103 Wed Nov  4 18:49:43 1998  Dave Brolley  <brolley@cygnus.com>
15104
15105         * config.sub: Add fr30.
15106
15107 Mon Nov  2 15:19:33 1998  Geoffrey Noer  <noer@cygnus.com>
15108
15109         * configure.in: drop "32" from config/mh-cygwin32.  Check
15110         cygwin* instead of cygwin32*.
15111         * config.sub: Check cygwin* instead of cygwin32*.
15112
15113 Thu Oct 22 10:55:25 1998  Robert Lipe  <robertl@dgii.com>
15114
15115         * config.guess: Match any version of Unixware7.
15116
15117 1998-10-20  Syd Polk  <spolk@cygnus.com>
15118
15119         * Makefile.in configure.in: Add the ability to use tcl8.1 and tk8.1
15120         if desired.
15121
15122 Sun Oct 18 18:34:50 1998  Jeffrey A Law  (law@cygnus.com)
15123
15124         * config.if (cxx_interface, libstdcxx_interface): Do not try to set
15125         these if the appropriate directories and files to not exist.
15126
15127 Wed Oct 14 10:29:06 1998  Jeffrey A Law  (law@cygnus.com)
15128
15129         * Makefile.in (DEVO_SUPPORT): Add config.if.
15130
15131 Tue Oct 13 15:45:36 1998  Manfred Hollstein  <manfred@s-direktnet.de>
15132
15133         * configure: Add pattern to replace "build_tooldir"'s
15134         definition in the generated Makefile with "tooldir"'s
15135         actual value.
15136
15137 Tue Oct 13 09:17:06 1998  Jeffrey A Law  (law@cygnus.com)
15138
15139         * config.sub: Bring back lost sparcv9.
15140
15141         * Makefile.in (all-snvavigator): Remove all-flexlm dependency.
15142
15143 Mon Oct 12 12:09:44 1998  Jeffrey A Law  (law@cygnus.com)
15144
15145         * Makefile.in (CHILL_FOR_TARGET): Mirror recent changes to
15146         CC_FOR_TARGET and friends.
15147
15148 Mon Oct 12 12:09:30 1998  Alexandre Oliva  <oliva@dcc.unicamp.br>
15149
15150         * Makefile.in (build_tooldir): New variable, same as tooldir.
15151         (CC_FOR_TARGET, GCC_FOR_TARGET, CXX_FOR_TARGET): Add
15152         -B$(build_tooldir)/bin/.
15153         (BASE_FLAGS_TO_PASS): Pass build_tooldir down.
15154
15155 Tue Sep  1 16:23:11 1998  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
15156
15157         * README: Remove installation instructions and refer to the
15158         INSTALL directory instead.
15159
15160 Wed Sep 30 22:20:50 1998  Robert Lipe  <robertl@dgii.com>
15161
15162         * config.sub: Add support for i[34567]86-pc-udk.
15163         * configure.in: Likewise.
15164
15165 Wed Sep 30 19:23:48 1998  Geoffrey Noer  <noer@cygnus.com>
15166
15167         * Makefile.in: add bzip2 package building bits for user
15168         tools module
15169         * configure.in: ditto
15170
15171 Wed Sep 30 03:00:05 1998  Jeffrey A Law  (law@cygnus.com)
15172
15173         * Makefile.in (TARGET_CONFIGDIRS): Add libobjc.
15174         (ALL_TARGET_MODULES): Add all-target-libobjc.
15175         (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
15176         (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
15177         (all-target-libchill): Add dependencies.
15178         * configure.in (target_libs): Add libchill.
15179
15180 1998-09-30  Manfred Hollstein  <manfred@s-direktnet.de>
15181
15182         * configure.in (target_subdir): Remove duplicate line.
15183
15184 Tue Sep 29 22:45:41 1998  Felix Lee  <flee@cygnus.com>
15185
15186         * Makefile.in (all-automake): fix dependencies.
15187
15188 Mon Sep 28 04:04:27 1998  Jeffrey A Law  (law@cygnus.com)
15189
15190         * configure.in: Minor cleanups for building in the $(target_alias)
15191         subdir.
15192
15193 1998-09-22  Jim Wilson  <wilson@cygnus.com>
15194
15195         * Makefile.in (bootstrap): Set r and s before make all.  Use
15196         BASE_FLAGS_TO_PASS in make all.
15197         (cross): Likewise.
15198
15199 1998-09-20  Mark Mitchell  <mark@markmitchell.com>
15200
15201         * Makefile.in (bootstrap): Pass TARGET_FLAGS_TO_PASS to `make all'.
15202
15203 Sun Sep 20 00:13:02 1998  Richard Henderson  <rth@cygnus.com>
15204
15205         * config.sub: Fix typo in last change.
15206
15207 1998-09-19  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
15208
15209         * config.sub: Add support for C4x target.
15210         * configure.in: Likewise.
15211
15212 1998-09-13  David S. Miller  <davem@pierdol.cobaltmicro.com>
15213
15214         * config.sub: Recognize sparcv9 just like sparc64.
15215
15216 Wed Sep  9 15:44:52 1998  Robert Lipe  <robertl@dgii.com>
15217
15218         * config.guess: Match "Pent II" or "PentII" for OpenServer.
15219
15220 Tue Sep  8 01:18:39 1998  Jeffrey A Law  (law@cygnus.com)
15221
15222         * config.guess: Correctly identify Pentium II sco boxes.
15223
15224         * config.guess: Fix "tr" code.  From Weiwen Liu.
15225
15226 Sat Sep  5 13:56:52 1998  John Hughes  <john@Calva.COM>
15227
15228         * configure.in: Do not assume x86-svr4 or x86-unixware can handle
15229         stabs.
15230
15231 Sat Sep  5 02:12:02 1998  Jeffrey A Law  (law@cygnus.com)
15232
15233         * Makefile.in (TARGET_CONFIGDIRS): Add libchill.
15234         (ALL_TARGET_MODULES): Add all-target-libchill.
15235         (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
15236         (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
15237         (all-target-libchill): Add dependencies.
15238         * configure.in (target_libs): Add libchill.
15239
15240 Sun Aug 30 22:27:02 1998  Lutz Wohlrab <lutz.wohlrab@informatik.tu-chemnitz.de>
15241
15242         * config.guess: Avoid assumptions about "tr" behaves when
15243         LANG is set to something other than English.
15244
15245 Sun Aug 30 22:14:44 1998  H.J. Lu  (hjl@gnu.org)
15246
15247         * configure (gxx_include_dir): Changed to
15248         '${prefix}/include/g++'-${libstdcxx_interface}.
15249
15250         * config.if: New to determine the interfaces.
15251
15252 Sun Aug 30 21:15:19 1998  Mark Klein (mklein@dis.com)
15253
15254         * config.guess: Detect and handle MPE/IX.
15255         * config.sub: Deal with MPE/IX.
15256
15257 Sat Aug 29 14:32:55 1998  David Edelsohn  <edelsohn@mhpcc.edu>
15258
15259         * configure.in: Use mh-aix43.
15260
15261 1998-07-29  Manfred Hollstein  <manfred@s-direktnet.de>
15262
15263         * configure: Fix --without/--disable cases for gxx-include-dir.
15264
15265 Fri Aug 28 12:28:26 1998  Per Bothner  <bothner@cygnus.com>
15266
15267         * mdata-sh:  Imported.  Needed for automake support.
15268
15269 Thu Aug 13 12:49:29 1998  H.J. Lu  <hjl@gnu.org>
15270
15271         * Makefile.in (taz): Try "chmod -R og=u ." before
15272         "chmod og=u `find . -print`".
15273
15274 Fri Jul 31 09:38:33 1998  Catherine Moore  <clm@cygnus.com>
15275
15276         * configure.in: Add arm-elf and thumb-elf support.
15277
15278 Mon Jul 27 16:23:58 1998  Doug Evans  <devans@canuck.cygnus.com>
15279
15280         * Makefile.in: Undo previous patch.
15281
15282 Fri Jul 24 19:55:24 1998  Doug Evans  <devans@canuck.cygnus.com>
15283
15284         * Makefile.in (INSTALL_TARGET): Move EXTRA_TARGET_HOST_INSTALL_MODULES
15285         to here ...
15286         (install-no-fixedincludes): and here
15287         (INSTALL_MODULES): ... from here.
15288
15289 Fri Jul 24 17:01:42 1998  Ian Lance Taylor  <ian@cygnus.com>
15290
15291         * config.sub: Merge with FSF.
15292
15293         * config.guess: Merge with FSF.
15294
15295 Fri Jul 24 08:43:36 1998  Doug Evans  <devans@canuck.cygnus.com>
15296
15297         * configure (extraconfigdirs): New variable.
15298         (SUBDIRS): Add extraconfigdirs and recurse on them too.
15299         * Makefile.in (all): Move higher in file.
15300         (EXTRA_TARGET_HOST_ALL_MODULES): New variable.
15301         (EXTRA_TARGET_HOST_{INSTALL,CHECK}_MODULES): New variables.
15302         (ALL_MODULES): Add EXTRA_TARGET_HOST_ALL_MODULES.
15303         (CROSS_CHECK_MODULES): Add EXTRA_TARGET_HOST_CHECK_MODULES.
15304         (INSTALL_MODULES): Add EXTRA_TARGET_HOST_INSTALL_MODULES.
15305
15306 1998-07-23  Brendan Kehoe  <brendan@cygnus.com>
15307
15308         * Makefile.in (all-target-libjava): Depend on all-gcc and
15309         all-target-newlib.
15310         (configure-target-libjava): Depend on $(ALL_GCC).
15311
15312 Sat Jul 18 14:32:43 CDT 1998  Robert Lipe  <robertl@dgii.com>
15313
15314         * config.guess: (*-pc-sco3.2v5) Add detection for Pentium II.
15315         (*-pc-unixware7) Add detection for Pentium II, Pentium Pro.
15316
15317 Sun Jul 19 00:46:53 CEST 1998  Marc Lehmann <pcg@goof.com>
15318
15319         * INSTALL/README: Fix typo.
15320
15321 Fri Jul 17 13:30:18 1998  Ian Lance Taylor  <ian@cygnus.com>
15322
15323         * ylwrap: Change absolute path checks to check for DOS style path
15324         names.
15325
15326         * ylwrap: Don't use a full path name if the source file is in the
15327         same directory.  From hjl@lucon.org (H.J. Lu).
15328
15329         * config-ml.in: Default to being verbose, to match Feb 18 change to
15330         configure.
15331
15332 Thu Jul 16 12:29:51 1998  Ian Lance Taylor  <ian@cygnus.com>
15333
15334         Brought over from egcs:
15335
15336         Sat Jun 27 22:46:32 1998  Jeffrey A Law  (law@cygnus.com)
15337
15338         * configure.in (target_subdir): Set to ${target_alias} instead
15339         of "libraries".
15340
15341         Mon Sep  1 16:45:44 1997  Jim Wilson  <wilson@cygnus.com>
15342
15343         * configure.in (target_subdir): Set to libraries if enable_multilib.
15344
15345 Wed Jul 15 01:00:54 1998  Ian Lance Taylor  <ian@cygnus.com>
15346
15347         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there are any
15348         multilibs, force reconfiguration the first time we create
15349         multilib.out in a subdirectory, in case TARGET_SUBDIR is `.'.
15350
15351 Tue Jul 14 23:41:03 1998  Ian Lance Taylor  <ian@cygnus.com>
15352
15353         * configure.in: Strip any --no option from CONFIG_ARGUMENTS, to
15354         avoid confusion with --no-recursion.
15355
15356 Tue Jul 14 15:37:41 1998  Geoffrey Noer  <noer@cygnus.com>
15357
15358         * configure.in: Win32 hosts shouldn't use install -x
15359         * install-sh: remove -x option, and special .exe-handling
15360         hack.
15361
15362 Tue Jul 14 15:28:41 1998  Richard Henderson  <rth@cygnus.com>
15363
15364         * config.guess: Recognize i586-pc-beos.
15365         * configure.in: Don't build some bits for beos.
15366
15367 Tue Jul 14 13:22:18 1998  Ian Lance Taylor  <ian@cygnus.com>
15368
15369         * configure: If CC is set but CFLAGS is not, and CC is gcc, make
15370         CFLAGS default to -O2.
15371
15372         * ltmain.sh: Add some hacks to make SunOS --enable-shared work
15373         when using GNU ld.
15374
15375 Fri Jul 10 13:18:23 1998  Ian Lance Taylor  <ian@cygnus.com>
15376
15377         * ltmain.sh: Correct install when using a different shell.
15378
15379 Tue Jul  7 15:24:38 1998  Ian Lance Taylor  <ian@cygnus.com>
15380
15381         * ltconfig, ltmain.sh: Update to libtool 1.2b.
15382
15383 Thu Jul  2 13:57:36 1998  Klaus Kaempf  <kkaempf@rmi.de>
15384
15385         * makefile.vms: Update to build binutils/makefile.vms.  Add install
15386         target.
15387
15388 Wed Jul  1 16:45:21 1998  Ian Lance Taylor  <ian@cygnus.com>
15389
15390         * ltconfig: Update to correct AIX handling.
15391
15392 Sat Jun 27 22:46:32 1998  Jeffrey A Law  (law@cygnus.com)
15393
15394         * Makefile.in (BASE_FLAGS_TO_PASS): Add TARGET_SUBDIR.
15395
15396         * configure.in (target_subdir): Set to ${target_alias} instead
15397         of "libraries".
15398
15399 1998-06-26  Manfred Hollstein  <manfred@s-direktnet.de>
15400
15401         * Makefile.in (BASE_FLAGS_TO_PASS): Add gcc_version_trigger.
15402         (Makefile): Depend on $(gcc_version_trigger).
15403
15404         * configure (gcc_version): Change default initializer to empty
15405         string.
15406         (gcc_version_trigger): New variable; pass this variable down
15407         to subdir configures to enable them checking gcc's version
15408         themselves. Emit make macros for both gcc_version vars.
15409         (topsrcdir): Initialize reliably.
15410         (recursion line): Remove --with-gcc-version=${gcc_version}.
15411
15412 1998-06-24  Manfred Hollstein  <manfred@s-direktnet.de>
15413
15414         * configure (enable_version_specific_runtime_libs): Implement new flag
15415         --enable-version-specific-runtime-libs which installs C++ runtime stuff
15416         in $(libsubdir); emit definition in each generated Makefile.
15417         (gxx_include_dir): Initialize depending on
15418         $enable_version_specific_runtime_libs.
15419
15420 1998-06-24  Manfred Hollstein  <manfred@s-direktnet.de>
15421
15422         * configure (gcc_version): Initialize properly depending on
15423         how and where configure is started.
15424         (recursion line): Pass a --with-gcc-version=${gcc_version}
15425         to configures in subdirs.
15426
15427 Wed Jun 24 16:01:59 1998  John Metzler  <jmetzler@cygnus.com>
15428
15429         * configure.in (noconfigdirs): Add configure pattern for mips tx39
15430         cygmon
15431
15432 Tue Jun 23 22:42:32 1998  Mark Alexander  <marka@cygnus.com>
15433
15434         * configure.in: Add cygmon and libstub support for mn10200.
15435
15436 1998-06-19  Manfred Hollstein  <manfred@s-direktnet.de>
15437
15438         * configure (gcc_version): Add new variable describing the
15439         particular gcc version we're building.
15440         * Makefile.in (libsubdir): Add new macro for the directory
15441         in which the compiler finds executables, libraries, etc.
15442         (BASE_FLAGS_TO_PASS): Pass down gcc_version, target_alias
15443         and libsubdir.
15444
15445 Fri Jun 19 02:36:59 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
15446
15447         * Makefile.in (local-clean): Remove *.log.
15448         (warning.log): Built with warn_summary from build.log.
15449         (mail-report.log): Run test_summary.
15450         (mail-report-with-warnings.log): Run test_summary including
15451         warning.log in the report.
15452
15453 Thu Jun 18 11:26:03 1998  Robert Lipe  <robertl@dgii.com>
15454
15455         * config.guess: Detection of Pentium II for *-sco-3.2v5*.
15456
15457 Mon Jun 15 14:53:54 1998  Andrew Cagney  <cagney@b1.cygnus.com>
15458
15459         * Makefile.in (grep): Grep no longer depends on libiberty.
15460
15461 Fri Jun 12 14:03:34 1998  Syd Polk  <spolk@cygnus.com>
15462
15463         * Makefile.in: all-snavigator needs all-libgui.
15464
15465 Thu Jun 11 19:43:47 1998  Mark Alexander  <marka@cygnus.com>
15466
15467         * configure.in: Add cygmon and libstub support for mn10300.
15468
15469 Wed Jun 10 11:19:47 1998  Ian Lance Taylor  <ian@cygnus.com>
15470
15471         * missing: Update to version from automake 1.3.
15472
15473         * ltmain.sh: On installation, don't get confused if the same name
15474         appears more than once in the list of library names.
15475
15476 Wed Jun  3 14:51:42 1998  Ian Lance Taylor  <ian@cygnus.com>
15477
15478         * config.sub: Accept m68060 and m5200 as CPU names.
15479
15480 Mon Jun  1 17:25:16 1998  Ian Lance Taylor  <ian@cygnus.com>
15481
15482         * configure: Use && rather than using -a in test, because odd
15483         strings can confuse test.
15484         * configure.in: Likewise.
15485
15486 Thu May 28 19:31:13 1998  Ian Lance Taylor  <ian@cygnus.com>
15487
15488         * ltconfig, ltmain.sh: Bring in Visual C++ support.
15489
15490 Sat May 23 23:44:13 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
15491
15492         * Makefile.in (boostrap2-lean, bootstrap3-lean,
15493         bootstrap4-lean): New targets.
15494
15495 Mon May 11 23:55:56 1998  Jeffrey A Law  (law@cygnus.com)
15496
15497         * mpw-* Delete.  Not used.
15498
15499 Mon May 11 23:11:34 1998  Jeffrey A Law  (law@cygnus.com)
15500
15501         * COPYING.LIB: Update FSF address.
15502
15503 Fri May  8 01:30:20 1998  Ian Lance Taylor  <ian@cygnus.com>
15504
15505         * ltconfig, ltmain.sh: Update to libtool 1.2a.
15506
15507         * Makefile.in (GASB_SUPPORT_DIRS): Remove intl; already included via
15508         GAS_SUPPORT_DIRS.
15509
15510 Thu May  7 17:27:35 1998  Ian Lance Taylor  <ian@cygnus.com>
15511
15512         * ltconfig, ltmain.sh: Avoid producing a version number if
15513         -version-info was not used.
15514
15515 Tue May  5 18:02:24 1998  Ian Lance Taylor  <ian@cygnus.com>
15516
15517         * configure.in: Add --with-newlib to CONFIG_ARGUMENTS if we are
15518         building with newlib.
15519
15520 1998-04-30  Paul Eggert  <eggert@twinsun.com>
15521
15522         * Makefile.in (EXTRA_GCC_FLAGS): Remove backslash at end;
15523         Solaris `make' causes it to continue to next definition.
15524
15525 Tue Apr 28 16:24:24 1998  Jason Molenda  (crash@bugshack.cygnus.com)
15526
15527         * Makefile.in (install-gdbtk): Call this 'install-gdb' so that
15528         the right GUI libraries and files are installed along with GDB.
15529
15530 Tue Apr 28 18:11:24 1998  Ian Lance Taylor  <ian@cygnus.com>
15531
15532         * configure.in: Change alpha to alpha* in several places.
15533
15534 Tue Apr 28 07:42:00 1998  Mark Alexander  <marka@cygnus.com>
15535
15536         * config.sub: Recognize sparc86x.
15537
15538 Tue Apr 28 07:35:02 1998  Michael Meissner  <meissner@cygnus.com>
15539
15540         * configure.in (--enable-target-optspace): Remove debug echo.
15541
15542 Thu Apr 23 21:31:16 1998  Jim Wilson  <wilson@cygnus.com>
15543
15544         * configure: Set CXXFLAGS from CXXFLAGS, not CFLAGS.
15545
15546 Thu Apr 23 12:26:38 1998  Ian Lance Taylor  <ian@cygnus.com>
15547
15548         * ltconfig: Update cygwin32 support.
15549
15550         * Makefile.in (GAS_SUPPORT_DIRS): Add intl.
15551         (BINUTILS_SUPPORT_DIRS, GASB_SUPPORT_DIRS): Likewise.
15552         (GDB_SUPPORT_DIRS): Likewise.
15553
15554 Wed Apr 22 12:30:10 1998  Michael Meissner  <meissner@cygnus.com>
15555
15556         * configure.in (target_makefile_frag): If --enable-target-optspace,
15557         use -Os to compile target libraries rather than -O2.  Default to
15558         using -Os for d10v and m32r if --{enable,disable}-target-optspace is
15559         not used.
15560         * configure.in (target_cflags): Ditto for d30v.
15561
15562 Tue Apr 21 23:06:54 1998  Tom Tromey  <tromey@cygnus.com>
15563
15564         * Makefile.in (all-bfd): Depend on all-intl.
15565         (all-binutils): Likewise.
15566         (all-gas): Likewise.
15567         (all-gprof): Likewise.
15568         (all-ld): Likewise.
15569
15570 1998-04-19  Brendan Kehoe  <brendan@cygnus.com>
15571
15572         * configure.in (host_tools): Fix typo, lbtool -> libtool.
15573
15574 Fri Apr 17 16:20:42 1998  Ian Lance Taylor  <ian@cygnus.com>
15575
15576         * Makefile.in (all-bfd): Depend upon all-libiberty.
15577
15578         * ltconfig, ltmain.sh: Bring in newer cygwin32 support.
15579
15580 Fri Apr 17 12:22:22 1998  Bob Manson  <manson@charmed.cygnus.com>
15581
15582         * Makefile.in: Add libstub.
15583
15584         * configure.in: Ditto. Build libstub for targets that have cygmon
15585         support.
15586
15587 Tue Apr 14 18:01:55 1998  Ian Lance Taylor  <ian@cygnus.com>
15588
15589         * configure.in: Don't set PICFLAG on ix86-cygwin32.
15590
15591 Tue Apr 14 12:24:45 1998  J. Kean Johnston  <jkj@sco.com>
15592
15593         * configure.in: Recognise i[3456]96-*-sysv5* as a valid host, and
15594         use mh-sysv5 if specified.  Support gprof on SCO Open Server.
15595
15596 Tue Apr 14 11:33:51 1998  Krister Walfridsson <cato@df.lth.se>
15597
15598         * configure: Define DEFAULT_M4 by searching PATH.
15599         * Makfile.in: Use DEFAULT_M4.
15600
15601 Mon Apr 13 15:37:24 1998  Ian Lance Taylor  <ian@cygnus.com>
15602
15603         * ltconfig: Add cygwin32 support.
15604
15605         * Makefile.in, configure.in: Add libtool as a native only directory
15606         to configure and build.
15607
15608 Sun Apr 12 20:58:46 1998  Jeffrey A Law  (law@cygnus.com)
15609
15610         * Makefile.in (INSTALL_MODULES): Remove texinfo.
15611
15612 Wed Apr  8 13:18:56 1998  Philippe De Muyter  <phdm@macqel.be>
15613
15614         * Makefile.in (EXTRA_GCC_FLAGS): XFOO lines shortened.
15615
15616 Thu Apr  2 14:48:44 1998  Geoffrey Noer  <noer@cygnus.com>
15617
15618         * Makefile.in: add ash make rules
15619         * configure.in: add ash to native_only and host_tools lists
15620
15621 Thu Mar 26 12:53:20 1998  Tom Tromey  <tromey@cygnus.com>
15622
15623         * Makefile.in (all-gettext, all-intl): New targets.
15624         (ALL_MODULES): Added all-gettext, all-intl.
15625         (CROSS_CHECK_MODULES): Added check-gettext, check-intl.
15626         (INSTALL_MODULES): Added install-gettext, install-intl.
15627         (CLEAN_MODULES): Added clean-gettext, clean-intl.
15628
15629         * configure.in (host_tools): Added gettext.
15630         (native_only): Likewise.
15631         (noconfigdirs) [various cases]: Likewise.
15632         (host_libs): Added intl.
15633
15634 Thu Mar 26 15:00:11 1998  Keith Seitz  <keiths@onions.cygnus.com>
15635
15636         * configure: Do not disable building gdbtk for cygwin32 hosts.
15637
15638 Wed Mar 25 10:04:18 1998  Nick Clifton  <nickc@cygnus.com>
15639
15640         * configure.in: Add thumb-coff target.
15641         * config.sub: Add thumb-coff target.
15642
15643 Wed Mar 25 11:49:12 1998  Jason Molenda  (crash@bugshack.cygnus.com)
15644
15645         * Makefile.in: Revert yesterday's change.
15646         (all-target-winsup):  all-target-librx stays out of here.
15647
15648 Tue Mar 24 16:58:29 1998  Jason Molenda  (crash@bugshack.cygnus.com)
15649
15650         * Makefile.in (TARGET_CONFIGDIRS, ALL_TARGET_MODULES,
15651         CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES,
15652         INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES, all-target-winsup):
15653         Remove references to librx and libg++.
15654
15655 Tue Mar 24 18:28:12 1998  Eric Mumpower  <nocturne@cygnus.com>
15656
15657         * Makefile.in (BASE_FLAGS_TO_PASS): Pass $(lispdir) down to
15658         recursive makes
15659
15660 Tue Mar 24 11:37:45 1998  Ian Lance Taylor  <ian@cygnus.com>
15661
15662         * Makefile.in (CC_FOR_TARGET): Use $(TARGET_SUBDIR) when passing -B
15663         for newlib directory.
15664         (CXX_FOR_TARGET): Likewise.
15665
15666 Mon Mar 23 11:30:21 1998  Jeffrey A Law  (law@cygnus.com)
15667
15668         * ltconfig: Update after libtool/ltconfig.in change for
15669         hpux11.
15670
15671 Fri Mar 20 18:51:43 1998  Ian Lance Taylor  <ian@cygnus.com>
15672
15673         * ltconfig, ltmain.sh: Update to libtool 1.2.
15674
15675 Fri Mar 20 09:32:14 1998  Manfred Hollstein  <manfred@s-direktnet.de>
15676
15677         * Makefile.in (install-gcc): Don't specify LANGUAGES here.
15678         (install-gcc-cross): Instead, override LANGUAGES here.
15679
15680 1998-03-18  Dave Love  <d.love@dl.ac.uk>
15681
15682         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Set CONFIG_SITE to a
15683         non-existent file since /dev/null loses with bash 2.0/autoconf 2.12.
15684
15685 Wed Mar 18 09:24:59 1998  Nick Clifton  <nickc@cygnus.com>
15686
15687         * configure.in: Add Thumb-pe target.
15688
15689 Tue Mar 17 16:59:00 1998  Syd Polk <spolk@cygnus.com>
15690
15691         * Makefile.in - changed sn targets to snavigator
15692         * configure.in - changed sn targets to snavigator
15693
15694 Tue Mar 17 10:33:28 1998  Manfred Hollstein  <manfred@s-direktnet.de>
15695
15696         * config-ml.in: After building symlink tree call make distclean
15697         if a Makefile got linked into ${ml_dir}/${ml_libdir}; this happens
15698         to be the case for libiberty.
15699
15700 Tue Mar 17 10:22:37 1998  H.J. Lu  (hjl@gnu.ai.mit.edu)
15701
15702         * configure: When making link, also check the current
15703         directory. The configure scripts may create one.
15704
15705 Fri Mar  6 01:02:03 1998  Richard Henderson  <rth@cygnus.com>
15706
15707         * config.sub: Accept alphapca56 and alphaev6 properly.
15708
15709 Fri Mar  6 00:14:55 1998  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
15710
15711         * configure.in: Revert 3 Jan change for powerpc-linux-gnulibc1.
15712
15713 Mon Feb 23 15:09:18 1998  Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de
15714
15715         * config.sub (sco5): Fix typo.
15716
15717 Mon Feb 23 14:46:06 1998  Ian Lance Taylor  <ian@cygnus.com>
15718
15719         * Makefile.in (INSTALL_MODULES): Move install-tcl before
15720         install-itcl.
15721         (install-itcl): Remove dependency on install-tcl.
15722
15723 Mon Feb 23 09:53:28 1998  Mark Alexander  <marka@cygnus.com>
15724
15725         * configure.in: Remove libgloss from noconfigdirs for MN10300.
15726
15727 Thu Feb 19 13:40:41 1998  Ian Lance Taylor  <ian@cygnus.com>
15728
15729         * configure.in: Don't build libgui for a cygwin32 target when not on
15730         a cygwin32 host.
15731
15732 Wed Feb 18 12:29:00 1998  Jason Molenda  (crash@bugshack.cygnus.com)
15733
15734         * configure (redirect): Set to null, so default behavior of
15735         configure is now --verbose.
15736
15737 1998-02-16  Dave Love  <d.love@dl.ac.uk>
15738
15739         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Run configure with
15740         CONFIG_SITE=/dev/null to forestall lossage with site configuration.
15741
15742 Mon Feb 16 12:23:53 1998  Manfred Hollstein  <Manfred.Hollstein@ks.sel.alcatel.de>
15743
15744         * Makefile.in (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS): Really add
15745         this change to sync Makefile.in with its ChangeLog entries.
15746
15747 Thu Feb 12 15:03:08 1998  H.J. Lu  <hjl@gnu.org>
15748
15749         * ltmain.sh (mkdir): Check that the directory doesn't exist
15750         before we exit with error, so that we don't get races during
15751         parallel builds.
15752
15753 Sat Feb  7 15:19:18 1998  Ian Lance Taylor  <ian@cygnus.com>
15754
15755         * ltconfig, ltmain.sh: Update from libtool 1.0i.
15756
15757 Fri Feb  6 01:33:52 1998  Manfred Hollstein  <manfred@s-direktnet.de>
15758
15759         * Makefile.in (BASE_FLAGS_TO_PASS): Don't pass PICFLAG and
15760         PICFLAG_FOR_TARGET.
15761         (EXTRA_TARGET_FLAGS): Don't pass PICFLAG_FOR_TARGET.
15762
15763         * configure: Emit a definition for the new macro enable_shared
15764         into each Makefile.
15765
15766 Thu Feb  5 17:01:12 1998  Jason Molenda  (crash@bugshack.cygnus.com)
15767
15768         * configure.in (host_tools, native_only): Add libtool.
15769
15770 Wed Feb  4 16:53:58 1998  Geoffrey Noer  <noer@cygnus.com>
15771
15772         * configure.in: add target-gperf to noconfigdirs for Cygwin32.
15773         Fix typo in ming config comment.
15774
15775 Wed Feb  4 18:56:13 1998  Ian Lance Taylor  <ian@cygnus.com>
15776
15777         * ltconfig, ltmain.sh: Update from libtool 1.0h.
15778
15779 Mon Feb  2 19:38:19 1998  Ian Lance Taylor  <ian@cygnus.com>
15780
15781         * config.sub: Add tic30 cases, and map c30 to tic30.
15782
15783 Sun Feb  1 02:40:41 1998  Richard Henderson  <rth@cygnus.com>
15784
15785         * Makefile.in (TARGET_CONFIGDIRS): Add libf2c.
15786         (ALL_TARGET_MODULES, CONFIGURE_TARGET_MODULES): Similarly
15787         (CHECK_TARGET_MODULES, INSTALL_TARGET_MODULES): Similarly
15788         (CLEAN_TARGET_MODULES): Similarly
15789         (all-target-libf2c): Add dependences.
15790         * configure.in (target_libs): Add libf2c.
15791
15792 Fri Jan 30 17:18:32 1998  Geoffrey Noer  <noer@cygnus.com>
15793
15794         * configure.in: Remove expect from noconfigdirs when target
15795         is cygwin32.  OK to build expect and dejagnu with Canadian
15796         Cross.
15797
15798 Wed Jan 28 12:58:49 1998  Ian Lance Taylor  <ian@cygnus.com>
15799
15800         * configure.in: Do build expect, dejagnu, and cvssrc for a cygwin32
15801         host.
15802
15803         * config.guess: Use ${UNAME_MACHINE} rather than i386 for cygwin32
15804         and mingw32.
15805
15806 Wed Jan 28 10:26:37 1998  Manfred Hollstein  <manfred@s-direktnet.de>
15807
15808         * Makefile.in (BASE_FLAGS_TO_PASS): Remove passing $(local_prefix)
15809         here as it is not defined in the toplevel Makefile.
15810
15811 Tue Jan 27 23:25:06 1998  Manfred Hollstein  <manfred@s-direktnet.de>
15812
15813         * configure (package_makefile_rules_frag): New variable, which names
15814         a file with generic rules, ...
15815         Change comment to mention we now have FIVE parts.
15816         * configure: Undo last change.
15817
15818 Tue Jan 27 23:15:55 1998  Lassi A. Tuura  <lat@iki.fi>
15819
15820         * config.guess: More accurate determination of HP processor types.
15821         * config.sub: More accurate determination of HP processor types.
15822
15823 Sat Jan 24 01:59:45 1998  Manfred Hollstein  <manfred@s-direktnet.de>
15824
15825         * configure (package_makefile_frag): Move inserting the
15826         ${package_makefile_frag} to where it should be according
15827         to the comment.
15828
15829 Fri Jan 23 00:29:28 1998  Philip Blundell  <pb@nexus.co.uk>
15830
15831         * config.guess: Add support for Linux/ARM.
15832
15833 Thu Jan 22 15:14:01 1998  Fred Fish  <fnf@cygnus.com>
15834
15835         * .cvsignore: Remove *-info and *-install since they match
15836         release-info and mpw-install, which we don't want to just ignore.
15837
15838 Thu Jan 22 01:38:33 1998  Richard Henderson  <rth@cygnus.com>
15839
15840         * configure.in: Revert 3 Jan change for alpha-linux-gnulibc1.
15841
15842 Sat Jan 17 21:28:08 1998  Pieter Nagel <pnagel@epiuse.co.za>
15843
15844         * Makefile.in (FLAGS_TO_PASS): Pass down gcc_include_dir and
15845         local_prefix to sub-make invocations.
15846
15847 Sat Jan 17 21:04:59 1998 H.J. Lu  (hjl@gnu.org)
15848
15849         * configure.in: Check makefile fragments in the source
15850         directory.
15851
15852 Fri Jan 16 00:41:37 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
15853
15854         * configure.in: Check whether host and target makefile
15855         fragments exist before adding them to *_makefile_frag.
15856
15857 Wed Jan 14 23:39:10 1998  Bob Manson  <manson@charmed.cygnus.com>
15858
15859         * configure.in (target_configdirs): Add cygmon for sparc64-elf.
15860
15861 Wed Jan 14 12:48:07 1998  Keith Seitz  <keiths@pizza.cygnus.com>
15862
15863         * configure.in: Make sure we only replace RPATH_ENVVAR on
15864         lines which begin with RPATH_ENVVAR, i.e. add "^" to the
15865         regexp to sed.
15866
15867         * Makefile.in (BASE_FLAGS_TO_PASS): Pass RRPATH_ENVVAR down
15868         to sub-makes.
15869
15870 1998-01-13  Lee Iverson   (leei@ai.sri.com)
15871
15872         * config-ml.in (multi-do): LDFLAGS must include multilib
15873         designator.
15874
15875 Tue Jan 13 01:13:24 1998   Robert Lipe (robertl@dgii.com)
15876
15877         * config.guess: Recognize i[3456]-i586-UnixWare7-sysv5.
15878
15879 Sun Jan  4 01:06:55 1998  Mumit Khan  <khan@xraylith.wisc.edu>
15880
15881         * config.sub: Add mingw32 support.
15882         * configure.in: Likewise.
15883
15884 Sat Jan  3 12:11:05 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
15885
15886         * configure.in: Finalize support for {alpha|powerpc}*-*-linux-gnulibc1
15887
15888 Sun Dec 28 11:28:58 1997  Jeffrey A Law  (law@cygnus.com)
15889
15890         * Makefile.in (INSTALL_TARGET): Do install-gcc first.
15891         * configure (gxx_include_dir): Provide a definition for subdirs
15892         which do not use autoconf.
15893
15894 Wed Dec 24 22:46:55 1997  Jeffrey A Law  (law@cygnus.com)
15895
15896         * config.guess: Sync with egcs.  Picks up new alpha support,
15897         BeOS & some additional linux support.
15898
15899 Tue Dec 23 12:44:24 1997  Jeffrey A Law  (law@cygnus.com)
15900
15901         * config.guess: HP 9000/803 is a PA1.1 machine.
15902
15903 Mon Dec 22 02:39:24 1997  Richard Henderson  <rth@cygnus.com>
15904
15905         * configure.in: It's alpha*-...
15906
15907 Sun Dec 21 16:53:12 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
15908
15909         * configure.in (host_makefile_frag, target_makefile_frag):
15910         Handle multiple config files.
15911         (alpha-*-linux*): Treat alpha-*-linux* as alpha-*-linux* and
15912         alpha-*-*.
15913
15914 Thu Dec 18 13:13:03 1997  Doug Evans  <devans@canuck.cygnus.com>
15915
15916         * mkdep: New file.
15917
15918 Wed Dec 17 09:53:02 1997  Michael Meissner  <meissner@cygnus.com>
15919
15920         * configure.in (d30v-*-*): Allow configuring of libide, vmake, etc.
15921
15922 Tue Dec 16 17:36:05 1997  Ian Lance Taylor  <ian@cygnus.com>
15923
15924         * Makefile.in: Add libgui directory.
15925         (GDB_TK): Add all-libgui.
15926         * configure.in: Add libgui directory.
15927         * configure: Add all-libgui to GDB_TK.
15928
15929 Mon Dec 15 16:12:28 1997  Nick Clifton  <nickc@cygnus.com>
15930
15931         * config-ml.in (multidirs): Add m32r to multilib list.
15932
15933 Fri Dec 12 10:43:31 1997  Brendan Kehoe  <brendan@canuck.cygnus.com>
15934
15935         * Makefile.in (all-target-gperf): Change dependency to
15936         all-target-libstdc++.
15937
15938 Thu Dec 11 23:30:51 1997  Fred Fish  <fnf@ninemoons.com>
15939
15940         * config.guess: Add BeOS support.
15941
15942 Wed Dec 10 15:10:38 1997  Ian Lance Taylor  <ian@cygnus.com>
15943
15944         Source directory cvs renamed to cvssrc:
15945         * configure.in (host_tools): Change cvs to cvssrc.
15946         (native_only): Likewise.
15947         (noconfigdirs) [various cases]: Likewise.
15948         * Makefile.in (ALL_MODULES): Change all-cvs to all-cvssrc.
15949         (CROSS_CHECK_MODULES): Change check-cvs to check-cvssrc.
15950         (INSTALL_MODULES): Change install-cvs to install-cvssrc.
15951         (CLEAN_MODULES): Change clean-cvs to clean-cvssrc.
15952         (all-cvssrc): Rename target from all-cvs.
15953
15954 Wed Dec  3 07:55:59 1997  Jeffrey A Law  (law@cygnus.com)
15955
15956         * configure (gxx_include_dir): Fix thinko.
15957
15958 Tue Dec  2 10:55:34 1997  Jeffrey A Law  (law@cygnus.com)
15959
15960         * Makefile.in (INSTALL_TARGET_CROSS): Define.
15961         (install-cross, install-gcc-cross): New targets.
15962
15963 Tue Dec  2 10:08:31 1997  Nick Clifton  <nickc@cygnus.com>
15964
15965         * configure.in (noconfigdirs): Add support for Thumb target.
15966
15967         * config.sub (maybe_os): Add support for Thumb target.
15968
15969 Sun Nov 30 16:12:27 1997  Bob Manson  <manson@charmed.cygnus.com>
15970
15971         * Makefile.in: Add rules for cygmon.
15972
15973         * configure.in: Build cygmon for sparc-elf and sparclite-aout.
15974
15975 Thu Nov 27 01:31:30 1997  Jeffrey A Law  (law@cygnus.com)
15976
15977         * Makefile.in (INSTALL_TARGET): Do install-gcc first.
15978         * configure (gxx_include_dir): Provide a definition for subdirs
15979         which do not use autoconf.
15980
15981 Wed Nov 26 11:53:33 1997  Keith Seitz  <keiths@onions.cygnus.com>
15982
15983         * Makefile.in, configure, configure.in, ChangeLog: merge with foundry's
15984         11/18/97 build
15985
15986 Wed Nov 26 16:08:50 1997  Jeffrey A Law  (law@cygnus.com)
15987
15988         * From Franz Sirl.
15989         * config.guess (powerpc*-*-linux): Handle glibc2 beta release
15990         found on RedHat Linux systems.
15991
15992 Fri Nov 21 09:51:01 1997  Jeffrey A Law  (law@cygnus.com)
15993
15994         * config.guess (alpha stuff): Merge with FSF to avoid incorrect
15995         guesses.
15996
15997 Thu Nov 13 11:38:37 1997  Jeffrey A Law  (law@cygnus.com)
15998
15999         * configure.in (i[3456]86-ncr-sysv4.3*): Tweak.
16000
16001 Mon Nov 10 15:23:21 1997  H.J. Lu  <hjl@gnu.ai.mit.edu>
16002
16003         * ltmain.sh: If mkdir fails, check whether the directory was created
16004         anyhow by some other process.
16005
16006 Mon Nov 10 14:38:03 1997  Michael Meissner  <meissner@cygnus.com>
16007
16008         * configure.in (d30v-*-*): Configure all directories.
16009
16010 Sun Nov  9 17:36:20 1997  Michael Meissner  <meissner@cygnus.com>
16011
16012         * configure.in (d30v-*-*): Configure newlib, libiberty directories
16013         for the D30V.
16014
16015 Sat Nov  8 14:42:59 1997  Michael Meissner  <meissner@cygnus.com>
16016
16017         * configure.in (d30v-*-*): Configure target-libgloss on the D30V.
16018
16019 Fri Nov  7 10:34:09 1997  Rob Savoye  <rob@darkstar.cygnus.com>
16020
16021         * include/libiberty.h: Add extern "C" { so it can be used with C++
16022         progrms.
16023         * include/remote-sim.h:  Add extern "C" { so it can be used with C++
16024         programs.
16025
16026 Thu Oct 30 11:09:29 1997  Michael Meissner  <meissner@cygnus.com>
16027
16028         * configure.in (d30v-*-*): Configure GCC now.
16029
16030 Mon Oct 27 13:17:24 1997  Stan Shebs  <shebs@andros.cygnus.com>
16031
16032         * configure.in: Remove a "second pass" of tweaking noconfigdirs,
16033         is no longer needed.
16034
16035 Mon Oct 27 12:03:53 1997  Jason Merrill  <jason@yorick.cygnus.com>
16036
16037         * Makefile.in: check-target-libio depends on all-target-libstdc++.
16038
16039 Sun Oct 26 11:48:27 1997  Manfred Hollstein  (manfred@s-direktnet.de)
16040
16041         * Makefile.in (bootstrap-lean): Combined with `normal' bootstrap
16042         targets using "$@" to provide support for similar but not identical
16043         targets without having to duplicate code.
16044
16045 Mon Oct 20 15:28:49 1997  Klaus K"ampf  <kkaempf@progis.de>
16046
16047         * makefile.vms: Fix to work with DEC C.
16048
16049 Tue Oct  7 23:58:57 1997  Gavin Koch  <gavin@cygnus.com>
16050
16051         * config.sub: Add mips-tx39-elf to marketing names.
16052
16053 Tue Oct  7 14:24:41 1997  Ian Lance Taylor  <ian@cygnus.com>
16054
16055         * ltmain.sh: Handle symlinks in generated script.
16056
16057 Wed Oct  1 13:11:27 1997  Ian Lance Taylor  <ian@cygnus.com>
16058
16059         * configure: Handle autoconf style directory options: --bindir,
16060         --datadir, --includedir, --infodir, --libdir, --libexecdir,
16061         --mandir, --oldincludedir, --sbindir, --sharedstatedir,
16062         --sysconfdir.
16063         * Makefile.in (sbindir, libexecdir, sysconfdir): New variables.
16064         (sharedstatedir, localstatedir, oldincludedir): New variables.
16065         (BASE_FLAGS_TO_PASS): Pass down bindir, datadir, includedir,
16066         infodir, libdir, libexecdir, localstatedir, mandir, oldincludedir,
16067         sbindir, sharedstatedir, and sysconfdir.
16068
16069 Mon Sep 29 00:38:08 1997 Aaron Jackson <jackson@negril.msrce.howard.edu>
16070
16071         * Makefile.in (bootstrap-lean): New target.
16072
16073 Wed Sep 24 18:06:27 1997  Stu Grossman  <grossman@babylon-5.cygnus.com>
16074
16075         * configure.in (d30v):  Remove tcl, tk, expect, gdb, itcl, tix, db,
16076         sn, and gnuserv from noconfigdirs.
16077
16078 Wed Sep 24 15:18:32 1997  Ian Lance Taylor  <ian@cygnus.com>
16079
16080         * ltmain.sh: Tweak shell pattern to avoid bug in NetBSD /bin/sh.
16081
16082 Thu Sep 18 23:58:27 1997  Jeffrey A Law  (law@cygnus.com)
16083
16084         * Makefile.in (cross): New target.
16085
16086 Thu Sep 18 21:43:23 1997  Alexandre Oliva  <oliva@dcc.unicamp.br>
16087                           Jeff Law         <law@cygnus.com>
16088
16089         * Makefile.in (bootstrap2, bootstrap3): New targets.
16090         (all-bootstrap): Remove outdated and confusing target.
16091         (bootstrap, bootstrap2, bootstrap3): Don't pass BOOT_CFLAGS down.
16092
16093 Thu Sep 18 15:37:42 1997  Andrew Cagney  <cagney@b1.cygnus.com>
16094
16095         * configure (tooldir): enable_gdbtk=YES for cygwin32, NO for
16096         windows.  Consistent with gdb/configure.
16097
16098 1997-09-15 02:37  Ulrich Drepper  <drepper@cygnus.com>
16099
16100         * configure.in: Name Linux target fragment.
16101
16102         * configure: Rewrite so that project Makefile fragment is inserted
16103         first and appears last in the resulting Makefile.
16104
16105 Tue Sep 16 09:55:07 1997  Andrew Cagney  <cagney@b1.cygnus.com>
16106
16107         * Makefile.in (install-itcl): Install tcl first.
16108
16109 Fri Sep 12 16:19:20 1997  Geoffrey Noer  <noer@cygnus.com>
16110
16111         * configure.in: remove bison from noconfigdirs for Cygwin32 host
16112
16113 Thu Sep 11 16:40:46 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
16114
16115         * Makefile.in (local-distclean): Also remove mh-frag mt-frag.
16116
16117         * configure.in (skipdirs): Add target-librx for Linux.
16118         (alpha-*-linux*): Use config/mh-elfalphapic and config/mt-elfalphapic.
16119
16120 Wed Sep 10 21:29:54 1997  Jeffrey A Law  (law@cygnus.com)
16121
16122         * Makefile.in (bootstrap): New target.
16123
16124 Wed Sep 10 15:19:22 1997  Jeffrey A Law  (law@cygnus.com)
16125
16126         * config.sub: Accept 'amigados' for backward compatibility.
16127
16128 Mon Sep  8 20:46:20 1997  Ian Lance Taylor  <ian@cygnus.com>
16129
16130         * config.guess: Merge with FSF.
16131
16132 Sun Sep  7 23:18:32 1997  Fred Fish  <fnf@ninemoons.com>
16133
16134         * config.sub: Change 'amigados' to 'amigaos' to match current usage.
16135
16136 Sun Sep  7 15:55:28 1997  Gavin Koch  <gavin@cygnus.com>
16137
16138         * config.sub: Add "marketing-names" patch.
16139
16140 Fri Sep  5 16:11:28 1997  Joel Sherrill  (joel@OARcorp.com)
16141
16142         * configure.in (*-*-rtems*): Do not build libgloss for rtems.
16143
16144 Fri Sep  5 12:27:17 1997  Jeffrey A Law  (law@cygnus.com)
16145
16146         * config.sub: Handle v850-elf.
16147
16148 Wed Sep  3 22:01:58 1997  Fred Fish  <fnf@ninemoons.com>
16149
16150         * .cvsignore (*-install): Remove.
16151
16152 Wed Sep  3 12:15:24 1997  Chris Provenzano  <proven@cygnus.com>
16153
16154         * ltconfig: Set CONFIG_SHELL in libtool.
16155         * ltmain.sh: Use CONFIG_SHELL instead of /bin/sh
16156
16157 Mon Sep  1 16:45:44 1997  Jim Wilson  <wilson@cygnus.com>
16158
16159         * configure.in (target_subdir): Set to libraries if enable_multilib.
16160
16161 Wed Aug 27 16:15:11 1997  Jim Wilson  <wilson@cygnus.com>
16162
16163         * config.guess: Update from gcc directory.
16164
16165 Tue Aug 26 16:46:46 1997  Andrew Cagney  <cagney@b1.cygnus.com>
16166
16167         * Makefile.in (all-sim): Depends on all-readline.
16168
16169 Wed Aug 20 19:57:37 1997  Jason Merrill  <jason@yorick.cygnus.com>
16170
16171         * Makefile.in (BISON, YACC): Use $$s.
16172         (all-bison): Depend on all-texinfo.
16173
16174 Tue Aug 19 01:41:32 1997  Jason Merrill  <jason@yorick.cygnus.com>
16175
16176         * Makefile.in (BISON): Add -L flag.
16177         (YACC): Likewise.
16178
16179 Mon Aug 18 11:30:50 1997  Nick Clifton  <nickc@cygnus.com>
16180
16181         * configure.in (noconfigdirs): Add support for v850e target.
16182
16183         * config.sub (maybe_os): Add support for v850e target.
16184
16185 Mon Aug 18 11:30:50 1997  Nick Clifton  <nickc@cygnus.com>
16186
16187         * configure.in (noconfigdirs): Add support for v850ea target.
16188
16189         * config.sub (maybe_os): Add support for v850ea target.
16190
16191 Mon Aug 18 09:24:06 1997  Gavin Koch  <gavin@cygnus.com>
16192
16193         * config.sub: Add mipstx39.  Delete r3900.
16194
16195 Mon Aug 18 17:20:10 1997  Jason Molenda  (crash@godzilla.cygnus.co.jp)
16196
16197         * Makefile.in (all-autoconf): Depends on all-texinfo.
16198
16199 Fri Aug 15 23:09:26 1997  Michael Meissner  <meissner@cygnus.com>
16200
16201         * config-ml.in ({powerpc,rs6000}*-*-*): Update to current AIX and
16202         eabi targets.
16203
16204 Thu Aug 14 14:42:17 1997  Ian Lance Taylor  <ian@cygnus.com>
16205
16206         * configure: Get CFLAGS and CXXFLAGS from Makefile, if possible.
16207
16208         * configure: When handling a Canadian Cross, handle YACC as well as
16209         BISON.  Just set BISON to bison.  When setting YACC, prefer bison.
16210         * Makefile.in (all-bison): Depend upon all-texinfo.
16211
16212 Tue Aug 12 20:09:48 1997  Jason Merrill  <jason@yorick.cygnus.com>
16213
16214         * Makefile.in (BISON): bison, not byacc or bison -y.
16215         (YACC): bison -y or byacc or yacc.
16216         (various): Add *-bison as appropriate.
16217         (taz): No need to mess with BISON anymore.
16218
16219 Tue Aug 12 22:33:08 1997  Ian Lance Taylor  <ian@cygnus.com>
16220
16221         * configure: If OSTYPE matches *win32*, try to find a good value for
16222         CONFIG_SHELL.
16223
16224 Sun Aug 10 14:41:11 1997  Ian Lance Taylor  <ian@cygnus.com>
16225
16226         * Makefile.in (taz): Get the version number from AM_INIT_AUTOMAKE in
16227         configure.in if it is present.
16228
16229 Sat Aug  9 00:58:01 1997  Ian Lance Taylor  <ian@cygnus.com>
16230
16231         * Makefile.in (LD_FOR_TARGET): Change ld.new to ld-new.
16232
16233 Fri Aug  8 16:30:13 1997  Doug Evans  <dje@canuck.cygnus.com>
16234
16235         * config.sub: Recognize `arc' cpu.
16236         * configure.in: Likewise.
16237         * config-ml.in: Likewise.
16238
16239 Thu Aug  7 11:02:34 1997  Ian Lance Taylor  <ian@cygnus.com>
16240
16241         * Makefile.in ($(INSTALL_X11_MODULES)): Depend upon installdirs.
16242
16243 Wed Aug  6 16:27:29 1997  Chris Provenzano  <proven@cygnus.com>
16244
16245         * configure: Changed sed delimiter from ':' to '|' when
16246         attempting to substitute ${config_shell} for SHELL. On
16247         NT ${config_shell} may contain a ':' in it.
16248
16249 Wed Aug  6 12:29:05 1997  Jason Merrill  <jason@yorick.cygnus.com>
16250
16251         * Makefile.in (EXTRA_GCC_FLAGS): Fix for non-bash shells.
16252
16253 Wed Aug  6 00:42:35 1997  Ian Lance Taylor  <ian@cygnus.com>
16254
16255         * Makefile.in (AS_FOR_TARGET): Change as.new to as-new.
16256
16257 Tue Aug  5 14:08:51 1997  Ian Lance Taylor  <ian@cygnus.com>
16258
16259         * Makefile.in (NM_FOR_TARGET): Change nm.new to nm-new.
16260
16261         * ylwrap: If the program is a relative path, force it to be
16262         absolute.
16263
16264 Tue Aug  5 12:12:44 1997  Andrew Cagney  <cagney@b1.cygnus.com>
16265
16266         * configure (tooldir): Set BISON to `bison -y' and not just bison.
16267
16268 Mon Aug  4 22:59:02 1997  Andrew Cagney  <cagney@b1.cygnus.com>
16269
16270         * Makefile.in (CC_FOR_TARGET): When winsup/Makefile present,
16271         correctly specify the target build directory $(TARGET_SUBDIR)/winsup
16272         for libraries.
16273
16274 Mon Aug  4 12:40:24 1997  Jason Merrill  <jason@yorick.cygnus.com>
16275
16276         * Makefile.in (EXTRA_GCC_FLAGS): Fix handling of macros with values
16277         separated by spaces.
16278
16279 Thu Jul 31 19:49:49 1997  Ian Lance Taylor  <ian@cygnus.com>
16280
16281         * ylwrap: New file.
16282         * Makefile.in (DEVO_SUPPORT): Add ylwrap.
16283
16284         * ltmain.sh: Handle /bin/sh at start of install program.
16285
16286         * Makefile.in (DEVO_SUPPORT): Add ltconfig, ltmain.sh, and missing.
16287
16288         * ltconfig, ltmain.sh: New files, from libtool 1.0.
16289         * missing: New file, from automake 1.2.
16290
16291 Thu Jul 24 12:57:56 1997  Ian Lance Taylor  <ian@cygnus.com>
16292
16293         * Makefile.in: Treat tix like tk, putting it in X11_MODULES.  Add
16294         check-tk to CHECK_X11_MODULES.
16295
16296 Wed Jul 23 17:03:29 1997  Ian Lance Taylor  <ian@cygnus.com>
16297
16298         * config.sub: Merge with FSF.
16299
16300 Tue Jul 22 19:08:29 1997  Ian Lance Taylor  <ian@cygnus.com>
16301
16302         * config.guess: Merge with FSF.
16303
16304 Tue Jul 22 14:50:42 1997  Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
16305
16306         * configure: Treat msdosdjgpp like go32.
16307         * configure.in: Likewise.  Don't remove gprof for go32.
16308
16309         * configure: Change Makefile.tem2 to Makefile.tm2.
16310
16311 Mon Jul 21 10:31:26 1997  Stephen Peters  <speters@cygnus.com>
16312
16313         * configure.in (noconfigdirs): For alpha-dec-osf*, don't ignore grep.
16314
16315 Tue Jul 15 14:33:03 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
16316
16317         * install-sh (chmodcmd): Set to null if the DST directory already
16318         exists.  Same as Nov 11th change.
16319
16320 Mon Jul 14 11:01:15 1997  Martin M. Hunt  <hunt@cygnus.com>
16321
16322         * configure (GDB_TK): Needs itcl and tix.
16323
16324 Mon Jul 14 00:32:10 1997  Jason Merrill  <jason@yorick.cygnus.com>
16325
16326         * config.guess: Update from FSF.
16327
16328 Fri Jul 11 11:57:11 1997  Martin M. Hunt  <hunt@cygnus.com>
16329
16330         * Makefile.in (GDB_TK): Depend on itcl and tix.
16331
16332 Fri Jul  4 13:25:31 1997  Ian Lance Taylor  <ian@cygnus.com>
16333
16334         * Makefile.in (INSTALL_PROGRAM_ARGS): New variable.
16335         (INSTALL_PROGRAM): Use $(INSTALL_PROGRAM_ARGS).
16336         (INSTALL_SCRIPT): New variable.
16337         (BASE_FLAGS_TO_PASS): Pass down INSTALL_SCRIPT.
16338         * configure.in: If host is *-*-cygwin32*, set INSTALL_PROGRAM_ARGS
16339         to -x.
16340         * install-sh: Add support for -x option.
16341
16342 Mon Jun 30 15:51:30 1997  Ian Lance Taylor  <ian@cygnus.com>
16343
16344         * configure.in, Makefile.in: Treat tix like itcl.
16345
16346 Thu Jun 26 13:59:19 1997  Ian Lance Taylor  <ian@cygnus.com>
16347
16348         * Makefile.in (WINDRES): New variable.
16349         (WINDRES_FOR_TARGET): New variable.
16350         (BASE_FLAGS_TO_PASS): Add WINDRES_FOR_TARGET.
16351         (EXTRA_HOST_FLAGS): Add WINDRES.
16352         (EXTRA_TARGET_FLAGS): Add WINDRES.
16353         (EXTRA_GCC_FLAGS): Add WINDRES.
16354         ($(DO_X)): Pass down WINDRES.
16355         ($(CONFIGURE_TARGET_MODULES)): Set WINDRES when configuring.
16356         * configure: Treat WINDRES like DLLTOOL, and WINDRES_FOR_TARGET like
16357         DLLTOOL_FOR_TARGET.
16358
16359 Wed Jun 25 15:01:26 1997  Felix Lee  <flee@cygnus.com>
16360
16361         * configure.in: configure sim before gdb for win32-x-ppc
16362
16363 Wed Jun 25 12:18:54 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
16364
16365         Move gperf into the toplevel, from libg++.
16366         * configure.in (target_tools): Add target-gperf.
16367         (native_only): Add target-gperf.
16368         * Makefile.in (all-target-gperf): New target, depend on
16369         all-target-libg++.
16370         (configure-target-gperf): Empty rule.
16371         (ALL_TARGET_MODULES): Add all-target-gperf.
16372         (CONFIGURE_TARGET_MODULES): Add configure-target-gperf.
16373         (CHECK_TARGET_MODULES): Add check-target-gperf.
16374         (INSTALL_TARGET_MODULES): Add install-target-gperf.
16375         (CLEAN_TARGET_MODULES): Add clean-target-gperf.
16376
16377 Mon Jun 23 10:51:53 1997  Jeffrey A Law  (law@cygnus.com)
16378
16379         * config.sub (mn10200): Recognize new basic machine.
16380
16381 Thu Jun 19 14:16:42 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
16382
16383         * configure.in: Don't set ENABLE_MULTILIB, so we'll be passing
16384         --enable-multilib down to subdirs; setting TARGET_SUBDIR was enough.
16385
16386 Tue Jun 17 15:31:20 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
16387
16388         * configure.in: If we're building mips-sgi-irix6* native, turn on
16389         ENABLE_MULTILIB and set TARGET_SUBDIR.
16390
16391 Tue Jun 17 12:20:59 1997  Tom Tromey  <tromey@cygnus.com>
16392
16393         * Makefile.in (all-sn): Depend on all-grep.
16394
16395 Mon Jun 16 11:11:10 1997  Ian Lance Taylor  <ian@cygnus.com>
16396
16397         * configure.in: Use mh-ppcpic and mt-ppcpic for powerpc*-* targets.
16398
16399         * configure: Set CFLAGS and CXXFLAGS, and substitute them into
16400         Makefile.  From Jeff Makey <jeff@cts.com>.
16401         * Makefile.in: Add comment for CFLAGS and CXXFLAGS.
16402
16403         * Makefile.in (DISTBISONFILES): Remove.
16404         (taz): Don't futz with DISTBISONFILES.  Change BISON to use
16405         $(DEFAULT_YACC).
16406
16407         * configure.in: Build itl, db, sn, etc., when building for native
16408         cygwin32.
16409
16410         * Makefile.in (LD): New variable.
16411         (EXTRA_HOST_FLAGS): Pass down LD.
16412         ($(DO_X)): Likewise.
16413
16414 Mon Jun 16 11:10:35 1997  Philip Blundell  <Philip.Blundell@pobox.com>
16415
16416         * Makefile.in (INSTALL): Use $(SHELL) when executing install-sh.
16417
16418 Fri Jun 13 10:22:56 1997  Bob Manson  <manson@charmed.cygnus.com>
16419
16420         * configure.in (targargs): Strip out any supplied --build argument
16421         before adding our own. Always add --build.
16422
16423 Thu Jun 12 21:12:28 1997  Bob Manson  <manson@charmed.cygnus.com>
16424
16425         * configure.in (targargs): Pass --build if we're doing
16426         a cross-compile.
16427
16428 Fri Jun  6 21:38:40 1997  Rob Savoye  <rob@chinadoll.cygnus.com>
16429
16430         * configure: Use '|' instead of ":" as the separator in
16431         sed. Otherwise sed chokes on NT path names with drive
16432         designators. Also look for "?:*" as the leading characters in an
16433         absolute pathname.
16434
16435 Mon Jun  2 13:05:20 1997  Gavin Koch  <gavin@cygnus.com>
16436
16437         * config.sub: Support for r3900.
16438
16439 Wed May 21 17:33:31 1997  Ian Lance Taylor  <ian@cygnus.com>
16440
16441         * configure.in: Use install-sh, not install.sh.
16442
16443 Wed May 14 16:06:51 1997  Ian Lance Taylor  <ian@cygnus.com>
16444
16445         * Makefile.in (taz): Improve check for BISON so it doesn't try to
16446         apply it twice.
16447
16448 Fri May  9 17:22:05 1997  Ian Lance Taylor  <ian@cygnus.com>
16449
16450         * Makefile.in (INSTALL_MODULES): Put install-opcodes before
16451         install-binutils.
16452
16453 Thu May  8 17:29:50 1997  Ian Lance Taylor  <ian@cygnus.com>
16454
16455         * Makefile.in: Add automake targets.
16456         * configure.in (host_tools): Add automake.
16457
16458 Tue May  6 15:49:52 1997  Ian Lance Taylor  <ian@cygnus.com>
16459
16460         * configure: Default CXX to c++, not gcc.
16461         * Makefile.in (CXX): Set to c++, not gcc.
16462         (CXX_FOR_TARGET): When cross, transform c++, not gcc.
16463
16464 Thu May  1 10:11:43 1997  Geoffrey Noer  <noer@cygnus.com>
16465
16466         * install-sh: try appending a .exe if source file doesn't
16467         exist
16468
16469 Wed Apr 30 12:05:36 1997  Jason Merrill  <jason@yorick.cygnus.com>
16470
16471         * configure.in: Turn on multilib by default.
16472         (cross_only): Remove target-libiberty.
16473
16474         * Makefile.in (all-gcc): Don't depend on libiberty.
16475
16476 Mon Apr 28 18:39:45 1997  Michael Snyder  <msnyder@cleaver.cygnus.com>
16477
16478         * config.guess: improve algorithm for recognizing Gnu Hurd x86.
16479
16480 Thu Apr 24 19:30:07 1997  Ian Lance Taylor  <ian@cygnus.com>
16481
16482         * Makefile.in (DEVO_SUPPORT): Add mpw-install.
16483         (DISTBISONFILES): Add ld/Makefile.in
16484
16485 Tue Apr 22 17:17:28 1997  Geoffrey Noer  <noer@pizza.cygnus.com>
16486
16487         * configure.in: if target is cygwin32 but host isn't cygwin32,
16488         don't configure gdb tcl tk expect, not just gdb.
16489
16490 Mon Apr 21 13:33:39 1997  Tom Tromey  <tromey@cygnus.com>
16491
16492         * configure.in: Added gnuserv everywhere sn appears.
16493
16494         * Makefile.in (ALL_MODULES): Added all-gnuserv.
16495         (CROSS_CHECK_MODULES): Added check-gnuserv.
16496         (INSTALL_MODULES): Added install-gnuserv.
16497         (CLEAN_MODULES): Added clean-gnuserv.
16498         (all-gnuserv): New target.
16499
16500 Thu Apr 17 13:57:06 1997  Per Fogelstrom  <pefo@openbsd.org>
16501
16502         * config.guess: Fixes for MIPS OpenBSD systems.
16503
16504 Tue Apr 15 12:21:07 1997  Ian Lance Taylor  <ian@cygnus.com>
16505
16506         * Makefile.in (INSTALL_XFORM): Remove.
16507         (BASE_FLAGS_TO_PASS): Remove INSTALL_XFORM.
16508
16509         * mkinstalldirs: New file, copied from automake.
16510         * Makefile.in (installdirs): Rename from install-dirs.  Use
16511         mkinstalldirs.  Change all users.
16512         (DEVO_SUPPORT): Add mkinstalldirs.
16513
16514 Mon Apr 14 11:21:38 1997  Ian Lance Taylor  <ian@cygnus.com>
16515
16516         * install-sh: Rename from install.sh.
16517         * Makefile.in (INSTALL): Change install.sh to install-sh.
16518         (DEVO_SUPPORT): Likewise.
16519
16520         * configure: Use ${config_shell} with ${moveifchange}.  From Thomas
16521         Graichen <graichen@rzpd.de>.
16522
16523 Fri Apr 11 16:37:10 1997  Niklas Hallqvist  <niklas@appli.se>
16524
16525         * config.guess: Recognize OpenBSD systems correctly.
16526
16527 Fri Apr 11 17:07:04 1997  Jason Molenda  (crash@godzilla.cygnus.co.jp)
16528
16529         * README, Makefile.in (ETC_SUPPORT): Remove references to
16530         cfg-paper*, configure.{texi,man,info*}._
16531
16532 Sun Apr  6 18:47:57 1997  Andrew Cagney  <cagney@kremvax.cygnus.com>
16533
16534         * Makefile.in (all.normal): Ensure that gcc is built after all
16535         the x11 - ie gdb - targets.
16536
16537 Tue Apr  1 16:28:50 1997  Klaus Kaempf  <kkaempf@progis.de>
16538
16539         * makefile.vms: Don't run conf-a-gas.
16540
16541 Mon Mar 31 16:26:55 1997  Joel Sherrill  <joel@oarcorp.com>
16542
16543         * configure.in (hppa1.1-*-rtems*): New target, like hppa-*-*elf*.
16544
16545 Sun Mar 30 12:38:27 1997  Fred Fish  <fnf@cygnus.com>
16546
16547         * configure.in: Remove noconfigdirs case since gdb also
16548         configures and builds for tic80-coff.
16549
16550 Fri Mar 28 18:28:52 1997  Ian Lance Taylor  <ian@cygnus.com>
16551
16552         * configure: Set cache_file to config.cache.
16553         * Makefile.in (local-distclean): Remove config.cache.
16554
16555 Wed Mar 26 18:49:39 1997  Ian Lance Taylor  <ian@cygnus.com>
16556
16557         * COPYING: Update FSF address.
16558
16559 Wed Mar 26 10:38:25 1997  Michael Meissner  <meissner@cygnus.com>
16560
16561         * configure.in (tic80-*-*): Remove G++ libraries and libgloss from
16562         noconfigdirs.
16563
16564 Mon Mar 24 15:02:39 1997  Ian Lance Taylor  <ian@cygnus.com>
16565
16566         * Makefile.in (install-dirs): Don't crash if prefix, and hence
16567         MAKEDIRS, is empty.
16568
16569 Mon Mar 24 12:40:55 1997  Doug Evans  <dje@canuck.cygnus.com>
16570
16571         * config.sub: Tweak mn10300 entry.
16572
16573 Fri Mar 21 15:35:27 1997  Michael Meissner  <meissner@cygnus.com>
16574
16575         * configure.in (host_tools): Put sim before gdb, so gdb's
16576         configure.tgt can determine if the simulator was configured.
16577
16578 Sun Mar 16 16:07:08 1997  Fred Fish  <fnf@cygnus.com>
16579
16580         * config.sub: Move BeOS $os case to be with other Cygnus
16581         local cases.
16582
16583 Sun Mar 16 01:34:55 1997  Martin Hunt <hunt@cygnus.com>
16584
16585         * config.sub: Remove misplaced comment that broke Linux.
16586
16587 Sat Mar 15 22:50:15 1997  Fred Fish  <fnf@cygnus.com>
16588
16589         * config.sub: Add BeOS support.
16590
16591 Mon Mar 10 13:30:11 1997  Tom Tromey  <tromey@cygnus.com>
16592
16593         * Makefile.in (CHECK_X11_MODULES): Don't run check-tk.
16594
16595 Wed Mar  5 12:09:29 1997  Martin  <hunt@cygnus.com>
16596
16597         * configure.in (noconfigdirs): Remove tcl and tk from
16598         noconfigdirs for cygwin32 builds.
16599
16600 Fri Feb 28 18:20:15 1997  Fred Fish  <fnf@cygnus.com>
16601
16602         * configure.in (tic80-*-*): Remove ld from noconfigdirs.
16603
16604 Thu Feb 27 14:57:26 1997  Ken Raeburn  <raeburn@cygnus.com>
16605
16606         * Makefile.in (GAS_SUPPORT_DIRS, BINUTILS_SUPPORT_DIRS): Remove
16607         make-all.com, use makefile.vms instead.
16608
16609 Tue Feb 25 18:46:14 1997  Stan Shebs  <shebs@andros.cygnus.com>
16610
16611         * config.sub: Accept -lnews*.
16612
16613 Tue Feb 25 13:19:14 1997  Andrew Cagney  <cagney@kremvax.tpgi.com.au>
16614
16615         * configure.in (noconfigdirs): Disable target-newlib,
16616         target-examples and target-libiberty for d30v.
16617
16618 Fri Feb 21 17:56:25 1997  Martin M. Hunt  <hunt@pizza.cygnus.com>
16619
16620         * configure.in (noconfigdirs): Enable ld for d30v.
16621
16622 Fri Feb 21 20:58:51 1997  Michael Meissner  <meissner@cygnus.com>
16623
16624         * configure.in (tic80-*-*): Build compiler.
16625
16626 Sun Feb 16 15:41:09 1997  Andrew Cagney  <cagney@critters.cygnus.com>
16627
16628         * configure.in (d30v-*): Remove sim directory from list of
16629         unsupported d30v directories
16630
16631 Tue Feb 18 17:32:42 1997  Martin M. Hunt  <hunt@pizza.cygnus.com>
16632
16633         * config.sub, configure.in: Add d30v target cpu.
16634
16635 Thu Feb 13 22:04:44 1997  Klaus Kaempf  <kkaempf@progis.de>
16636
16637         * makefile.vms: New file.
16638         * make-all.com: Remove.
16639
16640 Wed Feb 12 12:54:18 1997  Jim Wilson  <wilson@cygnus.com>
16641
16642         * Makefile.in (EXTRA_GCC_FLAGS): Add LIBGCC2_DEBUG_CFLAGS.
16643
16644 Sat Feb  8 20:36:49 1997  Michael Meissner  <meissner@cygnus.com>
16645
16646         * Makefile.in (all-itcl): The rule is all-itcl, not all-tcl.
16647
16648 Tue Feb  4 11:39:29 1997  Tom Tromey  <tromey@cygnus.com>
16649
16650         * Makefile.in (ALL_MODULES): Added all-db.
16651         (CROSS_CHECK_MODULES): Addec check-db.
16652         (INSTALL_MODULES): Added install-db.
16653         (CLEAN_MODULES): Added clean-db.
16654
16655 Mon Feb  3 13:29:36 1997  Ian Lance Taylor  <ian@cygnus.com>
16656
16657         * config.guess: Merge with latest FSF sources.
16658
16659 Tue Jan 28 09:20:37 1997  Tom Tromey  <tromey@cygnus.com>
16660
16661         * Makefile.in (ALL_MODULES): Added all-itcl.
16662         (CROSS_CHECK_MODULES): Added check-itcl.
16663         (INSTALL_MODULES): Added install-itcl.
16664         (CLEAN_MODULES): Added clean-itcl.
16665
16666 Thu Jan 23 01:44:27 1997  Geoffrey Noer  <noer@cygnus.com>
16667
16668         * configure.in: build gdb for mn10200
16669
16670 Fri Jan 17 15:32:15 1997  Doug Evans  <dje@canuck.cygnus.com>
16671
16672         * Makefile.in (all-target-winsup): Depend on all-target-libio.
16673
16674 Mon Jan 13 22:46:54 1997  Michael Meissner  <meissner@tiktok.cygnus.com>
16675
16676         * configure.in (tic80-*-*): Turn off most targets right now.
16677
16678 Fri Jan  3 16:04:03 1997  Ian Lance Taylor  <ian@cygnus.com>
16679
16680         * Makefile.in (MAKEINFO): Check for the existence of the Makefile,
16681         rather than the makeinfo program.
16682         (do-info): Depend upon all-texinfo.
16683
16684 Tue Dec 31 16:00:31 1996  Ian Lance Taylor  <ian@cygnus.com>
16685
16686         * configure.in: Remove uses of config/mh-linux.
16687
16688         * config.sub, config.guess: Merge with latest FSF sources.
16689
16690 Fri Dec 27 23:04:33 1996  Fred Fish  <fnf@cygnus.com>
16691
16692         * config.sub (case $basic_machine): Add tic80 entries.
16693
16694 Fri Dec 27 12:07:59 1996  Ian Lance Taylor  <ian@cygnus.com>
16695
16696         * config.sub, config.guess: Merge with latest FSF sources.
16697
16698 Wed Dec 18 22:46:39 1996  Stan Shebs  <shebs@andros.cygnus.com>
16699
16700         * mpw-build.in: Build ld before gcc, use NewFolderRecursive.
16701         * mpw-config.in: Test for NewFolderRecursive.
16702         * mpw-install: Use symbolic name for startup filename.
16703         * mpw-README: Add various additional details.
16704
16705 Wed Dec 18 13:11:46 1996  Jim Wilson  <wilson@cygnus.com>
16706
16707         * configure.in (mips*-sgi-irix6*): Remove binutils from noconfigdirs.
16708
16709 Wed Dec 18 10:29:31 1996  Jeffrey A Law  (law@cygnus.com)
16710
16711         * configure.in: Do build gcc and the target libraries for
16712         the mn10200.
16713
16714 Wed Dec  4 16:53:05 1996  Geoffrey Noer  <noer@cygnus.com>
16715
16716         * configure.in: don't avoid building gdb for mn10300 any more
16717         * Makefile.in: double-quote GCC_FOR_TARGET line in EXTRA_GCC_FLAGS
16718         instead of single-quoting it.
16719
16720 Tue Dec  3 23:26:50 1996  Jason Merrill  <jason@yorick.cygnus.com>
16721
16722         * configure.in: Don't use --with-stabs on IRIX 6.
16723
16724 Tue Dec  3 09:05:25 1996  Doug Evans  <dje@canuck.cygnus.com>
16725
16726         * configure.in (m32r): Build gdb, libg++ now.
16727
16728 Sun Dec  1 00:18:59 1996  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
16729
16730         * configure.in (mips*-sgi-irix6*):  Remove gdb and related
16731         directories from noconfigdirs.
16732
16733 Tue Nov 26 11:45:33 1996  Kim Knuttila  <krk@cygnus.com>
16734
16735         * config.sub (basic_machine): added mips16 configuration
16736
16737 Sat Nov 23 19:26:22 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
16738
16739         * config.sub: Handle d10v-unknown.
16740
16741 Sat Nov 23 10:23:01 1996  Gavin Koch  <gavin@cygnus.com>
16742
16743         * config.sub: Handle v850-unknown.
16744
16745 Thu Nov 21 16:19:44 1996  Geoffrey Noer  <noer@cygnus.com>
16746
16747         * Makefile.in: add findutils
16748         * configure.in: add findutils to list of host_tools
16749
16750 Wed Nov 20 10:09:01 1996  Jeffrey A Law  (law@cygnus.com)
16751
16752         * config.sub: Handle mn10200 and mn10300.
16753
16754 Tue Nov 19 16:35:14 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
16755
16756         * configure.in (d10v-*): Do not build librx.
16757
16758 Mon Nov 18 13:28:41 1996  Jeffrey A Law  (law@cygnus.com)
16759
16760         * configure.in (mn10300): Build everything except gdb & libgloss.
16761
16762 Wed Nov 13 14:59:46 1996  Per Bothner  <bothner@deneb.cygnus.com>
16763
16764         * config.guess:  Patch for Dansk Data Elektronik servers,
16765         from Niels Skou Olsen <nso@dde.dk>.
16766
16767         For ncr, use /bin/uname rather than uname, since GNU uname does not
16768         support -p.  Suggested by Mark Mitchell <mmitchell@usa.net>.
16769
16770         Patch for MIPS R4000 running System V,
16771         from Eric S. Raymond <esr@snark.thyrsus.com>.
16772
16773         Fix thinko for nextstep.
16774
16775         Patch for OSF1 in i?86, from Dan Murphy <dlm@osf.org> via Harlan Stenn.
16776
16777         Sat Jun 24 18:58:17 1995  Morten Welinder  <terra+@cs.cmu.edu>
16778         * config.guess: Guess mips-dec-mach_bsd4.3.
16779
16780         Thu Oct 10 04:07:04 1996  Harlan Stenn <harlan@pfcs.com>
16781         * config.guess (i?86-ncr-sysv*):  Emit just enough of the minor
16782         release numbers.
16783         * config.guess (mips-mips-riscos*):  Emit just enough of the
16784         release number.
16785
16786         Tue Oct  8 10:37:22 1996  Frank Vance <fvance@waii.com>
16787         * config.guess (sparc-auspex-sunos*):  Added.
16788         (f300-fujitsu-*): Added.
16789
16790         Wed Sep 25 22:00:35 1996  Jeff Woolsey <woolsey@jlw.com>
16791         * config.guess:  Recognize a Tadpole as a sparc.
16792
16793 Wed Nov 13 00:53:09 1996  David J. MacKenzie  <djm@churchy.gnu.ai.mit.edu>
16794
16795         * config.guess: Don't assume that NextStep version is either 2 or
16796         3.  NextStep 4 (aka OpenStep 4) has come out now.
16797
16798 Mon Nov 11 23:52:03 1996  David J. MacKenzie  <djm@churchy.gnu.ai.mit.edu>
16799
16800         * config.guess: Support Cray T90 that reports itself as "CRAY TS".
16801         From Rik Faith <faith@cs.unc.edu>.
16802
16803 Fri Nov  8 11:34:58 1996  David J. MacKenzie  <djm@geech.gnu.ai.mit.edu>
16804
16805         * config.sub: Contributions from bug-gnu-utils to:
16806         Support plain "hppa" (no version given) architecture, reported by
16807         OpenStep.
16808         OpenBSD like NetBSD.
16809         LynxOs is not a hardware supplier.
16810
16811         * config.guess: Contributions from bug-gnu-utils to add support for:
16812         OpenBSD like NetBSD.
16813         Stratus systems.
16814         More Pyramid systems.
16815         i[n>4]86 Intel chips.
16816         M680[n>4]0 Motorola chips.
16817         Use unknown instead of lynx for hardware manufacturer.
16818
16819 Mon Nov 11 10:09:08 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
16820
16821         * install.sh (chmodcmd): Set to null if the DST directory already
16822         exists.
16823
16824 Mon Nov 11 10:43:41 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
16825
16826         * configure.in (powerpc*-{eabi,elf,linux,rtem,sysv,solaris}*): Do
16827         not use mt-ppc target Makefile fragment any more.
16828
16829 Sun Nov  3 19:17:07 1996  Stu Grossman  (grossman@critters.cygnus.com)
16830
16831         * configure.in (*-*-windows):  Exclude everything but those dirs
16832         needed to build windows.
16833
16834 Tue Oct 29 16:41:31 1996  Doug Evans  <dje@canuck.cygnus.com>
16835
16836         * Makefile.in (all-target-winsup): Depend on all-target-librx.
16837
16838 Mon Oct 28 17:32:46 1996  Stu Grossman  (grossman@critters.cygnus.com)
16839
16840         * configure.in:  Exclude mmalloc from i386-windows.
16841
16842 Thu Oct 24 09:22:46 1996  Stu Grossman  (grossman@critters.cygnus.com)
16843
16844         * Undo my previous change.
16845
16846 Thu Oct 24 12:12:04 1996  Ian Lance Taylor  <ian@cygnus.com>
16847
16848         * Makefile.in (EXTRA_GCC_FLAGS): Pass down GCC_FOR_TARGET
16849         unconditionally.
16850         (MAKEOVERRIDES): Define (revert this part of October 18 change).
16851
16852 Thu Oct 24 09:02:07 1996  Stu Grossman  (grossman@critters.cygnus.com)
16853
16854         * Makefile.in (FLAGS_TO_PASS):  Add $(HOST_FLAGS) to allow the
16855         host to add it's own flags.
16856
16857 Tue Oct 22 15:20:26 1996  Ian Lance Taylor  <ian@cygnus.com>
16858
16859         * configure: Handle GCC_FOR_TARGET like CC_FOR_TARGET.
16860
16861 Fri Oct 18 13:37:13 1996  Ian Lance Taylor  <ian@cygnus.com>
16862
16863         * Makefile.in (CC_FOR_TARGET): Check for xgcc, not Makefile.
16864         (CXX_FOR_TARGET): Likewise.
16865         (GCC_FOR_TARGET): Define.
16866         (BASE_FLAGS_TO_PASS): Remove GCC_FOR_TARGET.
16867         (EXTRA_GCC_FLAGS): Define GCC_FOR_TARGET based on whether
16868         CC_FOR_TARGET was specified on the command line.
16869         (MAKEOVERRIDES): Don't define.
16870
16871 Thu Oct 17 10:27:56 1996  Doug Evans  <dje@canuck.cygnus.com>
16872
16873         * configure.in (m32r): Fix spelling of libg++ libs.
16874
16875 Thu Oct 10 10:37:17 1996  Stan Shebs  <shebs@andros.cygnus.com>
16876
16877         * config.sub (-apple*): Remove, now redundant.
16878
16879 Thu Oct 10 12:30:54 1996  Ian Lance Taylor  <ian@cygnus.com>
16880
16881         * configure: Don't get confused by CPU-VENDOR-linux-gnu.
16882
16883         * configure: Rework yesterday's sed script patch.
16884
16885         * config.sub: Merge with FSF.
16886
16887 Wed Oct  9 17:24:59 1996  Per Bothner  <bothner@deneb.cygnus.com>
16888
16889         * config.guess:  Merge from FSF.
16890
16891         1996-09-12  Richard Stallman  <rms@ethanol.gnu.ai.mit.edu>
16892         * config.guess: Use pc instead of unknown, for pc clone systems.
16893         Change linux to linux-gnu.
16894
16895         Mon Jul 15 23:51:11 1996  Karl Heuer  <kwzh@gnu.ai.mit.edu>
16896         * config.guess: Avoid non-portable tr syntax.
16897
16898 Wed Oct  9 06:06:46 1996  Jeffrey A Law  (law@cygnus.com)
16899
16900         * test-build.mk (HOLES): Add "xargs" for gdb.
16901
16902         * configure: Avoid hpux10.20 sed bug.
16903
16904 Tue Oct  8 08:32:48 1996  Stu Grossman  (grossman@critters.cygnus.com)
16905
16906         * configure.in:  Add support for windows host
16907         (that is a build done under the Microsoft build environment).
16908
16909 Tue Oct  8 10:39:08 1996  Ian Lance Taylor  <ian@cygnus.com>
16910
16911         * Makefile.in: Replace all uses of srcroot with s, to shrink
16912         command line lengths.
16913
16914         Patches from Geoffrey Noer <noer@cygnus.com>:
16915         * configure.in: If configuring for newlib, pass --with-newlib to
16916         subdirectories.
16917         * Makefile.in (CC_FOR_TARGET): If winsup/Makefile exists, pass a
16918         -Bnewlib/ and -Lwinsup to gcc.
16919         (CXX_FOR_TARGET): Likewise.
16920
16921 Mon Oct  7 10:59:35 1996  Ian Lance Taylor  <ian@cygnus.com>
16922
16923         * Makefile.in (ETC_SUPPORT): Add configure.
16924
16925 Fri Oct  4 12:22:58 1996  Angela Marie Thomas (angela@cygnus.com)
16926
16927         * configure.in: Use config/mh-dgux386 for i[345]86-dg-dgux
16928         host configuration file.
16929
16930 Thu Oct  3 09:28:25 1996  Jeffrey A Law  (law@cygnus.com)
16931
16932         * configure.in: Break mn10x00 support into separate
16933         mn10200 and mn10300 configurations.
16934         * config.sub: Likewise.
16935
16936 Wed Oct  2 22:27:52 1996  Jeffrey A Law  (law@cygnus.com)
16937
16938         * configure.in: Add lots of stuff to noconfigdirs for
16939         the mn10x00 targets.
16940
16941         * config.sub, configure.in: Add mn10x00 support.
16942
16943 Wed Oct  2 15:52:36 1996  Klaus Kaempf  <kkaempf@progis.de>
16944
16945         * make-all.com: Call conf-a-gas, not config-a-gas.
16946
16947 Tue Oct  1 01:28:41 1996  James G. Smith  <jsmith@cygnus.co.uk>
16948
16949         * configure.in (noconfigdirs): Don't build libgloss for arm-coff
16950         targets.
16951
16952 Mon Sep 30 14:24:01 1996  Stan Shebs  <shebs@andros.cygnus.com>
16953
16954         * mpw-README: Add much more detail for native PowerMac.
16955         * mpw-install: New file.
16956         * mpw-configure: Add --norecursion and --help options.
16957         * mpw-config.in: Translate readme and install files when
16958         copying to objdir.
16959         * mpw-build.in: Don't always depend on byacc and flex.
16960         (install-only-top): New action.
16961
16962 Fri Sep 27 17:39:44 1996  Stu Grossman  (grossman@critters.cygnus.com)
16963
16964         * configure.in:  You can now configure GDB for the v850.
16965
16966 Tue Sep 24 19:05:12 1996  Stan Shebs  <shebs@andros.cygnus.com>
16967
16968         * configure.in (noconfigdirs): Don't configure any C++ dirs
16969         if targeting D10V.
16970
16971 Tue Sep 17 12:15:31 1996  Ian Lance Taylor  <ian@cygnus.com>
16972
16973         * config.sub: Recognize mips64vr5000.
16974
16975 Mon Sep 16 17:00:52 1996  Ian Lance Taylor  <ian@cygnus.com>
16976
16977         * configure.in: Use a single line for host_tools and native_only.
16978
16979 Mon Sep  9 12:21:30 1996  Doug Evans  <dje@canuck.cygnus.com>
16980
16981         * config.sub, configure.in: Add entries for m32r.
16982
16983 Thu Sep  5 13:52:47 1996  Tom Tromey  <tromey@creche.cygnus.com>
16984
16985         * Makefile.in (inet-install): Don't run install-gzip.
16986
16987 Wed Sep  4 17:26:13 1996  Stu Grossman  (grossman@critters.cygnus.com)
16988
16989         * configure.in:  Don't config lots of things for *-*-windows*.
16990
16991 Sat Aug 31 11:45:57 1996  Stan Shebs  <shebs@andros.cygnus.com>
16992
16993         * mpw-config.in: Test for mpw-true, true, and null-command scripts.
16994         (host_libs, host_tools): Copy from configure.in.
16995         * mpw-configure: Don't complain about directories not found.
16996
16997 Thu Aug 29 16:44:58 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
16998
16999         * configure.in (i[345]86): Recognize i686 for pentium pro.
17000         (i[3456]86-*-dgux*): Use config/mh-sysv for the host configuration
17001         file.
17002
17003         * config.guess (i[345]86): Ditto.
17004
17005 Mon Aug 26 18:34:42 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
17006
17007         * configure.in (noconfigdirs): Removed gdb for D10V.
17008
17009 Thu Aug 22 17:13:52 1996  Jeffrey A Law  (law@cygnus.com)
17010
17011         * configure.in: Remove ld, target-libio, target-libg++, and
17012         target-libstdc++ from noconfigdirs.
17013
17014 Wed Aug 21 18:56:38 1996  Fred Fish  <fnf@cygnus.com>
17015
17016         * configure: Fix three locations where shell scripts were
17017         being run directly rather than with config_shell.
17018
17019 Tue Aug 20 13:08:47 1996  J.T. Conklin  <jtc@hippo.cygnus.com>
17020
17021         * configure.in (v850-*-*): Set up initial $noconfigdirs.
17022         * config.sub (basic_machine): Recognize v850.
17023
17024 Thu Aug 15 12:19:33 1996  Stan Shebs  <shebs@andros.cygnus.com>
17025
17026         * mpw-configure: Handle multiple enable/disable options and
17027         pass them down recursively, handle -c and -s flags appropriately
17028         depending on choice of compiler, add escape mechanism for
17029         quoted arguments to gC.
17030
17031 Mon Aug 12 13:15:13 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
17032
17033         * configure.in (powerpc*-*-*): For eabi, system V.4, Linux, and
17034         solaris targets, use config/mt-ppc to set C{,XX}FLAGS_FOR_TARGETS
17035         so that -mrelocatable-lib and -mno-eabi are used.
17036
17037         * Makefile.in (CONFIGURE_TARGET_MODULES): If target compiler does
17038         not support --print-multi-lib, don't abort.
17039
17040 Thu Aug  8 12:18:59 1996  Klaus Kaempf  <kkaempf@progis.de>
17041
17042         * make-all.com: Run config-a-gas.
17043         * setup.com: Don't copy subdirectory files around.
17044
17045 Tue Jul 30 17:49:31 1996  Brendan Kehoe  <brendan@cygnus.com>
17046
17047         * configure.in (*-*-ose): Remove exclusion of libgloss for this
17048         target, it now compiles correctly.
17049
17050 Sat Jul 27 15:10:43 1996  Stan Shebs  <shebs@andros.cygnus.com>
17051
17052         * mpw-config.in: Generate Mac include for elf/dwarf2.h.
17053
17054 Tue Jul 23 10:47:04 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
17055
17056         * configure.in (d10v-*-*): Remove ld from $noconfigdirs.
17057
17058 Mon Jul 22 13:28:51 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
17059
17060         * configure.in (native_only): Add prms.
17061
17062 Mon Jul 22 12:27:58 1996  Ian Lance Taylor  <ian@cygnus.com>
17063
17064         * Makefile.in (GAS_SUPPORT_DIRS): Add make-all.com and setup.com.
17065         (BINUTILS_SUPPORT_DIRS): Likewise.
17066
17067 Thu Jul 18 12:55:40 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
17068
17069         * configure.in (d10v-*-*): Don't configure ld or gdb until the
17070         d10v support is added.
17071
17072 Wed Jul 17 14:33:09 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
17073
17074         * configure.in (d10v-*-*): New target.
17075
17076 Mon Jul 15 11:53:00 1996  Jeffrey A Law  (law@cygnus.com)
17077
17078         * config.guess (HP 9000/811): Recognize this as a PA1.1
17079         machine.
17080
17081 Fri Jul 12 23:21:17 1996  Ken Raeburn  <raeburn@cygnus.com>
17082
17083         * Makefile.in (do-tar-gz): New target, split out from tail end of
17084         taz target.  Run each command separately, don't use pipes.
17085         (taz): Use it.
17086
17087 Fri Jul 12 12:08:04 1996  Stan Shebs  <shebs@andros.cygnus.com>
17088
17089         * mpw-configure: Look for g-mpw-make.sed in config/mpw.
17090         * mpw-build.in: No builds should depend on building byacc or flex,
17091         they are assumed to be installed already.
17092
17093 Fri Jul 12 09:52:52 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
17094
17095         * Makefile.in (CONFIGURE_TARGET_MODULES): Set r environment
17096         variable that CC_FOR_TARGET needs.
17097
17098 Thu Jul 11 10:09:45 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
17099
17100         * Makefile.in (CONFIGURE_TARGET_MODULES): Determine if the multlib
17101         options have changed since the last time the subdirectory was
17102         configured, and if it has, reconfigure.
17103         (CLEAN_TARGET_MODULES): Delete multilib.out and tmpmulti.out, which
17104         CONFIGURE_TARGET_MODULES uses to remember the old multilib options.
17105
17106 Wed Jul 10 18:56:59 1996  Doug Evans  <dje@canuck.cygnus.com>
17107
17108         * Makefile.in (ALL_MODULES,CROSS_CHECK_MODULES,INSTALL_MODULES,
17109         CLEAN_MODULES): Add bash.
17110         (all-bash): New target.
17111
17112 Mon Jul  8 17:33:14 1996  Jim Wilson  <wilson@cygnus.com>
17113
17114         * configure.in (mips-sgi-irix6*): Use mh-irix6 instead of mh-irix5.
17115
17116 Mon Jul  1 13:31:35 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
17117
17118         * config.sub (basic_machine): Recognize d10v as a valid processor.
17119
17120 Fri Jun 28 12:14:35 1996  Stan Shebs  <shebs@andros.cygnus.com>
17121
17122         * mpw-configure: Add support for --bindir.
17123         * mpw-build.in: Use a GCC-specific build script for GCC actions.
17124
17125 Wed Jun 26 17:20:12 1996  Geoffrey Noer  <noer@cygnus.com>
17126
17127         * configure.in: add bash, time, gawk to list of hosttools and things
17128         to only build for native toolchains
17129
17130 Tue Jun 25 23:09:03 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
17131
17132         * Makefile.in (docdir): Remove.
17133
17134 Tue Jun 25 19:00:08 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
17135
17136         * Makefile.in (datadir): Set to $(prefix)/share.
17137
17138 Mon Jun 24 23:26:07 1996  Geoffrey Noer  <noer@cygnus.com>
17139
17140         * configure.in: build diff and patch for cygwin32-hosted
17141         toolchains.
17142
17143 Mon Jun 24 15:01:12 1996  Joel Sherrill  <joel@merlin.gcs.redstone.army.mil>
17144
17145         * config.sub: Accept -rtems*.
17146
17147 Sun Jun 23 22:41:54 1996  Geoffrey Noer  <noer@cygnus.com>
17148
17149         * configure.in: enable dosrel for cygwin32-hosted builds,
17150                 remove diff from the list of things not buildable
17151                 via Canadian Cross
17152
17153 Sat Jun 22 11:39:01 1996  Jason Merrill  <jason@yorick.cygnus.com>
17154
17155         * Makefile.in (TARGET_SUBDIR): Move comment to previous line so we
17156         don't get ". ".
17157
17158 Fri Jun 21 17:24:48 1996  Jim Wilson  <wilson@cygnus.com>
17159
17160         * configure.in (mips*-sgi-irix6*): Set noconfigdirs appropriately.
17161
17162 Thu Jun 20 16:57:40 1996  Ken Raeburn  <raeburn@cygnus.com>
17163
17164         * Makefile.in (taz): Handle case where tex3patch didn't even get
17165         checked out.  Also, if it was found, put the symlink in a new util
17166         subdirectory.
17167
17168 Thu Jun 20 12:20:33 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
17169
17170         * config.guess (*:Linux:*:*): Add support for PowerPC Linux.
17171
17172 Tue Jun 18 14:24:12 1996  Klaus Kaempf  (kkaempf@progis.de)
17173
17174         * config.sub: Recognize -openvms.
17175         * configure.in (alpha*-*-*vms*): Set noconfigdirs.
17176         * make-all.com, setup.com: New files.
17177
17178 Mon Jun 17 16:34:46 1996  Jason Merrill  <jason@yorick.cygnus.com>
17179
17180         * Makefile.in (taz): tex3patch moved to texinfo/util.
17181
17182 Sat Jun 15 17:13:25 1996  Geoffrey Noer <noer@cygnus.com>
17183
17184         * configure: enable_gdbtk=no for cygwin32-hosted toolchains
17185         * configure.in: remove make from disable-if-Can-Cross list
17186                 enable gdb if ${host} and ${target} are cygwin32
17187
17188 Fri Jun  7 18:16:52 1996  Harlan Stenn <harlan@pfcs.com>
17189
17190         * config.guess (i?86-ncr-sysv*):  Emit minor release numbers.
17191         Recognize the NCR 4850 machine and NCR Pentium-based platforms.
17192
17193 Wed Jun  5 00:09:17 1996  Per Bothner  <bothner@wombat.gnu.ai.mit.edu>
17194
17195         * config.guess:  Combine mips-mips-riscos cases, and use cpp to
17196         distinguish sysv/svr4/bsd variants.
17197         Based on a patch from Harlan Stenn <harlan@pfcs.com>.
17198
17199 Fri Jun  7 14:24:49 1996  Tom Tromey  <tromey@creche.cygnus.com>
17200
17201         * configure.in: Added copyright notice.
17202         * move-if-change: Added copyright notice.
17203
17204 Thu Jun  6 16:27:05 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
17205
17206         * configure.in (powerpcle-*-solaris*): Until we get shared
17207         libraries working, don't build gdb, sim, make, tcl, tk, or
17208         expect.
17209
17210 Tue Jun  4 20:41:45 1996  Per Bothner  <bothner@deneb.cygnus.com>
17211
17212         * config.guess:  Merge with FSF:
17213
17214         Mon Jun  3 08:49:14 1996  Karl Heuer  <kwzh@gnu.ai.mit.edu>
17215         * config.guess (*:Linux:*:*): Add guess for sparc-unknown-linux.
17216
17217         Fri May 24 18:34:53 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>
17218         * config.guess (AViiON:dgux:*:*): Fix typo in recognizing mc88110.
17219
17220         Fri Apr 12 20:03:59 1996  Per Bothner  <bothner@spiff.gnu.ai.mit.edu>
17221         * config.guess:  Combine two OSF1 rules.
17222         Also recognize field test versions.  From mjr@zk3.dec.com.
17223         * config.guess (dgux):  Use /usr/bin/uname rather than uname,
17224         because GNU uname does not support -p.  From pmr@pajato.com.
17225
17226 Tue Jun  4 11:07:25 1996  Tom Tromey  <tromey@csk3.cygnus.com>
17227
17228         * Makefile.in (MAKEDIRS): Removed $(tooldir).
17229
17230 Tue May 28 12:30:50 1996  Stan Shebs  <shebs@andros.cygnus.com>
17231
17232         * mpw-README: Document GCCIncludes.
17233
17234 Sun May 26 15:16:27 1996  Fred Fish  <fnf@cygnus.com>
17235
17236         * configure.in (alpha-*-linux*): Set enable_shared to yes.
17237
17238 Tue May 21 15:41:39 1996  Stan Shebs  <shebs@andros.cygnus.com>
17239
17240         * mpw-configure: Handle --enable-FOO and --disable-FOO.
17241
17242 Mon May 20 10:12:29 1996  Geoffrey Noer  <noer@cygnus.com>
17243
17244         * configure.in (*-*-cygwin32): Configure make.
17245
17246 Tue May  7 14:19:42 1996  Tom Tromey  <tromey@snuffle.cygnus.com>
17247
17248         * Makefile.in (inet-install): Quote value of INSTALL_MODULES.
17249
17250 Fri May  3 08:57:17 1996  Tom Tromey  <tromey@lisa.cygnus.com>
17251
17252         * Makefile.in (all-inet): Depend on all-perl.
17253
17254         * Makefile.in (inet-install): New target.
17255
17256         * Makefile.in (all-inet): Depend on all-tcl.
17257         (all-inet): Depend on all-send-pr.
17258
17259 Tue Apr 30 13:55:51 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
17260
17261         * configure.in (powerpcle-*-solaris*): Turn off tk and tcl
17262         temporarily.
17263
17264 Thu Apr 25 11:48:20 1996  Ian Lance Taylor  <ian@cygnus.com>
17265
17266         * configure.in: Don't configure --with-gnu-ld on AIX.
17267
17268 Thu Apr 25 06:33:36 1996  Michael Meissner  <meissner@wogglebug.tiac.net>
17269
17270         * configure.in (powerpcle-*-solaris*): Turn off gdb temporarily.
17271
17272 Tue Apr 23 09:07:39 1996  Tom Tromey  <tromey@creche.cygnus.com>
17273
17274         * Makefile.in (ALL_MODULES): Added all-inet.
17275         (CROSS_CHECK_MODULES): Added check-inet.
17276         (INSTALL_MODULES): Added install-inet.
17277         (CLEAN_MODULES): Added clean-inet.
17278         (all-indent): New target.
17279
17280         * configure.in (host_tools): Added inet.
17281         (native_only): Added inet.
17282         (noconfigdirs): Added inet.
17283
17284 Fri Apr 19 15:35:29 1996  Ian Lance Taylor  <ian@cygnus.com>
17285
17286         * configure.in: Don't configure libgloss if we are not configuring
17287         newlib.
17288
17289 Wed Apr 17 19:30:01 1996  Rob Savoye  <rob@chinadoll.cygnus.com>
17290
17291         * configure.in: Don't configure libgloss for unsupported
17292         architectures.
17293
17294 Tue Apr 16 11:17:05 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
17295
17296         * Makefile.in (CLEAN_MODULES): Add clean-apache.
17297
17298 Mon Apr 15 15:09:05 1996  Tom Tromey  <tromey@creche.cygnus.com>
17299
17300         * Makefile.in (ALL_MODULES): Include all-apache.
17301         (CROSS_CHECK_MODULES): Include check-apache.
17302         (INSTALL_MODULES): Include install-apache.
17303         (all-apache): New target.
17304
17305         * configure.in: Added apache everywhere perl is seen.
17306
17307 Mon Apr 15 14:59:13 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
17308
17309         * Makefile.in: Add support for clean-{module} and
17310         clean-target-{module} rules.
17311
17312 Wed Apr 10 21:37:41 PDT 1996  Marilyn E. Sander <msander@cygnus.com>
17313
17314         * configure.in (*-*-ose) do not build libgloss.
17315
17316 Mon Apr  8 16:16:20 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
17317
17318         * config.guess (prep*:SunOS:5.*:*): Turn into
17319         powerpele-unknown-solaris2.
17320
17321 Mon Apr  8 14:45:41 1996  Ian Lance Taylor  <ian@cygnus.com>
17322
17323         * configure.in: Permit --enable-shared to specify a list of
17324         directories.
17325
17326 Fri Apr  5 08:17:57 1996  Jason Molenda  (crash@phydeaux.cygnus.com)
17327
17328         * configure.in (host==solaris): Pass only the first word of $CC
17329         to /usr/bin/which when checking if we're using /usr/ccs/bin/cc.
17330
17331 Fri Apr  5 03:16:13 1996  Jason Molenda  (crash@phydeaux.cygnus.com)
17332
17333         * Makefile.in (BASE_FLAGS_TO_PASS): pass down $(MAKE).
17334
17335 Thu Mar 28 14:11:11 1996  Tom Tromey  <tromey@creche.cygnus.com>
17336
17337         * Makefile.in (ALL_MODULES): Include all-perl.
17338         (CROSS_CHECK_MODULES): Include check-perl.
17339         (INSTALL_MODULES): Include install-perl.
17340         (ALL_X11_MODULES): Include all-guile.
17341         (CHECK_X11_MODULES): Include check-guile.
17342         (INSTALL_X11_MODULES): Include install-guile.
17343         (all-perl): New target.
17344         (all-guile): New target.
17345
17346         * configure.in (host_tools): Include perl and guile.
17347         (native_only): Include perl and guile.
17348         (noconfigdirs): Don't build guile and perl; no ports have been
17349         done.
17350
17351 Tue Mar 26 21:18:50 1996  Andrew Cagney  <cagney@kremvax.highland.com.au>
17352
17353         * configure (--enable-*): Handle quoted option lists such as
17354         --enable-sim-cflags='-g0 -O' better.
17355
17356 Thu Mar 21 11:53:08 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
17357
17358         * Makefile.in ({,inst}all-target): New rule so we can make and
17359         install all of the target directories easily.
17360
17361 Wed Mar 20 18:10:57 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
17362
17363         * configure.in: Add missing global flag in sed substitution when
17364         deleting `target-' from ${configdirs}.
17365
17366 Thu Mar 14 19:15:06 1996  Ian Lance Taylor  <ian@cygnus.com>
17367
17368         * Makefile.in (DO_X): Don't get confused if CC contains `=' in an
17369         option.
17370
17371         * configure.in (mips*-nec-sysvr4*): Use a host_makefile_frag of
17372         config/mh-necv4.
17373
17374         * install.sh: Correct misspelling of transformbasename.
17375
17376         * config.guess: Recognize mips-*-sysv*.
17377
17378 Mon Mar 11 15:36:42 1996  Dawn Perchik  <dawn@critters.cygnus.com>
17379
17380         * config.sub: Recognize mon960.
17381
17382 Sun Mar 10 13:18:38 1996  Ian Lance Taylor  <ian@cygnus.com>
17383
17384         * configure: Restore Canadian Cross handling of BISON and LEX,
17385         removed in Feb 20 change.
17386
17387 Fri Mar  8 20:07:09 1996  Per Bothner  <bothner@kalessin.cygnus.com>
17388
17389         * README:  Suggestions from Torbjorn Granlund <tege@matematik.su.se>:
17390         Mention make install.  Remove the old copyright date as well the
17391         clumsy and rather pointless copyright on the README file.
17392
17393 Fri Mar  8 17:51:35 1996  Ian Lance Taylor  <ian@cygnus.com>
17394
17395         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there is a
17396         Makefile after running symlink-tree, then run `make distclean' to
17397         avoid clobbering any generated files in srcdir.
17398
17399 Tue Mar  5 08:21:44 1996  J.T. Conklin  <jtc@rtl.cygnus.com>
17400
17401         * configure.in (m68k-*-netbsd*): Build everything now.
17402
17403 Wed Feb 28 12:25:46 1996  Jason Merrill  <jason@yorick.cygnus.com>
17404
17405         * Makefile.in (taz): Fix quoting.
17406
17407 Tue Feb 27 11:33:57 1996  Doug Evans  <dje@charmed.cygnus.com>
17408
17409         * configure.in (sparclet-*-*): Build everything now.
17410
17411 Tue Feb 27 14:31:51 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
17412
17413         * configure.in (m68k-*-linux*): New host.
17414
17415 Mon Feb 26 14:32:44 1996  Ian Lance Taylor  <ian@cygnus.com>
17416
17417         * configure: Check for bison before byacc.
17418
17419 Tue Feb 20 23:12:35 1996  Stu Grossman  (grossman@critters.cygnus.com)
17420
17421         * Makefile.in configure:  Change the way LEX and BISON/YACC are
17422         set.  configure now defines DEFAULT_LEX and DEFAULT_YACC by
17423         searching PATH.  These are used as fallbacks by Makefile.in if
17424         flex/bison/byacc aren't in objdir.
17425
17426 Mon Feb 19 11:45:30 1996  Ian Lance Taylor  <ian@cygnus.com>
17427
17428         * Makefile.in: Make everything which depends upon all-bfd also
17429         depend upon all-opcodes, in case --with-commonbfdlib is used.
17430
17431 Thu Feb 15 19:50:50 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
17432
17433         * configure.in (host *-*-cygwin32): Don't build gdb if we are
17434         building NT native compilers on Unix.
17435
17436 Thu Feb 15 17:42:25 1996  Ian Lance Taylor  <ian@cygnus.com>
17437
17438         * configure.in: Don't get CC from the host Makefile fragment if we
17439         can find gcc in PATH, or if this is a Canadian Cross.  Move the
17440         Solaris test for /usr/ucb/cc to the post target script, just after
17441         the compiler sanity test.
17442
17443 Wed Feb 14 16:57:40 1996  Ian Lance Taylor  <ian@cygnus.com>
17444
17445         * config.sub: Merge with FSF.
17446
17447 Tue Feb 13 14:27:48 1996  Ian Lance Taylor  <ian@cygnus.com>
17448
17449         * Makefile.in (RPATH_ENVVAR): New variable.
17450         (REALLY_SET_LIB_PATH): Use it.
17451         * configure.in: On HP/UX, set RPATH_ENVVAR to SHLIB_PATH.
17452
17453 Mon Feb 12 15:28:49 1996  Doug Evans  <dje@charmed.cygnus.com>
17454
17455         * config.sub, configure.in: Recognize sparclet cpu.
17456
17457 Mon Feb 12 15:33:59 1996  Christian Bauernfeind <chrisbfd@theorie3.physik.uni-erlangen.de>
17458
17459         * config.guess:  Support m68k-cbm-sysv4.
17460
17461 Sat Feb 10 12:06:42 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
17462
17463         * config.guess (*:Linux:*:*): Guess m68k-unknown-linux and
17464         m68k-unknown-linuxaout from linker help string.  Put quotes around
17465         $ld_help_string.
17466
17467 Thu Dec  7 09:03:24 1995  Tom Horsley  <Tom.Horsley@mail.hcsc.com>
17468
17469         * config.guess (powerpc-harris-powerunix): Add guess for port
17470         to new target.
17471
17472 Thu Feb  8 15:37:52 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
17473
17474         * config.guess (UNAME_VERSION): Recognize X4.x as an OSF version.
17475
17476 Mon Feb  5 16:36:51 1996  Ian Lance Taylor  <ian@cygnus.com>
17477
17478         * configure.in: If --enable-shared was used, set SET_LIB_PATH to
17479         $(REALLY_SET_LIB_PATH) in Makefile.
17480         * Makefile.in (SET_LIB_PATH): New variable.
17481         (REALLY_SET_LIB_PATH): New variable.
17482         ($(DO_X)): Use $(SET_LIB_PATH).
17483         (install.all, gcc-no-fixedincludes, $(ALL_MODULES)): Likewise.
17484         ($(NATIVE_CHECK_MODULES), $(CROSS_CHECK_MODULES)): Likewise.
17485         ($(INSTALL_MODULES), $(CONFIGURE_TARGET_MODULES)): Likewise.
17486         ($(ALL_TARGET_MODULES), $(CHECK_TARGET_MODULES)): Likewise.
17487         ($(INSTALL_TARGET_MODULES), $(ALL_X11_MODULES)): Likewise.
17488         ($(CHECK_X11_MODULES), $(INSTALL_X11_MODULES)): Likewise.
17489         (all-gcc, all-bootstrap, check-gcc, install-gcc): Likewise.
17490         (install-dosrel): Likewise.
17491         (all-opcodes): Depend upon all-libiberty.
17492
17493 Sun Feb  4 16:51:11 1996  Steve Chamberlain  <sac@slash.cygnus.com>
17494
17495         * config.guess (*:CYGWIN*): New
17496
17497 Sat Feb  3 10:42:35 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
17498
17499         * Makefile.in (all-target-winsup): All all-target-libiberty.
17500
17501 Fri Feb  2 17:58:56 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
17502
17503         * configure.in (noconfigdirs): Add missing # in front of comment.
17504
17505 Thu Feb  1 14:38:13 1996  Geoffrey Noer  <noer@cygnus.com>
17506
17507         * configure.in: add second pass to things added to noconfigdirs
17508         so *-gm-magic can exclude libgloss properly.
17509
17510 Thu Feb  1 11:10:16 1996  Stan Shebs  <shebs@andros.cygnus.com>
17511
17512         * mpw-configure (extralibs_name, rez_name): Set correctly
17513         for MWC68K compiler.
17514
17515         * mpw-README: Add more info on the necessary build tools.
17516
17517 Thu Feb  1 10:22:38 1996  Steve Chamberlain  <sac@slash.cygnus.com>
17518
17519         * configure.in, config.sub: Recognize cygwin32.
17520
17521 Wed Jan 31 14:17:10 1996  Richard Henderson  <rth@tamu.edu>
17522
17523         * config.guess, config.sub: Recognize A/UX.
17524
17525 Wed Jan 31 13:52:14 1996  Ian Lance Taylor  <ian@cygnus.com>
17526
17527         * config.sub: Merge with gcc/config.sub.
17528
17529 Thu Jan 25 11:01:10 1996  Raymond Jou  <rjou@mexican.cygnus.com>
17530
17531         * mpw-build.in (do-binutils): Add build of stamps.
17532
17533 Thu Jan 25 17:05:26 1996  James G. Smith  <jsmith@cygnus.co.uk>
17534
17535         * config.sub: Add recognition for mips64vr4100*-* targets.
17536
17537 Wed Jan 24 12:47:55 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
17538
17539         * test-build.mk: Add checking of `hpux9' rather than just `hpux'.
17540         Add creation of gconfigargs with `--enable-shared' turned on.
17541         ($(host)-stamp-stage2-configured): Pass $(gconfigargs).
17542         ($(host)-stamp-stage3-configured): Likewise.
17543         (HOLES): Add chatr and ldd.
17544         (i386-ncr-sysv4.3*): Add use of /usr/ccs/bin in the PATH and HOLE_DIRS.
17545
17546 Wed Jan 24 20:32:30 1996  Torbjorn Granlund  <tege@noisy.matematik.su.se>
17547
17548         * configure: Pass --nfp to recursive configures.
17549
17550 Mon Jan 22 10:41:56 1996  Steve Chamberlain  <sac@slash.cygnus.com>
17551
17552         * Makefile.in (DLLTOOL): New.
17553         (DLLTOOL_FOR_TARGET): New.
17554         (EXTRA_HOST_FLAGS): Pass down DLLTOOL.
17555         (EXTRA_TARGET_FLAGS): Ditto.
17556         (EXTRA_GCC_FLAGS): Ditto.
17557         (CONFIGURE_TARGET_MODULES): Ditto.
17558         (DO_X): Ditto.
17559         * configure: Add DLLTOOL.
17560
17561 Fri Jan 19 13:30:15 1996  Stan Shebs  <shebs@andros.cygnus.com>
17562
17563         SCO OpenServer 5 changes from Robert Lipe <robertl@dgii.com>:
17564         * configure.in (i[345]86-*-sco3.2v5*): Use mh-sysv instead of
17565         mh-sco, since old workarounds no longer needed, and don't
17566         build ld, since libraries have weak symbols in COFF.
17567
17568 Sun Jan 14 23:01:31 1996  Fred Fish  <fnf@cygnus.com>
17569
17570         * Makefile.in (CONFIGURE_TARGET_MODULES): Add missing ';'.
17571
17572 Fri Jan 12 15:25:35 1996  Ian Lance Taylor  <ian@cygnus.com>
17573
17574         * configure.in: Make sure that ${CC} can be used to compile an
17575         executable.
17576
17577 Sat Jan  6 07:23:33 1996  Michael Meissner  <meissner@wogglebug.tiac.net>
17578
17579         * Makefile.in (all-gdb): Depend on $(GDB_TK).
17580         * configure (GDB_TK): Set GDB_TK to either "all-tcl all-tk" or
17581         nothing depending on whether gdbtk is being built.
17582
17583 Wed Jan  3 17:54:41 1996  Doug Evans  <dje@canuck.cygnus.com>
17584
17585         * Makefile.in (newlib.tar.gz): Delete building of newlib's info files.
17586
17587 Mon Jan  1 19:09:14 1996  Brendan Kehoe  <brendan@rtl.cygnus.com>
17588
17589         * configure.in (noconfigdirs): Put ld or gas in this early, if the
17590         user specifically used --with-gnu-ld=no or --with-gnu-as=no.
17591
17592 Sat Dec 30 16:08:57 1995  Doug Evans  <dje@canuck.cygnus.com>
17593
17594         * config-ml.in: Add support for
17595         --disable-{softfloat,m68881,m68000,m68020} on m68*-*-*.
17596         Simplify setting of multidirs from --disable-foo.
17597
17598 Fri Dec 29 07:56:11 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
17599
17600         * Makefile.in (EXTRA_GCC_FLAGS): If any of the make variables
17601         LANGUAGES, BOOT_CFLAGS, STMP_FIXPROTO, LIMITS_H_TEST,
17602         LIBGCC1_TEST, LIBGCC2_CFLAGS, LIBGCC2_INCLUDES, and ENQUIRE are
17603         non-empty, pass them on to the  GCC make.
17604         (all-bootstrap): New rule that is like all-gcc, except it executes
17605         the GCC bootstrap rule instead of the GCC all rule.
17606
17607 Wed Dec 27 15:51:48 1995  Doug Evans  <dje@canuck.cygnus.com>
17608
17609         * config-ml.in (ml_realsrcdir): New, to account for ${subdir}.
17610
17611 Tue Dec 26 11:45:31 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
17612
17613         * config.guess (AViiON:dgux:*:*): Update from FSF to add pentium
17614         DG/UX support.
17615
17616 Fri Dec 15 10:01:27 1995  Stan Cox  <coxs@dg-rtp.dg.com>
17617
17618         * config.sub (i*86*) Change [345] to [3456]
17619
17620 Wed Dec 20 17:41:40 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
17621
17622         * configure.in (noconfigdirs): Add gas or ld if --with-gnu-as=no or
17623         --with-gnu-ld=no.
17624
17625 Wed Dec 20 15:15:35 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
17626
17627         * config-ml.in (rs6000*, powerpc*): Add switches to control which
17628         AIX multilibs get built.
17629
17630 Mon Dec 18 17:55:46 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
17631
17632         * configure.in (i386-win32): Don't build expect if we're not
17633         building the tcl subdir.
17634
17635 Mon Dec 18 11:47:19 1995  Stan Shebs  <shebs@andros.cygnus.com>
17636
17637         * Makefile.in: (configure-target-examples, all-target-examples):
17638         New targets, configure and build example programs.
17639
17640 Fri Dec 15 16:13:03 1995  Stan Shebs  <shebs@andros.cygnus.com>
17641
17642         * mpw-configure: If an mpw-config.in generated a file mk.sed,
17643         use it as input to sedit the generated MPW makefile.
17644         * mpw-README: Add a suggestion about Gestalt.h.
17645
17646 Wed Dec 13 16:43:51 1995  Ian Lance Taylor  <ian@cygnus.com>
17647
17648         * config.sub: Accept *-*-ieee*.
17649
17650 Tue Dec 12 11:52:57 1995  Ian Lance Taylor  <ian@cygnus.com>
17651
17652         * Makefile.in (local-distclean): Remove $(TARGET_SUBDIR).  From
17653         Ronald F. Guilmette <rfg@monkeys.com>.
17654
17655 Mon Dec 11 15:31:58 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
17656
17657         * configure.in (host==powerpc-pe): Add many directories to noconfigdirs
17658         for powerpc-pe native.
17659         (target==i386-win32): add tcl, make to noconfigdirs if canadian cross.
17660         (target==powerpc-pe): duplicate i386-win32 entry.
17661
17662 Sat Dec  9 14:58:28 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
17663
17664         * configure.in (noconfigdirs): Exclude target-newlib for all versions
17665         of vxworks, not just vxworks5.1.
17666
17667 Mon Dec  4 12:05:40 1995  Stan Shebs  <shebs@andros.cygnus.com>
17668
17669         * mpw-configure: Add support for exec-prefix.
17670
17671 Mon Dec  4 10:22:50 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
17672
17673         * config.guess: Recognize HP model 816 machines as having
17674         a PA1.1 processor.
17675
17676 Mon Dec  4 12:38:15 1995  Ian Lance Taylor  <ian@cygnus.com>
17677
17678         * configure: Ignore new autoconf configure options.
17679
17680 Thu Nov 30 16:57:33 1995  Per Bothner  <bothner@wombat.gnu.ai.mit.edu>
17681
17682         * config.guess:  Recognize Pentium under SCO.
17683         From Robert Lipe <robertl@arnet.com>.
17684
17685 Wed Nov 29 13:49:08 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
17686
17687         * configure.in (noconfigdirs): Disable target-libio on v810-*-*.
17688
17689 Wed Nov 29 12:12:01 1995  Ian Lance Taylor  <ian@cygnus.com>
17690
17691         * configure.in: Don't configure gas for alpha-dec-osf*.
17692
17693 Tue Nov 28 17:16:48 1995  Ian Lance Taylor  <ian@cygnus.com>
17694
17695         * configure.in: Default to --with-stabs for some targets for which
17696         it makes sense: mips*-*-*, alpha*-*-osf*, i[345]86*-*-sysv4* and
17697         i[345]86*-*-unixware*.
17698
17699 Mon Nov 27 13:44:15 1995  Ian Lance Taylor  <ian@cygnus.com>
17700
17701         * config-ml.in: Get list of multidirs using gcc --print-multi-lib
17702         rather than basing it on the target.  Simplify handling of options
17703         controlling which directories to configure.  Remove extraneous
17704         slash in multi-clean target.
17705
17706 Fri Nov 24 17:29:29 1995  Doug Evans  <dje@deneb.cygnus.com>
17707
17708         * config-ml.in: Prefix more variables with ml_ so they don't collide
17709         with configure's.
17710
17711 Wed Nov 22 11:27:02 1995  Ian Lance Taylor  <ian@cygnus.com>
17712
17713         * configure: Don't turn -v into --v.
17714
17715 Tue Nov 21 16:48:02 1995  Doug Evans  <dje@deneb.cygnus.com>
17716
17717         * configure.in (targargs): Fix typo.
17718
17719         * Makefile.in (DEVO_SUPPORT): Add symlink-tree.
17720
17721 Tue Nov 21 14:08:28 1995  Ian Lance Taylor  <ian@cygnus.com>
17722
17723         * configure.in: Strip --host and --target options from
17724         CONFIG_ARGUMENTS, and always configure for --host only.  Add
17725         --with-cross-host option when building with a cross-compiler.
17726         * configure: Canonicalize the arguments put into config.status by
17727         always using `=' for an option with an argument.  Pass a presumed
17728         --host or --target explicitly.
17729
17730 Fri Nov 17 17:50:30 1995  Stan Shebs  <shebs@andros.cygnus.com>
17731
17732         * config.sub: Merge -macos*, -magic*, -pe*, and -win32 cases
17733         into general OS recognition case.
17734
17735 Fri Nov 17 17:42:25 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
17736
17737         * configure.in (target_configdirs): add target-winsup only
17738         for win32 target systems.
17739
17740 Thu Nov 16 14:04:47 1995  Ian Lance Taylor  <ian@cygnus.com>
17741
17742         * Makefile.in (all-target-libgloss): Depend upon
17743         configure-target-newlib, since when libgloss is built it looks to
17744         see if the newlib directory exists.
17745
17746 Wed Nov 15 14:47:52 1995  Ken Raeburn  <raeburn@cygnus.com>
17747
17748         * Makefile.in (DEVO_SUPPORT): Use config-ml.in instead of
17749         cfg-ml-*.in.
17750
17751 Wed Nov 15 11:45:23 1995  Ian Lance Taylor  <ian@cygnus.com>
17752
17753         * configure: Handle LD and LD_FOR_TARGET when configuring a
17754         Canadian Cross.
17755
17756 Tue Nov 14 14:56:11 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
17757
17758         * configure.in (target_libs): add target-winsup.
17759         (target==i386-win32): add patch diff flex make to $noconfigdirs.
17760         (target==ppcle-pe): remove ld from $noconfigdirs.
17761
17762 Tue Nov 14 01:25:50 1995  Doug Evans  <dje@canuck.cygnus.com>
17763
17764         * Makefile.in (CONFIGURE_TARGET_MODULES): Pass --with-target-subdir.
17765         Preserve relative path names in $srcdir.  Build symlink tree if
17766         configuring cross target dir and srcdir=. (= no VPATH support).
17767         (configure-target-libg++): Depend on configure-target-librx.
17768         * cfg-ml-com.in, cfg-ml-pos.in: Deleted.
17769         * config-ml.in: New file.
17770         * symlink-tree: New file.
17771         * configure: Ensure srcdir="." if that's what it is.
17772
17773 Mon Nov 13 12:34:20 1995  Stan Shebs  <shebs@andros.cygnus.com>
17774
17775         * mpw-README: Clarify some phrasing, add notes about CodeWarrior
17776         includes and FLEX_SKELETON setting.
17777         * mpw-configure (--with-gnu-ld): New option, controls whether
17778         to use PPCLink or ld with PowerMac GCC.
17779         * mpw-build.in (all-grez, do-grez, install-grez): New targets.
17780         * mpw-config.in: Configure grez if targeting Mac.
17781
17782         * config.sub: Accept pmac and pmac-mpw as names for PowerMacs,
17783         accept mpw and mac-mpw as names for m68k Macs, change macos7 to
17784         just macos.
17785         * configure.in: Configure grez resource compiler if targeting Mac.
17786         * Makefile.in (all-grez, install-grez): New targets.
17787
17788 Wed Nov  8 17:33:51 1995  Jason Merrill  <jason@yorick.cygnus.com>
17789
17790         * configure: CXX defaults to gcc, not g++.  If we find
17791         gcc in the path, set CC to gcc -O2.
17792
17793 Tue Nov  7 15:45:17 1995  Ian Lance Taylor  <ian@cygnus.com>
17794
17795         * configure: Default ${build} correctly.  Avoid picking up extra
17796         spaces when reading CC and CXX from Makefile.  When doing a
17797         Canadian Cross, use plausible default values for numerous
17798         variables.
17799         * configure.in: When doing a Canadian Cross, don't try to
17800         configure tools whose configure script can't handle it.
17801
17802 Mon Nov  6 19:32:17 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
17803
17804         * cfg-ml-com.in (sh-*-*): Add m2 and ml/m2 to multidirs.
17805
17806 Sun Nov  5 00:15:41 1995  Per Bothner  <bothner@kalessin.cygnus.com>
17807
17808         * configure:  Remove dubious bug reporting address.
17809
17810 Fri Nov  3 08:17:54 1995  Per Bothner  <bothner@kalessin.cygnus.com>
17811
17812         * Makefile.in ($(CONFIGURE_TARGET_MODULES)):  If subdir has
17813         configure script, run that instead of this directory's configure.
17814         In either case, print a message that we're configuring the sub-dir.
17815
17816 Thu Nov  2 23:23:36 1995  Per Bothner  <bothner@kalessin.cygnus.com>
17817
17818         * configure.in: Before checking for the existence of various files,
17819         use sed to filter out "target-".
17820
17821 Thu Nov  2 13:24:56 1995  Ian Lance Taylor  <ian@cygnus.com>
17822
17823         * Makefile.in (DO_X): Split rule to decrease command line length
17824         for systems with small ARG_MAX values.  From phdm@info.ucl.ac.be
17825         (Philippe De Muyter).
17826
17827 Wed Nov  1 15:18:35 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
17828
17829         * Makefile.in (all-patch): depend on all-libiberty.
17830
17831 Wed Nov  1 12:23:20 1995  Ian Lance Taylor  <ian@cygnus.com>
17832
17833         * configure.in: If the only directory in target_configdirs which
17834         actually exists is libiberty, then set target_configdirs to empty,
17835         to avoid trying to build a target libiberty in a gas or gdb
17836         distribution.
17837
17838 Tue Oct 31 17:52:39 1995  J.T. Conklin  <jtc@slave.cygnus.com>
17839
17840         * configure.in (host_makefile_frag): Use m68k-sun-sunos* instead
17841         of m68k-sun-* when selecting mh-sun3 to avoid matching NetBSD/sun3
17842         systems.
17843
17844 Tue Oct 31 16:57:32 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
17845
17846         * configure.in (copy_dirs): Use sys-include instead of include
17847         for --with-headers option.
17848
17849 Tue Oct 31 10:29:36 1995  steve chamberlain  <sac@slash.cygnus.com>
17850
17851         * Makefile.in, configure.in: Make winsup builds work with
17852         new scheme.
17853
17854 Mon Oct 30 18:57:09 1995  Ian Lance Taylor  <ian@cygnus.com>
17855
17856         * configure.in: Build the linker on AIX.
17857
17858 Mon Oct 30 12:27:16 1995  Per Bothner  <bothner@kalessin.cygnus.com>
17859
17860         * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET):  Add $(TARGET_SUBDIR)
17861         where needed.
17862
17863 Mon Oct 30 12:45:25 1995  Doug Evans  <dje@cygnus.com>
17864
17865         * Makefile.in (all-gcc): Fix typo.
17866
17867 Sat Oct 28 10:27:59 1995  Per Bothner  <bothner@kalessin.cygnus.com>
17868
17869         * Makefile.in ($(CHECK_TARGET_MODULES)):  Fix typo.
17870
17871 Fri Oct 27 23:14:12 1995  Per Bothner  <bothner@kalessin.cygnus.com>
17872
17873         * configure.in:  Rename libFOO to target-libFOO, and xiberty
17874         to target-xiberty, to provide more flexibility.
17875         (target_subdir):  Define.  Create if cross.
17876         Set TARGET_SUBDIR in Makefile to ${target_subdir}.
17877         * Makefile.in:  Rename all-libFOO -> all-target-libFOO, all-xiberty
17878         -> all-target-libiberty, configure-libFOO -> configure-target-libFOO,
17879         check-libFOO -> check-target-libFOO, etc.
17880         ($(DO_X)):  Iterate over TARGET_CONFIGDIRS after SUBDIRS.
17881         ($(CONFIGURE_TARGET_MODULES), $(CHECK_TARGET_MODULES),
17882         $(ALL_TARGET_MODULES), $(INSTALL_TARGET_MODULES)): Update accordingly.
17883         (configure-target-XXX):  Depend on $(ALL_GCC), not all-gcc, to
17884         allow ALL_GCC="" to only configure.
17885         (DEVO_SUPPORT):  Add cfg-ml-com.in and cfg-ml-pos.in.
17886         (ETC_SUPPORT, ETC_SUPPORT_PFX):  Merge;  update 'taz' accordingly.
17887         (LIBGXX_SUPPORT_DIRS):  Remove xiberty.
17888
17889 Sat Oct 28 01:53:49 1995  Ken Raeburn  <raeburn@cygnus.com>
17890
17891         * Makefile.in (taz): Build "info" in etc explicitly.
17892
17893 Fri Oct 27 09:32:30 1995  Stu Grossman  (grossman@cygnus.com)
17894
17895         * configure.in:  Make sure that CC is undefined (as opposed to
17896         null) if toplevel/config/mh-{host} doesn't define it.  Fixes a
17897         problem with autoconf trying to configure on a host without GCC.
17898
17899 Thu Oct 26 22:35:01 1995  Stan Shebs  <shebs@andros.cygnus.com>
17900
17901         * mpw-configure: Set host alias from choice of host compiler,
17902         only use generic MPW Makefile sed if present, edit a file
17903         named "hacked_Makefile.in" instead of "Makefile.in" if present.
17904         * mpw-README: Add problem notes about CW6 and CW7.
17905
17906 Thu Oct 26 05:45:10 1995  Ken Raeburn  <raeburn@kr-pc.cygnus.com>
17907
17908         * Makefile.in (taz): Use ";" instead of ";;".
17909
17910 Wed Oct 25 15:18:24 1995  Per Bothner  <bothner@kalessin.cygnus.com>
17911
17912         * Makefile.in (taz):  Grep for '^diststuff:' or '^info:' in
17913         sub-directory Makefiles, instead of using DISTSTUFFDIRS and
17914         DISTDOCDIRS.
17915         (DISTSTUFFDIRS, DISTDOCDIRS):  Removed - no longer used.
17916         (newlib.tar.gz):  Don't pass DISTDOCDIRS to recursive make.
17917
17918 Wed Oct 25 14:43:55 1995  Per Bothner  <bothner@kalessin.cygnus.com>
17919
17920         * Makefile.in (DISTDOCDIRS):  Remove ld gprof bnutils gas libg++ gdb
17921         and gnats, because they are now subsumed by DISTSTUFFDIRS.
17922         Move bfd to DISTSTUFFDIRS.
17923
17924 Tue Oct 24 18:19:09 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
17925
17926         * Makefile.in (X11_LIB): Removed.
17927         (X11_FLAGS_TO_PASS): pass only X11_EXTRA_CFLAGS and X11_EXTRA_LIBS.
17928
17929         * configure.in (host_makefile_frag): mh-aix & mh-sun removed.
17930
17931 Sun Oct 22 13:04:42 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
17932
17933         * cfg-ml-com.in (powerpc*): Shorten some of the multilib directory
17934         names.
17935
17936 Fri Oct 20 18:02:10 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
17937
17938         * cfg-ml-com.in (powerpc*-eabi*): Add mcall-aixdesc varients.
17939
17940 Thu Oct 19 10:40:57 1995  steve chamberlain  <sac@slash.cygnus.com>
17941
17942         * configure.in (i[345]86-*-win32): Always build newlib.
17943         Don't configure cvs, autoconf or texinfo.
17944         * Makefile.in (LD_FOR_TARGET): New.
17945         (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS, CONFIGURE_TARGET_MODULES):
17946         Pass down LD_FOR_TARGET.
17947
17948 Wed Oct 18 15:53:56 1995  steve chamberlain  <sac@slash.cygnus.com>
17949
17950         * winsup: New directory.
17951         * Makefile.in: Build winsup.
17952         * configure.in: Winsup is configured when target is win32.
17953         Can only build win32 target GDB when native.
17954
17955 Mon Oct 16 09:42:31 1995  Jeffrey A Law  (law@cygnus.com)
17956
17957         * config.guess: Recognize HP model 819 machines as having
17958         a PA 1.1 processor.
17959
17960 Mon Oct 16 10:49:43 1995  Ian Lance Taylor  <ian@cygnus.com>
17961
17962         * configure: Fix sed loop which substitutes for CC and CXX to
17963         avoid bug found in various sed implementations.
17964
17965 Wed Oct 11 16:16:20 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
17966
17967         * cfg-ml-com.in (powerpc-*-eabisim): Delete separate rule for
17968         simulator.  Use standard powerpc-*-eabi*.
17969
17970 Mon Oct  9 17:21:56 1995  Ian Lance Taylor  <ian@cygnus.com>
17971
17972         * configure.in: Stop putting gas and binutils in noconfigdirs for
17973         powerpc-*-aix* and rs6000-*-*.
17974
17975 Mon Oct  9 12:38:40 1995  Michael Meissner  <meissner@cygnus.com>
17976
17977         * cfg-ml-com.in (powerpc*-*-eabisim*): Add support for building
17978         -mcall-aixdesc libraries.
17979
17980 Fri Oct  6 16:17:57 1995  Ken Raeburn  <raeburn@cygnus.com>
17981
17982         Mon Sep 25 22:49:32 1995  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
17983
17984         * config.sub (arm | armel | armeb): Fix shell syntax.
17985
17986 Fri Oct  6 14:40:28 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
17987
17988         * cfg-ml-com.in ({powerpc,rs6000}-ibm-aix*): Add multilibs for
17989         -msoft-float and -mcpu=common support.
17990         (powerpc*-*-eabisim*): Add support for building -mcall-aix
17991         libraries.
17992
17993 Thu Oct  5 13:26:37 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
17994
17995         * configure.in: Allow configuration and build of emacs19 for the alpha.
17996
17997 Wed Oct  4 22:05:36 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
17998
17999         * configure.in (CC): Get ^CC, not just any old CC, from
18000         ${host_makefile_frag}.
18001
18002 Wed Oct  4 21:55:00 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
18003
18004         * configure.in (CC): Try to get CC from
18005         ${srcdir}/${host_makefile_frag}, not ${host_makefile_frag}.
18006
18007 Wed Oct  4 21:44:12 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
18008
18009         * Makefile.in (TARGET_CONFIGDIRS): configure targetdirs
18010         only if it exists in $(srcdir).
18011
18012 Wed Oct  4 11:52:31 1995  Ian Lance Taylor  <ian@cygnus.com>
18013
18014         * configure: If CC and CXX are not set in the environment, set
18015         them, based on either an existing Makefile or on searching for gcc
18016         in PATH.  Substitute for CC and CXX in Makefile.
18017         * configure.in: Remove libm from target_libs.  Separate
18018         target_configdirs from configdirs.  If CC is not set in
18019         environment, try to get it from a host Makefile fragment.  Rewrite
18020         changes of configdirs to use skipdirs instead.  A few minor
18021         tweaks.  Take directories out of target_configdirs as they are
18022         taken out of configdirs.  Remove existing Makefile files from
18023         subdirectories.  Substitute for TARGET_CONFIGDIRS and
18024         CONFIG_ARGUMENTS in Makefile.
18025         * Makefile.in (TARGET_CONFIGDIRS): New variable, automatically set
18026         by configure.in.
18027         (CONFIG_ARGUMENTS): Likewise.
18028         (CONFIGURE_TARGET_MODULES): New variable.
18029         ($(DO_X)): Loop over TARGET_CONFIGDIRS as well as SUBDIRS.
18030         ($(CONFIGURE_TARGET_MODULES)): New target.
18031         (configure-libg++, configure-libio): New targets.
18032         (all-libg++): Depend upon configure-libg++.
18033         (all-libio): Depend upon configure-libio.
18034         (configure-libgloss, all-libgloss): New targets.
18035         (configure-libstdc++): New target.
18036         (all-libstdc++): Depend upon configure-libstdc++.
18037         (configure-librx, all-librx): New targets.
18038         (configure-newlib): New target.
18039         (all-newlib): Depend upon configure-newlib
18040         (configure-xiberty): New target.
18041         (all-xiberty): Depend upon configure-xiberty.
18042
18043 Sat Sep 30 04:32:59 1995  Jason Molenda (crash@phydeaux.cygnus.com)
18044
18045         * configure.in (host i[345]86-*-win32):  Expand the
18046         noconfigdirs again.
18047
18048 Thu Sep 28 21:18:49 1995  Stan Shebs  <shebs@andros.cygnus.com>
18049
18050         * mpw-configure: Fix sed command file name.
18051
18052 Thu Sep 28 17:39:56 1995  steve chamberlain  <sac@slash.cygnus.com>
18053
18054         * configure.in (host i[345]86-*-win32): Reduce the
18055         noconfigdirs again.
18056
18057 Wed Sep 27 12:24:00 1995  Ian Lance Taylor  <ian@cygnus.com>
18058
18059         * configure.in: Don't configure ld and gdb for powerpc*-*-winnt*
18060         or powerpc*-*-pe*, since they are not yet supported.
18061
18062 Tue Sep 26 14:30:01 1995  Stan Shebs  <shebs@andros.cygnus.com>
18063
18064         Add PowerMac support and many other enhancements.
18065         * mpw-configure: New option --cc to select compiler to use,
18066         paste options set according to --cc into the generated
18067         Makefile, generate the Makefile by sed'ing the Unix Makefile.in
18068         if mpw-make.sed is present.
18069         * mpw-config.in: Don't test for gC1, test for mpw-touch,
18070         add forward includes for PowerPC include files.
18071         * mpw-build.in: Build using Makefile.PPC if present.
18072         (do-byacc, etc): Remove separate version resource builds.
18073         (do-gas): Build "stamps" before "all".
18074         (do-gcc): Build "stamps-h" and "stamps-c" before "all".
18075         * mpw-README: Update to reflect --cc option, PowerMac support,
18076         and recently-reported compatibility problems.
18077
18078 Fri Sep 22 12:15:42 1995  Doug Evans  <dje@deneb.cygnus.com>
18079
18080         * cfg-ml-com.in (m68*-*-*): Only build multilibs for
18081         embedded m68k systems (-aout, -coff, -elf, -vxworks).
18082         (--with-multilib-top): Pass to recursive invocations.
18083
18084 Tue Sep 19 13:51:05 1995  J.T. Conklin  <jtc@blues.cygnus.com>
18085
18086         * configure.in (noconfigdirs): Disable libg++ and libstdc++ on
18087         v810-*-*.
18088
18089 Mon Sep 18 23:08:26 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
18090
18091         * configure.in (noconfigdirs): Disable bfd, binutils, gas, gcc,
18092         gdb, ld and opcodes on v810-*-*.
18093
18094 Tue Sep 12 18:03:31 1995  Ian Lance Taylor  <ian@cygnus.com>
18095
18096         * Makefile.in (DO_X): Change do-realclean to do-maintainer-clean.
18097         (local-maintainer-clean): New target.
18098         (maintainer-clean): New target.
18099         (realclean): Just depend upon maintainer-clean.
18100
18101 Fri Sep  8 17:11:14 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
18102
18103         * configure.in (noconfigdirs): Disable gdb on m68k-*-netbsd*.
18104
18105 Fri Sep  8 16:46:29 1995  Ian Lance Taylor  <ian@cygnus.com>
18106
18107         * configure.in: Build ld in mips*-*-bsd* case.
18108
18109 Thu Sep  7 20:03:41 1995  Ken Raeburn  <raeburn@cygnus.com>
18110
18111         * config.sub: Accept -lites* OS.  From Ian Dall.
18112
18113 Fri Sep  1 08:06:58 1995  James G. Smith  <jsmith@beauty.cygnus.com>
18114
18115         * config.sub: recognise mips64vr4300 and mips64vr4300el as valid
18116         targets.
18117
18118 Wed Aug 30 21:06:50 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
18119
18120         * configure.in: treat i386-win32 canadian cross the same as
18121         i386-go32 canadian cross.
18122
18123 Thu Aug 24 14:53:20 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
18124
18125         * cfg-ml-com.in (powerpc*-*-eabisim): Add support for PowerPC
18126         running under the simulator to build a reduced set of libraries.
18127         (powerpc-*-eabiaix): Add fine grained multilib support added to
18128         other powerpc targets yesterday.
18129
18130 Wed Aug 23 09:41:56 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
18131
18132         * cfg-ml-com.in (powerpc*): Add support for -disable-biendian,
18133         -disable-softfloat, -disable-relocatable, -disable-aix, and
18134         -disable-sysv to control which multilib libraries get built.
18135
18136 Thu Aug 17 16:03:41 1995  Ken Raeburn  <raeburn@kr-laptop.cygnus.com>
18137
18138         * configure: Add Makefile.tem to list of files to remove in trap
18139         handler.
18140
18141 Mon Aug 14 19:27:56 1995  Per Bothner  <bothner@kalessin.cygnus.com>
18142
18143         * config.guess (*Linux*):  Add missing "exit"s.
18144         Also, need specific check for alpha-unknown-linux (uses COFF).
18145
18146 Fri Aug 11 15:38:20 1995  Per Bothner  <bothner@kalessin.cygnus.com>
18147
18148         * config.guess:  Merge with FSF:
18149
18150         Wed Jun 28 17:57:27 1995  David Edelsohn  <edelsohn@mhpcc.edu>
18151         * config.guess (AIX4): More robust release numbering discovery.
18152
18153         Thu Jun 22 19:01:24 1995  Kenneth Stailey  (kstailey@eagle.dol-esa.gov)
18154         * config.guess (i386-sequent-ptx): Properly get version number.
18155
18156         Thu Jun 22 18:36:42 1995  Uwe Seimet  (seimet@iris1.chemie.uni-kl.de)
18157         * config.guess (mips:*:4*:UMIPS): New case.
18158
18159 Mon Aug  7 09:21:35 1995  Doug Evans  <dje@canuck.cygnus.com>
18160
18161         * configure.in (i386-go32 host): Fix typo (deja-gnu -> dejagnu).
18162         (i386-win32 host): Likewise.  Don't build readline.
18163
18164 Sat Aug  5 09:51:49 1995  Fred Fish  <fnf@rtl.cygnus.com>
18165
18166         * Makefile.in (GDBTK_SUPPORT_DIRS):  Define and pass as part of
18167         SUPPORT_FILES to submakes.
18168
18169 Fri Aug  4 13:04:36 1995  Fred Fish  <fnf@cygnus.com>
18170
18171         * Makefile.in (GDB_SUPPORT_DIRS): Add utils.
18172         (DEVO_SUPPORT): Add mpw-README, mpw-build.in, mpw-config.h and
18173         mpw-configure.
18174
18175 Wed Aug  2 16:32:40 1995  Ken Raeburn  <raeburn@cygnus.com>
18176
18177         * configure.in (appdirs): Use =, not ==, in test expression when
18178         trying to build the text to print in the warning message for
18179         Solaris users.
18180
18181 Mon Jul 31 09:56:18 1995  steve chamberlain  <sac@slash.cygnus.com>
18182
18183         * cfg-ml-com.in (z8k-*-coff): Add 'std' multilib build.
18184
18185 Fri Jul 28 00:16:31 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
18186
18187         * config.guess: Recognize lynx-2.3.
18188
18189 Thu Jul 27 15:47:59 1995  steve chamberlain  <sac@slash.cygnus.com>
18190
18191         * config.sub (z8ksim): Deleted
18192         (z8k-*-coff): New, this is the one true name of the target.
18193
18194 Thu Jul 27 14:33:33 1995  Doug Evans  <dje@canuck.cygnus.com>
18195
18196         * cfg-ml-pos.in (dotdot): Work around SunOS sed bug.
18197
18198 Thu Jul 27 13:31:05 1995  Fred Fish  (fnf@cygnus.com)
18199
18200         * config.guess (*:Linux:*:*): First try asking the linker what the
18201         default object file format is (elf, aout, or coff).  Then if this
18202         fails, try previous methods.
18203
18204 Thu Jul 27 11:28:17 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
18205
18206         * configure.in: Don't build newlib for *-*-vxworks5.1.
18207
18208 Thu Jul 27 11:18:47 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
18209
18210         * configure.in: Don't build newlib for a29k-*-vxworks5.1.
18211         * test-build.mk: Add setting of --with-headers for a29k-vxworks5.1.
18212
18213 Tue Jul 25 21:25:39 1995  Doug Evans  <dje@canuck.cygnus.com>
18214
18215         * cfg-ml-pos.in (MULTITOP): Trim excess trailing "/.".
18216
18217 Fri Jul 21 10:41:12 1995  Doug Evans  <dje@canuck.cygnus.com>
18218
18219         * cfg-ml-com.in: New file.
18220         * cfg-ml-pos.in: New file.
18221
18222 Wed Jul 19 00:37:27 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
18223
18224         * COPYING.NEWLIB: Add HP free copyright to list.
18225
18226 Tue Jul 18 10:58:51 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
18227
18228         * config.sub: Recognize -eabi* for the system, not just -eabi.
18229
18230 Mon Jul  3 13:44:51 1995  Steve Chamberlain  <sac@slash.cygnus.com>
18231
18232         * Makfile.in (DLLTOOL_FOR_TARGET): New name, pass it down.
18233         * config.sub, configure.in (win32): New target and host.
18234
18235 Wed Jun 28 23:57:08 1995  Steve Chamberlain  <sac@slash.cygnus.com>
18236
18237         * configure.in: Add i386-pe configuration.
18238
18239 Fri Jun 23 14:28:44 1995  Stan Shebs  <shebs@andros.cygnus.com>
18240
18241         * mpw-build.in (install): Install GDB after LD.
18242
18243 Thu Jun 22 17:10:53 1995  Stan Shebs  <shebs@andros.cygnus.com>
18244
18245         * mpw-config.in (elf/mips.h): Always forward-include, needed
18246         for GDB to build.
18247
18248 Wed Jun 21 15:17:30 1995  Rob Savoye  <rob@darkstar.cygnus.com>
18249
18250         * testsuite: New directory for customer acceptance and whole tool
18251         chain tests.
18252
18253 Wed Jun 21 16:50:29 1995  Ken Raeburn  <raeburn@cujo.cygnus.com>
18254
18255         * configure: If per-host line isn't found, but AC_OUTPUT is found
18256         and a configure script exists, run it instead.
18257
18258 Thu Jun 15 21:09:24 1995  Per Bothner  <bothner@kalessin.cygnus.com>
18259
18260         * config.guess:  Update from FSF, for alpha-dec-winnt3.5 and  Crays.
18261
18262 Tue Jun 13 21:43:27 1995  Rob Savoye  <rob@darkstar.cygnus.com>
18263
18264         * configure: Set build_{cpu,vendor,os,alias} to host values when
18265         --build isn't specified.
18266
18267 Mon Jun  5 18:26:36 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
18268
18269         * Makefile.in (PICFLAG, PICFLAG_FOR_TARGET): New macros.
18270         (FLAGS_TO_PASS): Pass them.
18271         (EXTRA_TARGET_FLAGS): Ditto.
18272
18273 Wed May 31 22:27:42 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
18274
18275         * Makefile.in (all-libg++): Depend on all-libstdc++.
18276
18277 Thu May 25 22:40:59 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
18278
18279         * configure.in (noconfigdirs): Enable all packages for
18280           i386-unknown-netbsd.
18281
18282 Sat May 20 13:22:31 1995  Angela Marie Thomas  <angela@cirdan.cygnus.com>
18283
18284         * configure.in (noconfigdirs): Don't configure tk for i386-go32
18285         hosted builds (DOS builds)
18286
18287 Thu May 18 18:08:49 1995  Ken Raeburn  <raeburn@kr-laptop.cygnus.com>
18288
18289         Changes for ARM based on patches from Richard Earnshaw:
18290         * config.sub: Handle armeb and armel.
18291         * configure.in: Omit arm linker only for riscix.
18292
18293 Thu May 11 17:23:26 1995  Per Bothner  <bothner@kalessin.cygnus.com>
18294
18295         * config.guess:  Update from FSF.
18296
18297 Tue May  9 15:52:05 1995  Michael Meissner  <meissner@cygnus.com>
18298
18299         * config.sub: Recognize powerpcle as the little endian variant of
18300         the PowerPC.  Recgonize ppc as a PowerPC variant, and ppcle as a
18301         powerpcle variant.  Convert pentium into i586, not i486.  Add p5
18302         alias for i586.  Map new x86 variants p6, k5, nexgen into i586
18303         temporarily.
18304
18305 Tue May  2 16:29:41 1995  Jeff Law  (law@snake.cs.utah.edu)
18306
18307         * configure.in (hppa*-*-lites*): Treat like hppa*-*-*elf*.
18308
18309 Sun Apr 30 21:38:09 1995  Jeff Law  (law@snake.cs.utah.edu)
18310
18311         * config.sub: Accept -lites* as a basic system type.
18312
18313 Thu Apr 27 11:33:29 1995  Michael Meissner  (meissner@cygnus.com)
18314
18315         * config.guess (*:Linux:*:*): Check for whether the pre-BFD linker is
18316         installed, and if so return linuxoldld as the system name.
18317
18318 Wed Apr 26 10:59:02 1995  Jeff Law  (law@snake.cs.utah.edu)
18319
18320         * config.guess: Add hppa1.1-hp-lites support.
18321
18322 Tue Apr 25 11:08:11 1995  Rob Savoye  <rob@darkstar.cygnus.com>
18323
18324         * configure.in: Don't build newlib for m68k-vxworks5.1.
18325
18326 Wed Apr 19 17:02:43 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
18327
18328         * configure.in (mips-sgi-irix6): Use mh-irix5.
18329
18330 Fri Apr 14 15:21:17 1995  Doug Evans  <dje@chestnut.cygnus.com>
18331
18332         * Makefile.in (all-gcc): Depend on all-ld (for libgcc1-test).
18333
18334 Wed Apr 12 16:06:01 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
18335
18336         * test-build.mk: Enable building of shared libraries on IRIX 5 and
18337         OSF/1.  Fix compiler flags.
18338         * build-all.mk: Support Linux and OSF/1 3.0.  Fix compiler flags.
18339
18340 Tue Apr 11 18:55:40 1995  Doug Evans  <dje@canuck.cygnus.com>
18341
18342         * configure.in: Recognize --with-newlib.
18343         (sparc-*-sunos4*): Build sim, dejagnu, expect, tcl if cross target.
18344
18345 Mon Apr 10 14:38:20 1995  Jason Molenda (crash@phydeaux.cygnus.com)
18346
18347         * Makefile.in: move {all,check,install}-gdb from *_MODULES
18348         to *_X11_MODULES due to gdbtk needing X include files et al.
18349
18350 Mon Apr 10 11:42:22 1995  Stan Shebs  <shebs@andros.cygnus.com>
18351
18352         Merge in support for Mac MPW as a host.
18353         (Old change descriptions retained for informational value.)
18354
18355         * mpw-config.in: Add generic include forwards for cpu-specific
18356         include files in aout and elf directories.
18357
18358         * mpw-configure: Added copyright.
18359         * mpw-config.in: Check for presence of required build tools.
18360         (target_libs): Add newlib.
18361         (target_tools): Add examples.
18362         (Read Me): Generate as "Read Me for MPW" instead.
18363         * mpw-build.in: Base sub-builds on all-foo instead of do-foo.
18364         (all-byacc, do-byacc, all-flex, do-flex, do-newlib): New actions.
18365         (do-gas, do-gcc, do-gdb, do-ld): Build Version.r first.
18366
18367         * mpw-configure: Remove subdir-specific makefile hackery,
18368         delete mk.tmp after using it.
18369
18370         * mpw-build.in (all): Display start and end times.
18371
18372         * mpw-configure (host_canonical): Set.
18373         (target_cpu): Always add to makefiles.
18374         (ARCHDEFS, EMUL): Add to makefile only if nonempty.
18375         (TM_FILE, XM_FILE, NM_FILE): No longer add to makefile.
18376         (mpw-mh-mpw): Look for in srcdir and srcroot.
18377         Use sed instead of mpw-edit-prefix to edit prefix definitions.
18378
18379         * mpw-build.in: (install-only): New target.
18380
18381         * mpw-configure (host_alias, target_alias): Rename from hostalias
18382         and targetalias, add into generated Makefile.
18383         (mk.tmp): If present, add into generated Makefile.
18384         * mpw-build.in (all-gas): Build config.h first before gas proper.
18385
18386         * mpw-configure (config.status): Write only if changed.
18387         * mpw-config.in (readline): Configure it (not built, just used for
18388         definitions).
18389
18390         * mpw-config.in (elf/mips.h): Add a forward include.
18391
18392         * mpw-config.in: Forward-include most .h files in include into
18393         extra-include.
18394         (readline): Don't build.
18395         mpw-build.in (install): Install GDB.
18396
18397         * mpw-configure (prefix, mpw_prefix): Handle it.
18398         * mpw-config.in (mmalloc, readline): Don't configure.
18399         * mpw-build.in (thisscript): Rename to ThisScript.
18400         Use mpw-build instead of BuildProgram everywhere.
18401         (mmalloc, readline): Don't build.
18402         * mpw-README: New file, basic documentation about the MPW port.
18403
18404         * mpw-config.in: Use forward-include to create include files.
18405
18406         * mpw-configure: Add more things to the top of each configured
18407         Makefile, including contents of config/mpw-mh-mpw.
18408         * mpw-config.in (extra-include): Create this directory and fill it
18409         with Posix-like include files when configuring.
18410
18411         * config.sub (apple, mac, mpw): Add various aliases.
18412
18413         * mpw-build.in: New file, top-level build script fragment for MPW.
18414         * mpw-configure: New file, configure script for MPW.
18415         * mpw-config.in: New file, config fragment for MPW.
18416
18417 Fri Apr  7 19:33:16 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
18418
18419         * configure.in (host_libs): Remove glob, since it is gone from the
18420         sources.
18421
18422 Fri Mar 31 11:36:17 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
18423
18424         * Makefile.in: define empty GDB_NLM_DEPS var.
18425
18426         * configure.in(target_makefile_frag): use config/mt-netware
18427         for netware targets.
18428
18429 Thu Mar 30 13:51:43 1995  Ian Lance Taylor  <ian@cygnus.com>
18430
18431         * config.sub: Merge in recent FSF changes.  Remove linux special
18432         cases.
18433
18434 Tue Mar 28 14:47:34 1995  Jason Molenda (crash@phydeaux.cygnus.com)
18435
18436         Revert this change:
18437
18438         Tue Mar 30 10:03:09 1993  Ian Lance Taylor  (ian@cygnus.com)
18439
18440                 * build-all.mk: Use CC=cc -Xs on Solaris.
18441
18442 Tue Mar 21 10:43:32 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
18443
18444         * glob/*: Removed.  Schauer's 24 Feb 1994 readline change made us
18445         stop using it.
18446         * Makefile.in: Nuke all references to glob subdirectory.
18447
18448 Thu Mar 16 13:35:30 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
18449
18450         * configure.in: Fix --enable-shared logic in per-host.
18451
18452 Mon Mar 13 12:33:15 1995  Ian Lance Taylor  <ian@cygnus.com>
18453
18454         * configure.in (*-hp-hpux[78]*): Use mh-hpux8.
18455
18456 Mon Mar  6 10:21:58 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
18457
18458         * configure.in (noconfigdirs): Don't build gas on AIX, for
18459         powerpc*-*-aix* as well as for rs6000*-*-aix*.
18460
18461 Wed Mar  1 12:51:53 1995  Ian Lance Taylor  <ian@cygnus.com>
18462
18463         * configure: Fix --cache-file to work if the file argument is a
18464         relative path.
18465
18466 Tue Feb 28 17:36:07 1995  Ian Lance Taylor  <ian@cygnus.com>
18467
18468         * configure: If the --cache-file is used, pass it down to
18469         configure in subdirectories.
18470
18471 Mon Feb 27 12:52:46 1995  Kung Hsu  <kung@mexican.cygnus.com>
18472
18473         * config.sub: add vxworks29k configuration.
18474
18475 Fri Feb 10 16:12:26 1995  Ken Raeburn  <raeburn@cujo.cygnus.com>
18476
18477         * Makefile.in (taz): Do "diststuff" part quietly.
18478
18479 Sun Feb  5 14:16:35 1995  Doug Evans  <dje@canuck.cygnus.com>
18480
18481         * config.sub: Mini-merge with gcc/config.sub.
18482
18483 Sat Feb  4 12:11:35 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
18484
18485         * config.guess (IRIX): Sed - to _.
18486
18487 Fri Feb  3 11:54:42 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
18488
18489         * Makefile.in (source-vault, binary-vault): New targets.
18490
18491 Thu Jan 26 13:00:11 1995  Michael Meissner  <meissner@cygnus.com>
18492
18493         * config.sub: Recognize -eabi as a basic system type.
18494
18495 Thu Jan 12 13:13:23 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
18496
18497         * configure.in (enable_shared stuff): Fix typo.
18498
18499 Thu Jan 12 01:36:51 1995  deanm@medulla.LABS.TEK.COM (Dean Messing)
18500
18501         * Makefile.in (BASE_FLAGS_TO_PASS): Fix typo in passing LIBCXXFLAGS*.
18502
18503 Wed Jan 11 16:29:53 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
18504
18505         * Makefile.in (LIBCXXFLAGS_FOR_TARGET): Add -fno-implicit-templates.
18506
18507 Mon Jan  9 12:48:01 1995  Jim Kingdon  <kingdon@lioth.cygnus.com>
18508
18509         * configure.in (rs6000-*-*): Don't build gas.
18510
18511 Wed Jan  4 23:53:49 1995  Ian Lance Taylor  <ian@tweedledumb.cygnus.com>
18512
18513         * Makefile.in: Use /x/x/ instead of /brokensed/brokensed/, to
18514         reduce command line length.
18515         (AS_FOR_TARGET): Check for as.new, not Makefile.
18516         (NM_FOR_TARGET): Check for nm.new, not Makefile.
18517
18518 Wed Jan  4 13:02:39 1995  Per Bothner  <bothner@kalessin.cygnus.com>
18519
18520         * config.guess:  Merge from FSF.
18521
18522 Thu Dec 15 17:11:37 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
18523
18524         * configure: Don't use $ when handling program_suffix.
18525
18526 Mon Dec 12 12:09:37 1994  Stu Grossman  (grossman@cygnus.com)
18527
18528         * configure.in:  Configure tk for hppa/hpux.
18529
18530 Fri Dec  2 15:55:38 1994  Per Bothner  <bothner@kalessin.cygnus.com>
18531
18532         * Makefile.in (LIBGXX_SUPPORT_DIRS):  Add libstdc++.
18533
18534 Tue Nov 29 19:37:56 1994  Per Bothner  <bothner@kalessin.cygnus.com>
18535
18536         * Makefile.in:  Move -fno-implicit-template from CXXFLAGS
18537         to LIBCXXFLAGS.  Tests are better run without it.
18538
18539 Wed Nov 23 10:29:25 1994  Brendan Kehoe  (brendan@lisa.cygnus.com)
18540
18541         * Makefile.in (all-ispell): Depend on all-emacs19 instead of all-emacs.
18542
18543 Mon Nov 21 11:14:01 1994  J.T. Conklin  <jtc@rtl.cygnus.com>
18544
18545         * configure.in (*-*-netware*): Don't configure xiberty.
18546
18547 Mon Nov 14 08:49:15 1994  Stu Grossman  (grossman@cygnus.com)
18548
18549         * configure.in:  Remove tk from native_only list.
18550
18551 Fri Nov 11 15:31:26 1994  Bill Cox  (bill@rtl.cygnus.com)
18552
18553         * build-all.mk: Add mips-ncd-elf target to sun4 targets
18554           for special NCD build.
18555
18556 Mon Nov  7 20:58:17 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
18557
18558         * Makefile.in (DEVO_SUPPORT): Remove configure.bat and
18559         makeall.bat, they're only useful for binutils snapshots.
18560         (binutils.tar.gz, gas+binutils.tar.gz): Add configure.bat and
18561         makeall.bat to specified SUPPORT_FILES.
18562
18563 Mon Nov  7 17:25:18 1994  Bill Cox  (bill@cirdan.cygnus.com)
18564
18565         * build-all.mk: Add Ericsson targets to sun4 and solaris
18566           hosts.  Add  BNR's sun4 target to solaris host, so their
18567           build-from-source will be tested in-house first.
18568
18569 Sat Nov  5 18:43:30 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
18570
18571         * Makefile.in (LIBCFLAGS): New variable.
18572         (CFLAGS_FOR_TARGET): Ditto.
18573         (LIBCFLAGS_FOR_TARGET): Ditto.
18574         (LIBCXXFLAGS): Ditto.
18575         (CXXFLAGS_FOR_TARGET): Ditto.
18576         (LIBCXXFLAGS_FOR_TARGET): Ditto.
18577         (BASE_FLAGS_TO_PASS): Pass them.
18578         (EXTRA_TARGET_FLAGS): Ditto.
18579
18580         * configure.in: Support --enable-shared.
18581
18582 Sat Nov  5 15:44:00 1994  Per Bothner  <bothner@kalessin.cygnus.com>
18583
18584         * configure.in (target_libs):  Include libstdc++ again.
18585         * config.guess:  Update from FSF (for FreeBSD).
18586
18587 Thu Nov  3 16:32:30 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
18588
18589         * Makefile.in (DEVO_SUPPORT): Include configure.bat and
18590         makeall.bat.
18591         (DISTDOCDIRS): Add `etc'.
18592         (ETC_SUPPORT_PFX): New variable.
18593         (taz): Include anything from etc starting with a word in
18594         ETC_SUPPORT_PFX.
18595
18596 Wed Oct 26 16:19:35 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
18597
18598         * config.sub: Update for recent FSF changes.  Remove obsolete
18599         h8300hds entry.  Add -windows* and -osx as basic os.  Minor
18600         spacing changes.
18601
18602 Thu Oct 20 18:41:56 1994  Per Bothner  <bothner@kalessin.cygnus.com>
18603
18604         * configure.in (target_libs):  Remove libstdc++ for libg++-2.6.1.
18605
18606         * config.guess:  Merge with FSF.
18607         * configure.in:  Match on i?86-ncr-sysv4.3, not i?86-ncr-sysv43.
18608
18609 Thu Oct 20 19:26:56 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
18610
18611         * configure: Since the "trap 0" handler will override the exit
18612         status on many systems, only use it for "exit 1", and make it set
18613         a non-zero exit status; reset it before "exit 0".  Also, check
18614         exit status of config.sub, and error out if it failed.
18615
18616 Wed Oct 19 18:49:55 1994  Rob Savoye  (rob@cygnus.com)
18617
18618         * Makefile.in: (ALL_TARGET_MODULES,INSTALL_TARGET_MODULES) Build
18619         and install libgloss.
18620
18621 Tue Oct 18 15:25:24 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
18622
18623         * Makefile.in (all-binutils): Depend upon all-byacc.
18624
18625         * configure.in: Don't build emacs on Irix 5.
18626
18627 Mon Oct 17 16:22:12 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
18628
18629         * configure.in (*-*-netware*): Add libio.
18630
18631 Thu Oct 13 15:51:20 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
18632
18633         * Makefile.in (ALL_TARGET_MODULES): Add libstdc++.
18634         (CHECK_TARGET_MODULES): Ditto.
18635         (INSTALL_TARGET_MODULES): Ditto.
18636         (TARGET_LIBS): Ditto.
18637         (all-libstdc++): Note dependencies.
18638
18639 Thu Oct 13 01:43:08 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
18640
18641         * Makefile.in (BINUTILS_SUPPORT_DIRS): Add gas.
18642
18643 Tue Oct 11 12:12:29 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
18644
18645         * Makefile.in (CXXFLAGS): Use -fno-implicit-templates instead of
18646         -fexternal-templates.
18647
18648         * configure.in (target_libs): Add libstdc++.
18649         (noconfigdirs): Add libstdc++ as appropriate.
18650
18651 Thu Oct  6 18:00:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
18652
18653         * config.guess:  Update from FSF.
18654
18655 Tue Oct  4 12:05:42 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
18656
18657         * configure: Use ${config_shell} when running ${configsub}.
18658
18659 Mon Oct  3 14:28:34 1994  Doug Evans  <dje@canuck.cygnus.com>
18660
18661         * config.sub: No longer recognize h8300h.
18662
18663 Mon Oct  3 12:40:54 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
18664
18665         * config.sub: Remove extraneous differences between config.sub and
18666         gcc/config.sub.
18667
18668 Sat Oct  1 00:23:12 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
18669
18670         * Makefile.in (DISTSTUFFDIRS): Add gas.
18671
18672 Thu Sep 22 19:04:55 1994  Doug Evans  (dje@canuck.cygnus.com)
18673
18674         * COPYING.NEWLIB: New file.
18675
18676 Mon Sep 19 18:25:40 1994  Per Bothner  (bothner@kalessin.cygnus.com)
18677
18678         * config.guess (HP-UX):  Patch from Harlan Stenn
18679         <harlan@landmark.com> to also emit release level.
18680
18681 Wed Sep  7 13:15:25 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
18682
18683         * config.guess (sun4*:SunOS:*:*): Change '-JL' to '_JL'.
18684
18685 Tue Sep  6 23:23:18 1994  Per Bothner  (bothner@kalessin.cygnus.com)
18686
18687         * config.sub:  Merge nextstep cleanup from FSF.
18688
18689 Mon Sep  5 05:01:30 1994  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
18690
18691         * configure.in (arm-*-*): Don't configure ld for this target.
18692
18693 Thu Sep  1 09:35:00 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
18694
18695         * configure.in (*-*-netware): don't configure libg++, libio,
18696           librx, or newlib.
18697
18698 Wed Aug 31 13:52:08 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
18699
18700         * configure.in (alpha-dec-osf*): Use osf*, not osf1*.  Don't
18701         configure ld--it works, but it doesn't support shared libraries.
18702
18703 Sun Aug 28 18:13:45 1994  Per Bothner  (bothner@kalessin.cygnus.com)
18704
18705         * config.guess (*-unknown-freebsd*):  Get rid of possible
18706         trailing "(Release)" in version string.
18707         Patch from Paul Richards <paul@isl.cf.ac.uk>.
18708
18709 Sat Aug 27 15:00:49 1994  Per Bothner  (bothner@kalessin.cygnus.com)
18710
18711         * config.guess:  Fix i486-ncr-sysv43 -> i486-ncr-sysv4.3.
18712         Fix type: *-next-neststep -> *-next-nextstep.
18713
18714         * config.guess:  Merge from FSF:
18715
18716         Fri Aug 26 18:45:25 1994  Philippe De Muyter (phdm@info.ucl.ac.be)
18717
18718         * config.guess: Recognize powerpc-ibm-aix3.2.5.
18719
18720         Wed Apr 20 06:36:32 1994  Philippe De Muyter  (phdm@info.ucl.ac.be)
18721
18722         * config.guess: Recognize UnixWare 1.1 (UNAME_SYSTEM is SYSTEM_V
18723         instead of UNIX_SV for UnixWare 1.0).
18724
18725 Sat Aug 27 01:56:30 1994  Stu Grossman  (grossman@cygnus.com)
18726
18727         * Makefile.in (all-gdb):  Add dependencies on all-gcc and all-ld
18728         to make gdb/nlm/* build after the compiler and linker.
18729
18730 Fri Aug 26 14:30:05 1994  Per Bothner  (bothner@kalessin.cygnus.com)
18731
18732         * config.guess (netbsd, freebsd, linux):  Accept any machine,
18733         not just i[34]86.
18734         (m68k-atari-sysv4):  Relocate to match FSF version.
18735
18736         * config.guess:  More merges from the FSF:
18737
18738         Add a space before function call or macro invocation.
18739
18740         Tue May 10 16:53:55 1994  Roland McGrath (roland@churchy.gnu.ai.mit.edu)
18741
18742         * config.guess: Add trap cmd to remove dummy.c and dummy when
18743         interrupted.
18744
18745         Wed Apr 20 18:07:13 1994  Roland McGrath (roland@churchy.gnu.ai.mit.edu)
18746
18747         * config.guess (dummy.c): Redirect stderr for `hostinfo' command.
18748         (dummy): Redirect stderr from compilation of dummy.c.
18749
18750         Sat Apr  9 14:59:28 1994  Christian Kranz  (kranz@sent5.uni-duisburg.de)
18751
18752         * config.guess: Distinguish between NeXTStep 2.1 and 3.x.
18753
18754 Fri Aug 26 13:42:20 1994  Ken Raeburn  (raeburn@kr-laptop.cygnus.com)
18755
18756         * configure: Accept and ignore --cache*, for compatibility with
18757         new autoconf.
18758
18759 Fri Aug 26 13:05:27 1994  Per Bothner  (bothner@kalessin.cygnus.com)
18760
18761         * config.guess:  Merge from FSF:
18762
18763         Thu Aug 25 20:28:51 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
18764
18765         * config.guess (Pyramid*:OSx*:*:*): New case.
18766         (PATH): Add /.attbin at end for finding uname.
18767         (dummy.c): Handle i860-alliant-bsd.  Follow whitespace conventions.
18768
18769         Wed Aug 17 18:21:02 1994  Tor Egge  (tegge@pvv.unit.no)
18770
18771         * config.guess (M88*:DolphinOS:*:*): New case.
18772
18773         Thu Aug 11 17:00:13 1994  Stan Cox  (coxs@dg-rtp.dg.com)
18774
18775         * config.guess (AViiON:dgux:*:*): Use TARGET_BINARY_INTERFACE
18776         to select whether to use ELF or COFF.
18777
18778         Sun Jul 24 16:20:53 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
18779
18780         * config.guess: Recognize i860-stardent-sysv and i860-unknown-sysv.
18781
18782         Sun May  1 10:23:10 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
18783
18784         * config.guess: Guess the OS version for HPUX.
18785
18786         Tue Mar  1 21:53:03 1994  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
18787
18788         * config.guess (UNAME_VERSION): Recognize aix3.2.4 and aix3.2.5.
18789
18790 Fri Aug 26 11:19:08 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
18791
18792         * configure.in: Recognize --with-headers, --with-libs, and
18793         --without-newlib.
18794         * Makefile.in (all-xiberty): Depend upon all-ld.
18795
18796 Wed Aug 24 12:36:50 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
18797
18798         * configure.in: Change i[34]86 to i[345]86.
18799
18800 Mon Aug 22 10:58:33 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
18801
18802         * configure (version): A few more tweaks to help message.
18803
18804 Fri Aug 19 12:40:25 1994  Per Bothner  (bothner@kalessin.cygnus.com)
18805
18806         * Makefile.in:  Remove (for now) librx as a host library,
18807         now that we're building it for target.
18808
18809 Fri Aug 19 10:49:17 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
18810
18811         * configure: Fix up help message; from karl@owl.hq.ileaf.com
18812         (Karl Berry).
18813
18814 Tue Aug 16 16:11:08 1994  Per Bothner  (bothner@kalessin.cygnus.com)
18815
18816         * configure.in:  Also configure librx.
18817
18818 Mon Aug 15 16:51:45 1994  Per Bothner  (bothner@kalessin.cygnus.com)
18819
18820         * Makefile.in:  Update various rules to reflect that librx
18821         is now needed for libg++.
18822
18823 Fri Aug 12 18:07:21 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
18824
18825         * config.sub: Accept mips64orion and mips64orionel as a CPU name.
18826
18827 Mon Aug  8 11:36:17 1994  Stan Shebs  (shebs@andros.cygnus.com)
18828
18829         * configure.in: Configure the examples directory.
18830
18831 Thu Aug  4 16:12:36 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
18832
18833         * configure: Simplify Jun 2 1994 change.
18834
18835 Wed Aug  3 04:58:16 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
18836
18837         * change CC to /usr/latest/bin/gcc for lynx host builds, since
18838         /bin/gcc isn't good enough to build gcc.
18839
18840 Wed Jul 27 09:07:14 1994  Fred Fish  (fnf@cygnus.com)
18841
18842         * Makefile.in (GDB_SUPPORT_FILES): Remove
18843         (setup-dirs-gdb, gdb.tar.gz, make-gdb.tar.gz):  Remove old rules.
18844         (gdb.tar.gz): Add new rule to use standard distribution building
18845         mechanism.
18846
18847 Mon Jul 25 11:10:06 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
18848
18849         * configure.in: Warn about use of /usr/ucb/cc on Solaris.  From
18850         Bill Cox <bill@cygnus.com>.
18851
18852 Sat Jul 23 12:19:46 1994  Per Bothner  (bothner@kalessin.cygnus.com)
18853
18854         * config.guess:  Recognize ISC.  Patch from kwzh@gnu.ai.mit.edu.
18855
18856 Fri Jul 22 17:53:59 1994  Stu Grossman  (grossman@cygnus.com)
18857
18858         * configure:  Search current dir first in .gdbinit.
18859
18860 Fri Jul 22 11:28:30 1994  Per Bothner  (bothner@kalessin.cygnus.com)
18861
18862         * config.sub:  Recognize freebsd (merged from gcc config.sub).
18863
18864 Thu Jul 21 14:10:52 1994  Per Bothner  (bothner@kalessin.cygnus.com)
18865
18866         * config.sub:  Refer to NeXT's operating system as nextstep.
18867
18868         * config.sub (case $basic_machine):  Re-order the cases, to match
18869         the order in the FSF version (which is mostly alphabethical).
18870         Merge in some additions and changes from the FSF.
18871
18872 Sat Jul 16 12:03:08 1994  Stan Shebs  (shebs@andros.cygnus.com)
18873
18874         * config.guess: Recognize m68k-atari-sysv4 and m88k-harris-csux7.
18875         * config.sub: Recognize cxux7.
18876         * configure.in: Use mh-cxux for m88k-harris-cxux*.
18877
18878 Mon Jul 11 14:37:39 1994  Per Bothner  (bothner@kalessin.cygnus.com)
18879
18880         * config.sub:  Fix typo powerpc -> powerpc-*.
18881
18882 Sat Jul  9 13:03:43 1994  Michael Tiemann  (tiemann@blues.cygnus.com)
18883
18884         * Makefile.in: `all-emacs19' depends on `all-byacc'.
18885
18886         * Makefile.in: Add all-emacs19 and install-emacs19 rules (in
18887         parallel with all-emacs and install-emacs).  Top-level command
18888         `make all-emacs19 CC=gcc' now behaves as `make all-emacs CC=gcc'.
18889
18890 Thu Jun 30 16:53:42 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
18891
18892         * test-build.mk ($(host)-stamp-stage2-installed): Remove
18893         $(relbindir)/make before doing ``make install'', and use
18894         $(GNU_MAKE) while doing it.  Avoids problem on SunOS with
18895         installing over running make binary.
18896         ($(host)-stamp-stage3-installed): Likewise.
18897
18898 Tue Jun 28 13:43:25 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
18899
18900         * config.guess: Recognize Mach.
18901
18902 Mon Jun 27 16:41:14 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
18903
18904         * configure: Check ${exec_prefixoption}, not ${exec_prefix}, to
18905         see whether --exec-prefix was used.
18906
18907 Sun Jun 26 21:15:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
18908
18909         * README:  Explicitly mention libg++/README.  (Zoo's idea.)
18910
18911 Tue Jun 21 12:45:55 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
18912
18913         * Makefile.in: Add all-librx target similar to all-libproc.
18914
18915 Wed Jun  8 23:11:55 1994  Stu Grossman  (grossman@cygnus.com)
18916
18917         * config.guess:  Rearrange tests for Alpha-OSF1 to properly deal
18918         with post 1.2 uname bogosity.
18919
18920 Thu Jun  9 00:27:59 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
18921
18922         * configure: Remove temporary files on receipt of a signal.
18923
18924 Tue Jun  7 12:06:24 1994  Ian Lance Taylor  (ian@cygnus.com)
18925
18926         * configure: If there is a package_makefile_frag, remove
18927         ${subdir}/Makefile.tem after copying it in.
18928
18929 Mon Jun  6 21:35:02 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
18930
18931         * build_all.mk: support rs6000 lynx identifies itself as
18932         rs6000-lynx-lynxos2.2.2.  Also, use /usr/cygnus/progressive/bin/gcc
18933         since /bin/gcc is too feeble to compile a modern gcc.
18934
18935 Mon Jun  6 16:06:34 1994  Karen Christiansen (karen@cirdan.cygnus.com)
18936
18937         * brought devo/test-build.mk update-to-date with progressive/
18938           test-build.mk. Add lynx targets and hppa flag info.
18939
18940 Sat Jun  4 17:23:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
18941
18942         * configure.in:  Use mh-ncrsvr43.  Patch from
18943         Tom McConnell <tmcconne@sedona.intel.com>.
18944
18945 Fri Jun  3 17:47:24 1994  Per Bothner  (bothner@kalessin.cygnus.com)
18946
18947         * config.guess (i386-unknown-bsdi):  No longer need to
18948         check #if defined(__bsdi__) && defined(__i386__).
18949
18950 Thu Jun  2 18:56:46 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
18951
18952         * configure: Set program_transform_nameoption correctly.
18953
18954 Thu Jun  2 10:57:06 1994  Karen Christiansen (karen@cirdan.cygnus.com)
18955
18956         * brought build-all.mk update-to-date with progressive build-all.mk,
18957           added new targets and hppa info.
18958
18959 Thu Jun  2 00:12:44 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
18960
18961         * configure: If config.guess result is a prefix of the user
18962         specified target, assume a native build and use the user specified
18963         target as the host alias.  Remove SunOS patch suffix removal hack.
18964         * configure.in: Remove SunOS patch suffix removal hack.
18965
18966         * Makefile.in (CROSS_CHECK_MODULES): Remove check-flex, since it's
18967         in NATIVE_CHECK_MODULES.
18968
18969 Wed Jun  1 10:49:41 1994  Bill Cox  (bill@rtl.cygnus.com)
18970
18971         * Makefile.in: Rename HOST_ONLY to NATIVE.
18972         * configure: Delete SunOs patch suffix from host_canonical
18973           and build_canonical variables that are prepended to Makefiles.
18974         * configure.in: Add comments for easier maintenance.
18975
18976 Tue May 31 19:39:47 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
18977
18978         * Makefile.in: Add all-libproc target similar to all-gui.
18979
18980 Tue May 31 17:16:33 1994  Tom Lord  (lord@cygnus.com)
18981
18982         * Makefile.in (CHECK_MODULES): split into
18983         HOST_ONLY_CHECK_MODULES and CROSS_CHECK_MODULES.
18984
18985 Tue May 31 16:36:36 1994  Paul Eggert  (eggert@twinsun.com)
18986
18987         * config.guess (i386-unknown-bsdi): New system to guess.
18988
18989 Wed May 25 16:47:10 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
18990
18991         * Makefile.in: Add all-gui target (but not yet build by "all").
18992
18993 Thu May 26 08:53:19 1994  Bill Cox  (bill@rtl.cygnus.com)
18994
18995         * config.sub: Move deletion of patch suffix from here...
18996         * configure.in: To here, at Ian's suggestion.  The top-
18997           level scripts might need to know of a patch level.
18998
18999 Wed May 25 09:15:54 1994  Bill Cox  (bill@rtl.cygnus.com)
19000
19001         * config.sub: Strip off patch suffix so rtl is recognized
19002           as a sunos4.1.3 machine, even though it's been patched.
19003
19004 Fri May 20 08:25:49 1994  Steve Chamberlain  (sac@deneb.cygnus.com)
19005
19006         * Makefile.in (INSTALL_LAST): Delete.
19007         (INSTALL_DOSREL): New.
19008
19009 Thu May 19 17:12:12 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
19010
19011         * configure.in: Use ld for i[34]86-*-sysv4* and sparc-*-solaris2*.
19012         Don't set use_gnu_ld to no for *-*-sysv4; that only controls
19013         whether we pass down --with-gnu-ld anyhow.
19014
19015 Thu May 19 09:29:12 1994  Steve Chamberlain  (sac@cygnus.com)
19016
19017         * Makefile.in (INSTALL_LAST): Change operation so it works
19018         on more flavors of make.
19019         * configure.in (go32): Don't build libg++ or libio.
19020
19021 Fri May 13 13:28:34 1994  Steve Chamberlain  (sac@cygnus.com)
19022
19023         * Makefile.in (Move HOST_PREFIX_1 and friends up so
19024         they can be overriden by templates.
19025
19026 Sat May  7 16:46:44 1994  Steve Chamberlain  (sac@cygnus.com)
19027
19028         * configure.in (target==go32): Don't build gdb.
19029         * dosrel: New directory.
19030
19031 Fri May  6 14:19:25 1994  Steve Chamberlain  (sac@cygnus.com)
19032
19033         * configure.in (host==go32): Configure dosrel too.
19034         * Makefile.in (INTALL_TARGET): Call INSTALL_LAST last.
19035         (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): Undefine, they should
19036         be set by incoming names or templates.
19037         (INSTALL_LAST): New rule.
19038
19039 Thu May  5 17:35:05 1994  Stan Shebs  (shebs@andros.cygnus.com)
19040
19041         * config.sub (sparclitefrw, sparclitefrwcompat): Don't set the os.
19042
19043 Thu May  5 20:06:45 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
19044
19045         * configure.in (appdirs): New variable.  Currently empty, but will
19046         be used in gas distribution.  If nonempty, lists a set of
19047         directories at least one of which must get configured, or top
19048         level configuration is considered to have failed.
19049         (rs6000-*-lynxos*): Use new file name.
19050
19051 Thu May  5 13:38:36 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
19052
19053         Eliminate XTRAFLAGS.
19054         * Makefile.in (CC_FOR_TARGET): If newlib exists, refer to the
19055         newlib include files using -idirafter, and also use -nostdinc.
19056         (CXX_FOR_TARGET): Likewise.
19057         (XTRAFLAGS): Removed.
19058         (BASE_FLAGS_TO_PASS): Remove XTRAFLAGS_FOR_TARGET.
19059         (EXTRA_HOST_FLAGS): Remove XTRAFLAGS.
19060         (EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): Likewise.
19061         ($(DO_X)): Don't pass down XTRAFLAGS.
19062
19063 Thu May  5 00:16:36 1994  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
19064
19065         * configure.in (mips*-dec-bsd*): New target; do build linker.
19066         (mips*-*-bsd*): New target; don't build linker.
19067
19068 Wed May  4 20:10:10 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
19069
19070         * configure.in: support rs6000-*-lynxos* configuration.
19071         support sunos4 as a cross target.
19072
19073         * config.sub: look for lynx*, not lynx since the OS version may
19074         legitimately be part of the name.
19075
19076 Tue May  3 21:48:11 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
19077
19078         * configure.in (i[34]86-*-sco*): Move to be with other i386
19079         targets.
19080         (romp-*-*): New target.  Skip various binary utilities.
19081         (vax-*-*): New target.  Don't build newlib.
19082         (vax-*-vms): Renamed from *-*-vms.  Don't build opcodes or newlib.
19083
19084 Thu Apr 28 15:03:05 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
19085
19086         * configure.in: Only set host_makefile_frag if config
19087         directory exists.
19088
19089 Wed Apr 27 12:14:30 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
19090
19091         * install.sh: If $dstdir exists, don't check whether each
19092         component does.
19093
19094 Tue Apr 26 18:11:33 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
19095
19096         * test-build.mk (HOLES): Add sleep; used by rcs/src/conf.sh.
19097
19098 Mon Apr 25 15:06:34 1994  Stan Shebs  (shebs@andros.cygnus.com)
19099
19100         * configure.in (*-*-lynxos*): Don't configure newlib for either
19101         native or cross Lynx.
19102
19103 Sat Apr 16 11:58:16 1994  Doug Evans  (dje@canuck.cygnus.com)
19104
19105         * config.sub (sparc64-elf): Fix os.
19106         (z8k): Remove duplicate.
19107
19108 Thu Apr 14 23:33:17 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
19109
19110         * Makefile.in (gcc-no-fixedincludes): Touch gcc/include/fixed, not
19111         gcc/stmp-fixproto, to try to prevent fixproto from being run.
19112
19113 Wed Apr 13 15:14:52 1994  Bill Cox  (bill@cygnus.com)
19114
19115         * configure: Make file links cleanly even if Lynx fails on
19116           an NFS symlink (at least fail cleanly).
19117
19118 Mon Apr 11 10:58:56 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
19119
19120         * test-build.mk (CC): For mips-sgi-irix4, change -XNh1500 to
19121         -XNh2000.
19122
19123 Sat Apr  9 15:10:45 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
19124
19125         * configure: Unknown options are fatal again.
19126
19127 Fri Apr  8 12:01:41 1994  David J. Mackenzie  (djm@cygnus.com)
19128
19129         * configure: Ignore --x-includes and --x-libraries, for Autoconf
19130         compatibility.
19131
19132 Thu Apr  7 17:31:43 1994  Doug Evans  (dje@canuck.cygnus.com)
19133
19134         * build-all.mk: Add `clean' target.
19135
19136 Wed Apr  6 20:44:56 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
19137
19138         * config.guess:  Add SINIX support.
19139         * configure.in:  Add mips-*-sysv4* support.
19140
19141 Mon Apr  4 17:41:44 1994  Doug Evans  (dje@canuck.cygnus.com)
19142
19143         * build-all.mk: Document all useful targets.
19144         If canonhost is sparc-sun-solaris2.3, change it to sparc-sun-solaris2.
19145         If canonhost is mips-sgi-irix4.0.5H, change it to mips-sgi-irix4.
19146
19147 Thu Mar 31 04:55:57 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
19148
19149         * configure: Support --silent, --quiet.
19150
19151 Wed Mar 30 21:37:38 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
19152
19153         * configure: Support --disable-FEATURE.
19154
19155 Tue Mar 29 19:15:05 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
19156
19157         * config.guess: Recognize NCR running SVR4.3.
19158
19159 Mon Mar 28 14:55:15 1994  Per Bothner  (bothner@kalessin.cygnus.com)
19160
19161         * config.guess:  Make BSDI generate i386-unknown-bsd386.
19162         Patch from Paul Eggert <eggert@twinsun.com>.
19163
19164 Mon Mar 28 12:54:52 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
19165
19166         * configure.in (powerpc-*-aix*): Treat like rs6000-*-*.
19167
19168 Sat Mar 26 11:25:48 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
19169
19170         * configure: Make unrecognized options give nonfatal warnings
19171         instead of fatal errors, and pass them to any subdirectory
19172         configures in case they recognize them.
19173         Make --x equivalent to --with-x.
19174
19175 Fri Mar 25 21:52:10 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
19176
19177         * configure: Add --enable-* options.  Clean up usage message and
19178         some comments.
19179
19180 Thu Mar 24 09:12:53 1994  Doug Evans  (dje@canuck.cygnus.com)
19181
19182         * Makefile.in (NM_FOR_TARGET): Build tree version is now nm.new.
19183
19184 Sun Mar 20 11:28:22 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
19185
19186         * configure.in (hppa*-*-*): Enable binutils.
19187
19188 Sat Mar 19 11:50:16 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
19189
19190         * config.sub: Recognize cisco.
19191
19192 Fri Mar 18 16:42:32 1994  Jason Merrill  (jason@deneb.cygnus.com)
19193
19194         * Makefile.in (CXXFLAGS): Add -fexternal-templates.
19195
19196 Tue Mar 15 11:25:55 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
19197
19198         * config.guess: about target *-hitachi-hiuxwe2, don't print more
19199         than one configuration name.  Add comment.
19200
19201 Sun Mar  6 23:13:38 1994  Hisashi MINAMINO  (minamino@sra.co.jp)
19202
19203         * config.guess: about target *-hitachi-hiuxwe2, fixed
19204         machine guessing order.  [Hitachi's CPU_IS_HP_MC68K
19205         macro is incorrect.]
19206
19207 Sun Mar 13 09:10:08 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
19208
19209         * Makefile.in (TAGS): Just build TAGS in each subdirectory, rather
19210         than the "make ls" stuff which used to be here.
19211
19212 Fri Mar 11 12:52:39 1994  Per Bothner  (bothner@kalessin.cygnus.com)
19213
19214         * config.guess:  Recognize i[34]86-unknown-freebsd.
19215         From Shawn M Carey <smcarey@rodan.syr.edu>.
19216
19217 Thu Mar  3 14:24:21 1994  Per Bothner  (bothner@kalessin.cygnus.com)
19218
19219         * configure.in (noconfigdirs for alpha): Remove libg++ and libio.
19220
19221 Wed Mar  2 13:28:48 1994  Jim Kingdon  (kingdon@deneb.cygnus.com)
19222
19223         * config.guess: Check for ptx.
19224
19225 Mon Feb 28 16:46:50 1994  Kung Hsu  (kung@mexican.cygnus.com)
19226
19227         * config.sub: Add os9k checking.
19228
19229 Thu Feb 24 07:09:04 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
19230
19231         * config.guess: Handle OSF1 running on HPPA processors
19232
19233 Fri Feb 18 14:14:00 1994  Ken Raeburn  (raeburn@rtl.cygnus.com)
19234
19235         * configure: If subdir configure fails, print out a message with
19236         subdirectory name, in case subdir's configure code didn't identify
19237         itself.
19238
19239 Fri Feb 18 12:50:15 1994  Doug Evans  (dje@cygnus.com)
19240
19241         * configure.in: Remove embedded newlines from configdirs.
19242         Avoid mismatches of substrings.  Fix matching strings at end
19243         of configdirs.
19244
19245 Fri Feb 11 15:33:33 1994  Stu Grossman  (grossman at cygnus.com)
19246
19247         * config.guess:  Add Lynx/rs6000 config support.
19248
19249 Tue Feb  8 13:41:09 1994  Ken Raeburn  (raeburn@rtl.cygnus.com)
19250
19251         * configure.in (alpha-dec-osf1*, alpha*-*-*): Build gas.
19252
19253 Mon Feb  7 15:42:36 1994  Jeffrey A. Law  (law@cygnus.com)
19254
19255         * configure.in (hppa*-*-osf*): Treat this just like most other
19256         PA configurations (eg no binutils or ld).
19257         (hppa*-*-*elf*): These configurations have binutils and ld.
19258
19259 Sun Feb  6 16:35:07 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
19260
19261         * config.sub (hiux): Fix typo.  From m-kasahr@sramhc.sra.co.JP.
19262
19263 Sat Feb  5 01:00:33 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
19264
19265         * configure.in (rs6000-*-*): Build gas.
19266
19267 Wed Feb  2 13:57:57 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
19268
19269         * Makefile.in:  Avoid bug in losing hpux sed.
19270
19271 Wed Feb  2 14:53:05 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
19272
19273         * Makefile.in, test-build.mk: Remove MUNCH_NM; it was only needed
19274         for GDB and GDB has been fixed to not need it.
19275
19276 Sun Jan 30 17:58:06 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
19277
19278         * config.guess: Recognize vax hosts.
19279
19280 Fri Jan 28 15:29:38 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
19281
19282         * configure (while loop): Don't use "break 2" inside case
19283         statement -- the case statement isn't an enclosing loop.
19284
19285 Mon Jan 24 18:40:06 1994  Per Bothner  (bothner@kalessin.cygnus.com)
19286
19287         * config.guess:  Clean up NeXT support, to allow nextstep
19288         on Intel machines.  Make OS be nextstep.
19289
19290 Sun Jan 23 18:47:22 1994  Richard Kenner  (kenner@vlsi1.ultra.nyu.edu)
19291
19292         * config.guess: Add alternate forms for Convex.
19293
19294 Thu Jan 20 16:13:41 1994  Stu Grossman  (grossman at cygnus.com)
19295
19296         * configure:  Completely rewrite option processing.  Take
19297         advantage of pattern-matching to avoid invoking test frequently.
19298         Also clean up host and target defaulting logic.
19299
19300 Mon Jan 17 15:06:56 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
19301
19302         * Makefile.in: Replace all occurrances of "rootme" with "r" and
19303         "$${rootme}" with "$$r", to increase the likelihood that the do-*
19304         commands (plus user environment) will fit SCO limits.
19305
19306 Thu Jan  6 11:20:57 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
19307
19308         * configure.in: Don't issue warnings about directories which are
19309         not being configured if -norecursion is set.  Correct test for
19310         --with-gnu-as and --with-gnu-ld to not get confused by substring
19311         matches.
19312
19313         * configure.in: Don't build gas for alpha-dec-osf1*.
19314
19315 Tue Jan  4 17:10:19 1994  Stu Grossman  (grossman at cygnus.com)
19316
19317         * configure:  Back out Per's change of 12/19/1993.  It changes the
19318         behavior of configure in unexpected and confusing ways.
19319
19320         Also, use different delim char when calculating
19321         program_transform_name so that the name can contain slashes.
19322
19323 Sat Jan  1 13:45:31 1994  Rob Savoye  (rob@darkstar.cygnus.com)
19324
19325         * configure.in, config.sub: Add support for VSTa micro-kernel.
19326
19327 Sat Dec 25 20:00:47 1993  Jeffrey A. Law  (law@snake.cs.utah.edu)
19328
19329         * configure.in: Nuke hacks which were used to get a special
19330         version of GAS for HPPA configurations.
19331
19332 Sun Dec 19 20:40:44 1993  Per Bothner  (bothner@kalessin.cygnus.com)
19333
19334         * configure:  If only ${target_alias} is given, use that
19335         as the default for ${host_alias}.
19336         * configure:  Add missing back-slashes before nested quotes.
19337
19338 Wed Dec 15 18:07:18 1993  david d `zoo' zuhn  (zoo@andros.cygnus.com)
19339
19340         * Makefile.in (BASE_FLAGS_TO_PASS): add YACC=$(BISON)
19341
19342 Tue Dec 14 21:25:33 1993  Per Bothner  (bothner@cygnus.com)
19343
19344         * config.guess:  Recognize some Tektronix configurations.
19345         From Kaveh R. Ghazi <ghazi@noc.rutgers.edu>.
19346
19347 Sat Dec 11 11:18:00 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
19348
19349         * config.sub: Match any flavor of SH.
19350
19351 Thu Dec  2 17:16:58 1993  Ken Raeburn  (raeburn@cujo.cygnus.com)
19352
19353         * configure.in: Don't try to configure newlib for Alpha.
19354
19355 Thu Dec  2 14:35:54 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
19356
19357         * configure.in: Don't build ld for Irix 5.  Don't build gas,
19358         libg++ or libio for any Alpha target.
19359
19360         * configure.in (mips*-sgi-irix5*): New target; use mh-irix5.
19361
19362 Wed Dec  1 17:00:33 1993  Jason Merrill  (jason@deneb.cygnus.com)
19363
19364         * Makefile.in (GZIPPROG): Renamed from GZIP, which gzip uses for
19365         default arguments -- so it tried to compress itself.
19366
19367 Tue Nov 30 13:45:15 1993  david d `zoo' zuhn  (zoo@andros.cygnus.com)
19368
19369         * configure.in (notsupp): ensure that a space is always at the end
19370           of the configdirs list, since the grep checks for an explicit space
19371
19372 Tue Nov 16 15:04:27 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
19373
19374         * configure.in (target i386-sysv4.2): don't build ld, since static
19375           versions of many libraries are not available.
19376
19377 Tue Nov 16 14:28:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
19378
19379         * config.guess: Recognize Apollos (using environment variables).
19380         * configure.in: Don't configure ld, binutils, or gprof for Apollo.
19381
19382 Thu Nov 11 12:03:50 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
19383
19384         * config.guess: Recognize Sony news mips running newsos.
19385
19386 Wed Nov 10 16:57:00 1993  Mark Eichin  (eichin@cygnus.com)
19387
19388         * Makefile.in (all-cygnus, build-cygnus): "fi else" needs to be
19389         "fi ; else" for bash.
19390
19391 Tue Nov  9 15:54:01 1993  Mark Eichin  (eichin@cygnus.com)
19392
19393         * Makefile.in (BASE_FLAGS_TO_PASS): pass SHELL.
19394
19395 Fri Nov  5 08:07:27 1993  D. V. Henkel-Wallace  (gumby@blues.cygnus.com)
19396
19397         * config.sub: accept unixware as an alias for svr4.2.
19398         Fix some inconsistancies with the gcc version.
19399
19400 Fri Nov  5 15:14:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
19401
19402         * Makefile.in (DISTDOCDIRS):  Add gdb.
19403
19404 Fri Nov  5 11:59:42 1993  Per Bothner  (bothner@kalessin.cygnus.com)
19405
19406         * Makefile.in (DISTDOCDIRS):  Add libg++ and libio.
19407
19408 Fri Nov  5 10:35:05 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
19409
19410         * Makefile.in (taz): Only build "info" in DISTDOCDIRS.
19411         (DISTDOCDIRS): Don't assume libg++ and gdb folks necessarily want
19412         this now.
19413
19414 Thu Nov  4 18:58:23 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
19415
19416         * config.sub: Accept hiux* as an OS name.
19417
19418         * Makefile.in: Change RUNTEST_FLAGS back to RUNTESTFLAGS per
19419         etc/make-stds.texi.  The underscore came from gcc, and dje now
19420         agrees that RUNTESTFLAGS is the correct name.
19421
19422 Thu Nov  4 10:49:01 1993  Per Bothner  (bothner@kalessin.cygnus.com)
19423
19424         * install.sh:  Remove 'set -e'.  It makes any conditionals
19425         in the script useless.
19426
19427         * config.guess: Automatically recognize arm-acorn-riscix
19428         Patch from Richard Earnshaw (rwe11@cl.cam.ac.uk).
19429
19430 Thu Nov 04 08:08:04 1993  Jeffrey Wheat  (cassidy@cygnus.com)
19431
19432         * Makefile.in: Change RUNTESTFLAGS to RUNTEST_FLAGS
19433
19434 Wed Nov  3 22:09:46 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
19435
19436         * Makefile.in (DISTDOCDIRS): New variable.
19437         (taz): Edit local Makefile.in sooner, instead of proto-toplev
19438         Makefile.in later.  Build "info" and "dvi" in DISTDOCDIRS.
19439
19440 Wed Nov  3 21:31:52 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
19441
19442         * configure.in (hppa target): check the source directory for the
19443           pagas sub-directory
19444
19445 Wed Nov  3 11:12:22 1993  Doug Evans  (dje@canuck.cygnus.com)
19446
19447         * config.sub: Allow -aout* and -elf*.
19448
19449 Wed Nov  3 11:08:33 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
19450
19451         * configure.in: Don't build ld on i386-solaris2, same as for
19452         sparc-solaris2.
19453
19454 Tue Nov  2 14:21:25 1993  Per Bothner  (bothner@kalessin.cygnus.com)
19455
19456         * Makefile.in (taz): Add texinfo/lgpl.texinfo (for libg++).
19457
19458 Tue Nov  2 13:38:30 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
19459
19460         * configure.in:  Configure gdb for alpha.
19461
19462 Mon Nov  1 10:42:54 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
19463
19464         * Makefile.in (CXXFLAGS): Add -O.
19465
19466 Wed Oct 27 10:45:06 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
19467
19468         * config.guess: added support for DG Aviion
19469
19470 Tue Oct 26 14:37:37 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
19471
19472         * configure.in: Produce warning message for subdirectories not
19473         configurable for this host/target combination.  Don't try to
19474         configure gdb for vms.
19475
19476 Mon Oct 25 11:22:15 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
19477
19478         * Makefile.in (taz): Replace "byacc" with "bison -y" in the
19479         appropriate files before making "diststuff".
19480         (DISTBISONFILES): New var: list of files to be edited.
19481         (DISTSTUFFDIRS): Add binutils.
19482
19483 Fri Oct 22 20:32:15 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
19484
19485         * config.sub: also handle mipsel and mips64el (for little endian mips)
19486
19487 Fri Oct 22 07:59:20 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
19488
19489         * configure.in: Add * to end of all OS names.
19490
19491 Thu Oct 21 11:38:28 1993  Stan Shebs  (shebs@rtl.cygnus.com)
19492
19493         * configure.in: Build newlib for LynxOS native.
19494
19495 Wed Oct 20 09:56:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
19496
19497         * config.guess: Add support for delta 88k running SVR3.
19498
19499         * configure.in: Add comment about HP compiler vs. emacs.
19500
19501 Tue Oct 19 16:02:22 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
19502
19503         * configure.in: don't build ld on solaris2 (not a viable option
19504           due to bugs in getpwnam & getpwuid)
19505
19506 Tue Oct 19 15:13:56 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
19507
19508         * configure.in: Accept alpha-dec-osf1*, not just -osf1, since
19509         config.guess will produce a full version number.
19510
19511 Tue Oct 19 15:58:01 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
19512
19513         * configure.in: Build linker and binutils for alpha-dec-osf1.
19514
19515 Tue Oct 19 11:41:55 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
19516
19517         * Makefile.in: Remove -O from CXXFLAGS for consistency with CFLAGS,
19518         and gdb/testsuite/Makefile.in.
19519
19520 Sat Oct  9 18:39:07 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
19521
19522         * configure.in: recognize mips*- instead of mips-
19523
19524 Fri Oct  8 14:15:39 1993  Ken Raeburn  (raeburn@cygnus.com)
19525
19526         * config.sub: Accept linux*coff and linux*elf as operating
19527         systems.
19528
19529 Thu Oct  7 12:57:19 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
19530
19531         * config.sub: Recognize mips64, and mips3 as an alias for it.
19532
19533 Wed Oct  6 13:54:21 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
19534
19535         * configure.in: Remove alpha-dec-osf*, no longer necessary now that
19536         gdb knows how to handle OSF/1 shared libraries.
19537
19538 Tue Oct  5 11:55:04 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
19539
19540         * configure.in: Recognize hppa*-*-hiux* (currently synonym for hpux).
19541         * config.guess: Recognize Hitachi's HIUX.
19542         * config.sub: Recognize h3050r* and hppahitachi.
19543         Remove redundant cases for hp9k[23]*.
19544
19545 Mon Oct  4 16:15:09 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
19546
19547         * configure.in: default to '--with-gnu-as' and '--with-gnu-ld'
19548         if gas and ld are in the source tree and are in ${configdirs}.
19549         If ${use_gnu_as} or ${use_gnu_ld} are 'no', then don't set the
19550         --with options (but still pass them down on the command line,
19551         if they were explicitly specified).
19552
19553 Fri Sep 24 19:11:13 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
19554
19555         * configure: substitute SHELL value in Makefile.in with
19556         ${CONFIG_SHELL}
19557
19558 Thu Sep 23 18:05:13 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
19559
19560         * configure.in: Build gas, ld, and binutils for *-*-sysv4* and
19561         *-*-solaris2* targets.
19562
19563 Sun Sep 19 17:01:41 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
19564
19565         * Makefile.in: define M4, and pass it down to sub-makes;
19566         all-autoconf now depends on all-m4
19567
19568 Sat Sep 18 00:38:23 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
19569
19570         * Makefile.in ({AR,RANLIB}_FOR_TARGET): make contingent on
19571         presence of {ar,ranlib} instead of a configured directory
19572
19573 Wed Sep 15 08:41:44 1993  Jim Kingdon  (kingdon@cirdan.cygnus.com)
19574
19575         * config.guess: Accept 34?? as well as 33?? for NCR.
19576
19577 Mon Sep 13 12:28:43 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
19578
19579         * configure.in: grab mt-hppa for HPPA targets; use 'gas ' instead
19580         of 'gas' in sed commands, since 'gash' is now in the tree as well.
19581
19582 Fri Sep 10 11:23:52 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
19583
19584         * configure: grab values for $(CC) and $(CXX) from the
19585         environment, so that someone can do "CC=gcc configure; make" and
19586         have it work right (matching the way that autoconf works now)
19587
19588         * configure.in, Makefile.in: add support for gash, the tcl
19589         interface to Galaxy
19590
19591         * config.guess: add NetBSD variants (hp300, x86)
19592
19593 Thu Sep  9 16:48:52 1993  Jason Merrill  (jason@deneb.cygnus.com)
19594
19595         * install.sh: Support -d option (in the manner of SunOS 4 install,
19596         as it is more deterministic than that of GNU install)
19597         (chmodcmd): Set file to mode 755 by default (should also do default
19598         chgrp and chown, but I don't feel like dealing with that now)
19599
19600 Tue Sep  7 11:59:39 1993  Doug Evans  (dje@canuck.cygnus.com)
19601
19602         * config.sub: Remove h8300hhms alias.
19603
19604 Tue Aug 31 11:00:09 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
19605
19606         * configure.in: Match *-*-solaris2* not *-sun-solaris2*.
19607
19608 Mon Aug 30 18:29:10 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
19609
19610         * Makefile.in (gcc-no-fixedincludes): touch stmp-fixproto as well
19611         as stmp-fixinc
19612
19613 Wed Aug 25 16:35:59 1993  K. Richard Pixley  (rich@sendai.cygnus.com)
19614
19615         * config.sub: recognize m88110-bug-coff.
19616
19617 Tue Aug 24 10:23:24 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
19618
19619         * Makefile.in (all-libio): all dependencies on the toolchain used
19620         to build this (gcc, gas, ld, etc)
19621
19622 Fri Aug 20 17:24:24 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
19623
19624         * config.guess: Deal with OSF/1 1.3 on alpha.
19625
19626 Thu Aug 19 11:43:04 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
19627
19628         * install.sh: add some 'else true' clauses for portability
19629
19630         * configure.in: don't build libio for h8[35]00-*-* targets
19631
19632 Tue Aug 17 19:02:31 1993  Per Bothner  (bothner@kalessin.cygnus.com)
19633
19634         * Makefile.in:  Add support for new libio.
19635
19636 Sun Aug 15 20:48:55 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
19637
19638         * install.sh: If one command fails, don't try the rest.  Don't try
19639         to remove $dsttmp (via trap) unless we have already created it.
19640         If $src doesn't exist, detect it and exit with an error.
19641
19642         * config.guess: Recognize BSD on hp300.
19643
19644 Wed Aug 11 18:35:13 1993  Per Bothner  (bothner@kalessin.cygnus.com)
19645
19646         * config.guess:  Map (9000/[34]??:HP-UX:*:*) to m68k-hp-hpux.
19647         Bug report from "Hamish (H.I.) Macdonald" <hamish@bnr.ca>.
19648
19649 Wed Aug 11 15:37:51 1993  Jason Merrill  (jason@deneb.cygnus.com)
19650
19651         * Makefile.in (all-send-pr): depends on all-prms
19652
19653 Wed Aug 11 16:56:03 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
19654
19655         * config.guess: Fix typo (9000/8??:4.3bsd -> 9000/7??:4.3bsd).
19656
19657 Fri Aug  6 14:45:02 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
19658
19659         * config.guess: From michael@mercury.cs.mun.ca (Michael Rendell):
19660         Added test for mips-mips-riscos5.
19661
19662 Thu Aug  5 15:45:08 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
19663
19664         * configure.in: use mh-hp300 for 68k HP hosts
19665
19666 Mon Aug  2 11:56:53 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
19667
19668         * configure: add support for CONFIG_SHELL, so that you can use
19669         some alternate shell for evaluating configure scripts
19670
19671 Sun Aug  1 11:36:27 1993  Fred Fish  (fnf@deneb.cygnus.com)
19672
19673         * Makefile.in (make-gdb.tar.gz):  Sed bug reporting address
19674         in configure script to bug-gdb@prep.ai.mit.edu when building
19675         distribution archive.
19676         * Makefile.in (COMPRESS):  Remove def.
19677         * Makefile.in (gdb.tar.gz, make-gdb.tar.gz):  Renamed from
19678         gdb.tar.Z and make-gdb.tar.Z respectively.
19679         * Makefile.in (make-gdb.tar.gz):  Now only build gzip'd archive.
19680         * Makefile.in (make-gdb.tar.gz):  Minor changes to move closer
19681         to convergence with 'taz' target in Makefile.in.
19682
19683 Fri Jul 30 12:34:57 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
19684
19685         * install.sh (dsttmp): use trap to ensure that tmp files go
19686         away on error conditions
19687
19688 Wed Jul 28 11:57:36 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
19689
19690         * Makefile.in (BASE_FLAGS_TO_PASS): remove LOADLIBES
19691
19692 Tue Jul 27 12:43:40 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
19693
19694         * Makefile.in (install-dirs): Deal with a prefix like /gnu;
19695         its parent is '/' not ''.
19696
19697         * Makefile.in (DEVO_SUPPORT): Add comments about ChangeLog.
19698
19699 Fri Jul 23 09:53:37 1993  Jason Merrill  (jason@wahini.cygnus.com)
19700
19701         * configure: if ${newsrcdir}/configure doesn't exist, don't assume
19702         that ${newsrcdir}/configure.in does.
19703
19704 Tue Jul 20 11:28:50 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
19705
19706         * test-build.mk: support for CONFIG_SHELL
19707
19708 Mon Jul 19 21:54:46 1993  Fred Fish  (fnf@deneb.cygnus.com)
19709
19710         * config.sub (netware):  Add as a basic system type.
19711
19712 Wed Jul 14 12:03:11 1993  K. Richard Pixley  (rich@sendai.cygnus.com)
19713
19714         * Makefile.in (Makefile): depend on configure.in.  Also drop the
19715           $(srcdir)/ from the dependency on Makefile.in.
19716
19717 Tue Jul 13 20:10:58 1993  Doug Evans  (dje@canuck.cygnus.com)
19718
19719         * config.sub: Recognize h8300hhms as h8300h-hitachi-hms.
19720         (h8300hhms is temporary until multi-libraries are implemented).
19721         * configure.in: Handle h8300h too.
19722
19723 Sun Jul 11 17:35:27 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
19724
19725         * config.guess: Recognize dpx/2 as m68k-bull-sysv3.
19726
19727 Thu Jul  8 18:26:12 1993  John Gilmore  (gnu@cygnus.com)
19728
19729         * configure:  Remove extraneous output when guessing host type.
19730         * config.guess:  Remove extraneous output when guessing using C
19731         compiler rather than uname, or when guessing fails.
19732
19733 Wed Jul  7 17:58:14 1993  david d `zoo' zuhn  (zoo at rtl.cygnus.com)
19734
19735         * Makefile.in: remove all.cross and install.cross targets
19736
19737         * configure: remove CROSS=-DCROSS_COMPILE and ALL=all.cross
19738           definitions
19739
19740 Tue Jul  6 10:39:44 1993  Steve Chamberlain  (sac@phydeaux.cygnus.com)
19741
19742         * configure.in (target sh): Build gprof.
19743
19744 Thu Jul  1 16:52:56 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19745
19746         * config.sub: change -solaris to -solaris2
19747
19748 Thu Jul  1 15:46:16 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
19749
19750         * configure.in: Use config/mh-riscos for mips-*-sysv*.
19751
19752 Wed Jun 30 09:31:58 1993  Ian Lance Taylor  (ian@cygnus.com)
19753
19754         * configure: Correct error message for missing Makefile.in to
19755         print correct directory.
19756
19757 Tue Jun 29 13:52:16 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19758
19759         * install.sh: kludge around 386BSD shell bug
19760
19761 Tue Jun 29 13:06:49 1993  Per Bothner  (bothner@rtl.cygnus.com)
19762
19763         * config.guess:  Recognize NeXT.
19764         * config.guess:  Recognize i486-ncr-sysv4.
19765         * Makefile.in (taz):  rm $(TOOL)-$$VER before linking.
19766
19767 Tue Jun 29 12:50:57 1993  Ian Lance Taylor  (ian@cygnus.com)
19768
19769         * Makefile.in (MAKEINFOFLAGS): New variable.
19770         (FLAGS_TO_PASS): Pass MAKEINFO as MAKEINFO MAKEINFOFLAGS.
19771         * build-all.mk, test-build.mk: Pass down --no-split as
19772         MAKEINFOFLAGS when hosted on DOS.  Compile DOS hosted without -g.
19773
19774 Thu Jun 24 13:39:11 1993  Per Bothner  (bothner@rtl.cygnus.com)
19775
19776         * Makefile.in (DEVO_SUPPORT):  Add COPYING COPYING.LIB install.sh.
19777
19778 Wed Jun 23 12:59:21 1993  Per Bothner  (bothner@rtl.cygnus.com)
19779
19780         * Makefile.in (libg++.tar.z):  New rule.
19781         * Makefile.in (taz):  Replace 'configure -rm' by 'make distclean'.
19782         * Makefile.in (taz):  Only do a single chmod.
19783
19784 Fri Jun 18 12:03:10 1993  david d `zoo' zuhn  (zoo at majipoor.cygnus.com)
19785
19786         * install.sh: don't use dirname anymore (replaced with sed usage)
19787
19788 Thu Jun 17 18:43:42 1993  Fred Fish  (fnf@cygnus.com)
19789
19790         * Makefile.in:  Change extension for gzip'd files from '.z' to
19791         '.gz' per new FSF standard usage.
19792
19793 Thu Jun 17 16:58:50 1993  david d `zoo' zuhn  (zoo at majipoor.cygnus.com)
19794
19795         * configure: put quotes around the final value of program_transform_name
19796
19797 Tue Jun 15 16:48:51 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19798
19799         * Makefile.in: new install.sh support; update install-info rules
19800
19801 Wed Jun  9 12:31:34 1993  Ian Lance Taylor  (ian@cygnus.com)
19802
19803         * configure.in: Build diff for crosses, but not for go32 host.
19804
19805         * configure.in: Build gprof only for native, and don't build it
19806         for mips-*-*, rs6000-*-*, or i[34]86-*-sco*.
19807
19808 Mon Jun  7 13:12:11 1993  david d `zoo' zuhn  (zoo at deneb.cygnus.com)
19809
19810         * configure.in: don't build gas,ld,binutils on for *-*-sysv4
19811
19812 Mon Jun  7 11:40:11 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
19813
19814         * configure.in (host_tools): Add prms.
19815
19816 Fri Jun  4 13:30:42 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19817
19818         * Makefile.in: install gcc, do installation of $(INSTALL_MODULES)
19819         with $(FLAGS_TO_PASS) on the command line
19820
19821         * config.sub: Recognize lynx and lynxos
19822
19823 Fri Jun  4 10:59:56 1993  Ian Lance Taylor  (ian@cygnus.com)
19824
19825         * config.sub: Accept -ecoff*, not just -ecoff.
19826
19827 Thu Jun  3 17:38:54 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
19828
19829         * Makefile.in (taz): Use .gz suffix instead of .z.
19830         (binutils.tar.gz, gas+binutils.tar.gz, gas.tar.gz): Fixed target
19831         names.
19832
19833 Thu Jun  3 00:27:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19834
19835         * Makefile.in (vault-install): add an 'else true' (for Ultrix)
19836
19837 Wed Jun  2 18:19:16 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19838
19839         * Makefile.in (install-no-fixedincludes):  install gcc last, so
19840         that rebuilds that might happen during 'make install' don't get
19841         bogus gcc include files
19842
19843 Wed Jun  2 16:14:10 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
19844
19845         Change from Utah for HPPA support:
19846         * config.guess: Recognize hppa1.x-hp-bsd.
19847
19848 Wed Jun  2 11:53:33 1993  Per Bothner  (bothner@rtl.cygnus.com)
19849
19850         * config.guess:  Add support for Motorola Delta 68k, up to r3v7.
19851         Patch from pot@fly.cnuce.cnr.it (Francesco Potorti`).
19852
19853 Tue Jun  1 17:48:42 1993  Rob Savoye  (rob at darkstar.cygnus.com)
19854
19855         * config.sub: Add support for rom68k and bug boot monitors.
19856
19857 Mon May 31 09:36:37 1993  Jim Kingdon  (kingdon@cygnus.com)
19858
19859         * Makefile.in: Make all-opcodes depend on all-bfd.
19860
19861 Thu May 27 08:05:31 1993  Ian Lance Taylor  (ian@cygnus.com)
19862
19863         * config.guess: Added special check for i[34]86-univel-sysv4*.
19864
19865 Wed May 26 16:33:40 1993  Ian Lance Taylor  (ian@cygnus.com)
19866
19867         * config.guess: For i[34]86-unknown-sysv4 use UNAME_MACHINE for
19868         the processor rather than assuming i486.
19869
19870 Wed May 26 09:40:18 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
19871
19872         * config.guess: Recognize SunOS6 as Solaris3.
19873
19874 Tue May 25 23:03:11 1993  Per Bothner  (bothner@cygnus.com)
19875
19876         * config.guess:  Fix typo.  Avoid #elif (not in K&R 1).
19877         Recognize SunOS 5.* only (and not [6-9].*) as being Solaris2.
19878
19879 Tue May 25 12:44:18 1993  Ian Lance Taylor  (ian@cygnus.com)
19880
19881         * build-all.mk (all-cross): New target for Canadian Cross.
19882         Added Q2 go32 targets.
19883         * test-build.mk: Configure go32 cross sparclite-aout and
19884         mips-idt-ecoff -with-gnu-ld.  Moved build binary directory from
19885         PARTIAL_HOLE_DIRS to BUILD_HOLES_DIRS.
19886
19887 Mon May 24 15:30:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19888
19889         * configure.in: fix Alpha GDB typo; also, don't build DejaGnu for
19890         GO32 hosted toolchains
19891
19892 Mon May 24 14:18:41 1993  Rob Savoye  (rob at darkstar.cygnus.com)
19893
19894         * configure: change  so "-exec-prefix" gets passed down rather
19895         than "-exec_prefix" so autoconf generated Makefiles get the
19896         exec_prefix set right.
19897
19898 Fri May 21 10:42:25 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19899
19900         * config.guess: get the Solaris2 minor version number
19901
19902         * Makefile.in: add standards.texi and make-stds.texi to ETC_SUPPORT
19903
19904 Fri May 21 06:20:52 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
19905
19906         * config.guess: Recognize some Sequent platforms.
19907
19908 Thu May 20 14:33:48 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19909
19910         * Makefile.in: added the vault-install target
19911
19912         * configure.in: actually use the Sun3 makefile fragment that's in
19913         config, also added the release dir to configdirs
19914
19915 Thu May 20 14:19:18 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
19916
19917         * Makefile.in (taz): Fix modes on stuff in $(TOOL) dir also.
19918
19919 Tue May 18 20:26:41 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19920
19921         * configure.in: remove some program from Alpha targetted toolchains
19922
19923 Tue May 18 15:23:19 1993  Ken Raeburn  (raeburn@cygnus.com)
19924
19925         * Makefile.in (DISTSTUFFDIRS): Renamed from PROTODIRS.  Add ld and
19926         gprof.
19927         (taz): Run "make diststuff" in those directories instead of "make
19928         proto-dir".  Look for "VERSION=" only at start of line in subdir
19929         Makefile.  Use "gzip -9" for compression.
19930         (TEXINFO_SUPPORT, DIST_SUPPORT, BINUTILS_SUPPORT_DIRS): New vars.
19931         (binutils.tar.z): New target.
19932
19933 Mon May 17 17:01:15 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
19934
19935         * Makefile.in (taz): Include gpl.texinfo.
19936
19937 Fri May 14 06:48:38 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
19938
19939         * Makefile.in (setup-dirs): Merged into "taz" target.
19940         (taz): Only do `proto-dir' stuff if a directory is actually needed
19941         for this target.
19942
19943 Wed May 12 13:09:44 1993  Ian Lance Taylor  (ian@cygnus.com)
19944
19945         * Makefile.in (MUNCH_NM): New variable, defined to be $(NM).
19946         (FLAGS_TO_PASS): Pass down MUNCH_NM.
19947         (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): New variables.
19948         (EXTRA_GCC_FLAGS): Pass down HOST_* variables.
19949         (gcc-no-fixedincludes): Correct for current gcc Makefile.
19950
19951 Tue May 11 10:14:25 1993  Fred Fish  (fnf@cygnus.com)
19952
19953         * Makefile.in (make-gdb.tar.Z):  Add configure, config.guess,
19954         config.sub, and move-if-change to gdb testsuite distribution
19955         archive, so the testsuite can be extracted, configured, and
19956         run separately from the gdb distribution.  Blow away the Chill
19957         tests that require a Chill compiled executable, since GNU Chill
19958         is not yet publically available.
19959
19960 Mon May 10 17:22:26 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19961
19962         * test-build.mk: set environment variables in a single command,
19963         instead of a list of assignments and exports
19964
19965         * config.guess: recognize Alpha/OSF1 systems
19966
19967 Mon May 10 14:55:51 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
19968
19969         * configure: Change help message to prefer --options rather than
19970           -options.
19971
19972 Mon May 10 05:58:35 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
19973
19974         * config.sub: Convergent Tech. "miniframe" uses m68010, sez
19975         zippy@ecst.csuchico.edu.
19976         * config.guess: Recognize miniframe.
19977
19978 Sun May  9 17:47:57 1993  Rob Savoye  (rob at darkstar.cygnus.com)
19979
19980         * Makefile.in: Use srcroot to find runtest rather than rootme.
19981         Pass RUNTESTFLAGS and EXPECT down in BASE_FLAGS_TO_PASS.
19982
19983 Fri May  7 14:55:59 1993  Ian Lance Taylor  (ian@cygnus.com)
19984
19985         * test-build.mk: Extensive additions to support building on a
19986         machine other than the host.
19987
19988 Wed May  5 08:35:04 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
19989
19990         * configure (tooldir): Fix for i386-aix again.
19991
19992 Mon May  3 19:00:27 1993  Per Bothner  (bothner@cygnus.com)
19993
19994         * configure, Makefile.in:  Change definition of $(tooldir)
19995         to match the FSF.
19996
19997 Fri Apr 30 15:55:21 1993  Fred Fish  (fnf@cygnus.com)
19998
19999         * config.guess:  Recognize i[34]86/SVR4.
20000
20001 Fri Apr 30 15:52:46 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
20002
20003         * Makefile.in (all-gdb): gdb depends on sim.
20004
20005 Thu Apr 29 23:30:48 1993  Fred Fish  (fnf@cygnus.com)
20006
20007         * Makefile.in (gdb.tar.Z):  Make prototype gdb testsuite directory
20008         at the same time we make the prototype gdb directory.
20009         * Makefile.in (make-gdb.tar.Z):  Make the testsuite distribution
20010         files at the same time as the gdb base release distribution.
20011
20012 Thu Apr 29 12:50:37 1993  Ian Lance Taylor  (ian@cygnus.com)
20013
20014         * Makefile.in (check): Use individual check targets rather than
20015         DO_X rule.
20016         (check-gcc): Added.
20017
20018 Thu Apr 29 09:50:07 1993  Jim Kingdon  (kingdon@cygnus.com)
20019
20020         * config.sub: Use sysv3.2 not sysv32 for canonical OS
20021         for System V release 3.2.
20022
20023 Thu Apr 29 10:33:22 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
20024
20025         * config.sub: Recognize hppaosf.
20026         * configure.in: Do configure ld/binutils/gas for it.
20027
20028 Tue Apr 27 06:25:34 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
20029
20030         * configure (tooldir): Alter syntax used to set this, for systems
20031         where "\$" isn't handled right, like i386-aix.
20032
20033 Thu Apr 22 08:17:35 1993  Ian Lance Taylor  (ian@cygnus.com)
20034
20035         * configure: Pass program-transform-name, not
20036         program_transform_name, to recursive configures.
20037
20038 Thu Apr 22 02:58:21 1993  Ken Raeburn  (raeburn@cygnus.com)
20039
20040         * Makefile.in (gas+binutils.tar.z): New rule for building snapshots
20041         of gas+ld+binutils.
20042
20043 Mon Apr 19 17:41:30 1993  Per Bothner  (bothner@cygnus.com)
20044
20045         * config.guess:  Recognize AIX3.2 as distinct from 3.1.
20046
20047 Sat Apr 17 17:19:50 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20048
20049         * configure.in: rename m88k-motorola-m88kbcs to m88k-motorola-sysv
20050
20051 Tue Apr 13 16:52:16 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
20052
20053         * Makefile.in (PRMS): Set back to all-prms.
20054
20055 Sat Apr 10 12:04:07 1993  Ian Lance Taylor  (ian@cygnus.com)
20056
20057         * test-build.mk: Pass -with-gnu-as for known MIPS native and MIPS
20058         targets, rather than for MIPS hosts.
20059
20060 Fri Apr  9 13:51:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20061
20062         * configure.in: add comment for --with-x default values
20063
20064         * config.guess: handle Motorola Delta88 box for SVR3 and SVR4.
20065
20066         * Makefile.in: add check-* targets for each of the directories in
20067         the tree.  Add a definition of RUNTEST that will use the one we
20068         just built, if it exists.  Pass this down via FLAGS_TO_PASS.
20069
20070 Thu Apr  8 09:21:30 1993  Ian Lance Taylor  (ian@cygnus.com)
20071
20072         * configure.in: Removed obsolete references to bfd_target and
20073         target_makefile_frag.
20074
20075         * build-all.mk: Set assorted targets for Q2.
20076         * config.sub: Recognize z8k-sim and h8300-hms.
20077         * test-build.mk: Really don't pass host to configure.
20078         (HOLES): Added uname.
20079
20080 Wed Apr  7 15:48:19 1993  Ian Lance Taylor  (ian@cygnus.com)
20081
20082         * configure: Handle an empty program-prefix, program-suffix or
20083         program-transform-name correctly.
20084
20085 Tue Apr  6 13:48:41 1993  Ian Lance Taylor  (ian@cygnus.com)
20086
20087         * build-all.mk: -G 8 no longer required for MIPS targets.
20088         * test-build.mk: Don't pass host argument to configure; make it
20089         guess.
20090
20091 Tue Apr  6 10:36:53 1993  Fred Fish  (fnf@cygnus.com)
20092
20093         * Makefile.in (gdb.tar.Z):  Fix for building gzip'd distribution.
20094         * Makefile.in (COMPRESS):  New macro, like GZIP.
20095
20096 Fri Apr  2 09:02:31 1993  Ian Lance Taylor  (ian@cygnus.com)
20097
20098         * test-build.mk: Use -with-gnu-as for mips-sgi-irix4 as well.
20099
20100         * build-all.mk: Set GCC to gcc -O -G 8 for MIPS targets, since gcc
20101         with gas currently defaults to -G 0.
20102
20103 Thu Apr  1 08:25:42 1993  Ian Lance Taylor  (ian@cygnus.com)
20104
20105         * Makefile.in (all-flex): flex depends on byacc.
20106
20107         * build-all.mk: If host not specified, use config.guess.  Pass TAG
20108         to test-build.mk as RELEASE_TAG.
20109         * test-build.mk (configargs): New variable containing arguments to
20110         pass to configure.  Set to -with-gnu-as on mips-dec-ultrix.
20111         (FLAGS_TO_PASS): Pass down RELEASE_TAG.
20112
20113         * config.guess: Use /bin/uname when checking -X argument on SCO,
20114         to avoid invoking GNU uname which doesn't understand -X.
20115
20116         * test-build.mk: Don't use /usr/unsupported/bin/as on AIX.
20117
20118         * configure.in: Build gas for mips-*-*.
20119
20120 Wed Mar 31 21:20:58 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
20121
20122         * Makefile.in (all.normal): insert missing backslash.
20123
20124 Wed Mar 31 12:31:56 1993  Ian Lance Taylor  (ian@cygnus.com)
20125
20126         * build-all.mk: Bump -XNh value to 1500 to match gcc requirements.
20127
20128         * Makefile.in: Complete overhaul to merge many almost identical
20129         targets.
20130
20131 Tue Mar 30 20:17:01 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
20132
20133         * Makefile.in (setup-dirs-gdb): Renamed from setup-dirs.
20134         (gdb.tar.Z): Adjusted.
20135
20136         * Makefile.in (setup-dirs, taz): New targets; should be general
20137         enough to adapt for gdb sometime.  Build only .z file.
20138         (gas.tar.z): New target.
20139
20140 Tue Mar 30 10:03:09 1993  Ian Lance Taylor  (ian@cygnus.com)
20141
20142         * build-all.mk: Use CC=cc -Xs on Solaris.
20143
20144 Thu Mar 25 15:14:30 1993  Fred Fish  (fnf@cygnus.com)
20145
20146         * Makefile.in:  Incorporate changes suggested by wilson@cygnus.com
20147         for handling BISON for FSF releases.
20148
20149 Thu Mar 25 06:19:48 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
20150
20151         * configure: Actually implement the change zoo just documented.
20152
20153 Wed Mar 24 13:02:44 1993  david d `zoo' zuhn  (zoo at poseidon.cygnus.com)
20154
20155         * configure: when using config.guess, only set target_alias when
20156         it's not already been set (ie, on the command line)
20157
20158 Mon Mar 22 23:07:39 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20159
20160         * Makefile.in: add installcheck target, set PRMS to install-prms
20161
20162 Sun Mar 21 16:46:12 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20163
20164         * configure: add support for package_makefile_fragment, handle the
20165         case where a directory has a configure.in file but no Makefile.in
20166         more gracefully (with an actual understandable error message, even);
20167         add support for --without (and add this to the usage message); also
20168         explicitly add a --host=${host_alias} to the command line when
20169         config.guess is used
20170
20171 Sun Mar 21 12:11:58 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
20172
20173         * configure: Must use both --host and --target in recursive calls.
20174
20175 Thu Mar 18 12:31:35 1993  Ian Lance Taylor  (ian@cygnus.com)
20176
20177         * Makefile.in: Change deja-gnu to dejagnu.
20178
20179 Mon Mar 15 15:44:35 1993  Ian Lance Taylor  (ian@cygnus.com)
20180
20181         * configure.in (h8300-*-*, h8500-*-*): Don't build libg++.
20182
20183 Fri Mar 12 18:30:14 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20184
20185         * configure.in: canonicalize all instances to *-*-solaris2*,
20186         also strip out a number of tools to not build for go32 host
20187
20188 Wed Mar 10 12:08:27 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
20189
20190         * config.guess: add GPL.
20191
20192         * Makefile.in, config.guess, config.sub, configure: bump
20193           copyrights to 93.
20194
20195 Wed Mar 10 07:12:48 1993  Ian Lance Taylor  (ian@cygnus.com)
20196
20197         * Makefile.in (do-info): Removed obsolete check for existence of
20198         localenv file.
20199
20200         * Makefile.in (MAKEOVERRIDES): Define to be empty.
20201
20202 Wed Mar 10 03:11:56 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20203
20204         * Makefile.in: a couple of 'else true' for decstation,
20205         support for TclX
20206
20207         * configure.in: configure tclX too; don't remove Tk on RS/6000 anymore
20208
20209 Tue Mar  9 16:06:12 1993  K. Richard Pixley  (rich@cygnus.com)
20210
20211         * Makefile.in (setup-dirs): change invocation of make to $(MAKE).
20212
20213 Mon Mar  8 14:52:11 1993  Ken Raeburn  (raeburn@cambridge)
20214
20215         * config.guess: Recognize i386-ibm-aix (PS/2).
20216         * configure.in: Use config/mh-aix386 file for it.
20217
20218 Mon Mar  8 11:12:43 1993  Ian Lance Taylor  (ian@cygnus.com)
20219
20220         * Makefile.in (GCC_FOR_TARGET): Eliminated definition; use
20221         CC_FOR_TARGET instead.
20222         (BASE_FLAGS_TO_PASS): Pass GCC_FOR_TARGET=$(CC_FOR_TARGET).
20223
20224 Wed Mar  3 16:00:28 1993  Steve Chamberlain  (sac@ok.cygnus.com)
20225
20226         * Makefile.in: Add sim to list of directories sent with gdb
20227
20228 Wed Mar  3 11:42:39 1993  Ken Raeburn  (raeburn@cygnus.com)
20229
20230         * configure.in: Put back mips-dec-bsd* case.
20231
20232 Tue Mar  2 21:15:58 1993  Fred Fish  (fnf@cygnus.com)
20233
20234         (Ultrix 2.2 support from Michael Rendell <michael@mercury.cs.mun.ca>)
20235         * configure.in (vax-*-ultrix2*):  Add Ultrix 2.2 triplet.
20236         * config.guess:  Change 'VAX*:ULTRIX:*:*' to 'VAX*:ULTRIX*:*:*'.
20237
20238 Tue Mar  2 18:11:03 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20239
20240         * configure.in: remove no-op mips-dec-bsd* in "case $target"
20241
20242         * Makefile.in (dir.info): only run gen-info-dir if it exists,
20243         (install-info): install dir.info only if it exists,
20244         (all-expect, install-expect): pass along X11_FLAGS_TO_PASS
20245
20246 Tue Mar  2 09:01:30 1993  Ken Raeburn  (raeburn@cygnus.com)
20247
20248         * configure.in: For vms target, skip bfd, ld, binutils.  Do build
20249         gas for mips-dec-bsd.
20250
20251 Tue Mar  2 08:35:24 1993  Ian Lance Taylor  (ian@cygnus.com)
20252
20253         * configure (makesrcdir): If ${srcdir} is relative and not ".",
20254         and ${subdir} is not ".", set makesrcdir based on ${invsubdir}.
20255
20256 Tue Feb 23 14:18:28 1993  Mike Werner  (mtw@poseidon.cygnus.com)
20257
20258         * configure.in: Added "dejagnu" to hosttools list.
20259
20260 Mon Feb 22 23:28:38 1993  Per Bothner  (bothner@rtl.cygnus.com)
20261
20262         * config.sub, configure.in, config.guess:  Add support
20263         for Bosx, an AIX variant from Bull.
20264         Patches from F.Pierresteguy@frcl.bull.fr.
20265
20266 Sun Feb 21 11:15:22 1993  Mike Werner  (mtw@poseidon.cygnus.com)
20267
20268         * devo/dejagnu: Initial creation of devo/dejagnu.
20269         Migrated dejagnu testcases and support files for testing software
20270         tools to reside as subdirectories, currently called "testsuite",
20271         within the directory of the software tool.  Migrated all programs,
20272         support libraries, etc. beloging to dejagnu proper from
20273         devo/deja-gnu to devo/dejagnu.  These files were moved "as is"
20274         with no modifications.  The changes to these files which will
20275         allow them to configure, build, and execute properly will be made
20276         in a future update.
20277
20278 Fri Feb 19 20:19:39 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
20279
20280         * Makefile.in: Change send_pr to send-pr.
20281         * configure.in: Likewise.
20282         * send_pr: Renamed directory to send-pr.
20283
20284 Fri Feb 19 19:00:13 1993  Per Bothner  (bothner@cygnus.com)
20285
20286         * Makefile.in:  Add some extra semi-colons (needed if SHELL=bash).
20287
20288 Fri Feb 19 00:59:33 1993  John Gilmore  (gnu@cygnus.com)
20289
20290         * README:  Update for gdb-4.8 release.
20291         * Makefile.in (gdb.tar.Z):  Add texinfo/tex3patch.  Build
20292         gdb-xxx.tar.z (gzip'd) file also.
20293
20294 Thu Feb 18 09:16:17 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20295
20296         * Makefile.in: make all-diff depend on all-libiberty
20297
20298 Tue Feb 16 16:06:31 1993  K. Richard Pixley  (rich@cygnus.com)
20299
20300         * config.guess: add vax-ultrix in the spirit of mips-ultrix.
20301
20302 Tue Feb 16 05:57:15 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20303
20304         * configure.in, Makefile.in: add hello, tar, gzip, recode, indent
20305
20306 Tue Feb 16 00:58:20 1993  John Gilmore  (gnu@cygnus.com)
20307
20308         * Makefile.in (DEVO_SUPPORT):  Remove etc directory
20309         (ETC_SUPPORT):  Only add the files GDB wants from etc/.
20310         (gdb.tar.Z):  Use ETC_SUPPORT.  Use byacc when building the file.
20311
20312 Thu Feb 11 20:14:28 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20313
20314         * Makefile.in:  makeinfo binary is in a new location
20315
20316 Tue Feb  9 12:42:27 1993  Ian Lance Taylor  (ian@cygnus.com)
20317
20318         * config.sub: Accept -ecoff as an OS.
20319
20320         * Makefile.in: Various changes to eliminate a level of make
20321         recursion and reduce the required command line length.
20322         (BASE_FLAGS_TO_PASS): New variable holding flags passed to all
20323         sub-makes.
20324         (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): New
20325         variables holding settings for specific sub-makes.
20326         (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS, GCC_FLAGS_TO_PASS): Rewrote
20327         in terms of BASE_FLAGS_TO_PASS.
20328         (TARGET_LIBS): New variable listing directories which use
20329         TARGET_FLAGS_TO_PASS.
20330         (subdir_do): Eliminated.
20331         (do-*): New set of targets to replace subdir_do.
20332         (various): All targets which used subdir_do now depend on do-*.
20333         (local-clean): Renamed from do_clean.
20334         (local-distclean): New target, dependency of distclean and
20335         realclean.
20336         (install-info): Don't create directories.  Depend on dir.info
20337         rather than calling make recursively.
20338         (install-dir.info): Eliminated.
20339         (install-info-dirs): Create all info directories here.
20340         (dir.info): Depend upon do-install-info.
20341
20342         * test-build.mk (HOLES): Added false.
20343
20344 Sat Feb  6 14:05:09 1993  Per Bothner  (bothner@rtl.cygnus.com)
20345
20346         * config.guess:  Recognize BSDI and BSDJ (Jolitz 386bsd).
20347
20348 Thu Feb  4 20:49:18 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20349
20350         * Makefile.in (info): remove dependency on all-texinfo.  The
20351         problem was really in texinfo/C, not at this level.
20352
20353 Thu Feb  4 13:38:41 1993  Ian Lance Taylor  (ian@cygnus.com)
20354
20355         * Makefile.in (info): Added dependency on all-texinfo (PR 2112).
20356
20357 Thu Feb  4 01:50:53 1993  John Gilmore  (gnu@cygnus.com)
20358
20359         * Makefile.in (make-gdb.tar.Z):  Change BISON to 'bison -y' for
20360         GDB releases.
20361
20362 Wed Feb  3 17:22:16 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
20363
20364         * configure: Include srcdir in message about target of link not
20365         being found.  Don't convert `-' to `_' in `with' options being
20366         passed to subdirs.
20367
20368 Tue Feb  2 18:57:59 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20369
20370         * configure.in: add uudecode to host_tools
20371
20372         * Makefile.in: added {all,install}-uudecode targets, added them to
20373         the appropriate lists
20374
20375 Tue Feb  2 11:45:53 1993  Ian Lance Taylor  (ian@cygnus.com)
20376
20377         * Makefile.in (all-gcc): Added dependency on all-gas.
20378
20379         * configure.in (mips-*-*): Build ld and binutils.
20380
20381 Mon Feb  1 12:35:41 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
20382
20383         * configure: check return code from mkdir, print error message and
20384           exit on failure.
20385
20386 Sat Jan 30 16:40:28 1993  John Gilmore  (gnu@cygnus.com)
20387
20388         * Makefile.in (make-gdb.tar.Z):  New location for texinfo.tex.
20389
20390 Thu Jan 28 15:09:59 1993  Ian Lance Taylor  (ian@cygnus.com)
20391
20392         * test-build.mk (HOLES): Added tar, cpio and uudecode.
20393
20394 Wed Jan 27 16:50:32 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
20395
20396         * config.sub (h8500):  Recognize this as a cpu type.
20397
20398 Sat Jan 23 20:32:01 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20399
20400         * configure: source directory missing is no longer a warning
20401
20402         * configure.in: recognize irix[34]* instead of irix[34]
20403
20404         * Makefile.in: define and pass down X11_LIB
20405
20406 Sat Jan 23 13:49:40 1993  Per Bothner  (bothner@cygnus.com)
20407
20408         * guess-systype: Renamed to ...
20409         * config.guess:  ... by popular request.
20410         * configure.in, Makefile.in:  Update accordingly.
20411
20412 Thu Jan 21 12:20:55 1993  Per Bothner  (bothner@cygnus.com)
20413
20414         * guess-systype:  Patches from John Eaton <jwe@che.utexas.edu>:
20415         + Add Convex, Cray/Unicos, and Encore/Multimax support.
20416         + Execute ./dummy instead of assuming . is in PATH.
20417
20418 Tue Jan 19 17:18:06 1993  Per Bothner  (bothner@cygnus.com)
20419
20420         * guess-systype:  New shell script.  Attempts to guess the
20421         canonical host name of the executing host.
20422         Only a few hosts are supported so far.
20423         * configure:  Call guess-systype if no host is specified.
20424
20425 Tue Jan 19 08:26:07 1993  Ian Lance Taylor  (ian@cygnus.com)
20426
20427         * Makefile.in (gcc-no-fixedincludes): Made to work with current
20428         gcc Makefile.
20429
20430 Fri Jan 15 10:27:02 1993  Ian Lance Taylor  (ian@cygnus.com)
20431
20432         * Makefile.in (GCC_FLAGS_TO_PASS): New variable.
20433         (all-gcc, install-gcc, subdir_do): Use it.
20434
20435 Wed Jan 13 17:06:45 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
20436
20437         * Makefile.in: Rename uninstalled gcc driver from gcc to xgcc.
20438
20439 Wed Jan  6 20:29:16 1993  Mike Werner  (mtw@rtl.cygnus.com)
20440
20441         * Makefile.in: Removed explicit setting of SUBDIRS. SUBDIRS is now
20442           set exclusively by configure, using configure.in .
20443
20444 Wed Jan  6 13:44:11 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20445
20446         * test-build.mk: set $PATH for all builds
20447
20448         * Makefile.in: pass TARGET_FLAGS_TO_PASS for xiberty and libm
20449
20450 Wed Jan  6 11:02:10 1993  Fred Fish  (fnf@cygnus.com)
20451
20452         * Makefile.in (GCC_FOR_TARGET):  Supply a default that matches
20453         the one used in gcc/Makefile.in, so that a null expansion doesn't
20454         override the one needed to build gcc with a native cc.
20455
20456 Tue Jan  5 07:55:12 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
20457
20458         * configure: Accept -with arguments.
20459
20460 Sun Jan  3 15:15:09 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
20461
20462         * Makefile.in: added h8300sim
20463
20464 Tue Dec 29 15:06:00 1992  Ian Lance Taylor  (ian@cygnus.com)
20465
20466         * build-all.mk: If canonhost is i386-unknown-sco3.2v4, change it
20467         to i386-sco3.2v4.  Set TARGETS and CFLAGS for i386-sco3.2v4.
20468         (all-cygnus, native, build-cygnus): Make
20469         $(canonhost)-stamp-3stage-done, not $(host)....
20470         * test-build.mk (stamp-3stage-compared): Use tail +10c for
20471         i386-sco3.2v4.  Added else true to if command.
20472
20473 Mon Dec 28 12:08:56 1992  Ken Raeburn  (raeburn@cygnus.com)
20474
20475         * config.sub: (from FSF) Sequent uses a BSD-like OS.
20476
20477 Mon Dec 28 08:32:06 1992  Minh Tran-Le  (mtranle@paris.intellicorp.com)
20478
20479         * configure.in (i[34]86-*-isc*): added; uses mh-sysv.
20480
20481 Thu Dec 24 17:26:24 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20482
20483         * configure.in: don't remove binutils from Solaris builds
20484
20485 Thu Dec 24 14:08:38 1992 david d`zoo' zuhn  (zoo@cygnus.com)
20486
20487         * Makefile.in: get rid of earlier definitions for *clean,
20488         also handle the recursive info rule better
20489
20490 Thu Dec 24 12:40:21 1992  Per Bothner  (bothner@rtl.cygnus.com)
20491
20492         * Makefile.in (mostlyclean, distclean, realclean):  Fix to
20493         do more-or-less the right thing.
20494
20495 Wed Dec 16 10:25:31 1992  Ian Lance Taylor  (ian@cygnus.com)
20496
20497         * Makefile.in: Add lines defining CC and CXX, and use CXX rather
20498         than gcc in definitions of CXX_FOR_BUILD and CXX_FOR_TARGET.
20499
20500 Tue Dec 15 00:34:32 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20501
20502         * Makefile.in: change all $(host_cpu)-$(host_vendor)-$(host_os) to
20503         $(host_canonical).
20504
20505         * configure.in: split the configdirs list into 4 categories (native
20506         v. cross, library v. tool) and handle the cross-only and native-
20507         only in more reasonable (and correct!) way.
20508
20509 Mon Dec 14 17:04:22 1992  Stu Grossman  (grossman at cygnus.com)
20510
20511         * configure.in (hppa*-*-*):  Don't remove bfd and gdb from
20512         configdirs anymore.
20513
20514 Sun Dec 13 00:37:26 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20515
20516         * Makefile.in: extensive cleanup::  removed all of the explicit
20517         clean-* targets, collapsed many wrappers around subdir_do into
20518         one, added additional targets to satisfy standards.texi, deleted
20519         some old targets, some changes for consistency
20520
20521 Fri Dec 11 20:18:02 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20522
20523         * configure.in: handle some programs as cross-only, and others as
20524         native only
20525
20526         * test-build.mk: handle partial holes in a more generic manner
20527
20528         * Makefile.in: m4 depends on libiberty
20529
20530 Thu Dec  3 21:52:11 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20531
20532         * configure.in: add m4, textutils, fileutils, sed, shellutils,
20533         time, wdiff, and find to configdirs
20534
20535         * Makefile.in: all, clean, and install rules for the new programs
20536         added to configure.in
20537
20538 Mon Nov 30 14:54:34 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20539
20540         * configure.in: use mh-sun for all *-sun-* hosts
20541
20542 Fri Nov 27 18:35:54 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20543
20544         * Makefile.in: define flags for X11 include files and library file
20545         locations, pass them down to the programs that need this info
20546
20547         * build-all.mk: added a 'native' target, to 3stage the native toolchain
20548
20549 Sun Nov 22 18:59:13 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20550
20551         * configure.in: start building libg++ for HP-UX targets
20552
20553 Wed Nov 18 19:33:11 1992  John Gilmore  (gnu@cygnus.com)
20554
20555         * README:  Update references to files moved into etc/.
20556
20557 Sun Nov 15 09:36:08 1992  Fred Fish  (fnf@cygnus.com)
20558
20559         * config.sub (i386sol2, i486sol2):  i[34]86-unknown-solaris2.
20560         * configure.in (i[34]86-*-solaris2*):  Use config/mh-sysv4.
20561
20562 Thu Nov 12 08:50:42 1992  Ian Lance Taylor  (ian@cygnus.com)
20563
20564         * configure: accept dash as well as underscore in long option
20565         names for FSF compatibility.
20566
20567 Wed Nov 11 08:04:37 1992  Ian Lance Taylor  (ian@cygnus.com)
20568
20569         * config.sub: added -sco3.2v4 support from FSF.
20570
20571 Sun Nov  8 21:14:30 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20572
20573         * configure.in: expand the section that adds or removes
20574         directories from the list of programs to build, to handle native
20575         vs. cross in addition to host v. native
20576
20577 Sat Nov  7 18:52:27 1992  Per Bothner  (bothner@rtl.cygnus.com)
20578
20579         * Makefile.in:  Replace C++ in macro names with CXX.
20580         This is less likely to break ...
20581
20582 Sat Nov  7 15:16:58 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20583
20584         * test-build.mk: add -w to GNU_MAKE
20585
20586 Fri Nov  6 23:10:37 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20587
20588         * config.sub: remove 'sparc'-->'sparc-sun' default transformation,
20589         add 'sparc' to list of recognized cpus.  This needed to make
20590         'sparc-aout' expand to 'sparc-unknown-aout' instead of 'sparc-sun-aout'.
20591         Delete some redundant ose68 variants.  Recognize -wrs as an os,
20592         then changes that into $CPU-wrs-vxworks.
20593
20594         * configure.in: remove most references to gdbtest, regularize
20595         target based program removal
20596
20597         * test-build.mk: import from p3 tree (many fixes and changes)
20598
20599 Fri Nov  6 20:59:00 1992  david d `zoo' zuhn  (zoo@cygnus.com)
20600
20601         * Makefile.in: added rules to handle tcl, tk, and expect
20602
20603         * configure.in: handle those directories if they exist
20604
20605 Thu Nov  5 14:35:41 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20606
20607         * config.sub: removed bogus hppabsd and hppahpux names, since
20608         "hppa" is not a valid cpu (hppa1.1 or hppa1.0 are, though)
20609
20610 Thu Oct 29 00:12:41 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20611
20612         * Makefile.in: all-gcc now depends on all-binutils.  all-libg++
20613         depends upon all-xiberty
20614
20615         * Makefile.in: changes from p3, including:
20616
20617         Thu Oct  8 15:00:17 1992  Ian Lance Taylor  (ian@cygnus.com)
20618
20619         * Makefile.in (XTRAFLAGS): include newlib directories if
20620         newlib/Makefile exists, rather than if host != target.
20621
20622         Fri Sep 25 13:41:52 1992  Ian Lance Taylor  (ian@cygnus.com)
20623
20624         * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
20625         from the same source tree and not building a cross-compiler.  This
20626         matters for the libg++ configuration if reconfiguring a tree that
20627         has already been installed.
20628
20629         Thu Sep 10 10:35:51 1992  Ian Lance Taylor  (ian@cygnus.com)
20630
20631         * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
20632         pick up the machine and system specific header files.
20633
20634         * Makefile.in: added AS_FOR_TARGET, passed down in
20635         TARGET_FLAGS_TO_PASS.  Added CC_FOR_BUILD, which is intended to be
20636         the C compiler to use to create programs which are run in the
20637         build environment, set it to default to $(CC), and passed it down
20638         in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
20639
20640         Mon Sep  7 22:34:42 1992  Ian Lance Taylor  (ian@cirdan.cygnus.com)
20641
20642         * Makefile.in: add $(host) = $(target) tests back to *_FOR_TARGET.
20643         We need them for unusual native builds, like systems without
20644         ranlib.
20645
20646         * configure: also define $(host_canonical) and
20647         $(target_canonical), which are the full, canonical names for the
20648         given host and target
20649
20650 Sun Nov  1 16:38:17 1992  Per Bothner  (bothner@cygnus.com)
20651
20652         * Makefile.in:  Added separate definitions for C++.
20653
20654 Fri Oct 30 11:37:52 1992  Fred Fish  (fnf@cygnus.com)
20655
20656         * configure.in (configdirs):  Add deja-gnu.
20657
20658 Fri Oct 23 00:39:18 1992  John Gilmore  (gnu@cygnus.com)
20659
20660         * README:  Update for configure.texi and gdb-4.7 release.
20661
20662 Wed Oct 21 21:54:27 1992  John Gilmore  (gnu@cygnus.com)
20663
20664         * Makefile.in:  Move "all" target to top of file.
20665         Previously, first target was ".PHONY" which caused BSD4.4 make
20666         to build .PHONY when make was run without arguments.
20667
20668 Mon Oct 19 01:17:54 1992  John Gilmore  (gnu@cygnus.com)
20669
20670         * Makefile.in:  Add COPYING.LIB to GDB releases, now that there's
20671         Library-copylefted code in libiberty.
20672
20673 Tue Oct 13 01:22:32 1992  John Gilmore  (gnu@cygnus.com)
20674
20675         * config.sub:  Replace m68kmote with plain old m68k.
20676
20677 Fri Oct  9 03:14:24 1992  John Gilmore  (gnu@cygnus.com)
20678
20679         * Makefile.in:  Remove space from blank line, avoid Make complaints.
20680
20681 Thu Oct  8 18:41:45 1992  Ken Raeburn  (raeburn@cygnus.com)
20682
20683         * config.sub: Complain if no argument is given.  Added support for
20684         386bsd as OS and target alias.
20685
20686 Thu Oct  8 15:07:22 1992  Ian Lance Taylor  (ian@cygnus.com)
20687
20688         * Makefile.in (XTRAFLAGS): include newlib directories if
20689         newlib/Makefile exists, rather than if host != target.
20690
20691 Mon Oct  5 03:00:09 1992  Mark Eichin  (eichin at tweedledumber.cygnus.com)
20692
20693         * config.sub: recognize sparclite-wrs-vxworks.
20694
20695         * Makefile.in (install-xiberty): added *-xiberty make rules (from
20696         p3.) Added clean-xiberty to clean.
20697
20698 Thu Oct  1 17:59:19 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20699
20700         * configure.in: use *-*-* instead of nested cases for host and target
20701
20702 Tue Sep 29 14:11:18 1992  Ian Lance Taylor  (ian@cygnus.com)
20703
20704         * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
20705         from the same source tree and not building a cross-compiler.  This
20706         matters for the libg++ configuration if reconfiguring a tree that
20707         has already been installed.
20708
20709 Sep 20 08:53:10 1992  Fred Fish  (fnf@cygnus.com)
20710
20711         * config.sub (i486v/i486v4):  Merge in from FSF version.
20712
20713 Fri Sep 18 00:32:00 1992  Mark Eichin  (eichin@cygnus.com)
20714
20715         * configure: only set PWD if it is already set.
20716
20717 Thu Sep 17 23:05:53 1992  Mark Eichin  (eichin@cygnus.com)
20718
20719         * configure: just set PWD=`pwd` at the top, since Ultrix sh
20720         doesn't have unset and all success paths (and most error paths)
20721         out set it anyway. (Note: should change all uses of ${PWD=`pwd`}
20722         to just ${PWD} to avoid confusion.)
20723
20724 Tue Sep 15 16:00:54 1992  Ian Lance Taylor  (ian@cygnus.com)
20725
20726         * configure: always set $(tooldir) to $(libdir)/$(target_alias),
20727         even for a native compilation.
20728
20729 Tue Sep 15 02:22:56 1992  John Gilmore  (gnu@cygnus.com)
20730
20731         Changes to make the gdb.tar.Z rule work better.
20732
20733         * Makefile.in (GDB_SUPPORT_DIRS):  Add opcodes.
20734         (DEVO_SUPPORT):  Add configure.texi.
20735         (bfd-ilrt.tar.Z):  Remove ancient rule.
20736
20737 Thu Sep 10 10:43:19 1992  Ian Lance Taylor  (ian@cygnus.com)
20738
20739         * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
20740         pick up the machine and system specific header files.
20741
20742         * configure.in, config.sub: added new target m68010-adobe-scout,
20743         with alias of adobe68k.  Changed configure.in to check for
20744         -scout before -sco* to avoid a false match.
20745
20746         * Makefile.in: added AS_FOR_TARGET, passed down in
20747         TARGET_FLAGS_TO_PASS.  Added CC_FOR_BUILD, which is intended to be
20748         the C compiler to use to create programs which are run in the
20749         build environment, set it to default to $(CC), and passed it down
20750         in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
20751
20752 Wed Sep  9 12:21:42 1992  Ian Lance Taylor  (ian@cygnus.com)
20753
20754         * Makefile.in: added TARGET_FLAGS_TO_PASS, CC_FOR_TARGET,
20755         AR_FOR_TARGET, RANLIB_FOR_TARGET, NM_FOR_TARGET.  Pass
20756         TARGET_FLAGS_TO_PASS, which defines CC, AR, RANLIB and NM as the
20757         FOR_TARGET variants, to newlib and libg++.
20758
20759 Tue Sep  8 17:28:30 1992  Ken Raeburn  (raeburn@cambridge.cygnus.com)
20760
20761         * Makefile.in (all-gas, all-gdb): Require all-opcodes to be built
20762         first.
20763
20764 Wed Sep  2 02:50:05 1992  John Gilmore  (gnu@cygnus.com)
20765
20766         * config.sub:  Accept `elf' as an environment.
20767
20768 Tue Sep  1 15:48:30 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
20769
20770         * Makefile.in (all-opcodes):  cd into the right directory
20771
20772 Sun Aug 30 21:12:11 1992  Ian Lance Taylor  (ian@cygnus.com)
20773
20774         * configure: added -program_transform_name option, used as
20775         argument to sed when installing programs.
20776         configure.texi: added documentation for -program_prefix,
20777         -program_suffix and -program_transform_name.
20778
20779 Thu Aug 27 21:59:44 1992  John Gilmore  (gnu@cygnus.com)
20780
20781         * config.sub:  Accept i486 where i386 ok.
20782
20783 Thu Aug 27 13:04:42 1992  Brendan Kehoe  (brendan@rtl.cygnus.com)
20784
20785         * config.sub: accept we32k
20786
20787 Mon Aug 24 14:05:14 1992  Ian Lance Taylor  (ian@cygnus.com)
20788
20789         * config.sub, configure.in: accept OSE68000 and OSE68k.
20790
20791         * Makefile.in: don't create all directories for ``make install'';
20792         let the subdirectories create the ones they need.
20793
20794 Tue Aug 11 23:13:17 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20795
20796         * COPYING: new file, GPL v2
20797
20798 Tue Aug  4 01:12:43 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20799
20800         * Makefile.in: use the new gen-info-dir, which needs a template
20801         argument (which also lives in texinfo)
20802
20803         * configure.texi, standards.texi: fix INFO-DIR-ENTRY
20804
20805 Mon Aug  3 00:34:17 1992  Fred Fish  (fnf@cygnus.com)
20806
20807         * config.sub (ncr3000):  Change i386 to i486.
20808
20809 Thu Jul 23 00:12:17 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20810
20811         * Makefile.in: add install-rcs, install-grep to
20812         install-no-fixedincludes, removed install-bison and install-libgcc
20813
20814 Tue Jul 21 01:01:50 1992  david d `zoo' zuhn (zoo@cygnus.com)
20815
20816         * configure.in: grab the HPUX makefile fragment if on HPUX
20817
20818 Mon Jul 20 11:02:09 1992  D. V. Henkel-Wallace  (gumby@cygnus.com)
20819
20820         * Makefile.in: eradicate bison spoor (ditto libgcc).
20821          configure.in: recognise m68{k,000}-ericsson-OSE.
20822          es1800 is alias for m68k-ericsson-OSE
20823
20824 Sun Jul 19 17:49:02 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20825
20826         * configure.in: rearrange the parts that remove programs from
20827         configdirs, based now on HOST==TARGET or by canonical triple.
20828
20829 Fri Jul 17 22:52:49 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
20830
20831         * test-build.mk: recurse explicitly with -f test-build.mk when
20832           appropriate.  predicate stage3 and comparison on the existence
20833           of gcc.  That is, if gcc isn't around, we aren't three-staging.
20834           On very clean, also remove ...stamp-co.  Build in-place before
20835           doing other builds.
20836
20837 Thu Jul 16 18:33:09 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
20838
20839         * Makefile.in, configure.in: add tgas
20840
20841 Thu Jul 16 16:05:28 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
20842
20843         * Makefile.in: a number of changes merged in from progressive.
20844
20845         * configure.in: add libm.
20846
20847         * .cvsignore: ignore some stuff that comes from test-build.mk.
20848
20849 Tue Jul  7 00:24:52 1992  Fred Fish  (fnf@cygnus.com)
20850
20851         * config.sub:  Add es1800 (m68k-ericsson-es1800).
20852
20853 Tue Jun 30 20:24:41 1992  D. V. Henkel-Wallace  (gumby@cygnus.com)
20854
20855         * configure: Add program_suffix (parallel to program_prefix)
20856         * Makefile.in: adjust directory-creating script for losing decstation
20857
20858 Mon Jun 22 23:43:48 1992  Per Bothner  (bothner@cygnus.com)
20859
20860         * configure:  Minor $subdir-related fixes.
20861
20862 Mon Jun 22 18:30:26 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
20863
20864         * configure: fix various problems with propogating
20865         makefile_target_frag in subdirs.
20866         * configure.in: config libgcc if its there
20867
20868 Fri Jun 19 15:19:40 1992  Stu Grossman  (grossman at cygnus.com)
20869
20870         * config.sub:  HPPA merge.
20871
20872 Sun Jun 14 10:29:19 1992  John Gilmore  (gnu at cygnus.com)
20873
20874         * Makefile.in:  Replace all-bison with all-byacc in all
20875         dependency lines for other tools (which now use byacc).
20876
20877 Fri Jun 12 22:21:57 1992  John Gilmore  (gnu at cygnus.com)
20878
20879         * config.sub:  Add sun4sol2 => sparc-sun-solaris2.
20880
20881 Thu Jun  4 12:07:32 1992  Mark Eichin  (eichin@cygnus.com)
20882
20883         * Makefile.in: make gprof rules similar to byacc rules (instead of
20884         vestigal $(unsubdir) that didn't work...)
20885
20886 Thu Jun  4 00:37:05 1992  Per Bothner  (bothner@rtl.cygnus.com)
20887
20888         * config.sub:  Add support for Linux.
20889         * Makefile.in:  Use $(FLAGS_TO_PASS) more consistently
20890         (at least for libg++).
20891
20892 Tue Jun 02 20:03:00 1992  david d `zoo' zuhn (zoo@cygnus.com)
20893
20894         * configure.texi: fix doc for the -nfp option to configure
20895
20896 Tue Jun  2 17:20:52 1992  Michael Tiemann  (tiemann@cygnus.com)
20897
20898         * Makefile.in (all-binutils): ar needs flex, so depend on all-flex.
20899
20900 Sun May 31 15:04:08 1992  Mark Eichin  (eichin at cygnus.com)
20901
20902         * config.sub: changed [^-]+ to [^-][^-]* so that it works under
20903         Sun sed. (BSD 4.3 sed doesn't handle [^-]+ either.)
20904         * configure.in: added solaris* host_makefile_frag hook.
20905
20906 Sun May 31 01:10:34 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20907
20908         * config.sub: changed recognition of m68000 so that various
20909         m68k types can be specified via m680[01234]0
20910
20911 Sat May 30 21:01:06 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20912
20913         * config.sub (basic_machine): fix sed so that '-foo' isn't
20914         completely substituted out while .+'-foo' loses the '-foo'
20915
20916 Wed May 27 23:18:52 1992  Michael Tiemann  (tiemann@rtl.cygnus.com)
20917
20918         * config.sub ($os): Add -aout.
20919
20920 Fri May 22 14:00:02 1992  Per Bothner  (bothner@cygnus.com)
20921
20922         * configure:  If host_makefile_frag is absolute, don't
20923         prefix ${invsubdir} (relevant to libg++ auto-configure).
20924
20925 Thu May 21 18:00:09 1992  Michael Tiemann  (tiemann@rtl.cygnus.com)
20926
20927         * Makefile.in (tooldir): Define it.
20928         (all-ld): Depend on all-flex.
20929
20930 Sun May 10 21:45:59 1992  Per Bothner  (bothner@rtl.cygnus.com)
20931
20932         * Makefile.in (check):  Fix libg++ special case.
20933
20934 Fri May  8 08:31:41 1992  K. Richard Pixley  (rich@cygnus.com)
20935
20936         * configure: do not bury `pwd` into config.status, thus do fewer
20937           pwd's.
20938
20939         * configure: print the "Building in" message only when building in
20940           other than "." AND verbose.
20941
20942         * configure: remove -s, rework -v to better accommodate guested
20943           configures.
20944
20945         * standards.texi: updated to 3 may, fixed librid <-> libdir typo.
20946
20947 Fri May  1 18:00:50 1992  K. Richard Pixley  (rich@cygnus.com)
20948
20949         * Makefile.in: macroize flags passed on recursion.  remove
20950           fileutils.
20951
20952 Thu Apr 30 08:56:20 1992  K. Richard Pixley  (rich@cygnus.com)
20953
20954         * configure: get makesrcdir right for subdirs deeper than 1.
20955
20956         * Makefile.in: pass INSTALL, INSTALL_DATA, INSTALL_PROGRAM on
20957           install.
20958
20959 Fri Apr 24 15:51:51 1992  K. Richard Pixley  (rich@cygnus.com)
20960
20961         * Makefile.in: don't print subdir_do or recursion lines.
20962
20963 Fri Apr 24 15:22:04 1992  K. Richard Pixley  (rich@cygnus.com)
20964
20965         * standards.texi: added menu item.
20966
20967         * Makefile.in: build and install standards.info.
20968
20969         * standards.texi: new file.
20970
20971 Wed Apr 22 18:06:55 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
20972
20973         * configure: test for and move config.status pieces from
20974           ${subdir}/.
20975
20976 Wed Apr 22 14:38:34 1992  Fred Fish  (fnf@cygnus.com)
20977
20978         * configure:  Test for existance of files before trying to mv
20979         them, to avoid numerous non-existance messages.
20980
20981 Tue Apr 21 12:31:33 1992  K. Richard Pixley  (rich@cygnus.com)
20982
20983         * configure: correct final line of config.status.
20984
20985         * configure: patch from eggert.  Avoids a protection problem if
20986           the original Makefile.in is read only.
20987
20988         * configure: use move-if-change from gcc to create config.status.
20989           Some makefiles depend on config.status to tell if a directory
20990           has been reconfigured for a different host.  This change
20991           prevents those directories from remaking everything in the case
20992           where the reconfig was only intended to rebuild a Makefile.
20993
20994         * configure: test for config.sub with "config.sub sun4" rather
20995           than "config.sub ${host_alias}".  Otherwise we can't tell a bad
20996           host alias from a missing config.sub.
20997
20998 Mon Apr 20 18:16:36 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
20999
21000         * Makefile.in: explicitly pass CFLAGS on recursion. no longer pass
21001           MINUS_G (this can be done with CFLAGS).  Default CFLAGS to -g.
21002
21003 Fri Apr 17 18:27:51 1992  Per Bothner  (bothner@cygnus.com)
21004
21005         * configure: mkdir ${subdir} as needed.
21006
21007 Wed Apr 15 17:37:22 1992  K. Richard Pixley  (rich@cygnus.com)
21008
21009         * Makefile.in,configure.in: added autoconf.
21010
21011 Wed Apr 15 17:27:34 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
21012
21013         * Makefile.in: no longer pass against on recursion.
21014
21015         * Makefile.in: added .NOEXPORT: so that stray makefile_frag
21016           definitions are not inherited.
21017
21018         * configure: correct makesrcdir when subdir is .
21019
21020 Tue Apr 14 11:56:09 1992  Per Bothner  (bothner@cygnus.com)
21021
21022         * configure:  Add support for 'subdirs' variable, which is
21023         like 'configdirs', except that configure doesn't re-invoke
21024         itself for subdirs, it just creates a Makefile for each subdir.
21025         * configure.texi:  Document subdirs.
21026
21027 Mon Apr 13 18:50:16 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21028
21029         * configure.in: added flex to configdirs
21030
21031 Mon Apr 13 18:43:55 1992  K. Richard Pixley  (rich@cygnus.com)
21032
21033         * Makefile.in: remove clean-stamps from clean.
21034
21035 Sat Apr 11 03:52:03 1992  John Gilmore  (gnu at cygnus.com)
21036
21037         * configure.in:  Add gdbtest to configdirs.
21038
21039 Fri Apr 10 23:11:49 1992  Fred Fish  (fnf@cygnus.com)
21040
21041         * Makefile.in (MINUS_G):  Add macro, default to -g, pass on
21042         to recursive makes.
21043         * configure.in:  Recognize new ncr3000 config.
21044
21045 Wed Apr  8 23:08:12 1992  K. Richard Pixley  (rich@cygnus.com)
21046
21047         * Makefile.in, configure.in: removed references to gdbm.
21048
21049 Tue Apr  7 16:48:20 1992  Per Bothner  (bothner@cygnus.com)
21050
21051         * config.sub:  Don't canonicalize os value
21052         newsos* to bsd (readline needs to check for newsos).
21053         (This fix was earlier made Jan 31, but got re-broken.)
21054
21055 Mon Apr  6 14:34:08 1992  Stu Grossman  (grossman at cygnus.com)
21056
21057         * configure.in:  sco is an os, not a vendor!
21058
21059         * configure:  Quote $( better.  Keep various shells happy.
21060
21061 Tue Mar 31 16:32:57 1992  K. Richard Pixley  (rich@cygnus.com)
21062
21063         * Makefile.in: eliminate stamp-files.
21064
21065 Mon Mar 30 22:20:23 1992  K. Richard Pixley  (rich@cygnus.com)
21066
21067         * Makefile.in: add send_pr.  remove "force" from .stmp-gprof rule.
21068           Supress echoing of all the "if [ -d ... $(MAKE)" lines.
21069
21070 Wed Mar 25 15:20:04 1992  Stu Grossman  (grossman@cygnus.com)
21071
21072         * config.sub:  fix iris/iris3.
21073
21074 Wed Mar 25 10:34:19 1992  K. Richard Pixley  (rich@cygnus.com)
21075
21076         * configure: re-add -rm.
21077
21078 Tue Mar 24 23:50:16 1992  K. Richard Pixley  (rich@cygnus.com)
21079
21080         * Maskefile.in: add .stmp-rcs to all.
21081
21082         * configure.in: remove gas from rs6000 build, use aix host fragment.
21083
21084 Mon Mar 23 19:43:35 1992  K. Richard Pixley  (rich@cygnus.com)
21085
21086         * configure: pass down site_option during recursion.
21087
21088 Thu Mar 19 16:49:36 1992  Stu Grossman  (grossman at cygnus.com)
21089
21090         * Makefile.in (all.cross):  Add .stmp-bfd .stmp-readline.
21091
21092 Wed Mar 18 15:29:33 1992  Mike Stump  (mrs@cygnus.com)
21093
21094         * configure: Change exec_prefix so that it really defaults to prefix.
21095
21096 Sat Mar 14 17:20:38 1992  Fred Fish  (fnf@cygnus.com)
21097
21098         * Makefile.in, configure.in:  Add support for mmalloc library.
21099
21100 Fri Mar 13 18:44:18 1992  K. Richard Pixley  (rich@cygnus.com)
21101
21102         * Makefile.in: add stmp dependencies for a few more things.
21103
21104 Thu Mar 12 04:56:24 1992  K. Richard Pixley  (rich@cygnus.com)
21105
21106         * configure: adjusted error message on objdir/srcdir configure
21107           collision, per john's suggestion.
21108
21109         * Makefile.in: add libiberty stmp to all and all.cross.
21110
21111 Wed Mar 11 02:07:52 1992  K. Richard Pixley  (rich@cygnus.com)
21112
21113         * Makefile.in: remove force dependencies, add grep to all.
21114
21115 Tue Mar 10 21:49:18 1992  K. Richard Pixley  (rich@mars.cygnus.com)
21116
21117         * Makefile.in: drop flex.  make stamp files work.
21118
21119         * configure: added test for conflicting configuration in srcdir,
21120           remove trailing slashes from srcdir.  Otherwise emacs gdb mode
21121           gets cranky.  use relative paths for configure and srcdir
21122           whenever possible.  Send some error messages to stderr that were
21123           going to stdout.
21124
21125 Tue Mar 10 18:01:55 1992  Per Bothner  (bothner@cygnus.com)
21126
21127         * Makefile.in:  Fix libg++ rule to check for gcc directory
21128         before using gcc/gcc.  Also pass XTRAFLAGS.
21129
21130 Thu Mar  5 21:45:07 1992  K. Richard Pixley  (rich@sendai)
21131
21132         * Makefile.in: added stmp-files so that directories aren't polled
21133           when they are already built.
21134
21135         * configure.texi: fixed a node pointer problem.
21136
21137 Thu Mar  5 12:05:58 1992  Stu Grossman  (grossman at cygnus.com)
21138
21139         * config.sub configure.in gdb/configure.in
21140         gdb/mips-tdep.c gdb/mipsread.c gdb/procfs.c gdb/signame.h
21141         gdb/tm-irix3.h gdb/tm-mips.h gdb/xm-irix4.h gdb/config/mt-irix3
21142         gdb/config/mh-irix4 texinfo/configure.in:  Port to SGI Irix-4.x.
21143
21144 Wed Mar  4 02:57:46 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
21145
21146         * configure: -recurring becomes -silent.  corrected help message
21147           for -site= option.
21148
21149         * Makefile.in: mkdir $(exec_prefix) and $(tooldir).
21150
21151 Tue Mar  3 14:51:21 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
21152
21153         * configure: when building Makefile for crosses, replace
21154           tooldir and program_prefix.  default srcdir from location of
21155           config.sub.  remove "for host in hosts" and "for target in
21156           targets" loops.
21157
21158 Wed Feb 26 19:48:25 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
21159
21160         * Makefile.in: Do not pass bindir or mandir to cvs.
21161
21162 Wed Feb 26 18:04:40 1992  K. Richard Pixley  (rich@cygnus.com)
21163
21164         * Makefile.in, configure.in: removed traces of namesubdir,
21165           -subdirs, $(subdir), $(unsubdir), some rcs triggers.  Forced
21166           copyrights to '92, changed some from Cygnus to FSF.
21167
21168         * configure.texi: remove most references to multiple hosts,
21169           multiple targets, subdirs, etc.
21170
21171         * configure.man: removed rcsid. reference config.sub not
21172           config.subr.
21173
21174         * Makefile.in: mkdir $(infodir) on install-info.
21175
21176 Wed Feb 19 15:41:13 1992  John Gilmore  (gnu at cygnus.com)
21177
21178         * configure.texi:  Explain better about .gdbinit and about
21179         the environment that configure.in sections run in.
21180
21181 Fri Feb  7 07:55:00 1992  John Gilmore  (gnu at cygnus.com)
21182
21183         * configure.in:  Ultrix is only a decstation if it's a MIPS.
21184
21185 Fri Jan 31 21:54:51 1992  John Gilmore  (gnu at cygnus.com)
21186
21187         * README:  DOC.configure => cfg-paper.texi.
21188
21189 Fri Jan 31 21:48:18 1992  Stu Grossman  (grossman at cygnus.com)
21190
21191         * config.sub (near case $os):  Don't convert newsos* to bsd!
21192
21193 Fri Jan 31 02:27:32 1992  John Gilmore  (gnu at cygnus.com)
21194
21195         * Makefile.in:  Reinstall change from gdb-4.3 that reduces
21196         the number of copies of COPYING that go into the GDB tar file.
21197
21198 Thu Jan 30 16:17:30 1992  Stu Grossman  (grossman at cygnus.com)
21199
21200         * bfd/configure.in, gdb/config/mh-i386sco,
21201         gdb/config/mt-i386v32, gdb/configure.in, readline/configure.in:
21202         Fix SCO configuration stuff.
21203
21204 Tue Jan 28 23:51:07 1992  Per Bothner  (bothner at cygnus.com)
21205
21206         * Makefile.in:  For libg++, make sure the -I pointing
21207         to the gcc directory goes *after* all the libg++-local -I flags.
21208         Also, move just-gcc dependency from just-libg++ to all-libg++.
21209
21210 Tue Jan 28 12:56:24 1992  Stu Grossman  (grossman at cygnus.com)
21211
21212         * configure:  Change -x to -f to keep Ultrix /bin/test happy.
21213
21214 Sat Jan 18 17:45:11 1992  Stu Grossman  (grossman at cygnus.com)
21215
21216         * Makefile.in (make-gdb.tar.Z):  Remove texinfo targets.
21217
21218 Sat Jan 18 17:03:21 1992  Fred Fish  (fnf at cygnus.com)
21219
21220         * config.sub:  Add stratus configuration frags.  Also
21221         submitted to FSF.
21222
21223 Sat Jan 18 15:35:29 1992  Stu Grossman  (grossman at cygnus.com)
21224
21225         * Makefile.in (DEV_SUPPORT):  add configure.man.
21226
21227         * config.sub(Decode manufacturer-specific):  add -none*.
21228
21229 Fri Jan 17 17:58:05 1992  Stu Grossman  (grossman at cygnus.com)
21230
21231         * Makefile.in:  remove form feeds to make Sun's make happy.
21232         (DEVO_SUPPORT):  DOC.configure => cfg-paper.texi.
21233
21234 Sat Jan  4 16:11:44 1992  John Gilmore  (gnu at cygnus.com)
21235
21236         * Makefile.in (AR_FLAGS):  Make quieter.
21237
21238 Thu Jan  2 22:57:12 1992  John Gilmore  (gnu at cygnus.com)
21239
21240         * configure.in:  Add libg++.
21241         * configure:  When verbose, don't output the command line at each
21242         level; it will be unremarkably the same as the previous version,
21243         which will be the same as what the user typed.
21244
21245 Fri Dec 27 16:26:47 1991  K. Richard Pixley  (rich at cygnus.com)
21246
21247         * configure.in, Makefile.in: fix clean-info, add flex.  add
21248           fileutils.
21249
21250         * configure: be less sensitive to spaces in Makefile.in.  Do not
21251           look for sources in "..".  Doing so breaks subdirectories that
21252           might have their own configure.  If a subdir has it's own
21253           configure script, use it.
21254
21255 Thu Dec 26 16:30:26 1991  K. Richard Pixley  (rich at cygnus.com)
21256
21257         * cfg-paper.texi: some changes suggested by rms.
21258
21259 Thu Dec 26 10:13:36 1991  Fred Fish  (fnf at cygnus.com)
21260
21261         * config.sub:  Merge in some small additions from the FSF version,
21262         taken from the gcc distribution, to bring the Cygnus and FSF
21263         versions into closer sync.
21264
21265 Fri Dec 20 11:34:18 1991  Fred Fish  (fnf at cygnus.com)
21266
21267         * configure.in:  Changed svr4 references to sysv4.
21268
21269 Thu Dec 19 15:54:29 1991  K. Richard Pixley  (rich at cygnus.com)
21270
21271         * configure: added -V for version number option.
21272
21273 Wed Dec 18 15:39:34 1991  K. Richard Pixley  (rich at cygnus.com)
21274
21275         * DOC.configure, cfg-paper.texi: revised, updated, and texinfo'd.
21276           renamed from DOC.configure to cfg-paper.texi.
21277
21278 Mon Dec 16 23:05:19 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
21279
21280         * configure, config.subr, config.sub: config.subr is now
21281           config.sub again.
21282
21283 Fri Dec 13 01:17:06 1991  K. Richard Pixley  (rich at cygnus.com)
21284
21285         * configure.texi: new file, in progress.
21286
21287         * Makefile.in: build info file and install the man page for
21288           configure.
21289
21290         * configure.man: new file, first cut.
21291
21292         * configure: find config.subr again now that configuration "none"
21293           has gone.  removed all traces of the -ansi option.  removed all
21294           traces of the -languages option.
21295
21296         * config.subr: resync from rms.
21297
21298 Wed Dec 11 22:25:20 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
21299
21300         * configure, config.sub, config.subr: merge config.sub into
21301           config.subr, call the result config.subr, remove config.sub, use
21302           config.subr.
21303
21304         * Makefile.in: revised install for dir.info.
21305
21306 Tue Dec 10 00:04:35 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
21307
21308         * configure.in: add decstation host makefile frag.
21309
21310         * Makefile.in: BISON now bison -y again.  also install-gcc on
21311           install.  clean-gdbm on clean.  infodir belongs in datadir.
21312           Make directories for info install.  Build dir.info here then
21313           install it.
21314
21315 Mon Dec  9 16:48:33 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
21316
21317         * Makefile.in: fix for bad directory tests.
21318
21319 Sat Dec  7 00:17:01 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
21320
21321         * configure: \{1,2\} appears to be a sysv'ism.  Use a different
21322           regexp.  -srcdir relative was being handled incorrectly.
21323
21324         * Makefile.in: unwrapped some for loops so that parallel makes
21325           work again and so one can focus one's attention on a particular
21326           package.
21327
21328 Fri Dec  6 00:22:08 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
21329
21330         * configure: added PWD as a stand in for `pwd` (for speed). use
21331           elif wherever possible.  make -srcdir work without -objdir.
21332           -objdir= commented out.
21333
21334 Thu Dec  5 22:46:52 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
21335
21336         * configure: +options become --options.  -subdirs commented out.
21337           added -host, -datadir.  Renamed -destdir to -prefix.  Comment in
21338           Makefile now at top of generated Makefile.  Removed cvs log
21339           entries.  added -srcdir.  create .gdbinit only if there is one
21340           in ${srcdir}.
21341
21342         * Makefile.in: idestdir and ddestdir go away.  Added copyrights
21343           and shift gpl to v2.  Added ChangeLog if it didn't exist. docdir
21344           and mandir now keyed off datadir by default.
21345
21346 Fri Nov 22 07:38:11 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
21347
21348         * Freshly created ChangeLog.
21349
21350 \f
21351 Local Variables:
21352 mode: change-log
21353 left-margin: 8
21354 fill-column: 76
21355 version-control: never
21356 End: