OSDN Git Service

PR libffi/46661
[pf3gnuchains/gcc-fork.git] / ChangeLog
1 2011-02-08  Tobias Burnus  <burnus@net-b.de>
2
3         * MAINTAINERS: Add myself as libquadmath maintainer.
4
5 2011-02-08  Thomas Schwinge  <thomas@schwinge.name>
6
7         * MAINTAINERS: Update my email address.
8
9 2011-02-07  Joseph Myers  <joseph@codesourcery.com>
10
11         * MAINTAINERS (option handling): Add self.
12
13 2011-02-06  Kai Tietz  <kai.tietz@onevision.com>
14
15         PR lto/47225
16         * Makefile.def: Add dependency for install-gcc
17         on install-lto-plugin.
18         * Makfile.in: Regenerated
19
20 2011-02-01  Sebastien Bourdeauducq  <sebastien@milkymist.org>
21
22         * MAINTAINERS (CPU Port Maintainers): Add myself.
23
24 2011-01-31  Alexandre Oliva  <aoliva@redhat.com>
25
26         PR libgcj/44341
27         * configure.ac: Discard --with-* flags for host when configuring
28         target libraries for cross build.
29         * configure: Rebuilt.
30
31 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
32
33         * MAINTAINERS (linear loop transforms): Removed.
34
35 2011-01-25  Jakub Jelinek  <jakub@redhat.com>
36
37         * config/cloog.m4 (CLOOG_REQUESTED): Use $2 if --without-cloog.
38         * configure.ac: If with_ppl is no, move setting with_cloog=no
39         after CLOOG_REQUESTED check.
40         * configure: Regenerated.
41
42 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
43
44         * configure.ac: Call AC_MSG_ERROR when PPL 0.11 is not present and
45         CLooG has been requested.
46         * configure: Regenerated.
47
48 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
49
50         * configure: Regenerated.
51         * configure.ac: Check for version 0.11 (or later revision) of PPL.
52
53 2011-01-25  Tobias Grosser  <grosser@fim.uni-passau.de>
54
55         * configure: Regenerated.
56         * configure.ac: Use CLOOG_CHECK_VERSION(0,16,1).
57
58 2011-01-21  Andreas Schwab  <schwab@redhat.com>
59
60         * configure.ac: Use AS_HELP_STRING throughout.
61         * configure: Regenerate.
62
63 2011-01-18  Jie Zhang  <jie.zhang@analog.com>
64
65         * configure.ac (bfin-*-*): Remove gdb from noconfigdirs.
66         * configure: Regenerate.
67
68 2011-01-13  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
69
70         * ltmain.sh (relink): Use absolute path when hardcoding with -L.
71
72 2011-01-13  Joel Brobecker  <brobecker@adacore.com>
73
74         * configure.ac: Remove readline, mmalloc, and gdb from noconfigdirs
75         for ia64-hpux.
76         * configure: Regenerate.
77
78 2011-01-10  Jan Hubicka  <jh@suse.cz>
79
80         * config/bootstrap-lto.mk: -fuse-linker-plugin is default now;
81         pass -fno-lto to STAGEprofile.
82
83 2011-01-07  Jan Hubicka  <jh@suse.cz>
84
85         PR lto/47225
86         * Makefile.in: Regenerate.
87         * Makefile.def (lto-plugin): Always pass enable-shared to the plugin
88         configure.
89
90 2011-01-07  Jan Hubicka  <jh@suse.cz>
91
92         * Makefile.in: Regenerate.
93         * Makefile.def (gcc host module) and soft dependency on lto-plugin
94         and configure dependency on lto-plugin configure.
95         (lto-plugin module): Remove dependency on GCC; add dependency on
96         liniberty.
97
98 2011-01-07  William Schmidt  <wschmidt@linux.vnet.ibm.com>
99
100         * MAINTAINERS (Write After Approval): Add myself.
101
102 2010-12-23  Hariharan Sandanagobalane <hariharan@picochip.com>
103
104         * configure: Regenerate.
105
106 2010-12-22  Hariharan Sandanagobalane <hariharan@picochip.com>
107
108         * configure.ac: (picochip): Disable libiberty.
109
110 2010-12-14  Kaushik Phatak  <kaushik.phatak@kpitcummins.com>
111
112         * MAINTAINERS (Write After Approval): Add myself.
113
114 2010-12-10  Ian Lance Taylor  <iant@google.com>
115
116         PR bootstrap/46819
117         * configure.ac: For --disable-libgcj clear libgcj_saved.
118         * configure: Rebuild.
119
120 2010-12-10  Tobias Burnus  <burnus@net-b.de>
121
122         PR fortran/46540
123         * configure.ac: Add --disable-libquadmath and
124         --disable-libquadmath-support.
125         * configure: Regenerate.
126
127 2010-12-03  Ian Lance Taylor  <iant@google.com>
128
129         * MAINTAINERS: Add myself as libgo maintainer.
130
131 2010-12-03  Hans-Peter Nilsson  <hp@axis.com>
132
133         PR libffi/46792
134         * configure.ac (cris-*-elf, crisv32-*-elf): Disable target-libffi.
135         * configure: Regenerate.
136
137 2010-12-02  Ian Lance Taylor  <iant@google.com>
138
139         * configure.ac: Always set default for poststage1_ldflags to
140         -static-libstdc++ -static-libgcc.
141
142 2010-11-29  Andreas Schwab  <schwab@redhat.com>
143
144         * configure.ac: Move comment to remove extra space in last argument
145         of GCC_TARGET_TOOL.
146
147 2010-11-26  Alexandre Oliva  <aoliva@redhat.com>
148
149         PR other/46026
150         * configure.ac (CXX_FOR_TARGET): Add -funconfigured-libstdc++-v3.
151         * Makefile.def (CXX_FOR_TARGET): Removed from flags_to_pass.
152         * Makefile.tpl (CXX_FOR_TARGET_FLAG_TO_PASS): New.
153         (BASE_FLAGS_TO_PASS): Use it.
154         * configure: Rebuilt.
155         * Makefile.in: Rebuilt.
156
157 2010-11-23  H.J. Lu  <hongjiu.lu@intel.com>
158
159         PR binutils/12258
160         * configure.ac: Correct comments for --enable-gold/--enable-ld.
161         Properly check default linker.
162         * configure: Regnerated.
163
164 2010-11-23  Matthias Klose  <doko@ubuntu.com>
165
166         * configure.ac: For --enable-gold, handle value `default' instead of
167         `both*'.   New configure option --{en,dis}able-ld.
168         * configure: Regenerate.
169
170 2010-11-20  Ian Lance Taylor  <iant@google.com>
171
172         * configure.ac: Only disable a language library if no language needs
173         it.  Don't let --disable-libgcj uncondtionally disable libffi.
174         * configure: Rebuild.
175
176 2010-11-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
177
178         * Makefile.in: Regenerate.
179
180         PR other/46202
181         * configure.ac: Fix just-built in-tree STRIP name to be
182         binutils/strip-new.
183         * configure: Regenerate.
184         * Makefile.def (install-strip-gcc, install-strip-binutils)
185         (install-strip-opcodes, install-strip-ld, install-strip-itcl)
186         (install-strip-sid): Mirror dependencies on non-strip variants
187         of these targets on the respective -strip prerequisites.
188         * Makefile.tpl (install-strip, install-strip-host)
189         (install-strip-target): New targets.
190         (install-strip-[+module+], install-strip-target-[+module+]):
191         New targets.
192         * Makefile.in: Regenerate.
193
194 2010-11-19  Ian Lance Taylor  <iant@google.com>
195             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
196
197         * configure.ac: Add target-libgo to target_libraries.  Set
198         and substitute GOC_FOR_BUILD and GOC_FOR_TARGET.
199         * Makefile.tpl (BUILD_EXPORTS): Add GOC and GOCFLAGS.
200         (HOST_EXPORTS): Add GOC.
201         (BASE_TARGET_EXPORTS): Add GOC.
202         (GOC_FOR_BUILD, GOCFLAGS, GOC_FOR_TARGET): New variables.
203         (GOCFLAGS_FOR_TARGET): New variable.
204         (EXTRA_HOST_FLAGS): Add GOC.
205         (EXTRA_TARGET_FLAGS): Add GOC and GOCFLAGS.
206         * Makefile.def (target_modules): Add libgo.
207         (flags_to_pass): Add GOC_FOR_TARGET and GOCFLAGS_FOR_TARGET.
208         (dependencies): Add dependency from configure-target-libgo to
209         configure-target-libffi and all-target-libstdc++-v3.  Add
210         dependencies from all-target-libgo to all-target-libffi.
211         (languages): Add go.
212         * configure: Rebuild.
213         * Makefile.in: Rebuild.
214
215 2010-11-19  Ian Lance Taylor  <iant@google.com>
216
217         * config-ml.in: Add Go support: treat GOC and GOCFLAGS like other
218         compiler/flag environment variables.
219
220 2010-11-18  Ian Lance Taylor  <iant@google.com>
221
222         * configure.ac: Check for lang_requires_boot_languages in
223         config-lang.in files.
224         * configure: Rebuild.
225
226 2010-11-16  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
227             Tobias Burnus  <burnus@net-b.de>
228
229         PR fortran/32049
230         * Makefile.def: Add libquadmath; build it with language=fortran.
231         * configure.ac: Add libquadmath.
232         * Makefile.tpl: Handle multiple libs in check-[+language+].
233         * Makefile.in: Regenerate.
234         * configure: Regenerate.
235
236 2010-11-16  Tom Tromey  <tromey@redhat.com>
237
238         * MAINTAINERS: Moved myself to reviewers section.
239
240 2010-11-15  Zdenek Dvorak  <ook@ucw.cz>
241
242         * MAINTAINERS: Moved myself to reviewers section.
243
244 2010-11-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
245
246         * MAINTAINERS (Various Maintainers): Add self for build machinery.
247         (Write After Approval): Remove self.
248
249 2010-11-15  Andreas Schwab  <schwab@redhat.com>
250
251         * configure.ac: Fix spelling in option names.
252         * configure: Regenerated.
253
254 2010-11-13  Georg-Johann Lay  <georgjohann@web.de>
255
256         PR bootstrap/39622
257         * configure.ac (FLAGS_FOR_TARGET): Add include-fixed path.
258         * configure: Regenerated.
259
260 2010-11-13  Kaveh R. Ghazi  <ghazi@gcc.gnu.org>
261
262         * MAINTAINERS: Update my email address.
263
264 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
265
266         * configure: Regenerate.
267
268 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
269
270         * configure: Regenerate.
271
272 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
273
274         * configure: Regenerate.
275
276 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
277
278         * configure: Regenerate.
279
280 2010-11-11  Andreas Simbuerger  <simbuerg@fim.uni-passau.de>
281
282         * configure.ac: Support official CLooG.org versions.
283         * configure: Regenerate.
284         * config/cloog.m4: New.
285
286 2010-11-10  François Dumont  <francois.cppdevs@free.fr>
287
288         * MAINTAINERS (Write After Approval): Add myself.
289
290 2010-11-09  David Edelsohn  <dje.gcc@gmail.com>
291
292         * MAINTAINERS: Update my email address.
293
294 2010-11-04  Iain Sandoe  <iains@gcc.gnu.org>
295
296         * configure.ac (*-*-darwin*): Use mh-darwin for all Darwin variants.
297         * configure: Regenerate.
298
299 2010-11-03  Ian Lance Taylor  <iant@google.com>
300             Dave Korn  <dave.korn.cygwin@gmail.com>
301
302         PR lto/46273
303         * configure.ac: Remove libelf tests.  Build lto-plugin on ELF always
304         and on other supported platforms whenever LTO is enabled.
305         * configure: Rebuild.
306
307 2010-11-02  Alan Modra  <amodra@gmail.com>
308
309         PR binutils/12110
310         * configure.ac: Error when source path contains spaces.
311         * configure: Regenerate.
312
313 2010-10-23  James E. Wilson  <wilson@codesourcery.com>
314
315         * MAINTAINERS: Update my email address.
316
317 2010-10-20  Ian Lance Taylor  <iant@google.com>
318
319         * Makefile.def (target_modules): Set lib_path to src/.libs for
320         libstdc++-v3 module.
321         * Makefile.tpl: Fix typo in TARGET_LIB_PATH comment.
322         * Makefile.in: Rebuild.
323
324 2010-10-18  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
325
326         * MAINTAINERS (Reviewers): Add myself for gengtype/GTY.
327         (Write After Approval): Remove myself.
328
329 2010-10-15  Tristan Gingold  <gingold@adacore.com>
330
331         * MAINTAINERS (OS Port Maintainers): Add myself for VMS.
332
333 2010-10-14  Douglas Rupp  <rupp@gnat.com>
334
335         * MAINTAINERS (OS Port Maintainers): Add myself for VMS.
336
337 2010-10-07  Dave Korn  <dave.korn.cygwin@gmail.com>
338
339         * configure.ac (build_lto_plugin): New shell variable.
340         (--enable-lto): Turn on by default for all non-ELF platforms that
341         have had LTO support added so far.  Set build_lto_plugin appropriately
342         for both ELF and non-ELF.
343         (configdirs): Add lto-plugin or not based on build_lto_plugin.
344         * configure: Regenerate.
345
346 2010-10-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
347
348         Sync from src:
349         * configure.ac (v850 support): Remove target-libgloss from
350         noconfigdirs.
351         * configure: Regenerate.
352
353 2010-10-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
354
355         PR bootstrap/45326
356         PR bootstrap/45174
357         * configure.ac: Honor initial values of $build_configargs,
358         $host_configargs, $target_configargs.  Mark the precious, so
359         environment settings get recorded.
360         * configure: Regenerate.
361
362 2010-09-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
363
364         PR bootstrap/45796
365         * Makefile.def (info-gcc, dvi-gcc, pdf-gcc, html-gcc):
366         Depend on all-build-libiberty.
367         * Makefile.in: Regenerate.
368
369 2010-09-30  Michael Eager  <eager@eagercon.com>
370
371         * configure.ac (microblaze): Add target-libssp to noconfigdirs.
372         * configure: Regenerate.
373
374 2010-09-28  Michael Eager  <eager@eagercon.com>
375
376         * MAINTAINERS (CPU Port Maintainers): Add myself for MicroBlaze port.
377
378 2010-06-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
379
380         PR bootstrap/44621
381         * configure.ac: Fix unportable shell quoting.
382         * configure: Regenerate.
383
384 2010-09-21  Iain Sandoe  <iains@gcc.gnu.org>
385
386         * configure.ac (enable-lto): Add Darwin to the list of supported lto
387         targets and amend comment.
388         * configure: Regenerate.
389
390 2010-09-15  Tejas Belagod  <tejas.belagod@arm.com>
391
392         * MAINTAINERS (Write After Approval): Add myself.
393
394 2010-09-03  Jack Howarth <howarth@bromo.med.uc.edu>
395
396         * configure.ac: Enable LTO by default on Darwin.
397         * configure: Regenerate.
398
399 2010-09-02  Marcus Shawcroft  <marcus.shawcroft@arm.com>
400
401         * MAINTAINERS (Write After Approval): Add myself.
402
403 2010-09-01  Ian Bolton  <ian.bolton@arm.com>
404
405         * MAINTAINERS (Write After Approval): Add myself.
406
407 2010-08-25  Danny Smith  <dannysmith@users.sourceforge.net>
408
409         * MAINTAINERS (OS Port Maintainers): Remove myself from windows
410         ports
411
412 2010-07-28  David Yuste  <david.yuste@gmail.com>
413
414         * MAINTAINERS (Write After Approval): Add myself.
415
416 2010-07-26  Naveen.H.S  <naveen.S@kpitcummins.com>
417
418         * configure.ac: Support all v850 targets.
419         * configure: Regenerate.
420
421 2010-07-23  Marc Glisse <marc.glisse@normalesup.org>
422
423         PR bootstrap/44455
424         * configure.ac (extra_mpfr_configure_flags): Copy from
425         extra_mpc_gmp_configure_flags.
426         * configure: Re-generated.
427
428 2010-07-22  Andi Kleen  <ak@linux.intel.com>
429
430         * MAINTAINERS (Write After Approval): Add myself.
431
432 2010-07-22  Chung-Lin Tang  <cltang@codesourcery.com>
433
434         * MAINTAINERS (Write After Approval): Add myself.
435
436 2010-07-20  Jeffrey Yasskin  <jyasskin@google.com>
437
438         * MAINTAINERS (Write After Approval): Add myself.
439
440 2010-07-17  Jack Howarth  <howarth@bromo.med.uc.edu>
441
442         PR target/44862
443         * Makefile.tpl (POSTSTAGE1_CXX_EXPORT):
444         Provide -B option to allow for link spec %s substitutions for
445         libstdc++.a on darwin.
446         * Makefile.in: Regenerate.
447
448 2010-07-10  Mikael Morin  <mikael@gcc.gnu.org>
449
450         * MAINTAINERS (Reviewers): Update my e-mail address
451
452 2010-06-10  Alexandre Oliva  <aoliva@redhat.com>
453
454         * Makefile.def (configure-gcc): Depend on all-libelf.
455         * Makefile.in: Rebuild.
456
457 2010-06-05  Fabien Chêne  <fabien@gcc.gnu.org>
458
459         * MAINTAINERS (Write After Approval): Add myself in the right place.
460
461 2010-06-04  Fabien Chêne  <fabien@gcc.gnu.org>
462
463         * MAINTAINERS (Write After Approval): Add myself.
464
465 2010-05-25  Sterling Augustine  <sterling@tensilica.com>
466
467         * MAINTAINERS (CPU Port Maintainers): Add myself for xtensa port.
468
469 2010-05-25  Maxim Kuvyrkov  <maxim@codesourcery.com>
470
471         * config.sub: Update to version 2010-05-21.
472         * config.guess: Update to version 2010-04-03.
473
474 2010-05-18  Steven Bosscher  <steven@gcc.gnu.org>
475
476         * configure.ac (--enable-lto): All *-apple-darwin* now support LTO.
477         * configure: Regenerate.
478
479 2010-05-12  Sriraman Tallam  <tmsriram@google.com>
480
481         * MAINTAINERS (Write After Approval): Add myself.
482
483 2010-05-07  Steven Bosscher  <steven@gcc.gnu.org>
484
485         * configure.ac (--enable-lto): Add x86_64-apple-darwin* as
486         a platform that supports LTO.
487         * configure: Regenerate.
488
489 2010-05-05  Sebastian Pop  <sebastian.pop@amd.com>
490
491         * configure.ac: Allow all the versions greater than 0.10 of PPL.
492         * configure: Regenerated.
493
494 2010-04-27  Roland McGrath  <roland@redhat.com>
495             H.J. Lu  <hongjiu.lu@intel.com>
496
497         * configure.ac (--enable-gold): Support both, both/gold and
498         both/bfd to add gold to configdirs without removing ld.
499         * configure: Regenerated.
500
501         * Makefile.def: Add install-gold dependency to install-ld.
502         * Makefile.in: Regenerated.
503
504 2010-04-27  Dave Korn  <dave.korn.cygwin@gmail.com>
505
506         PR lto/42776
507         * configure.ac (--enable-lto): Refactor handling so libelf tests
508         are only performed inside then-clause of ACX_ELF_TARGET_IFELSE,
509         and allow LTO to be explicitly enabled on non-ELF platforms that
510         are known to support it inside else-clause.
511         * configure: Regenerate.
512
513 2010-04-20  Eric Botcazou  <ebotcazou@adacore.com>
514
515         * configure.ac (BUILD_CONFIG): Redirect output to /dev/null.
516         * configure: Regenerate.
517
518 2010-04-17  Ralf Corsépius  <ralf.corsepius@rtems.org>
519
520         * configure.ac (*-*-rtems*): Add target-libiberty to $skipdirs.
521         * configure: Regenerate.
522
523 2010-04-16  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
524
525         * configure.ac: Check for elf_getshdrstrndx or elf_getshstrndx
526         separately.
527         * configure: Regenerate.
528
529 2010-04-16  Kevin Williams  <kevin.williams@inria.fr>
530
531         * MAINTAINERS (Write After Approval): Add myself.
532
533 2010-04-14  Tristan Gingold  <gingold@adacore.com>
534
535         * configure.ac (alpha*-*-*vms*): Remove ld from noconfigdirs.
536         * configure: Regenerate.
537
538 2010-04-13  Steve Ellcey  <sje@cup.hp.com>
539
540         * configure: Regenerate after change to elf.m4.
541
542 2010-04-06  Iain Sandoe  <iains@gcc.gnu.org>
543
544         * MAINTAINERS (Write After Approval): Add myself.
545
546 2010-04-02  Sebastian Pop  <sebastian.pop@amd.com>
547
548         * configure.ac: Add brackets around AC_TRY_COMPILE alternative.
549         * configure: Regenerated.
550
551 2010-04-02  Sebastian Pop  <sebastian.pop@amd.com>
552
553         * configure.ac: Print "buggy but acceptable" when CLooG
554         revision is less than 9.
555         * configure: Regenerated.
556
557 2010-04-01  Diego Novillo  <dnovillo@google.com>
558
559         * MAINTAINERS (Plugin): Add myself and Le-Chun Wu.
560
561 2010-04-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
562
563         PR bootstrap/43615
564         PR bootstrap/43328
565
566         Revert:
567
568         2010-03-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
569
570         * configure.ac: Do not pass --enable-multilib nor
571         --disable-multilib in baseargs.  Accept explicitly passed
572         --enable_multilib.
573         * configure: Regenerate.
574
575 2010-03-31  Ulrich Weigand  <uweigand@de.ibm.com>
576
577         * MAINTAINERS (CPU Port Maintainers): Add myself for spu port.
578
579 2010-03-31  Janis Johnson  <janis187@us.ibm.com>
580
581         * MAINTAINERS: Remove myself.
582
583 2010-03-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
584
585         PR bootstrap/43328
586         * configure.ac: Do not pass --enable-multilib nor
587         --disable-multilib in baseargs.  Accept explicitly passed
588         --enable_multilib.
589         * configure: Regenerate.
590
591 2010-03-28  Andrew Pinski  <pinskia@gmail.com>
592
593         * MAINTAINERS (spu port): Remove me.
594
595 2010-03-23  Joseph Myers  <joseph@codesourcery.com>
596
597         * configure.ac (tic6x-*-*): New case.
598         * configure: Regenerate.
599
600 2010-03-23  Joseph Myers  <joseph@codesourcery.com>
601
602         * config.sub: Update to version 2010-03-22.
603         * config.guess: Update to version 2009-12-30.
604
605 2010-03-19  Jack Howarth  <howarth@bromo.med.uc.edu>
606
607         PR ada/42554
608         * configure.ac: Only pass -c to ranlib for darwin9 and earlier.
609         * configure: Regenerate.
610
611 2010-03-18  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
612
613         * MAINTAINERS: Update my email address.
614
615 2010-03-17  Sebastian Pop  <sebastian.pop@amd.com>
616
617         * MAINTAINERS (dwarak.rajagopal@amd.com): Removed.
618         (ghassan.shobaki@amd.com): Removed.
619
620 2010-03-17  Alan Modra  <amodra@gmail.com>
621
622         * MAINTAINERS: Update my email address.
623
624 2010-03-16  Diego Novillo  <dnovillo@google.com>
625
626         * MAINTAINERS: Remove Dan Hipschman, William Maddox and Chris
627         Matthews.
628
629 2010-03-16  Joseph Myers  <joseph@codesourcery.com>
630
631         * MAINTAINERS (Write After Approval): Remove Jim Blandy, Daniel
632         Gutson, Jeffrey D. Oldham and Mark Shinwell.
633
634 2010-03-16  Joseph Myers  <joseph@codesourcery.com>
635
636         * MAINTAINERS: Update my email address.
637
638 2010-03-16  Daniel Jacobowitz  <dan@codesourcery.com>
639
640         * MAINTAINERS: Update my email address.
641
642 2010-03-15  Bernd Schmidt  <bernds@codesourcery.com>
643
644         * MAINTAINERS: Update my email address.
645
646 2010-03-09  Jie Zhang  <jie@codesourcery.com>
647
648         * MAINTAINERS: Update my email address.
649
650 2010-03-01  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
651
652         PR libstdc++/32499
653         * configure.ac (RANLIB): Default to true.
654         (STRIP): Likewise.
655         (RANLIB_FOR_TARGET): Remove superfluous : argument.
656         * configure: Regenerate.
657
658 2010-02-17  Rafael Ávila de Espíndola  <espindola@google.com>
659
660         * MAINTAINERS (Plugin, LTO, LTO plugin): Remove myself.
661         (Write After Approval): Update my email address.
662
663 2010-02-17  Nick Clifton  <nickc@redhat.com>
664
665         PR 11238
666         * Makefile.tpl (local-distclean): Also remove config.cache files in
667         sub-directories as there may not be Makefiles present in the
668         sub-directories.
669         * Makefile.tpl: Use "-exec rm {}" rather than "-delete" to delete
670         the config.cache files found by the find command.
671
672         * Makefile.in: Regenerate.
673         * configure.ac: Revert previous delta.
674         * configure: Regenerate.
675
676 2010-02-15  Nick Clifton  <nickc@redhat.com>
677
678         PR 11238
679         * configure.ac: Delete config.cache files in sub-directories when
680         deleting Makefiles.
681         * configure: Regenerate.
682
683 2010-02-12  Ben Elliston  <bje@gnu.org>
684
685         * MAINTAINERS: Update my email address.
686
687 2010-02-08  Andrew Pinski  <pinskia@gmail.com>
688
689         * MAINTAINERS (spu port): Update my email address.
690
691 2010-02-08  Jie Zhang  <jie.zhang@analog.com>
692
693         * MAINTAINERS: Add myself as a maintainer for the bfin port.
694
695 2010-01-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
696
697         * configure.ac: Add "recommended" version checks for GMP/MPC.
698         Update recommended GMP/MPFR/MPC versions.
699         * configure: Regenerate.
700
701 2010-01-31  Joern Rennecke  <joern.rennecke@embecosm.com>
702
703         * MAINTAINERS: Move my Embecosm email address into the
704         write-after-approval section.
705
706 2010-01-26  Ian Lance Taylor  <iant@google.com>
707
708         * MAINTAINERS: Add myself as Go frontend maintainer.
709
710 2010-01-25  Joern Rennecke  <amylaar@spamcop.net>
711
712         PR libstdc++/36101, PR libstdc++/42813
713         * configure.ac (bootstrap_target_libs): Make inclusion of
714         target-libgomp conditional on libgomb being in target_configdirs.
715         * configure: Regenerate.
716
717 2010-01-23  Joern Rennecke  <amylaar@spamcop.net>
718
719         PR libstdc++/36101, PR libstdc++/42813
720         * configure.ac (bootstrap_target_libs): Include target-libgomp.
721         * configure: Regenerate.
722
723 2010-01-22  Joern Rennecke  <amylaar@spamcop.net>
724
725         PR libstdc++/36101, PR libstdc++/42813
726         * configure.ac (target_configdirs): Substitute.
727         * Makefile.def: Bootstrap target module libgomp.
728         Add dependency of all-target-libstdc++-v3 on configure-target-libgomp.
729         * Makefile.tpl (TARGET_CONFIGDIRS): New makefile variable.
730         (BASE_TARGET_EXPORTS): Export TARGET_CONFIGDIRS.
731         * configure, Makefile.in: Regenerate.
732
733 2010-01-21  Dave Korn  <dave.korn.cygwin@gmail.com>
734
735         * MAINTAINERS: Adjust my details.
736
737 2010-01-20  Eric B. Weddington  <eric.weddington@atmel.com>
738
739         * MAINTAINERS (CPU Port Maintainers): Add myself for avr port.
740
741 2010-01-18  Thierry Lafage  <thierry.lafage@inria.fr>
742
743         * MAINTAINERS: reindented my entry with tabs instead of spaces.
744
745 2010-01-15  Thierry Lafage  <thierry.lafage@inria.fr>
746
747         * MAINTAINERS (Write After Approval): Add myself.
748
749 2010-01-15  Konrad Trifunovic  <konrad.trifunovic@inria.fr>
750
751         * MAINTAINERS (Write After Approval): Add myself.
752
753 2010-01-11  Richard Guenther  <rguenther@suse.de>
754
755         PR lto/41569
756         * Makefile.def (all-lto-plugin): Depend on all-gcc.
757         * Makefile.in: Regenerated.
758
759 2010-01-11  Andreas Tobler  <andreast@fgznet.ch>
760
761         * configure.ac: Enable libjava build on x86_64-*freebsd*.
762         * configure: Regenerate.
763
764 2010-01-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
765             Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
766
767         PR bootstrap/42424
768         * configure.ac: Include libtool m4 files.
769         (_LT_CHECK_OBJDIR): Call it.
770         (extra_mpc_mpfr_configure_flags, extra_mpc_gmp_configure_flags,
771         gmplibs, ppllibs, clooglibs): Use $lt_cv_objdir.
772
773         * configure: Regenerate.
774
775 2010-01-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
776
777         PR bootstrap/41818
778         * Makefile.tpl (BASE_TARGET_EXPORTS): Only add TARGET_LIB_PATH
779         to $(RPATH_ENVVAR) if bootstrapping.  Fix typo in comment.
780         * Makefile.in: Regenerate.
781
782 2010-01-02  Richard Guenther  <rguenther@suse.de>
783
784         PR lto/41529
785         * configure.ac: Include config/elf.m4.  Disable LTO if not
786         builting for an elf target.
787         * configure: Regenerate.
788
789 2009-12-27  Christopher Faylor  <me+cygwin@cgf.cx>
790
791         * MAINTAINERS: Change my email address.
792
793 2009-12-18  Ben Elliston  <bje@au.ibm.com>
794
795         * config.sub, config.guess: Update from upstream sources.
796
797 2009-12-07  Shujing Zhao  <pearly.zhao@oracle.com>
798
799         * MAINTAINERS (Write After Approval): Add myself.
800
801 2009-12-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
802
803         PR middle-end/30447
804         PR middle-end/30789
805         PR other/40302
806
807         * configure.ac: Require MPC.
808         * configure: Regenerate.
809
810 2009-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
811
812         PR target/38384
813         PR bootstrap/40972
814         * libtool.m4: Sync from git Libtool.
815         * ltoptions.m4: Likewise.
816         * ltversion.m4: Likewise.
817         * lt~obsolete.m4: Likewise.
818         * ltmain.sh: Likewise.
819
820 2009-11-30  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
821
822         * configure.ac: Update minimum MPC version to 0.8.
823         * configure: Regenerate.
824
825 2009-11-21  Sebastian Pop  <sebpop@gmail.com>
826
827         * configure.ac: Check for version 0.15.5 or later revision of CLooG.
828         * configure: Regenerated.
829
830 2009-11-21  Ian Lance Taylor  <iant@google.com>
831
832         * configure.ac: Change default of poststage1_ldflags to be empty if
833         poststage1_libs is set.  When poststage1_libs is empty, and
834         ENABLE_BUILD_WITH_CXX is set, add -static-libgcc.
835         * configure: Rebuild.
836
837 2009-11-21  Adam Nemet  <adambnmet@gmail.com>
838
839         * MAINTAINERS (Write After Approval): Update my email address.
840
841 2009-11-20  Ben Elliston  <bje@au.ibm.com>
842
843         * config.guess: Update from upstream sources.
844
845 2009-11-16  Alexandre Oliva  <aoliva@redhat.com>
846
847         * Makefile.def: Restore host and target settings for gmp.
848         * Makefile.in: Rebuild.
849
850 2009-11-16  Alexandre Oliva  <aoliva@redhat.com>
851
852         * configure.ac: Add libelf to host_libs.  Enable in-tree configury
853         of ppl and cloog.  Fix in-tree configury of libelf, skip tests.
854         Fix portability of test of C++ as bootstrap language.  Add
855         ppl/src/ppl-config.o to the bootstrap compare exclusion list.
856         * configure: Rebuild.
857         * Makefile.def: Drop host and target settings from gmp, mpfr, ppl,
858         and cloog.  Fix in-tree ppl configuration.  Introduce libelf
859         in-tree building.
860         * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): New.
861         (POSTSTAGE1_HOST_EXPORTS): Use it.
862         (STAGE[+id+]_CXXFLAGS): New.
863         (BASE_FLAGS_TO_PASS): Pass it down.
864         (configure-stage[+id+]-[+prefix+][+module+]): Use it.  Add
865         extra_exports.
866         (all-stage[+id+]-[+prefix+][+module+]): Likewise.
867         (configure-[+prefix+][+module+], all-[+prefix+][+module+]): Add
868         extra_exports.
869         * Makefile.in: Rebuild.
870
871 2009-11-17  Ben Elliston  <bje@au.ibm.com>
872
873         * config.sub, config.guess: Update from upstream sources.
874
875 2009-11-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
876
877         * MAINTAINERS (Write After Approval): Add myself.
878
879 2009-11-09  Jon Beniston  <jon@beniston.com>
880
881         * MAINTAINERS (Write After Approval): Add myself.
882
883 2009-11-06  Ozkan Sezer  <sezeroz@gmail.com>
884
885         * configure.ac (FLAGS_FOR_TARGET):  Add -L and -isystem
886         paths for *-w64-mingw* and x86_64-*mingw*.
887         * configure: Regenerated.
888
889 2009-11-05  Joern Rennecke  <amylaar@spamcop.net>
890
891         * MAINTAINERS (Write After Approval): Add entry for my INRIA work.
892
893 2009-11-02  Benjamin Kosnik  <bkoz@redhat.com>
894
895         * MAINTAINERS: Add Jonathan Wakely under Various Maintainers, move
896         Phil Edwards to Write-After Approval.
897
898 2009-10-30  Kai Tietz  <kai.tietz@onevision.com>
899
900         * configure.ac: Disable target-winsup & co for
901         x86_64-*-mingw* and *-w64-mingw* targets.
902         * configure: Regenerated.
903
904 2009-10-16  Nick Clifton  <nickc@redhat.com>
905
906         * MAINTAINERS: Add myself as a maintainer for the RX port.
907
908 2009-10-26  Johannes Singler  <singler@kit.edu>
909
910         * MAINTAINERS (Write After Approval): Update my e-mail address.
911
912 2009-10-23  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
913
914         * configure.ac (CLooG test): Use = with test.
915         * configure: Regenerate.
916
917 2009-10-22  Richard Guenther  <rguenther@suse.de>
918
919         * configure.ac: Do not set LIBS for ppl/cloog checks.  Disable
920         cloog if the ppl version check failed.  Move flags saving
921         before setting in libelf check.
922         * configure: Regenerate.
923
924 2009-10-21  Richard Guenther  <rguenther@suse.de>
925
926         * configure.ac: Adjust the ppl and cloog configure to work as
927         documented.  Disable cloog if ppl was disabled.  Omit the version
928         checks if they were disabled.
929         * configure: Re-generate.
930
931 2009-10-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
932
933         * configure.ac: Add 'lto' to enable_languages, not
934         new_enable_languages, and only if not already present.
935         * configure: Regenerate.
936
937 2009-10-10  Gerald Pfeifer  <gerald@pfeifer.com>
938
939         * README: Refer to the various COPYING* files instead of just
940         COPYING.
941         Refer to http://gcc.gnu.org/bugs/ for bug reporting instructions.
942
943 2009-10-07  Rafael Avila de Espindola  <espindola@google.com>
944
945         * MAINTAINERS: Change my email address. Change plugi-in to plugin.
946         
947 2009-10-07  Richard Guenther  <rguenther@suse.de>
948
949         * MAINTAINERS (LTO): List Diego Novillo, Rafael Avila de Espindola,
950         and Richard Guenther as reviewers.
951         (LTO plugin): List Rafael Avila de Espindola and Cary Coutant
952         as reviewers.
953
954 2009-10-07  Hariharan Sandanagobalane  <hariharan@picochip.com>
955
956         * config.sub: Update from upstream sources.
957
958 2009-10-06  Ian Lance Taylor  <iant@google.com>
959
960         * Makefile.def: check-gold depends upon all-gas.
961         * Makefile.in: Rebuild.
962
963 2009-10-05  Phil Muldoon  <pmuldoon@redhat.com>
964
965         * MAINTAINERS (Write After Approval): Add myself.
966
967 2009-10-03  2009-02-05  Rafael Avila de Espindola  <espindola@google.com>
968
969         * Makefile.def: all-lto-plugin depends on all-libiberty.
970         set bootstrap=true for lto-plugin.
971         Add lto-plugin.
972         * Makefile.in: Regenerate.
973         * configure.ac (host_libs): Add lto-plugin.
974         * configure: Regenerate.
975
976 2009-10-03  Diego Novillo  <dnovillo@google.com>
977
978         * Makefile.tpl (HOST_EXPORTS): Add LIBELFLIBS and LIBELFINC.
979         (HOST_LIBELFLIBS): Define.
980         (HOST_LIBELFINC): Define.
981         * Makefile.in: Regenerate.
982         * configure.ac: Add --enable-lto.
983         Add --with-libelf, --with-libelf-include and --with-libelf-lib.
984         If --enable-lto is used, add 'lto' to new_enable_languages.
985         If --enable-lto is used and gold is enabled, add
986         lto-plugin to configdirs.
987         * configure: Regenerate.
988
989 2009-10-03  Simon Baldwin  <simonb@google.com>
990
991         * configure.ac: If --with-system-zlib, suppress local zlib and
992         pass --with-system-zlib to subdir configure scripts.
993         * configure: Regenerate.
994
995 2009-10-01  Loren J. Rittle  <ljrittle@acm.org>
996             Paolo Bonzini  <bonzini@gnu.org>
997
998         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Use $$s rather than
999         $(srcdir).
1000         * Makefile.in: Rebuilt.
1001
1002 2009-09-26  Gary Funck  <gary@intrepid.com>
1003
1004         * MAINTAINERS (Write After Approval): Add myself.
1005
1006 2009-09-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1007
1008         * configure.ac: Update minimum MPC version to 0.7.
1009         * configure: Regenerate.
1010
1011 2009-09-25  Nick Clifton  <nickc@redhat.com>
1012
1013         * configure.ac: Pass any --cache-file=/dev/null option on to
1014         subconfigures.
1015         * configure: Regenerate.
1016
1017 2009-09-23  Nick Clifton  <nickc@redhat.com>
1018
1019         * config.sub, config.guess: Update from upstream sources.
1020
1021 2009-09-22  Loren J. Rittle  <ljrittle@acm.org>
1022
1023         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Remove stray $$r/.
1024         * Makefile.in: Rebuilt.
1025
1026 2009-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1027
1028         PR bootstrap/32272
1029         * configure.ac: Error out if $srcdir isn't '.' but contains
1030         host-${host_noncanonical}.
1031         * configure: Regenerate.
1032
1033 2009-09-22  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1034
1035         * MAINTAINERS (OS Port Maintainers): Add myself as Solaris
1036         maintainer.
1037
1038 2009-09-21  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1039
1040         * configure.ac: If bootstrapping a combined tree with
1041         --enable-gold, require c++ in stage1_languages.
1042         * configure: Regenerate.
1043
1044         * configure.ac: Also add target_libs of stage1_languages to
1045         bootstrap_target_libs.
1046         * configure: Regenerate.
1047
1048         * configure.ac: Diagnose --enable-build-with-cxx bootstrap
1049         with --enable-languages not containing c++.
1050         * configure: Regenerate.
1051
1052 2009-09-15  Jie Zhang  <jie.zhang@analog.com>
1053
1054         * configure.ac: Disable java and boehm-gc for bfin-*-*.
1055         * configure: Regenerate.
1056
1057 2009-09-12  Joern Rennecke  <joern.rennecke@embecosm.com>
1058
1059         * MAINTAINERS (Write After Approval): Update my e-mail address,
1060         and move from from here...
1061         (Waiting for paperwork): To here.
1062
1063 2009-09-09  Joseph Myers  <joseph@codesourcery.com>
1064
1065         * MAINTAINERS (Reviewers): Add self as driver reviewer.
1066
1067 2009-09-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1068
1069         * configure.ac: Do not use $extrasub for replacing @if/@endif
1070         parts in Makefile; instead, use additional arguments to
1071         AC_CONFIG_COMMANDS to do the replacement manually, with several
1072         sed invocations, to avoid HP-UX sed command limits.
1073         * configure: Regenerate.
1074
1075 2009-09-08  Alexandre Oliva  <aoliva@redhat.com>
1076
1077         * libtool.m4 (output_verbose_link_cmd): Require leading blank, and
1078         blank before -L.
1079
1080 2009-09-04  Alexandre Oliva  <aoliva@redhat.com>
1081
1082         * configure.ac (with-build-config): Document.  Handle without.
1083         Handle missing argument.
1084         * configure: Rebuilt.
1085
1086 2009-09-03  Alexandre Oliva  <aoliva@redhat.com>
1087
1088         * configure.ac (--with-build-config): New.  Set BUILD_CONFIG.
1089         Default to bootstrap-debug only if compare-debug works.
1090         * configure: Rebuilt.
1091         * Makefile.tpl: Make BUILD_CONFIG configure-configurable.
1092         * Makefile.in: Rebuilt.
1093
1094 2009-09-02  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1095
1096         * MAINTAINERS (OS Port Maintainers): Update my email address.
1097
1098 2009-09-01  Alexandre Oliva  <aoliva@redhat.com>
1099
1100         * Makefile.tpl (BUILD_CONFIG): Default to bootstrap-debug.
1101         * Makefile.in: Rebuilt.
1102
1103 2009-09-01  Chris Demetriou  <cgd@google.com>
1104
1105         * MAINTAINERS (Write After Approval): Add myself.
1106
1107 2009-08-31  Dodji Seketeli  <dodji@redhat.com>
1108
1109         PR debug/30161
1110         * include/dwarf2.h (enum dwarf_tag): Added
1111         DW_TAG_GNU_template_template_param
1112         (enum dwarf_attribute): Added DW_AT_GNU_template_name.
1113
1114 2009-08-30  Paolo Bonzini  <bonzini@gnu.org>
1115
1116         * Makefile.tpl (AWK): Fix typo.
1117         * Makefile.in: Regenerate.
1118
1119 2009-08-30  Paolo Bonzini  <bonzini@gnu.org>
1120
1121         * configure.ac: Detect awk and sed.
1122         * Makefile.def (flags_to_pass): Add AWK and SED.
1123         * Makefile.tpl (AWK, SED): New.
1124         (BASE_FLAGS_TO_PASS): Add AWK and SED.
1125         * configure: Regenerate.
1126         * Makefile.in: Regenerate.
1127
1128 2009-08-26  Dave Korn  <dave.korn.cygwin@gmail.com>
1129
1130         * ltmain.sh (removedotparts): Don't use comma as 's' separator.
1131         (collapseslashes): Likewise.
1132
1133 2009-08-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1134
1135         * configure.ac (AC_PREREQ): Bump to 2.64.
1136
1137 2009-08-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1138
1139         * configure.ac: Remove --with-datarootdir, --with-docdir,
1140         --with-pdfdir, --with-htmldir switches.
1141         * configure: Regenerate.
1142
1143         * configure: Regenerate.
1144
1145         * compile: Sync from Automake 1.11.
1146         * depcomp: Likewise.
1147         * install-sh: Likewise.
1148         * missing: Likewise.
1149         * mkinstalldirs: Likewise.
1150         * ylwrap: Likewise.
1151
1152 2009-08-20  Dave Korn  <dave.korn.cygwin@gmail.com>
1153
1154         * ltmain.sh (func_normal_abspath): New function.
1155         (func_relative_path): Likewise.
1156         (func_mode_help): Document new -bindir option for link mode.
1157         (func_mode_link): Add new -bindir option, and use it to place
1158         output DLL if specified.
1159
1160 2009-08-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1161
1162         * configure.ac: Call AC_DISABLE_OPTION_CHECKING.
1163         (baseargs): Add --disable-option-checking.
1164         * configure: Regenerate.
1165
1166         * Makefile.def (configure-target-libiberty): Depend on
1167         all-binutils and all-ld.
1168         (configure-target-newlib): Likewise.
1169         * Makefile.in: Regenerate.
1170
1171 2009-08-17  Ben Elliston  <bje@au.ibm.com>
1172
1173         * config.sub, config.guess: Update from upstream sources.
1174
1175 2009-08-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1176
1177         Sync from src, merge:
1178
1179         2009-07-02  Tristan Gingold  <gingold@adacore.com>
1180
1181         * configure.ac: Do not exclude gas for i386-*-darwin.
1182         Add a case for x86_64-*-darwin.
1183         * configure: Regenerate.
1184
1185 2009-08-06  Neil Vachharajani  <nvachhar@gmail.com>
1186
1187         * MAINTAINERS: Add my name to Write After Approval list.
1188
1189 2009-08-06  Michael Eager  <eager@eagercon.com>
1190
1191         * configure.ac: Add Microblaze target.
1192         * configure: Regenerate.
1193
1194 2009-07-31  Christian Bruel  <christian.bruel@st.com>
1195
1196         * configure.ac (sh*-*-elf): Don't add target-libgloss to noconfigdirs.
1197         * configure: Regenerate.
1198         
1199 2009-07-28  Rask Ingemann Lambertsen  <ccc94453@vip.cybercity.dk>
1200
1201         * MAINTAINERS (Write After Approval): Update my e-mail address.
1202
1203 2009-07-06  Ian Lance Taylor  <iant@google.com>
1204
1205         * configure.ac: Add missing comma in AC_ARG_WITH(boot-libs).
1206         * configure: Rebuild.
1207
1208 2009-07-01  Tobias Grosser  <grosser@fim.uni-passau.de>
1209
1210         * MAINTAINERS: Move myself to the Graphite Reviewers.
1211
1212 2009-06-30  Wei Guozhi  <carrot@google.com>
1213
1214         * MAINTAINERS: Add my name to Write After Approval list.
1215
1216 2009-06-26  Steve Ellcey  <sje@cup.hp.com>
1217
1218         PR bootstrap/40338
1219         * configure.ac (comparestring): Create new variable.
1220         * Makefile.tpl (comparestring): Use to skip some comparisions.
1221         * configure: Regenerate.
1222         * Makefile.in: Regenerate.
1223
1224 2009-06-26  Doug Evans  <dje@sebabeach.org>
1225
1226         * Makefile.def (host_modules): Add cgen.
1227         * Makefile.in: Regenerate.
1228         * configure.ac (host_tools): Add cgen.
1229         * configure: Regenerate.
1230
1231 2009-06-23  DJ Delorie  <dj@redhat.com>
1232
1233         * MAINTAINERS: Add myself as mep maintainer.
1234
1235 2009-06-23  Ian Lance Taylor  <iant@google.com>
1236
1237         * configure.ac: Add --enable-build-with-cxx.  When set, add c++ to
1238         boot_languages.  Only bootstrap target libraries listed in
1239         target_libs for some boot language.  Add --with-stage1-ldflags,
1240         --with-stage1-libs, --with-boot-ldflags, --with-boot-libs.  Remove
1241         with_host_libstdcxx from ppllibs.  Only add -fkeep-inline-functions
1242         if not building with C++.
1243         * Makefile.def: For target_module libstdc++-v3, set bootstrap=true.
1244         * Makefile.tpl (STAGE1_LDFLAGS, STAGE1_LIBS): New variables.
1245         (POSTSTAGE1_LDFLAGS, POSTSTAGE1_LIBS): New variables.
1246         (HOST_EXPORTS): Add STAGE1_LDFLAGS to LDFLAGS.  Export HOST_LIBS.
1247         (POSTSTAGE1_HOST_EXPORTS): Set CXX and CXX_FOR_BUILD.  Add
1248         POSTSTAGE1_LDFLAGS to LDFLAGS.  Export HOST_LIBS.
1249         (POSTSTAGE1_FLAGS_TO_PASS): Likewise.
1250         * configure, Makefile.in: Rebuild.
1251
1252 2009-06-23  Li Feng  <nemokingdom@gmail.com>
1253
1254         * MAINTAINERS: Added my name to write-after-approval list.
1255
1256 2009-06-15  Ryan Mansfield  <rmansfield@qnx.com>
1257
1258         * configure.ac: Define is_elf for QNX Neutrino targets.
1259         * configure: Regenerate.
1260
1261 2009-06-09  Ghassan Shobaki  <ghassan.shobaki@amd.com>
1262
1263         * MAINTAINERS: Added my name to the write-after-approval list
1264
1265 2009-06-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1266
1267         * configure.ac: Detect MPC in default directory.
1268         * configure: Regenerate.
1269
1270 2009-06-03  Jerome Guitton  <guitton@adacore.com>
1271             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1272
1273         * Makefile.tpl (all): Avoid a trailing backslash.
1274         * Makefile.in: Regenerate.
1275
1276 2009-06-03  Ben Elliston  <bje@au.ibm.com>
1277
1278         * config.sub, config.guess: Update from upstream sources.
1279
1280 2009-06-02  Richard Sandiford  <r.sandiford@uk.ibm.com>
1281
1282         * configure.ac (powerpc-*-aix*, rs6000-*-aix*): Add target-newlib
1283         to noconfdirs.
1284         * configure: Regenerate.
1285
1286 2009-06-02  Alexandre Oliva  <aoliva@redhat.com>
1287
1288         * Makefile.tpl ([+compare-target+]): Compare all stage
1289         directories, rather than just gcc.
1290         * Makefile.in: Rebuilt.
1291
1292 2009-06-01  Doug Kwan  <dougkwan@google.com>
1293
1294         * configure.ac: Support gold for target arm*-*-*.
1295         * configure: Regenerate.
1296
1297 2009-05-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1298
1299         * Makefile.def: Add MPC support and dependencies.
1300         * configure.ac: Likewise.  Reorganize GMP/MPFR checks.
1301
1302         * Makefile.in, configure: Regenerate.
1303
1304 2009-05-27  Alexandre Oliva  <aoliva@redhat.com>
1305
1306         * Makefile.tpl (all): Avoid harmless warning in make all when
1307         gcc-bootstrap is enabled but stage_last does not exist.
1308         * Makefile.in: Rebuilt.
1309
1310 2009-05-24  Nicolas Roche  <roche@adacore.com>
1311
1312         * Makefile.tpl (compare-target): Skip ./ada/*tools directories.
1313         * Makefile.in: Regenerate.
1314
1315 2009-05-21  Denis Chertykov  <chertykov@gmail.com>
1316
1317         * MAINTAINERS: Update my e-mail address.
1318
1319 2009-05-21  Dave Korn  <dave.korn.cygwin@gmail.com>
1320
1321         * configure.ac (cygwin noconfigdirs):  Remove libgcj.
1322         * configure:  Regenerate.
1323
1324 2009-05-18  Alexandre Oliva  <aoliva@redhat.com>
1325
1326         PR other/40159
1327         * Makefile.tpl (all): Don't assume gcc-bootstrap and
1328         gcc-no-bootstrap are mutually exclusive.
1329         * Makefile.in: Rebuilt.
1330
1331 2009-05-18  Alexandre Oliva  <aoliva@redhat.com>
1332
1333         PR other/40159
1334         * Makefile.tpl (all): Don't end with unconditional success.
1335         * Makefile.in: Rebuilt.
1336
1337 2009-05-12  Alexandre Oliva  <aoliva@redhat.com>
1338
1339         PR target/37137
1340         * Makefile.def (flags_to_pass): Remove redundant and incomplete
1341         STAGE1_CFLAGS, STAGE2_CFLAGS, STAGE3_CFLAGS, and STAGE4_CFLAGS.
1342         Add FLAGS_FOR_TARGET and BUILD_CONFIG.
1343         (bootstrap_stage): Remove bootstrap-debug custom stages.  Turn
1344         stage_configureflags, stage_cflags and stage_libcflags into
1345         explicit Makefile macros.
1346         * Makefile.tpl (HOST_EXPORTS, EXTRA_HOST_FLAGS): Pass GCJ and
1347         GFORTRAN.
1348         (POSTSTAGE1_HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET and TFLAGS to
1349         CC.  Set CC_FOR_BUILD from CC.
1350         (BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS,
1351         NORMAL_TARGET_EXPORTS): Move SYSROOT_CFLAGS_FOR_TARGET and
1352         DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS and CXXFLAGS to
1353         XGCC_FLAGS_FOR_TARGET.  Add it along with TFLAGS to CC, CXX, GCJ,
1354         and GFORTRAN.
1355         (TFLAGS, STAGE_CFLAGS, STAGE_TFLAGS, STAGE_CONFIGURE_FLAGS): New.
1356         (_LIBCFLAGS): Renamed to _TFLAGS.
1357         (do-compare-debug, do-compare3-debug): Drop.
1358         (CC, GCC_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET,
1359         GCJ_FOR_TARGET, GFORTRAN_FOR_TARGET): Remove FLAGS_FOR_TARGET.
1360         (FLAGS_FOR_TARGET, SYSROOT_CFLAGS_FOR_TARGET,
1361         DEBUG_PREFIX_CFLAGS_FOR_TARGET): Move down.
1362         (XGCC_FLAGS_FOR_TARGET): New.
1363         (BASE_FLAGS_TO_PASS): Pass STAGEid_CFLAGS, STAGEid_TFLAGS and TFLAGS.
1364         (EXTRA_HOST_FLAGS): Pass GCJ and GFORTRAN.
1365         (POSTSTAGE1_FLAGS_TO_PASS): Move SYSROOT_CFLAGS_FOR_TARGET and
1366         DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS, CXXFLAGS, LIBCFLAGS,
1367         LIBCXXFLAGS to XGCC_FLAGS_FOR_TARGET.    Add it along with TFLAGS
1368         to CC, CXX, GCJ, and GFORTRAN.  Pass XGCC_FLAGS_FOR_TARGET and
1369         TFLAGS.
1370         (BUILD_CONFIG): Include if requested.
1371         (all): Set TFLAGS on bootstrap.
1372         (configure-stageid-prefixmodule): Pass TFLAGS, adjust FLAGS.
1373         (all-stageid-prefixmodule): Likewise.
1374         (do-clean, distclean-stageid): Set TFLAGS.
1375         (restrap): Fix whitespace.
1376         * Makefile.in: Rebuilt.
1377
1378 2009-05-07  Paolo Bonzini  <bonzini@gnu.org>
1379
1380         * config.guess: Sync with src.
1381
1382 2009-05-07  Dave Korn  <dave.korn.cygwin@gmail.com>
1383
1384         * configure.ac ($with_ppl):  Default to no if not supplied.
1385         ($with_cloog):  Likewise.
1386         configure:  Regenerate.
1387
1388 2009-04-27  James E. Wilson  <wilson@codesourcery.com>
1389
1390         * MAINTAINERS: Update my e-mail address.
1391
1392 2009-04-27  Nick Clifton  <nickc@redhat.com>
1393
1394         * MAINTAINERS: Replace Aldy Hernandez as a maintainer for the FRV.
1395
1396 2009-04-25  Eric Botcazou  <ebotcazou@adacore.com>
1397
1398         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add GNATBIND.
1399         (POSTSTAGE1_FLAGS_TO_PASS): Pick up exported value for GNATBIND.
1400         * Makefile.in: Regenerate.
1401
1402 2009-04-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1403
1404         PR bootstrap/39739
1405         * configure.ac (extra_mpfr_configure_flags): Set and AC_SUBST.
1406         * Makefile.def (module=mpfr): Use extra_mpfr_configure_flags.
1407
1408         * configure, Makefile.in: Regenerate.
1409
1410 2009-04-21  Taras Glek  <tglek@mozilla.com>
1411
1412         * include/hashtab.h: Update GTY annotations to new syntax
1413         * include/splay-tree.h: Likewise
1414
1415 2009-04-17  Ben Elliston  <bje@au.ibm.com>
1416
1417         * config.sub, config.guess: Update from upstream sources.
1418
1419 2009-04-15  Anthony Green  <green@moxielogic.com>
1420
1421         * configure.ac: Add moxie support.
1422         * configure: Rebuilt.
1423
1424 2009-04-14  Jakub Jelinek  <jakub@redhat.com>
1425
1426         * configure.ac: Change copyright header to refer to version
1427         3 of the GNU General Public License and to point readers at the
1428         COPYING3 file and the FSF's license web page.
1429         * Makefile.def: Likewise.
1430         * Makefile.tpl: Likewise.
1431         * Makefile.in: Regenerate.
1432
1433 2009-04-09  Jack Howarth  <howarth@bromo.med.uc.edu>
1434
1435         * configure.ac: Restore match for darwin9 or later. Use double
1436         brackets since regeneration eats one pair.
1437         * configure: Regenerate.
1438
1439 2009-04-09  H.J. Lu  <hongjiu.lu@intel.com>
1440
1441         PR gas/10039
1442         * configure.ac: Require texinfo 4.7.
1443         * configure: Regenerated.
1444
1445 2009-04-09  Nick Clifton  <nickc@redhat.com>
1446
1447         * COPYING.RUNTIME: New file: Contains a copy of version 3.1 of
1448         the GCC Runtime Library Exception.
1449
1450 2009-04-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1451
1452         * configure.ac: Bump minimum GMP/MPFR versions to 4.2 and 2.3.1.
1453         * configure: Regenerate.
1454
1455 2009-04-01  Steve Ellcey  <sje@cup.hp.com>
1456
1457         * Makefil.def (languages): New entries.
1458         * Makefile.tpl (check-gcc-*): New generic target.
1459         * Makefile.in: Regenerate.
1460
1461 2009-03-25  Erven Rohou  <erven.rohou@inria.fr>
1462
1463         * MAINTAINERS:  Update my email address.
1464
1465 2009-03-18  Tom Tromey  <tromey@redhat.com>
1466
1467         * configure: Rebuild.
1468         * configure.ac (host_libs): Add libiconv.
1469         * Makefile.in: Rebuild.
1470         * Makefile.def (host_modules): Add libiconv.
1471         (configure-gdb, all-gdb): Depend on libiconv.
1472
1473 2009-03-16  Tristan Gingold  <gingold@adacore.com>
1474
1475         * configure.ac: Treat gdb as supported on x86_64-darwin.
1476         * configure: Regenerate.
1477
1478 2009-03-16  Joseph Myers  <joseph@codesourcery.com>
1479
1480         * configure.ac (--with-host-libstdcxx): New option.
1481         * configure: Regenerate.
1482
1483 2009-03-12  Joern Rennecke  <joern.rennecke@arc.com>
1484
1485         * MAINTAINERS:  Move myself into the write after approval list.
1486
1487 2009-03-11  Nicola Pero  <nicola.pero@meta-innovation.com>
1488
1489         * MAINTAINERS: Update e-mail address.
1490         
1491 2009-03-11  Dorit Nuzman  <dorit@il.ibm.com>
1492
1493         * MAINTAINERS: Remove myself as auto-vectorizer maintainer.
1494
1495 2009-03-10  Ira Rosen  <irar@il.ibm.com>
1496
1497         * MAINTAINERS: Add myself as auto-vectorizer maintainer.
1498
1499 2009-03-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1500
1501         Backport from git Libtool:
1502
1503         2009-01-19  Robert Millan  <rmh@aybabtu.com>
1504         Support GNU/kOpenSolaris.
1505         * libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER)
1506         (_LT_CHECK_MAGIC_METHOD, _LT_COMPILER_PIC, _LT_LINKER_SHLIBS)
1507         (_LT_LANG_CXX_CONFIG) [kopensolaris*-gnu]: Recognize
1508         GNU/kOpenSolaris.
1509
1510 2009-02-27  Andreas Schwab  <schwab@linux-m68k.org>
1511
1512         * MAINTAINERS: Update e-mail address.
1513
1514 2009-02-24  Michael Eager  <eager@eagercon.com>
1515
1516         * MAINTAINERS (Write After Approval): Add self.
1517
1518 2009-02-18  Bingfeng Mei  <bmei@broadcom.com>
1519
1520         * MAINTAINERS (Write After Approval): Add myself.
1521
1522 2009-02-05  Andreas Schwab  <schwab@suse.de>
1523
1524         * Makefile.tpl (stage_last): Define $r and $s before using
1525         $(RECURSE_FLAGS_TO_PASS).
1526         * Makefile.in: Regenerate
1527
1528 2009-01-30  Ian Lance Taylor  <iant@google.com>
1529
1530         * MAINTAINERS: Move myself to the Global Reviewers list.
1531
1532 2009-01-29  Robert Millan  <rmh@aybabtu.com>
1533
1534         * configure.ac: Recognize GNU/kOpenSolaris (*-*-kopensolaris*-gnu).
1535         * configure: Regenerate.
1536
1537 2009-01-17  Gerald Pfeifer  <gerald@pfeifer.com>
1538
1539         * MAINTAINERS: Make whitespace consistent.
1540         Remove Robert Millan from Write After Approval.
1541
1542 2009-01-16  Alan Modra  <amodra@bigpond.net.au>
1543
1544         * Makefile.def (configure-opcodes): Depend on configure-libiberty.
1545         (all-opcodes): Depend on all-libiberty.
1546         * Makefile.in: Regenerate.
1547
1548 2009-01-15  Douglas B Rupp  <rupp@gnat.com>
1549
1550         * configure.ac (ia64*-*-*vms*): Add case with no gdb or ld support.
1551         * configure: Regenerate.
1552
1553 2009-01-12  Ramana Radhakrishnan  <ramana.r@gmail.com>
1554
1555         * MAINTAINERS (Write After Approval): Add myself.
1556
1557 2009-01-12  Steven G. Kargl  <sgk@troutmask.apl.washington.edu>
1558
1559         * MAINTAINERS: Add myself to reviewers (Fortran).
1560
1561 2009-01-12  Sebastian Pop  <sebastian.pop@amd.com>
1562
1563         PR tree-optimization/38515
1564         * configure.ac (cloog-polylib): Removed.
1565         (with_ppl, with_cloog): Test for "no".
1566         * configure: Regenerated.
1567
1568 2009-01-11  Daniel Franke  <franke.daniel@gmail.com>
1569
1570         * MAINTAINERS: Moved myself to reviewers (Fortran).
1571
1572 2009-01-06  Thomas Schwinge  <tschwinge@gnu.org>
1573
1574         * MAINTAINERS (OS Port Maintainers): Add myself for GNU/Hurd.
1575         (Write After Approval): Remove myself.
1576
1577 2009-01-03  Diego Novillo  <dnovillo@google.com>
1578
1579         * MAINTAINERS: Remove myself from alias maintainership.
1580
1581 2009-01-02  David Ayers  <ayers@fsfe.org>
1582
1583         * MAINTAINERS: Update e-mail address.
1584
1585 2008-12-30  Gerald Pfeifer  <gerald@pfeifer.com>
1586
1587         * MAINTAINERS: Make whitespace consistent.
1588
1589 2008-12-18  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1590
1591         Backport from upstream Libtool:
1592         * libltdl.m4 (_LT_SYS_DYNAMIC_LINKER, _LT_LINKER_SHLIBS):
1593         Add cache variables to tests that require the linker to work.
1594         For shlibpath_overrides_runpath, this also changes the semantics
1595         to let the result from the C compiler take precedence.
1596
1597 2008-12-02  Ben Elliston  <bje@au.ibm.com>
1598
1599         * config.sub, config.guess: Update from upstream sources.
1600
1601 2008-12-12  Sebastian Pop  <sebastian.pop@amd.com>
1602
1603         * configure.ac (ppllibs): Add by default the lib flags.
1604         * configure: Regenerate.
1605
1606 2008-12-08  Luis Machado  <luisgpm@br.ibm.com>
1607
1608         * MAINTAINERS:  Add myself to the write after approval list.
1609
1610 2008-12-04  Jack Howarth  <howarth@bromo.med.uc.edu>
1611
1612         * configure.ac: Add double brackets on darwin[912].
1613         * configure: Regenerate.
1614
1615 2008-12-03  Daniel Kraft  <d@domob.eu>
1616
1617         * MAINTAINERS:  Moved myself and Mikael Morin from Write After
1618         Approval to Reviewer section (for Fortran front-end).
1619
1620 2008-12-02  Jack Howarth  <howarth@bromo.med.uc.edu>
1621
1622         * configure.ac: Expand to darwin10 and later.
1623         * configure: Regenerate.
1624
1625 2008-12-02  Andreas Schwab  <schwab@suse.de>
1626
1627         * Makefile.def: configure-target-boehm-gc depends on
1628         all-target-libstdc++-v3.
1629         * Makefile.in: Regenerate.
1630
1631 2008-12-02  Kai Tietz  <kai.tietz@onevision.com>
1632
1633         * MAINTAINERS:  Add myself as mingw maintainer.
1634
1635 2008-12-02  Ben Elliston  <bje@au.ibm.com>
1636
1637         * config.sub, config.guess: Update from upstream sources.
1638
1639 2008-12-01  Gerald Pfeifer  <gerald@pfeifer.com>
1640
1641         * README.SCO: Remove.
1642
1643 2008-11-29  Fernando Pereira  <pronesto@gmail.com>
1644
1645         * MAINTAINERS:  Add myself to the write after approval list.
1646
1647 2008-11-29  Dave Korn  <dave.korn.cygwin@gmail.com>
1648
1649         * MAINTAINERS:  Update my email address in WAA section.
1650
1651 2008-11-29  Chen Liqin  <liqin@sunnorth.com.cn>
1652
1653         * MAINTAINERS: Update e-mail address.
1654
1655 2008-11-27  Toon Moene  <toon@moene.org>
1656
1657         * MAINTAINERS: Change e-mail address.
1658
1659 2008-11-27  Tristan Gingold  <gingold@adacore.com>
1660
1661         * configure.ac: Build gdb for i?86-*-darwin*
1662         * configure: Regenerated.
1663
1664 2008-11-24  Hariharan Sandanagobalane  <hariharan@picochip.com>
1665
1666         * MAINTAINERS: Added my full name.
1667
1668 2008-11-14  Daniel Jacobowitz  <dan@codesourcery.com>
1669
1670         PR bootstrap/38014
1671         PR bootstrap/37923
1672
1673         Revert:
1674
1675         2008-10-24  Daniel Jacobowitz  <dan@codesourcery.com>
1676
1677         * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
1678         * Makefile.in: Regenerated.
1679
1680         2008-10-22  Daniel Jacobowitz  <dan@codesourcery.com>
1681
1682         PR gdb/921
1683         PR gdb/1646
1684         PR gdb/2175
1685         PR gdb/2176
1686
1687         * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
1688         * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
1689         (EXTRA_BUILD_FLAGS): Correct typo.  Pass CPPFLAGS.
1690         (HOST_EXPORTS): Pass CPPFLAGS.
1691         (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
1692         (LDFLAGS_FOR_TARGET): Initialize from configure script.
1693         (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
1694         * Makefile.in, configure: Regenerated.
1695         * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
1696         and CPPFLAGS_FOR_BUILD.
1697
1698 2008-11-06  Jeff Law  <law@redhat.com>
1699
1700         * MAINTAINERS: Add myself as middle end maintainer.
1701
1702 2008-11-06  Andrew Stubbs  <ams@codesourcery.com>
1703
1704         * MAINTAINERS (Write after approval): Add myself.
1705
1706 2008-11-05  Diego Novillo  <dnovillo@google.com>
1707
1708         * MAINTAINERS (Global Reviewers): Add myself.
1709         (Non-Algorithmic Maintainers): Remove myself.
1710
1711 2008-11-04  Thomas Schwinge  <tschwinge@gnu.org>
1712
1713         * MAINTAINERS (Write after approval): Add myself.
1714
1715 2008-10-31  Mikael Morin  <mikael.morin@tele2.fr>
1716
1717         * MAINTAINERS (Write after approval): Add myself.
1718
1719 2008-10-31  Ben Elliston  <bje@au.ibm.com>
1720
1721         * configure.ac (spu-*-*): Remove special case.
1722         * configure: Regenerate.
1723
1724 2008-10-30  Catherine Moore  <clm@codesourcery.com>
1725
1726         * MAINTAINERS (Write after approval): Update my email address.
1727
1728 2008-10-29  Stefan Schulze Frielinghaus  <xxschulz@de.ibm.com>
1729
1730         * configure.ac [spu-*-*]: Do not set skipdirs.
1731         * configure: Re-generate.
1732
1733 2008-10-29  Bernd Schmidt  <bernd.schmidt@analog.com>
1734
1735         * MAINTAINERS (Various Maintainers): Add myself to reload.
1736
1737 2008-10-25  Richard Guenther  <rguenther@suse.de>
1738
1739         * MAINTAINERS (Various Maintainers): Add myself as middle-end
1740         maintainer.  Remove myself as libgcc-math maintainer.
1741         (Non-Algorithmic Maintainers): Remove myself.
1742
1743 2008-10-24  Daniel Jacobowitz  <dan@codesourcery.com>
1744
1745         * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
1746         * Makefile.in: Regenerated.
1747
1748 2008-10-23  Cary Coutant  <ccoutant@google.com>
1749
1750         * MAINTAINERS (Write after approval): Add myself.
1751
1752 2008-10-22  Daniel Jacobowitz  <dan@codesourcery.com>
1753
1754         PR gdb/921
1755         PR gdb/1646
1756         PR gdb/2175
1757         PR gdb/2176
1758
1759         * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
1760         * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
1761         (EXTRA_BUILD_FLAGS): Correct typo.  Pass CPPFLAGS.
1762         (HOST_EXPORTS): Pass CPPFLAGS.
1763         (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
1764         (LDFLAGS_FOR_TARGET): Initialize from configure script.
1765         (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
1766         * Makefile.in, configure: Regenerated.
1767         * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
1768         and CPPFLAGS_FOR_BUILD.
1769
1770 2008-10-20  Sebastian Pop  <sebastian.pop@amd.com>
1771
1772         * MAINTAINERS (Graphite Reviewers): Added Daniel Berlin and
1773         Sebastian Pop.
1774
1775 2008-10-14  Antoniu Pop <antoniu.pop@gmail.com>
1776
1777         * MAINTAINERS (Write After Approval): Added myself.
1778
1779 2008-10-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1780
1781         * configure.ac (MPFR check): Bump minimum version to 2.3.0 and
1782         recommended version to 2.3.2.
1783
1784         * configure: Regenerate.
1785
1786 2008-10-01  Mark Mitchell  <mark@codesourcery.com>
1787
1788         * MAINTAINERS (Blanket Write Privs): Change to Global Reviewers.
1789
1790 2008-09-29  David Daney <david.daney@caviumnetworks.com>
1791
1792         * MAINTAINERS (Write After Approval): Update e-mail address.
1793
1794 2008-09-26  Peter O'Gorman  <pogma@thewrittenword.com>
1795
1796         * libtool.m4: Update to libtool 2.2.6.
1797         * lt~obsolete.m4: Update to libtool 2.2.6.
1798         * ltmain.sh: Update to libtool 2.2.6.
1799         * ltsugar.m4: Update to libtool 2.2.6.
1800         * ltversion.m4: Update to libtool 2.2.6.
1801         * ltoptions.m4: Update to libtool 2.2.6.
1802         * ltgcc.m4: Update to match changes from libtool 2.2.6.
1803
1804 2008-09-22  Chris Fairles  <cfairles@gcc.gnu.org>
1805
1806         * MAINTAINERS (Write After Approval): Add myself.
1807
1808 2008-09-22  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
1809
1810         * MAINTAINERS (Write After Approval): Update my name.
1811
1812 2008-09-20  Steven Bosscher  <steven@gcc.gnu.org>
1813
1814         * MAINTAINERS: Add myself in "Write After Approval".
1815
1816 2008-09-18  Steve Ellcey  <sje@cup.hp.com>
1817
1818         * MAINTAINERS: Add myself as ia64 maintainer.
1819
1820 2008-09-04  Gerald Pfeifer  <gerald@pfeifer.com>
1821
1822         * MAINTAINERS: Remove John Carr, Steve Chamberlain, Michael Chastain,
1823         Klaus Kaempf, Mumit Khan, Alan Lehotsky, Warren Levy, Don Lindsay,
1824         Dave Love, Alexandre Petit-Bianco, Clinton Popetz, Gavin Romig-Koch,
1825         and Michael Tiemann from Write After Approval since they do not
1826         actually have access.
1827
1828 2008-09-05  Richard Guenther  <rguenther@suse.de>
1829
1830         * configure.ac: Initialize clooglibs to -lcloog.
1831         * configure: Re-generate.
1832
1833 2008-09-04  Le-Chun Wu  <lcwu@google.com>
1834
1835         * MAINTAINERS (Write After Approval): Add myself.
1836
1837 2008-09-03  Sebastian Pop  <sebastian.pop@amd.com>
1838
1839         * configure.ac (--with-cloog-polylib): New.
1840         (--disable-cloog-version-check): New.
1841         (--disable-ppl-version-check): New.
1842         * configure: Re-generate.
1843
1844 2008-09-03  Richard Guenther  <rguenther@suse.de>
1845
1846         * configure.ac: Always pass -DCLOOG_PPL_BACKEND to the
1847         cloog test.
1848         * configure: Re-generate.
1849
1850 2008-09-03  Hari Sandanagobalane  <hariharan@picochip.com>
1851
1852         Add picoChip port.
1853         * MAINTAINERS: Add picoChip maintainers.
1854
1855 2008-09-02  Sebastian Pop  <sebastian.pop@amd.com>
1856             Tobias Grosser  <grosser@fim.uni-passau.de>
1857             Jan Sjodin  <jan.sjodin@amd.com>
1858             Harsha Jagasia  <harsha.jagasia@amd.com>
1859             Dwarakanath Rajagopal  <dwarak.rajagopal@amd.com>
1860             Konrad Trifunovic  <konrad.trifunovic@inria.fr>
1861             Adrien Eliche  <aeliche@isty.uvsq.fr>
1862
1863         Merge from graphite branch.
1864         * configure: Regenerate.
1865         * Makefile.in: Regenerate.
1866         * configure.ac (host_libs): Add ppl and cloog.
1867         Add checks for PPL and CLooG.
1868         * Makefile.def (ppl, cloog): Added modules and dependences.
1869         * Makefile.tpl (PPLLIBS, PPLINC, CLOOGLIBS, CLOOGINC): New.
1870         (HOST_PPLLIBS, HOST_PPLINC, HOST_CLOOGLIBS, HOST_CLOOGINC): New.
1871
1872 2008-08-31  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
1873
1874         * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
1875         (GCC_SHLIB_SUBDIR): New.
1876         * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
1877         * configure: Regenerate.
1878         * Makefile.in: Regenerate.
1879
1880 2008-08-30  Gerald Pfeifer  <gerald@pfeifer.com>
1881
1882         * MAINTAINERS: Consistently use tabs to separate columns.
1883
1884 2008-08-29  Tristan Gingold  <gingold@adacore.com>
1885
1886         * MAINTAINERS (Write after Approval): Add myself.
1887
1888 2008-08-28  Tristan Gingold  <gingold@adacore.com>
1889
1890         * configure.ac (powerpc-*-darwin*, i?86-*-darwin*,x86_64-*-darwin9):
1891         Enable bfd, binutils and opcodes.
1892         * configure: Regenerate.
1893
1894 2008-08-27  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
1895
1896         * MAINTAINERS: Update my hppa and hpux entries.  Remove my vax entry.
1897
1898 2008-08-23  Thomas Koenig  <tkoenig@gcc.gnu.org>
1899
1900         * MAINTAINERS:  Use correct Umlaut for last name.
1901
1902 2008-08-23  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
1903
1904         * MAINTAINERS: Move myself from Reviewers to Write after Approval.
1905
1906 2008-08-16  David Edelsohn  <edelsohn@gnu.org>
1907
1908         * MAINTAINERS: Update my email address.
1909
1910 2008-08-16  Nicolas Roche  <roche@adacore.com>
1911
1912         * Makefile.tpl: Add BOOT_ADAFLAGS.
1913         * Makefile.in: Regenerate.
1914
1915 2008-08-09  Richard Sandiford  <rdsandiford@googlemail.com>
1916
1917         * configure.ac (mips*-*-*linux*, mips*-*-gnu*): Use mt-mips-gnu.
1918         * configure: Regenerate.
1919
1920 2008-07-30  Paolo Bonzini  <bonzini@gnu.org>
1921
1922         * configure.ac: Add makefile fragments for hpux.
1923         * Makefile.def (flags_to_pass): Add ADA_CFLAGS.
1924         * Makefile.tpl (HOST_EXPORTS): Pass ADA_CFLAGS.
1925         * configure: Regenerate.
1926         * Makefile.in: Regenerate.
1927
1928 2008-07-28  Aldy Hernandez  <aldyh@redhat.com>
1929
1930         * MAINTAINERS: Add Jakub and myself as gimple maintainers.
1931
1932 2008-07-11  Dodji Seketeli  <dseketel@redhat.com>
1933
1934         * MAINTAINERS (Write after Approval): Add myself.
1935
1936 2008-07-02  Xuepeng Guo  <xuepeng.guo@intel.com>
1937
1938         * MAINTAINERS (Write After Approval):  Add myself.
1939
1940 2008-06-29  Andrew Jenner  <andrew@codesourcery.com>
1941
1942         * MAINTAINERS (Write After Approval):  Add myself.
1943
1944 2008-06-29  Krister Walfridsson  <krister.walfridsson@gmail.com>
1945
1946         * MAINTAINERS: Update my email address.
1947
1948 2008-06-25  Joey Ye  <joey.ye@intel.com>
1949
1950         * MAINTAINERS (Write After Approval):  Add myself.
1951
1952 2008-06-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1953
1954         * Makefile.tpl ($(srcdir)/configure): Update dependencies.
1955         * Makefile.in: Regenerate.
1956         * configure: Regenerate.
1957
1958 2008-06-17  Daniel Kraft  <d@domob.eu>
1959
1960         * MAINTAINERS (Write After Approval):  Add myself.
1961
1962 2008-06-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1963
1964         * configure.ac: Set TOPLEVEL_CONFIGURE_ARGUMENTS early, when
1965         "$@" is still intact with both Autoconf 2.59 and 2.62.
1966         * configure: Regenerate.
1967
1968 2008-06-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1969
1970         * Makefile.tpl: Fix comment errors.
1971         * Makefile.in: Regenerate.
1972
1973 2008-06-12  David S. Miller  <davem@davemloft.net>
1974             David Edelsohn  <edelsohn@gnu.org>
1975
1976         * configure.ac: Add powerpc*-*-* to gold supported targets.
1977         * configure: Regenerate.
1978
1979 2008-06-08  Joseph Myers  <joseph@codesourcery.com>
1980
1981         PR tree-optimization/36218
1982         * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_BUILD.
1983         * Makefile.tpl (EXTRA_BUILD_FLAGS): Define.
1984         (all prefix="build-"): Pass them to build-system sub-makes.
1985         * Makefile.in: Regenerate.
1986
1987 2008-06-07  Joseph Myers  <joseph@codesourcery.com>
1988
1989         * MAINTAINERS (mt port): Remove.
1990         (sco5, unixware, sco udk): Remove.
1991         (Kean Johnston): Add to Write After Approval.
1992
1993 2008-05-30  Julian Brown  <julian@codesourcery.com>
1994
1995         * configure.ac (arm*-*-linux-gnueabi): Don't disable building
1996         of libobjc for ARM EABI Linux.
1997         * configure: Regenerate.
1998
1999 2008-05-18  Xinliang David Li   <davidxl@google.com>
2000
2001         * ChangeLog: Remove wrong ChangeLog entry.
2002
2003 2008-05-17  Xinliang David Li   <davidxl@google.com>
2004
2005         * MAINTAINERS (Write After Approval): Add myself.
2006
2007 2008-05-15  Janus Weil  <janus@gcc.gnu.org>
2008
2009         * MAINTAINERS (Write After Approval): Add myself.
2010
2011 2008-05-14  Rafael Espíndola  <espindola@google.com>
2012
2013         * config-ml.in: don't handle --enable-shared and --enable-static.
2014
2015 2008-05-10  Richard Sandiford  <rdsandiford@googlemail.com>
2016
2017         * MAINTAINERS: Update my email address.
2018
2019 2008-05-10  Paolo Carlini  <paolo.carlini@oracle.com>
2020
2021         * MAINTAINERS: Update my email address.
2022
2023 2008-05-03  Kris Van Hees  <kris.van.hees@oracle.com>
2024
2025         * MAINTAINERS (Write After Approval): Add myself.
2026
2027 2008-04-28  Gabriele Svelto  <gabriele.svelto@st.com>
2028
2029         * MAINTAINERS (Write After Approval): Add myself.
2030
2031 2008-04-25  Pompapathi V Gadad  <Pompapathi.V.Gadad@nsc.com>
2032
2033         * MAINTAINERS (crx): Add myself.
2034
2035 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
2036
2037         Sync with src:
2038         2008-04-14  David S. Miller  <davem@davemloft.net>
2039
2040         * configure.ac: Add sparc*-*-* to gold supported targets.
2041         * configure: Regenerate.
2042
2043 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
2044
2045         PR bootstrap/35457
2046         * configure.ac: Include override.m4.
2047         * configure: Regenerate.
2048
2049 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
2050
2051         * Makefile.tpl (restrap): Call `make all' using double-colon rules.
2052         * Makefile.in: Regenerate.
2053
2054 2008-04-18  M R Swami Reddy  <MR.Swami.Reddy@nsc.com>
2055
2056         * configure.ac (cr16-*-*): Add case for cr16 target and include gdb
2057         as nonconfigurable directories list.
2058         * configure: Regenerate.
2059
2060 2008-04-14  Ben Elliston  <bje@au.ibm.com>
2061
2062         * config.sub, config.guess: Update from upstream sources.
2063
2064 2008-04-12  Hans-Peter Nilsson  <hp@axis.com>
2065
2066         * Makefile.tpl <gcc>: Error early unless at least GNU make 3.80.
2067         * Makefile.in: Regenerate.
2068
2069 2008-04-11  Eric B. Weddington  <eweddington@cso.atmel.com>
2070
2071         * configure.ac: Do not build libssp for the AVR.
2072         * configure: Regenerate.
2073
2074 2008-04-07  Ian Lance Taylor  <iant@google.com>
2075
2076         * Makefile.def: check-gold depends upon all-binutils.
2077         * Makefile.in: Regenerate.
2078
2079 2008-04-04  Andy Hutchinson  <hutchinsonandy@aim.com>
2080
2081         * MAINTAINERS (Write After Approval): Add myself.
2082
2083 2008-04-04  Nick Clifton  <nickc@redhat.com>
2084
2085         PR binutils/4334
2086         * configure.ac: Run ACX_CHECK_CYGWIN_CAT_WORKS for cygwin hosted
2087         builds.
2088         * configure: Regenerate.
2089
2090 2008-04-04  NightStrike  <NightStrike@gmail.com>
2091
2092         PR other/35151
2093         * configure.ac: Combine rules for mingw32 and mingw64.
2094         * configure: Regenerate.
2095
2096 2008-04-02  Kai Tietz  <kai.tietz@onvision.com>
2097
2098         * MAINTAINERS (Write After Approval): Add myself.
2099
2100 2008-04-01  Seongbae Park  <seongbae.park@gmail.com>
2101
2102         * Makefile.tpl (.NOTPARALLEL): Revert previous change.
2103         * Makefile.in (.NOTPARALLEL): Ditto.
2104
2105 2008-04-01  Peter O'Gorman  <pogma@thewrittenword.com>
2106
2107         * MAINTAINERS (Write After Approval): Add myself.
2108
2109 2008-03-31  Seongbae Park  <seongbae.park@gmail.com>
2110
2111         * Makefile.tpl (.NOTPARALLEL): Serialize stageprofile libiberty.
2112         * Makefile.in (.NOTPARALLEL): Regenerate.
2113
2114 2008-03-27  Paolo Bonzini  <bonzini@gnu.org>
2115
2116         * Makefile.tpl (PICFLAG, PICFLAG_FOR_TARGET): Remove.
2117         * Makefile.in: Regenerate.
2118
2119 2008-03-26  Jakub Staszak  <kuba@et.pl>
2120
2121         * MAINTAINERS (Write After Approval): Add myself.
2122
2123 2008-03-23  Thomas Koenig  <tkoenig@gcc.gnu.org>
2124
2125         * MAINTAINERS:  Update e-mail address.
2126
2127 2008-03-20  Ian Lance Taylor  <iant@google.com>
2128
2129         * configure.ac: Add support for --enable-gold.
2130         * Makefile.def: Add gold as a directory like ld.
2131         * configure, Makefile.in: Regenerate.
2132
2133 2008-03-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2134
2135         * configure.ac: m4_include config/proginstall.m4.
2136         * configure: Regenerate.
2137
2138         Backport from upstream Libtool:
2139
2140         2007-10-12  Eric Blake  <ebb9@byu.net>
2141
2142         Deal with Autoconf 2.62's semantic change in m4_append.
2143         * ltsugar.m4 (lt_append): Replace broken versions of
2144         m4_append.
2145         (lt_if_append_uniq): Don't require separator to be overquoted,
2146         and avoid broken m4_append.
2147         (lt_dict_add): Fix typo.
2148         * libtool.m4 (_LT_DECL): Don't overquote separator.
2149
2150 2008-03-13  David Edelsohn  <edelsohn@gnu.org>
2151
2152         * config.rpath: Add AIX 6 support.
2153
2154 2008-03-13  Paolo Bonzini  <bonzini@gnu.org>
2155
2156         * Makefile.def (stageprofile).  Remove -fprofile-generate
2157         from stage_libcflags.
2158         * Makefile.in: Regenerate.
2159
2160 2008-03-13  Ben Elliston  <bje@au.ibm.com>
2161
2162         * config.sub, config.guess: Update from upstream sources.
2163
2164 2008-03-06  Tom Tromey  <tromey@redhat.com>
2165
2166         * MAINTAINERS: Update for treelang deletion.
2167
2168 2008-03-03  James E. Wilson  <wilson@tuliptree.org>
2169
2170         * MAINTAINERS: Update my email address.
2171
2172 2008-03-03  Stan Shebs  <stanshebs@earthlink.net>
2173
2174         * MAINTAINERS (darwin port): Add myself as a maintainer.
2175         (objective-c/c++): Add myself as a maintainer.
2176
2177 2008-03-03  Volker Reichelt  <v.reichelt@netcologne.de>
2178
2179         * MAINTAINERS (Write After Approval): Update my email address.
2180
2181 2008-02-25  Tomas Bily  <tbily@suse.cz>
2182
2183         * MAINTAINERS (Write After Approval): Add myself.
2184
2185 2008-02-23  Jakub Jelinek  <jakub@redhat.com>
2186
2187         * MAINTAINERS (OpenMP): Add myself.
2188
2189 2008-02-20  Paolo Bonzini  <bonzini@gnu.org>
2190
2191         PR bootstrap/32009
2192         PR bootstrap/32161
2193
2194         * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Compute here.
2195         * configure: Regenerate.
2196
2197         * Makefile.def: Define stage_libcflags for all bootstrap stages.
2198         * Makefile.tpl (BOOT_LIBCFLAGS, STAGE2_LIBCFLAGS, STAGE3_LIBCFLAGS,
2199         STAGE4_LIBCFLAGS): New.
2200         (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Subst from autoconf, without
2201         $(SYSROOT_CFLAGS_FOR_TARGET) and $(DEBUG_PREFIX_CFLAGS_FOR_TARGET).
2202         (BASE_TARGET_EXPORTS): Append them here to C{,XX}FLAGS.
2203         (EXTRA_TARGET_FLAGS): Append them here to {LIB,}C{,XX}FLAGS.
2204         (configure-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags
2205         for target modules.  Don't export LIBCFLAGS.
2206         (all-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags; pass
2207         $(BASE_FLAGS_TO_PASS) where [+args+] was passed, and [+args+] after
2208         the overridden CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
2209         (invocations of `all'): Replace $(TARGET_FLAGS_TO_PASS) with
2210         $(EXTRA_TARGET_FLAGS), $(FLAGS_TO_PASS) with $(EXTRA_HOST_FLAGS).
2211         * Makefile.in: Regenerate.
2212
2213 2008-02-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2214
2215         PR libgcj/33085
2216         * libtool.m4 (_LT_COMPILER_PIC) [ mingw, cygwin ] <GCJ>:
2217         Do not use -DDLL_EXPORT.  Backport from upstream.
2218
2219 2008-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2220
2221         * MAINTAINERS (Write After Approval): Add myself.
2222
2223 2008-02-02  Hans-Peter Nilsson  <hp@axis.com>
2224
2225         * configure.ac: Enable fortran for cris-*-elf and crisv32-*-elf.
2226         * configure: Regenerate.
2227
2228 2008-01-31  Marc Gauthier  <marc@tensilica.com>
2229
2230         * configure.ac (xtensa*-*-*): Recognize processor variants.
2231         * configure: Regenerate.
2232
2233 2008-01-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2234
2235         PR bootstrap/34922
2236         * configure.ac (PARSE_ARGS): Push suitable setting of
2237         ac_subdirs_all, for `./configure --help=recursive'.
2238         Handle `+' in generic toplevel directory disabling.
2239         * configure: Regenerate.
2240
2241 2008-01-28  Nick Clifton  <nickc@redhat.com>
2242
2243         * MAINTAINERS (xstormy16): Take over maintainership.
2244
2245 2008-01-25  Joseph Myers  <joseph@codesourcery.com>
2246
2247         * MAINTAINERS (c4x port): Remove.
2248
2249 2008-01-24  David Edelsohn  <edelsohn@gnu.org>
2250
2251         * libtool.m4: Backport AIX 6 support from ToT Libtool.
2252
2253 2008-01-23  Ben Elliston  <bje@au.ibm.com>
2254
2255         * config.sub, config.guess: Update from upstream sources.
2256
2257 2008-01-22  Tobias Grosser  <grosser@fim.uni-passau.de>
2258
2259         * MAINTAINERS (Write After Approval): Add myself.
2260
2261 2008-01-17  H.J. Lu  <hjl.tools@gmail.com>
2262
2263         * MAINTAINERS: Update my email address.
2264
2265 2008-01-09  Raksit Ashok  <raksit@google.com>
2266
2267         * MAINTAINERS (Write After Approval): Add myself.
2268
2269 2008-01-09  Raksit Ashok  <raksit@google.com>
2270
2271         * MAINTAINERS (Write After Approval): Add myself.
2272
2273 2008-01-08  Ben Elliston  <bje@au.ibm.com>
2274
2275         * config.sub, config.guess: Update from upstream sources.
2276
2277 2007-12-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2278
2279         * configure.ac: Change required MPFR from 2.2.0 -> 2.2.1.
2280         Change recommended MPFR from 2.2.1 -> 2.3.0.
2281         * configure: Regenerate.
2282
2283 2007-12-15  Sebastian Pop  <sebastian.pop@amd.com>
2284
2285         * MAINTAINERS: Update my email address.
2286
2287 2007-12-15  Bernhard Fischer  <aldot@gcc.gnu.org>
2288
2289         * MAINTAINERS: Update my email address.
2290
2291 2007-12-13  Richard Sandiford  <rsandifo@nildram.co.uk>
2292
2293         * Makefile.tpl (CFLAGS_FOR_TARGET): Add -g.
2294         (CXXFLAGS_FOR_TARGET): Add -O2 -g.
2295         * Makefile.in: Regenerate.
2296
2297 2007-12-10  Mark Heffernan  <meheff@google.com>
2298
2299         * MAINTAINERS (Write After Approval): Add myself and alphabetize two
2300         misplaced entries.
2301
2302 2007-12-10  Andreas Tobler  <a.tobler@schweiz.org>
2303
2304         * configure.ac: Enable libjava for x86_64-*-darwin9.
2305         * configure: Regenerate.
2306
2307 2007-12-07  Bill Maddox  <maddox@google.com>
2308
2309         * MAINTAINERS (Write After Approval): Add myself.
2310
2311 2007-12-05  Ben Elliston  <bje@au.ibm.com>
2312
2313         * config.sub, config.guess: Update from upstream sources.
2314
2315 2007-12-02  Matthias Klose  <doko@ubuntu.com>
2316
2317         * config-ml.in: Remove 64bit configure tests.
2318
2319 2007-11-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2320
2321         * config-ml.in: Robustify against white space in absolute file
2322         names.
2323
2324         * config-ml.in (multi-clean): Substitute ${Makefile}.
2325         Remove superfluous ${Makefile} in list.
2326
2327 2007-11-19  Thiemo Seufer  <ths@mips.com>
2328
2329         * config-ml.in: Don't hardcode the Makefile name.
2330
2331 2007-11-08  Alexander Monakov  <amonakov@ispras.ru>
2332
2333         * MAINTAINERS (Write After Approval): Add myself.
2334
2335 2007-11-07  Samuel Tardieu  <sam@rfc1149.net>
2336
2337         * MAINTAINERS (Write After Approval): Add myself.
2338
2339 2007-11-06  Doug Kwan  <dougkwan@google.com>
2340
2341         * MAINTAINERS (Write After Approval): Add myself.
2342
2343 2007-10-25  Ben Elliston  <bje@au.ibm.com>
2344
2345         * MAINTAINERS (mercury): Remove entry.
2346         (Write After Approval): Add Fergus Henderson <fjh@cs.mu.oz.au>.
2347
2348 2007-10-23  Daniel Jacobowitz  <dan@codesourcery.com>
2349
2350         * Makefile.def (dependencies): Make configure-gdb depend on
2351         all-intl.
2352         * Makefile.in: Regenerated.
2353
2354 2007-10-22  Steven G. Kargl  <kargl@gcc.gnu.org>
2355
2356         * MAINTAINERS (Fortran maintainer): Remove myself.
2357
2358 2007-10-15  Patrick Mansfield  <patmans@us.ibm.com>
2359
2360         * Makefile.def: To avoid problems running with parallel makes,
2361         build newlib before libgloss so that target specific header
2362         files are availble.
2363         * Makefile.in: Regenerate
2364
2365 2007-10-11  Daniel Jacobowitz  <dan@codesourcery.com>
2366
2367         * Makefile.def (dependencies): Add all-gdb -> all-libdecnumber.
2368         * Makefile.in: Regenerate.
2369
2370 2007-10-09  Vladimir Makarov  <vmakarov@redhat.com>
2371
2372         * MAINTAINERS (Register allocation reviewer): Add myself.
2373
2374 2007-10-08  Mike Frysinger  <vapier@gentoo.org>
2375
2376         * configure.ac (CFLAGS_FOR_BUILD, CXXFLAGS_FOR_BUILD,
2377         LDFLAGS_FOR_BUILD): Default them to host flags only for $host = $build.
2378         Set default CXXFLAGS_FOR_BUILD to CXXFLAGS, not CFLAGS.  Set default
2379         LDFLAGS_FOR_BUILD to LDFLAGS, not CFLAGS.
2380         * configure: Regenerate.
2381
2382 2006-10-04  Seongbae Park  <seongbae.park@gmail.com>
2383
2384         * MAINTAINERS (Register allocation reviewer): Add myself.
2385
2386 2007-10-01  Paolo Bonzini  <bonzini@gnu.org>
2387
2388         * Makefile.tpl (AR_FOR_BUILD, AS_FOR_BUILD, CXX_FOR_BUILD,
2389         DLLTOOL_FOR_BUILD, GCJ_FOR_BUILD, GFORTRAN_FOR_BUILD,
2390         LDFLAGS_FOR_BUILD, LD_FOR_BUILD, NM_FOR_BUILD, RANLIB_FOR_BUILD,
2391         WINDMC_FOR_BUILD, WINDRES_FOR_BUILD): Use autoconf substitutions.
2392         * configure.ac: Default them to host tools for $host = $build.
2393         Subst them.
2394
2395         * configure: Regenerate.
2396         * Makefile.in: Regenerate.
2397
2398 2006-09-24  Peter Bergner  <bergner@vnet.ibm.com>
2399
2400         * MAINTAINERS (Register allocation reviewer): Add myself.
2401
2402 2006-09-24  Kenneth Zadeck  <zadeck@naturalbridge.com>
2403
2404         * MAINTAINERS (Register allocation reviewer): Add myself.
2405
2406 2007-09-21  Seongbae Park  <seongbae.park@gmail.com>
2407
2408         * MAINTAINERS (Write After Approval): Fix typo.
2409
2410 2007-09-20  Richard Sandiford  <rsandifo@nildram.co.uk>
2411
2412         * configure.ac (mipsisa*-*-elfoabi*): New stanza.
2413         * configure: Regenerate.
2414
2415 2007-09-20  Paul Jarc  <prj-bugzilla-gcc@multivac.cwru.edu>
2416
2417         PR bootstrap/31906
2418         * libtool-ldflags: Don't prefix arguments with -Xcompiler if
2419         they're already prefixed.
2420
2421 2007-09-19  Benjamin Kosnik  <bkoz@redhat.com>
2422
2423         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Move libgomp before
2424         libstdc++.
2425         * Makefile.def: Add libgomp config as a maybe dependency for libstdc++.
2426         * configure: Regenerate.
2427         * Makefile.in: Regenerate.
2428
2429 2007-09-17  Andreas Schwab  <schwab@suse.de>
2430
2431         * configure.ac: Raise minimum makeinfo version to 4.6.
2432         * configure: Regenerate.
2433
2434 2007-09-17  Johannes Singler  <singler@ira.uka.de>
2435
2436         * MAINTAINERS (write-after-approval) add myself
2437
2438 2007-09-15  Alan Modra  <amodra@bigpond.net.au>
2439
2440         * configure.ac: Correct makeinfo version check.
2441         * configure: Regenerate.
2442
2443 2007-09-14  Richard Sandiford  <rsandifo@nildram.co.uk>
2444
2445         * MAINTAINERS: Update my email address.
2446
2447 2007-09-14  Richard Sandiford  <richard@codesourcery.com>
2448
2449         * configure.ac (mips*-sde-elf*): New stanza.  Add target-libiberty
2450         to $skipdirs and only disable gprof for newlib.  Use the normal
2451         mips*-elf* handling in other respects.
2452         * configure: Regnerate.
2453
2454 2007-09-12  David Daney  <ddaney@avtrex.com>
2455
2456         * configure.ac: Remove mips64*-*-linux* noconfigdirs section, thus
2457         enabling libgcj.
2458         * configure: Regenerate.
2459
2460 2007-09-10  Rask Ingemann Lambertsen  <rask@sygehus.dk>
2461
2462         PR other/32154
2463         * configure.ac: For libgloss targets, point the linker to the linker
2464         script, startup code and simulator library.
2465         * configure: Regenerate.
2466
2467 2007-09-07  Andrew Haley  <aph@redhat.com>
2468
2469         * configure.ac (noconfigdirs): Remove target-libffi and
2470         target-libjava.
2471         * configure: Regenerate.
2472
2473 2007-09-06  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
2474
2475         PR target/33281
2476         * configure.ac: Use config/mh-mingw on mingw.
2477         * configure: Regenerate.
2478
2479 2007-09-05  Pat Haugen  <pthaugen@us.ibm.com>
2480
2481         * MAINTAINERS (Write After Approval): Add myself.
2482
2483 2007-09-05  Richard Guenther  <rguenther@suse.de>
2484
2485         * configure.ac (--enable-stage1-checking): If neither --enable-checking
2486         nor --disable-checking is provided also turn on yes and types
2487         checking for stage1.
2488         * configure: Re-generate.
2489
2490 2007-08-30  Krister Walfridsson  <cato@df.lth.se>
2491
2492         * MAINTAINERS (OS Port Maintainers): Add myself as NetBSD maintainer.
2493         (Write After Approval): Remove myself.
2494
2495 2007-08-29  Nick Clifton  <nickc@redhat.com>
2496
2497         * config.sub, config.guess: Update from upstream sources.
2498
2499 2007-08-22  Bud Davis  <jmdavis@link.com>
2500
2501         * MAINTAINERS (Write After Approval): Added myself.
2502         * MAINTAINERS (Reviewers): Removed myself.
2503
2504 2007-08-18  Paul Brook  <paul@codesourcery.com>
2505             Joseph Myers  <joseph@codesourcery.com>
2506
2507         * Makefile.tpl (DEBUG_PREFIX_CFLAGS_FOR_TARGET): New.
2508         (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Include it.
2509         * Makefile.in: Regenerate.
2510         * configure.ac (--with-debug-prefix-map): New.
2511         * configure: Regenerate.
2512
2513 2007-08-17  Richard Sandiford  <richard@codesourcery.com>
2514             Nigel Stephens  <nigel@mips.com>
2515
2516         * configure.ac (mips*-sde-elf*): New stanza.  Use config/mt-sde
2517         as target_makefile_frag.
2518         * configure: Regenerate.
2519
2520 2007-08-16  Alexandre Oliva  <aoliva@redhat.com>
2521
2522         * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
2523         Add to flags_to_pass.  Adjust uses of BOOT_CFLAGS.
2524         (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
2525         * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
2526         (do-compare, do-compare3, do-compare-debug): New.
2527         ([+compare-target+]): Use them.
2528
2529 2007-08-14  Maxim Kuvyrkov  <maxim@codesourcery.com>
2530
2531         * MAINTAINERS (Write After Approval): Change my email address.
2532
2533 2007-08-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2534             Ben Elliston  <bje@au.ibm.com>
2535
2536         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Pass
2537         --silent if $silent.
2538         * configure: Regenerate.
2539
2540 2003-08-12  Zdenek Dvorak  <ook@ucw.cz>
2541
2542         * MAINTAINERS (Various Maintainers): Add myself as
2543         loop infrastructure maintainer.  Update my e-mail
2544         address.
2545
2546 2007-07-31  Diego Novillo  <dnovillo@google.com>
2547
2548         * MAINTAINERS (Reviewers): Rename from Non-Autopoiesis.
2549         Adjust description.
2550
2551 2007-07-26  Richard Guenther  <rguenther@suse.de>
2552
2553         * configure.ac: Add types checking to stage1 checking flags.
2554         * configure: Regenerate.
2555
2556 2007-07-17  Nick Clifton  <nickc@redhat.com>
2557
2558         * COPYING3: New file.  Contains version 3 of the GNU General
2559         Public License.
2560         * COPYING3.LIB: New file.  Contains version 3 of the GNU
2561         Lesser General Public License.
2562
2563 2007-07-16  Andreas Krebbel  <krebbel1@de.ibm.com>
2564
2565         * MAINTAINERS (S/390 port maintainer): Remove my co-maintainer tag.
2566
2567 2007-07-16  Andreas Krebbel  <krebbel1@de.ibm.com>
2568
2569         * MAINTAINERS (S/390 co-maintainer): Add myself.
2570         (Write After Approval): Remove myself.
2571
2572 2007-07-13  Dan Hipschman  <dsh@google.com>
2573
2574         * MAINTAINERS (Write After Approval): Add myself.
2575
2576 2007-07-11  Nick Clifton  <nickc@redhat.com>
2577
2578         * Makefile.tpl (BUILD_EXPORTS): Escape the newline at the end of the
2579         WINDRES export.
2580         * Makefile.in: Regenerate.
2581
2582 2007-07-05  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
2583
2584         * MAINTAINERS (OS Port Maintainers): Add myself as IRIX, Tru64 UNIX
2585         maintainer.
2586
2587 2007-07-05  H.J. Lu  <hongjiu.lu@intel.com>
2588
2589         * lt~obsolete.m4: New. Import from 20070318 libtool.
2590
2591 2007-07-03  Julian Brown  <julian@codesourcery.com>
2592
2593         * MAINTAINERS (Write After Approval): Add myself.
2594
2595 2007-07-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2596
2597         * configure.ac: Rewrite 'configure --help' strings to look nicer.
2598         * configure: Regenerate.
2599
2600 2007-07-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2601
2602         * configure.ac: Add some missing m4 quotation.
2603         * configure: Regenerate.
2604
2605 2007-07-02  Simon Baldwin  <simonb@google.com>
2606
2607         * MAINTAINERS (Write After Approval): Add myself.
2608
2609 2007-07-02  Paolo Bonzini  <bonzini@gnu.org>
2610
2611         * configure: Regenerate.
2612
2613 2007-07-02  Kai Tietz   <kai.tietz@onevision.com>
2614
2615         * Makefile.def: Add windmc tool to build.
2616         * Makefile.tpl: Likewise.
2617         * configure.ac: Likewise.
2618         * Makefile.in: Regenerate.
2619         * configure: Regenerate.
2620
2621 2007-06-28  DJ Delorie  <dj@redhat.com>
2622
2623         * configure.ac (arm*-*-linux-gnueabi): Don't build libgloss if we're
2624         not building newlib.
2625         * configure: Regenerated.
2626
2627 2007-06-28  Jan Sjodin  <jan.sjodin@amd.com>
2628
2629         * MAINTAINERS (Write After Approval): Add myself.
2630
2631 2007-06-25  Martin Michlmayr  <tbm@cyrius.com>
2632
2633         * MAINTAINERS (Write After Approval): Add myself.
2634
2635 2007-06-19  Chris Matthews  <chrismatthews@google.com>
2636
2637         * MAINTAINERS (Write After Approval): Add myself.
2638
2639 2007-06-19  Rask Ingemann Lambertsen  <rask@sygehus.dk>
2640
2641         * MAINTAINERS (Write After Approval): Add myself.
2642
2643 2007-06-18  Daniel Jacobowitz  <dan@codesourcery.com>
2644
2645         * Makefile.def: Add dependency from configure-gdb to all-bfd.
2646         * Makefile.in: Regenerated.
2647
2648 2007-06-14  Bernd Schmidt  <bernd.schmidt@analog.com>
2649
2650         * configure.ac: Don't add target-libmudflap to noconfigdirs for
2651         bfin*-*-uclinux* targets.
2652         * configure: Regenerate.
2653
2654 2007-06-14  Ian Lance Taylor  <iant@google.com>
2655
2656         * MAINTAINERS: Add myself as non-algorithmic global write
2657         maintainer.
2658
2659 2007-06-14  Diego Novillo  <dnovillo@google.com>
2660
2661         * MAINTAINERS: Add self as middle-end maintainer and
2662         non-algorithmic global write maintainer.
2663
2664 2007-06-14  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
2665
2666         * MAINTAINERS: Change spelling from "fortran 95" to "Fortran".
2667         Move all Fortran maintainers except Paul Brook into the
2668         Non-Autopoiesis section.
2669
2670 2007-06-14  Paolo Bonzini  <bonzini@gnu.org>
2671
2672         * Makefile.tpl (cleanstrap): Don't delete the toplevel Makefile.
2673         (distclean-stage[+id+]): Possibly delete stage_last.
2674         * Makefile.in: Regenerate.
2675
2676 2007-06-12  Seongbae Park  <seongbae.park@gmail.com>
2677
2678         * MAINTAINERS (Various Maintainer): Fix typo.
2679
2680 2007-06-11  Paolo Bonzini  <bonzini@gnu.org>
2681
2682         * MAINTAINERS (Various Maintainer): Add myself as
2683         dataflow maintainer.
2684
2685 2007-06-07  Ben Elliston  <bje@au.ibm.com>
2686
2687         * config.sub, config.guess: Update from upstream sources.
2688
2689 2007-06-07  Ben Elliston  <bje@au.ibm.com>
2690
2691         * Makefile.tpl: Fix spelling error.
2692         * Makefile.in: Regenerate.
2693
2694 2007-06-01  Steve Ellcey  <sje@cup.hp.com>
2695
2696         * libtool.m4 (LT_CMD_MAX_LEN): Try using getconf to set
2697         lt_cv_sys_max_cmd_len.
2698
2699 2007-05-31  Dorit Nuzman   <dorit@il.ibm.com>
2700
2701         * MAINTAINERS (Various Maintainers): Add myself as
2702         auto-vectorizer maintainer.
2703
2704 2003-05-31  Paolo Bonzini  <bonzini@gnu.org>
2705
2706         PR libjava/32098
2707         * libtool.m4: Revert previous change.
2708         * ltgcc.m4: Put it here.
2709
2710 2003-05-30  Zdenek Dvorak  <dvorakz@suse.cz>
2711
2712         * MAINTAINERS (Various Maintainers): Add myself as
2713         auto-vectorizer maintainer.
2714
2715 2007-05-30  H.J. Lu  <hongjiu.lu@intel.com>
2716
2717         PR libjava/32098
2718         * libtool.m4 (_LT_LANG_GCJ_CONFIG): Use gcc to test gcj features.
2719
2720 2007-05-30  Richard Guenther  <rguenther@suse.de>
2721
2722         * MAINTAINERS (Various Maintainers): Add myself as
2723         auto-vectorizer maintainer.
2724
2725 2007-05-30  Jakub Jelinek  <jakub@redhat.com>
2726
2727         PR bootstrap/29382
2728         * configure.ac: Don't use -fkeep-inline-functions for GCC < 3.3.1.
2729         * configure: Rebuilt.
2730
2731 2007-05-28  Roberto Costa  <robsettantasei@gmail.com>
2732
2733         * MAINTAINERS (Write After Approval): Removed my name.
2734
2735 2007-05-25  Steven Bosscher  <steven@gcc.gnu.org>
2736
2737         * MAINTAINERS (Write After Approval): Remove myself.
2738
2739 2007-05-25  Andreas Tobler  <a.tobler@schweiz.org>
2740
2741         * ltmain.sh: Fix Darwin verstring, remove ${wl}.
2742
2743 2007-05-23  Steve Ellcey  <sje@cup.hp.com>
2744
2745         * ltmain.sh: Update from ToT Libtool.
2746         * libtool.m4: Update from ToT Libtool.
2747         * ltsugar.m4: New. Update from ToT Libtool.
2748         * ltversion.m4: New. Update from ToT Libtool.
2749         * ltoptions.m4: New. Update from ToT Libtool.
2750         * ltconfig: Remove.
2751         * ltcf-c.sh: Remove.
2752         * ltcf-cxx.sh: Remove.
2753         * ltcf-gcj.sh: Remove.
2754
2755 2007-05-22  Ollie Wild  <aaw@google.com>
2756
2757         * MAINTAINERS (Write After Approval): Add myself.
2758
2759 2007-05-16  Paolo Bonzini  <bonzini@gnu.org>
2760
2761         * Makefile.def (bootstrap_stage): Replace stage_make_flags with
2762         stage_cflags.
2763         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS, POSTSTAGE1_FLAGS_TO_PASS):
2764         Remove CFLAGS/LIBCFLAGS.
2765         (configure-stage[+id+]-[+prefix+][+module+],
2766         all-stage[+id+]-[+prefix+][+module+]): Pass it from [+stage_cflags+].
2767         * Makefile.in: Regenerate.
2768
2769 2007-05-15  Diego Novillo  <dnovillo@google.com>
2770
2771         * MAINTAINERS: Update e-mail address.
2772
2773 2007-05-15  Revital Eres  <eres@il.ibm.com>
2774
2775         * MAINTAINERS (Write After Approval): Add myself.
2776
2777 2007-05-14  Roberto Costa  <robsettantasei@gmail.com>
2778
2779         * MAINTAINERS (Write After Approval): Updated my address.
2780
2781 2007-05-14  Thomas Neumann  <tneumann@users.sourceforge.net>
2782
2783         * MAINTAINERS (Write After Approval): Add myself.
2784
2785 2007-05-11  Silvius Rus  <rus@google.com>
2786
2787         * MAINTAINERS (Write After Approval): Add myself.
2788
2789 2007-04-23  Tom Tromey  <tromey@redhat.com>
2790
2791         * MAINTAINERS: Added myself as non-algorithmic libcpp maintainer.
2792
2793 2007-04-22  Mark Mitchell  <mark@codesourcery.com>
2794
2795         * MAINTAINERS (cpplib): Rename to ...
2796         (libcpp): ... this.  Add C/C++ front end maintainers.
2797
2798 2007-04-14  Steve Ellcey  <sje@cup.hp.com>
2799
2800         * config-ml.in: Pass ${ml_config_env} to configure calls.
2801
2802 2007-04-04  Christian Bruel  <christian.bruel@st.com>
2803
2804         * MAINTAINERS (Write After Approval): Add myself.
2805
2806 2007-04-02  Dave Korn  <dave.korn@artimi.com>
2807
2808         * MAINTAINERS (Write After Approval): Add myself.
2809
2810 2007-03-31  Tobias Burnus  <burnus@net-b.de>
2811
2812         * MAINTAINERS (fortran 95 front end): Add myself.
2813
2814 2007-03-28  Dwarakanath Rajagopal  <dwarak.rajagopal@amd.com>
2815
2816         * MAINTAINERS (Write After Approval): Add myself.
2817
2818 2007-03-24  Ayal Zaks  <zaks@il.ibm.com>
2819
2820         * MAINTAINERS (Modulo Scheduler): Add myself.
2821
2822 2007-03-23  Brooks Moses  <brooks.moses@codesourcery.com>
2823
2824         * MAINTAINERS (fortran 95 front end): Add myself.
2825         (c++ front end): whitespace fix.
2826
2827 2007-03-22  Nathan Froyd  <froydnj@codesourcery.com>
2828
2829         * MAINTAINERS (Write After Approval): Add myself.
2830
2831 2007-03-21  Richard Sandiford  <richard@codesourcery.com>
2832
2833         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix m4 quoting
2834         of glob.  Quote arguments with single quotes too.
2835         * configure: Regenerate.
2836
2837 2007-03-12  Brooks Moses  <brooks.moses@codesourcery.com>
2838
2839         * Makefile.def (fixincludes): Remove unneeded "missing" lines.
2840         * Makefile.in: Regenerate
2841
2842 2007-03-07  Andreas Schwab  <schwab@suse.de>
2843
2844         * configure: Regenerate.
2845
2846 2007-03-01  Brooks Moses  <brooks.moses@codesourcery.com>
2847
2848         * configure.ac: Add "--with-pdfdir" configure option,
2849         which defines pdfdir variable.
2850         * Makefile.def (target=fixincludes): Add install-pdf to
2851         missing targets.
2852         (recursive_targets): Add install-pdf target.
2853         (flags_to_pass): Add pdfdir.
2854         * Makefile.tpl: Add pdfdir handling, add do-install-pdf
2855         target.
2856         * configure: Regenerate
2857         * Makefile.in: Regenerate
2858
2859 2007-02-28  Eric Christopher  <echristo@apple.com>
2860
2861         Revert:
2862         2006-12-07  Mike Stump  <mrs@apple.com>
2863
2864         * Makefile.def (dependencies): Add dependency for
2865         install-target-libssp and install-target-libgomp on
2866         install-gcc.
2867         * Makefile.in: Regenerate.
2868
2869 2007-02-27  Matt Kraai  <kraai@ftbfs.org>
2870
2871         * configure: Regenerate.
2872         * configure.ac: Move statements after variable declarations.
2873
2874 2007-02-19  Kaz Kojima  <kkojima@gcc.gnu.org>
2875
2876         * MAINTAINERS: Add myself as sh maintainer.
2877
2878 2007-02-19  Joseph Myers  <joseph@codesourcery.com>
2879
2880         * configure.ac: Adjust for loop syntax.
2881         * configure: Regenerate.
2882
2883 2007-02-18  Alexandre Oliva  <aoliva@redhat.com>
2884
2885         * configure: Rebuilt.
2886
2887 2007-02-18  Alexandre Oliva  <aoliva@redhat.com>
2888
2889         * configure.ac: Drop multiple occurrences of --enable-languages,
2890         and fix its quoting.
2891         * configure: Rebuilt.
2892
2893 2007-02-17  Mark Mitchell  <mark@codesourcery.com>
2894             Nathan Sidwell  <nathan@codesourcery.com>
2895             Vladimir Prus  <vladimir@codesourcery.com>
2896             Joseph Myers  <joseph@codesourcery.com>
2897
2898         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix quoting.
2899         * configure: Regenerate.
2900
2901 2007-02-14  Gerald Pfeifer  <gerald@pfeifer.com>
2902
2903         * ltconfig (freebsd*): Default to elf.
2904
2905 2007-02-13  Daniel Jacobowitz  <dan@codesourcery.com>
2906
2907         * configure.ac (target_libraries): Move libgcc before libiberty.
2908         * configure: Regenerated.
2909
2910 2007-02-13  Daniel Jacobowitz  <dan@codesourcery.com>
2911             Paolo Bonzini  <bonzini@gnu.org>
2912
2913         PR bootstrap/30753
2914         * configure.ac: Remove obsolete build / host tests.  Use AC_PROG_CC
2915         unconditionally.  Use AC_PROG_CXX.  Use ACX_TOOL_DIRS to find $prefix.
2916         * configure: Regenerated.
2917
2918 2007-02-11  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
2919
2920         * MAINTAINERS (Language Front End Maintainers): Update my mail
2921         address.
2922
2923 2007-02-09  Daniel Jacobowitz  <dan@codesourcery.com>
2924
2925         PR bootstrap/30748
2926         * configure.ac: Correct syntax for Solaris ksh.
2927         * configure: Regenerated.
2928
2929 2007-02-09  Paolo Bonzini  <bonzini@gnu.org>
2930
2931         * configure.ac: Sync with src.
2932         * configure: Regenerate.
2933
2934 2007-02-09  Paolo Bonzini  <bonzini@gnu.org>
2935
2936         * Makefile.in: Regenerate.
2937
2938 2007-02-09  Paolo Bonzini  <bonzini@gnu.org>
2939
2940         * config.sub: Sync with src.
2941
2942 2007-02-09  Daniel Jacobowitz  <dan@codesourcery.com>
2943
2944         * Makefile.tpl (build_alias, host_alias, target_alias): Use
2945         noncanonical equivalents.
2946         * configure.in: Rename to...
2947         * configure.ac: ...this.  Update AC_PREREQ.  Prevent error for
2948         AS_FOR_TARGET.  Set build_noncanonical, host_noncanonical, and
2949         target_noncanonical.  Use them.  Rewrite removal of configure
2950         arguments for autoconf 2.59.  Discard variable settings.  Force
2951         program_transform_name for native tools.
2952
2953         * Makefile.in: Regenerated.
2954         * configure: Regenerated with autoconf 2.59.
2955
2956 2007-02-07  Roman Zippel  <zippel@linux-m68k.org>
2957
2958         * MAINTAINERS (Write After Approval): Add myself.
2959
2960 2007-01-31  Andreas Schwab  <schwab@suse.de>
2961
2962         * Makefile.tpl (LDFLAGS): Substitute it.
2963         * Makefile.in: Regenerate.
2964
2965 2007-01-30  Andrey Belevantsev  <abel@ispras.ru>
2966
2967         * MAINTAINERS (Write After Approval): Add myself.
2968
2969 2007-01-28  David Edelsohn  <edelsohn@gnu.org>
2970
2971         * MAINTAINERS (spu port): Add myself.
2972
2973 2007-01-23  Richard Guenther  <rguenther@suse.de>
2974
2975         PR bootstrap/30541
2976         * Makefile.def (flags_to_pass): Add GNATBIND and GNATMAKE.
2977         * Makefile.tpl (GNATBIND): Substitute it.
2978         (GNATMAKE): Likewise.
2979         (POSTSTAGE1_FLAGS_TO_PASS): Pass staged GNATBIND instead
2980         of STAGE_PREFIX.
2981         * Makefile.in: Regenerate.
2982         * configure: Regenerate.
2983
2984 2007-01-18  Mike Stump  <mrs@apple.com>
2985
2986         * configure.in: Re-enable -Werror for gcc builds.
2987
2988 2007-01-11  Harsha Jagasia  <harsha.jagasia@amd.com>
2989
2990         * MAINTAINERS (Write After Approval): Add myself.
2991
2992 2007-01-11  Paolo Bonzini  <bonzini@gnu.org>
2993
2994         * configure.in: Change == to = in test command.
2995         * configure: Regenerate.
2996
2997 2007-01-11  Paolo Bonzini  <bonzini@gnu.org>
2998             Nick Clifton  <nickc@redhat.com>
2999             Kaveh R. Ghazi  <ghazi@caip.rutgets.edu>
3000
3001         * configure.in (build_configargs, host_configargs, target_configargs):
3002         Remove build/host/target parameters.
3003         (host_libs): Add gmp and mpfr.
3004         (GMP tests): Reorganize to allow in-tree GMP/MPFR.
3005         * Makefile.def (gmp, mpfr): New.
3006         (gcc): Remove target.
3007         * Makefile.tpl (build_os, build_vendor, host_os, host_vendor,
3008         target_os, target_vendor): New.
3009         (configure): Add host_alias/target_alias arguments; adjust invocations.
3010         * configure: Regenerate.
3011         * Makefile.in: Regenerate.
3012
3013 2007-01-11  Matt Fago  <fago@earthlink.net>
3014
3015         * configure.in: Try to link to functions only in mpfr 2.2.x
3016         to improve robustness of configure tests.
3017         * configure: Regenerate.
3018
3019 2007-01-09  Uros Bizjak  <ubizjak@gmail.com>
3020
3021         * MAINTAINERS: Add myself as i386 maintainer.
3022
3023 2007-01-08  Jan Hubicka  <jh@suse.cz>
3024
3025         * MAINTAINERS: Add myself as i386 maintainer.
3026
3027 2007-01-08  Kai Tietz   <kai.tietz@onevision.com>
3028
3029         * configure.in: Add support for an x86_64-mingw* target.
3030         * configure: Regenerate.
3031
3032 2007-01-05  Daniel Jacobowitz  <dan@codesourcery.com>
3033
3034         * Makefile.tpl (all-target): Correct @if conditional for target
3035         modules.
3036         * configure.in: Omit libiberty if building only target libgcc.
3037         * configure, Makefile.in: Regenerated.
3038
3039 2007-01-04  Paolo Bonzini  <bonzini@gnu.org>
3040
3041         * configure.in: Use DEV-PHASE to detect default for --enable-werror.
3042         * configure: Regenerate.
3043
3044 2007-01-03  Daniel Jacobowitz  <dan@codesourcery.com>
3045
3046         * Makefile.def (target_modules): Add libgcc.
3047         (lang_env_dependencies): Remove default items.  Use no_c and no_gcc.
3048         * Makefile.tpl (clean-target-libgcc): Delete.
3049         (configure-target-[+module+]): Emit --disable-bootstrap dependencies
3050         on gcc even for bootstrapped modules.  Rewrite handling of
3051         lang_env_dependencies to loop over target_modules.
3052         * configure.in (target_libraries): Add target-libgcc.
3053         * Makefile.in, configure: Regenerated.
3054
3055 2006-12-29  Paolo Bonzini  <bonzini@gnu.org>
3056
3057         * configure.in: Reorganize recognition of languages.  Add
3058         --enable-stage1-languages.  Show supported languages for the chosen
3059         target rather than all recognized languages.
3060         * configure: Regenerate.
3061
3062 2006-12-29  Paolo Bonzini  <bonzini@gnu.org>
3063
3064         * Makefile.tpl (GCC_STRAP_TARGETS, all-prebootstrap): Remove.
3065         * Makefile.in: Regenerate.
3066
3067 2006-12-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3068
3069         * configure.in: Warn that MPFR 2.2.0 is buggy.
3070         * configure: Regenerate.
3071
3072 2006-12-27  Ian Lance Taylor  <iant@google.com>
3073
3074         * configure.in: When removing Makefiles to force a reconfigure, also
3075         remove prev-DIR*/Makefile.
3076         * configure: Regenerate.
3077
3078 2006-12-22  Andreas Schwab  <schwab@suse.de>
3079
3080         * configure: Regenerate with correct autoconf version.
3081
3082 2006-12-20  Adam Megacz  <megacz@cs.berkeley.edu>
3083
3084         * configure.in: add AC_SUBST for *_FOR_TARGET.
3085         * configure: Regenerate.
3086
3087 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
3088
3089         * configure.in: Simplify logic for rejecting languages that cannot
3090         be built.  Separate the case when a language is unsupported,
3091         from the case when the user chooses not to build a language.
3092
3093 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
3094
3095         * configure.in: Remove "$build" case for powerpc-*-darwin* since
3096         it only affects bootstrap and could be tested on "$host" as well.
3097         * configure: Regenerate.
3098         * config/mh-ppc-darwin: Add to the stage1 cflags here.
3099
3100 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
3101
3102         PR bootstrap/29544
3103         * Makefile.def (flags_to_pass): Add STAGE1_CHECKING.
3104         (bootstrap_stage): Add STAGE1_CHECKING to stage1 configure flags,
3105         move here comment from Makefile.tpl.
3106         * Makefile.tpl: Move some definitions higher in the file.
3107         (STAGE1_CHECKING): New.
3108         * configure.in: Add --enable-stage1-checking.
3109         * configure: Regenerate.
3110         * Makefile.in: Regenerate.
3111
3112 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
3113
3114         * MAINTAINERS: Add myself as build system maintainer.
3115
3116 2006-12-15  Simon Martin  <simartin@users.sourceforge.net>
3117
3118         * MAINTAINERS (Write After Approval): Add myself.
3119
3120 2006-12-13  Eric Christopher  <echristo@apple.com>
3121
3122         * MAINTAINERS: Add myself as darwin maintainer.
3123
3124 2006-12-11  Ian Lance Taylor  <ian@airs.com>
3125
3126         * MAINTAINERS: Add myself as libgcc and fp-bit maintainer.
3127
3128 2006-12-11  Joern Rennecke  <joern.rennecke@arc.com>
3129
3130         MAINTAINERS: Update my entry.
3131
3132 2006-12-11  Alan Modra  <amodra@bigpond.net.au>
3133
3134         * configure.in:  Handle spu makefile frag.
3135         * Makefile.tpl (MAINT): Define
3136         (MAINTAINER_MODE_FALSE, MAINTAINER_MODE_TRUE): Define.
3137         * configure: Regenerate.
3138         * Makefile.in: Regenerate.
3139
3140 2006-12-11  Ben Elliston  <bje@au.ibm.com>
3141
3142         * config.guess: Import latest version.
3143         * config.sub: Likewise.
3144
3145 2006-12-11  Ben Elliston  <bje@au.ibm.com>
3146
3147         * configure.in (spu-*-*): Don't skip target-libiberty.
3148         * configure: Regenerate.
3149
3150 2006-12-10  Andreas Tobler  <a.tobler@schweiz.org>
3151
3152         PR bootstrap/30134
3153         * configure.in: Correct x86 darwin support for libjava to powerpc
3154         and i?86 only.
3155         * configure: Regenerate.
3156
3157 2006-12-08  Sandro Tolaini  <tolaini@libero.it>
3158
3159         * configure.in: Add x86 darwin support for libjava.
3160         * configure: Regenerate.
3161
3162 2006-12-07  Mike Stump  <mrs@apple.com>
3163
3164         * Makefile.def (dependencies): Add dependency for
3165         install-target-libssp and install-target-libgomp on
3166         install-gcc.
3167         * Makefile.in: Regenerate.
3168
3169 2006-12-04  Richard Guenther  <rguenther@suse.de>
3170
3171         * MAINTAINERS (Non-Algorithmic Maintainers): New section.
3172         (Non-Algorithmic Maintainers): Move over non-algorithmic
3173         loop optimizer maintainers, add myself as a non-algorithmic
3174         middle-end maintainer.
3175
3176 2006-12-04  Daniel Franke  <franke.daniel@gmail.com>
3177
3178         * MAINTAINERS (Write After Approval): Add myself.
3179
3180 2006-12-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3181
3182         * configure.in: Update error message for missing GMP/MPFR.
3183
3184         * configure: Regenerate.
3185
3186 2006-12-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3187
3188         * configure.in: Update MPFR version in error message.
3189
3190         * configure: Regenerate.
3191
3192 2006-11-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3193
3194         * configure.in (--with-mpfr-dir, --with-gmp-dir): Remove flags.
3195         (--with-mpfr-include, --with-mpfr-lib, --with-gmp-include,
3196         --with-gmp-lib): New flags.
3197
3198         * configure: Regenerate.
3199
3200 2006-11-25  Brooks Moses  <brooks.moses@codesourcery.com>
3201
3202         * MAINTAINERS (Write After Approval): Change my email address.
3203
3204 2006-11-23  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
3205
3206         * MAINTAINERS (Write After Approval): Add myself.
3207
3208 2006-11-22  Philipp Thomas  <pth@suse.de>
3209
3210         * MAINTAINERS (i18n): Update e-mail address.
3211
3212 2006-11-21  Trevor Smigiel  <trevor_smigiel@playstation.sony.com>
3213
3214         * MAINTAINERS (spu port): Add myself as maintainer.
3215         (Write After Approval): Remove myself.
3216
3217 2006-11-22  Ben Elliston  <bje@au.ibm.com>
3218
3219         * configure.in (skipdirs): Don't build libssp for SPU.
3220         * configure: Regenerate.
3221
3222 2006-11-21  Andrew Pinski  <andrew_pinski@playstation.sony.com>
3223
3224         * MAINTAINERS (spu port): Add myself as maintainer.
3225         (libobjc): Update my email address.
3226
3227 2006-11-21  Andrea Bona  <andrea.bona@st.com>
3228
3229         * MAINTAINERS (Write After Approval): Add myself.
3230
3231 2006-11-20  Trevor Smigiel  <trevor_smigiel@playstation.sony.com>
3232
3233         * configure.in (skipdirs) : Don't build target-libiberty for SPU.
3234         * configure : Rebuilt.
3235
3236 2006-11-20  Trevor Smigiel  <trevor_smigiel@playstation.sony.com>
3237
3238         * MAINTAINERS (Write After Approval): Add myself.
3239
3240 2006-11-20  Andrea Ornstein  <andrea.ornstein@st.com>
3241
3242         * MAINTAINERS (Write After Approval): Add myself.
3243
3244 2006-11-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3245
3246         * configure.in (--with-mpfr-dir): Also look in .libs and _libs for
3247         libmpfr.a.
3248         * configure: Regenerate.
3249
3250 2006-11-16  Paolo Bonzini  <bonzini@gnu.org>
3251
3252         * Makefile.tpl (clean-target-libgcc): Test for gcc Makefile presence.
3253         (unstage): Test for stage_last presence.
3254
3255         PR bootstrap/29802
3256         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Add HOST_SUBDIR in
3257         STAGE_PREFIX.
3258         * Makefile.in: Regenerate.
3259
3260 2003-11-16  Zdenek Dvorak  <dvorakz@suse.cz>
3261
3262         * MAINTAINERS: Add myself and Daniel Berlin as loop optimizer
3263         maintainers.
3264
3265 2006-11-14  Erven Rohou  <erven.rohou@st.com>
3266
3267         * MAINTAINERS (Write After Approval): Add myself.
3268
3269 2006-11-14  Paolo Bonzini  <bonzini@gnu.org>
3270
3271         * Makefile.tpl (clean-stage*): Test separately for package/Makefile
3272         and stageN-package/Makefile.
3273         * Makefile.in: Regenerated.
3274
3275 2006-11-14  Jie Zhang  <jie.zhang@analog.com>
3276
3277         * configure.in: Remove target-libgloss from noconfigdirs for
3278         bfin-*-*.
3279         * configure: Regenerated.
3280
3281 2006-11-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3282
3283         * configure.in (have_gmp): Only error if the gcc directory exists.
3284
3285         * configure: Regenerate.
3286
3287 2006-11-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3288
3289         * configure.in: Robustify error message for missing GMP/MPFR.
3290
3291         * configure: Regenerate.
3292
3293 2006-10-31  Stephen M. Webb  <stephen.webb@bregmasoft.com>
3294
3295         * MAINTAINERS (Write After Approval): Add myself.
3296
3297 2006-10-30  Uros Bizjak  <ubizjak@gmail.com>
3298
3299         * MAINTAINERS: Change email address.
3300
3301 2006-10-30  Vladimir Prus  <vladimir@codesourcery.com>
3302
3303         * MAINTAINERS (Write After Approval): Add myself.
3304
3305 2006-10-26  Peter Bergner  <bergner@vnet.ibm.com>
3306
3307         * MAINTAINERS (Write After Approval): Add myself.
3308
3309 2006-10-25  Chen Liqin  <liqin@sunnorth.com.cn>
3310
3311         * MAINTAINERS (Write After Approval): Move myself to
3312         Write After Approval section.
3313
3314 2006-10-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3315
3316         * configure.in: Require GMP-4.1+ and MPFR-2.2+.  Don't check
3317         need_gmp anymore.
3318         * configure: Regenerate.
3319
3320 2006-10-16  Tobias Burnus  <burnus@net-b.de>
3321
3322         * MAINTAINERS (Write After Approval): Add myself.
3323
3324 2006-10-16  Ben Elliston  <bje@au.ibm.com>
3325
3326         * config.guess: Import latest version.
3327         * config.sub: Likewise.
3328
3329 2006-10-10  Brooks Moses  <bmoses@stanford.edu>
3330
3331         * Makefile.def: Added pdf target handling.
3332         * Makefile.tpl: Added pdf target handling.
3333         * Makefile.in: Regenerated.
3334
3335 2006-10-10  Chen Liqin  <liqin@sunnorth.com.cn>
3336
3337         * MAINTAINERS: Add self as score port maintainer.
3338
3339 2006-10-04  Brooks Moses  <bmoses@stanford.edu>
3340
3341         * MAINTAINERS (Write After Approval): Add myself.
3342
3343 2006-09-27  Steven G. Kargl  <kargl@gcc.gnu.org>
3344
3345         * configure.in: Check for GMP 4.1 or newer.  Check for MPFR 2.2.0
3346         or newer.
3347         * configure: Regenerated.
3348
3349 2006-09-27  Dave Brolley  <brolley@redhat.com>
3350
3351         * configure.in (RUNTEST): Look for 'runtest' in the source tree by
3352         using $s instead of $r.
3353         * configure: Regenerated.
3354
3355 2006-09-26  Thiemo Seufer  <ths@mips.com>
3356
3357         * configure.in: Remove redundant handling of mips*-dec-bsd*. Likewise
3358         for mipstx39-*-*. Disable libgloss for mips64*-*-linux*.
3359         * configure: Regenerate.
3360
3361 2006-09-24  Graeme Peterson  <gridly@gmail.com>
3362
3363         * MAINTAINERS (Write After Approval): Remove myself.
3364
3365 2006-09-22  Chao-ying Fu  <fu@mips.com>
3366
3367         * MAINTAINERS (Write After Approval): Add myself.
3368
3369 2006-09-10  Joseph S. Myers  <joseph@codesourcery.com>
3370
3371         * MAINTAINERS: Add self as soft-fp maintainer.
3372
3373 2006-09-09  Anatoly Sokolov  <aesok@post.ru>
3374
3375         * MAINTAINERS: Add myself as avr maintainer.
3376         Remove Marek Michalkiewicz as avr maintainer.
3377
3378 2006-09-07  Roberto Costa  <roberto.costa@st.com>
3379
3380         * MAINTAINERS (Write After Approval): Add myself.
3381
3382 2006-08-30  Corinna Vinschen  <corinna@vinschen.de>
3383
3384         * configure.in: Never build newlib for a Mingw host.
3385         Never build newlib as Mingw target library.
3386         Test the existence of winsup/cygwin for building a Cygwin newlib,
3387         rather than just winsup.
3388         Add winsup/mingw and winsup/w32api paths to FLAGS_FOR_TARGET if
3389         building a Mingw target.
3390         * configure: Regenerate.
3391
3392 2006-08-08  Eric Botcazou  <ebotcazou@libertysurf.fr>
3393
3394         * MAINTAINERS (Various Maintainers): Add self as RTL opt. maintainer.
3395
3396 2006-07-25  Paolo Bonzini  <bonzini@gnu.org>
3397
3398         * config.guess: Import from src (was more updated).
3399         * config.sub: Likewise.
3400
3401 2006-07-22  Daniel Jacobowitz  <dan@codesourcery.com>
3402
3403         * configure.in: Allow mingw32 and cygwin targets to build cross-gdb.
3404         * configure: Regenerated.
3405
3406 2006-07-18  Paolo Bonzini  <bonzini@gnu.org>
3407
3408         * Makefile.tpl (configure-stageN-MODULE): Pass --with-build-libsubdir
3409         for stages after the first.
3410
3411 2006-07-17  Jakub Jelinek  <jakub@redhat.com>
3412
3413         * Makefile.def: Add dependencies for configure-opcodes
3414         on configure-intl and all-opcodes on all-intl.
3415         * Makefile.in: Regenerated.
3416
3417 2006-07-13  Ben Elliston  <bje@au.ibm.com>
3418
3419         * MAINTAINERS (Various Maintainers): Add myself as dfp maintainer.
3420
3421 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
3422
3423         Port to hosts whose 'sort' and 'tail' implementations
3424         treat operands with leading '+' as file names, as POSIX
3425         has required since 2001.  However, make sure the code still
3426         works on pre-POSIX hosts.
3427         * ltmain.sh: Don't assume "sort +2" is equivalent to
3428         "sort -k 3", since POSIX 1003.1-2001 no longer requires this.
3429
3430 2006-07-05  Ulrich Weigand  <uweigand@de.ibm.com>
3431
3432         * MAINTAINERS (Various Maintainers): Add myself as reload maintainer.
3433
3434 2006-07-04  Peter O'Gorman  <peter@pogma.com>
3435
3436         * ltconfig: chmod 644 before ranlib during install.
3437
3438 2006-07-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
3439
3440         PR bootstrap/18058
3441         * configure.in: Add -fkeep-inline-functions to CFLAGS for stage 1
3442         if the bootstrap compiler is a GCC version that supports it.
3443         * configure: Regenerate.
3444
3445 2006-07-03  Paolo Bonzini  <bonzini@gnu.org>
3446
3447         * configure.in: Fix thinkos in previous check-in.
3448         * configure: Regenerate.
3449
3450 2006-07-03  Paolo Bonzini  <bonzini@gnu.org>
3451
3452         PR other/27063
3453         * configure.in: Test subdir_requires and give an appropriate
3454         error message.
3455         * configure: Regenerate.
3456
3457 2006-07-01  Andrew John Hughes  <gnu_andrew@member.fsf.org>
3458
3459         * MAINTAINERS (Write After Approval): Add myself.
3460
3461 2006-06-22  John David Anglin  <dave.anglin@nrc.ca>
3462
3463         * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
3464
3465 2006-06-22  Steve Ellcey  <sje@cup.hp.com>
3466
3467         * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
3468
3469 2006-06-20  David Ayers  <d.ayers@inode.at>
3470
3471         PR bootstrap/28072
3472         * configure.in: Add target-boehm-gc to noconfigdirs depending on
3473         whether target-libjava is being configured instead of whether the
3474         java front end is enabled.
3475         * configure: Regenerate.
3476
3477 2006-06-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
3478
3479         PR target/27540
3480         * configure.in: Only enable libgomp on IRIX 6.
3481         * configure: Regenerate.
3482
3483 2006-06-15  Paolo Bonzini  <bonzini@gnu.org>
3484
3485         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Export CFLAGS and LDFLAGS
3486         too.
3487         * Makefile.in: Regenerate.
3488
3489 2006-06-13  Jeff Johnston  <jjohnstn@redhat.com>
3490
3491         * config-ml.in: Alter CCASFLAGS to include special
3492         multilib options the same as is done for CFLAGS.
3493
3494 2006-06-12  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
3495
3496         * configure.in: Don't enable libgomp on hpux10.
3497         * configure: Rebuilt.
3498
3499 2006-06-12  David Ayers  <d.ayers@inode.at>
3500
3501         PR bootstrap/27963
3502         PR target/19970
3503         * configure.in: Remove target-boehm-gc from noconfigdirs where
3504         ${libgcj} is specified.
3505         * configure: Regenerate.
3506
3507 2006-06-06  Carlos O'Donell  <carlos@codesourcery.com>
3508
3509         Sync from src:
3510
3511         * configure.in: Sync.
3512         * configure: Regenerated.
3513
3514         2006-05-31  Daniel Jacobowitz  <dan@codesourcery.com>
3515
3516         * Makefile.def: Added dependencies from sim and gdb on intl, and
3517         added configure dependencies to everything with an all dependency
3518         on intl.
3519         * Makefile.in: Regenerated.
3520
3521 2006-06-06  David Ayers  <d.ayers@inode.at>
3522
3523         PR libobjc/13946
3524         * Makefile.def: Add dependencies for libobjc which boehm-gc.
3525         * Makefile.in: Regenerate.
3526         * configure.in: Add --enable-objc-gc at toplevel and have it
3527         enable boehm-gc for Objective-C.
3528         Remove target-boehm-gc from libgcj.
3529         Add target-boehm-gc to target_libraries.
3530         Add target-boehm-gc to noconfigdirs where ${libgcj}
3531         is specified.
3532         Assert that boehm-gc is supported when requested for Objective-C.
3533         Only build boehm-gc if needed either for Java or Objective-C.
3534         * configure: Regenerate.
3535
3536 2006-06-05  Paolo Bonzini  <bonzini@gnu.org>
3537
3538         PR 27674
3539         * Makefile.tpl (configure-[+prefix+][+module+],
3540         all-[+prefix+][+module+]): Depend on stage_current if bootstrapping.
3541         Remove rule to unstage bootstrapped modules.
3542         (stage_current): New.
3543         * Makefile.in: Regenerate.
3544
3545 2006-06-03  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
3546
3547         * MAINTAINERS (Write After Approval): Update my e-mail address.
3548
3549 2006-06-01  Mark Shinwell  <shinwell@codesourcery.com>
3550
3551         * include/libiberty.h: Declare pex_run_in_environment.
3552
3553 2006-05-31  Asher Langton  <langton2@llnl.gov>
3554
3555         * MAINTAINERS (Write After Approval): Add myself.
3556
3557 2006-05-25  Paolo Bonzini  <bonzini@gnu.org>
3558
3559         * Makefile.def (bfd, opcodes): Fix lib_path.
3560         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Replace ADAC with ADAFLAGS.
3561         (restrap): Move under "@if gcc-bootstrap".  Fix typo.
3562         * Makefile.in: Regenerate.
3563
3564 2006-05-24  Carlos O'Donell  <carlos@codesourcery.com>
3565
3566         * Makefile.in: Regenerate.
3567
3568 2006-05-24  Carlos O'Donell  <carlos@codesourcery.com>
3569
3570         * Makefile.def: Add install-html target. Add datarootdir
3571         docdir and htmldir to flags_to_pass.
3572         * Makefile.tpl: Add install-html target.
3573         * Makefile.in: Regenerate.
3574         * configure.in: Add --with-datarootdir, --with-docdir, and
3575         --with-htmldir options. AC_SUBST datarootdir, docdir and htmldir.
3576         * configure: Regenerate.
3577
3578 2006-05-24  Mark Shinwell  <shinwell@codesourcery.com>
3579
3580         * configure.in: Enable gprof for cross builds.
3581         * configure: Regenerate.
3582
3583 2006-05-22  Richard Guenther  <rguenther@suse.de>
3584
3585         Revert
3586         2006-01-31  Richard Guenther  <rguenther@suse.de>
3587         Paolo Bonzini  <bonzini@gnu.org>
3588
3589         * Makefile.def (target_modules): Add libgcc-math target module.
3590         * configure.in (target_libraries): Add libgcc-math target library.
3591         (--enable-libgcc-math): New configure switch.
3592         * Makefile.in: Re-generate.
3593         * configure: Re-generate.
3594         * libgcc-math: New toplevel directory.
3595
3596 2006-05-20  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
3597             Andreas Tobler  <a.tobler@schweiz.ch>
3598
3599         * configure.in:  Enable libgcj for hppa*-hp-hpux11*.
3600         * configure: Rebuilt.
3601
3602 2006-05-12  Sandra Loosemore  <sandra@codesourcery.com>
3603
3604         * MAINTAINERS (Write After Approval): Add myself.
3605
3606 2006-05-01  DJ Delorie  <dj@redhat.com>
3607
3608         * configure.in: Restore CFLAGS if GMP isn't present.
3609         * configure: Regenerate.
3610
3611 2006-05-01  Richard Guenther  <rguenther@suse.de>
3612
3613         * MAINTAINERS (Various Maintainers): Add myself as libgcc-math
3614         maintainer.
3615
3616 2006-04-30  Kenneth Zadeck  <zadeck@naturalbridge.com>
3617
3618         * MAINTAINERS (Write After Approval): Add myself.
3619
3620 2006-04-28  Jan Beulich  <jbeulich@novell.com>
3621
3622         * MAINTAINERS (Write After Approval): Add myself.
3623
3624 2006-04-18  DJ Delorie  <dj@redhat.com>
3625
3626         * configure.in (m32c): Build libstdc++-v3.  Pass flags to
3627         reference libgloss so that libssp can be built in a combined
3628         tree.
3629         * configure: Regenerate.
3630
3631 2006-04-08  Robert Millan  <rmh@gcc.gnu.org>
3632
3633         * MAINTAINERS (Write After Approval): Add myself.
3634
3635 2006-04-05  Ben Elliston  <bje@au.ibm.com>
3636
3637         * configure.in: Require makeinfo 4.4 or higher.
3638         * configure: Regenerate.
3639
3640 2006-04-04  Gerald Pfeifer  <gerald@pfeifer.com>
3641
3642         * MAINTAINERS: Add Richard Henderson as libgomp maintainer.
3643         Rearrange the entries of other libraries to have them in one place.
3644
3645 2006-03-22  Janne Blomqvist  <jb@gcc.gnu.org>
3646
3647         * MAINTAINERS (Write After Approval): Remove myself.
3648         (Language Front End Maintainers): Add myself as fortran 95 maintainer.
3649
3650 2006-03-14  Richard Guenther  <rguenther@suse.de>
3651
3652         * configure: Regenerate with autoconf 2.13.
3653
3654 2006-03-13  Jim Blandy  <jimb@codesourcery.com>
3655
3656         * MAINTAINERS: Use my work address.
3657
3658         * MAINTAINERS: Update my E-mail address.
3659
3660 2006-03-10  Aldy Hernandez  <aldyh@redhat.com>
3661
3662         * configure.in: Handle --disable-<component> generically.
3663         * configure: Regenerate.
3664
3665 2006-03-01  H.J. Lu  <hongjiu.lu@intel.com>
3666
3667         PR libgcj/17311
3668         * ltmain.sh: Don't use "$finalize_rpath" for compile.
3669
3670 2006-02-21  Erik Edelmann  <eedelman@gcc.gnu.org>
3671
3672         * MAINTAINERS (Write After Approval):  Remove myself.
3673         (Language Front End Maintainers):  Add myself as fortran 95 maintainer.
3674
3675 2006-02-21  Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
3676
3677         * Makefile.tpl  (BUILD_CONFIGDIRS): Remove.
3678         (TARGET_CONFIGDIRS): Remove.
3679         * configure.in: Remove AC_SUBST(target_configdirs).
3680         * Makefile.in, configure: Regenerated.
3681
3682 2006-02-20  Steven G. Kargl  <kargls@comcast.net>
3683
3684         * MAINTAINERS (Write After Approval):  Remove myself.
3685         (Language Front End Maintainers):  Add myself as fortran 95 maintainer.
3686
3687 2006-02-20  Paolo Bonzini  <bonzini@gnu.org>
3688
3689         PR bootstrap/25670
3690
3691         * Makefile.tpl ([+compare-target+]): Print explanation messages.
3692
3693         * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES): New flags_to_pass.
3694         * Makefile.tpl (BASE_FLAGS_TO_PASS): Support optional flags_to_pass.
3695         (EXTRA_GCC_FLAGS): Remove ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES,
3696         BUILD_PREFIX, BUILD_PREFIX_1.
3697         * configure.in: (BUILD_PREFIX, BUILD_PREFIX_1): Don't substitute.
3698
3699         * Makefile.def (bootstrap stage 1): Pass LIBCFLAGS too.
3700         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Override LIBCFLAGS too.
3701
3702         * Makefile.tpl (configure-stage[+id+]-[+prefix+][+module+],
3703         all-stage[+id+]-[+prefix+][+module+], : Use $(current_stage) instead
3704         of `cat stage_current`.  Always provide the `r' and `s' variables.
3705         (clean-stage[+id+]-[+prefix+][+module+]): Likewise, and make it into
3706         a single shell execution.
3707         (configure-[+prefix+][+module+], all-[+prefix+][+module+]): For
3708         bootstrapped modules, make the stage1 module if the build was not
3709         started yet, else build the current stage.
3710         (all-host, all-target): Omit bootstrapped modules (if bootstrapping).
3711         (all-build, all-host, all-target, [+make_target+]-host,
3712         [+make_target+]-target): Do not use \-continued lines.
3713         (target modules): Depend on stage_last, not all-gcc, if bootstrapping.
3714         (current_stage, restrap, stage_last): New.
3715
3716         * Makefile.in: Regenerate.
3717         * configure: Regenerate.
3718
3719 2006-02-19  Bud Davis  <jmdavis@link.com>
3720
3721         * MAINTAINERS (Write After Approval):  Remove myself.
3722         (Language Front End Maintainers):  Add myself as fortran 95
3723         maintainer and update e-mail address.
3724
3725 2006-02-17  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
3726
3727         * MAINTAINERS (Write After Approval):  Remove myself.
3728         (Language Front End Maintainers):  Add myself as fortran 95
3729         maintainer.
3730
3731 2006-02-16  Victor Kaplansky  <victork@il.ibm.com>
3732
3733         * MAINTAINERS (Write After Approval): Add myself.
3734
3735 2006-02-16  Thomas Koenig  <Thomas.Koenig@online.de>
3736
3737         * MAINTAINERS (Write After Approval):  Remove myself.
3738         (Language Front End Maintainers):  Add myself as
3739         fortran 95 maintainer.
3740
3741 2006-02-14  Paolo Bonzini  <bonzini@gnu.org>
3742
3743         Sync from src:
3744
3745         2005-12-27  Leif Ekblad  <leif@rdos.net>
3746
3747         * configure.in: Add support for RDOS target.
3748         * configure: Regenerate.
3749
3750 2006-02-14  Paolo Bonzini  <bonzini@gnu.org>
3751             Andreas Schwab  <schwab@suse.de>
3752
3753         * configure: Regenerate.
3754
3755 2006-02-12  David Edelsohn  <edelsohn@gnu.org>
3756
3757         * configure.in (enable_libgomp): Add AIX.
3758         * configure: Regenerate.
3759
3760 2006-02-07  Maxim Kuvyrkov  <mkuvyrkov@ispras.ru>
3761
3762         * MAINTAINERS (Write After Approval): Add myself.
3763
3764 2006-02-03  Lee Millward  <lee.millward@gmail.com>
3765
3766         * MAINTAINERS (Write After Approval): Add myself.
3767
3768 2006-01-31  Richard Guenther  <rguenther@suse.de>
3769         Paolo Bonzini  <bonzini@gnu.org>
3770
3771         * Makefile.def (target_modules): Add libgcc-math target module.
3772         * configure.in (target_libraries): Add libgcc-math target library.
3773         (--enable-libgcc-math): New configure switch.
3774         * Makefile.in: Re-generate.
3775         * configure: Re-generate.
3776         * libgcc-math: New toplevel directory.
3777
3778 2006-01-26  Paolo Bonzini  <bonzini@gnu.org>
3779
3780         * configure.in: Set with_gnu_as, with_gnu_ld, with_newlib earlier.
3781         Set md_exec_prefix.  Use ACX_CHECK_INSTALLED_TARGET_TOOL to find
3782         the assembler, linker and binutils.
3783         * configure: Regenerate.
3784
3785 2006-01-22  Dirk Mueller  <dmueller@suse.de>
3786
3787         * MAINTAINERS (Write After Approval): Add myself.
3788
3789 2006-01-20  Diego Novillo  <dnovillo@redhat.com>
3790
3791         * configure: Regenerate.
3792
3793 2006-01-18  Richard Henderson  <rth@redhat.com>
3794             Jakub Jelinek  <jakub@redhat.com>
3795             Diego Novillo  <dnovillo@redhat.com>
3796
3797         * libgomp: New directory.
3798         * Makefile.def: Add target_module libgomp.
3799         * Makefile.in: Regenerate.
3800         * configure.in (target_libraries): Add target-libgomp.
3801         * configure: Regenerate.
3802
3803 2006-01-05  Alexandre Oliva  <aoliva@redhat.com>
3804
3805         * Makefile.tpl (clean-stage[+id+]-[+prefix+][+module+]): Remove
3806         @ from continuation.
3807         * Makefile.in: Rebuilt.
3808
3809 2006-01-04  Chris Lattner  <sabre@gnu.org>
3810
3811         * MAINTAINERS (Write After Approval): Add myself.
3812
3813 2006-01-04  Paolo Bonzini  <bonzini@gnu.org>
3814
3815         PR bootstrap/24252
3816
3817         * Makefile.def (flags_to_pass): Add STAGE1_CFLAGS and STAGE1_LANGUAGES.
3818         * Makefile.tpl (OBJDUMP): New.
3819         (EXTRA_HOST_FLAGS): Add it.
3820         (EXTRA_GCC_FLAGS): Remove flags already specified in flags_to_pass.
3821
3822         * Makefile.tpl (stage[+id+]-start, stage[+id+]-end): Do not try
3823         to use symbolic links between directories.  Avoid race conditions
3824         or make them harmless.
3825         * configure.in: Do not try to use symbolic links between directories.
3826
3827         * Makefile.def (LEAN): Pass.
3828         * Makefile.tpl (LEAN): Define.
3829         (stage[+id+]-start): Accept that the previous directory does not
3830         exist, if the bootstrap is lean.
3831         (stage[+id+]-bubble): Invoke lean bootstrap commands after
3832         stage[+id+]-start.  Use a makefile variable and an `if' instead of a
3833         configure substitution.
3834         ([+compare-target+]): Likewise.
3835         ([+bootstrap-target+]-lean): New.
3836         * configure.in: Remove lean bootstrap support from here.
3837
3838         * Makefile.in: Regenerate.
3839         * configure: Regenerate.
3840
3841 2006-01-04  Ben Elliston  <bje@au.ibm.com>
3842
3843         * MAINTAINERS (libdecnumber): Add myself.
3844
3845 2006-01-02  Mark Mitchell  <mark@codesourcery.com>
3846
3847         * libtool-ldflags: New script.
3848
3849 2006-01-02  Andreas Schwab  <schwab@suse.de>
3850
3851         * configure.in: When reconfiguring remove Makefile in
3852         all stage directories.
3853         * configure: Regenerate.
3854
3855 2005-12-27  Steven Bosscher  <stevenb.gcc@gmail.com>
3856
3857         * MAINTAINERS: Update my email address.
3858
3859 2005-12-20  Paolo Bonzini  <bonzini@gnu.org>
3860
3861         Revert Ada-related part of the previous change.
3862
3863         * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, ADAFLAGS_FOR_TARGET):
3864         Do not pass.
3865         * Makefile.tpl (BOOT_ADAFLAGS): Do not define.
3866         * Makefile.in: Regenerate.
3867         * configure.in: Do not include mt-ppc-aix target fragment.
3868         * configure: Regenerate.
3869
3870 2005-12-19  Paolo Bonzini  <bonzini@gnu.org>
3871
3872         * configure.in: Select appropriate fragments for PowerPC/AIX.
3873         * configure: Regenerate.
3874
3875         * Makefile.def (flags_to_pass): Add ADAFLAGS, BOOT_ADAFLAGS,
3876         BOOT_CFLAGS, BOOT_LDFLAGS.
3877         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Handle BOOT_ADAFLAGS,
3878         BOOT_CFLAGS, BOOT_LDFLAGS.
3879         (TARGET_FLAGS_TO_PASS): Handle ADAFLAGS_FOR_TARGET.
3880         (stage[+id+]-bubble): Pass flags recursively to the comparison target.
3881         (stage): Fail if we cannot complete the work.
3882         * Makefile.in: Regenerate.
3883
3884 2005-12-16  Nathan Sidwell  <nathan@codesourcery.com>
3885
3886         * configure.in: Replace ms1 with mt.
3887         * configure: Rebuilt.
3888
3889 2005-12-15  Bryce McKinlay  <mckinlay@redhat.com>
3890
3891         * MAINTAINERS: Update my email address.
3892
3893 2005-12-15  Paolo Bonzini  <bonzini@gnu.org>
3894
3895         * Makefile.tpl (all, do-[+make_target+], do-check, install,
3896         install-host-nogcc): Don't invoke $(stage) at the end.
3897         * Makefile.in: Regenerate.
3898
3899 2005-12-14  Paolo Bonzini  <bonzini@gnu.org>
3900
3901         * configure.in: Flip the top-level bootstrap switch.
3902         * configure: Regenerate.
3903
3904 2005-12-14  Daniel Jacobowitz  <dan@codesourcery.com>
3905
3906         * Makefile.tpl: Throughout the file, use : $(MAKE) along with
3907         $(stage) and $(unstage).
3908         (EXTRA_TARGET_FLAGS): Correct double-quoting.
3909         (all): Remove stray semicolon.
3910         (local-distclean): Don't handle multilib.tmp and multilib.out.
3911         (install.all): Set $s for consistency.
3912         (configure-[+prefix+][+module+]): Instead of [+deps+], handle
3913         check_multilibs setting.  Always make the install directory.
3914         (configure-stage[+id+]-[+prefix+][+module+]): Likewise.
3915         Correct @if/@endif.
3916         (all-stage[+id+]-[+prefix+][+module+]): Correct @if/@endif.
3917         ($(TARGET_SUBDIR)/[+module+]/multilib.out): Remove.
3918         (stage[+id+]-start, stage[+id+]-end): Stage $(TARGET_SUBDIR).
3919         (multilib.out): Remove.
3920         * Makefile.in: Regenerated.
3921
3922 2005-12-12  Carlos O'Donell  <carlos@codesourcery.com>
3923
3924         * MAINTAINERS (Write After Approval): Add myself.
3925
3926 2005-12-12  Nathan Sidwell  <nathan@codesourcery.com>
3927
3928         * MAINTAINERS: Add myself as mt maintainer.
3929
3930         * config.sub: Replace ms1 with mt.  Allow ms1 as an alias.
3931
3932 2005-12-06  Adam Nemet  <anemet@caviumnetworks.com>
3933
3934         * MAINTAINERS: Change email address.
3935
3936 2005-12-05  Paolo Bonzini  <bonzini@gnu.org>
3937
3938         * configure.in (CONFIGURED_BISON, CONFIGURED_YACC, CONFIGURED_M4,
3939         CONFIGURED_FLEX, CONFIGURED_LEX, CONFIGURED_MAKEINFO): Remove
3940         "CONFIGURED_" from the AC_CHECK_PROGS invocation.  Move below.
3941         Find in-tree tools if available.
3942         (EXPECT, RUNTEST, LIPO, STRIP): Find them and substitute them.
3943         (CONFIGURED_*_FOR_TARGET): Don't set nor substitute.
3944         (*_FOR_TARGET): Set them with GCC_TARGET_TOOL.
3945         (COMPILER_*_FOR_TARGET): New.
3946         * Makefile.tpl (HOST_EXPORTS): Add *_FOR_TARGET symbols that gcc needs.
3947         (BASE_TARGET_EXPORTS): Use COMPILER_*_FOR_TARGET symbols.
3948         (CONFIGURED_*, USUAL_*): Remove.
3949         (BISON, YACC, FLEX, LEX, M4, MAKEINFO, EXPECT, RUNTEST, LIPO,
3950         STRIP): Use autoconf substitutions.
3951         (COMPILER_AS_FOR_TARGET, COMPILER_LD_FOR_TARGET,
3952         COMPILER_NM_FOR_TARGET): New.
3953         (EXTRA_HOST_FLAGS): Pass LIPO and STRIP.
3954
3955         (all): Make all-host and all-target in parallel.
3956         (do-[+make_target+], do-check, install, [+compare-target+]): Ensure
3957         that $$r and $$s are set before invoking a recursive make.
3958         (stage[+id+]-bubble): Likewise, and invoke the comparison at the end.
3959         ([+bootstrap-target+]): Inline most of the `all' target.
3960
3961 2005-11-29  Ben Elliston  <bje@au.ibm.com>
3962
3963         * Makefile.tpl (clean-target-libgcc): Invoke clean-target-libgcc
3964         from the gcc build directory.
3965         * Makefile.in: Regenerate.
3966
3967 2005-11-29  Ben Elliston  <bje@au.ibm.com>
3968
3969         * Makefile.def: Add new libdecnumber host_module.  Make all-gcc
3970         depend on all-libdecnumber.
3971         * configure.in (host_libs): Include libdecnumber.
3972         * Makefile.in: Regenerate.
3973         * configure: Likewise.
3974
3975 2005-11-29  Ben Elliston  <bje@au.ibm.com>
3976
3977         * libdecnumber: Import decNumber sources from the dfp-branch.
3978
3979 2005-11-21  Kean Johnston  <jkj@sco.com>
3980
3981         * config.sub, config.guess: Sync from upstream sources.
3982
3983 2005-11-21  Ben Elliston  <bje@au.ibm.com>
3984
3985         Import from Autoconf sources:
3986
3987         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
3988         * config/move-if-change: Don't output "$2 is unchanged";
3989         suggested by Ben Elliston.  Handle weird characters correctly.
3990
3991 2005-11-18  Andreas Tobler  <a.tobler@schweiz.ch>
3992
3993         * ltcf-c.sh (whole_archive_flag_spec): Remove '-all_load $convenience'
3994         to match upstream libtool for darwin.
3995
3996 2005-11-11  Daniel Jacobowitz  <dan@codesourcery.com>
3997
3998         * Makefile.def: Remove gdb dependencies for gdbtk.
3999         * Makefile.tpl (CONFIGURE_GDB_TK, INSTALL_GDB_TK): New variables.
4000         (configure-gdb, install-gdb): New rules.
4001         * configure.in: Set CONFIGURE_GDB_TK and INSTALL_GDB_TK.
4002         * Makefile.in, configure: Regenerated.
4003
4004 2005-11-06  Janne Blomqvist  <jb@gcc.gnu.org>
4005
4006         * MAINTAINERS (Write After Approval): Add myself.
4007
4008 2005-11-06  Erik Edelmann  <eedelman@gcc.gnu.org>
4009
4010         * MAINTAINERS (Write After Approval): Add myself.
4011
4012 2005-10-24  Diego Novillo  <dnovillo@redhat.com>
4013
4014         * MAINTAINERS (alias analysis): Add Daniel Berlin and
4015         Diego Novillo.
4016
4017 2005-10-22  Paolo Bonzini  <bonzini@gnu.org>
4018
4019         PR bootstrap/24297
4020         * Makefile.tpl (do-[+make-target+], do-check, install,
4021         stage[+id+]-bubble, [+compare-target+]): Ensure $$r and $$s
4022         are set before recursing.
4023         * Makefile.in: Regenerate.
4024
4025 2005-10-20  Eric Botcazou  <ebotcazou@adacore.com>
4026
4027         PR bootstrap/18939
4028         * Makefile.def (gcc) <target>: Fix thinko.
4029         * Makefile.in: Regenerate.
4030
4031 2005-10-17  Bernd Schmidt  <bernd.schmidt@analog.com>
4032
4033         * configure.in (bfin-*-*): Use test, not brackets, in if statement.
4034         * configure: Regenerate.
4035
4036 2005-10-15  Jie Zhang  <jie.zhang@analog.com>
4037
4038         * MAINTAINERS (Write After Approval): Add self.
4039
4040 2005-10-08  Kazu Hirata  <kazu@codesourcery.com>
4041
4042         * configure.in (arm-*-linux-gnueabi): Add to noconfigdirs
4043         target-libffi, target-qthreads, target-libjava, and
4044         targetlibobjc.
4045         * configure: Regenerate.
4046
4047 2005-10-06  Daniel Jacobowitz  <dan@codesourcery.com>
4048
4049         * Makefile.def (flags_to_pass): Add OBJDUMP_FOR_TARGET.
4050         * Makefile.tpl (BASE_TARGET_EXPORTS): Add OBJDUMP.
4051         (OBJDUMP_FOR_TARGET, CONFIGURED_OBJDUMP_FOR_TARGET)
4052         (USUAL_OBJDUMP_FOR_TARGET): New.
4053         (EXTRA_TARGET_FLAGS): Add OBJDUMP.
4054         * configure.in: Check for $OBJDUMP_FOR_TARGET.
4055         * configure, Makefile.in: Regenerated.
4056
4057 2005-10-05  Paolo Bonzini  <bonzini@gnu.org>
4058
4059         * Makefile.tpl (all) [gcc-no-bootstrap]: Make prebootstrap packages
4060         before other host packages.
4061
4062 2005-10-05  Kaz Kojima  <kkojima@gcc.gnu.org>
4063
4064         * MAINTAINERS: Add self as sh libraries/configury maintainer.
4065
4066 2005-10-05  Paolo Bonzini  <bonzini@gnu.org>
4067
4068         PR bootstrap/22340
4069
4070         * configure.in (default_target): Remove.
4071         * Makefile.tpl (all): Do not use prerequisites as subroutines
4072         (all) [gcc-bootstrap]: Bootstrap gcc first if it was not done yet.
4073         (do-[+make_target+], check, install, [+bootstrap_target+]): Do not
4074         use prerequisites as subroutines.
4075         (check-host, check-target): New.
4076         (bootstrap configure & all targets): Do not use stage*-start
4077         if the directory layout is already ok.
4078         (non-bootstrap configure & all targets): Prepend a $(unstage).
4079         (stage[+id+]-bubble): Do that here.  Do not use NOTPARALLEL.
4080         (NOTPARALLEL): Remove.
4081         (unstage, stage variables): New variables.
4082         (unstage, stage targets): Simply expand to those variables.
4083
4084         * configure: Regenerate.
4085         * Makefile.in: Regenerate.
4086
4087 2005-10-04  James E Wilson  <wilson@specifix.com>
4088
4089         * Makefile.def (lang_env_dependencies): Add libmudflap.
4090         * Makefile.in: Regenerate.
4091
4092 2005-10-03  Andreas Schwab  <schwab@suse.de>
4093
4094         Backport from libtool CVS:
4095         2002-11-03  Ossama Othman  <ossama@doc.ece.uci.edu>
4096
4097         * ltmain.sh: add support for installing into temporary
4098         staging area (e.g. 'make install DESTDIR=...')
4099
4100 2005-10-03  H.J. Lu  <hongjiu.lu@intel.com>
4101
4102         * configure.in (*-*-darwin*): Build bfd, binutils and opcodes.
4103         * configure: Regenerated.
4104
4105 2005-09-30  Andrew Pinski  <pinskia@physics.uc.edu>
4106
4107         * configure: Regenerate with the correct
4108         autoconf version.
4109
4110 2005-09-30  Catherine Moore  <clm@cm00re.com>
4111
4112         * configure.in (bfin-*-*): New.
4113         * configure: Regenerated.
4114
4115 2005-09-28  Geoffrey Keating  <geoffk@apple.com>
4116
4117         * Makefile.tpl (BASE_TARGET_EXPORTS): Add LIPO, STRIP.
4118         (LIPO_FOR_TARGET): New.
4119         (CONFIGURED_LIPO_FOR_TARGET): New.
4120         (USUAL_LIPO_FOR_TARGET): New.
4121         (STRIP_FOR_TARGET): New.
4122         (CONFIGURED_STRIP_FOR_TARGET): New.
4123         (USUAL_STRIP_FOR_TARGET): New.
4124         * Makefile.def (flags_to_pass): Add LIPO_FOR_TARGET and
4125         STRIP_FOR_TARGET.
4126         * configure.in: Set LIPO_FOR_TARGET, STRIP_FOR_TARGET,
4127         CONFIGURED_LIPO_FOR_TARGET, CONFIGURED_STRIP_FOR_TARGET.
4128         * Makefile.in: Regenerate.
4129         * configure: Regenerate.
4130
4131 2005-09-19  David Edelsohn  <edelsohn@gnu.org>
4132
4133         * configure.in (powerpc-*-aix*): Add target-libssp to noconfigdirs.
4134         (rs6000-*-aix*): Same.
4135         * configure: Regenerate.
4136
4137 2005-09-16  Tom Tromey  <tromey@redhat.com>
4138
4139         * MAINTAINERS: Add self as java maintainer.
4140
4141 2005-09-14  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
4142
4143         * configure.in: Recognize f95 in the --enable-languages option,
4144         and substitute it for fortran, issuing a warning.
4145         * configure: Regenerate.
4146
4147 2005-08-30  Phil Edwards  <phil@codesourcery.com>
4148
4149         * configure.in (*-*-vxworks*):  Add target-libstdc++-v3 to noconfigdirs.
4150         * configure:  Regenerated.
4151
4152 2005-08-22  Aldy Hernandez  <aldyh@redhat.com>
4153
4154         * MAINTAINERS: Add self as ms1 maintainer.
4155
4156 2005-08-20  Richard Earnshaw  <richard.earnshaw@arm.com>
4157
4158         * Makefile.def (libssp): Add to lang_env_dependencies.
4159         * Makefile.in: Regenerate.
4160
4161 2005-08-18  Ian Lance Taylor  <ian@airs.com>
4162
4163         * MAINTAINERS: Add myself as middle-end maintainer.
4164
4165 2005-08-17  Christian Groessler  <chris@groessler.org>
4166
4167         * Makefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash.
4168         * Makefile.in: Regenerate.
4169
4170 2005-08-15  Andreas Krebbel  <krebbel1@de.ibm.com>
4171
4172         * MAINTAINERS (write after approval): Added myself.
4173
4174 2005-08-12  Maciej W. Rozycki  <macro@linux-mips.org>
4175
4176         * MAINTAINERS (Write After Approval): Add myself.
4177
4178 2005-08-12  Paolo Bonzini  <bonzini@gnu.org>
4179
4180         * configure.in: Replace NCN_STRICT_CHECK_TOOL with
4181         NCN_STRICT_CHECK_TOOLS, and likewise for NCN_STRICT_CHECK_TARGET_TOOLS.
4182         Look for alternate names of the target cc and c++
4183         * configure: Regenerate.
4184
4185 2005-08-08  Paolo Bonzini  <bonzini@gnu.org>
4186
4187         * configure.in (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
4188         GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Find
4189         them with NCN_STRICT_CHECK_TARGET_TOOL, like the other target
4190         tools; remove code to manually set them.
4191         (Target tools): Look in the environment for them.
4192         * Makefile.tpl (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
4193         GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Redefine.
4194         (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): Look into gcc
4195         build directory.
4196         (CONFIGURED_CC_FOR_TARGET, CONFIGURED_CXX_FOR_TARGET,
4197         CONFIGURED_GCJ_FOR_TARGET, CONFIGURED_GCC_FOR_TARGET,
4198         CONFIGURED_GFORTRAN_FOR_TARGET, USUAL_CC_FOR_TARGET,
4199         USUAL_CXX_FOR_TARGET, USUAL_GCJ_FOR_TARGET, USUAL_GCC_FOR_TARGET,
4200         USUAL_RAW_CXX_FOR_TARGET, USUAL_GFORTRAN_FOR_TARGET): New.
4201         (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE,
4202         RAW_CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS): Delete.
4203         * configure: Regenerate.
4204         * Makefile.in: Regenerate.
4205
4206 2005-07-28  Ben Elliston  <bje@au.ibm.com>
4207
4208         * MAINTAINERS: Update for removed CPU targets.
4209
4210 2005-07-27  Mark Mitchell  <mark@codesourcery.com>
4211
4212         * Makefile.tpl (EXTRA_TARGET_FLAGS): Set LDFLAGS=LDFLAGS_FOR_TARGET.
4213         * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_TARGET.
4214         * Makefile.in: Regenerated.
4215
4216 2005-07-26  Mark Mitchell  <mark@codesourcery.com>
4217
4218         * Makefile.tpl (SYSROOT_CFLAGS_FOR_TARGET): New variable.
4219         (CFLAGS_FOR_TARGET): Use it.
4220         (CXXFLAGS_FOR_TARGET): Likewise.
4221         * Makefile.in: Regenerated.
4222         * configure.in (--with-build-sysroot): New option.
4223         * configure: Regenerated.
4224
4225 2005-07-24  Paolo Bonzini  <bonzini@gnu.org>
4226
4227         * Makefile.tpl: Wrap install between unstage and stage
4228         * Makefile.in: Regenerate.
4229
4230 2005-07-21  Eric Christopher  <echristo@apple.com>
4231
4232         * MAINTAINERS: Update affiliation.
4233
4234 2005-07-21  Paul Woegerer  <paul.woegerer@nsc.com>
4235
4236         * MAINTAINERS: Add self as crx port maintainer.
4237
4238 2005-07-20  DJ Delorie  <dj@redhat.com>
4239
4240         * MAINTAINERS: Add self as m32c maintainer.
4241
4242 2005-07-16  Kelley Cook  <kcook@gcc.gnu.org>
4243
4244         * all files: Update FSF address.
4245
4246 2005-07-15  Eric Christopher  <echristo@redhat.com>
4247
4248         * MAINTAINERS: Change affiliation.
4249
4250 2005-07-14  Jim Blandy  <jimb@redhat.com>
4251
4252         * configure.in: Add cases for Renesas m32c.
4253         * configure: Regenerated.
4254
4255 2005-07-14  Kelley Cook  <kcook@gcc.gnu.org>
4256
4257         * COPYING.LIB: Update from fsf.org.
4258
4259 2005-07-14  Kelley Cook  <kcook@gcc.gnu.org>
4260
4261         * COPYING, compile, config.guess,
4262         config.sub, install-sh, missing, mkinstalldirs,
4263         symlink-tree, ylwrap: Sync from upstream sources.
4264         * config-ml.in: Update FSF address.
4265
4266 2005-07-13  Eric Christopher  <echristo@redhat.com>
4267
4268         * configure.in: Add toplevel noconfigdir support for tpf.
4269         * configure: Regenerate.
4270
4271 2005-07-11  Paolo Bonzini  <bonzini@gnu.org>
4272
4273         PR ada/22340
4274
4275         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Fix pasto.
4276         * Makefile.in: Regenerate.
4277
4278 2005-07-07  Mark Mitchell  <mark@codesourcery.com>
4279
4280         * MAINTAINERS: Remove Dave Brolley as a cpplib maintainer.  Add Dave
4281         Brolley to write-after-approval.
4282
4283 2005-07-07  Andreas Schwab  <schwab@suse.de>
4284
4285         * Makefile.def (flags_to_pass): Add CFLAGS_FOR_BUILD.
4286         * Makefile.tpl (EXTRA_GCC_FLAGS): Don't pass CFLAGS_FOR_BUILD here.
4287         * Makefile.in: Regenerated.
4288
4289 2005-07-06  Geoffrey Keating  <geoffk@apple.com>
4290
4291         * configure.in: Don't build sim or rda when targetting darwin.
4292         * configure: Regenerate.
4293
4294 2005-07-06  Kazu Hirata  <kazu@codesourcery.com>
4295
4296         * configure.in: Add --enable-libssp and --disable-libssp.
4297         * configure: Regenerate with autoconf-2.13.
4298
4299 2005-07-02  Jakub Jelinek  <jakub@redhat.com>
4300
4301         * Makefile.def (target_modules): Add libssp.
4302         * configure.in (target_libraries): Add target-libssp.
4303         * configure: Rebuilt.
4304         * Makefile.in: Rebuilt.
4305
4306 2005-07-01  Zack Weinberg  <zackw@panix.com>
4307
4308         * MAINTAINERS: Change email address.  Resign from maintainership.
4309
4310 2005-07-01  Richard Guenther  <rguenther@suse.de>
4311
4312         * MAINTAINERS: Change my e-mail address and affiliation.
4313
4314 2005-06-22  Paolo Bonzini  <bonzini@gnu.org>
4315
4316         * Makefile.def (stagefeedback): Come after profile.
4317         Define profiledbootstrap target.
4318         * Makefile.tpl (profiledbootstrap): Remove.
4319         (stageprofile-end): Zap stagefeedback.
4320         (stagefeedback-start): Copy all .gcda files, not only GCC's.
4321         * Makefile.in: Regenerate.
4322
4323 2005-06-13  Richard Sandiford  <richard@codesourcery.com>
4324
4325         * MAINTAINERS: Update my email address.
4326
4327 2005-06-13  Zack Weinberg  <zack@codesourcery.com>
4328
4329         * depcomp: Update from automake CVS.  Add 'ia64hp' stanza.
4330         In 'cpp' stanza, support '#line' as well as '# '.
4331
4332 2005-06-08  Andreas Schwab  <schwab@suse.de>
4333
4334         * MAINTAINERS: Move myself from 'Write After Approval' to
4335         'CPU Port Maintainers' section as m68k maintainer.
4336
4337 2005-06-07  Hans-Peter Nilsson  <hp@axis.com>
4338
4339         * configure.in (unsupported_languages): New macro.
4340         <mmix-knuth-mmixware>: Set unsupported_languages.  Name explicit
4341         non-ported target libraries in noconfigdirs.
4342         <cris-*, crisv32-*> Ditto, except for non-aout, non-elf,
4343         non-linux-gnu.  Remove libgcj_ex_libffi.
4344         <lang_frag loop>: Set add_this_lang=no if the language is in
4345         unsupported_languages.
4346         * configure: Regenerate.
4347
4348 2005-06-04  Tobias Schl"uter  <tobias.schlueter@physik.uni-muenchen.de>
4349
4350         * configure.in: Fix typo in handling of --with-mpfr-dir.
4351         * configure: Regenerate.
4352
4353 2005-06-04  Richard Sandiford  <rsandifo@nildram.co.uk>
4354
4355         * MAINTAINERS: Update my email address.
4356
4357 2005-06-02  Jim Blandy  <jimb@redhat.com>
4358
4359         * config.sub: Add cases for the Renesas m32c.  (This patch has been
4360         accepted into the master sources.)
4361
4362 2005-06-02  Aldy Hernandez  <aldyh@redhat.com>
4363             Michael Snyder  <msnyder@redhat.com>
4364             Stan Cox  <scox@redhat.com>
4365
4366         * configure.in: Set noconfigdirs for ms1.
4367
4368         * configure: Regenerate.
4369
4370 2005-06-01  Jerry DeLisle  <jvdelisle@verizon.net>
4371
4372         * MAINTAINERS (Write After Approval): Add self.
4373
4374 2005-06-01  Josh Conner  <jconner@apple.com>
4375
4376         * MAINTAINERS (Write After Approval): Add self.
4377
4378 2005-06-01  Kazu Hirata  <kazu@codesourcery.com>
4379
4380         * MAINTAINERS: Update my email address.
4381
4382 2005-05-27  Ziga Mahkovec  <ziga.mahkovec@klika.si>
4383
4384         * MAINTAINERS (Write After Approval): Add self.
4385
4386 2005-05-26  Chris Demetriou  <cgd@broadcom.com>
4387
4388         * MAINTAINERS (Write After Approval): Remove self.
4389
4390 2005-05-25  Paolo Bonzini  <bonzini@gnu.org>
4391
4392         * Makefile.tpl (stage[+id+]-start): Iterate over target module as well.
4393         (Dependencies): Consider target modules for bootstrap dependencies.
4394         Make target bootstrap modules depend on each stage's gcc.
4395         * Makefile.in: Regenerate.
4396
4397 2005-05-20  Paolo Bonzini  <bonzini@gnu.org>
4398
4399         * Makefile.def (configure-gcc): Depend on binutils having been built.
4400         (all-gcc): No need to do it here.
4401         * Makefile.in: Regenerate.
4402
4403 2005-05-19  Paul Brook  <paul@codesourcery.com>
4404
4405         * configure.in: Rewrite misleading error message when requested
4406         language cannot be built.
4407         * configure: Regenerate.
4408
4409 2005-05-15  Daniel Jacobowitz  <dan@codesourcery.com>
4410
4411         * ylwrap: Import from Automake 1.9.5.
4412
4413 2005-05-13  David Ung  <davidu@mips.com>
4414
4415         * MAINTAINERS (Write After Approval): Add self.
4416
4417 2005-05-09  Mike Stump  <mrs@apple.com>
4418
4419         * libtool.m4 (AC_LIBTOOL_SYS_MAX_CMD_LEN): Use quotes on
4420         lt_cv_sys_max_cmd_len for now.
4421
4422 2005-05-09  Stan Cox  <scox@redhat.com>
4423
4424         * MAINTAINERS: Remove self, add Nick Clifton as iq2000 maintainer.
4425
4426 2005-05-08  Matt Kraai  <kraai@ftbfs.org>
4427
4428         * README.SCO: Update the URL.
4429
4430 2005-05-05  David Edelsohn  <edelsohn@gnu.org>
4431
4432         * ltconfig: Define file_list_spec.  Pass file_list_spec and
4433         with_gnu_ld to libtool.
4434         * ltcf-c.sh (aix[45]): Define file_list_spec.
4435         * ltcf-cxx.sh (aix[45]): Same.
4436         * ltcf-gcj.sh (aix[45]): Same.
4437         * ltmain.sh: If command exceeds max_cmd_len and file_list_spec
4438         exists, write list of input files to temporary file.
4439
4440 2005-05-04  Mike Stump  <mrs@apple.com>
4441
4442         * configure.in: Always pass --target to target configures as
4443         otherwise rebuilds that do --recheck will fail.
4444         * confiugure: Rebuilt.
4445
4446 2005-05-04  Paolo Bonzini  <bonzini@gnu.org>
4447
4448         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Rename from
4449         STAGE_HOST_EXPORTS.
4450         (configure, all): Add bootstrap support.
4451         (Host modules, target modules): Pass post-stage1 flags and exports.
4452         (Top-level bootstrap): Remove bootstrap rules, expanded elsewhere.
4453         * Makefile.in: Regenerate.
4454
4455 2005-04-29  Paolo Bonzini  <bonzini@gnu.org>
4456
4457         * configure: Regenerate.
4458
4459 2005-04-27  Mike Stump  <mrs@apple.com>
4460
4461         * MAINTAINERS: Add self as darwin maintainer.
4462
4463 2005-04-22  Bernd Schmidt  <bernd.schmidt@analog.com>
4464
4465         * config.sub: Update from master copy.
4466
4467 2005-04-21  Mike Stump  <mrs@apple.com>
4468
4469         * MAINTAINERS: Add self as Objective-C/Objective-C++ maintainer.
4470         * MAINTAINERS: Add Zem as Objective-C++ maintainer.
4471
4472 2005-04-19  Hans-Peter Nilsson  <hp@axis.com>
4473
4474         * configure.in <crisv32-*-*, cris-*-*>: New local variable
4475         libgcj_ex_libffi.  Have specific match for *-*-linux*.  Separate
4476         matches for "*-*-aout" and "*-*-elf".  Don't disable libffi for
4477         "*-*-elf" and "*-*-linux*".
4478         * configure: Regenerate.
4479
4480 2005-04-14  Joseph S. Myers  <joseph@codesourcery.com>
4481
4482         * MAINTAINERS (Various Maintainers): Add self as i18n maintainer.
4483
4484 2005-04-12  Mike Stump  <mrs@apple.com>
4485
4486         * libtool.m4: Update AC_LIBTOOL_SYS_MAX_CMD_LEN bits from upstream.
4487
4488 2005-04-04  Thomas Koenig  <Thomas.Koenig@online.de>
4489
4490         * MAINTAINERS (Write After Approval): Add myself.
4491
4492 2005-04-07  Bernd Schmidt  <bernd.schmidt@analog.com>
4493
4494         * MAINTAINERS (Port Maintainers): Add self for Blackfin.
4495
4496 2005-04-06  Paolo Bonzini  <bonzini@gnu.org>
4497
4498         * Makefile.tpl (BUILD_CONFIGARGS): Include --with-build-subdir.
4499         (TARGET_CONFIGARGS): Include --with-target-subdir.
4500         (configure, all): New macros.  Use them throughout.
4501         * Makefile.in: Regenerate.
4502
4503 2005-04-04  Jon Grimm  <jgrimm2@us.ibm.com>
4504
4505         * MAINTAINERS (Write After Approval): Add myself.
4506
4507 2005-03-31  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
4508
4509         * MAINTAINERS: Remove 'loop unrolling' maintainer.
4510
4511 2005-03-30  Gerald Pfeifer  <gerald@pfeifer.com>
4512
4513         * MAINTAINERS: Move John Carr to Write After Approval.
4514
4515 2005-03-30  J"orn Rennecke  <joern.rennecke@st.com>
4516
4517         * config/mh-mingw32: Delete.
4518         * configure.in: Don't use it.
4519         * configure: Regenerate.
4520
4521 2005-03-31  Paolo Bonzini  <bonzini@gnu.org>
4522
4523         * Makefile.def (bfd, opcodes, libstdc++-v3, libmudflap): Set lib_path.
4524         * Makefile.tpl (SET_LIB_PATH, REALLY_SET_LIB_PATH): Remove.
4525         (HOST_EXPORTS, STAGE_HOST_EXPORTS, TARGET_EXPORTS): Set RPATH_ENVVAR.
4526         (HOST_LIB_PATH): Generate from Makefile.def.
4527         (TARGET_LIB_PATH): Likewise.
4528         (Old bootstrap targets): Include TARGET_LIB_PATH into RPATH_ENVVAR.
4529         * Makefile.in: Regenerate.
4530         * configure.in (set_lib_path, SET_LIB_PATH, SET_GCC_LIB_PATH): Remove.
4531         (RPATH_ENVVAR): Include Darwin case.
4532         * configure: Regenerate.
4533
4534 2005-03-29  Thomas Fitzsimmons  <fitzsim@redhat.com>
4535
4536         * MAINTAINERS (Various Maintainers): Remove self.
4537         (Write After Approval): Add self.
4538
4539 2005-03-26  Thomas Fitzsimmons  <fitzsim@redhat.com>
4540
4541         * MAINTAINERS (Various Maintainers): Add self.
4542
4543 2005-03-25  Paolo Bonzini  <bonzini@gnu.org>
4544
4545         * configure.in (RPATH_ENVVAR): Set to DYLD_LIBRARY_PATH on Darwin.
4546         * configure: Regenerate.
4547
4548 2005-03-21  Zack Weinberg  <zack@codesourcery.com>
4549
4550         * Makefile.def: Remove libstdcxx_incdir, libsubdir, gxx_include_dir,
4551         gcc_version, and gcc_version_trigger from set of flags to pass.
4552         * Makefile.tpl: Remove definitions of above variables.
4553         (config.status): Remove dependency on $(gcc_version_trigger).
4554         * Makefile.in: Regenerate.
4555         * configure.in: Do not reference config/gcc-version.m4 nor
4556         config/gxx-include-dir.m4.  Do not invoke TL_AC_GCC_VERSION nor
4557         TL_AC_GXX_INCLUDE_DIR.  Do not set gcc_version_trigger.
4558         * configure: Regenerate.
4559
4560 2005-03-16  Manfred Hollstein  <manfred.h@gmx.net>
4561             Andrew Pinski  <pinskia@physics.uc.edu>
4562
4563         * Makefile.tpl (check-[+module+]): Fix shell statement inside if ... fi.
4564         * Makefile.in: Regenerate.
4565
4566 2005-03-13  Feng Wang  <fengwang@nudt.edu.cn>
4567
4568         * MAINTAINERS (Write After Approval): Add myself.
4569
4570 2005-03-03  David Ayers  <d.ayers@inode.at>
4571
4572         * MAINTAINERS (Write After Approval): Add myself.
4573
4574 2005-03-01  Alexandre Oliva  <aoliva@redhat.com>
4575
4576         PR libgcj/20160
4577         * ltmain.sh: Avoid creating archives with components that have
4578         duplicate basenames.
4579
4580 2005-02-28  Andrew Pinski  <pinskia@physics.uc.edu>
4581
4582         PR bootstrap/20250
4583         * Makefile.tpl (HOST target installs): Fix copy and pasto, use install
4584         instead of check.
4585         * Makefile.in: Regenerate.
4586
4587 2005-02-28  Paolo Bonzini  <bonzini@gnu.org>
4588
4589         * Makefile.in: Regenerate to fix conflict between the previous two
4590         patches.
4591
4592 2005-02-28  Paolo Bonzini  <bonzini@gnu.org>
4593
4594         PR bootstrap/17383
4595         * Makefile.def (target_modules): Remove "stage", now unnecessary.
4596         * Makefile.tpl (HOST_SUBDIR): New substitution.
4597         (STAGE_HOST_EXPORTS, EXPECT, HOST_LIB_PATH, USUAL_AR_FOR_TARGET,
4598         USUAL_AS_FOR_TARGET, USUAL_DLLTOOL_FOR_TARGET, USUAL_GCC_FOR_TARGET,
4599         USUAL_LD_FOR_TARGET, USUAL_NM_FOR_TARGET, USUAL_OBJDUMP_FOR_TARGET,
4600         USUAL_RANLIB_FOR_TARGET, USUAL_WINDRES_FOR_TARGET): Use it.
4601         (Host modules, Bootstrapped modules): Use it.
4602         (Build modules, Target modules): Do not create symlink trees,
4603         always configure out-of-srcdir.
4604         (distclean): Try removing $(host_subdir) with rm before using rm -rf.
4605         * configure.in (FLAGS_FOR_TARGET, CC_FOR_TARGET, GCJ_FOR_TARGET,
4606         GFORTRAN_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET): Use
4607         $(HOST_SUBDIR).  Create a symlink for host_subdir.
4608
4609         * Makefile.in: Regenerate.
4610         * configure: Regenerate.
4611
4612 2005-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
4613
4614         Merged from libada-gnattools-branch:
4615         2004-11-28  Nathanael Nerode  <neroden@gcc.gnu.org>
4616
4617         * gnattools: New directory.
4618         * Makefile.def: Add gnattools as a module, depending on target-libada.
4619         * Makefile.in: Regenerate.
4620         * configure.in: Include gnattools in host_tools; disable it if ada
4621         is disabled.
4622         * configure: Regenerate.
4623
4624 2005-02-24  James A. Morrison  <phython@gcc.gnu.org>
4625
4626         * MAINTAINERS (Language Front Ends Maintainers): Add myself as
4627         treelang maintainer.
4628         (Write After Approval): Remove myself.
4629
4630 2005-02-23  Paul Schlie  <schlie@comcast.net>
4631
4632         * configure.in: Allow darwin targeted ports to build tk, itcl and
4633         libgui.
4634         * configure: Regenerate.
4635
4636 2005-02-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
4637
4638         PR libgcj/10353
4639         * configure.in (noconfigdirs) <sparc-*-solaris2.[0-6]>: Add libgcj.
4640         * configure: Regenerate.
4641
4642 2005-02-18  Steven G. Kargl  <kargl@gcc.gnu.org>
4643
4644         * MAINTAINERS (Write After Approval): Add myself.
4645
4646 2005-02-10  Ian Lance Taylor  <ian@airs.com>
4647
4648         * MAINTAINERS: Update my e-mail address.
4649
4650 2005-02-02  Richard Guenther  <rguenth@gcc.gnu.org>
4651
4652         * MAINTAINERS (Write After Approval): Add myself.
4653
4654 2005-01-29  Hans-Peter Nilsson  <hp@axis.com>
4655
4656         * configure.in (noconfigdirs) <crisv32-*-*>: Match like cris-*-*.
4657         <crisv32-*-*, cris-*-*>: Only disable target-newlib and
4658         target-libgloss when not *-*-elf and *-*-aout.
4659         * configure: Regenerate.
4660
4661 2005-01-23  Kazu Hirata  <kazu@cs.umass.edu>
4662
4663         * MAINTAINERS: Remove obsolete entries.
4664
4665         * MAINTAINERS (Write After Approval): Add Michael Matz.
4666
4667 2005-01-19  Neil Booth  <neil@daikokuya.co.uk>
4668
4669         * MAINTAINERS: Remove self as cpplib maintainer.
4670
4671 2005-01-17  Kelley Cook  <kcook@gcc.gnu.org>
4672
4673         * install-sh, config.sub: Import from upstream.
4674
4675 2005-01-17  Kelley Cook  <kcook@gcc.gnu.org>
4676
4677         PR bootstrap/18222
4678         * Makefile.def: Pass CPPFLAGS_FOR_TARGET.
4679         * Makefile.tpl: Define target CPPFLAGS on CPPFLAGS_FOR_TARGET.
4680         * Makefile.in: Regenerate.
4681
4682 2005-01-16  Jason Thorpe  <thorpej@netbsd.org>
4683
4684         * MAINTAINERS: Update my email address.
4685
4686 2005-01-12  David Edelsohn  <edelsohn@gnu.org>
4687             Andreas Schwab  <schwab@suse.de>
4688
4689         PR bootstrap/18033
4690         * config-ml.in: Eval option if surrounded by single quotes.
4691
4692 2005-01-03  Paolo Bonzini  <bonzini@gnu.org>
4693
4694         Revert 2004-12-28 Makefile changes, a better fix will be
4695         applied to mainline and src after GCC 4.0 branches.
4696
4697 2004-12-28  Paolo Bonzini  <bonzini@gnu.org>
4698
4699         PR bootstrap/17383
4700
4701         * Makefile.def (target_modules): Remove stage parameter,
4702         it is always true now.
4703         * Makefile.tpl (configure-build-[+module+],
4704         configure-target-[+module+]): Always build symlink tree
4705         for the directory and for include.  BUILD_SUBDIR and
4706         TARGET_SUBDIR cannot be . anymore.
4707         * Makefile.in: Regenerate.
4708
4709 2004-12-25  David Edelsohn  <edelsohn@gnu.org>
4710
4711         Revert 2004-12-08 Makefile changes.
4712
4713 2004-12-17  Danny Smith  <dannysmith@users.sourceforge.net>
4714
4715         * MAINTAINERS: Move myself to OS Port Maintainers for windows,
4716         cygwin, mingw.
4717
4718 2004-12-16  Andrew Stubbs  <andrew.stubbs@st.com>
4719
4720         * configure.in (sh64-*-*): Reenable gprof.
4721         * configure: Regenerate.
4722
4723 2004-12-08  David Edelsohn  <edelsohn@gnu.org>
4724
4725         * Makefile.def (flags_to_pass): Add PICFLAG_FOR_TARGET.
4726         * Makefile.tpl (EXTRA_HOST_FLAGS): Add PICFLAG.
4727         (EXTRA_TARGET_FLAGS): Add PICFLAG.
4728         * Makefile.in: Regenerate.
4729
4730 2004-12-08  Christopher Faylor  <cgf@gcc.gnu.org>
4731
4732         * MAINTAINERS: Update my email address.
4733
4734 2004-12-07  Matt Kraai  <kraai@ftbfs.org>
4735
4736         * Makefile.tpl: Generate normal dependencies if the LHS module is
4737         not bootstrapped.
4738         * Makefile.in: Regenerate.
4739
4740 2004-12-03  Richard Sandiford  <rsandifo@redhat.com>
4741
4742         * configure.in: Include config/gxx-include-dir.m4.  Use
4743         TL_AC_GXX_INCLUDE_DIR.  Remove some now-redundant AC_SUBSTs.
4744         * configure: Regenerate.
4745
4746 2004-12-03  Richard Sandiford  <rsandifo@redhat.com>
4747
4748         * config.if: Delete.
4749         * configure.in: Set libstdcxx_incdir directly.
4750         * configure: Regenerate.
4751
4752 2004-12-02  Eric Christopher  <echristo@redhat.com>
4753
4754         * Makefile.tpl (clean-target-libgcc): Make change in correct place.
4755         * Makefile.in: Regenerate.
4756
4757 2004-12-02  Richard Sandiford  <rsandifo@redhat.com>
4758
4759         * configure.in: Clear gcc_version_trigger if the file doesn't exist.
4760         * configure: Regenerate.
4761
4762 2004-12-02  Richard Sandiford  <rsandifo@redhat.com>
4763
4764         * configure.in: Include config/gcc-version.m4.  Use TL_AC_GCC_VERSION
4765         to set gcc_version_trigger.  Remove some now-redundant AC_SUBSTs.
4766         * configure: Regenerate.
4767
4768 2004-12-01  Eric Christopher  <echristo@redhat.com>
4769
4770         * Makefile.in (clean-target-libgcc): Add stmp-dirs to list
4771         of things to remove.
4772
4773 2004-11-29  Matt Kraai  <kraai@ftbfs.org>
4774
4775         * MAINTAINERS (Write After Approval): Update my e-mail address.
4776
4777 2004-11-29  Kelley Cook  <kcook@gcc.gnu.org>
4778
4779         * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Re-import linux-gnu case
4780         from CVS libtool to always pass_all.
4781
4782 2004-11-25  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
4783
4784         * configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs.
4785         (hppa*64*-*-*): Delete incorrect comment.
4786         * configure: Rebuilt.
4787
4788 2004-11-24  Kelley Cook  <kcook@gcc.gnu.org>
4789
4790         * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Revert previous change.
4791
4792 2004-11-24  Kelley Cook  <kcook@gcc.gnu.org>
4793
4794         * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Import linux-gnu case
4795         from CVS libtool to always pass_all.
4796
4797 2004-11-15  Kelley Cook  <kcook@gcc.gnu.org>
4798
4799         * install-sh, compile: Import from automake.
4800
4801 2004-11-15  Kelley Cook  <kcook@gcc.gnu.org>
4802
4803         * config.guess, config.sub:  Import from savannnah.
4804
4805 2004-11-12  Scott Robert Ladd  <scott.ladd@coyotegulch.com>
4806
4807         * MAINTAINERS (Write After Approval): Add myself
4808
4809 2004-11-12  Mike Stump  <mrs@apple.com>
4810
4811         * Makefile.def: Add html support.
4812         * Makefile.tpl: Likewise.
4813         * Makefile.in: Regenerate.
4814
4815 2004-11-11  Geoffrey Keating  <geoffk@apple.com>
4816
4817         PR 18423
4818         * configure.in: Remove all instances of build-fixincludes from
4819         noconfigdirs.
4820         (build_configargs): Supply --target to subdirectories.
4821         * configure: Regenerate.
4822
4823         * Makefile.def: Make gcc install depend on fixincludes install.
4824         * Makefile.in: Regenerate.
4825
4826 2004-11-10  Janis Johnson  <janis187@us.ibm.com>
4827
4828         * MAINTAINERS: Add myself as gcc testsuite maintainer.
4829
4830 2004-11-11  Paul Brook  <paul@codesourcery.com>
4831
4832         * MAINTAINERS: Add self as arm maintainer.  Update email address.
4833
4834 2004-11-08  Hans-Peter Nilsson  <hp@bitrange.com>
4835
4836         * configure.in (noconfigdirs) [mmix-*-*]: Disable
4837         target-libgfortran.
4838         * configure: Regenerate.
4839
4840 2004-11-07  David Edelsohn  <edelsohn@gnu.org>
4841
4842         * config-ml.in: Pass FCFLAGS for multilibs, handle GFORTRAN
4843         like CC.
4844
4845 2004-11-05  Paolo Bonzini  <bonzini@gnu.org>
4846
4847         * Makefile.def (host fixincludes): Specify missing targets.
4848         * Makefile.in: Regenerate.
4849
4850 2004-11-05  Ralf Corsepius  <ralf.corsepius@rtems.org>
4851
4852         * MAINTAINERS: Add myself
4853
4854 2004-11-05  Gabor Loki  <loki@inf.u-szeged.hu>
4855
4856         * MAINTAINERS (Write After Approval): Add myself.
4857
4858 2004-11-04  Geoffrey Keating  <geoffk@apple.com>
4859
4860         * Makefile.def: Build fixincludes for the host, too.
4861         * Makefile.in: Regenerate.
4862         * configure.in (host_tools): Add fixincludes.
4863         * configure: Regenerate.
4864
4865 2004-11-04  Daniel Jacobowitz  <dan@debian.org>
4866
4867         * configure.in (arm-*-oabi*, thumb-*-oabi*): Remove.
4868         * configure: Regenerated.
4869
4870 2004-11-04  H.J. Lu  <hongjiu.lu@intel.com>
4871
4872         PR other/17783
4873         * configure.in: Set up LD_LIBRARY_PATH by default for gcc.
4874         * configure: Regenerated.
4875
4876 2004-10-31  Mark Mitchell  <mark@codesourcery.com>
4877
4878         * README.SCO: Update per FSF instructions.
4879
4880 2004-10-28  Eric B. Weddington  <ericw@evcohs.com>
4881
4882         PR target/18151
4883         * configure.in (case ${target}): Do not build fixincludes for avr.
4884         * configure: Regenerated.
4885
4886 2004-10-26  Paolo Bonzini  <bonzini@gnu.org>
4887
4888         * configure.in (case ${target}): Do not build fixincludes
4889         on platforms where it is not used.
4890         * configure: Regenerated.
4891
4892 2004-10-23  Daniel Jacobowitz  <dan@debian.org>
4893
4894         * configure.in: Use an absolute path to install-sh.
4895         * configure: Regenerated.
4896
4897 2004-10-19  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
4898
4899         * MAINTAINERS (Write After Approval): Add myself.
4900
4901 2004-10-19  Kazu Hirata  <kazu@cs.umass.edu>
4902
4903         * MAINTAINERS: Remove from Write After Approval those that are
4904         already maintainers.
4905
4906 2004-10-19  Sebastian Pop  <pop@cri.ensmp.fr>
4907
4908         * MAINTAINERS:  Update my email address.
4909
4910 2004-10-12  Kelley Cook  <kcook@gcc.gnu.org>
4911
4912         * configure.in (*-*-cygwin*): Supress warning if newlib not present.
4913         * configure: Regenerate.
4914
4915 2004-10-07  J"orn Rennecke  <joern.rennecke@st.com>
4916
4917         * MAINTAINERS:  Update my email address.
4918
4919 2004-10-07  Kazu Hirata  <kazu@cs.umass.edu>
4920
4921         * MAINTAINERS (Language Front Ends Maintainers): New.  Move
4922         entries belonging to this category.
4923
4924 2004-10-06  Josef Zlomek  <josef.zlomek@email.cz>
4925
4926         * MAINTAINERS: Update my e-mail address.
4927
4928 2004-10-06  Paolo Bonzini  <bonzini@gnu.org>
4929
4930         Fix wrong conflict resolution in:
4931
4932         2004-08-16  Paolo Bonzini  <bonzini@gnu.org>
4933
4934         * Makefile.in: Regenerate.
4935         * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
4936         in the recursive `make', instead of hardwiring `all'.
4937         (Autogenerated TARGET-* variables): New.
4938
4939 2004-10-05  Tomer Levi  <Tomer.Levi@nsc.com>
4940
4941         * configure.in: Enable target-libgloss for crx-*-*.
4942         * configure: Regenerate.
4943
4944 2004-10-04  Kazu Hirata  <kazu@cs.umass.edu>
4945
4946         * MAINTAINERS (Various Maintainers): Move the "windows,
4947         cygwin, mingw" maintainer to ...
4948         (OS Port Maintainers): ... here.
4949
4950 2004-10-04  Kazu Hirata  <kazu@cs.umass.edu>
4951
4952         * MAINTAINERS (Write After Approval): Remove those that are
4953         maintainers of some subsystem.
4954
4955 2004-10-02  P.J. Darcy  <darcypj@us.ibm.com>
4956
4957         * ltcf-c.sh (tpf*): Add ld_shlibs=yes.
4958         * ltcf-cxx.sh (tpf*): Likewise.
4959         * ltconfig (tpf*): Add TPF OS configuration support.
4960
4961 2004-10-01  Bernd Schmidt  <bernds_cb1@t-online.de>
4962
4963         * MAINTAINERS: Change my email address to my new work account.
4964
4965 2004-09-24  Michael Roth  <mroth@nessie.de>
4966
4967         * configure.in (--without-headers): Add missing double quotes.
4968         * configure: Regenerate.
4969
4970 2004-09-24  Kelley Cook  <kcook@gcc.gnu.org>
4971
4972         * ylwrap: Revert to previous version.
4973
4974 2004-09-23  H.J. Lu  <hongjiu.lu@intel.com>
4975
4976         PR bootstrap/17369
4977         * Makefile.tpl (REALLY_SET_LIB_PATH): Add @SET_GCC_LIB_PATH@.
4978         (HOST_EXPORTS]): Add @SET_GCC_LIB_PATH@. Set and export
4979         SET_GCC_LIB_PATH_CMD.
4980         (BASE_TARGET_EXPORTS): Likewise.
4981         * Makefile.in: Regenerated.
4982
4983         * configure.in (SET_GCC_LIB_PATH): Set and substitute.
4984         * configure: Regenerated.
4985
4986 2004-09-23  Kelley Cook  <kcook@gcc.gnu.org>
4987
4988         * config.guess: New upstream version
4989         * compile, depcomp, install-sh, ylwrap: Likewise.
4990
4991 2004-09-19  Roger Sayle  <roger@eyesopen.com>
4992
4993         * config/mh-x86omitfp: New host makefile fragment.  Add
4994         -fomit-frame-pointer to the default BOOT_CFLAGS.
4995         * configure.in: Use it to speed up bootstrap on some IA-32 hosts.
4996         * configure: Regenerate.
4997
4998 2004-09-15  Andrew Pinski  <pinskia@physics.uc.edu>
4999
5000         PR target/11572
5001         * configure.in (*-*-darwin*): Renable libobjc.
5002         * configure: Regenerate.
5003
5004 2004-09-10  Nathan Sidwell  <nathan@codesourcery.com>
5005
5006         * MAINTAINERS: Add self as c++ and type-safe vector maintainer.
5007
5008 2004-09-09  Daniel Berlin  <dberlin@dberlin.org>
5009
5010         * Makefile.def: Remove libbanshee.
5011         * Makefile.tpl: Ditto.
5012         * configure.in: Ditto.
5013         * Makefile.in: Regen.
5014         * configure: Ditto.
5015
5016 2004-09-08  David Edelsohn  <edelsohn@gnu.org>
5017
5018         * ltmain.sh: Use $pic_object as $non_pic_object if
5019         $non_pic_object=none.
5020
5021 2004-09-07  Paolo Bonzini  <bonzini@gnu.org>
5022
5023         * missing: Import latest version from master repository.
5024
5025 2004-09-06  Nick Clifton  <nickc@redhat.com>
5026
5027         * config.sub: Import latest version from master repository.
5028         * config.guess: Likewise.
5029         This includes these changes:
5030
5031         2004-08-27  Hans-Peter Nilsson  <hp@axis.com>
5032
5033         * config.sub: Handle crisv32, alias etraxfs.
5034         * config.guess (crisv32:Linux:*:*): Handle.
5035
5036         2004-08-13  Brad Smith  <brad@comstyle.com>
5037
5038         * config.guess (*:OpenBSD:*:*): Remove defunct MIPS machines.
5039         (sgi:OpenBSD:*:*): Emit mips64, not mipseb.
5040
5041         2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
5042
5043         * config.guess (*:Darwin:*:*): If uname -p reports "unknown",
5044         assume the processor is a powerpc.  This is because coreutils
5045         uname (at least versions 4.5.7 through 5.2.1) outputs "unknown"
5046         in this case, due to a MacOS X bug that causes
5047         sysctl ((int[]) {CTL_HW, HW_MACHINE_ARCH}, 2, buffer, &bufsize, 0, 0)
5048         to return a negative number.
5049         Problem reported by Petter Reinholdtsen in:
5050         http://lists.gnu.org/archive/html/bug-gnu-utils/2003-02/msg00201.html
5051
5052         2004-07-19  Ben Elliston  <bje@gnu.org>
5053
5054         * config.guess (S7501:*:4.0:3.0): Handle NCR System V UNIX machine.
5055
5056         2004-06-24  Ben Elliston  <bje@gnu.org>
5057
5058         * config.guess: Update copyright years.
5059         * config.sub: Likewise.
5060
5061         2004-06-22  Robert Millan  <robertmh@gnu.org>
5062
5063         * config.guess (*:FreeBSD:*:*): Remove check for glibc (unneeded
5064         since GNU/kFreeBSD systems match *:GNU/*:*:* instead).
5065
5066         2004-06-22  Stanley F. Quayle <stan@stanq.com>
5067
5068         * config.guess (*:*VMS:*:*): New entry. Replaces
5069         Alpha:OpenVMS:*. Recognize and advertise all VMS flavors as dec
5070         manufacturer.
5071
5072         2004-06-22  Ben Elliston  <bje@gnu.org>
5073
5074         * config.guess: Cray fixes from Wendy Palm <wendyp@cray.com>.
5075         * config.sub: Likewise.
5076
5077         2004-06-22  Ben Elliston  <bje@gnu.org>
5078
5079         Reported by Hans-Peter Nilsson <hp@bitrange.com>:
5080         * config.sub: Correctly handle mmix-knuth and mmix-knuth-mmixware.
5081
5082         2004-06-11  Ben Elliston  <bje@gnu.org>
5083
5084         * config.guess (pegasos:OpenBSD:*:*): Remove.
5085
5086         2004-06-11  Ben Elliston  <bje@gnu.org>
5087
5088         From Wouter Verhelst <wouter@grep.be>:
5089         * config.guess (M68*:*:R3V[5678]:*): Detect R3V8.
5090
5091         2004-06-11  Ben Elliston  <bje@gnu.org>
5092
5093         * config.guess (luna88k:OpenBSD:*:*): New.
5094
5095         2004-03-12  Kazuhiro Inaoka  <inaoka.kazuhiro@renesas.com>
5096
5097         * config.guess (m32r*:Linux:*:*): New case.
5098         * config.sub: Handle m32rle.
5099
5100         2004-03-12  Ben Elliston  <bje@wasabisystems.com>
5101
5102         From Jens Petersen  <petersen@redhat.com>:
5103         * config.sub: Handle sparcv8.
5104
5105         2004-03-03  Ben Elliston  <bje@wasabisystems.com>
5106
5107         From Tom Smith <smith@cag.lkg.hp.com>:
5108         * config.guess: Version suffixes are equally significant on Tru64
5109         V4.* and V5.*, so do not ignore them on V5.*.  Handle a version
5110         prefix of "P" (patched kernel).
5111
5112         2004-02-23  Tal Agmon  <Tal.Agmon@nsc.com>
5113
5114         * config.sub: Add support for National Semiconductor CRX target.
5115
5116 2004-09-03  Janis Johnson  <janis187@us.ibm.com>
5117
5118         * MAINTAINERS (Various Maintainers): Remove myself as web page
5119         maintainer, add myself as maintainer of build status lists.
5120
5121 2004-09-03  Jan Beulich  <jbeulich@novell.com>
5122
5123         * configure.in: Remove target-libstdc++-v3 from noconfigdirs for
5124         *-*-netware, but add target-libmudflap.
5125         Consolidate *-*-netware targets (of which really only i?86 exists)
5126         into a single entry.
5127         * configure: Likewise.
5128
5129 2004-09-01  Paolo Bonzini  <bonzini@gnu.org>
5130
5131         * Makefile.tpl (sorry): Remove.
5132         (clean-stage[+id+], clean-stage[+id+]-module): New targets.
5133         (cleanstrap targets): Depend on distclean, not distclean-stage1.
5134         (do-clean): Clean per-stage directories too.
5135         (do-distclean): Run distclean-stage1 too.
5136         (.NOTPARALLEL): Enable during toplevel bootstrap.
5137         (stage[+id+]-bubble): Enable parallel execution during
5138         the recursive invocation.
5139         * Makefile.in: Regenerate.
5140
5141         Fix previous checkin:
5142
5143         * Makefile.tpl: Move BOOT_CFLAGS above host makefile fragment
5144         include.
5145         * configure.in: Fix indentation.
5146         * configure: Regenerate.
5147
5148 2004-08-31  Robert Bowdidge  <bowdidge@apple.com>
5149
5150         * Makefile.in: Move BOOT_CFLAGS above host makefile fragment include.
5151         * configure.in: add test for powerpc-*-darwin* to specify makefile frag
5152         * configure: regenerate
5153         * config/mh-ppc-darwin: create file, override BOOT_CFLAGS for
5154         -mdynamic-no-pic
5155
5156 2004-08-31  Paolo Bonzini  <bonzini@gnu.org>
5157
5158         * Makefile.def (build_modules): Add fixincludes.
5159         (dependencies): Make gcc depend on fixincludes.
5160         * configure.in (build_tools): Add fixincludes.
5161         (build_configdirs): Always include build_libs.
5162         * Makefile.in: Regenerate.
5163         * configure: Regenerate.
5164
5165 2004-08-30  Paolo Bonzini  <bonzini@gnu.org>
5166
5167         * Makefile.def (bootstrap stages): Add 'lean' parameter.
5168         * Makefile.tpl (configure-stageN-*, all-stageN-*): Turned into
5169         phony targets; do not generate timestamp files.
5170         (distclean-stageN): Remove references to their timestamp files.
5171         (restageN, touch-stageN): Remove.
5172         (stageN-bubble): Rewritten.
5173         (compare): Support lean bootstraps.
5174         * Makefile.in: Regenerate.
5175
5176         * configure.in: Only warn when bootstrapping but
5177         build != host or build != target.  Support lean bootstraps.
5178         * configure: Regenerate.
5179
5180 2004-08-26  Phil Edwards  <phil@codesourcery.com>
5181
5182         * configure.in:  Give a better error message if GMP/MPFR are missing
5183         and a language needing them has been requested.
5184         * configure:  Regenerated.
5185
5186 2004-08-25  Phil Edwards  <phil@codesourcery.com>
5187
5188         * configure.in:  Print a list of available language front-ends if
5189         a requested one is missing.  Tidy stray tab characters.
5190         * configure:  Regenerated.
5191
5192 2004-08-19  Michael Koch  <konqueror@gmx.de>
5193
5194         * gcc/doc/install.texi: Update entry about automake for libjava.
5195
5196 2004-08-17  Robert Millan  <robertmh@gnu.org>
5197
5198         * configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux
5199         (instead of FreeBSD).
5200         * configure: Regenerate.
5201
5202 2004-08-16  Paolo Bonzini  <bonzini@gnu.org>
5203
5204         * Makefile.in: Regenerate.
5205         * configure: Regenerate.
5206
5207         * Makefile.def (bootstrap-stage): Rename extra_*_flags to
5208         stage_*_flags.
5209         * Makefile.tpl (configure-[+module+], all-[+module+]): Exit
5210         for bootstrapped modules if toplevel bootstrap is going.
5211         (GCC bootstrap): Generate per-stage targets for all bootstrapped
5212         modules.  Adjust for changes in Makefile.def.  Enable several
5213         rules even in non-bootstrap mode, just to avoid peppering the
5214         template with unnecessary "@if/@endif gcc-bootstrap" pairs.
5215         (stage-[+prev+]-bubble): Remove.
5216
5217         * Makefile.def (Dependencies): Depend on all-build-bison,
5218         all-build-flex, all-build-byacc, all-build-texinfo, rather
5219         than the host variations.
5220         * Makefile.tpl (BUILD_DIR_PREFIX): Remove.  Replace throughout
5221         with BUILD_SUBDIR.
5222         (BISON): Update for recent Bisons.
5223         (YACC): Fix typo.
5224         (cross): Depend on all-build.
5225         (all): Do not depend on all-build.
5226         (prebootstrap): Remove.
5227         (dep-kind): Accept separate prefixes for MODULE and ON variables.
5228         (Prebootstrap dependencies): Add them to the per-stage targets
5229         and to all-prebootstrap.
5230         * configure.in (build_configdirs): Always enable build_tools.
5231         (BUILD_DIR_PREFIX): Remove.
5232
5233         * Makefile.def (gcc): Add target variable.
5234         (gdb, expect, guile, tk, tix): Replace with_x with extra_make_flags.
5235         * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
5236         in the recursive `make', instead of hardwiring `all'.
5237         (Autogenerated TARGET-* variables): New.
5238
5239 2004-08-13  Brian Booth  <bbooth@redhat.com>
5240
5241         * MAINTAINERS: Remove myself from write-after-approval.
5242
5243 2004-08-12  Nathanael Nerode  <neroden@gcc.gnu.org>
5244
5245         * src-release: Stop distributing mmalloc with gdb (which doesn't
5246         use it).
5247         * Makefile.def: GDB doesn't depend on mmalloc anymore.
5248         * Makefile.in: Regenerate.
5249
5250 2004-08-09  Mark Mitchell  <mark@codesourcery.com>
5251
5252         * configure.in (arm*-*-eabi*): New target.
5253         * configure: Regenerate.
5254
5255 2004-08-06  Paolo Bonzini  <bonzini@gnu.org>
5256
5257         * Makefile.def (bfd, opcodes, gcc, zlib): Mark as bootstrap module.
5258         (bison, byacc, flex, texinfo): Do not mark as bootstrap module.
5259         (Dependencies): New section.
5260         * Makefile.tpl (Dependencies): Generate from Makefile.def.
5261         (configure-target-[+module+]): Depend on maybe-all-gcc
5262         (all-prebootstrap): New name of all-bootstrap.  Changed throughout.
5263         (toplevel profiledbootstrap): Fix dependencies.
5264         * Makefile.in: Regenerate.
5265
5266 2004-08-03  Mark Mitchell  <mark@codesourcery.com>
5267
5268         * configure.in (arm*-*-symbianelf*): Add ${libgcj} and
5269         target-libiberty to noconfigdirs.
5270         * configure: Regenerate.
5271
5272 2004-08-03  Paul Brook  <paul@codesourcery.com>
5273
5274         * configure.in: Check for MPFR as well as GMP.
5275         * configure: Regenerate.
5276
5277 2004-08-01  Robert Millan  <robertmh@gnu.org>
5278
5279         * configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable
5280         libmudflap for all GNU-based systems (with Glibc).
5281         * configure: Regenerate.
5282
5283 2004-08-03  Paolo Bonzini  <bonzini@gnu.org>
5284
5285         * Makefile.def (host-modules): Add gcc.
5286         * Makefile.in: Regenerate.
5287         * Makefile.tpl (sorry): New rule.
5288         (configure-host, all-host, [+make_target+]-host, do-check,
5289         install-host): Do not add gcc as a special case.
5290         (host modules): Add a small special-casing for gcc.  Export
5291         extra_make_flags through the environment.
5292         (maybe-configure-gcc, configure-gcc, maybe-all-gcc, all-gcc,
5293         maybe-check-gcc, check-gcc, maybe-install-gcc, install-gcc,
5294         other recursive targets for gcc): Remove.
5295
5296         (all, do-[+make_target+], do-check): Wrap between unstage and stage.
5297         (stage, unstage): New rules.
5298         (stage[+id+]-start, stage[+id+]-end, [+compare-target+],
5299         distclean-stage[+id+]): Use stage_current.
5300         ([+bootstrap-target+], profiledbootstrap): Do not invoke manually
5301         the stage*-start rules.
5302
5303 2004-08-02  Geoffrey Keating  <geoffk@apple.com>
5304
5305         * ltcf-cxx.sh: On Darwin, make archive multi-module, and don't
5306         use -all_load flag.
5307
5308 2004-08-02  Paolo Bonzini  <bonzini@gnu.org>
5309
5310         * configure.in: Sync from src, add noconfigdirs for crx-*-*.
5311         * configure: Regenerate.
5312
5313 2004-07-16  Toon Moene  <toon@moene.indiv.nluug.nl>
5314
5315         * maintainer-scripts/gcc_release: Revert yesterday's change.
5316
5317 2004-07-16  Segher Boessenkool  <segher@kernel.crashing.org>
5318
5319         * MAINTAINERS: Add myself to write-after-approval.
5320
5321 2004-07-15  Toon Moene  <toon@moene.indiv.nluug.nl>
5322
5323         * libf2c: Removed.
5324         * gcc/gccbug.in: Updated because of libf2c removal.
5325         * maintainer-scripts/gcc_release: Ditto.
5326
5327 2004-07-09  Loren J. Rittle  <ljrittle@acm.org>
5328
5329         * configure.in: Build libmudflap by default on FreeBSD.
5330         * configure: Regenerated.
5331
5332 2004-07-09  Mark Mitchell  <mark@codesourcery.com>
5333
5334         * configure.in: Do not build libmudflap by default on non-GNU/Linux
5335         systems.
5336         * configure: Regenerated.
5337
5338 2004-07-08  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
5339
5340         PR target/16344
5341         * Makefile.tpl (profiledbootstrap): Build runtime libraries with
5342         feedback based compiler.
5343         * Makefile.in: Rebuilt.
5344
5345 2004-07-08  Alexandre Oliva  <aoliva@redhat.com>
5346
5347         * Makefile.def (host_modules): Set bootstrap=true for flex.
5348         * Makefile.tpl (all-gcc): Depend on texinfo and flex.
5349         * Makefile.in: Rebuilt.
5350
5351 2004-07-07  Jan Hubicka  <jh@suse.cz>
5352
5353         * MAINTAINERS: Add self as a profile feedback maintainer.
5354
5355 2004-07-05  Phil Edwards  <phil@codesourcery.com>
5356
5357         * configure.in:  Do not prepend $srcdir to /dev/null in
5358         makefile fragments.
5359         * configure:  Regenerate.
5360
5361 2004-07-01  Paolo Bonzini  <bonzini@gnu.org>
5362
5363         * Makefile.def (build_modules): Add bison, byacc, flex,
5364         m4, texinfo.
5365         (flags_to_pass): Add FLEX.
5366         * Makefile.tpl (BUILD_DIR_PREFIX, BASE_EXPORTS): New.
5367         (BUILD_EXPORTS, HOST_EXPORTS, BASE_TARGET_EXPORTS): Include it.
5368         (DEFAULT_YACC, USUAL_YACC, DEFAULT_LEX, USUAL_LEX, DEFAULT_M4,
5369         DEFAULT_MAKEINFO): Remove.
5370         (CONFIGURED_YACC, CONFIGURED_FLEX, CONFIGURED_BISON,
5371         CONFIGURED_LEX, CONFIGURED_M4, CONFIGURED_MAKEINFO): Substitute.
5372         (YACC, FLEX, BISON, LEX, M4, MAKEINFO): Define to look into
5373         objdir or else use configured tool.
5374         (all-build): New.
5375         (all): Depend on it.
5376         (Build module dependencies): Add.
5377         * Makefile.in: Regenerate.
5378         * configure.in: Better support for multiple build modules,
5379         matching what is done for host/target modules.  Do not look
5380         for "plausible" locations of build tools if Canadian cross.
5381         Use autoconf's AC_PROG_CC to find a C compiler.  Define
5382         BUILD_DIR_PREFIX.  Look for flex, makeinfo and m4.
5383         * configure: Regenerate.
5384
5385 2004-06-22  Paolo Bonzini  <bonzini@gnu.org>
5386
5387         * Makefile.tpl (HOST_EXPORTS): Fix pasto.
5388         * Makefile.in: Regenerate.
5389
5390 2004-06-22  Paolo Bonzini  <bonzini@gnu.org>
5391
5392         * Makefile.tpl (configure-build-[+module+],
5393         configure-[+module+], configure-target-[+module+]): Pass
5394         [+extra_configure_args+].
5395         (all-build-[+module+], all-[+module+], check-[+module+],
5396         install-[+module+], [+make_target+]-[+module+],
5397         all-target-[+module+], check-target-[+module+],
5398         install-target-[+module+], [+make_target+]-target-[+module+]):
5399         Pass [+extra_make_args+].
5400         (HOST_EXPORTS): Include the former GCC_HOST_EXPORTS.
5401         (GCC_HOST_EXPORTS): Remove.
5402         (configure-gcc, all-gcc, GCC_STRAP_TARGETS, profiledbootstrap,
5403         cross, check-gcc, check-gcc-c++, install-gcc,
5404         gcc-no-fixedincludes, [+make_target+]-gcc, stage[+id+]-bubble):
5405         Replace GCC_HOST_EXPORTS with HOST_EXPORTS.
5406         * Makefile.in: Regenerate.
5407
5408 2004-06-21  Matthew Sachs  <msachs@apple.com>
5409
5410         * MAINTAINERS: Added self to write-after-approval.
5411
5412 2004-06-21  Christopher Faylor  <cgf@alum.bu.edu>
5413
5414         * configure.in: Check for srcdir/winsup rather than build directory
5415         winsup.
5416         * configure: Regenerate.
5417
5418 2004-06-17  Corinna Vinschen  <vinschen@redhat.com>
5419
5420         * configure.in: Don't build Cygwin native newlib if winsup
5421         directory is missing.  Emit warning instead.
5422         * configure: Regenerate.
5423
5424 2004-06-09  Paolo Bonzini  <bonzini@gnu.org>
5425
5426         * Makefile.tpl (touch-stage[+id+]): New.
5427         (restage[+prev+]): Depend on touch-stage[+id+].
5428
5429         * Makefile.tpl (RECURSE_FLAGS_TO_PASS): New.
5430         Use it throughout.
5431
5432         * Makefile.def: Add profile and feedback bootstrap stages.
5433         Remove next field from bootstrap stages.
5434         * Makefile.tpl (LN, LN_S): Substitute.
5435         (stageN-start, stageN-end): Use double-colon rules, to
5436         provide a hook for additional setup commands.
5437         (distclean-stageN-gcc, restageN): Create dependencies from
5438         [+prev+], not from [+next+].
5439         (stageN-bubble): Add commands for successive stages from
5440         [+prev+], using double-colon rules.
5441         (all-stageN-gcc): Fix typo.
5442         (stagefeedback-start, profiledbootstrap): New.
5443         * Makefile.in: Regenerate.
5444         * configure.in: Call ACX_PROG_LN.
5445         * configure: Regenerate.
5446
5447 2004-06-08  Canqun Yang  <canqun@nudt.edu.cn>
5448
5449         * MAINTAINERS (Write After Approval): Add myself.
5450
5451 2004-06-03  Mark G. Adams  <mark.g.adams@sympatico.ca>
5452
5453         * MAINTAINERS (Write After Approval): Add myself.
5454
5455 2004-06-03  Paolo Bonzini  <bonzini@gnu.org>
5456
5457         * configure.in: Fix --enable-bootstrap breakage introduced in trees
5458         without gcc.
5459         * configure: Regenerate.
5460
5461 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
5462
5463         * Makefile.tpl: Fix typo.
5464         * Makefile.in: Regenerate.
5465
5466 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
5467
5468         * configure.in: Remove new- prefix from toplevel
5469         bootstrap targets.
5470         * configure: Regenerate.
5471
5472 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
5473
5474         * Makefile.tpl (all.normal): Rename to all.
5475         (all): Replace with a rule to pick the default
5476         target from configure.
5477         (all-gcc, configure-gcc): Use conditionals to
5478         do nothing when toplevel bootstrap is going on.
5479         (GCC directory bootstrap) [gcc-bootstrap]: Disable.
5480         (Toplevel bootstrap) [gcc-no-bootstrap]: Disable.
5481         * configure.in: Support --enable-bootstrap.
5482
5483         * Makefile.def: Remove new- prefix from toplevel
5484         bootstrap targets.
5485         * Makefile.tpl: Likewise.
5486
5487         * Makefile.def: Add bootstrap_stage 4.  Add bootstrap2
5488         target.
5489
5490         * Makefile.tpl (Toplevel bootstrap): Pass $(BASE_FLAGS_TO_PASS)
5491         $(RECURSE_FLAGS) to recursive invocation of make.
5492
5493         * Makefile.in: Regenerate.
5494         * configure: Regenerate.
5495
5496 2004-05-30  Andreas Jaeger  <aj@suse.de>
5497             Jim Wilson  <wilson@specifixinc.com>
5498
5499         * config-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77
5500         like CC.
5501
5502 2004-05-27  Daniel Jacobowitz  <dan@debian.org>
5503
5504         * configure.in: Fix sed invocation for GFORTRAN_FOR_TARGET.
5505         * configure: Regenerate.
5506
5507 2004-05-25  Daniel Jacobowitz  <drow@false.org>
5508
5509         * Makefile.tpl (BUILD_EXPORTS, HOST_EXPORTS, GCC_HOST_EXPORTS)
5510         (STAGE_HOST_EXPORTS, BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS)
5511         (NORMAL_TARGET_EXPORTS): New macros.  Use them in all the recursive
5512         targets.
5513         * Makefile.in: Regenerate.
5514
5515 2004-05-24  Paolo Bonzini  <bonzini@gnu.org>
5516
5517         * configure.in: Test the ability to symlink directories.
5518         * configure: Regenerate.
5519
5520         * Makefile.def (bootstrap-stage): New definitions.
5521         * Makefile.tpl (configure-stage1-gcc,
5522         configure-stage2-gcc, configure-stage3-gcc,
5523         all-stage1-gcc, all-stage2-gcc, all-stage3-gcc,
5524         new-bootstrap, new-cleanstrap, new-restage1, new-restage2,
5525         new-restage3, compare): Autogenerate, see Makefile.in
5526         entry for behavioral changes.
5527         (distclean-stage1, new-stage1-start, new-stage1-end,
5528         new-stage1-bubble, distclean-stage2, new-stage2-start,
5529         new-stage2-end, new-stage2-bubble, distclean-stage3,
5530         new-stage3-start, new-stage3-end): New autogenerated targets.
5531         (objext, prebootstrap, BOOT_CFLAGS,
5532         POSTSTAGE1_FLAGS_TO_PASS): Move above the autogenerated
5533         targets.
5534
5535         * Makefile.in: Regenerate.
5536         (distclean-stage1, new-stage1-start, new-stage1-end,
5537         new-stage1-bubble, distclean-stage2, new-stage2-start,
5538         new-stage2-end, new-stage2-bubble, distclean-stage3,
5539         new-stage3-start, new-stage3-end): New targets.
5540         (all-stage1-gcc): Move prebootstrap dependency from here...
5541         (configure-stage1-gcc): ...to here.
5542         (new-bootstrap): Use bubble targets.
5543         (new-cleanstrap, new-restage1, new-restage2, new-restage3):
5544         Use per-stage distclean targets.
5545         (configure-stage1-gcc, configure-stage2-gcc,
5546         configure-stage3-gcc, all-stage1-gcc,
5547         all-stage2-gcc, all-stage3-gcc, new-bootstrap):
5548         Use new-stageN-start to prepare the tree.
5549
5550 2004-05-23  Paolo Bonzini  <bonzini@gnu.org>
5551
5552         * Makefile.def (host_modules): add libcpp.
5553         * Makefile.tpl: Add dependencies on and for libcpp.
5554         * Makefile.in: Regenerate.
5555         * configure.in: Add libcpp host module.
5556         * configure: Regenerate.
5557
5558 2004-05-21  Paolo Bonzini  <bonzini@gnu.org>
5559
5560         * Makefile.tpl: Whenever a recursive target is defined, wrap
5561         it in a special @if/@endif block, and prepare its maybe
5562         dependency in the @if/@endif block
5563         * configure.in: Instead of writing maybe dependencies, remove
5564         the @if/@endif statements, and remove the @if/@endif blocks
5565         that remain.
5566         * configure: Regenerate.
5567         * Makefile.in: Regenerate.
5568
5569 2004-05-20  Janis Johnson  <janis187@us.ibm.com>
5570
5571         * MAINTAINERS (Various Maintainers): Add myself for compat testsuite.
5572
5573 2004-05-18  Kaz Kojima  <kkojima@gcc.gnu.org>
5574
5575         PR bootstrap/15120
5576         * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on sh*.
5577         * */configure: Rebuilt.
5578
5579 2004-05-17  Zack Weinberg  <zack@codesourcery.com>
5580
5581         * Makefile.def, Makefile.tpl, configure.in: Remove all mention
5582         of libf2c.
5583         * configure, Makefile.in: Regenerate.
5584
5585 2004-05-13  Tobias Schlüter  <tobi@gcc.gnu.org>
5586
5587         * MAINTAINERS (Write After Approval): Add myself.
5588
5589 2004-05-13  Diego Novillo  <dnovillo@redhat.com>
5590
5591         Merge from tree-ssa-20020619-branch.
5592
5593         * Makefile.def: Add libbanshee, libmudflap and libgfortran.
5594         * Makefile.tpl (BUILD_CONFIGDIRS): Add libbanshee.
5595         (HOST_GMPLIBS): Define.
5596         (HOST_GMPINC): Define.
5597         (TARGET_LIB_PATH): Add libmudflap.
5598         (GFORTRAN_FOR_TARGET): Define.
5599         (configure-build*): Export GFORTRAN.
5600         (configure-gcc): Export GMPLIBS and GMPINC.
5601         (all-gcc): Add maybe-all-libbanshee.
5602         (configure-target-libgfortran): Define.
5603         * Makefile.in: Regenerate.
5604         * configure.in (host_libs): Add libbanshee.
5605         (target_libraries): Add target-libmudflap and target-libgfortran.
5606         Add --with-libbanshee.
5607         Handle --disable-libmudflap.
5608         (*-*-freebsd*): Use with_gmp.
5609         Add $(libgcj) to noconfigdirs.
5610         * configure: Regenerate.
5611         * depcomp: New file.
5612         * MAINTAINERS: Add tree-ssa maintainers.
5613
5614 2004-05-04  Vladimir Makarov  <vmakarov@redhat.com>
5615
5616         * MAINTAINERS (Various Maintainers): Add myself.
5617
5618 2004-04-30  Brian Ford  <ford@vss.fsi.com>
5619
5620         * MAINTAINERS (Write After Approval): Add myself.
5621
5622 2004-04-29  Uros Bizjak  <uros@kss-loka.si>
5623
5624         * MAINTAINERS (Write After Approval): Add myself.
5625
5626 2004-04-28  Paolo Bonzini  <bonzini@gnu.org>
5627
5628         * config/acx.m4: Fix fastcompare support for new-bootstrap.
5629         * configure: Regenerate.
5630
5631 2004-04-27  Paolo Bonzini  <bonzini@gnu.org>
5632
5633         Revert:
5634         2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
5635
5636         * Makefile.def (flags_to_pass): Remove *dir variables that
5637         are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
5638         as well as prefix and exec_prefix.
5639         * Makefile.in: Regenerate.
5640
5641 2004-04-26  Robert Millan  <robertmh@gnu.org>
5642
5643         Add patches from libtool CVS.
5644         * libtool.m4: Add kfreebsd*-gnu and knetbsd*-gnu.
5645         * ltconfig: Likewise.
5646         * ltcf-c.sh: Likewise.
5647         * ltcf-cxx.sh: Likewise.
5648         * ltcf-gcj.sh: Likewise.
5649
5650 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
5651
5652         * Makefile.def (host_modules): Mark with the bootstrap
5653         flag packages on which gcc depends.
5654         * Makefile.tpl (all-bootstrap): Use it.
5655         * Makefile.in: Regenerate.
5656
5657 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
5658
5659         * Makefile.def (flags_to_pass): Remove *dir variables that
5660         are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
5661         as well as prefix and exec_prefix.
5662         * Makefile.in: Regenerate.
5663
5664 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
5665
5666         * configure.in: Invoke ACX_PROG_CMP_IGNORE_INITIAL.
5667         * configure: Regenerate.
5668         * config/acx.m4: Mutuate ACX_PROG_CMP_IGNORE_INITIAL from gcc.
5669         * gcc/Makefile.tpl (compare): Use the result of the test.
5670         * gcc/Makefile.in: Regenerate.
5671
5672 2004-04-23  Paolo Bonzini  <bonzini@gnu.org>
5673
5674         * Makefile.tpl (all-stage1-gcc, all-stage2-gcc, all-stage3-gcc):
5675         Always relocate gcc and prev-gcc to the original names, even
5676         if the build fails.
5677         (new-cleanstrap, new-restage1, new-restage2, new-restage3):
5678         New targets.
5679
5680 2004-04-23  Laurent GUERBY <laurent@guerby.net>
5681
5682         * MAINTAINERS: Update my email address.
5683
5684 2004-04-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
5685
5686         * configure.in (mips*-*-irix5*): Enable ld.
5687         * configure: Regenerate.
5688
5689 2004-04-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
5690
5691         * configure: Regenerate.
5692
5693 2004-04-15  James E Wilson  <wilson@specifixinc.com>
5694
5695         * Makefile.tpl (configure-[+module+], configure-gcc,
5696         configure-stage1-gcc, configure-stage2-gcc, configure-stage3-gcc):
5697         Set and export LDFLAGS.
5698         * Makefile.in: Regenerate.
5699
5700 2004-04-12  Michael Chastain  <mec.gnu@mindspring.com>
5701
5702         * MAINTAINERS: Add myself to write-after-approval.
5703
5704 2004-04-09  Nathanael Nerode  <neroden@gcc.gnu.org>
5705
5706         PR bootstrap/14871
5707         * Makefile.tpl: If we don't have built-in-tree target tools,
5708         use the ones found by configure rather than hacking around with
5709         program_transform_name.
5710         * configure.in: Give Makefile.tpl the information necessary
5711         to do that.
5712         * Makefile.in: Regenerate.
5713         * configure: Regenerate.
5714
5715 2004-04-06  Nathanael Nerode  <neroden@gcc.gnu.org>
5716
5717         PR bootstrap/14760
5718         * configure.in: When computing baseargs, strip *all* copies of
5719         offending options.  Also, don't match/substitute the trailing space,
5720         so that this actually works when two similar options are separated by
5721         only one space.
5722         * configure: Regenerate.
5723
5724 2004-04-06  David Edelsohn  <edelsohn@gnu.org>
5725
5726         * configure.in (powerpc-*-aix*): Remove target-libada from noconfigdirs.
5727         (rs6000-*-aix*): Same.
5728         * configure: Regenerate.
5729
5730 2004-04-05  Ranjit Mathew  <rmathew@hotmail.com>
5731
5732         * MAINTAINERS: Add myself to write-after-approval.
5733
5734 2004-04-03  Bud Davis  <bdavis9659@comcast.net>
5735
5736         * MAINTAINERS: Add myself to write-after-approval.
5737
5738 2004-03-24  Nathanael Nerode  <neroden@gcc.gnu.org>
5739
5740         * Makefile.tpl (top level bootstrap support): Remove now-unneeded
5741         STRICT_WARN, WARN_CFLAGS flags passed down to make.
5742         * Makefile.in: Regenerate.
5743
5744         * configure.in (top level bootstrap support): Rework --enable-werror
5745         to set @stage2_werror_flag@.
5746         * configure: Regenerate.
5747         * Makefile.tpl (top level bootstrap support): Pass
5748         @stage2_werror_flag@ down to configure in stages 2 and 3.
5749         * Makefile.in: Regenerate.
5750
5751 2004-03-23  Nathanael Nerode  <neroden@gcc.gnu.org>
5752
5753         * Makefile.tpl (new-bootstrap): Set CC and CC_FOR_BUILD in configure
5754         for stages 2 and 3 as well as in make.  As a consequence, remove
5755         OUTPUT_OPTION (now detected by configure) from the flags passed down
5756         to make.
5757         * Makefile.in: Regenerate.
5758
5759         * Makefile.tpl (new-bootstrap): Fix typo.
5760         * Makefile.in: Regenerate.
5761
5762 2004-03-22  Nathanael Nerode  <neroden@gcc.gnu.org>
5763
5764         * Makefile.tpl: Rearrange by moving recursive_targets rules
5765         into their proper sections.
5766         * Makefile.tpl (top level bootstrap support): Move disabling
5767         of coverage flags from 'make' to 'configure'; improve comments.
5768         * Makefile.in: Regenerate.
5769
5770         * Makefile.tpl (experimental top level bootstrap) Move stage1
5771         language setting from all- target to configure- target; disable
5772         intermodule optimization in stage 1; prevent gratuitous rebuilds
5773         of stage 1.
5774         * Makefile.in: Regenerate.
5775         * configure.in: Comma-separate stage 1 language list for top
5776         level bootstrap.
5777         * configure: Regenerate.
5778
5779         * Makefile.tpl: Clean up experimental top level bootstrap support:
5780         note known problems; set CONFIG_SHELL; don't set BUILD_CC; relocate
5781         prev-gcc in configure- targets as well as all- targets.
5782         * Makefile.in: Regenerate.
5783
5784 2004-03-21  Kelley Cook  <kcook@gcc.gnu.org>
5785
5786         * compile: New file imported from automake.
5787
5788 2004-03-17  Paolo Bonzini  <bonzini@gnu.org>
5789
5790         * configure.in: Remove symbolic link section.
5791         * configure: Regenerate.
5792         * Makefile.tpl (links): Remove.
5793         * Makefile.in: Regenerate.
5794
5795 2004-03-15  Paolo Bonzini  <bonzini@gnu.org>
5796             Nathanael Nerode  <neroden@gcc.gnu.org>
5797
5798         * configure.in (DEFAULT_YACC, DEFAULT_M4, DEFAULT_LEX):
5799         Set with AC_CHECK_PROGS.
5800         * configure.in: Fix comment typo from last patch.
5801         * configure: Regenerate.
5802
5803 2004-03-15  Nathanael Nerode  <neroden@gcc.gnu.org>
5804
5805         * Makefile.tpl: Introduce experimental top level bootstrap support.
5806         * Makefile.in: Regenerate.
5807         * configure.in: Introduce support for top level bootstrap.
5808         * configure: Regenerate.
5809
5810 2004-03-12  Eric Botcazou  <ebotcazou@gcc.gnu.org>
5811             Paolo Bonzini  <bonzini@gnu.org>
5812
5813         PR bootstrap/14522
5814         * configure.in: Cope with shells that do not support unquoted ^
5815         * configure: Regenerate.
5816
5817 2004-03-11  Eric Botcazou  <ebotcazou@gcc.gnu.org>
5818             Paolo Bonzini  <bonzini@gnu.org>
5819
5820         PR bootstrap/14522
5821         * configure.in: Cope with shells that do not support nesting
5822         quotes inside quoted backquote substitutions.
5823         * configure: Regenerate.
5824
5825 2004-03-10  Andrew Pinski  <pinskia@physics.uc.edu>
5826
5827         PR bootstrap/14522
5828         * configure.in: Fix escaping of $.
5829         * configure: Regenerate.
5830
5831 2004-03-11  Nathanael Nerode  <neroden@gcc.gnu.org>
5832
5833         * configure: Regenerate, since I forgot to while committing Paolo's
5834         changes.
5835
5836 2004-03-08  Paolo Bonzini  <bonzini@gnu.org>
5837
5838         PR ada/14131
5839         Move language detection to the top level.
5840         * configure.in: Find default values for the tools as
5841         soon as possible.  Disable ada if GNAT is not found.
5842         Emit error message about missing languages.  Expand
5843         --enable-languages=all for the gcc subdirectory.
5844
5845 2004-03-10  Ben Elliston  <bje@gnu.org>
5846
5847         * MAINTAINERS: Update my email address.
5848
5849 2004-03-05  David Edelsohn  <edelsohn@gnu.org>
5850
5851         * ltconfig: Disable building static libraries if building shared
5852         libraries on AIX 5L.
5853
5854 2004-03-01  Richard Sandiford  <rsandifo@redhat.com>
5855
5856         * configure.in (mips64*-*-linux*): Override mips*-*-linux* case
5857         and disable libgcj.
5858         * configure: Regenerated.
5859
5860 2004-03-01  Brian Booth  <bbooth@redhat.com>
5861
5862         * MAINTAINERS: Add myself to write-after-approval.
5863
5864 2004-03-01  Paolo Bonzini  <bonzini@gnu.org>
5865
5866         * MAINTAINERS: Add myself to write-after-approval.
5867
5868 2004-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
5869
5870         PR bootstrap/7087
5871         * Makefile.tpl: Guard XFOO sed statements better.
5872         * Makefile.tpl: Add dependency for configure-target-libada.
5873         * Makefile.in: Regenerate (incidentally fixes broken
5874         commit when libada-branch was merged).
5875
5876 2004-02-25  Kelley Cook  <kcook@gcc.gnu.org>
5877
5878         * MAINTAINERS: Add myself to write-after-approval.
5879
5880 2004-02-20  Andrew Pinski  <pinskia@physics.uc.edu>
5881
5882         * MAINTAINERS: Add Nicola Pero and myself as libobjc
5883         maintainers.
5884
5885 2004-02-20  Andrew Cagney  <cagney@redhat.com>
5886
5887         * config.guess: Update from version 2003-10-16 to 2004-02-16.
5888         * config.sub: Update from version 2003-11-03 to 2004-02-16.
5889
5890 2004-02-19  Nathanael Nerode  <neroden@gcc.gnu.org>
5891
5892         PR bootstrap/11932
5893         * mkinstalldirs, install-sh: Import from automake CVS HEAD.
5894
5895 2004-02-14  Jerry Quinn  <jlquinn@optonline.net>
5896
5897         * MAINTAINERS: Added myself to write-after-approval.
5898
5899 2004-02-14  Michael Koch  <konqueror@gmx.de>
5900
5901         * MAINTAINERS: Added myself to write-after-approval.
5902
5903 2004-02-13  Joseph S. Myers  <jsm@polyomino.org.uk>
5904
5905         * MAINTAINERS: Move Steve Chamberlain to write-after-approval.  Move
5906         some OS port maintainers to OS port maintainers section.
5907
5908 2004-02-13  Frank Ch. Eigler  <fche@redhat.com>
5909
5910         * MAINTAINERS: Add self.
5911
5912 2004-02-12  Kazu Hirata  <kazu@cs.umass.edu>
5913
5914         * MAINTAINERS: Alphabetize.
5915
5916 2004-02-12  Paolo Bonzini  <bonzini@gnu.org>
5917
5918         * MAINTAINERS: Remove myself.
5919
5920 2004-02-11  David Edelsohn  <edelsohn@gnu.org>
5921
5922         * configure.in (powerpc-*-aix*): Add target-libada to noconfigdirs.
5923         (rs6000-*-aix*): Same.
5924         * configure: Regenerate.
5925
5926 2004-02-11  Kelley Cook  <kcook@gcc.gnu.org>
5927
5928         * configure.in (host): Add in missing $noconfigdirs to defines.
5929         * configure: Regenerate.
5930
5931 2004-02-10  Arnaud Charlet  <charlet@act-europe.fr>,
5932             Nathanael Nerode  <neroden@gcc.gnu.org>
5933
5934         PR ada/6637, PR ada/5911
5935         Merge with libada-branch:
5936         * configure.in, Makefile.tpl, Makefile.def: Add target-libada,
5937         with appropriate dependencies. Add --enable-libada configure switch.
5938         * configure, Makefile.in: Regenerate.
5939
5940 2004-02-09  Paolo Bonzini  <bonzini@gnu.org>
5941
5942         * MAINTAINERS: Add myself to write-after-approval.
5943
5944 2004-02-05  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
5945
5946         * configure.in: Don't pass --with-stabs on IRIX 5 either.
5947         * configure: Regenerate.
5948
5949 2004-02-04  Geoffrey Keating  <geoffk@apple.com>
5950
5951         Merge from upstream:
5952
5953         * ltmain.in: When setting IFS to '~', be careful about user
5954         arguments that contain '~'.
5955
5956         2004-02-04  Peter O'Gorman  <peter@pogma.com>
5957
5958         * ltmain.in (infer_tag): Move tag inferrence to a shell function.
5959         Also test $base_compile against $CC with escaped arguments. Bug
5960         reported by Geoff Keating <geoffk@apple.com>.
5961
5962 2004-02-04  Kazu Hirata  <kazu@cs.umass.edu>
5963
5964         * MAINTAINERS: Remove i960 port.
5965
5966 2004-01-23  DJ Delorie  <dj@redhat.com>
5967
5968         * Makefile.def (target_modules) [libiberty]: Don't stage.
5969         * Makefile.in: Rebuilt.
5970
5971 2004-01-20  Caroline Tice  <ctice@apple.com>
5972
5973         * MAINTAINERS: Add myself to write-after-approval.
5974
5975 2004-01-19  Paolo Carlini  <pcarlini@suse.de>
5976
5977         * MAINTAINERS: Update my email address.
5978
5979 2004-01-18  James A. Morrison  <ja2morri@uwaterloo.ca>
5980
5981         * MAINTAINERS: Add myself to write-after-approval.
5982
5983 2004-01-17  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
5984
5985         * MAINTAINERS: Remove entries without email address.
5986
5987 2004-01-15  Daniel Jacobowitz  <drow@mvista.com>
5988
5989         * MAINTAINERS: Add myself to write-after-approval.
5990
5991 2004-01-15  Steven Bosscher  <stevenb@suse.de>
5992
5993         * MAINTAINERS: Update my email address.
5994
5995 2004-01-14  Loren J. Rittle  <ljrittle@acm.org>
5996
5997         * Makefile.def (target_modules) [libtermcap, libiberty, zlib]: Stage.
5998         * Makefile.tpl (configure-target-[+module+]): Support stage.
5999         * Makefile.in: Rebuilt.
6000
6001 2004-01-12  Ian Lance Taylor  <ian@wasabisystems.com>
6002
6003         * MAINTAINERS: Add myself as a libiberty MAINTAINER.
6004
6005 2004-01-10  Richard Sandiford  <rsandifo@redhat.com>
6006
6007         * MAINTAINERS: Add myself as a MIPS maintainer.
6008
6009 2004-01-04  Nathanael Nerode  <neroden@gcc.gnu.org>
6010
6011         * configure.in: Use ./config.cache, not config.cache.
6012         * configure: Regenerate.
6013         * Makefile.tpl: Special-casing not needed for GCC any more.
6014         * Makefile.in: Regenerate.
6015
6016         * configure.in: Don't share a cache file for host dirs.
6017         * configure: Regenerate.
6018
6019         * config-ml.in: Don't mess with the cache file.
6020
6021 2004-01-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
6022
6023         * MAINTAINERS: Move myself from 'Write After Approval' to
6024         'CPU Port Maintainers' section as SPARC maintainer.
6025
6026 2004-01-03  Nathanael Nerode  <neroden@gcc.gnu.org>
6027
6028         * Makefile.tpl: Make GCC use a separate config.cache.
6029         * Makefile.in: Regenerate.
6030
6031         PR bootstrap/11932, PR bootstrap/11933
6032         (I don't know if it will fix either of them, but it relates
6033         to them.)
6034         * configure.in: Don't use shared config.cache for target
6035         directories.
6036         * configure: Regenerate.
6037
6038 2004-01-02  Dan Nicolaescu  <dann@ics.uci.edu>
6039
6040         * MAINTAINERS: Add myself to 'Write After Approval' section.
6041
6042 2003-12-31  Roger Sayle  <roger@eyesopen.com>
6043
6044         * configure.in (ia64*-*-hpux*): Disable building java libraries.
6045         * configure: Regenerated.
6046
6047 2003-12-23  Kazu Hirata  <kazu@cs.umass.edu>
6048
6049         * MAINTAINERS: Remove the mn10200 maintainer.
6050
6051 2003-12-21  Bernardo Innocenti  <bernie@develer.com>
6052
6053         * configure.in (*-*-uclinux): Exclude newlib, libgloss and rda.
6054         * configure: Regenerated.
6055
6056 2003-12-16  Jan Hubicka  <jh@suse.cz>
6057
6058         * MAINTAINERS: Add myself as callgraph maintainer.
6059
6060 2003-12-08  Thomas Fitzsimmons  <fitzsim@redhat.com>
6061
6062         * configure.in (raw_libstdcxx_flags): Remove the leading space.
6063         * configure: Regenerate.
6064
6065 2003-12-01  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
6066
6067         * MAINTAINERS: Move myself from 'Bug database only accounts' to
6068         'Write After Approval' section. Update email.
6069
6070 2003-12-01  James Lemke  <jim@wasabisystems.com>
6071
6072         * MAINTAINERS (Write After Approval): Add myself.
6073
6074 2003-11-20  Matt Thomas  <matt@3am-software.com>
6075
6076         * MAINTAINERS: Add myself as a vax port maintainer.
6077
6078 2003-11-20  Kelley Cook  <kcook@gcc.gnu.org>
6079
6080         * Makefile.tpl (BASE_FLAGS_TO_PASS): Pass along CONFIG_SHELL.
6081         (configure-build-[+module+], configure-[+module+]): Likewise.
6082         (configure-target-[+module+], configure-gcc, config.status): Likewise.
6083         * Makefile.in: Regenerate.
6084
6085 2003-11-19  Andreas Tobler  <a.tobler@schweiz.ch>
6086
6087         * libtool.m4: Sync darwin bits from libtool cvs to build a gcc with
6088         shared/dylibed libraries.
6089         * ltmain.sh: Likewise.
6090         * ltcf-c.sh: Likewise, disable shared library build for OS-X < 10.3.
6091         * ltcf-cxx.sh: Likewise.
6092         * ltcf-gcj.sh: Likewise.
6093         * ltconfig: Likewise.
6094
6095 2003-11-17  Stan Cox  <scox@redhat.com>
6096
6097         * MAINTAINERS: Add myself as iq2000 port maintainer.
6098
6099 2003-11-14  Arnaud Charlet  <charlet@act-europe.fr>
6100
6101         * Makefile.tpl (EXTRA_GCC_FLAGS): Pass BOOT_ADAFLAGS.
6102         * Makefile.in: Regenerate.
6103
6104 2003-11-03  Ulrich Weigand  <uweigand@de.ibm.com>
6105
6106         * config.sub: Update to 2003-11-03 version.
6107
6108 2003-10-20  Phil Edwards  <phil@codesourcery.com>
6109
6110         * configure.in (*-*-vxworks):  Add target-libiberty to noconfdirs.
6111         * configure:  Regenerate.
6112
6113 2003-10-20  Nicolas Pitre  <nico@cam.org>
6114
6115         * MAINTAINERS: Add myself to 'Write After Approval' section.
6116
6117 2003-10-20  Arnaud Charlet  <charlet@act-europe.fr>
6118
6119         * MAINTAINERS (Various maintainers: Ada front end): Added myself.
6120
6121 2003-10-19  Joseph S. Myers  <jsm@polyomino.org.uk>
6122
6123         * MAINTAINERS: Update my email address.
6124
6125 2003-10-17  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
6126
6127         * config-ml.in (multi-do): Pass MULTIFLAGS to subdir makes.
6128
6129 2003-10-17  Ralph Loader  <rcl@ihug.co.nz>
6130
6131         * MAINTAINERS: Add myself to 'Write After Approval' section.
6132
6133 2003-10-16  Bernardo Innocenti  <bernie@develer.com>
6134
6135         * config.guess: Update to 2003-10-16 version.
6136         * config.sub: Update to 2003-10-16 version.
6137
6138 2003-10-15  David Daney  <ddaney@avtrex.com>
6139
6140         * MAINTAINERS: Added myself to 'Write After Approval' section.
6141
6142 2003-10-15  Falk Hueffner  <falk@debian.org>
6143
6144         * MAINTAINERS: Move myself from 'Bug database only accounts' to
6145         'Write After Approval' section. Update email.
6146
6147 2003-10-14  Roger Sayle  <roger@eyesopen.com>
6148
6149         * MAINTAINERS: Move myself from 'Write After Approval' to
6150         'Various Maintainers' section as middle-end maintainer.
6151
6152 2003-10-13  Nathanael Nerode  <neroden@gcc.gnu.org>
6153
6154         * Makefile.tpl: Make GCC_FLAGS_TO_PASS a superset of
6155         HOST_FLAGS_TO_PASS.
6156         * Makefile.in: Regenerate.
6157
6158 2003-10-11  Bernardo Innocenti  <bernie@develer.com>
6159
6160         * config.guess: Update to 2003-10-07 version.
6161         * config.sub: Update to 2003-10-07 version.
6162
6163 2003-10-06  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
6164
6165         * ltcf-cxx.sh (irix5*, irix6*): Prefix -soname and its arg with ${wl}.
6166         * ltconfig (irix5*, irix6*): Don't override version_type.
6167
6168 2003-10-05  Mohan Embar  <gnustuff@thisiscool.com>
6169
6170         * configure.in: Allow explicit specification of CFLAGS_FOR_BUILD.
6171         * configure: Rebuilt
6172         * Makefile.tpl: Use CFLAGS_FOR_BUILD computed by configure
6173         * Makefile.in: Rebuilt
6174
6175 2003-10-03  H.J. Lu  <hongjiu.lu@intel.com>
6176
6177         * ltconfig (sys_lib_search_path_spec): Fix a typo for HPUX.
6178
6179 2003-09-30  Carlo Wood  <carlo@alinoe.com>
6180
6181         * MAINTAINERS (Write After Approval): Add myself.
6182
6183 2003-09-29  Paul Koning  <ni1d@arrl.net>
6184
6185         * MAINTAINERS: Move myself from "Write After Approval"
6186         to CPU platform maintainers for pdp11 platform.
6187
6188 2003-09-23  Andreas Tobler  <a.tobler@schweiz.ch>
6189
6190         * MAINTAINERS: Move myself from 'Write After Approval' to
6191         'Various Maintainers' section as libffi testsuite maintainer.
6192
6193 2003-09-21  Daniel Jacobowitz  <drow@mvista.com>
6194
6195         * configure.in: Pass a computed --program-transform-name
6196         to subconfigures.
6197         * configure: Regenerated.
6198
6199 2003-09-20  Nathanael Nerode  <neroden@gcc.gnu.org>
6200
6201         * Makefile.tpl: Don't pass down obsolete ENQUIRE variable.
6202         * Makefile.in: Regenerate.
6203
6204         * Makefile.tpl: Don't pass (unused) DLLTOOL or WINDRES to gcc.
6205         * Makefile.in: Regenerate.
6206
6207 2003-09-19  Ziemowit Laski  <zlaski@apple.com>
6208
6209         * MAINTAINERS: Move myself from 'Write After Approval'
6210         to 'Various Maintainers' (objective-c) section.
6211
6212 2003-09-17  Daniel Jacobowitz  <drow@mvista.com>
6213
6214         * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Fix
6215         quoting.
6216         * configure: Regenerated.
6217
6218 2003-09-16  Joel Brobecker  <brobecker@gnat.com>
6219
6220         * MAINTAINERS (Write After Approval): Add myself to write after
6221         approval list.
6222
6223 2003-09-16  Dorit Naishlos  <dorit@il.ibm.com>
6224
6225         * MAINTAINERS (Write After Approval): Add myself.
6226
6227 2003-09-09  Ian Lance Taylor  <ian@wasabisystems.com>
6228
6229         * MAINTAINERS: Update my e-mail address.
6230
6231 2003-09-09  Alan Modra  <amodra@bigpond.net.au>
6232
6233         * libtool.m4 (LD): Correct powerpc64 host match.
6234
6235 2003-09-06  James E Wilson  <wilson@tuliptree.org>
6236
6237         * MAINTAINTERS: Update my affiliation and email address.
6238
6239 2003-09-06  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
6240
6241         * MAINTAINERS (Write After Approval): Add myself.
6242
6243 2003-09-04  DJ Delorie  <dj@redhat.com>
6244
6245         * configure: Regenerate.
6246
6247 2003-09-04  Robert Millan  <robertmh@gnu.org>
6248
6249         * configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu triplet.
6250
6251 2003-09-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6252
6253         * configure.in: Ensure arguments to sed are properly spaced.
6254         * configure: Regenerate.
6255
6256 2003-08-30  Gerald Pfeifer  <gerald@pfeifer.com>
6257
6258         * MAINTAINERS: Update my e-mail address.
6259
6260 2003-08-28  Mohan Embar  <gnustuff@thisiscool.com>
6261
6262         * MAINTAINERS (Write After Approval): Add myself.
6263
6264 2003-08-27  Daniel Jacobowitz  <drow@mvista.com>
6265
6266         * configure.in: Set RAW_CXX_FOR_TARGET if unset.
6267         * configure: Regenerated.
6268
6269 2003-08-23  Marek Michalkiewicz  <marekm@amelek.gda.pl>
6270
6271         * MAINTAINERS: Update my email address.
6272
6273 2003-08-23  Phil Edwards  <pme@gcc.gnu.org>
6274
6275         * configure.in:  Use newline instead of semicolon when assuming
6276         shell arguments in a for loop.
6277         * configure:  Regenerated.
6278
6279 2003-08-22  Jason Eckhardt  <jle@rice.edu>
6280
6281         * MAINTAINERS: Resurrect the i860 maintainer.
6282
6283 2003-08-20  Geoffrey Keating  <geoffk@apple.com>
6284
6285         PR 8180
6286         * configure.in: When testing with_libs and with_headers, treat
6287         'no' as unset.  Based on a patch by Dan Kegel <dank@kegel.com>.
6288         * configure: Regenerate.
6289
6290         * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS): Quote properly for
6291         make, shell, etc.
6292         (baseargs): Likewise.
6293         * configure: Regenerate.
6294
6295 2003-08-20  Bernardo Innocenti  <bernie@develer.com>
6296
6297         * MAINTAINERS (Write After Approval): Add myself.
6298
6299 2003-08-19  Geoffrey Keating  <geoffk@apple.com>
6300
6301         * configure.in: Disable libgcj for darwin not on powerpc.
6302         * configure: Rebuild.
6303
6304 2003-08-14  Alexandre Duret-Lutz  <adl@gnu.org>
6305
6306         * config-ml.in, symlink-tree: Add license.
6307
6308 2003-08-03  Richard Stallman  <rms@gnu.org>
6309             Eben Moglen  <moglen@columbia.edu>
6310
6311         * README.SCO: New file.
6312
6313 2003-08-01  Matt Kraai  <kraai@alumni.cmu.edu>
6314
6315         * Makefile.tpl (check, check-c++): Express dependencies using
6316         dependencies rather than commands.
6317         * Makefile.in: Regenerate.
6318
6319 2003-08-01  Andrew Cagney  <cagney@redhat.com>
6320
6321         * configure.in (noconfigdirs): Do not add GDB when m32r-*-*.
6322         * configure: Ditto.
6323
6324 2003-07-31  Geoffrey Keating  <geoffk@apple.com>
6325
6326         * Makefile.tpl (libsubdir): Use gcc instead of gcc-lib.
6327         * Makefile.in: Update.
6328
6329 2003-07-30  Andreas Tobler  <a.tobler@schweiz.ch>
6330
6331         * configure.in: Enable libgcj for darwin.
6332         * configure: Rebuild.
6333
6334 2003-07-29  Phil Edwards  <pme@gcc.gnu.org>
6335
6336         * config-ml.in:  Use ac_configure_args directly instead of
6337         ml_arguments.  Only set ml_norecursion if --no[-]recursion is
6338         actually seen.
6339
6340 2003-07-27  Nathanael Nerode  <neroden@gcc.gnu.org>
6341
6342         * Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' when
6343         creating target and build subdirs to build all parent dirs as needed.
6344         * Makefile.in: Rebuild.
6345         * configure.in: Don't build dirs explicitly here.
6346         * configure: Rebuild.
6347
6348 2003-07-26  Paul Brook  <paul@nowt.org>
6349
6350         * MAINTAINERS (fortran 95): Add myself, Steven Bosscher and Toon Moene.
6351
6352 2003-07-22  Alexandre Oliva  <aoliva@redhat.com>
6353
6354         * Makefile.tpl (all-make): Depend on intl.
6355         * Makefile.in: Rebuilt.
6356
6357 2003-07-20  Phil Edwards  <pme@gcc.gnu.org>
6358
6359         * install-sh:  Update to newer upstream versions (associated with
6360         aclocal 1.7).
6361         * mkinstalldirs:  Likewise.
6362         * missing:  Likewise, plus $1Help2man -> $1 typo fix.
6363
6364 2003-07-16  Andrew Pinski  <pinskia@gcc.gnu.org>
6365
6366         * MAINTAINERS: Move self from Bug database only accounts
6367         to write-after-approval.
6368
6369 2003-07-16  Nathanael Nerode  <neroden@gcc.gnu.org>
6370
6371         * config.if: Remove unused libc_interface determination.
6372
6373 2003-07-14  Nathanael Nerode  <neroden@gcc.gnu.org>
6374
6375         * MAINTAINERS: Move self from write-after-approval to
6376         build machinery (*.in).
6377
6378 2003-07-13  Nathanael Nerode  <neroden@gcc.gnu.org>
6379
6380         PR bootstrap/11273
6381         PR bootstrap/11408
6382         * Makefile.tpl: Set INSTALL and friends using autoconf.  Remove
6383         unused INSTALL_PROGRAM_ARGS.
6384         * configure.in: Use AC_PROG_INSTALL.
6385         * Makefile.in: Regenerate.
6386         * configure: Regenerate.
6387
6388 2003-07-13  Kazu Hirata  <kazu@cs.umass.edu>
6389
6390         * MAINTAINERS: Alphabetize.
6391
6392 2003-07-10  Alexandre Oliva  <aoliva@redhat.com>
6393
6394         * configure: Rebuilt.
6395         2001-09-26  Alexandre Oliva  <aoliva@redhat.com>
6396         * configure.in (noconfigdirs) [am33_2.0-*-linux*]: Don't build
6397         newlib nor libgloss.
6398         Wed May  9 10:07:19 2001  Alexandre Oliva  <aoliva@redhat.com>
6399         * configure.in (am33_2.0-*-linux*): Added.
6400
6401 2003-07-09  Bob Wilson  <bob.wilson@acm.org>
6402
6403         * configure.in: Add ${libgcj} to noconfigdirs for xtensa-*-* targets.
6404         * configure: Regenerate.
6405
6406 2003-07-07  Zack Weinberg  <zack@codesourcery.com>
6407
6408         * Makefile.tpl (configure-gcc): Depend on maybe-configure-intl.
6409         * Makefile.in: Regenerate.
6410
6411 2003-07-04  Zack Weinberg  <zack@codesourcery.com>
6412
6413         * Makefile.tpl (all-bootstrap): Depend on maybe-all-intl.
6414         * Makefile.in: Regenerate.
6415
6416 2003-07-04  H.J. Lu  <hongjiu.lu@intel.com>
6417
6418         * Makefile.tpl: Replace PWD with PWD_COMMAND.
6419         * Makefile.in: Regenerated.
6420
6421         * config-ml.in: Replace PWD with PWD_COMMAND.
6422
6423 2003-07-04  Zack Weinberg  <zack@codesourcery.com>
6424
6425         * intl: New directory; see intl/ChangeLog for details.
6426         * ABOUT-NLS, config.rpath: Import from gettext 0.12.1.
6427         * Makefile.tpl: all-gcc depends on maybe-all-intl.
6428         * Makefile.in: Regenerate.
6429
6430 2003-06-27  Nathanael Nerode  <neroden@gcc.gnu.org>
6431
6432         * configure.in: Clean up config-lang.in handling.  Delete
6433         useless assignment to "subdirs".
6434         * configure: Regenerate.
6435
6436 2003-06-26  Nathanael Nerode  <neroden@gcc.gnu.org>
6437
6438         * configure.in: Rename 'target_libs' to 'target_libraries'.
6439         Remove useless reference to 'target_libs'.
6440         * configure: Regenerate.
6441
6442 2003-06-23  Keith Seitz  <kseitz@sources.redhat.com>
6443
6444         * Makefile.tpl: Add maybe-configure-itcl to configure-gdb.
6445         * Makefile.in: Regenerate.
6446
6447 2003-06-23  Nathanael Nerode  <neroden@gcc.gnu.org>
6448
6449         * Makefile.def: Introduce flags_to_pass.
6450         * Makefile.tpl: Generate BASE_FLAGS_TO_PASS using it.
6451         * Makefile.in: Regenerate.
6452
6453 2003-06-23  Hans-Peter Nilsson  <hp@bitrange.com>
6454
6455         * configure.in (noconfigdirs) <cris-*-*>: Disable target-newlib
6456         and target-libgloss.
6457         <d30v-*-*, fr30-*-*, i960-*-*, m32r-*-*>: Disable gdb.
6458         <h8300*-*-*>: Disable libf2c and ${libgcj}.
6459         * configure: Regenerate.
6460
6461 2003-06-17  Benjamin Kosnik  <bkoz@redhat.com>
6462
6463         * configure.in: Update testsuite_flags to new location.
6464         * configure. Regenerate.
6465
6466 2003-06-18  Nathanael Nerode  <neroden@gcc.gnu.org>
6467
6468         * Makefile.tpl: Remove BUILD_CC stuff.
6469         * Makefile.in: Regenerate.
6470
6471 2003-06-17  Kazu Hirata  <kazu@cs.umass.edu>
6472
6473         * MAINTAINERS (Write After Approval): Remove Andrew Haley.
6474
6475 2003-06-16  Graeme Peterson  <gp@qnx.com>
6476
6477         * MAINTAINERS (Write After Approval): Add myself.
6478
6479 2003-06-14  H.J. Lu  <hongjiu.lu@intel.com>
6480
6481         * config.guess: Update to 2003-06-12 version.
6482         * config.sub: Update to 2003-06-13 version.
6483
6484 2003-06-12  H.J. Lu  <hongjiu.lu@intel.com>
6485
6486         * config.guess: Update to 2003-06-06 version.
6487         * config.sub: Update to 2003-06-06 version.
6488
6489 2003-06-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
6490
6491         * configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32.
6492         * configure. Regenerate.
6493
6494 2003-06-10  Nathanael Nerode  <neroden@gcc.gnu.org>
6495
6496         * configure.in: Disable serial configure by default.
6497         * configure: Regenerate.
6498         * Makefile.tpl: Abolish .NOTPARALLEL.
6499         * Makefile.in: Regenerate.
6500
6501         * Makefile.tpl: Replace {build,host,target}_canonical by
6502         {build,host,target}.
6503         * Makefile.in: Regenerate.
6504
6505         * Makefile.tpl: Fix stupid pasto.
6506         * Makefile.in: Regenerate.
6507
6508 2003-06-09  Nathanael Nerode  <neroden@gcc.gnu.org>
6509
6510         * Makefile.tpl: Remove bogus conditional.
6511         * Makefile.in: Regenerate.
6512
6513 2003-06-05  Jan Hubicka  <jh@suse.cz>
6514
6515         * Makefile.tpl (profiledbootstrap): New target.
6516         * Makefile.in (profiledbootstrap): New target.
6517
6518 2003-06-05  Wolfgang Bangerth  <bangerth@dealii.org>
6519
6520         * MAINTAINERS (Bugzilla only): Add Dara Hazeghi and Andrew
6521         Pinski. Remove user names from other bugzilla-only maintainers.
6522
6523 2003-06-03  Nathanael Nerode  <neroden@gcc.gnu.org>
6524
6525         * Makefile.tpl: Make 'recursive targets' using autogen rather
6526         than shell loop.  Remove duplicate 'clean' targets and false
6527         comments.
6528         * Makefile.def: Add systematic dependencies to 'recursive' targets.
6529         Add systematic method of specifying missing targets in subdirs.
6530         Add copyright boilerplate.
6531         * Makefile.in: Regenerate.
6532         * configure.in: Add 'recursive targets' to maybe list.
6533         * configure: Regenerate.
6534
6535         * MAINTAINERS: "GNATS only" -> "Bug database only".
6536
6537         * Makefile.tpl: Rename [+target+] to [+make_target+].
6538         * Makefile.def: Rename 'target' to 'make_target'.
6539
6540 2003-05-31  Neil Booth  <neil@daikokuya.co.uk>
6541
6542         * MAINTAINERS: Add self as options handling maintainer.
6543
6544 2003-05-28  Michael Meissner  <gnu@the-meissners.org>
6545
6546         * MAINTAINERS: Remove myself as m32r/v850 maintainer, since it has
6547         been too long since I touched those ports.
6548
6549 2003-05-28  DJ Delorie  <dj@redhat.com>
6550
6551         * Makefile.tpl: Make maybe-check-gcc .PHONY.
6552         * Makefile.in: Regenerate.
6553
6554 2003-05-21  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
6555
6556         * configure.in: Use curly braces in the definition of tooldir.
6557         * configure: Regenerate.
6558
6559 2003-05-21  DJ Delorie  <dj@redhat.com>
6560
6561         * Makefile.tpl (configure-target-libiberty): Depend only on gcc, not
6562         newlib or libgloss.
6563         * Makefile.in: Regenerate.
6564
6565 2003-05-21  DJ Delorie  <dj@redhat.com>
6566
6567         * Makefile.tpl: Add missing empty maybe-check-gcc target.
6568         * Makefile.in: Regenerate.
6569
6570 2003-05-20  Ian Lance Taylor  <ian@airs.com>
6571
6572         * MAINTAINERS: Update my e-mail address.
6573
6574 2003-05-19  Nathanael Nerode  <neroden@gcc.gnu.org>
6575
6576         * configure.in: Switch more things to use maybe dependencies.
6577         * Makefile.tpl: Switch more things to use maybe dependencies.
6578         Factor out common code from autogen IF statements.
6579         * configure: Regenerate.
6580         * Makefile.in: Regenerate.
6581
6582 2003-05-14  Kelley Cook  <kelleycook@wideopenwest.com>
6583
6584         * configure.in: Accept i[3456789]86 for machine type.
6585         * configure: Regenerate.
6586
6587 2003-05-18  Nathanael Nerode  <neroden@gcc.gnu.org>
6588
6589         * configure.in: Switch more things to use maybe dependencies.
6590         Rearrange a little.  Use GCC_TOPLEV_SUBDIRS.
6591         * configure: Regenerate.
6592         * Makefile.tpl: Switch more things to use maybe dependencies.
6593         * Makefile.in: Regenerate.
6594
6595 2003-05-16  Andreas Schwab  <schwab@suse.de>
6596
6597         * Makefile.tpl (install-opcodes): Define.
6598         * Makefile.in: Rebuild.
6599
6600 2003-05-13  Andreas Jaeger  <aj@suse.de>
6601
6602         * config.guess: Update to 2003-05-09 version.
6603         * config.sub: Update to 2003-05-09 version.
6604
6605 2003-05-13  Michael Eager  <eager@mvista.com>
6606
6607         * configure.in: Correct sed script so that options in quotes are not
6608         deleted.
6609         * configure: Rebuild.
6610
6611 2003-05-12  Corinna Vinschen  <corinna@vinschen.de>
6612
6613         * configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin
6614         and $$s/newlib/libc/sys/cygwin32 include paths.
6615         * configure: Ditto.
6616
6617 2003-05-12  Michael Meissner  <gnu@the-meissners.org>
6618
6619         * MAINTAINERS: Update my email addresses.
6620
6621 2003-05-06  Eric Botcazou  <ebotcazou@libertysurf.fr>
6622
6623         * config-ml.in: Propagate INSTALL variables.
6624
6625 2003-05-04  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
6626
6627         * MAINTAINERS: Remove duplicate entries in Write After Approval.
6628
6629 2003-05-02  Chris Demetriou  <cgd@broadcom.com>
6630
6631         * Makefile.tpl: Require "makeinfo" from texinfo 4.2 or later.
6632         * Makefile.in: Regenerate.
6633
6634 2003-05-02  Wolfgang Bangerth  <bangerth@dealii.org>
6635
6636         * MAINTAINERS (GNATS only): Add Falk Hueffner.
6637
6638 2003-04-30  Wolfgang Bangerth  <bangerth@dealii.org>
6639
6640         * MAINTAINERS (GNATS only): Add Giovanni Bajo.
6641
6642 2003-04-27  Daniel Jacobowitz  <drow@mvista.com>
6643
6644         * Makefile.tpl: Clean $(BUILD_SUBDIR).
6645         * Makefile.in: Regenerated.
6646
6647 2003-04-25  Wolfgang Bangerth  <bangerth@dealii.org>
6648
6649         * MAINTAINERS (Write After Approval): Upgrade myself from
6650         GNATS only to write-after-approval. Update my mail address.
6651
6652 2003-04-25  Loren J. Rittle  <ljrittle@acm.org>
6653
6654         (OS Port Maintainers: freebsd): Add myself.
6655
6656 2003-04-22  Mark Mitchell  <mark@codesourcery.com>
6657
6658         * MAINTAINERS (java): Remove Alexandre Petit-Bianco.
6659
6660 2003-04-22  Kean Johnston  <jkj@sco.com>
6661
6662         * MAINTAINERS (SCO ports): Added myself.
6663
6664 2003-04-21  Nathan Sidwell  <nathan@codesourcery.com>
6665
6666         * MAINTAINERS (gcov): Add myself and Jan Hubicka.
6667
6668 2003-04-19  Kean Johnston  <jkj@sco.com>
6669
6670         * MAINTAINERS (Write After Approval): Add myself.
6671
6672 2003-04-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
6673
6674         * Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.
6675         * Makefile.in: Regenerate.
6676
6677 2003-04-18  Jakub Jelinek  <jakub@redhat.com>
6678
6679         * configure.in (powerpc64*-*-linux*): Remove.
6680         * configure: Rebuilt.
6681
6682 2003-04-17  Phil Edwards  <pme@gcc.gnu.org>
6683
6684         * Makefile.tpl (GCC_STRAP_TARGETS):  New variable containing all the
6685         previous bootstrap targets, plus bubblestrap, quickstrap, cleanstrap,
6686         and restrap.
6687         * Makefile.in:  Regenerate.
6688
6689 2003-04-16  Richard Earnshaw  <rearnsha@arm.com>
6690
6691         * configure.in (arm-*-netbsdelf*): Enable building java libraries.
6692         * configure: Regenerated.
6693
6694 2003-04-15  DJ Delorie  <dj@redhat.com>
6695
6696         * MAINTAINERS: Remove myself as windows/cygwin/mingw maintainer.
6697
6698 2003-04-13  Nick Clifton  <nickc@redhat.com>
6699
6700         * config-ml.in: Remove support for --disable-aix removing
6701         call-aix multilibs.
6702
6703 2003-04-10  Alexandre Oliva  <aoliva@redhat.com>
6704
6705         * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.
6706         * */configure: Rebuilt.
6707
6708 2003-04-08  Joel Sherrill  <joel@oarcorp.com>
6709
6710         * MAINTAINERS: Add my email address.
6711
6712 2003-03-17  Olivier Hainque  <hainque@act-europe.fr>
6713
6714         * MAINTAINERS (Write After Approval): Add myself.
6715
6716 2003-03-14  Nathanael Nerode  <neroden@gcc.gnu.org>
6717
6718         * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES back down.
6719         * Makefile.in: Regenerate.
6720
6721 2003-03-14  Michael Chastain  <mec@shout.net>
6722
6723         * Makefile.in: Regenerate with correct Makefile.def.
6724
6725 2003-03-12  Nathanael Nerode  <neroden@gcc.gnu.org>
6726
6727         * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up.  Delete unused
6728         Make macro.
6729         * Makefile.in: Regenerate.
6730         * configure.in: Clean up gxx_include_dir logic.
6731         * configure: Regenerate.
6732
6733 2003-03-12  Ansgar Esztermann  <ansgar@thphy.uni-duesseldorf.de>
6734
6735         * MAINTAINERS (Write After Approval): Add myself.
6736
6737 2003-03-10  Ben Elliston  <bje@wasabisystems.com>
6738
6739         * MAINTAINERS: Update my mail address.
6740
6741 2003-03-09  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
6742
6743         * configure.in (gxx_include_dir): Fix typo.
6744         * configure: Regenerated.
6745
6746 2003-03-04  Nathanael Nerode  <neroden@gcc.gnu.org>
6747
6748         * Makefile.tpl: Reindent.
6749         * Makefile.in: Regenerate.
6750         * configure.in: Reindent.  Don't set unused variables.
6751         * configure: Regenerate.
6752
6753 2003-03-04  Daniel Jacobowitz  <drow@mvista.com>
6754
6755         * configure.in: Include $(build_tooldir)/sys-include in
6756         FLAGS_FOR_TARGET.
6757         * configure: Regenerated.
6758
6759 2003-03-04  Nathanael Nerode  <neroden@gcc.gnu.org>
6760
6761         * Makefile.tpl: Always pass down RANLIB.
6762         * Makefile.in: Regenerate.
6763
6764         * Makefile.tpl: Don't set unused enable_shared, enable_threads macros.
6765         * Makefile.in: Regenerate.
6766         * configure.in: Remove unused logic relating to --enable-shared
6767         and --enable-threads.  Remove bogus comments.  Remove redundant
6768         noconfigdirs.
6769         * configure: Regenerate.
6770
6771         * configure.in: Replace ${libstdcxx_version} by its value.
6772         Remove reference to mh-dgux.
6773         * configure: Regenerate.
6774
6775 2003-03-03  Kevin Buettner  <kevinb@redhat.com>
6776
6777         * MAINTAINERS (Write After Approval): Add myself.
6778
6779 2003-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
6780
6781         * Makefile.tpl: Rearrange.
6782         * Makefile.in: Regenerate.
6783
6784 2003-02-25  Uwe Stieber  <uwe@wwws.de>
6785
6786         * configure.in: Add support for kaOS as cross build target system.
6787         * configure: Regenerated.
6788
6789 2003-02-24  Steven Bosscher  <steven@gcc.gnu.org>
6790
6791         * MAINTAINERS (Write after approval): Add myself.
6792
6793 2003-02-21  James E Wilson  <wilson@tuliptree.org>
6794
6795         * MAINTAINERS: Update my email address.
6796
6797 2003-02-21  Zack Weinberg  <zack@codesourcery.com>
6798
6799         * MAINTAINERS: Add self to blanket write privs. section.
6800
6801 2003-02-20  Sean McNeil  <sean@blue.mcneil.com>
6802
6803         * Makefile.tpl: Add definition of CPPFLAGS to pass into
6804         configure-target-* as some target builds may require additional
6805         flags for preprocessor tests.
6806         * Makefile.in: Regenerated.
6807
6808 2003-02-19  Alexandre Oliva  <aoliva@redhat.com>
6809
6810         * libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld.
6811         * ltconfig: Handle it.
6812         * ltcf-cxx.sh: Use with_gnu_ld passed as a shell variable instead of
6813         auto-detecting it.
6814
6815         * ltcf-cxx.sh: Replace $linker_flags with $compiler_flags wherever
6816         it is used as argument to $CC.
6817         * ltcf-gcj.sh: Likewise.
6818
6819         * configure.in: Introduce --enable-maintainer-mode.
6820         * configure: Rebuilt.
6821         * Makefile.tpl (Makefile.in, configure): Enable dependencies only
6822         for maintainer mode.
6823         * Makefile.in: Rebuilt.
6824
6825 2003-02-18  Jason Merrill  <jason@redhat.com>
6826
6827         * Makefile.tpl (check-c++): Allow parallelism.
6828
6829 2003-02-16  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
6830
6831         * MAINTAINERS: Remove John Carr (who never actually had access to
6832         gcc.gnu.org).
6833
6834 2003-02-15  Geoffrey Keating  <geoffk@apple.com>
6835
6836         * configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*,
6837         don't configure target-libobjc.
6838         * configure: Regenerate.
6839
6840 2003-02-14  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
6841
6842         * Makefile.tpl (RANLIB): Define.
6843         * Makefile.in: Regenerate.
6844
6845 2003-02-08  Laurynas Biveinis  <laurynas.biveinis@mif.vu.lt>
6846
6847         * MAINTAINERS: Update my email.
6848
6849 2003-02-06  Keith R Seitz  <keiths@redhat.com>
6850
6851         * Makefile.def: Remove "snavigator", "grep", and "db" modules.
6852         * Makefile.tpl: Remove "all-snavigator" and "all-grep".
6853         * Makefile.in: Regenerated.
6854         * configure.in: Remove all traces of snavigator, db, and grep.
6855         * configure: Regenerated.
6856
6857 2003-02-06  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
6858
6859         * MAINTAINERS: Remove duplicate entry for Bernd Schmidt from Write
6860         After Approval.
6861
6862 2003-02-02  Christian Cornelssen  <ccorn@cs.tu-berlin.de>
6863
6864         * MAINTAINERS (Write after approval): Add myself.
6865
6866 2003-01-31  Frank Ch. Eigler  <fche@redhat.com>
6867
6868         * Makefile.tpl (all-sid): Add libiberty/bfd/opcodes dependencies.
6869         * Makefile.in: Regenerated.
6870
6871 2003-01-30  Roger Sayle  <roger@eyesopen.com>
6872
6873         * config.guess: Updated to 2003-01-30's version.
6874         * config.sub: Updated to 2003-01-28's version.
6875
6876 2003-01-30  Alexandre Oliva  <aoliva@redhat.com>
6877
6878         * config.if: If gcc_version is already set, just use it.  Don't set
6879         gcc_version_trigger if it's already set, otherwise set it to
6880         gcc/version.c, but only if the file exists.  If it is not set and
6881         gcc/version.c does not exist, try to extract the version number from
6882         $CC.
6883
6884 2003-01-29  Andreas Tobler  <a.tobler@schweiz.ch>
6885
6886         * MAINTAINERS: Add myself to write-after-approval list.
6887
6888 2003-01-27  Phil Edwards  <pme@gcc.gnu.org>
6889
6890         * configure.in:  Revert 24Jan change.
6891         * configure:  Regenerate.
6892
6893 2003-01-25  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
6894
6895         * MAINTAINERS: Remove incorrect entry for Paul Eggert.  Fix
6896         entry of HJ Lu.
6897
6898 2003-01-23  Nathanael Nerode  <neroden@gcc.gnu.org>
6899
6900         * configure.in: Revert previous change.
6901         * configure: Regenerate.
6902
6903 2003-01-23  Nathanael Nerode  <neroden@gcc.gnu.org>
6904
6905         * configure.in: Make rda native-only.
6906         * configure: Regenerate.
6907
6908 2003-01-22  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
6909
6910         * MAINTAINERS: Move myself from GNATS-only-accounts to
6911         write-after-approval.
6912
6913 2003-01-19  Nathanael Nerode  <neroden@gcc.gnu.org>
6914
6915         * configure.in: Add missing \.
6916         * configure: Rebuilt.
6917
6918 2003-01-17  Jakub Jelinek  <jakub@redhat.com>
6919
6920         * configure.in (baseargs): Avoid using \| in sed regular
6921         expressions.
6922         * configure: Rebuilt.
6923
6924 2003-01-16  Jakub Jelinek  <jakub@redhat.com>
6925
6926         * configure.in (baseargs): Remove all supported forms of
6927         --cache-file, --srcdir, --host, --build and --target options
6928         from argument lists.
6929         * configure: Rebuilt.
6930
6931 2003-01-15  Josef Zlomek  <zlomekj@suse.cz>
6932
6933         * MAINTAINERS: Add myself to write-after-approval list.
6934
6935 2003-01-15  Alexandre Oliva  <aoliva@redhat.com>
6936
6937         * configure.in (noconfigdirs): Don't skip gas on IRIX 6.
6938         * configure: Rebuilt.
6939
6940 2003-01-09  Nathanael Nerode  <neroden@gcc.gnu.org>
6941
6942         * configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.
6943         * Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc.
6944         * Makefile.in: Regenerate.
6945         * configure: Regenerate.
6946
6947 2003-01-09  Alexandre Oliva  <aoliva@redhat.com>
6948
6949         * configure.in: Remove Makefile in build, host and target modules
6950         unless configure was run with --no-recursion.
6951         * configure: Rebuilt.
6952
6953 2003-01-09  Christian Cornelssen  <ccorn@cs.tu-berlin.de>
6954
6955         * Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR.
6956         (install-info, dir.info): Prepend $(DESTDIR) to $(infodir).
6957         * Makefile.in: Regenerate.
6958
6959 2003-01-08  Chris Demetriou  <cgd@broadcom.com>
6960
6961         * config.guess: Update to 2003-01-03 version.
6962         * config.sub: Update to 2003-01-03 version.
6963
6964 2003-01-07  Christopher Faylor  <cgf@redhat.com>
6965
6966         * configure: Regenerate with proper autoconf 2.13.
6967
6968 2003-01-07  Christopher Faylor  <cgf@redhat.com>
6969
6970         * configure.in: Add AC_PREREQ for consistency.
6971         * configure: Regenerate.
6972
6973 2003-01-06  Andrew Cagney  <ac131313@redhat.com>
6974
6975         * configure.in (GDB_TK): Add tcl directories conditional on
6976         gdb/gdbtk directory being present.
6977         * configure: Regenerate.
6978
6979 2003-01-04  John David Anglin  <dave.anglin@nrc.ca>
6980
6981         * configure.in (LD): Improve test for gcc.  Try to set LD to the ld
6982         used by gcc if LD is not defined and we are not doing a Canadian Cross.
6983         * configure: Rebuilt.
6984
6985 2002-12-31  Tom Tromey  <tromey@redhat.com>
6986
6987         * Makefile.in: Rebuilt.
6988         * Makefile.def (target_modules) [libffi]: Allow installation.
6989
6990 2002-12-31  Andreas Schwab  <schwab@suse.de>
6991
6992         * configure.in: Fix use of $program_transform_name.
6993         * configure: Regenerated.
6994
6995 2002-12-30  Daniel Jacobowitz  <drow@mvista.com>
6996
6997         * configure.in (baseargs): Don't remove first configure argument.
6998         * configure: Regenerated.
6999
7000 2002-12-29  Alexandre Oliva  <aoliva@redhat.com>
7001
7002         * Makefile.tpl (local-distclean): Don't remove...
7003         (multilib.ts): ... this.  Moved into...
7004         (multilib.out): ... this.  Don't use sub-make.
7005         ($(BUILD_SUBDIR)/[+module+]/Makefile, [+module+]/Makefile,
7006         $(TARGET_SUBDIR)/[+module+]/Makefile, gcc/Makefile): Moved into...
7007         (configure-build-[+module+], configure-[+module+],
7008         configure-target-[+module+], configure-gcc): ... these.  Test
7009         for Makefile existence.  Drop config.status from dependencies.
7010         * Makefile.in: Rebuilt.
7011         * configure.in: Move gcc-version-trigger to the end of
7012         ac_configure_args.  Add comments to maybedep.tmp and
7013         serdep.tmp.  Introduce --disable-serial-configure.  Remove
7014         nonopt from baseargs, matching and removing corresponding
7015         whitespace while at it.
7016         * configure: Rebuilt.
7017
7018 2002-12-28  Alexandre Oliva  <aoliva@redhat.com>
7019
7020         * configure.in (host_configargs): Replace reference to
7021         no-longer-defined buildopts with --build=${build_alias}.
7022         * configure: Rebuilt.
7023
7024         * Makefile.tpl ($(NOTPARALLEL)): Move to the end.  Bring uses of
7025         program_transform_name to standard idiom.
7026         (AUTOGEN, AUTOCONF): Define.
7027         (Makefile.in): Use $(AUTOGEN).
7028         (Makefile): Depend on config.status, and use autoconf-style rule to
7029         build it.  Move original commands to...
7030         (config.status): ... this new target.
7031         (configure): Add $(srcdir).  Depend on config/acx.m4.  Use
7032         $(AUTOCONF).
7033         * Makefile.in: Rebuilt.
7034
7035 2002-12-28  Nathanael Nerode  <neroden@gcc.gnu.org>
7036
7037         * Makefile.tpl: Fix dramatic bustage due to change in
7038         program_transform_name.
7039         * Makefile.in: Regenerate.
7040
7041         * configure.in: Remove unnecessary PATH setting.
7042         * configure: Regnerate.
7043
7044         * configure.in: Don't default to unprefixed tools unless
7045         the native tools will work.
7046         * configure: Regenerate.
7047
7048         * configure.in: Convert to autoconf script.  Blow away lots
7049         of now-redundant Makefile fragments.
7050         * configure: Generate using Autoconf.
7051         * Makefile.tpl: Rewrite to reflect autoconfiscation.
7052         * Makefile.in: Regenerate.
7053
7054 2002-12-27  Nathanael Nerode  <neroden@gcc.gnu.org>
7055
7056         * configure: Fix stupid bug where RANLIB was mistakenly included.
7057
7058         * configure.in: Rename (buildargs, hostargs, targargs) to
7059         (build_configargs, host_configargs, target_configargs).
7060
7061         * configure.in: Move logic out of sed statement.
7062
7063         * configure: Remove unneeded 'export's.  Make CC_FOR_TARGET,
7064         CXX_FOR_TARGET, GCJ_FOR_TARGET substituted in configure.in only.
7065
7066 2002-12-25  Svein E. Seldal  <Svein.Seldal@solidas.com>
7067
7068         * config.sub: Import from master repository
7069         * config.guess: Ditto
7070
7071 2002-12-24  Andreas Schwab  <schwab@suse.de>
7072
7073         * Makefile.tpl (multilib.out): Fix missing space.
7074         * Makefile.in: Regenerate.
7075
7076 2002-12-23  Nathanael Nerode  <neroden@gcc.gnu.org>
7077
7078         * Makefile.tpl: Use shared multilib.out.  Use move-if-change for it.
7079         Convert (cd foo; make) to (cd foo && make).  Clean up multilib.out.
7080         * Makefile.in: Regenerate.
7081         * configure.in: Remove unnecessary leftovers.
7082
7083 2002-12-21  Geoffrey Keating  <geoffk@apple.com>
7084
7085         * configure.in (extra_ranlibflags_for_target): New variable.
7086         (*-*-darwin): Add -c to ranlib commands.
7087         * configure (tooldir): Handle extra_ranlibflags_for_target.
7088
7089 2002-12-19  Nathanael Nerode  <neroden@gcc.gnu.org>
7090
7091         * Makefile.tpl: Revert HJL's change.
7092         * Makefile.in: Regenerated.
7093         * configure.in: Put build_prefix before $(BUILD_SUBDIR) here, and
7094         always.
7095
7096 2002-12-19  Andreas Schwab  <schwab@suse.de>
7097
7098         * Makefile.tpl, configure.in: Substitute libstdcxx_incdir.
7099         * Makefile.in: Regenerate.
7100
7101 2002-12-18  H.J. Lu  <hjl@gnu.org>
7102
7103         * Makefile.tpl: Add @build_prefix@ before $(BUILD_SUBDIR).
7104         * Makefile.in: Regenerated.
7105
7106         * configure.in (build_prefix): New. Substitute.
7107
7108 2002-12-18  Nathanael Nerode  <neroden@gcc.gnu.org>
7109
7110         * Makefile.tpl: Don't let real targets depend on phony targets.
7111         * Makefile.in: Regenerate.
7112
7113         * Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo.
7114         * Makefile.in: Regenerate.
7115
7116 2002-12-17  Svein E. Seldal  <Svein.Seldal@solidas.com>
7117
7118         * config.sub: Import from master repository
7119         * config.guess: Ditto
7120
7121 2002-12-16  Jason Merrill  <jason@redhat.com>
7122
7123         * Makefile.tpl (all-gcc): Use 'make quickstrap' if there was a
7124         previous 'make bootstrap'.
7125         * Makefile.in: Regenerate.
7126
7127 2002-12-17  Hans-Peter Nilsson  <hp@bitrange.com>
7128
7129         * configure.in (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb.
7130
7131 2002-12-13  Nathanael Nerode  <neroden@gcc.gnu.org>
7132
7133         * configure.in, Makefile.tpl, Makefile.def: Remove tclX.
7134         * Makefile.in: Regenerate.
7135
7136 2002-12-13  Jason Merrill  <jason@redhat.com>
7137
7138         * Makefile.tpl (check-gcc-c++): Renamed from check-c++.  Don't run
7139         library tests.
7140         (check-c++): Just depend on it and check-target-libstdc++-v3.
7141         * Makefile.in: Regenerate.
7142
7143 2002-12-12  Alexandre Oliva  <aoliva@redhat.com>
7144
7145         * Makefile.tpl (configure-target-rda): Depend on $(ALL_GCC_C).
7146         * Makefile.in: Rebuilt.
7147
7148 2002-12-12  Alexandre Oliva  <aoliva@redhat.com>
7149
7150         * Makefile.in (configure-target-rda): Depend on ALL_GCC_C.
7151
7152 2002-12-10  Nathanael Nerode  <neroden@gcc.gnu.org>
7153
7154         * configure: Fix bug put in by gremlins.
7155
7156         * Makefile.tpl: Substitute more autoconfily.
7157         * configure: Substitute more autoconfily.
7158         * Makefile.in: Regenerate.
7159
7160 2002-12-09  Svein E. Seldal  <Svein.Seldal@solidas.com>
7161
7162         * config.sub: Import from master repository
7163         * config.guess: Ditto
7164         * MAINTAINERS: Added Svein Seldal under write after approval
7165
7166 2002-12-08  Andrew Cagney  <ac131313@redhat.com>
7167
7168         * Makefile.tpl (all-sim): Depend on maybe-configure-gdb.
7169         * Makefile.in (all-sim): Ditto.
7170
7171 2002-12-06  DJ Delorie  <dj@redhat.com>
7172
7173         * Makefile.tpl: Change configure dependencies to not have real
7174         targets depend on phony targets.
7175
7176 2002-12-05  Nathanael Nerode  <neroden@gcc.gnu.org>
7177
7178         * configure.in: Revert unintentional change.
7179
7180         * Makefile.tpl: Change dependency for */multilib.out so that
7181         it works when gcc isn't in the tree.
7182
7183         * configure.in: Substitute more.
7184         * configure: Run subconfigures from the Makefile.
7185         * Makefile.tpl: Run subconfigures from the Makefile; add a few
7186         convenience targets.  Make sure gcc isn't rebuilt after bootstrap.
7187
7188 2002-12-05  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
7189
7190         * MAINTAINERS: Add Christian Ehrhardt under "GNATS only".
7191
7192 2002-12-03  Nathanael Nerode  <neroden@gcc.gnu.org>
7193
7194         * Makefile.tpl: Add targets for configuring host subdirs in Makefile,
7195         and corresponding dependencies.
7196         * Makefile.in: Regenerate.
7197
7198         * configure.in (host_tools): Order binutils, gas and ld for
7199         convenience in running the testsuites.
7200
7201         * Makefile.tpl: Introduce rules to serialize subconfigure runs.
7202         * Makefile.in: Regenerate.
7203         * configure.in: Introduce rules to serialize subconfigure runs.
7204
7205         * configure.in: Introduce BASE_CC_FOR_TARGET.
7206         * Makefile.tpl: Reorganize and comment.  Introduce HOST_CONFIGARGS.
7207         Realize configure-build-* targets.  Realize configure-target-* targets.
7208         * Makefile.in: Regenerate.
7209
7210 2002-12-02  Nathanael Nerode  <neroden@gcc.gnu.org>
7211
7212         * configure: Move gcc_version_trigger stuff from here...
7213         * configure.in: ...to here.
7214
7215         * configure.in: Separate subconfigure options added by this file from
7216         options given by the user.  Add machinery to put args for host
7217         subconfigures into the Makefile.
7218
7219         * Makefile.tpl: Remove 'vault' targets.
7220         * Makefile.tpl: Reorder and comment dependencies.
7221         * Makefile.in: Regenerate.
7222
7223 2002-12-01  Nathanael Nerode  <neroden@gcc.gnu.org>
7224         * configure.in: Fix my broken commit of previous patch. (sigh)
7225
7226 2002-11-28  Geoffrey Keating  <geoffk@apple.com>
7227
7228         * configure.in: Move host-specific darwin noconfigdirs into
7229         the host-specific section.
7230
7231 2002-11-28  Geoffrey Keating  <geoffk@apple.com>
7232
7233         * configure.in: Move host-specific darwin noconfigdirs into
7234         the host-specific section.
7235
7236 2002-11-26  Nathanael Nerode  <neroden@gcc.gnu.org>
7237
7238         * configure: Remove skip-this-dir support.
7239         * Makefile.tpl: Remove skip-this-dir support.
7240
7241         * Makefile.tpl: Remove leftover support for non-autoconfiscated
7242         subdirectories.
7243         * Makefile.in: Regenerate.
7244
7245         * Makefile.tpl: Strip out useless setting of 'dir'.
7246         * Makefile.in: Regenerate.
7247
7248 2002-11-22  Nathanael Nerode  <neroden@gcc.gnu.org>
7249
7250         * configure.in: Fix deeply stupid bug.
7251
7252         * configure.in: Introduce RAW_CXX_FOR_TARGET and simplify embedded
7253         shell code in CXX_FOR_TARGET
7254         * Makefile.def: Introduce raw_cxx.
7255         * Makefile.tpl: Use raw_cxx to select between CXX_FOR_TARGET and
7256         RAW_CXX_FOR_TARGET.
7257         * Makefile.in: Regenerate.
7258
7259 2002-11-21  Nathanael Nerode  <neroden@gcc.gnu.org>
7260
7261         * Makefile.tpl: Remove unnecessary ifs.
7262         * Makefile.in: Regenerate.
7263
7264         * Makefile.tpl: Implement soft dependency machinery.  Maybe-ize
7265         dependencies.  Maybe-ize build-libiberty.  Create dummy install
7266         targets for 'no_install' modules.
7267         * configure: Move GDB_TK substitution to configure.in.  Move
7268         build_modules stuff to configure.in.
7269         * configure.in: Implement soft dependency machinery.  Maybe-ize
7270         GDB_TK, rearrange slightly.  Move build_modules stuff from configure.
7271         * Makefile.in: Regenerate.
7272
7273 2002-11-19  Nathanael Nerode  <neroden@gcc.gnu.org>
7274
7275         * Makefile.tpl: Make all-target, install-target behave similarly
7276         to all, install (only hitting configured targets).  Eliminate
7277         unused macro defintions.
7278
7279         * Makefile.tpl: Add all-gcc: all-build-libiberty dependency when
7280         build != host.
7281
7282         * Makefile.tpl: Add all-gcc: all-libiberty dependency.
7283
7284         * ltcf-c.sh, ltcf-gcj.sh, Makefile.tpl: Correct BUILD/HOST confusion.
7285
7286         * configure.in: Produce lists of subdir targets we're actually
7287         configuring.  Remove references to "dosrel".
7288         * Makefile.tpl: Let configure set which subdir targets are hit.
7289         Remove install-cross; clean up install; remove ALL.  Remove
7290         references to "dosrel".  Remove "EXTRA_TARGET_HOST" hackery.
7291         Autogenerate host module targets.  Remove empty dependency lines
7292         and redundant dependency; rearrange slightly.
7293         * Makefile.def: Add host-side libtermcap, utils.
7294
7295         * Makefile.in: Regenerate.
7296
7297 2002-11-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
7298
7299         * ltconfig (osf[345]): Append $major to soname_spec.
7300         Reflect this in library_names_spec.
7301         * ltmain.sh (osf): Prefix $major with . for use as extension.
7302
7303 2002-11-19  Andreas Jaeger  <aj@suse.de>
7304
7305         * libtool.m4 (libtool_flags): Add patch from libtool CVS: Support
7306         linking of 32-bit libraries with ld on the x86-64, ppc64, s390x
7307         and sparc64 GNU/Linux systems.
7308
7309 2002-11-19  Nathan Sidwell  <nathan@codesourcery.com>
7310
7311         * MAINTAINERS: Update email.
7312
7313 2002-11-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
7314
7315         * MAINTAINERS: Complete James Dennett's entry.
7316
7317 2002-11-15  Eric Botcazou  <ebotcazou@libertysurf.fr>
7318
7319         * MAINTAINERS (Write After Approval): Add myself.
7320
7321 2002-11-13  Bruce Korb  <bkorb@gnu.org>
7322
7323         * Makefile.tpl: syntactic cleanup
7324
7325 2002-11-13  Stuart Hastings  <stuart@apple.com>
7326
7327         * MAINTAINERS: Add myself to write-after-approval list.
7328
7329 2002-11-12  Nathanael Nerode  <neroden@gcc.gnu.org>
7330
7331         * Makefile.def: Add list of recursive targets to autogenerate.
7332         Add build_modules.
7333         * Makefile.tpl: Autogenerate do-* targets.  Autogenerate *-target-*
7334         targets.  Autogenerate *-build-* targets.
7335         * Makefile.in: Regenerate.
7336
7337 2002-11-12  Nathanael Nerode  <neroden@gcc.gnu.org>
7338
7339         * configure: More autoconf-style substitutions.
7340         * Makefile.tpl: More autoconf-style substitutions.
7341         * Makefile.in: Regenerate.
7342
7343 2002-11-11  Nathanael Nerode  <neroden@gcc.gnu.org>
7344
7345         * configure: Substitute more variables in a more autoconf-friendly
7346         way.  Simplify slightly.
7347         * Makefile.tpl: Make more variables substitutable in an
7348         autoconf-friendly way.
7349         * Makefile.in: Regenerate.
7350
7351 2002-11-11  Jonathan Wakely  <redi@gcc.gnu.org>
7352
7353         * MAINTAINERS (Write After Approval): Add myself.
7354
7355 2002-11-10  Nathanael Nerode  <neroden@gcc.gnu.org>
7356
7357         * configure.in (v810*): Remove special setting of tools.
7358
7359         * configure: Add support for extra required flags for ar or nm.
7360         * configure.in (aix4.3+): Use above support for target-specific
7361         issues, rather than using config/mt-aix43.
7362
7363 2002-11-09  Nathanael Nerode  <neroden@gcc.gnu.org>
7364
7365         * configure: Remove 'removing', which doesn't work.  Replace $subdir
7366         with . everywhere.  Replace $subdirs with ''.  Replace $makesrcdir
7367         with $srcdir.  Reformat indentation.  Substitute some variables
7368         formerly hard-coded in the Makefile for build=host.
7369         * Makefile.tpl: Autogenerate more; make more autoconf-friendly.
7370         * Makefile.def: Autogenerate more.
7371         * Makefile.in: Regenerate.
7372
7373 2002-11-04  Adam Nemet  <anemet@lnxw.com>
7374
7375         * MAINTAINERS (Write After Approval): Add myself.
7376
7377 2002-11-04  Kevin Buettner  <kevinb@redhat.com>
7378
7379         * Makefile.def (host_modules): Add rda.
7380         * Makefile.in: Regenerate.
7381         * configure.in (target_tool): Add target-rda to list.
7382
7383 2002-10-28  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
7384
7385         * MAINTAINERS: Remove "co-maintainer" note for web pages.
7386
7387 2002-10-25  Phil Edwards  <pme@gcc.gnu.org>
7388
7389         * Makefile.tpl (bootstrap):  Add bubblestrap, quickstrap, cleanstrap,
7390         and restrap targets to this rule.
7391         * Makefile.in:  Regenerate.
7392
7393 2002-10-25  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
7394
7395         * MAINTAINERS: Add Wolfgang Bangerth and Volker Reichelt under
7396         GNATS only accounts.
7397
7398 2002-10-24  Hans-Peter Nilsson  <hp@bitrange.com>
7399
7400         * configure.in (i[3456]86-*-linux*): Add check to disable
7401         ${libgcj} for glibc1.
7402
7403 2002-10-24  Denis Chertykov  <denisc@overta.ru>
7404
7405         * MAINTAINERS: Add myself as ip2k port maintainer.
7406
7407 2002-10-07  Svein E. Seldal  <Svein.Seldal@solidas.com>
7408
7409         * configure.in: Add tic4x target.
7410
7411 2002-10-03  Nathanael Nerode  <neroden@gcc.gnu.org>
7412
7413         * Makefile.tpl: Make SET_LIB_PATH substitution more autoconfy.
7414         * configure.in: Make SET_LIB_PATH substitution more autoconfy.
7415         * Makefile.in: Regenerate.
7416
7417         * Makefile.tpl: Make RPATH_ENVVAR substitution more autoconfy.
7418         * configure.in: Make RPATH_ENVVAR substitution more autoconfy.
7419         * Makefile.in: Regenerate.
7420
7421 2002-10-02  Janis Johnson  <janis187@us.ibm.com>
7422
7423         * MAINTAINERS: Add myself as web pages co-maintainer.
7424
7425 2002-10-02  Nathanael Nerode  <neroden@gcc.gnu.org>
7426
7427         * Makefile.tpl: Eliminate reference to all-gui, all-libproc.
7428         * Makefile.in: Regenerate.
7429
7430 2002-10-02  Zack Weinberg  <zack@codesourcery.com>
7431
7432         * MAINTAINERS: Add myself and Nathan Sidwell
7433         <nathan@codesourcery.com> as VxWorks maintainers.
7434
7435 2002-10-02  Nathanael Nerode  <neroden@gcc.gnu.org>
7436
7437         * Makefile.def: Remove order dependency comments.
7438         * Makefile.tpl: Add explicit install-install dependencies.
7439         * Makefile.in: Regenerate.
7440
7441         * Makefile.tpl: Remove material now in src-release.  (Finally!)
7442         * Makefile.in: Regenerate.
7443
7444         * Makefile.tpl: Add configure-target (for src-release in src)
7445         * Makefile.in: Regenerate.
7446
7447 2002-09-30  Nick Clifton  <nickc@redhat.com>
7448
7449         * Makefile.in (BINUTILS_SUPPORT_DIRS): Add cpu directory.
7450
7451 2002-09-30  Ulrich Weigand  <uweigand@de.ibm.com>
7452
7453         * configure.in (s390*-*-linux*): Enable libgcj.
7454
7455 2002-09-29  Nathanael Nerode  <neroden@gcc.gnu.org>
7456
7457         * configure: Revert accidentally applied changes.
7458
7459         * Makefile.tpl: Make more autoconf-friendly.
7460         * Makefile.in: Regenerate.
7461         * configure: Make substitution more autoconf-like.
7462
7463 2002-09-28  Richard Earnshaw  <rearnsha@arm.com>
7464
7465         * configure.in (arm-*-coff, strongarm-*-coff, xscale-*-coff): Use a
7466         single entry to handle all these.
7467         (arm-*-elf, strongarm-*-elf, xscale-*-elf): Likewise.  Also enable
7468         libjava on arm-*-elf.
7469
7470 2002-09-27  Geoffrey Keating  <geoffk@apple.com>
7471
7472         * configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or the
7473         things that depend on them.
7474
7475 2002-09-25  Nathanael Nerode  <neroden@gcc.gnu.org>
7476
7477         * Makefile.tpl: Make subsituted variables more autoconfy.
7478         * Makefile.in: Regenerate.
7479         * configure: Make seds more autoconfy.
7480
7481 2002-09-25  Nathanael Nerode  <neroden@gcc.gnu.org>
7482
7483         * Makefile.tpl: Rewrite substituted lines to look autoconfy.
7484         * Makefile.in: Regenerate.
7485         * configure.in: Rewrite sed statements to look autoconfy.
7486
7487         * Makefile.tpl: Autogenerate *-target-* lists, dependencies of
7488         all-target-foo on configure-target-foo.
7489         * Makefile.def: Ditto.
7490         * Makefile.in: Rebuild.
7491
7492 2002-09-25  Andrew Haley  <aph@redhat.com>
7493
7494         * MAINTAINERS: Add aph@redhat.com as Java maintainer.
7495
7496 2002-09-22  Nathanael Nerode  <neroden@gcc.gnu.org>
7497
7498         * Makefile.def: New file.
7499         * Makefile.tpl: New file.
7500         * Makefile.in: Generate from Makefile.tpl with 'autogen Makefile.def'.
7501         * contrib/gcc_update: Note that Makefile.in is a generated file.
7502
7503         * configure.in: Minor rearrangement.  Simplify tests.
7504
7505 2002-09-22  Jason Thorpe  <thorpej@wasabisystems.com>
7506
7507         * configure.in (with_headers): Skip copy if value is "yes".
7508         (with_libs): Likewise.
7509
7510 2002-09-20  Nathanael Nerode  <neroden@gcc.gnu.org>
7511
7512         * configure.in (*-*-netbsd*): Use noconfigdirs, not skipdirs.
7513         * configure.in (sh*-*-pe*): Ditto.
7514         * configure.in (mips*-*-pe*): Ditto.
7515         * configure.in (*arm-wince-pe): Ditto.
7516
7517         * configure.in: Rearrange.
7518
7519 2002-09-14  Kazu Hirata  <kazu@cs.umass.edu>
7520
7521         * MAINTAINERS: Update my email address.
7522
7523 2002-08-30  Paul Koning  <pkoning@equallogic.com>
7524
7525         * MAINTAINERS: (Write After Approval): Add myself.
7526
7527 2002-08-29  Geoffrey Keating  <geoffk@redhat.com>
7528
7529         * MAINTAINERS: Update Jason Eckhardt's address, remove i860.
7530
7531 2002-08-24  Geoffrey Keating  <geoffk@redhat.com>
7532
7533         * MAINTAINERS: Change my mailing address.
7534
7535 2002-08-21  Paolo Carlini  <pcarlini@unitus.it>
7536
7537         * MAINTAINERS (Write After Approval): Remove myself.
7538         (Various Maintainers: c++ runtime libs): Add myself.
7539
7540 2002-08-20  Loren J. Rittle  <ljrittle@acm.org>
7541
7542         * MAINTAINERS (Write After Approval): Remove myself.
7543         (Various Maintainers: c++ runtime libs): Add myself.
7544
7545 2002-08-15  Eric Christopher  <echristo@redhat.com>
7546
7547         * config.sub: Import from master repository.
7548         * config.guess: Ditto.
7549
7550 2002-08-19  Alexandre Oliva  <aoliva@redhat.com>
7551
7552         * Makefile.in (GCC_FOR_TARGET): Prepend STAGE_CC_WRAPPER.
7553         * configure.in (CC_FOR_TARGET, GCJ_FOR_TARGET, CXX_FOR_TARGET,
7554         CXX_FOR_TARGET_FOR_RECURSIVE_MAKE): Likewise.
7555
7556 2002-08-16  Aldy Hernandez  <aldyh@redhat.com>
7557
7558         * MAINTAINERS: Add self to rs6000 vector extensions.
7559
7560 2002-08-15  Alexandre Oliva  <aoliva@redhat.com>
7561
7562         * libiberty/configure: Reverted unintended yesterday's check in.
7563
7564 2002-08-14  Alexandre Oliva  <aoliva@redhat.com>
7565
7566         * boehm-gc/configure, libf2c/configure: Rebuilt.
7567         * libffi/configure, libiberty/configure: Ditto.
7568         * libjava/configure, libobjc/configure: Ditto.
7569         * libstdc++-v3/configure, zlib/configure: Ditto.
7570         Merged from binutils:
7571         2002-01-27  Daniel Jacobowitz  <drow@mvista.com>
7572         From Steve Ellcey <sje@cup.hp.com>:
7573         * libtool.m4 (HPUX_IA64_MODE): Set to 32 or 64 based on ABI.
7574         (lt_cv_deplibs_check_method, lt_cv_file_magic_cmd,
7575         lt_cv_file_magic_test_file): Set to appropriate values for HP-UX
7576         IA64.
7577         * ltcf-c.sh (archive_cmds, hardcode_*): Ditto.
7578         * ltconfig (shlibpath_*, dynamic_linker, library_names_spec,
7579         soname_spec, sys_lib_search_path_spec): Ditto.
7580
7581 2002-08-06  Federico G. Schwindt  <fgsch@olimpo.com.br>
7582
7583         * configure.in (hppa*-*-openbsd*): Treat like hppa*-*-*elf*.
7584
7585 2002-08-04  H.J. Lu  (hjl@gnu.org)
7586
7587         * configure.in (mips*-*-linux*): Don't skip target-libffi.
7588
7589 2002-08-02  Krister Walfridsson  <cato@df.lth.se>
7590
7591         * MAINTAINERS (Write After Approval): Add myself.
7592
7593 2002-07-31  Alan Modra  <amodra@bigpond.net.au>
7594
7595         * configure.in: Move generic linux case to end.  Copy generic
7596         linux noconfigdirs to mips*-*-linux* entry and new
7597         powerpc64*-*-linux* entry.  Add target-libffi for the latter.
7598
7599 2002-07-19  Michael Matz  <matz@suse.de>
7600
7601         * MAINTAINERS: Add myself as ra* maintainer.
7602
7603 2002-07-16  Chris Demetriou  <cgd@broadcom.com>
7604
7605         * config.guess: Update to 2002-07-09 version.
7606         * config.sub: Update to 2002-07-03 version.
7607
7608 2002-07-15  Hans-Peter Nilsson  <hp@bitrange.com>
7609
7610         * MAINTAINERS: Fix typo in a maintainer email address.
7611
7612 2002-07-11  Nathanael Nerode  <neroden@gcc.gnu.org>
7613
7614         * configure.in: Remove two redundant tests.
7615
7616 2002-07-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
7617
7618         * configure.in (mips*-*-irix6*o32): Enable stabs.
7619
7620 2002-07-08  Nathanael Nerode  <neroden@gcc.gnu.org>
7621
7622         * configure.in: Don't build grez.
7623         * Makefile.in: Ditto.
7624
7625         * Makefile.in: Remove references to bsp, cygmon, libstub.
7626         * configure.in: Ditto.
7627
7628         * configure.in: Remove leftover reference to gdbtest.
7629
7630 2002-07-08  Phil Edwards  <pme@gcc.gnu.org>
7631
7632         * configure.in (gxx_include_dir):  Change to match versioned
7633         C++ headers if --enable-version-specific-runtime-libs is used.
7634
7635 2002-07-04  Steve Ellcey  <sje@cup.hp.com>
7636
7637         * ltcf-cxx.sh (hpux*): Modify to support ia64-*-hpux*.
7638
7639 2002-07-03  Nathanael Nerode  <neroden@gcc.gnu.org>
7640
7641         * configure.in: Make --without-x work.
7642
7643 2002-07-02  Nathanael Nerode  <neroden@gcc.gnu.org>
7644
7645         * configure.in: Rearrange target Makefile fragment collection.
7646
7647         * Makefile.in: Don't try to build gdbtest, tgas, ispell, inet, or
7648         cvs[src].
7649         * configure.in: Ditto.
7650
7651 2002-07-01  Matt Kraai  <kraai@alumni.cmu.edu>
7652
7653         * MAINTAINERS (Write After Approval): Update my e-mail address.
7654
7655 2002-06-24  Ben Elliston  <bje@redhat.com>
7656
7657         * configure.in (host_tools): Remove cgen.
7658
7659         * Makefile.in (all-cgen): Remove; runs from its source directory.
7660         (check-cgen, install-cgen, clean-cgen): Likewise.
7661         (all-opcodes): Do not depend on all-cgen.
7662         (all-sim): Likewise.
7663
7664 2002-07-01  Nathanael Nerode  <neroden@gcc.gnu.org>
7665
7666         * Makefile.in: Eliminate 'apache' targets.
7667         * configure.in: Eliminate 'apache' targets.
7668
7669         * configure.in: Eliminate redundant tests.  Reorganize.
7670
7671         * Makefile.in: Eliminate last reference to LIBGCC1_TEST.
7672
7673         * config-ml.in: Eliminate references to Cygnus configure.
7674
7675         * Makefile.in: Eliminate references to building emacs.
7676
7677 2002-06-28  Graham Stott  <graham.stott@btinternet.com>
7678
7679         * MAINTAINERS: Update my email address.
7680
7681 2002-06-26  Benjamin Kosnik  <bkoz@redhat.com>
7682
7683         * config.if (libstdcxx_incdir): Version C++ headers.
7684         (cxx_incdir): Remove.
7685
7686 2002-06-25  Nathanael Nerode  <neroden@gcc.gnu.org>
7687
7688         * MAINTAINERS (Write After Approval): Add self.
7689
7690 Thu Jun 20 00:35:14 2002  Denis Chertykov  <denisc@overta.ru>
7691
7692         * configure.in: Add support for ip2k.
7693
7694 2002-06-22  Nathanael Nerode  <neroden@twcny.rr.com>
7695
7696         * configure.in: Fix AIX configury bug.
7697
7698 2002-06-20  Steve Ellcey  <sje@cup.hp.com>
7699
7700         * MAINTAINERS (Write After Approval): Add self.
7701
7702 2002-06-19  Nathanael Nerode  <neroden@twcny.rr.com>
7703
7704         * configure.in: replace ${topsrcdir} with ${srcdir}
7705
7706         * configure.in: Move definition of libstdcxx_flags
7707         right above usage, rather than waaay earlier.
7708
7709         * configure.in: Pull definition of is_cross_compiler earlier.
7710
7711         * configure.in: Rearrange a little.
7712
7713         * configure.in: Remove references to librx.
7714         * Makefile.in: Remove references to librx.
7715
7716 Tue Jun 18 22:37:35 2002  Denis Chertykov  <denisc@overta.ru>
7717
7718         * config.sub: Add support for avr target.
7719         Import from master sources, rev 1.255
7720
7721 2002-06-19  Phil Edwards  <pme@gcc.gnu.org>
7722
7723         * configure, .cvsignore:  Revert previous change...
7724         * Makefile:  ...delete.
7725
7726 2002-06-19  Nathanael Nerode  <neroden@twcny.rr.com>
7727
7728         * configure.in: Eliminate ${gasdir} variable.
7729
7730 2002-06-18  Dave Brolley  <brolley@redhat.com>
7731
7732         * configure.in: Add support for frv.
7733         * config.sub: Add support for frv.
7734
7735 2002-06-18  Phil Edwards  <pme@gcc.gnu.org>
7736
7737         * configure:  Remove garbage from previous commit.
7738
7739 2002-06-18  Phil Edwards  <pme@gcc.gnu.org>
7740
7741         * configure:  For in-source builds, make a subdir and re-exec there.
7742         * Makefile:  New file.  Pass targets through to build directory.
7743         * .cvsignore:  No longer ignore "Makefile".
7744
7745 2002-06-16  Douglas Rupp  <rupp@gnat.com>
7746
7747         * MAINTAINERS (Write After Approval): Add self.
7748
7749 2002-06-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7750
7751         * Makefile.in (CFLAGS_FOR_TARGET): Add -O2.
7752
7753 2002-06-08  Jason Thorpe  <thorpej@wasabisystems.com>
7754
7755         * configure.in (vax-*-netbsd*): Re-enable gas.
7756
7757 2002-05-31  Nathanael Nerode  <neroden@twcny.rr.com>
7758
7759         * Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with BUILD_PREFIX,
7760         BUILD_PREFIX_1, to correct nomenclature.
7761         * configure: Likewise.
7762
7763         * Makefile.in: Eliminate version-specific references to tcl8.1, tk8.1.
7764         * configure.in: Eliminate version-specific references to tcl8.1, tk8.1.
7765
7766 2002-05-31  Olaf Hering  <olh@suse.de>
7767
7768         * config-ml.in: Propogate DESTDIR also.
7769
7770 2002-05-29  Jason Thorpe  <thorpej@wasabisystems.com>
7771
7772         * configure.in (vax-*-netbsd*): Don't build gas for this
7773         platform.
7774
7775 2002-05-28  Marek Michalkiewicz  <marekm@amelek.gda.pl>
7776
7777         * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
7778         and libgcj for AVR.
7779
7780 2002-05-23  Kaz Kojima  <kkojima@gcc.gnu.org>
7781
7782         * MAINTAINERS (Write After Approval): Add myself.
7783
7784 2002-05-22  Jason Thorpe  <thorpej@wasabisystems.com>
7785
7786         * config.guess: Update to 2002-05-22 version.
7787         * config.sub: Likewise.
7788
7789 2002-05-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
7790
7791         * Makefile.in: Allow for PWDCMD to override hardcoded pwd.
7792         * config-ml.in: Likewise.
7793         * configure: Likewise.
7794         * configure.in: Likewise.
7795
7796 2002-05-16  Stephane Carrez  <stcarrez@nerim.fr>
7797
7798         * MAINTAINERS: Update my email address.
7799
7800 2002-05-13  Nathanael Nerode  <neroden@twcny.rr.com>
7801
7802         * configure.in: Simplify makefile fragment collection.
7803
7804         * configure.in: Remove code to build emacs.
7805
7806         * configure.in : Remove --srcdir argument from targargs and buildargs
7807         (it's always overridden in the Makefile anyway).  Rearrange a bit.
7808
7809         * configure: Move some logic to configure.in.
7810         * configure.in: Move some logic from configure.
7811
7812 2002-05-11  Tom Tromey  <tromey@redhat.com>
7813
7814         * MAINTAINERS: Reflect libgcj reality.
7815
7816 2002-05-09  Federico G. Schwindt  <fgsch@olimpo.com.br>
7817
7818         * Makefile.in: Honour DESTDIR.
7819
7820 2002-05-08  Mark Mitchell  <mark@codesourcery.com>
7821
7822         * config.guess: Import 2002-03-20 version.
7823         * config.sub: Import 2002-04-26 version.
7824
7825 2002-05-08  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
7826
7827         * config-ml.in: Allow for PWDCMD to determine ML_POPDIR.
7828
7829 2002-05-07  Tim Josling  <tej@melbpc.org.au>
7830
7831         * MAINTAINERS: Add self.
7832
7833 2002-05-06  Loren J. Rittle  <ljrittle@acm.org>
7834
7835         * ltmain.sh: Detect and handle object name conflicts
7836         while piecewise linking a static library.
7837
7838 2002-05-05  Alexandre Oliva  <aoliva@redhat.com>
7839
7840         * configure.in (noconfigdirs): Don't disable libgcj on
7841         sparc64-*-solaris* and sparcv9-*-solaris*.
7842
7843 2002-05-03  Alexandre Oliva  <aoliva@redhat.com>
7844
7845         * configure.in: Revert 2002-04-18's patch; fixed in libjava.
7846
7847 2002-05-03  Thomas Fitzsimmons  <fitzsim@redhat.com>
7848
7849         * configure.in (FLAGS_FOR_TARGET): Do not add
7850         -B$$r/$(TARGET_SUBDIR)/newlib/ when compiling newlib natively
7851         on i[3456]86-*-linux*.
7852
7853 2002-05-01  Thomas Fitzsimmons  <fitzsim@redhat.com>
7854
7855         * configure.in (noconfigdirs): Replace [ ] with test.
7856
7857         * configure.in (noconfigdirs): Do not add target-newlib if
7858         target == i[3456]86-*-linux*, and host == target.
7859
7860 2002-04-29  Nathanael Nerode  <neroden@doctormoo.dyndns.org>
7861
7862         * configure.in: delete reference to absent file
7863
7864         * configure.in: replace '[' with 'test'
7865
7866         * configure.in: Eliminate references to gash.
7867         * Makefile.in: Eliminate references to gash.
7868
7869         * configure.in: remove useless references to 'pic' makefile fragments.
7870
7871         * configure.in: (*-*-windows*) Finish removing.
7872
7873         * configure.in: Eliminate redundant test for libgui.
7874
7875 2002-04-29  Roger Sayle  <roger@eyesopen.com>
7876
7877         * MAINTAINERS: Add self and realphabetize.  Update entries
7878         for Dan Berlin, Chris Demetriou and Michael Matz.  Remove
7879         entry for a29k port maintainer.
7880
7881 2002-04-26  Joel Sherrill  <joel@OARcorp.com>
7882
7883         * configure.in (h8300*-*-rtems*): Disable libf2c and libgcj.
7884         (sparc-*-elf*, sparc64-*-elf*): Disable libgcj.
7885
7886 2002-04-19  Nathanael Nerode  <neroden@twcny.rr.com>
7887
7888         * configure.in: remove references to dead files
7889
7890 2002-04-19  Mark Mitchell  <mark@codesourcery.com>
7891
7892         * MAINTAINERS: Add information about purpose of this file.
7893
7894 2002-04-18  Tom Tromey  <tromey@redhat.com>
7895
7896         * configure.in: Disallow configuring libgcj when it is already
7897         installed and we're using Solaris 2.8 linker.  Do enable libgcj on
7898         Solaris 2.8 by default.  For PR libgcj/6158.
7899
7900 2002-04-17  Nathanael Nerode  <neroden@twcny.rr.com>
7901
7902         * configure.in:  Move default CC setting out of config/mh-* fragments
7903         directly into here.
7904
7905 2002-04-17  Nathanael Nerode  <neroden@twcny.rr.com>
7906
7907         * configure.in: don't even try to configure or make a subdirectory
7908         if there's no configure script for it.
7909
7910 2002-04-15  Mark Mitchell  <mark@codesourcery.com>
7911
7912         * MAINTAINERS: Remove chill maintainers.
7913         * Makefile.in (CHILLFLAGS): Remove.
7914         (CHILL_LIB): Remove.
7915         (TARGET_CONFIGDIRS): Remove libchill.
7916         (CHILL_FOR_TARGET): Remove.
7917         (BASE_FLAGS_TO_PASS): Don't pass CHILLFLAGS, CHILL_FOR_TARGET, or
7918         CHILL_LIB.
7919         (CONFIGURE_TARGET_MODULES): Remove configure-target-libchill.
7920         (CHECK_TARGET_MODULES): Likewise.
7921         (INSTALL_TARGET_MODULES): Likewise.
7922         (CLEAN_TARGET_MODULES): Likewise.
7923         (configure-target-libchill): Remove.
7924         (all-target-libchill): Remove.
7925         * configure.in (target_libs): Remove target-libchill.
7926         Do not compute CHILL_FOR_TARGET.
7927         * libchill: Remove directory.
7928
7929 2002-04-11  DJ Delorie  <dj@redhat.com>
7930
7931         * Makefile.in, configure.in: Sync with binutils, entries
7932         follow...
7933
7934 2002-04-07  Andrew Cagney  <ac131313@redhat.com>
7935
7936         * Makefile.in (do-tar-bz2): Delete rule.  Replace with ...
7937         (do-tar, do-bz2): New rules.
7938         (taz): Update.  Replace do-tar-bz2 with do-tar and do-bz2.
7939         (gdb-tar): New rule.
7940         (gdb-taz): Rewrite.  Use gdb-tar and do-bz2.
7941         (insight_dejagnu.tar): New rule.
7942         (insight.tar): New rule.
7943         (gdb+dejagnu.tar): New rule.
7944         (gdb.tar): New rule.
7945
7946 2002-02-01  Mo DeJong  <supermo@bayarea.net>
7947
7948         * Makefile.in: Add all-tix to deps for all-snavigator
7949         so that tix is built when building snavigator.
7950
7951 2002-01-11  Steve Ellcey  <sje@cup.hp.com>
7952
7953         * configure.in (ia64*-*-hpux*): New target for IA64 HP-UX,
7954         ld and gdb are not supported.
7955
7956 2002-01-07  Mark Salter  <msalter@redhat.com>
7957
7958         * configure.in: Remove target-bsp and target-cygmon from arm builds.
7959         Allow target-libgloss to be built for arm, strongarm, and xscale.
7960
7961 2001-12-13  Thomas Fitzsimmons  <fitzsim@redhat.com>
7962
7963         * configure.in (FLAGS_FOR_TARGET): Remove -nostdinc and -isystem
7964         options for i[3456]86-pc-linux* native builds.
7965
7966 2001-11-20  Nick Clifton  <nickc@cambridge.redhat.com>
7967
7968         * Makefile.in (do-proto-toplev): Use msgfmt to generate .gmo
7969         files from .po files for a distribution.
7970
7971 2001-09-03  Jeff Holcomb  <jeffh@redhat.com>
7972
7973         * configure.in: Enable libstdc++-v3 for h8300 targets.
7974
7975 2001-06-19  Alan Modra  <amodra@bigpond.net.au>
7976
7977         * Makefile.in (VER): If AM_INIT_AUTOMAKE uses BFD_VERSION, get
7978         version from bfd/.
7979
7980 Fri Jun  8 11:14:02 2001  Andrew Cagney  <cagney@b1.cygnus.com>
7981
7982         * Makefile.in (VER): When present, extract the version number from
7983         the file version.in.
7984
7985 2001-05-24  Tom Rix  <trix@redhat.com>
7986
7987         * configure.in : enable ld for aix
7988
7989 2001-02-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
7990
7991         * config.guess: Add linux target for S/390.
7992
7993 2000-11-07  Philip Blundell  <pb@futuretv.com>
7994
7995         * Makefile.in (ETC_SUPPORT): Also add configbuild.* and configdev.*.
7996
7997 2000-11-03  Philip Blundell  <pb@futuretv.com>
7998
7999         * Makefile.in (ETC_SUPPORT): Add configure.texi and associated info
8000         files.
8001
8002 2001-01-15  Ben Elliston  <bje@redhat.com>
8003
8004         * configure.in (host_tools): Add sid.
8005         Always configure cgen.
8006
8007 2000-11-24  Nick Clifton  <nickc@redhat.com>
8008
8009         * configure.in (c4x, c5x, tic54x): Move after ARM targets.
8010
8011
8012 2000-08-20  Doug Evans  <dje@casey.transmeta.com>
8013
8014         * Makefile.in (ALL_MODULES): Add all-cgen.
8015         (CROSS_CHECK_MODULES,INSTALL_MODULES,CLEAN_MODULES): Similarily.
8016         (all-cgen): New target.
8017         (all-opcodes,all-sim): Depend on all-cgen.
8018         * configure.in (host_tools): Add cgen.
8019         Only configure cgen if --enable-cgen-maint.
8020
8021 2002-04-09  Loren J. Rittle  <ljrittle@acm.org>
8022
8023         * configure.in: Add *-*-freebsd* configurations.
8024
8025 2002-04-08  Tom Tromey  <tromey@redhat.com>
8026
8027         * configure.in: Add FLAGS_FOR_TARGET to GCJ_FOR_TARGET.
8028         Fixes PR libgcj/6068.
8029
8030 2002-03-30  Krister Walfridsson  <cato@df.lth.se>
8031
8032         * configure.in (i*86-*-netbsdelf*): Don't disable libgcj.
8033
8034 2002-03-27  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
8035
8036         * configure.in (alpha*-dec-osf*): Enable libgcj.
8037
8038 2003-03-27  Matthew Gingell  <gingell@gnat.com>
8039
8040         * MAINTAINERS (Write After Approval): Add myself.
8041
8042 2002-03-24  Nick Clifton  <nickc@cambridge.redhat.com>
8043
8044         Fix for: PR bootstrap/3591, target/5676
8045         * configure.in (mcore-pe): Disable the configuration of
8046         libstdc++-v3 since exceptions are not supported.
8047
8048 2002-03-20  Anthony Green  <green@redhat.com>
8049
8050         * configure.in: Enable libgcj for xscale-elf target.
8051
8052 Tue Mar 19 09:05:08 2002  J"orn Rennecke  <joern.rennecke@superh.com>
8053
8054         * MAINTAINERS:  Update my email address.
8055
8056 2002-03-16  Alexandre Oliva  <aoliva@redhat.com>
8057
8058         * ltmain.sh (relink_command): Fix typo in previous change.
8059
8060 2002-03-15  Alexandre Oliva  <aoliva@redhat.com>
8061
8062         * ltmain.sh (taglist): Initialized.  Don't let `CC' tag out of it.
8063         (relink_command): Added --tag flags.
8064         (mode=install): If relinking fails; error out.
8065
8066 2002-03-12  Richard Henderson  <rth@redhat.com>
8067
8068         * Makefile.in (NOTPARALLEL): New.  Use it instead of explicit
8069         .NOTPARALLEL tag.
8070         (do-check): Rename from check.
8071         (check): Allow parallel check.
8072
8073 2002-03-12  Bob Wilson  <bob.wilson@acm.org>
8074
8075         * MAINTAINERS: Add myself as maintainer for xtensa port.
8076         Fix alphabetical order in CPU port maintainer list.
8077         Remove myself from Write After Approval list.
8078
8079 2002-03-11  Richard Henderson  <rth@redhat.com>
8080
8081         * Makefile.in (.NOTPARALLEL): Add fake tag.
8082
8083 2002-03-07  H.J. Lu  (hjl@gnu.org)
8084
8085         * configure.in: Enable gprof for mips*-*-linux*.
8086
8087 2002-03-05  Danny Smith  <dannysmith@users.sourceforge.net>
8088
8089         * MAINTAINERS (Write After Approval): Add myself.
8090
8091 2002-02-28  Alexandre Oliva  <aoliva@redhat.com>
8092
8093         * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
8094         libjava.
8095         (CXX_FOR_TARGET): Explain why -shared-libgcc here.
8096
8097 2002-02-23  Alexandre Oliva  <aoliva@redhat.com>
8098
8099         * Makefile.in (MAKEINFO): Don't assume makeinfo will be built just
8100         because its Makefile is there; test for the executable instead.
8101
8102 2002-02-22  Alexandre Oliva  <aoliva@redhat.com>
8103
8104         * configure.in (CXX_FOR_TARGET): Add -shared-libgcc for
8105         libstdc++-v3 and libjava.
8106
8107 2002-02-11  Adam Megacz  <adam@xwt.org>
8108
8109         * gcc/Makefile.in: Removed libstdc++-v3 dependancy for libjava and
8110         boehm-gc
8111
8112 2002-02-09  Alexandre Oliva  <aoliva@redhat.com>
8113
8114         * config.guess: Updated to 2002-01-30's version.
8115         * config.sub: Updated to 2002-02-01's version.
8116         Contribute sh64-elf.
8117         2000-12-01  Alexandre Oliva  <aoliva@redhat.com>
8118         * configure.in: Added sh64-*-*.
8119
8120 2002-02-08  Chris Demetriou  <cgd@broadcom.com>
8121
8122         * MAINTAINERS: Belatedly add myself to write after approval list.
8123
8124 Thu Feb  7 12:40:58 CET 2002  Jan Hubicka  <jh@suse.cz>
8125
8126         * MAINTAINERS: Put self in as maintainer for x86-64 port.
8127         Remove self as Write After Approval.
8128
8129 2002-01-31  Geoffrey Keating  <geoffk@redhat.com>
8130
8131         * MAINTAINERS: Put self in as maintainer for contrib/regression
8132         directory.
8133
8134 2002-01-28  Phil Edwards  <pme@gcc.gnu.org>
8135
8136         * MAINTAINERS:  Update my email address.
8137
8138 2002-01-26  Jason Thorpe  <thorpej@wasabisystems.com>
8139
8140         * configure.in (*-*-netbsd*): New.  Skip target-newlib,
8141         target-libiberty, and target-libgloss.  Skip Java-related
8142         libraries if not supported for NetBSD on target CPU.
8143
8144 2002-01-25  Douglas B Rupp  <rupp@gnat.com>
8145
8146         * install-sh: Use _inst.$$_ for temp file name.
8147
8148 2002-01-24  Jason Thorpe  <thorpej@wasabisystems.com>
8149
8150         * MAINTAINERS (Write After Approval): Move my contact info
8151         from here...
8152         (OS Port Maintainers): ...to here (netbsd).
8153
8154 2002-01-22  Bob Wilson  <bob.wilson@acm.org>
8155
8156         * MAINTAINERS (Write After Approval): Add myself.
8157
8158 2002-01-17  H.J. Lu  <hjl@gnu.org>
8159
8160         * Makefile.in (all-fastjar): Also depend on all-libiberty.
8161         (all-target-fastjar): Also depend on all-target-libiberty.
8162
8163 2002-01-16  H.J. Lu  (hjl@gnu.org)
8164
8165         * config.guess: Import from master sources, rev 1.225.
8166         * config.sub: Import from master sources, rev 1.238.
8167
8168 2002-01-16  Kazu Hirata  <kazu@hxi.com>
8169
8170         * MAINTAINERS (Write After Approval): Remove myself.
8171
8172 2001-12-19  Florian Weimer  <fw@deneb.enyo.de>
8173
8174         * MAINTAINERS (Write After Approval): Add myself.
8175
8176 2001-12-17  Joseph S. Myers  <jsm28@cam.ac.uk>
8177
8178         * MAINTAINERS: Add self as docs co-maintainer.
8179
8180 2001-12-11  Matthias Klose  <doko@debian.org>
8181
8182         * MAINTAINERS (Write After Approval): Add myself.
8183
8184 2001-12-09  Zack Weinberg  <zack@codesourcery.com>
8185
8186         * MAINTAINERS: Update my email address.
8187
8188 2001-12-07  Turly O'Connor  <turly@apple.com>
8189         * MAINTAINERS (Write After Approval): Add myself.
8190         * rs6000.c (rs6000_trampoline_size): Handle ABI_DARWIN case.
8191         (rs6000_initialize_trampoline): Call __trampoline_setup for
8192         ABI_DARWIN too.
8193         * darwin-tramp.asm: New file, implements __trampoline_setup.
8194         * t-darwin (LIB2FUNCS_EXTRA): Include darwin-tramp.asm.
8195
8196 2001-12-07  Paolo Carlini  <pcarlini@unitus.it>
8197
8198         * MAINTAINERS (Write After Approval): Add myself.
8199
8200 Wed Dec  5 07:33:45 2001  Douglas B. Rupp  <rupp@gnat.com>
8201
8202         * configure, configure.in: Use temp file for long sed commands.
8203
8204 2001-12-03  Laurent Guerby  <guerby@acm.org>
8205
8206         * config.sub: Update to version 1.232 on subversion.
8207
8208 2001-12-03  Ben Elliston  <bje@redhat.com>
8209
8210         * MAINTAINERS: Update mail address for config.* patches.
8211
8212 2001-11-27  DJ Delorie  <dj@redhat.com>
8213             Zack Weinberg  <zack@codesourcery.com>
8214
8215         When build != host, create libiberty for the build machine.
8216
8217         * Makefile.in (TARGET_CONFIGARGS, BUILD_CONFIGARGS): Replace
8218         CONFIG_ARGUMENTS.
8219         (ALL_BUILD_MODULES_LIST, BUILD_CONFIGDIRS, BUILD_SUBDIR):
8220         New variables.
8221         (ALL_BUILD_MODULES, CONFIGURE_BUILD_MODULES): New variables
8222         and rules.
8223         (all.normal): Depend on ALL_BUILD_MODULES.
8224         (CONFIGURE_TARGET_MODULES rule): Use TARGET_CONFIGARGS.
8225         (all-build-libiberty): Depend on configure-build-libiberty.
8226
8227         * configure: Calculate and substitute proper value for
8228         ALL_BUILD_MODULES.
8229         * configure.in: Create the build subdirectory.
8230         Calculate and substitute TARGET_CONFIGARGS (formerly
8231         CONFIG_ARGUMENTS); also BUILD_SUBDIR and BUILD_CONFIGARGS (new).
8232
8233 2001-11-26  Ziemowit Laski  <zlaski@apple.com>
8234
8235         * MAINTAINERS (write-after-approval): Add self.
8236
8237 2001-11-17  Craig Rodrigues  <rodrigc@gcc.gnu.org>
8238
8239         * MAINTAINERS (GNATS only accounts): Remove self.
8240
8241 2001-11-14  Hans-Peter Nilsson  <hp@bitrange.com>
8242
8243         * configure.in (noconfigdirs) [h8300*-*-*, h8500-*-*]: Disable
8244         libf2c.
8245
8246 2001-11-12  Craig Rodrigues  <rodrigc@gcc.gnu.org>
8247
8248         * MAINTAINERS (Write After Approval): Add self.
8249
8250 2001-11-12  David O'Brien  <obrien@FreeBSD.org>
8251
8252         * MAINTAINERS: mips and s390 are also CPU ports.
8253
8254 2001-11-12  David O'Brien  <obrien@FreeBSD.org>
8255
8256         * MAINTAINERS: mcore, cris and mmix are also CPU ports.
8257
8258 2001-11-11  David O'Brien  <obrien@FreeBSD.org>
8259
8260         * MAINTAINERS: Alphabetize.
8261
8262 2001-11-09  Kazu Hirata  <kazu@hxi.com>
8263
8264         * MAINTAINERS (Various maintainers: h8 port): Add myself.
8265
8266 2001-11-09  John David Anglin  <dave@hiauly1.hia.nrc.ca>
8267
8268         * MAINTAINERS (Various maintainers: hppa port): Added myself.
8269
8270 2001-11-08  Phil Edwards  <pedwards@disaster.jaj.com>
8271
8272         * configure.in (--enable-languages): Be more permissive about
8273         syntax.  Check for empty lists better.  Warn about $LANGUAGES.
8274
8275 2001-11-08  Geoffrey Keating  <geoffk@redhat.com>
8276
8277         * config.sub: Import from master sources, rev. 1.230.
8278         * MAINTAINERS: Change 'stormy16' to 'xstormy16'.
8279
8280 2001-11-07  Laurent Guerby  <guerby@acm.org>
8281
8282         * MAINTAINERS (Write After Approval): Add self.
8283
8284 2001-11-06  Hans-Peter Nilsson  <hp@bitrange.com>
8285
8286         * Makefile.in (MAKEINFO): Use "missing" for makeinfo older than 4.0.
8287
8288 2001-11-05  Hans-Peter Nilsson  <hp@bitrange.com>
8289
8290         * config.sub: Import from master sources, rev 1.226.
8291         * config.guess: Import from master sources, rev 1.216.
8292
8293 2001-11-03  Hans-Peter Nilsson  <hp@bitrange.com>
8294
8295         * configure.in (noconfigdirs) [mmix-*-*]: Disable libgcj.
8296         * MAINTAINERS: Add self as maintainer of MMIX port.
8297         Remove old after-approval entry.
8298
8299 2001-10-28  Joseph S. Myers  <jsm28@cam.ac.uk>
8300
8301         * ChangeLog, configure: Fix spelling errors.
8302
8303 2001-10-20  Brendan Kehoe  <brendan@zen.org>
8304
8305         * MAINTAINERS: Tweak my address.
8306
8307 Thu Oct 11 21:50:15 2001  J"orn Rennecke  <amylaar@onetel.net.uk>
8308
8309         * MAINTAINERS: Update my email address.
8310
8311 2001-10-11  Hans-Peter Nilsson  <hp@axis.com>
8312
8313         * configure.in (noconfigdirs) [cris-*-*]: Disable libgcj.
8314         * MAINTAINERS: Add self as maintainer of CRIS port.
8315
8316 2001-10-10  Geert Bosch  <bosch@gnat.com>
8317
8318         * MAINTAINERS (Various maintainers: Ada front end):
8319         Added Robert Dewar.
8320
8321 2001-10-03  David Billinghurst  <David.Billinghurst@riotinto.com>
8322
8323         * MAINTAINERS (Write After Approval): Added self
8324
8325 2001-10-02  Geert Bosch  <bosch@gnat.com>
8326
8327         * MAINTAINERS (Various maintainers: Ada front end): Added myself.
8328
8329 2001-10-02  Joseph S. Myers  <jsm28@cam.ac.uk>
8330
8331         * configure: Handle temporary files securely using mkdir.
8332
8333 2001-09-29  Alexandre Oliva  <aoliva@redhat.com>
8334
8335         * Makefile.in (configure-target-gperf): Depend on $(ALL_GCC_CXX).
8336
8337 2001-09-26  Will Cohen  <wcohen@redhat.com>
8338
8339         * configure.in (*-*-linux*): Disable configuration of target-newlib
8340         and target-libgloss.
8341
8342 2001-09-26  Alexandre Oliva  <aoliva@redhat.com>
8343
8344         * Makefile.in (EXTRA_TARGET_FLAGS): Pass RANLIB_FOR_TARGET for
8345         RANLIB.
8346
8347 2001-09-21  Alexandre Oliva  <aoliva@redhat.com>
8348
8349         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET,
8350         DLLTOOL_FOR_TARGET, WINDRES_FOR_TARGET, AR_FOR_TARGET,
8351         RANLIB_FOR_TARGET, NM_FOR_TARGET): Don't use double quotes to
8352         avoid quotes nesting problems.
8353         (NATIVE_CHECK_MODULES): Ditto, just for consistency.
8354         (DO_X): Export only variables that are set.
8355
8356 2001-09-19  Ben Elliston  <bje@redhat.com>
8357
8358         * configure.in (sparc-sun-solaris2*): Don't use /usr/bin/which on
8359         Solaris when testing for the /usr/ucb/cc compiler; it has incorrect
8360         semantics.  Use the shell built-in "type" command instead.
8361
8362 2001-08-31  Alexandre Oliva  <aoliva@redhat.com>
8363
8364         Merged from gcc-3_0-branch:
8365         2001-07-30  Jeff Sturm  <jsturm@one-pont.com>
8366         * ltcf-c.sh: Use $objext, not $ac_objext.
8367         2001-07-27  Mark Kettenis  <kettenis@gnu.org>
8368         * ltcf-cxx.sh: Add support for GNU.
8369         2001-07-22  Timothy Wall  <twall@redhat.com>
8370         * ltcf-c.sh: Don't disable shared libraries for AIX5/IA64.  Preserve
8371         default settings if using GNU tools with that configuration.
8372         * ltcf-cxx.sh: Ditto.
8373         * ltcf-gcj.sh: Ditto.
8374         2001-07-21  Michael Chastain  <chastain@redhat.com>
8375         * ltconfig: Set max_cmd_len to a maximum of 512Kb, as it seems some
8376         HPUX 11.0 systems have trouble with 1MB.  Mark as gcc-local.
8377         * ltmain.sh: Mark as gcc-local.
8378
8379 2001-08-30  Eric Christopher  <echristo@redhat.com>
8380             Jason Eckhardt  <jle@redhat.com>
8381
8382         * config.guess: Merge from master sources.
8383         * config.sub: Merge from master sources, add support for mipsisa32.
8384
8385 2001-08-25  Geoffrey Keating  <geoffk@redhat.com>
8386         * config.sub: Merge from master sources, rev 1.219.
8387         * MAINTAINERS: Add self as contact for stormy16 port.
8388
8389 2001-08-14  Zack Weinberg  <zackw@panix.com>
8390
8391         * config.sub: Merge from master sources, rev 1.218.
8392         * config.guess: Merge from master sources, rev 1.209.
8393
8394 2001-08-11  Graham Stott  <grahams@redhat.com>
8395
8396         * Makefile.in (check-c++): Add missing semicolon.
8397
8398 Mon Jul 30 19:24:13 CEST 2001  Jan Hubicka  <jh@suse.cz>
8399
8400         * MAINTAINERS (Various maitainers: predict.def): Added myself.
8401
8402 2001-07-30  Eric Christopher  <echristo@redhat.com>
8403
8404         * MAINTAINERS (Various maintainers: mips port): Added myself.
8405
8406 2001-07-25  Andrew Haley  <aph@cambridge.redhat.com>
8407
8408         * configure.in (sh-*-linux*): New.
8409
8410 2001-07-27  Richard Henderson  <rth@redhat.com>
8411
8412         * .cvsignore: Add LAST_UPDATED.
8413
8414 2001-07-23  Ulrich Weigand  <uweigand@de.ibm.com>
8415
8416         * MAINTAINERS (Various maintainers: s390 port): Added myself.
8417
8418 2001-07-16  Aldy Hernandez  <aldyh@redhat.com>
8419
8420         * config.sub: Fix mips64vr5000el typo in CPU-COMPANY.
8421
8422 Fri Jul 13 14:31:57 2001  Nicola Pero  <nicola@brainstorm.co.uk>
8423
8424         * MAINTAINERS (Write After Approval): Added myself.
8425
8426 2001-07-12  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
8427
8428         * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
8429         and libgcj on m68hc11/m68hc12.
8430
8431 2001-06-27  H.J. Lu  (hjl@gnu.org)
8432
8433         * Makefile (CFLAGS_FOR_BUILD): New.
8434         (EXTRA_GCC_FLAGS): Add CFLAGS_FOR_BUILD.
8435
8436 2001-06-13  Joseph S. Myers  <jsm28@cam.ac.uk>
8437
8438         * README: Remove version number.
8439
8440 2001-06-13  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
8441
8442         * INSTALL/README: Update wrt. to the installation instructions now
8443         residing in gcc/doc/install.texi.
8444
8445 2001-06-13  Joseph S. Myers  <jsm28@cam.ac.uk>
8446
8447         * README: Replace with a cut-down and updated version of gcc/README.
8448
8449 2001-06-12  David Edelsohn  <edelsohn@gnu.org>
8450
8451         * config-ml.in (powerpc-*-* | rs6000-*-*): Allow aix64 and pthread
8452         multilibs to be disabled.
8453
8454 2001-06-11  Daniel Berlin  <dan@cgsoftware.com>
8455
8456         * MAINTAINERS (Write After Approval): Add myself.
8457
8458 2001-06-09  Alexandre Oliva  <aoliva@redhat.com>
8459
8460         * config.guess: Import CVS version 1.195.
8461         * config.sub: Import CVS version 1.212.
8462
8463 2001-06-08  Alexandre Oliva  <aoliva@redhat.com>, Jeff Sturm  <jsturm@one-point.com>
8464
8465         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
8466         gcc/xgcc is built, use -print-prog-name to find out the program
8467         name to use.
8468
8469 2001-06-04  Phil Edwards  <pme@sources.redhat.com>
8470
8471         * config.guess:  Import CVS version 1.194.  All gcc-local changes
8472         appear to also be in the master copy.
8473         * config.sub:  Import CVS version 1.211.
8474
8475 Mon Jun  4 16:32:53 2001  Mark Mitchell  <mark@codesourcery.com>
8476
8477         * ltcf-c.sh (archive_cmds, archive_expsym_cmds) [solaris,
8478         with_gcc]: Use `gcc -shared' to build a shared library.
8479
8480 Mon Jun  4 16:24:43 2001  John David Anglin  <dave@hiauly1.hia.nrc.ca>
8481
8482         * ltcf-c.sh (archive_cmd) [hpux, with_gcc]: Use gcc to link shared
8483         archives.
8484
8485 Fri Jun  1 18:55:19 2001  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
8486
8487         * MAINTAINERS (Write After Approval): Add myself.
8488
8489 2001-06-01  Hans-Peter Nilsson  <hp@axis.com>
8490
8491         * configure.in (libstdcxx_flags): Do not try to execute
8492         libstdc++-v3/testsuite_flags until it exists.
8493
8494 2001-06-01  Alan Modra  <amodra@bigpond.net.au>
8495
8496         * MAINTAINERS: Update my email address.
8497
8498 2001-05-31  Graham Stott  <grahams@redhat.com>
8499
8500         * MAINTAINERS (Write After Approval): Add myself.
8501
8502 2001-05-28  Simon Patarin  <simon.patarin@inria.fr>
8503
8504         * ltcf-cxx.sh (osf3/osf4/osf5): Support creation of C++  shared
8505         libraries when using g++ with native linker.
8506
8507 2001-05-28  Alexandre Oliva  <aoliva@redhat.com>
8508
8509         * ltconfig, ltmain.sh: Upgrade to libtool 1.4a 1.641.2.256.
8510
8511 2001-05-22  Alexandre Oliva  <aoliva@redhat.com>
8512
8513         * ltcf-cxx.sh (allow_undefined_flag, no_undefined_flag)
8514         [aix4*|aix5*]: Prepend blank.
8515
8516 2001-05-20  Alexandre Oliva  <aoliva@redhat.com>
8517
8518         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
8519         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.254.  Rebuilt a number
8520         of subdir/configure scripts to use the new libtool.m4.
8521
8522 2001-05-19  Matt Kraai  <kraai@alumni.carnegiemellon.edu>
8523
8524         * MAINTAINERS (Write After Approval): Add myself.
8525
8526 2001-05-18  Benjamin Kosnik  <bkoz@redhat.com>
8527
8528         * configure.in (libstdcxx_flags): Remove reference to libstdc++.INC.
8529
8530 2001-05-11  Ben Elliston  <bje@redhat.com>
8531
8532         * Makefile.in (all-sid): New target.
8533         (check-sid, clean-sid, install-sid): Likewise.
8534
8535 2001-05-09  Jeffrey Oldham  <oldham@codesourcery.com>
8536
8537         * ltcf-cxx.sh: Add -nostdlib to IRIX 6 archive_cmds.
8538
8539 2001-05-03  Alexandre Oliva  <aoliva@redhat.com>
8540
8541         * configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: Disable
8542         libgcj.
8543
8544 2001-05-03  Alexandre Oliva  <aoliva@redhat.com>
8545
8546         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
8547         gcc/xgcc is built, use -print-prog-name to find out the program
8548         name to use.
8549
8550 2001-04-26  Alexandre Oliva  <aoliva@redhat.com>
8551
8552         * configure.in (noconfigdirs): Don't reset it from scratch in the
8553         target case; only append to it.
8554
8555         * configure.in (noconfigdirs) [hppa*-*-*, mips*-*-irix6*,
8556         sparc-*-solaris2.8]: Disable ${libgcj}.
8557
8558 2001-04-25  Alexandre Oliva  <aoliva@redhat.com>
8559
8560         * configure.in (libgcj_saved): Copy from $libgcj.
8561         (libgcj): Zero out if --enable-libgcj; add to noconfigdirs is
8562         --disable-libgcj.
8563
8564 2001-04-25  Gavin Romig-Koch  <gavin@redhat.com>
8565
8566         * MAINTAINERS: Remove self as MIPS maintainer and
8567         C front end maintainer.
8568
8569 Mon Apr 23 09:15:03 2001  Anthony Green  <green@redhat.com>
8570
8571         * configure.in: Move *-chorusos target case to the proper switch.
8572         Disable libgcj.
8573
8574 2001-04-12  Alexandre Oliva  <aoliva@redhat.com>
8575
8576         * ltconfig, ltmain.sh, ltcf-cxx.sh: Upgraded to libtool 1.4a
8577         1.641.2.228.
8578
8579 2001-04-13  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
8580
8581         * Makefile.in (STAGE1_CFLAGS): Pass down.
8582
8583 2001-04-13  Alan Modra  <amodra@one.net.au>
8584
8585         * config.guess: Add hppa64-linux support.  Note for next import that
8586         this is already in the master file.
8587         * configure.in: Likewise.  Accept `parisc' alias for `hppa'.
8588
8589 2001-04-12  Alexandre Oliva  <aoliva@redhat.com>
8590
8591         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
8592         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.226.
8593
8594 2001-04-11  Stan Shebs  <shebs@apple.com>
8595
8596         * MAINTAINERS: Add self as Darwin port maintainer.
8597
8598 2001-04-11  Alan Modra  <amodra@one.net.au>
8599
8600         * MAINTAINERS: Update my email address.
8601
8602 2001-04-10  Loren J. Rittle  <ljrittle@acm.org>
8603
8604         * ltcf-cxx.sh: Support creation of C++ shared libraries on
8605         recent versions of FreeBSD (release 3 or later).
8606         * ltconfig: On FreeBSD, -lc must not be provided when building
8607         a shared library or else the standard -pthread gcc option is
8608         rendered worthless to later users of the built library.
8609
8610 2001-04-06  Joseph S. Myers  <jsm28@cam.ac.uk>
8611
8612         * MAINTAINERS: Add self and RTH as C front end maintainers.
8613
8614 2001-04-05  Alexandre Oliva  <aoliva@redhat.com>
8615
8616         * config.sub: Make sure to match an already-canonicalized
8617         machine name (eg. mn10300-unknown-elf).
8618
8619 2001-04-01  Alexandre Oliva  <aoliva@redhat.com>
8620
8621         * Makefile.in (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS):
8622         New macros.
8623         (bootstrap, cross): Use RECURSE_FLAGS.
8624         * configure.in: Subst CXX_FOR_TARGET_FOR_RECURSIVE_MAKE.
8625
8626 2001-03-27  Alexandre Oliva  <aoliva@redhat.com>
8627
8628         * configure.in (CXX_FOR_TARGET): Use xgcc for libstdc++-v3.
8629
8630 2001-03-22  Colin Howell  <chowell@redhat.com>
8631
8632         * Makefile.in (DO_X): Do not backslash single-quotes in
8633         backquotes (two places).
8634
8635 2001-03-22  Alexandre Oliva  <aoliva@redhat.com>
8636
8637         Re-installed:
8638         2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
8639         * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP.  Do not add
8640         '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
8641         * ltcf-cxx.sh: Likewise.
8642         * ltcf-gcj.sh: Likewise.
8643
8644 2001-03-22  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
8645
8646         * MAINTAINERS: Add myself as "documentation co-maintainer".
8647
8648 2001-03-22  Alexandre Oliva  <aoliva@redhat.com>
8649
8650         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
8651         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.198.
8652
8653 2001-03-19  Tom Tromey  <tromey@redhat.com>
8654
8655         * config-ml.in: Handle GCJ and GCJFLAGS.
8656
8657 2001-03-21  Michael Chastain  <chastain@redhat.com>
8658
8659         * Makefile.in: all-m4 depends on all-texinfo.
8660
8661 2001-03-20  Loren J. Rittle  <ljrittle@acm.org>
8662
8663         * MAINTAINERS: Add myself to write after approval list.
8664
8665 2001-03-18  Laurynas Biveinis  <lauras@softhome.net>
8666
8667         * Makefile.in (DO_X): Quote nested quotes.
8668
8669 2001-03-18  Alan Modra  <alan@linuxcare.com.au>
8670
8671         * MAINTAINERS: Add myself to write after approval list.
8672
8673 2001-03-15  Laurynas Biveinis  <lauras@softhome.net>
8674
8675         * Makefile.in (DO_X): Use double quotes for quoting
8676         "RANLIB=$${RANLIB}".
8677
8678 2001-03-10  Ovidiu Predescu  <ovidiu@cup.hp.com>
8679
8680         * MAINTAINERS: Added Stan Shebs as new maintainer for Objective-C.
8681
8682 2001-03-09  Nicola Pero  <n.pero@mi.flashnet.it>
8683
8684         * configure.in: Only use `lang_requires' for languages athat are
8685         actually enabled.
8686
8687 2001-03-08  Phil Edwards  <pme@sources.redhat.com>
8688
8689         * MAINTAINERS (C++ runtime libs):  Update and alphabatize.
8690
8691 2001-03-08  Alexandre Oliva  <aoliva@redhat.com>
8692
8693         * Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use.
8694
8695 2001-03-07  Tom Tromey  <tromey@redhat.com>
8696
8697         * configure.in: Allow config-lang.in to set `lang_requires' to list
8698         of other required languages.
8699
8700 2001-03-06  Laurynas Biveinis  <lauras@softhome.net>
8701
8702         * Makefile.in: Remove RANLIB definition. Use RANLIB
8703         in RANLIB_FOR_TARGET, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS,
8704         EXTRA_GCC_FLAGS, $(DO_X) targets only when the RANLIB is set.
8705
8706 2001-02-28  Benjamin Kosnik  <bkoz@redhat.com>
8707             Alexandre Oliva  <aoliva@redhat.com>
8708
8709         * Makefile.in (check-c++): Use tabs, not spaces.
8710
8711 2001-02-20  Laurynas Biveinis  <lauras@softhome.net>
8712
8713         * MAINTAINERS: add myself to Write After Approval list.
8714
8715 2001-02-19  Benjamin Kosnik  <bkoz@redhat.com>
8716
8717         * Makefile.in (check-c++): New rule.
8718
8719         * configure.in (target_libs): Remove libg++.
8720         (noconfigdirs): Remove libg++.
8721         (noconfigdirs): Same.
8722         (noconfigdirs): Same.
8723         (noconfigdirs): Same.
8724
8725         * config-ml.in: Remove libg++ references.
8726
8727         * Makefile.in (TARGET_CONFIGDIRS): Remove libio, libstdc++, libg++.
8728         (ALL_TARGET_MODULES): Same.
8729         (configure-target-libg++): Remove.
8730         (all-target-libg++): Remove.
8731         (configure-target-libio): Remove.
8732         (all-target-libio): Remove.
8733         (check-target-libio): Remove.
8734         (.PHONY): Remove.
8735         (libg++.tar.bz2): Remove.
8736         (all-target-cygmon): Remove libio.
8737         (all-target-libstdc++): Remove.
8738         (configure-target-libstdc++): Remove.
8739         (TARGET_LIB_PATH): Remove libstdc++.
8740         (ALL_GCC_CXX): Remove libstdc++.
8741         (all-target-gperf): Correct.
8742
8743 2001-02-16  Nick Clifton  <nickc@redhat.com>
8744
8745         * configure.in (noconfigdirs): Allow configuration of texinfo
8746         for Cygwin hosts.
8747
8748 2001-02-15  Anthony Green  <green@redhat.com>
8749
8750         * configure: Introduce GCJ_FOR_TARGET.
8751         * configure.in: Ditto.
8752         * Makefile.in: Ditto.
8753
8754 2001-02-13  Andreas Schwab  <schwab@suse.de>
8755
8756         * MAINTAINERS: Update mail address.
8757
8758 2001-02-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
8759
8760         * config.guess: Add linux target for S/390.
8761         * config.sub: Likewise.
8762
8763 2001-02-08  Chandrakala Chavva  <cchavva@redhat.com>
8764
8765         * configure.in: for *-chorusos, don't config target-newlib and
8766         target-libgloss.
8767
8768 2001-02-06  Ben Elliston  <bje@redhat.com>
8769
8770         * configure: Output host type to stdout, not stderr.
8771
8772 2001-02-05  Mark Mitchell  <mark@codesourcery.com>
8773
8774         * ltcf-c.sh: Add support for -no-undefined under GNU/Linux.
8775         * ltcf-cxx.sh: Likewise.
8776
8777         * config.if: Assume enable_libstdcxx_v3 is defined.
8778
8779 2001-02-04  Mark Mitchell  <mark@codesourcery.com>
8780
8781         Remove V2 C++ library.
8782         * configure.in: Remove --enable-libstdcxx_v3 support.
8783
8784 2001-01-31  Bryce McKinlay  <bryce@albatross.co.nz>
8785
8786         * include/demangle.h: Add prototype for java_demangle_v3.
8787
8788 2001-01-29  Phil Edwards  <pme@sources.redhat.com>
8789
8790         * COPYING.LIB:  Update to LGPL 2.1 from the FSF.
8791
8792 2001-01-27  Richard Henderson  <rth@redhat.com>
8793
8794         * configure.in (target_makefile_frag) [alpha*-*]: Use mt-alphaieee.
8795
8796 2001-01-27  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
8797
8798         * ltcf-cxx.sh (ac_cv_prog_cc_pic_works, ac_cv_prog_cc_static_works):
8799         Don't unset, it's non-portable and no longer necessary, set to empty
8800         instead.
8801
8802 2001-01-27  Michael Sokolov  <msokolov@ivan.Harhan.ORG>,  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
8803
8804         * ltconfig: Shell portability fix for the tagname validity check.
8805
8806 2001-01-27  Alexandre Oliva  <aoliva@redhat.com>
8807
8808         * ltcf-c.sh (ld_shlibs) [aix5*]: Disable on unknown CPU types.
8809         * ltcf-cxx.sh, ltcf-gcj.sh: Likewise.
8810
8811 2001-01-26  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
8812
8813         * ltcf-cxx.sh: Use parentheses around eval $ac_compile.
8814
8815 2001-01-26  Tom Tromey  <tromey@redhat.com>
8816
8817         * configure.in: Allow libgcj to be built on Sparc Solaris.
8818
8819 2001-01-25  David Edelsohn  <edelsohn@gnu.org>
8820
8821         * ltcf-c.sh: Add aix5 case.
8822         * ltcf-cxx.sh: Likewise.
8823         * ltconfig: Likewise.
8824
8825 2001-01-24  Alexandre Oliva  <aoliva@redhat.com>
8826
8827         * ltmain.sh (TAG disable-shared, TAG disable-static): Make sure we
8828         keep at least one of build_libtool_libs or build_old_libs set to
8829         yes.
8830
8831         * ltcf-gcj.sh (lt_simple_link_test_code): Remove stray `(0)'.
8832         * libtool.m4 (_AC_LIBTOOL_GCJ): Pass $CPPFLAGS on.
8833
8834 2001-01-23  Bryce McKinlay  <bryce@albatross.co.nz>
8835
8836         * configure.in: Enable libgcj on several additional platforms.
8837
8838 2001-01-22  Bryce McKinlay  <bryce@albatross.co.nz>
8839
8840         * configure.in: Enable libgcj for linux targets.
8841
8842 2001-01-20  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
8843
8844         * MAINTAINERS (Write After Approval): Add myself.
8845
8846 2001-01-15  John David Anglin  <dave@hiauly1.hia.nrc.ca>
8847
8848         * MAINTAINERS: Add myself as vax port maintainer.
8849
8850 2001-01-11  Fergus Henderson  <fjh@cs.mu.oz.au>
8851
8852         * MAINTAINERS: Add myself as Mercury front-end maintainer.
8853
8854 2001-01-09  Mike Stump  <mrs@wrs.com>
8855
8856         * Makefile.in (CONFIGURE_TARGET_MODULES): Pass back configuration
8857         failures of subdirectories.
8858
8859 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
8860
8861         * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP.  Do not add
8862         '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
8863         * ltcf-cxx.sh: Likewise.
8864         * ltcf-gcj.sh: Likewise.
8865         * ltconfig.sh: Fix typo.
8866
8867 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
8868
8869         * configure: handle DOS-style absolute paths.
8870
8871 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
8872
8873         * configure.in: remove supported directories from $noconfigdirs for DJGPP.
8874
8875 2000-12-30  Marek Michalkiewicz  <marekm@linux.org.pl>
8876
8877         * MAINTAINERS: Add myself as avr port co-maintainer.
8878
8879 2000-12-28  Ben Elliston  <bje@redhat.com>
8880
8881         * MAINTAINERS: Add myself under ``Write After Approval''.
8882
8883 2000-12-19  Joseph S. Myers  <jsm28@cam.ac.uk>
8884
8885         * texinfo: Remove directory from GCC.
8886
8887 2000-12-18  Joseph S. Myers  <jsm28@cam.ac.uk>
8888
8889         * COPYING: Update to current
8890         ftp://ftp.gnu.org/pub/gnu/Licenses/COPYING-2.0 (fixes references
8891         to 19yy as example year in copyright notice).
8892
8893 2000-12-18  Benjamin Kosnik  <bkoz@redhat.com>
8894
8895         * Makefile.in (BASE_FLAGS_TO_PASS): Alphabetize.
8896         (libstdcxx_incdir): Pass down.
8897         * config.if: Remove expired bits for cxx_interface, add stub.
8898         (libstdcxx_incdir): Add variable for g++ include directory.
8899         * configure.in (gxx_include_dir): Use it.
8900
8901 2000-12-18  Alexandre Oliva  <aoliva@redhat.com>
8902
8903         * MAINTAINERS: Added self as sh port co-maintainer.  Removed entry
8904         with old-email address from ``Write After Approval''.
8905
8906 2000-12-15  Andreas Jaeger  <aj@suse.de>
8907
8908         * configure.in: Handle lang_dirs.
8909
8910 2000-12-14  Tom Tromey  <tromey@redhat.com>
8911
8912         * MAINTAINERS: Removed brads.
8913
8914         * MAINTAINERS: Added gcj developers.
8915
8916 2000-12-13  Anthony Green  <green@redhat.com>
8917
8918         * configure.in: Disable libgcj for any target not specifically
8919         listed.  Disable libgcj for x86 and Alpha Linux until compatible
8920         with g++ abi.
8921
8922 2000-12-13  Mike Stump  <mrs@wrs.com>
8923
8924         * Makefile.in (local-distclean): Also remove fastjar.
8925
8926 2000-12-12  Rodney Brown  <RodneyBrown@mynd.com>
8927
8928         * contrib/gcc_update: Add fastjar --touch entries.
8929
8930 2000-12-12  Alexandre Oliva  <aoliva@redhat.com>
8931
8932         * configure.in: Disable language-specific target libraries for
8933         languages that aren't enabled.
8934
8935 2000-12-10  Anthony Green  <green@redhat.com>
8936
8937         * configure.in: Define libgcj.  Disable libgcj target libraries for
8938         most targets.
8939
8940 2000-12-10  Neil Booth  <neilb@earthling.net>
8941
8942         * MAINTAINERS: Update mail address, remove from WAA list.
8943
8944 2000-12-09  Alexandre Petit-Bianco  <apbianco@cygnus.com>
8945
8946         * libjava: Imported from /cvs/java.
8947         * libffi: Likewise.
8948         * Boehm-gc: Likewise.
8949
8950 2000-12-09  Alexandre Petit-Bianco  <apbianco@cygnus.com>
8951
8952         * configure.in (target_libs): Revert 2000-12-08 patch.
8953         (noconfigdirs): Added target-libjava.
8954
8955 2000-12-09  Laurynas Biveinis  <lauras@softhome.net>
8956
8957         * djunpack.bat: removed.
8958
8959 2000-12-09  Laurynas Biveinis  <lauras@softhome.net>
8960
8961         * Makefile.in: handle DOS-style absolute paths.
8962         * config-ml.in: likewise.
8963         * symlink-tree: likewise.
8964
8965 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
8966
8967         * fastjar: Imported.
8968
8969 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
8970
8971         * Makefile.in (TARGET_CONFIGDIRS): Wrong place. Removed note about
8972         libjava.
8973         * configure.in (target_libs): Removed `target-libjava'.
8974
8975 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
8976
8977         * Makefile.in (TARGET_CONFIGDIRS): Added note about libjava.
8978         (ALL_MODULES): Added fastjar.
8979         (NATIVE_CHECK_MODULES, INSTALL_MODULES, CLEAN_MODULES): Likewise.
8980         (all-target-libjava): all-fastjar replaces all-zip.
8981         (all-fastjar): Added.
8982         (configure-target-fastjar, all-target-fastjar): Likewise.
8983         * configure.in (host_tools): Added fastjar.
8984
8985 2000-12-07  Mike Stump  <mrs@wrs.com>
8986
8987         * Makefile.in (local-distclean): Remove leftover built files.
8988
8989 2000-11-24  Nick Clifton  <nickc@redhat.com>
8990
8991         * configure.in (xscale-elf): Add target.
8992         (xscale-coff): Add target.
8993
8994 2000-11-22  Loren J. Rittle  <ljrittle@acm.org>
8995
8996         * ltcf-cxx.sh: Support creation of C++ shared libraries on
8997         recent versions of FreeBSD (release 3 or later).
8998         * ltconfig: On FreeBSD, -lc must not be provided when building
8999         a shared library or else the standard -pthread gcc option is
9000         rendered worthless to later users of the built library.
9001
9002 2000-11-16  Fred Fish  <fnf@be.com>
9003
9004         * configure.in (enable_libstdcxx_v3): Fix typo,
9005         libstd++ -> libstdc++.
9006
9007 2000-11-21  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
9008
9009         * MAINTAINERS: Add self to Write After Approval list.
9010
9011 2000-11-21  Bernd Schmidt  <bernds@redhat.com>
9012
9013         * MAINTAINERS: Update my email address.  Add myself to global write
9014         privs list.
9015
9016 2000-11-18  Alexandre Oliva  <aoliva@redhat.com>
9017
9018         * Makefile.in: Merge with src and libgcj.
9019         (ALL_GCC_C, ALL_GCC_CXX): New macros.  Use them as dependencies of
9020         configure-target-<library> when their configure scripts need the C
9021         or C++ library to have already been built to work properly.
9022         (do_proto_toplev): Set them to an empty string.
9023
9024         * Makefile.in (HOST_LIB_PATH, TARGET_LIB_PATH): New macros.
9025         (REALLY_SET_LIB_PATH): Use them.
9026
9027 2000-11-17  Stan Shebs  <shebs@apple.com>
9028
9029         * MAINTAINERS: Add self to Write After Approval list.
9030
9031 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
9032
9033         * configure: Provide the original toplevel configure arguments
9034         (including $0) to subprocesses in the environment rather than
9035         through gcc/configargs.h.
9036
9037 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
9038
9039         * MAINTAINERS: Remove references to cccp. Change C9X reference to
9040         C99.  Alphabetise "Write After Approval" list.
9041
9042 2000-11-12  Mark Mitchell  <mark@codesourcery.com>
9043
9044         * configure: Turn on libstdc++ V3 by default.
9045
9046         * ltcf-c.sh: On Solaris, use `gcc -shared' to build a shared library
9047         if we've got GCC.
9048
9049 2000-11-11  Philip Blundell  <philb@gnu.org>
9050
9051         * MAINTAINERS: Add self to Write After Approval list.
9052
9053 2000-11-09  David Edelsohn  <edelsohn@gnu.org>
9054
9055         * ltcf-c.sh (aix4): Improve shared library configuration; require
9056         exporting symbols.
9057         * ltcf-cxx.sh (aix4): Define.
9058         * ltconfig (aix4): Define library and soname specs appropriate for
9059         AIX.  Define command to create export symbols list.
9060
9061 Mon Nov  6 14:19:35 2000  Christopher Faylor  <cgf@cygnus.com>
9062
9063         * config.sub: Add support for Sun Chorus
9064
9065 2000-10-31  Nick Clifton  <nickc@redhat.com>
9066
9067         * MAINTAINERS: Rename <name>@cygnus.com addresses to
9068         <name>@redhat.com.  Also installed new email address for Clint
9069         Popetz.
9070
9071 2000-10-30  Joseph S. Myers  <jsm28@cam.ac.uk>
9072
9073         * etc: Remove directory from GCC.
9074
9075 2000-10-16  Michael Meissner  <meissner@redhat.com>
9076
9077         * configure (gcc/configargs.h): Only create if there is a build GCC
9078         directory created.
9079
9080 2000-10-16  Matthias Klose  <doko@debian.org>
9081
9082         * config.if: Search libstdc++-v3/configure.in for INTERFACE,
9083         when configured for libstdc++-v3.
9084
9085 2000-10-05  Phil Edwards  <pme@gcc.gnu.org>
9086
9087         * configure: Save configure arguments to gcc/configargs.h.
9088
9089 2000-10-04  Philipp Thomas  <pthomas@suse.de>
9090
9091         * config.guess: Import CVS version 1.157.
9092         * config.sub: Import CVS version 1.181.
9093
9094 2000-10-04  Andris Pavenis  <pavenis@latnet.lv>
9095
9096         * Makefile.in (bootstrap): avoid recursion if subdir missing
9097         (cross): ditto
9098         (do-proto-toplev): ditto
9099
9100 2000-09-30  Alexandre Oliva  <aoliva@redhat.com>
9101
9102         * Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4,
9103         ltcf-c.sh, ltcf-cxx.sh and ltcf-gcj.sh.
9104
9105         * ltconfig, ltmain.sh, libtool.m4, ltcf-cxx.sh: Updated from libtool
9106         multi-language branch, to work around Solaris' /bin/sh bug.  Rebuilt
9107         all affected `configure' scripts.
9108
9109 Mon 25-Sep-2000 19:46:09 BST  Neil Booth  <neilb@earthling.net>
9110
9111         * MAINTAINERS: Add self as cpplib co-maintainer.
9112
9113 2000-09-24  Aldy Hernandez  <aldyh@redhat.com>
9114
9115         * MAINTAINERS: Add self to Write After Approval list.
9116
9117 2000-09-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
9118
9119         * INSTALL/README: egcs -> GCC update.
9120
9121 Sun Sep 17 16:55:59 CEST 2000  Marc Espie  <espie@cvs.openbsd.org>
9122
9123         * MAINTAINERS: Add myself to Write After Approval list.
9124
9125 2000-09-15  Kazu Hirata  <kazu@hxi.com>
9126
9127         * MAINTAINERS: Add myself to Write After Approval list.
9128
9129 Wed Sep 13 11:11:29 2000  Jeffrey A Law  (law@cygnus.com)
9130
9131         * configure.in: Do not build byacc for hppa64.  Provide paths to the
9132         X11 libraries for hppa64.
9133
9134 2000-09-08  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
9135
9136         * MAINTAINERS: Add myself as 68hc11 port maintainer.
9137
9138 2000-09-06  Alexandre Oliva  <aoliva@redhat.com>
9139
9140         * Makefile.in (all-zlib): Added dummy target.
9141
9142         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
9143         ltcf-gcj.sh: Updated from libtool multi-language branch.
9144
9145 2000-09-05  Alexandre Oliva  <aoliva@redhat.com>
9146
9147         * Makefile.in (all-bootstrap): Added all-texinfo and all-zlib.
9148         (bootstrap*): Depend on all-bootstrap.
9149
9150 2000-09-05  Philipp Thomas  <pthomas@suse.de>
9151
9152         * config.guess: Import CVS version 1.156.
9153         * config.sub: Import CVS version 1.179.
9154
9155 2000-09-02  Anthony Green  <green@cygnus.com>
9156
9157         * Makefile.in (all-gcc): Depend on all-zlib.
9158         (CLEAN_MODULES): Add clean-zlib.
9159         (ALL_MODULES): Add all-zlib.
9160         * configure.in (host_libs): Add zlib.
9161
9162 2000-09-02  Alexandre Oliva  <aoliva@redhat.com>, DJ Delorie  <dj@redhat.com>
9163
9164         * configure.in (FLAGS_FOR_TARGET): Use -nostdinc even for Canadian
9165         crosses, but add gcc/include to the header search path for them.
9166
9167 2000-08-04  David E. O'Brien  <obrien@FreeBSD.org>
9168
9169         * MAINTAINERS: Add self to Write After Approval list.
9170
9171 2000-08-27  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
9172
9173         * config.guess: Import CVS version 1.152.
9174         * config.sub: Import CVS version 1.177.
9175
9176 2000-08-25  Alexandre Oliva  <aoliva@redhat.com>
9177
9178         * configure.in (FLAGS_FOR_TARGET): Use $target_configdirs and
9179         $targargs to tell whether newlib is going to be built.
9180
9181         * configure.in [disable-libstdcxx-v3] (libstdcxx_flags): Search
9182         $$r/TARGET_SUBDIR/libio for _G_config.h.
9183
9184 2000-08-23  Alexandre Oliva  <aoliva@redhat.com>
9185
9186         * MAINTAINERS: Add self as a build machinery (*.in) maintainer.
9187
9188 2000-08-22  DJ Delorie  <dj@redhat.com>
9189
9190         * MAINTAINERS: Add self as a build machinery (*.in) maintainer
9191
9192 2000-08-22  Alexandre Oliva  <aoliva@redhat.com>
9193
9194         * config-ml.in (CC, CXX): Avoid trailing whitespace.
9195         (LD_LIBRARY_PATH, SHLIB_PATH): Adjust for multilibs and export to
9196         sub-configures.
9197
9198 2000-08-21  DJ Delorie  <dj@redhat.com>
9199
9200         * MAINTAINERS: Add self as a libiberty maintainer
9201
9202 2000-08-16  Alexandre Oliva  <aoliva@redhat.com>
9203
9204         * configure.in (libstdcxx_flags): Use
9205         libstdc++-v3/src/libstdc++.INC.
9206
9207 2000-08-15  Alexandre Oliva  <aoliva@redhat.com>
9208
9209         * configure.in (libstdcxx_flags): Use libstdc++-v3/src/INCLUDES.
9210
9211 2000-08-14  Zack Weinberg  <zack@wolery.cumb.org>
9212
9213         * configure.in (libstdcxx_flags): Remove -isystem $$s/libio/stdio.
9214
9215         * configure: Make enable_threads and enable_shared defaults
9216         explicit.  Substitute enable_threads into generated Makefiles.
9217         * configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
9218         * libtool.m4: Accept *-*-linux* not just *-*-linux-gnu*.
9219
9220 2000-08-13  Geoff Keating  <geoffk@cygnus.com>
9221
9222         * Makefile.in (GCC_FOR_TARGET): Also add -B$$r/gcc/ here.
9223
9224 2000-08-12  Alexandre Oliva  <aoliva@redhat.com>
9225
9226         * config-ml.in (CC): Remove bogus duplicate quotation mark from
9227         previous delta.
9228
9229 2000-08-11  Jason Merrill  <jason@redhat.com>
9230
9231         * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET,
9232         CXX_FOR_TARGET): Add -B$$r/gcc/ here.
9233         (FLAGS_FOR_TARGET): Not here.
9234         (CHILL_FOR_TARGET, CXX_FOR_TARGET): Don't check the list of languages.
9235
9236 2000-08-11  Alexandre Oliva  <aoliva@redhat.com>
9237
9238         * config-ml.in (CC, CXX): Don't introduce a leading space.
9239
9240 2000-08-07  DJ Delorie  <dj@delorie.com>
9241
9242         * MAINTAINERS: Add self as a DJGPP maintainer
9243
9244 2000-08-07  DJ Delorie  <dj@redhat.com>
9245
9246         * configure.in (FLAGS_FOR_TARGET): invert test for xgcc, should mean
9247         "if we're also building gcc, and it's a gcc that will run on the
9248         build machine, we want to use its includes instead of the system's
9249         default includes".
9250
9251 2000-08-04  Joseph S. Myers  <jsm28@cam.ac.uk>
9252
9253         * MAINTAINERS: Add self to Write After Approval list.
9254
9255 2000-08-03  Alexandre Oliva  <aoliva@redhat.com>
9256
9257         * configure.in (libstdcxx_flags): Don't use `"'.
9258
9259         * config-ml.in: Adjust multilib search paths to the
9260         appropriate multilib tree.
9261
9262 2000-08-02  Alexandre Oliva  <aoliva@redhat.com>
9263
9264         * configure.in (CHILL_FOR_TARGET, CXX_FOR_TARGET): Convert blanks to
9265         commas in $LANGUAGES.
9266
9267 2000-08-02  Manfred Hollstein  <manfredh@redhat.com>
9268
9269         * configure.in: Re-enable all references to libg++ and librx.
9270
9271 2000-08-01  Alexandre Oliva  <aoliva@redhat.com>
9272
9273         * ltconfig, ltmain.sh: Update from libtool multi-language branch.
9274         * ltcf-c.sh (need_lc): Fix test message.  Set wl for archive_cmds.
9275         (ac_cv_prog_cc_pic): Don't print `cached' without `checking'.
9276         * ltcf-cxx.sh (need_lc): Set based on postdeps.
9277
9278         * configure.in (qCXX_FOR_TARGET): Use echo instead of expr.
9279
9280 2000-07-31  Alexandre Oliva  <aoliva@redhat.com>
9281
9282         * configure.in (qCXX_FOR_TARGET): Quote `&' characters in
9283         CXX_FOR_TARGET for sed.
9284
9285 2000-07-30  Alexandre Oliva  <aoliva@redhat.com>
9286
9287         * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET, CXX_FOR_TARGET):
9288         Do not override if already set in the environment or in configure.
9289         Don't duplicate $(FLAGS_FOR_TARGET) if it already appears in them.
9290         (FLAGS_FOR_TARGET): Don't use host directories on Canadian crosses.
9291
9292 2000-07-28  Alexandre Oliva  <aoliva@redhat.com>
9293
9294         * libtool.m4, ltcf-c.sh, ltcf-cxx.sh, ltcf-gcj.sh: New files from
9295         the libtool CVS tree multi-language branch.
9296         * ltconfig, ltmain.sh: Updated.
9297
9298 2000-07-27  Alexandre Oliva  <aoliva@redhat.com>
9299
9300         * Makefile.in (clean-target-libgcc): Remove gcc/libgcc.
9301         (clean-target): Depend on it.
9302
9303         * Makefile.in (FLAGS_FOR_TARGET): New macro.
9304         (GCC_FOR_TARGET): Use it.
9305         (CC_FOR_TARGET, CXX_FOR_TARGET, CHILL_FOR_TARGET): Now defined...
9306         * configure.in: ... here.
9307         (FLAGS_FOR_TARGET): Define.  Add ld build dir to -L path.
9308         (libstdcxx_flags): Define and append to CXX_FOR_TARGET.
9309
9310 2000-07-24  Eric Christopher  <echristo@cygnus.com>
9311
9312         * MAINTAINERS: Add self to Write After Approval list.
9313
9314 2000-07-24  Alexandre Oliva  <aoliva@redhat.com>
9315
9316         * Makefile.in (configure-target-libf2c): Depend on $(ALL_GCC).
9317         (configure-target-libchill, configure-target-libobjc): Likewise.
9318
9319         * configure.in: Use the same cache file for all target libs.
9320         * config-ml.in: But different cache files per multilib variant.
9321
9322 2000-07-23  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
9323
9324         * configure (topsrcdir): Don't use dirname.
9325
9326 2000-07-22  Jeffrey Oldham  <oldham@codesourcery.com>
9327
9328         * MAINTAINERS: Add self to Write After Approval list.
9329
9330 2000-07-20  Jason Merrill  <jason@redhat.com>
9331
9332         * configure.in: Remove all references to libg++ and librx.
9333
9334         * configure, configure.in, Makefile.in: Unify gcc and binutils.
9335
9336 2000-07-20  Hans-Peter Nilsson  <hp@axis.com>
9337
9338         * config.sub: Update to subversions version 2000-07-06.
9339
9340 2000-07-12  Andrew Haley  <aph@cygnus.com>
9341
9342         * configure.in (host_makefile_frag): Use mh-ia64pic on IA-64 hosts.
9343         (target_makefile_frag): Use mt-ia64pic on IA-64 targets.
9344
9345 2000-07-07  Phil Edwards  <pme@sourceware.cygnus.com>
9346
9347         * symlink-tree:  Check number of arguments.
9348
9349 2000-07-05  Jim Wilson  <wilson@cygnus.com>
9350
9351         * Makefile.in (CXX_FOR_TARGET): Add libstdc++ to the library
9352         search path for a g++ extracted from the build tree.  This
9353         will allow link tests run by configure scripts in
9354         subdirectories to succeed.
9355
9356 2000-07-01  Koundinya K  <kk@ddeorg.soft.net>
9357
9358         * ltconfig: Add support for mips-dde-sysv4.2MP
9359
9360 2000-06-29  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
9361
9362         * MAINTAINERS: Add myself as loop discovery maintainer.
9363
9364 2000-06-28  Corinna Vinschen  <vinschen@cygnus.com>
9365
9366         * ltconfig: Check for host_os beeing one of `cygwin', `mingw' or
9367         `os2'. Force ac_cv_exeext to be ".exe" in that case.
9368
9369 2000-06-19  Timothy Wall  <twall@cygnus.com>
9370
9371         * configure.in (noconfigdirs): Set noconfigdirs for tic54x target.
9372         * config.sub: Add tic54x target.
9373
9374 Sun Jun 11 17:20:00 MET 2000  Toon Moene  <toon@moene.indiv.nluug.nl>
9375
9376         * MAINTAINERS: Add self as Fortran maintainer,
9377         remove Craig Burley.
9378
9379 Tue May 30 19:01:12 2000  Andrew Cagney  <cagney@b1.cygnus.com>
9380
9381         * config.sub: Import CVS version 1.167 Tue May 30 09:00:07 2000.
9382         * config.guess: Import CVS version 1.148 Tue May 30 09:00:06 2000
9383
9384 Mon May 29 21:15:00 MET 2000  Philipp Thomas  <pthomas@suse.de>
9385
9386         * MAINTAINERS: Add self as i18n maintainer
9387
9388 20000-05-21  H.J. Lu  (hjl@gnu.org)
9389
9390         * Makefile.in (CC_FOR_TARGET): Make sure as/ld in the gcc
9391         directory are used if they exist. Make sure
9392         $(build_tooldir)/include is searched for header files,
9393         $(build_tooldir)/lib/ for library files.
9394         (GCC_FOR_TARGET): Likewise.
9395         (CXX_FOR_TARGET): Likewise.
9396
9397 Thu May 18 10:58:13 2000  Jeffrey A Law  (law@cygnus.com)
9398
9399         * configure.in (hppa*64*-*-*): Do build ld for this configuration.
9400
9401 Wed May 17 16:03:48 2000  Alexandre Oliva  <aoliva@cygnus.com>
9402
9403         * Makefile.in (configure-target-libiberty): Depend on
9404         configure-target-newlib.
9405
9406 2000-05-16  Alexandre Oliva  <aoliva@cygnus.com>
9407
9408         * configure.in, Makefile.in: Merge all libffi-related
9409         configury stuff from the libgcj tree.
9410
9411 Tue May 16 10:06:21 2000  Andrew Cagney  <cagney@b1.cygnus.com>
9412
9413         Thu Apr 27 11:01:48 2000 Andrew Cagney <cagney@b1.cygnus.com>:
9414         * Makefile.in (do-tar-bz2, do-md5sum): Skip CVS directories.
9415
9416 Tue May 16 09:57:35 2000  Andrew Cagney  <cagney@b1.cygnus.com>
9417
9418         Wed Apr 26 17:03:53 2000 Andrew Cagney <cagney@b1.cygnus.com>:
9419         * Makefile.in (do-djunpack): New target. Update djunpack.bat with
9420         current version information.  Add to proto-toplev directory.
9421         (gdb-taz): Build do-djunpack.
9422
9423 2000-05-15  David Edelsohn  <edelsohn@gnu.org>
9424
9425         * configure.in: Special case powerpc*-*-aix* target_makefile_frag.
9426
9427 Mon May 15 13:39:09 2000  Andrew Cagney  <cagney@b1.cygnus.com>
9428
9429         * MAINTAINERS: Add self to Write After Approval list.
9430
9431 2000-05-13 Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
9432
9433         * ltmain.sh: Preserve in relink_command any environment
9434         variables that may affect the linker behavior.
9435
9436 Fri May 12 11:23:17 2000  Jeffrey A Law  (law@cygnus.com)
9437
9438         * config.sub (basic_machine): Recognize hppa64 as a valid cpu type.
9439
9440 Wed May 10 21:26:51 2000  Jim Wilson  <wilson@cygnus.com>
9441
9442         * configure.in (ia64*-*-elf*): Add gdb and friends to noconfigdirs.
9443
9444 2000-05-08  Eli Zaretskii  <eliz@is.elta.co.il>
9445
9446         * djunpack.bat: Change the Sed script to replace @V@ in fnchange.lst
9447         with the version name.
9448
9449 Sat May  6 21:12:55 CDT 2000  Jason Eckhardt  <jle@cygnus.com>
9450
9451         * MAINTAINERS: Add self as bb-reorder maintainer.
9452
9453 2000-05-01  Benjamin Kosnik  <bkoz@cygnus.com>
9454
9455         * config.if: Tweak.
9456
9457 2000-04-23  Eli Zaretskii  <eliz@is.elta.co.il>
9458
9459         * djunpack.bat: New file.
9460
9461 Wed Apr 19 12:46:26 2000  Andrew Cagney  <cagney@b1.cygnus.com>
9462
9463         * Makefile.in (taz, gdb-taz, gas.tar.bz2, binutils.tar.bz2,
9464         gas+binutils.tar.bz2, libg++.tar.bz2, gnats.tar.bz2, gdb.tar.bz2,
9465         dejagnu.tar.bz2, gdb+dejagnu.tar.bz2, insight.tar.bz2,
9466         insight+dejagnu.tar.bz2, newlib.tar.bz2): Pass MD5PROG to sub-make.
9467
9468 2000-04-16  Dave Pitts  <dpitts@cozx.com>
9469
9470         * config.sub (case $basic_machine): Change default for "ibm-*"
9471         to "openedition".
9472
9473 2000-04-13  Andreas Jaeger  <aj@suse.de>
9474
9475         * MAINTAINERS: Added myself.
9476
9477 Wed Apr 12 16:42:48 2000  Andrew Cagney  <cagney@b1.cygnus.com>
9478
9479         * Makefile.in (gdb-taz): New target.  GDB specific archive.
9480         (do-md5sum): New target.
9481         (MD5PROG): Define.
9482         (PACKAGE): Default to TOOL.
9483         (VER): Default to a shell script.
9484         (taz): Rewrite target.  Move real work to do-proto-toplev.  Include
9485         md5 checksum generation.
9486         (do-proto-toplev): New target. Create $(PACKAGE)-$(VER) link.
9487         (do-tar-bz2): Delete creation of $(PACKAGE)-$(VER) link.
9488         (gdb.tar.bz2, dejagnu.tar.bz2, gdb+dejagnu.tar.bz2,
9489         insight.tar.bz2): Use gdb-taz to create archive.
9490
9491 Fri Apr  7 18:10:29 2000  Andrew Cagney  <cagney@b1.cygnus.com>
9492
9493         * configure (warn_cflags): Delete.
9494
9495 Thu Apr  6 16:15:14 2000  Philippe De Muyter  <phdm@macqel.be>
9496
9497         * MAINTAINERS: Added myself.
9498
9499 2000-04-05  Benjamin Kosnik  <bkoz@cygnus.com>
9500             Martin v. Löwis  <martin@loewis.home.cs.tu-berlin.de>
9501
9502         * configure.in (enable_libstdcxx_v3): Add.
9503         (target_libs): Add bits here to switch between libstdc++-v2 and
9504         libstdc++-v3.
9505         * config.if: And this file too.
9506         * Makefile.in: Add libstdc++-v3 targets.
9507
9508 2000-04-05  Michael Meissner  <meissner@redhat.com>
9509
9510         * config.sub (d30v): Add d30v as a basic machine type.
9511
9512 2000-03-29  Jason Merrill  <jason@casey.cygnus.com>
9513
9514         * configure.in: -linux-gnu*, not -linux-gnu.
9515
9516 Sun Mar 12 17:30:30 2000  Toon Moene  <toon@moene.indiv.nluug.nl>
9517
9518         * MAINTAINERS: Add self in write-after-approval section.
9519
9520 Sun Mar 12 00:23:32 2000  Jim Wilson  <wilson@cygnus.com>
9521
9522         * MAINTAINERS: Add self as ia64 port maintainer.
9523
9524 2000-03-08  Neil Booth  <NeilB@earthling.net>
9525
9526         * MAINTAINERS: Add self in write-after-approval section.
9527
9528 Fri Mar  3 18:44:08 2000  Andrew Cagney  <cagney@b1.cygnus.com>
9529
9530         * Makefile.in (taz): Set PACKAGE to TOOL when not defined.
9531         (do-tar-bz2): Replace TOOL with PACKAGE.
9532         (gdb.tar.bz2): Remove GDBTK from GDB package.
9533         (gdb+dejagnu.tar.bz2, insight.tar.bz2, insight+dejagnu.tar.bz2,
9534         dejagnu.tar.bz2): New packages.
9535
9536 2000-02-27  Andreas Jaeger  <aj@suse.de>
9537
9538         * configure.in: Add entry for mips*-*-linux*, move catch all
9539         *-*-*linux* entry below this one.
9540
9541 2000-02-27  Ian Lance Taylor  <ian@zembu.com>
9542
9543         * ltconfig, ltmain.sh: Update to libtool 1.3.4.
9544
9545 2000-02-24  Nick Clifton  <nickc@cygnus.com>
9546
9547         * config.sub: Support an OS of "wince".
9548
9549 Thu Feb 24 16:15:56 2000  Andrew Cagney  <cagney@b1.cygnus.com>
9550
9551         * config.guess, config.sub: Updated to match config's 2000-02-15
9552         version.
9553
9554 2000-02-23  Linas Vepstas  <linas@linas.org>
9555
9556         * config.sub: Add support for Linux/IBM 370.
9557         * configure.in: Likewise.
9558
9559 2000-02-22  Nick Clifton  <nickc@cygnus.com>
9560
9561         * configure.in: Add mips-pe, sh-pe and arm-wince-pe targets.
9562
9563 2000-02-20  Christopher Faylor  <cgf@cygnus.com>
9564
9565         * config.guess: Guess "cygwin" rather than "cygwin32".
9566
9567 2000-02-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9568
9569         * configure (gcc_version): When setting, narrow search to
9570         lines containing `version_string'.
9571
9572 2000-02-15  Denis Chertykov  <denisc@overta.ru>
9573
9574         * config.sub: Add support for avr target.
9575
9576 2000-02-14  Nick Clifton  <nickc@cygnus.com>
9577
9578         * MAINTAINERS: Add maintainers for MCore port.
9579
9580 Tue Feb  1 00:07:46 2000  Hans-Peter Nilsson  <hp@bitrange.com>
9581
9582         * config.sub: Add mmix-knuth-mmixware.
9583
9584 2000-01-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9585
9586         * MAINTAINERS: Pair cccp with cpplib maintainership.
9587
9588 2000-01-27  Christopher Faylor  <cgf@redhat.com>
9589
9590         * Makefile.in (CC_FOR_TARGET): Add new winsup directory
9591         structure stuff to -L library search.
9592         (CXX_FOR_TARGET): Ditto.
9593         (CROSS_CHECK_MODULES): Fix spelling mistake.
9594
9595 2000-01-24  Mark Mitchell  <mark@codesourcery.com>
9596
9597         * Makefile.in (CXX_FOR_TARGET): Use g++, not xgcc, to invoke
9598         the C++ compiler.
9599
9600 2000-01-12  Richard Henderson  <rth@cygnus.com>
9601
9602         * configure.in: Don't build some bits for beos.
9603
9604 2000-01-12  Joel Sherrill (joel@OARcorp.com)
9605
9606         * Makefile.in (CC_FOR_TARGET): Use newlib libraries as well
9607         as include files.
9608
9609 2000-01-11  Zack Weinberg  <zack@wolery.cumb.org>
9610
9611         * Add self as cpplib maintainer, as requested by Jason
9612         Merrill.  Correct my e-mail address.
9613
9614 2000-01-06  Geoff Keating  <geoffk@cygnus.com>
9615
9616         * configure.in: Use mt-aix43 to handle *_TARGET defs,
9617         not mh-aix43.
9618
9619 Thu Dec 23 03:43:36 1999  Hans-Peter Nilsson  <hp@bitrange.com>
9620
9621         * MAINTAINERS: Add myself to "write after approval" list.
9622
9623 1999-12-14  Richard Henderson  <rth@cygnus.com>
9624
9625         * config.guess (alpha-osf, alpha-linux): Detect ev67.
9626         * config.sub: Accept alphaev[78], alphaev8.
9627
9628 1999-12-03  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
9629
9630         * config.guess, config.sub: Update from autoconf.
9631
9632 1999-11-29  Bruce Korb  <autogen@linuxbox.com>
9633
9634         * MAINTAINERS:  update my playtime e-address.
9635
9636 Tue Nov 23 00:57:41 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
9637
9638         * config-ml.in (sparc*-*-*): Disable sparcv9 support if the
9639         necessary libraries are missing.
9640
9641 Fri Nov 19 11:22:31 MST 1999  Diego Novillo  <dnovillo@cygnus.com>
9642
9643         * MAINTAINERS: Add new 'write after approval' maintainer.
9644
9645 Wed Nov 17 16:08:43 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
9646
9647         * MAINTAINERS: Add new Java maintainer.
9648
9649 1999-10-25  Andreas Schwab  <schwab@suse.de>
9650
9651         * configure: Fix quoting inside arguments of eval.
9652
9653 1999-10-21  Nick Clifton  <nickc@cygnus.com>
9654
9655         * config-ml.in: Allow suppression of some ARM multilibs.
9656
9657 Tue Sep  7 23:33:57 1999  Linas Vepstas  <linas@linas.org>
9658
9659         * config.guess: Add OS/390 match pattern.
9660         * config.sub: Add mvs, openedition targets.
9661         * configure.in (i370-ibm-opened*): New.
9662
9663 1999-09-04  Steve Chamberlain  <sac@pobox.com>
9664
9665         * config.sub: Add support for configuring for pj.
9666
9667 1999-08-31  Nick Clifton  <nickc@cygnus.com>
9668
9669         * config.sub (maybe_os): Add support for configuring for fr30.
9670
9671 1999-08-25  Nick Clifton  <nickc@cygnus.com>
9672
9673         * configure.in: Do not configure or build ld for AIX
9674         platforms.  ld is known to be broken on these platforms.
9675
9676 Wed Aug 25 01:12:25 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
9677
9678         * config-ml.in: Pass compiler flag corresponding to multidirs to
9679         subdir configures.
9680
9681 1999-08-09  Ian Lance Taylor  <ian@zembu.com>
9682
9683         * Makefile.in (LDFLAGS): Define.
9684
9685 1999-08-08  Mumit Khan  <khan@xraylith.wisc.edu>
9686
9687         * configure.in (i[3456]-*-mingw32*): Don't put gprof in
9688         noconfigdirs.
9689         (*-*-cygwin*): Likewise.
9690
9691 1999-08-08  Ian Lance Taylor  <ian@zembu.com>
9692
9693         * mkdep: New file.
9694         * Makefile.in (GAS_SUPPORT_DIRS): Add mkdep.
9695         (BINUTILS_SUPPORT_DIRS): Add mkdep.
9696
9697         From Eli Zaretskii <eliz@is.elta.co.il>:
9698         * configure (tmpfile): Change cONf$$ to cNf$$ to avoid an overly
9699         long file name when using DJGPP on MS-DOS.
9700
9701 Wed Aug  4 02:07:14 1999  Jeffrey A Law  (law@cygnus.com)
9702
9703         * config.sub (vxworks case): Use os=-vxworks, not os=vxworks.
9704
9705 1999-07-30  Alan Modra  <alan@spri.levels.unisa.edu.au>
9706
9707         * Makefile.in (check-target-libio): Remove all-target-libstdc++
9708         dependency as this causes "make check" to globally "make all"
9709
9710 Tue Jun 22 23:45:18 1999  Tom Tromey  <tromey@cygnus.com>
9711
9712         * configure.in (target_libs): Added target-zlib.
9713         * Makefile.in (ALL_TARGET_MODULES): Added zlib.
9714         (CONFIGURE_TARGET_MODULES): Likewise.
9715         (CHECK_TARGET_MODULES): Likewise.
9716         (INSTALL_TARGET_MODULES): Likewise.
9717         (CLEAN_TARGET_MODULES): Likewise.
9718         (configure-target-zlib): New target.
9719         (all-target-zlib): Likewise.
9720         (all-target-libjava): Depend on all-target-zlib.
9721         (configure-target-libjava): Depend on configure-target-zlib.
9722
9723         * Makefile.in (configure-target-libjava): Depend on
9724         configure-target-newlib.
9725         (configure-target-boehm-gc): New target.
9726         (configure-target-qthreads): New target.
9727
9728         * configure.in (target_libs): Added target-qthreads.
9729         * Makefile.in (ALL_TARGET_MODULES): Added qthreads.
9730         (CONFIGURE_TARGET_MODULES): Likewise.
9731         (CHECK_TARGET_MODULES): Likewise.
9732         (INSTALL_TARGET_MODULES): Likewise.
9733         (CLEAN_TARGET_MODULES): Likewise.
9734         (all-target-qthreads): New target.
9735         (configure-target-libjava): Depend on configure-target-qthreads.
9736         (all-target-libjava): Depend on all-target-qthreads.
9737
9738         * Makefile.in (ALL_TARGET_MODULES): Added libjava, boehm-gc.
9739         (CONFIGURE_TARGET_MODULES): Likewise.
9740         (CHECK_TARGET_MODULES): Likewise.
9741         (INSTALL_TARGET_MODULES): Likewise.
9742         (CLEAN_TARGET_MODULES): Likewise.
9743         (all-target-libjava): New target.
9744         (all-target-boehm-gc): Likewise.
9745         * configure.in (target_libs): Added libjava, boehm-gc.
9746
9747 1999-07-22  Ian Lance Taylor  <ian@zembu.com>
9748
9749         * Makefile.in (binutils.tar.bz2): Don't pass makeall.bat and
9750         configure.bat in SUPPORT_FILES.
9751         (gas+binutils.tar.bz2): Likewise.
9752
9753         * makeall.bat: Remove; obsolete.
9754
9755 1999-07-21  Ian Lance Taylor  <ian@zembu.com>
9756
9757         From Mark Elbrecht:
9758         * configure.bat: Remove; obsolete.
9759
9760 1999-07-11  Ian Lance Taylor  <ian@zembu.com>
9761
9762         * configure: Add -W -Wall to the default CFLAGS when compiling with
9763         gcc.
9764
9765 Thu Jul  8 12:32:23 1999  John David Anglin <dave@hiauly1.hia.nrc.ca>
9766
9767         * configure.in: Build ld, binutils & gas for hppa*-*-linux-gnu*.
9768
9769 1999-06-30  Mark Mitchell  <mark@codesourcery.com>
9770
9771         * configure.in: Build ld on IRIX6.
9772
9773 1999-06-12  Ian Lance Taylor  <ian@zembu.com>
9774
9775         * Makefile.in: Change distribution targets to use bzip2 instead of
9776         gzip.
9777         (TEXINFO_SUPPORT): Set to just texinfo/texinfo.tex.
9778         (taz): Don't use texinfo/gpl.texinfo or texinfo/lgpl.texinfo.
9779
9780 1999-06-04  Nick Clifton  <nickc@cygnus.com>
9781
9782         * config.sub: Add mcore target.
9783
9784 Sun May 30 16:03:16 1999  Cort Dougan  <cort@cs.nmt.edu>
9785
9786         * config.guess (ppc-*-linux-gnu): Also use ld emul elf32ppclinux.
9787
9788 Tue May 25 11:20:46 1999  H.J. Lu  (hjl@gnu.org)
9789
9790         * config.guess (dummy): Changed to $dummy.
9791
9792 1999-05-24  Nick Clifton  <nickc@cygnus.com>
9793
9794         * config.sub: Tidied up case statements.
9795
9796 1999-05-22  Ben Elliston  <bje@cygnus.com>
9797
9798         * config.guess: Handle NEC UX/4800. Contributed by Jiro Takabatake
9799         <jiro@din.or.jp>.
9800
9801         * config.guess: Merge with FSF version. Future changes will be
9802         more accurately recorded in this ChangeLog.
9803         * config.sub: Likewise.
9804
9805 Thu May 20 10:00:42 1999   Stephen L Moshier  <moshier@world.std.com>
9806
9807          * Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include.
9808
9809 1999-04-30  Tom Tromey  <tromey@cygnus.com>
9810
9811         * ltmain.sh: [mode link] Always use CC given by ltconfig.
9812
9813 1999-04-23  Tom Tromey  <tromey@cygnus.com>
9814
9815         * ltconfig, ltmain.sh: Update to libtool 1.2f.
9816
9817 1999-04-20  Drew Moseley  <dmoseley@cygnus.com>
9818
9819         * configure.in (noconfigdirs): Don't build libstub for arm-elf targets.
9820         (noconfigdirs): Don't build any bsp stuff for for arm-oabi targets.
9821         Bad merge removed these two changes.
9822
9823 Tue Apr 13 22:50:54 1999  Donn Terry (donn@interix.com)
9824                           Martin Heller (Ing.-Buero_Heller@t-online.de)
9825
9826         * config.guess (interix Alpha): Add.
9827
9828 1999-04-11  Richard Henderson  <rth@cygnus.com>
9829
9830         * configure.in (i?86-*-beos*): Do config gperf; don't config
9831         gdb, newlib, or libgloss.
9832
9833 Sun Apr 11 23:55:34 1999  Alexandre Oliva  <oliva@dcc.unicamp.br>
9834
9835         * config-ml.in: On mips*-*-*, if multidirs contains mabi=64, try to
9836         link a trivial program with -mabi=64.  If it fails, remove mabi=64
9837         from multidirs.
9838
9839 Sat Apr 10 21:50:01 1999  Philipp Thomas  (kthomas@gwdg.de)
9840
9841         * config.sub: Set basic_machine to i586 when target_alias = k6-*.
9842
9843 1999-04-08  Nick Clifton  <nickc@cygnus.com>
9844
9845         * config.sub: Add support for mcore targets.
9846
9847 1999-04-07  Michael Meissner  <meissner@cygnus.com>
9848
9849         * configure.in (d30v-*): Use config/mt-d30v as makefile fragment,
9850         not mt-ospace, in order to shut up assembler warning about using
9851         symbols that are named the same as registers.
9852
9853 1999-04-07  Drew Moseley  <dmoseley@cygnus.com>
9854
9855         * Makefile.in (all-target-cygmon): Added all-target-bsp to the
9856         dependency list for all-target-cygmon.
9857
9858 1999-04-05  Doug Evans  <devans@casey.cygnus.com>
9859
9860         * config-ml.in: Check $host, not $target, for selective multilibs.
9861         (arm-*-*): Allow disabling of biendian, h/w fp, 26 bit apcs,
9862         thumb interworking, and underscore prefix multilibs.
9863
9864 1999-04-04  Ian Lance Taylor  <ian@zembu.com>
9865
9866         * missing: Update to version from current automake.
9867
9868 Fri Apr  2 15:11:32 1999  H.J. Lu  (hjl@gnu.org)
9869
9870         * configure (gxx_include_dir): Removed.
9871
9872         * configure.in (gxx_include_dir): Handle it.
9873         * Makefile.in: Likewise.
9874
9875 1999-03-29  Gavin Romig-Koch  <gavin@cygnus.com>
9876
9877         * config.sub (mips64vr4111,mips64vr4111el) Add.
9878
9879 1999-03-21  Ben Elliston  <bje@cygnus.com>
9880
9881         * config.guess: Correct typo for detecting ELF on FreeBSD.
9882
9883 Thu Mar 18 00:17:50 1999  Mark Elbrecht <snowball3@usa.net>
9884
9885         * configure.in (pc-msdosdjgpp): Set host_makefile_frag to
9886         config/mh-djgpp.
9887
9888 Thu Mar 11 18:37:23 1999  Drew Moseley  <dmoseley@cygnus.com>
9889
9890         * Makefile.in (all-target-bsp): Added all-gcc all-binutils and
9891         all-target-newlib to dependency list for all-target-bsp.
9892
9893 Thu Mar 11 01:19:31 1999  Mumit Khan  <khan@xraylith.wisc.edu>
9894
9895         * config.sub: Add i386-uwin support.
9896         * config.guess: Likewise.
9897
9898 Thu Mar 11 01:07:55 1999  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
9899
9900         * configure.in: cleanup, add mh-*pic handling for arm, special
9901         case powerpc*-*-aix*
9902
9903 Wed Mar 10 18:35:07 1999  Jeff Johnston  <jjohnstn@cygnus.com>
9904
9905         * configure.in (noconfigdirs): Removed target-libgloss so libnosys.a
9906         can be built.
9907
9908 Wed Mar 10 17:39:09 1999  Drew Moseley  <dmoseley@cygnus.com>
9909
9910         * configure.in: Added bsp support to arm-*-coff and arm-*-elf
9911         targets.
9912
9913 1999-03-02  Nick Clifton  <nickc@cygnus.com>
9914
9915         * config.sub: Rename CYGNUS LOCAL to EGCS LOCAL
9916
9917 Sun Feb 28 02:20:00 1999  Geoffrey Noer  <noer@cygnus.com>
9918
9919         * config.sub: Check for "cygwin*" rather than "cygwin32*"
9920
9921 1999-02-24  Nick Clifton  <nickc@cygnus.com>
9922
9923         * config.sub: Fix typo in arm recognition.
9924
9925 Wed Feb 24 13:51:40 1999  Drew Moseley  <dmoseley@cygnus.com>
9926
9927         * configure.in (noconfigdirs): Changed target_configdirs to
9928         include target-bsp only for m68k-*-elf* and m68k-*-coff*
9929         rather than m68k-*-* since it is not known to work on
9930         m68k-aout. Ditto for arm-*-*oabi.
9931
9932 Wed Feb 24 12:52:17 1999  Stan Shebs  <shebs@andros.cygnus.com>
9933
9934         * configure.in (*-*-windows*): Remove, no longer used.
9935
9936 1999-02-19  Ben Elliston <bje@cygnus.com>
9937
9938         * config.guess: Automatically recognise ELF on FreeBSD. From Niall
9939         Smart and improved by Andrew Cagney.
9940
9941 Thu Feb 18 19:55:09 1999  Marc Espie <espie@cvs.openbsd.org>
9942
9943         * config.guess: Recognize openbsd-*-hppa.
9944
9945 Wed Feb 17 01:38:59 1999  H.J. Lu  (hjl@gnu.org)
9946
9947         * Makefile.in (REALLY_SET_LIB_PATH): Append $$$(RPATH_ENVVAR)
9948         only if it is not empty.
9949
9950 1999-02-17  Nick Clifton  <nickc@cygnus.com>
9951
9952         Patch from: Scott Bambrough <scottb@corelcomputer.com>
9953
9954         * config.guess: Modified to recognize uname's armv* syntax.
9955
9956         * config.sub: Modified to recognize uname's armv* syntax.
9957
9958 1999-02-17  Mark Salter  <msalter@cygnus.com>
9959
9960         * configure.in: Added target-bsp for sparclite.
9961
9962 Mon Feb  8 14:17:24 1999  Richard Henderson  <rth@cygnus.com>
9963
9964         * config.sub: Recognize alphapca5[67] and up to alphaev8.
9965
9966 1999-02-08  Nick Clifton  <nickc@cygnus.com>
9967
9968         * configure.in: Add support for strongarm port.
9969         * config.sub: Add support for strongarm target.
9970
9971 Sun Feb  7 18:01:54 1999  Mumit Khan  <khan@xraylith.wisc.edu>
9972
9973         * configure.in (*-*-cygwin32*): Use config/mh-cygwin instead of
9974         the old name config/mh-cygwin32.
9975         Enable texinfo.
9976
9977 Thu Feb  4 20:43:25 1999  Ian Lance Taylor  <ian@cygnus.com>
9978
9979         * configure.in: Do build ld for ix86 Solaris.
9980
9981 Tue Feb  2 19:46:40 1999  Jim Wilson  <wilson@cygnus.com>
9982
9983         * Makefile.in (EXTRA_GCC_FLAGS):  Set AR to $AR instead of
9984         $AR_FOR_TARGET.  Likewise for RANLIB.
9985
9986 Tue Feb  2 20:05:05 1999  Catherine Moore  <clm@cygnus.com>
9987
9988         * config.sub (oabi):  Recognize.
9989         * configure.in (arm-*-oabi):  Handle.
9990
9991 Sat Jan 30 06:09:00 1999  Robert Lipe  (robertlipe@usa.net)
9992
9993         * config.guess: Improve detection of i686 on UnixWare 7.
9994
9995 Sat Jan 30 08:04:00 1999  Mumit Khan  <khan@xraylith.wisc.edu>
9996
9997         * config.guess: Add support for i386-pc-interix.
9998         * config.sub: Likewise.
9999         * configure.in: Likewise.
10000
10001 Mon Jan 18 13:59:20 1999  Christopher Faylor <cgf@cygnus.com>
10002
10003         * Makefile.in: Remove unneeded all-target-libio from
10004         from all-target-winsup target since it is now unneeded.
10005         Add all-target-libtermcap in its place since it is now
10006         needed.
10007
10008 Wed Dec 30 20:34:52 1998  Christopher Faylor <cgf@cygnus.com>
10009
10010         * configure.in: makefile stub for cygwin target is probably
10011         unnecessary.  Remove it for now.
10012
10013 Wed Dec 30 01:13:03 1998  Christopher Faylor <cgf@cygnus.com>
10014
10015         * configure.in: libtermcap.a should be built when cygwin is the
10016         target as well as the host.
10017         * config.guess: Allow mixed case in cygwin uname output.
10018         * Makefile.in: Add libtermcap target.
10019
10020 Wed Dec 23 00:20:50 1998  Jeffrey A Law  (law@cygnus.com)
10021
10022         * config.sub: Clean up handling of hppa2.0.
10023
10024 Tue Dec 22 23:56:31 1998  Rodney Brown  (rodneybrown@pmsc.com)
10025
10026         * config.guess: Use C code to identify more HP machines.
10027
10028 Thu Dec 17 01:22:30 1998  Jeffrey A Law  (law@cygnus.com)
10029
10030         * config.sub: Handle hppa2.0.
10031
10032 Tue Dec 15 17:02:58 1998  Bob Manson  <manson@charmed.cygnus.com>
10033
10034         * configure.in: Add cygmon for x86-coff and x86-elf. Configure
10035         cygmon for all sparclite targets, regardless of object format.
10036
10037 1998-12-15  Mark Salter  <msalter@cygnus.com>
10038
10039         * configure.in: Added target-bsp for several target architectures.
10040
10041         * Makefile.in: Added rules for bsp.
10042
10043 Fri Dec  4 01:34:02 1998  Jeffrey A Law  (law@cygnus.com)
10044
10045         * config.guess: Improve detection of hppa2.0 processors.
10046
10047 Fri Dec  4 01:33:05 1998  Niall Smart <nialls@euristix.ie>
10048
10049         * config.guess: Recognize FreeBSD using ELF automatically.
10050
10051 1998-11-26  Manfred Hollstein  <manfred@s-direktnet.de>
10052
10053         * configure (skip-this-dir): Add handling for new shell script, which
10054         might be created by a sub-directory's configure to indicate, this particular
10055         directory is "unwanted".
10056         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Likewise.
10057
10058 Wed Nov 18 18:28:45 1998  Geoffrey Noer  <noer@cygnus.com>
10059
10060         * ltconfig: import from libtool, after changing libtool to
10061         account for the cygwin name change.
10062
10063 Wed Nov 18 18:09:14 1998  Geoffrey Noer  <noer@cygnus.com>
10064
10065         * Makefile.in: CC_FOR_TARGET and CXX_FOR_TARGET should also
10066         include newlib/libc/sys/cygwin and newlib/libc/sys/cygwin32.
10067
10068 Wed Nov 18 20:13:29 1998  Christopher Faylor <cgf@cygnus.com>
10069
10070         * configure.in: Add libtermcap to list of cygwin dependencies.
10071
10072 Tue Nov 17 16:57:51 1998  Geoffrey Noer  <noer@cygnus.com>
10073
10074         * Makefile.in: modify CC_FOR_TARGET and CXX_FOR_TARGET so that
10075         they include winsup/include when it's a cygwin target.
10076
10077 1998-11-12  Tom Tromey  <tromey@cygnus.com>
10078
10079         * configure.in (host_tools): Added zip.
10080         * Makefile.in (all-target-libjava): Depend on all-zip.
10081         (all-zip): New target.
10082         (ALL_MODULES): Added all-zip.
10083         (NATIVE_CHECK_MODULES): Added check-zip.
10084         (INSTALL_MODULES): Added install-zip.
10085         (CLEAN_MODULES): Added clean-zip.
10086
10087 Thu Nov 12 17:27:21 1998  Geoffrey Noer  <noer@cygnus.com>
10088
10089         * Makefile.in: lose "32" from comment about cygwin.
10090
10091 Thu Nov  5 15:00:31 1998  Nick Clifton  <nickc@cygnus.com>
10092
10093         * configure.in: Use -Os to build target libraries for the fr30.
10094
10095 Wed Nov  4 18:49:43 1998  Dave Brolley  <brolley@cygnus.com>
10096
10097         * config.sub: Add fr30.
10098
10099 Mon Nov  2 15:19:33 1998  Geoffrey Noer  <noer@cygnus.com>
10100
10101         * configure.in: drop "32" from config/mh-cygwin32.  Check
10102         cygwin* instead of cygwin32*.
10103         * config.sub: Check cygwin* instead of cygwin32*.
10104
10105 Thu Oct 22 10:55:25 1998  Robert Lipe  <robertl@dgii.com>
10106
10107         * config.guess: Match any version of Unixware7.
10108
10109 1998-10-20  Syd Polk  <spolk@cygnus.com>
10110
10111         * Makefile.in configure.in: Add the ability to use tcl8.1 and tk8.1
10112         if desired.
10113
10114 Sun Oct 18 18:34:50 1998  Jeffrey A Law  (law@cygnus.com)
10115
10116         * config.if (cxx_interface, libstdcxx_interface): Do not try to set
10117         these if the appropriate directories and files to not exist.
10118
10119 Wed Oct 14 10:29:06 1998  Jeffrey A Law  (law@cygnus.com)
10120
10121         * Makefile.in (DEVO_SUPPORT): Add config.if.
10122
10123 Tue Oct 13 15:45:36 1998  Manfred Hollstein  <manfred@s-direktnet.de>
10124
10125         * configure: Add pattern to replace "build_tooldir"'s
10126         definition in the generated Makefile with "tooldir"'s
10127         actual value.
10128
10129 Tue Oct 13 09:17:06 1998  Jeffrey A Law  (law@cygnus.com)
10130
10131         * config.sub: Bring back lost sparcv9.
10132
10133         * Makefile.in (all-snvavigator): Remove all-flexlm dependency.
10134
10135 Mon Oct 12 12:09:44 1998  Jeffrey A Law  (law@cygnus.com)
10136
10137         * Makefile.in (CHILL_FOR_TARGET): Mirror recent changes to
10138         CC_FOR_TARGET and friends.
10139
10140 Mon Oct 12 12:09:30 1998  Alexandre Oliva  <oliva@dcc.unicamp.br>
10141
10142         * Makefile.in (build_tooldir): New variable, same as tooldir.
10143         (CC_FOR_TARGET, GCC_FOR_TARGET, CXX_FOR_TARGET): Add
10144         -B$(build_tooldir)/bin/.
10145         (BASE_FLAGS_TO_PASS): Pass build_tooldir down.
10146
10147 Tue Sep  1 16:23:11 1998  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
10148
10149         * README: Remove installation instructions and refer to the
10150         INSTALL directory instead.
10151
10152 Wed Sep 30 22:20:50 1998  Robert Lipe  <robertl@dgii.com>
10153
10154         * config.sub: Add support for i[34567]86-pc-udk.
10155         * configure.in: Likewise.
10156
10157 Wed Sep 30 19:23:48 1998  Geoffrey Noer  <noer@cygnus.com>
10158
10159         * Makefile.in: add bzip2 package building bits for user
10160         tools module
10161         * configure.in: ditto
10162
10163 Wed Sep 30 03:00:05 1998  Jeffrey A Law  (law@cygnus.com)
10164
10165         * Makefile.in (TARGET_CONFIGDIRS): Add libobjc.
10166         (ALL_TARGET_MODULES): Add all-target-libobjc.
10167         (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
10168         (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
10169         (all-target-libchill): Add dependencies.
10170         * configure.in (target_libs): Add libchill.
10171
10172 1998-09-30  Manfred Hollstein  <manfred@s-direktnet.de>
10173
10174         * configure.in (target_subdir): Remove duplicate line.
10175
10176 Tue Sep 29 22:45:41 1998  Felix Lee  <flee@cygnus.com>
10177
10178         * Makefile.in (all-automake): fix dependencies.
10179
10180 Mon Sep 28 04:04:27 1998  Jeffrey A Law  (law@cygnus.com)
10181
10182         * configure.in: Minor cleanups for building in the $(target_alias)
10183         subdir.
10184
10185 1998-09-22  Jim Wilson  <wilson@cygnus.com>
10186
10187         * Makefile.in (bootstrap): Set r and s before make all.  Use
10188         BASE_FLAGS_TO_PASS in make all.
10189         (cross): Likewise.
10190
10191 1998-09-20  Mark Mitchell  <mark@markmitchell.com>
10192
10193         * Makefile.in (bootstrap): Pass TARGET_FLAGS_TO_PASS to `make all'.
10194
10195 Sun Sep 20 00:13:02 1998  Richard Henderson  <rth@cygnus.com>
10196
10197         * config.sub: Fix typo in last change.
10198
10199 1998-09-19  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
10200
10201         * config.sub: Add support for C4x target.
10202         * configure.in: Likewise.
10203
10204 1998-09-13  David S. Miller  <davem@pierdol.cobaltmicro.com>
10205
10206         * config.sub: Recognize sparcv9 just like sparc64.
10207
10208 Wed Sep  9 15:44:52 1998  Robert Lipe  <robertl@dgii.com>
10209
10210         * config.guess: Match "Pent II" or "PentII" for OpenServer.
10211
10212 Tue Sep  8 01:18:39 1998  Jeffrey A Law  (law@cygnus.com)
10213
10214         * config.guess: Correctly identify Pentium II sco boxes.
10215
10216         * config.guess: Fix "tr" code.  From Weiwen Liu.
10217
10218 Sat Sep  5 13:56:52 1998  John Hughes  <john@Calva.COM>
10219
10220         * configure.in: Do not assume x86-svr4 or x86-unixware can handle
10221         stabs.
10222
10223 Sat Sep  5 02:12:02 1998  Jeffrey A Law  (law@cygnus.com)
10224
10225         * Makefile.in (TARGET_CONFIGDIRS): Add libchill.
10226         (ALL_TARGET_MODULES): Add all-target-libchill.
10227         (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
10228         (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
10229         (all-target-libchill): Add dependencies.
10230         * configure.in (target_libs): Add libchill.
10231
10232 Sun Aug 30 22:27:02 1998  Lutz Wohlrab <lutz.wohlrab@informatik.tu-chemnitz.de>
10233
10234         * config.guess: Avoid assumptions about "tr" behaves when
10235         LANG is set to something other than English.
10236
10237 Sun Aug 30 22:14:44 1998  H.J. Lu  (hjl@gnu.org)
10238
10239         * configure (gxx_include_dir): Changed to
10240         '${prefix}/include/g++'-${libstdcxx_interface}.
10241
10242         * config.if: New to determine the interfaces.
10243
10244 Sun Aug 30 21:15:19 1998  Mark Klein (mklein@dis.com)
10245
10246         * config.guess: Detect and handle MPE/IX.
10247         * config.sub: Deal with MPE/IX.
10248
10249 Sat Aug 29 14:32:55 1998  David Edelsohn  <edelsohn@mhpcc.edu>
10250
10251         * configure.in: Use mh-aix43.
10252
10253 1998-07-29  Manfred Hollstein  <manfred@s-direktnet.de>
10254
10255         * configure: Fix --without/--disable cases for gxx-include-dir.
10256
10257 Fri Aug 28 12:28:26 1998  Per Bothner  <bothner@cygnus.com>
10258
10259         * mdata-sh:  Imported.  Needed for automake support.
10260
10261 Thu Aug 13 12:49:29 1998  H.J. Lu  <hjl@gnu.org>
10262
10263         * Makefile.in (taz): Try "chmod -R og=u ." before
10264         "chmod og=u `find . -print`".
10265
10266 Fri Jul 31 09:38:33 1998  Catherine Moore  <clm@cygnus.com>
10267
10268         * configure.in: Add arm-elf and thumb-elf support.
10269
10270 Mon Jul 27 16:23:58 1998  Doug Evans  <devans@canuck.cygnus.com>
10271
10272         * Makefile.in: Undo previous patch.
10273
10274 Fri Jul 24 19:55:24 1998  Doug Evans  <devans@canuck.cygnus.com>
10275
10276         * Makefile.in (INSTALL_TARGET): Move EXTRA_TARGET_HOST_INSTALL_MODULES
10277         to here ...
10278         (install-no-fixedincludes): and here
10279         (INSTALL_MODULES): ... from here.
10280
10281 Fri Jul 24 17:01:42 1998  Ian Lance Taylor  <ian@cygnus.com>
10282
10283         * config.sub: Merge with FSF.
10284
10285         * config.guess: Merge with FSF.
10286
10287 Fri Jul 24 08:43:36 1998  Doug Evans  <devans@canuck.cygnus.com>
10288
10289         * configure (extraconfigdirs): New variable.
10290         (SUBDIRS): Add extraconfigdirs and recurse on them too.
10291         * Makefile.in (all): Move higher in file.
10292         (EXTRA_TARGET_HOST_ALL_MODULES): New variable.
10293         (EXTRA_TARGET_HOST_{INSTALL,CHECK}_MODULES): New variables.
10294         (ALL_MODULES): Add EXTRA_TARGET_HOST_ALL_MODULES.
10295         (CROSS_CHECK_MODULES): Add EXTRA_TARGET_HOST_CHECK_MODULES.
10296         (INSTALL_MODULES): Add EXTRA_TARGET_HOST_INSTALL_MODULES.
10297
10298 1998-07-23  Brendan Kehoe  <brendan@cygnus.com>
10299
10300         * Makefile.in (all-target-libjava): Depend on all-gcc and
10301         all-target-newlib.
10302         (configure-target-libjava): Depend on $(ALL_GCC).
10303
10304 Sat Jul 18 14:32:43 CDT 1998  Robert Lipe  <robertl@dgii.com>
10305
10306         * config.guess: (*-pc-sco3.2v5) Add detection for Pentium II.
10307         (*-pc-unixware7) Add detection for Pentium II, Pentium Pro.
10308
10309 Sun Jul 19 00:46:53 CEST 1998  Marc Lehmann <pcg@goof.com>
10310
10311         * INSTALL/README: Fix typo.
10312
10313 Fri Jul 17 13:30:18 1998  Ian Lance Taylor  <ian@cygnus.com>
10314
10315         * ylwrap: Change absolute path checks to check for DOS style path
10316         names.
10317
10318         * ylwrap: Don't use a full path name if the source file is in the
10319         same directory.  From hjl@lucon.org (H.J. Lu).
10320
10321         * config-ml.in: Default to being verbose, to match Feb 18 change to
10322         configure.
10323
10324 Thu Jul 16 12:29:51 1998  Ian Lance Taylor  <ian@cygnus.com>
10325
10326         Brought over from egcs:
10327
10328         Sat Jun 27 22:46:32 1998  Jeffrey A Law  (law@cygnus.com)
10329
10330         * configure.in (target_subdir): Set to ${target_alias} instead
10331         of "libraries".
10332
10333         Mon Sep  1 16:45:44 1997  Jim Wilson  <wilson@cygnus.com>
10334
10335         * configure.in (target_subdir): Set to libraries if enable_multilib.
10336
10337 Wed Jul 15 01:00:54 1998  Ian Lance Taylor  <ian@cygnus.com>
10338
10339         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there are any
10340         multilibs, force reconfiguration the first time we create
10341         multilib.out in a subdirectory, in case TARGET_SUBDIR is `.'.
10342
10343 Tue Jul 14 23:41:03 1998  Ian Lance Taylor  <ian@cygnus.com>
10344
10345         * configure.in: Strip any --no option from CONFIG_ARGUMENTS, to
10346         avoid confusion with --no-recursion.
10347
10348 Tue Jul 14 15:37:41 1998  Geoffrey Noer  <noer@cygnus.com>
10349
10350         * configure.in: Win32 hosts shouldn't use install -x
10351         * install-sh: remove -x option, and special .exe-handling
10352         hack.
10353
10354 Tue Jul 14 15:28:41 1998  Richard Henderson  <rth@cygnus.com>
10355
10356         * config.guess: Recognize i586-pc-beos.
10357         * configure.in: Don't build some bits for beos.
10358
10359 Tue Jul 14 13:22:18 1998  Ian Lance Taylor  <ian@cygnus.com>
10360
10361         * configure: If CC is set but CFLAGS is not, and CC is gcc, make
10362         CFLAGS default to -O2.
10363
10364         * ltmain.sh: Add some hacks to make SunOS --enable-shared work
10365         when using GNU ld.
10366
10367 Fri Jul 10 13:18:23 1998  Ian Lance Taylor  <ian@cygnus.com>
10368
10369         * ltmain.sh: Correct install when using a different shell.
10370
10371 Tue Jul  7 15:24:38 1998  Ian Lance Taylor  <ian@cygnus.com>
10372
10373         * ltconfig, ltmain.sh: Update to libtool 1.2b.
10374
10375 Thu Jul  2 13:57:36 1998  Klaus Kaempf  <kkaempf@rmi.de>
10376
10377         * makefile.vms: Update to build binutils/makefile.vms.  Add install
10378         target.
10379
10380 Wed Jul  1 16:45:21 1998  Ian Lance Taylor  <ian@cygnus.com>
10381
10382         * ltconfig: Update to correct AIX handling.
10383
10384 Sat Jun 27 22:46:32 1998  Jeffrey A Law  (law@cygnus.com)
10385
10386         * Makefile.in (BASE_FLAGS_TO_PASS): Add TARGET_SUBDIR.
10387
10388         * configure.in (target_subdir): Set to ${target_alias} instead
10389         of "libraries".
10390
10391 1998-06-26  Manfred Hollstein  <manfred@s-direktnet.de>
10392
10393         * Makefile.in (BASE_FLAGS_TO_PASS): Add gcc_version_trigger.
10394         (Makefile): Depend on $(gcc_version_trigger).
10395
10396         * configure (gcc_version): Change default initializer to empty
10397         string.
10398         (gcc_version_trigger): New variable; pass this variable down
10399         to subdir configures to enable them checking gcc's version
10400         themselves. Emit make macros for both gcc_version vars.
10401         (topsrcdir): Initialize reliably.
10402         (recursion line): Remove --with-gcc-version=${gcc_version}.
10403
10404 1998-06-24  Manfred Hollstein  <manfred@s-direktnet.de>
10405
10406         * configure (enable_version_specific_runtime_libs): Implement new flag
10407         --enable-version-specific-runtime-libs which installs C++ runtime stuff
10408         in $(libsubdir); emit definition in each generated Makefile.
10409         (gxx_include_dir): Initialize depending on
10410         $enable_version_specific_runtime_libs.
10411
10412 1998-06-24  Manfred Hollstein  <manfred@s-direktnet.de>
10413
10414         * configure (gcc_version): Initialize properly depending on
10415         how and where configure is started.
10416         (recursion line): Pass a --with-gcc-version=${gcc_version}
10417         to configures in subdirs.
10418
10419 Wed Jun 24 16:01:59 1998  John Metzler  <jmetzler@cygnus.com>
10420
10421         * configure.in (noconfigdirs): Add configure pattern for mips tx39
10422         cygmon
10423
10424 Tue Jun 23 22:42:32 1998  Mark Alexander  <marka@cygnus.com>
10425
10426         * configure.in: Add cygmon and libstub support for mn10200.
10427
10428 1998-06-19  Manfred Hollstein  <manfred@s-direktnet.de>
10429
10430         * configure (gcc_version): Add new variable describing the
10431         particular gcc version we're building.
10432         * Makefile.in (libsubdir): Add new macro for the directory
10433         in which the compiler finds executables, libraries, etc.
10434         (BASE_FLAGS_TO_PASS): Pass down gcc_version, target_alias
10435         and libsubdir.
10436
10437 Fri Jun 19 02:36:59 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
10438
10439         * Makefile.in (local-clean): Remove *.log.
10440         (warning.log): Built with warn_summary from build.log.
10441         (mail-report.log): Run test_summary.
10442         (mail-report-with-warnings.log): Run test_summary including
10443         warning.log in the report.
10444
10445 Thu Jun 18 11:26:03 1998  Robert Lipe  <robertl@dgii.com>
10446
10447         * config.guess: Detection of Pentium II for *-sco-3.2v5*.
10448
10449 Mon Jun 15 14:53:54 1998  Andrew Cagney  <cagney@b1.cygnus.com>
10450
10451         * Makefile.in (grep): Grep no longer depends on libiberty.
10452
10453 Fri Jun 12 14:03:34 1998  Syd Polk  <spolk@cygnus.com>
10454
10455         * Makefile.in: all-snavigator needs all-libgui.
10456
10457 Thu Jun 11 19:43:47 1998  Mark Alexander  <marka@cygnus.com>
10458
10459         * configure.in: Add cygmon and libstub support for mn10300.
10460
10461 Wed Jun 10 11:19:47 1998  Ian Lance Taylor  <ian@cygnus.com>
10462
10463         * missing: Update to version from automake 1.3.
10464
10465         * ltmain.sh: On installation, don't get confused if the same name
10466         appears more than once in the list of library names.
10467
10468 Wed Jun  3 14:51:42 1998  Ian Lance Taylor  <ian@cygnus.com>
10469
10470         * config.sub: Accept m68060 and m5200 as CPU names.
10471
10472 Mon Jun  1 17:25:16 1998  Ian Lance Taylor  <ian@cygnus.com>
10473
10474         * configure: Use && rather than using -a in test, because odd
10475         strings can confuse test.
10476         * configure.in: Likewise.
10477
10478 Thu May 28 19:31:13 1998  Ian Lance Taylor  <ian@cygnus.com>
10479
10480         * ltconfig, ltmain.sh: Bring in Visual C++ support.
10481
10482 Sat May 23 23:44:13 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
10483
10484         * Makefile.in (boostrap2-lean, bootstrap3-lean,
10485         bootstrap4-lean): New targets.
10486
10487 Mon May 11 23:55:56 1998  Jeffrey A Law  (law@cygnus.com)
10488
10489         * mpw-* Delete.  Not used.
10490
10491 Mon May 11 23:11:34 1998  Jeffrey A Law  (law@cygnus.com)
10492
10493         * COPYING.LIB: Update FSF address.
10494
10495 Fri May  8 01:30:20 1998  Ian Lance Taylor  <ian@cygnus.com>
10496
10497         * ltconfig, ltmain.sh: Update to libtool 1.2a.
10498
10499         * Makefile.in (GASB_SUPPORT_DIRS): Remove intl; already included via
10500         GAS_SUPPORT_DIRS.
10501
10502 Thu May  7 17:27:35 1998  Ian Lance Taylor  <ian@cygnus.com>
10503
10504         * ltconfig, ltmain.sh: Avoid producing a version number if
10505         -version-info was not used.
10506
10507 Tue May  5 18:02:24 1998  Ian Lance Taylor  <ian@cygnus.com>
10508
10509         * configure.in: Add --with-newlib to CONFIG_ARGUMENTS if we are
10510         building with newlib.
10511
10512 1998-04-30  Paul Eggert  <eggert@twinsun.com>
10513
10514         * Makefile.in (EXTRA_GCC_FLAGS): Remove backslash at end;
10515         Solaris `make' causes it to continue to next definition.
10516
10517 Tue Apr 28 16:24:24 1998  Jason Molenda  (crash@bugshack.cygnus.com)
10518
10519         * Makefile.in (install-gdbtk): Call this 'install-gdb' so that
10520         the right GUI libraries and files are installed along with GDB.
10521
10522 Tue Apr 28 18:11:24 1998  Ian Lance Taylor  <ian@cygnus.com>
10523
10524         * configure.in: Change alpha to alpha* in several places.
10525
10526 Tue Apr 28 07:42:00 1998  Mark Alexander  <marka@cygnus.com>
10527
10528         * config.sub: Recognize sparc86x.
10529
10530 Tue Apr 28 07:35:02 1998  Michael Meissner  <meissner@cygnus.com>
10531
10532         * configure.in (--enable-target-optspace): Remove debug echo.
10533
10534 Thu Apr 23 21:31:16 1998  Jim Wilson  <wilson@cygnus.com>
10535
10536         * configure: Set CXXFLAGS from CXXFLAGS, not CFLAGS.
10537
10538 Thu Apr 23 12:26:38 1998  Ian Lance Taylor  <ian@cygnus.com>
10539
10540         * ltconfig: Update cygwin32 support.
10541
10542         * Makefile.in (GAS_SUPPORT_DIRS): Add intl.
10543         (BINUTILS_SUPPORT_DIRS, GASB_SUPPORT_DIRS): Likewise.
10544         (GDB_SUPPORT_DIRS): Likewise.
10545
10546 Wed Apr 22 12:30:10 1998  Michael Meissner  <meissner@cygnus.com>
10547
10548         * configure.in (target_makefile_frag): If --enable-target-optspace,
10549         use -Os to compile target libraries rather than -O2.  Default to
10550         using -Os for d10v and m32r if --{enable,disable}-target-optspace is
10551         not used.
10552         * configure.in (target_cflags): Ditto for d30v.
10553
10554 Tue Apr 21 23:06:54 1998  Tom Tromey  <tromey@cygnus.com>
10555
10556         * Makefile.in (all-bfd): Depend on all-intl.
10557         (all-binutils): Likewise.
10558         (all-gas): Likewise.
10559         (all-gprof): Likewise.
10560         (all-ld): Likewise.
10561
10562 1998-04-19  Brendan Kehoe  <brendan@cygnus.com>
10563
10564         * configure.in (host_tools): Fix typo, lbtool -> libtool.
10565
10566 Fri Apr 17 16:20:42 1998  Ian Lance Taylor  <ian@cygnus.com>
10567
10568         * Makefile.in (all-bfd): Depend upon all-libiberty.
10569
10570         * ltconfig, ltmain.sh: Bring in newer cygwin32 support.
10571
10572 Fri Apr 17 12:22:22 1998  Bob Manson  <manson@charmed.cygnus.com>
10573
10574         * Makefile.in: Add libstub.
10575
10576         * configure.in: Ditto. Build libstub for targets that have cygmon
10577         support.
10578
10579 Tue Apr 14 18:01:55 1998  Ian Lance Taylor  <ian@cygnus.com>
10580
10581         * configure.in: Don't set PICFLAG on ix86-cygwin32.
10582
10583 Tue Apr 14 12:24:45 1998  J. Kean Johnston  <jkj@sco.com>
10584
10585         * configure.in: Recognise i[3456]96-*-sysv5* as a valid host, and
10586         use mh-sysv5 if specified.  Support gprof on SCO Open Server.
10587
10588 Tue Apr 14 11:33:51 1998  Krister Walfridsson <cato@df.lth.se>
10589
10590         * configure: Define DEFAULT_M4 by searching PATH.
10591         * Makfile.in: Use DEFAULT_M4.
10592
10593 Mon Apr 13 15:37:24 1998  Ian Lance Taylor  <ian@cygnus.com>
10594
10595         * ltconfig: Add cygwin32 support.
10596
10597         * Makefile.in, configure.in: Add libtool as a native only directory
10598         to configure and build.
10599
10600 Sun Apr 12 20:58:46 1998  Jeffrey A Law  (law@cygnus.com)
10601
10602         * Makefile.in (INSTALL_MODULES): Remove texinfo.
10603
10604 Wed Apr  8 13:18:56 1998  Philippe De Muyter  <phdm@macqel.be>
10605
10606         * Makefile.in (EXTRA_GCC_FLAGS): XFOO lines shortened.
10607
10608 Thu Apr  2 14:48:44 1998  Geoffrey Noer  <noer@cygnus.com>
10609
10610         * Makefile.in: add ash make rules
10611         * configure.in: add ash to native_only and host_tools lists
10612
10613 Thu Mar 26 12:53:20 1998  Tom Tromey  <tromey@cygnus.com>
10614
10615         * Makefile.in (all-gettext, all-intl): New targets.
10616         (ALL_MODULES): Added all-gettext, all-intl.
10617         (CROSS_CHECK_MODULES): Added check-gettext, check-intl.
10618         (INSTALL_MODULES): Added install-gettext, install-intl.
10619         (CLEAN_MODULES): Added clean-gettext, clean-intl.
10620
10621         * configure.in (host_tools): Added gettext.
10622         (native_only): Likewise.
10623         (noconfigdirs) [various cases]: Likewise.
10624         (host_libs): Added intl.
10625
10626 Thu Mar 26 15:00:11 1998  Keith Seitz  <keiths@onions.cygnus.com>
10627
10628         * configure: Do not disable building gdbtk for cygwin32 hosts.
10629
10630 Wed Mar 25 10:04:18 1998  Nick Clifton  <nickc@cygnus.com>
10631
10632         * configure.in: Add thumb-coff target.
10633         * config.sub: Add thumb-coff target.
10634
10635 Wed Mar 25 11:49:12 1998  Jason Molenda  (crash@bugshack.cygnus.com)
10636
10637         * Makefile.in: Revert yesterday's change.
10638         (all-target-winsup):  all-target-librx stays out of here.
10639
10640 Tue Mar 24 16:58:29 1998  Jason Molenda  (crash@bugshack.cygnus.com)
10641
10642         * Makefile.in (TARGET_CONFIGDIRS, ALL_TARGET_MODULES,
10643         CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES,
10644         INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES, all-target-winsup):
10645         Remove references to librx and libg++.
10646
10647 Tue Mar 24 18:28:12 1998  Eric Mumpower  <nocturne@cygnus.com>
10648
10649         * Makefile.in (BASE_FLAGS_TO_PASS): Pass $(lispdir) down to
10650         recursive makes
10651
10652 Tue Mar 24 11:37:45 1998  Ian Lance Taylor  <ian@cygnus.com>
10653
10654         * Makefile.in (CC_FOR_TARGET): Use $(TARGET_SUBDIR) when passing -B
10655         for newlib directory.
10656         (CXX_FOR_TARGET): Likewise.
10657
10658 Mon Mar 23 11:30:21 1998  Jeffrey A Law  (law@cygnus.com)
10659
10660         * ltconfig: Update after libtool/ltconfig.in change for
10661         hpux11.
10662
10663 Fri Mar 20 18:51:43 1998  Ian Lance Taylor  <ian@cygnus.com>
10664
10665         * ltconfig, ltmain.sh: Update to libtool 1.2.
10666
10667 Fri Mar 20 09:32:14 1998  Manfred Hollstein  <manfred@s-direktnet.de>
10668
10669         * Makefile.in (install-gcc): Don't specify LANGUAGES here.
10670         (install-gcc-cross): Instead, override LANGUAGES here.
10671
10672 1998-03-18  Dave Love  <d.love@dl.ac.uk>
10673
10674         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Set CONFIG_SITE to a
10675         non-existent file since /dev/null loses with bash 2.0/autoconf 2.12.
10676
10677 Wed Mar 18 09:24:59 1998  Nick Clifton  <nickc@cygnus.com>
10678
10679         * configure.in: Add Thumb-pe target.
10680
10681 Tue Mar 17 16:59:00 1998  Syd Polk <spolk@cygnus.com>
10682
10683         * Makefile.in - changed sn targets to snavigator
10684         * configure.in - changed sn targets to snavigator
10685
10686 Tue Mar 17 10:33:28 1998  Manfred Hollstein  <manfred@s-direktnet.de>
10687
10688         * config-ml.in: After building symlink tree call make distclean
10689         if a Makefile got linked into ${ml_dir}/${ml_libdir}; this happens
10690         to be the case for libiberty.
10691
10692 Tue Mar 17 10:22:37 1998  H.J. Lu  (hjl@gnu.ai.mit.edu)
10693
10694         * configure: When making link, also check the current
10695         directory. The configure scripts may create one.
10696
10697 Fri Mar  6 01:02:03 1998  Richard Henderson  <rth@cygnus.com>
10698
10699         * config.sub: Accept alphapca56 and alphaev6 properly.
10700
10701 Fri Mar  6 00:14:55 1998  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
10702
10703         * configure.in: Revert 3 Jan change for powerpc-linux-gnulibc1.
10704
10705 Mon Feb 23 15:09:18 1998  Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de
10706
10707         * config.sub (sco5): Fix typo.
10708
10709 Mon Feb 23 14:46:06 1998  Ian Lance Taylor  <ian@cygnus.com>
10710
10711         * Makefile.in (INSTALL_MODULES): Move install-tcl before
10712         install-itcl.
10713         (install-itcl): Remove dependency on install-tcl.
10714
10715 Mon Feb 23 09:53:28 1998  Mark Alexander  <marka@cygnus.com>
10716
10717         * configure.in: Remove libgloss from noconfigdirs for MN10300.
10718
10719 Thu Feb 19 13:40:41 1998  Ian Lance Taylor  <ian@cygnus.com>
10720
10721         * configure.in: Don't build libgui for a cygwin32 target when not on
10722         a cygwin32 host.
10723
10724 Wed Feb 18 12:29:00 1998  Jason Molenda  (crash@bugshack.cygnus.com)
10725
10726         * configure (redirect): Set to null, so default behavior of
10727         configure is now --verbose.
10728
10729 1998-02-16  Dave Love  <d.love@dl.ac.uk>
10730
10731         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Run configure with
10732         CONFIG_SITE=/dev/null to forestall lossage with site configuration.
10733
10734 Mon Feb 16 12:23:53 1998  Manfred Hollstein  <Manfred.Hollstein@ks.sel.alcatel.de>
10735
10736         * Makefile.in (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS): Really add
10737         this change to sync Makefile.in with its ChangeLog entries.
10738
10739 Thu Feb 12 15:03:08 1998  H.J. Lu  <hjl@gnu.org>
10740
10741         * ltmain.sh (mkdir): Check that the directory doesn't exist
10742         before we exit with error, so that we don't get races during
10743         parallel builds.
10744
10745 Sat Feb  7 15:19:18 1998  Ian Lance Taylor  <ian@cygnus.com>
10746
10747         * ltconfig, ltmain.sh: Update from libtool 1.0i.
10748
10749 Fri Feb  6 01:33:52 1998  Manfred Hollstein  <manfred@s-direktnet.de>
10750
10751         * Makefile.in (BASE_FLAGS_TO_PASS): Don't pass PICFLAG and
10752         PICFLAG_FOR_TARGET.
10753         (EXTRA_TARGET_FLAGS): Don't pass PICFLAG_FOR_TARGET.
10754
10755         * configure: Emit a definition for the new macro enable_shared
10756         into each Makefile.
10757
10758 Thu Feb  5 17:01:12 1998  Jason Molenda  (crash@bugshack.cygnus.com)
10759
10760         * configure.in (host_tools, native_only): Add libtool.
10761
10762 Wed Feb  4 16:53:58 1998  Geoffrey Noer  <noer@cygnus.com>
10763
10764         * configure.in: add target-gperf to noconfigdirs for Cygwin32.
10765         Fix typo in ming config comment.
10766
10767 Wed Feb  4 18:56:13 1998  Ian Lance Taylor  <ian@cygnus.com>
10768
10769         * ltconfig, ltmain.sh: Update from libtool 1.0h.
10770
10771 Mon Feb  2 19:38:19 1998  Ian Lance Taylor  <ian@cygnus.com>
10772
10773         * config.sub: Add tic30 cases, and map c30 to tic30.
10774
10775 Sun Feb  1 02:40:41 1998  Richard Henderson  <rth@cygnus.com>
10776
10777         * Makefile.in (TARGET_CONFIGDIRS): Add libf2c.
10778         (ALL_TARGET_MODULES, CONFIGURE_TARGET_MODULES): Similarly
10779         (CHECK_TARGET_MODULES, INSTALL_TARGET_MODULES): Similarly
10780         (CLEAN_TARGET_MODULES): Similarly
10781         (all-target-libf2c): Add dependences.
10782         * configure.in (target_libs): Add libf2c.
10783
10784 Fri Jan 30 17:18:32 1998  Geoffrey Noer  <noer@cygnus.com>
10785
10786         * configure.in: Remove expect from noconfigdirs when target
10787         is cygwin32.  OK to build expect and dejagnu with Canadian
10788         Cross.
10789
10790 Wed Jan 28 12:58:49 1998  Ian Lance Taylor  <ian@cygnus.com>
10791
10792         * configure.in: Do build expect, dejagnu, and cvssrc for a cygwin32
10793         host.
10794
10795         * config.guess: Use ${UNAME_MACHINE} rather than i386 for cygwin32
10796         and mingw32.
10797
10798 Wed Jan 28 10:26:37 1998  Manfred Hollstein  <manfred@s-direktnet.de>
10799
10800         * Makefile.in (BASE_FLAGS_TO_PASS): Remove passing $(local_prefix)
10801         here as it is not defined in the toplevel Makefile.
10802
10803 Tue Jan 27 23:25:06 1998  Manfred Hollstein  <manfred@s-direktnet.de>
10804
10805         * configure (package_makefile_rules_frag): New variable, which names
10806         a file with generic rules, ...
10807         Change comment to mention we now have FIVE parts.
10808         * configure: Undo last change.
10809
10810 Tue Jan 27 23:15:55 1998  Lassi A. Tuura  <lat@iki.fi>
10811
10812         * config.guess: More accurate determination of HP processor types.
10813         * config.sub: More accurate determination of HP processor types.
10814
10815 Sat Jan 24 01:59:45 1998  Manfred Hollstein  <manfred@s-direktnet.de>
10816
10817         * configure (package_makefile_frag): Move inserting the
10818         ${package_makefile_frag} to where it should be according
10819         to the comment.
10820
10821 Fri Jan 23 00:29:28 1998  Philip Blundell  <pb@nexus.co.uk>
10822
10823         * config.guess: Add support for Linux/ARM.
10824
10825 Thu Jan 22 15:14:01 1998  Fred Fish  <fnf@cygnus.com>
10826
10827         * .cvsignore: Remove *-info and *-install since they match
10828         release-info and mpw-install, which we don't want to just ignore.
10829
10830 Thu Jan 22 01:38:33 1998  Richard Henderson  <rth@cygnus.com>
10831
10832         * configure.in: Revert 3 Jan change for alpha-linux-gnulibc1.
10833
10834 Sat Jan 17 21:28:08 1998  Pieter Nagel <pnagel@epiuse.co.za>
10835
10836         * Makefile.in (FLAGS_TO_PASS): Pass down gcc_include_dir and
10837         local_prefix to sub-make invocations.
10838
10839 Sat Jan 17 21:04:59 1998 H.J. Lu  (hjl@gnu.org)
10840
10841         * configure.in: Check makefile fragments in the source
10842         directory.
10843
10844 Fri Jan 16 00:41:37 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
10845
10846         * configure.in: Check whether host and target makefile
10847         fragments exist before adding them to *_makefile_frag.
10848
10849 Wed Jan 14 23:39:10 1998  Bob Manson  <manson@charmed.cygnus.com>
10850
10851         * configure.in (target_configdirs): Add cygmon for sparc64-elf.
10852
10853 Wed Jan 14 12:48:07 1998  Keith Seitz  <keiths@pizza.cygnus.com>
10854
10855         * configure.in: Make sure we only replace RPATH_ENVVAR on
10856         lines which begin with RPATH_ENVVAR, i.e. add "^" to the
10857         regexp to sed.
10858
10859         * Makefile.in (BASE_FLAGS_TO_PASS): Pass RRPATH_ENVVAR down
10860         to sub-makes.
10861
10862 1998-01-13  Lee Iverson   (leei@ai.sri.com)
10863
10864         * config-ml.in (multi-do): LDFLAGS must include multilib
10865         designator.
10866
10867 Tue Jan 13 01:13:24 1998   Robert Lipe (robertl@dgii.com)
10868
10869         * config.guess: Recognize i[3456]-i586-UnixWare7-sysv5.
10870
10871 Sun Jan  4 01:06:55 1998  Mumit Khan  <khan@xraylith.wisc.edu>
10872
10873         * config.sub: Add mingw32 support.
10874         * configure.in: Likewise.
10875
10876 Sat Jan  3 12:11:05 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
10877
10878         * configure.in: Finalize support for {alpha|powerpc}*-*-linux-gnulibc1
10879
10880 Sun Dec 28 11:28:58 1997  Jeffrey A Law  (law@cygnus.com)
10881
10882         * Makefile.in (INSTALL_TARGET): Do install-gcc first.
10883         * configure (gxx_include_dir): Provide a definition for subdirs
10884         which do not use autoconf.
10885
10886 Wed Dec 24 22:46:55 1997  Jeffrey A Law  (law@cygnus.com)
10887
10888         * config.guess: Sync with egcs.  Picks up new alpha support,
10889         BeOS & some additional linux support.
10890
10891 Tue Dec 23 12:44:24 1997  Jeffrey A Law  (law@cygnus.com)
10892
10893         * config.guess: HP 9000/803 is a PA1.1 machine.
10894
10895 Mon Dec 22 02:39:24 1997  Richard Henderson  <rth@cygnus.com>
10896
10897         * configure.in: It's alpha*-...
10898
10899 Sun Dec 21 16:53:12 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
10900
10901         * configure.in (host_makefile_frag, target_makefile_frag):
10902         Handle multiple config files.
10903         (alpha-*-linux*): Treat alpha-*-linux* as alpha-*-linux* and
10904         alpha-*-*.
10905
10906 Thu Dec 18 13:13:03 1997  Doug Evans  <devans@canuck.cygnus.com>
10907
10908         * mkdep: New file.
10909
10910 Wed Dec 17 09:53:02 1997  Michael Meissner  <meissner@cygnus.com>
10911
10912         * configure.in (d30v-*-*): Allow configuring of libide, vmake, etc.
10913
10914 Tue Dec 16 17:36:05 1997  Ian Lance Taylor  <ian@cygnus.com>
10915
10916         * Makefile.in: Add libgui directory.
10917         (GDB_TK): Add all-libgui.
10918         * configure.in: Add libgui directory.
10919         * configure: Add all-libgui to GDB_TK.
10920
10921 Mon Dec 15 16:12:28 1997  Nick Clifton  <nickc@cygnus.com>
10922
10923         * config-ml.in (multidirs): Add m32r to multilib list.
10924
10925 Fri Dec 12 10:43:31 1997  Brendan Kehoe  <brendan@canuck.cygnus.com>
10926
10927         * Makefile.in (all-target-gperf): Change dependency to
10928         all-target-libstdc++.
10929
10930 Thu Dec 11 23:30:51 1997  Fred Fish  <fnf@ninemoons.com>
10931
10932         * config.guess: Add BeOS support.
10933
10934 Wed Dec 10 15:10:38 1997  Ian Lance Taylor  <ian@cygnus.com>
10935
10936         Source directory cvs renamed to cvssrc:
10937         * configure.in (host_tools): Change cvs to cvssrc.
10938         (native_only): Likewise.
10939         (noconfigdirs) [various cases]: Likewise.
10940         * Makefile.in (ALL_MODULES): Change all-cvs to all-cvssrc.
10941         (CROSS_CHECK_MODULES): Change check-cvs to check-cvssrc.
10942         (INSTALL_MODULES): Change install-cvs to install-cvssrc.
10943         (CLEAN_MODULES): Change clean-cvs to clean-cvssrc.
10944         (all-cvssrc): Rename target from all-cvs.
10945
10946 Wed Dec  3 07:55:59 1997  Jeffrey A Law  (law@cygnus.com)
10947
10948         * configure (gxx_include_dir): Fix thinko.
10949
10950 Tue Dec  2 10:55:34 1997  Jeffrey A Law  (law@cygnus.com)
10951
10952         * Makefile.in (INSTALL_TARGET_CROSS): Define.
10953         (install-cross, install-gcc-cross): New targets.
10954
10955 Tue Dec  2 10:08:31 1997  Nick Clifton  <nickc@cygnus.com>
10956
10957         * configure.in (noconfigdirs): Add support for Thumb target.
10958
10959         * config.sub (maybe_os): Add support for Thumb target.
10960
10961 Sun Nov 30 16:12:27 1997  Bob Manson  <manson@charmed.cygnus.com>
10962
10963         * Makefile.in: Add rules for cygmon.
10964
10965         * configure.in: Build cygmon for sparc-elf and sparclite-aout.
10966
10967 Thu Nov 27 01:31:30 1997  Jeffrey A Law  (law@cygnus.com)
10968
10969         * Makefile.in (INSTALL_TARGET): Do install-gcc first.
10970         * configure (gxx_include_dir): Provide a definition for subdirs
10971         which do not use autoconf.
10972
10973 Wed Nov 26 11:53:33 1997  Keith Seitz  <keiths@onions.cygnus.com>
10974
10975         * Makefile.in, configure, configure.in, ChangeLog: merge with foundry's
10976         11/18/97 build
10977
10978 Wed Nov 26 16:08:50 1997  Jeffrey A Law  (law@cygnus.com)
10979
10980         * From Franz Sirl.
10981         * config.guess (powerpc*-*-linux): Handle glibc2 beta release
10982         found on RedHat Linux systems.
10983
10984 Fri Nov 21 09:51:01 1997  Jeffrey A Law  (law@cygnus.com)
10985
10986         * config.guess (alpha stuff): Merge with FSF to avoid incorrect
10987         guesses.
10988
10989 Thu Nov 13 11:38:37 1997  Jeffrey A Law  (law@cygnus.com)
10990
10991         * configure.in (i[3456]86-ncr-sysv4.3*): Tweak.
10992
10993 Mon Nov 10 15:23:21 1997  H.J. Lu  <hjl@gnu.ai.mit.edu>
10994
10995         * ltmain.sh: If mkdir fails, check whether the directory was created
10996         anyhow by some other process.
10997
10998 Mon Nov 10 14:38:03 1997  Michael Meissner  <meissner@cygnus.com>
10999
11000         * configure.in (d30v-*-*): Configure all directories.
11001
11002 Sun Nov  9 17:36:20 1997  Michael Meissner  <meissner@cygnus.com>
11003
11004         * configure.in (d30v-*-*): Configure newlib, libiberty directories
11005         for the D30V.
11006
11007 Sat Nov  8 14:42:59 1997  Michael Meissner  <meissner@cygnus.com>
11008
11009         * configure.in (d30v-*-*): Configure target-libgloss on the D30V.
11010
11011 Fri Nov  7 10:34:09 1997  Rob Savoye  <rob@darkstar.cygnus.com>
11012
11013         * include/libiberty.h: Add extern "C" { so it can be used with C++
11014         progrms.
11015         * include/remote-sim.h:  Add extern "C" { so it can be used with C++
11016         programs.
11017
11018 Thu Oct 30 11:09:29 1997  Michael Meissner  <meissner@cygnus.com>
11019
11020         * configure.in (d30v-*-*): Configure GCC now.
11021
11022 Mon Oct 27 13:17:24 1997  Stan Shebs  <shebs@andros.cygnus.com>
11023
11024         * configure.in: Remove a "second pass" of tweaking noconfigdirs,
11025         is no longer needed.
11026
11027 Mon Oct 27 12:03:53 1997  Jason Merrill  <jason@yorick.cygnus.com>
11028
11029         * Makefile.in: check-target-libio depends on all-target-libstdc++.
11030
11031 Sun Oct 26 11:48:27 1997  Manfred Hollstein  (manfred@s-direktnet.de)
11032
11033         * Makefile.in (bootstrap-lean): Combined with `normal' bootstrap
11034         targets using "$@" to provide support for similar but not identical
11035         targets without having to duplicate code.
11036
11037 Mon Oct 20 15:28:49 1997  Klaus K"ampf  <kkaempf@progis.de>
11038
11039         * makefile.vms: Fix to work with DEC C.
11040
11041 Tue Oct  7 23:58:57 1997  Gavin Koch  <gavin@cygnus.com>
11042
11043         * config.sub: Add mips-tx39-elf to marketing names.
11044
11045 Tue Oct  7 14:24:41 1997  Ian Lance Taylor  <ian@cygnus.com>
11046
11047         * ltmain.sh: Handle symlinks in generated script.
11048
11049 Wed Oct  1 13:11:27 1997  Ian Lance Taylor  <ian@cygnus.com>
11050
11051         * configure: Handle autoconf style directory options: --bindir,
11052         --datadir, --includedir, --infodir, --libdir, --libexecdir,
11053         --mandir, --oldincludedir, --sbindir, --sharedstatedir,
11054         --sysconfdir.
11055         * Makefile.in (sbindir, libexecdir, sysconfdir): New variables.
11056         (sharedstatedir, localstatedir, oldincludedir): New variables.
11057         (BASE_FLAGS_TO_PASS): Pass down bindir, datadir, includedir,
11058         infodir, libdir, libexecdir, localstatedir, mandir, oldincludedir,
11059         sbindir, sharedstatedir, and sysconfdir.
11060
11061 Mon Sep 29 00:38:08 1997 Aaron Jackson <jackson@negril.msrce.howard.edu>
11062
11063         * Makefile.in (bootstrap-lean): New target.
11064
11065 Wed Sep 24 18:06:27 1997  Stu Grossman  <grossman@babylon-5.cygnus.com>
11066
11067         * configure.in (d30v):  Remove tcl, tk, expect, gdb, itcl, tix, db,
11068         sn, and gnuserv from noconfigdirs.
11069
11070 Wed Sep 24 15:18:32 1997  Ian Lance Taylor  <ian@cygnus.com>
11071
11072         * ltmain.sh: Tweak shell pattern to avoid bug in NetBSD /bin/sh.
11073
11074 Thu Sep 18 23:58:27 1997  Jeffrey A Law  (law@cygnus.com)
11075
11076         * Makefile.in (cross): New target.
11077
11078 Thu Sep 18 21:43:23 1997  Alexandre Oliva  <oliva@dcc.unicamp.br>
11079                           Jeff Law         <law@cygnus.com>
11080
11081         * Makefile.in (bootstrap2, bootstrap3): New targets.
11082         (all-bootstrap): Remove outdated and confusing target.
11083         (bootstrap, bootstrap2, bootstrap3): Don't pass BOOT_CFLAGS down.
11084
11085 Thu Sep 18 15:37:42 1997  Andrew Cagney  <cagney@b1.cygnus.com>
11086
11087         * configure (tooldir): enable_gdbtk=YES for cygwin32, NO for
11088         windows.  Consistent with gdb/configure.
11089
11090 1997-09-15 02:37  Ulrich Drepper  <drepper@cygnus.com>
11091
11092         * configure.in: Name Linux target fragment.
11093
11094         * configure: Rewrite so that project Makefile fragment is inserted
11095         first and appears last in the resulting Makefile.
11096
11097 Tue Sep 16 09:55:07 1997  Andrew Cagney  <cagney@b1.cygnus.com>
11098
11099         * Makefile.in (install-itcl): Install tcl first.
11100
11101 Fri Sep 12 16:19:20 1997  Geoffrey Noer  <noer@cygnus.com>
11102
11103         * configure.in: remove bison from noconfigdirs for Cygwin32 host
11104
11105 Thu Sep 11 16:40:46 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
11106
11107         * Makefile.in (local-distclean): Also remove mh-frag mt-frag.
11108
11109         * configure.in (skipdirs): Add target-librx for Linux.
11110         (alpha-*-linux*): Use config/mh-elfalphapic and config/mt-elfalphapic.
11111
11112 Wed Sep 10 21:29:54 1997  Jeffrey A Law  (law@cygnus.com)
11113
11114         * Makefile.in (bootstrap): New target.
11115
11116 Wed Sep 10 15:19:22 1997  Jeffrey A Law  (law@cygnus.com)
11117
11118         * config.sub: Accept 'amigados' for backward compatibility.
11119
11120 Mon Sep  8 20:46:20 1997  Ian Lance Taylor  <ian@cygnus.com>
11121
11122         * config.guess: Merge with FSF.
11123
11124 Sun Sep  7 23:18:32 1997  Fred Fish  <fnf@ninemoons.com>
11125
11126         * config.sub: Change 'amigados' to 'amigaos' to match current usage.
11127
11128 Sun Sep  7 15:55:28 1997  Gavin Koch  <gavin@cygnus.com>
11129
11130         * config.sub: Add "marketing-names" patch.
11131
11132 Fri Sep  5 16:11:28 1997  Joel Sherrill  (joel@OARcorp.com)
11133
11134         * configure.in (*-*-rtems*): Do not build libgloss for rtems.
11135
11136 Fri Sep  5 12:27:17 1997  Jeffrey A Law  (law@cygnus.com)
11137
11138         * config.sub: Handle v850-elf.
11139
11140 Wed Sep  3 22:01:58 1997  Fred Fish  <fnf@ninemoons.com>
11141
11142         * .cvsignore (*-install): Remove.
11143
11144 Wed Sep  3 12:15:24 1997  Chris Provenzano  <proven@cygnus.com>
11145
11146         * ltconfig: Set CONFIG_SHELL in libtool.
11147         * ltmain.sh: Use CONFIG_SHELL instead of /bin/sh
11148
11149 Mon Sep  1 16:45:44 1997  Jim Wilson  <wilson@cygnus.com>
11150
11151         * configure.in (target_subdir): Set to libraries if enable_multilib.
11152
11153 Wed Aug 27 16:15:11 1997  Jim Wilson  <wilson@cygnus.com>
11154
11155         * config.guess: Update from gcc directory.
11156
11157 Tue Aug 26 16:46:46 1997  Andrew Cagney  <cagney@b1.cygnus.com>
11158
11159         * Makefile.in (all-sim): Depends on all-readline.
11160
11161 Wed Aug 20 19:57:37 1997  Jason Merrill  <jason@yorick.cygnus.com>
11162
11163         * Makefile.in (BISON, YACC): Use $$s.
11164         (all-bison): Depend on all-texinfo.
11165
11166 Tue Aug 19 01:41:32 1997  Jason Merrill  <jason@yorick.cygnus.com>
11167
11168         * Makefile.in (BISON): Add -L flag.
11169         (YACC): Likewise.
11170
11171 Mon Aug 18 11:30:50 1997  Nick Clifton  <nickc@cygnus.com>
11172
11173         * configure.in (noconfigdirs): Add support for v850e target.
11174
11175         * config.sub (maybe_os): Add support for v850e target.
11176
11177 Mon Aug 18 11:30:50 1997  Nick Clifton  <nickc@cygnus.com>
11178
11179         * configure.in (noconfigdirs): Add support for v850ea target.
11180
11181         * config.sub (maybe_os): Add support for v850ea target.
11182
11183 Mon Aug 18 09:24:06 1997  Gavin Koch  <gavin@cygnus.com>
11184
11185         * config.sub: Add mipstx39.  Delete r3900.
11186
11187 Mon Aug 18 17:20:10 1997  Jason Molenda  (crash@godzilla.cygnus.co.jp)
11188
11189         * Makefile.in (all-autoconf): Depends on all-texinfo.
11190
11191 Fri Aug 15 23:09:26 1997  Michael Meissner  <meissner@cygnus.com>
11192
11193         * config-ml.in ({powerpc,rs6000}*-*-*): Update to current AIX and
11194         eabi targets.
11195
11196 Thu Aug 14 14:42:17 1997  Ian Lance Taylor  <ian@cygnus.com>
11197
11198         * configure: Get CFLAGS and CXXFLAGS from Makefile, if possible.
11199
11200         * configure: When handling a Canadian Cross, handle YACC as well as
11201         BISON.  Just set BISON to bison.  When setting YACC, prefer bison.
11202         * Makefile.in (all-bison): Depend upon all-texinfo.
11203
11204 Tue Aug 12 20:09:48 1997  Jason Merrill  <jason@yorick.cygnus.com>
11205
11206         * Makefile.in (BISON): bison, not byacc or bison -y.
11207         (YACC): bison -y or byacc or yacc.
11208         (various): Add *-bison as appropriate.
11209         (taz): No need to mess with BISON anymore.
11210
11211 Tue Aug 12 22:33:08 1997  Ian Lance Taylor  <ian@cygnus.com>
11212
11213         * configure: If OSTYPE matches *win32*, try to find a good value for
11214         CONFIG_SHELL.
11215
11216 Sun Aug 10 14:41:11 1997  Ian Lance Taylor  <ian@cygnus.com>
11217
11218         * Makefile.in (taz): Get the version number from AM_INIT_AUTOMAKE in
11219         configure.in if it is present.
11220
11221 Sat Aug  9 00:58:01 1997  Ian Lance Taylor  <ian@cygnus.com>
11222
11223         * Makefile.in (LD_FOR_TARGET): Change ld.new to ld-new.
11224
11225 Fri Aug  8 16:30:13 1997  Doug Evans  <dje@canuck.cygnus.com>
11226
11227         * config.sub: Recognize `arc' cpu.
11228         * configure.in: Likewise.
11229         * config-ml.in: Likewise.
11230
11231 Thu Aug  7 11:02:34 1997  Ian Lance Taylor  <ian@cygnus.com>
11232
11233         * Makefile.in ($(INSTALL_X11_MODULES)): Depend upon installdirs.
11234
11235 Wed Aug  6 16:27:29 1997  Chris Provenzano  <proven@cygnus.com>
11236
11237         * configure: Changed sed delimiter from ':' to '|' when
11238         attempting to substitute ${config_shell} for SHELL. On
11239         NT ${config_shell} may contain a ':' in it.
11240
11241 Wed Aug  6 12:29:05 1997  Jason Merrill  <jason@yorick.cygnus.com>
11242
11243         * Makefile.in (EXTRA_GCC_FLAGS): Fix for non-bash shells.
11244
11245 Wed Aug  6 00:42:35 1997  Ian Lance Taylor  <ian@cygnus.com>
11246
11247         * Makefile.in (AS_FOR_TARGET): Change as.new to as-new.
11248
11249 Tue Aug  5 14:08:51 1997  Ian Lance Taylor  <ian@cygnus.com>
11250
11251         * Makefile.in (NM_FOR_TARGET): Change nm.new to nm-new.
11252
11253         * ylwrap: If the program is a relative path, force it to be
11254         absolute.
11255
11256 Tue Aug  5 12:12:44 1997  Andrew Cagney  <cagney@b1.cygnus.com>
11257
11258         * configure (tooldir): Set BISON to `bison -y' and not just bison.
11259
11260 Mon Aug  4 22:59:02 1997  Andrew Cagney  <cagney@b1.cygnus.com>
11261
11262         * Makefile.in (CC_FOR_TARGET): When winsup/Makefile present,
11263         correctly specify the target build directory $(TARGET_SUBDIR)/winsup
11264         for libraries.
11265
11266 Mon Aug  4 12:40:24 1997  Jason Merrill  <jason@yorick.cygnus.com>
11267
11268         * Makefile.in (EXTRA_GCC_FLAGS): Fix handling of macros with values
11269         separated by spaces.
11270
11271 Thu Jul 31 19:49:49 1997  Ian Lance Taylor  <ian@cygnus.com>
11272
11273         * ylwrap: New file.
11274         * Makefile.in (DEVO_SUPPORT): Add ylwrap.
11275
11276         * ltmain.sh: Handle /bin/sh at start of install program.
11277
11278         * Makefile.in (DEVO_SUPPORT): Add ltconfig, ltmain.sh, and missing.
11279
11280         * ltconfig, ltmain.sh: New files, from libtool 1.0.
11281         * missing: New file, from automake 1.2.
11282
11283 Thu Jul 24 12:57:56 1997  Ian Lance Taylor  <ian@cygnus.com>
11284
11285         * Makefile.in: Treat tix like tk, putting it in X11_MODULES.  Add
11286         check-tk to CHECK_X11_MODULES.
11287
11288 Wed Jul 23 17:03:29 1997  Ian Lance Taylor  <ian@cygnus.com>
11289
11290         * config.sub: Merge with FSF.
11291
11292 Tue Jul 22 19:08:29 1997  Ian Lance Taylor  <ian@cygnus.com>
11293
11294         * config.guess: Merge with FSF.
11295
11296 Tue Jul 22 14:50:42 1997  Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
11297
11298         * configure: Treat msdosdjgpp like go32.
11299         * configure.in: Likewise.  Don't remove gprof for go32.
11300
11301         * configure: Change Makefile.tem2 to Makefile.tm2.
11302
11303 Mon Jul 21 10:31:26 1997  Stephen Peters  <speters@cygnus.com>
11304
11305         * configure.in (noconfigdirs): For alpha-dec-osf*, don't ignore grep.
11306
11307 Tue Jul 15 14:33:03 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
11308
11309         * install-sh (chmodcmd): Set to null if the DST directory already
11310         exists.  Same as Nov 11th change.
11311
11312 Mon Jul 14 11:01:15 1997  Martin M. Hunt  <hunt@cygnus.com>
11313
11314         * configure (GDB_TK): Needs itcl and tix.
11315
11316 Mon Jul 14 00:32:10 1997  Jason Merrill  <jason@yorick.cygnus.com>
11317
11318         * config.guess: Update from FSF.
11319
11320 Fri Jul 11 11:57:11 1997  Martin M. Hunt  <hunt@cygnus.com>
11321
11322         * Makefile.in (GDB_TK): Depend on itcl and tix.
11323
11324 Fri Jul  4 13:25:31 1997  Ian Lance Taylor  <ian@cygnus.com>
11325
11326         * Makefile.in (INSTALL_PROGRAM_ARGS): New variable.
11327         (INSTALL_PROGRAM): Use $(INSTALL_PROGRAM_ARGS).
11328         (INSTALL_SCRIPT): New variable.
11329         (BASE_FLAGS_TO_PASS): Pass down INSTALL_SCRIPT.
11330         * configure.in: If host is *-*-cygwin32*, set INSTALL_PROGRAM_ARGS
11331         to -x.
11332         * install-sh: Add support for -x option.
11333
11334 Mon Jun 30 15:51:30 1997  Ian Lance Taylor  <ian@cygnus.com>
11335
11336         * configure.in, Makefile.in: Treat tix like itcl.
11337
11338 Thu Jun 26 13:59:19 1997  Ian Lance Taylor  <ian@cygnus.com>
11339
11340         * Makefile.in (WINDRES): New variable.
11341         (WINDRES_FOR_TARGET): New variable.
11342         (BASE_FLAGS_TO_PASS): Add WINDRES_FOR_TARGET.
11343         (EXTRA_HOST_FLAGS): Add WINDRES.
11344         (EXTRA_TARGET_FLAGS): Add WINDRES.
11345         (EXTRA_GCC_FLAGS): Add WINDRES.
11346         ($(DO_X)): Pass down WINDRES.
11347         ($(CONFIGURE_TARGET_MODULES)): Set WINDRES when configuring.
11348         * configure: Treat WINDRES like DLLTOOL, and WINDRES_FOR_TARGET like
11349         DLLTOOL_FOR_TARGET.
11350
11351 Wed Jun 25 15:01:26 1997  Felix Lee  <flee@cygnus.com>
11352
11353         * configure.in: configure sim before gdb for win32-x-ppc
11354
11355 Wed Jun 25 12:18:54 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
11356
11357         Move gperf into the toplevel, from libg++.
11358         * configure.in (target_tools): Add target-gperf.
11359         (native_only): Add target-gperf.
11360         * Makefile.in (all-target-gperf): New target, depend on
11361         all-target-libg++.
11362         (configure-target-gperf): Empty rule.
11363         (ALL_TARGET_MODULES): Add all-target-gperf.
11364         (CONFIGURE_TARGET_MODULES): Add configure-target-gperf.
11365         (CHECK_TARGET_MODULES): Add check-target-gperf.
11366         (INSTALL_TARGET_MODULES): Add install-target-gperf.
11367         (CLEAN_TARGET_MODULES): Add clean-target-gperf.
11368
11369 Mon Jun 23 10:51:53 1997  Jeffrey A Law  (law@cygnus.com)
11370
11371         * config.sub (mn10200): Recognize new basic machine.
11372
11373 Thu Jun 19 14:16:42 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
11374
11375         * configure.in: Don't set ENABLE_MULTILIB, so we'll be passing
11376         --enable-multilib down to subdirs; setting TARGET_SUBDIR was enough.
11377
11378 Tue Jun 17 15:31:20 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
11379
11380         * configure.in: If we're building mips-sgi-irix6* native, turn on
11381         ENABLE_MULTILIB and set TARGET_SUBDIR.
11382
11383 Tue Jun 17 12:20:59 1997  Tom Tromey  <tromey@cygnus.com>
11384
11385         * Makefile.in (all-sn): Depend on all-grep.
11386
11387 Mon Jun 16 11:11:10 1997  Ian Lance Taylor  <ian@cygnus.com>
11388
11389         * configure.in: Use mh-ppcpic and mt-ppcpic for powerpc*-* targets.
11390
11391         * configure: Set CFLAGS and CXXFLAGS, and substitute them into
11392         Makefile.  From Jeff Makey <jeff@cts.com>.
11393         * Makefile.in: Add comment for CFLAGS and CXXFLAGS.
11394
11395         * Makefile.in (DISTBISONFILES): Remove.
11396         (taz): Don't futz with DISTBISONFILES.  Change BISON to use
11397         $(DEFAULT_YACC).
11398
11399         * configure.in: Build itl, db, sn, etc., when building for native
11400         cygwin32.
11401
11402         * Makefile.in (LD): New variable.
11403         (EXTRA_HOST_FLAGS): Pass down LD.
11404         ($(DO_X)): Likewise.
11405
11406 Mon Jun 16 11:10:35 1997  Philip Blundell  <Philip.Blundell@pobox.com>
11407
11408         * Makefile.in (INSTALL): Use $(SHELL) when executing install-sh.
11409
11410 Fri Jun 13 10:22:56 1997  Bob Manson  <manson@charmed.cygnus.com>
11411
11412         * configure.in (targargs): Strip out any supplied --build argument
11413         before adding our own. Always add --build.
11414
11415 Thu Jun 12 21:12:28 1997  Bob Manson  <manson@charmed.cygnus.com>
11416
11417         * configure.in (targargs): Pass --build if we're doing
11418         a cross-compile.
11419
11420 Fri Jun  6 21:38:40 1997  Rob Savoye  <rob@chinadoll.cygnus.com>
11421
11422         * configure: Use '|' instead of ":" as the separator in
11423         sed. Otherwise sed chokes on NT path names with drive
11424         designators. Also look for "?:*" as the leading characters in an
11425         absolute pathname.
11426
11427 Mon Jun  2 13:05:20 1997  Gavin Koch  <gavin@cygnus.com>
11428
11429         * config.sub: Support for r3900.
11430
11431 Wed May 21 17:33:31 1997  Ian Lance Taylor  <ian@cygnus.com>
11432
11433         * configure.in: Use install-sh, not install.sh.
11434
11435 Wed May 14 16:06:51 1997  Ian Lance Taylor  <ian@cygnus.com>
11436
11437         * Makefile.in (taz): Improve check for BISON so it doesn't try to
11438         apply it twice.
11439
11440 Fri May  9 17:22:05 1997  Ian Lance Taylor  <ian@cygnus.com>
11441
11442         * Makefile.in (INSTALL_MODULES): Put install-opcodes before
11443         install-binutils.
11444
11445 Thu May  8 17:29:50 1997  Ian Lance Taylor  <ian@cygnus.com>
11446
11447         * Makefile.in: Add automake targets.
11448         * configure.in (host_tools): Add automake.
11449
11450 Tue May  6 15:49:52 1997  Ian Lance Taylor  <ian@cygnus.com>
11451
11452         * configure: Default CXX to c++, not gcc.
11453         * Makefile.in (CXX): Set to c++, not gcc.
11454         (CXX_FOR_TARGET): When cross, transform c++, not gcc.
11455
11456 Thu May  1 10:11:43 1997  Geoffrey Noer  <noer@cygnus.com>
11457
11458         * install-sh: try appending a .exe if source file doesn't
11459         exist
11460
11461 Wed Apr 30 12:05:36 1997  Jason Merrill  <jason@yorick.cygnus.com>
11462
11463         * configure.in: Turn on multilib by default.
11464         (cross_only): Remove target-libiberty.
11465
11466         * Makefile.in (all-gcc): Don't depend on libiberty.
11467
11468 Mon Apr 28 18:39:45 1997  Michael Snyder  <msnyder@cleaver.cygnus.com>
11469
11470         * config.guess: improve algorithm for recognizing Gnu Hurd x86.
11471
11472 Thu Apr 24 19:30:07 1997  Ian Lance Taylor  <ian@cygnus.com>
11473
11474         * Makefile.in (DEVO_SUPPORT): Add mpw-install.
11475         (DISTBISONFILES): Add ld/Makefile.in
11476
11477 Tue Apr 22 17:17:28 1997  Geoffrey Noer  <noer@pizza.cygnus.com>
11478
11479         * configure.in: if target is cygwin32 but host isn't cygwin32,
11480         don't configure gdb tcl tk expect, not just gdb.
11481
11482 Mon Apr 21 13:33:39 1997  Tom Tromey  <tromey@cygnus.com>
11483
11484         * configure.in: Added gnuserv everywhere sn appears.
11485
11486         * Makefile.in (ALL_MODULES): Added all-gnuserv.
11487         (CROSS_CHECK_MODULES): Added check-gnuserv.
11488         (INSTALL_MODULES): Added install-gnuserv.
11489         (CLEAN_MODULES): Added clean-gnuserv.
11490         (all-gnuserv): New target.
11491
11492 Thu Apr 17 13:57:06 1997  Per Fogelstrom  <pefo@openbsd.org>
11493
11494         * config.guess: Fixes for MIPS OpenBSD systems.
11495
11496 Tue Apr 15 12:21:07 1997  Ian Lance Taylor  <ian@cygnus.com>
11497
11498         * Makefile.in (INSTALL_XFORM): Remove.
11499         (BASE_FLAGS_TO_PASS): Remove INSTALL_XFORM.
11500
11501         * mkinstalldirs: New file, copied from automake.
11502         * Makefile.in (installdirs): Rename from install-dirs.  Use
11503         mkinstalldirs.  Change all users.
11504         (DEVO_SUPPORT): Add mkinstalldirs.
11505
11506 Mon Apr 14 11:21:38 1997  Ian Lance Taylor  <ian@cygnus.com>
11507
11508         * install-sh: Rename from install.sh.
11509         * Makefile.in (INSTALL): Change install.sh to install-sh.
11510         (DEVO_SUPPORT): Likewise.
11511
11512         * configure: Use ${config_shell} with ${moveifchange}.  From Thomas
11513         Graichen <graichen@rzpd.de>.
11514
11515 Fri Apr 11 16:37:10 1997  Niklas Hallqvist  <niklas@appli.se>
11516
11517         * config.guess: Recognize OpenBSD systems correctly.
11518
11519 Fri Apr 11 17:07:04 1997  Jason Molenda  (crash@godzilla.cygnus.co.jp)
11520
11521         * README, Makefile.in (ETC_SUPPORT): Remove references to
11522         cfg-paper*, configure.{texi,man,info*}._
11523
11524 Sun Apr  6 18:47:57 1997  Andrew Cagney  <cagney@kremvax.cygnus.com>
11525
11526         * Makefile.in (all.normal): Ensure that gcc is built after all
11527         the x11 - ie gdb - targets.
11528
11529 Tue Apr  1 16:28:50 1997  Klaus Kaempf  <kkaempf@progis.de>
11530
11531         * makefile.vms: Don't run conf-a-gas.
11532
11533 Mon Mar 31 16:26:55 1997  Joel Sherrill  <joel@oarcorp.com>
11534
11535         * configure.in (hppa1.1-*-rtems*): New target, like hppa-*-*elf*.
11536
11537 Sun Mar 30 12:38:27 1997  Fred Fish  <fnf@cygnus.com>
11538
11539         * configure.in: Remove noconfigdirs case since gdb also
11540         configures and builds for tic80-coff.
11541
11542 Fri Mar 28 18:28:52 1997  Ian Lance Taylor  <ian@cygnus.com>
11543
11544         * configure: Set cache_file to config.cache.
11545         * Makefile.in (local-distclean): Remove config.cache.
11546
11547 Wed Mar 26 18:49:39 1997  Ian Lance Taylor  <ian@cygnus.com>
11548
11549         * COPYING: Update FSF address.
11550
11551 Wed Mar 26 10:38:25 1997  Michael Meissner  <meissner@cygnus.com>
11552
11553         * configure.in (tic80-*-*): Remove G++ libraries and libgloss from
11554         noconfigdirs.
11555
11556 Mon Mar 24 15:02:39 1997  Ian Lance Taylor  <ian@cygnus.com>
11557
11558         * Makefile.in (install-dirs): Don't crash if prefix, and hence
11559         MAKEDIRS, is empty.
11560
11561 Mon Mar 24 12:40:55 1997  Doug Evans  <dje@canuck.cygnus.com>
11562
11563         * config.sub: Tweak mn10300 entry.
11564
11565 Fri Mar 21 15:35:27 1997  Michael Meissner  <meissner@cygnus.com>
11566
11567         * configure.in (host_tools): Put sim before gdb, so gdb's
11568         configure.tgt can determine if the simulator was configured.
11569
11570 Sun Mar 16 16:07:08 1997  Fred Fish  <fnf@cygnus.com>
11571
11572         * config.sub: Move BeOS $os case to be with other Cygnus
11573         local cases.
11574
11575 Sun Mar 16 01:34:55 1997  Martin Hunt <hunt@cygnus.com>
11576
11577         * config.sub: Remove misplaced comment that broke Linux.
11578
11579 Sat Mar 15 22:50:15 1997  Fred Fish  <fnf@cygnus.com>
11580
11581         * config.sub: Add BeOS support.
11582
11583 Mon Mar 10 13:30:11 1997  Tom Tromey  <tromey@cygnus.com>
11584
11585         * Makefile.in (CHECK_X11_MODULES): Don't run check-tk.
11586
11587 Wed Mar  5 12:09:29 1997  Martin  <hunt@cygnus.com>
11588
11589         * configure.in (noconfigdirs): Remove tcl and tk from
11590         noconfigdirs for cygwin32 builds.
11591
11592 Fri Feb 28 18:20:15 1997  Fred Fish  <fnf@cygnus.com>
11593
11594         * configure.in (tic80-*-*): Remove ld from noconfigdirs.
11595
11596 Thu Feb 27 14:57:26 1997  Ken Raeburn  <raeburn@cygnus.com>
11597
11598         * Makefile.in (GAS_SUPPORT_DIRS, BINUTILS_SUPPORT_DIRS): Remove
11599         make-all.com, use makefile.vms instead.
11600
11601 Tue Feb 25 18:46:14 1997  Stan Shebs  <shebs@andros.cygnus.com>
11602
11603         * config.sub: Accept -lnews*.
11604
11605 Tue Feb 25 13:19:14 1997  Andrew Cagney  <cagney@kremvax.tpgi.com.au>
11606
11607         * configure.in (noconfigdirs): Disable target-newlib,
11608         target-examples and target-libiberty for d30v.
11609
11610 Fri Feb 21 17:56:25 1997  Martin M. Hunt  <hunt@pizza.cygnus.com>
11611
11612         * configure.in (noconfigdirs): Enable ld for d30v.
11613
11614 Fri Feb 21 20:58:51 1997  Michael Meissner  <meissner@cygnus.com>
11615
11616         * configure.in (tic80-*-*): Build compiler.
11617
11618 Sun Feb 16 15:41:09 1997  Andrew Cagney  <cagney@critters.cygnus.com>
11619
11620         * configure.in (d30v-*): Remove sim directory from list of
11621         unsupported d30v directories
11622
11623 Tue Feb 18 17:32:42 1997  Martin M. Hunt  <hunt@pizza.cygnus.com>
11624
11625         * config.sub, configure.in: Add d30v target cpu.
11626
11627 Thu Feb 13 22:04:44 1997  Klaus Kaempf  <kkaempf@progis.de>
11628
11629         * makefile.vms: New file.
11630         * make-all.com: Remove.
11631
11632 Wed Feb 12 12:54:18 1997  Jim Wilson  <wilson@cygnus.com>
11633
11634         * Makefile.in (EXTRA_GCC_FLAGS): Add LIBGCC2_DEBUG_CFLAGS.
11635
11636 Sat Feb  8 20:36:49 1997  Michael Meissner  <meissner@cygnus.com>
11637
11638         * Makefile.in (all-itcl): The rule is all-itcl, not all-tcl.
11639
11640 Tue Feb  4 11:39:29 1997  Tom Tromey  <tromey@cygnus.com>
11641
11642         * Makefile.in (ALL_MODULES): Added all-db.
11643         (CROSS_CHECK_MODULES): Addec check-db.
11644         (INSTALL_MODULES): Added install-db.
11645         (CLEAN_MODULES): Added clean-db.
11646
11647 Mon Feb  3 13:29:36 1997  Ian Lance Taylor  <ian@cygnus.com>
11648
11649         * config.guess: Merge with latest FSF sources.
11650
11651 Tue Jan 28 09:20:37 1997  Tom Tromey  <tromey@cygnus.com>
11652
11653         * Makefile.in (ALL_MODULES): Added all-itcl.
11654         (CROSS_CHECK_MODULES): Added check-itcl.
11655         (INSTALL_MODULES): Added install-itcl.
11656         (CLEAN_MODULES): Added clean-itcl.
11657
11658 Thu Jan 23 01:44:27 1997  Geoffrey Noer  <noer@cygnus.com>
11659
11660         * configure.in: build gdb for mn10200
11661
11662 Fri Jan 17 15:32:15 1997  Doug Evans  <dje@canuck.cygnus.com>
11663
11664         * Makefile.in (all-target-winsup): Depend on all-target-libio.
11665
11666 Mon Jan 13 22:46:54 1997  Michael Meissner  <meissner@tiktok.cygnus.com>
11667
11668         * configure.in (tic80-*-*): Turn off most targets right now.
11669
11670 Fri Jan  3 16:04:03 1997  Ian Lance Taylor  <ian@cygnus.com>
11671
11672         * Makefile.in (MAKEINFO): Check for the existence of the Makefile,
11673         rather than the makeinfo program.
11674         (do-info): Depend upon all-texinfo.
11675
11676 Tue Dec 31 16:00:31 1996  Ian Lance Taylor  <ian@cygnus.com>
11677
11678         * configure.in: Remove uses of config/mh-linux.
11679
11680         * config.sub, config.guess: Merge with latest FSF sources.
11681
11682 Fri Dec 27 23:04:33 1996  Fred Fish  <fnf@cygnus.com>
11683
11684         * config.sub (case $basic_machine): Add tic80 entries.
11685
11686 Fri Dec 27 12:07:59 1996  Ian Lance Taylor  <ian@cygnus.com>
11687
11688         * config.sub, config.guess: Merge with latest FSF sources.
11689
11690 Wed Dec 18 22:46:39 1996  Stan Shebs  <shebs@andros.cygnus.com>
11691
11692         * mpw-build.in: Build ld before gcc, use NewFolderRecursive.
11693         * mpw-config.in: Test for NewFolderRecursive.
11694         * mpw-install: Use symbolic name for startup filename.
11695         * mpw-README: Add various additional details.
11696
11697 Wed Dec 18 13:11:46 1996  Jim Wilson  <wilson@cygnus.com>
11698
11699         * configure.in (mips*-sgi-irix6*): Remove binutils from noconfigdirs.
11700
11701 Wed Dec 18 10:29:31 1996  Jeffrey A Law  (law@cygnus.com)
11702
11703         * configure.in: Do build gcc and the target libraries for
11704         the mn10200.
11705
11706 Wed Dec  4 16:53:05 1996  Geoffrey Noer  <noer@cygnus.com>
11707
11708         * configure.in: don't avoid building gdb for mn10300 any more
11709         * Makefile.in: double-quote GCC_FOR_TARGET line in EXTRA_GCC_FLAGS
11710         instead of single-quoting it.
11711
11712 Tue Dec  3 23:26:50 1996  Jason Merrill  <jason@yorick.cygnus.com>
11713
11714         * configure.in: Don't use --with-stabs on IRIX 6.
11715
11716 Tue Dec  3 09:05:25 1996  Doug Evans  <dje@canuck.cygnus.com>
11717
11718         * configure.in (m32r): Build gdb, libg++ now.
11719
11720 Sun Dec  1 00:18:59 1996  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
11721
11722         * configure.in (mips*-sgi-irix6*):  Remove gdb and related
11723         directories from noconfigdirs.
11724
11725 Tue Nov 26 11:45:33 1996  Kim Knuttila  <krk@cygnus.com>
11726
11727         * config.sub (basic_machine): added mips16 configuration
11728
11729 Sat Nov 23 19:26:22 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
11730
11731         * config.sub: Handle d10v-unknown.
11732
11733 Sat Nov 23 10:23:01 1996  Gavin Koch  <gavin@cygnus.com>
11734
11735         * config.sub: Handle v850-unknown.
11736
11737 Thu Nov 21 16:19:44 1996  Geoffrey Noer  <noer@cygnus.com>
11738
11739         * Makefile.in: add findutils
11740         * configure.in: add findutils to list of host_tools
11741
11742 Wed Nov 20 10:09:01 1996  Jeffrey A Law  (law@cygnus.com)
11743
11744         * config.sub: Handle mn10200 and mn10300.
11745
11746 Tue Nov 19 16:35:14 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
11747
11748         * configure.in (d10v-*): Do not build librx.
11749
11750 Mon Nov 18 13:28:41 1996  Jeffrey A Law  (law@cygnus.com)
11751
11752         * configure.in (mn10300): Build everything except gdb & libgloss.
11753
11754 Wed Nov 13 14:59:46 1996  Per Bothner  <bothner@deneb.cygnus.com>
11755
11756         * config.guess:  Patch for Dansk Data Elektronik servers,
11757         from Niels Skou Olsen <nso@dde.dk>.
11758
11759         For ncr, use /bin/uname rather than uname, since GNU uname does not
11760         support -p.  Suggested by Mark Mitchell <mmitchell@usa.net>.
11761
11762         Patch for MIPS R4000 running System V,
11763         from Eric S. Raymond <esr@snark.thyrsus.com>.
11764
11765         Fix thinko for nextstep.
11766
11767         Patch for OSF1 in i?86, from Dan Murphy <dlm@osf.org> via Harlan Stenn.
11768
11769         Sat Jun 24 18:58:17 1995  Morten Welinder  <terra+@cs.cmu.edu>
11770         * config.guess: Guess mips-dec-mach_bsd4.3.
11771
11772         Thu Oct 10 04:07:04 1996  Harlan Stenn <harlan@pfcs.com>
11773         * config.guess (i?86-ncr-sysv*):  Emit just enough of the minor
11774         release numbers.
11775         * config.guess (mips-mips-riscos*):  Emit just enough of the
11776         release number.
11777
11778         Tue Oct  8 10:37:22 1996  Frank Vance <fvance@waii.com>
11779         * config.guess (sparc-auspex-sunos*):  Added.
11780         (f300-fujitsu-*): Added.
11781
11782         Wed Sep 25 22:00:35 1996  Jeff Woolsey <woolsey@jlw.com>
11783         * config.guess:  Recognize a Tadpole as a sparc.
11784
11785 Wed Nov 13 00:53:09 1996  David J. MacKenzie  <djm@churchy.gnu.ai.mit.edu>
11786
11787         * config.guess: Don't assume that NextStep version is either 2 or
11788         3.  NextStep 4 (aka OpenStep 4) has come out now.
11789
11790 Mon Nov 11 23:52:03 1996  David J. MacKenzie  <djm@churchy.gnu.ai.mit.edu>
11791
11792         * config.guess: Support Cray T90 that reports itself as "CRAY TS".
11793         From Rik Faith <faith@cs.unc.edu>.
11794
11795 Fri Nov  8 11:34:58 1996  David J. MacKenzie  <djm@geech.gnu.ai.mit.edu>
11796
11797         * config.sub: Contributions from bug-gnu-utils to:
11798         Support plain "hppa" (no version given) architecture, reported by
11799         OpenStep.
11800         OpenBSD like NetBSD.
11801         LynxOs is not a hardware supplier.
11802
11803         * config.guess: Contributions from bug-gnu-utils to add support for:
11804         OpenBSD like NetBSD.
11805         Stratus systems.
11806         More Pyramid systems.
11807         i[n>4]86 Intel chips.
11808         M680[n>4]0 Motorola chips.
11809         Use unknown instead of lynx for hardware manufacturer.
11810
11811 Mon Nov 11 10:09:08 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
11812
11813         * install.sh (chmodcmd): Set to null if the DST directory already
11814         exists.
11815
11816 Mon Nov 11 10:43:41 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
11817
11818         * configure.in (powerpc*-{eabi,elf,linux,rtem,sysv,solaris}*): Do
11819         not use mt-ppc target Makefile fragment any more.
11820
11821 Sun Nov  3 19:17:07 1996  Stu Grossman  (grossman@critters.cygnus.com)
11822
11823         * configure.in (*-*-windows):  Exclude everything but those dirs
11824         needed to build windows.
11825
11826 Tue Oct 29 16:41:31 1996  Doug Evans  <dje@canuck.cygnus.com>
11827
11828         * Makefile.in (all-target-winsup): Depend on all-target-librx.
11829
11830 Mon Oct 28 17:32:46 1996  Stu Grossman  (grossman@critters.cygnus.com)
11831
11832         * configure.in:  Exclude mmalloc from i386-windows.
11833
11834 Thu Oct 24 09:22:46 1996  Stu Grossman  (grossman@critters.cygnus.com)
11835
11836         * Undo my previous change.
11837
11838 Thu Oct 24 12:12:04 1996  Ian Lance Taylor  <ian@cygnus.com>
11839
11840         * Makefile.in (EXTRA_GCC_FLAGS): Pass down GCC_FOR_TARGET
11841         unconditionally.
11842         (MAKEOVERRIDES): Define (revert this part of October 18 change).
11843
11844 Thu Oct 24 09:02:07 1996  Stu Grossman  (grossman@critters.cygnus.com)
11845
11846         * Makefile.in (FLAGS_TO_PASS):  Add $(HOST_FLAGS) to allow the
11847         host to add it's own flags.
11848
11849 Tue Oct 22 15:20:26 1996  Ian Lance Taylor  <ian@cygnus.com>
11850
11851         * configure: Handle GCC_FOR_TARGET like CC_FOR_TARGET.
11852
11853 Fri Oct 18 13:37:13 1996  Ian Lance Taylor  <ian@cygnus.com>
11854
11855         * Makefile.in (CC_FOR_TARGET): Check for xgcc, not Makefile.
11856         (CXX_FOR_TARGET): Likewise.
11857         (GCC_FOR_TARGET): Define.
11858         (BASE_FLAGS_TO_PASS): Remove GCC_FOR_TARGET.
11859         (EXTRA_GCC_FLAGS): Define GCC_FOR_TARGET based on whether
11860         CC_FOR_TARGET was specified on the command line.
11861         (MAKEOVERRIDES): Don't define.
11862
11863 Thu Oct 17 10:27:56 1996  Doug Evans  <dje@canuck.cygnus.com>
11864
11865         * configure.in (m32r): Fix spelling of libg++ libs.
11866
11867 Thu Oct 10 10:37:17 1996  Stan Shebs  <shebs@andros.cygnus.com>
11868
11869         * config.sub (-apple*): Remove, now redundant.
11870
11871 Thu Oct 10 12:30:54 1996  Ian Lance Taylor  <ian@cygnus.com>
11872
11873         * configure: Don't get confused by CPU-VENDOR-linux-gnu.
11874
11875         * configure: Rework yesterday's sed script patch.
11876
11877         * config.sub: Merge with FSF.
11878
11879 Wed Oct  9 17:24:59 1996  Per Bothner  <bothner@deneb.cygnus.com>
11880
11881         * config.guess:  Merge from FSF.
11882
11883         1996-09-12  Richard Stallman  <rms@ethanol.gnu.ai.mit.edu>
11884         * config.guess: Use pc instead of unknown, for pc clone systems.
11885         Change linux to linux-gnu.
11886
11887         Mon Jul 15 23:51:11 1996  Karl Heuer  <kwzh@gnu.ai.mit.edu>
11888         * config.guess: Avoid non-portable tr syntax.
11889
11890 Wed Oct  9 06:06:46 1996  Jeffrey A Law  (law@cygnus.com)
11891
11892         * test-build.mk (HOLES): Add "xargs" for gdb.
11893
11894         * configure: Avoid hpux10.20 sed bug.
11895
11896 Tue Oct  8 08:32:48 1996  Stu Grossman  (grossman@critters.cygnus.com)
11897
11898         * configure.in:  Add support for windows host
11899         (that is a build done under the Microsoft build environment).
11900
11901 Tue Oct  8 10:39:08 1996  Ian Lance Taylor  <ian@cygnus.com>
11902
11903         * Makefile.in: Replace all uses of srcroot with s, to shrink
11904         command line lengths.
11905
11906         Patches from Geoffrey Noer <noer@cygnus.com>:
11907         * configure.in: If configuring for newlib, pass --with-newlib to
11908         subdirectories.
11909         * Makefile.in (CC_FOR_TARGET): If winsup/Makefile exists, pass a
11910         -Bnewlib/ and -Lwinsup to gcc.
11911         (CXX_FOR_TARGET): Likewise.
11912
11913 Mon Oct  7 10:59:35 1996  Ian Lance Taylor  <ian@cygnus.com>
11914
11915         * Makefile.in (ETC_SUPPORT): Add configure.
11916
11917 Fri Oct  4 12:22:58 1996  Angela Marie Thomas (angela@cygnus.com)
11918
11919         * configure.in: Use config/mh-dgux386 for i[345]86-dg-dgux
11920         host configuration file.
11921
11922 Thu Oct  3 09:28:25 1996  Jeffrey A Law  (law@cygnus.com)
11923
11924         * configure.in: Break mn10x00 support into separate
11925         mn10200 and mn10300 configurations.
11926         * config.sub: Likewise.
11927
11928 Wed Oct  2 22:27:52 1996  Jeffrey A Law  (law@cygnus.com)
11929
11930         * configure.in: Add lots of stuff to noconfigdirs for
11931         the mn10x00 targets.
11932
11933         * config.sub, configure.in: Add mn10x00 support.
11934
11935 Wed Oct  2 15:52:36 1996  Klaus Kaempf  <kkaempf@progis.de>
11936
11937         * make-all.com: Call conf-a-gas, not config-a-gas.
11938
11939 Tue Oct  1 01:28:41 1996  James G. Smith  <jsmith@cygnus.co.uk>
11940
11941         * configure.in (noconfigdirs): Don't build libgloss for arm-coff
11942         targets.
11943
11944 Mon Sep 30 14:24:01 1996  Stan Shebs  <shebs@andros.cygnus.com>
11945
11946         * mpw-README: Add much more detail for native PowerMac.
11947         * mpw-install: New file.
11948         * mpw-configure: Add --norecursion and --help options.
11949         * mpw-config.in: Translate readme and install files when
11950         copying to objdir.
11951         * mpw-build.in: Don't always depend on byacc and flex.
11952         (install-only-top): New action.
11953
11954 Fri Sep 27 17:39:44 1996  Stu Grossman  (grossman@critters.cygnus.com)
11955
11956         * configure.in:  You can now configure GDB for the v850.
11957
11958 Tue Sep 24 19:05:12 1996  Stan Shebs  <shebs@andros.cygnus.com>
11959
11960         * configure.in (noconfigdirs): Don't configure any C++ dirs
11961         if targeting D10V.
11962
11963 Tue Sep 17 12:15:31 1996  Ian Lance Taylor  <ian@cygnus.com>
11964
11965         * config.sub: Recognize mips64vr5000.
11966
11967 Mon Sep 16 17:00:52 1996  Ian Lance Taylor  <ian@cygnus.com>
11968
11969         * configure.in: Use a single line for host_tools and native_only.
11970
11971 Mon Sep  9 12:21:30 1996  Doug Evans  <dje@canuck.cygnus.com>
11972
11973         * config.sub, configure.in: Add entries for m32r.
11974
11975 Thu Sep  5 13:52:47 1996  Tom Tromey  <tromey@creche.cygnus.com>
11976
11977         * Makefile.in (inet-install): Don't run install-gzip.
11978
11979 Wed Sep  4 17:26:13 1996  Stu Grossman  (grossman@critters.cygnus.com)
11980
11981         * configure.in:  Don't config lots of things for *-*-windows*.
11982
11983 Sat Aug 31 11:45:57 1996  Stan Shebs  <shebs@andros.cygnus.com>
11984
11985         * mpw-config.in: Test for mpw-true, true, and null-command scripts.
11986         (host_libs, host_tools): Copy from configure.in.
11987         * mpw-configure: Don't complain about directories not found.
11988
11989 Thu Aug 29 16:44:58 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
11990
11991         * configure.in (i[345]86): Recognize i686 for pentium pro.
11992         (i[3456]86-*-dgux*): Use config/mh-sysv for the host configuration
11993         file.
11994
11995         * config.guess (i[345]86): Ditto.
11996
11997 Mon Aug 26 18:34:42 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
11998
11999         * configure.in (noconfigdirs): Removed gdb for D10V.
12000
12001 Thu Aug 22 17:13:52 1996  Jeffrey A Law  (law@cygnus.com)
12002
12003         * configure.in: Remove ld, target-libio, target-libg++, and
12004         target-libstdc++ from noconfigdirs.
12005
12006 Wed Aug 21 18:56:38 1996  Fred Fish  <fnf@cygnus.com>
12007
12008         * configure: Fix three locations where shell scripts were
12009         being run directly rather than with config_shell.
12010
12011 Tue Aug 20 13:08:47 1996  J.T. Conklin  <jtc@hippo.cygnus.com>
12012
12013         * configure.in (v850-*-*): Set up initial $noconfigdirs.
12014         * config.sub (basic_machine): Recognize v850.
12015
12016 Thu Aug 15 12:19:33 1996  Stan Shebs  <shebs@andros.cygnus.com>
12017
12018         * mpw-configure: Handle multiple enable/disable options and
12019         pass them down recursively, handle -c and -s flags appropriately
12020         depending on choice of compiler, add escape mechanism for
12021         quoted arguments to gC.
12022
12023 Mon Aug 12 13:15:13 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12024
12025         * configure.in (powerpc*-*-*): For eabi, system V.4, Linux, and
12026         solaris targets, use config/mt-ppc to set C{,XX}FLAGS_FOR_TARGETS
12027         so that -mrelocatable-lib and -mno-eabi are used.
12028
12029         * Makefile.in (CONFIGURE_TARGET_MODULES): If target compiler does
12030         not support --print-multi-lib, don't abort.
12031
12032 Thu Aug  8 12:18:59 1996  Klaus Kaempf  <kkaempf@progis.de>
12033
12034         * make-all.com: Run config-a-gas.
12035         * setup.com: Don't copy subdirectory files around.
12036
12037 Tue Jul 30 17:49:31 1996  Brendan Kehoe  <brendan@cygnus.com>
12038
12039         * configure.in (*-*-ose): Remove exclusion of libgloss for this
12040         target, it now compiles correctly.
12041
12042 Sat Jul 27 15:10:43 1996  Stan Shebs  <shebs@andros.cygnus.com>
12043
12044         * mpw-config.in: Generate Mac include for elf/dwarf2.h.
12045
12046 Tue Jul 23 10:47:04 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
12047
12048         * configure.in (d10v-*-*): Remove ld from $noconfigdirs.
12049
12050 Mon Jul 22 13:28:51 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
12051
12052         * configure.in (native_only): Add prms.
12053
12054 Mon Jul 22 12:27:58 1996  Ian Lance Taylor  <ian@cygnus.com>
12055
12056         * Makefile.in (GAS_SUPPORT_DIRS): Add make-all.com and setup.com.
12057         (BINUTILS_SUPPORT_DIRS): Likewise.
12058
12059 Thu Jul 18 12:55:40 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12060
12061         * configure.in (d10v-*-*): Don't configure ld or gdb until the
12062         d10v support is added.
12063
12064 Wed Jul 17 14:33:09 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
12065
12066         * configure.in (d10v-*-*): New target.
12067
12068 Mon Jul 15 11:53:00 1996  Jeffrey A Law  (law@cygnus.com)
12069
12070         * config.guess (HP 9000/811): Recognize this as a PA1.1
12071         machine.
12072
12073 Fri Jul 12 23:21:17 1996  Ken Raeburn  <raeburn@cygnus.com>
12074
12075         * Makefile.in (do-tar-gz): New target, split out from tail end of
12076         taz target.  Run each command separately, don't use pipes.
12077         (taz): Use it.
12078
12079 Fri Jul 12 12:08:04 1996  Stan Shebs  <shebs@andros.cygnus.com>
12080
12081         * mpw-configure: Look for g-mpw-make.sed in config/mpw.
12082         * mpw-build.in: No builds should depend on building byacc or flex,
12083         they are assumed to be installed already.
12084
12085 Fri Jul 12 09:52:52 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12086
12087         * Makefile.in (CONFIGURE_TARGET_MODULES): Set r environment
12088         variable that CC_FOR_TARGET needs.
12089
12090 Thu Jul 11 10:09:45 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12091
12092         * Makefile.in (CONFIGURE_TARGET_MODULES): Determine if the multlib
12093         options have changed since the last time the subdirectory was
12094         configured, and if it has, reconfigure.
12095         (CLEAN_TARGET_MODULES): Delete multilib.out and tmpmulti.out, which
12096         CONFIGURE_TARGET_MODULES uses to remember the old multilib options.
12097
12098 Wed Jul 10 18:56:59 1996  Doug Evans  <dje@canuck.cygnus.com>
12099
12100         * Makefile.in (ALL_MODULES,CROSS_CHECK_MODULES,INSTALL_MODULES,
12101         CLEAN_MODULES): Add bash.
12102         (all-bash): New target.
12103
12104 Mon Jul  8 17:33:14 1996  Jim Wilson  <wilson@cygnus.com>
12105
12106         * configure.in (mips-sgi-irix6*): Use mh-irix6 instead of mh-irix5.
12107
12108 Mon Jul  1 13:31:35 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12109
12110         * config.sub (basic_machine): Recognize d10v as a valid processor.
12111
12112 Fri Jun 28 12:14:35 1996  Stan Shebs  <shebs@andros.cygnus.com>
12113
12114         * mpw-configure: Add support for --bindir.
12115         * mpw-build.in: Use a GCC-specific build script for GCC actions.
12116
12117 Wed Jun 26 17:20:12 1996  Geoffrey Noer  <noer@cygnus.com>
12118
12119         * configure.in: add bash, time, gawk to list of hosttools and things
12120         to only build for native toolchains
12121
12122 Tue Jun 25 23:09:03 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
12123
12124         * Makefile.in (docdir): Remove.
12125
12126 Tue Jun 25 19:00:08 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
12127
12128         * Makefile.in (datadir): Set to $(prefix)/share.
12129
12130 Mon Jun 24 23:26:07 1996  Geoffrey Noer  <noer@cygnus.com>
12131
12132         * configure.in: build diff and patch for cygwin32-hosted
12133         toolchains.
12134
12135 Mon Jun 24 15:01:12 1996  Joel Sherrill  <joel@merlin.gcs.redstone.army.mil>
12136
12137         * config.sub: Accept -rtems*.
12138
12139 Sun Jun 23 22:41:54 1996  Geoffrey Noer  <noer@cygnus.com>
12140
12141         * configure.in: enable dosrel for cygwin32-hosted builds,
12142                 remove diff from the list of things not buildable
12143                 via Canadian Cross
12144
12145 Sat Jun 22 11:39:01 1996  Jason Merrill  <jason@yorick.cygnus.com>
12146
12147         * Makefile.in (TARGET_SUBDIR): Move comment to previous line so we
12148         don't get ". ".
12149
12150 Fri Jun 21 17:24:48 1996  Jim Wilson  <wilson@cygnus.com>
12151
12152         * configure.in (mips*-sgi-irix6*): Set noconfigdirs appropriately.
12153
12154 Thu Jun 20 16:57:40 1996  Ken Raeburn  <raeburn@cygnus.com>
12155
12156         * Makefile.in (taz): Handle case where tex3patch didn't even get
12157         checked out.  Also, if it was found, put the symlink in a new util
12158         subdirectory.
12159
12160 Thu Jun 20 12:20:33 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12161
12162         * config.guess (*:Linux:*:*): Add support for PowerPC Linux.
12163
12164 Tue Jun 18 14:24:12 1996  Klaus Kaempf  (kkaempf@progis.de)
12165
12166         * config.sub: Recognize -openvms.
12167         * configure.in (alpha*-*-*vms*): Set noconfigdirs.
12168         * make-all.com, setup.com: New files.
12169
12170 Mon Jun 17 16:34:46 1996  Jason Merrill  <jason@yorick.cygnus.com>
12171
12172         * Makefile.in (taz): tex3patch moved to texinfo/util.
12173
12174 Sat Jun 15 17:13:25 1996  Geoffrey Noer <noer@cygnus.com>
12175
12176         * configure: enable_gdbtk=no for cygwin32-hosted toolchains
12177         * configure.in: remove make from disable-if-Can-Cross list
12178                 enable gdb if ${host} and ${target} are cygwin32
12179
12180 Fri Jun  7 18:16:52 1996  Harlan Stenn <harlan@pfcs.com>
12181
12182         * config.guess (i?86-ncr-sysv*):  Emit minor release numbers.
12183         Recognize the NCR 4850 machine and NCR Pentium-based platforms.
12184
12185 Wed Jun  5 00:09:17 1996  Per Bothner  <bothner@wombat.gnu.ai.mit.edu>
12186
12187         * config.guess:  Combine mips-mips-riscos cases, and use cpp to
12188         distinguish sysv/svr4/bsd variants.
12189         Based on a patch from Harlan Stenn <harlan@pfcs.com>.
12190
12191 Fri Jun  7 14:24:49 1996  Tom Tromey  <tromey@creche.cygnus.com>
12192
12193         * configure.in: Added copyright notice.
12194         * move-if-change: Added copyright notice.
12195
12196 Thu Jun  6 16:27:05 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12197
12198         * configure.in (powerpcle-*-solaris*): Until we get shared
12199         libraries working, don't build gdb, sim, make, tcl, tk, or
12200         expect.
12201
12202 Tue Jun  4 20:41:45 1996  Per Bothner  <bothner@deneb.cygnus.com>
12203
12204         * config.guess:  Merge with FSF:
12205
12206         Mon Jun  3 08:49:14 1996  Karl Heuer  <kwzh@gnu.ai.mit.edu>
12207         * config.guess (*:Linux:*:*): Add guess for sparc-unknown-linux.
12208
12209         Fri May 24 18:34:53 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>
12210         * config.guess (AViiON:dgux:*:*): Fix typo in recognizing mc88110.
12211
12212         Fri Apr 12 20:03:59 1996  Per Bothner  <bothner@spiff.gnu.ai.mit.edu>
12213         * config.guess:  Combine two OSF1 rules.
12214         Also recognize field test versions.  From mjr@zk3.dec.com.
12215         * config.guess (dgux):  Use /usr/bin/uname rather than uname,
12216         because GNU uname does not support -p.  From pmr@pajato.com.
12217
12218 Tue Jun  4 11:07:25 1996  Tom Tromey  <tromey@csk3.cygnus.com>
12219
12220         * Makefile.in (MAKEDIRS): Removed $(tooldir).
12221
12222 Tue May 28 12:30:50 1996  Stan Shebs  <shebs@andros.cygnus.com>
12223
12224         * mpw-README: Document GCCIncludes.
12225
12226 Sun May 26 15:16:27 1996  Fred Fish  <fnf@cygnus.com>
12227
12228         * configure.in (alpha-*-linux*): Set enable_shared to yes.
12229
12230 Tue May 21 15:41:39 1996  Stan Shebs  <shebs@andros.cygnus.com>
12231
12232         * mpw-configure: Handle --enable-FOO and --disable-FOO.
12233
12234 Mon May 20 10:12:29 1996  Geoffrey Noer  <noer@cygnus.com>
12235
12236         * configure.in (*-*-cygwin32): Configure make.
12237
12238 Tue May  7 14:19:42 1996  Tom Tromey  <tromey@snuffle.cygnus.com>
12239
12240         * Makefile.in (inet-install): Quote value of INSTALL_MODULES.
12241
12242 Fri May  3 08:57:17 1996  Tom Tromey  <tromey@lisa.cygnus.com>
12243
12244         * Makefile.in (all-inet): Depend on all-perl.
12245
12246         * Makefile.in (inet-install): New target.
12247
12248         * Makefile.in (all-inet): Depend on all-tcl.
12249         (all-inet): Depend on all-send-pr.
12250
12251 Tue Apr 30 13:55:51 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12252
12253         * configure.in (powerpcle-*-solaris*): Turn off tk and tcl
12254         temporarily.
12255
12256 Thu Apr 25 11:48:20 1996  Ian Lance Taylor  <ian@cygnus.com>
12257
12258         * configure.in: Don't configure --with-gnu-ld on AIX.
12259
12260 Thu Apr 25 06:33:36 1996  Michael Meissner  <meissner@wogglebug.tiac.net>
12261
12262         * configure.in (powerpcle-*-solaris*): Turn off gdb temporarily.
12263
12264 Tue Apr 23 09:07:39 1996  Tom Tromey  <tromey@creche.cygnus.com>
12265
12266         * Makefile.in (ALL_MODULES): Added all-inet.
12267         (CROSS_CHECK_MODULES): Added check-inet.
12268         (INSTALL_MODULES): Added install-inet.
12269         (CLEAN_MODULES): Added clean-inet.
12270         (all-indent): New target.
12271
12272         * configure.in (host_tools): Added inet.
12273         (native_only): Added inet.
12274         (noconfigdirs): Added inet.
12275
12276 Fri Apr 19 15:35:29 1996  Ian Lance Taylor  <ian@cygnus.com>
12277
12278         * configure.in: Don't configure libgloss if we are not configuring
12279         newlib.
12280
12281 Wed Apr 17 19:30:01 1996  Rob Savoye  <rob@chinadoll.cygnus.com>
12282
12283         * configure.in: Don't configure libgloss for unsupported
12284         architectures.
12285
12286 Tue Apr 16 11:17:05 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12287
12288         * Makefile.in (CLEAN_MODULES): Add clean-apache.
12289
12290 Mon Apr 15 15:09:05 1996  Tom Tromey  <tromey@creche.cygnus.com>
12291
12292         * Makefile.in (ALL_MODULES): Include all-apache.
12293         (CROSS_CHECK_MODULES): Include check-apache.
12294         (INSTALL_MODULES): Include install-apache.
12295         (all-apache): New target.
12296
12297         * configure.in: Added apache everywhere perl is seen.
12298
12299 Mon Apr 15 14:59:13 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12300
12301         * Makefile.in: Add support for clean-{module} and
12302         clean-target-{module} rules.
12303
12304 Wed Apr 10 21:37:41 PDT 1996  Marilyn E. Sander <msander@cygnus.com>
12305
12306         * configure.in (*-*-ose) do not build libgloss.
12307
12308 Mon Apr  8 16:16:20 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12309
12310         * config.guess (prep*:SunOS:5.*:*): Turn into
12311         powerpele-unknown-solaris2.
12312
12313 Mon Apr  8 14:45:41 1996  Ian Lance Taylor  <ian@cygnus.com>
12314
12315         * configure.in: Permit --enable-shared to specify a list of
12316         directories.
12317
12318 Fri Apr  5 08:17:57 1996  Jason Molenda  (crash@phydeaux.cygnus.com)
12319
12320         * configure.in (host==solaris): Pass only the first word of $CC
12321         to /usr/bin/which when checking if we're using /usr/ccs/bin/cc.
12322
12323 Fri Apr  5 03:16:13 1996  Jason Molenda  (crash@phydeaux.cygnus.com)
12324
12325         * Makefile.in (BASE_FLAGS_TO_PASS): pass down $(MAKE).
12326
12327 Thu Mar 28 14:11:11 1996  Tom Tromey  <tromey@creche.cygnus.com>
12328
12329         * Makefile.in (ALL_MODULES): Include all-perl.
12330         (CROSS_CHECK_MODULES): Include check-perl.
12331         (INSTALL_MODULES): Include install-perl.
12332         (ALL_X11_MODULES): Include all-guile.
12333         (CHECK_X11_MODULES): Include check-guile.
12334         (INSTALL_X11_MODULES): Include install-guile.
12335         (all-perl): New target.
12336         (all-guile): New target.
12337
12338         * configure.in (host_tools): Include perl and guile.
12339         (native_only): Include perl and guile.
12340         (noconfigdirs): Don't build guile and perl; no ports have been
12341         done.
12342
12343 Tue Mar 26 21:18:50 1996  Andrew Cagney  <cagney@kremvax.highland.com.au>
12344
12345         * configure (--enable-*): Handle quoted option lists such as
12346         --enable-sim-cflags='-g0 -O' better.
12347
12348 Thu Mar 21 11:53:08 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12349
12350         * Makefile.in ({,inst}all-target): New rule so we can make and
12351         install all of the target directories easily.
12352
12353 Wed Mar 20 18:10:57 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
12354
12355         * configure.in: Add missing global flag in sed substitution when
12356         deleting `target-' from ${configdirs}.
12357
12358 Thu Mar 14 19:15:06 1996  Ian Lance Taylor  <ian@cygnus.com>
12359
12360         * Makefile.in (DO_X): Don't get confused if CC contains `=' in an
12361         option.
12362
12363         * configure.in (mips*-nec-sysvr4*): Use a host_makefile_frag of
12364         config/mh-necv4.
12365
12366         * install.sh: Correct misspelling of transformbasename.
12367
12368         * config.guess: Recognize mips-*-sysv*.
12369
12370 Mon Mar 11 15:36:42 1996  Dawn Perchik  <dawn@critters.cygnus.com>
12371
12372         * config.sub: Recognize mon960.
12373
12374 Sun Mar 10 13:18:38 1996  Ian Lance Taylor  <ian@cygnus.com>
12375
12376         * configure: Restore Canadian Cross handling of BISON and LEX,
12377         removed in Feb 20 change.
12378
12379 Fri Mar  8 20:07:09 1996  Per Bothner  <bothner@kalessin.cygnus.com>
12380
12381         * README:  Suggestions from Torbjorn Granlund <tege@matematik.su.se>:
12382         Mention make install.  Remove the old copyright date as well the
12383         clumsy and rather pointless copyright on the README file.
12384
12385 Fri Mar  8 17:51:35 1996  Ian Lance Taylor  <ian@cygnus.com>
12386
12387         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there is a
12388         Makefile after running symlink-tree, then run `make distclean' to
12389         avoid clobbering any generated files in srcdir.
12390
12391 Tue Mar  5 08:21:44 1996  J.T. Conklin  <jtc@rtl.cygnus.com>
12392
12393         * configure.in (m68k-*-netbsd*): Build everything now.
12394
12395 Wed Feb 28 12:25:46 1996  Jason Merrill  <jason@yorick.cygnus.com>
12396
12397         * Makefile.in (taz): Fix quoting.
12398
12399 Tue Feb 27 11:33:57 1996  Doug Evans  <dje@charmed.cygnus.com>
12400
12401         * configure.in (sparclet-*-*): Build everything now.
12402
12403 Tue Feb 27 14:31:51 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
12404
12405         * configure.in (m68k-*-linux*): New host.
12406
12407 Mon Feb 26 14:32:44 1996  Ian Lance Taylor  <ian@cygnus.com>
12408
12409         * configure: Check for bison before byacc.
12410
12411 Tue Feb 20 23:12:35 1996  Stu Grossman  (grossman@critters.cygnus.com)
12412
12413         * Makefile.in configure:  Change the way LEX and BISON/YACC are
12414         set.  configure now defines DEFAULT_LEX and DEFAULT_YACC by
12415         searching PATH.  These are used as fallbacks by Makefile.in if
12416         flex/bison/byacc aren't in objdir.
12417
12418 Mon Feb 19 11:45:30 1996  Ian Lance Taylor  <ian@cygnus.com>
12419
12420         * Makefile.in: Make everything which depends upon all-bfd also
12421         depend upon all-opcodes, in case --with-commonbfdlib is used.
12422
12423 Thu Feb 15 19:50:50 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12424
12425         * configure.in (host *-*-cygwin32): Don't build gdb if we are
12426         building NT native compilers on Unix.
12427
12428 Thu Feb 15 17:42:25 1996  Ian Lance Taylor  <ian@cygnus.com>
12429
12430         * configure.in: Don't get CC from the host Makefile fragment if we
12431         can find gcc in PATH, or if this is a Canadian Cross.  Move the
12432         Solaris test for /usr/ucb/cc to the post target script, just after
12433         the compiler sanity test.
12434
12435 Wed Feb 14 16:57:40 1996  Ian Lance Taylor  <ian@cygnus.com>
12436
12437         * config.sub: Merge with FSF.
12438
12439 Tue Feb 13 14:27:48 1996  Ian Lance Taylor  <ian@cygnus.com>
12440
12441         * Makefile.in (RPATH_ENVVAR): New variable.
12442         (REALLY_SET_LIB_PATH): Use it.
12443         * configure.in: On HP/UX, set RPATH_ENVVAR to SHLIB_PATH.
12444
12445 Mon Feb 12 15:28:49 1996  Doug Evans  <dje@charmed.cygnus.com>
12446
12447         * config.sub, configure.in: Recognize sparclet cpu.
12448
12449 Mon Feb 12 15:33:59 1996  Christian Bauernfeind <chrisbfd@theorie3.physik.uni-erlangen.de>
12450
12451         * config.guess:  Support m68k-cbm-sysv4.
12452
12453 Sat Feb 10 12:06:42 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
12454
12455         * config.guess (*:Linux:*:*): Guess m68k-unknown-linux and
12456         m68k-unknown-linuxaout from linker help string.  Put quotes around
12457         $ld_help_string.
12458
12459 Thu Dec  7 09:03:24 1995  Tom Horsley  <Tom.Horsley@mail.hcsc.com>
12460
12461         * config.guess (powerpc-harris-powerunix): Add guess for port
12462         to new target.
12463
12464 Thu Feb  8 15:37:52 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
12465
12466         * config.guess (UNAME_VERSION): Recognize X4.x as an OSF version.
12467
12468 Mon Feb  5 16:36:51 1996  Ian Lance Taylor  <ian@cygnus.com>
12469
12470         * configure.in: If --enable-shared was used, set SET_LIB_PATH to
12471         $(REALLY_SET_LIB_PATH) in Makefile.
12472         * Makefile.in (SET_LIB_PATH): New variable.
12473         (REALLY_SET_LIB_PATH): New variable.
12474         ($(DO_X)): Use $(SET_LIB_PATH).
12475         (install.all, gcc-no-fixedincludes, $(ALL_MODULES)): Likewise.
12476         ($(NATIVE_CHECK_MODULES), $(CROSS_CHECK_MODULES)): Likewise.
12477         ($(INSTALL_MODULES), $(CONFIGURE_TARGET_MODULES)): Likewise.
12478         ($(ALL_TARGET_MODULES), $(CHECK_TARGET_MODULES)): Likewise.
12479         ($(INSTALL_TARGET_MODULES), $(ALL_X11_MODULES)): Likewise.
12480         ($(CHECK_X11_MODULES), $(INSTALL_X11_MODULES)): Likewise.
12481         (all-gcc, all-bootstrap, check-gcc, install-gcc): Likewise.
12482         (install-dosrel): Likewise.
12483         (all-opcodes): Depend upon all-libiberty.
12484
12485 Sun Feb  4 16:51:11 1996  Steve Chamberlain  <sac@slash.cygnus.com>
12486
12487         * config.guess (*:CYGWIN*): New
12488
12489 Sat Feb  3 10:42:35 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12490
12491         * Makefile.in (all-target-winsup): All all-target-libiberty.
12492
12493 Fri Feb  2 17:58:56 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12494
12495         * configure.in (noconfigdirs): Add missing # in front of comment.
12496
12497 Thu Feb  1 14:38:13 1996  Geoffrey Noer  <noer@cygnus.com>
12498
12499         * configure.in: add second pass to things added to noconfigdirs
12500         so *-gm-magic can exclude libgloss properly.
12501
12502 Thu Feb  1 11:10:16 1996  Stan Shebs  <shebs@andros.cygnus.com>
12503
12504         * mpw-configure (extralibs_name, rez_name): Set correctly
12505         for MWC68K compiler.
12506
12507         * mpw-README: Add more info on the necessary build tools.
12508
12509 Thu Feb  1 10:22:38 1996  Steve Chamberlain  <sac@slash.cygnus.com>
12510
12511         * configure.in, config.sub: Recognize cygwin32.
12512
12513 Wed Jan 31 14:17:10 1996  Richard Henderson  <rth@tamu.edu>
12514
12515         * config.guess, config.sub: Recognize A/UX.
12516
12517 Wed Jan 31 13:52:14 1996  Ian Lance Taylor  <ian@cygnus.com>
12518
12519         * config.sub: Merge with gcc/config.sub.
12520
12521 Thu Jan 25 11:01:10 1996  Raymond Jou  <rjou@mexican.cygnus.com>
12522
12523         * mpw-build.in (do-binutils): Add build of stamps.
12524
12525 Thu Jan 25 17:05:26 1996  James G. Smith  <jsmith@cygnus.co.uk>
12526
12527         * config.sub: Add recognition for mips64vr4100*-* targets.
12528
12529 Wed Jan 24 12:47:55 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
12530
12531         * test-build.mk: Add checking of `hpux9' rather than just `hpux'.
12532         Add creation of gconfigargs with `--enable-shared' turned on.
12533         ($(host)-stamp-stage2-configured): Pass $(gconfigargs).
12534         ($(host)-stamp-stage3-configured): Likewise.
12535         (HOLES): Add chatr and ldd.
12536         (i386-ncr-sysv4.3*): Add use of /usr/ccs/bin in the PATH and HOLE_DIRS.
12537
12538 Wed Jan 24 20:32:30 1996  Torbjorn Granlund  <tege@noisy.matematik.su.se>
12539
12540         * configure: Pass --nfp to recursive configures.
12541
12542 Mon Jan 22 10:41:56 1996  Steve Chamberlain  <sac@slash.cygnus.com>
12543
12544         * Makefile.in (DLLTOOL): New.
12545         (DLLTOOL_FOR_TARGET): New.
12546         (EXTRA_HOST_FLAGS): Pass down DLLTOOL.
12547         (EXTRA_TARGET_FLAGS): Ditto.
12548         (EXTRA_GCC_FLAGS): Ditto.
12549         (CONFIGURE_TARGET_MODULES): Ditto.
12550         (DO_X): Ditto.
12551         * configure: Add DLLTOOL.
12552
12553 Fri Jan 19 13:30:15 1996  Stan Shebs  <shebs@andros.cygnus.com>
12554
12555         SCO OpenServer 5 changes from Robert Lipe <robertl@dgii.com>:
12556         * configure.in (i[345]86-*-sco3.2v5*): Use mh-sysv instead of
12557         mh-sco, since old workarounds no longer needed, and don't
12558         build ld, since libraries have weak symbols in COFF.
12559
12560 Sun Jan 14 23:01:31 1996  Fred Fish  <fnf@cygnus.com>
12561
12562         * Makefile.in (CONFIGURE_TARGET_MODULES): Add missing ';'.
12563
12564 Fri Jan 12 15:25:35 1996  Ian Lance Taylor  <ian@cygnus.com>
12565
12566         * configure.in: Make sure that ${CC} can be used to compile an
12567         executable.
12568
12569 Sat Jan  6 07:23:33 1996  Michael Meissner  <meissner@wogglebug.tiac.net>
12570
12571         * Makefile.in (all-gdb): Depend on $(GDB_TK).
12572         * configure (GDB_TK): Set GDB_TK to either "all-tcl all-tk" or
12573         nothing depending on whether gdbtk is being built.
12574
12575 Wed Jan  3 17:54:41 1996  Doug Evans  <dje@canuck.cygnus.com>
12576
12577         * Makefile.in (newlib.tar.gz): Delete building of newlib's info files.
12578
12579 Mon Jan  1 19:09:14 1996  Brendan Kehoe  <brendan@rtl.cygnus.com>
12580
12581         * configure.in (noconfigdirs): Put ld or gas in this early, if the
12582         user specifically used --with-gnu-ld=no or --with-gnu-as=no.
12583
12584 Sat Dec 30 16:08:57 1995  Doug Evans  <dje@canuck.cygnus.com>
12585
12586         * config-ml.in: Add support for
12587         --disable-{softfloat,m68881,m68000,m68020} on m68*-*-*.
12588         Simplify setting of multidirs from --disable-foo.
12589
12590 Fri Dec 29 07:56:11 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
12591
12592         * Makefile.in (EXTRA_GCC_FLAGS): If any of the make variables
12593         LANGUAGES, BOOT_CFLAGS, STMP_FIXPROTO, LIMITS_H_TEST,
12594         LIBGCC1_TEST, LIBGCC2_CFLAGS, LIBGCC2_INCLUDES, and ENQUIRE are
12595         non-empty, pass them on to the  GCC make.
12596         (all-bootstrap): New rule that is like all-gcc, except it executes
12597         the GCC bootstrap rule instead of the GCC all rule.
12598
12599 Wed Dec 27 15:51:48 1995  Doug Evans  <dje@canuck.cygnus.com>
12600
12601         * config-ml.in (ml_realsrcdir): New, to account for ${subdir}.
12602
12603 Tue Dec 26 11:45:31 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
12604
12605         * config.guess (AViiON:dgux:*:*): Update from FSF to add pentium
12606         DG/UX support.
12607
12608 Fri Dec 15 10:01:27 1995  Stan Cox  <coxs@dg-rtp.dg.com>
12609
12610         * config.sub (i*86*) Change [345] to [3456]
12611
12612 Wed Dec 20 17:41:40 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
12613
12614         * configure.in (noconfigdirs): Add gas or ld if --with-gnu-as=no or
12615         --with-gnu-ld=no.
12616
12617 Wed Dec 20 15:15:35 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
12618
12619         * config-ml.in (rs6000*, powerpc*): Add switches to control which
12620         AIX multilibs get built.
12621
12622 Mon Dec 18 17:55:46 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
12623
12624         * configure.in (i386-win32): Don't build expect if we're not
12625         building the tcl subdir.
12626
12627 Mon Dec 18 11:47:19 1995  Stan Shebs  <shebs@andros.cygnus.com>
12628
12629         * Makefile.in: (configure-target-examples, all-target-examples):
12630         New targets, configure and build example programs.
12631
12632 Fri Dec 15 16:13:03 1995  Stan Shebs  <shebs@andros.cygnus.com>
12633
12634         * mpw-configure: If an mpw-config.in generated a file mk.sed,
12635         use it as input to sedit the generated MPW makefile.
12636         * mpw-README: Add a suggestion about Gestalt.h.
12637
12638 Wed Dec 13 16:43:51 1995  Ian Lance Taylor  <ian@cygnus.com>
12639
12640         * config.sub: Accept *-*-ieee*.
12641
12642 Tue Dec 12 11:52:57 1995  Ian Lance Taylor  <ian@cygnus.com>
12643
12644         * Makefile.in (local-distclean): Remove $(TARGET_SUBDIR).  From
12645         Ronald F. Guilmette <rfg@monkeys.com>.
12646
12647 Mon Dec 11 15:31:58 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
12648
12649         * configure.in (host==powerpc-pe): Add many directories to noconfigdirs
12650         for powerpc-pe native.
12651         (target==i386-win32): add tcl, make to noconfigdirs if canadian cross.
12652         (target==powerpc-pe): duplicate i386-win32 entry.
12653
12654 Sat Dec  9 14:58:28 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
12655
12656         * configure.in (noconfigdirs): Exclude target-newlib for all versions
12657         of vxworks, not just vxworks5.1.
12658
12659 Mon Dec  4 12:05:40 1995  Stan Shebs  <shebs@andros.cygnus.com>
12660
12661         * mpw-configure: Add support for exec-prefix.
12662
12663 Mon Dec  4 10:22:50 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
12664
12665         * config.guess: Recognize HP model 816 machines as having
12666         a PA1.1 processor.
12667
12668 Mon Dec  4 12:38:15 1995  Ian Lance Taylor  <ian@cygnus.com>
12669
12670         * configure: Ignore new autoconf configure options.
12671
12672 Thu Nov 30 16:57:33 1995  Per Bothner  <bothner@wombat.gnu.ai.mit.edu>
12673
12674         * config.guess:  Recognize Pentium under SCO.
12675         From Robert Lipe <robertl@arnet.com>.
12676
12677 Wed Nov 29 13:49:08 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
12678
12679         * configure.in (noconfigdirs): Disable target-libio on v810-*-*.
12680
12681 Wed Nov 29 12:12:01 1995  Ian Lance Taylor  <ian@cygnus.com>
12682
12683         * configure.in: Don't configure gas for alpha-dec-osf*.
12684
12685 Tue Nov 28 17:16:48 1995  Ian Lance Taylor  <ian@cygnus.com>
12686
12687         * configure.in: Default to --with-stabs for some targets for which
12688         it makes sense: mips*-*-*, alpha*-*-osf*, i[345]86*-*-sysv4* and
12689         i[345]86*-*-unixware*.
12690
12691 Mon Nov 27 13:44:15 1995  Ian Lance Taylor  <ian@cygnus.com>
12692
12693         * config-ml.in: Get list of multidirs using gcc --print-multi-lib
12694         rather than basing it on the target.  Simplify handling of options
12695         controlling which directories to configure.  Remove extraneous
12696         slash in multi-clean target.
12697
12698 Fri Nov 24 17:29:29 1995  Doug Evans  <dje@deneb.cygnus.com>
12699
12700         * config-ml.in: Prefix more variables with ml_ so they don't collide
12701         with configure's.
12702
12703 Wed Nov 22 11:27:02 1995  Ian Lance Taylor  <ian@cygnus.com>
12704
12705         * configure: Don't turn -v into --v.
12706
12707 Tue Nov 21 16:48:02 1995  Doug Evans  <dje@deneb.cygnus.com>
12708
12709         * configure.in (targargs): Fix typo.
12710
12711         * Makefile.in (DEVO_SUPPORT): Add symlink-tree.
12712
12713 Tue Nov 21 14:08:28 1995  Ian Lance Taylor  <ian@cygnus.com>
12714
12715         * configure.in: Strip --host and --target options from
12716         CONFIG_ARGUMENTS, and always configure for --host only.  Add
12717         --with-cross-host option when building with a cross-compiler.
12718         * configure: Canonicalize the arguments put into config.status by
12719         always using `=' for an option with an argument.  Pass a presumed
12720         --host or --target explicitly.
12721
12722 Fri Nov 17 17:50:30 1995  Stan Shebs  <shebs@andros.cygnus.com>
12723
12724         * config.sub: Merge -macos*, -magic*, -pe*, and -win32 cases
12725         into general OS recognition case.
12726
12727 Fri Nov 17 17:42:25 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
12728
12729         * configure.in (target_configdirs): add target-winsup only
12730         for win32 target systems.
12731
12732 Thu Nov 16 14:04:47 1995  Ian Lance Taylor  <ian@cygnus.com>
12733
12734         * Makefile.in (all-target-libgloss): Depend upon
12735         configure-target-newlib, since when libgloss is built it looks to
12736         see if the newlib directory exists.
12737
12738 Wed Nov 15 14:47:52 1995  Ken Raeburn  <raeburn@cygnus.com>
12739
12740         * Makefile.in (DEVO_SUPPORT): Use config-ml.in instead of
12741         cfg-ml-*.in.
12742
12743 Wed Nov 15 11:45:23 1995  Ian Lance Taylor  <ian@cygnus.com>
12744
12745         * configure: Handle LD and LD_FOR_TARGET when configuring a
12746         Canadian Cross.
12747
12748 Tue Nov 14 14:56:11 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
12749
12750         * configure.in (target_libs): add target-winsup.
12751         (target==i386-win32): add patch diff flex make to $noconfigdirs.
12752         (target==ppcle-pe): remove ld from $noconfigdirs.
12753
12754 Tue Nov 14 01:25:50 1995  Doug Evans  <dje@canuck.cygnus.com>
12755
12756         * Makefile.in (CONFIGURE_TARGET_MODULES): Pass --with-target-subdir.
12757         Preserve relative path names in $srcdir.  Build symlink tree if
12758         configuring cross target dir and srcdir=. (= no VPATH support).
12759         (configure-target-libg++): Depend on configure-target-librx.
12760         * cfg-ml-com.in, cfg-ml-pos.in: Deleted.
12761         * config-ml.in: New file.
12762         * symlink-tree: New file.
12763         * configure: Ensure srcdir="." if that's what it is.
12764
12765 Mon Nov 13 12:34:20 1995  Stan Shebs  <shebs@andros.cygnus.com>
12766
12767         * mpw-README: Clarify some phrasing, add notes about CodeWarrior
12768         includes and FLEX_SKELETON setting.
12769         * mpw-configure (--with-gnu-ld): New option, controls whether
12770         to use PPCLink or ld with PowerMac GCC.
12771         * mpw-build.in (all-grez, do-grez, install-grez): New targets.
12772         * mpw-config.in: Configure grez if targeting Mac.
12773
12774         * config.sub: Accept pmac and pmac-mpw as names for PowerMacs,
12775         accept mpw and mac-mpw as names for m68k Macs, change macos7 to
12776         just macos.
12777         * configure.in: Configure grez resource compiler if targeting Mac.
12778         * Makefile.in (all-grez, install-grez): New targets.
12779
12780 Wed Nov  8 17:33:51 1995  Jason Merrill  <jason@yorick.cygnus.com>
12781
12782         * configure: CXX defaults to gcc, not g++.  If we find
12783         gcc in the path, set CC to gcc -O2.
12784
12785 Tue Nov  7 15:45:17 1995  Ian Lance Taylor  <ian@cygnus.com>
12786
12787         * configure: Default ${build} correctly.  Avoid picking up extra
12788         spaces when reading CC and CXX from Makefile.  When doing a
12789         Canadian Cross, use plausible default values for numerous
12790         variables.
12791         * configure.in: When doing a Canadian Cross, don't try to
12792         configure tools whose configure script can't handle it.
12793
12794 Mon Nov  6 19:32:17 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
12795
12796         * cfg-ml-com.in (sh-*-*): Add m2 and ml/m2 to multidirs.
12797
12798 Sun Nov  5 00:15:41 1995  Per Bothner  <bothner@kalessin.cygnus.com>
12799
12800         * configure:  Remove dubious bug reporting address.
12801
12802 Fri Nov  3 08:17:54 1995  Per Bothner  <bothner@kalessin.cygnus.com>
12803
12804         * Makefile.in ($(CONFIGURE_TARGET_MODULES)):  If subdir has
12805         configure script, run that instead of this directory's configure.
12806         In either case, print a message that we're configuring the sub-dir.
12807
12808 Thu Nov  2 23:23:36 1995  Per Bothner  <bothner@kalessin.cygnus.com>
12809
12810         * configure.in: Before checking for the existence of various files,
12811         use sed to filter out "target-".
12812
12813 Thu Nov  2 13:24:56 1995  Ian Lance Taylor  <ian@cygnus.com>
12814
12815         * Makefile.in (DO_X): Split rule to decrease command line length
12816         for systems with small ARG_MAX values.  From phdm@info.ucl.ac.be
12817         (Philippe De Muyter).
12818
12819 Wed Nov  1 15:18:35 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
12820
12821         * Makefile.in (all-patch): depend on all-libiberty.
12822
12823 Wed Nov  1 12:23:20 1995  Ian Lance Taylor  <ian@cygnus.com>
12824
12825         * configure.in: If the only directory in target_configdirs which
12826         actually exists is libiberty, then set target_configdirs to empty,
12827         to avoid trying to build a target libiberty in a gas or gdb
12828         distribution.
12829
12830 Tue Oct 31 17:52:39 1995  J.T. Conklin  <jtc@slave.cygnus.com>
12831
12832         * configure.in (host_makefile_frag): Use m68k-sun-sunos* instead
12833         of m68k-sun-* when selecting mh-sun3 to avoid matching NetBSD/sun3
12834         systems.
12835
12836 Tue Oct 31 16:57:32 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
12837
12838         * configure.in (copy_dirs): Use sys-include instead of include
12839         for --with-headers option.
12840
12841 Tue Oct 31 10:29:36 1995  steve chamberlain  <sac@slash.cygnus.com>
12842
12843         * Makefile.in, configure.in: Make winsup builds work with
12844         new scheme.
12845
12846 Mon Oct 30 18:57:09 1995  Ian Lance Taylor  <ian@cygnus.com>
12847
12848         * configure.in: Build the linker on AIX.
12849
12850 Mon Oct 30 12:27:16 1995  Per Bothner  <bothner@kalessin.cygnus.com>
12851
12852         * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET):  Add $(TARGET_SUBDIR)
12853         where needed.
12854
12855 Mon Oct 30 12:45:25 1995  Doug Evans  <dje@cygnus.com>
12856
12857         * Makefile.in (all-gcc): Fix typo.
12858
12859 Sat Oct 28 10:27:59 1995  Per Bothner  <bothner@kalessin.cygnus.com>
12860
12861         * Makefile.in ($(CHECK_TARGET_MODULES)):  Fix typo.
12862
12863 Fri Oct 27 23:14:12 1995  Per Bothner  <bothner@kalessin.cygnus.com>
12864
12865         * configure.in:  Rename libFOO to target-libFOO, and xiberty
12866         to target-xiberty, to provide more flexibility.
12867         (target_subdir):  Define.  Create if cross.
12868         Set TARGET_SUBDIR in Makefile to ${target_subdir}.
12869         * Makefile.in:  Rename all-libFOO -> all-target-libFOO, all-xiberty
12870         -> all-target-libiberty, configure-libFOO -> configure-target-libFOO,
12871         check-libFOO -> check-target-libFOO, etc.
12872         ($(DO_X)):  Iterate over TARGET_CONFIGDIRS after SUBDIRS.
12873         ($(CONFIGURE_TARGET_MODULES), $(CHECK_TARGET_MODULES),
12874         $(ALL_TARGET_MODULES), $(INSTALL_TARGET_MODULES)): Update accordingly.
12875         (configure-target-XXX):  Depend on $(ALL_GCC), not all-gcc, to
12876         allow ALL_GCC="" to only configure.
12877         (DEVO_SUPPORT):  Add cfg-ml-com.in and cfg-ml-pos.in.
12878         (ETC_SUPPORT, ETC_SUPPORT_PFX):  Merge;  update 'taz' accordingly.
12879         (LIBGXX_SUPPORT_DIRS):  Remove xiberty.
12880
12881 Sat Oct 28 01:53:49 1995  Ken Raeburn  <raeburn@cygnus.com>
12882
12883         * Makefile.in (taz): Build "info" in etc explicitly.
12884
12885 Fri Oct 27 09:32:30 1995  Stu Grossman  (grossman@cygnus.com)
12886
12887         * configure.in:  Make sure that CC is undefined (as opposed to
12888         null) if toplevel/config/mh-{host} doesn't define it.  Fixes a
12889         problem with autoconf trying to configure on a host without GCC.
12890
12891 Thu Oct 26 22:35:01 1995  Stan Shebs  <shebs@andros.cygnus.com>
12892
12893         * mpw-configure: Set host alias from choice of host compiler,
12894         only use generic MPW Makefile sed if present, edit a file
12895         named "hacked_Makefile.in" instead of "Makefile.in" if present.
12896         * mpw-README: Add problem notes about CW6 and CW7.
12897
12898 Thu Oct 26 05:45:10 1995  Ken Raeburn  <raeburn@kr-pc.cygnus.com>
12899
12900         * Makefile.in (taz): Use ";" instead of ";;".
12901
12902 Wed Oct 25 15:18:24 1995  Per Bothner  <bothner@kalessin.cygnus.com>
12903
12904         * Makefile.in (taz):  Grep for '^diststuff:' or '^info:' in
12905         sub-directory Makefiles, instead of using DISTSTUFFDIRS and
12906         DISTDOCDIRS.
12907         (DISTSTUFFDIRS, DISTDOCDIRS):  Removed - no longer used.
12908         (newlib.tar.gz):  Don't pass DISTDOCDIRS to recursive make.
12909
12910 Wed Oct 25 14:43:55 1995  Per Bothner  <bothner@kalessin.cygnus.com>
12911
12912         * Makefile.in (DISTDOCDIRS):  Remove ld gprof bnutils gas libg++ gdb
12913         and gnats, because they are now subsumed by DISTSTUFFDIRS.
12914         Move bfd to DISTSTUFFDIRS.
12915
12916 Tue Oct 24 18:19:09 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
12917
12918         * Makefile.in (X11_LIB): Removed.
12919         (X11_FLAGS_TO_PASS): pass only X11_EXTRA_CFLAGS and X11_EXTRA_LIBS.
12920
12921         * configure.in (host_makefile_frag): mh-aix & mh-sun removed.
12922
12923 Sun Oct 22 13:04:42 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
12924
12925         * cfg-ml-com.in (powerpc*): Shorten some of the multilib directory
12926         names.
12927
12928 Fri Oct 20 18:02:10 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
12929
12930         * cfg-ml-com.in (powerpc*-eabi*): Add mcall-aixdesc varients.
12931
12932 Thu Oct 19 10:40:57 1995  steve chamberlain  <sac@slash.cygnus.com>
12933
12934         * configure.in (i[345]86-*-win32): Always build newlib.
12935         Don't configure cvs, autoconf or texinfo.
12936         * Makefile.in (LD_FOR_TARGET): New.
12937         (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS, CONFIGURE_TARGET_MODULES):
12938         Pass down LD_FOR_TARGET.
12939
12940 Wed Oct 18 15:53:56 1995  steve chamberlain  <sac@slash.cygnus.com>
12941
12942         * winsup: New directory.
12943         * Makefile.in: Build winsup.
12944         * configure.in: Winsup is configured when target is win32.
12945         Can only build win32 target GDB when native.
12946
12947 Mon Oct 16 09:42:31 1995  Jeffrey A Law  (law@cygnus.com)
12948
12949         * config.guess: Recognize HP model 819 machines as having
12950         a PA 1.1 processor.
12951
12952 Mon Oct 16 10:49:43 1995  Ian Lance Taylor  <ian@cygnus.com>
12953
12954         * configure: Fix sed loop which substitutes for CC and CXX to
12955         avoid bug found in various sed implementations.
12956
12957 Wed Oct 11 16:16:20 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
12958
12959         * cfg-ml-com.in (powerpc-*-eabisim): Delete separate rule for
12960         simulator.  Use standard powerpc-*-eabi*.
12961
12962 Mon Oct  9 17:21:56 1995  Ian Lance Taylor  <ian@cygnus.com>
12963
12964         * configure.in: Stop putting gas and binutils in noconfigdirs for
12965         powerpc-*-aix* and rs6000-*-*.
12966
12967 Mon Oct  9 12:38:40 1995  Michael Meissner  <meissner@cygnus.com>
12968
12969         * cfg-ml-com.in (powerpc*-*-eabisim*): Add support for building
12970         -mcall-aixdesc libraries.
12971
12972 Fri Oct  6 16:17:57 1995  Ken Raeburn  <raeburn@cygnus.com>
12973
12974         Mon Sep 25 22:49:32 1995  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
12975
12976         * config.sub (arm | armel | armeb): Fix shell syntax.
12977
12978 Fri Oct  6 14:40:28 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
12979
12980         * cfg-ml-com.in ({powerpc,rs6000}-ibm-aix*): Add multilibs for
12981         -msoft-float and -mcpu=common support.
12982         (powerpc*-*-eabisim*): Add support for building -mcall-aix
12983         libraries.
12984
12985 Thu Oct  5 13:26:37 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
12986
12987         * configure.in: Allow configuration and build of emacs19 for the alpha.
12988
12989 Wed Oct  4 22:05:36 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
12990
12991         * configure.in (CC): Get ^CC, not just any old CC, from
12992         ${host_makefile_frag}.
12993
12994 Wed Oct  4 21:55:00 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
12995
12996         * configure.in (CC): Try to get CC from
12997         ${srcdir}/${host_makefile_frag}, not ${host_makefile_frag}.
12998
12999 Wed Oct  4 21:44:12 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
13000
13001         * Makefile.in (TARGET_CONFIGDIRS): configure targetdirs
13002         only if it exists in $(srcdir).
13003
13004 Wed Oct  4 11:52:31 1995  Ian Lance Taylor  <ian@cygnus.com>
13005
13006         * configure: If CC and CXX are not set in the environment, set
13007         them, based on either an existing Makefile or on searching for gcc
13008         in PATH.  Substitute for CC and CXX in Makefile.
13009         * configure.in: Remove libm from target_libs.  Separate
13010         target_configdirs from configdirs.  If CC is not set in
13011         environment, try to get it from a host Makefile fragment.  Rewrite
13012         changes of configdirs to use skipdirs instead.  A few minor
13013         tweaks.  Take directories out of target_configdirs as they are
13014         taken out of configdirs.  Remove existing Makefile files from
13015         subdirectories.  Substitute for TARGET_CONFIGDIRS and
13016         CONFIG_ARGUMENTS in Makefile.
13017         * Makefile.in (TARGET_CONFIGDIRS): New variable, automatically set
13018         by configure.in.
13019         (CONFIG_ARGUMENTS): Likewise.
13020         (CONFIGURE_TARGET_MODULES): New variable.
13021         ($(DO_X)): Loop over TARGET_CONFIGDIRS as well as SUBDIRS.
13022         ($(CONFIGURE_TARGET_MODULES)): New target.
13023         (configure-libg++, configure-libio): New targets.
13024         (all-libg++): Depend upon configure-libg++.
13025         (all-libio): Depend upon configure-libio.
13026         (configure-libgloss, all-libgloss): New targets.
13027         (configure-libstdc++): New target.
13028         (all-libstdc++): Depend upon configure-libstdc++.
13029         (configure-librx, all-librx): New targets.
13030         (configure-newlib): New target.
13031         (all-newlib): Depend upon configure-newlib
13032         (configure-xiberty): New target.
13033         (all-xiberty): Depend upon configure-xiberty.
13034
13035 Sat Sep 30 04:32:59 1995  Jason Molenda (crash@phydeaux.cygnus.com)
13036
13037         * configure.in (host i[345]86-*-win32):  Expand the
13038         noconfigdirs again.
13039
13040 Thu Sep 28 21:18:49 1995  Stan Shebs  <shebs@andros.cygnus.com>
13041
13042         * mpw-configure: Fix sed command file name.
13043
13044 Thu Sep 28 17:39:56 1995  steve chamberlain  <sac@slash.cygnus.com>
13045
13046         * configure.in (host i[345]86-*-win32): Reduce the
13047         noconfigdirs again.
13048
13049 Wed Sep 27 12:24:00 1995  Ian Lance Taylor  <ian@cygnus.com>
13050
13051         * configure.in: Don't configure ld and gdb for powerpc*-*-winnt*
13052         or powerpc*-*-pe*, since they are not yet supported.
13053
13054 Tue Sep 26 14:30:01 1995  Stan Shebs  <shebs@andros.cygnus.com>
13055
13056         Add PowerMac support and many other enhancements.
13057         * mpw-configure: New option --cc to select compiler to use,
13058         paste options set according to --cc into the generated
13059         Makefile, generate the Makefile by sed'ing the Unix Makefile.in
13060         if mpw-make.sed is present.
13061         * mpw-config.in: Don't test for gC1, test for mpw-touch,
13062         add forward includes for PowerPC include files.
13063         * mpw-build.in: Build using Makefile.PPC if present.
13064         (do-byacc, etc): Remove separate version resource builds.
13065         (do-gas): Build "stamps" before "all".
13066         (do-gcc): Build "stamps-h" and "stamps-c" before "all".
13067         * mpw-README: Update to reflect --cc option, PowerMac support,
13068         and recently-reported compatibility problems.
13069
13070 Fri Sep 22 12:15:42 1995  Doug Evans  <dje@deneb.cygnus.com>
13071
13072         * cfg-ml-com.in (m68*-*-*): Only build multilibs for
13073         embedded m68k systems (-aout, -coff, -elf, -vxworks).
13074         (--with-multilib-top): Pass to recursive invocations.
13075
13076 Tue Sep 19 13:51:05 1995  J.T. Conklin  <jtc@blues.cygnus.com>
13077
13078         * configure.in (noconfigdirs): Disable libg++ and libstdc++ on
13079         v810-*-*.
13080
13081 Mon Sep 18 23:08:26 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
13082
13083         * configure.in (noconfigdirs): Disable bfd, binutils, gas, gcc,
13084         gdb, ld and opcodes on v810-*-*.
13085
13086 Tue Sep 12 18:03:31 1995  Ian Lance Taylor  <ian@cygnus.com>
13087
13088         * Makefile.in (DO_X): Change do-realclean to do-maintainer-clean.
13089         (local-maintainer-clean): New target.
13090         (maintainer-clean): New target.
13091         (realclean): Just depend upon maintainer-clean.
13092
13093 Fri Sep  8 17:11:14 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
13094
13095         * configure.in (noconfigdirs): Disable gdb on m68k-*-netbsd*.
13096
13097 Fri Sep  8 16:46:29 1995  Ian Lance Taylor  <ian@cygnus.com>
13098
13099         * configure.in: Build ld in mips*-*-bsd* case.
13100
13101 Thu Sep  7 20:03:41 1995  Ken Raeburn  <raeburn@cygnus.com>
13102
13103         * config.sub: Accept -lites* OS.  From Ian Dall.
13104
13105 Fri Sep  1 08:06:58 1995  James G. Smith  <jsmith@beauty.cygnus.com>
13106
13107         * config.sub: recognise mips64vr4300 and mips64vr4300el as valid
13108         targets.
13109
13110 Wed Aug 30 21:06:50 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
13111
13112         * configure.in: treat i386-win32 canadian cross the same as
13113         i386-go32 canadian cross.
13114
13115 Thu Aug 24 14:53:20 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
13116
13117         * cfg-ml-com.in (powerpc*-*-eabisim): Add support for PowerPC
13118         running under the simulator to build a reduced set of libraries.
13119         (powerpc-*-eabiaix): Add fine grained multilib support added to
13120         other powerpc targets yesterday.
13121
13122 Wed Aug 23 09:41:56 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
13123
13124         * cfg-ml-com.in (powerpc*): Add support for -disable-biendian,
13125         -disable-softfloat, -disable-relocatable, -disable-aix, and
13126         -disable-sysv to control which multilib libraries get built.
13127
13128 Thu Aug 17 16:03:41 1995  Ken Raeburn  <raeburn@kr-laptop.cygnus.com>
13129
13130         * configure: Add Makefile.tem to list of files to remove in trap
13131         handler.
13132
13133 Mon Aug 14 19:27:56 1995  Per Bothner  <bothner@kalessin.cygnus.com>
13134
13135         * config.guess (*Linux*):  Add missing "exit"s.
13136         Also, need specific check for alpha-unknown-linux (uses COFF).
13137
13138 Fri Aug 11 15:38:20 1995  Per Bothner  <bothner@kalessin.cygnus.com>
13139
13140         * config.guess:  Merge with FSF:
13141
13142         Wed Jun 28 17:57:27 1995  David Edelsohn  <edelsohn@mhpcc.edu>
13143         * config.guess (AIX4): More robust release numbering discovery.
13144
13145         Thu Jun 22 19:01:24 1995  Kenneth Stailey  (kstailey@eagle.dol-esa.gov)
13146         * config.guess (i386-sequent-ptx): Properly get version number.
13147
13148         Thu Jun 22 18:36:42 1995  Uwe Seimet  (seimet@iris1.chemie.uni-kl.de)
13149         * config.guess (mips:*:4*:UMIPS): New case.
13150
13151 Mon Aug  7 09:21:35 1995  Doug Evans  <dje@canuck.cygnus.com>
13152
13153         * configure.in (i386-go32 host): Fix typo (deja-gnu -> dejagnu).
13154         (i386-win32 host): Likewise.  Don't build readline.
13155
13156 Sat Aug  5 09:51:49 1995  Fred Fish  <fnf@rtl.cygnus.com>
13157
13158         * Makefile.in (GDBTK_SUPPORT_DIRS):  Define and pass as part of
13159         SUPPORT_FILES to submakes.
13160
13161 Fri Aug  4 13:04:36 1995  Fred Fish  <fnf@cygnus.com>
13162
13163         * Makefile.in (GDB_SUPPORT_DIRS): Add utils.
13164         (DEVO_SUPPORT): Add mpw-README, mpw-build.in, mpw-config.h and
13165         mpw-configure.
13166
13167 Wed Aug  2 16:32:40 1995  Ken Raeburn  <raeburn@cygnus.com>
13168
13169         * configure.in (appdirs): Use =, not ==, in test expression when
13170         trying to build the text to print in the warning message for
13171         Solaris users.
13172
13173 Mon Jul 31 09:56:18 1995  steve chamberlain  <sac@slash.cygnus.com>
13174
13175         * cfg-ml-com.in (z8k-*-coff): Add 'std' multilib build.
13176
13177 Fri Jul 28 00:16:31 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
13178
13179         * config.guess: Recognize lynx-2.3.
13180
13181 Thu Jul 27 15:47:59 1995  steve chamberlain  <sac@slash.cygnus.com>
13182
13183         * config.sub (z8ksim): Deleted
13184         (z8k-*-coff): New, this is the one true name of the target.
13185
13186 Thu Jul 27 14:33:33 1995  Doug Evans  <dje@canuck.cygnus.com>
13187
13188         * cfg-ml-pos.in (dotdot): Work around SunOS sed bug.
13189
13190 Thu Jul 27 13:31:05 1995  Fred Fish  (fnf@cygnus.com)
13191
13192         * config.guess (*:Linux:*:*): First try asking the linker what the
13193         default object file format is (elf, aout, or coff).  Then if this
13194         fails, try previous methods.
13195
13196 Thu Jul 27 11:28:17 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
13197
13198         * configure.in: Don't build newlib for *-*-vxworks5.1.
13199
13200 Thu Jul 27 11:18:47 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
13201
13202         * configure.in: Don't build newlib for a29k-*-vxworks5.1.
13203         * test-build.mk: Add setting of --with-headers for a29k-vxworks5.1.
13204
13205 Tue Jul 25 21:25:39 1995  Doug Evans  <dje@canuck.cygnus.com>
13206
13207         * cfg-ml-pos.in (MULTITOP): Trim excess trailing "/.".
13208
13209 Fri Jul 21 10:41:12 1995  Doug Evans  <dje@canuck.cygnus.com>
13210
13211         * cfg-ml-com.in: New file.
13212         * cfg-ml-pos.in: New file.
13213
13214 Wed Jul 19 00:37:27 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
13215
13216         * COPYING.NEWLIB: Add HP free copyright to list.
13217
13218 Tue Jul 18 10:58:51 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
13219
13220         * config.sub: Recognize -eabi* for the system, not just -eabi.
13221
13222 Mon Jul  3 13:44:51 1995  Steve Chamberlain  <sac@slash.cygnus.com>
13223
13224         * Makfile.in (DLLTOOL_FOR_TARGET): New name, pass it down.
13225         * config.sub, configure.in (win32): New target and host.
13226
13227 Wed Jun 28 23:57:08 1995  Steve Chamberlain  <sac@slash.cygnus.com>
13228
13229         * configure.in: Add i386-pe configuration.
13230
13231 Fri Jun 23 14:28:44 1995  Stan Shebs  <shebs@andros.cygnus.com>
13232
13233         * mpw-build.in (install): Install GDB after LD.
13234
13235 Thu Jun 22 17:10:53 1995  Stan Shebs  <shebs@andros.cygnus.com>
13236
13237         * mpw-config.in (elf/mips.h): Always forward-include, needed
13238         for GDB to build.
13239
13240 Wed Jun 21 15:17:30 1995  Rob Savoye  <rob@darkstar.cygnus.com>
13241
13242         * testsuite: New directory for customer acceptance and whole tool
13243         chain tests.
13244
13245 Wed Jun 21 16:50:29 1995  Ken Raeburn  <raeburn@cujo.cygnus.com>
13246
13247         * configure: If per-host line isn't found, but AC_OUTPUT is found
13248         and a configure script exists, run it instead.
13249
13250 Thu Jun 15 21:09:24 1995  Per Bothner  <bothner@kalessin.cygnus.com>
13251
13252         * config.guess:  Update from FSF, for alpha-dec-winnt3.5 and  Crays.
13253
13254 Tue Jun 13 21:43:27 1995  Rob Savoye  <rob@darkstar.cygnus.com>
13255
13256         * configure: Set build_{cpu,vendor,os,alias} to host values when
13257         --build isn't specified.
13258
13259 Mon Jun  5 18:26:36 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
13260
13261         * Makefile.in (PICFLAG, PICFLAG_FOR_TARGET): New macros.
13262         (FLAGS_TO_PASS): Pass them.
13263         (EXTRA_TARGET_FLAGS): Ditto.
13264
13265 Wed May 31 22:27:42 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
13266
13267         * Makefile.in (all-libg++): Depend on all-libstdc++.
13268
13269 Thu May 25 22:40:59 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
13270
13271         * configure.in (noconfigdirs): Enable all packages for
13272           i386-unknown-netbsd.
13273
13274 Sat May 20 13:22:31 1995  Angela Marie Thomas  <angela@cirdan.cygnus.com>
13275
13276         * configure.in (noconfigdirs): Don't configure tk for i386-go32
13277         hosted builds (DOS builds)
13278
13279 Thu May 18 18:08:49 1995  Ken Raeburn  <raeburn@kr-laptop.cygnus.com>
13280
13281         Changes for ARM based on patches from Richard Earnshaw:
13282         * config.sub: Handle armeb and armel.
13283         * configure.in: Omit arm linker only for riscix.
13284
13285 Thu May 11 17:23:26 1995  Per Bothner  <bothner@kalessin.cygnus.com>
13286
13287         * config.guess:  Update from FSF.
13288
13289 Tue May  9 15:52:05 1995  Michael Meissner  <meissner@cygnus.com>
13290
13291         * config.sub: Recognize powerpcle as the little endian variant of
13292         the PowerPC.  Recgonize ppc as a PowerPC variant, and ppcle as a
13293         powerpcle variant.  Convert pentium into i586, not i486.  Add p5
13294         alias for i586.  Map new x86 variants p6, k5, nexgen into i586
13295         temporarily.
13296
13297 Tue May  2 16:29:41 1995  Jeff Law  (law@snake.cs.utah.edu)
13298
13299         * configure.in (hppa*-*-lites*): Treat like hppa*-*-*elf*.
13300
13301 Sun Apr 30 21:38:09 1995  Jeff Law  (law@snake.cs.utah.edu)
13302
13303         * config.sub: Accept -lites* as a basic system type.
13304
13305 Thu Apr 27 11:33:29 1995  Michael Meissner  (meissner@cygnus.com)
13306
13307         * config.guess (*:Linux:*:*): Check for whether the pre-BFD linker is
13308         installed, and if so return linuxoldld as the system name.
13309
13310 Wed Apr 26 10:59:02 1995  Jeff Law  (law@snake.cs.utah.edu)
13311
13312         * config.guess: Add hppa1.1-hp-lites support.
13313
13314 Tue Apr 25 11:08:11 1995  Rob Savoye  <rob@darkstar.cygnus.com>
13315
13316         * configure.in: Don't build newlib for m68k-vxworks5.1.
13317
13318 Wed Apr 19 17:02:43 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
13319
13320         * configure.in (mips-sgi-irix6): Use mh-irix5.
13321
13322 Fri Apr 14 15:21:17 1995  Doug Evans  <dje@chestnut.cygnus.com>
13323
13324         * Makefile.in (all-gcc): Depend on all-ld (for libgcc1-test).
13325
13326 Wed Apr 12 16:06:01 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
13327
13328         * test-build.mk: Enable building of shared libraries on IRIX 5 and
13329         OSF/1.  Fix compiler flags.
13330         * build-all.mk: Support Linux and OSF/1 3.0.  Fix compiler flags.
13331
13332 Tue Apr 11 18:55:40 1995  Doug Evans  <dje@canuck.cygnus.com>
13333
13334         * configure.in: Recognize --with-newlib.
13335         (sparc-*-sunos4*): Build sim, dejagnu, expect, tcl if cross target.
13336
13337 Mon Apr 10 14:38:20 1995  Jason Molenda (crash@phydeaux.cygnus.com)
13338
13339         * Makefile.in: move {all,check,install}-gdb from *_MODULES
13340         to *_X11_MODULES due to gdbtk needing X include files et al.
13341
13342 Mon Apr 10 11:42:22 1995  Stan Shebs  <shebs@andros.cygnus.com>
13343
13344         Merge in support for Mac MPW as a host.
13345         (Old change descriptions retained for informational value.)
13346
13347         * mpw-config.in: Add generic include forwards for cpu-specific
13348         include files in aout and elf directories.
13349
13350         * mpw-configure: Added copyright.
13351         * mpw-config.in: Check for presence of required build tools.
13352         (target_libs): Add newlib.
13353         (target_tools): Add examples.
13354         (Read Me): Generate as "Read Me for MPW" instead.
13355         * mpw-build.in: Base sub-builds on all-foo instead of do-foo.
13356         (all-byacc, do-byacc, all-flex, do-flex, do-newlib): New actions.
13357         (do-gas, do-gcc, do-gdb, do-ld): Build Version.r first.
13358
13359         * mpw-configure: Remove subdir-specific makefile hackery,
13360         delete mk.tmp after using it.
13361
13362         * mpw-build.in (all): Display start and end times.
13363
13364         * mpw-configure (host_canonical): Set.
13365         (target_cpu): Always add to makefiles.
13366         (ARCHDEFS, EMUL): Add to makefile only if nonempty.
13367         (TM_FILE, XM_FILE, NM_FILE): No longer add to makefile.
13368         (mpw-mh-mpw): Look for in srcdir and srcroot.
13369         Use sed instead of mpw-edit-prefix to edit prefix definitions.
13370
13371         * mpw-build.in: (install-only): New target.
13372
13373         * mpw-configure (host_alias, target_alias): Rename from hostalias
13374         and targetalias, add into generated Makefile.
13375         (mk.tmp): If present, add into generated Makefile.
13376         * mpw-build.in (all-gas): Build config.h first before gas proper.
13377
13378         * mpw-configure (config.status): Write only if changed.
13379         * mpw-config.in (readline): Configure it (not built, just used for
13380         definitions).
13381
13382         * mpw-config.in (elf/mips.h): Add a forward include.
13383
13384         * mpw-config.in: Forward-include most .h files in include into
13385         extra-include.
13386         (readline): Don't build.
13387         mpw-build.in (install): Install GDB.
13388
13389         * mpw-configure (prefix, mpw_prefix): Handle it.
13390         * mpw-config.in (mmalloc, readline): Don't configure.
13391         * mpw-build.in (thisscript): Rename to ThisScript.
13392         Use mpw-build instead of BuildProgram everywhere.
13393         (mmalloc, readline): Don't build.
13394         * mpw-README: New file, basic documentation about the MPW port.
13395
13396         * mpw-config.in: Use forward-include to create include files.
13397
13398         * mpw-configure: Add more things to the top of each configured
13399         Makefile, including contents of config/mpw-mh-mpw.
13400         * mpw-config.in (extra-include): Create this directory and fill it
13401         with Posix-like include files when configuring.
13402
13403         * config.sub (apple, mac, mpw): Add various aliases.
13404
13405         * mpw-build.in: New file, top-level build script fragment for MPW.
13406         * mpw-configure: New file, configure script for MPW.
13407         * mpw-config.in: New file, config fragment for MPW.
13408
13409 Fri Apr  7 19:33:16 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
13410
13411         * configure.in (host_libs): Remove glob, since it is gone from the
13412         sources.
13413
13414 Fri Mar 31 11:36:17 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
13415
13416         * Makefile.in: define empty GDB_NLM_DEPS var.
13417
13418         * configure.in(target_makefile_frag): use config/mt-netware
13419         for netware targets.
13420
13421 Thu Mar 30 13:51:43 1995  Ian Lance Taylor  <ian@cygnus.com>
13422
13423         * config.sub: Merge in recent FSF changes.  Remove linux special
13424         cases.
13425
13426 Tue Mar 28 14:47:34 1995  Jason Molenda (crash@phydeaux.cygnus.com)
13427
13428         Revert this change:
13429
13430         Tue Mar 30 10:03:09 1993  Ian Lance Taylor  (ian@cygnus.com)
13431
13432                 * build-all.mk: Use CC=cc -Xs on Solaris.
13433
13434 Tue Mar 21 10:43:32 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
13435
13436         * glob/*: Removed.  Schauer's 24 Feb 1994 readline change made us
13437         stop using it.
13438         * Makefile.in: Nuke all references to glob subdirectory.
13439
13440 Thu Mar 16 13:35:30 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
13441
13442         * configure.in: Fix --enable-shared logic in per-host.
13443
13444 Mon Mar 13 12:33:15 1995  Ian Lance Taylor  <ian@cygnus.com>
13445
13446         * configure.in (*-hp-hpux[78]*): Use mh-hpux8.
13447
13448 Mon Mar  6 10:21:58 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
13449
13450         * configure.in (noconfigdirs): Don't build gas on AIX, for
13451         powerpc*-*-aix* as well as for rs6000*-*-aix*.
13452
13453 Wed Mar  1 12:51:53 1995  Ian Lance Taylor  <ian@cygnus.com>
13454
13455         * configure: Fix --cache-file to work if the file argument is a
13456         relative path.
13457
13458 Tue Feb 28 17:36:07 1995  Ian Lance Taylor  <ian@cygnus.com>
13459
13460         * configure: If the --cache-file is used, pass it down to
13461         configure in subdirectories.
13462
13463 Mon Feb 27 12:52:46 1995  Kung Hsu  <kung@mexican.cygnus.com>
13464
13465         * config.sub: add vxworks29k configuration.
13466
13467 Fri Feb 10 16:12:26 1995  Ken Raeburn  <raeburn@cujo.cygnus.com>
13468
13469         * Makefile.in (taz): Do "diststuff" part quietly.
13470
13471 Sun Feb  5 14:16:35 1995  Doug Evans  <dje@canuck.cygnus.com>
13472
13473         * config.sub: Mini-merge with gcc/config.sub.
13474
13475 Sat Feb  4 12:11:35 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
13476
13477         * config.guess (IRIX): Sed - to _.
13478
13479 Fri Feb  3 11:54:42 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
13480
13481         * Makefile.in (source-vault, binary-vault): New targets.
13482
13483 Thu Jan 26 13:00:11 1995  Michael Meissner  <meissner@cygnus.com>
13484
13485         * config.sub: Recognize -eabi as a basic system type.
13486
13487 Thu Jan 12 13:13:23 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
13488
13489         * configure.in (enable_shared stuff): Fix typo.
13490
13491 Thu Jan 12 01:36:51 1995  deanm@medulla.LABS.TEK.COM (Dean Messing)
13492
13493         * Makefile.in (BASE_FLAGS_TO_PASS): Fix typo in passing LIBCXXFLAGS*.
13494
13495 Wed Jan 11 16:29:53 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
13496
13497         * Makefile.in (LIBCXXFLAGS_FOR_TARGET): Add -fno-implicit-templates.
13498
13499 Mon Jan  9 12:48:01 1995  Jim Kingdon  <kingdon@lioth.cygnus.com>
13500
13501         * configure.in (rs6000-*-*): Don't build gas.
13502
13503 Wed Jan  4 23:53:49 1995  Ian Lance Taylor  <ian@tweedledumb.cygnus.com>
13504
13505         * Makefile.in: Use /x/x/ instead of /brokensed/brokensed/, to
13506         reduce command line length.
13507         (AS_FOR_TARGET): Check for as.new, not Makefile.
13508         (NM_FOR_TARGET): Check for nm.new, not Makefile.
13509
13510 Wed Jan  4 13:02:39 1995  Per Bothner  <bothner@kalessin.cygnus.com>
13511
13512         * config.guess:  Merge from FSF.
13513
13514 Thu Dec 15 17:11:37 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
13515
13516         * configure: Don't use $ when handling program_suffix.
13517
13518 Mon Dec 12 12:09:37 1994  Stu Grossman  (grossman@cygnus.com)
13519
13520         * configure.in:  Configure tk for hppa/hpux.
13521
13522 Fri Dec  2 15:55:38 1994  Per Bothner  <bothner@kalessin.cygnus.com>
13523
13524         * Makefile.in (LIBGXX_SUPPORT_DIRS):  Add libstdc++.
13525
13526 Tue Nov 29 19:37:56 1994  Per Bothner  <bothner@kalessin.cygnus.com>
13527
13528         * Makefile.in:  Move -fno-implicit-template from CXXFLAGS
13529         to LIBCXXFLAGS.  Tests are better run without it.
13530
13531 Wed Nov 23 10:29:25 1994  Brendan Kehoe  (brendan@lisa.cygnus.com)
13532
13533         * Makefile.in (all-ispell): Depend on all-emacs19 instead of all-emacs.
13534
13535 Mon Nov 21 11:14:01 1994  J.T. Conklin  <jtc@rtl.cygnus.com>
13536
13537         * configure.in (*-*-netware*): Don't configure xiberty.
13538
13539 Mon Nov 14 08:49:15 1994  Stu Grossman  (grossman@cygnus.com)
13540
13541         * configure.in:  Remove tk from native_only list.
13542
13543 Fri Nov 11 15:31:26 1994  Bill Cox  (bill@rtl.cygnus.com)
13544
13545         * build-all.mk: Add mips-ncd-elf target to sun4 targets
13546           for special NCD build.
13547
13548 Mon Nov  7 20:58:17 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
13549
13550         * Makefile.in (DEVO_SUPPORT): Remove configure.bat and
13551         makeall.bat, they're only useful for binutils snapshots.
13552         (binutils.tar.gz, gas+binutils.tar.gz): Add configure.bat and
13553         makeall.bat to specified SUPPORT_FILES.
13554
13555 Mon Nov  7 17:25:18 1994  Bill Cox  (bill@cirdan.cygnus.com)
13556
13557         * build-all.mk: Add Ericsson targets to sun4 and solaris
13558           hosts.  Add  BNR's sun4 target to solaris host, so their
13559           build-from-source will be tested in-house first.
13560
13561 Sat Nov  5 18:43:30 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
13562
13563         * Makefile.in (LIBCFLAGS): New variable.
13564         (CFLAGS_FOR_TARGET): Ditto.
13565         (LIBCFLAGS_FOR_TARGET): Ditto.
13566         (LIBCXXFLAGS): Ditto.
13567         (CXXFLAGS_FOR_TARGET): Ditto.
13568         (LIBCXXFLAGS_FOR_TARGET): Ditto.
13569         (BASE_FLAGS_TO_PASS): Pass them.
13570         (EXTRA_TARGET_FLAGS): Ditto.
13571
13572         * configure.in: Support --enable-shared.
13573
13574 Sat Nov  5 15:44:00 1994  Per Bothner  <bothner@kalessin.cygnus.com>
13575
13576         * configure.in (target_libs):  Include libstdc++ again.
13577         * config.guess:  Update from FSF (for FreeBSD).
13578
13579 Thu Nov  3 16:32:30 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
13580
13581         * Makefile.in (DEVO_SUPPORT): Include configure.bat and
13582         makeall.bat.
13583         (DISTDOCDIRS): Add `etc'.
13584         (ETC_SUPPORT_PFX): New variable.
13585         (taz): Include anything from etc starting with a word in
13586         ETC_SUPPORT_PFX.
13587
13588 Wed Oct 26 16:19:35 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
13589
13590         * config.sub: Update for recent FSF changes.  Remove obsolete
13591         h8300hds entry.  Add -windows* and -osx as basic os.  Minor
13592         spacing changes.
13593
13594 Thu Oct 20 18:41:56 1994  Per Bothner  <bothner@kalessin.cygnus.com>
13595
13596         * configure.in (target_libs):  Remove libstdc++ for libg++-2.6.1.
13597
13598         * config.guess:  Merge with FSF.
13599         * configure.in:  Match on i?86-ncr-sysv4.3, not i?86-ncr-sysv43.
13600
13601 Thu Oct 20 19:26:56 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
13602
13603         * configure: Since the "trap 0" handler will override the exit
13604         status on many systems, only use it for "exit 1", and make it set
13605         a non-zero exit status; reset it before "exit 0".  Also, check
13606         exit status of config.sub, and error out if it failed.
13607
13608 Wed Oct 19 18:49:55 1994  Rob Savoye  (rob@cygnus.com)
13609
13610         * Makefile.in: (ALL_TARGET_MODULES,INSTALL_TARGET_MODULES) Build
13611         and install libgloss.
13612
13613 Tue Oct 18 15:25:24 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
13614
13615         * Makefile.in (all-binutils): Depend upon all-byacc.
13616
13617         * configure.in: Don't build emacs on Irix 5.
13618
13619 Mon Oct 17 16:22:12 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
13620
13621         * configure.in (*-*-netware*): Add libio.
13622
13623 Thu Oct 13 15:51:20 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
13624
13625         * Makefile.in (ALL_TARGET_MODULES): Add libstdc++.
13626         (CHECK_TARGET_MODULES): Ditto.
13627         (INSTALL_TARGET_MODULES): Ditto.
13628         (TARGET_LIBS): Ditto.
13629         (all-libstdc++): Note dependencies.
13630
13631 Thu Oct 13 01:43:08 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
13632
13633         * Makefile.in (BINUTILS_SUPPORT_DIRS): Add gas.
13634
13635 Tue Oct 11 12:12:29 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
13636
13637         * Makefile.in (CXXFLAGS): Use -fno-implicit-templates instead of
13638         -fexternal-templates.
13639
13640         * configure.in (target_libs): Add libstdc++.
13641         (noconfigdirs): Add libstdc++ as appropriate.
13642
13643 Thu Oct  6 18:00:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13644
13645         * config.guess:  Update from FSF.
13646
13647 Tue Oct  4 12:05:42 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
13648
13649         * configure: Use ${config_shell} when running ${configsub}.
13650
13651 Mon Oct  3 14:28:34 1994  Doug Evans  <dje@canuck.cygnus.com>
13652
13653         * config.sub: No longer recognize h8300h.
13654
13655 Mon Oct  3 12:40:54 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
13656
13657         * config.sub: Remove extraneous differences between config.sub and
13658         gcc/config.sub.
13659
13660 Sat Oct  1 00:23:12 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
13661
13662         * Makefile.in (DISTSTUFFDIRS): Add gas.
13663
13664 Thu Sep 22 19:04:55 1994  Doug Evans  (dje@canuck.cygnus.com)
13665
13666         * COPYING.NEWLIB: New file.
13667
13668 Mon Sep 19 18:25:40 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13669
13670         * config.guess (HP-UX):  Patch from Harlan Stenn
13671         <harlan@landmark.com> to also emit release level.
13672
13673 Wed Sep  7 13:15:25 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
13674
13675         * config.guess (sun4*:SunOS:*:*): Change '-JL' to '_JL'.
13676
13677 Tue Sep  6 23:23:18 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13678
13679         * config.sub:  Merge nextstep cleanup from FSF.
13680
13681 Mon Sep  5 05:01:30 1994  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
13682
13683         * configure.in (arm-*-*): Don't configure ld for this target.
13684
13685 Thu Sep  1 09:35:00 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
13686
13687         * configure.in (*-*-netware): don't configure libg++, libio,
13688           librx, or newlib.
13689
13690 Wed Aug 31 13:52:08 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
13691
13692         * configure.in (alpha-dec-osf*): Use osf*, not osf1*.  Don't
13693         configure ld--it works, but it doesn't support shared libraries.
13694
13695 Sun Aug 28 18:13:45 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13696
13697         * config.guess (*-unknown-freebsd*):  Get rid of possible
13698         trailing "(Release)" in version string.
13699         Patch from Paul Richards <paul@isl.cf.ac.uk>.
13700
13701 Sat Aug 27 15:00:49 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13702
13703         * config.guess:  Fix i486-ncr-sysv43 -> i486-ncr-sysv4.3.
13704         Fix type: *-next-neststep -> *-next-nextstep.
13705
13706         * config.guess:  Merge from FSF:
13707
13708         Fri Aug 26 18:45:25 1994  Philippe De Muyter (phdm@info.ucl.ac.be)
13709
13710         * config.guess: Recognize powerpc-ibm-aix3.2.5.
13711
13712         Wed Apr 20 06:36:32 1994  Philippe De Muyter  (phdm@info.ucl.ac.be)
13713
13714         * config.guess: Recognize UnixWare 1.1 (UNAME_SYSTEM is SYSTEM_V
13715         instead of UNIX_SV for UnixWare 1.0).
13716
13717 Sat Aug 27 01:56:30 1994  Stu Grossman  (grossman@cygnus.com)
13718
13719         * Makefile.in (all-gdb):  Add dependencies on all-gcc and all-ld
13720         to make gdb/nlm/* build after the compiler and linker.
13721
13722 Fri Aug 26 14:30:05 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13723
13724         * config.guess (netbsd, freebsd, linux):  Accept any machine,
13725         not just i[34]86.
13726         (m68k-atari-sysv4):  Relocate to match FSF version.
13727
13728         * config.guess:  More merges from the FSF:
13729
13730         Add a space before function call or macro invocation.
13731
13732         Tue May 10 16:53:55 1994  Roland McGrath (roland@churchy.gnu.ai.mit.edu)
13733
13734         * config.guess: Add trap cmd to remove dummy.c and dummy when
13735         interrupted.
13736
13737         Wed Apr 20 18:07:13 1994  Roland McGrath (roland@churchy.gnu.ai.mit.edu)
13738
13739         * config.guess (dummy.c): Redirect stderr for `hostinfo' command.
13740         (dummy): Redirect stderr from compilation of dummy.c.
13741
13742         Sat Apr  9 14:59:28 1994  Christian Kranz  (kranz@sent5.uni-duisburg.de)
13743
13744         * config.guess: Distinguish between NeXTStep 2.1 and 3.x.
13745
13746 Fri Aug 26 13:42:20 1994  Ken Raeburn  (raeburn@kr-laptop.cygnus.com)
13747
13748         * configure: Accept and ignore --cache*, for compatibility with
13749         new autoconf.
13750
13751 Fri Aug 26 13:05:27 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13752
13753         * config.guess:  Merge from FSF:
13754
13755         Thu Aug 25 20:28:51 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
13756
13757         * config.guess (Pyramid*:OSx*:*:*): New case.
13758         (PATH): Add /.attbin at end for finding uname.
13759         (dummy.c): Handle i860-alliant-bsd.  Follow whitespace conventions.
13760
13761         Wed Aug 17 18:21:02 1994  Tor Egge  (tegge@pvv.unit.no)
13762
13763         * config.guess (M88*:DolphinOS:*:*): New case.
13764
13765         Thu Aug 11 17:00:13 1994  Stan Cox  (coxs@dg-rtp.dg.com)
13766
13767         * config.guess (AViiON:dgux:*:*): Use TARGET_BINARY_INTERFACE
13768         to select whether to use ELF or COFF.
13769
13770         Sun Jul 24 16:20:53 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
13771
13772         * config.guess: Recognize i860-stardent-sysv and i860-unknown-sysv.
13773
13774         Sun May  1 10:23:10 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
13775
13776         * config.guess: Guess the OS version for HPUX.
13777
13778         Tue Mar  1 21:53:03 1994  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
13779
13780         * config.guess (UNAME_VERSION): Recognize aix3.2.4 and aix3.2.5.
13781
13782 Fri Aug 26 11:19:08 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
13783
13784         * configure.in: Recognize --with-headers, --with-libs, and
13785         --without-newlib.
13786         * Makefile.in (all-xiberty): Depend upon all-ld.
13787
13788 Wed Aug 24 12:36:50 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
13789
13790         * configure.in: Change i[34]86 to i[345]86.
13791
13792 Mon Aug 22 10:58:33 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
13793
13794         * configure (version): A few more tweaks to help message.
13795
13796 Fri Aug 19 12:40:25 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13797
13798         * Makefile.in:  Remove (for now) librx as a host library,
13799         now that we're building it for target.
13800
13801 Fri Aug 19 10:49:17 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
13802
13803         * configure: Fix up help message; from karl@owl.hq.ileaf.com
13804         (Karl Berry).
13805
13806 Tue Aug 16 16:11:08 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13807
13808         * configure.in:  Also configure librx.
13809
13810 Mon Aug 15 16:51:45 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13811
13812         * Makefile.in:  Update various rules to reflect that librx
13813         is now needed for libg++.
13814
13815 Fri Aug 12 18:07:21 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
13816
13817         * config.sub: Accept mips64orion and mips64orionel as a CPU name.
13818
13819 Mon Aug  8 11:36:17 1994  Stan Shebs  (shebs@andros.cygnus.com)
13820
13821         * configure.in: Configure the examples directory.
13822
13823 Thu Aug  4 16:12:36 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
13824
13825         * configure: Simplify Jun 2 1994 change.
13826
13827 Wed Aug  3 04:58:16 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
13828
13829         * change CC to /usr/latest/bin/gcc for lynx host builds, since
13830         /bin/gcc isn't good enough to build gcc.
13831
13832 Wed Jul 27 09:07:14 1994  Fred Fish  (fnf@cygnus.com)
13833
13834         * Makefile.in (GDB_SUPPORT_FILES): Remove
13835         (setup-dirs-gdb, gdb.tar.gz, make-gdb.tar.gz):  Remove old rules.
13836         (gdb.tar.gz): Add new rule to use standard distribution building
13837         mechanism.
13838
13839 Mon Jul 25 11:10:06 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
13840
13841         * configure.in: Warn about use of /usr/ucb/cc on Solaris.  From
13842         Bill Cox <bill@cygnus.com>.
13843
13844 Sat Jul 23 12:19:46 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13845
13846         * config.guess:  Recognize ISC.  Patch from kwzh@gnu.ai.mit.edu.
13847
13848 Fri Jul 22 17:53:59 1994  Stu Grossman  (grossman@cygnus.com)
13849
13850         * configure:  Search current dir first in .gdbinit.
13851
13852 Fri Jul 22 11:28:30 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13853
13854         * config.sub:  Recognize freebsd (merged from gcc config.sub).
13855
13856 Thu Jul 21 14:10:52 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13857
13858         * config.sub:  Refer to NeXT's operating system as nextstep.
13859
13860         * config.sub (case $basic_machine):  Re-order the cases, to match
13861         the order in the FSF version (which is mostly alphabethical).
13862         Merge in some additions and changes from the FSF.
13863
13864 Sat Jul 16 12:03:08 1994  Stan Shebs  (shebs@andros.cygnus.com)
13865
13866         * config.guess: Recognize m68k-atari-sysv4 and m88k-harris-csux7.
13867         * config.sub: Recognize cxux7.
13868         * configure.in: Use mh-cxux for m88k-harris-cxux*.
13869
13870 Mon Jul 11 14:37:39 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13871
13872         * config.sub:  Fix typo powerpc -> powerpc-*.
13873
13874 Sat Jul  9 13:03:43 1994  Michael Tiemann  (tiemann@blues.cygnus.com)
13875
13876         * Makefile.in: `all-emacs19' depends on `all-byacc'.
13877
13878         * Makefile.in: Add all-emacs19 and install-emacs19 rules (in
13879         parallel with all-emacs and install-emacs).  Top-level command
13880         `make all-emacs19 CC=gcc' now behaves as `make all-emacs CC=gcc'.
13881
13882 Thu Jun 30 16:53:42 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
13883
13884         * test-build.mk ($(host)-stamp-stage2-installed): Remove
13885         $(relbindir)/make before doing ``make install'', and use
13886         $(GNU_MAKE) while doing it.  Avoids problem on SunOS with
13887         installing over running make binary.
13888         ($(host)-stamp-stage3-installed): Likewise.
13889
13890 Tue Jun 28 13:43:25 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
13891
13892         * config.guess: Recognize Mach.
13893
13894 Mon Jun 27 16:41:14 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
13895
13896         * configure: Check ${exec_prefixoption}, not ${exec_prefix}, to
13897         see whether --exec-prefix was used.
13898
13899 Sun Jun 26 21:15:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13900
13901         * README:  Explicitly mention libg++/README.  (Zoo's idea.)
13902
13903 Tue Jun 21 12:45:55 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
13904
13905         * Makefile.in: Add all-librx target similar to all-libproc.
13906
13907 Wed Jun  8 23:11:55 1994  Stu Grossman  (grossman@cygnus.com)
13908
13909         * config.guess:  Rearrange tests for Alpha-OSF1 to properly deal
13910         with post 1.2 uname bogosity.
13911
13912 Thu Jun  9 00:27:59 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
13913
13914         * configure: Remove temporary files on receipt of a signal.
13915
13916 Tue Jun  7 12:06:24 1994  Ian Lance Taylor  (ian@cygnus.com)
13917
13918         * configure: If there is a package_makefile_frag, remove
13919         ${subdir}/Makefile.tem after copying it in.
13920
13921 Mon Jun  6 21:35:02 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
13922
13923         * build_all.mk: support rs6000 lynx identifies itself as
13924         rs6000-lynx-lynxos2.2.2.  Also, use /usr/cygnus/progressive/bin/gcc
13925         since /bin/gcc is too feeble to compile a modern gcc.
13926
13927 Mon Jun  6 16:06:34 1994  Karen Christiansen (karen@cirdan.cygnus.com)
13928
13929         * brought devo/test-build.mk update-to-date with progressive/
13930           test-build.mk. Add lynx targets and hppa flag info.
13931
13932 Sat Jun  4 17:23:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13933
13934         * configure.in:  Use mh-ncrsvr43.  Patch from
13935         Tom McConnell <tmcconne@sedona.intel.com>.
13936
13937 Fri Jun  3 17:47:24 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13938
13939         * config.guess (i386-unknown-bsdi):  No longer need to
13940         check #if defined(__bsdi__) && defined(__i386__).
13941
13942 Thu Jun  2 18:56:46 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
13943
13944         * configure: Set program_transform_nameoption correctly.
13945
13946 Thu Jun  2 10:57:06 1994  Karen Christiansen (karen@cirdan.cygnus.com)
13947
13948         * brought build-all.mk update-to-date with progressive build-all.mk,
13949           added new targets and hppa info.
13950
13951 Thu Jun  2 00:12:44 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
13952
13953         * configure: If config.guess result is a prefix of the user
13954         specified target, assume a native build and use the user specified
13955         target as the host alias.  Remove SunOS patch suffix removal hack.
13956         * configure.in: Remove SunOS patch suffix removal hack.
13957
13958         * Makefile.in (CROSS_CHECK_MODULES): Remove check-flex, since it's
13959         in NATIVE_CHECK_MODULES.
13960
13961 Wed Jun  1 10:49:41 1994  Bill Cox  (bill@rtl.cygnus.com)
13962
13963         * Makefile.in: Rename HOST_ONLY to NATIVE.
13964         * configure: Delete SunOs patch suffix from host_canonical
13965           and build_canonical variables that are prepended to Makefiles.
13966         * configure.in: Add comments for easier maintenance.
13967
13968 Tue May 31 19:39:47 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
13969
13970         * Makefile.in: Add all-libproc target similar to all-gui.
13971
13972 Tue May 31 17:16:33 1994  Tom Lord  (lord@cygnus.com)
13973
13974         * Makefile.in (CHECK_MODULES): split into
13975         HOST_ONLY_CHECK_MODULES and CROSS_CHECK_MODULES.
13976
13977 Tue May 31 16:36:36 1994  Paul Eggert  (eggert@twinsun.com)
13978
13979         * config.guess (i386-unknown-bsdi): New system to guess.
13980
13981 Wed May 25 16:47:10 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
13982
13983         * Makefile.in: Add all-gui target (but not yet build by "all").
13984
13985 Thu May 26 08:53:19 1994  Bill Cox  (bill@rtl.cygnus.com)
13986
13987         * config.sub: Move deletion of patch suffix from here...
13988         * configure.in: To here, at Ian's suggestion.  The top-
13989           level scripts might need to know of a patch level.
13990
13991 Wed May 25 09:15:54 1994  Bill Cox  (bill@rtl.cygnus.com)
13992
13993         * config.sub: Strip off patch suffix so rtl is recognized
13994           as a sunos4.1.3 machine, even though it's been patched.
13995
13996 Fri May 20 08:25:49 1994  Steve Chamberlain  (sac@deneb.cygnus.com)
13997
13998         * Makefile.in (INSTALL_LAST): Delete.
13999         (INSTALL_DOSREL): New.
14000
14001 Thu May 19 17:12:12 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
14002
14003         * configure.in: Use ld for i[34]86-*-sysv4* and sparc-*-solaris2*.
14004         Don't set use_gnu_ld to no for *-*-sysv4; that only controls
14005         whether we pass down --with-gnu-ld anyhow.
14006
14007 Thu May 19 09:29:12 1994  Steve Chamberlain  (sac@cygnus.com)
14008
14009         * Makefile.in (INSTALL_LAST): Change operation so it works
14010         on more flavors of make.
14011         * configure.in (go32): Don't build libg++ or libio.
14012
14013 Fri May 13 13:28:34 1994  Steve Chamberlain  (sac@cygnus.com)
14014
14015         * Makefile.in (Move HOST_PREFIX_1 and friends up so
14016         they can be overriden by templates.
14017
14018 Sat May  7 16:46:44 1994  Steve Chamberlain  (sac@cygnus.com)
14019
14020         * configure.in (target==go32): Don't build gdb.
14021         * dosrel: New directory.
14022
14023 Fri May  6 14:19:25 1994  Steve Chamberlain  (sac@cygnus.com)
14024
14025         * configure.in (host==go32): Configure dosrel too.
14026         * Makefile.in (INTALL_TARGET): Call INSTALL_LAST last.
14027         (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): Undefine, they should
14028         be set by incoming names or templates.
14029         (INSTALL_LAST): New rule.
14030
14031 Thu May  5 17:35:05 1994  Stan Shebs  (shebs@andros.cygnus.com)
14032
14033         * config.sub (sparclitefrw, sparclitefrwcompat): Don't set the os.
14034
14035 Thu May  5 20:06:45 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
14036
14037         * configure.in (appdirs): New variable.  Currently empty, but will
14038         be used in gas distribution.  If nonempty, lists a set of
14039         directories at least one of which must get configured, or top
14040         level configuration is considered to have failed.
14041         (rs6000-*-lynxos*): Use new file name.
14042
14043 Thu May  5 13:38:36 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
14044
14045         Eliminate XTRAFLAGS.
14046         * Makefile.in (CC_FOR_TARGET): If newlib exists, refer to the
14047         newlib include files using -idirafter, and also use -nostdinc.
14048         (CXX_FOR_TARGET): Likewise.
14049         (XTRAFLAGS): Removed.
14050         (BASE_FLAGS_TO_PASS): Remove XTRAFLAGS_FOR_TARGET.
14051         (EXTRA_HOST_FLAGS): Remove XTRAFLAGS.
14052         (EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): Likewise.
14053         ($(DO_X)): Don't pass down XTRAFLAGS.
14054
14055 Thu May  5 00:16:36 1994  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
14056
14057         * configure.in (mips*-dec-bsd*): New target; do build linker.
14058         (mips*-*-bsd*): New target; don't build linker.
14059
14060 Wed May  4 20:10:10 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
14061
14062         * configure.in: support rs6000-*-lynxos* configuration.
14063         support sunos4 as a cross target.
14064
14065         * config.sub: look for lynx*, not lynx since the OS version may
14066         legitimately be part of the name.
14067
14068 Tue May  3 21:48:11 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
14069
14070         * configure.in (i[34]86-*-sco*): Move to be with other i386
14071         targets.
14072         (romp-*-*): New target.  Skip various binary utilities.
14073         (vax-*-*): New target.  Don't build newlib.
14074         (vax-*-vms): Renamed from *-*-vms.  Don't build opcodes or newlib.
14075
14076 Thu Apr 28 15:03:05 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
14077
14078         * configure.in: Only set host_makefile_frag if config
14079         directory exists.
14080
14081 Wed Apr 27 12:14:30 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
14082
14083         * install.sh: If $dstdir exists, don't check whether each
14084         component does.
14085
14086 Tue Apr 26 18:11:33 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
14087
14088         * test-build.mk (HOLES): Add sleep; used by rcs/src/conf.sh.
14089
14090 Mon Apr 25 15:06:34 1994  Stan Shebs  (shebs@andros.cygnus.com)
14091
14092         * configure.in (*-*-lynxos*): Don't configure newlib for either
14093         native or cross Lynx.
14094
14095 Sat Apr 16 11:58:16 1994  Doug Evans  (dje@canuck.cygnus.com)
14096
14097         * config.sub (sparc64-elf): Fix os.
14098         (z8k): Remove duplicate.
14099
14100 Thu Apr 14 23:33:17 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
14101
14102         * Makefile.in (gcc-no-fixedincludes): Touch gcc/include/fixed, not
14103         gcc/stmp-fixproto, to try to prevent fixproto from being run.
14104
14105 Wed Apr 13 15:14:52 1994  Bill Cox  (bill@cygnus.com)
14106
14107         * configure: Make file links cleanly even if Lynx fails on
14108           an NFS symlink (at least fail cleanly).
14109
14110 Mon Apr 11 10:58:56 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
14111
14112         * test-build.mk (CC): For mips-sgi-irix4, change -XNh1500 to
14113         -XNh2000.
14114
14115 Sat Apr  9 15:10:45 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
14116
14117         * configure: Unknown options are fatal again.
14118
14119 Fri Apr  8 12:01:41 1994  David J. Mackenzie  (djm@cygnus.com)
14120
14121         * configure: Ignore --x-includes and --x-libraries, for Autoconf
14122         compatibility.
14123
14124 Thu Apr  7 17:31:43 1994  Doug Evans  (dje@canuck.cygnus.com)
14125
14126         * build-all.mk: Add `clean' target.
14127
14128 Wed Apr  6 20:44:56 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
14129
14130         * config.guess:  Add SINIX support.
14131         * configure.in:  Add mips-*-sysv4* support.
14132
14133 Mon Apr  4 17:41:44 1994  Doug Evans  (dje@canuck.cygnus.com)
14134
14135         * build-all.mk: Document all useful targets.
14136         If canonhost is sparc-sun-solaris2.3, change it to sparc-sun-solaris2.
14137         If canonhost is mips-sgi-irix4.0.5H, change it to mips-sgi-irix4.
14138
14139 Thu Mar 31 04:55:57 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
14140
14141         * configure: Support --silent, --quiet.
14142
14143 Wed Mar 30 21:37:38 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
14144
14145         * configure: Support --disable-FEATURE.
14146
14147 Tue Mar 29 19:15:05 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
14148
14149         * config.guess: Recognize NCR running SVR4.3.
14150
14151 Mon Mar 28 14:55:15 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14152
14153         * config.guess:  Make BSDI generate i386-unknown-bsd386.
14154         Patch from Paul Eggert <eggert@twinsun.com>.
14155
14156 Mon Mar 28 12:54:52 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
14157
14158         * configure.in (powerpc-*-aix*): Treat like rs6000-*-*.
14159
14160 Sat Mar 26 11:25:48 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
14161
14162         * configure: Make unrecognized options give nonfatal warnings
14163         instead of fatal errors, and pass them to any subdirectory
14164         configures in case they recognize them.
14165         Make --x equivalent to --with-x.
14166
14167 Fri Mar 25 21:52:10 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
14168
14169         * configure: Add --enable-* options.  Clean up usage message and
14170         some comments.
14171
14172 Thu Mar 24 09:12:53 1994  Doug Evans  (dje@canuck.cygnus.com)
14173
14174         * Makefile.in (NM_FOR_TARGET): Build tree version is now nm.new.
14175
14176 Sun Mar 20 11:28:22 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
14177
14178         * configure.in (hppa*-*-*): Enable binutils.
14179
14180 Sat Mar 19 11:50:16 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
14181
14182         * config.sub: Recognize cisco.
14183
14184 Fri Mar 18 16:42:32 1994  Jason Merrill  (jason@deneb.cygnus.com)
14185
14186         * Makefile.in (CXXFLAGS): Add -fexternal-templates.
14187
14188 Tue Mar 15 11:25:55 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
14189
14190         * config.guess: about target *-hitachi-hiuxwe2, don't print more
14191         than one configuration name.  Add comment.
14192
14193 Sun Mar  6 23:13:38 1994  Hisashi MINAMINO  (minamino@sra.co.jp)
14194
14195         * config.guess: about target *-hitachi-hiuxwe2, fixed
14196         machine guessing order.  [Hitachi's CPU_IS_HP_MC68K
14197         macro is incorrect.]
14198
14199 Sun Mar 13 09:10:08 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
14200
14201         * Makefile.in (TAGS): Just build TAGS in each subdirectory, rather
14202         than the "make ls" stuff which used to be here.
14203
14204 Fri Mar 11 12:52:39 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14205
14206         * config.guess:  Recognize i[34]86-unknown-freebsd.
14207         From Shawn M Carey <smcarey@rodan.syr.edu>.
14208
14209 Thu Mar  3 14:24:21 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14210
14211         * configure.in (noconfigdirs for alpha): Remove libg++ and libio.
14212
14213 Wed Mar  2 13:28:48 1994  Jim Kingdon  (kingdon@deneb.cygnus.com)
14214
14215         * config.guess: Check for ptx.
14216
14217 Mon Feb 28 16:46:50 1994  Kung Hsu  (kung@mexican.cygnus.com)
14218
14219         * config.sub: Add os9k checking.
14220
14221 Thu Feb 24 07:09:04 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
14222
14223         * config.guess: Handle OSF1 running on HPPA processors
14224
14225 Fri Feb 18 14:14:00 1994  Ken Raeburn  (raeburn@rtl.cygnus.com)
14226
14227         * configure: If subdir configure fails, print out a message with
14228         subdirectory name, in case subdir's configure code didn't identify
14229         itself.
14230
14231 Fri Feb 18 12:50:15 1994  Doug Evans  (dje@cygnus.com)
14232
14233         * configure.in: Remove embedded newlines from configdirs.
14234         Avoid mismatches of substrings.  Fix matching strings at end
14235         of configdirs.
14236
14237 Fri Feb 11 15:33:33 1994  Stu Grossman  (grossman at cygnus.com)
14238
14239         * config.guess:  Add Lynx/rs6000 config support.
14240
14241 Tue Feb  8 13:41:09 1994  Ken Raeburn  (raeburn@rtl.cygnus.com)
14242
14243         * configure.in (alpha-dec-osf1*, alpha*-*-*): Build gas.
14244
14245 Mon Feb  7 15:42:36 1994  Jeffrey A. Law  (law@cygnus.com)
14246
14247         * configure.in (hppa*-*-osf*): Treat this just like most other
14248         PA configurations (eg no binutils or ld).
14249         (hppa*-*-*elf*): These configurations have binutils and ld.
14250
14251 Sun Feb  6 16:35:07 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
14252
14253         * config.sub (hiux): Fix typo.  From m-kasahr@sramhc.sra.co.JP.
14254
14255 Sat Feb  5 01:00:33 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
14256
14257         * configure.in (rs6000-*-*): Build gas.
14258
14259 Wed Feb  2 13:57:57 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
14260
14261         * Makefile.in:  Avoid bug in losing hpux sed.
14262
14263 Wed Feb  2 14:53:05 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
14264
14265         * Makefile.in, test-build.mk: Remove MUNCH_NM; it was only needed
14266         for GDB and GDB has been fixed to not need it.
14267
14268 Sun Jan 30 17:58:06 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
14269
14270         * config.guess: Recognize vax hosts.
14271
14272 Fri Jan 28 15:29:38 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
14273
14274         * configure (while loop): Don't use "break 2" inside case
14275         statement -- the case statement isn't an enclosing loop.
14276
14277 Mon Jan 24 18:40:06 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14278
14279         * config.guess:  Clean up NeXT support, to allow nextstep
14280         on Intel machines.  Make OS be nextstep.
14281
14282 Sun Jan 23 18:47:22 1994  Richard Kenner  (kenner@vlsi1.ultra.nyu.edu)
14283
14284         * config.guess: Add alternate forms for Convex.
14285
14286 Thu Jan 20 16:13:41 1994  Stu Grossman  (grossman at cygnus.com)
14287
14288         * configure:  Completely rewrite option processing.  Take
14289         advantage of pattern-matching to avoid invoking test frequently.
14290         Also clean up host and target defaulting logic.
14291
14292 Mon Jan 17 15:06:56 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
14293
14294         * Makefile.in: Replace all occurrances of "rootme" with "r" and
14295         "$${rootme}" with "$$r", to increase the likelihood that the do-*
14296         commands (plus user environment) will fit SCO limits.
14297
14298 Thu Jan  6 11:20:57 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
14299
14300         * configure.in: Don't issue warnings about directories which are
14301         not being configured if -norecursion is set.  Correct test for
14302         --with-gnu-as and --with-gnu-ld to not get confused by substring
14303         matches.
14304
14305         * configure.in: Don't build gas for alpha-dec-osf1*.
14306
14307 Tue Jan  4 17:10:19 1994  Stu Grossman  (grossman at cygnus.com)
14308
14309         * configure:  Back out Per's change of 12/19/1993.  It changes the
14310         behavior of configure in unexpected and confusing ways.
14311
14312         Also, use different delim char when calculating
14313         program_transform_name so that the name can contain slashes.
14314
14315 Sat Jan  1 13:45:31 1994  Rob Savoye  (rob@darkstar.cygnus.com)
14316
14317         * configure.in, config.sub: Add support for VSTa micro-kernel.
14318
14319 Sat Dec 25 20:00:47 1993  Jeffrey A. Law  (law@snake.cs.utah.edu)
14320
14321         * configure.in: Nuke hacks which were used to get a special
14322         version of GAS for HPPA configurations.
14323
14324 Sun Dec 19 20:40:44 1993  Per Bothner  (bothner@kalessin.cygnus.com)
14325
14326         * configure:  If only ${target_alias} is given, use that
14327         as the default for ${host_alias}.
14328         * configure:  Add missing back-slashes before nested quotes.
14329
14330 Wed Dec 15 18:07:18 1993  david d `zoo' zuhn  (zoo@andros.cygnus.com)
14331
14332         * Makefile.in (BASE_FLAGS_TO_PASS): add YACC=$(BISON)
14333
14334 Tue Dec 14 21:25:33 1993  Per Bothner  (bothner@cygnus.com)
14335
14336         * config.guess:  Recognize some Tektronix configurations.
14337         From Kaveh R. Ghazi <ghazi@noc.rutgers.edu>.
14338
14339 Sat Dec 11 11:18:00 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
14340
14341         * config.sub: Match any flavor of SH.
14342
14343 Thu Dec  2 17:16:58 1993  Ken Raeburn  (raeburn@cujo.cygnus.com)
14344
14345         * configure.in: Don't try to configure newlib for Alpha.
14346
14347 Thu Dec  2 14:35:54 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
14348
14349         * configure.in: Don't build ld for Irix 5.  Don't build gas,
14350         libg++ or libio for any Alpha target.
14351
14352         * configure.in (mips*-sgi-irix5*): New target; use mh-irix5.
14353
14354 Wed Dec  1 17:00:33 1993  Jason Merrill  (jason@deneb.cygnus.com)
14355
14356         * Makefile.in (GZIPPROG): Renamed from GZIP, which gzip uses for
14357         default arguments -- so it tried to compress itself.
14358
14359 Tue Nov 30 13:45:15 1993  david d `zoo' zuhn  (zoo@andros.cygnus.com)
14360
14361         * configure.in (notsupp): ensure that a space is always at the end
14362           of the configdirs list, since the grep checks for an explicit space
14363
14364 Tue Nov 16 15:04:27 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14365
14366         * configure.in (target i386-sysv4.2): don't build ld, since static
14367           versions of many libraries are not available.
14368
14369 Tue Nov 16 14:28:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14370
14371         * config.guess: Recognize Apollos (using environment variables).
14372         * configure.in: Don't configure ld, binutils, or gprof for Apollo.
14373
14374 Thu Nov 11 12:03:50 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14375
14376         * config.guess: Recognize Sony news mips running newsos.
14377
14378 Wed Nov 10 16:57:00 1993  Mark Eichin  (eichin@cygnus.com)
14379
14380         * Makefile.in (all-cygnus, build-cygnus): "fi else" needs to be
14381         "fi ; else" for bash.
14382
14383 Tue Nov  9 15:54:01 1993  Mark Eichin  (eichin@cygnus.com)
14384
14385         * Makefile.in (BASE_FLAGS_TO_PASS): pass SHELL.
14386
14387 Fri Nov  5 08:07:27 1993  D. V. Henkel-Wallace  (gumby@blues.cygnus.com)
14388
14389         * config.sub: accept unixware as an alias for svr4.2.
14390         Fix some inconsistancies with the gcc version.
14391
14392 Fri Nov  5 15:14:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14393
14394         * Makefile.in (DISTDOCDIRS):  Add gdb.
14395
14396 Fri Nov  5 11:59:42 1993  Per Bothner  (bothner@kalessin.cygnus.com)
14397
14398         * Makefile.in (DISTDOCDIRS):  Add libg++ and libio.
14399
14400 Fri Nov  5 10:35:05 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
14401
14402         * Makefile.in (taz): Only build "info" in DISTDOCDIRS.
14403         (DISTDOCDIRS): Don't assume libg++ and gdb folks necessarily want
14404         this now.
14405
14406 Thu Nov  4 18:58:23 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14407
14408         * config.sub: Accept hiux* as an OS name.
14409
14410         * Makefile.in: Change RUNTEST_FLAGS back to RUNTESTFLAGS per
14411         etc/make-stds.texi.  The underscore came from gcc, and dje now
14412         agrees that RUNTESTFLAGS is the correct name.
14413
14414 Thu Nov  4 10:49:01 1993  Per Bothner  (bothner@kalessin.cygnus.com)
14415
14416         * install.sh:  Remove 'set -e'.  It makes any conditionals
14417         in the script useless.
14418
14419         * config.guess: Automatically recognize arm-acorn-riscix
14420         Patch from Richard Earnshaw (rwe11@cl.cam.ac.uk).
14421
14422 Thu Nov 04 08:08:04 1993  Jeffrey Wheat  (cassidy@cygnus.com)
14423
14424         * Makefile.in: Change RUNTESTFLAGS to RUNTEST_FLAGS
14425
14426 Wed Nov  3 22:09:46 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
14427
14428         * Makefile.in (DISTDOCDIRS): New variable.
14429         (taz): Edit local Makefile.in sooner, instead of proto-toplev
14430         Makefile.in later.  Build "info" and "dvi" in DISTDOCDIRS.
14431
14432 Wed Nov  3 21:31:52 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14433
14434         * configure.in (hppa target): check the source directory for the
14435           pagas sub-directory
14436
14437 Wed Nov  3 11:12:22 1993  Doug Evans  (dje@canuck.cygnus.com)
14438
14439         * config.sub: Allow -aout* and -elf*.
14440
14441 Wed Nov  3 11:08:33 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
14442
14443         * configure.in: Don't build ld on i386-solaris2, same as for
14444         sparc-solaris2.
14445
14446 Tue Nov  2 14:21:25 1993  Per Bothner  (bothner@kalessin.cygnus.com)
14447
14448         * Makefile.in (taz): Add texinfo/lgpl.texinfo (for libg++).
14449
14450 Tue Nov  2 13:38:30 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
14451
14452         * configure.in:  Configure gdb for alpha.
14453
14454 Mon Nov  1 10:42:54 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14455
14456         * Makefile.in (CXXFLAGS): Add -O.
14457
14458 Wed Oct 27 10:45:06 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14459
14460         * config.guess: added support for DG Aviion
14461
14462 Tue Oct 26 14:37:37 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
14463
14464         * configure.in: Produce warning message for subdirectories not
14465         configurable for this host/target combination.  Don't try to
14466         configure gdb for vms.
14467
14468 Mon Oct 25 11:22:15 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
14469
14470         * Makefile.in (taz): Replace "byacc" with "bison -y" in the
14471         appropriate files before making "diststuff".
14472         (DISTBISONFILES): New var: list of files to be edited.
14473         (DISTSTUFFDIRS): Add binutils.
14474
14475 Fri Oct 22 20:32:15 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14476
14477         * config.sub: also handle mipsel and mips64el (for little endian mips)
14478
14479 Fri Oct 22 07:59:20 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14480
14481         * configure.in: Add * to end of all OS names.
14482
14483 Thu Oct 21 11:38:28 1993  Stan Shebs  (shebs@rtl.cygnus.com)
14484
14485         * configure.in: Build newlib for LynxOS native.
14486
14487 Wed Oct 20 09:56:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14488
14489         * config.guess: Add support for delta 88k running SVR3.
14490
14491         * configure.in: Add comment about HP compiler vs. emacs.
14492
14493 Tue Oct 19 16:02:22 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14494
14495         * configure.in: don't build ld on solaris2 (not a viable option
14496           due to bugs in getpwnam & getpwuid)
14497
14498 Tue Oct 19 15:13:56 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
14499
14500         * configure.in: Accept alpha-dec-osf1*, not just -osf1, since
14501         config.guess will produce a full version number.
14502
14503 Tue Oct 19 15:58:01 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
14504
14505         * configure.in: Build linker and binutils for alpha-dec-osf1.
14506
14507 Tue Oct 19 11:41:55 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14508
14509         * Makefile.in: Remove -O from CXXFLAGS for consistency with CFLAGS,
14510         and gdb/testsuite/Makefile.in.
14511
14512 Sat Oct  9 18:39:07 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14513
14514         * configure.in: recognize mips*- instead of mips-
14515
14516 Fri Oct  8 14:15:39 1993  Ken Raeburn  (raeburn@cygnus.com)
14517
14518         * config.sub: Accept linux*coff and linux*elf as operating
14519         systems.
14520
14521 Thu Oct  7 12:57:19 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
14522
14523         * config.sub: Recognize mips64, and mips3 as an alias for it.
14524
14525 Wed Oct  6 13:54:21 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
14526
14527         * configure.in: Remove alpha-dec-osf*, no longer necessary now that
14528         gdb knows how to handle OSF/1 shared libraries.
14529
14530 Tue Oct  5 11:55:04 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14531
14532         * configure.in: Recognize hppa*-*-hiux* (currently synonym for hpux).
14533         * config.guess: Recognize Hitachi's HIUX.
14534         * config.sub: Recognize h3050r* and hppahitachi.
14535         Remove redundant cases for hp9k[23]*.
14536
14537 Mon Oct  4 16:15:09 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14538
14539         * configure.in: default to '--with-gnu-as' and '--with-gnu-ld'
14540         if gas and ld are in the source tree and are in ${configdirs}.
14541         If ${use_gnu_as} or ${use_gnu_ld} are 'no', then don't set the
14542         --with options (but still pass them down on the command line,
14543         if they were explicitly specified).
14544
14545 Fri Sep 24 19:11:13 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14546
14547         * configure: substitute SHELL value in Makefile.in with
14548         ${CONFIG_SHELL}
14549
14550 Thu Sep 23 18:05:13 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
14551
14552         * configure.in: Build gas, ld, and binutils for *-*-sysv4* and
14553         *-*-solaris2* targets.
14554
14555 Sun Sep 19 17:01:41 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14556
14557         * Makefile.in: define M4, and pass it down to sub-makes;
14558         all-autoconf now depends on all-m4
14559
14560 Sat Sep 18 00:38:23 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14561
14562         * Makefile.in ({AR,RANLIB}_FOR_TARGET): make contingent on
14563         presence of {ar,ranlib} instead of a configured directory
14564
14565 Wed Sep 15 08:41:44 1993  Jim Kingdon  (kingdon@cirdan.cygnus.com)
14566
14567         * config.guess: Accept 34?? as well as 33?? for NCR.
14568
14569 Mon Sep 13 12:28:43 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14570
14571         * configure.in: grab mt-hppa for HPPA targets; use 'gas ' instead
14572         of 'gas' in sed commands, since 'gash' is now in the tree as well.
14573
14574 Fri Sep 10 11:23:52 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14575
14576         * configure: grab values for $(CC) and $(CXX) from the
14577         environment, so that someone can do "CC=gcc configure; make" and
14578         have it work right (matching the way that autoconf works now)
14579
14580         * configure.in, Makefile.in: add support for gash, the tcl
14581         interface to Galaxy
14582
14583         * config.guess: add NetBSD variants (hp300, x86)
14584
14585 Thu Sep  9 16:48:52 1993  Jason Merrill  (jason@deneb.cygnus.com)
14586
14587         * install.sh: Support -d option (in the manner of SunOS 4 install,
14588         as it is more deterministic than that of GNU install)
14589         (chmodcmd): Set file to mode 755 by default (should also do default
14590         chgrp and chown, but I don't feel like dealing with that now)
14591
14592 Tue Sep  7 11:59:39 1993  Doug Evans  (dje@canuck.cygnus.com)
14593
14594         * config.sub: Remove h8300hhms alias.
14595
14596 Tue Aug 31 11:00:09 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14597
14598         * configure.in: Match *-*-solaris2* not *-sun-solaris2*.
14599
14600 Mon Aug 30 18:29:10 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14601
14602         * Makefile.in (gcc-no-fixedincludes): touch stmp-fixproto as well
14603         as stmp-fixinc
14604
14605 Wed Aug 25 16:35:59 1993  K. Richard Pixley  (rich@sendai.cygnus.com)
14606
14607         * config.sub: recognize m88110-bug-coff.
14608
14609 Tue Aug 24 10:23:24 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14610
14611         * Makefile.in (all-libio): all dependencies on the toolchain used
14612         to build this (gcc, gas, ld, etc)
14613
14614 Fri Aug 20 17:24:24 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14615
14616         * config.guess: Deal with OSF/1 1.3 on alpha.
14617
14618 Thu Aug 19 11:43:04 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14619
14620         * install.sh: add some 'else true' clauses for portability
14621
14622         * configure.in: don't build libio for h8[35]00-*-* targets
14623
14624 Tue Aug 17 19:02:31 1993  Per Bothner  (bothner@kalessin.cygnus.com)
14625
14626         * Makefile.in:  Add support for new libio.
14627
14628 Sun Aug 15 20:48:55 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14629
14630         * install.sh: If one command fails, don't try the rest.  Don't try
14631         to remove $dsttmp (via trap) unless we have already created it.
14632         If $src doesn't exist, detect it and exit with an error.
14633
14634         * config.guess: Recognize BSD on hp300.
14635
14636 Wed Aug 11 18:35:13 1993  Per Bothner  (bothner@kalessin.cygnus.com)
14637
14638         * config.guess:  Map (9000/[34]??:HP-UX:*:*) to m68k-hp-hpux.
14639         Bug report from "Hamish (H.I.) Macdonald" <hamish@bnr.ca>.
14640
14641 Wed Aug 11 15:37:51 1993  Jason Merrill  (jason@deneb.cygnus.com)
14642
14643         * Makefile.in (all-send-pr): depends on all-prms
14644
14645 Wed Aug 11 16:56:03 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14646
14647         * config.guess: Fix typo (9000/8??:4.3bsd -> 9000/7??:4.3bsd).
14648
14649 Fri Aug  6 14:45:02 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
14650
14651         * config.guess: From michael@mercury.cs.mun.ca (Michael Rendell):
14652         Added test for mips-mips-riscos5.
14653
14654 Thu Aug  5 15:45:08 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14655
14656         * configure.in: use mh-hp300 for 68k HP hosts
14657
14658 Mon Aug  2 11:56:53 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14659
14660         * configure: add support for CONFIG_SHELL, so that you can use
14661         some alternate shell for evaluating configure scripts
14662
14663 Sun Aug  1 11:36:27 1993  Fred Fish  (fnf@deneb.cygnus.com)
14664
14665         * Makefile.in (make-gdb.tar.gz):  Sed bug reporting address
14666         in configure script to bug-gdb@prep.ai.mit.edu when building
14667         distribution archive.
14668         * Makefile.in (COMPRESS):  Remove def.
14669         * Makefile.in (gdb.tar.gz, make-gdb.tar.gz):  Renamed from
14670         gdb.tar.Z and make-gdb.tar.Z respectively.
14671         * Makefile.in (make-gdb.tar.gz):  Now only build gzip'd archive.
14672         * Makefile.in (make-gdb.tar.gz):  Minor changes to move closer
14673         to convergence with 'taz' target in Makefile.in.
14674
14675 Fri Jul 30 12:34:57 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14676
14677         * install.sh (dsttmp): use trap to ensure that tmp files go
14678         away on error conditions
14679
14680 Wed Jul 28 11:57:36 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14681
14682         * Makefile.in (BASE_FLAGS_TO_PASS): remove LOADLIBES
14683
14684 Tue Jul 27 12:43:40 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14685
14686         * Makefile.in (install-dirs): Deal with a prefix like /gnu;
14687         its parent is '/' not ''.
14688
14689         * Makefile.in (DEVO_SUPPORT): Add comments about ChangeLog.
14690
14691 Fri Jul 23 09:53:37 1993  Jason Merrill  (jason@wahini.cygnus.com)
14692
14693         * configure: if ${newsrcdir}/configure doesn't exist, don't assume
14694         that ${newsrcdir}/configure.in does.
14695
14696 Tue Jul 20 11:28:50 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14697
14698         * test-build.mk: support for CONFIG_SHELL
14699
14700 Mon Jul 19 21:54:46 1993  Fred Fish  (fnf@deneb.cygnus.com)
14701
14702         * config.sub (netware):  Add as a basic system type.
14703
14704 Wed Jul 14 12:03:11 1993  K. Richard Pixley  (rich@sendai.cygnus.com)
14705
14706         * Makefile.in (Makefile): depend on configure.in.  Also drop the
14707           $(srcdir)/ from the dependency on Makefile.in.
14708
14709 Tue Jul 13 20:10:58 1993  Doug Evans  (dje@canuck.cygnus.com)
14710
14711         * config.sub: Recognize h8300hhms as h8300h-hitachi-hms.
14712         (h8300hhms is temporary until multi-libraries are implemented).
14713         * configure.in: Handle h8300h too.
14714
14715 Sun Jul 11 17:35:27 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14716
14717         * config.guess: Recognize dpx/2 as m68k-bull-sysv3.
14718
14719 Thu Jul  8 18:26:12 1993  John Gilmore  (gnu@cygnus.com)
14720
14721         * configure:  Remove extraneous output when guessing host type.
14722         * config.guess:  Remove extraneous output when guessing using C
14723         compiler rather than uname, or when guessing fails.
14724
14725 Wed Jul  7 17:58:14 1993  david d `zoo' zuhn  (zoo at rtl.cygnus.com)
14726
14727         * Makefile.in: remove all.cross and install.cross targets
14728
14729         * configure: remove CROSS=-DCROSS_COMPILE and ALL=all.cross
14730           definitions
14731
14732 Tue Jul  6 10:39:44 1993  Steve Chamberlain  (sac@phydeaux.cygnus.com)
14733
14734         * configure.in (target sh): Build gprof.
14735
14736 Thu Jul  1 16:52:56 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14737
14738         * config.sub: change -solaris to -solaris2
14739
14740 Thu Jul  1 15:46:16 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14741
14742         * configure.in: Use config/mh-riscos for mips-*-sysv*.
14743
14744 Wed Jun 30 09:31:58 1993  Ian Lance Taylor  (ian@cygnus.com)
14745
14746         * configure: Correct error message for missing Makefile.in to
14747         print correct directory.
14748
14749 Tue Jun 29 13:52:16 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14750
14751         * install.sh: kludge around 386BSD shell bug
14752
14753 Tue Jun 29 13:06:49 1993  Per Bothner  (bothner@rtl.cygnus.com)
14754
14755         * config.guess:  Recognize NeXT.
14756         * config.guess:  Recognize i486-ncr-sysv4.
14757         * Makefile.in (taz):  rm $(TOOL)-$$VER before linking.
14758
14759 Tue Jun 29 12:50:57 1993  Ian Lance Taylor  (ian@cygnus.com)
14760
14761         * Makefile.in (MAKEINFOFLAGS): New variable.
14762         (FLAGS_TO_PASS): Pass MAKEINFO as MAKEINFO MAKEINFOFLAGS.
14763         * build-all.mk, test-build.mk: Pass down --no-split as
14764         MAKEINFOFLAGS when hosted on DOS.  Compile DOS hosted without -g.
14765
14766 Thu Jun 24 13:39:11 1993  Per Bothner  (bothner@rtl.cygnus.com)
14767
14768         * Makefile.in (DEVO_SUPPORT):  Add COPYING COPYING.LIB install.sh.
14769
14770 Wed Jun 23 12:59:21 1993  Per Bothner  (bothner@rtl.cygnus.com)
14771
14772         * Makefile.in (libg++.tar.z):  New rule.
14773         * Makefile.in (taz):  Replace 'configure -rm' by 'make distclean'.
14774         * Makefile.in (taz):  Only do a single chmod.
14775
14776 Fri Jun 18 12:03:10 1993  david d `zoo' zuhn  (zoo at majipoor.cygnus.com)
14777
14778         * install.sh: don't use dirname anymore (replaced with sed usage)
14779
14780 Thu Jun 17 18:43:42 1993  Fred Fish  (fnf@cygnus.com)
14781
14782         * Makefile.in:  Change extension for gzip'd files from '.z' to
14783         '.gz' per new FSF standard usage.
14784
14785 Thu Jun 17 16:58:50 1993  david d `zoo' zuhn  (zoo at majipoor.cygnus.com)
14786
14787         * configure: put quotes around the final value of program_transform_name
14788
14789 Tue Jun 15 16:48:51 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14790
14791         * Makefile.in: new install.sh support; update install-info rules
14792
14793 Wed Jun  9 12:31:34 1993  Ian Lance Taylor  (ian@cygnus.com)
14794
14795         * configure.in: Build diff for crosses, but not for go32 host.
14796
14797         * configure.in: Build gprof only for native, and don't build it
14798         for mips-*-*, rs6000-*-*, or i[34]86-*-sco*.
14799
14800 Mon Jun  7 13:12:11 1993  david d `zoo' zuhn  (zoo at deneb.cygnus.com)
14801
14802         * configure.in: don't build gas,ld,binutils on for *-*-sysv4
14803
14804 Mon Jun  7 11:40:11 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
14805
14806         * configure.in (host_tools): Add prms.
14807
14808 Fri Jun  4 13:30:42 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14809
14810         * Makefile.in: install gcc, do installation of $(INSTALL_MODULES)
14811         with $(FLAGS_TO_PASS) on the command line
14812
14813         * config.sub: Recognize lynx and lynxos
14814
14815 Fri Jun  4 10:59:56 1993  Ian Lance Taylor  (ian@cygnus.com)
14816
14817         * config.sub: Accept -ecoff*, not just -ecoff.
14818
14819 Thu Jun  3 17:38:54 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
14820
14821         * Makefile.in (taz): Use .gz suffix instead of .z.
14822         (binutils.tar.gz, gas+binutils.tar.gz, gas.tar.gz): Fixed target
14823         names.
14824
14825 Thu Jun  3 00:27:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14826
14827         * Makefile.in (vault-install): add an 'else true' (for Ultrix)
14828
14829 Wed Jun  2 18:19:16 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14830
14831         * Makefile.in (install-no-fixedincludes):  install gcc last, so
14832         that rebuilds that might happen during 'make install' don't get
14833         bogus gcc include files
14834
14835 Wed Jun  2 16:14:10 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
14836
14837         Change from Utah for HPPA support:
14838         * config.guess: Recognize hppa1.x-hp-bsd.
14839
14840 Wed Jun  2 11:53:33 1993  Per Bothner  (bothner@rtl.cygnus.com)
14841
14842         * config.guess:  Add support for Motorola Delta 68k, up to r3v7.
14843         Patch from pot@fly.cnuce.cnr.it (Francesco Potorti`).
14844
14845 Tue Jun  1 17:48:42 1993  Rob Savoye  (rob at darkstar.cygnus.com)
14846
14847         * config.sub: Add support for rom68k and bug boot monitors.
14848
14849 Mon May 31 09:36:37 1993  Jim Kingdon  (kingdon@cygnus.com)
14850
14851         * Makefile.in: Make all-opcodes depend on all-bfd.
14852
14853 Thu May 27 08:05:31 1993  Ian Lance Taylor  (ian@cygnus.com)
14854
14855         * config.guess: Added special check for i[34]86-univel-sysv4*.
14856
14857 Wed May 26 16:33:40 1993  Ian Lance Taylor  (ian@cygnus.com)
14858
14859         * config.guess: For i[34]86-unknown-sysv4 use UNAME_MACHINE for
14860         the processor rather than assuming i486.
14861
14862 Wed May 26 09:40:18 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14863
14864         * config.guess: Recognize SunOS6 as Solaris3.
14865
14866 Tue May 25 23:03:11 1993  Per Bothner  (bothner@cygnus.com)
14867
14868         * config.guess:  Fix typo.  Avoid #elif (not in K&R 1).
14869         Recognize SunOS 5.* only (and not [6-9].*) as being Solaris2.
14870
14871 Tue May 25 12:44:18 1993  Ian Lance Taylor  (ian@cygnus.com)
14872
14873         * build-all.mk (all-cross): New target for Canadian Cross.
14874         Added Q2 go32 targets.
14875         * test-build.mk: Configure go32 cross sparclite-aout and
14876         mips-idt-ecoff -with-gnu-ld.  Moved build binary directory from
14877         PARTIAL_HOLE_DIRS to BUILD_HOLES_DIRS.
14878
14879 Mon May 24 15:30:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14880
14881         * configure.in: fix Alpha GDB typo; also, don't build DejaGnu for
14882         GO32 hosted toolchains
14883
14884 Mon May 24 14:18:41 1993  Rob Savoye  (rob at darkstar.cygnus.com)
14885
14886         * configure: change  so "-exec-prefix" gets passed down rather
14887         than "-exec_prefix" so autoconf generated Makefiles get the
14888         exec_prefix set right.
14889
14890 Fri May 21 10:42:25 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14891
14892         * config.guess: get the Solaris2 minor version number
14893
14894         * Makefile.in: add standards.texi and make-stds.texi to ETC_SUPPORT
14895
14896 Fri May 21 06:20:52 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
14897
14898         * config.guess: Recognize some Sequent platforms.
14899
14900 Thu May 20 14:33:48 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14901
14902         * Makefile.in: added the vault-install target
14903
14904         * configure.in: actually use the Sun3 makefile fragment that's in
14905         config, also added the release dir to configdirs
14906
14907 Thu May 20 14:19:18 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
14908
14909         * Makefile.in (taz): Fix modes on stuff in $(TOOL) dir also.
14910
14911 Tue May 18 20:26:41 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14912
14913         * configure.in: remove some program from Alpha targetted toolchains
14914
14915 Tue May 18 15:23:19 1993  Ken Raeburn  (raeburn@cygnus.com)
14916
14917         * Makefile.in (DISTSTUFFDIRS): Renamed from PROTODIRS.  Add ld and
14918         gprof.
14919         (taz): Run "make diststuff" in those directories instead of "make
14920         proto-dir".  Look for "VERSION=" only at start of line in subdir
14921         Makefile.  Use "gzip -9" for compression.
14922         (TEXINFO_SUPPORT, DIST_SUPPORT, BINUTILS_SUPPORT_DIRS): New vars.
14923         (binutils.tar.z): New target.
14924
14925 Mon May 17 17:01:15 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
14926
14927         * Makefile.in (taz): Include gpl.texinfo.
14928
14929 Fri May 14 06:48:38 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
14930
14931         * Makefile.in (setup-dirs): Merged into "taz" target.
14932         (taz): Only do `proto-dir' stuff if a directory is actually needed
14933         for this target.
14934
14935 Wed May 12 13:09:44 1993  Ian Lance Taylor  (ian@cygnus.com)
14936
14937         * Makefile.in (MUNCH_NM): New variable, defined to be $(NM).
14938         (FLAGS_TO_PASS): Pass down MUNCH_NM.
14939         (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): New variables.
14940         (EXTRA_GCC_FLAGS): Pass down HOST_* variables.
14941         (gcc-no-fixedincludes): Correct for current gcc Makefile.
14942
14943 Tue May 11 10:14:25 1993  Fred Fish  (fnf@cygnus.com)
14944
14945         * Makefile.in (make-gdb.tar.Z):  Add configure, config.guess,
14946         config.sub, and move-if-change to gdb testsuite distribution
14947         archive, so the testsuite can be extracted, configured, and
14948         run separately from the gdb distribution.  Blow away the Chill
14949         tests that require a Chill compiled executable, since GNU Chill
14950         is not yet publically available.
14951
14952 Mon May 10 17:22:26 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14953
14954         * test-build.mk: set environment variables in a single command,
14955         instead of a list of assignments and exports
14956
14957         * config.guess: recognize Alpha/OSF1 systems
14958
14959 Mon May 10 14:55:51 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
14960
14961         * configure: Change help message to prefer --options rather than
14962           -options.
14963
14964 Mon May 10 05:58:35 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
14965
14966         * config.sub: Convergent Tech. "miniframe" uses m68010, sez
14967         zippy@ecst.csuchico.edu.
14968         * config.guess: Recognize miniframe.
14969
14970 Sun May  9 17:47:57 1993  Rob Savoye  (rob at darkstar.cygnus.com)
14971
14972         * Makefile.in: Use srcroot to find runtest rather than rootme.
14973         Pass RUNTESTFLAGS and EXPECT down in BASE_FLAGS_TO_PASS.
14974
14975 Fri May  7 14:55:59 1993  Ian Lance Taylor  (ian@cygnus.com)
14976
14977         * test-build.mk: Extensive additions to support building on a
14978         machine other than the host.
14979
14980 Wed May  5 08:35:04 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
14981
14982         * configure (tooldir): Fix for i386-aix again.
14983
14984 Mon May  3 19:00:27 1993  Per Bothner  (bothner@cygnus.com)
14985
14986         * configure, Makefile.in:  Change definition of $(tooldir)
14987         to match the FSF.
14988
14989 Fri Apr 30 15:55:21 1993  Fred Fish  (fnf@cygnus.com)
14990
14991         * config.guess:  Recognize i[34]86/SVR4.
14992
14993 Fri Apr 30 15:52:46 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
14994
14995         * Makefile.in (all-gdb): gdb depends on sim.
14996
14997 Thu Apr 29 23:30:48 1993  Fred Fish  (fnf@cygnus.com)
14998
14999         * Makefile.in (gdb.tar.Z):  Make prototype gdb testsuite directory
15000         at the same time we make the prototype gdb directory.
15001         * Makefile.in (make-gdb.tar.Z):  Make the testsuite distribution
15002         files at the same time as the gdb base release distribution.
15003
15004 Thu Apr 29 12:50:37 1993  Ian Lance Taylor  (ian@cygnus.com)
15005
15006         * Makefile.in (check): Use individual check targets rather than
15007         DO_X rule.
15008         (check-gcc): Added.
15009
15010 Thu Apr 29 09:50:07 1993  Jim Kingdon  (kingdon@cygnus.com)
15011
15012         * config.sub: Use sysv3.2 not sysv32 for canonical OS
15013         for System V release 3.2.
15014
15015 Thu Apr 29 10:33:22 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
15016
15017         * config.sub: Recognize hppaosf.
15018         * configure.in: Do configure ld/binutils/gas for it.
15019
15020 Tue Apr 27 06:25:34 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
15021
15022         * configure (tooldir): Alter syntax used to set this, for systems
15023         where "\$" isn't handled right, like i386-aix.
15024
15025 Thu Apr 22 08:17:35 1993  Ian Lance Taylor  (ian@cygnus.com)
15026
15027         * configure: Pass program-transform-name, not
15028         program_transform_name, to recursive configures.
15029
15030 Thu Apr 22 02:58:21 1993  Ken Raeburn  (raeburn@cygnus.com)
15031
15032         * Makefile.in (gas+binutils.tar.z): New rule for building snapshots
15033         of gas+ld+binutils.
15034
15035 Mon Apr 19 17:41:30 1993  Per Bothner  (bothner@cygnus.com)
15036
15037         * config.guess:  Recognize AIX3.2 as distinct from 3.1.
15038
15039 Sat Apr 17 17:19:50 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15040
15041         * configure.in: rename m88k-motorola-m88kbcs to m88k-motorola-sysv
15042
15043 Tue Apr 13 16:52:16 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
15044
15045         * Makefile.in (PRMS): Set back to all-prms.
15046
15047 Sat Apr 10 12:04:07 1993  Ian Lance Taylor  (ian@cygnus.com)
15048
15049         * test-build.mk: Pass -with-gnu-as for known MIPS native and MIPS
15050         targets, rather than for MIPS hosts.
15051
15052 Fri Apr  9 13:51:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15053
15054         * configure.in: add comment for --with-x default values
15055
15056         * config.guess: handle Motorola Delta88 box for SVR3 and SVR4.
15057
15058         * Makefile.in: add check-* targets for each of the directories in
15059         the tree.  Add a definition of RUNTEST that will use the one we
15060         just built, if it exists.  Pass this down via FLAGS_TO_PASS.
15061
15062 Thu Apr  8 09:21:30 1993  Ian Lance Taylor  (ian@cygnus.com)
15063
15064         * configure.in: Removed obsolete references to bfd_target and
15065         target_makefile_frag.
15066
15067         * build-all.mk: Set assorted targets for Q2.
15068         * config.sub: Recognize z8k-sim and h8300-hms.
15069         * test-build.mk: Really don't pass host to configure.
15070         (HOLES): Added uname.
15071
15072 Wed Apr  7 15:48:19 1993  Ian Lance Taylor  (ian@cygnus.com)
15073
15074         * configure: Handle an empty program-prefix, program-suffix or
15075         program-transform-name correctly.
15076
15077 Tue Apr  6 13:48:41 1993  Ian Lance Taylor  (ian@cygnus.com)
15078
15079         * build-all.mk: -G 8 no longer required for MIPS targets.
15080         * test-build.mk: Don't pass host argument to configure; make it
15081         guess.
15082
15083 Tue Apr  6 10:36:53 1993  Fred Fish  (fnf@cygnus.com)
15084
15085         * Makefile.in (gdb.tar.Z):  Fix for building gzip'd distribution.
15086         * Makefile.in (COMPRESS):  New macro, like GZIP.
15087
15088 Fri Apr  2 09:02:31 1993  Ian Lance Taylor  (ian@cygnus.com)
15089
15090         * test-build.mk: Use -with-gnu-as for mips-sgi-irix4 as well.
15091
15092         * build-all.mk: Set GCC to gcc -O -G 8 for MIPS targets, since gcc
15093         with gas currently defaults to -G 0.
15094
15095 Thu Apr  1 08:25:42 1993  Ian Lance Taylor  (ian@cygnus.com)
15096
15097         * Makefile.in (all-flex): flex depends on byacc.
15098
15099         * build-all.mk: If host not specified, use config.guess.  Pass TAG
15100         to test-build.mk as RELEASE_TAG.
15101         * test-build.mk (configargs): New variable containing arguments to
15102         pass to configure.  Set to -with-gnu-as on mips-dec-ultrix.
15103         (FLAGS_TO_PASS): Pass down RELEASE_TAG.
15104
15105         * config.guess: Use /bin/uname when checking -X argument on SCO,
15106         to avoid invoking GNU uname which doesn't understand -X.
15107
15108         * test-build.mk: Don't use /usr/unsupported/bin/as on AIX.
15109
15110         * configure.in: Build gas for mips-*-*.
15111
15112 Wed Mar 31 21:20:58 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
15113
15114         * Makefile.in (all.normal): insert missing backslash.
15115
15116 Wed Mar 31 12:31:56 1993  Ian Lance Taylor  (ian@cygnus.com)
15117
15118         * build-all.mk: Bump -XNh value to 1500 to match gcc requirements.
15119
15120         * Makefile.in: Complete overhaul to merge many almost identical
15121         targets.
15122
15123 Tue Mar 30 20:17:01 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
15124
15125         * Makefile.in (setup-dirs-gdb): Renamed from setup-dirs.
15126         (gdb.tar.Z): Adjusted.
15127
15128         * Makefile.in (setup-dirs, taz): New targets; should be general
15129         enough to adapt for gdb sometime.  Build only .z file.
15130         (gas.tar.z): New target.
15131
15132 Tue Mar 30 10:03:09 1993  Ian Lance Taylor  (ian@cygnus.com)
15133
15134         * build-all.mk: Use CC=cc -Xs on Solaris.
15135
15136 Thu Mar 25 15:14:30 1993  Fred Fish  (fnf@cygnus.com)
15137
15138         * Makefile.in:  Incorporate changes suggested by wilson@cygnus.com
15139         for handling BISON for FSF releases.
15140
15141 Thu Mar 25 06:19:48 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
15142
15143         * configure: Actually implement the change zoo just documented.
15144
15145 Wed Mar 24 13:02:44 1993  david d `zoo' zuhn  (zoo at poseidon.cygnus.com)
15146
15147         * configure: when using config.guess, only set target_alias when
15148         it's not already been set (ie, on the command line)
15149
15150 Mon Mar 22 23:07:39 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15151
15152         * Makefile.in: add installcheck target, set PRMS to install-prms
15153
15154 Sun Mar 21 16:46:12 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15155
15156         * configure: add support for package_makefile_fragment, handle the
15157         case where a directory has a configure.in file but no Makefile.in
15158         more gracefully (with an actual understandable error message, even);
15159         add support for --without (and add this to the usage message); also
15160         explicitly add a --host=${host_alias} to the command line when
15161         config.guess is used
15162
15163 Sun Mar 21 12:11:58 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
15164
15165         * configure: Must use both --host and --target in recursive calls.
15166
15167 Thu Mar 18 12:31:35 1993  Ian Lance Taylor  (ian@cygnus.com)
15168
15169         * Makefile.in: Change deja-gnu to dejagnu.
15170
15171 Mon Mar 15 15:44:35 1993  Ian Lance Taylor  (ian@cygnus.com)
15172
15173         * configure.in (h8300-*-*, h8500-*-*): Don't build libg++.
15174
15175 Fri Mar 12 18:30:14 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15176
15177         * configure.in: canonicalize all instances to *-*-solaris2*,
15178         also strip out a number of tools to not build for go32 host
15179
15180 Wed Mar 10 12:08:27 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
15181
15182         * config.guess: add GPL.
15183
15184         * Makefile.in, config.guess, config.sub, configure: bump
15185           copyrights to 93.
15186
15187 Wed Mar 10 07:12:48 1993  Ian Lance Taylor  (ian@cygnus.com)
15188
15189         * Makefile.in (do-info): Removed obsolete check for existence of
15190         localenv file.
15191
15192         * Makefile.in (MAKEOVERRIDES): Define to be empty.
15193
15194 Wed Mar 10 03:11:56 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15195
15196         * Makefile.in: a couple of 'else true' for decstation,
15197         support for TclX
15198
15199         * configure.in: configure tclX too; don't remove Tk on RS/6000 anymore
15200
15201 Tue Mar  9 16:06:12 1993  K. Richard Pixley  (rich@cygnus.com)
15202
15203         * Makefile.in (setup-dirs): change invocation of make to $(MAKE).
15204
15205 Mon Mar  8 14:52:11 1993  Ken Raeburn  (raeburn@cambridge)
15206
15207         * config.guess: Recognize i386-ibm-aix (PS/2).
15208         * configure.in: Use config/mh-aix386 file for it.
15209
15210 Mon Mar  8 11:12:43 1993  Ian Lance Taylor  (ian@cygnus.com)
15211
15212         * Makefile.in (GCC_FOR_TARGET): Eliminated definition; use
15213         CC_FOR_TARGET instead.
15214         (BASE_FLAGS_TO_PASS): Pass GCC_FOR_TARGET=$(CC_FOR_TARGET).
15215
15216 Wed Mar  3 16:00:28 1993  Steve Chamberlain  (sac@ok.cygnus.com)
15217
15218         * Makefile.in: Add sim to list of directories sent with gdb
15219
15220 Wed Mar  3 11:42:39 1993  Ken Raeburn  (raeburn@cygnus.com)
15221
15222         * configure.in: Put back mips-dec-bsd* case.
15223
15224 Tue Mar  2 21:15:58 1993  Fred Fish  (fnf@cygnus.com)
15225
15226         (Ultrix 2.2 support from Michael Rendell <michael@mercury.cs.mun.ca>)
15227         * configure.in (vax-*-ultrix2*):  Add Ultrix 2.2 triplet.
15228         * config.guess:  Change 'VAX*:ULTRIX:*:*' to 'VAX*:ULTRIX*:*:*'.
15229
15230 Tue Mar  2 18:11:03 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15231
15232         * configure.in: remove no-op mips-dec-bsd* in "case $target"
15233
15234         * Makefile.in (dir.info): only run gen-info-dir if it exists,
15235         (install-info): install dir.info only if it exists,
15236         (all-expect, install-expect): pass along X11_FLAGS_TO_PASS
15237
15238 Tue Mar  2 09:01:30 1993  Ken Raeburn  (raeburn@cygnus.com)
15239
15240         * configure.in: For vms target, skip bfd, ld, binutils.  Do build
15241         gas for mips-dec-bsd.
15242
15243 Tue Mar  2 08:35:24 1993  Ian Lance Taylor  (ian@cygnus.com)
15244
15245         * configure (makesrcdir): If ${srcdir} is relative and not ".",
15246         and ${subdir} is not ".", set makesrcdir based on ${invsubdir}.
15247
15248 Tue Feb 23 14:18:28 1993  Mike Werner  (mtw@poseidon.cygnus.com)
15249
15250         * configure.in: Added "dejagnu" to hosttools list.
15251
15252 Mon Feb 22 23:28:38 1993  Per Bothner  (bothner@rtl.cygnus.com)
15253
15254         * config.sub, configure.in, config.guess:  Add support
15255         for Bosx, an AIX variant from Bull.
15256         Patches from F.Pierresteguy@frcl.bull.fr.
15257
15258 Sun Feb 21 11:15:22 1993  Mike Werner  (mtw@poseidon.cygnus.com)
15259
15260         * devo/dejagnu: Initial creation of devo/dejagnu.
15261         Migrated dejagnu testcases and support files for testing software
15262         tools to reside as subdirectories, currently called "testsuite",
15263         within the directory of the software tool.  Migrated all programs,
15264         support libraries, etc. beloging to dejagnu proper from
15265         devo/deja-gnu to devo/dejagnu.  These files were moved "as is"
15266         with no modifications.  The changes to these files which will
15267         allow them to configure, build, and execute properly will be made
15268         in a future update.
15269
15270 Fri Feb 19 20:19:39 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
15271
15272         * Makefile.in: Change send_pr to send-pr.
15273         * configure.in: Likewise.
15274         * send_pr: Renamed directory to send-pr.
15275
15276 Fri Feb 19 19:00:13 1993  Per Bothner  (bothner@cygnus.com)
15277
15278         * Makefile.in:  Add some extra semi-colons (needed if SHELL=bash).
15279
15280 Fri Feb 19 00:59:33 1993  John Gilmore  (gnu@cygnus.com)
15281
15282         * README:  Update for gdb-4.8 release.
15283         * Makefile.in (gdb.tar.Z):  Add texinfo/tex3patch.  Build
15284         gdb-xxx.tar.z (gzip'd) file also.
15285
15286 Thu Feb 18 09:16:17 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15287
15288         * Makefile.in: make all-diff depend on all-libiberty
15289
15290 Tue Feb 16 16:06:31 1993  K. Richard Pixley  (rich@cygnus.com)
15291
15292         * config.guess: add vax-ultrix in the spirit of mips-ultrix.
15293
15294 Tue Feb 16 05:57:15 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15295
15296         * configure.in, Makefile.in: add hello, tar, gzip, recode, indent
15297
15298 Tue Feb 16 00:58:20 1993  John Gilmore  (gnu@cygnus.com)
15299
15300         * Makefile.in (DEVO_SUPPORT):  Remove etc directory
15301         (ETC_SUPPORT):  Only add the files GDB wants from etc/.
15302         (gdb.tar.Z):  Use ETC_SUPPORT.  Use byacc when building the file.
15303
15304 Thu Feb 11 20:14:28 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15305
15306         * Makefile.in:  makeinfo binary is in a new location
15307
15308 Tue Feb  9 12:42:27 1993  Ian Lance Taylor  (ian@cygnus.com)
15309
15310         * config.sub: Accept -ecoff as an OS.
15311
15312         * Makefile.in: Various changes to eliminate a level of make
15313         recursion and reduce the required command line length.
15314         (BASE_FLAGS_TO_PASS): New variable holding flags passed to all
15315         sub-makes.
15316         (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): New
15317         variables holding settings for specific sub-makes.
15318         (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS, GCC_FLAGS_TO_PASS): Rewrote
15319         in terms of BASE_FLAGS_TO_PASS.
15320         (TARGET_LIBS): New variable listing directories which use
15321         TARGET_FLAGS_TO_PASS.
15322         (subdir_do): Eliminated.
15323         (do-*): New set of targets to replace subdir_do.
15324         (various): All targets which used subdir_do now depend on do-*.
15325         (local-clean): Renamed from do_clean.
15326         (local-distclean): New target, dependency of distclean and
15327         realclean.
15328         (install-info): Don't create directories.  Depend on dir.info
15329         rather than calling make recursively.
15330         (install-dir.info): Eliminated.
15331         (install-info-dirs): Create all info directories here.
15332         (dir.info): Depend upon do-install-info.
15333
15334         * test-build.mk (HOLES): Added false.
15335
15336 Sat Feb  6 14:05:09 1993  Per Bothner  (bothner@rtl.cygnus.com)
15337
15338         * config.guess:  Recognize BSDI and BSDJ (Jolitz 386bsd).
15339
15340 Thu Feb  4 20:49:18 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15341
15342         * Makefile.in (info): remove dependency on all-texinfo.  The
15343         problem was really in texinfo/C, not at this level.
15344
15345 Thu Feb  4 13:38:41 1993  Ian Lance Taylor  (ian@cygnus.com)
15346
15347         * Makefile.in (info): Added dependency on all-texinfo (PR 2112).
15348
15349 Thu Feb  4 01:50:53 1993  John Gilmore  (gnu@cygnus.com)
15350
15351         * Makefile.in (make-gdb.tar.Z):  Change BISON to 'bison -y' for
15352         GDB releases.
15353
15354 Wed Feb  3 17:22:16 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
15355
15356         * configure: Include srcdir in message about target of link not
15357         being found.  Don't convert `-' to `_' in `with' options being
15358         passed to subdirs.
15359
15360 Tue Feb  2 18:57:59 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15361
15362         * configure.in: add uudecode to host_tools
15363
15364         * Makefile.in: added {all,install}-uudecode targets, added them to
15365         the appropriate lists
15366
15367 Tue Feb  2 11:45:53 1993  Ian Lance Taylor  (ian@cygnus.com)
15368
15369         * Makefile.in (all-gcc): Added dependency on all-gas.
15370
15371         * configure.in (mips-*-*): Build ld and binutils.
15372
15373 Mon Feb  1 12:35:41 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
15374
15375         * configure: check return code from mkdir, print error message and
15376           exit on failure.
15377
15378 Sat Jan 30 16:40:28 1993  John Gilmore  (gnu@cygnus.com)
15379
15380         * Makefile.in (make-gdb.tar.Z):  New location for texinfo.tex.
15381
15382 Thu Jan 28 15:09:59 1993  Ian Lance Taylor  (ian@cygnus.com)
15383
15384         * test-build.mk (HOLES): Added tar, cpio and uudecode.
15385
15386 Wed Jan 27 16:50:32 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
15387
15388         * config.sub (h8500):  Recognize this as a cpu type.
15389
15390 Sat Jan 23 20:32:01 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15391
15392         * configure: source directory missing is no longer a warning
15393
15394         * configure.in: recognize irix[34]* instead of irix[34]
15395
15396         * Makefile.in: define and pass down X11_LIB
15397
15398 Sat Jan 23 13:49:40 1993  Per Bothner  (bothner@cygnus.com)
15399
15400         * guess-systype: Renamed to ...
15401         * config.guess:  ... by popular request.
15402         * configure.in, Makefile.in:  Update accordingly.
15403
15404 Thu Jan 21 12:20:55 1993  Per Bothner  (bothner@cygnus.com)
15405
15406         * guess-systype:  Patches from John Eaton <jwe@che.utexas.edu>:
15407         + Add Convex, Cray/Unicos, and Encore/Multimax support.
15408         + Execute ./dummy instead of assuming . is in PATH.
15409
15410 Tue Jan 19 17:18:06 1993  Per Bothner  (bothner@cygnus.com)
15411
15412         * guess-systype:  New shell script.  Attempts to guess the
15413         canonical host name of the executing host.
15414         Only a few hosts are supported so far.
15415         * configure:  Call guess-systype if no host is specified.
15416
15417 Tue Jan 19 08:26:07 1993  Ian Lance Taylor  (ian@cygnus.com)
15418
15419         * Makefile.in (gcc-no-fixedincludes): Made to work with current
15420         gcc Makefile.
15421
15422
15423 Fri Jan 15 10:27:02 1993  Ian Lance Taylor  (ian@cygnus.com)
15424
15425         * Makefile.in (GCC_FLAGS_TO_PASS): New variable.
15426         (all-gcc, install-gcc, subdir_do): Use it.
15427
15428 Wed Jan 13 17:06:45 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
15429
15430         * Makefile.in: Rename uninstalled gcc driver from gcc to xgcc.
15431
15432 Wed Jan  6 20:29:16 1993  Mike Werner  (mtw@rtl.cygnus.com)
15433
15434         * Makefile.in: Removed explicit setting of SUBDIRS. SUBDIRS is now
15435           set exclusively by configure, using configure.in .
15436
15437 Wed Jan  6 13:44:11 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15438
15439         * test-build.mk: set $PATH for all builds
15440
15441         * Makefile.in: pass TARGET_FLAGS_TO_PASS for xiberty and libm
15442
15443 Wed Jan  6 11:02:10 1993  Fred Fish  (fnf@cygnus.com)
15444
15445         * Makefile.in (GCC_FOR_TARGET):  Supply a default that matches
15446         the one used in gcc/Makefile.in, so that a null expansion doesn't
15447         override the one needed to build gcc with a native cc.
15448
15449
15450 Tue Jan  5 07:55:12 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
15451
15452         * configure: Accept -with arguments.
15453
15454 Sun Jan  3 15:15:09 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
15455
15456         * Makefile.in: added h8300sim
15457
15458 Tue Dec 29 15:06:00 1992  Ian Lance Taylor  (ian@cygnus.com)
15459
15460         * build-all.mk: If canonhost is i386-unknown-sco3.2v4, change it
15461         to i386-sco3.2v4.  Set TARGETS and CFLAGS for i386-sco3.2v4.
15462         (all-cygnus, native, build-cygnus): Make
15463         $(canonhost)-stamp-3stage-done, not $(host)....
15464         * test-build.mk (stamp-3stage-compared): Use tail +10c for
15465         i386-sco3.2v4.  Added else true to if command.
15466
15467 Mon Dec 28 12:08:56 1992  Ken Raeburn  (raeburn@cygnus.com)
15468
15469         * config.sub: (from FSF) Sequent uses a BSD-like OS.
15470
15471 Mon Dec 28 08:32:06 1992  Minh Tran-Le  (mtranle@paris.intellicorp.com)
15472
15473         * configure.in (i[34]86-*-isc*): added; uses mh-sysv.
15474
15475 Thu Dec 24 17:26:24 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15476
15477         * configure.in: don't remove binutils from Solaris builds
15478
15479 Thu Dec 24 14:08:38 1992 david d`zoo' zuhn  (zoo@cygnus.com)
15480
15481         * Makefile.in: get rid of earlier definitions for *clean,
15482         also handle the recursive info rule better
15483
15484 Thu Dec 24 12:40:21 1992  Per Bothner  (bothner@rtl.cygnus.com)
15485
15486         * Makefile.in (mostlyclean, distclean, realclean):  Fix to
15487         do more-or-less the right thing.
15488
15489 Wed Dec 16 10:25:31 1992  Ian Lance Taylor  (ian@cygnus.com)
15490
15491         * Makefile.in: Add lines defining CC and CXX, and use CXX rather
15492         than gcc in definitions of CXX_FOR_BUILD and CXX_FOR_TARGET.
15493
15494 Tue Dec 15 00:34:32 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15495
15496         * Makefile.in: change all $(host_cpu)-$(host_vendor)-$(host_os) to
15497         $(host_canonical).
15498
15499         * configure.in: split the configdirs list into 4 categories (native
15500         v. cross, library v. tool) and handle the cross-only and native-
15501         only in more reasonable (and correct!) way.
15502
15503 Mon Dec 14 17:04:22 1992  Stu Grossman  (grossman at cygnus.com)
15504
15505         * configure.in (hppa*-*-*):  Don't remove bfd and gdb from
15506         configdirs anymore.
15507
15508 Sun Dec 13 00:37:26 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15509
15510         * Makefile.in: extensive cleanup::  removed all of the explicit
15511         clean-* targets, collapsed many wrappers around subdir_do into
15512         one, added additional targets to satisfy standards.texi, deleted
15513         some old targets, some changes for consistency
15514
15515 Fri Dec 11 20:18:02 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15516
15517         * configure.in: handle some programs as cross-only, and others as
15518         native only
15519
15520         * test-build.mk: handle partial holes in a more generic manner
15521
15522         * Makefile.in: m4 depends on libiberty
15523
15524 Thu Dec  3 21:52:11 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15525
15526         * configure.in: add m4, textutils, fileutils, sed, shellutils,
15527         time, wdiff, and find to configdirs
15528
15529         * Makefile.in: all, clean, and install rules for the new programs
15530         added to configure.in
15531
15532 Mon Nov 30 14:54:34 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15533
15534         * configure.in: use mh-sun for all *-sun-* hosts
15535
15536 Fri Nov 27 18:35:54 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15537
15538         * Makefile.in: define flags for X11 include files and library file
15539         locations, pass them down to the programs that need this info
15540
15541         * build-all.mk: added a 'native' target, to 3stage the native toolchain
15542
15543 Sun Nov 22 18:59:13 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15544
15545         * configure.in: start building libg++ for HP-UX targets
15546
15547 Wed Nov 18 19:33:11 1992  John Gilmore  (gnu@cygnus.com)
15548
15549         * README:  Update references to files moved into etc/.
15550
15551 Sun Nov 15 09:36:08 1992  Fred Fish  (fnf@cygnus.com)
15552
15553         * config.sub (i386sol2, i486sol2):  i[34]86-unknown-solaris2.
15554         * configure.in (i[34]86-*-solaris2*):  Use config/mh-sysv4.
15555
15556 Thu Nov 12 08:50:42 1992  Ian Lance Taylor  (ian@cygnus.com)
15557
15558         * configure: accept dash as well as underscore in long option
15559         names for FSF compatibility.
15560
15561 Wed Nov 11 08:04:37 1992  Ian Lance Taylor  (ian@cygnus.com)
15562
15563         * config.sub: added -sco3.2v4 support from FSF.
15564
15565 Sun Nov  8 21:14:30 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15566
15567         * configure.in: expand the section that adds or removes
15568         directories from the list of programs to build, to handle native
15569         vs. cross in addition to host v. native
15570
15571 Sat Nov  7 18:52:27 1992  Per Bothner  (bothner@rtl.cygnus.com)
15572
15573         * Makefile.in:  Replace C++ in macro names with CXX.
15574         This is less likely to break ...
15575
15576 Sat Nov  7 15:16:58 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15577
15578         * test-build.mk: add -w to GNU_MAKE
15579
15580 Fri Nov  6 23:10:37 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15581
15582         * config.sub: remove 'sparc'-->'sparc-sun' default transformation,
15583         add 'sparc' to list of recognized cpus.  This needed to make
15584         'sparc-aout' expand to 'sparc-unknown-aout' instead of 'sparc-sun-aout'.
15585         Delete some redundant ose68 variants.  Recognize -wrs as an os,
15586         then changes that into $CPU-wrs-vxworks.
15587
15588         * configure.in: remove most references to gdbtest, regularize
15589         target based program removal
15590
15591         * test-build.mk: import from p3 tree (many fixes and changes)
15592
15593 Fri Nov  6 20:59:00 1992  david d `zoo' zuhn  (zoo@cygnus.com)
15594
15595         * Makefile.in: added rules to handle tcl, tk, and expect
15596
15597         * configure.in: handle those directories if they exist
15598
15599 Thu Nov  5 14:35:41 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15600
15601         * config.sub: removed bogus hppabsd and hppahpux names, since
15602         "hppa" is not a valid cpu (hppa1.1 or hppa1.0 are, though)
15603
15604 Thu Oct 29 00:12:41 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15605
15606         * Makefile.in: all-gcc now depends on all-binutils.  all-libg++
15607         depends upon all-xiberty
15608
15609         * Makefile.in: changes from p3, including:
15610
15611         Thu Oct  8 15:00:17 1992  Ian Lance Taylor  (ian@cygnus.com)
15612
15613         * Makefile.in (XTRAFLAGS): include newlib directories if
15614         newlib/Makefile exists, rather than if host != target.
15615
15616         Fri Sep 25 13:41:52 1992  Ian Lance Taylor  (ian@cygnus.com)
15617
15618         * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
15619         from the same source tree and not building a cross-compiler.  This
15620         matters for the libg++ configuration if reconfiguring a tree that
15621         has already been installed.
15622
15623         Thu Sep 10 10:35:51 1992  Ian Lance Taylor  (ian@cygnus.com)
15624
15625         * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
15626         pick up the machine and system specific header files.
15627
15628         * Makefile.in: added AS_FOR_TARGET, passed down in
15629         TARGET_FLAGS_TO_PASS.  Added CC_FOR_BUILD, which is intended to be
15630         the C compiler to use to create programs which are run in the
15631         build environment, set it to default to $(CC), and passed it down
15632         in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
15633
15634         Mon Sep  7 22:34:42 1992  Ian Lance Taylor  (ian@cirdan.cygnus.com)
15635
15636         * Makefile.in: add $(host) = $(target) tests back to *_FOR_TARGET.
15637         We need them for unusual native builds, like systems without
15638         ranlib.
15639
15640         * configure: also define $(host_canonical) and
15641         $(target_canonical), which are the full, canonical names for the
15642         given host and target
15643
15644 Sun Nov  1 16:38:17 1992  Per Bothner  (bothner@cygnus.com)
15645
15646         * Makefile.in:  Added separate definitions for C++.
15647
15648 Fri Oct 30 11:37:52 1992  Fred Fish  (fnf@cygnus.com)
15649
15650         * configure.in (configdirs):  Add deja-gnu.
15651
15652 Fri Oct 23 00:39:18 1992  John Gilmore  (gnu@cygnus.com)
15653
15654         * README:  Update for configure.texi and gdb-4.7 release.
15655
15656 Wed Oct 21 21:54:27 1992  John Gilmore  (gnu@cygnus.com)
15657
15658         * Makefile.in:  Move "all" target to top of file.
15659         Previously, first target was ".PHONY" which caused BSD4.4 make
15660         to build .PHONY when make was run without arguments.
15661
15662 Mon Oct 19 01:17:54 1992  John Gilmore  (gnu@cygnus.com)
15663
15664         * Makefile.in:  Add COPYING.LIB to GDB releases, now that there's
15665         Library-copylefted code in libiberty.
15666
15667 Tue Oct 13 01:22:32 1992  John Gilmore  (gnu@cygnus.com)
15668
15669         * config.sub:  Replace m68kmote with plain old m68k.
15670
15671 Fri Oct  9 03:14:24 1992  John Gilmore  (gnu@cygnus.com)
15672
15673         * Makefile.in:  Remove space from blank line, avoid Make complaints.
15674
15675 Thu Oct  8 18:41:45 1992  Ken Raeburn  (raeburn@cygnus.com)
15676
15677         * config.sub: Complain if no argument is given.  Added support for
15678         386bsd as OS and target alias.
15679
15680 Thu Oct  8 15:07:22 1992  Ian Lance Taylor  (ian@cygnus.com)
15681
15682         * Makefile.in (XTRAFLAGS): include newlib directories if
15683         newlib/Makefile exists, rather than if host != target.
15684
15685 Mon Oct  5 03:00:09 1992  Mark Eichin  (eichin at tweedledumber.cygnus.com)
15686
15687         * config.sub: recognize sparclite-wrs-vxworks.
15688
15689         * Makefile.in (install-xiberty): added *-xiberty make rules (from
15690         p3.) Added clean-xiberty to clean.
15691
15692 Thu Oct  1 17:59:19 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15693
15694         * configure.in: use *-*-* instead of nested cases for host and target
15695
15696 Tue Sep 29 14:11:18 1992  Ian Lance Taylor  (ian@cygnus.com)
15697
15698         * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
15699         from the same source tree and not building a cross-compiler.  This
15700         matters for the libg++ configuration if reconfiguring a tree that
15701         has already been installed.
15702
15703 Sep 20 08:53:10 1992  Fred Fish  (fnf@cygnus.com)
15704
15705         * config.sub (i486v/i486v4):  Merge in from FSF version.
15706
15707 Fri Sep 18 00:32:00 1992  Mark Eichin  (eichin@cygnus.com)
15708
15709         * configure: only set PWD if it is already set.
15710
15711 Thu Sep 17 23:05:53 1992  Mark Eichin  (eichin@cygnus.com)
15712
15713         * configure: just set PWD=`pwd` at the top, since Ultrix sh
15714         doesn't have unset and all success paths (and most error paths)
15715         out set it anyway. (Note: should change all uses of ${PWD=`pwd`}
15716         to just ${PWD} to avoid confusion.)
15717
15718 Tue Sep 15 16:00:54 1992  Ian Lance Taylor  (ian@cygnus.com)
15719
15720         * configure: always set $(tooldir) to $(libdir)/$(target_alias),
15721         even for a native compilation.
15722
15723 Tue Sep 15 02:22:56 1992  John Gilmore  (gnu@cygnus.com)
15724
15725         Changes to make the gdb.tar.Z rule work better.
15726
15727         * Makefile.in (GDB_SUPPORT_DIRS):  Add opcodes.
15728         (DEVO_SUPPORT):  Add configure.texi.
15729         (bfd-ilrt.tar.Z):  Remove ancient rule.
15730
15731 Thu Sep 10 10:43:19 1992  Ian Lance Taylor  (ian@cygnus.com)
15732
15733         * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
15734         pick up the machine and system specific header files.
15735
15736         * configure.in, config.sub: added new target m68010-adobe-scout,
15737         with alias of adobe68k.  Changed configure.in to check for
15738         -scout before -sco* to avoid a false match.
15739
15740         * Makefile.in: added AS_FOR_TARGET, passed down in
15741         TARGET_FLAGS_TO_PASS.  Added CC_FOR_BUILD, which is intended to be
15742         the C compiler to use to create programs which are run in the
15743         build environment, set it to default to $(CC), and passed it down
15744         in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
15745
15746 Wed Sep  9 12:21:42 1992  Ian Lance Taylor  (ian@cygnus.com)
15747
15748         * Makefile.in: added TARGET_FLAGS_TO_PASS, CC_FOR_TARGET,
15749         AR_FOR_TARGET, RANLIB_FOR_TARGET, NM_FOR_TARGET.  Pass
15750         TARGET_FLAGS_TO_PASS, which defines CC, AR, RANLIB and NM as the
15751         FOR_TARGET variants, to newlib and libg++.
15752
15753 Tue Sep  8 17:28:30 1992  Ken Raeburn  (raeburn@cambridge.cygnus.com)
15754
15755         * Makefile.in (all-gas, all-gdb): Require all-opcodes to be built
15756         first.
15757
15758 Wed Sep  2 02:50:05 1992  John Gilmore  (gnu@cygnus.com)
15759
15760         * config.sub:  Accept `elf' as an environment.
15761
15762 Tue Sep  1 15:48:30 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
15763
15764         * Makefile.in (all-opcodes):  cd into the right directory
15765
15766 Sun Aug 30 21:12:11 1992  Ian Lance Taylor  (ian@cygnus.com)
15767
15768         * configure: added -program_transform_name option, used as
15769         argument to sed when installing programs.
15770         configure.texi: added documentation for -program_prefix,
15771         -program_suffix and -program_transform_name.
15772
15773 Thu Aug 27 21:59:44 1992  John Gilmore  (gnu@cygnus.com)
15774
15775         * config.sub:  Accept i486 where i386 ok.
15776
15777 Thu Aug 27 13:04:42 1992  Brendan Kehoe  (brendan@rtl.cygnus.com)
15778
15779         * config.sub: accept we32k
15780
15781 Mon Aug 24 14:05:14 1992  Ian Lance Taylor  (ian@cygnus.com)
15782
15783         * config.sub, configure.in: accept OSE68000 and OSE68k.
15784
15785         * Makefile.in: don't create all directories for ``make install'';
15786         let the subdirectories create the ones they need.
15787
15788 Tue Aug 11 23:13:17 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15789
15790         * COPYING: new file, GPL v2
15791
15792 Tue Aug  4 01:12:43 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15793
15794         * Makefile.in: use the new gen-info-dir, which needs a template
15795         argument (which also lives in texinfo)
15796
15797         * configure.texi, standards.texi: fix INFO-DIR-ENTRY
15798
15799 Mon Aug  3 00:34:17 1992  Fred Fish  (fnf@cygnus.com)
15800
15801         * config.sub (ncr3000):  Change i386 to i486.
15802
15803 Thu Jul 23 00:12:17 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15804
15805         * Makefile.in: add install-rcs, install-grep to
15806         install-no-fixedincludes, removed install-bison and install-libgcc
15807
15808 Tue Jul 21 01:01:50 1992  david d `zoo' zuhn (zoo@cygnus.com)
15809
15810         * configure.in: grab the HPUX makefile fragment if on HPUX
15811
15812 Mon Jul 20 11:02:09 1992  D. V. Henkel-Wallace  (gumby@cygnus.com)
15813
15814         * Makefile.in: eradicate bison spoor (ditto libgcc).
15815          configure.in: recognise m68{k,000}-ericsson-OSE.
15816          es1800 is alias for m68k-ericsson-OSE
15817
15818 Sun Jul 19 17:49:02 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15819
15820         * configure.in: rearrange the parts that remove programs from
15821         configdirs, based now on HOST==TARGET or by canonical triple.
15822
15823 Fri Jul 17 22:52:49 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
15824
15825         * test-build.mk: recurse explicitly with -f test-build.mk when
15826           appropriate.  predicate stage3 and comparison on the existence
15827           of gcc.  That is, if gcc isn't around, we aren't three-staging.
15828           On very clean, also remove ...stamp-co.  Build in-place before
15829           doing other builds.
15830
15831 Thu Jul 16 18:33:09 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
15832
15833         * Makefile.in, configure.in: add tgas
15834
15835 Thu Jul 16 16:05:28 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
15836
15837         * Makefile.in: a number of changes merged in from progressive.
15838
15839         * configure.in: add libm.
15840
15841         * .cvsignore: ignore some stuff that comes from test-build.mk.
15842
15843 Tue Jul  7 00:24:52 1992  Fred Fish  (fnf@cygnus.com)
15844
15845         * config.sub:  Add es1800 (m68k-ericsson-es1800).
15846
15847 Tue Jun 30 20:24:41 1992  D. V. Henkel-Wallace  (gumby@cygnus.com)
15848
15849         * configure: Add program_suffix (parallel to program_prefix)
15850         * Makefile.in: adjust directory-creating script for losing decstation
15851
15852 Mon Jun 22 23:43:48 1992  Per Bothner  (bothner@cygnus.com)
15853
15854         * configure:  Minor $subdir-related fixes.
15855
15856 Mon Jun 22 18:30:26 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
15857
15858         * configure: fix various problems with propogating
15859         makefile_target_frag in subdirs.
15860         * configure.in: config libgcc if its there
15861
15862 Fri Jun 19 15:19:40 1992  Stu Grossman  (grossman at cygnus.com)
15863
15864         * config.sub:  HPPA merge.
15865
15866 Sun Jun 14 10:29:19 1992  John Gilmore  (gnu at cygnus.com)
15867
15868         * Makefile.in:  Replace all-bison with all-byacc in all
15869         dependency lines for other tools (which now use byacc).
15870
15871 Fri Jun 12 22:21:57 1992  John Gilmore  (gnu at cygnus.com)
15872
15873         * config.sub:  Add sun4sol2 => sparc-sun-solaris2.
15874
15875 Thu Jun  4 12:07:32 1992  Mark Eichin  (eichin@cygnus.com)
15876
15877         * Makefile.in: make gprof rules similar to byacc rules (instead of
15878         vestigal $(unsubdir) that didn't work...)
15879
15880 Thu Jun  4 00:37:05 1992  Per Bothner  (bothner@rtl.cygnus.com)
15881
15882         * config.sub:  Add support for Linux.
15883         * Makefile.in:  Use $(FLAGS_TO_PASS) more consistently
15884         (at least for libg++).
15885
15886 Tue Jun 02 20:03:00 1992  david d `zoo' zuhn (zoo@cygnus.com)
15887
15888         * configure.texi: fix doc for the -nfp option to configure
15889
15890 Tue Jun  2 17:20:52 1992  Michael Tiemann  (tiemann@cygnus.com)
15891
15892         * Makefile.in (all-binutils): ar needs flex, so depend on all-flex.
15893
15894 Sun May 31 15:04:08 1992  Mark Eichin  (eichin at cygnus.com)
15895
15896         * config.sub: changed [^-]+ to [^-][^-]* so that it works under
15897         Sun sed. (BSD 4.3 sed doesn't handle [^-]+ either.)
15898         * configure.in: added solaris* host_makefile_frag hook.
15899
15900 Sun May 31 01:10:34 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15901
15902         * config.sub: changed recognition of m68000 so that various
15903         m68k types can be specified via m680[01234]0
15904
15905 Sat May 30 21:01:06 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15906
15907         * config.sub (basic_machine): fix sed so that '-foo' isn't
15908         completely substituted out while .+'-foo' loses the '-foo'
15909
15910 Wed May 27 23:18:52 1992  Michael Tiemann  (tiemann@rtl.cygnus.com)
15911
15912         * config.sub ($os): Add -aout.
15913
15914 Fri May 22 14:00:02 1992  Per Bothner  (bothner@cygnus.com)
15915
15916         * configure:  If host_makefile_frag is absolute, don't
15917         prefix ${invsubdir} (relevant to libg++ auto-configure).
15918
15919 Thu May 21 18:00:09 1992  Michael Tiemann  (tiemann@rtl.cygnus.com)
15920
15921         * Makefile.in (tooldir): Define it.
15922         (all-ld): Depend on all-flex.
15923
15924 Sun May 10 21:45:59 1992  Per Bothner  (bothner@rtl.cygnus.com)
15925
15926         * Makefile.in (check):  Fix libg++ special case.
15927
15928 Fri May  8 08:31:41 1992  K. Richard Pixley  (rich@cygnus.com)
15929
15930         * configure: do not bury `pwd` into config.status, thus do fewer
15931           pwd's.
15932
15933         * configure: print the "Building in" message only when building in
15934           other than "." AND verbose.
15935
15936         * configure: remove -s, rework -v to better accommodate guested
15937           configures.
15938
15939         * standards.texi: updated to 3 may, fixed librid <-> libdir typo.
15940
15941 Fri May  1 18:00:50 1992  K. Richard Pixley  (rich@cygnus.com)
15942
15943         * Makefile.in: macroize flags passed on recursion.  remove
15944           fileutils.
15945
15946 Thu Apr 30 08:56:20 1992  K. Richard Pixley  (rich@cygnus.com)
15947
15948         * configure: get makesrcdir right for subdirs deeper than 1.
15949
15950         * Makefile.in: pass INSTALL, INSTALL_DATA, INSTALL_PROGRAM on
15951           install.
15952
15953 Fri Apr 24 15:51:51 1992  K. Richard Pixley  (rich@cygnus.com)
15954
15955         * Makefile.in: don't print subdir_do or recursion lines.
15956
15957 Fri Apr 24 15:22:04 1992  K. Richard Pixley  (rich@cygnus.com)
15958
15959         * standards.texi: added menu item.
15960
15961         * Makefile.in: build and install standards.info.
15962
15963         * standards.texi: new file.
15964
15965 Wed Apr 22 18:06:55 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
15966
15967         * configure: test for and move config.status pieces from
15968           ${subdir}/.
15969
15970 Wed Apr 22 14:38:34 1992  Fred Fish  (fnf@cygnus.com)
15971
15972         * configure:  Test for existance of files before trying to mv
15973         them, to avoid numerous non-existance messages.
15974
15975 Tue Apr 21 12:31:33 1992  K. Richard Pixley  (rich@cygnus.com)
15976
15977         * configure: correct final line of config.status.
15978
15979         * configure: patch from eggert.  Avoids a protection problem if
15980           the original Makefile.in is read only.
15981
15982         * configure: use move-if-change from gcc to create config.status.
15983           Some makefiles depend on config.status to tell if a directory
15984           has been reconfigured for a different host.  This change
15985           prevents those directories from remaking everything in the case
15986           where the reconfig was only intended to rebuild a Makefile.
15987
15988         * configure: test for config.sub with "config.sub sun4" rather
15989           than "config.sub ${host_alias}".  Otherwise we can't tell a bad
15990           host alias from a missing config.sub.
15991
15992 Mon Apr 20 18:16:36 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
15993
15994         * Makefile.in: explicitly pass CFLAGS on recursion. no longer pass
15995           MINUS_G (this can be done with CFLAGS).  Default CFLAGS to -g.
15996
15997 Fri Apr 17 18:27:51 1992  Per Bothner  (bothner@cygnus.com)
15998
15999         * configure: mkdir ${subdir} as needed.
16000
16001 Wed Apr 15 17:37:22 1992  K. Richard Pixley  (rich@cygnus.com)
16002
16003         * Makefile.in,configure.in: added autoconf.
16004
16005 Wed Apr 15 17:27:34 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
16006
16007         * Makefile.in: no longer pass against on recursion.
16008
16009         * Makefile.in: added .NOEXPORT: so that stray makefile_frag
16010           definitions are not inherited.
16011
16012         * configure: correct makesrcdir when subdir is .
16013
16014 Tue Apr 14 11:56:09 1992  Per Bothner  (bothner@cygnus.com)
16015
16016         * configure:  Add support for 'subdirs' variable, which is
16017         like 'configdirs', except that configure doesn't re-invoke
16018         itself for subdirs, it just creates a Makefile for each subdir.
16019         * configure.texi:  Document subdirs.
16020
16021 Mon Apr 13 18:50:16 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16022
16023         * configure.in: added flex to configdirs
16024
16025 Mon Apr 13 18:43:55 1992  K. Richard Pixley  (rich@cygnus.com)
16026
16027         * Makefile.in: remove clean-stamps from clean.
16028
16029 Sat Apr 11 03:52:03 1992  John Gilmore  (gnu at cygnus.com)
16030
16031         * configure.in:  Add gdbtest to configdirs.
16032
16033 Fri Apr 10 23:11:49 1992  Fred Fish  (fnf@cygnus.com)
16034
16035         * Makefile.in (MINUS_G):  Add macro, default to -g, pass on
16036         to recursive makes.
16037         * configure.in:  Recognize new ncr3000 config.
16038
16039 Wed Apr  8 23:08:12 1992  K. Richard Pixley  (rich@cygnus.com)
16040
16041         * Makefile.in, configure.in: removed references to gdbm.
16042
16043 Tue Apr  7 16:48:20 1992  Per Bothner  (bothner@cygnus.com)
16044
16045         * config.sub:  Don't canonicalize os value
16046         newsos* to bsd (readline needs to check for newsos).
16047         (This fix was earlier made Jan 31, but got re-broken.)
16048
16049 Mon Apr  6 14:34:08 1992  Stu Grossman  (grossman at cygnus.com)
16050
16051         * configure.in:  sco is an os, not a vendor!
16052
16053         * configure:  Quote $( better.  Keep various shells happy.
16054
16055 Tue Mar 31 16:32:57 1992  K. Richard Pixley  (rich@cygnus.com)
16056
16057         * Makefile.in: eliminate stamp-files.
16058
16059 Mon Mar 30 22:20:23 1992  K. Richard Pixley  (rich@cygnus.com)
16060
16061         * Makefile.in: add send_pr.  remove "force" from .stmp-gprof rule.
16062           Supress echoing of all the "if [ -d ... $(MAKE)" lines.
16063
16064 Wed Mar 25 15:20:04 1992  Stu Grossman  (grossman@cygnus.com)
16065
16066         * config.sub:  fix iris/iris3.
16067
16068 Wed Mar 25 10:34:19 1992  K. Richard Pixley  (rich@cygnus.com)
16069
16070         * configure: re-add -rm.
16071
16072 Tue Mar 24 23:50:16 1992  K. Richard Pixley  (rich@cygnus.com)
16073
16074         * Maskefile.in: add .stmp-rcs to all.
16075
16076         * configure.in: remove gas from rs6000 build, use aix host fragment.
16077
16078 Mon Mar 23 19:43:35 1992  K. Richard Pixley  (rich@cygnus.com)
16079
16080         * configure: pass down site_option during recursion.
16081
16082 Thu Mar 19 16:49:36 1992  Stu Grossman  (grossman at cygnus.com)
16083
16084         * Makefile.in (all.cross):  Add .stmp-bfd .stmp-readline.
16085
16086 Wed Mar 18 15:29:33 1992  Mike Stump  (mrs@cygnus.com)
16087
16088         * configure: Change exec_prefix so that it really defaults to prefix.
16089
16090 Sat Mar 14 17:20:38 1992  Fred Fish  (fnf@cygnus.com)
16091
16092         * Makefile.in, configure.in:  Add support for mmalloc library.
16093
16094 Fri Mar 13 18:44:18 1992  K. Richard Pixley  (rich@cygnus.com)
16095
16096         * Makefile.in: add stmp dependencies for a few more things.
16097
16098 Thu Mar 12 04:56:24 1992  K. Richard Pixley  (rich@cygnus.com)
16099
16100         * configure: adjusted error message on objdir/srcdir configure
16101           collision, per john's suggestion.
16102
16103         * Makefile.in: add libiberty stmp to all and all.cross.
16104
16105 Wed Mar 11 02:07:52 1992  K. Richard Pixley  (rich@cygnus.com)
16106
16107         * Makefile.in: remove force dependencies, add grep to all.
16108
16109 Tue Mar 10 21:49:18 1992  K. Richard Pixley  (rich@mars.cygnus.com)
16110
16111         * Makefile.in: drop flex.  make stamp files work.
16112
16113         * configure: added test for conflicting configuration in srcdir,
16114           remove trailing slashes from srcdir.  Otherwise emacs gdb mode
16115           gets cranky.  use relative paths for configure and srcdir
16116           whenever possible.  Send some error messages to stderr that were
16117           going to stdout.
16118
16119 Tue Mar 10 18:01:55 1992  Per Bothner  (bothner@cygnus.com)
16120
16121         * Makefile.in:  Fix libg++ rule to check for gcc directory
16122         before using gcc/gcc.  Also pass XTRAFLAGS.
16123
16124 Thu Mar  5 21:45:07 1992  K. Richard Pixley  (rich@sendai)
16125
16126         * Makefile.in: added stmp-files so that directories aren't polled
16127           when they are already built.
16128
16129         * configure.texi: fixed a node pointer problem.
16130
16131 Thu Mar  5 12:05:58 1992  Stu Grossman  (grossman at cygnus.com)
16132
16133         * config.sub configure.in gdb/configure.in
16134         gdb/mips-tdep.c gdb/mipsread.c gdb/procfs.c gdb/signame.h
16135         gdb/tm-irix3.h gdb/tm-mips.h gdb/xm-irix4.h gdb/config/mt-irix3
16136         gdb/config/mh-irix4 texinfo/configure.in:  Port to SGI Irix-4.x.
16137
16138 Wed Mar  4 02:57:46 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
16139
16140         * configure: -recurring becomes -silent.  corrected help message
16141           for -site= option.
16142
16143         * Makefile.in: mkdir $(exec_prefix) and $(tooldir).
16144
16145 Tue Mar  3 14:51:21 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
16146
16147         * configure: when building Makefile for crosses, replace
16148           tooldir and program_prefix.  default srcdir from location of
16149           config.sub.  remove "for host in hosts" and "for target in
16150           targets" loops.
16151
16152 Wed Feb 26 19:48:25 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
16153
16154         * Makefile.in: Do not pass bindir or mandir to cvs.
16155
16156 Wed Feb 26 18:04:40 1992  K. Richard Pixley  (rich@cygnus.com)
16157
16158         * Makefile.in, configure.in: removed traces of namesubdir,
16159           -subdirs, $(subdir), $(unsubdir), some rcs triggers.  Forced
16160           copyrights to '92, changed some from Cygnus to FSF.
16161
16162         * configure.texi: remove most references to multiple hosts,
16163           multiple targets, subdirs, etc.
16164
16165         * configure.man: removed rcsid. reference config.sub not
16166           config.subr.
16167
16168         * Makefile.in: mkdir $(infodir) on install-info.
16169
16170 Wed Feb 19 15:41:13 1992  John Gilmore  (gnu at cygnus.com)
16171
16172         * configure.texi:  Explain better about .gdbinit and about
16173         the environment that configure.in sections run in.
16174
16175 Fri Feb  7 07:55:00 1992  John Gilmore  (gnu at cygnus.com)
16176
16177         * configure.in:  Ultrix is only a decstation if it's a MIPS.
16178
16179 Fri Jan 31 21:54:51 1992  John Gilmore  (gnu at cygnus.com)
16180
16181         * README:  DOC.configure => cfg-paper.texi.
16182
16183 Fri Jan 31 21:48:18 1992  Stu Grossman  (grossman at cygnus.com)
16184
16185         * config.sub (near case $os):  Don't convert newsos* to bsd!
16186
16187 Fri Jan 31 02:27:32 1992  John Gilmore  (gnu at cygnus.com)
16188
16189         * Makefile.in:  Reinstall change from gdb-4.3 that reduces
16190         the number of copies of COPYING that go into the GDB tar file.
16191
16192 Thu Jan 30 16:17:30 1992  Stu Grossman  (grossman at cygnus.com)
16193
16194         * bfd/configure.in, gdb/config/mh-i386sco,
16195         gdb/config/mt-i386v32, gdb/configure.in, readline/configure.in:
16196         Fix SCO configuration stuff.
16197
16198 Tue Jan 28 23:51:07 1992  Per Bothner  (bothner at cygnus.com)
16199
16200         * Makefile.in:  For libg++, make sure the -I pointing
16201         to the gcc directory goes *after* all the libg++-local -I flags.
16202         Also, move just-gcc dependency from just-libg++ to all-libg++.
16203
16204 Tue Jan 28 12:56:24 1992  Stu Grossman  (grossman at cygnus.com)
16205
16206         * configure:  Change -x to -f to keep Ultrix /bin/test happy.
16207
16208 Sat Jan 18 17:45:11 1992  Stu Grossman  (grossman at cygnus.com)
16209
16210         * Makefile.in (make-gdb.tar.Z):  Remove texinfo targets.
16211
16212 Sat Jan 18 17:03:21 1992  Fred Fish  (fnf at cygnus.com)
16213
16214         * config.sub:  Add stratus configuration frags.  Also
16215         submitted to FSF.
16216
16217 Sat Jan 18 15:35:29 1992  Stu Grossman  (grossman at cygnus.com)
16218
16219         * Makefile.in (DEV_SUPPORT):  add configure.man.
16220
16221         * config.sub(Decode manufacturer-specific):  add -none*.
16222
16223 Fri Jan 17 17:58:05 1992  Stu Grossman  (grossman at cygnus.com)
16224
16225         * Makefile.in:  remove form feeds to make Sun's make happy.
16226         (DEVO_SUPPORT):  DOC.configure => cfg-paper.texi.
16227
16228 Sat Jan  4 16:11:44 1992  John Gilmore  (gnu at cygnus.com)
16229
16230         * Makefile.in (AR_FLAGS):  Make quieter.
16231
16232 Thu Jan  2 22:57:12 1992  John Gilmore  (gnu at cygnus.com)
16233
16234         * configure.in:  Add libg++.
16235         * configure:  When verbose, don't output the command line at each
16236         level; it will be unremarkably the same as the previous version,
16237         which will be the same as what the user typed.
16238
16239 Fri Dec 27 16:26:47 1991  K. Richard Pixley  (rich at cygnus.com)
16240
16241         * configure.in, Makefile.in: fix clean-info, add flex.  add
16242           fileutils.
16243
16244         * configure: be less sensitive to spaces in Makefile.in.  Do not
16245           look for sources in "..".  Doing so breaks subdirectories that
16246           might have their own configure.  If a subdir has it's own
16247           configure script, use it.
16248
16249 Thu Dec 26 16:30:26 1991  K. Richard Pixley  (rich at cygnus.com)
16250
16251         * cfg-paper.texi: some changes suggested by rms.
16252
16253 Thu Dec 26 10:13:36 1991  Fred Fish  (fnf at cygnus.com)
16254
16255         * config.sub:  Merge in some small additions from the FSF version,
16256         taken from the gcc distribution, to bring the Cygnus and FSF
16257         versions into closer sync.
16258
16259 Fri Dec 20 11:34:18 1991  Fred Fish  (fnf at cygnus.com)
16260
16261         * configure.in:  Changed svr4 references to sysv4.
16262
16263 Thu Dec 19 15:54:29 1991  K. Richard Pixley  (rich at cygnus.com)
16264
16265         * configure: added -V for version number option.
16266
16267 Wed Dec 18 15:39:34 1991  K. Richard Pixley  (rich at cygnus.com)
16268
16269         * DOC.configure, cfg-paper.texi: revised, updated, and texinfo'd.
16270           renamed from DOC.configure to cfg-paper.texi.
16271
16272 Mon Dec 16 23:05:19 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
16273
16274         * configure, config.subr, config.sub: config.subr is now
16275           config.sub again.
16276
16277 Fri Dec 13 01:17:06 1991  K. Richard Pixley  (rich at cygnus.com)
16278
16279         * configure.texi: new file, in progress.
16280
16281         * Makefile.in: build info file and install the man page for
16282           configure.
16283
16284         * configure.man: new file, first cut.
16285
16286         * configure: find config.subr again now that configuration "none"
16287           has gone.  removed all traces of the -ansi option.  removed all
16288           traces of the -languages option.
16289
16290         * config.subr: resync from rms.
16291
16292 Wed Dec 11 22:25:20 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
16293
16294         * configure, config.sub, config.subr: merge config.sub into
16295           config.subr, call the result config.subr, remove config.sub, use
16296           config.subr.
16297
16298         * Makefile.in: revised install for dir.info.
16299
16300 Tue Dec 10 00:04:35 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
16301
16302         * configure.in: add decstation host makefile frag.
16303
16304         * Makefile.in: BISON now bison -y again.  also install-gcc on
16305           install.  clean-gdbm on clean.  infodir belongs in datadir.
16306           Make directories for info install.  Build dir.info here then
16307           install it.
16308
16309 Mon Dec  9 16:48:33 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
16310
16311         * Makefile.in: fix for bad directory tests.
16312
16313 Sat Dec  7 00:17:01 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
16314
16315         * configure: \{1,2\} appears to be a sysv'ism.  Use a different
16316           regexp.  -srcdir relative was being handled incorrectly.
16317
16318         * Makefile.in: unwrapped some for loops so that parallel makes
16319           work again and so one can focus one's attention on a particular
16320           package.
16321
16322 Fri Dec  6 00:22:08 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
16323
16324         * configure: added PWD as a stand in for `pwd` (for speed). use
16325           elif wherever possible.  make -srcdir work without -objdir.
16326           -objdir= commented out.
16327
16328 Thu Dec  5 22:46:52 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
16329
16330         * configure: +options become --options.  -subdirs commented out.
16331           added -host, -datadir.  Renamed -destdir to -prefix.  Comment in
16332           Makefile now at top of generated Makefile.  Removed cvs log
16333           entries.  added -srcdir.  create .gdbinit only if there is one
16334           in ${srcdir}.
16335
16336         * Makefile.in: idestdir and ddestdir go away.  Added copyrights
16337           and shift gpl to v2.  Added ChangeLog if it didn't exist. docdir
16338           and mandir now keyed off datadir by default.
16339
16340 Fri Nov 22 07:38:11 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
16341
16342         * Freshly created ChangeLog.
16343
16344 \f
16345 Local Variables:
16346 mode: change-log
16347 left-margin: 8
16348 fill-column: 76
16349 version-control: never
16350 End: