OSDN Git Service

afa98d1c5b1920e824682f06cf1eda030a2a621a
[pf3gnuchains/gcc-fork.git] / ChangeLog
1 2011-02-12  Alexandre Oliva  <aoliva@redhat.com>
2
3         PR lto/47225
4         * Makefile.def (lto-plugin): Double dash for enable-shared.
5         (configure-gcc): Depend on all-lto-plugin.
6         * Makefile.in: Rebuilt.
7
8 2011-02-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9
10         * configure.ac: Remove extra bracket.
11         * configure: Regenerate.
12
13 2011-02-08  Tobias Burnus  <burnus@net-b.de>
14
15         * MAINTAINERS: Add myself as libquadmath maintainer.
16
17 2011-02-08  Thomas Schwinge  <thomas@schwinge.name>
18
19         * MAINTAINERS: Update my email address.
20
21 2011-02-07  Joseph Myers  <joseph@codesourcery.com>
22
23         * MAINTAINERS (option handling): Add self.
24
25 2011-02-06  Kai Tietz  <kai.tietz@onevision.com>
26
27         PR lto/47225
28         * Makefile.def: Add dependency for install-gcc
29         on install-lto-plugin.
30         * Makfile.in: Regenerated
31
32 2011-02-01  Sebastien Bourdeauducq  <sebastien@milkymist.org>
33
34         * MAINTAINERS (CPU Port Maintainers): Add myself.
35
36 2011-01-31  Alexandre Oliva  <aoliva@redhat.com>
37
38         PR libgcj/44341
39         * configure.ac: Discard --with-* flags for host when configuring
40         target libraries for cross build.
41         * configure: Rebuilt.
42
43 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
44
45         * MAINTAINERS (linear loop transforms): Removed.
46
47 2011-01-25  Jakub Jelinek  <jakub@redhat.com>
48
49         * config/cloog.m4 (CLOOG_REQUESTED): Use $2 if --without-cloog.
50         * configure.ac: If with_ppl is no, move setting with_cloog=no
51         after CLOOG_REQUESTED check.
52         * configure: Regenerated.
53
54 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
55
56         * configure.ac: Call AC_MSG_ERROR when PPL 0.11 is not present and
57         CLooG has been requested.
58         * configure: Regenerated.
59
60 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
61
62         * configure: Regenerated.
63         * configure.ac: Check for version 0.11 (or later revision) of PPL.
64
65 2011-01-25  Tobias Grosser  <grosser@fim.uni-passau.de>
66
67         * configure: Regenerated.
68         * configure.ac: Use CLOOG_CHECK_VERSION(0,16,1).
69
70 2011-01-21  Andreas Schwab  <schwab@redhat.com>
71
72         * configure.ac: Use AS_HELP_STRING throughout.
73         * configure: Regenerate.
74
75 2011-01-18  Jie Zhang  <jie.zhang@analog.com>
76
77         * configure.ac (bfin-*-*): Remove gdb from noconfigdirs.
78         * configure: Regenerate.
79
80 2011-01-13  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
81
82         * ltmain.sh (relink): Use absolute path when hardcoding with -L.
83
84 2011-01-13  Joel Brobecker  <brobecker@adacore.com>
85
86         * configure.ac: Remove readline, mmalloc, and gdb from noconfigdirs
87         for ia64-hpux.
88         * configure: Regenerate.
89
90 2011-01-10  Jan Hubicka  <jh@suse.cz>
91
92         * config/bootstrap-lto.mk: -fuse-linker-plugin is default now;
93         pass -fno-lto to STAGEprofile.
94
95 2011-01-07  Jan Hubicka  <jh@suse.cz>
96
97         PR lto/47225
98         * Makefile.in: Regenerate.
99         * Makefile.def (lto-plugin): Always pass enable-shared to the plugin
100         configure.
101
102 2011-01-07  Jan Hubicka  <jh@suse.cz>
103
104         * Makefile.in: Regenerate.
105         * Makefile.def (gcc host module) and soft dependency on lto-plugin
106         and configure dependency on lto-plugin configure.
107         (lto-plugin module): Remove dependency on GCC; add dependency on
108         liniberty.
109
110 2011-01-07  William Schmidt  <wschmidt@linux.vnet.ibm.com>
111
112         * MAINTAINERS (Write After Approval): Add myself.
113
114 2010-12-23  Hariharan Sandanagobalane <hariharan@picochip.com>
115
116         * configure: Regenerate.
117
118 2010-12-22  Hariharan Sandanagobalane <hariharan@picochip.com>
119
120         * configure.ac: (picochip): Disable libiberty.
121
122 2010-12-14  Kaushik Phatak  <kaushik.phatak@kpitcummins.com>
123
124         * MAINTAINERS (Write After Approval): Add myself.
125
126 2010-12-10  Ian Lance Taylor  <iant@google.com>
127
128         PR bootstrap/46819
129         * configure.ac: For --disable-libgcj clear libgcj_saved.
130         * configure: Rebuild.
131
132 2010-12-10  Tobias Burnus  <burnus@net-b.de>
133
134         PR fortran/46540
135         * configure.ac: Add --disable-libquadmath and
136         --disable-libquadmath-support.
137         * configure: Regenerate.
138
139 2010-12-03  Ian Lance Taylor  <iant@google.com>
140
141         * MAINTAINERS: Add myself as libgo maintainer.
142
143 2010-12-03  Hans-Peter Nilsson  <hp@axis.com>
144
145         PR libffi/46792
146         * configure.ac (cris-*-elf, crisv32-*-elf): Disable target-libffi.
147         * configure: Regenerate.
148
149 2010-12-02  Ian Lance Taylor  <iant@google.com>
150
151         * configure.ac: Always set default for poststage1_ldflags to
152         -static-libstdc++ -static-libgcc.
153
154 2010-11-29  Andreas Schwab  <schwab@redhat.com>
155
156         * configure.ac: Move comment to remove extra space in last argument
157         of GCC_TARGET_TOOL.
158
159 2010-11-26  Alexandre Oliva  <aoliva@redhat.com>
160
161         PR other/46026
162         * configure.ac (CXX_FOR_TARGET): Add -funconfigured-libstdc++-v3.
163         * Makefile.def (CXX_FOR_TARGET): Removed from flags_to_pass.
164         * Makefile.tpl (CXX_FOR_TARGET_FLAG_TO_PASS): New.
165         (BASE_FLAGS_TO_PASS): Use it.
166         * configure: Rebuilt.
167         * Makefile.in: Rebuilt.
168
169 2010-11-23  H.J. Lu  <hongjiu.lu@intel.com>
170
171         PR binutils/12258
172         * configure.ac: Correct comments for --enable-gold/--enable-ld.
173         Properly check default linker.
174         * configure: Regnerated.
175
176 2010-11-23  Matthias Klose  <doko@ubuntu.com>
177
178         * configure.ac: For --enable-gold, handle value `default' instead of
179         `both*'.   New configure option --{en,dis}able-ld.
180         * configure: Regenerate.
181
182 2010-11-20  Ian Lance Taylor  <iant@google.com>
183
184         * configure.ac: Only disable a language library if no language needs
185         it.  Don't let --disable-libgcj uncondtionally disable libffi.
186         * configure: Rebuild.
187
188 2010-11-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
189
190         * Makefile.in: Regenerate.
191
192         PR other/46202
193         * configure.ac: Fix just-built in-tree STRIP name to be
194         binutils/strip-new.
195         * configure: Regenerate.
196         * Makefile.def (install-strip-gcc, install-strip-binutils)
197         (install-strip-opcodes, install-strip-ld, install-strip-itcl)
198         (install-strip-sid): Mirror dependencies on non-strip variants
199         of these targets on the respective -strip prerequisites.
200         * Makefile.tpl (install-strip, install-strip-host)
201         (install-strip-target): New targets.
202         (install-strip-[+module+], install-strip-target-[+module+]):
203         New targets.
204         * Makefile.in: Regenerate.
205
206 2010-11-19  Ian Lance Taylor  <iant@google.com>
207             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
208
209         * configure.ac: Add target-libgo to target_libraries.  Set
210         and substitute GOC_FOR_BUILD and GOC_FOR_TARGET.
211         * Makefile.tpl (BUILD_EXPORTS): Add GOC and GOCFLAGS.
212         (HOST_EXPORTS): Add GOC.
213         (BASE_TARGET_EXPORTS): Add GOC.
214         (GOC_FOR_BUILD, GOCFLAGS, GOC_FOR_TARGET): New variables.
215         (GOCFLAGS_FOR_TARGET): New variable.
216         (EXTRA_HOST_FLAGS): Add GOC.
217         (EXTRA_TARGET_FLAGS): Add GOC and GOCFLAGS.
218         * Makefile.def (target_modules): Add libgo.
219         (flags_to_pass): Add GOC_FOR_TARGET and GOCFLAGS_FOR_TARGET.
220         (dependencies): Add dependency from configure-target-libgo to
221         configure-target-libffi and all-target-libstdc++-v3.  Add
222         dependencies from all-target-libgo to all-target-libffi.
223         (languages): Add go.
224         * configure: Rebuild.
225         * Makefile.in: Rebuild.
226
227 2010-11-19  Ian Lance Taylor  <iant@google.com>
228
229         * config-ml.in: Add Go support: treat GOC and GOCFLAGS like other
230         compiler/flag environment variables.
231
232 2010-11-18  Ian Lance Taylor  <iant@google.com>
233
234         * configure.ac: Check for lang_requires_boot_languages in
235         config-lang.in files.
236         * configure: Rebuild.
237
238 2010-11-16  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
239             Tobias Burnus  <burnus@net-b.de>
240
241         PR fortran/32049
242         * Makefile.def: Add libquadmath; build it with language=fortran.
243         * configure.ac: Add libquadmath.
244         * Makefile.tpl: Handle multiple libs in check-[+language+].
245         * Makefile.in: Regenerate.
246         * configure: Regenerate.
247
248 2010-11-16  Tom Tromey  <tromey@redhat.com>
249
250         * MAINTAINERS: Moved myself to reviewers section.
251
252 2010-11-15  Zdenek Dvorak  <ook@ucw.cz>
253
254         * MAINTAINERS: Moved myself to reviewers section.
255
256 2010-11-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
257
258         * MAINTAINERS (Various Maintainers): Add self for build machinery.
259         (Write After Approval): Remove self.
260
261 2010-11-15  Andreas Schwab  <schwab@redhat.com>
262
263         * configure.ac: Fix spelling in option names.
264         * configure: Regenerated.
265
266 2010-11-13  Georg-Johann Lay  <georgjohann@web.de>
267
268         PR bootstrap/39622
269         * configure.ac (FLAGS_FOR_TARGET): Add include-fixed path.
270         * configure: Regenerated.
271
272 2010-11-13  Kaveh R. Ghazi  <ghazi@gcc.gnu.org>
273
274         * MAINTAINERS: Update my email address.
275
276 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
277
278         * configure: Regenerate.
279
280 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
281
282         * configure: Regenerate.
283
284 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
285
286         * configure: Regenerate.
287
288 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
289
290         * configure: Regenerate.
291
292 2010-11-11  Andreas Simbuerger  <simbuerg@fim.uni-passau.de>
293
294         * configure.ac: Support official CLooG.org versions.
295         * configure: Regenerate.
296         * config/cloog.m4: New.
297
298 2010-11-10  François Dumont  <francois.cppdevs@free.fr>
299
300         * MAINTAINERS (Write After Approval): Add myself.
301
302 2010-11-09  David Edelsohn  <dje.gcc@gmail.com>
303
304         * MAINTAINERS: Update my email address.
305
306 2010-11-04  Iain Sandoe  <iains@gcc.gnu.org>
307
308         * configure.ac (*-*-darwin*): Use mh-darwin for all Darwin variants.
309         * configure: Regenerate.
310
311 2010-11-03  Ian Lance Taylor  <iant@google.com>
312             Dave Korn  <dave.korn.cygwin@gmail.com>
313
314         PR lto/46273
315         * configure.ac: Remove libelf tests.  Build lto-plugin on ELF always
316         and on other supported platforms whenever LTO is enabled.
317         * configure: Rebuild.
318
319 2010-11-02  Alan Modra  <amodra@gmail.com>
320
321         PR binutils/12110
322         * configure.ac: Error when source path contains spaces.
323         * configure: Regenerate.
324
325 2010-10-23  James E. Wilson  <wilson@codesourcery.com>
326
327         * MAINTAINERS: Update my email address.
328
329 2010-10-20  Ian Lance Taylor  <iant@google.com>
330
331         * Makefile.def (target_modules): Set lib_path to src/.libs for
332         libstdc++-v3 module.
333         * Makefile.tpl: Fix typo in TARGET_LIB_PATH comment.
334         * Makefile.in: Rebuild.
335
336 2010-10-18  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
337
338         * MAINTAINERS (Reviewers): Add myself for gengtype/GTY.
339         (Write After Approval): Remove myself.
340
341 2010-10-15  Tristan Gingold  <gingold@adacore.com>
342
343         * MAINTAINERS (OS Port Maintainers): Add myself for VMS.
344
345 2010-10-14  Douglas Rupp  <rupp@gnat.com>
346
347         * MAINTAINERS (OS Port Maintainers): Add myself for VMS.
348
349 2010-10-07  Dave Korn  <dave.korn.cygwin@gmail.com>
350
351         * configure.ac (build_lto_plugin): New shell variable.
352         (--enable-lto): Turn on by default for all non-ELF platforms that
353         have had LTO support added so far.  Set build_lto_plugin appropriately
354         for both ELF and non-ELF.
355         (configdirs): Add lto-plugin or not based on build_lto_plugin.
356         * configure: Regenerate.
357
358 2010-10-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
359
360         Sync from src:
361         * configure.ac (v850 support): Remove target-libgloss from
362         noconfigdirs.
363         * configure: Regenerate.
364
365 2010-10-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
366
367         PR bootstrap/45326
368         PR bootstrap/45174
369         * configure.ac: Honor initial values of $build_configargs,
370         $host_configargs, $target_configargs.  Mark the precious, so
371         environment settings get recorded.
372         * configure: Regenerate.
373
374 2010-09-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
375
376         PR bootstrap/45796
377         * Makefile.def (info-gcc, dvi-gcc, pdf-gcc, html-gcc):
378         Depend on all-build-libiberty.
379         * Makefile.in: Regenerate.
380
381 2010-09-30  Michael Eager  <eager@eagercon.com>
382
383         * configure.ac (microblaze): Add target-libssp to noconfigdirs.
384         * configure: Regenerate.
385
386 2010-09-28  Michael Eager  <eager@eagercon.com>
387
388         * MAINTAINERS (CPU Port Maintainers): Add myself for MicroBlaze port.
389
390 2010-06-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
391
392         PR bootstrap/44621
393         * configure.ac: Fix unportable shell quoting.
394         * configure: Regenerate.
395
396 2010-09-21  Iain Sandoe  <iains@gcc.gnu.org>
397
398         * configure.ac (enable-lto): Add Darwin to the list of supported lto
399         targets and amend comment.
400         * configure: Regenerate.
401
402 2010-09-15  Tejas Belagod  <tejas.belagod@arm.com>
403
404         * MAINTAINERS (Write After Approval): Add myself.
405
406 2010-09-03  Jack Howarth <howarth@bromo.med.uc.edu>
407
408         * configure.ac: Enable LTO by default on Darwin.
409         * configure: Regenerate.
410
411 2010-09-02  Marcus Shawcroft  <marcus.shawcroft@arm.com>
412
413         * MAINTAINERS (Write After Approval): Add myself.
414
415 2010-09-01  Ian Bolton  <ian.bolton@arm.com>
416
417         * MAINTAINERS (Write After Approval): Add myself.
418
419 2010-08-25  Danny Smith  <dannysmith@users.sourceforge.net>
420
421         * MAINTAINERS (OS Port Maintainers): Remove myself from windows
422         ports
423
424 2010-07-28  David Yuste  <david.yuste@gmail.com>
425
426         * MAINTAINERS (Write After Approval): Add myself.
427
428 2010-07-26  Naveen.H.S  <naveen.S@kpitcummins.com>
429
430         * configure.ac: Support all v850 targets.
431         * configure: Regenerate.
432
433 2010-07-23  Marc Glisse <marc.glisse@normalesup.org>
434
435         PR bootstrap/44455
436         * configure.ac (extra_mpfr_configure_flags): Copy from
437         extra_mpc_gmp_configure_flags.
438         * configure: Re-generated.
439
440 2010-07-22  Andi Kleen  <ak@linux.intel.com>
441
442         * MAINTAINERS (Write After Approval): Add myself.
443
444 2010-07-22  Chung-Lin Tang  <cltang@codesourcery.com>
445
446         * MAINTAINERS (Write After Approval): Add myself.
447
448 2010-07-20  Jeffrey Yasskin  <jyasskin@google.com>
449
450         * MAINTAINERS (Write After Approval): Add myself.
451
452 2010-07-17  Jack Howarth  <howarth@bromo.med.uc.edu>
453
454         PR target/44862
455         * Makefile.tpl (POSTSTAGE1_CXX_EXPORT):
456         Provide -B option to allow for link spec %s substitutions for
457         libstdc++.a on darwin.
458         * Makefile.in: Regenerate.
459
460 2010-07-10  Mikael Morin  <mikael@gcc.gnu.org>
461
462         * MAINTAINERS (Reviewers): Update my e-mail address
463
464 2010-06-10  Alexandre Oliva  <aoliva@redhat.com>
465
466         * Makefile.def (configure-gcc): Depend on all-libelf.
467         * Makefile.in: Rebuild.
468
469 2010-06-05  Fabien Chêne  <fabien@gcc.gnu.org>
470
471         * MAINTAINERS (Write After Approval): Add myself in the right place.
472
473 2010-06-04  Fabien Chêne  <fabien@gcc.gnu.org>
474
475         * MAINTAINERS (Write After Approval): Add myself.
476
477 2010-05-25  Sterling Augustine  <sterling@tensilica.com>
478
479         * MAINTAINERS (CPU Port Maintainers): Add myself for xtensa port.
480
481 2010-05-25  Maxim Kuvyrkov  <maxim@codesourcery.com>
482
483         * config.sub: Update to version 2010-05-21.
484         * config.guess: Update to version 2010-04-03.
485
486 2010-05-18  Steven Bosscher  <steven@gcc.gnu.org>
487
488         * configure.ac (--enable-lto): All *-apple-darwin* now support LTO.
489         * configure: Regenerate.
490
491 2010-05-12  Sriraman Tallam  <tmsriram@google.com>
492
493         * MAINTAINERS (Write After Approval): Add myself.
494
495 2010-05-07  Steven Bosscher  <steven@gcc.gnu.org>
496
497         * configure.ac (--enable-lto): Add x86_64-apple-darwin* as
498         a platform that supports LTO.
499         * configure: Regenerate.
500
501 2010-05-05  Sebastian Pop  <sebastian.pop@amd.com>
502
503         * configure.ac: Allow all the versions greater than 0.10 of PPL.
504         * configure: Regenerated.
505
506 2010-04-27  Roland McGrath  <roland@redhat.com>
507             H.J. Lu  <hongjiu.lu@intel.com>
508
509         * configure.ac (--enable-gold): Support both, both/gold and
510         both/bfd to add gold to configdirs without removing ld.
511         * configure: Regenerated.
512
513         * Makefile.def: Add install-gold dependency to install-ld.
514         * Makefile.in: Regenerated.
515
516 2010-04-27  Dave Korn  <dave.korn.cygwin@gmail.com>
517
518         PR lto/42776
519         * configure.ac (--enable-lto): Refactor handling so libelf tests
520         are only performed inside then-clause of ACX_ELF_TARGET_IFELSE,
521         and allow LTO to be explicitly enabled on non-ELF platforms that
522         are known to support it inside else-clause.
523         * configure: Regenerate.
524
525 2010-04-20  Eric Botcazou  <ebotcazou@adacore.com>
526
527         * configure.ac (BUILD_CONFIG): Redirect output to /dev/null.
528         * configure: Regenerate.
529
530 2010-04-17  Ralf Corsépius  <ralf.corsepius@rtems.org>
531
532         * configure.ac (*-*-rtems*): Add target-libiberty to $skipdirs.
533         * configure: Regenerate.
534
535 2010-04-16  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
536
537         * configure.ac: Check for elf_getshdrstrndx or elf_getshstrndx
538         separately.
539         * configure: Regenerate.
540
541 2010-04-16  Kevin Williams  <kevin.williams@inria.fr>
542
543         * MAINTAINERS (Write After Approval): Add myself.
544
545 2010-04-14  Tristan Gingold  <gingold@adacore.com>
546
547         * configure.ac (alpha*-*-*vms*): Remove ld from noconfigdirs.
548         * configure: Regenerate.
549
550 2010-04-13  Steve Ellcey  <sje@cup.hp.com>
551
552         * configure: Regenerate after change to elf.m4.
553
554 2010-04-06  Iain Sandoe  <iains@gcc.gnu.org>
555
556         * MAINTAINERS (Write After Approval): Add myself.
557
558 2010-04-02  Sebastian Pop  <sebastian.pop@amd.com>
559
560         * configure.ac: Add brackets around AC_TRY_COMPILE alternative.
561         * configure: Regenerated.
562
563 2010-04-02  Sebastian Pop  <sebastian.pop@amd.com>
564
565         * configure.ac: Print "buggy but acceptable" when CLooG
566         revision is less than 9.
567         * configure: Regenerated.
568
569 2010-04-01  Diego Novillo  <dnovillo@google.com>
570
571         * MAINTAINERS (Plugin): Add myself and Le-Chun Wu.
572
573 2010-04-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
574
575         PR bootstrap/43615
576         PR bootstrap/43328
577
578         Revert:
579
580         2010-03-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
581
582         * configure.ac: Do not pass --enable-multilib nor
583         --disable-multilib in baseargs.  Accept explicitly passed
584         --enable_multilib.
585         * configure: Regenerate.
586
587 2010-03-31  Ulrich Weigand  <uweigand@de.ibm.com>
588
589         * MAINTAINERS (CPU Port Maintainers): Add myself for spu port.
590
591 2010-03-31  Janis Johnson  <janis187@us.ibm.com>
592
593         * MAINTAINERS: Remove myself.
594
595 2010-03-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
596
597         PR bootstrap/43328
598         * configure.ac: Do not pass --enable-multilib nor
599         --disable-multilib in baseargs.  Accept explicitly passed
600         --enable_multilib.
601         * configure: Regenerate.
602
603 2010-03-28  Andrew Pinski  <pinskia@gmail.com>
604
605         * MAINTAINERS (spu port): Remove me.
606
607 2010-03-23  Joseph Myers  <joseph@codesourcery.com>
608
609         * configure.ac (tic6x-*-*): New case.
610         * configure: Regenerate.
611
612 2010-03-23  Joseph Myers  <joseph@codesourcery.com>
613
614         * config.sub: Update to version 2010-03-22.
615         * config.guess: Update to version 2009-12-30.
616
617 2010-03-19  Jack Howarth  <howarth@bromo.med.uc.edu>
618
619         PR ada/42554
620         * configure.ac: Only pass -c to ranlib for darwin9 and earlier.
621         * configure: Regenerate.
622
623 2010-03-18  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
624
625         * MAINTAINERS: Update my email address.
626
627 2010-03-17  Sebastian Pop  <sebastian.pop@amd.com>
628
629         * MAINTAINERS (dwarak.rajagopal@amd.com): Removed.
630         (ghassan.shobaki@amd.com): Removed.
631
632 2010-03-17  Alan Modra  <amodra@gmail.com>
633
634         * MAINTAINERS: Update my email address.
635
636 2010-03-16  Diego Novillo  <dnovillo@google.com>
637
638         * MAINTAINERS: Remove Dan Hipschman, William Maddox and Chris
639         Matthews.
640
641 2010-03-16  Joseph Myers  <joseph@codesourcery.com>
642
643         * MAINTAINERS (Write After Approval): Remove Jim Blandy, Daniel
644         Gutson, Jeffrey D. Oldham and Mark Shinwell.
645
646 2010-03-16  Joseph Myers  <joseph@codesourcery.com>
647
648         * MAINTAINERS: Update my email address.
649
650 2010-03-16  Daniel Jacobowitz  <dan@codesourcery.com>
651
652         * MAINTAINERS: Update my email address.
653
654 2010-03-15  Bernd Schmidt  <bernds@codesourcery.com>
655
656         * MAINTAINERS: Update my email address.
657
658 2010-03-09  Jie Zhang  <jie@codesourcery.com>
659
660         * MAINTAINERS: Update my email address.
661
662 2010-03-01  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
663
664         PR libstdc++/32499
665         * configure.ac (RANLIB): Default to true.
666         (STRIP): Likewise.
667         (RANLIB_FOR_TARGET): Remove superfluous : argument.
668         * configure: Regenerate.
669
670 2010-02-17  Rafael Ávila de Espíndola  <espindola@google.com>
671
672         * MAINTAINERS (Plugin, LTO, LTO plugin): Remove myself.
673         (Write After Approval): Update my email address.
674
675 2010-02-17  Nick Clifton  <nickc@redhat.com>
676
677         PR 11238
678         * Makefile.tpl (local-distclean): Also remove config.cache files in
679         sub-directories as there may not be Makefiles present in the
680         sub-directories.
681         * Makefile.tpl: Use "-exec rm {}" rather than "-delete" to delete
682         the config.cache files found by the find command.
683
684         * Makefile.in: Regenerate.
685         * configure.ac: Revert previous delta.
686         * configure: Regenerate.
687
688 2010-02-15  Nick Clifton  <nickc@redhat.com>
689
690         PR 11238
691         * configure.ac: Delete config.cache files in sub-directories when
692         deleting Makefiles.
693         * configure: Regenerate.
694
695 2010-02-12  Ben Elliston  <bje@gnu.org>
696
697         * MAINTAINERS: Update my email address.
698
699 2010-02-08  Andrew Pinski  <pinskia@gmail.com>
700
701         * MAINTAINERS (spu port): Update my email address.
702
703 2010-02-08  Jie Zhang  <jie.zhang@analog.com>
704
705         * MAINTAINERS: Add myself as a maintainer for the bfin port.
706
707 2010-01-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
708
709         * configure.ac: Add "recommended" version checks for GMP/MPC.
710         Update recommended GMP/MPFR/MPC versions.
711         * configure: Regenerate.
712
713 2010-01-31  Joern Rennecke  <joern.rennecke@embecosm.com>
714
715         * MAINTAINERS: Move my Embecosm email address into the
716         write-after-approval section.
717
718 2010-01-26  Ian Lance Taylor  <iant@google.com>
719
720         * MAINTAINERS: Add myself as Go frontend maintainer.
721
722 2010-01-25  Joern Rennecke  <amylaar@spamcop.net>
723
724         PR libstdc++/36101, PR libstdc++/42813
725         * configure.ac (bootstrap_target_libs): Make inclusion of
726         target-libgomp conditional on libgomb being in target_configdirs.
727         * configure: Regenerate.
728
729 2010-01-23  Joern Rennecke  <amylaar@spamcop.net>
730
731         PR libstdc++/36101, PR libstdc++/42813
732         * configure.ac (bootstrap_target_libs): Include target-libgomp.
733         * configure: Regenerate.
734
735 2010-01-22  Joern Rennecke  <amylaar@spamcop.net>
736
737         PR libstdc++/36101, PR libstdc++/42813
738         * configure.ac (target_configdirs): Substitute.
739         * Makefile.def: Bootstrap target module libgomp.
740         Add dependency of all-target-libstdc++-v3 on configure-target-libgomp.
741         * Makefile.tpl (TARGET_CONFIGDIRS): New makefile variable.
742         (BASE_TARGET_EXPORTS): Export TARGET_CONFIGDIRS.
743         * configure, Makefile.in: Regenerate.
744
745 2010-01-21  Dave Korn  <dave.korn.cygwin@gmail.com>
746
747         * MAINTAINERS: Adjust my details.
748
749 2010-01-20  Eric B. Weddington  <eric.weddington@atmel.com>
750
751         * MAINTAINERS (CPU Port Maintainers): Add myself for avr port.
752
753 2010-01-18  Thierry Lafage  <thierry.lafage@inria.fr>
754
755         * MAINTAINERS: reindented my entry with tabs instead of spaces.
756
757 2010-01-15  Thierry Lafage  <thierry.lafage@inria.fr>
758
759         * MAINTAINERS (Write After Approval): Add myself.
760
761 2010-01-15  Konrad Trifunovic  <konrad.trifunovic@inria.fr>
762
763         * MAINTAINERS (Write After Approval): Add myself.
764
765 2010-01-11  Richard Guenther  <rguenther@suse.de>
766
767         PR lto/41569
768         * Makefile.def (all-lto-plugin): Depend on all-gcc.
769         * Makefile.in: Regenerated.
770
771 2010-01-11  Andreas Tobler  <andreast@fgznet.ch>
772
773         * configure.ac: Enable libjava build on x86_64-*freebsd*.
774         * configure: Regenerate.
775
776 2010-01-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
777             Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
778
779         PR bootstrap/42424
780         * configure.ac: Include libtool m4 files.
781         (_LT_CHECK_OBJDIR): Call it.
782         (extra_mpc_mpfr_configure_flags, extra_mpc_gmp_configure_flags,
783         gmplibs, ppllibs, clooglibs): Use $lt_cv_objdir.
784
785         * configure: Regenerate.
786
787 2010-01-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
788
789         PR bootstrap/41818
790         * Makefile.tpl (BASE_TARGET_EXPORTS): Only add TARGET_LIB_PATH
791         to $(RPATH_ENVVAR) if bootstrapping.  Fix typo in comment.
792         * Makefile.in: Regenerate.
793
794 2010-01-02  Richard Guenther  <rguenther@suse.de>
795
796         PR lto/41529
797         * configure.ac: Include config/elf.m4.  Disable LTO if not
798         builting for an elf target.
799         * configure: Regenerate.
800
801 2009-12-27  Christopher Faylor  <me+cygwin@cgf.cx>
802
803         * MAINTAINERS: Change my email address.
804
805 2009-12-18  Ben Elliston  <bje@au.ibm.com>
806
807         * config.sub, config.guess: Update from upstream sources.
808
809 2009-12-07  Shujing Zhao  <pearly.zhao@oracle.com>
810
811         * MAINTAINERS (Write After Approval): Add myself.
812
813 2009-12-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
814
815         PR middle-end/30447
816         PR middle-end/30789
817         PR other/40302
818
819         * configure.ac: Require MPC.
820         * configure: Regenerate.
821
822 2009-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
823
824         PR target/38384
825         PR bootstrap/40972
826         * libtool.m4: Sync from git Libtool.
827         * ltoptions.m4: Likewise.
828         * ltversion.m4: Likewise.
829         * lt~obsolete.m4: Likewise.
830         * ltmain.sh: Likewise.
831
832 2009-11-30  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
833
834         * configure.ac: Update minimum MPC version to 0.8.
835         * configure: Regenerate.
836
837 2009-11-21  Sebastian Pop  <sebpop@gmail.com>
838
839         * configure.ac: Check for version 0.15.5 or later revision of CLooG.
840         * configure: Regenerated.
841
842 2009-11-21  Ian Lance Taylor  <iant@google.com>
843
844         * configure.ac: Change default of poststage1_ldflags to be empty if
845         poststage1_libs is set.  When poststage1_libs is empty, and
846         ENABLE_BUILD_WITH_CXX is set, add -static-libgcc.
847         * configure: Rebuild.
848
849 2009-11-21  Adam Nemet  <adambnmet@gmail.com>
850
851         * MAINTAINERS (Write After Approval): Update my email address.
852
853 2009-11-20  Ben Elliston  <bje@au.ibm.com>
854
855         * config.guess: Update from upstream sources.
856
857 2009-11-16  Alexandre Oliva  <aoliva@redhat.com>
858
859         * Makefile.def: Restore host and target settings for gmp.
860         * Makefile.in: Rebuild.
861
862 2009-11-16  Alexandre Oliva  <aoliva@redhat.com>
863
864         * configure.ac: Add libelf to host_libs.  Enable in-tree configury
865         of ppl and cloog.  Fix in-tree configury of libelf, skip tests.
866         Fix portability of test of C++ as bootstrap language.  Add
867         ppl/src/ppl-config.o to the bootstrap compare exclusion list.
868         * configure: Rebuild.
869         * Makefile.def: Drop host and target settings from gmp, mpfr, ppl,
870         and cloog.  Fix in-tree ppl configuration.  Introduce libelf
871         in-tree building.
872         * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): New.
873         (POSTSTAGE1_HOST_EXPORTS): Use it.
874         (STAGE[+id+]_CXXFLAGS): New.
875         (BASE_FLAGS_TO_PASS): Pass it down.
876         (configure-stage[+id+]-[+prefix+][+module+]): Use it.  Add
877         extra_exports.
878         (all-stage[+id+]-[+prefix+][+module+]): Likewise.
879         (configure-[+prefix+][+module+], all-[+prefix+][+module+]): Add
880         extra_exports.
881         * Makefile.in: Rebuild.
882
883 2009-11-17  Ben Elliston  <bje@au.ibm.com>
884
885         * config.sub, config.guess: Update from upstream sources.
886
887 2009-11-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
888
889         * MAINTAINERS (Write After Approval): Add myself.
890
891 2009-11-09  Jon Beniston  <jon@beniston.com>
892
893         * MAINTAINERS (Write After Approval): Add myself.
894
895 2009-11-06  Ozkan Sezer  <sezeroz@gmail.com>
896
897         * configure.ac (FLAGS_FOR_TARGET):  Add -L and -isystem
898         paths for *-w64-mingw* and x86_64-*mingw*.
899         * configure: Regenerated.
900
901 2009-11-05  Joern Rennecke  <amylaar@spamcop.net>
902
903         * MAINTAINERS (Write After Approval): Add entry for my INRIA work.
904
905 2009-11-02  Benjamin Kosnik  <bkoz@redhat.com>
906
907         * MAINTAINERS: Add Jonathan Wakely under Various Maintainers, move
908         Phil Edwards to Write-After Approval.
909
910 2009-10-30  Kai Tietz  <kai.tietz@onevision.com>
911
912         * configure.ac: Disable target-winsup & co for
913         x86_64-*-mingw* and *-w64-mingw* targets.
914         * configure: Regenerated.
915
916 2009-10-16  Nick Clifton  <nickc@redhat.com>
917
918         * MAINTAINERS: Add myself as a maintainer for the RX port.
919
920 2009-10-26  Johannes Singler  <singler@kit.edu>
921
922         * MAINTAINERS (Write After Approval): Update my e-mail address.
923
924 2009-10-23  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
925
926         * configure.ac (CLooG test): Use = with test.
927         * configure: Regenerate.
928
929 2009-10-22  Richard Guenther  <rguenther@suse.de>
930
931         * configure.ac: Do not set LIBS for ppl/cloog checks.  Disable
932         cloog if the ppl version check failed.  Move flags saving
933         before setting in libelf check.
934         * configure: Regenerate.
935
936 2009-10-21  Richard Guenther  <rguenther@suse.de>
937
938         * configure.ac: Adjust the ppl and cloog configure to work as
939         documented.  Disable cloog if ppl was disabled.  Omit the version
940         checks if they were disabled.
941         * configure: Re-generate.
942
943 2009-10-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
944
945         * configure.ac: Add 'lto' to enable_languages, not
946         new_enable_languages, and only if not already present.
947         * configure: Regenerate.
948
949 2009-10-10  Gerald Pfeifer  <gerald@pfeifer.com>
950
951         * README: Refer to the various COPYING* files instead of just
952         COPYING.
953         Refer to http://gcc.gnu.org/bugs/ for bug reporting instructions.
954
955 2009-10-07  Rafael Avila de Espindola  <espindola@google.com>
956
957         * MAINTAINERS: Change my email address. Change plugi-in to plugin.
958         
959 2009-10-07  Richard Guenther  <rguenther@suse.de>
960
961         * MAINTAINERS (LTO): List Diego Novillo, Rafael Avila de Espindola,
962         and Richard Guenther as reviewers.
963         (LTO plugin): List Rafael Avila de Espindola and Cary Coutant
964         as reviewers.
965
966 2009-10-07  Hariharan Sandanagobalane  <hariharan@picochip.com>
967
968         * config.sub: Update from upstream sources.
969
970 2009-10-06  Ian Lance Taylor  <iant@google.com>
971
972         * Makefile.def: check-gold depends upon all-gas.
973         * Makefile.in: Rebuild.
974
975 2009-10-05  Phil Muldoon  <pmuldoon@redhat.com>
976
977         * MAINTAINERS (Write After Approval): Add myself.
978
979 2009-10-03  2009-02-05  Rafael Avila de Espindola  <espindola@google.com>
980
981         * Makefile.def: all-lto-plugin depends on all-libiberty.
982         set bootstrap=true for lto-plugin.
983         Add lto-plugin.
984         * Makefile.in: Regenerate.
985         * configure.ac (host_libs): Add lto-plugin.
986         * configure: Regenerate.
987
988 2009-10-03  Diego Novillo  <dnovillo@google.com>
989
990         * Makefile.tpl (HOST_EXPORTS): Add LIBELFLIBS and LIBELFINC.
991         (HOST_LIBELFLIBS): Define.
992         (HOST_LIBELFINC): Define.
993         * Makefile.in: Regenerate.
994         * configure.ac: Add --enable-lto.
995         Add --with-libelf, --with-libelf-include and --with-libelf-lib.
996         If --enable-lto is used, add 'lto' to new_enable_languages.
997         If --enable-lto is used and gold is enabled, add
998         lto-plugin to configdirs.
999         * configure: Regenerate.
1000
1001 2009-10-03  Simon Baldwin  <simonb@google.com>
1002
1003         * configure.ac: If --with-system-zlib, suppress local zlib and
1004         pass --with-system-zlib to subdir configure scripts.
1005         * configure: Regenerate.
1006
1007 2009-10-01  Loren J. Rittle  <ljrittle@acm.org>
1008             Paolo Bonzini  <bonzini@gnu.org>
1009
1010         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Use $$s rather than
1011         $(srcdir).
1012         * Makefile.in: Rebuilt.
1013
1014 2009-09-26  Gary Funck  <gary@intrepid.com>
1015
1016         * MAINTAINERS (Write After Approval): Add myself.
1017
1018 2009-09-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1019
1020         * configure.ac: Update minimum MPC version to 0.7.
1021         * configure: Regenerate.
1022
1023 2009-09-25  Nick Clifton  <nickc@redhat.com>
1024
1025         * configure.ac: Pass any --cache-file=/dev/null option on to
1026         subconfigures.
1027         * configure: Regenerate.
1028
1029 2009-09-23  Nick Clifton  <nickc@redhat.com>
1030
1031         * config.sub, config.guess: Update from upstream sources.
1032
1033 2009-09-22  Loren J. Rittle  <ljrittle@acm.org>
1034
1035         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Remove stray $$r/.
1036         * Makefile.in: Rebuilt.
1037
1038 2009-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1039
1040         PR bootstrap/32272
1041         * configure.ac: Error out if $srcdir isn't '.' but contains
1042         host-${host_noncanonical}.
1043         * configure: Regenerate.
1044
1045 2009-09-22  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1046
1047         * MAINTAINERS (OS Port Maintainers): Add myself as Solaris
1048         maintainer.
1049
1050 2009-09-21  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1051
1052         * configure.ac: If bootstrapping a combined tree with
1053         --enable-gold, require c++ in stage1_languages.
1054         * configure: Regenerate.
1055
1056         * configure.ac: Also add target_libs of stage1_languages to
1057         bootstrap_target_libs.
1058         * configure: Regenerate.
1059
1060         * configure.ac: Diagnose --enable-build-with-cxx bootstrap
1061         with --enable-languages not containing c++.
1062         * configure: Regenerate.
1063
1064 2009-09-15  Jie Zhang  <jie.zhang@analog.com>
1065
1066         * configure.ac: Disable java and boehm-gc for bfin-*-*.
1067         * configure: Regenerate.
1068
1069 2009-09-12  Joern Rennecke  <joern.rennecke@embecosm.com>
1070
1071         * MAINTAINERS (Write After Approval): Update my e-mail address,
1072         and move from from here...
1073         (Waiting for paperwork): To here.
1074
1075 2009-09-09  Joseph Myers  <joseph@codesourcery.com>
1076
1077         * MAINTAINERS (Reviewers): Add self as driver reviewer.
1078
1079 2009-09-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1080
1081         * configure.ac: Do not use $extrasub for replacing @if/@endif
1082         parts in Makefile; instead, use additional arguments to
1083         AC_CONFIG_COMMANDS to do the replacement manually, with several
1084         sed invocations, to avoid HP-UX sed command limits.
1085         * configure: Regenerate.
1086
1087 2009-09-08  Alexandre Oliva  <aoliva@redhat.com>
1088
1089         * libtool.m4 (output_verbose_link_cmd): Require leading blank, and
1090         blank before -L.
1091
1092 2009-09-04  Alexandre Oliva  <aoliva@redhat.com>
1093
1094         * configure.ac (with-build-config): Document.  Handle without.
1095         Handle missing argument.
1096         * configure: Rebuilt.
1097
1098 2009-09-03  Alexandre Oliva  <aoliva@redhat.com>
1099
1100         * configure.ac (--with-build-config): New.  Set BUILD_CONFIG.
1101         Default to bootstrap-debug only if compare-debug works.
1102         * configure: Rebuilt.
1103         * Makefile.tpl: Make BUILD_CONFIG configure-configurable.
1104         * Makefile.in: Rebuilt.
1105
1106 2009-09-02  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1107
1108         * MAINTAINERS (OS Port Maintainers): Update my email address.
1109
1110 2009-09-01  Alexandre Oliva  <aoliva@redhat.com>
1111
1112         * Makefile.tpl (BUILD_CONFIG): Default to bootstrap-debug.
1113         * Makefile.in: Rebuilt.
1114
1115 2009-09-01  Chris Demetriou  <cgd@google.com>
1116
1117         * MAINTAINERS (Write After Approval): Add myself.
1118
1119 2009-08-31  Dodji Seketeli  <dodji@redhat.com>
1120
1121         PR debug/30161
1122         * include/dwarf2.h (enum dwarf_tag): Added
1123         DW_TAG_GNU_template_template_param
1124         (enum dwarf_attribute): Added DW_AT_GNU_template_name.
1125
1126 2009-08-30  Paolo Bonzini  <bonzini@gnu.org>
1127
1128         * Makefile.tpl (AWK): Fix typo.
1129         * Makefile.in: Regenerate.
1130
1131 2009-08-30  Paolo Bonzini  <bonzini@gnu.org>
1132
1133         * configure.ac: Detect awk and sed.
1134         * Makefile.def (flags_to_pass): Add AWK and SED.
1135         * Makefile.tpl (AWK, SED): New.
1136         (BASE_FLAGS_TO_PASS): Add AWK and SED.
1137         * configure: Regenerate.
1138         * Makefile.in: Regenerate.
1139
1140 2009-08-26  Dave Korn  <dave.korn.cygwin@gmail.com>
1141
1142         * ltmain.sh (removedotparts): Don't use comma as 's' separator.
1143         (collapseslashes): Likewise.
1144
1145 2009-08-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1146
1147         * configure.ac (AC_PREREQ): Bump to 2.64.
1148
1149 2009-08-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1150
1151         * configure.ac: Remove --with-datarootdir, --with-docdir,
1152         --with-pdfdir, --with-htmldir switches.
1153         * configure: Regenerate.
1154
1155         * configure: Regenerate.
1156
1157         * compile: Sync from Automake 1.11.
1158         * depcomp: Likewise.
1159         * install-sh: Likewise.
1160         * missing: Likewise.
1161         * mkinstalldirs: Likewise.
1162         * ylwrap: Likewise.
1163
1164 2009-08-20  Dave Korn  <dave.korn.cygwin@gmail.com>
1165
1166         * ltmain.sh (func_normal_abspath): New function.
1167         (func_relative_path): Likewise.
1168         (func_mode_help): Document new -bindir option for link mode.
1169         (func_mode_link): Add new -bindir option, and use it to place
1170         output DLL if specified.
1171
1172 2009-08-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1173
1174         * configure.ac: Call AC_DISABLE_OPTION_CHECKING.
1175         (baseargs): Add --disable-option-checking.
1176         * configure: Regenerate.
1177
1178         * Makefile.def (configure-target-libiberty): Depend on
1179         all-binutils and all-ld.
1180         (configure-target-newlib): Likewise.
1181         * Makefile.in: Regenerate.
1182
1183 2009-08-17  Ben Elliston  <bje@au.ibm.com>
1184
1185         * config.sub, config.guess: Update from upstream sources.
1186
1187 2009-08-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1188
1189         Sync from src, merge:
1190
1191         2009-07-02  Tristan Gingold  <gingold@adacore.com>
1192
1193         * configure.ac: Do not exclude gas for i386-*-darwin.
1194         Add a case for x86_64-*-darwin.
1195         * configure: Regenerate.
1196
1197 2009-08-06  Neil Vachharajani  <nvachhar@gmail.com>
1198
1199         * MAINTAINERS: Add my name to Write After Approval list.
1200
1201 2009-08-06  Michael Eager  <eager@eagercon.com>
1202
1203         * configure.ac: Add Microblaze target.
1204         * configure: Regenerate.
1205
1206 2009-07-31  Christian Bruel  <christian.bruel@st.com>
1207
1208         * configure.ac (sh*-*-elf): Don't add target-libgloss to noconfigdirs.
1209         * configure: Regenerate.
1210         
1211 2009-07-28  Rask Ingemann Lambertsen  <ccc94453@vip.cybercity.dk>
1212
1213         * MAINTAINERS (Write After Approval): Update my e-mail address.
1214
1215 2009-07-06  Ian Lance Taylor  <iant@google.com>
1216
1217         * configure.ac: Add missing comma in AC_ARG_WITH(boot-libs).
1218         * configure: Rebuild.
1219
1220 2009-07-01  Tobias Grosser  <grosser@fim.uni-passau.de>
1221
1222         * MAINTAINERS: Move myself to the Graphite Reviewers.
1223
1224 2009-06-30  Wei Guozhi  <carrot@google.com>
1225
1226         * MAINTAINERS: Add my name to Write After Approval list.
1227
1228 2009-06-26  Steve Ellcey  <sje@cup.hp.com>
1229
1230         PR bootstrap/40338
1231         * configure.ac (comparestring): Create new variable.
1232         * Makefile.tpl (comparestring): Use to skip some comparisions.
1233         * configure: Regenerate.
1234         * Makefile.in: Regenerate.
1235
1236 2009-06-26  Doug Evans  <dje@sebabeach.org>
1237
1238         * Makefile.def (host_modules): Add cgen.
1239         * Makefile.in: Regenerate.
1240         * configure.ac (host_tools): Add cgen.
1241         * configure: Regenerate.
1242
1243 2009-06-23  DJ Delorie  <dj@redhat.com>
1244
1245         * MAINTAINERS: Add myself as mep maintainer.
1246
1247 2009-06-23  Ian Lance Taylor  <iant@google.com>
1248
1249         * configure.ac: Add --enable-build-with-cxx.  When set, add c++ to
1250         boot_languages.  Only bootstrap target libraries listed in
1251         target_libs for some boot language.  Add --with-stage1-ldflags,
1252         --with-stage1-libs, --with-boot-ldflags, --with-boot-libs.  Remove
1253         with_host_libstdcxx from ppllibs.  Only add -fkeep-inline-functions
1254         if not building with C++.
1255         * Makefile.def: For target_module libstdc++-v3, set bootstrap=true.
1256         * Makefile.tpl (STAGE1_LDFLAGS, STAGE1_LIBS): New variables.
1257         (POSTSTAGE1_LDFLAGS, POSTSTAGE1_LIBS): New variables.
1258         (HOST_EXPORTS): Add STAGE1_LDFLAGS to LDFLAGS.  Export HOST_LIBS.
1259         (POSTSTAGE1_HOST_EXPORTS): Set CXX and CXX_FOR_BUILD.  Add
1260         POSTSTAGE1_LDFLAGS to LDFLAGS.  Export HOST_LIBS.
1261         (POSTSTAGE1_FLAGS_TO_PASS): Likewise.
1262         * configure, Makefile.in: Rebuild.
1263
1264 2009-06-23  Li Feng  <nemokingdom@gmail.com>
1265
1266         * MAINTAINERS: Added my name to write-after-approval list.
1267
1268 2009-06-15  Ryan Mansfield  <rmansfield@qnx.com>
1269
1270         * configure.ac: Define is_elf for QNX Neutrino targets.
1271         * configure: Regenerate.
1272
1273 2009-06-09  Ghassan Shobaki  <ghassan.shobaki@amd.com>
1274
1275         * MAINTAINERS: Added my name to the write-after-approval list
1276
1277 2009-06-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1278
1279         * configure.ac: Detect MPC in default directory.
1280         * configure: Regenerate.
1281
1282 2009-06-03  Jerome Guitton  <guitton@adacore.com>
1283             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1284
1285         * Makefile.tpl (all): Avoid a trailing backslash.
1286         * Makefile.in: Regenerate.
1287
1288 2009-06-03  Ben Elliston  <bje@au.ibm.com>
1289
1290         * config.sub, config.guess: Update from upstream sources.
1291
1292 2009-06-02  Richard Sandiford  <r.sandiford@uk.ibm.com>
1293
1294         * configure.ac (powerpc-*-aix*, rs6000-*-aix*): Add target-newlib
1295         to noconfdirs.
1296         * configure: Regenerate.
1297
1298 2009-06-02  Alexandre Oliva  <aoliva@redhat.com>
1299
1300         * Makefile.tpl ([+compare-target+]): Compare all stage
1301         directories, rather than just gcc.
1302         * Makefile.in: Rebuilt.
1303
1304 2009-06-01  Doug Kwan  <dougkwan@google.com>
1305
1306         * configure.ac: Support gold for target arm*-*-*.
1307         * configure: Regenerate.
1308
1309 2009-05-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1310
1311         * Makefile.def: Add MPC support and dependencies.
1312         * configure.ac: Likewise.  Reorganize GMP/MPFR checks.
1313
1314         * Makefile.in, configure: Regenerate.
1315
1316 2009-05-27  Alexandre Oliva  <aoliva@redhat.com>
1317
1318         * Makefile.tpl (all): Avoid harmless warning in make all when
1319         gcc-bootstrap is enabled but stage_last does not exist.
1320         * Makefile.in: Rebuilt.
1321
1322 2009-05-24  Nicolas Roche  <roche@adacore.com>
1323
1324         * Makefile.tpl (compare-target): Skip ./ada/*tools directories.
1325         * Makefile.in: Regenerate.
1326
1327 2009-05-21  Denis Chertykov  <chertykov@gmail.com>
1328
1329         * MAINTAINERS: Update my e-mail address.
1330
1331 2009-05-21  Dave Korn  <dave.korn.cygwin@gmail.com>
1332
1333         * configure.ac (cygwin noconfigdirs):  Remove libgcj.
1334         * configure:  Regenerate.
1335
1336 2009-05-18  Alexandre Oliva  <aoliva@redhat.com>
1337
1338         PR other/40159
1339         * Makefile.tpl (all): Don't assume gcc-bootstrap and
1340         gcc-no-bootstrap are mutually exclusive.
1341         * Makefile.in: Rebuilt.
1342
1343 2009-05-18  Alexandre Oliva  <aoliva@redhat.com>
1344
1345         PR other/40159
1346         * Makefile.tpl (all): Don't end with unconditional success.
1347         * Makefile.in: Rebuilt.
1348
1349 2009-05-12  Alexandre Oliva  <aoliva@redhat.com>
1350
1351         PR target/37137
1352         * Makefile.def (flags_to_pass): Remove redundant and incomplete
1353         STAGE1_CFLAGS, STAGE2_CFLAGS, STAGE3_CFLAGS, and STAGE4_CFLAGS.
1354         Add FLAGS_FOR_TARGET and BUILD_CONFIG.
1355         (bootstrap_stage): Remove bootstrap-debug custom stages.  Turn
1356         stage_configureflags, stage_cflags and stage_libcflags into
1357         explicit Makefile macros.
1358         * Makefile.tpl (HOST_EXPORTS, EXTRA_HOST_FLAGS): Pass GCJ and
1359         GFORTRAN.
1360         (POSTSTAGE1_HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET and TFLAGS to
1361         CC.  Set CC_FOR_BUILD from CC.
1362         (BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS,
1363         NORMAL_TARGET_EXPORTS): Move SYSROOT_CFLAGS_FOR_TARGET and
1364         DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS and CXXFLAGS to
1365         XGCC_FLAGS_FOR_TARGET.  Add it along with TFLAGS to CC, CXX, GCJ,
1366         and GFORTRAN.
1367         (TFLAGS, STAGE_CFLAGS, STAGE_TFLAGS, STAGE_CONFIGURE_FLAGS): New.
1368         (_LIBCFLAGS): Renamed to _TFLAGS.
1369         (do-compare-debug, do-compare3-debug): Drop.
1370         (CC, GCC_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET,
1371         GCJ_FOR_TARGET, GFORTRAN_FOR_TARGET): Remove FLAGS_FOR_TARGET.
1372         (FLAGS_FOR_TARGET, SYSROOT_CFLAGS_FOR_TARGET,
1373         DEBUG_PREFIX_CFLAGS_FOR_TARGET): Move down.
1374         (XGCC_FLAGS_FOR_TARGET): New.
1375         (BASE_FLAGS_TO_PASS): Pass STAGEid_CFLAGS, STAGEid_TFLAGS and TFLAGS.
1376         (EXTRA_HOST_FLAGS): Pass GCJ and GFORTRAN.
1377         (POSTSTAGE1_FLAGS_TO_PASS): Move SYSROOT_CFLAGS_FOR_TARGET and
1378         DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS, CXXFLAGS, LIBCFLAGS,
1379         LIBCXXFLAGS to XGCC_FLAGS_FOR_TARGET.    Add it along with TFLAGS
1380         to CC, CXX, GCJ, and GFORTRAN.  Pass XGCC_FLAGS_FOR_TARGET and
1381         TFLAGS.
1382         (BUILD_CONFIG): Include if requested.
1383         (all): Set TFLAGS on bootstrap.
1384         (configure-stageid-prefixmodule): Pass TFLAGS, adjust FLAGS.
1385         (all-stageid-prefixmodule): Likewise.
1386         (do-clean, distclean-stageid): Set TFLAGS.
1387         (restrap): Fix whitespace.
1388         * Makefile.in: Rebuilt.
1389
1390 2009-05-07  Paolo Bonzini  <bonzini@gnu.org>
1391
1392         * config.guess: Sync with src.
1393
1394 2009-05-07  Dave Korn  <dave.korn.cygwin@gmail.com>
1395
1396         * configure.ac ($with_ppl):  Default to no if not supplied.
1397         ($with_cloog):  Likewise.
1398         configure:  Regenerate.
1399
1400 2009-04-27  James E. Wilson  <wilson@codesourcery.com>
1401
1402         * MAINTAINERS: Update my e-mail address.
1403
1404 2009-04-27  Nick Clifton  <nickc@redhat.com>
1405
1406         * MAINTAINERS: Replace Aldy Hernandez as a maintainer for the FRV.
1407
1408 2009-04-25  Eric Botcazou  <ebotcazou@adacore.com>
1409
1410         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add GNATBIND.
1411         (POSTSTAGE1_FLAGS_TO_PASS): Pick up exported value for GNATBIND.
1412         * Makefile.in: Regenerate.
1413
1414 2009-04-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1415
1416         PR bootstrap/39739
1417         * configure.ac (extra_mpfr_configure_flags): Set and AC_SUBST.
1418         * Makefile.def (module=mpfr): Use extra_mpfr_configure_flags.
1419
1420         * configure, Makefile.in: Regenerate.
1421
1422 2009-04-21  Taras Glek  <tglek@mozilla.com>
1423
1424         * include/hashtab.h: Update GTY annotations to new syntax
1425         * include/splay-tree.h: Likewise
1426
1427 2009-04-17  Ben Elliston  <bje@au.ibm.com>
1428
1429         * config.sub, config.guess: Update from upstream sources.
1430
1431 2009-04-15  Anthony Green  <green@moxielogic.com>
1432
1433         * configure.ac: Add moxie support.
1434         * configure: Rebuilt.
1435
1436 2009-04-14  Jakub Jelinek  <jakub@redhat.com>
1437
1438         * configure.ac: Change copyright header to refer to version
1439         3 of the GNU General Public License and to point readers at the
1440         COPYING3 file and the FSF's license web page.
1441         * Makefile.def: Likewise.
1442         * Makefile.tpl: Likewise.
1443         * Makefile.in: Regenerate.
1444
1445 2009-04-09  Jack Howarth  <howarth@bromo.med.uc.edu>
1446
1447         * configure.ac: Restore match for darwin9 or later. Use double
1448         brackets since regeneration eats one pair.
1449         * configure: Regenerate.
1450
1451 2009-04-09  H.J. Lu  <hongjiu.lu@intel.com>
1452
1453         PR gas/10039
1454         * configure.ac: Require texinfo 4.7.
1455         * configure: Regenerated.
1456
1457 2009-04-09  Nick Clifton  <nickc@redhat.com>
1458
1459         * COPYING.RUNTIME: New file: Contains a copy of version 3.1 of
1460         the GCC Runtime Library Exception.
1461
1462 2009-04-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1463
1464         * configure.ac: Bump minimum GMP/MPFR versions to 4.2 and 2.3.1.
1465         * configure: Regenerate.
1466
1467 2009-04-01  Steve Ellcey  <sje@cup.hp.com>
1468
1469         * Makefil.def (languages): New entries.
1470         * Makefile.tpl (check-gcc-*): New generic target.
1471         * Makefile.in: Regenerate.
1472
1473 2009-03-25  Erven Rohou  <erven.rohou@inria.fr>
1474
1475         * MAINTAINERS:  Update my email address.
1476
1477 2009-03-18  Tom Tromey  <tromey@redhat.com>
1478
1479         * configure: Rebuild.
1480         * configure.ac (host_libs): Add libiconv.
1481         * Makefile.in: Rebuild.
1482         * Makefile.def (host_modules): Add libiconv.
1483         (configure-gdb, all-gdb): Depend on libiconv.
1484
1485 2009-03-16  Tristan Gingold  <gingold@adacore.com>
1486
1487         * configure.ac: Treat gdb as supported on x86_64-darwin.
1488         * configure: Regenerate.
1489
1490 2009-03-16  Joseph Myers  <joseph@codesourcery.com>
1491
1492         * configure.ac (--with-host-libstdcxx): New option.
1493         * configure: Regenerate.
1494
1495 2009-03-12  Joern Rennecke  <joern.rennecke@arc.com>
1496
1497         * MAINTAINERS:  Move myself into the write after approval list.
1498
1499 2009-03-11  Nicola Pero  <nicola.pero@meta-innovation.com>
1500
1501         * MAINTAINERS: Update e-mail address.
1502         
1503 2009-03-11  Dorit Nuzman  <dorit@il.ibm.com>
1504
1505         * MAINTAINERS: Remove myself as auto-vectorizer maintainer.
1506
1507 2009-03-10  Ira Rosen  <irar@il.ibm.com>
1508
1509         * MAINTAINERS: Add myself as auto-vectorizer maintainer.
1510
1511 2009-03-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1512
1513         Backport from git Libtool:
1514
1515         2009-01-19  Robert Millan  <rmh@aybabtu.com>
1516         Support GNU/kOpenSolaris.
1517         * libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER)
1518         (_LT_CHECK_MAGIC_METHOD, _LT_COMPILER_PIC, _LT_LINKER_SHLIBS)
1519         (_LT_LANG_CXX_CONFIG) [kopensolaris*-gnu]: Recognize
1520         GNU/kOpenSolaris.
1521
1522 2009-02-27  Andreas Schwab  <schwab@linux-m68k.org>
1523
1524         * MAINTAINERS: Update e-mail address.
1525
1526 2009-02-24  Michael Eager  <eager@eagercon.com>
1527
1528         * MAINTAINERS (Write After Approval): Add self.
1529
1530 2009-02-18  Bingfeng Mei  <bmei@broadcom.com>
1531
1532         * MAINTAINERS (Write After Approval): Add myself.
1533
1534 2009-02-05  Andreas Schwab  <schwab@suse.de>
1535
1536         * Makefile.tpl (stage_last): Define $r and $s before using
1537         $(RECURSE_FLAGS_TO_PASS).
1538         * Makefile.in: Regenerate
1539
1540 2009-01-30  Ian Lance Taylor  <iant@google.com>
1541
1542         * MAINTAINERS: Move myself to the Global Reviewers list.
1543
1544 2009-01-29  Robert Millan  <rmh@aybabtu.com>
1545
1546         * configure.ac: Recognize GNU/kOpenSolaris (*-*-kopensolaris*-gnu).
1547         * configure: Regenerate.
1548
1549 2009-01-17  Gerald Pfeifer  <gerald@pfeifer.com>
1550
1551         * MAINTAINERS: Make whitespace consistent.
1552         Remove Robert Millan from Write After Approval.
1553
1554 2009-01-16  Alan Modra  <amodra@bigpond.net.au>
1555
1556         * Makefile.def (configure-opcodes): Depend on configure-libiberty.
1557         (all-opcodes): Depend on all-libiberty.
1558         * Makefile.in: Regenerate.
1559
1560 2009-01-15  Douglas B Rupp  <rupp@gnat.com>
1561
1562         * configure.ac (ia64*-*-*vms*): Add case with no gdb or ld support.
1563         * configure: Regenerate.
1564
1565 2009-01-12  Ramana Radhakrishnan  <ramana.r@gmail.com>
1566
1567         * MAINTAINERS (Write After Approval): Add myself.
1568
1569 2009-01-12  Steven G. Kargl  <sgk@troutmask.apl.washington.edu>
1570
1571         * MAINTAINERS: Add myself to reviewers (Fortran).
1572
1573 2009-01-12  Sebastian Pop  <sebastian.pop@amd.com>
1574
1575         PR tree-optimization/38515
1576         * configure.ac (cloog-polylib): Removed.
1577         (with_ppl, with_cloog): Test for "no".
1578         * configure: Regenerated.
1579
1580 2009-01-11  Daniel Franke  <franke.daniel@gmail.com>
1581
1582         * MAINTAINERS: Moved myself to reviewers (Fortran).
1583
1584 2009-01-06  Thomas Schwinge  <tschwinge@gnu.org>
1585
1586         * MAINTAINERS (OS Port Maintainers): Add myself for GNU/Hurd.
1587         (Write After Approval): Remove myself.
1588
1589 2009-01-03  Diego Novillo  <dnovillo@google.com>
1590
1591         * MAINTAINERS: Remove myself from alias maintainership.
1592
1593 2009-01-02  David Ayers  <ayers@fsfe.org>
1594
1595         * MAINTAINERS: Update e-mail address.
1596
1597 2008-12-30  Gerald Pfeifer  <gerald@pfeifer.com>
1598
1599         * MAINTAINERS: Make whitespace consistent.
1600
1601 2008-12-18  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1602
1603         Backport from upstream Libtool:
1604         * libltdl.m4 (_LT_SYS_DYNAMIC_LINKER, _LT_LINKER_SHLIBS):
1605         Add cache variables to tests that require the linker to work.
1606         For shlibpath_overrides_runpath, this also changes the semantics
1607         to let the result from the C compiler take precedence.
1608
1609 2008-12-02  Ben Elliston  <bje@au.ibm.com>
1610
1611         * config.sub, config.guess: Update from upstream sources.
1612
1613 2008-12-12  Sebastian Pop  <sebastian.pop@amd.com>
1614
1615         * configure.ac (ppllibs): Add by default the lib flags.
1616         * configure: Regenerate.
1617
1618 2008-12-08  Luis Machado  <luisgpm@br.ibm.com>
1619
1620         * MAINTAINERS:  Add myself to the write after approval list.
1621
1622 2008-12-04  Jack Howarth  <howarth@bromo.med.uc.edu>
1623
1624         * configure.ac: Add double brackets on darwin[912].
1625         * configure: Regenerate.
1626
1627 2008-12-03  Daniel Kraft  <d@domob.eu>
1628
1629         * MAINTAINERS:  Moved myself and Mikael Morin from Write After
1630         Approval to Reviewer section (for Fortran front-end).
1631
1632 2008-12-02  Jack Howarth  <howarth@bromo.med.uc.edu>
1633
1634         * configure.ac: Expand to darwin10 and later.
1635         * configure: Regenerate.
1636
1637 2008-12-02  Andreas Schwab  <schwab@suse.de>
1638
1639         * Makefile.def: configure-target-boehm-gc depends on
1640         all-target-libstdc++-v3.
1641         * Makefile.in: Regenerate.
1642
1643 2008-12-02  Kai Tietz  <kai.tietz@onevision.com>
1644
1645         * MAINTAINERS:  Add myself as mingw maintainer.
1646
1647 2008-12-02  Ben Elliston  <bje@au.ibm.com>
1648
1649         * config.sub, config.guess: Update from upstream sources.
1650
1651 2008-12-01  Gerald Pfeifer  <gerald@pfeifer.com>
1652
1653         * README.SCO: Remove.
1654
1655 2008-11-29  Fernando Pereira  <pronesto@gmail.com>
1656
1657         * MAINTAINERS:  Add myself to the write after approval list.
1658
1659 2008-11-29  Dave Korn  <dave.korn.cygwin@gmail.com>
1660
1661         * MAINTAINERS:  Update my email address in WAA section.
1662
1663 2008-11-29  Chen Liqin  <liqin@sunnorth.com.cn>
1664
1665         * MAINTAINERS: Update e-mail address.
1666
1667 2008-11-27  Toon Moene  <toon@moene.org>
1668
1669         * MAINTAINERS: Change e-mail address.
1670
1671 2008-11-27  Tristan Gingold  <gingold@adacore.com>
1672
1673         * configure.ac: Build gdb for i?86-*-darwin*
1674         * configure: Regenerated.
1675
1676 2008-11-24  Hariharan Sandanagobalane  <hariharan@picochip.com>
1677
1678         * MAINTAINERS: Added my full name.
1679
1680 2008-11-14  Daniel Jacobowitz  <dan@codesourcery.com>
1681
1682         PR bootstrap/38014
1683         PR bootstrap/37923
1684
1685         Revert:
1686
1687         2008-10-24  Daniel Jacobowitz  <dan@codesourcery.com>
1688
1689         * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
1690         * Makefile.in: Regenerated.
1691
1692         2008-10-22  Daniel Jacobowitz  <dan@codesourcery.com>
1693
1694         PR gdb/921
1695         PR gdb/1646
1696         PR gdb/2175
1697         PR gdb/2176
1698
1699         * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
1700         * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
1701         (EXTRA_BUILD_FLAGS): Correct typo.  Pass CPPFLAGS.
1702         (HOST_EXPORTS): Pass CPPFLAGS.
1703         (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
1704         (LDFLAGS_FOR_TARGET): Initialize from configure script.
1705         (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
1706         * Makefile.in, configure: Regenerated.
1707         * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
1708         and CPPFLAGS_FOR_BUILD.
1709
1710 2008-11-06  Jeff Law  <law@redhat.com>
1711
1712         * MAINTAINERS: Add myself as middle end maintainer.
1713
1714 2008-11-06  Andrew Stubbs  <ams@codesourcery.com>
1715
1716         * MAINTAINERS (Write after approval): Add myself.
1717
1718 2008-11-05  Diego Novillo  <dnovillo@google.com>
1719
1720         * MAINTAINERS (Global Reviewers): Add myself.
1721         (Non-Algorithmic Maintainers): Remove myself.
1722
1723 2008-11-04  Thomas Schwinge  <tschwinge@gnu.org>
1724
1725         * MAINTAINERS (Write after approval): Add myself.
1726
1727 2008-10-31  Mikael Morin  <mikael.morin@tele2.fr>
1728
1729         * MAINTAINERS (Write after approval): Add myself.
1730
1731 2008-10-31  Ben Elliston  <bje@au.ibm.com>
1732
1733         * configure.ac (spu-*-*): Remove special case.
1734         * configure: Regenerate.
1735
1736 2008-10-30  Catherine Moore  <clm@codesourcery.com>
1737
1738         * MAINTAINERS (Write after approval): Update my email address.
1739
1740 2008-10-29  Stefan Schulze Frielinghaus  <xxschulz@de.ibm.com>
1741
1742         * configure.ac [spu-*-*]: Do not set skipdirs.
1743         * configure: Re-generate.
1744
1745 2008-10-29  Bernd Schmidt  <bernd.schmidt@analog.com>
1746
1747         * MAINTAINERS (Various Maintainers): Add myself to reload.
1748
1749 2008-10-25  Richard Guenther  <rguenther@suse.de>
1750
1751         * MAINTAINERS (Various Maintainers): Add myself as middle-end
1752         maintainer.  Remove myself as libgcc-math maintainer.
1753         (Non-Algorithmic Maintainers): Remove myself.
1754
1755 2008-10-24  Daniel Jacobowitz  <dan@codesourcery.com>
1756
1757         * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
1758         * Makefile.in: Regenerated.
1759
1760 2008-10-23  Cary Coutant  <ccoutant@google.com>
1761
1762         * MAINTAINERS (Write after approval): Add myself.
1763
1764 2008-10-22  Daniel Jacobowitz  <dan@codesourcery.com>
1765
1766         PR gdb/921
1767         PR gdb/1646
1768         PR gdb/2175
1769         PR gdb/2176
1770
1771         * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
1772         * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
1773         (EXTRA_BUILD_FLAGS): Correct typo.  Pass CPPFLAGS.
1774         (HOST_EXPORTS): Pass CPPFLAGS.
1775         (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
1776         (LDFLAGS_FOR_TARGET): Initialize from configure script.
1777         (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
1778         * Makefile.in, configure: Regenerated.
1779         * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
1780         and CPPFLAGS_FOR_BUILD.
1781
1782 2008-10-20  Sebastian Pop  <sebastian.pop@amd.com>
1783
1784         * MAINTAINERS (Graphite Reviewers): Added Daniel Berlin and
1785         Sebastian Pop.
1786
1787 2008-10-14  Antoniu Pop <antoniu.pop@gmail.com>
1788
1789         * MAINTAINERS (Write After Approval): Added myself.
1790
1791 2008-10-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1792
1793         * configure.ac (MPFR check): Bump minimum version to 2.3.0 and
1794         recommended version to 2.3.2.
1795
1796         * configure: Regenerate.
1797
1798 2008-10-01  Mark Mitchell  <mark@codesourcery.com>
1799
1800         * MAINTAINERS (Blanket Write Privs): Change to Global Reviewers.
1801
1802 2008-09-29  David Daney <david.daney@caviumnetworks.com>
1803
1804         * MAINTAINERS (Write After Approval): Update e-mail address.
1805
1806 2008-09-26  Peter O'Gorman  <pogma@thewrittenword.com>
1807
1808         * libtool.m4: Update to libtool 2.2.6.
1809         * lt~obsolete.m4: Update to libtool 2.2.6.
1810         * ltmain.sh: Update to libtool 2.2.6.
1811         * ltsugar.m4: Update to libtool 2.2.6.
1812         * ltversion.m4: Update to libtool 2.2.6.
1813         * ltoptions.m4: Update to libtool 2.2.6.
1814         * ltgcc.m4: Update to match changes from libtool 2.2.6.
1815
1816 2008-09-22  Chris Fairles  <cfairles@gcc.gnu.org>
1817
1818         * MAINTAINERS (Write After Approval): Add myself.
1819
1820 2008-09-22  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
1821
1822         * MAINTAINERS (Write After Approval): Update my name.
1823
1824 2008-09-20  Steven Bosscher  <steven@gcc.gnu.org>
1825
1826         * MAINTAINERS: Add myself in "Write After Approval".
1827
1828 2008-09-18  Steve Ellcey  <sje@cup.hp.com>
1829
1830         * MAINTAINERS: Add myself as ia64 maintainer.
1831
1832 2008-09-04  Gerald Pfeifer  <gerald@pfeifer.com>
1833
1834         * MAINTAINERS: Remove John Carr, Steve Chamberlain, Michael Chastain,
1835         Klaus Kaempf, Mumit Khan, Alan Lehotsky, Warren Levy, Don Lindsay,
1836         Dave Love, Alexandre Petit-Bianco, Clinton Popetz, Gavin Romig-Koch,
1837         and Michael Tiemann from Write After Approval since they do not
1838         actually have access.
1839
1840 2008-09-05  Richard Guenther  <rguenther@suse.de>
1841
1842         * configure.ac: Initialize clooglibs to -lcloog.
1843         * configure: Re-generate.
1844
1845 2008-09-04  Le-Chun Wu  <lcwu@google.com>
1846
1847         * MAINTAINERS (Write After Approval): Add myself.
1848
1849 2008-09-03  Sebastian Pop  <sebastian.pop@amd.com>
1850
1851         * configure.ac (--with-cloog-polylib): New.
1852         (--disable-cloog-version-check): New.
1853         (--disable-ppl-version-check): New.
1854         * configure: Re-generate.
1855
1856 2008-09-03  Richard Guenther  <rguenther@suse.de>
1857
1858         * configure.ac: Always pass -DCLOOG_PPL_BACKEND to the
1859         cloog test.
1860         * configure: Re-generate.
1861
1862 2008-09-03  Hari Sandanagobalane  <hariharan@picochip.com>
1863
1864         Add picoChip port.
1865         * MAINTAINERS: Add picoChip maintainers.
1866
1867 2008-09-02  Sebastian Pop  <sebastian.pop@amd.com>
1868             Tobias Grosser  <grosser@fim.uni-passau.de>
1869             Jan Sjodin  <jan.sjodin@amd.com>
1870             Harsha Jagasia  <harsha.jagasia@amd.com>
1871             Dwarakanath Rajagopal  <dwarak.rajagopal@amd.com>
1872             Konrad Trifunovic  <konrad.trifunovic@inria.fr>
1873             Adrien Eliche  <aeliche@isty.uvsq.fr>
1874
1875         Merge from graphite branch.
1876         * configure: Regenerate.
1877         * Makefile.in: Regenerate.
1878         * configure.ac (host_libs): Add ppl and cloog.
1879         Add checks for PPL and CLooG.
1880         * Makefile.def (ppl, cloog): Added modules and dependences.
1881         * Makefile.tpl (PPLLIBS, PPLINC, CLOOGLIBS, CLOOGINC): New.
1882         (HOST_PPLLIBS, HOST_PPLINC, HOST_CLOOGLIBS, HOST_CLOOGINC): New.
1883
1884 2008-08-31  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
1885
1886         * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
1887         (GCC_SHLIB_SUBDIR): New.
1888         * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
1889         * configure: Regenerate.
1890         * Makefile.in: Regenerate.
1891
1892 2008-08-30  Gerald Pfeifer  <gerald@pfeifer.com>
1893
1894         * MAINTAINERS: Consistently use tabs to separate columns.
1895
1896 2008-08-29  Tristan Gingold  <gingold@adacore.com>
1897
1898         * MAINTAINERS (Write after Approval): Add myself.
1899
1900 2008-08-28  Tristan Gingold  <gingold@adacore.com>
1901
1902         * configure.ac (powerpc-*-darwin*, i?86-*-darwin*,x86_64-*-darwin9):
1903         Enable bfd, binutils and opcodes.
1904         * configure: Regenerate.
1905
1906 2008-08-27  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
1907
1908         * MAINTAINERS: Update my hppa and hpux entries.  Remove my vax entry.
1909
1910 2008-08-23  Thomas Koenig  <tkoenig@gcc.gnu.org>
1911
1912         * MAINTAINERS:  Use correct Umlaut for last name.
1913
1914 2008-08-23  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
1915
1916         * MAINTAINERS: Move myself from Reviewers to Write after Approval.
1917
1918 2008-08-16  David Edelsohn  <edelsohn@gnu.org>
1919
1920         * MAINTAINERS: Update my email address.
1921
1922 2008-08-16  Nicolas Roche  <roche@adacore.com>
1923
1924         * Makefile.tpl: Add BOOT_ADAFLAGS.
1925         * Makefile.in: Regenerate.
1926
1927 2008-08-09  Richard Sandiford  <rdsandiford@googlemail.com>
1928
1929         * configure.ac (mips*-*-*linux*, mips*-*-gnu*): Use mt-mips-gnu.
1930         * configure: Regenerate.
1931
1932 2008-07-30  Paolo Bonzini  <bonzini@gnu.org>
1933
1934         * configure.ac: Add makefile fragments for hpux.
1935         * Makefile.def (flags_to_pass): Add ADA_CFLAGS.
1936         * Makefile.tpl (HOST_EXPORTS): Pass ADA_CFLAGS.
1937         * configure: Regenerate.
1938         * Makefile.in: Regenerate.
1939
1940 2008-07-28  Aldy Hernandez  <aldyh@redhat.com>
1941
1942         * MAINTAINERS: Add Jakub and myself as gimple maintainers.
1943
1944 2008-07-11  Dodji Seketeli  <dseketel@redhat.com>
1945
1946         * MAINTAINERS (Write after Approval): Add myself.
1947
1948 2008-07-02  Xuepeng Guo  <xuepeng.guo@intel.com>
1949
1950         * MAINTAINERS (Write After Approval):  Add myself.
1951
1952 2008-06-29  Andrew Jenner  <andrew@codesourcery.com>
1953
1954         * MAINTAINERS (Write After Approval):  Add myself.
1955
1956 2008-06-29  Krister Walfridsson  <krister.walfridsson@gmail.com>
1957
1958         * MAINTAINERS: Update my email address.
1959
1960 2008-06-25  Joey Ye  <joey.ye@intel.com>
1961
1962         * MAINTAINERS (Write After Approval):  Add myself.
1963
1964 2008-06-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1965
1966         * Makefile.tpl ($(srcdir)/configure): Update dependencies.
1967         * Makefile.in: Regenerate.
1968         * configure: Regenerate.
1969
1970 2008-06-17  Daniel Kraft  <d@domob.eu>
1971
1972         * MAINTAINERS (Write After Approval):  Add myself.
1973
1974 2008-06-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1975
1976         * configure.ac: Set TOPLEVEL_CONFIGURE_ARGUMENTS early, when
1977         "$@" is still intact with both Autoconf 2.59 and 2.62.
1978         * configure: Regenerate.
1979
1980 2008-06-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1981
1982         * Makefile.tpl: Fix comment errors.
1983         * Makefile.in: Regenerate.
1984
1985 2008-06-12  David S. Miller  <davem@davemloft.net>
1986             David Edelsohn  <edelsohn@gnu.org>
1987
1988         * configure.ac: Add powerpc*-*-* to gold supported targets.
1989         * configure: Regenerate.
1990
1991 2008-06-08  Joseph Myers  <joseph@codesourcery.com>
1992
1993         PR tree-optimization/36218
1994         * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_BUILD.
1995         * Makefile.tpl (EXTRA_BUILD_FLAGS): Define.
1996         (all prefix="build-"): Pass them to build-system sub-makes.
1997         * Makefile.in: Regenerate.
1998
1999 2008-06-07  Joseph Myers  <joseph@codesourcery.com>
2000
2001         * MAINTAINERS (mt port): Remove.
2002         (sco5, unixware, sco udk): Remove.
2003         (Kean Johnston): Add to Write After Approval.
2004
2005 2008-05-30  Julian Brown  <julian@codesourcery.com>
2006
2007         * configure.ac (arm*-*-linux-gnueabi): Don't disable building
2008         of libobjc for ARM EABI Linux.
2009         * configure: Regenerate.
2010
2011 2008-05-18  Xinliang David Li   <davidxl@google.com>
2012
2013         * ChangeLog: Remove wrong ChangeLog entry.
2014
2015 2008-05-17  Xinliang David Li   <davidxl@google.com>
2016
2017         * MAINTAINERS (Write After Approval): Add myself.
2018
2019 2008-05-15  Janus Weil  <janus@gcc.gnu.org>
2020
2021         * MAINTAINERS (Write After Approval): Add myself.
2022
2023 2008-05-14  Rafael Espíndola  <espindola@google.com>
2024
2025         * config-ml.in: don't handle --enable-shared and --enable-static.
2026
2027 2008-05-10  Richard Sandiford  <rdsandiford@googlemail.com>
2028
2029         * MAINTAINERS: Update my email address.
2030
2031 2008-05-10  Paolo Carlini  <paolo.carlini@oracle.com>
2032
2033         * MAINTAINERS: Update my email address.
2034
2035 2008-05-03  Kris Van Hees  <kris.van.hees@oracle.com>
2036
2037         * MAINTAINERS (Write After Approval): Add myself.
2038
2039 2008-04-28  Gabriele Svelto  <gabriele.svelto@st.com>
2040
2041         * MAINTAINERS (Write After Approval): Add myself.
2042
2043 2008-04-25  Pompapathi V Gadad  <Pompapathi.V.Gadad@nsc.com>
2044
2045         * MAINTAINERS (crx): Add myself.
2046
2047 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
2048
2049         Sync with src:
2050         2008-04-14  David S. Miller  <davem@davemloft.net>
2051
2052         * configure.ac: Add sparc*-*-* to gold supported targets.
2053         * configure: Regenerate.
2054
2055 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
2056
2057         PR bootstrap/35457
2058         * configure.ac: Include override.m4.
2059         * configure: Regenerate.
2060
2061 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
2062
2063         * Makefile.tpl (restrap): Call `make all' using double-colon rules.
2064         * Makefile.in: Regenerate.
2065
2066 2008-04-18  M R Swami Reddy  <MR.Swami.Reddy@nsc.com>
2067
2068         * configure.ac (cr16-*-*): Add case for cr16 target and include gdb
2069         as nonconfigurable directories list.
2070         * configure: Regenerate.
2071
2072 2008-04-14  Ben Elliston  <bje@au.ibm.com>
2073
2074         * config.sub, config.guess: Update from upstream sources.
2075
2076 2008-04-12  Hans-Peter Nilsson  <hp@axis.com>
2077
2078         * Makefile.tpl <gcc>: Error early unless at least GNU make 3.80.
2079         * Makefile.in: Regenerate.
2080
2081 2008-04-11  Eric B. Weddington  <eweddington@cso.atmel.com>
2082
2083         * configure.ac: Do not build libssp for the AVR.
2084         * configure: Regenerate.
2085
2086 2008-04-07  Ian Lance Taylor  <iant@google.com>
2087
2088         * Makefile.def: check-gold depends upon all-binutils.
2089         * Makefile.in: Regenerate.
2090
2091 2008-04-04  Andy Hutchinson  <hutchinsonandy@aim.com>
2092
2093         * MAINTAINERS (Write After Approval): Add myself.
2094
2095 2008-04-04  Nick Clifton  <nickc@redhat.com>
2096
2097         PR binutils/4334
2098         * configure.ac: Run ACX_CHECK_CYGWIN_CAT_WORKS for cygwin hosted
2099         builds.
2100         * configure: Regenerate.
2101
2102 2008-04-04  NightStrike  <NightStrike@gmail.com>
2103
2104         PR other/35151
2105         * configure.ac: Combine rules for mingw32 and mingw64.
2106         * configure: Regenerate.
2107
2108 2008-04-02  Kai Tietz  <kai.tietz@onvision.com>
2109
2110         * MAINTAINERS (Write After Approval): Add myself.
2111
2112 2008-04-01  Seongbae Park  <seongbae.park@gmail.com>
2113
2114         * Makefile.tpl (.NOTPARALLEL): Revert previous change.
2115         * Makefile.in (.NOTPARALLEL): Ditto.
2116
2117 2008-04-01  Peter O'Gorman  <pogma@thewrittenword.com>
2118
2119         * MAINTAINERS (Write After Approval): Add myself.
2120
2121 2008-03-31  Seongbae Park  <seongbae.park@gmail.com>
2122
2123         * Makefile.tpl (.NOTPARALLEL): Serialize stageprofile libiberty.
2124         * Makefile.in (.NOTPARALLEL): Regenerate.
2125
2126 2008-03-27  Paolo Bonzini  <bonzini@gnu.org>
2127
2128         * Makefile.tpl (PICFLAG, PICFLAG_FOR_TARGET): Remove.
2129         * Makefile.in: Regenerate.
2130
2131 2008-03-26  Jakub Staszak  <kuba@et.pl>
2132
2133         * MAINTAINERS (Write After Approval): Add myself.
2134
2135 2008-03-23  Thomas Koenig  <tkoenig@gcc.gnu.org>
2136
2137         * MAINTAINERS:  Update e-mail address.
2138
2139 2008-03-20  Ian Lance Taylor  <iant@google.com>
2140
2141         * configure.ac: Add support for --enable-gold.
2142         * Makefile.def: Add gold as a directory like ld.
2143         * configure, Makefile.in: Regenerate.
2144
2145 2008-03-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2146
2147         * configure.ac: m4_include config/proginstall.m4.
2148         * configure: Regenerate.
2149
2150         Backport from upstream Libtool:
2151
2152         2007-10-12  Eric Blake  <ebb9@byu.net>
2153
2154         Deal with Autoconf 2.62's semantic change in m4_append.
2155         * ltsugar.m4 (lt_append): Replace broken versions of
2156         m4_append.
2157         (lt_if_append_uniq): Don't require separator to be overquoted,
2158         and avoid broken m4_append.
2159         (lt_dict_add): Fix typo.
2160         * libtool.m4 (_LT_DECL): Don't overquote separator.
2161
2162 2008-03-13  David Edelsohn  <edelsohn@gnu.org>
2163
2164         * config.rpath: Add AIX 6 support.
2165
2166 2008-03-13  Paolo Bonzini  <bonzini@gnu.org>
2167
2168         * Makefile.def (stageprofile).  Remove -fprofile-generate
2169         from stage_libcflags.
2170         * Makefile.in: Regenerate.
2171
2172 2008-03-13  Ben Elliston  <bje@au.ibm.com>
2173
2174         * config.sub, config.guess: Update from upstream sources.
2175
2176 2008-03-06  Tom Tromey  <tromey@redhat.com>
2177
2178         * MAINTAINERS: Update for treelang deletion.
2179
2180 2008-03-03  James E. Wilson  <wilson@tuliptree.org>
2181
2182         * MAINTAINERS: Update my email address.
2183
2184 2008-03-03  Stan Shebs  <stanshebs@earthlink.net>
2185
2186         * MAINTAINERS (darwin port): Add myself as a maintainer.
2187         (objective-c/c++): Add myself as a maintainer.
2188
2189 2008-03-03  Volker Reichelt  <v.reichelt@netcologne.de>
2190
2191         * MAINTAINERS (Write After Approval): Update my email address.
2192
2193 2008-02-25  Tomas Bily  <tbily@suse.cz>
2194
2195         * MAINTAINERS (Write After Approval): Add myself.
2196
2197 2008-02-23  Jakub Jelinek  <jakub@redhat.com>
2198
2199         * MAINTAINERS (OpenMP): Add myself.
2200
2201 2008-02-20  Paolo Bonzini  <bonzini@gnu.org>
2202
2203         PR bootstrap/32009
2204         PR bootstrap/32161
2205
2206         * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Compute here.
2207         * configure: Regenerate.
2208
2209         * Makefile.def: Define stage_libcflags for all bootstrap stages.
2210         * Makefile.tpl (BOOT_LIBCFLAGS, STAGE2_LIBCFLAGS, STAGE3_LIBCFLAGS,
2211         STAGE4_LIBCFLAGS): New.
2212         (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Subst from autoconf, without
2213         $(SYSROOT_CFLAGS_FOR_TARGET) and $(DEBUG_PREFIX_CFLAGS_FOR_TARGET).
2214         (BASE_TARGET_EXPORTS): Append them here to C{,XX}FLAGS.
2215         (EXTRA_TARGET_FLAGS): Append them here to {LIB,}C{,XX}FLAGS.
2216         (configure-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags
2217         for target modules.  Don't export LIBCFLAGS.
2218         (all-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags; pass
2219         $(BASE_FLAGS_TO_PASS) where [+args+] was passed, and [+args+] after
2220         the overridden CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
2221         (invocations of `all'): Replace $(TARGET_FLAGS_TO_PASS) with
2222         $(EXTRA_TARGET_FLAGS), $(FLAGS_TO_PASS) with $(EXTRA_HOST_FLAGS).
2223         * Makefile.in: Regenerate.
2224
2225 2008-02-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2226
2227         PR libgcj/33085
2228         * libtool.m4 (_LT_COMPILER_PIC) [ mingw, cygwin ] <GCJ>:
2229         Do not use -DDLL_EXPORT.  Backport from upstream.
2230
2231 2008-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2232
2233         * MAINTAINERS (Write After Approval): Add myself.
2234
2235 2008-02-02  Hans-Peter Nilsson  <hp@axis.com>
2236
2237         * configure.ac: Enable fortran for cris-*-elf and crisv32-*-elf.
2238         * configure: Regenerate.
2239
2240 2008-01-31  Marc Gauthier  <marc@tensilica.com>
2241
2242         * configure.ac (xtensa*-*-*): Recognize processor variants.
2243         * configure: Regenerate.
2244
2245 2008-01-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2246
2247         PR bootstrap/34922
2248         * configure.ac (PARSE_ARGS): Push suitable setting of
2249         ac_subdirs_all, for `./configure --help=recursive'.
2250         Handle `+' in generic toplevel directory disabling.
2251         * configure: Regenerate.
2252
2253 2008-01-28  Nick Clifton  <nickc@redhat.com>
2254
2255         * MAINTAINERS (xstormy16): Take over maintainership.
2256
2257 2008-01-25  Joseph Myers  <joseph@codesourcery.com>
2258
2259         * MAINTAINERS (c4x port): Remove.
2260
2261 2008-01-24  David Edelsohn  <edelsohn@gnu.org>
2262
2263         * libtool.m4: Backport AIX 6 support from ToT Libtool.
2264
2265 2008-01-23  Ben Elliston  <bje@au.ibm.com>
2266
2267         * config.sub, config.guess: Update from upstream sources.
2268
2269 2008-01-22  Tobias Grosser  <grosser@fim.uni-passau.de>
2270
2271         * MAINTAINERS (Write After Approval): Add myself.
2272
2273 2008-01-17  H.J. Lu  <hjl.tools@gmail.com>
2274
2275         * MAINTAINERS: Update my email address.
2276
2277 2008-01-09  Raksit Ashok  <raksit@google.com>
2278
2279         * MAINTAINERS (Write After Approval): Add myself.
2280
2281 2008-01-09  Raksit Ashok  <raksit@google.com>
2282
2283         * MAINTAINERS (Write After Approval): Add myself.
2284
2285 2008-01-08  Ben Elliston  <bje@au.ibm.com>
2286
2287         * config.sub, config.guess: Update from upstream sources.
2288
2289 2007-12-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2290
2291         * configure.ac: Change required MPFR from 2.2.0 -> 2.2.1.
2292         Change recommended MPFR from 2.2.1 -> 2.3.0.
2293         * configure: Regenerate.
2294
2295 2007-12-15  Sebastian Pop  <sebastian.pop@amd.com>
2296
2297         * MAINTAINERS: Update my email address.
2298
2299 2007-12-15  Bernhard Fischer  <aldot@gcc.gnu.org>
2300
2301         * MAINTAINERS: Update my email address.
2302
2303 2007-12-13  Richard Sandiford  <rsandifo@nildram.co.uk>
2304
2305         * Makefile.tpl (CFLAGS_FOR_TARGET): Add -g.
2306         (CXXFLAGS_FOR_TARGET): Add -O2 -g.
2307         * Makefile.in: Regenerate.
2308
2309 2007-12-10  Mark Heffernan  <meheff@google.com>
2310
2311         * MAINTAINERS (Write After Approval): Add myself and alphabetize two
2312         misplaced entries.
2313
2314 2007-12-10  Andreas Tobler  <a.tobler@schweiz.org>
2315
2316         * configure.ac: Enable libjava for x86_64-*-darwin9.
2317         * configure: Regenerate.
2318
2319 2007-12-07  Bill Maddox  <maddox@google.com>
2320
2321         * MAINTAINERS (Write After Approval): Add myself.
2322
2323 2007-12-05  Ben Elliston  <bje@au.ibm.com>
2324
2325         * config.sub, config.guess: Update from upstream sources.
2326
2327 2007-12-02  Matthias Klose  <doko@ubuntu.com>
2328
2329         * config-ml.in: Remove 64bit configure tests.
2330
2331 2007-11-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2332
2333         * config-ml.in: Robustify against white space in absolute file
2334         names.
2335
2336         * config-ml.in (multi-clean): Substitute ${Makefile}.
2337         Remove superfluous ${Makefile} in list.
2338
2339 2007-11-19  Thiemo Seufer  <ths@mips.com>
2340
2341         * config-ml.in: Don't hardcode the Makefile name.
2342
2343 2007-11-08  Alexander Monakov  <amonakov@ispras.ru>
2344
2345         * MAINTAINERS (Write After Approval): Add myself.
2346
2347 2007-11-07  Samuel Tardieu  <sam@rfc1149.net>
2348
2349         * MAINTAINERS (Write After Approval): Add myself.
2350
2351 2007-11-06  Doug Kwan  <dougkwan@google.com>
2352
2353         * MAINTAINERS (Write After Approval): Add myself.
2354
2355 2007-10-25  Ben Elliston  <bje@au.ibm.com>
2356
2357         * MAINTAINERS (mercury): Remove entry.
2358         (Write After Approval): Add Fergus Henderson <fjh@cs.mu.oz.au>.
2359
2360 2007-10-23  Daniel Jacobowitz  <dan@codesourcery.com>
2361
2362         * Makefile.def (dependencies): Make configure-gdb depend on
2363         all-intl.
2364         * Makefile.in: Regenerated.
2365
2366 2007-10-22  Steven G. Kargl  <kargl@gcc.gnu.org>
2367
2368         * MAINTAINERS (Fortran maintainer): Remove myself.
2369
2370 2007-10-15  Patrick Mansfield  <patmans@us.ibm.com>
2371
2372         * Makefile.def: To avoid problems running with parallel makes,
2373         build newlib before libgloss so that target specific header
2374         files are availble.
2375         * Makefile.in: Regenerate
2376
2377 2007-10-11  Daniel Jacobowitz  <dan@codesourcery.com>
2378
2379         * Makefile.def (dependencies): Add all-gdb -> all-libdecnumber.
2380         * Makefile.in: Regenerate.
2381
2382 2007-10-09  Vladimir Makarov  <vmakarov@redhat.com>
2383
2384         * MAINTAINERS (Register allocation reviewer): Add myself.
2385
2386 2007-10-08  Mike Frysinger  <vapier@gentoo.org>
2387
2388         * configure.ac (CFLAGS_FOR_BUILD, CXXFLAGS_FOR_BUILD,
2389         LDFLAGS_FOR_BUILD): Default them to host flags only for $host = $build.
2390         Set default CXXFLAGS_FOR_BUILD to CXXFLAGS, not CFLAGS.  Set default
2391         LDFLAGS_FOR_BUILD to LDFLAGS, not CFLAGS.
2392         * configure: Regenerate.
2393
2394 2006-10-04  Seongbae Park  <seongbae.park@gmail.com>
2395
2396         * MAINTAINERS (Register allocation reviewer): Add myself.
2397
2398 2007-10-01  Paolo Bonzini  <bonzini@gnu.org>
2399
2400         * Makefile.tpl (AR_FOR_BUILD, AS_FOR_BUILD, CXX_FOR_BUILD,
2401         DLLTOOL_FOR_BUILD, GCJ_FOR_BUILD, GFORTRAN_FOR_BUILD,
2402         LDFLAGS_FOR_BUILD, LD_FOR_BUILD, NM_FOR_BUILD, RANLIB_FOR_BUILD,
2403         WINDMC_FOR_BUILD, WINDRES_FOR_BUILD): Use autoconf substitutions.
2404         * configure.ac: Default them to host tools for $host = $build.
2405         Subst them.
2406
2407         * configure: Regenerate.
2408         * Makefile.in: Regenerate.
2409
2410 2006-09-24  Peter Bergner  <bergner@vnet.ibm.com>
2411
2412         * MAINTAINERS (Register allocation reviewer): Add myself.
2413
2414 2006-09-24  Kenneth Zadeck  <zadeck@naturalbridge.com>
2415
2416         * MAINTAINERS (Register allocation reviewer): Add myself.
2417
2418 2007-09-21  Seongbae Park  <seongbae.park@gmail.com>
2419
2420         * MAINTAINERS (Write After Approval): Fix typo.
2421
2422 2007-09-20  Richard Sandiford  <rsandifo@nildram.co.uk>
2423
2424         * configure.ac (mipsisa*-*-elfoabi*): New stanza.
2425         * configure: Regenerate.
2426
2427 2007-09-20  Paul Jarc  <prj-bugzilla-gcc@multivac.cwru.edu>
2428
2429         PR bootstrap/31906
2430         * libtool-ldflags: Don't prefix arguments with -Xcompiler if
2431         they're already prefixed.
2432
2433 2007-09-19  Benjamin Kosnik  <bkoz@redhat.com>
2434
2435         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Move libgomp before
2436         libstdc++.
2437         * Makefile.def: Add libgomp config as a maybe dependency for libstdc++.
2438         * configure: Regenerate.
2439         * Makefile.in: Regenerate.
2440
2441 2007-09-17  Andreas Schwab  <schwab@suse.de>
2442
2443         * configure.ac: Raise minimum makeinfo version to 4.6.
2444         * configure: Regenerate.
2445
2446 2007-09-17  Johannes Singler  <singler@ira.uka.de>
2447
2448         * MAINTAINERS (write-after-approval) add myself
2449
2450 2007-09-15  Alan Modra  <amodra@bigpond.net.au>
2451
2452         * configure.ac: Correct makeinfo version check.
2453         * configure: Regenerate.
2454
2455 2007-09-14  Richard Sandiford  <rsandifo@nildram.co.uk>
2456
2457         * MAINTAINERS: Update my email address.
2458
2459 2007-09-14  Richard Sandiford  <richard@codesourcery.com>
2460
2461         * configure.ac (mips*-sde-elf*): New stanza.  Add target-libiberty
2462         to $skipdirs and only disable gprof for newlib.  Use the normal
2463         mips*-elf* handling in other respects.
2464         * configure: Regnerate.
2465
2466 2007-09-12  David Daney  <ddaney@avtrex.com>
2467
2468         * configure.ac: Remove mips64*-*-linux* noconfigdirs section, thus
2469         enabling libgcj.
2470         * configure: Regenerate.
2471
2472 2007-09-10  Rask Ingemann Lambertsen  <rask@sygehus.dk>
2473
2474         PR other/32154
2475         * configure.ac: For libgloss targets, point the linker to the linker
2476         script, startup code and simulator library.
2477         * configure: Regenerate.
2478
2479 2007-09-07  Andrew Haley  <aph@redhat.com>
2480
2481         * configure.ac (noconfigdirs): Remove target-libffi and
2482         target-libjava.
2483         * configure: Regenerate.
2484
2485 2007-09-06  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
2486
2487         PR target/33281
2488         * configure.ac: Use config/mh-mingw on mingw.
2489         * configure: Regenerate.
2490
2491 2007-09-05  Pat Haugen  <pthaugen@us.ibm.com>
2492
2493         * MAINTAINERS (Write After Approval): Add myself.
2494
2495 2007-09-05  Richard Guenther  <rguenther@suse.de>
2496
2497         * configure.ac (--enable-stage1-checking): If neither --enable-checking
2498         nor --disable-checking is provided also turn on yes and types
2499         checking for stage1.
2500         * configure: Re-generate.
2501
2502 2007-08-30  Krister Walfridsson  <cato@df.lth.se>
2503
2504         * MAINTAINERS (OS Port Maintainers): Add myself as NetBSD maintainer.
2505         (Write After Approval): Remove myself.
2506
2507 2007-08-29  Nick Clifton  <nickc@redhat.com>
2508
2509         * config.sub, config.guess: Update from upstream sources.
2510
2511 2007-08-22  Bud Davis  <jmdavis@link.com>
2512
2513         * MAINTAINERS (Write After Approval): Added myself.
2514         * MAINTAINERS (Reviewers): Removed myself.
2515
2516 2007-08-18  Paul Brook  <paul@codesourcery.com>
2517             Joseph Myers  <joseph@codesourcery.com>
2518
2519         * Makefile.tpl (DEBUG_PREFIX_CFLAGS_FOR_TARGET): New.
2520         (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Include it.
2521         * Makefile.in: Regenerate.
2522         * configure.ac (--with-debug-prefix-map): New.
2523         * configure: Regenerate.
2524
2525 2007-08-17  Richard Sandiford  <richard@codesourcery.com>
2526             Nigel Stephens  <nigel@mips.com>
2527
2528         * configure.ac (mips*-sde-elf*): New stanza.  Use config/mt-sde
2529         as target_makefile_frag.
2530         * configure: Regenerate.
2531
2532 2007-08-16  Alexandre Oliva  <aoliva@redhat.com>
2533
2534         * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
2535         Add to flags_to_pass.  Adjust uses of BOOT_CFLAGS.
2536         (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
2537         * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
2538         (do-compare, do-compare3, do-compare-debug): New.
2539         ([+compare-target+]): Use them.
2540
2541 2007-08-14  Maxim Kuvyrkov  <maxim@codesourcery.com>
2542
2543         * MAINTAINERS (Write After Approval): Change my email address.
2544
2545 2007-08-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2546             Ben Elliston  <bje@au.ibm.com>
2547
2548         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Pass
2549         --silent if $silent.
2550         * configure: Regenerate.
2551
2552 2003-08-12  Zdenek Dvorak  <ook@ucw.cz>
2553
2554         * MAINTAINERS (Various Maintainers): Add myself as
2555         loop infrastructure maintainer.  Update my e-mail
2556         address.
2557
2558 2007-07-31  Diego Novillo  <dnovillo@google.com>
2559
2560         * MAINTAINERS (Reviewers): Rename from Non-Autopoiesis.
2561         Adjust description.
2562
2563 2007-07-26  Richard Guenther  <rguenther@suse.de>
2564
2565         * configure.ac: Add types checking to stage1 checking flags.
2566         * configure: Regenerate.
2567
2568 2007-07-17  Nick Clifton  <nickc@redhat.com>
2569
2570         * COPYING3: New file.  Contains version 3 of the GNU General
2571         Public License.
2572         * COPYING3.LIB: New file.  Contains version 3 of the GNU
2573         Lesser General Public License.
2574
2575 2007-07-16  Andreas Krebbel  <krebbel1@de.ibm.com>
2576
2577         * MAINTAINERS (S/390 port maintainer): Remove my co-maintainer tag.
2578
2579 2007-07-16  Andreas Krebbel  <krebbel1@de.ibm.com>
2580
2581         * MAINTAINERS (S/390 co-maintainer): Add myself.
2582         (Write After Approval): Remove myself.
2583
2584 2007-07-13  Dan Hipschman  <dsh@google.com>
2585
2586         * MAINTAINERS (Write After Approval): Add myself.
2587
2588 2007-07-11  Nick Clifton  <nickc@redhat.com>
2589
2590         * Makefile.tpl (BUILD_EXPORTS): Escape the newline at the end of the
2591         WINDRES export.
2592         * Makefile.in: Regenerate.
2593
2594 2007-07-05  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
2595
2596         * MAINTAINERS (OS Port Maintainers): Add myself as IRIX, Tru64 UNIX
2597         maintainer.
2598
2599 2007-07-05  H.J. Lu  <hongjiu.lu@intel.com>
2600
2601         * lt~obsolete.m4: New. Import from 20070318 libtool.
2602
2603 2007-07-03  Julian Brown  <julian@codesourcery.com>
2604
2605         * MAINTAINERS (Write After Approval): Add myself.
2606
2607 2007-07-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2608
2609         * configure.ac: Rewrite 'configure --help' strings to look nicer.
2610         * configure: Regenerate.
2611
2612 2007-07-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2613
2614         * configure.ac: Add some missing m4 quotation.
2615         * configure: Regenerate.
2616
2617 2007-07-02  Simon Baldwin  <simonb@google.com>
2618
2619         * MAINTAINERS (Write After Approval): Add myself.
2620
2621 2007-07-02  Paolo Bonzini  <bonzini@gnu.org>
2622
2623         * configure: Regenerate.
2624
2625 2007-07-02  Kai Tietz   <kai.tietz@onevision.com>
2626
2627         * Makefile.def: Add windmc tool to build.
2628         * Makefile.tpl: Likewise.
2629         * configure.ac: Likewise.
2630         * Makefile.in: Regenerate.
2631         * configure: Regenerate.
2632
2633 2007-06-28  DJ Delorie  <dj@redhat.com>
2634
2635         * configure.ac (arm*-*-linux-gnueabi): Don't build libgloss if we're
2636         not building newlib.
2637         * configure: Regenerated.
2638
2639 2007-06-28  Jan Sjodin  <jan.sjodin@amd.com>
2640
2641         * MAINTAINERS (Write After Approval): Add myself.
2642
2643 2007-06-25  Martin Michlmayr  <tbm@cyrius.com>
2644
2645         * MAINTAINERS (Write After Approval): Add myself.
2646
2647 2007-06-19  Chris Matthews  <chrismatthews@google.com>
2648
2649         * MAINTAINERS (Write After Approval): Add myself.
2650
2651 2007-06-19  Rask Ingemann Lambertsen  <rask@sygehus.dk>
2652
2653         * MAINTAINERS (Write After Approval): Add myself.
2654
2655 2007-06-18  Daniel Jacobowitz  <dan@codesourcery.com>
2656
2657         * Makefile.def: Add dependency from configure-gdb to all-bfd.
2658         * Makefile.in: Regenerated.
2659
2660 2007-06-14  Bernd Schmidt  <bernd.schmidt@analog.com>
2661
2662         * configure.ac: Don't add target-libmudflap to noconfigdirs for
2663         bfin*-*-uclinux* targets.
2664         * configure: Regenerate.
2665
2666 2007-06-14  Ian Lance Taylor  <iant@google.com>
2667
2668         * MAINTAINERS: Add myself as non-algorithmic global write
2669         maintainer.
2670
2671 2007-06-14  Diego Novillo  <dnovillo@google.com>
2672
2673         * MAINTAINERS: Add self as middle-end maintainer and
2674         non-algorithmic global write maintainer.
2675
2676 2007-06-14  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
2677
2678         * MAINTAINERS: Change spelling from "fortran 95" to "Fortran".
2679         Move all Fortran maintainers except Paul Brook into the
2680         Non-Autopoiesis section.
2681
2682 2007-06-14  Paolo Bonzini  <bonzini@gnu.org>
2683
2684         * Makefile.tpl (cleanstrap): Don't delete the toplevel Makefile.
2685         (distclean-stage[+id+]): Possibly delete stage_last.
2686         * Makefile.in: Regenerate.
2687
2688 2007-06-12  Seongbae Park  <seongbae.park@gmail.com>
2689
2690         * MAINTAINERS (Various Maintainer): Fix typo.
2691
2692 2007-06-11  Paolo Bonzini  <bonzini@gnu.org>
2693
2694         * MAINTAINERS (Various Maintainer): Add myself as
2695         dataflow maintainer.
2696
2697 2007-06-07  Ben Elliston  <bje@au.ibm.com>
2698
2699         * config.sub, config.guess: Update from upstream sources.
2700
2701 2007-06-07  Ben Elliston  <bje@au.ibm.com>
2702
2703         * Makefile.tpl: Fix spelling error.
2704         * Makefile.in: Regenerate.
2705
2706 2007-06-01  Steve Ellcey  <sje@cup.hp.com>
2707
2708         * libtool.m4 (LT_CMD_MAX_LEN): Try using getconf to set
2709         lt_cv_sys_max_cmd_len.
2710
2711 2007-05-31  Dorit Nuzman   <dorit@il.ibm.com>
2712
2713         * MAINTAINERS (Various Maintainers): Add myself as
2714         auto-vectorizer maintainer.
2715
2716 2003-05-31  Paolo Bonzini  <bonzini@gnu.org>
2717
2718         PR libjava/32098
2719         * libtool.m4: Revert previous change.
2720         * ltgcc.m4: Put it here.
2721
2722 2003-05-30  Zdenek Dvorak  <dvorakz@suse.cz>
2723
2724         * MAINTAINERS (Various Maintainers): Add myself as
2725         auto-vectorizer maintainer.
2726
2727 2007-05-30  H.J. Lu  <hongjiu.lu@intel.com>
2728
2729         PR libjava/32098
2730         * libtool.m4 (_LT_LANG_GCJ_CONFIG): Use gcc to test gcj features.
2731
2732 2007-05-30  Richard Guenther  <rguenther@suse.de>
2733
2734         * MAINTAINERS (Various Maintainers): Add myself as
2735         auto-vectorizer maintainer.
2736
2737 2007-05-30  Jakub Jelinek  <jakub@redhat.com>
2738
2739         PR bootstrap/29382
2740         * configure.ac: Don't use -fkeep-inline-functions for GCC < 3.3.1.
2741         * configure: Rebuilt.
2742
2743 2007-05-28  Roberto Costa  <robsettantasei@gmail.com>
2744
2745         * MAINTAINERS (Write After Approval): Removed my name.
2746
2747 2007-05-25  Steven Bosscher  <steven@gcc.gnu.org>
2748
2749         * MAINTAINERS (Write After Approval): Remove myself.
2750
2751 2007-05-25  Andreas Tobler  <a.tobler@schweiz.org>
2752
2753         * ltmain.sh: Fix Darwin verstring, remove ${wl}.
2754
2755 2007-05-23  Steve Ellcey  <sje@cup.hp.com>
2756
2757         * ltmain.sh: Update from ToT Libtool.
2758         * libtool.m4: Update from ToT Libtool.
2759         * ltsugar.m4: New. Update from ToT Libtool.
2760         * ltversion.m4: New. Update from ToT Libtool.
2761         * ltoptions.m4: New. Update from ToT Libtool.
2762         * ltconfig: Remove.
2763         * ltcf-c.sh: Remove.
2764         * ltcf-cxx.sh: Remove.
2765         * ltcf-gcj.sh: Remove.
2766
2767 2007-05-22  Ollie Wild  <aaw@google.com>
2768
2769         * MAINTAINERS (Write After Approval): Add myself.
2770
2771 2007-05-16  Paolo Bonzini  <bonzini@gnu.org>
2772
2773         * Makefile.def (bootstrap_stage): Replace stage_make_flags with
2774         stage_cflags.
2775         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS, POSTSTAGE1_FLAGS_TO_PASS):
2776         Remove CFLAGS/LIBCFLAGS.
2777         (configure-stage[+id+]-[+prefix+][+module+],
2778         all-stage[+id+]-[+prefix+][+module+]): Pass it from [+stage_cflags+].
2779         * Makefile.in: Regenerate.
2780
2781 2007-05-15  Diego Novillo  <dnovillo@google.com>
2782
2783         * MAINTAINERS: Update e-mail address.
2784
2785 2007-05-15  Revital Eres  <eres@il.ibm.com>
2786
2787         * MAINTAINERS (Write After Approval): Add myself.
2788
2789 2007-05-14  Roberto Costa  <robsettantasei@gmail.com>
2790
2791         * MAINTAINERS (Write After Approval): Updated my address.
2792
2793 2007-05-14  Thomas Neumann  <tneumann@users.sourceforge.net>
2794
2795         * MAINTAINERS (Write After Approval): Add myself.
2796
2797 2007-05-11  Silvius Rus  <rus@google.com>
2798
2799         * MAINTAINERS (Write After Approval): Add myself.
2800
2801 2007-04-23  Tom Tromey  <tromey@redhat.com>
2802
2803         * MAINTAINERS: Added myself as non-algorithmic libcpp maintainer.
2804
2805 2007-04-22  Mark Mitchell  <mark@codesourcery.com>
2806
2807         * MAINTAINERS (cpplib): Rename to ...
2808         (libcpp): ... this.  Add C/C++ front end maintainers.
2809
2810 2007-04-14  Steve Ellcey  <sje@cup.hp.com>
2811
2812         * config-ml.in: Pass ${ml_config_env} to configure calls.
2813
2814 2007-04-04  Christian Bruel  <christian.bruel@st.com>
2815
2816         * MAINTAINERS (Write After Approval): Add myself.
2817
2818 2007-04-02  Dave Korn  <dave.korn@artimi.com>
2819
2820         * MAINTAINERS (Write After Approval): Add myself.
2821
2822 2007-03-31  Tobias Burnus  <burnus@net-b.de>
2823
2824         * MAINTAINERS (fortran 95 front end): Add myself.
2825
2826 2007-03-28  Dwarakanath Rajagopal  <dwarak.rajagopal@amd.com>
2827
2828         * MAINTAINERS (Write After Approval): Add myself.
2829
2830 2007-03-24  Ayal Zaks  <zaks@il.ibm.com>
2831
2832         * MAINTAINERS (Modulo Scheduler): Add myself.
2833
2834 2007-03-23  Brooks Moses  <brooks.moses@codesourcery.com>
2835
2836         * MAINTAINERS (fortran 95 front end): Add myself.
2837         (c++ front end): whitespace fix.
2838
2839 2007-03-22  Nathan Froyd  <froydnj@codesourcery.com>
2840
2841         * MAINTAINERS (Write After Approval): Add myself.
2842
2843 2007-03-21  Richard Sandiford  <richard@codesourcery.com>
2844
2845         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix m4 quoting
2846         of glob.  Quote arguments with single quotes too.
2847         * configure: Regenerate.
2848
2849 2007-03-12  Brooks Moses  <brooks.moses@codesourcery.com>
2850
2851         * Makefile.def (fixincludes): Remove unneeded "missing" lines.
2852         * Makefile.in: Regenerate
2853
2854 2007-03-07  Andreas Schwab  <schwab@suse.de>
2855
2856         * configure: Regenerate.
2857
2858 2007-03-01  Brooks Moses  <brooks.moses@codesourcery.com>
2859
2860         * configure.ac: Add "--with-pdfdir" configure option,
2861         which defines pdfdir variable.
2862         * Makefile.def (target=fixincludes): Add install-pdf to
2863         missing targets.
2864         (recursive_targets): Add install-pdf target.
2865         (flags_to_pass): Add pdfdir.
2866         * Makefile.tpl: Add pdfdir handling, add do-install-pdf
2867         target.
2868         * configure: Regenerate
2869         * Makefile.in: Regenerate
2870
2871 2007-02-28  Eric Christopher  <echristo@apple.com>
2872
2873         Revert:
2874         2006-12-07  Mike Stump  <mrs@apple.com>
2875
2876         * Makefile.def (dependencies): Add dependency for
2877         install-target-libssp and install-target-libgomp on
2878         install-gcc.
2879         * Makefile.in: Regenerate.
2880
2881 2007-02-27  Matt Kraai  <kraai@ftbfs.org>
2882
2883         * configure: Regenerate.
2884         * configure.ac: Move statements after variable declarations.
2885
2886 2007-02-19  Kaz Kojima  <kkojima@gcc.gnu.org>
2887
2888         * MAINTAINERS: Add myself as sh maintainer.
2889
2890 2007-02-19  Joseph Myers  <joseph@codesourcery.com>
2891
2892         * configure.ac: Adjust for loop syntax.
2893         * configure: Regenerate.
2894
2895 2007-02-18  Alexandre Oliva  <aoliva@redhat.com>
2896
2897         * configure: Rebuilt.
2898
2899 2007-02-18  Alexandre Oliva  <aoliva@redhat.com>
2900
2901         * configure.ac: Drop multiple occurrences of --enable-languages,
2902         and fix its quoting.
2903         * configure: Rebuilt.
2904
2905 2007-02-17  Mark Mitchell  <mark@codesourcery.com>
2906             Nathan Sidwell  <nathan@codesourcery.com>
2907             Vladimir Prus  <vladimir@codesourcery.com>
2908             Joseph Myers  <joseph@codesourcery.com>
2909
2910         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix quoting.
2911         * configure: Regenerate.
2912
2913 2007-02-14  Gerald Pfeifer  <gerald@pfeifer.com>
2914
2915         * ltconfig (freebsd*): Default to elf.
2916
2917 2007-02-13  Daniel Jacobowitz  <dan@codesourcery.com>
2918
2919         * configure.ac (target_libraries): Move libgcc before libiberty.
2920         * configure: Regenerated.
2921
2922 2007-02-13  Daniel Jacobowitz  <dan@codesourcery.com>
2923             Paolo Bonzini  <bonzini@gnu.org>
2924
2925         PR bootstrap/30753
2926         * configure.ac: Remove obsolete build / host tests.  Use AC_PROG_CC
2927         unconditionally.  Use AC_PROG_CXX.  Use ACX_TOOL_DIRS to find $prefix.
2928         * configure: Regenerated.
2929
2930 2007-02-11  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
2931
2932         * MAINTAINERS (Language Front End Maintainers): Update my mail
2933         address.
2934
2935 2007-02-09  Daniel Jacobowitz  <dan@codesourcery.com>
2936
2937         PR bootstrap/30748
2938         * configure.ac: Correct syntax for Solaris ksh.
2939         * configure: Regenerated.
2940
2941 2007-02-09  Paolo Bonzini  <bonzini@gnu.org>
2942
2943         * configure.ac: Sync with src.
2944         * configure: Regenerate.
2945
2946 2007-02-09  Paolo Bonzini  <bonzini@gnu.org>
2947
2948         * Makefile.in: Regenerate.
2949
2950 2007-02-09  Paolo Bonzini  <bonzini@gnu.org>
2951
2952         * config.sub: Sync with src.
2953
2954 2007-02-09  Daniel Jacobowitz  <dan@codesourcery.com>
2955
2956         * Makefile.tpl (build_alias, host_alias, target_alias): Use
2957         noncanonical equivalents.
2958         * configure.in: Rename to...
2959         * configure.ac: ...this.  Update AC_PREREQ.  Prevent error for
2960         AS_FOR_TARGET.  Set build_noncanonical, host_noncanonical, and
2961         target_noncanonical.  Use them.  Rewrite removal of configure
2962         arguments for autoconf 2.59.  Discard variable settings.  Force
2963         program_transform_name for native tools.
2964
2965         * Makefile.in: Regenerated.
2966         * configure: Regenerated with autoconf 2.59.
2967
2968 2007-02-07  Roman Zippel  <zippel@linux-m68k.org>
2969
2970         * MAINTAINERS (Write After Approval): Add myself.
2971
2972 2007-01-31  Andreas Schwab  <schwab@suse.de>
2973
2974         * Makefile.tpl (LDFLAGS): Substitute it.
2975         * Makefile.in: Regenerate.
2976
2977 2007-01-30  Andrey Belevantsev  <abel@ispras.ru>
2978
2979         * MAINTAINERS (Write After Approval): Add myself.
2980
2981 2007-01-28  David Edelsohn  <edelsohn@gnu.org>
2982
2983         * MAINTAINERS (spu port): Add myself.
2984
2985 2007-01-23  Richard Guenther  <rguenther@suse.de>
2986
2987         PR bootstrap/30541
2988         * Makefile.def (flags_to_pass): Add GNATBIND and GNATMAKE.
2989         * Makefile.tpl (GNATBIND): Substitute it.
2990         (GNATMAKE): Likewise.
2991         (POSTSTAGE1_FLAGS_TO_PASS): Pass staged GNATBIND instead
2992         of STAGE_PREFIX.
2993         * Makefile.in: Regenerate.
2994         * configure: Regenerate.
2995
2996 2007-01-18  Mike Stump  <mrs@apple.com>
2997
2998         * configure.in: Re-enable -Werror for gcc builds.
2999
3000 2007-01-11  Harsha Jagasia  <harsha.jagasia@amd.com>
3001
3002         * MAINTAINERS (Write After Approval): Add myself.
3003
3004 2007-01-11  Paolo Bonzini  <bonzini@gnu.org>
3005
3006         * configure.in: Change == to = in test command.
3007         * configure: Regenerate.
3008
3009 2007-01-11  Paolo Bonzini  <bonzini@gnu.org>
3010             Nick Clifton  <nickc@redhat.com>
3011             Kaveh R. Ghazi  <ghazi@caip.rutgets.edu>
3012
3013         * configure.in (build_configargs, host_configargs, target_configargs):
3014         Remove build/host/target parameters.
3015         (host_libs): Add gmp and mpfr.
3016         (GMP tests): Reorganize to allow in-tree GMP/MPFR.
3017         * Makefile.def (gmp, mpfr): New.
3018         (gcc): Remove target.
3019         * Makefile.tpl (build_os, build_vendor, host_os, host_vendor,
3020         target_os, target_vendor): New.
3021         (configure): Add host_alias/target_alias arguments; adjust invocations.
3022         * configure: Regenerate.
3023         * Makefile.in: Regenerate.
3024
3025 2007-01-11  Matt Fago  <fago@earthlink.net>
3026
3027         * configure.in: Try to link to functions only in mpfr 2.2.x
3028         to improve robustness of configure tests.
3029         * configure: Regenerate.
3030
3031 2007-01-09  Uros Bizjak  <ubizjak@gmail.com>
3032
3033         * MAINTAINERS: Add myself as i386 maintainer.
3034
3035 2007-01-08  Jan Hubicka  <jh@suse.cz>
3036
3037         * MAINTAINERS: Add myself as i386 maintainer.
3038
3039 2007-01-08  Kai Tietz   <kai.tietz@onevision.com>
3040
3041         * configure.in: Add support for an x86_64-mingw* target.
3042         * configure: Regenerate.
3043
3044 2007-01-05  Daniel Jacobowitz  <dan@codesourcery.com>
3045
3046         * Makefile.tpl (all-target): Correct @if conditional for target
3047         modules.
3048         * configure.in: Omit libiberty if building only target libgcc.
3049         * configure, Makefile.in: Regenerated.
3050
3051 2007-01-04  Paolo Bonzini  <bonzini@gnu.org>
3052
3053         * configure.in: Use DEV-PHASE to detect default for --enable-werror.
3054         * configure: Regenerate.
3055
3056 2007-01-03  Daniel Jacobowitz  <dan@codesourcery.com>
3057
3058         * Makefile.def (target_modules): Add libgcc.
3059         (lang_env_dependencies): Remove default items.  Use no_c and no_gcc.
3060         * Makefile.tpl (clean-target-libgcc): Delete.
3061         (configure-target-[+module+]): Emit --disable-bootstrap dependencies
3062         on gcc even for bootstrapped modules.  Rewrite handling of
3063         lang_env_dependencies to loop over target_modules.
3064         * configure.in (target_libraries): Add target-libgcc.
3065         * Makefile.in, configure: Regenerated.
3066
3067 2006-12-29  Paolo Bonzini  <bonzini@gnu.org>
3068
3069         * configure.in: Reorganize recognition of languages.  Add
3070         --enable-stage1-languages.  Show supported languages for the chosen
3071         target rather than all recognized languages.
3072         * configure: Regenerate.
3073
3074 2006-12-29  Paolo Bonzini  <bonzini@gnu.org>
3075
3076         * Makefile.tpl (GCC_STRAP_TARGETS, all-prebootstrap): Remove.
3077         * Makefile.in: Regenerate.
3078
3079 2006-12-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3080
3081         * configure.in: Warn that MPFR 2.2.0 is buggy.
3082         * configure: Regenerate.
3083
3084 2006-12-27  Ian Lance Taylor  <iant@google.com>
3085
3086         * configure.in: When removing Makefiles to force a reconfigure, also
3087         remove prev-DIR*/Makefile.
3088         * configure: Regenerate.
3089
3090 2006-12-22  Andreas Schwab  <schwab@suse.de>
3091
3092         * configure: Regenerate with correct autoconf version.
3093
3094 2006-12-20  Adam Megacz  <megacz@cs.berkeley.edu>
3095
3096         * configure.in: add AC_SUBST for *_FOR_TARGET.
3097         * configure: Regenerate.
3098
3099 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
3100
3101         * configure.in: Simplify logic for rejecting languages that cannot
3102         be built.  Separate the case when a language is unsupported,
3103         from the case when the user chooses not to build a language.
3104
3105 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
3106
3107         * configure.in: Remove "$build" case for powerpc-*-darwin* since
3108         it only affects bootstrap and could be tested on "$host" as well.
3109         * configure: Regenerate.
3110         * config/mh-ppc-darwin: Add to the stage1 cflags here.
3111
3112 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
3113
3114         PR bootstrap/29544
3115         * Makefile.def (flags_to_pass): Add STAGE1_CHECKING.
3116         (bootstrap_stage): Add STAGE1_CHECKING to stage1 configure flags,
3117         move here comment from Makefile.tpl.
3118         * Makefile.tpl: Move some definitions higher in the file.
3119         (STAGE1_CHECKING): New.
3120         * configure.in: Add --enable-stage1-checking.
3121         * configure: Regenerate.
3122         * Makefile.in: Regenerate.
3123
3124 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
3125
3126         * MAINTAINERS: Add myself as build system maintainer.
3127
3128 2006-12-15  Simon Martin  <simartin@users.sourceforge.net>
3129
3130         * MAINTAINERS (Write After Approval): Add myself.
3131
3132 2006-12-13  Eric Christopher  <echristo@apple.com>
3133
3134         * MAINTAINERS: Add myself as darwin maintainer.
3135
3136 2006-12-11  Ian Lance Taylor  <ian@airs.com>
3137
3138         * MAINTAINERS: Add myself as libgcc and fp-bit maintainer.
3139
3140 2006-12-11  Joern Rennecke  <joern.rennecke@arc.com>
3141
3142         MAINTAINERS: Update my entry.
3143
3144 2006-12-11  Alan Modra  <amodra@bigpond.net.au>
3145
3146         * configure.in:  Handle spu makefile frag.
3147         * Makefile.tpl (MAINT): Define
3148         (MAINTAINER_MODE_FALSE, MAINTAINER_MODE_TRUE): Define.
3149         * configure: Regenerate.
3150         * Makefile.in: Regenerate.
3151
3152 2006-12-11  Ben Elliston  <bje@au.ibm.com>
3153
3154         * config.guess: Import latest version.
3155         * config.sub: Likewise.
3156
3157 2006-12-11  Ben Elliston  <bje@au.ibm.com>
3158
3159         * configure.in (spu-*-*): Don't skip target-libiberty.
3160         * configure: Regenerate.
3161
3162 2006-12-10  Andreas Tobler  <a.tobler@schweiz.org>
3163
3164         PR bootstrap/30134
3165         * configure.in: Correct x86 darwin support for libjava to powerpc
3166         and i?86 only.
3167         * configure: Regenerate.
3168
3169 2006-12-08  Sandro Tolaini  <tolaini@libero.it>
3170
3171         * configure.in: Add x86 darwin support for libjava.
3172         * configure: Regenerate.
3173
3174 2006-12-07  Mike Stump  <mrs@apple.com>
3175
3176         * Makefile.def (dependencies): Add dependency for
3177         install-target-libssp and install-target-libgomp on
3178         install-gcc.
3179         * Makefile.in: Regenerate.
3180
3181 2006-12-04  Richard Guenther  <rguenther@suse.de>
3182
3183         * MAINTAINERS (Non-Algorithmic Maintainers): New section.
3184         (Non-Algorithmic Maintainers): Move over non-algorithmic
3185         loop optimizer maintainers, add myself as a non-algorithmic
3186         middle-end maintainer.
3187
3188 2006-12-04  Daniel Franke  <franke.daniel@gmail.com>
3189
3190         * MAINTAINERS (Write After Approval): Add myself.
3191
3192 2006-12-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3193
3194         * configure.in: Update error message for missing GMP/MPFR.
3195
3196         * configure: Regenerate.
3197
3198 2006-12-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3199
3200         * configure.in: Update MPFR version in error message.
3201
3202         * configure: Regenerate.
3203
3204 2006-11-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3205
3206         * configure.in (--with-mpfr-dir, --with-gmp-dir): Remove flags.
3207         (--with-mpfr-include, --with-mpfr-lib, --with-gmp-include,
3208         --with-gmp-lib): New flags.
3209
3210         * configure: Regenerate.
3211
3212 2006-11-25  Brooks Moses  <brooks.moses@codesourcery.com>
3213
3214         * MAINTAINERS (Write After Approval): Change my email address.
3215
3216 2006-11-23  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
3217
3218         * MAINTAINERS (Write After Approval): Add myself.
3219
3220 2006-11-22  Philipp Thomas  <pth@suse.de>
3221
3222         * MAINTAINERS (i18n): Update e-mail address.
3223
3224 2006-11-21  Trevor Smigiel  <trevor_smigiel@playstation.sony.com>
3225
3226         * MAINTAINERS (spu port): Add myself as maintainer.
3227         (Write After Approval): Remove myself.
3228
3229 2006-11-22  Ben Elliston  <bje@au.ibm.com>
3230
3231         * configure.in (skipdirs): Don't build libssp for SPU.
3232         * configure: Regenerate.
3233
3234 2006-11-21  Andrew Pinski  <andrew_pinski@playstation.sony.com>
3235
3236         * MAINTAINERS (spu port): Add myself as maintainer.
3237         (libobjc): Update my email address.
3238
3239 2006-11-21  Andrea Bona  <andrea.bona@st.com>
3240
3241         * MAINTAINERS (Write After Approval): Add myself.
3242
3243 2006-11-20  Trevor Smigiel  <trevor_smigiel@playstation.sony.com>
3244
3245         * configure.in (skipdirs) : Don't build target-libiberty for SPU.
3246         * configure : Rebuilt.
3247
3248 2006-11-20  Trevor Smigiel  <trevor_smigiel@playstation.sony.com>
3249
3250         * MAINTAINERS (Write After Approval): Add myself.
3251
3252 2006-11-20  Andrea Ornstein  <andrea.ornstein@st.com>
3253
3254         * MAINTAINERS (Write After Approval): Add myself.
3255
3256 2006-11-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3257
3258         * configure.in (--with-mpfr-dir): Also look in .libs and _libs for
3259         libmpfr.a.
3260         * configure: Regenerate.
3261
3262 2006-11-16  Paolo Bonzini  <bonzini@gnu.org>
3263
3264         * Makefile.tpl (clean-target-libgcc): Test for gcc Makefile presence.
3265         (unstage): Test for stage_last presence.
3266
3267         PR bootstrap/29802
3268         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Add HOST_SUBDIR in
3269         STAGE_PREFIX.
3270         * Makefile.in: Regenerate.
3271
3272 2003-11-16  Zdenek Dvorak  <dvorakz@suse.cz>
3273
3274         * MAINTAINERS: Add myself and Daniel Berlin as loop optimizer
3275         maintainers.
3276
3277 2006-11-14  Erven Rohou  <erven.rohou@st.com>
3278
3279         * MAINTAINERS (Write After Approval): Add myself.
3280
3281 2006-11-14  Paolo Bonzini  <bonzini@gnu.org>
3282
3283         * Makefile.tpl (clean-stage*): Test separately for package/Makefile
3284         and stageN-package/Makefile.
3285         * Makefile.in: Regenerated.
3286
3287 2006-11-14  Jie Zhang  <jie.zhang@analog.com>
3288
3289         * configure.in: Remove target-libgloss from noconfigdirs for
3290         bfin-*-*.
3291         * configure: Regenerated.
3292
3293 2006-11-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3294
3295         * configure.in (have_gmp): Only error if the gcc directory exists.
3296
3297         * configure: Regenerate.
3298
3299 2006-11-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3300
3301         * configure.in: Robustify error message for missing GMP/MPFR.
3302
3303         * configure: Regenerate.
3304
3305 2006-10-31  Stephen M. Webb  <stephen.webb@bregmasoft.com>
3306
3307         * MAINTAINERS (Write After Approval): Add myself.
3308
3309 2006-10-30  Uros Bizjak  <ubizjak@gmail.com>
3310
3311         * MAINTAINERS: Change email address.
3312
3313 2006-10-30  Vladimir Prus  <vladimir@codesourcery.com>
3314
3315         * MAINTAINERS (Write After Approval): Add myself.
3316
3317 2006-10-26  Peter Bergner  <bergner@vnet.ibm.com>
3318
3319         * MAINTAINERS (Write After Approval): Add myself.
3320
3321 2006-10-25  Chen Liqin  <liqin@sunnorth.com.cn>
3322
3323         * MAINTAINERS (Write After Approval): Move myself to
3324         Write After Approval section.
3325
3326 2006-10-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3327
3328         * configure.in: Require GMP-4.1+ and MPFR-2.2+.  Don't check
3329         need_gmp anymore.
3330         * configure: Regenerate.
3331
3332 2006-10-16  Tobias Burnus  <burnus@net-b.de>
3333
3334         * MAINTAINERS (Write After Approval): Add myself.
3335
3336 2006-10-16  Ben Elliston  <bje@au.ibm.com>
3337
3338         * config.guess: Import latest version.
3339         * config.sub: Likewise.
3340
3341 2006-10-10  Brooks Moses  <bmoses@stanford.edu>
3342
3343         * Makefile.def: Added pdf target handling.
3344         * Makefile.tpl: Added pdf target handling.
3345         * Makefile.in: Regenerated.
3346
3347 2006-10-10  Chen Liqin  <liqin@sunnorth.com.cn>
3348
3349         * MAINTAINERS: Add self as score port maintainer.
3350
3351 2006-10-04  Brooks Moses  <bmoses@stanford.edu>
3352
3353         * MAINTAINERS (Write After Approval): Add myself.
3354
3355 2006-09-27  Steven G. Kargl  <kargl@gcc.gnu.org>
3356
3357         * configure.in: Check for GMP 4.1 or newer.  Check for MPFR 2.2.0
3358         or newer.
3359         * configure: Regenerated.
3360
3361 2006-09-27  Dave Brolley  <brolley@redhat.com>
3362
3363         * configure.in (RUNTEST): Look for 'runtest' in the source tree by
3364         using $s instead of $r.
3365         * configure: Regenerated.
3366
3367 2006-09-26  Thiemo Seufer  <ths@mips.com>
3368
3369         * configure.in: Remove redundant handling of mips*-dec-bsd*. Likewise
3370         for mipstx39-*-*. Disable libgloss for mips64*-*-linux*.
3371         * configure: Regenerate.
3372
3373 2006-09-24  Graeme Peterson  <gridly@gmail.com>
3374
3375         * MAINTAINERS (Write After Approval): Remove myself.
3376
3377 2006-09-22  Chao-ying Fu  <fu@mips.com>
3378
3379         * MAINTAINERS (Write After Approval): Add myself.
3380
3381 2006-09-10  Joseph S. Myers  <joseph@codesourcery.com>
3382
3383         * MAINTAINERS: Add self as soft-fp maintainer.
3384
3385 2006-09-09  Anatoly Sokolov  <aesok@post.ru>
3386
3387         * MAINTAINERS: Add myself as avr maintainer.
3388         Remove Marek Michalkiewicz as avr maintainer.
3389
3390 2006-09-07  Roberto Costa  <roberto.costa@st.com>
3391
3392         * MAINTAINERS (Write After Approval): Add myself.
3393
3394 2006-08-30  Corinna Vinschen  <corinna@vinschen.de>
3395
3396         * configure.in: Never build newlib for a Mingw host.
3397         Never build newlib as Mingw target library.
3398         Test the existence of winsup/cygwin for building a Cygwin newlib,
3399         rather than just winsup.
3400         Add winsup/mingw and winsup/w32api paths to FLAGS_FOR_TARGET if
3401         building a Mingw target.
3402         * configure: Regenerate.
3403
3404 2006-08-08  Eric Botcazou  <ebotcazou@libertysurf.fr>
3405
3406         * MAINTAINERS (Various Maintainers): Add self as RTL opt. maintainer.
3407
3408 2006-07-25  Paolo Bonzini  <bonzini@gnu.org>
3409
3410         * config.guess: Import from src (was more updated).
3411         * config.sub: Likewise.
3412
3413 2006-07-22  Daniel Jacobowitz  <dan@codesourcery.com>
3414
3415         * configure.in: Allow mingw32 and cygwin targets to build cross-gdb.
3416         * configure: Regenerated.
3417
3418 2006-07-18  Paolo Bonzini  <bonzini@gnu.org>
3419
3420         * Makefile.tpl (configure-stageN-MODULE): Pass --with-build-libsubdir
3421         for stages after the first.
3422
3423 2006-07-17  Jakub Jelinek  <jakub@redhat.com>
3424
3425         * Makefile.def: Add dependencies for configure-opcodes
3426         on configure-intl and all-opcodes on all-intl.
3427         * Makefile.in: Regenerated.
3428
3429 2006-07-13  Ben Elliston  <bje@au.ibm.com>
3430
3431         * MAINTAINERS (Various Maintainers): Add myself as dfp maintainer.
3432
3433 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
3434
3435         Port to hosts whose 'sort' and 'tail' implementations
3436         treat operands with leading '+' as file names, as POSIX
3437         has required since 2001.  However, make sure the code still
3438         works on pre-POSIX hosts.
3439         * ltmain.sh: Don't assume "sort +2" is equivalent to
3440         "sort -k 3", since POSIX 1003.1-2001 no longer requires this.
3441
3442 2006-07-05  Ulrich Weigand  <uweigand@de.ibm.com>
3443
3444         * MAINTAINERS (Various Maintainers): Add myself as reload maintainer.
3445
3446 2006-07-04  Peter O'Gorman  <peter@pogma.com>
3447
3448         * ltconfig: chmod 644 before ranlib during install.
3449
3450 2006-07-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
3451
3452         PR bootstrap/18058
3453         * configure.in: Add -fkeep-inline-functions to CFLAGS for stage 1
3454         if the bootstrap compiler is a GCC version that supports it.
3455         * configure: Regenerate.
3456
3457 2006-07-03  Paolo Bonzini  <bonzini@gnu.org>
3458
3459         * configure.in: Fix thinkos in previous check-in.
3460         * configure: Regenerate.
3461
3462 2006-07-03  Paolo Bonzini  <bonzini@gnu.org>
3463
3464         PR other/27063
3465         * configure.in: Test subdir_requires and give an appropriate
3466         error message.
3467         * configure: Regenerate.
3468
3469 2006-07-01  Andrew John Hughes  <gnu_andrew@member.fsf.org>
3470
3471         * MAINTAINERS (Write After Approval): Add myself.
3472
3473 2006-06-22  John David Anglin  <dave.anglin@nrc.ca>
3474
3475         * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
3476
3477 2006-06-22  Steve Ellcey  <sje@cup.hp.com>
3478
3479         * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
3480
3481 2006-06-20  David Ayers  <d.ayers@inode.at>
3482
3483         PR bootstrap/28072
3484         * configure.in: Add target-boehm-gc to noconfigdirs depending on
3485         whether target-libjava is being configured instead of whether the
3486         java front end is enabled.
3487         * configure: Regenerate.
3488
3489 2006-06-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
3490
3491         PR target/27540
3492         * configure.in: Only enable libgomp on IRIX 6.
3493         * configure: Regenerate.
3494
3495 2006-06-15  Paolo Bonzini  <bonzini@gnu.org>
3496
3497         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Export CFLAGS and LDFLAGS
3498         too.
3499         * Makefile.in: Regenerate.
3500
3501 2006-06-13  Jeff Johnston  <jjohnstn@redhat.com>
3502
3503         * config-ml.in: Alter CCASFLAGS to include special
3504         multilib options the same as is done for CFLAGS.
3505
3506 2006-06-12  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
3507
3508         * configure.in: Don't enable libgomp on hpux10.
3509         * configure: Rebuilt.
3510
3511 2006-06-12  David Ayers  <d.ayers@inode.at>
3512
3513         PR bootstrap/27963
3514         PR target/19970
3515         * configure.in: Remove target-boehm-gc from noconfigdirs where
3516         ${libgcj} is specified.
3517         * configure: Regenerate.
3518
3519 2006-06-06  Carlos O'Donell  <carlos@codesourcery.com>
3520
3521         Sync from src:
3522
3523         * configure.in: Sync.
3524         * configure: Regenerated.
3525
3526         2006-05-31  Daniel Jacobowitz  <dan@codesourcery.com>
3527
3528         * Makefile.def: Added dependencies from sim and gdb on intl, and
3529         added configure dependencies to everything with an all dependency
3530         on intl.
3531         * Makefile.in: Regenerated.
3532
3533 2006-06-06  David Ayers  <d.ayers@inode.at>
3534
3535         PR libobjc/13946
3536         * Makefile.def: Add dependencies for libobjc which boehm-gc.
3537         * Makefile.in: Regenerate.
3538         * configure.in: Add --enable-objc-gc at toplevel and have it
3539         enable boehm-gc for Objective-C.
3540         Remove target-boehm-gc from libgcj.
3541         Add target-boehm-gc to target_libraries.
3542         Add target-boehm-gc to noconfigdirs where ${libgcj}
3543         is specified.
3544         Assert that boehm-gc is supported when requested for Objective-C.
3545         Only build boehm-gc if needed either for Java or Objective-C.
3546         * configure: Regenerate.
3547
3548 2006-06-05  Paolo Bonzini  <bonzini@gnu.org>
3549
3550         PR 27674
3551         * Makefile.tpl (configure-[+prefix+][+module+],
3552         all-[+prefix+][+module+]): Depend on stage_current if bootstrapping.
3553         Remove rule to unstage bootstrapped modules.
3554         (stage_current): New.
3555         * Makefile.in: Regenerate.
3556
3557 2006-06-03  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
3558
3559         * MAINTAINERS (Write After Approval): Update my e-mail address.
3560
3561 2006-06-01  Mark Shinwell  <shinwell@codesourcery.com>
3562
3563         * include/libiberty.h: Declare pex_run_in_environment.
3564
3565 2006-05-31  Asher Langton  <langton2@llnl.gov>
3566
3567         * MAINTAINERS (Write After Approval): Add myself.
3568
3569 2006-05-25  Paolo Bonzini  <bonzini@gnu.org>
3570
3571         * Makefile.def (bfd, opcodes): Fix lib_path.
3572         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Replace ADAC with ADAFLAGS.
3573         (restrap): Move under "@if gcc-bootstrap".  Fix typo.
3574         * Makefile.in: Regenerate.
3575
3576 2006-05-24  Carlos O'Donell  <carlos@codesourcery.com>
3577
3578         * Makefile.in: Regenerate.
3579
3580 2006-05-24  Carlos O'Donell  <carlos@codesourcery.com>
3581
3582         * Makefile.def: Add install-html target. Add datarootdir
3583         docdir and htmldir to flags_to_pass.
3584         * Makefile.tpl: Add install-html target.
3585         * Makefile.in: Regenerate.
3586         * configure.in: Add --with-datarootdir, --with-docdir, and
3587         --with-htmldir options. AC_SUBST datarootdir, docdir and htmldir.
3588         * configure: Regenerate.
3589
3590 2006-05-24  Mark Shinwell  <shinwell@codesourcery.com>
3591
3592         * configure.in: Enable gprof for cross builds.
3593         * configure: Regenerate.
3594
3595 2006-05-22  Richard Guenther  <rguenther@suse.de>
3596
3597         Revert
3598         2006-01-31  Richard Guenther  <rguenther@suse.de>
3599         Paolo Bonzini  <bonzini@gnu.org>
3600
3601         * Makefile.def (target_modules): Add libgcc-math target module.
3602         * configure.in (target_libraries): Add libgcc-math target library.
3603         (--enable-libgcc-math): New configure switch.
3604         * Makefile.in: Re-generate.
3605         * configure: Re-generate.
3606         * libgcc-math: New toplevel directory.
3607
3608 2006-05-20  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
3609             Andreas Tobler  <a.tobler@schweiz.ch>
3610
3611         * configure.in:  Enable libgcj for hppa*-hp-hpux11*.
3612         * configure: Rebuilt.
3613
3614 2006-05-12  Sandra Loosemore  <sandra@codesourcery.com>
3615
3616         * MAINTAINERS (Write After Approval): Add myself.
3617
3618 2006-05-01  DJ Delorie  <dj@redhat.com>
3619
3620         * configure.in: Restore CFLAGS if GMP isn't present.
3621         * configure: Regenerate.
3622
3623 2006-05-01  Richard Guenther  <rguenther@suse.de>
3624
3625         * MAINTAINERS (Various Maintainers): Add myself as libgcc-math
3626         maintainer.
3627
3628 2006-04-30  Kenneth Zadeck  <zadeck@naturalbridge.com>
3629
3630         * MAINTAINERS (Write After Approval): Add myself.
3631
3632 2006-04-28  Jan Beulich  <jbeulich@novell.com>
3633
3634         * MAINTAINERS (Write After Approval): Add myself.
3635
3636 2006-04-18  DJ Delorie  <dj@redhat.com>
3637
3638         * configure.in (m32c): Build libstdc++-v3.  Pass flags to
3639         reference libgloss so that libssp can be built in a combined
3640         tree.
3641         * configure: Regenerate.
3642
3643 2006-04-08  Robert Millan  <rmh@gcc.gnu.org>
3644
3645         * MAINTAINERS (Write After Approval): Add myself.
3646
3647 2006-04-05  Ben Elliston  <bje@au.ibm.com>
3648
3649         * configure.in: Require makeinfo 4.4 or higher.
3650         * configure: Regenerate.
3651
3652 2006-04-04  Gerald Pfeifer  <gerald@pfeifer.com>
3653
3654         * MAINTAINERS: Add Richard Henderson as libgomp maintainer.
3655         Rearrange the entries of other libraries to have them in one place.
3656
3657 2006-03-22  Janne Blomqvist  <jb@gcc.gnu.org>
3658
3659         * MAINTAINERS (Write After Approval): Remove myself.
3660         (Language Front End Maintainers): Add myself as fortran 95 maintainer.
3661
3662 2006-03-14  Richard Guenther  <rguenther@suse.de>
3663
3664         * configure: Regenerate with autoconf 2.13.
3665
3666 2006-03-13  Jim Blandy  <jimb@codesourcery.com>
3667
3668         * MAINTAINERS: Use my work address.
3669
3670         * MAINTAINERS: Update my E-mail address.
3671
3672 2006-03-10  Aldy Hernandez  <aldyh@redhat.com>
3673
3674         * configure.in: Handle --disable-<component> generically.
3675         * configure: Regenerate.
3676
3677 2006-03-01  H.J. Lu  <hongjiu.lu@intel.com>
3678
3679         PR libgcj/17311
3680         * ltmain.sh: Don't use "$finalize_rpath" for compile.
3681
3682 2006-02-21  Erik Edelmann  <eedelman@gcc.gnu.org>
3683
3684         * MAINTAINERS (Write After Approval):  Remove myself.
3685         (Language Front End Maintainers):  Add myself as fortran 95 maintainer.
3686
3687 2006-02-21  Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
3688
3689         * Makefile.tpl  (BUILD_CONFIGDIRS): Remove.
3690         (TARGET_CONFIGDIRS): Remove.
3691         * configure.in: Remove AC_SUBST(target_configdirs).
3692         * Makefile.in, configure: Regenerated.
3693
3694 2006-02-20  Steven G. Kargl  <kargls@comcast.net>
3695
3696         * MAINTAINERS (Write After Approval):  Remove myself.
3697         (Language Front End Maintainers):  Add myself as fortran 95 maintainer.
3698
3699 2006-02-20  Paolo Bonzini  <bonzini@gnu.org>
3700
3701         PR bootstrap/25670
3702
3703         * Makefile.tpl ([+compare-target+]): Print explanation messages.
3704
3705         * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES): New flags_to_pass.
3706         * Makefile.tpl (BASE_FLAGS_TO_PASS): Support optional flags_to_pass.
3707         (EXTRA_GCC_FLAGS): Remove ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES,
3708         BUILD_PREFIX, BUILD_PREFIX_1.
3709         * configure.in: (BUILD_PREFIX, BUILD_PREFIX_1): Don't substitute.
3710
3711         * Makefile.def (bootstrap stage 1): Pass LIBCFLAGS too.
3712         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Override LIBCFLAGS too.
3713
3714         * Makefile.tpl (configure-stage[+id+]-[+prefix+][+module+],
3715         all-stage[+id+]-[+prefix+][+module+], : Use $(current_stage) instead
3716         of `cat stage_current`.  Always provide the `r' and `s' variables.
3717         (clean-stage[+id+]-[+prefix+][+module+]): Likewise, and make it into
3718         a single shell execution.
3719         (configure-[+prefix+][+module+], all-[+prefix+][+module+]): For
3720         bootstrapped modules, make the stage1 module if the build was not
3721         started yet, else build the current stage.
3722         (all-host, all-target): Omit bootstrapped modules (if bootstrapping).
3723         (all-build, all-host, all-target, [+make_target+]-host,
3724         [+make_target+]-target): Do not use \-continued lines.
3725         (target modules): Depend on stage_last, not all-gcc, if bootstrapping.
3726         (current_stage, restrap, stage_last): New.
3727
3728         * Makefile.in: Regenerate.
3729         * configure: Regenerate.
3730
3731 2006-02-19  Bud Davis  <jmdavis@link.com>
3732
3733         * MAINTAINERS (Write After Approval):  Remove myself.
3734         (Language Front End Maintainers):  Add myself as fortran 95
3735         maintainer and update e-mail address.
3736
3737 2006-02-17  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
3738
3739         * MAINTAINERS (Write After Approval):  Remove myself.
3740         (Language Front End Maintainers):  Add myself as fortran 95
3741         maintainer.
3742
3743 2006-02-16  Victor Kaplansky  <victork@il.ibm.com>
3744
3745         * MAINTAINERS (Write After Approval): Add myself.
3746
3747 2006-02-16  Thomas Koenig  <Thomas.Koenig@online.de>
3748
3749         * MAINTAINERS (Write After Approval):  Remove myself.
3750         (Language Front End Maintainers):  Add myself as
3751         fortran 95 maintainer.
3752
3753 2006-02-14  Paolo Bonzini  <bonzini@gnu.org>
3754
3755         Sync from src:
3756
3757         2005-12-27  Leif Ekblad  <leif@rdos.net>
3758
3759         * configure.in: Add support for RDOS target.
3760         * configure: Regenerate.
3761
3762 2006-02-14  Paolo Bonzini  <bonzini@gnu.org>
3763             Andreas Schwab  <schwab@suse.de>
3764
3765         * configure: Regenerate.
3766
3767 2006-02-12  David Edelsohn  <edelsohn@gnu.org>
3768
3769         * configure.in (enable_libgomp): Add AIX.
3770         * configure: Regenerate.
3771
3772 2006-02-07  Maxim Kuvyrkov  <mkuvyrkov@ispras.ru>
3773
3774         * MAINTAINERS (Write After Approval): Add myself.
3775
3776 2006-02-03  Lee Millward  <lee.millward@gmail.com>
3777
3778         * MAINTAINERS (Write After Approval): Add myself.
3779
3780 2006-01-31  Richard Guenther  <rguenther@suse.de>
3781         Paolo Bonzini  <bonzini@gnu.org>
3782
3783         * Makefile.def (target_modules): Add libgcc-math target module.
3784         * configure.in (target_libraries): Add libgcc-math target library.
3785         (--enable-libgcc-math): New configure switch.
3786         * Makefile.in: Re-generate.
3787         * configure: Re-generate.
3788         * libgcc-math: New toplevel directory.
3789
3790 2006-01-26  Paolo Bonzini  <bonzini@gnu.org>
3791
3792         * configure.in: Set with_gnu_as, with_gnu_ld, with_newlib earlier.
3793         Set md_exec_prefix.  Use ACX_CHECK_INSTALLED_TARGET_TOOL to find
3794         the assembler, linker and binutils.
3795         * configure: Regenerate.
3796
3797 2006-01-22  Dirk Mueller  <dmueller@suse.de>
3798
3799         * MAINTAINERS (Write After Approval): Add myself.
3800
3801 2006-01-20  Diego Novillo  <dnovillo@redhat.com>
3802
3803         * configure: Regenerate.
3804
3805 2006-01-18  Richard Henderson  <rth@redhat.com>
3806             Jakub Jelinek  <jakub@redhat.com>
3807             Diego Novillo  <dnovillo@redhat.com>
3808
3809         * libgomp: New directory.
3810         * Makefile.def: Add target_module libgomp.
3811         * Makefile.in: Regenerate.
3812         * configure.in (target_libraries): Add target-libgomp.
3813         * configure: Regenerate.
3814
3815 2006-01-05  Alexandre Oliva  <aoliva@redhat.com>
3816
3817         * Makefile.tpl (clean-stage[+id+]-[+prefix+][+module+]): Remove
3818         @ from continuation.
3819         * Makefile.in: Rebuilt.
3820
3821 2006-01-04  Chris Lattner  <sabre@gnu.org>
3822
3823         * MAINTAINERS (Write After Approval): Add myself.
3824
3825 2006-01-04  Paolo Bonzini  <bonzini@gnu.org>
3826
3827         PR bootstrap/24252
3828
3829         * Makefile.def (flags_to_pass): Add STAGE1_CFLAGS and STAGE1_LANGUAGES.
3830         * Makefile.tpl (OBJDUMP): New.
3831         (EXTRA_HOST_FLAGS): Add it.
3832         (EXTRA_GCC_FLAGS): Remove flags already specified in flags_to_pass.
3833
3834         * Makefile.tpl (stage[+id+]-start, stage[+id+]-end): Do not try
3835         to use symbolic links between directories.  Avoid race conditions
3836         or make them harmless.
3837         * configure.in: Do not try to use symbolic links between directories.
3838
3839         * Makefile.def (LEAN): Pass.
3840         * Makefile.tpl (LEAN): Define.
3841         (stage[+id+]-start): Accept that the previous directory does not
3842         exist, if the bootstrap is lean.
3843         (stage[+id+]-bubble): Invoke lean bootstrap commands after
3844         stage[+id+]-start.  Use a makefile variable and an `if' instead of a
3845         configure substitution.
3846         ([+compare-target+]): Likewise.
3847         ([+bootstrap-target+]-lean): New.
3848         * configure.in: Remove lean bootstrap support from here.
3849
3850         * Makefile.in: Regenerate.
3851         * configure: Regenerate.
3852
3853 2006-01-04  Ben Elliston  <bje@au.ibm.com>
3854
3855         * MAINTAINERS (libdecnumber): Add myself.
3856
3857 2006-01-02  Mark Mitchell  <mark@codesourcery.com>
3858
3859         * libtool-ldflags: New script.
3860
3861 2006-01-02  Andreas Schwab  <schwab@suse.de>
3862
3863         * configure.in: When reconfiguring remove Makefile in
3864         all stage directories.
3865         * configure: Regenerate.
3866
3867 2005-12-27  Steven Bosscher  <stevenb.gcc@gmail.com>
3868
3869         * MAINTAINERS: Update my email address.
3870
3871 2005-12-20  Paolo Bonzini  <bonzini@gnu.org>
3872
3873         Revert Ada-related part of the previous change.
3874
3875         * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, ADAFLAGS_FOR_TARGET):
3876         Do not pass.
3877         * Makefile.tpl (BOOT_ADAFLAGS): Do not define.
3878         * Makefile.in: Regenerate.
3879         * configure.in: Do not include mt-ppc-aix target fragment.
3880         * configure: Regenerate.
3881
3882 2005-12-19  Paolo Bonzini  <bonzini@gnu.org>
3883
3884         * configure.in: Select appropriate fragments for PowerPC/AIX.
3885         * configure: Regenerate.
3886
3887         * Makefile.def (flags_to_pass): Add ADAFLAGS, BOOT_ADAFLAGS,
3888         BOOT_CFLAGS, BOOT_LDFLAGS.
3889         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Handle BOOT_ADAFLAGS,
3890         BOOT_CFLAGS, BOOT_LDFLAGS.
3891         (TARGET_FLAGS_TO_PASS): Handle ADAFLAGS_FOR_TARGET.
3892         (stage[+id+]-bubble): Pass flags recursively to the comparison target.
3893         (stage): Fail if we cannot complete the work.
3894         * Makefile.in: Regenerate.
3895
3896 2005-12-16  Nathan Sidwell  <nathan@codesourcery.com>
3897
3898         * configure.in: Replace ms1 with mt.
3899         * configure: Rebuilt.
3900
3901 2005-12-15  Bryce McKinlay  <mckinlay@redhat.com>
3902
3903         * MAINTAINERS: Update my email address.
3904
3905 2005-12-15  Paolo Bonzini  <bonzini@gnu.org>
3906
3907         * Makefile.tpl (all, do-[+make_target+], do-check, install,
3908         install-host-nogcc): Don't invoke $(stage) at the end.
3909         * Makefile.in: Regenerate.
3910
3911 2005-12-14  Paolo Bonzini  <bonzini@gnu.org>
3912
3913         * configure.in: Flip the top-level bootstrap switch.
3914         * configure: Regenerate.
3915
3916 2005-12-14  Daniel Jacobowitz  <dan@codesourcery.com>
3917
3918         * Makefile.tpl: Throughout the file, use : $(MAKE) along with
3919         $(stage) and $(unstage).
3920         (EXTRA_TARGET_FLAGS): Correct double-quoting.
3921         (all): Remove stray semicolon.
3922         (local-distclean): Don't handle multilib.tmp and multilib.out.
3923         (install.all): Set $s for consistency.
3924         (configure-[+prefix+][+module+]): Instead of [+deps+], handle
3925         check_multilibs setting.  Always make the install directory.
3926         (configure-stage[+id+]-[+prefix+][+module+]): Likewise.
3927         Correct @if/@endif.
3928         (all-stage[+id+]-[+prefix+][+module+]): Correct @if/@endif.
3929         ($(TARGET_SUBDIR)/[+module+]/multilib.out): Remove.
3930         (stage[+id+]-start, stage[+id+]-end): Stage $(TARGET_SUBDIR).
3931         (multilib.out): Remove.
3932         * Makefile.in: Regenerated.
3933
3934 2005-12-12  Carlos O'Donell  <carlos@codesourcery.com>
3935
3936         * MAINTAINERS (Write After Approval): Add myself.
3937
3938 2005-12-12  Nathan Sidwell  <nathan@codesourcery.com>
3939
3940         * MAINTAINERS: Add myself as mt maintainer.
3941
3942         * config.sub: Replace ms1 with mt.  Allow ms1 as an alias.
3943
3944 2005-12-06  Adam Nemet  <anemet@caviumnetworks.com>
3945
3946         * MAINTAINERS: Change email address.
3947
3948 2005-12-05  Paolo Bonzini  <bonzini@gnu.org>
3949
3950         * configure.in (CONFIGURED_BISON, CONFIGURED_YACC, CONFIGURED_M4,
3951         CONFIGURED_FLEX, CONFIGURED_LEX, CONFIGURED_MAKEINFO): Remove
3952         "CONFIGURED_" from the AC_CHECK_PROGS invocation.  Move below.
3953         Find in-tree tools if available.
3954         (EXPECT, RUNTEST, LIPO, STRIP): Find them and substitute them.
3955         (CONFIGURED_*_FOR_TARGET): Don't set nor substitute.
3956         (*_FOR_TARGET): Set them with GCC_TARGET_TOOL.
3957         (COMPILER_*_FOR_TARGET): New.
3958         * Makefile.tpl (HOST_EXPORTS): Add *_FOR_TARGET symbols that gcc needs.
3959         (BASE_TARGET_EXPORTS): Use COMPILER_*_FOR_TARGET symbols.
3960         (CONFIGURED_*, USUAL_*): Remove.
3961         (BISON, YACC, FLEX, LEX, M4, MAKEINFO, EXPECT, RUNTEST, LIPO,
3962         STRIP): Use autoconf substitutions.
3963         (COMPILER_AS_FOR_TARGET, COMPILER_LD_FOR_TARGET,
3964         COMPILER_NM_FOR_TARGET): New.
3965         (EXTRA_HOST_FLAGS): Pass LIPO and STRIP.
3966
3967         (all): Make all-host and all-target in parallel.
3968         (do-[+make_target+], do-check, install, [+compare-target+]): Ensure
3969         that $$r and $$s are set before invoking a recursive make.
3970         (stage[+id+]-bubble): Likewise, and invoke the comparison at the end.
3971         ([+bootstrap-target+]): Inline most of the `all' target.
3972
3973 2005-11-29  Ben Elliston  <bje@au.ibm.com>
3974
3975         * Makefile.tpl (clean-target-libgcc): Invoke clean-target-libgcc
3976         from the gcc build directory.
3977         * Makefile.in: Regenerate.
3978
3979 2005-11-29  Ben Elliston  <bje@au.ibm.com>
3980
3981         * Makefile.def: Add new libdecnumber host_module.  Make all-gcc
3982         depend on all-libdecnumber.
3983         * configure.in (host_libs): Include libdecnumber.
3984         * Makefile.in: Regenerate.
3985         * configure: Likewise.
3986
3987 2005-11-29  Ben Elliston  <bje@au.ibm.com>
3988
3989         * libdecnumber: Import decNumber sources from the dfp-branch.
3990
3991 2005-11-21  Kean Johnston  <jkj@sco.com>
3992
3993         * config.sub, config.guess: Sync from upstream sources.
3994
3995 2005-11-21  Ben Elliston  <bje@au.ibm.com>
3996
3997         Import from Autoconf sources:
3998
3999         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
4000         * config/move-if-change: Don't output "$2 is unchanged";
4001         suggested by Ben Elliston.  Handle weird characters correctly.
4002
4003 2005-11-18  Andreas Tobler  <a.tobler@schweiz.ch>
4004
4005         * ltcf-c.sh (whole_archive_flag_spec): Remove '-all_load $convenience'
4006         to match upstream libtool for darwin.
4007
4008 2005-11-11  Daniel Jacobowitz  <dan@codesourcery.com>
4009
4010         * Makefile.def: Remove gdb dependencies for gdbtk.
4011         * Makefile.tpl (CONFIGURE_GDB_TK, INSTALL_GDB_TK): New variables.
4012         (configure-gdb, install-gdb): New rules.
4013         * configure.in: Set CONFIGURE_GDB_TK and INSTALL_GDB_TK.
4014         * Makefile.in, configure: Regenerated.
4015
4016 2005-11-06  Janne Blomqvist  <jb@gcc.gnu.org>
4017
4018         * MAINTAINERS (Write After Approval): Add myself.
4019
4020 2005-11-06  Erik Edelmann  <eedelman@gcc.gnu.org>
4021
4022         * MAINTAINERS (Write After Approval): Add myself.
4023
4024 2005-10-24  Diego Novillo  <dnovillo@redhat.com>
4025
4026         * MAINTAINERS (alias analysis): Add Daniel Berlin and
4027         Diego Novillo.
4028
4029 2005-10-22  Paolo Bonzini  <bonzini@gnu.org>
4030
4031         PR bootstrap/24297
4032         * Makefile.tpl (do-[+make-target+], do-check, install,
4033         stage[+id+]-bubble, [+compare-target+]): Ensure $$r and $$s
4034         are set before recursing.
4035         * Makefile.in: Regenerate.
4036
4037 2005-10-20  Eric Botcazou  <ebotcazou@adacore.com>
4038
4039         PR bootstrap/18939
4040         * Makefile.def (gcc) <target>: Fix thinko.
4041         * Makefile.in: Regenerate.
4042
4043 2005-10-17  Bernd Schmidt  <bernd.schmidt@analog.com>
4044
4045         * configure.in (bfin-*-*): Use test, not brackets, in if statement.
4046         * configure: Regenerate.
4047
4048 2005-10-15  Jie Zhang  <jie.zhang@analog.com>
4049
4050         * MAINTAINERS (Write After Approval): Add self.
4051
4052 2005-10-08  Kazu Hirata  <kazu@codesourcery.com>
4053
4054         * configure.in (arm-*-linux-gnueabi): Add to noconfigdirs
4055         target-libffi, target-qthreads, target-libjava, and
4056         targetlibobjc.
4057         * configure: Regenerate.
4058
4059 2005-10-06  Daniel Jacobowitz  <dan@codesourcery.com>
4060
4061         * Makefile.def (flags_to_pass): Add OBJDUMP_FOR_TARGET.
4062         * Makefile.tpl (BASE_TARGET_EXPORTS): Add OBJDUMP.
4063         (OBJDUMP_FOR_TARGET, CONFIGURED_OBJDUMP_FOR_TARGET)
4064         (USUAL_OBJDUMP_FOR_TARGET): New.
4065         (EXTRA_TARGET_FLAGS): Add OBJDUMP.
4066         * configure.in: Check for $OBJDUMP_FOR_TARGET.
4067         * configure, Makefile.in: Regenerated.
4068
4069 2005-10-05  Paolo Bonzini  <bonzini@gnu.org>
4070
4071         * Makefile.tpl (all) [gcc-no-bootstrap]: Make prebootstrap packages
4072         before other host packages.
4073
4074 2005-10-05  Kaz Kojima  <kkojima@gcc.gnu.org>
4075
4076         * MAINTAINERS: Add self as sh libraries/configury maintainer.
4077
4078 2005-10-05  Paolo Bonzini  <bonzini@gnu.org>
4079
4080         PR bootstrap/22340
4081
4082         * configure.in (default_target): Remove.
4083         * Makefile.tpl (all): Do not use prerequisites as subroutines
4084         (all) [gcc-bootstrap]: Bootstrap gcc first if it was not done yet.
4085         (do-[+make_target+], check, install, [+bootstrap_target+]): Do not
4086         use prerequisites as subroutines.
4087         (check-host, check-target): New.
4088         (bootstrap configure & all targets): Do not use stage*-start
4089         if the directory layout is already ok.
4090         (non-bootstrap configure & all targets): Prepend a $(unstage).
4091         (stage[+id+]-bubble): Do that here.  Do not use NOTPARALLEL.
4092         (NOTPARALLEL): Remove.
4093         (unstage, stage variables): New variables.
4094         (unstage, stage targets): Simply expand to those variables.
4095
4096         * configure: Regenerate.
4097         * Makefile.in: Regenerate.
4098
4099 2005-10-04  James E Wilson  <wilson@specifix.com>
4100
4101         * Makefile.def (lang_env_dependencies): Add libmudflap.
4102         * Makefile.in: Regenerate.
4103
4104 2005-10-03  Andreas Schwab  <schwab@suse.de>
4105
4106         Backport from libtool CVS:
4107         2002-11-03  Ossama Othman  <ossama@doc.ece.uci.edu>
4108
4109         * ltmain.sh: add support for installing into temporary
4110         staging area (e.g. 'make install DESTDIR=...')
4111
4112 2005-10-03  H.J. Lu  <hongjiu.lu@intel.com>
4113
4114         * configure.in (*-*-darwin*): Build bfd, binutils and opcodes.
4115         * configure: Regenerated.
4116
4117 2005-09-30  Andrew Pinski  <pinskia@physics.uc.edu>
4118
4119         * configure: Regenerate with the correct
4120         autoconf version.
4121
4122 2005-09-30  Catherine Moore  <clm@cm00re.com>
4123
4124         * configure.in (bfin-*-*): New.
4125         * configure: Regenerated.
4126
4127 2005-09-28  Geoffrey Keating  <geoffk@apple.com>
4128
4129         * Makefile.tpl (BASE_TARGET_EXPORTS): Add LIPO, STRIP.
4130         (LIPO_FOR_TARGET): New.
4131         (CONFIGURED_LIPO_FOR_TARGET): New.
4132         (USUAL_LIPO_FOR_TARGET): New.
4133         (STRIP_FOR_TARGET): New.
4134         (CONFIGURED_STRIP_FOR_TARGET): New.
4135         (USUAL_STRIP_FOR_TARGET): New.
4136         * Makefile.def (flags_to_pass): Add LIPO_FOR_TARGET and
4137         STRIP_FOR_TARGET.
4138         * configure.in: Set LIPO_FOR_TARGET, STRIP_FOR_TARGET,
4139         CONFIGURED_LIPO_FOR_TARGET, CONFIGURED_STRIP_FOR_TARGET.
4140         * Makefile.in: Regenerate.
4141         * configure: Regenerate.
4142
4143 2005-09-19  David Edelsohn  <edelsohn@gnu.org>
4144
4145         * configure.in (powerpc-*-aix*): Add target-libssp to noconfigdirs.
4146         (rs6000-*-aix*): Same.
4147         * configure: Regenerate.
4148
4149 2005-09-16  Tom Tromey  <tromey@redhat.com>
4150
4151         * MAINTAINERS: Add self as java maintainer.
4152
4153 2005-09-14  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
4154
4155         * configure.in: Recognize f95 in the --enable-languages option,
4156         and substitute it for fortran, issuing a warning.
4157         * configure: Regenerate.
4158
4159 2005-08-30  Phil Edwards  <phil@codesourcery.com>
4160
4161         * configure.in (*-*-vxworks*):  Add target-libstdc++-v3 to noconfigdirs.
4162         * configure:  Regenerated.
4163
4164 2005-08-22  Aldy Hernandez  <aldyh@redhat.com>
4165
4166         * MAINTAINERS: Add self as ms1 maintainer.
4167
4168 2005-08-20  Richard Earnshaw  <richard.earnshaw@arm.com>
4169
4170         * Makefile.def (libssp): Add to lang_env_dependencies.
4171         * Makefile.in: Regenerate.
4172
4173 2005-08-18  Ian Lance Taylor  <ian@airs.com>
4174
4175         * MAINTAINERS: Add myself as middle-end maintainer.
4176
4177 2005-08-17  Christian Groessler  <chris@groessler.org>
4178
4179         * Makefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash.
4180         * Makefile.in: Regenerate.
4181
4182 2005-08-15  Andreas Krebbel  <krebbel1@de.ibm.com>
4183
4184         * MAINTAINERS (write after approval): Added myself.
4185
4186 2005-08-12  Maciej W. Rozycki  <macro@linux-mips.org>
4187
4188         * MAINTAINERS (Write After Approval): Add myself.
4189
4190 2005-08-12  Paolo Bonzini  <bonzini@gnu.org>
4191
4192         * configure.in: Replace NCN_STRICT_CHECK_TOOL with
4193         NCN_STRICT_CHECK_TOOLS, and likewise for NCN_STRICT_CHECK_TARGET_TOOLS.
4194         Look for alternate names of the target cc and c++
4195         * configure: Regenerate.
4196
4197 2005-08-08  Paolo Bonzini  <bonzini@gnu.org>
4198
4199         * configure.in (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
4200         GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Find
4201         them with NCN_STRICT_CHECK_TARGET_TOOL, like the other target
4202         tools; remove code to manually set them.
4203         (Target tools): Look in the environment for them.
4204         * Makefile.tpl (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
4205         GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Redefine.
4206         (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): Look into gcc
4207         build directory.
4208         (CONFIGURED_CC_FOR_TARGET, CONFIGURED_CXX_FOR_TARGET,
4209         CONFIGURED_GCJ_FOR_TARGET, CONFIGURED_GCC_FOR_TARGET,
4210         CONFIGURED_GFORTRAN_FOR_TARGET, USUAL_CC_FOR_TARGET,
4211         USUAL_CXX_FOR_TARGET, USUAL_GCJ_FOR_TARGET, USUAL_GCC_FOR_TARGET,
4212         USUAL_RAW_CXX_FOR_TARGET, USUAL_GFORTRAN_FOR_TARGET): New.
4213         (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE,
4214         RAW_CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS): Delete.
4215         * configure: Regenerate.
4216         * Makefile.in: Regenerate.
4217
4218 2005-07-28  Ben Elliston  <bje@au.ibm.com>
4219
4220         * MAINTAINERS: Update for removed CPU targets.
4221
4222 2005-07-27  Mark Mitchell  <mark@codesourcery.com>
4223
4224         * Makefile.tpl (EXTRA_TARGET_FLAGS): Set LDFLAGS=LDFLAGS_FOR_TARGET.
4225         * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_TARGET.
4226         * Makefile.in: Regenerated.
4227
4228 2005-07-26  Mark Mitchell  <mark@codesourcery.com>
4229
4230         * Makefile.tpl (SYSROOT_CFLAGS_FOR_TARGET): New variable.
4231         (CFLAGS_FOR_TARGET): Use it.
4232         (CXXFLAGS_FOR_TARGET): Likewise.
4233         * Makefile.in: Regenerated.
4234         * configure.in (--with-build-sysroot): New option.
4235         * configure: Regenerated.
4236
4237 2005-07-24  Paolo Bonzini  <bonzini@gnu.org>
4238
4239         * Makefile.tpl: Wrap install between unstage and stage
4240         * Makefile.in: Regenerate.
4241
4242 2005-07-21  Eric Christopher  <echristo@apple.com>
4243
4244         * MAINTAINERS: Update affiliation.
4245
4246 2005-07-21  Paul Woegerer  <paul.woegerer@nsc.com>
4247
4248         * MAINTAINERS: Add self as crx port maintainer.
4249
4250 2005-07-20  DJ Delorie  <dj@redhat.com>
4251
4252         * MAINTAINERS: Add self as m32c maintainer.
4253
4254 2005-07-16  Kelley Cook  <kcook@gcc.gnu.org>
4255
4256         * all files: Update FSF address.
4257
4258 2005-07-15  Eric Christopher  <echristo@redhat.com>
4259
4260         * MAINTAINERS: Change affiliation.
4261
4262 2005-07-14  Jim Blandy  <jimb@redhat.com>
4263
4264         * configure.in: Add cases for Renesas m32c.
4265         * configure: Regenerated.
4266
4267 2005-07-14  Kelley Cook  <kcook@gcc.gnu.org>
4268
4269         * COPYING.LIB: Update from fsf.org.
4270
4271 2005-07-14  Kelley Cook  <kcook@gcc.gnu.org>
4272
4273         * COPYING, compile, config.guess,
4274         config.sub, install-sh, missing, mkinstalldirs,
4275         symlink-tree, ylwrap: Sync from upstream sources.
4276         * config-ml.in: Update FSF address.
4277
4278 2005-07-13  Eric Christopher  <echristo@redhat.com>
4279
4280         * configure.in: Add toplevel noconfigdir support for tpf.
4281         * configure: Regenerate.
4282
4283 2005-07-11  Paolo Bonzini  <bonzini@gnu.org>
4284
4285         PR ada/22340
4286
4287         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Fix pasto.
4288         * Makefile.in: Regenerate.
4289
4290 2005-07-07  Mark Mitchell  <mark@codesourcery.com>
4291
4292         * MAINTAINERS: Remove Dave Brolley as a cpplib maintainer.  Add Dave
4293         Brolley to write-after-approval.
4294
4295 2005-07-07  Andreas Schwab  <schwab@suse.de>
4296
4297         * Makefile.def (flags_to_pass): Add CFLAGS_FOR_BUILD.
4298         * Makefile.tpl (EXTRA_GCC_FLAGS): Don't pass CFLAGS_FOR_BUILD here.
4299         * Makefile.in: Regenerated.
4300
4301 2005-07-06  Geoffrey Keating  <geoffk@apple.com>
4302
4303         * configure.in: Don't build sim or rda when targetting darwin.
4304         * configure: Regenerate.
4305
4306 2005-07-06  Kazu Hirata  <kazu@codesourcery.com>
4307
4308         * configure.in: Add --enable-libssp and --disable-libssp.
4309         * configure: Regenerate with autoconf-2.13.
4310
4311 2005-07-02  Jakub Jelinek  <jakub@redhat.com>
4312
4313         * Makefile.def (target_modules): Add libssp.
4314         * configure.in (target_libraries): Add target-libssp.
4315         * configure: Rebuilt.
4316         * Makefile.in: Rebuilt.
4317
4318 2005-07-01  Zack Weinberg  <zackw@panix.com>
4319
4320         * MAINTAINERS: Change email address.  Resign from maintainership.
4321
4322 2005-07-01  Richard Guenther  <rguenther@suse.de>
4323
4324         * MAINTAINERS: Change my e-mail address and affiliation.
4325
4326 2005-06-22  Paolo Bonzini  <bonzini@gnu.org>
4327
4328         * Makefile.def (stagefeedback): Come after profile.
4329         Define profiledbootstrap target.
4330         * Makefile.tpl (profiledbootstrap): Remove.
4331         (stageprofile-end): Zap stagefeedback.
4332         (stagefeedback-start): Copy all .gcda files, not only GCC's.
4333         * Makefile.in: Regenerate.
4334
4335 2005-06-13  Richard Sandiford  <richard@codesourcery.com>
4336
4337         * MAINTAINERS: Update my email address.
4338
4339 2005-06-13  Zack Weinberg  <zack@codesourcery.com>
4340
4341         * depcomp: Update from automake CVS.  Add 'ia64hp' stanza.
4342         In 'cpp' stanza, support '#line' as well as '# '.
4343
4344 2005-06-08  Andreas Schwab  <schwab@suse.de>
4345
4346         * MAINTAINERS: Move myself from 'Write After Approval' to
4347         'CPU Port Maintainers' section as m68k maintainer.
4348
4349 2005-06-07  Hans-Peter Nilsson  <hp@axis.com>
4350
4351         * configure.in (unsupported_languages): New macro.
4352         <mmix-knuth-mmixware>: Set unsupported_languages.  Name explicit
4353         non-ported target libraries in noconfigdirs.
4354         <cris-*, crisv32-*> Ditto, except for non-aout, non-elf,
4355         non-linux-gnu.  Remove libgcj_ex_libffi.
4356         <lang_frag loop>: Set add_this_lang=no if the language is in
4357         unsupported_languages.
4358         * configure: Regenerate.
4359
4360 2005-06-04  Tobias Schl"uter  <tobias.schlueter@physik.uni-muenchen.de>
4361
4362         * configure.in: Fix typo in handling of --with-mpfr-dir.
4363         * configure: Regenerate.
4364
4365 2005-06-04  Richard Sandiford  <rsandifo@nildram.co.uk>
4366
4367         * MAINTAINERS: Update my email address.
4368
4369 2005-06-02  Jim Blandy  <jimb@redhat.com>
4370
4371         * config.sub: Add cases for the Renesas m32c.  (This patch has been
4372         accepted into the master sources.)
4373
4374 2005-06-02  Aldy Hernandez  <aldyh@redhat.com>
4375             Michael Snyder  <msnyder@redhat.com>
4376             Stan Cox  <scox@redhat.com>
4377
4378         * configure.in: Set noconfigdirs for ms1.
4379
4380         * configure: Regenerate.
4381
4382 2005-06-01  Jerry DeLisle  <jvdelisle@verizon.net>
4383
4384         * MAINTAINERS (Write After Approval): Add self.
4385
4386 2005-06-01  Josh Conner  <jconner@apple.com>
4387
4388         * MAINTAINERS (Write After Approval): Add self.
4389
4390 2005-06-01  Kazu Hirata  <kazu@codesourcery.com>
4391
4392         * MAINTAINERS: Update my email address.
4393
4394 2005-05-27  Ziga Mahkovec  <ziga.mahkovec@klika.si>
4395
4396         * MAINTAINERS (Write After Approval): Add self.
4397
4398 2005-05-26  Chris Demetriou  <cgd@broadcom.com>
4399
4400         * MAINTAINERS (Write After Approval): Remove self.
4401
4402 2005-05-25  Paolo Bonzini  <bonzini@gnu.org>
4403
4404         * Makefile.tpl (stage[+id+]-start): Iterate over target module as well.
4405         (Dependencies): Consider target modules for bootstrap dependencies.
4406         Make target bootstrap modules depend on each stage's gcc.
4407         * Makefile.in: Regenerate.
4408
4409 2005-05-20  Paolo Bonzini  <bonzini@gnu.org>
4410
4411         * Makefile.def (configure-gcc): Depend on binutils having been built.
4412         (all-gcc): No need to do it here.
4413         * Makefile.in: Regenerate.
4414
4415 2005-05-19  Paul Brook  <paul@codesourcery.com>
4416
4417         * configure.in: Rewrite misleading error message when requested
4418         language cannot be built.
4419         * configure: Regenerate.
4420
4421 2005-05-15  Daniel Jacobowitz  <dan@codesourcery.com>
4422
4423         * ylwrap: Import from Automake 1.9.5.
4424
4425 2005-05-13  David Ung  <davidu@mips.com>
4426
4427         * MAINTAINERS (Write After Approval): Add self.
4428
4429 2005-05-09  Mike Stump  <mrs@apple.com>
4430
4431         * libtool.m4 (AC_LIBTOOL_SYS_MAX_CMD_LEN): Use quotes on
4432         lt_cv_sys_max_cmd_len for now.
4433
4434 2005-05-09  Stan Cox  <scox@redhat.com>
4435
4436         * MAINTAINERS: Remove self, add Nick Clifton as iq2000 maintainer.
4437
4438 2005-05-08  Matt Kraai  <kraai@ftbfs.org>
4439
4440         * README.SCO: Update the URL.
4441
4442 2005-05-05  David Edelsohn  <edelsohn@gnu.org>
4443
4444         * ltconfig: Define file_list_spec.  Pass file_list_spec and
4445         with_gnu_ld to libtool.
4446         * ltcf-c.sh (aix[45]): Define file_list_spec.
4447         * ltcf-cxx.sh (aix[45]): Same.
4448         * ltcf-gcj.sh (aix[45]): Same.
4449         * ltmain.sh: If command exceeds max_cmd_len and file_list_spec
4450         exists, write list of input files to temporary file.
4451
4452 2005-05-04  Mike Stump  <mrs@apple.com>
4453
4454         * configure.in: Always pass --target to target configures as
4455         otherwise rebuilds that do --recheck will fail.
4456         * confiugure: Rebuilt.
4457
4458 2005-05-04  Paolo Bonzini  <bonzini@gnu.org>
4459
4460         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Rename from
4461         STAGE_HOST_EXPORTS.
4462         (configure, all): Add bootstrap support.
4463         (Host modules, target modules): Pass post-stage1 flags and exports.
4464         (Top-level bootstrap): Remove bootstrap rules, expanded elsewhere.
4465         * Makefile.in: Regenerate.
4466
4467 2005-04-29  Paolo Bonzini  <bonzini@gnu.org>
4468
4469         * configure: Regenerate.
4470
4471 2005-04-27  Mike Stump  <mrs@apple.com>
4472
4473         * MAINTAINERS: Add self as darwin maintainer.
4474
4475 2005-04-22  Bernd Schmidt  <bernd.schmidt@analog.com>
4476
4477         * config.sub: Update from master copy.
4478
4479 2005-04-21  Mike Stump  <mrs@apple.com>
4480
4481         * MAINTAINERS: Add self as Objective-C/Objective-C++ maintainer.
4482         * MAINTAINERS: Add Zem as Objective-C++ maintainer.
4483
4484 2005-04-19  Hans-Peter Nilsson  <hp@axis.com>
4485
4486         * configure.in <crisv32-*-*, cris-*-*>: New local variable
4487         libgcj_ex_libffi.  Have specific match for *-*-linux*.  Separate
4488         matches for "*-*-aout" and "*-*-elf".  Don't disable libffi for
4489         "*-*-elf" and "*-*-linux*".
4490         * configure: Regenerate.
4491
4492 2005-04-14  Joseph S. Myers  <joseph@codesourcery.com>
4493
4494         * MAINTAINERS (Various Maintainers): Add self as i18n maintainer.
4495
4496 2005-04-12  Mike Stump  <mrs@apple.com>
4497
4498         * libtool.m4: Update AC_LIBTOOL_SYS_MAX_CMD_LEN bits from upstream.
4499
4500 2005-04-04  Thomas Koenig  <Thomas.Koenig@online.de>
4501
4502         * MAINTAINERS (Write After Approval): Add myself.
4503
4504 2005-04-07  Bernd Schmidt  <bernd.schmidt@analog.com>
4505
4506         * MAINTAINERS (Port Maintainers): Add self for Blackfin.
4507
4508 2005-04-06  Paolo Bonzini  <bonzini@gnu.org>
4509
4510         * Makefile.tpl (BUILD_CONFIGARGS): Include --with-build-subdir.
4511         (TARGET_CONFIGARGS): Include --with-target-subdir.
4512         (configure, all): New macros.  Use them throughout.
4513         * Makefile.in: Regenerate.
4514
4515 2005-04-04  Jon Grimm  <jgrimm2@us.ibm.com>
4516
4517         * MAINTAINERS (Write After Approval): Add myself.
4518
4519 2005-03-31  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
4520
4521         * MAINTAINERS: Remove 'loop unrolling' maintainer.
4522
4523 2005-03-30  Gerald Pfeifer  <gerald@pfeifer.com>
4524
4525         * MAINTAINERS: Move John Carr to Write After Approval.
4526
4527 2005-03-30  J"orn Rennecke  <joern.rennecke@st.com>
4528
4529         * config/mh-mingw32: Delete.
4530         * configure.in: Don't use it.
4531         * configure: Regenerate.
4532
4533 2005-03-31  Paolo Bonzini  <bonzini@gnu.org>
4534
4535         * Makefile.def (bfd, opcodes, libstdc++-v3, libmudflap): Set lib_path.
4536         * Makefile.tpl (SET_LIB_PATH, REALLY_SET_LIB_PATH): Remove.
4537         (HOST_EXPORTS, STAGE_HOST_EXPORTS, TARGET_EXPORTS): Set RPATH_ENVVAR.
4538         (HOST_LIB_PATH): Generate from Makefile.def.
4539         (TARGET_LIB_PATH): Likewise.
4540         (Old bootstrap targets): Include TARGET_LIB_PATH into RPATH_ENVVAR.
4541         * Makefile.in: Regenerate.
4542         * configure.in (set_lib_path, SET_LIB_PATH, SET_GCC_LIB_PATH): Remove.
4543         (RPATH_ENVVAR): Include Darwin case.
4544         * configure: Regenerate.
4545
4546 2005-03-29  Thomas Fitzsimmons  <fitzsim@redhat.com>
4547
4548         * MAINTAINERS (Various Maintainers): Remove self.
4549         (Write After Approval): Add self.
4550
4551 2005-03-26  Thomas Fitzsimmons  <fitzsim@redhat.com>
4552
4553         * MAINTAINERS (Various Maintainers): Add self.
4554
4555 2005-03-25  Paolo Bonzini  <bonzini@gnu.org>
4556
4557         * configure.in (RPATH_ENVVAR): Set to DYLD_LIBRARY_PATH on Darwin.
4558         * configure: Regenerate.
4559
4560 2005-03-21  Zack Weinberg  <zack@codesourcery.com>
4561
4562         * Makefile.def: Remove libstdcxx_incdir, libsubdir, gxx_include_dir,
4563         gcc_version, and gcc_version_trigger from set of flags to pass.
4564         * Makefile.tpl: Remove definitions of above variables.
4565         (config.status): Remove dependency on $(gcc_version_trigger).
4566         * Makefile.in: Regenerate.
4567         * configure.in: Do not reference config/gcc-version.m4 nor
4568         config/gxx-include-dir.m4.  Do not invoke TL_AC_GCC_VERSION nor
4569         TL_AC_GXX_INCLUDE_DIR.  Do not set gcc_version_trigger.
4570         * configure: Regenerate.
4571
4572 2005-03-16  Manfred Hollstein  <manfred.h@gmx.net>
4573             Andrew Pinski  <pinskia@physics.uc.edu>
4574
4575         * Makefile.tpl (check-[+module+]): Fix shell statement inside if ... fi.
4576         * Makefile.in: Regenerate.
4577
4578 2005-03-13  Feng Wang  <fengwang@nudt.edu.cn>
4579
4580         * MAINTAINERS (Write After Approval): Add myself.
4581
4582 2005-03-03  David Ayers  <d.ayers@inode.at>
4583
4584         * MAINTAINERS (Write After Approval): Add myself.
4585
4586 2005-03-01  Alexandre Oliva  <aoliva@redhat.com>
4587
4588         PR libgcj/20160
4589         * ltmain.sh: Avoid creating archives with components that have
4590         duplicate basenames.
4591
4592 2005-02-28  Andrew Pinski  <pinskia@physics.uc.edu>
4593
4594         PR bootstrap/20250
4595         * Makefile.tpl (HOST target installs): Fix copy and pasto, use install
4596         instead of check.
4597         * Makefile.in: Regenerate.
4598
4599 2005-02-28  Paolo Bonzini  <bonzini@gnu.org>
4600
4601         * Makefile.in: Regenerate to fix conflict between the previous two
4602         patches.
4603
4604 2005-02-28  Paolo Bonzini  <bonzini@gnu.org>
4605
4606         PR bootstrap/17383
4607         * Makefile.def (target_modules): Remove "stage", now unnecessary.
4608         * Makefile.tpl (HOST_SUBDIR): New substitution.
4609         (STAGE_HOST_EXPORTS, EXPECT, HOST_LIB_PATH, USUAL_AR_FOR_TARGET,
4610         USUAL_AS_FOR_TARGET, USUAL_DLLTOOL_FOR_TARGET, USUAL_GCC_FOR_TARGET,
4611         USUAL_LD_FOR_TARGET, USUAL_NM_FOR_TARGET, USUAL_OBJDUMP_FOR_TARGET,
4612         USUAL_RANLIB_FOR_TARGET, USUAL_WINDRES_FOR_TARGET): Use it.
4613         (Host modules, Bootstrapped modules): Use it.
4614         (Build modules, Target modules): Do not create symlink trees,
4615         always configure out-of-srcdir.
4616         (distclean): Try removing $(host_subdir) with rm before using rm -rf.
4617         * configure.in (FLAGS_FOR_TARGET, CC_FOR_TARGET, GCJ_FOR_TARGET,
4618         GFORTRAN_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET): Use
4619         $(HOST_SUBDIR).  Create a symlink for host_subdir.
4620
4621         * Makefile.in: Regenerate.
4622         * configure: Regenerate.
4623
4624 2005-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
4625
4626         Merged from libada-gnattools-branch:
4627         2004-11-28  Nathanael Nerode  <neroden@gcc.gnu.org>
4628
4629         * gnattools: New directory.
4630         * Makefile.def: Add gnattools as a module, depending on target-libada.
4631         * Makefile.in: Regenerate.
4632         * configure.in: Include gnattools in host_tools; disable it if ada
4633         is disabled.
4634         * configure: Regenerate.
4635
4636 2005-02-24  James A. Morrison  <phython@gcc.gnu.org>
4637
4638         * MAINTAINERS (Language Front Ends Maintainers): Add myself as
4639         treelang maintainer.
4640         (Write After Approval): Remove myself.
4641
4642 2005-02-23  Paul Schlie  <schlie@comcast.net>
4643
4644         * configure.in: Allow darwin targeted ports to build tk, itcl and
4645         libgui.
4646         * configure: Regenerate.
4647
4648 2005-02-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
4649
4650         PR libgcj/10353
4651         * configure.in (noconfigdirs) <sparc-*-solaris2.[0-6]>: Add libgcj.
4652         * configure: Regenerate.
4653
4654 2005-02-18  Steven G. Kargl  <kargl@gcc.gnu.org>
4655
4656         * MAINTAINERS (Write After Approval): Add myself.
4657
4658 2005-02-10  Ian Lance Taylor  <ian@airs.com>
4659
4660         * MAINTAINERS: Update my e-mail address.
4661
4662 2005-02-02  Richard Guenther  <rguenth@gcc.gnu.org>
4663
4664         * MAINTAINERS (Write After Approval): Add myself.
4665
4666 2005-01-29  Hans-Peter Nilsson  <hp@axis.com>
4667
4668         * configure.in (noconfigdirs) <crisv32-*-*>: Match like cris-*-*.
4669         <crisv32-*-*, cris-*-*>: Only disable target-newlib and
4670         target-libgloss when not *-*-elf and *-*-aout.
4671         * configure: Regenerate.
4672
4673 2005-01-23  Kazu Hirata  <kazu@cs.umass.edu>
4674
4675         * MAINTAINERS: Remove obsolete entries.
4676
4677         * MAINTAINERS (Write After Approval): Add Michael Matz.
4678
4679 2005-01-19  Neil Booth  <neil@daikokuya.co.uk>
4680
4681         * MAINTAINERS: Remove self as cpplib maintainer.
4682
4683 2005-01-17  Kelley Cook  <kcook@gcc.gnu.org>
4684
4685         * install-sh, config.sub: Import from upstream.
4686
4687 2005-01-17  Kelley Cook  <kcook@gcc.gnu.org>
4688
4689         PR bootstrap/18222
4690         * Makefile.def: Pass CPPFLAGS_FOR_TARGET.
4691         * Makefile.tpl: Define target CPPFLAGS on CPPFLAGS_FOR_TARGET.
4692         * Makefile.in: Regenerate.
4693
4694 2005-01-16  Jason Thorpe  <thorpej@netbsd.org>
4695
4696         * MAINTAINERS: Update my email address.
4697
4698 2005-01-12  David Edelsohn  <edelsohn@gnu.org>
4699             Andreas Schwab  <schwab@suse.de>
4700
4701         PR bootstrap/18033
4702         * config-ml.in: Eval option if surrounded by single quotes.
4703
4704 2005-01-03  Paolo Bonzini  <bonzini@gnu.org>
4705
4706         Revert 2004-12-28 Makefile changes, a better fix will be
4707         applied to mainline and src after GCC 4.0 branches.
4708
4709 2004-12-28  Paolo Bonzini  <bonzini@gnu.org>
4710
4711         PR bootstrap/17383
4712
4713         * Makefile.def (target_modules): Remove stage parameter,
4714         it is always true now.
4715         * Makefile.tpl (configure-build-[+module+],
4716         configure-target-[+module+]): Always build symlink tree
4717         for the directory and for include.  BUILD_SUBDIR and
4718         TARGET_SUBDIR cannot be . anymore.
4719         * Makefile.in: Regenerate.
4720
4721 2004-12-25  David Edelsohn  <edelsohn@gnu.org>
4722
4723         Revert 2004-12-08 Makefile changes.
4724
4725 2004-12-17  Danny Smith  <dannysmith@users.sourceforge.net>
4726
4727         * MAINTAINERS: Move myself to OS Port Maintainers for windows,
4728         cygwin, mingw.
4729
4730 2004-12-16  Andrew Stubbs  <andrew.stubbs@st.com>
4731
4732         * configure.in (sh64-*-*): Reenable gprof.
4733         * configure: Regenerate.
4734
4735 2004-12-08  David Edelsohn  <edelsohn@gnu.org>
4736
4737         * Makefile.def (flags_to_pass): Add PICFLAG_FOR_TARGET.
4738         * Makefile.tpl (EXTRA_HOST_FLAGS): Add PICFLAG.
4739         (EXTRA_TARGET_FLAGS): Add PICFLAG.
4740         * Makefile.in: Regenerate.
4741
4742 2004-12-08  Christopher Faylor  <cgf@gcc.gnu.org>
4743
4744         * MAINTAINERS: Update my email address.
4745
4746 2004-12-07  Matt Kraai  <kraai@ftbfs.org>
4747
4748         * Makefile.tpl: Generate normal dependencies if the LHS module is
4749         not bootstrapped.
4750         * Makefile.in: Regenerate.
4751
4752 2004-12-03  Richard Sandiford  <rsandifo@redhat.com>
4753
4754         * configure.in: Include config/gxx-include-dir.m4.  Use
4755         TL_AC_GXX_INCLUDE_DIR.  Remove some now-redundant AC_SUBSTs.
4756         * configure: Regenerate.
4757
4758 2004-12-03  Richard Sandiford  <rsandifo@redhat.com>
4759
4760         * config.if: Delete.
4761         * configure.in: Set libstdcxx_incdir directly.
4762         * configure: Regenerate.
4763
4764 2004-12-02  Eric Christopher  <echristo@redhat.com>
4765
4766         * Makefile.tpl (clean-target-libgcc): Make change in correct place.
4767         * Makefile.in: Regenerate.
4768
4769 2004-12-02  Richard Sandiford  <rsandifo@redhat.com>
4770
4771         * configure.in: Clear gcc_version_trigger if the file doesn't exist.
4772         * configure: Regenerate.
4773
4774 2004-12-02  Richard Sandiford  <rsandifo@redhat.com>
4775
4776         * configure.in: Include config/gcc-version.m4.  Use TL_AC_GCC_VERSION
4777         to set gcc_version_trigger.  Remove some now-redundant AC_SUBSTs.
4778         * configure: Regenerate.
4779
4780 2004-12-01  Eric Christopher  <echristo@redhat.com>
4781
4782         * Makefile.in (clean-target-libgcc): Add stmp-dirs to list
4783         of things to remove.
4784
4785 2004-11-29  Matt Kraai  <kraai@ftbfs.org>
4786
4787         * MAINTAINERS (Write After Approval): Update my e-mail address.
4788
4789 2004-11-29  Kelley Cook  <kcook@gcc.gnu.org>
4790
4791         * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Re-import linux-gnu case
4792         from CVS libtool to always pass_all.
4793
4794 2004-11-25  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
4795
4796         * configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs.
4797         (hppa*64*-*-*): Delete incorrect comment.
4798         * configure: Rebuilt.
4799
4800 2004-11-24  Kelley Cook  <kcook@gcc.gnu.org>
4801
4802         * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Revert previous change.
4803
4804 2004-11-24  Kelley Cook  <kcook@gcc.gnu.org>
4805
4806         * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Import linux-gnu case
4807         from CVS libtool to always pass_all.
4808
4809 2004-11-15  Kelley Cook  <kcook@gcc.gnu.org>
4810
4811         * install-sh, compile: Import from automake.
4812
4813 2004-11-15  Kelley Cook  <kcook@gcc.gnu.org>
4814
4815         * config.guess, config.sub:  Import from savannnah.
4816
4817 2004-11-12  Scott Robert Ladd  <scott.ladd@coyotegulch.com>
4818
4819         * MAINTAINERS (Write After Approval): Add myself
4820
4821 2004-11-12  Mike Stump  <mrs@apple.com>
4822
4823         * Makefile.def: Add html support.
4824         * Makefile.tpl: Likewise.
4825         * Makefile.in: Regenerate.
4826
4827 2004-11-11  Geoffrey Keating  <geoffk@apple.com>
4828
4829         PR 18423
4830         * configure.in: Remove all instances of build-fixincludes from
4831         noconfigdirs.
4832         (build_configargs): Supply --target to subdirectories.
4833         * configure: Regenerate.
4834
4835         * Makefile.def: Make gcc install depend on fixincludes install.
4836         * Makefile.in: Regenerate.
4837
4838 2004-11-10  Janis Johnson  <janis187@us.ibm.com>
4839
4840         * MAINTAINERS: Add myself as gcc testsuite maintainer.
4841
4842 2004-11-11  Paul Brook  <paul@codesourcery.com>
4843
4844         * MAINTAINERS: Add self as arm maintainer.  Update email address.
4845
4846 2004-11-08  Hans-Peter Nilsson  <hp@bitrange.com>
4847
4848         * configure.in (noconfigdirs) [mmix-*-*]: Disable
4849         target-libgfortran.
4850         * configure: Regenerate.
4851
4852 2004-11-07  David Edelsohn  <edelsohn@gnu.org>
4853
4854         * config-ml.in: Pass FCFLAGS for multilibs, handle GFORTRAN
4855         like CC.
4856
4857 2004-11-05  Paolo Bonzini  <bonzini@gnu.org>
4858
4859         * Makefile.def (host fixincludes): Specify missing targets.
4860         * Makefile.in: Regenerate.
4861
4862 2004-11-05  Ralf Corsepius  <ralf.corsepius@rtems.org>
4863
4864         * MAINTAINERS: Add myself
4865
4866 2004-11-05  Gabor Loki  <loki@inf.u-szeged.hu>
4867
4868         * MAINTAINERS (Write After Approval): Add myself.
4869
4870 2004-11-04  Geoffrey Keating  <geoffk@apple.com>
4871
4872         * Makefile.def: Build fixincludes for the host, too.
4873         * Makefile.in: Regenerate.
4874         * configure.in (host_tools): Add fixincludes.
4875         * configure: Regenerate.
4876
4877 2004-11-04  Daniel Jacobowitz  <dan@debian.org>
4878
4879         * configure.in (arm-*-oabi*, thumb-*-oabi*): Remove.
4880         * configure: Regenerated.
4881
4882 2004-11-04  H.J. Lu  <hongjiu.lu@intel.com>
4883
4884         PR other/17783
4885         * configure.in: Set up LD_LIBRARY_PATH by default for gcc.
4886         * configure: Regenerated.
4887
4888 2004-10-31  Mark Mitchell  <mark@codesourcery.com>
4889
4890         * README.SCO: Update per FSF instructions.
4891
4892 2004-10-28  Eric B. Weddington  <ericw@evcohs.com>
4893
4894         PR target/18151
4895         * configure.in (case ${target}): Do not build fixincludes for avr.
4896         * configure: Regenerated.
4897
4898 2004-10-26  Paolo Bonzini  <bonzini@gnu.org>
4899
4900         * configure.in (case ${target}): Do not build fixincludes
4901         on platforms where it is not used.
4902         * configure: Regenerated.
4903
4904 2004-10-23  Daniel Jacobowitz  <dan@debian.org>
4905
4906         * configure.in: Use an absolute path to install-sh.
4907         * configure: Regenerated.
4908
4909 2004-10-19  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
4910
4911         * MAINTAINERS (Write After Approval): Add myself.
4912
4913 2004-10-19  Kazu Hirata  <kazu@cs.umass.edu>
4914
4915         * MAINTAINERS: Remove from Write After Approval those that are
4916         already maintainers.
4917
4918 2004-10-19  Sebastian Pop  <pop@cri.ensmp.fr>
4919
4920         * MAINTAINERS:  Update my email address.
4921
4922 2004-10-12  Kelley Cook  <kcook@gcc.gnu.org>
4923
4924         * configure.in (*-*-cygwin*): Supress warning if newlib not present.
4925         * configure: Regenerate.
4926
4927 2004-10-07  J"orn Rennecke  <joern.rennecke@st.com>
4928
4929         * MAINTAINERS:  Update my email address.
4930
4931 2004-10-07  Kazu Hirata  <kazu@cs.umass.edu>
4932
4933         * MAINTAINERS (Language Front Ends Maintainers): New.  Move
4934         entries belonging to this category.
4935
4936 2004-10-06  Josef Zlomek  <josef.zlomek@email.cz>
4937
4938         * MAINTAINERS: Update my e-mail address.
4939
4940 2004-10-06  Paolo Bonzini  <bonzini@gnu.org>
4941
4942         Fix wrong conflict resolution in:
4943
4944         2004-08-16  Paolo Bonzini  <bonzini@gnu.org>
4945
4946         * Makefile.in: Regenerate.
4947         * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
4948         in the recursive `make', instead of hardwiring `all'.
4949         (Autogenerated TARGET-* variables): New.
4950
4951 2004-10-05  Tomer Levi  <Tomer.Levi@nsc.com>
4952
4953         * configure.in: Enable target-libgloss for crx-*-*.
4954         * configure: Regenerate.
4955
4956 2004-10-04  Kazu Hirata  <kazu@cs.umass.edu>
4957
4958         * MAINTAINERS (Various Maintainers): Move the "windows,
4959         cygwin, mingw" maintainer to ...
4960         (OS Port Maintainers): ... here.
4961
4962 2004-10-04  Kazu Hirata  <kazu@cs.umass.edu>
4963
4964         * MAINTAINERS (Write After Approval): Remove those that are
4965         maintainers of some subsystem.
4966
4967 2004-10-02  P.J. Darcy  <darcypj@us.ibm.com>
4968
4969         * ltcf-c.sh (tpf*): Add ld_shlibs=yes.
4970         * ltcf-cxx.sh (tpf*): Likewise.
4971         * ltconfig (tpf*): Add TPF OS configuration support.
4972
4973 2004-10-01  Bernd Schmidt  <bernds_cb1@t-online.de>
4974
4975         * MAINTAINERS: Change my email address to my new work account.
4976
4977 2004-09-24  Michael Roth  <mroth@nessie.de>
4978
4979         * configure.in (--without-headers): Add missing double quotes.
4980         * configure: Regenerate.
4981
4982 2004-09-24  Kelley Cook  <kcook@gcc.gnu.org>
4983
4984         * ylwrap: Revert to previous version.
4985
4986 2004-09-23  H.J. Lu  <hongjiu.lu@intel.com>
4987
4988         PR bootstrap/17369
4989         * Makefile.tpl (REALLY_SET_LIB_PATH): Add @SET_GCC_LIB_PATH@.
4990         (HOST_EXPORTS]): Add @SET_GCC_LIB_PATH@. Set and export
4991         SET_GCC_LIB_PATH_CMD.
4992         (BASE_TARGET_EXPORTS): Likewise.
4993         * Makefile.in: Regenerated.
4994
4995         * configure.in (SET_GCC_LIB_PATH): Set and substitute.
4996         * configure: Regenerated.
4997
4998 2004-09-23  Kelley Cook  <kcook@gcc.gnu.org>
4999
5000         * config.guess: New upstream version
5001         * compile, depcomp, install-sh, ylwrap: Likewise.
5002
5003 2004-09-19  Roger Sayle  <roger@eyesopen.com>
5004
5005         * config/mh-x86omitfp: New host makefile fragment.  Add
5006         -fomit-frame-pointer to the default BOOT_CFLAGS.
5007         * configure.in: Use it to speed up bootstrap on some IA-32 hosts.
5008         * configure: Regenerate.
5009
5010 2004-09-15  Andrew Pinski  <pinskia@physics.uc.edu>
5011
5012         PR target/11572
5013         * configure.in (*-*-darwin*): Renable libobjc.
5014         * configure: Regenerate.
5015
5016 2004-09-10  Nathan Sidwell  <nathan@codesourcery.com>
5017
5018         * MAINTAINERS: Add self as c++ and type-safe vector maintainer.
5019
5020 2004-09-09  Daniel Berlin  <dberlin@dberlin.org>
5021
5022         * Makefile.def: Remove libbanshee.
5023         * Makefile.tpl: Ditto.
5024         * configure.in: Ditto.
5025         * Makefile.in: Regen.
5026         * configure: Ditto.
5027
5028 2004-09-08  David Edelsohn  <edelsohn@gnu.org>
5029
5030         * ltmain.sh: Use $pic_object as $non_pic_object if
5031         $non_pic_object=none.
5032
5033 2004-09-07  Paolo Bonzini  <bonzini@gnu.org>
5034
5035         * missing: Import latest version from master repository.
5036
5037 2004-09-06  Nick Clifton  <nickc@redhat.com>
5038
5039         * config.sub: Import latest version from master repository.
5040         * config.guess: Likewise.
5041         This includes these changes:
5042
5043         2004-08-27  Hans-Peter Nilsson  <hp@axis.com>
5044
5045         * config.sub: Handle crisv32, alias etraxfs.
5046         * config.guess (crisv32:Linux:*:*): Handle.
5047
5048         2004-08-13  Brad Smith  <brad@comstyle.com>
5049
5050         * config.guess (*:OpenBSD:*:*): Remove defunct MIPS machines.
5051         (sgi:OpenBSD:*:*): Emit mips64, not mipseb.
5052
5053         2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
5054
5055         * config.guess (*:Darwin:*:*): If uname -p reports "unknown",
5056         assume the processor is a powerpc.  This is because coreutils
5057         uname (at least versions 4.5.7 through 5.2.1) outputs "unknown"
5058         in this case, due to a MacOS X bug that causes
5059         sysctl ((int[]) {CTL_HW, HW_MACHINE_ARCH}, 2, buffer, &bufsize, 0, 0)
5060         to return a negative number.
5061         Problem reported by Petter Reinholdtsen in:
5062         http://lists.gnu.org/archive/html/bug-gnu-utils/2003-02/msg00201.html
5063
5064         2004-07-19  Ben Elliston  <bje@gnu.org>
5065
5066         * config.guess (S7501:*:4.0:3.0): Handle NCR System V UNIX machine.
5067
5068         2004-06-24  Ben Elliston  <bje@gnu.org>
5069
5070         * config.guess: Update copyright years.
5071         * config.sub: Likewise.
5072
5073         2004-06-22  Robert Millan  <robertmh@gnu.org>
5074
5075         * config.guess (*:FreeBSD:*:*): Remove check for glibc (unneeded
5076         since GNU/kFreeBSD systems match *:GNU/*:*:* instead).
5077
5078         2004-06-22  Stanley F. Quayle <stan@stanq.com>
5079
5080         * config.guess (*:*VMS:*:*): New entry. Replaces
5081         Alpha:OpenVMS:*. Recognize and advertise all VMS flavors as dec
5082         manufacturer.
5083
5084         2004-06-22  Ben Elliston  <bje@gnu.org>
5085
5086         * config.guess: Cray fixes from Wendy Palm <wendyp@cray.com>.
5087         * config.sub: Likewise.
5088
5089         2004-06-22  Ben Elliston  <bje@gnu.org>
5090
5091         Reported by Hans-Peter Nilsson <hp@bitrange.com>:
5092         * config.sub: Correctly handle mmix-knuth and mmix-knuth-mmixware.
5093
5094         2004-06-11  Ben Elliston  <bje@gnu.org>
5095
5096         * config.guess (pegasos:OpenBSD:*:*): Remove.
5097
5098         2004-06-11  Ben Elliston  <bje@gnu.org>
5099
5100         From Wouter Verhelst <wouter@grep.be>:
5101         * config.guess (M68*:*:R3V[5678]:*): Detect R3V8.
5102
5103         2004-06-11  Ben Elliston  <bje@gnu.org>
5104
5105         * config.guess (luna88k:OpenBSD:*:*): New.
5106
5107         2004-03-12  Kazuhiro Inaoka  <inaoka.kazuhiro@renesas.com>
5108
5109         * config.guess (m32r*:Linux:*:*): New case.
5110         * config.sub: Handle m32rle.
5111
5112         2004-03-12  Ben Elliston  <bje@wasabisystems.com>
5113
5114         From Jens Petersen  <petersen@redhat.com>:
5115         * config.sub: Handle sparcv8.
5116
5117         2004-03-03  Ben Elliston  <bje@wasabisystems.com>
5118
5119         From Tom Smith <smith@cag.lkg.hp.com>:
5120         * config.guess: Version suffixes are equally significant on Tru64
5121         V4.* and V5.*, so do not ignore them on V5.*.  Handle a version
5122         prefix of "P" (patched kernel).
5123
5124         2004-02-23  Tal Agmon  <Tal.Agmon@nsc.com>
5125
5126         * config.sub: Add support for National Semiconductor CRX target.
5127
5128 2004-09-03  Janis Johnson  <janis187@us.ibm.com>
5129
5130         * MAINTAINERS (Various Maintainers): Remove myself as web page
5131         maintainer, add myself as maintainer of build status lists.
5132
5133 2004-09-03  Jan Beulich  <jbeulich@novell.com>
5134
5135         * configure.in: Remove target-libstdc++-v3 from noconfigdirs for
5136         *-*-netware, but add target-libmudflap.
5137         Consolidate *-*-netware targets (of which really only i?86 exists)
5138         into a single entry.
5139         * configure: Likewise.
5140
5141 2004-09-01  Paolo Bonzini  <bonzini@gnu.org>
5142
5143         * Makefile.tpl (sorry): Remove.
5144         (clean-stage[+id+], clean-stage[+id+]-module): New targets.
5145         (cleanstrap targets): Depend on distclean, not distclean-stage1.
5146         (do-clean): Clean per-stage directories too.
5147         (do-distclean): Run distclean-stage1 too.
5148         (.NOTPARALLEL): Enable during toplevel bootstrap.
5149         (stage[+id+]-bubble): Enable parallel execution during
5150         the recursive invocation.
5151         * Makefile.in: Regenerate.
5152
5153         Fix previous checkin:
5154
5155         * Makefile.tpl: Move BOOT_CFLAGS above host makefile fragment
5156         include.
5157         * configure.in: Fix indentation.
5158         * configure: Regenerate.
5159
5160 2004-08-31  Robert Bowdidge  <bowdidge@apple.com>
5161
5162         * Makefile.in: Move BOOT_CFLAGS above host makefile fragment include.
5163         * configure.in: add test for powerpc-*-darwin* to specify makefile frag
5164         * configure: regenerate
5165         * config/mh-ppc-darwin: create file, override BOOT_CFLAGS for
5166         -mdynamic-no-pic
5167
5168 2004-08-31  Paolo Bonzini  <bonzini@gnu.org>
5169
5170         * Makefile.def (build_modules): Add fixincludes.
5171         (dependencies): Make gcc depend on fixincludes.
5172         * configure.in (build_tools): Add fixincludes.
5173         (build_configdirs): Always include build_libs.
5174         * Makefile.in: Regenerate.
5175         * configure: Regenerate.
5176
5177 2004-08-30  Paolo Bonzini  <bonzini@gnu.org>
5178
5179         * Makefile.def (bootstrap stages): Add 'lean' parameter.
5180         * Makefile.tpl (configure-stageN-*, all-stageN-*): Turned into
5181         phony targets; do not generate timestamp files.
5182         (distclean-stageN): Remove references to their timestamp files.
5183         (restageN, touch-stageN): Remove.
5184         (stageN-bubble): Rewritten.
5185         (compare): Support lean bootstraps.
5186         * Makefile.in: Regenerate.
5187
5188         * configure.in: Only warn when bootstrapping but
5189         build != host or build != target.  Support lean bootstraps.
5190         * configure: Regenerate.
5191
5192 2004-08-26  Phil Edwards  <phil@codesourcery.com>
5193
5194         * configure.in:  Give a better error message if GMP/MPFR are missing
5195         and a language needing them has been requested.
5196         * configure:  Regenerated.
5197
5198 2004-08-25  Phil Edwards  <phil@codesourcery.com>
5199
5200         * configure.in:  Print a list of available language front-ends if
5201         a requested one is missing.  Tidy stray tab characters.
5202         * configure:  Regenerated.
5203
5204 2004-08-19  Michael Koch  <konqueror@gmx.de>
5205
5206         * gcc/doc/install.texi: Update entry about automake for libjava.
5207
5208 2004-08-17  Robert Millan  <robertmh@gnu.org>
5209
5210         * configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux
5211         (instead of FreeBSD).
5212         * configure: Regenerate.
5213
5214 2004-08-16  Paolo Bonzini  <bonzini@gnu.org>
5215
5216         * Makefile.in: Regenerate.
5217         * configure: Regenerate.
5218
5219         * Makefile.def (bootstrap-stage): Rename extra_*_flags to
5220         stage_*_flags.
5221         * Makefile.tpl (configure-[+module+], all-[+module+]): Exit
5222         for bootstrapped modules if toplevel bootstrap is going.
5223         (GCC bootstrap): Generate per-stage targets for all bootstrapped
5224         modules.  Adjust for changes in Makefile.def.  Enable several
5225         rules even in non-bootstrap mode, just to avoid peppering the
5226         template with unnecessary "@if/@endif gcc-bootstrap" pairs.
5227         (stage-[+prev+]-bubble): Remove.
5228
5229         * Makefile.def (Dependencies): Depend on all-build-bison,
5230         all-build-flex, all-build-byacc, all-build-texinfo, rather
5231         than the host variations.
5232         * Makefile.tpl (BUILD_DIR_PREFIX): Remove.  Replace throughout
5233         with BUILD_SUBDIR.
5234         (BISON): Update for recent Bisons.
5235         (YACC): Fix typo.
5236         (cross): Depend on all-build.
5237         (all): Do not depend on all-build.
5238         (prebootstrap): Remove.
5239         (dep-kind): Accept separate prefixes for MODULE and ON variables.
5240         (Prebootstrap dependencies): Add them to the per-stage targets
5241         and to all-prebootstrap.
5242         * configure.in (build_configdirs): Always enable build_tools.
5243         (BUILD_DIR_PREFIX): Remove.
5244
5245         * Makefile.def (gcc): Add target variable.
5246         (gdb, expect, guile, tk, tix): Replace with_x with extra_make_flags.
5247         * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
5248         in the recursive `make', instead of hardwiring `all'.
5249         (Autogenerated TARGET-* variables): New.
5250
5251 2004-08-13  Brian Booth  <bbooth@redhat.com>
5252
5253         * MAINTAINERS: Remove myself from write-after-approval.
5254
5255 2004-08-12  Nathanael Nerode  <neroden@gcc.gnu.org>
5256
5257         * src-release: Stop distributing mmalloc with gdb (which doesn't
5258         use it).
5259         * Makefile.def: GDB doesn't depend on mmalloc anymore.
5260         * Makefile.in: Regenerate.
5261
5262 2004-08-09  Mark Mitchell  <mark@codesourcery.com>
5263
5264         * configure.in (arm*-*-eabi*): New target.
5265         * configure: Regenerate.
5266
5267 2004-08-06  Paolo Bonzini  <bonzini@gnu.org>
5268
5269         * Makefile.def (bfd, opcodes, gcc, zlib): Mark as bootstrap module.
5270         (bison, byacc, flex, texinfo): Do not mark as bootstrap module.
5271         (Dependencies): New section.
5272         * Makefile.tpl (Dependencies): Generate from Makefile.def.
5273         (configure-target-[+module+]): Depend on maybe-all-gcc
5274         (all-prebootstrap): New name of all-bootstrap.  Changed throughout.
5275         (toplevel profiledbootstrap): Fix dependencies.
5276         * Makefile.in: Regenerate.
5277
5278 2004-08-03  Mark Mitchell  <mark@codesourcery.com>
5279
5280         * configure.in (arm*-*-symbianelf*): Add ${libgcj} and
5281         target-libiberty to noconfigdirs.
5282         * configure: Regenerate.
5283
5284 2004-08-03  Paul Brook  <paul@codesourcery.com>
5285
5286         * configure.in: Check for MPFR as well as GMP.
5287         * configure: Regenerate.
5288
5289 2004-08-01  Robert Millan  <robertmh@gnu.org>
5290
5291         * configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable
5292         libmudflap for all GNU-based systems (with Glibc).
5293         * configure: Regenerate.
5294
5295 2004-08-03  Paolo Bonzini  <bonzini@gnu.org>
5296
5297         * Makefile.def (host-modules): Add gcc.
5298         * Makefile.in: Regenerate.
5299         * Makefile.tpl (sorry): New rule.
5300         (configure-host, all-host, [+make_target+]-host, do-check,
5301         install-host): Do not add gcc as a special case.
5302         (host modules): Add a small special-casing for gcc.  Export
5303         extra_make_flags through the environment.
5304         (maybe-configure-gcc, configure-gcc, maybe-all-gcc, all-gcc,
5305         maybe-check-gcc, check-gcc, maybe-install-gcc, install-gcc,
5306         other recursive targets for gcc): Remove.
5307
5308         (all, do-[+make_target+], do-check): Wrap between unstage and stage.
5309         (stage, unstage): New rules.
5310         (stage[+id+]-start, stage[+id+]-end, [+compare-target+],
5311         distclean-stage[+id+]): Use stage_current.
5312         ([+bootstrap-target+], profiledbootstrap): Do not invoke manually
5313         the stage*-start rules.
5314
5315 2004-08-02  Geoffrey Keating  <geoffk@apple.com>
5316
5317         * ltcf-cxx.sh: On Darwin, make archive multi-module, and don't
5318         use -all_load flag.
5319
5320 2004-08-02  Paolo Bonzini  <bonzini@gnu.org>
5321
5322         * configure.in: Sync from src, add noconfigdirs for crx-*-*.
5323         * configure: Regenerate.
5324
5325 2004-07-16  Toon Moene  <toon@moene.indiv.nluug.nl>
5326
5327         * maintainer-scripts/gcc_release: Revert yesterday's change.
5328
5329 2004-07-16  Segher Boessenkool  <segher@kernel.crashing.org>
5330
5331         * MAINTAINERS: Add myself to write-after-approval.
5332
5333 2004-07-15  Toon Moene  <toon@moene.indiv.nluug.nl>
5334
5335         * libf2c: Removed.
5336         * gcc/gccbug.in: Updated because of libf2c removal.
5337         * maintainer-scripts/gcc_release: Ditto.
5338
5339 2004-07-09  Loren J. Rittle  <ljrittle@acm.org>
5340
5341         * configure.in: Build libmudflap by default on FreeBSD.
5342         * configure: Regenerated.
5343
5344 2004-07-09  Mark Mitchell  <mark@codesourcery.com>
5345
5346         * configure.in: Do not build libmudflap by default on non-GNU/Linux
5347         systems.
5348         * configure: Regenerated.
5349
5350 2004-07-08  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
5351
5352         PR target/16344
5353         * Makefile.tpl (profiledbootstrap): Build runtime libraries with
5354         feedback based compiler.
5355         * Makefile.in: Rebuilt.
5356
5357 2004-07-08  Alexandre Oliva  <aoliva@redhat.com>
5358
5359         * Makefile.def (host_modules): Set bootstrap=true for flex.
5360         * Makefile.tpl (all-gcc): Depend on texinfo and flex.
5361         * Makefile.in: Rebuilt.
5362
5363 2004-07-07  Jan Hubicka  <jh@suse.cz>
5364
5365         * MAINTAINERS: Add self as a profile feedback maintainer.
5366
5367 2004-07-05  Phil Edwards  <phil@codesourcery.com>
5368
5369         * configure.in:  Do not prepend $srcdir to /dev/null in
5370         makefile fragments.
5371         * configure:  Regenerate.
5372
5373 2004-07-01  Paolo Bonzini  <bonzini@gnu.org>
5374
5375         * Makefile.def (build_modules): Add bison, byacc, flex,
5376         m4, texinfo.
5377         (flags_to_pass): Add FLEX.
5378         * Makefile.tpl (BUILD_DIR_PREFIX, BASE_EXPORTS): New.
5379         (BUILD_EXPORTS, HOST_EXPORTS, BASE_TARGET_EXPORTS): Include it.
5380         (DEFAULT_YACC, USUAL_YACC, DEFAULT_LEX, USUAL_LEX, DEFAULT_M4,
5381         DEFAULT_MAKEINFO): Remove.
5382         (CONFIGURED_YACC, CONFIGURED_FLEX, CONFIGURED_BISON,
5383         CONFIGURED_LEX, CONFIGURED_M4, CONFIGURED_MAKEINFO): Substitute.
5384         (YACC, FLEX, BISON, LEX, M4, MAKEINFO): Define to look into
5385         objdir or else use configured tool.
5386         (all-build): New.
5387         (all): Depend on it.
5388         (Build module dependencies): Add.
5389         * Makefile.in: Regenerate.
5390         * configure.in: Better support for multiple build modules,
5391         matching what is done for host/target modules.  Do not look
5392         for "plausible" locations of build tools if Canadian cross.
5393         Use autoconf's AC_PROG_CC to find a C compiler.  Define
5394         BUILD_DIR_PREFIX.  Look for flex, makeinfo and m4.
5395         * configure: Regenerate.
5396
5397 2004-06-22  Paolo Bonzini  <bonzini@gnu.org>
5398
5399         * Makefile.tpl (HOST_EXPORTS): Fix pasto.
5400         * Makefile.in: Regenerate.
5401
5402 2004-06-22  Paolo Bonzini  <bonzini@gnu.org>
5403
5404         * Makefile.tpl (configure-build-[+module+],
5405         configure-[+module+], configure-target-[+module+]): Pass
5406         [+extra_configure_args+].
5407         (all-build-[+module+], all-[+module+], check-[+module+],
5408         install-[+module+], [+make_target+]-[+module+],
5409         all-target-[+module+], check-target-[+module+],
5410         install-target-[+module+], [+make_target+]-target-[+module+]):
5411         Pass [+extra_make_args+].
5412         (HOST_EXPORTS): Include the former GCC_HOST_EXPORTS.
5413         (GCC_HOST_EXPORTS): Remove.
5414         (configure-gcc, all-gcc, GCC_STRAP_TARGETS, profiledbootstrap,
5415         cross, check-gcc, check-gcc-c++, install-gcc,
5416         gcc-no-fixedincludes, [+make_target+]-gcc, stage[+id+]-bubble):
5417         Replace GCC_HOST_EXPORTS with HOST_EXPORTS.
5418         * Makefile.in: Regenerate.
5419
5420 2004-06-21  Matthew Sachs  <msachs@apple.com>
5421
5422         * MAINTAINERS: Added self to write-after-approval.
5423
5424 2004-06-21  Christopher Faylor  <cgf@alum.bu.edu>
5425
5426         * configure.in: Check for srcdir/winsup rather than build directory
5427         winsup.
5428         * configure: Regenerate.
5429
5430 2004-06-17  Corinna Vinschen  <vinschen@redhat.com>
5431
5432         * configure.in: Don't build Cygwin native newlib if winsup
5433         directory is missing.  Emit warning instead.
5434         * configure: Regenerate.
5435
5436 2004-06-09  Paolo Bonzini  <bonzini@gnu.org>
5437
5438         * Makefile.tpl (touch-stage[+id+]): New.
5439         (restage[+prev+]): Depend on touch-stage[+id+].
5440
5441         * Makefile.tpl (RECURSE_FLAGS_TO_PASS): New.
5442         Use it throughout.
5443
5444         * Makefile.def: Add profile and feedback bootstrap stages.
5445         Remove next field from bootstrap stages.
5446         * Makefile.tpl (LN, LN_S): Substitute.
5447         (stageN-start, stageN-end): Use double-colon rules, to
5448         provide a hook for additional setup commands.
5449         (distclean-stageN-gcc, restageN): Create dependencies from
5450         [+prev+], not from [+next+].
5451         (stageN-bubble): Add commands for successive stages from
5452         [+prev+], using double-colon rules.
5453         (all-stageN-gcc): Fix typo.
5454         (stagefeedback-start, profiledbootstrap): New.
5455         * Makefile.in: Regenerate.
5456         * configure.in: Call ACX_PROG_LN.
5457         * configure: Regenerate.
5458
5459 2004-06-08  Canqun Yang  <canqun@nudt.edu.cn>
5460
5461         * MAINTAINERS (Write After Approval): Add myself.
5462
5463 2004-06-03  Mark G. Adams  <mark.g.adams@sympatico.ca>
5464
5465         * MAINTAINERS (Write After Approval): Add myself.
5466
5467 2004-06-03  Paolo Bonzini  <bonzini@gnu.org>
5468
5469         * configure.in: Fix --enable-bootstrap breakage introduced in trees
5470         without gcc.
5471         * configure: Regenerate.
5472
5473 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
5474
5475         * Makefile.tpl: Fix typo.
5476         * Makefile.in: Regenerate.
5477
5478 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
5479
5480         * configure.in: Remove new- prefix from toplevel
5481         bootstrap targets.
5482         * configure: Regenerate.
5483
5484 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
5485
5486         * Makefile.tpl (all.normal): Rename to all.
5487         (all): Replace with a rule to pick the default
5488         target from configure.
5489         (all-gcc, configure-gcc): Use conditionals to
5490         do nothing when toplevel bootstrap is going on.
5491         (GCC directory bootstrap) [gcc-bootstrap]: Disable.
5492         (Toplevel bootstrap) [gcc-no-bootstrap]: Disable.
5493         * configure.in: Support --enable-bootstrap.
5494
5495         * Makefile.def: Remove new- prefix from toplevel
5496         bootstrap targets.
5497         * Makefile.tpl: Likewise.
5498
5499         * Makefile.def: Add bootstrap_stage 4.  Add bootstrap2
5500         target.
5501
5502         * Makefile.tpl (Toplevel bootstrap): Pass $(BASE_FLAGS_TO_PASS)
5503         $(RECURSE_FLAGS) to recursive invocation of make.
5504
5505         * Makefile.in: Regenerate.
5506         * configure: Regenerate.
5507
5508 2004-05-30  Andreas Jaeger  <aj@suse.de>
5509             Jim Wilson  <wilson@specifixinc.com>
5510
5511         * config-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77
5512         like CC.
5513
5514 2004-05-27  Daniel Jacobowitz  <dan@debian.org>
5515
5516         * configure.in: Fix sed invocation for GFORTRAN_FOR_TARGET.
5517         * configure: Regenerate.
5518
5519 2004-05-25  Daniel Jacobowitz  <drow@false.org>
5520
5521         * Makefile.tpl (BUILD_EXPORTS, HOST_EXPORTS, GCC_HOST_EXPORTS)
5522         (STAGE_HOST_EXPORTS, BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS)
5523         (NORMAL_TARGET_EXPORTS): New macros.  Use them in all the recursive
5524         targets.
5525         * Makefile.in: Regenerate.
5526
5527 2004-05-24  Paolo Bonzini  <bonzini@gnu.org>
5528
5529         * configure.in: Test the ability to symlink directories.
5530         * configure: Regenerate.
5531
5532         * Makefile.def (bootstrap-stage): New definitions.
5533         * Makefile.tpl (configure-stage1-gcc,
5534         configure-stage2-gcc, configure-stage3-gcc,
5535         all-stage1-gcc, all-stage2-gcc, all-stage3-gcc,
5536         new-bootstrap, new-cleanstrap, new-restage1, new-restage2,
5537         new-restage3, compare): Autogenerate, see Makefile.in
5538         entry for behavioral changes.
5539         (distclean-stage1, new-stage1-start, new-stage1-end,
5540         new-stage1-bubble, distclean-stage2, new-stage2-start,
5541         new-stage2-end, new-stage2-bubble, distclean-stage3,
5542         new-stage3-start, new-stage3-end): New autogenerated targets.
5543         (objext, prebootstrap, BOOT_CFLAGS,
5544         POSTSTAGE1_FLAGS_TO_PASS): Move above the autogenerated
5545         targets.
5546
5547         * Makefile.in: Regenerate.
5548         (distclean-stage1, new-stage1-start, new-stage1-end,
5549         new-stage1-bubble, distclean-stage2, new-stage2-start,
5550         new-stage2-end, new-stage2-bubble, distclean-stage3,
5551         new-stage3-start, new-stage3-end): New targets.
5552         (all-stage1-gcc): Move prebootstrap dependency from here...
5553         (configure-stage1-gcc): ...to here.
5554         (new-bootstrap): Use bubble targets.
5555         (new-cleanstrap, new-restage1, new-restage2, new-restage3):
5556         Use per-stage distclean targets.
5557         (configure-stage1-gcc, configure-stage2-gcc,
5558         configure-stage3-gcc, all-stage1-gcc,
5559         all-stage2-gcc, all-stage3-gcc, new-bootstrap):
5560         Use new-stageN-start to prepare the tree.
5561
5562 2004-05-23  Paolo Bonzini  <bonzini@gnu.org>
5563
5564         * Makefile.def (host_modules): add libcpp.
5565         * Makefile.tpl: Add dependencies on and for libcpp.
5566         * Makefile.in: Regenerate.
5567         * configure.in: Add libcpp host module.
5568         * configure: Regenerate.
5569
5570 2004-05-21  Paolo Bonzini  <bonzini@gnu.org>
5571
5572         * Makefile.tpl: Whenever a recursive target is defined, wrap
5573         it in a special @if/@endif block, and prepare its maybe
5574         dependency in the @if/@endif block
5575         * configure.in: Instead of writing maybe dependencies, remove
5576         the @if/@endif statements, and remove the @if/@endif blocks
5577         that remain.
5578         * configure: Regenerate.
5579         * Makefile.in: Regenerate.
5580
5581 2004-05-20  Janis Johnson  <janis187@us.ibm.com>
5582
5583         * MAINTAINERS (Various Maintainers): Add myself for compat testsuite.
5584
5585 2004-05-18  Kaz Kojima  <kkojima@gcc.gnu.org>
5586
5587         PR bootstrap/15120
5588         * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on sh*.
5589         * */configure: Rebuilt.
5590
5591 2004-05-17  Zack Weinberg  <zack@codesourcery.com>
5592
5593         * Makefile.def, Makefile.tpl, configure.in: Remove all mention
5594         of libf2c.
5595         * configure, Makefile.in: Regenerate.
5596
5597 2004-05-13  Tobias Schlüter  <tobi@gcc.gnu.org>
5598
5599         * MAINTAINERS (Write After Approval): Add myself.
5600
5601 2004-05-13  Diego Novillo  <dnovillo@redhat.com>
5602
5603         Merge from tree-ssa-20020619-branch.
5604
5605         * Makefile.def: Add libbanshee, libmudflap and libgfortran.
5606         * Makefile.tpl (BUILD_CONFIGDIRS): Add libbanshee.
5607         (HOST_GMPLIBS): Define.
5608         (HOST_GMPINC): Define.
5609         (TARGET_LIB_PATH): Add libmudflap.
5610         (GFORTRAN_FOR_TARGET): Define.
5611         (configure-build*): Export GFORTRAN.
5612         (configure-gcc): Export GMPLIBS and GMPINC.
5613         (all-gcc): Add maybe-all-libbanshee.
5614         (configure-target-libgfortran): Define.
5615         * Makefile.in: Regenerate.
5616         * configure.in (host_libs): Add libbanshee.
5617         (target_libraries): Add target-libmudflap and target-libgfortran.
5618         Add --with-libbanshee.
5619         Handle --disable-libmudflap.
5620         (*-*-freebsd*): Use with_gmp.
5621         Add $(libgcj) to noconfigdirs.
5622         * configure: Regenerate.
5623         * depcomp: New file.
5624         * MAINTAINERS: Add tree-ssa maintainers.
5625
5626 2004-05-04  Vladimir Makarov  <vmakarov@redhat.com>
5627
5628         * MAINTAINERS (Various Maintainers): Add myself.
5629
5630 2004-04-30  Brian Ford  <ford@vss.fsi.com>
5631
5632         * MAINTAINERS (Write After Approval): Add myself.
5633
5634 2004-04-29  Uros Bizjak  <uros@kss-loka.si>
5635
5636         * MAINTAINERS (Write After Approval): Add myself.
5637
5638 2004-04-28  Paolo Bonzini  <bonzini@gnu.org>
5639
5640         * config/acx.m4: Fix fastcompare support for new-bootstrap.
5641         * configure: Regenerate.
5642
5643 2004-04-27  Paolo Bonzini  <bonzini@gnu.org>
5644
5645         Revert:
5646         2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
5647
5648         * Makefile.def (flags_to_pass): Remove *dir variables that
5649         are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
5650         as well as prefix and exec_prefix.
5651         * Makefile.in: Regenerate.
5652
5653 2004-04-26  Robert Millan  <robertmh@gnu.org>
5654
5655         Add patches from libtool CVS.
5656         * libtool.m4: Add kfreebsd*-gnu and knetbsd*-gnu.
5657         * ltconfig: Likewise.
5658         * ltcf-c.sh: Likewise.
5659         * ltcf-cxx.sh: Likewise.
5660         * ltcf-gcj.sh: Likewise.
5661
5662 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
5663
5664         * Makefile.def (host_modules): Mark with the bootstrap
5665         flag packages on which gcc depends.
5666         * Makefile.tpl (all-bootstrap): Use it.
5667         * Makefile.in: Regenerate.
5668
5669 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
5670
5671         * Makefile.def (flags_to_pass): Remove *dir variables that
5672         are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
5673         as well as prefix and exec_prefix.
5674         * Makefile.in: Regenerate.
5675
5676 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
5677
5678         * configure.in: Invoke ACX_PROG_CMP_IGNORE_INITIAL.
5679         * configure: Regenerate.
5680         * config/acx.m4: Mutuate ACX_PROG_CMP_IGNORE_INITIAL from gcc.
5681         * gcc/Makefile.tpl (compare): Use the result of the test.
5682         * gcc/Makefile.in: Regenerate.
5683
5684 2004-04-23  Paolo Bonzini  <bonzini@gnu.org>
5685
5686         * Makefile.tpl (all-stage1-gcc, all-stage2-gcc, all-stage3-gcc):
5687         Always relocate gcc and prev-gcc to the original names, even
5688         if the build fails.
5689         (new-cleanstrap, new-restage1, new-restage2, new-restage3):
5690         New targets.
5691
5692 2004-04-23  Laurent GUERBY <laurent@guerby.net>
5693
5694         * MAINTAINERS: Update my email address.
5695
5696 2004-04-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
5697
5698         * configure.in (mips*-*-irix5*): Enable ld.
5699         * configure: Regenerate.
5700
5701 2004-04-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
5702
5703         * configure: Regenerate.
5704
5705 2004-04-15  James E Wilson  <wilson@specifixinc.com>
5706
5707         * Makefile.tpl (configure-[+module+], configure-gcc,
5708         configure-stage1-gcc, configure-stage2-gcc, configure-stage3-gcc):
5709         Set and export LDFLAGS.
5710         * Makefile.in: Regenerate.
5711
5712 2004-04-12  Michael Chastain  <mec.gnu@mindspring.com>
5713
5714         * MAINTAINERS: Add myself to write-after-approval.
5715
5716 2004-04-09  Nathanael Nerode  <neroden@gcc.gnu.org>
5717
5718         PR bootstrap/14871
5719         * Makefile.tpl: If we don't have built-in-tree target tools,
5720         use the ones found by configure rather than hacking around with
5721         program_transform_name.
5722         * configure.in: Give Makefile.tpl the information necessary
5723         to do that.
5724         * Makefile.in: Regenerate.
5725         * configure: Regenerate.
5726
5727 2004-04-06  Nathanael Nerode  <neroden@gcc.gnu.org>
5728
5729         PR bootstrap/14760
5730         * configure.in: When computing baseargs, strip *all* copies of
5731         offending options.  Also, don't match/substitute the trailing space,
5732         so that this actually works when two similar options are separated by
5733         only one space.
5734         * configure: Regenerate.
5735
5736 2004-04-06  David Edelsohn  <edelsohn@gnu.org>
5737
5738         * configure.in (powerpc-*-aix*): Remove target-libada from noconfigdirs.
5739         (rs6000-*-aix*): Same.
5740         * configure: Regenerate.
5741
5742 2004-04-05  Ranjit Mathew  <rmathew@hotmail.com>
5743
5744         * MAINTAINERS: Add myself to write-after-approval.
5745
5746 2004-04-03  Bud Davis  <bdavis9659@comcast.net>
5747
5748         * MAINTAINERS: Add myself to write-after-approval.
5749
5750 2004-03-24  Nathanael Nerode  <neroden@gcc.gnu.org>
5751
5752         * Makefile.tpl (top level bootstrap support): Remove now-unneeded
5753         STRICT_WARN, WARN_CFLAGS flags passed down to make.
5754         * Makefile.in: Regenerate.
5755
5756         * configure.in (top level bootstrap support): Rework --enable-werror
5757         to set @stage2_werror_flag@.
5758         * configure: Regenerate.
5759         * Makefile.tpl (top level bootstrap support): Pass
5760         @stage2_werror_flag@ down to configure in stages 2 and 3.
5761         * Makefile.in: Regenerate.
5762
5763 2004-03-23  Nathanael Nerode  <neroden@gcc.gnu.org>
5764
5765         * Makefile.tpl (new-bootstrap): Set CC and CC_FOR_BUILD in configure
5766         for stages 2 and 3 as well as in make.  As a consequence, remove
5767         OUTPUT_OPTION (now detected by configure) from the flags passed down
5768         to make.
5769         * Makefile.in: Regenerate.
5770
5771         * Makefile.tpl (new-bootstrap): Fix typo.
5772         * Makefile.in: Regenerate.
5773
5774 2004-03-22  Nathanael Nerode  <neroden@gcc.gnu.org>
5775
5776         * Makefile.tpl: Rearrange by moving recursive_targets rules
5777         into their proper sections.
5778         * Makefile.tpl (top level bootstrap support): Move disabling
5779         of coverage flags from 'make' to 'configure'; improve comments.
5780         * Makefile.in: Regenerate.
5781
5782         * Makefile.tpl (experimental top level bootstrap) Move stage1
5783         language setting from all- target to configure- target; disable
5784         intermodule optimization in stage 1; prevent gratuitous rebuilds
5785         of stage 1.
5786         * Makefile.in: Regenerate.
5787         * configure.in: Comma-separate stage 1 language list for top
5788         level bootstrap.
5789         * configure: Regenerate.
5790
5791         * Makefile.tpl: Clean up experimental top level bootstrap support:
5792         note known problems; set CONFIG_SHELL; don't set BUILD_CC; relocate
5793         prev-gcc in configure- targets as well as all- targets.
5794         * Makefile.in: Regenerate.
5795
5796 2004-03-21  Kelley Cook  <kcook@gcc.gnu.org>
5797
5798         * compile: New file imported from automake.
5799
5800 2004-03-17  Paolo Bonzini  <bonzini@gnu.org>
5801
5802         * configure.in: Remove symbolic link section.
5803         * configure: Regenerate.
5804         * Makefile.tpl (links): Remove.
5805         * Makefile.in: Regenerate.
5806
5807 2004-03-15  Paolo Bonzini  <bonzini@gnu.org>
5808             Nathanael Nerode  <neroden@gcc.gnu.org>
5809
5810         * configure.in (DEFAULT_YACC, DEFAULT_M4, DEFAULT_LEX):
5811         Set with AC_CHECK_PROGS.
5812         * configure.in: Fix comment typo from last patch.
5813         * configure: Regenerate.
5814
5815 2004-03-15  Nathanael Nerode  <neroden@gcc.gnu.org>
5816
5817         * Makefile.tpl: Introduce experimental top level bootstrap support.
5818         * Makefile.in: Regenerate.
5819         * configure.in: Introduce support for top level bootstrap.
5820         * configure: Regenerate.
5821
5822 2004-03-12  Eric Botcazou  <ebotcazou@gcc.gnu.org>
5823             Paolo Bonzini  <bonzini@gnu.org>
5824
5825         PR bootstrap/14522
5826         * configure.in: Cope with shells that do not support unquoted ^
5827         * configure: Regenerate.
5828
5829 2004-03-11  Eric Botcazou  <ebotcazou@gcc.gnu.org>
5830             Paolo Bonzini  <bonzini@gnu.org>
5831
5832         PR bootstrap/14522
5833         * configure.in: Cope with shells that do not support nesting
5834         quotes inside quoted backquote substitutions.
5835         * configure: Regenerate.
5836
5837 2004-03-10  Andrew Pinski  <pinskia@physics.uc.edu>
5838
5839         PR bootstrap/14522
5840         * configure.in: Fix escaping of $.
5841         * configure: Regenerate.
5842
5843 2004-03-11  Nathanael Nerode  <neroden@gcc.gnu.org>
5844
5845         * configure: Regenerate, since I forgot to while committing Paolo's
5846         changes.
5847
5848 2004-03-08  Paolo Bonzini  <bonzini@gnu.org>
5849
5850         PR ada/14131
5851         Move language detection to the top level.
5852         * configure.in: Find default values for the tools as
5853         soon as possible.  Disable ada if GNAT is not found.
5854         Emit error message about missing languages.  Expand
5855         --enable-languages=all for the gcc subdirectory.
5856
5857 2004-03-10  Ben Elliston  <bje@gnu.org>
5858
5859         * MAINTAINERS: Update my email address.
5860
5861 2004-03-05  David Edelsohn  <edelsohn@gnu.org>
5862
5863         * ltconfig: Disable building static libraries if building shared
5864         libraries on AIX 5L.
5865
5866 2004-03-01  Richard Sandiford  <rsandifo@redhat.com>
5867
5868         * configure.in (mips64*-*-linux*): Override mips*-*-linux* case
5869         and disable libgcj.
5870         * configure: Regenerated.
5871
5872 2004-03-01  Brian Booth  <bbooth@redhat.com>
5873
5874         * MAINTAINERS: Add myself to write-after-approval.
5875
5876 2004-03-01  Paolo Bonzini  <bonzini@gnu.org>
5877
5878         * MAINTAINERS: Add myself to write-after-approval.
5879
5880 2004-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
5881
5882         PR bootstrap/7087
5883         * Makefile.tpl: Guard XFOO sed statements better.
5884         * Makefile.tpl: Add dependency for configure-target-libada.
5885         * Makefile.in: Regenerate (incidentally fixes broken
5886         commit when libada-branch was merged).
5887
5888 2004-02-25  Kelley Cook  <kcook@gcc.gnu.org>
5889
5890         * MAINTAINERS: Add myself to write-after-approval.
5891
5892 2004-02-20  Andrew Pinski  <pinskia@physics.uc.edu>
5893
5894         * MAINTAINERS: Add Nicola Pero and myself as libobjc
5895         maintainers.
5896
5897 2004-02-20  Andrew Cagney  <cagney@redhat.com>
5898
5899         * config.guess: Update from version 2003-10-16 to 2004-02-16.
5900         * config.sub: Update from version 2003-11-03 to 2004-02-16.
5901
5902 2004-02-19  Nathanael Nerode  <neroden@gcc.gnu.org>
5903
5904         PR bootstrap/11932
5905         * mkinstalldirs, install-sh: Import from automake CVS HEAD.
5906
5907 2004-02-14  Jerry Quinn  <jlquinn@optonline.net>
5908
5909         * MAINTAINERS: Added myself to write-after-approval.
5910
5911 2004-02-14  Michael Koch  <konqueror@gmx.de>
5912
5913         * MAINTAINERS: Added myself to write-after-approval.
5914
5915 2004-02-13  Joseph S. Myers  <jsm@polyomino.org.uk>
5916
5917         * MAINTAINERS: Move Steve Chamberlain to write-after-approval.  Move
5918         some OS port maintainers to OS port maintainers section.
5919
5920 2004-02-13  Frank Ch. Eigler  <fche@redhat.com>
5921
5922         * MAINTAINERS: Add self.
5923
5924 2004-02-12  Kazu Hirata  <kazu@cs.umass.edu>
5925
5926         * MAINTAINERS: Alphabetize.
5927
5928 2004-02-12  Paolo Bonzini  <bonzini@gnu.org>
5929
5930         * MAINTAINERS: Remove myself.
5931
5932 2004-02-11  David Edelsohn  <edelsohn@gnu.org>
5933
5934         * configure.in (powerpc-*-aix*): Add target-libada to noconfigdirs.
5935         (rs6000-*-aix*): Same.
5936         * configure: Regenerate.
5937
5938 2004-02-11  Kelley Cook  <kcook@gcc.gnu.org>
5939
5940         * configure.in (host): Add in missing $noconfigdirs to defines.
5941         * configure: Regenerate.
5942
5943 2004-02-10  Arnaud Charlet  <charlet@act-europe.fr>,
5944             Nathanael Nerode  <neroden@gcc.gnu.org>
5945
5946         PR ada/6637, PR ada/5911
5947         Merge with libada-branch:
5948         * configure.in, Makefile.tpl, Makefile.def: Add target-libada,
5949         with appropriate dependencies. Add --enable-libada configure switch.
5950         * configure, Makefile.in: Regenerate.
5951
5952 2004-02-09  Paolo Bonzini  <bonzini@gnu.org>
5953
5954         * MAINTAINERS: Add myself to write-after-approval.
5955
5956 2004-02-05  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
5957
5958         * configure.in: Don't pass --with-stabs on IRIX 5 either.
5959         * configure: Regenerate.
5960
5961 2004-02-04  Geoffrey Keating  <geoffk@apple.com>
5962
5963         Merge from upstream:
5964
5965         * ltmain.in: When setting IFS to '~', be careful about user
5966         arguments that contain '~'.
5967
5968         2004-02-04  Peter O'Gorman  <peter@pogma.com>
5969
5970         * ltmain.in (infer_tag): Move tag inferrence to a shell function.
5971         Also test $base_compile against $CC with escaped arguments. Bug
5972         reported by Geoff Keating <geoffk@apple.com>.
5973
5974 2004-02-04  Kazu Hirata  <kazu@cs.umass.edu>
5975
5976         * MAINTAINERS: Remove i960 port.
5977
5978 2004-01-23  DJ Delorie  <dj@redhat.com>
5979
5980         * Makefile.def (target_modules) [libiberty]: Don't stage.
5981         * Makefile.in: Rebuilt.
5982
5983 2004-01-20  Caroline Tice  <ctice@apple.com>
5984
5985         * MAINTAINERS: Add myself to write-after-approval.
5986
5987 2004-01-19  Paolo Carlini  <pcarlini@suse.de>
5988
5989         * MAINTAINERS: Update my email address.
5990
5991 2004-01-18  James A. Morrison  <ja2morri@uwaterloo.ca>
5992
5993         * MAINTAINERS: Add myself to write-after-approval.
5994
5995 2004-01-17  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
5996
5997         * MAINTAINERS: Remove entries without email address.
5998
5999 2004-01-15  Daniel Jacobowitz  <drow@mvista.com>
6000
6001         * MAINTAINERS: Add myself to write-after-approval.
6002
6003 2004-01-15  Steven Bosscher  <stevenb@suse.de>
6004
6005         * MAINTAINERS: Update my email address.
6006
6007 2004-01-14  Loren J. Rittle  <ljrittle@acm.org>
6008
6009         * Makefile.def (target_modules) [libtermcap, libiberty, zlib]: Stage.
6010         * Makefile.tpl (configure-target-[+module+]): Support stage.
6011         * Makefile.in: Rebuilt.
6012
6013 2004-01-12  Ian Lance Taylor  <ian@wasabisystems.com>
6014
6015         * MAINTAINERS: Add myself as a libiberty MAINTAINER.
6016
6017 2004-01-10  Richard Sandiford  <rsandifo@redhat.com>
6018
6019         * MAINTAINERS: Add myself as a MIPS maintainer.
6020
6021 2004-01-04  Nathanael Nerode  <neroden@gcc.gnu.org>
6022
6023         * configure.in: Use ./config.cache, not config.cache.
6024         * configure: Regenerate.
6025         * Makefile.tpl: Special-casing not needed for GCC any more.
6026         * Makefile.in: Regenerate.
6027
6028         * configure.in: Don't share a cache file for host dirs.
6029         * configure: Regenerate.
6030
6031         * config-ml.in: Don't mess with the cache file.
6032
6033 2004-01-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
6034
6035         * MAINTAINERS: Move myself from 'Write After Approval' to
6036         'CPU Port Maintainers' section as SPARC maintainer.
6037
6038 2004-01-03  Nathanael Nerode  <neroden@gcc.gnu.org>
6039
6040         * Makefile.tpl: Make GCC use a separate config.cache.
6041         * Makefile.in: Regenerate.
6042
6043         PR bootstrap/11932, PR bootstrap/11933
6044         (I don't know if it will fix either of them, but it relates
6045         to them.)
6046         * configure.in: Don't use shared config.cache for target
6047         directories.
6048         * configure: Regenerate.
6049
6050 2004-01-02  Dan Nicolaescu  <dann@ics.uci.edu>
6051
6052         * MAINTAINERS: Add myself to 'Write After Approval' section.
6053
6054 2003-12-31  Roger Sayle  <roger@eyesopen.com>
6055
6056         * configure.in (ia64*-*-hpux*): Disable building java libraries.
6057         * configure: Regenerated.
6058
6059 2003-12-23  Kazu Hirata  <kazu@cs.umass.edu>
6060
6061         * MAINTAINERS: Remove the mn10200 maintainer.
6062
6063 2003-12-21  Bernardo Innocenti  <bernie@develer.com>
6064
6065         * configure.in (*-*-uclinux): Exclude newlib, libgloss and rda.
6066         * configure: Regenerated.
6067
6068 2003-12-16  Jan Hubicka  <jh@suse.cz>
6069
6070         * MAINTAINERS: Add myself as callgraph maintainer.
6071
6072 2003-12-08  Thomas Fitzsimmons  <fitzsim@redhat.com>
6073
6074         * configure.in (raw_libstdcxx_flags): Remove the leading space.
6075         * configure: Regenerate.
6076
6077 2003-12-01  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
6078
6079         * MAINTAINERS: Move myself from 'Bug database only accounts' to
6080         'Write After Approval' section. Update email.
6081
6082 2003-12-01  James Lemke  <jim@wasabisystems.com>
6083
6084         * MAINTAINERS (Write After Approval): Add myself.
6085
6086 2003-11-20  Matt Thomas  <matt@3am-software.com>
6087
6088         * MAINTAINERS: Add myself as a vax port maintainer.
6089
6090 2003-11-20  Kelley Cook  <kcook@gcc.gnu.org>
6091
6092         * Makefile.tpl (BASE_FLAGS_TO_PASS): Pass along CONFIG_SHELL.
6093         (configure-build-[+module+], configure-[+module+]): Likewise.
6094         (configure-target-[+module+], configure-gcc, config.status): Likewise.
6095         * Makefile.in: Regenerate.
6096
6097 2003-11-19  Andreas Tobler  <a.tobler@schweiz.ch>
6098
6099         * libtool.m4: Sync darwin bits from libtool cvs to build a gcc with
6100         shared/dylibed libraries.
6101         * ltmain.sh: Likewise.
6102         * ltcf-c.sh: Likewise, disable shared library build for OS-X < 10.3.
6103         * ltcf-cxx.sh: Likewise.
6104         * ltcf-gcj.sh: Likewise.
6105         * ltconfig: Likewise.
6106
6107 2003-11-17  Stan Cox  <scox@redhat.com>
6108
6109         * MAINTAINERS: Add myself as iq2000 port maintainer.
6110
6111 2003-11-14  Arnaud Charlet  <charlet@act-europe.fr>
6112
6113         * Makefile.tpl (EXTRA_GCC_FLAGS): Pass BOOT_ADAFLAGS.
6114         * Makefile.in: Regenerate.
6115
6116 2003-11-03  Ulrich Weigand  <uweigand@de.ibm.com>
6117
6118         * config.sub: Update to 2003-11-03 version.
6119
6120 2003-10-20  Phil Edwards  <phil@codesourcery.com>
6121
6122         * configure.in (*-*-vxworks):  Add target-libiberty to noconfdirs.
6123         * configure:  Regenerate.
6124
6125 2003-10-20  Nicolas Pitre  <nico@cam.org>
6126
6127         * MAINTAINERS: Add myself to 'Write After Approval' section.
6128
6129 2003-10-20  Arnaud Charlet  <charlet@act-europe.fr>
6130
6131         * MAINTAINERS (Various maintainers: Ada front end): Added myself.
6132
6133 2003-10-19  Joseph S. Myers  <jsm@polyomino.org.uk>
6134
6135         * MAINTAINERS: Update my email address.
6136
6137 2003-10-17  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
6138
6139         * config-ml.in (multi-do): Pass MULTIFLAGS to subdir makes.
6140
6141 2003-10-17  Ralph Loader  <rcl@ihug.co.nz>
6142
6143         * MAINTAINERS: Add myself to 'Write After Approval' section.
6144
6145 2003-10-16  Bernardo Innocenti  <bernie@develer.com>
6146
6147         * config.guess: Update to 2003-10-16 version.
6148         * config.sub: Update to 2003-10-16 version.
6149
6150 2003-10-15  David Daney  <ddaney@avtrex.com>
6151
6152         * MAINTAINERS: Added myself to 'Write After Approval' section.
6153
6154 2003-10-15  Falk Hueffner  <falk@debian.org>
6155
6156         * MAINTAINERS: Move myself from 'Bug database only accounts' to
6157         'Write After Approval' section. Update email.
6158
6159 2003-10-14  Roger Sayle  <roger@eyesopen.com>
6160
6161         * MAINTAINERS: Move myself from 'Write After Approval' to
6162         'Various Maintainers' section as middle-end maintainer.
6163
6164 2003-10-13  Nathanael Nerode  <neroden@gcc.gnu.org>
6165
6166         * Makefile.tpl: Make GCC_FLAGS_TO_PASS a superset of
6167         HOST_FLAGS_TO_PASS.
6168         * Makefile.in: Regenerate.
6169
6170 2003-10-11  Bernardo Innocenti  <bernie@develer.com>
6171
6172         * config.guess: Update to 2003-10-07 version.
6173         * config.sub: Update to 2003-10-07 version.
6174
6175 2003-10-06  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
6176
6177         * ltcf-cxx.sh (irix5*, irix6*): Prefix -soname and its arg with ${wl}.
6178         * ltconfig (irix5*, irix6*): Don't override version_type.
6179
6180 2003-10-05  Mohan Embar  <gnustuff@thisiscool.com>
6181
6182         * configure.in: Allow explicit specification of CFLAGS_FOR_BUILD.
6183         * configure: Rebuilt
6184         * Makefile.tpl: Use CFLAGS_FOR_BUILD computed by configure
6185         * Makefile.in: Rebuilt
6186
6187 2003-10-03  H.J. Lu  <hongjiu.lu@intel.com>
6188
6189         * ltconfig (sys_lib_search_path_spec): Fix a typo for HPUX.
6190
6191 2003-09-30  Carlo Wood  <carlo@alinoe.com>
6192
6193         * MAINTAINERS (Write After Approval): Add myself.
6194
6195 2003-09-29  Paul Koning  <ni1d@arrl.net>
6196
6197         * MAINTAINERS: Move myself from "Write After Approval"
6198         to CPU platform maintainers for pdp11 platform.
6199
6200 2003-09-23  Andreas Tobler  <a.tobler@schweiz.ch>
6201
6202         * MAINTAINERS: Move myself from 'Write After Approval' to
6203         'Various Maintainers' section as libffi testsuite maintainer.
6204
6205 2003-09-21  Daniel Jacobowitz  <drow@mvista.com>
6206
6207         * configure.in: Pass a computed --program-transform-name
6208         to subconfigures.
6209         * configure: Regenerated.
6210
6211 2003-09-20  Nathanael Nerode  <neroden@gcc.gnu.org>
6212
6213         * Makefile.tpl: Don't pass down obsolete ENQUIRE variable.
6214         * Makefile.in: Regenerate.
6215
6216         * Makefile.tpl: Don't pass (unused) DLLTOOL or WINDRES to gcc.
6217         * Makefile.in: Regenerate.
6218
6219 2003-09-19  Ziemowit Laski  <zlaski@apple.com>
6220
6221         * MAINTAINERS: Move myself from 'Write After Approval'
6222         to 'Various Maintainers' (objective-c) section.
6223
6224 2003-09-17  Daniel Jacobowitz  <drow@mvista.com>
6225
6226         * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Fix
6227         quoting.
6228         * configure: Regenerated.
6229
6230 2003-09-16  Joel Brobecker  <brobecker@gnat.com>
6231
6232         * MAINTAINERS (Write After Approval): Add myself to write after
6233         approval list.
6234
6235 2003-09-16  Dorit Naishlos  <dorit@il.ibm.com>
6236
6237         * MAINTAINERS (Write After Approval): Add myself.
6238
6239 2003-09-09  Ian Lance Taylor  <ian@wasabisystems.com>
6240
6241         * MAINTAINERS: Update my e-mail address.
6242
6243 2003-09-09  Alan Modra  <amodra@bigpond.net.au>
6244
6245         * libtool.m4 (LD): Correct powerpc64 host match.
6246
6247 2003-09-06  James E Wilson  <wilson@tuliptree.org>
6248
6249         * MAINTAINTERS: Update my affiliation and email address.
6250
6251 2003-09-06  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
6252
6253         * MAINTAINERS (Write After Approval): Add myself.
6254
6255 2003-09-04  DJ Delorie  <dj@redhat.com>
6256
6257         * configure: Regenerate.
6258
6259 2003-09-04  Robert Millan  <robertmh@gnu.org>
6260
6261         * configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu triplet.
6262
6263 2003-09-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6264
6265         * configure.in: Ensure arguments to sed are properly spaced.
6266         * configure: Regenerate.
6267
6268 2003-08-30  Gerald Pfeifer  <gerald@pfeifer.com>
6269
6270         * MAINTAINERS: Update my e-mail address.
6271
6272 2003-08-28  Mohan Embar  <gnustuff@thisiscool.com>
6273
6274         * MAINTAINERS (Write After Approval): Add myself.
6275
6276 2003-08-27  Daniel Jacobowitz  <drow@mvista.com>
6277
6278         * configure.in: Set RAW_CXX_FOR_TARGET if unset.
6279         * configure: Regenerated.
6280
6281 2003-08-23  Marek Michalkiewicz  <marekm@amelek.gda.pl>
6282
6283         * MAINTAINERS: Update my email address.
6284
6285 2003-08-23  Phil Edwards  <pme@gcc.gnu.org>
6286
6287         * configure.in:  Use newline instead of semicolon when assuming
6288         shell arguments in a for loop.
6289         * configure:  Regenerated.
6290
6291 2003-08-22  Jason Eckhardt  <jle@rice.edu>
6292
6293         * MAINTAINERS: Resurrect the i860 maintainer.
6294
6295 2003-08-20  Geoffrey Keating  <geoffk@apple.com>
6296
6297         PR 8180
6298         * configure.in: When testing with_libs and with_headers, treat
6299         'no' as unset.  Based on a patch by Dan Kegel <dank@kegel.com>.
6300         * configure: Regenerate.
6301
6302         * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS): Quote properly for
6303         make, shell, etc.
6304         (baseargs): Likewise.
6305         * configure: Regenerate.
6306
6307 2003-08-20  Bernardo Innocenti  <bernie@develer.com>
6308
6309         * MAINTAINERS (Write After Approval): Add myself.
6310
6311 2003-08-19  Geoffrey Keating  <geoffk@apple.com>
6312
6313         * configure.in: Disable libgcj for darwin not on powerpc.
6314         * configure: Rebuild.
6315
6316 2003-08-14  Alexandre Duret-Lutz  <adl@gnu.org>
6317
6318         * config-ml.in, symlink-tree: Add license.
6319
6320 2003-08-03  Richard Stallman  <rms@gnu.org>
6321             Eben Moglen  <moglen@columbia.edu>
6322
6323         * README.SCO: New file.
6324
6325 2003-08-01  Matt Kraai  <kraai@alumni.cmu.edu>
6326
6327         * Makefile.tpl (check, check-c++): Express dependencies using
6328         dependencies rather than commands.
6329         * Makefile.in: Regenerate.
6330
6331 2003-08-01  Andrew Cagney  <cagney@redhat.com>
6332
6333         * configure.in (noconfigdirs): Do not add GDB when m32r-*-*.
6334         * configure: Ditto.
6335
6336 2003-07-31  Geoffrey Keating  <geoffk@apple.com>
6337
6338         * Makefile.tpl (libsubdir): Use gcc instead of gcc-lib.
6339         * Makefile.in: Update.
6340
6341 2003-07-30  Andreas Tobler  <a.tobler@schweiz.ch>
6342
6343         * configure.in: Enable libgcj for darwin.
6344         * configure: Rebuild.
6345
6346 2003-07-29  Phil Edwards  <pme@gcc.gnu.org>
6347
6348         * config-ml.in:  Use ac_configure_args directly instead of
6349         ml_arguments.  Only set ml_norecursion if --no[-]recursion is
6350         actually seen.
6351
6352 2003-07-27  Nathanael Nerode  <neroden@gcc.gnu.org>
6353
6354         * Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' when
6355         creating target and build subdirs to build all parent dirs as needed.
6356         * Makefile.in: Rebuild.
6357         * configure.in: Don't build dirs explicitly here.
6358         * configure: Rebuild.
6359
6360 2003-07-26  Paul Brook  <paul@nowt.org>
6361
6362         * MAINTAINERS (fortran 95): Add myself, Steven Bosscher and Toon Moene.
6363
6364 2003-07-22  Alexandre Oliva  <aoliva@redhat.com>
6365
6366         * Makefile.tpl (all-make): Depend on intl.
6367         * Makefile.in: Rebuilt.
6368
6369 2003-07-20  Phil Edwards  <pme@gcc.gnu.org>
6370
6371         * install-sh:  Update to newer upstream versions (associated with
6372         aclocal 1.7).
6373         * mkinstalldirs:  Likewise.
6374         * missing:  Likewise, plus $1Help2man -> $1 typo fix.
6375
6376 2003-07-16  Andrew Pinski  <pinskia@gcc.gnu.org>
6377
6378         * MAINTAINERS: Move self from Bug database only accounts
6379         to write-after-approval.
6380
6381 2003-07-16  Nathanael Nerode  <neroden@gcc.gnu.org>
6382
6383         * config.if: Remove unused libc_interface determination.
6384
6385 2003-07-14  Nathanael Nerode  <neroden@gcc.gnu.org>
6386
6387         * MAINTAINERS: Move self from write-after-approval to
6388         build machinery (*.in).
6389
6390 2003-07-13  Nathanael Nerode  <neroden@gcc.gnu.org>
6391
6392         PR bootstrap/11273
6393         PR bootstrap/11408
6394         * Makefile.tpl: Set INSTALL and friends using autoconf.  Remove
6395         unused INSTALL_PROGRAM_ARGS.
6396         * configure.in: Use AC_PROG_INSTALL.
6397         * Makefile.in: Regenerate.
6398         * configure: Regenerate.
6399
6400 2003-07-13  Kazu Hirata  <kazu@cs.umass.edu>
6401
6402         * MAINTAINERS: Alphabetize.
6403
6404 2003-07-10  Alexandre Oliva  <aoliva@redhat.com>
6405
6406         * configure: Rebuilt.
6407         2001-09-26  Alexandre Oliva  <aoliva@redhat.com>
6408         * configure.in (noconfigdirs) [am33_2.0-*-linux*]: Don't build
6409         newlib nor libgloss.
6410         Wed May  9 10:07:19 2001  Alexandre Oliva  <aoliva@redhat.com>
6411         * configure.in (am33_2.0-*-linux*): Added.
6412
6413 2003-07-09  Bob Wilson  <bob.wilson@acm.org>
6414
6415         * configure.in: Add ${libgcj} to noconfigdirs for xtensa-*-* targets.
6416         * configure: Regenerate.
6417
6418 2003-07-07  Zack Weinberg  <zack@codesourcery.com>
6419
6420         * Makefile.tpl (configure-gcc): Depend on maybe-configure-intl.
6421         * Makefile.in: Regenerate.
6422
6423 2003-07-04  Zack Weinberg  <zack@codesourcery.com>
6424
6425         * Makefile.tpl (all-bootstrap): Depend on maybe-all-intl.
6426         * Makefile.in: Regenerate.
6427
6428 2003-07-04  H.J. Lu  <hongjiu.lu@intel.com>
6429
6430         * Makefile.tpl: Replace PWD with PWD_COMMAND.
6431         * Makefile.in: Regenerated.
6432
6433         * config-ml.in: Replace PWD with PWD_COMMAND.
6434
6435 2003-07-04  Zack Weinberg  <zack@codesourcery.com>
6436
6437         * intl: New directory; see intl/ChangeLog for details.
6438         * ABOUT-NLS, config.rpath: Import from gettext 0.12.1.
6439         * Makefile.tpl: all-gcc depends on maybe-all-intl.
6440         * Makefile.in: Regenerate.
6441
6442 2003-06-27  Nathanael Nerode  <neroden@gcc.gnu.org>
6443
6444         * configure.in: Clean up config-lang.in handling.  Delete
6445         useless assignment to "subdirs".
6446         * configure: Regenerate.
6447
6448 2003-06-26  Nathanael Nerode  <neroden@gcc.gnu.org>
6449
6450         * configure.in: Rename 'target_libs' to 'target_libraries'.
6451         Remove useless reference to 'target_libs'.
6452         * configure: Regenerate.
6453
6454 2003-06-23  Keith Seitz  <kseitz@sources.redhat.com>
6455
6456         * Makefile.tpl: Add maybe-configure-itcl to configure-gdb.
6457         * Makefile.in: Regenerate.
6458
6459 2003-06-23  Nathanael Nerode  <neroden@gcc.gnu.org>
6460
6461         * Makefile.def: Introduce flags_to_pass.
6462         * Makefile.tpl: Generate BASE_FLAGS_TO_PASS using it.
6463         * Makefile.in: Regenerate.
6464
6465 2003-06-23  Hans-Peter Nilsson  <hp@bitrange.com>
6466
6467         * configure.in (noconfigdirs) <cris-*-*>: Disable target-newlib
6468         and target-libgloss.
6469         <d30v-*-*, fr30-*-*, i960-*-*, m32r-*-*>: Disable gdb.
6470         <h8300*-*-*>: Disable libf2c and ${libgcj}.
6471         * configure: Regenerate.
6472
6473 2003-06-17  Benjamin Kosnik  <bkoz@redhat.com>
6474
6475         * configure.in: Update testsuite_flags to new location.
6476         * configure. Regenerate.
6477
6478 2003-06-18  Nathanael Nerode  <neroden@gcc.gnu.org>
6479
6480         * Makefile.tpl: Remove BUILD_CC stuff.
6481         * Makefile.in: Regenerate.
6482
6483 2003-06-17  Kazu Hirata  <kazu@cs.umass.edu>
6484
6485         * MAINTAINERS (Write After Approval): Remove Andrew Haley.
6486
6487 2003-06-16  Graeme Peterson  <gp@qnx.com>
6488
6489         * MAINTAINERS (Write After Approval): Add myself.
6490
6491 2003-06-14  H.J. Lu  <hongjiu.lu@intel.com>
6492
6493         * config.guess: Update to 2003-06-12 version.
6494         * config.sub: Update to 2003-06-13 version.
6495
6496 2003-06-12  H.J. Lu  <hongjiu.lu@intel.com>
6497
6498         * config.guess: Update to 2003-06-06 version.
6499         * config.sub: Update to 2003-06-06 version.
6500
6501 2003-06-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
6502
6503         * configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32.
6504         * configure. Regenerate.
6505
6506 2003-06-10  Nathanael Nerode  <neroden@gcc.gnu.org>
6507
6508         * configure.in: Disable serial configure by default.
6509         * configure: Regenerate.
6510         * Makefile.tpl: Abolish .NOTPARALLEL.
6511         * Makefile.in: Regenerate.
6512
6513         * Makefile.tpl: Replace {build,host,target}_canonical by
6514         {build,host,target}.
6515         * Makefile.in: Regenerate.
6516
6517         * Makefile.tpl: Fix stupid pasto.
6518         * Makefile.in: Regenerate.
6519
6520 2003-06-09  Nathanael Nerode  <neroden@gcc.gnu.org>
6521
6522         * Makefile.tpl: Remove bogus conditional.
6523         * Makefile.in: Regenerate.
6524
6525 2003-06-05  Jan Hubicka  <jh@suse.cz>
6526
6527         * Makefile.tpl (profiledbootstrap): New target.
6528         * Makefile.in (profiledbootstrap): New target.
6529
6530 2003-06-05  Wolfgang Bangerth  <bangerth@dealii.org>
6531
6532         * MAINTAINERS (Bugzilla only): Add Dara Hazeghi and Andrew
6533         Pinski. Remove user names from other bugzilla-only maintainers.
6534
6535 2003-06-03  Nathanael Nerode  <neroden@gcc.gnu.org>
6536
6537         * Makefile.tpl: Make 'recursive targets' using autogen rather
6538         than shell loop.  Remove duplicate 'clean' targets and false
6539         comments.
6540         * Makefile.def: Add systematic dependencies to 'recursive' targets.
6541         Add systematic method of specifying missing targets in subdirs.
6542         Add copyright boilerplate.
6543         * Makefile.in: Regenerate.
6544         * configure.in: Add 'recursive targets' to maybe list.
6545         * configure: Regenerate.
6546
6547         * MAINTAINERS: "GNATS only" -> "Bug database only".
6548
6549         * Makefile.tpl: Rename [+target+] to [+make_target+].
6550         * Makefile.def: Rename 'target' to 'make_target'.
6551
6552 2003-05-31  Neil Booth  <neil@daikokuya.co.uk>
6553
6554         * MAINTAINERS: Add self as options handling maintainer.
6555
6556 2003-05-28  Michael Meissner  <gnu@the-meissners.org>
6557
6558         * MAINTAINERS: Remove myself as m32r/v850 maintainer, since it has
6559         been too long since I touched those ports.
6560
6561 2003-05-28  DJ Delorie  <dj@redhat.com>
6562
6563         * Makefile.tpl: Make maybe-check-gcc .PHONY.
6564         * Makefile.in: Regenerate.
6565
6566 2003-05-21  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
6567
6568         * configure.in: Use curly braces in the definition of tooldir.
6569         * configure: Regenerate.
6570
6571 2003-05-21  DJ Delorie  <dj@redhat.com>
6572
6573         * Makefile.tpl (configure-target-libiberty): Depend only on gcc, not
6574         newlib or libgloss.
6575         * Makefile.in: Regenerate.
6576
6577 2003-05-21  DJ Delorie  <dj@redhat.com>
6578
6579         * Makefile.tpl: Add missing empty maybe-check-gcc target.
6580         * Makefile.in: Regenerate.
6581
6582 2003-05-20  Ian Lance Taylor  <ian@airs.com>
6583
6584         * MAINTAINERS: Update my e-mail address.
6585
6586 2003-05-19  Nathanael Nerode  <neroden@gcc.gnu.org>
6587
6588         * configure.in: Switch more things to use maybe dependencies.
6589         * Makefile.tpl: Switch more things to use maybe dependencies.
6590         Factor out common code from autogen IF statements.
6591         * configure: Regenerate.
6592         * Makefile.in: Regenerate.
6593
6594 2003-05-14  Kelley Cook  <kelleycook@wideopenwest.com>
6595
6596         * configure.in: Accept i[3456789]86 for machine type.
6597         * configure: Regenerate.
6598
6599 2003-05-18  Nathanael Nerode  <neroden@gcc.gnu.org>
6600
6601         * configure.in: Switch more things to use maybe dependencies.
6602         Rearrange a little.  Use GCC_TOPLEV_SUBDIRS.
6603         * configure: Regenerate.
6604         * Makefile.tpl: Switch more things to use maybe dependencies.
6605         * Makefile.in: Regenerate.
6606
6607 2003-05-16  Andreas Schwab  <schwab@suse.de>
6608
6609         * Makefile.tpl (install-opcodes): Define.
6610         * Makefile.in: Rebuild.
6611
6612 2003-05-13  Andreas Jaeger  <aj@suse.de>
6613
6614         * config.guess: Update to 2003-05-09 version.
6615         * config.sub: Update to 2003-05-09 version.
6616
6617 2003-05-13  Michael Eager  <eager@mvista.com>
6618
6619         * configure.in: Correct sed script so that options in quotes are not
6620         deleted.
6621         * configure: Rebuild.
6622
6623 2003-05-12  Corinna Vinschen  <corinna@vinschen.de>
6624
6625         * configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin
6626         and $$s/newlib/libc/sys/cygwin32 include paths.
6627         * configure: Ditto.
6628
6629 2003-05-12  Michael Meissner  <gnu@the-meissners.org>
6630
6631         * MAINTAINERS: Update my email addresses.
6632
6633 2003-05-06  Eric Botcazou  <ebotcazou@libertysurf.fr>
6634
6635         * config-ml.in: Propagate INSTALL variables.
6636
6637 2003-05-04  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
6638
6639         * MAINTAINERS: Remove duplicate entries in Write After Approval.
6640
6641 2003-05-02  Chris Demetriou  <cgd@broadcom.com>
6642
6643         * Makefile.tpl: Require "makeinfo" from texinfo 4.2 or later.
6644         * Makefile.in: Regenerate.
6645
6646 2003-05-02  Wolfgang Bangerth  <bangerth@dealii.org>
6647
6648         * MAINTAINERS (GNATS only): Add Falk Hueffner.
6649
6650 2003-04-30  Wolfgang Bangerth  <bangerth@dealii.org>
6651
6652         * MAINTAINERS (GNATS only): Add Giovanni Bajo.
6653
6654 2003-04-27  Daniel Jacobowitz  <drow@mvista.com>
6655
6656         * Makefile.tpl: Clean $(BUILD_SUBDIR).
6657         * Makefile.in: Regenerated.
6658
6659 2003-04-25  Wolfgang Bangerth  <bangerth@dealii.org>
6660
6661         * MAINTAINERS (Write After Approval): Upgrade myself from
6662         GNATS only to write-after-approval. Update my mail address.
6663
6664 2003-04-25  Loren J. Rittle  <ljrittle@acm.org>
6665
6666         (OS Port Maintainers: freebsd): Add myself.
6667
6668 2003-04-22  Mark Mitchell  <mark@codesourcery.com>
6669
6670         * MAINTAINERS (java): Remove Alexandre Petit-Bianco.
6671
6672 2003-04-22  Kean Johnston  <jkj@sco.com>
6673
6674         * MAINTAINERS (SCO ports): Added myself.
6675
6676 2003-04-21  Nathan Sidwell  <nathan@codesourcery.com>
6677
6678         * MAINTAINERS (gcov): Add myself and Jan Hubicka.
6679
6680 2003-04-19  Kean Johnston  <jkj@sco.com>
6681
6682         * MAINTAINERS (Write After Approval): Add myself.
6683
6684 2003-04-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
6685
6686         * Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.
6687         * Makefile.in: Regenerate.
6688
6689 2003-04-18  Jakub Jelinek  <jakub@redhat.com>
6690
6691         * configure.in (powerpc64*-*-linux*): Remove.
6692         * configure: Rebuilt.
6693
6694 2003-04-17  Phil Edwards  <pme@gcc.gnu.org>
6695
6696         * Makefile.tpl (GCC_STRAP_TARGETS):  New variable containing all the
6697         previous bootstrap targets, plus bubblestrap, quickstrap, cleanstrap,
6698         and restrap.
6699         * Makefile.in:  Regenerate.
6700
6701 2003-04-16  Richard Earnshaw  <rearnsha@arm.com>
6702
6703         * configure.in (arm-*-netbsdelf*): Enable building java libraries.
6704         * configure: Regenerated.
6705
6706 2003-04-15  DJ Delorie  <dj@redhat.com>
6707
6708         * MAINTAINERS: Remove myself as windows/cygwin/mingw maintainer.
6709
6710 2003-04-13  Nick Clifton  <nickc@redhat.com>
6711
6712         * config-ml.in: Remove support for --disable-aix removing
6713         call-aix multilibs.
6714
6715 2003-04-10  Alexandre Oliva  <aoliva@redhat.com>
6716
6717         * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.
6718         * */configure: Rebuilt.
6719
6720 2003-04-08  Joel Sherrill  <joel@oarcorp.com>
6721
6722         * MAINTAINERS: Add my email address.
6723
6724 2003-03-17  Olivier Hainque  <hainque@act-europe.fr>
6725
6726         * MAINTAINERS (Write After Approval): Add myself.
6727
6728 2003-03-14  Nathanael Nerode  <neroden@gcc.gnu.org>
6729
6730         * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES back down.
6731         * Makefile.in: Regenerate.
6732
6733 2003-03-14  Michael Chastain  <mec@shout.net>
6734
6735         * Makefile.in: Regenerate with correct Makefile.def.
6736
6737 2003-03-12  Nathanael Nerode  <neroden@gcc.gnu.org>
6738
6739         * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up.  Delete unused
6740         Make macro.
6741         * Makefile.in: Regenerate.
6742         * configure.in: Clean up gxx_include_dir logic.
6743         * configure: Regenerate.
6744
6745 2003-03-12  Ansgar Esztermann  <ansgar@thphy.uni-duesseldorf.de>
6746
6747         * MAINTAINERS (Write After Approval): Add myself.
6748
6749 2003-03-10  Ben Elliston  <bje@wasabisystems.com>
6750
6751         * MAINTAINERS: Update my mail address.
6752
6753 2003-03-09  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
6754
6755         * configure.in (gxx_include_dir): Fix typo.
6756         * configure: Regenerated.
6757
6758 2003-03-04  Nathanael Nerode  <neroden@gcc.gnu.org>
6759
6760         * Makefile.tpl: Reindent.
6761         * Makefile.in: Regenerate.
6762         * configure.in: Reindent.  Don't set unused variables.
6763         * configure: Regenerate.
6764
6765 2003-03-04  Daniel Jacobowitz  <drow@mvista.com>
6766
6767         * configure.in: Include $(build_tooldir)/sys-include in
6768         FLAGS_FOR_TARGET.
6769         * configure: Regenerated.
6770
6771 2003-03-04  Nathanael Nerode  <neroden@gcc.gnu.org>
6772
6773         * Makefile.tpl: Always pass down RANLIB.
6774         * Makefile.in: Regenerate.
6775
6776         * Makefile.tpl: Don't set unused enable_shared, enable_threads macros.
6777         * Makefile.in: Regenerate.
6778         * configure.in: Remove unused logic relating to --enable-shared
6779         and --enable-threads.  Remove bogus comments.  Remove redundant
6780         noconfigdirs.
6781         * configure: Regenerate.
6782
6783         * configure.in: Replace ${libstdcxx_version} by its value.
6784         Remove reference to mh-dgux.
6785         * configure: Regenerate.
6786
6787 2003-03-03  Kevin Buettner  <kevinb@redhat.com>
6788
6789         * MAINTAINERS (Write After Approval): Add myself.
6790
6791 2003-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
6792
6793         * Makefile.tpl: Rearrange.
6794         * Makefile.in: Regenerate.
6795
6796 2003-02-25  Uwe Stieber  <uwe@wwws.de>
6797
6798         * configure.in: Add support for kaOS as cross build target system.
6799         * configure: Regenerated.
6800
6801 2003-02-24  Steven Bosscher  <steven@gcc.gnu.org>
6802
6803         * MAINTAINERS (Write after approval): Add myself.
6804
6805 2003-02-21  James E Wilson  <wilson@tuliptree.org>
6806
6807         * MAINTAINERS: Update my email address.
6808
6809 2003-02-21  Zack Weinberg  <zack@codesourcery.com>
6810
6811         * MAINTAINERS: Add self to blanket write privs. section.
6812
6813 2003-02-20  Sean McNeil  <sean@blue.mcneil.com>
6814
6815         * Makefile.tpl: Add definition of CPPFLAGS to pass into
6816         configure-target-* as some target builds may require additional
6817         flags for preprocessor tests.
6818         * Makefile.in: Regenerated.
6819
6820 2003-02-19  Alexandre Oliva  <aoliva@redhat.com>
6821
6822         * libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld.
6823         * ltconfig: Handle it.
6824         * ltcf-cxx.sh: Use with_gnu_ld passed as a shell variable instead of
6825         auto-detecting it.
6826
6827         * ltcf-cxx.sh: Replace $linker_flags with $compiler_flags wherever
6828         it is used as argument to $CC.
6829         * ltcf-gcj.sh: Likewise.
6830
6831         * configure.in: Introduce --enable-maintainer-mode.
6832         * configure: Rebuilt.
6833         * Makefile.tpl (Makefile.in, configure): Enable dependencies only
6834         for maintainer mode.
6835         * Makefile.in: Rebuilt.
6836
6837 2003-02-18  Jason Merrill  <jason@redhat.com>
6838
6839         * Makefile.tpl (check-c++): Allow parallelism.
6840
6841 2003-02-16  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
6842
6843         * MAINTAINERS: Remove John Carr (who never actually had access to
6844         gcc.gnu.org).
6845
6846 2003-02-15  Geoffrey Keating  <geoffk@apple.com>
6847
6848         * configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*,
6849         don't configure target-libobjc.
6850         * configure: Regenerate.
6851
6852 2003-02-14  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
6853
6854         * Makefile.tpl (RANLIB): Define.
6855         * Makefile.in: Regenerate.
6856
6857 2003-02-08  Laurynas Biveinis  <laurynas.biveinis@mif.vu.lt>
6858
6859         * MAINTAINERS: Update my email.
6860
6861 2003-02-06  Keith R Seitz  <keiths@redhat.com>
6862
6863         * Makefile.def: Remove "snavigator", "grep", and "db" modules.
6864         * Makefile.tpl: Remove "all-snavigator" and "all-grep".
6865         * Makefile.in: Regenerated.
6866         * configure.in: Remove all traces of snavigator, db, and grep.
6867         * configure: Regenerated.
6868
6869 2003-02-06  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
6870
6871         * MAINTAINERS: Remove duplicate entry for Bernd Schmidt from Write
6872         After Approval.
6873
6874 2003-02-02  Christian Cornelssen  <ccorn@cs.tu-berlin.de>
6875
6876         * MAINTAINERS (Write after approval): Add myself.
6877
6878 2003-01-31  Frank Ch. Eigler  <fche@redhat.com>
6879
6880         * Makefile.tpl (all-sid): Add libiberty/bfd/opcodes dependencies.
6881         * Makefile.in: Regenerated.
6882
6883 2003-01-30  Roger Sayle  <roger@eyesopen.com>
6884
6885         * config.guess: Updated to 2003-01-30's version.
6886         * config.sub: Updated to 2003-01-28's version.
6887
6888 2003-01-30  Alexandre Oliva  <aoliva@redhat.com>
6889
6890         * config.if: If gcc_version is already set, just use it.  Don't set
6891         gcc_version_trigger if it's already set, otherwise set it to
6892         gcc/version.c, but only if the file exists.  If it is not set and
6893         gcc/version.c does not exist, try to extract the version number from
6894         $CC.
6895
6896 2003-01-29  Andreas Tobler  <a.tobler@schweiz.ch>
6897
6898         * MAINTAINERS: Add myself to write-after-approval list.
6899
6900 2003-01-27  Phil Edwards  <pme@gcc.gnu.org>
6901
6902         * configure.in:  Revert 24Jan change.
6903         * configure:  Regenerate.
6904
6905 2003-01-25  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
6906
6907         * MAINTAINERS: Remove incorrect entry for Paul Eggert.  Fix
6908         entry of HJ Lu.
6909
6910 2003-01-23  Nathanael Nerode  <neroden@gcc.gnu.org>
6911
6912         * configure.in: Revert previous change.
6913         * configure: Regenerate.
6914
6915 2003-01-23  Nathanael Nerode  <neroden@gcc.gnu.org>
6916
6917         * configure.in: Make rda native-only.
6918         * configure: Regenerate.
6919
6920 2003-01-22  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
6921
6922         * MAINTAINERS: Move myself from GNATS-only-accounts to
6923         write-after-approval.
6924
6925 2003-01-19  Nathanael Nerode  <neroden@gcc.gnu.org>
6926
6927         * configure.in: Add missing \.
6928         * configure: Rebuilt.
6929
6930 2003-01-17  Jakub Jelinek  <jakub@redhat.com>
6931
6932         * configure.in (baseargs): Avoid using \| in sed regular
6933         expressions.
6934         * configure: Rebuilt.
6935
6936 2003-01-16  Jakub Jelinek  <jakub@redhat.com>
6937
6938         * configure.in (baseargs): Remove all supported forms of
6939         --cache-file, --srcdir, --host, --build and --target options
6940         from argument lists.
6941         * configure: Rebuilt.
6942
6943 2003-01-15  Josef Zlomek  <zlomekj@suse.cz>
6944
6945         * MAINTAINERS: Add myself to write-after-approval list.
6946
6947 2003-01-15  Alexandre Oliva  <aoliva@redhat.com>
6948
6949         * configure.in (noconfigdirs): Don't skip gas on IRIX 6.
6950         * configure: Rebuilt.
6951
6952 2003-01-09  Nathanael Nerode  <neroden@gcc.gnu.org>
6953
6954         * configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.
6955         * Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc.
6956         * Makefile.in: Regenerate.
6957         * configure: Regenerate.
6958
6959 2003-01-09  Alexandre Oliva  <aoliva@redhat.com>
6960
6961         * configure.in: Remove Makefile in build, host and target modules
6962         unless configure was run with --no-recursion.
6963         * configure: Rebuilt.
6964
6965 2003-01-09  Christian Cornelssen  <ccorn@cs.tu-berlin.de>
6966
6967         * Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR.
6968         (install-info, dir.info): Prepend $(DESTDIR) to $(infodir).
6969         * Makefile.in: Regenerate.
6970
6971 2003-01-08  Chris Demetriou  <cgd@broadcom.com>
6972
6973         * config.guess: Update to 2003-01-03 version.
6974         * config.sub: Update to 2003-01-03 version.
6975
6976 2003-01-07  Christopher Faylor  <cgf@redhat.com>
6977
6978         * configure: Regenerate with proper autoconf 2.13.
6979
6980 2003-01-07  Christopher Faylor  <cgf@redhat.com>
6981
6982         * configure.in: Add AC_PREREQ for consistency.
6983         * configure: Regenerate.
6984
6985 2003-01-06  Andrew Cagney  <ac131313@redhat.com>
6986
6987         * configure.in (GDB_TK): Add tcl directories conditional on
6988         gdb/gdbtk directory being present.
6989         * configure: Regenerate.
6990
6991 2003-01-04  John David Anglin  <dave.anglin@nrc.ca>
6992
6993         * configure.in (LD): Improve test for gcc.  Try to set LD to the ld
6994         used by gcc if LD is not defined and we are not doing a Canadian Cross.
6995         * configure: Rebuilt.
6996
6997 2002-12-31  Tom Tromey  <tromey@redhat.com>
6998
6999         * Makefile.in: Rebuilt.
7000         * Makefile.def (target_modules) [libffi]: Allow installation.
7001
7002 2002-12-31  Andreas Schwab  <schwab@suse.de>
7003
7004         * configure.in: Fix use of $program_transform_name.
7005         * configure: Regenerated.
7006
7007 2002-12-30  Daniel Jacobowitz  <drow@mvista.com>
7008
7009         * configure.in (baseargs): Don't remove first configure argument.
7010         * configure: Regenerated.
7011
7012 2002-12-29  Alexandre Oliva  <aoliva@redhat.com>
7013
7014         * Makefile.tpl (local-distclean): Don't remove...
7015         (multilib.ts): ... this.  Moved into...
7016         (multilib.out): ... this.  Don't use sub-make.
7017         ($(BUILD_SUBDIR)/[+module+]/Makefile, [+module+]/Makefile,
7018         $(TARGET_SUBDIR)/[+module+]/Makefile, gcc/Makefile): Moved into...
7019         (configure-build-[+module+], configure-[+module+],
7020         configure-target-[+module+], configure-gcc): ... these.  Test
7021         for Makefile existence.  Drop config.status from dependencies.
7022         * Makefile.in: Rebuilt.
7023         * configure.in: Move gcc-version-trigger to the end of
7024         ac_configure_args.  Add comments to maybedep.tmp and
7025         serdep.tmp.  Introduce --disable-serial-configure.  Remove
7026         nonopt from baseargs, matching and removing corresponding
7027         whitespace while at it.
7028         * configure: Rebuilt.
7029
7030 2002-12-28  Alexandre Oliva  <aoliva@redhat.com>
7031
7032         * configure.in (host_configargs): Replace reference to
7033         no-longer-defined buildopts with --build=${build_alias}.
7034         * configure: Rebuilt.
7035
7036         * Makefile.tpl ($(NOTPARALLEL)): Move to the end.  Bring uses of
7037         program_transform_name to standard idiom.
7038         (AUTOGEN, AUTOCONF): Define.
7039         (Makefile.in): Use $(AUTOGEN).
7040         (Makefile): Depend on config.status, and use autoconf-style rule to
7041         build it.  Move original commands to...
7042         (config.status): ... this new target.
7043         (configure): Add $(srcdir).  Depend on config/acx.m4.  Use
7044         $(AUTOCONF).
7045         * Makefile.in: Rebuilt.
7046
7047 2002-12-28  Nathanael Nerode  <neroden@gcc.gnu.org>
7048
7049         * Makefile.tpl: Fix dramatic bustage due to change in
7050         program_transform_name.
7051         * Makefile.in: Regenerate.
7052
7053         * configure.in: Remove unnecessary PATH setting.
7054         * configure: Regnerate.
7055
7056         * configure.in: Don't default to unprefixed tools unless
7057         the native tools will work.
7058         * configure: Regenerate.
7059
7060         * configure.in: Convert to autoconf script.  Blow away lots
7061         of now-redundant Makefile fragments.
7062         * configure: Generate using Autoconf.
7063         * Makefile.tpl: Rewrite to reflect autoconfiscation.
7064         * Makefile.in: Regenerate.
7065
7066 2002-12-27  Nathanael Nerode  <neroden@gcc.gnu.org>
7067
7068         * configure: Fix stupid bug where RANLIB was mistakenly included.
7069
7070         * configure.in: Rename (buildargs, hostargs, targargs) to
7071         (build_configargs, host_configargs, target_configargs).
7072
7073         * configure.in: Move logic out of sed statement.
7074
7075         * configure: Remove unneeded 'export's.  Make CC_FOR_TARGET,
7076         CXX_FOR_TARGET, GCJ_FOR_TARGET substituted in configure.in only.
7077
7078 2002-12-25  Svein E. Seldal  <Svein.Seldal@solidas.com>
7079
7080         * config.sub: Import from master repository
7081         * config.guess: Ditto
7082
7083 2002-12-24  Andreas Schwab  <schwab@suse.de>
7084
7085         * Makefile.tpl (multilib.out): Fix missing space.
7086         * Makefile.in: Regenerate.
7087
7088 2002-12-23  Nathanael Nerode  <neroden@gcc.gnu.org>
7089
7090         * Makefile.tpl: Use shared multilib.out.  Use move-if-change for it.
7091         Convert (cd foo; make) to (cd foo && make).  Clean up multilib.out.
7092         * Makefile.in: Regenerate.
7093         * configure.in: Remove unnecessary leftovers.
7094
7095 2002-12-21  Geoffrey Keating  <geoffk@apple.com>
7096
7097         * configure.in (extra_ranlibflags_for_target): New variable.
7098         (*-*-darwin): Add -c to ranlib commands.
7099         * configure (tooldir): Handle extra_ranlibflags_for_target.
7100
7101 2002-12-19  Nathanael Nerode  <neroden@gcc.gnu.org>
7102
7103         * Makefile.tpl: Revert HJL's change.
7104         * Makefile.in: Regenerated.
7105         * configure.in: Put build_prefix before $(BUILD_SUBDIR) here, and
7106         always.
7107
7108 2002-12-19  Andreas Schwab  <schwab@suse.de>
7109
7110         * Makefile.tpl, configure.in: Substitute libstdcxx_incdir.
7111         * Makefile.in: Regenerate.
7112
7113 2002-12-18  H.J. Lu  <hjl@gnu.org>
7114
7115         * Makefile.tpl: Add @build_prefix@ before $(BUILD_SUBDIR).
7116         * Makefile.in: Regenerated.
7117
7118         * configure.in (build_prefix): New. Substitute.
7119
7120 2002-12-18  Nathanael Nerode  <neroden@gcc.gnu.org>
7121
7122         * Makefile.tpl: Don't let real targets depend on phony targets.
7123         * Makefile.in: Regenerate.
7124
7125         * Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo.
7126         * Makefile.in: Regenerate.
7127
7128 2002-12-17  Svein E. Seldal  <Svein.Seldal@solidas.com>
7129
7130         * config.sub: Import from master repository
7131         * config.guess: Ditto
7132
7133 2002-12-16  Jason Merrill  <jason@redhat.com>
7134
7135         * Makefile.tpl (all-gcc): Use 'make quickstrap' if there was a
7136         previous 'make bootstrap'.
7137         * Makefile.in: Regenerate.
7138
7139 2002-12-17  Hans-Peter Nilsson  <hp@bitrange.com>
7140
7141         * configure.in (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb.
7142
7143 2002-12-13  Nathanael Nerode  <neroden@gcc.gnu.org>
7144
7145         * configure.in, Makefile.tpl, Makefile.def: Remove tclX.
7146         * Makefile.in: Regenerate.
7147
7148 2002-12-13  Jason Merrill  <jason@redhat.com>
7149
7150         * Makefile.tpl (check-gcc-c++): Renamed from check-c++.  Don't run
7151         library tests.
7152         (check-c++): Just depend on it and check-target-libstdc++-v3.
7153         * Makefile.in: Regenerate.
7154
7155 2002-12-12  Alexandre Oliva  <aoliva@redhat.com>
7156
7157         * Makefile.tpl (configure-target-rda): Depend on $(ALL_GCC_C).
7158         * Makefile.in: Rebuilt.
7159
7160 2002-12-12  Alexandre Oliva  <aoliva@redhat.com>
7161
7162         * Makefile.in (configure-target-rda): Depend on ALL_GCC_C.
7163
7164 2002-12-10  Nathanael Nerode  <neroden@gcc.gnu.org>
7165
7166         * configure: Fix bug put in by gremlins.
7167
7168         * Makefile.tpl: Substitute more autoconfily.
7169         * configure: Substitute more autoconfily.
7170         * Makefile.in: Regenerate.
7171
7172 2002-12-09  Svein E. Seldal  <Svein.Seldal@solidas.com>
7173
7174         * config.sub: Import from master repository
7175         * config.guess: Ditto
7176         * MAINTAINERS: Added Svein Seldal under write after approval
7177
7178 2002-12-08  Andrew Cagney  <ac131313@redhat.com>
7179
7180         * Makefile.tpl (all-sim): Depend on maybe-configure-gdb.
7181         * Makefile.in (all-sim): Ditto.
7182
7183 2002-12-06  DJ Delorie  <dj@redhat.com>
7184
7185         * Makefile.tpl: Change configure dependencies to not have real
7186         targets depend on phony targets.
7187
7188 2002-12-05  Nathanael Nerode  <neroden@gcc.gnu.org>
7189
7190         * configure.in: Revert unintentional change.
7191
7192         * Makefile.tpl: Change dependency for */multilib.out so that
7193         it works when gcc isn't in the tree.
7194
7195         * configure.in: Substitute more.
7196         * configure: Run subconfigures from the Makefile.
7197         * Makefile.tpl: Run subconfigures from the Makefile; add a few
7198         convenience targets.  Make sure gcc isn't rebuilt after bootstrap.
7199
7200 2002-12-05  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
7201
7202         * MAINTAINERS: Add Christian Ehrhardt under "GNATS only".
7203
7204 2002-12-03  Nathanael Nerode  <neroden@gcc.gnu.org>
7205
7206         * Makefile.tpl: Add targets for configuring host subdirs in Makefile,
7207         and corresponding dependencies.
7208         * Makefile.in: Regenerate.
7209
7210         * configure.in (host_tools): Order binutils, gas and ld for
7211         convenience in running the testsuites.
7212
7213         * Makefile.tpl: Introduce rules to serialize subconfigure runs.
7214         * Makefile.in: Regenerate.
7215         * configure.in: Introduce rules to serialize subconfigure runs.
7216
7217         * configure.in: Introduce BASE_CC_FOR_TARGET.
7218         * Makefile.tpl: Reorganize and comment.  Introduce HOST_CONFIGARGS.
7219         Realize configure-build-* targets.  Realize configure-target-* targets.
7220         * Makefile.in: Regenerate.
7221
7222 2002-12-02  Nathanael Nerode  <neroden@gcc.gnu.org>
7223
7224         * configure: Move gcc_version_trigger stuff from here...
7225         * configure.in: ...to here.
7226
7227         * configure.in: Separate subconfigure options added by this file from
7228         options given by the user.  Add machinery to put args for host
7229         subconfigures into the Makefile.
7230
7231         * Makefile.tpl: Remove 'vault' targets.
7232         * Makefile.tpl: Reorder and comment dependencies.
7233         * Makefile.in: Regenerate.
7234
7235 2002-12-01  Nathanael Nerode  <neroden@gcc.gnu.org>
7236         * configure.in: Fix my broken commit of previous patch. (sigh)
7237
7238 2002-11-28  Geoffrey Keating  <geoffk@apple.com>
7239
7240         * configure.in: Move host-specific darwin noconfigdirs into
7241         the host-specific section.
7242
7243 2002-11-28  Geoffrey Keating  <geoffk@apple.com>
7244
7245         * configure.in: Move host-specific darwin noconfigdirs into
7246         the host-specific section.
7247
7248 2002-11-26  Nathanael Nerode  <neroden@gcc.gnu.org>
7249
7250         * configure: Remove skip-this-dir support.
7251         * Makefile.tpl: Remove skip-this-dir support.
7252
7253         * Makefile.tpl: Remove leftover support for non-autoconfiscated
7254         subdirectories.
7255         * Makefile.in: Regenerate.
7256
7257         * Makefile.tpl: Strip out useless setting of 'dir'.
7258         * Makefile.in: Regenerate.
7259
7260 2002-11-22  Nathanael Nerode  <neroden@gcc.gnu.org>
7261
7262         * configure.in: Fix deeply stupid bug.
7263
7264         * configure.in: Introduce RAW_CXX_FOR_TARGET and simplify embedded
7265         shell code in CXX_FOR_TARGET
7266         * Makefile.def: Introduce raw_cxx.
7267         * Makefile.tpl: Use raw_cxx to select between CXX_FOR_TARGET and
7268         RAW_CXX_FOR_TARGET.
7269         * Makefile.in: Regenerate.
7270
7271 2002-11-21  Nathanael Nerode  <neroden@gcc.gnu.org>
7272
7273         * Makefile.tpl: Remove unnecessary ifs.
7274         * Makefile.in: Regenerate.
7275
7276         * Makefile.tpl: Implement soft dependency machinery.  Maybe-ize
7277         dependencies.  Maybe-ize build-libiberty.  Create dummy install
7278         targets for 'no_install' modules.
7279         * configure: Move GDB_TK substitution to configure.in.  Move
7280         build_modules stuff to configure.in.
7281         * configure.in: Implement soft dependency machinery.  Maybe-ize
7282         GDB_TK, rearrange slightly.  Move build_modules stuff from configure.
7283         * Makefile.in: Regenerate.
7284
7285 2002-11-19  Nathanael Nerode  <neroden@gcc.gnu.org>
7286
7287         * Makefile.tpl: Make all-target, install-target behave similarly
7288         to all, install (only hitting configured targets).  Eliminate
7289         unused macro defintions.
7290
7291         * Makefile.tpl: Add all-gcc: all-build-libiberty dependency when
7292         build != host.
7293
7294         * Makefile.tpl: Add all-gcc: all-libiberty dependency.
7295
7296         * ltcf-c.sh, ltcf-gcj.sh, Makefile.tpl: Correct BUILD/HOST confusion.
7297
7298         * configure.in: Produce lists of subdir targets we're actually
7299         configuring.  Remove references to "dosrel".
7300         * Makefile.tpl: Let configure set which subdir targets are hit.
7301         Remove install-cross; clean up install; remove ALL.  Remove
7302         references to "dosrel".  Remove "EXTRA_TARGET_HOST" hackery.
7303         Autogenerate host module targets.  Remove empty dependency lines
7304         and redundant dependency; rearrange slightly.
7305         * Makefile.def: Add host-side libtermcap, utils.
7306
7307         * Makefile.in: Regenerate.
7308
7309 2002-11-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
7310
7311         * ltconfig (osf[345]): Append $major to soname_spec.
7312         Reflect this in library_names_spec.
7313         * ltmain.sh (osf): Prefix $major with . for use as extension.
7314
7315 2002-11-19  Andreas Jaeger  <aj@suse.de>
7316
7317         * libtool.m4 (libtool_flags): Add patch from libtool CVS: Support
7318         linking of 32-bit libraries with ld on the x86-64, ppc64, s390x
7319         and sparc64 GNU/Linux systems.
7320
7321 2002-11-19  Nathan Sidwell  <nathan@codesourcery.com>
7322
7323         * MAINTAINERS: Update email.
7324
7325 2002-11-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
7326
7327         * MAINTAINERS: Complete James Dennett's entry.
7328
7329 2002-11-15  Eric Botcazou  <ebotcazou@libertysurf.fr>
7330
7331         * MAINTAINERS (Write After Approval): Add myself.
7332
7333 2002-11-13  Bruce Korb  <bkorb@gnu.org>
7334
7335         * Makefile.tpl: syntactic cleanup
7336
7337 2002-11-13  Stuart Hastings  <stuart@apple.com>
7338
7339         * MAINTAINERS: Add myself to write-after-approval list.
7340
7341 2002-11-12  Nathanael Nerode  <neroden@gcc.gnu.org>
7342
7343         * Makefile.def: Add list of recursive targets to autogenerate.
7344         Add build_modules.
7345         * Makefile.tpl: Autogenerate do-* targets.  Autogenerate *-target-*
7346         targets.  Autogenerate *-build-* targets.
7347         * Makefile.in: Regenerate.
7348
7349 2002-11-12  Nathanael Nerode  <neroden@gcc.gnu.org>
7350
7351         * configure: More autoconf-style substitutions.
7352         * Makefile.tpl: More autoconf-style substitutions.
7353         * Makefile.in: Regenerate.
7354
7355 2002-11-11  Nathanael Nerode  <neroden@gcc.gnu.org>
7356
7357         * configure: Substitute more variables in a more autoconf-friendly
7358         way.  Simplify slightly.
7359         * Makefile.tpl: Make more variables substitutable in an
7360         autoconf-friendly way.
7361         * Makefile.in: Regenerate.
7362
7363 2002-11-11  Jonathan Wakely  <redi@gcc.gnu.org>
7364
7365         * MAINTAINERS (Write After Approval): Add myself.
7366
7367 2002-11-10  Nathanael Nerode  <neroden@gcc.gnu.org>
7368
7369         * configure.in (v810*): Remove special setting of tools.
7370
7371         * configure: Add support for extra required flags for ar or nm.
7372         * configure.in (aix4.3+): Use above support for target-specific
7373         issues, rather than using config/mt-aix43.
7374
7375 2002-11-09  Nathanael Nerode  <neroden@gcc.gnu.org>
7376
7377         * configure: Remove 'removing', which doesn't work.  Replace $subdir
7378         with . everywhere.  Replace $subdirs with ''.  Replace $makesrcdir
7379         with $srcdir.  Reformat indentation.  Substitute some variables
7380         formerly hard-coded in the Makefile for build=host.
7381         * Makefile.tpl: Autogenerate more; make more autoconf-friendly.
7382         * Makefile.def: Autogenerate more.
7383         * Makefile.in: Regenerate.
7384
7385 2002-11-04  Adam Nemet  <anemet@lnxw.com>
7386
7387         * MAINTAINERS (Write After Approval): Add myself.
7388
7389 2002-11-04  Kevin Buettner  <kevinb@redhat.com>
7390
7391         * Makefile.def (host_modules): Add rda.
7392         * Makefile.in: Regenerate.
7393         * configure.in (target_tool): Add target-rda to list.
7394
7395 2002-10-28  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
7396
7397         * MAINTAINERS: Remove "co-maintainer" note for web pages.
7398
7399 2002-10-25  Phil Edwards  <pme@gcc.gnu.org>
7400
7401         * Makefile.tpl (bootstrap):  Add bubblestrap, quickstrap, cleanstrap,
7402         and restrap targets to this rule.
7403         * Makefile.in:  Regenerate.
7404
7405 2002-10-25  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
7406
7407         * MAINTAINERS: Add Wolfgang Bangerth and Volker Reichelt under
7408         GNATS only accounts.
7409
7410 2002-10-24  Hans-Peter Nilsson  <hp@bitrange.com>
7411
7412         * configure.in (i[3456]86-*-linux*): Add check to disable
7413         ${libgcj} for glibc1.
7414
7415 2002-10-24  Denis Chertykov  <denisc@overta.ru>
7416
7417         * MAINTAINERS: Add myself as ip2k port maintainer.
7418
7419 2002-10-07  Svein E. Seldal  <Svein.Seldal@solidas.com>
7420
7421         * configure.in: Add tic4x target.
7422
7423 2002-10-03  Nathanael Nerode  <neroden@gcc.gnu.org>
7424
7425         * Makefile.tpl: Make SET_LIB_PATH substitution more autoconfy.
7426         * configure.in: Make SET_LIB_PATH substitution more autoconfy.
7427         * Makefile.in: Regenerate.
7428
7429         * Makefile.tpl: Make RPATH_ENVVAR substitution more autoconfy.
7430         * configure.in: Make RPATH_ENVVAR substitution more autoconfy.
7431         * Makefile.in: Regenerate.
7432
7433 2002-10-02  Janis Johnson  <janis187@us.ibm.com>
7434
7435         * MAINTAINERS: Add myself as web pages co-maintainer.
7436
7437 2002-10-02  Nathanael Nerode  <neroden@gcc.gnu.org>
7438
7439         * Makefile.tpl: Eliminate reference to all-gui, all-libproc.
7440         * Makefile.in: Regenerate.
7441
7442 2002-10-02  Zack Weinberg  <zack@codesourcery.com>
7443
7444         * MAINTAINERS: Add myself and Nathan Sidwell
7445         <nathan@codesourcery.com> as VxWorks maintainers.
7446
7447 2002-10-02  Nathanael Nerode  <neroden@gcc.gnu.org>
7448
7449         * Makefile.def: Remove order dependency comments.
7450         * Makefile.tpl: Add explicit install-install dependencies.
7451         * Makefile.in: Regenerate.
7452
7453         * Makefile.tpl: Remove material now in src-release.  (Finally!)
7454         * Makefile.in: Regenerate.
7455
7456         * Makefile.tpl: Add configure-target (for src-release in src)
7457         * Makefile.in: Regenerate.
7458
7459 2002-09-30  Nick Clifton  <nickc@redhat.com>
7460
7461         * Makefile.in (BINUTILS_SUPPORT_DIRS): Add cpu directory.
7462
7463 2002-09-30  Ulrich Weigand  <uweigand@de.ibm.com>
7464
7465         * configure.in (s390*-*-linux*): Enable libgcj.
7466
7467 2002-09-29  Nathanael Nerode  <neroden@gcc.gnu.org>
7468
7469         * configure: Revert accidentally applied changes.
7470
7471         * Makefile.tpl: Make more autoconf-friendly.
7472         * Makefile.in: Regenerate.
7473         * configure: Make substitution more autoconf-like.
7474
7475 2002-09-28  Richard Earnshaw  <rearnsha@arm.com>
7476
7477         * configure.in (arm-*-coff, strongarm-*-coff, xscale-*-coff): Use a
7478         single entry to handle all these.
7479         (arm-*-elf, strongarm-*-elf, xscale-*-elf): Likewise.  Also enable
7480         libjava on arm-*-elf.
7481
7482 2002-09-27  Geoffrey Keating  <geoffk@apple.com>
7483
7484         * configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or the
7485         things that depend on them.
7486
7487 2002-09-25  Nathanael Nerode  <neroden@gcc.gnu.org>
7488
7489         * Makefile.tpl: Make subsituted variables more autoconfy.
7490         * Makefile.in: Regenerate.
7491         * configure: Make seds more autoconfy.
7492
7493 2002-09-25  Nathanael Nerode  <neroden@gcc.gnu.org>
7494
7495         * Makefile.tpl: Rewrite substituted lines to look autoconfy.
7496         * Makefile.in: Regenerate.
7497         * configure.in: Rewrite sed statements to look autoconfy.
7498
7499         * Makefile.tpl: Autogenerate *-target-* lists, dependencies of
7500         all-target-foo on configure-target-foo.
7501         * Makefile.def: Ditto.
7502         * Makefile.in: Rebuild.
7503
7504 2002-09-25  Andrew Haley  <aph@redhat.com>
7505
7506         * MAINTAINERS: Add aph@redhat.com as Java maintainer.
7507
7508 2002-09-22  Nathanael Nerode  <neroden@gcc.gnu.org>
7509
7510         * Makefile.def: New file.
7511         * Makefile.tpl: New file.
7512         * Makefile.in: Generate from Makefile.tpl with 'autogen Makefile.def'.
7513         * contrib/gcc_update: Note that Makefile.in is a generated file.
7514
7515         * configure.in: Minor rearrangement.  Simplify tests.
7516
7517 2002-09-22  Jason Thorpe  <thorpej@wasabisystems.com>
7518
7519         * configure.in (with_headers): Skip copy if value is "yes".
7520         (with_libs): Likewise.
7521
7522 2002-09-20  Nathanael Nerode  <neroden@gcc.gnu.org>
7523
7524         * configure.in (*-*-netbsd*): Use noconfigdirs, not skipdirs.
7525         * configure.in (sh*-*-pe*): Ditto.
7526         * configure.in (mips*-*-pe*): Ditto.
7527         * configure.in (*arm-wince-pe): Ditto.
7528
7529         * configure.in: Rearrange.
7530
7531 2002-09-14  Kazu Hirata  <kazu@cs.umass.edu>
7532
7533         * MAINTAINERS: Update my email address.
7534
7535 2002-08-30  Paul Koning  <pkoning@equallogic.com>
7536
7537         * MAINTAINERS: (Write After Approval): Add myself.
7538
7539 2002-08-29  Geoffrey Keating  <geoffk@redhat.com>
7540
7541         * MAINTAINERS: Update Jason Eckhardt's address, remove i860.
7542
7543 2002-08-24  Geoffrey Keating  <geoffk@redhat.com>
7544
7545         * MAINTAINERS: Change my mailing address.
7546
7547 2002-08-21  Paolo Carlini  <pcarlini@unitus.it>
7548
7549         * MAINTAINERS (Write After Approval): Remove myself.
7550         (Various Maintainers: c++ runtime libs): Add myself.
7551
7552 2002-08-20  Loren J. Rittle  <ljrittle@acm.org>
7553
7554         * MAINTAINERS (Write After Approval): Remove myself.
7555         (Various Maintainers: c++ runtime libs): Add myself.
7556
7557 2002-08-15  Eric Christopher  <echristo@redhat.com>
7558
7559         * config.sub: Import from master repository.
7560         * config.guess: Ditto.
7561
7562 2002-08-19  Alexandre Oliva  <aoliva@redhat.com>
7563
7564         * Makefile.in (GCC_FOR_TARGET): Prepend STAGE_CC_WRAPPER.
7565         * configure.in (CC_FOR_TARGET, GCJ_FOR_TARGET, CXX_FOR_TARGET,
7566         CXX_FOR_TARGET_FOR_RECURSIVE_MAKE): Likewise.
7567
7568 2002-08-16  Aldy Hernandez  <aldyh@redhat.com>
7569
7570         * MAINTAINERS: Add self to rs6000 vector extensions.
7571
7572 2002-08-15  Alexandre Oliva  <aoliva@redhat.com>
7573
7574         * libiberty/configure: Reverted unintended yesterday's check in.
7575
7576 2002-08-14  Alexandre Oliva  <aoliva@redhat.com>
7577
7578         * boehm-gc/configure, libf2c/configure: Rebuilt.
7579         * libffi/configure, libiberty/configure: Ditto.
7580         * libjava/configure, libobjc/configure: Ditto.
7581         * libstdc++-v3/configure, zlib/configure: Ditto.
7582         Merged from binutils:
7583         2002-01-27  Daniel Jacobowitz  <drow@mvista.com>
7584         From Steve Ellcey <sje@cup.hp.com>:
7585         * libtool.m4 (HPUX_IA64_MODE): Set to 32 or 64 based on ABI.
7586         (lt_cv_deplibs_check_method, lt_cv_file_magic_cmd,
7587         lt_cv_file_magic_test_file): Set to appropriate values for HP-UX
7588         IA64.
7589         * ltcf-c.sh (archive_cmds, hardcode_*): Ditto.
7590         * ltconfig (shlibpath_*, dynamic_linker, library_names_spec,
7591         soname_spec, sys_lib_search_path_spec): Ditto.
7592
7593 2002-08-06  Federico G. Schwindt  <fgsch@olimpo.com.br>
7594
7595         * configure.in (hppa*-*-openbsd*): Treat like hppa*-*-*elf*.
7596
7597 2002-08-04  H.J. Lu  (hjl@gnu.org)
7598
7599         * configure.in (mips*-*-linux*): Don't skip target-libffi.
7600
7601 2002-08-02  Krister Walfridsson  <cato@df.lth.se>
7602
7603         * MAINTAINERS (Write After Approval): Add myself.
7604
7605 2002-07-31  Alan Modra  <amodra@bigpond.net.au>
7606
7607         * configure.in: Move generic linux case to end.  Copy generic
7608         linux noconfigdirs to mips*-*-linux* entry and new
7609         powerpc64*-*-linux* entry.  Add target-libffi for the latter.
7610
7611 2002-07-19  Michael Matz  <matz@suse.de>
7612
7613         * MAINTAINERS: Add myself as ra* maintainer.
7614
7615 2002-07-16  Chris Demetriou  <cgd@broadcom.com>
7616
7617         * config.guess: Update to 2002-07-09 version.
7618         * config.sub: Update to 2002-07-03 version.
7619
7620 2002-07-15  Hans-Peter Nilsson  <hp@bitrange.com>
7621
7622         * MAINTAINERS: Fix typo in a maintainer email address.
7623
7624 2002-07-11  Nathanael Nerode  <neroden@gcc.gnu.org>
7625
7626         * configure.in: Remove two redundant tests.
7627
7628 2002-07-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
7629
7630         * configure.in (mips*-*-irix6*o32): Enable stabs.
7631
7632 2002-07-08  Nathanael Nerode  <neroden@gcc.gnu.org>
7633
7634         * configure.in: Don't build grez.
7635         * Makefile.in: Ditto.
7636
7637         * Makefile.in: Remove references to bsp, cygmon, libstub.
7638         * configure.in: Ditto.
7639
7640         * configure.in: Remove leftover reference to gdbtest.
7641
7642 2002-07-08  Phil Edwards  <pme@gcc.gnu.org>
7643
7644         * configure.in (gxx_include_dir):  Change to match versioned
7645         C++ headers if --enable-version-specific-runtime-libs is used.
7646
7647 2002-07-04  Steve Ellcey  <sje@cup.hp.com>
7648
7649         * ltcf-cxx.sh (hpux*): Modify to support ia64-*-hpux*.
7650
7651 2002-07-03  Nathanael Nerode  <neroden@gcc.gnu.org>
7652
7653         * configure.in: Make --without-x work.
7654
7655 2002-07-02  Nathanael Nerode  <neroden@gcc.gnu.org>
7656
7657         * configure.in: Rearrange target Makefile fragment collection.
7658
7659         * Makefile.in: Don't try to build gdbtest, tgas, ispell, inet, or
7660         cvs[src].
7661         * configure.in: Ditto.
7662
7663 2002-07-01  Matt Kraai  <kraai@alumni.cmu.edu>
7664
7665         * MAINTAINERS (Write After Approval): Update my e-mail address.
7666
7667 2002-06-24  Ben Elliston  <bje@redhat.com>
7668
7669         * configure.in (host_tools): Remove cgen.
7670
7671         * Makefile.in (all-cgen): Remove; runs from its source directory.
7672         (check-cgen, install-cgen, clean-cgen): Likewise.
7673         (all-opcodes): Do not depend on all-cgen.
7674         (all-sim): Likewise.
7675
7676 2002-07-01  Nathanael Nerode  <neroden@gcc.gnu.org>
7677
7678         * Makefile.in: Eliminate 'apache' targets.
7679         * configure.in: Eliminate 'apache' targets.
7680
7681         * configure.in: Eliminate redundant tests.  Reorganize.
7682
7683         * Makefile.in: Eliminate last reference to LIBGCC1_TEST.
7684
7685         * config-ml.in: Eliminate references to Cygnus configure.
7686
7687         * Makefile.in: Eliminate references to building emacs.
7688
7689 2002-06-28  Graham Stott  <graham.stott@btinternet.com>
7690
7691         * MAINTAINERS: Update my email address.
7692
7693 2002-06-26  Benjamin Kosnik  <bkoz@redhat.com>
7694
7695         * config.if (libstdcxx_incdir): Version C++ headers.
7696         (cxx_incdir): Remove.
7697
7698 2002-06-25  Nathanael Nerode  <neroden@gcc.gnu.org>
7699
7700         * MAINTAINERS (Write After Approval): Add self.
7701
7702 Thu Jun 20 00:35:14 2002  Denis Chertykov  <denisc@overta.ru>
7703
7704         * configure.in: Add support for ip2k.
7705
7706 2002-06-22  Nathanael Nerode  <neroden@twcny.rr.com>
7707
7708         * configure.in: Fix AIX configury bug.
7709
7710 2002-06-20  Steve Ellcey  <sje@cup.hp.com>
7711
7712         * MAINTAINERS (Write After Approval): Add self.
7713
7714 2002-06-19  Nathanael Nerode  <neroden@twcny.rr.com>
7715
7716         * configure.in: replace ${topsrcdir} with ${srcdir}
7717
7718         * configure.in: Move definition of libstdcxx_flags
7719         right above usage, rather than waaay earlier.
7720
7721         * configure.in: Pull definition of is_cross_compiler earlier.
7722
7723         * configure.in: Rearrange a little.
7724
7725         * configure.in: Remove references to librx.
7726         * Makefile.in: Remove references to librx.
7727
7728 Tue Jun 18 22:37:35 2002  Denis Chertykov  <denisc@overta.ru>
7729
7730         * config.sub: Add support for avr target.
7731         Import from master sources, rev 1.255
7732
7733 2002-06-19  Phil Edwards  <pme@gcc.gnu.org>
7734
7735         * configure, .cvsignore:  Revert previous change...
7736         * Makefile:  ...delete.
7737
7738 2002-06-19  Nathanael Nerode  <neroden@twcny.rr.com>
7739
7740         * configure.in: Eliminate ${gasdir} variable.
7741
7742 2002-06-18  Dave Brolley  <brolley@redhat.com>
7743
7744         * configure.in: Add support for frv.
7745         * config.sub: Add support for frv.
7746
7747 2002-06-18  Phil Edwards  <pme@gcc.gnu.org>
7748
7749         * configure:  Remove garbage from previous commit.
7750
7751 2002-06-18  Phil Edwards  <pme@gcc.gnu.org>
7752
7753         * configure:  For in-source builds, make a subdir and re-exec there.
7754         * Makefile:  New file.  Pass targets through to build directory.
7755         * .cvsignore:  No longer ignore "Makefile".
7756
7757 2002-06-16  Douglas Rupp  <rupp@gnat.com>
7758
7759         * MAINTAINERS (Write After Approval): Add self.
7760
7761 2002-06-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7762
7763         * Makefile.in (CFLAGS_FOR_TARGET): Add -O2.
7764
7765 2002-06-08  Jason Thorpe  <thorpej@wasabisystems.com>
7766
7767         * configure.in (vax-*-netbsd*): Re-enable gas.
7768
7769 2002-05-31  Nathanael Nerode  <neroden@twcny.rr.com>
7770
7771         * Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with BUILD_PREFIX,
7772         BUILD_PREFIX_1, to correct nomenclature.
7773         * configure: Likewise.
7774
7775         * Makefile.in: Eliminate version-specific references to tcl8.1, tk8.1.
7776         * configure.in: Eliminate version-specific references to tcl8.1, tk8.1.
7777
7778 2002-05-31  Olaf Hering  <olh@suse.de>
7779
7780         * config-ml.in: Propogate DESTDIR also.
7781
7782 2002-05-29  Jason Thorpe  <thorpej@wasabisystems.com>
7783
7784         * configure.in (vax-*-netbsd*): Don't build gas for this
7785         platform.
7786
7787 2002-05-28  Marek Michalkiewicz  <marekm@amelek.gda.pl>
7788
7789         * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
7790         and libgcj for AVR.
7791
7792 2002-05-23  Kaz Kojima  <kkojima@gcc.gnu.org>
7793
7794         * MAINTAINERS (Write After Approval): Add myself.
7795
7796 2002-05-22  Jason Thorpe  <thorpej@wasabisystems.com>
7797
7798         * config.guess: Update to 2002-05-22 version.
7799         * config.sub: Likewise.
7800
7801 2002-05-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
7802
7803         * Makefile.in: Allow for PWDCMD to override hardcoded pwd.
7804         * config-ml.in: Likewise.
7805         * configure: Likewise.
7806         * configure.in: Likewise.
7807
7808 2002-05-16  Stephane Carrez  <stcarrez@nerim.fr>
7809
7810         * MAINTAINERS: Update my email address.
7811
7812 2002-05-13  Nathanael Nerode  <neroden@twcny.rr.com>
7813
7814         * configure.in: Simplify makefile fragment collection.
7815
7816         * configure.in: Remove code to build emacs.
7817
7818         * configure.in : Remove --srcdir argument from targargs and buildargs
7819         (it's always overridden in the Makefile anyway).  Rearrange a bit.
7820
7821         * configure: Move some logic to configure.in.
7822         * configure.in: Move some logic from configure.
7823
7824 2002-05-11  Tom Tromey  <tromey@redhat.com>
7825
7826         * MAINTAINERS: Reflect libgcj reality.
7827
7828 2002-05-09  Federico G. Schwindt  <fgsch@olimpo.com.br>
7829
7830         * Makefile.in: Honour DESTDIR.
7831
7832 2002-05-08  Mark Mitchell  <mark@codesourcery.com>
7833
7834         * config.guess: Import 2002-03-20 version.
7835         * config.sub: Import 2002-04-26 version.
7836
7837 2002-05-08  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
7838
7839         * config-ml.in: Allow for PWDCMD to determine ML_POPDIR.
7840
7841 2002-05-07  Tim Josling  <tej@melbpc.org.au>
7842
7843         * MAINTAINERS: Add self.
7844
7845 2002-05-06  Loren J. Rittle  <ljrittle@acm.org>
7846
7847         * ltmain.sh: Detect and handle object name conflicts
7848         while piecewise linking a static library.
7849
7850 2002-05-05  Alexandre Oliva  <aoliva@redhat.com>
7851
7852         * configure.in (noconfigdirs): Don't disable libgcj on
7853         sparc64-*-solaris* and sparcv9-*-solaris*.
7854
7855 2002-05-03  Alexandre Oliva  <aoliva@redhat.com>
7856
7857         * configure.in: Revert 2002-04-18's patch; fixed in libjava.
7858
7859 2002-05-03  Thomas Fitzsimmons  <fitzsim@redhat.com>
7860
7861         * configure.in (FLAGS_FOR_TARGET): Do not add
7862         -B$$r/$(TARGET_SUBDIR)/newlib/ when compiling newlib natively
7863         on i[3456]86-*-linux*.
7864
7865 2002-05-01  Thomas Fitzsimmons  <fitzsim@redhat.com>
7866
7867         * configure.in (noconfigdirs): Replace [ ] with test.
7868
7869         * configure.in (noconfigdirs): Do not add target-newlib if
7870         target == i[3456]86-*-linux*, and host == target.
7871
7872 2002-04-29  Nathanael Nerode  <neroden@doctormoo.dyndns.org>
7873
7874         * configure.in: delete reference to absent file
7875
7876         * configure.in: replace '[' with 'test'
7877
7878         * configure.in: Eliminate references to gash.
7879         * Makefile.in: Eliminate references to gash.
7880
7881         * configure.in: remove useless references to 'pic' makefile fragments.
7882
7883         * configure.in: (*-*-windows*) Finish removing.
7884
7885         * configure.in: Eliminate redundant test for libgui.
7886
7887 2002-04-29  Roger Sayle  <roger@eyesopen.com>
7888
7889         * MAINTAINERS: Add self and realphabetize.  Update entries
7890         for Dan Berlin, Chris Demetriou and Michael Matz.  Remove
7891         entry for a29k port maintainer.
7892
7893 2002-04-26  Joel Sherrill  <joel@OARcorp.com>
7894
7895         * configure.in (h8300*-*-rtems*): Disable libf2c and libgcj.
7896         (sparc-*-elf*, sparc64-*-elf*): Disable libgcj.
7897
7898 2002-04-19  Nathanael Nerode  <neroden@twcny.rr.com>
7899
7900         * configure.in: remove references to dead files
7901
7902 2002-04-19  Mark Mitchell  <mark@codesourcery.com>
7903
7904         * MAINTAINERS: Add information about purpose of this file.
7905
7906 2002-04-18  Tom Tromey  <tromey@redhat.com>
7907
7908         * configure.in: Disallow configuring libgcj when it is already
7909         installed and we're using Solaris 2.8 linker.  Do enable libgcj on
7910         Solaris 2.8 by default.  For PR libgcj/6158.
7911
7912 2002-04-17  Nathanael Nerode  <neroden@twcny.rr.com>
7913
7914         * configure.in:  Move default CC setting out of config/mh-* fragments
7915         directly into here.
7916
7917 2002-04-17  Nathanael Nerode  <neroden@twcny.rr.com>
7918
7919         * configure.in: don't even try to configure or make a subdirectory
7920         if there's no configure script for it.
7921
7922 2002-04-15  Mark Mitchell  <mark@codesourcery.com>
7923
7924         * MAINTAINERS: Remove chill maintainers.
7925         * Makefile.in (CHILLFLAGS): Remove.
7926         (CHILL_LIB): Remove.
7927         (TARGET_CONFIGDIRS): Remove libchill.
7928         (CHILL_FOR_TARGET): Remove.
7929         (BASE_FLAGS_TO_PASS): Don't pass CHILLFLAGS, CHILL_FOR_TARGET, or
7930         CHILL_LIB.
7931         (CONFIGURE_TARGET_MODULES): Remove configure-target-libchill.
7932         (CHECK_TARGET_MODULES): Likewise.
7933         (INSTALL_TARGET_MODULES): Likewise.
7934         (CLEAN_TARGET_MODULES): Likewise.
7935         (configure-target-libchill): Remove.
7936         (all-target-libchill): Remove.
7937         * configure.in (target_libs): Remove target-libchill.
7938         Do not compute CHILL_FOR_TARGET.
7939         * libchill: Remove directory.
7940
7941 2002-04-11  DJ Delorie  <dj@redhat.com>
7942
7943         * Makefile.in, configure.in: Sync with binutils, entries
7944         follow...
7945
7946 2002-04-07  Andrew Cagney  <ac131313@redhat.com>
7947
7948         * Makefile.in (do-tar-bz2): Delete rule.  Replace with ...
7949         (do-tar, do-bz2): New rules.
7950         (taz): Update.  Replace do-tar-bz2 with do-tar and do-bz2.
7951         (gdb-tar): New rule.
7952         (gdb-taz): Rewrite.  Use gdb-tar and do-bz2.
7953         (insight_dejagnu.tar): New rule.
7954         (insight.tar): New rule.
7955         (gdb+dejagnu.tar): New rule.
7956         (gdb.tar): New rule.
7957
7958 2002-02-01  Mo DeJong  <supermo@bayarea.net>
7959
7960         * Makefile.in: Add all-tix to deps for all-snavigator
7961         so that tix is built when building snavigator.
7962
7963 2002-01-11  Steve Ellcey  <sje@cup.hp.com>
7964
7965         * configure.in (ia64*-*-hpux*): New target for IA64 HP-UX,
7966         ld and gdb are not supported.
7967
7968 2002-01-07  Mark Salter  <msalter@redhat.com>
7969
7970         * configure.in: Remove target-bsp and target-cygmon from arm builds.
7971         Allow target-libgloss to be built for arm, strongarm, and xscale.
7972
7973 2001-12-13  Thomas Fitzsimmons  <fitzsim@redhat.com>
7974
7975         * configure.in (FLAGS_FOR_TARGET): Remove -nostdinc and -isystem
7976         options for i[3456]86-pc-linux* native builds.
7977
7978 2001-11-20  Nick Clifton  <nickc@cambridge.redhat.com>
7979
7980         * Makefile.in (do-proto-toplev): Use msgfmt to generate .gmo
7981         files from .po files for a distribution.
7982
7983 2001-09-03  Jeff Holcomb  <jeffh@redhat.com>
7984
7985         * configure.in: Enable libstdc++-v3 for h8300 targets.
7986
7987 2001-06-19  Alan Modra  <amodra@bigpond.net.au>
7988
7989         * Makefile.in (VER): If AM_INIT_AUTOMAKE uses BFD_VERSION, get
7990         version from bfd/.
7991
7992 Fri Jun  8 11:14:02 2001  Andrew Cagney  <cagney@b1.cygnus.com>
7993
7994         * Makefile.in (VER): When present, extract the version number from
7995         the file version.in.
7996
7997 2001-05-24  Tom Rix  <trix@redhat.com>
7998
7999         * configure.in : enable ld for aix
8000
8001 2001-02-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
8002
8003         * config.guess: Add linux target for S/390.
8004
8005 2000-11-07  Philip Blundell  <pb@futuretv.com>
8006
8007         * Makefile.in (ETC_SUPPORT): Also add configbuild.* and configdev.*.
8008
8009 2000-11-03  Philip Blundell  <pb@futuretv.com>
8010
8011         * Makefile.in (ETC_SUPPORT): Add configure.texi and associated info
8012         files.
8013
8014 2001-01-15  Ben Elliston  <bje@redhat.com>
8015
8016         * configure.in (host_tools): Add sid.
8017         Always configure cgen.
8018
8019 2000-11-24  Nick Clifton  <nickc@redhat.com>
8020
8021         * configure.in (c4x, c5x, tic54x): Move after ARM targets.
8022
8023
8024 2000-08-20  Doug Evans  <dje@casey.transmeta.com>
8025
8026         * Makefile.in (ALL_MODULES): Add all-cgen.
8027         (CROSS_CHECK_MODULES,INSTALL_MODULES,CLEAN_MODULES): Similarily.
8028         (all-cgen): New target.
8029         (all-opcodes,all-sim): Depend on all-cgen.
8030         * configure.in (host_tools): Add cgen.
8031         Only configure cgen if --enable-cgen-maint.
8032
8033 2002-04-09  Loren J. Rittle  <ljrittle@acm.org>
8034
8035         * configure.in: Add *-*-freebsd* configurations.
8036
8037 2002-04-08  Tom Tromey  <tromey@redhat.com>
8038
8039         * configure.in: Add FLAGS_FOR_TARGET to GCJ_FOR_TARGET.
8040         Fixes PR libgcj/6068.
8041
8042 2002-03-30  Krister Walfridsson  <cato@df.lth.se>
8043
8044         * configure.in (i*86-*-netbsdelf*): Don't disable libgcj.
8045
8046 2002-03-27  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
8047
8048         * configure.in (alpha*-dec-osf*): Enable libgcj.
8049
8050 2003-03-27  Matthew Gingell  <gingell@gnat.com>
8051
8052         * MAINTAINERS (Write After Approval): Add myself.
8053
8054 2002-03-24  Nick Clifton  <nickc@cambridge.redhat.com>
8055
8056         Fix for: PR bootstrap/3591, target/5676
8057         * configure.in (mcore-pe): Disable the configuration of
8058         libstdc++-v3 since exceptions are not supported.
8059
8060 2002-03-20  Anthony Green  <green@redhat.com>
8061
8062         * configure.in: Enable libgcj for xscale-elf target.
8063
8064 Tue Mar 19 09:05:08 2002  J"orn Rennecke  <joern.rennecke@superh.com>
8065
8066         * MAINTAINERS:  Update my email address.
8067
8068 2002-03-16  Alexandre Oliva  <aoliva@redhat.com>
8069
8070         * ltmain.sh (relink_command): Fix typo in previous change.
8071
8072 2002-03-15  Alexandre Oliva  <aoliva@redhat.com>
8073
8074         * ltmain.sh (taglist): Initialized.  Don't let `CC' tag out of it.
8075         (relink_command): Added --tag flags.
8076         (mode=install): If relinking fails; error out.
8077
8078 2002-03-12  Richard Henderson  <rth@redhat.com>
8079
8080         * Makefile.in (NOTPARALLEL): New.  Use it instead of explicit
8081         .NOTPARALLEL tag.
8082         (do-check): Rename from check.
8083         (check): Allow parallel check.
8084
8085 2002-03-12  Bob Wilson  <bob.wilson@acm.org>
8086
8087         * MAINTAINERS: Add myself as maintainer for xtensa port.
8088         Fix alphabetical order in CPU port maintainer list.
8089         Remove myself from Write After Approval list.
8090
8091 2002-03-11  Richard Henderson  <rth@redhat.com>
8092
8093         * Makefile.in (.NOTPARALLEL): Add fake tag.
8094
8095 2002-03-07  H.J. Lu  (hjl@gnu.org)
8096
8097         * configure.in: Enable gprof for mips*-*-linux*.
8098
8099 2002-03-05  Danny Smith  <dannysmith@users.sourceforge.net>
8100
8101         * MAINTAINERS (Write After Approval): Add myself.
8102
8103 2002-02-28  Alexandre Oliva  <aoliva@redhat.com>
8104
8105         * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
8106         libjava.
8107         (CXX_FOR_TARGET): Explain why -shared-libgcc here.
8108
8109 2002-02-23  Alexandre Oliva  <aoliva@redhat.com>
8110
8111         * Makefile.in (MAKEINFO): Don't assume makeinfo will be built just
8112         because its Makefile is there; test for the executable instead.
8113
8114 2002-02-22  Alexandre Oliva  <aoliva@redhat.com>
8115
8116         * configure.in (CXX_FOR_TARGET): Add -shared-libgcc for
8117         libstdc++-v3 and libjava.
8118
8119 2002-02-11  Adam Megacz  <adam@xwt.org>
8120
8121         * gcc/Makefile.in: Removed libstdc++-v3 dependancy for libjava and
8122         boehm-gc
8123
8124 2002-02-09  Alexandre Oliva  <aoliva@redhat.com>
8125
8126         * config.guess: Updated to 2002-01-30's version.
8127         * config.sub: Updated to 2002-02-01's version.
8128         Contribute sh64-elf.
8129         2000-12-01  Alexandre Oliva  <aoliva@redhat.com>
8130         * configure.in: Added sh64-*-*.
8131
8132 2002-02-08  Chris Demetriou  <cgd@broadcom.com>
8133
8134         * MAINTAINERS: Belatedly add myself to write after approval list.
8135
8136 Thu Feb  7 12:40:58 CET 2002  Jan Hubicka  <jh@suse.cz>
8137
8138         * MAINTAINERS: Put self in as maintainer for x86-64 port.
8139         Remove self as Write After Approval.
8140
8141 2002-01-31  Geoffrey Keating  <geoffk@redhat.com>
8142
8143         * MAINTAINERS: Put self in as maintainer for contrib/regression
8144         directory.
8145
8146 2002-01-28  Phil Edwards  <pme@gcc.gnu.org>
8147
8148         * MAINTAINERS:  Update my email address.
8149
8150 2002-01-26  Jason Thorpe  <thorpej@wasabisystems.com>
8151
8152         * configure.in (*-*-netbsd*): New.  Skip target-newlib,
8153         target-libiberty, and target-libgloss.  Skip Java-related
8154         libraries if not supported for NetBSD on target CPU.
8155
8156 2002-01-25  Douglas B Rupp  <rupp@gnat.com>
8157
8158         * install-sh: Use _inst.$$_ for temp file name.
8159
8160 2002-01-24  Jason Thorpe  <thorpej@wasabisystems.com>
8161
8162         * MAINTAINERS (Write After Approval): Move my contact info
8163         from here...
8164         (OS Port Maintainers): ...to here (netbsd).
8165
8166 2002-01-22  Bob Wilson  <bob.wilson@acm.org>
8167
8168         * MAINTAINERS (Write After Approval): Add myself.
8169
8170 2002-01-17  H.J. Lu  <hjl@gnu.org>
8171
8172         * Makefile.in (all-fastjar): Also depend on all-libiberty.
8173         (all-target-fastjar): Also depend on all-target-libiberty.
8174
8175 2002-01-16  H.J. Lu  (hjl@gnu.org)
8176
8177         * config.guess: Import from master sources, rev 1.225.
8178         * config.sub: Import from master sources, rev 1.238.
8179
8180 2002-01-16  Kazu Hirata  <kazu@hxi.com>
8181
8182         * MAINTAINERS (Write After Approval): Remove myself.
8183
8184 2001-12-19  Florian Weimer  <fw@deneb.enyo.de>
8185
8186         * MAINTAINERS (Write After Approval): Add myself.
8187
8188 2001-12-17  Joseph S. Myers  <jsm28@cam.ac.uk>
8189
8190         * MAINTAINERS: Add self as docs co-maintainer.
8191
8192 2001-12-11  Matthias Klose  <doko@debian.org>
8193
8194         * MAINTAINERS (Write After Approval): Add myself.
8195
8196 2001-12-09  Zack Weinberg  <zack@codesourcery.com>
8197
8198         * MAINTAINERS: Update my email address.
8199
8200 2001-12-07  Turly O'Connor  <turly@apple.com>
8201         * MAINTAINERS (Write After Approval): Add myself.
8202         * rs6000.c (rs6000_trampoline_size): Handle ABI_DARWIN case.
8203         (rs6000_initialize_trampoline): Call __trampoline_setup for
8204         ABI_DARWIN too.
8205         * darwin-tramp.asm: New file, implements __trampoline_setup.
8206         * t-darwin (LIB2FUNCS_EXTRA): Include darwin-tramp.asm.
8207
8208 2001-12-07  Paolo Carlini  <pcarlini@unitus.it>
8209
8210         * MAINTAINERS (Write After Approval): Add myself.
8211
8212 Wed Dec  5 07:33:45 2001  Douglas B. Rupp  <rupp@gnat.com>
8213
8214         * configure, configure.in: Use temp file for long sed commands.
8215
8216 2001-12-03  Laurent Guerby  <guerby@acm.org>
8217
8218         * config.sub: Update to version 1.232 on subversion.
8219
8220 2001-12-03  Ben Elliston  <bje@redhat.com>
8221
8222         * MAINTAINERS: Update mail address for config.* patches.
8223
8224 2001-11-27  DJ Delorie  <dj@redhat.com>
8225             Zack Weinberg  <zack@codesourcery.com>
8226
8227         When build != host, create libiberty for the build machine.
8228
8229         * Makefile.in (TARGET_CONFIGARGS, BUILD_CONFIGARGS): Replace
8230         CONFIG_ARGUMENTS.
8231         (ALL_BUILD_MODULES_LIST, BUILD_CONFIGDIRS, BUILD_SUBDIR):
8232         New variables.
8233         (ALL_BUILD_MODULES, CONFIGURE_BUILD_MODULES): New variables
8234         and rules.
8235         (all.normal): Depend on ALL_BUILD_MODULES.
8236         (CONFIGURE_TARGET_MODULES rule): Use TARGET_CONFIGARGS.
8237         (all-build-libiberty): Depend on configure-build-libiberty.
8238
8239         * configure: Calculate and substitute proper value for
8240         ALL_BUILD_MODULES.
8241         * configure.in: Create the build subdirectory.
8242         Calculate and substitute TARGET_CONFIGARGS (formerly
8243         CONFIG_ARGUMENTS); also BUILD_SUBDIR and BUILD_CONFIGARGS (new).
8244
8245 2001-11-26  Ziemowit Laski  <zlaski@apple.com>
8246
8247         * MAINTAINERS (write-after-approval): Add self.
8248
8249 2001-11-17  Craig Rodrigues  <rodrigc@gcc.gnu.org>
8250
8251         * MAINTAINERS (GNATS only accounts): Remove self.
8252
8253 2001-11-14  Hans-Peter Nilsson  <hp@bitrange.com>
8254
8255         * configure.in (noconfigdirs) [h8300*-*-*, h8500-*-*]: Disable
8256         libf2c.
8257
8258 2001-11-12  Craig Rodrigues  <rodrigc@gcc.gnu.org>
8259
8260         * MAINTAINERS (Write After Approval): Add self.
8261
8262 2001-11-12  David O'Brien  <obrien@FreeBSD.org>
8263
8264         * MAINTAINERS: mips and s390 are also CPU ports.
8265
8266 2001-11-12  David O'Brien  <obrien@FreeBSD.org>
8267
8268         * MAINTAINERS: mcore, cris and mmix are also CPU ports.
8269
8270 2001-11-11  David O'Brien  <obrien@FreeBSD.org>
8271
8272         * MAINTAINERS: Alphabetize.
8273
8274 2001-11-09  Kazu Hirata  <kazu@hxi.com>
8275
8276         * MAINTAINERS (Various maintainers: h8 port): Add myself.
8277
8278 2001-11-09  John David Anglin  <dave@hiauly1.hia.nrc.ca>
8279
8280         * MAINTAINERS (Various maintainers: hppa port): Added myself.
8281
8282 2001-11-08  Phil Edwards  <pedwards@disaster.jaj.com>
8283
8284         * configure.in (--enable-languages): Be more permissive about
8285         syntax.  Check for empty lists better.  Warn about $LANGUAGES.
8286
8287 2001-11-08  Geoffrey Keating  <geoffk@redhat.com>
8288
8289         * config.sub: Import from master sources, rev. 1.230.
8290         * MAINTAINERS: Change 'stormy16' to 'xstormy16'.
8291
8292 2001-11-07  Laurent Guerby  <guerby@acm.org>
8293
8294         * MAINTAINERS (Write After Approval): Add self.
8295
8296 2001-11-06  Hans-Peter Nilsson  <hp@bitrange.com>
8297
8298         * Makefile.in (MAKEINFO): Use "missing" for makeinfo older than 4.0.
8299
8300 2001-11-05  Hans-Peter Nilsson  <hp@bitrange.com>
8301
8302         * config.sub: Import from master sources, rev 1.226.
8303         * config.guess: Import from master sources, rev 1.216.
8304
8305 2001-11-03  Hans-Peter Nilsson  <hp@bitrange.com>
8306
8307         * configure.in (noconfigdirs) [mmix-*-*]: Disable libgcj.
8308         * MAINTAINERS: Add self as maintainer of MMIX port.
8309         Remove old after-approval entry.
8310
8311 2001-10-28  Joseph S. Myers  <jsm28@cam.ac.uk>
8312
8313         * ChangeLog, configure: Fix spelling errors.
8314
8315 2001-10-20  Brendan Kehoe  <brendan@zen.org>
8316
8317         * MAINTAINERS: Tweak my address.
8318
8319 Thu Oct 11 21:50:15 2001  J"orn Rennecke  <amylaar@onetel.net.uk>
8320
8321         * MAINTAINERS: Update my email address.
8322
8323 2001-10-11  Hans-Peter Nilsson  <hp@axis.com>
8324
8325         * configure.in (noconfigdirs) [cris-*-*]: Disable libgcj.
8326         * MAINTAINERS: Add self as maintainer of CRIS port.
8327
8328 2001-10-10  Geert Bosch  <bosch@gnat.com>
8329
8330         * MAINTAINERS (Various maintainers: Ada front end):
8331         Added Robert Dewar.
8332
8333 2001-10-03  David Billinghurst  <David.Billinghurst@riotinto.com>
8334
8335         * MAINTAINERS (Write After Approval): Added self
8336
8337 2001-10-02  Geert Bosch  <bosch@gnat.com>
8338
8339         * MAINTAINERS (Various maintainers: Ada front end): Added myself.
8340
8341 2001-10-02  Joseph S. Myers  <jsm28@cam.ac.uk>
8342
8343         * configure: Handle temporary files securely using mkdir.
8344
8345 2001-09-29  Alexandre Oliva  <aoliva@redhat.com>
8346
8347         * Makefile.in (configure-target-gperf): Depend on $(ALL_GCC_CXX).
8348
8349 2001-09-26  Will Cohen  <wcohen@redhat.com>
8350
8351         * configure.in (*-*-linux*): Disable configuration of target-newlib
8352         and target-libgloss.
8353
8354 2001-09-26  Alexandre Oliva  <aoliva@redhat.com>
8355
8356         * Makefile.in (EXTRA_TARGET_FLAGS): Pass RANLIB_FOR_TARGET for
8357         RANLIB.
8358
8359 2001-09-21  Alexandre Oliva  <aoliva@redhat.com>
8360
8361         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET,
8362         DLLTOOL_FOR_TARGET, WINDRES_FOR_TARGET, AR_FOR_TARGET,
8363         RANLIB_FOR_TARGET, NM_FOR_TARGET): Don't use double quotes to
8364         avoid quotes nesting problems.
8365         (NATIVE_CHECK_MODULES): Ditto, just for consistency.
8366         (DO_X): Export only variables that are set.
8367
8368 2001-09-19  Ben Elliston  <bje@redhat.com>
8369
8370         * configure.in (sparc-sun-solaris2*): Don't use /usr/bin/which on
8371         Solaris when testing for the /usr/ucb/cc compiler; it has incorrect
8372         semantics.  Use the shell built-in "type" command instead.
8373
8374 2001-08-31  Alexandre Oliva  <aoliva@redhat.com>
8375
8376         Merged from gcc-3_0-branch:
8377         2001-07-30  Jeff Sturm  <jsturm@one-pont.com>
8378         * ltcf-c.sh: Use $objext, not $ac_objext.
8379         2001-07-27  Mark Kettenis  <kettenis@gnu.org>
8380         * ltcf-cxx.sh: Add support for GNU.
8381         2001-07-22  Timothy Wall  <twall@redhat.com>
8382         * ltcf-c.sh: Don't disable shared libraries for AIX5/IA64.  Preserve
8383         default settings if using GNU tools with that configuration.
8384         * ltcf-cxx.sh: Ditto.
8385         * ltcf-gcj.sh: Ditto.
8386         2001-07-21  Michael Chastain  <chastain@redhat.com>
8387         * ltconfig: Set max_cmd_len to a maximum of 512Kb, as it seems some
8388         HPUX 11.0 systems have trouble with 1MB.  Mark as gcc-local.
8389         * ltmain.sh: Mark as gcc-local.
8390
8391 2001-08-30  Eric Christopher  <echristo@redhat.com>
8392             Jason Eckhardt  <jle@redhat.com>
8393
8394         * config.guess: Merge from master sources.
8395         * config.sub: Merge from master sources, add support for mipsisa32.
8396
8397 2001-08-25  Geoffrey Keating  <geoffk@redhat.com>
8398         * config.sub: Merge from master sources, rev 1.219.
8399         * MAINTAINERS: Add self as contact for stormy16 port.
8400
8401 2001-08-14  Zack Weinberg  <zackw@panix.com>
8402
8403         * config.sub: Merge from master sources, rev 1.218.
8404         * config.guess: Merge from master sources, rev 1.209.
8405
8406 2001-08-11  Graham Stott  <grahams@redhat.com>
8407
8408         * Makefile.in (check-c++): Add missing semicolon.
8409
8410 Mon Jul 30 19:24:13 CEST 2001  Jan Hubicka  <jh@suse.cz>
8411
8412         * MAINTAINERS (Various maitainers: predict.def): Added myself.
8413
8414 2001-07-30  Eric Christopher  <echristo@redhat.com>
8415
8416         * MAINTAINERS (Various maintainers: mips port): Added myself.
8417
8418 2001-07-25  Andrew Haley  <aph@cambridge.redhat.com>
8419
8420         * configure.in (sh-*-linux*): New.
8421
8422 2001-07-27  Richard Henderson  <rth@redhat.com>
8423
8424         * .cvsignore: Add LAST_UPDATED.
8425
8426 2001-07-23  Ulrich Weigand  <uweigand@de.ibm.com>
8427
8428         * MAINTAINERS (Various maintainers: s390 port): Added myself.
8429
8430 2001-07-16  Aldy Hernandez  <aldyh@redhat.com>
8431
8432         * config.sub: Fix mips64vr5000el typo in CPU-COMPANY.
8433
8434 Fri Jul 13 14:31:57 2001  Nicola Pero  <nicola@brainstorm.co.uk>
8435
8436         * MAINTAINERS (Write After Approval): Added myself.
8437
8438 2001-07-12  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
8439
8440         * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
8441         and libgcj on m68hc11/m68hc12.
8442
8443 2001-06-27  H.J. Lu  (hjl@gnu.org)
8444
8445         * Makefile (CFLAGS_FOR_BUILD): New.
8446         (EXTRA_GCC_FLAGS): Add CFLAGS_FOR_BUILD.
8447
8448 2001-06-13  Joseph S. Myers  <jsm28@cam.ac.uk>
8449
8450         * README: Remove version number.
8451
8452 2001-06-13  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
8453
8454         * INSTALL/README: Update wrt. to the installation instructions now
8455         residing in gcc/doc/install.texi.
8456
8457 2001-06-13  Joseph S. Myers  <jsm28@cam.ac.uk>
8458
8459         * README: Replace with a cut-down and updated version of gcc/README.
8460
8461 2001-06-12  David Edelsohn  <edelsohn@gnu.org>
8462
8463         * config-ml.in (powerpc-*-* | rs6000-*-*): Allow aix64 and pthread
8464         multilibs to be disabled.
8465
8466 2001-06-11  Daniel Berlin  <dan@cgsoftware.com>
8467
8468         * MAINTAINERS (Write After Approval): Add myself.
8469
8470 2001-06-09  Alexandre Oliva  <aoliva@redhat.com>
8471
8472         * config.guess: Import CVS version 1.195.
8473         * config.sub: Import CVS version 1.212.
8474
8475 2001-06-08  Alexandre Oliva  <aoliva@redhat.com>, Jeff Sturm  <jsturm@one-point.com>
8476
8477         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
8478         gcc/xgcc is built, use -print-prog-name to find out the program
8479         name to use.
8480
8481 2001-06-04  Phil Edwards  <pme@sources.redhat.com>
8482
8483         * config.guess:  Import CVS version 1.194.  All gcc-local changes
8484         appear to also be in the master copy.
8485         * config.sub:  Import CVS version 1.211.
8486
8487 Mon Jun  4 16:32:53 2001  Mark Mitchell  <mark@codesourcery.com>
8488
8489         * ltcf-c.sh (archive_cmds, archive_expsym_cmds) [solaris,
8490         with_gcc]: Use `gcc -shared' to build a shared library.
8491
8492 Mon Jun  4 16:24:43 2001  John David Anglin  <dave@hiauly1.hia.nrc.ca>
8493
8494         * ltcf-c.sh (archive_cmd) [hpux, with_gcc]: Use gcc to link shared
8495         archives.
8496
8497 Fri Jun  1 18:55:19 2001  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
8498
8499         * MAINTAINERS (Write After Approval): Add myself.
8500
8501 2001-06-01  Hans-Peter Nilsson  <hp@axis.com>
8502
8503         * configure.in (libstdcxx_flags): Do not try to execute
8504         libstdc++-v3/testsuite_flags until it exists.
8505
8506 2001-06-01  Alan Modra  <amodra@bigpond.net.au>
8507
8508         * MAINTAINERS: Update my email address.
8509
8510 2001-05-31  Graham Stott  <grahams@redhat.com>
8511
8512         * MAINTAINERS (Write After Approval): Add myself.
8513
8514 2001-05-28  Simon Patarin  <simon.patarin@inria.fr>
8515
8516         * ltcf-cxx.sh (osf3/osf4/osf5): Support creation of C++  shared
8517         libraries when using g++ with native linker.
8518
8519 2001-05-28  Alexandre Oliva  <aoliva@redhat.com>
8520
8521         * ltconfig, ltmain.sh: Upgrade to libtool 1.4a 1.641.2.256.
8522
8523 2001-05-22  Alexandre Oliva  <aoliva@redhat.com>
8524
8525         * ltcf-cxx.sh (allow_undefined_flag, no_undefined_flag)
8526         [aix4*|aix5*]: Prepend blank.
8527
8528 2001-05-20  Alexandre Oliva  <aoliva@redhat.com>
8529
8530         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
8531         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.254.  Rebuilt a number
8532         of subdir/configure scripts to use the new libtool.m4.
8533
8534 2001-05-19  Matt Kraai  <kraai@alumni.carnegiemellon.edu>
8535
8536         * MAINTAINERS (Write After Approval): Add myself.
8537
8538 2001-05-18  Benjamin Kosnik  <bkoz@redhat.com>
8539
8540         * configure.in (libstdcxx_flags): Remove reference to libstdc++.INC.
8541
8542 2001-05-11  Ben Elliston  <bje@redhat.com>
8543
8544         * Makefile.in (all-sid): New target.
8545         (check-sid, clean-sid, install-sid): Likewise.
8546
8547 2001-05-09  Jeffrey Oldham  <oldham@codesourcery.com>
8548
8549         * ltcf-cxx.sh: Add -nostdlib to IRIX 6 archive_cmds.
8550
8551 2001-05-03  Alexandre Oliva  <aoliva@redhat.com>
8552
8553         * configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: Disable
8554         libgcj.
8555
8556 2001-05-03  Alexandre Oliva  <aoliva@redhat.com>
8557
8558         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
8559         gcc/xgcc is built, use -print-prog-name to find out the program
8560         name to use.
8561
8562 2001-04-26  Alexandre Oliva  <aoliva@redhat.com>
8563
8564         * configure.in (noconfigdirs): Don't reset it from scratch in the
8565         target case; only append to it.
8566
8567         * configure.in (noconfigdirs) [hppa*-*-*, mips*-*-irix6*,
8568         sparc-*-solaris2.8]: Disable ${libgcj}.
8569
8570 2001-04-25  Alexandre Oliva  <aoliva@redhat.com>
8571
8572         * configure.in (libgcj_saved): Copy from $libgcj.
8573         (libgcj): Zero out if --enable-libgcj; add to noconfigdirs is
8574         --disable-libgcj.
8575
8576 2001-04-25  Gavin Romig-Koch  <gavin@redhat.com>
8577
8578         * MAINTAINERS: Remove self as MIPS maintainer and
8579         C front end maintainer.
8580
8581 Mon Apr 23 09:15:03 2001  Anthony Green  <green@redhat.com>
8582
8583         * configure.in: Move *-chorusos target case to the proper switch.
8584         Disable libgcj.
8585
8586 2001-04-12  Alexandre Oliva  <aoliva@redhat.com>
8587
8588         * ltconfig, ltmain.sh, ltcf-cxx.sh: Upgraded to libtool 1.4a
8589         1.641.2.228.
8590
8591 2001-04-13  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
8592
8593         * Makefile.in (STAGE1_CFLAGS): Pass down.
8594
8595 2001-04-13  Alan Modra  <amodra@one.net.au>
8596
8597         * config.guess: Add hppa64-linux support.  Note for next import that
8598         this is already in the master file.
8599         * configure.in: Likewise.  Accept `parisc' alias for `hppa'.
8600
8601 2001-04-12  Alexandre Oliva  <aoliva@redhat.com>
8602
8603         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
8604         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.226.
8605
8606 2001-04-11  Stan Shebs  <shebs@apple.com>
8607
8608         * MAINTAINERS: Add self as Darwin port maintainer.
8609
8610 2001-04-11  Alan Modra  <amodra@one.net.au>
8611
8612         * MAINTAINERS: Update my email address.
8613
8614 2001-04-10  Loren J. Rittle  <ljrittle@acm.org>
8615
8616         * ltcf-cxx.sh: Support creation of C++ shared libraries on
8617         recent versions of FreeBSD (release 3 or later).
8618         * ltconfig: On FreeBSD, -lc must not be provided when building
8619         a shared library or else the standard -pthread gcc option is
8620         rendered worthless to later users of the built library.
8621
8622 2001-04-06  Joseph S. Myers  <jsm28@cam.ac.uk>
8623
8624         * MAINTAINERS: Add self and RTH as C front end maintainers.
8625
8626 2001-04-05  Alexandre Oliva  <aoliva@redhat.com>
8627
8628         * config.sub: Make sure to match an already-canonicalized
8629         machine name (eg. mn10300-unknown-elf).
8630
8631 2001-04-01  Alexandre Oliva  <aoliva@redhat.com>
8632
8633         * Makefile.in (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS):
8634         New macros.
8635         (bootstrap, cross): Use RECURSE_FLAGS.
8636         * configure.in: Subst CXX_FOR_TARGET_FOR_RECURSIVE_MAKE.
8637
8638 2001-03-27  Alexandre Oliva  <aoliva@redhat.com>
8639
8640         * configure.in (CXX_FOR_TARGET): Use xgcc for libstdc++-v3.
8641
8642 2001-03-22  Colin Howell  <chowell@redhat.com>
8643
8644         * Makefile.in (DO_X): Do not backslash single-quotes in
8645         backquotes (two places).
8646
8647 2001-03-22  Alexandre Oliva  <aoliva@redhat.com>
8648
8649         Re-installed:
8650         2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
8651         * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP.  Do not add
8652         '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
8653         * ltcf-cxx.sh: Likewise.
8654         * ltcf-gcj.sh: Likewise.
8655
8656 2001-03-22  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
8657
8658         * MAINTAINERS: Add myself as "documentation co-maintainer".
8659
8660 2001-03-22  Alexandre Oliva  <aoliva@redhat.com>
8661
8662         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
8663         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.198.
8664
8665 2001-03-19  Tom Tromey  <tromey@redhat.com>
8666
8667         * config-ml.in: Handle GCJ and GCJFLAGS.
8668
8669 2001-03-21  Michael Chastain  <chastain@redhat.com>
8670
8671         * Makefile.in: all-m4 depends on all-texinfo.
8672
8673 2001-03-20  Loren J. Rittle  <ljrittle@acm.org>
8674
8675         * MAINTAINERS: Add myself to write after approval list.
8676
8677 2001-03-18  Laurynas Biveinis  <lauras@softhome.net>
8678
8679         * Makefile.in (DO_X): Quote nested quotes.
8680
8681 2001-03-18  Alan Modra  <alan@linuxcare.com.au>
8682
8683         * MAINTAINERS: Add myself to write after approval list.
8684
8685 2001-03-15  Laurynas Biveinis  <lauras@softhome.net>
8686
8687         * Makefile.in (DO_X): Use double quotes for quoting
8688         "RANLIB=$${RANLIB}".
8689
8690 2001-03-10  Ovidiu Predescu  <ovidiu@cup.hp.com>
8691
8692         * MAINTAINERS: Added Stan Shebs as new maintainer for Objective-C.
8693
8694 2001-03-09  Nicola Pero  <n.pero@mi.flashnet.it>
8695
8696         * configure.in: Only use `lang_requires' for languages athat are
8697         actually enabled.
8698
8699 2001-03-08  Phil Edwards  <pme@sources.redhat.com>
8700
8701         * MAINTAINERS (C++ runtime libs):  Update and alphabatize.
8702
8703 2001-03-08  Alexandre Oliva  <aoliva@redhat.com>
8704
8705         * Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use.
8706
8707 2001-03-07  Tom Tromey  <tromey@redhat.com>
8708
8709         * configure.in: Allow config-lang.in to set `lang_requires' to list
8710         of other required languages.
8711
8712 2001-03-06  Laurynas Biveinis  <lauras@softhome.net>
8713
8714         * Makefile.in: Remove RANLIB definition. Use RANLIB
8715         in RANLIB_FOR_TARGET, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS,
8716         EXTRA_GCC_FLAGS, $(DO_X) targets only when the RANLIB is set.
8717
8718 2001-02-28  Benjamin Kosnik  <bkoz@redhat.com>
8719             Alexandre Oliva  <aoliva@redhat.com>
8720
8721         * Makefile.in (check-c++): Use tabs, not spaces.
8722
8723 2001-02-20  Laurynas Biveinis  <lauras@softhome.net>
8724
8725         * MAINTAINERS: add myself to Write After Approval list.
8726
8727 2001-02-19  Benjamin Kosnik  <bkoz@redhat.com>
8728
8729         * Makefile.in (check-c++): New rule.
8730
8731         * configure.in (target_libs): Remove libg++.
8732         (noconfigdirs): Remove libg++.
8733         (noconfigdirs): Same.
8734         (noconfigdirs): Same.
8735         (noconfigdirs): Same.
8736
8737         * config-ml.in: Remove libg++ references.
8738
8739         * Makefile.in (TARGET_CONFIGDIRS): Remove libio, libstdc++, libg++.
8740         (ALL_TARGET_MODULES): Same.
8741         (configure-target-libg++): Remove.
8742         (all-target-libg++): Remove.
8743         (configure-target-libio): Remove.
8744         (all-target-libio): Remove.
8745         (check-target-libio): Remove.
8746         (.PHONY): Remove.
8747         (libg++.tar.bz2): Remove.
8748         (all-target-cygmon): Remove libio.
8749         (all-target-libstdc++): Remove.
8750         (configure-target-libstdc++): Remove.
8751         (TARGET_LIB_PATH): Remove libstdc++.
8752         (ALL_GCC_CXX): Remove libstdc++.
8753         (all-target-gperf): Correct.
8754
8755 2001-02-16  Nick Clifton  <nickc@redhat.com>
8756
8757         * configure.in (noconfigdirs): Allow configuration of texinfo
8758         for Cygwin hosts.
8759
8760 2001-02-15  Anthony Green  <green@redhat.com>
8761
8762         * configure: Introduce GCJ_FOR_TARGET.
8763         * configure.in: Ditto.
8764         * Makefile.in: Ditto.
8765
8766 2001-02-13  Andreas Schwab  <schwab@suse.de>
8767
8768         * MAINTAINERS: Update mail address.
8769
8770 2001-02-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
8771
8772         * config.guess: Add linux target for S/390.
8773         * config.sub: Likewise.
8774
8775 2001-02-08  Chandrakala Chavva  <cchavva@redhat.com>
8776
8777         * configure.in: for *-chorusos, don't config target-newlib and
8778         target-libgloss.
8779
8780 2001-02-06  Ben Elliston  <bje@redhat.com>
8781
8782         * configure: Output host type to stdout, not stderr.
8783
8784 2001-02-05  Mark Mitchell  <mark@codesourcery.com>
8785
8786         * ltcf-c.sh: Add support for -no-undefined under GNU/Linux.
8787         * ltcf-cxx.sh: Likewise.
8788
8789         * config.if: Assume enable_libstdcxx_v3 is defined.
8790
8791 2001-02-04  Mark Mitchell  <mark@codesourcery.com>
8792
8793         Remove V2 C++ library.
8794         * configure.in: Remove --enable-libstdcxx_v3 support.
8795
8796 2001-01-31  Bryce McKinlay  <bryce@albatross.co.nz>
8797
8798         * include/demangle.h: Add prototype for java_demangle_v3.
8799
8800 2001-01-29  Phil Edwards  <pme@sources.redhat.com>
8801
8802         * COPYING.LIB:  Update to LGPL 2.1 from the FSF.
8803
8804 2001-01-27  Richard Henderson  <rth@redhat.com>
8805
8806         * configure.in (target_makefile_frag) [alpha*-*]: Use mt-alphaieee.
8807
8808 2001-01-27  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
8809
8810         * ltcf-cxx.sh (ac_cv_prog_cc_pic_works, ac_cv_prog_cc_static_works):
8811         Don't unset, it's non-portable and no longer necessary, set to empty
8812         instead.
8813
8814 2001-01-27  Michael Sokolov  <msokolov@ivan.Harhan.ORG>,  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
8815
8816         * ltconfig: Shell portability fix for the tagname validity check.
8817
8818 2001-01-27  Alexandre Oliva  <aoliva@redhat.com>
8819
8820         * ltcf-c.sh (ld_shlibs) [aix5*]: Disable on unknown CPU types.
8821         * ltcf-cxx.sh, ltcf-gcj.sh: Likewise.
8822
8823 2001-01-26  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
8824
8825         * ltcf-cxx.sh: Use parentheses around eval $ac_compile.
8826
8827 2001-01-26  Tom Tromey  <tromey@redhat.com>
8828
8829         * configure.in: Allow libgcj to be built on Sparc Solaris.
8830
8831 2001-01-25  David Edelsohn  <edelsohn@gnu.org>
8832
8833         * ltcf-c.sh: Add aix5 case.
8834         * ltcf-cxx.sh: Likewise.
8835         * ltconfig: Likewise.
8836
8837 2001-01-24  Alexandre Oliva  <aoliva@redhat.com>
8838
8839         * ltmain.sh (TAG disable-shared, TAG disable-static): Make sure we
8840         keep at least one of build_libtool_libs or build_old_libs set to
8841         yes.
8842
8843         * ltcf-gcj.sh (lt_simple_link_test_code): Remove stray `(0)'.
8844         * libtool.m4 (_AC_LIBTOOL_GCJ): Pass $CPPFLAGS on.
8845
8846 2001-01-23  Bryce McKinlay  <bryce@albatross.co.nz>
8847
8848         * configure.in: Enable libgcj on several additional platforms.
8849
8850 2001-01-22  Bryce McKinlay  <bryce@albatross.co.nz>
8851
8852         * configure.in: Enable libgcj for linux targets.
8853
8854 2001-01-20  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
8855
8856         * MAINTAINERS (Write After Approval): Add myself.
8857
8858 2001-01-15  John David Anglin  <dave@hiauly1.hia.nrc.ca>
8859
8860         * MAINTAINERS: Add myself as vax port maintainer.
8861
8862 2001-01-11  Fergus Henderson  <fjh@cs.mu.oz.au>
8863
8864         * MAINTAINERS: Add myself as Mercury front-end maintainer.
8865
8866 2001-01-09  Mike Stump  <mrs@wrs.com>
8867
8868         * Makefile.in (CONFIGURE_TARGET_MODULES): Pass back configuration
8869         failures of subdirectories.
8870
8871 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
8872
8873         * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP.  Do not add
8874         '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
8875         * ltcf-cxx.sh: Likewise.
8876         * ltcf-gcj.sh: Likewise.
8877         * ltconfig.sh: Fix typo.
8878
8879 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
8880
8881         * configure: handle DOS-style absolute paths.
8882
8883 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
8884
8885         * configure.in: remove supported directories from $noconfigdirs for DJGPP.
8886
8887 2000-12-30  Marek Michalkiewicz  <marekm@linux.org.pl>
8888
8889         * MAINTAINERS: Add myself as avr port co-maintainer.
8890
8891 2000-12-28  Ben Elliston  <bje@redhat.com>
8892
8893         * MAINTAINERS: Add myself under ``Write After Approval''.
8894
8895 2000-12-19  Joseph S. Myers  <jsm28@cam.ac.uk>
8896
8897         * texinfo: Remove directory from GCC.
8898
8899 2000-12-18  Joseph S. Myers  <jsm28@cam.ac.uk>
8900
8901         * COPYING: Update to current
8902         ftp://ftp.gnu.org/pub/gnu/Licenses/COPYING-2.0 (fixes references
8903         to 19yy as example year in copyright notice).
8904
8905 2000-12-18  Benjamin Kosnik  <bkoz@redhat.com>
8906
8907         * Makefile.in (BASE_FLAGS_TO_PASS): Alphabetize.
8908         (libstdcxx_incdir): Pass down.
8909         * config.if: Remove expired bits for cxx_interface, add stub.
8910         (libstdcxx_incdir): Add variable for g++ include directory.
8911         * configure.in (gxx_include_dir): Use it.
8912
8913 2000-12-18  Alexandre Oliva  <aoliva@redhat.com>
8914
8915         * MAINTAINERS: Added self as sh port co-maintainer.  Removed entry
8916         with old-email address from ``Write After Approval''.
8917
8918 2000-12-15  Andreas Jaeger  <aj@suse.de>
8919
8920         * configure.in: Handle lang_dirs.
8921
8922 2000-12-14  Tom Tromey  <tromey@redhat.com>
8923
8924         * MAINTAINERS: Removed brads.
8925
8926         * MAINTAINERS: Added gcj developers.
8927
8928 2000-12-13  Anthony Green  <green@redhat.com>
8929
8930         * configure.in: Disable libgcj for any target not specifically
8931         listed.  Disable libgcj for x86 and Alpha Linux until compatible
8932         with g++ abi.
8933
8934 2000-12-13  Mike Stump  <mrs@wrs.com>
8935
8936         * Makefile.in (local-distclean): Also remove fastjar.
8937
8938 2000-12-12  Rodney Brown  <RodneyBrown@mynd.com>
8939
8940         * contrib/gcc_update: Add fastjar --touch entries.
8941
8942 2000-12-12  Alexandre Oliva  <aoliva@redhat.com>
8943
8944         * configure.in: Disable language-specific target libraries for
8945         languages that aren't enabled.
8946
8947 2000-12-10  Anthony Green  <green@redhat.com>
8948
8949         * configure.in: Define libgcj.  Disable libgcj target libraries for
8950         most targets.
8951
8952 2000-12-10  Neil Booth  <neilb@earthling.net>
8953
8954         * MAINTAINERS: Update mail address, remove from WAA list.
8955
8956 2000-12-09  Alexandre Petit-Bianco  <apbianco@cygnus.com>
8957
8958         * libjava: Imported from /cvs/java.
8959         * libffi: Likewise.
8960         * Boehm-gc: Likewise.
8961
8962 2000-12-09  Alexandre Petit-Bianco  <apbianco@cygnus.com>
8963
8964         * configure.in (target_libs): Revert 2000-12-08 patch.
8965         (noconfigdirs): Added target-libjava.
8966
8967 2000-12-09  Laurynas Biveinis  <lauras@softhome.net>
8968
8969         * djunpack.bat: removed.
8970
8971 2000-12-09  Laurynas Biveinis  <lauras@softhome.net>
8972
8973         * Makefile.in: handle DOS-style absolute paths.
8974         * config-ml.in: likewise.
8975         * symlink-tree: likewise.
8976
8977 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
8978
8979         * fastjar: Imported.
8980
8981 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
8982
8983         * Makefile.in (TARGET_CONFIGDIRS): Wrong place. Removed note about
8984         libjava.
8985         * configure.in (target_libs): Removed `target-libjava'.
8986
8987 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
8988
8989         * Makefile.in (TARGET_CONFIGDIRS): Added note about libjava.
8990         (ALL_MODULES): Added fastjar.
8991         (NATIVE_CHECK_MODULES, INSTALL_MODULES, CLEAN_MODULES): Likewise.
8992         (all-target-libjava): all-fastjar replaces all-zip.
8993         (all-fastjar): Added.
8994         (configure-target-fastjar, all-target-fastjar): Likewise.
8995         * configure.in (host_tools): Added fastjar.
8996
8997 2000-12-07  Mike Stump  <mrs@wrs.com>
8998
8999         * Makefile.in (local-distclean): Remove leftover built files.
9000
9001 2000-11-24  Nick Clifton  <nickc@redhat.com>
9002
9003         * configure.in (xscale-elf): Add target.
9004         (xscale-coff): Add target.
9005
9006 2000-11-22  Loren J. Rittle  <ljrittle@acm.org>
9007
9008         * ltcf-cxx.sh: Support creation of C++ shared libraries on
9009         recent versions of FreeBSD (release 3 or later).
9010         * ltconfig: On FreeBSD, -lc must not be provided when building
9011         a shared library or else the standard -pthread gcc option is
9012         rendered worthless to later users of the built library.
9013
9014 2000-11-16  Fred Fish  <fnf@be.com>
9015
9016         * configure.in (enable_libstdcxx_v3): Fix typo,
9017         libstd++ -> libstdc++.
9018
9019 2000-11-21  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
9020
9021         * MAINTAINERS: Add self to Write After Approval list.
9022
9023 2000-11-21  Bernd Schmidt  <bernds@redhat.com>
9024
9025         * MAINTAINERS: Update my email address.  Add myself to global write
9026         privs list.
9027
9028 2000-11-18  Alexandre Oliva  <aoliva@redhat.com>
9029
9030         * Makefile.in: Merge with src and libgcj.
9031         (ALL_GCC_C, ALL_GCC_CXX): New macros.  Use them as dependencies of
9032         configure-target-<library> when their configure scripts need the C
9033         or C++ library to have already been built to work properly.
9034         (do_proto_toplev): Set them to an empty string.
9035
9036         * Makefile.in (HOST_LIB_PATH, TARGET_LIB_PATH): New macros.
9037         (REALLY_SET_LIB_PATH): Use them.
9038
9039 2000-11-17  Stan Shebs  <shebs@apple.com>
9040
9041         * MAINTAINERS: Add self to Write After Approval list.
9042
9043 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
9044
9045         * configure: Provide the original toplevel configure arguments
9046         (including $0) to subprocesses in the environment rather than
9047         through gcc/configargs.h.
9048
9049 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
9050
9051         * MAINTAINERS: Remove references to cccp. Change C9X reference to
9052         C99.  Alphabetise "Write After Approval" list.
9053
9054 2000-11-12  Mark Mitchell  <mark@codesourcery.com>
9055
9056         * configure: Turn on libstdc++ V3 by default.
9057
9058         * ltcf-c.sh: On Solaris, use `gcc -shared' to build a shared library
9059         if we've got GCC.
9060
9061 2000-11-11  Philip Blundell  <philb@gnu.org>
9062
9063         * MAINTAINERS: Add self to Write After Approval list.
9064
9065 2000-11-09  David Edelsohn  <edelsohn@gnu.org>
9066
9067         * ltcf-c.sh (aix4): Improve shared library configuration; require
9068         exporting symbols.
9069         * ltcf-cxx.sh (aix4): Define.
9070         * ltconfig (aix4): Define library and soname specs appropriate for
9071         AIX.  Define command to create export symbols list.
9072
9073 Mon Nov  6 14:19:35 2000  Christopher Faylor  <cgf@cygnus.com>
9074
9075         * config.sub: Add support for Sun Chorus
9076
9077 2000-10-31  Nick Clifton  <nickc@redhat.com>
9078
9079         * MAINTAINERS: Rename <name>@cygnus.com addresses to
9080         <name>@redhat.com.  Also installed new email address for Clint
9081         Popetz.
9082
9083 2000-10-30  Joseph S. Myers  <jsm28@cam.ac.uk>
9084
9085         * etc: Remove directory from GCC.
9086
9087 2000-10-16  Michael Meissner  <meissner@redhat.com>
9088
9089         * configure (gcc/configargs.h): Only create if there is a build GCC
9090         directory created.
9091
9092 2000-10-16  Matthias Klose  <doko@debian.org>
9093
9094         * config.if: Search libstdc++-v3/configure.in for INTERFACE,
9095         when configured for libstdc++-v3.
9096
9097 2000-10-05  Phil Edwards  <pme@gcc.gnu.org>
9098
9099         * configure: Save configure arguments to gcc/configargs.h.
9100
9101 2000-10-04  Philipp Thomas  <pthomas@suse.de>
9102
9103         * config.guess: Import CVS version 1.157.
9104         * config.sub: Import CVS version 1.181.
9105
9106 2000-10-04  Andris Pavenis  <pavenis@latnet.lv>
9107
9108         * Makefile.in (bootstrap): avoid recursion if subdir missing
9109         (cross): ditto
9110         (do-proto-toplev): ditto
9111
9112 2000-09-30  Alexandre Oliva  <aoliva@redhat.com>
9113
9114         * Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4,
9115         ltcf-c.sh, ltcf-cxx.sh and ltcf-gcj.sh.
9116
9117         * ltconfig, ltmain.sh, libtool.m4, ltcf-cxx.sh: Updated from libtool
9118         multi-language branch, to work around Solaris' /bin/sh bug.  Rebuilt
9119         all affected `configure' scripts.
9120
9121 Mon 25-Sep-2000 19:46:09 BST  Neil Booth  <neilb@earthling.net>
9122
9123         * MAINTAINERS: Add self as cpplib co-maintainer.
9124
9125 2000-09-24  Aldy Hernandez  <aldyh@redhat.com>
9126
9127         * MAINTAINERS: Add self to Write After Approval list.
9128
9129 2000-09-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
9130
9131         * INSTALL/README: egcs -> GCC update.
9132
9133 Sun Sep 17 16:55:59 CEST 2000  Marc Espie  <espie@cvs.openbsd.org>
9134
9135         * MAINTAINERS: Add myself to Write After Approval list.
9136
9137 2000-09-15  Kazu Hirata  <kazu@hxi.com>
9138
9139         * MAINTAINERS: Add myself to Write After Approval list.
9140
9141 Wed Sep 13 11:11:29 2000  Jeffrey A Law  (law@cygnus.com)
9142
9143         * configure.in: Do not build byacc for hppa64.  Provide paths to the
9144         X11 libraries for hppa64.
9145
9146 2000-09-08  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
9147
9148         * MAINTAINERS: Add myself as 68hc11 port maintainer.
9149
9150 2000-09-06  Alexandre Oliva  <aoliva@redhat.com>
9151
9152         * Makefile.in (all-zlib): Added dummy target.
9153
9154         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
9155         ltcf-gcj.sh: Updated from libtool multi-language branch.
9156
9157 2000-09-05  Alexandre Oliva  <aoliva@redhat.com>
9158
9159         * Makefile.in (all-bootstrap): Added all-texinfo and all-zlib.
9160         (bootstrap*): Depend on all-bootstrap.
9161
9162 2000-09-05  Philipp Thomas  <pthomas@suse.de>
9163
9164         * config.guess: Import CVS version 1.156.
9165         * config.sub: Import CVS version 1.179.
9166
9167 2000-09-02  Anthony Green  <green@cygnus.com>
9168
9169         * Makefile.in (all-gcc): Depend on all-zlib.
9170         (CLEAN_MODULES): Add clean-zlib.
9171         (ALL_MODULES): Add all-zlib.
9172         * configure.in (host_libs): Add zlib.
9173
9174 2000-09-02  Alexandre Oliva  <aoliva@redhat.com>, DJ Delorie  <dj@redhat.com>
9175
9176         * configure.in (FLAGS_FOR_TARGET): Use -nostdinc even for Canadian
9177         crosses, but add gcc/include to the header search path for them.
9178
9179 2000-08-04  David E. O'Brien  <obrien@FreeBSD.org>
9180
9181         * MAINTAINERS: Add self to Write After Approval list.
9182
9183 2000-08-27  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
9184
9185         * config.guess: Import CVS version 1.152.
9186         * config.sub: Import CVS version 1.177.
9187
9188 2000-08-25  Alexandre Oliva  <aoliva@redhat.com>
9189
9190         * configure.in (FLAGS_FOR_TARGET): Use $target_configdirs and
9191         $targargs to tell whether newlib is going to be built.
9192
9193         * configure.in [disable-libstdcxx-v3] (libstdcxx_flags): Search
9194         $$r/TARGET_SUBDIR/libio for _G_config.h.
9195
9196 2000-08-23  Alexandre Oliva  <aoliva@redhat.com>
9197
9198         * MAINTAINERS: Add self as a build machinery (*.in) maintainer.
9199
9200 2000-08-22  DJ Delorie  <dj@redhat.com>
9201
9202         * MAINTAINERS: Add self as a build machinery (*.in) maintainer
9203
9204 2000-08-22  Alexandre Oliva  <aoliva@redhat.com>
9205
9206         * config-ml.in (CC, CXX): Avoid trailing whitespace.
9207         (LD_LIBRARY_PATH, SHLIB_PATH): Adjust for multilibs and export to
9208         sub-configures.
9209
9210 2000-08-21  DJ Delorie  <dj@redhat.com>
9211
9212         * MAINTAINERS: Add self as a libiberty maintainer
9213
9214 2000-08-16  Alexandre Oliva  <aoliva@redhat.com>
9215
9216         * configure.in (libstdcxx_flags): Use
9217         libstdc++-v3/src/libstdc++.INC.
9218
9219 2000-08-15  Alexandre Oliva  <aoliva@redhat.com>
9220
9221         * configure.in (libstdcxx_flags): Use libstdc++-v3/src/INCLUDES.
9222
9223 2000-08-14  Zack Weinberg  <zack@wolery.cumb.org>
9224
9225         * configure.in (libstdcxx_flags): Remove -isystem $$s/libio/stdio.
9226
9227         * configure: Make enable_threads and enable_shared defaults
9228         explicit.  Substitute enable_threads into generated Makefiles.
9229         * configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
9230         * libtool.m4: Accept *-*-linux* not just *-*-linux-gnu*.
9231
9232 2000-08-13  Geoff Keating  <geoffk@cygnus.com>
9233
9234         * Makefile.in (GCC_FOR_TARGET): Also add -B$$r/gcc/ here.
9235
9236 2000-08-12  Alexandre Oliva  <aoliva@redhat.com>
9237
9238         * config-ml.in (CC): Remove bogus duplicate quotation mark from
9239         previous delta.
9240
9241 2000-08-11  Jason Merrill  <jason@redhat.com>
9242
9243         * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET,
9244         CXX_FOR_TARGET): Add -B$$r/gcc/ here.
9245         (FLAGS_FOR_TARGET): Not here.
9246         (CHILL_FOR_TARGET, CXX_FOR_TARGET): Don't check the list of languages.
9247
9248 2000-08-11  Alexandre Oliva  <aoliva@redhat.com>
9249
9250         * config-ml.in (CC, CXX): Don't introduce a leading space.
9251
9252 2000-08-07  DJ Delorie  <dj@delorie.com>
9253
9254         * MAINTAINERS: Add self as a DJGPP maintainer
9255
9256 2000-08-07  DJ Delorie  <dj@redhat.com>
9257
9258         * configure.in (FLAGS_FOR_TARGET): invert test for xgcc, should mean
9259         "if we're also building gcc, and it's a gcc that will run on the
9260         build machine, we want to use its includes instead of the system's
9261         default includes".
9262
9263 2000-08-04  Joseph S. Myers  <jsm28@cam.ac.uk>
9264
9265         * MAINTAINERS: Add self to Write After Approval list.
9266
9267 2000-08-03  Alexandre Oliva  <aoliva@redhat.com>
9268
9269         * configure.in (libstdcxx_flags): Don't use `"'.
9270
9271         * config-ml.in: Adjust multilib search paths to the
9272         appropriate multilib tree.
9273
9274 2000-08-02  Alexandre Oliva  <aoliva@redhat.com>
9275
9276         * configure.in (CHILL_FOR_TARGET, CXX_FOR_TARGET): Convert blanks to
9277         commas in $LANGUAGES.
9278
9279 2000-08-02  Manfred Hollstein  <manfredh@redhat.com>
9280
9281         * configure.in: Re-enable all references to libg++ and librx.
9282
9283 2000-08-01  Alexandre Oliva  <aoliva@redhat.com>
9284
9285         * ltconfig, ltmain.sh: Update from libtool multi-language branch.
9286         * ltcf-c.sh (need_lc): Fix test message.  Set wl for archive_cmds.
9287         (ac_cv_prog_cc_pic): Don't print `cached' without `checking'.
9288         * ltcf-cxx.sh (need_lc): Set based on postdeps.
9289
9290         * configure.in (qCXX_FOR_TARGET): Use echo instead of expr.
9291
9292 2000-07-31  Alexandre Oliva  <aoliva@redhat.com>
9293
9294         * configure.in (qCXX_FOR_TARGET): Quote `&' characters in
9295         CXX_FOR_TARGET for sed.
9296
9297 2000-07-30  Alexandre Oliva  <aoliva@redhat.com>
9298
9299         * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET, CXX_FOR_TARGET):
9300         Do not override if already set in the environment or in configure.
9301         Don't duplicate $(FLAGS_FOR_TARGET) if it already appears in them.
9302         (FLAGS_FOR_TARGET): Don't use host directories on Canadian crosses.
9303
9304 2000-07-28  Alexandre Oliva  <aoliva@redhat.com>
9305
9306         * libtool.m4, ltcf-c.sh, ltcf-cxx.sh, ltcf-gcj.sh: New files from
9307         the libtool CVS tree multi-language branch.
9308         * ltconfig, ltmain.sh: Updated.
9309
9310 2000-07-27  Alexandre Oliva  <aoliva@redhat.com>
9311
9312         * Makefile.in (clean-target-libgcc): Remove gcc/libgcc.
9313         (clean-target): Depend on it.
9314
9315         * Makefile.in (FLAGS_FOR_TARGET): New macro.
9316         (GCC_FOR_TARGET): Use it.
9317         (CC_FOR_TARGET, CXX_FOR_TARGET, CHILL_FOR_TARGET): Now defined...
9318         * configure.in: ... here.
9319         (FLAGS_FOR_TARGET): Define.  Add ld build dir to -L path.
9320         (libstdcxx_flags): Define and append to CXX_FOR_TARGET.
9321
9322 2000-07-24  Eric Christopher  <echristo@cygnus.com>
9323
9324         * MAINTAINERS: Add self to Write After Approval list.
9325
9326 2000-07-24  Alexandre Oliva  <aoliva@redhat.com>
9327
9328         * Makefile.in (configure-target-libf2c): Depend on $(ALL_GCC).
9329         (configure-target-libchill, configure-target-libobjc): Likewise.
9330
9331         * configure.in: Use the same cache file for all target libs.
9332         * config-ml.in: But different cache files per multilib variant.
9333
9334 2000-07-23  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
9335
9336         * configure (topsrcdir): Don't use dirname.
9337
9338 2000-07-22  Jeffrey Oldham  <oldham@codesourcery.com>
9339
9340         * MAINTAINERS: Add self to Write After Approval list.
9341
9342 2000-07-20  Jason Merrill  <jason@redhat.com>
9343
9344         * configure.in: Remove all references to libg++ and librx.
9345
9346         * configure, configure.in, Makefile.in: Unify gcc and binutils.
9347
9348 2000-07-20  Hans-Peter Nilsson  <hp@axis.com>
9349
9350         * config.sub: Update to subversions version 2000-07-06.
9351
9352 2000-07-12  Andrew Haley  <aph@cygnus.com>
9353
9354         * configure.in (host_makefile_frag): Use mh-ia64pic on IA-64 hosts.
9355         (target_makefile_frag): Use mt-ia64pic on IA-64 targets.
9356
9357 2000-07-07  Phil Edwards  <pme@sourceware.cygnus.com>
9358
9359         * symlink-tree:  Check number of arguments.
9360
9361 2000-07-05  Jim Wilson  <wilson@cygnus.com>
9362
9363         * Makefile.in (CXX_FOR_TARGET): Add libstdc++ to the library
9364         search path for a g++ extracted from the build tree.  This
9365         will allow link tests run by configure scripts in
9366         subdirectories to succeed.
9367
9368 2000-07-01  Koundinya K  <kk@ddeorg.soft.net>
9369
9370         * ltconfig: Add support for mips-dde-sysv4.2MP
9371
9372 2000-06-29  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
9373
9374         * MAINTAINERS: Add myself as loop discovery maintainer.
9375
9376 2000-06-28  Corinna Vinschen  <vinschen@cygnus.com>
9377
9378         * ltconfig: Check for host_os beeing one of `cygwin', `mingw' or
9379         `os2'. Force ac_cv_exeext to be ".exe" in that case.
9380
9381 2000-06-19  Timothy Wall  <twall@cygnus.com>
9382
9383         * configure.in (noconfigdirs): Set noconfigdirs for tic54x target.
9384         * config.sub: Add tic54x target.
9385
9386 Sun Jun 11 17:20:00 MET 2000  Toon Moene  <toon@moene.indiv.nluug.nl>
9387
9388         * MAINTAINERS: Add self as Fortran maintainer,
9389         remove Craig Burley.
9390
9391 Tue May 30 19:01:12 2000  Andrew Cagney  <cagney@b1.cygnus.com>
9392
9393         * config.sub: Import CVS version 1.167 Tue May 30 09:00:07 2000.
9394         * config.guess: Import CVS version 1.148 Tue May 30 09:00:06 2000
9395
9396 Mon May 29 21:15:00 MET 2000  Philipp Thomas  <pthomas@suse.de>
9397
9398         * MAINTAINERS: Add self as i18n maintainer
9399
9400 20000-05-21  H.J. Lu  (hjl@gnu.org)
9401
9402         * Makefile.in (CC_FOR_TARGET): Make sure as/ld in the gcc
9403         directory are used if they exist. Make sure
9404         $(build_tooldir)/include is searched for header files,
9405         $(build_tooldir)/lib/ for library files.
9406         (GCC_FOR_TARGET): Likewise.
9407         (CXX_FOR_TARGET): Likewise.
9408
9409 Thu May 18 10:58:13 2000  Jeffrey A Law  (law@cygnus.com)
9410
9411         * configure.in (hppa*64*-*-*): Do build ld for this configuration.
9412
9413 Wed May 17 16:03:48 2000  Alexandre Oliva  <aoliva@cygnus.com>
9414
9415         * Makefile.in (configure-target-libiberty): Depend on
9416         configure-target-newlib.
9417
9418 2000-05-16  Alexandre Oliva  <aoliva@cygnus.com>
9419
9420         * configure.in, Makefile.in: Merge all libffi-related
9421         configury stuff from the libgcj tree.
9422
9423 Tue May 16 10:06:21 2000  Andrew Cagney  <cagney@b1.cygnus.com>
9424
9425         Thu Apr 27 11:01:48 2000 Andrew Cagney <cagney@b1.cygnus.com>:
9426         * Makefile.in (do-tar-bz2, do-md5sum): Skip CVS directories.
9427
9428 Tue May 16 09:57:35 2000  Andrew Cagney  <cagney@b1.cygnus.com>
9429
9430         Wed Apr 26 17:03:53 2000 Andrew Cagney <cagney@b1.cygnus.com>:
9431         * Makefile.in (do-djunpack): New target. Update djunpack.bat with
9432         current version information.  Add to proto-toplev directory.
9433         (gdb-taz): Build do-djunpack.
9434
9435 2000-05-15  David Edelsohn  <edelsohn@gnu.org>
9436
9437         * configure.in: Special case powerpc*-*-aix* target_makefile_frag.
9438
9439 Mon May 15 13:39:09 2000  Andrew Cagney  <cagney@b1.cygnus.com>
9440
9441         * MAINTAINERS: Add self to Write After Approval list.
9442
9443 2000-05-13 Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
9444
9445         * ltmain.sh: Preserve in relink_command any environment
9446         variables that may affect the linker behavior.
9447
9448 Fri May 12 11:23:17 2000  Jeffrey A Law  (law@cygnus.com)
9449
9450         * config.sub (basic_machine): Recognize hppa64 as a valid cpu type.
9451
9452 Wed May 10 21:26:51 2000  Jim Wilson  <wilson@cygnus.com>
9453
9454         * configure.in (ia64*-*-elf*): Add gdb and friends to noconfigdirs.
9455
9456 2000-05-08  Eli Zaretskii  <eliz@is.elta.co.il>
9457
9458         * djunpack.bat: Change the Sed script to replace @V@ in fnchange.lst
9459         with the version name.
9460
9461 Sat May  6 21:12:55 CDT 2000  Jason Eckhardt  <jle@cygnus.com>
9462
9463         * MAINTAINERS: Add self as bb-reorder maintainer.
9464
9465 2000-05-01  Benjamin Kosnik  <bkoz@cygnus.com>
9466
9467         * config.if: Tweak.
9468
9469 2000-04-23  Eli Zaretskii  <eliz@is.elta.co.il>
9470
9471         * djunpack.bat: New file.
9472
9473 Wed Apr 19 12:46:26 2000  Andrew Cagney  <cagney@b1.cygnus.com>
9474
9475         * Makefile.in (taz, gdb-taz, gas.tar.bz2, binutils.tar.bz2,
9476         gas+binutils.tar.bz2, libg++.tar.bz2, gnats.tar.bz2, gdb.tar.bz2,
9477         dejagnu.tar.bz2, gdb+dejagnu.tar.bz2, insight.tar.bz2,
9478         insight+dejagnu.tar.bz2, newlib.tar.bz2): Pass MD5PROG to sub-make.
9479
9480 2000-04-16  Dave Pitts  <dpitts@cozx.com>
9481
9482         * config.sub (case $basic_machine): Change default for "ibm-*"
9483         to "openedition".
9484
9485 2000-04-13  Andreas Jaeger  <aj@suse.de>
9486
9487         * MAINTAINERS: Added myself.
9488
9489 Wed Apr 12 16:42:48 2000  Andrew Cagney  <cagney@b1.cygnus.com>
9490
9491         * Makefile.in (gdb-taz): New target.  GDB specific archive.
9492         (do-md5sum): New target.
9493         (MD5PROG): Define.
9494         (PACKAGE): Default to TOOL.
9495         (VER): Default to a shell script.
9496         (taz): Rewrite target.  Move real work to do-proto-toplev.  Include
9497         md5 checksum generation.
9498         (do-proto-toplev): New target. Create $(PACKAGE)-$(VER) link.
9499         (do-tar-bz2): Delete creation of $(PACKAGE)-$(VER) link.
9500         (gdb.tar.bz2, dejagnu.tar.bz2, gdb+dejagnu.tar.bz2,
9501         insight.tar.bz2): Use gdb-taz to create archive.
9502
9503 Fri Apr  7 18:10:29 2000  Andrew Cagney  <cagney@b1.cygnus.com>
9504
9505         * configure (warn_cflags): Delete.
9506
9507 Thu Apr  6 16:15:14 2000  Philippe De Muyter  <phdm@macqel.be>
9508
9509         * MAINTAINERS: Added myself.
9510
9511 2000-04-05  Benjamin Kosnik  <bkoz@cygnus.com>
9512             Martin v. Löwis  <martin@loewis.home.cs.tu-berlin.de>
9513
9514         * configure.in (enable_libstdcxx_v3): Add.
9515         (target_libs): Add bits here to switch between libstdc++-v2 and
9516         libstdc++-v3.
9517         * config.if: And this file too.
9518         * Makefile.in: Add libstdc++-v3 targets.
9519
9520 2000-04-05  Michael Meissner  <meissner@redhat.com>
9521
9522         * config.sub (d30v): Add d30v as a basic machine type.
9523
9524 2000-03-29  Jason Merrill  <jason@casey.cygnus.com>
9525
9526         * configure.in: -linux-gnu*, not -linux-gnu.
9527
9528 Sun Mar 12 17:30:30 2000  Toon Moene  <toon@moene.indiv.nluug.nl>
9529
9530         * MAINTAINERS: Add self in write-after-approval section.
9531
9532 Sun Mar 12 00:23:32 2000  Jim Wilson  <wilson@cygnus.com>
9533
9534         * MAINTAINERS: Add self as ia64 port maintainer.
9535
9536 2000-03-08  Neil Booth  <NeilB@earthling.net>
9537
9538         * MAINTAINERS: Add self in write-after-approval section.
9539
9540 Fri Mar  3 18:44:08 2000  Andrew Cagney  <cagney@b1.cygnus.com>
9541
9542         * Makefile.in (taz): Set PACKAGE to TOOL when not defined.
9543         (do-tar-bz2): Replace TOOL with PACKAGE.
9544         (gdb.tar.bz2): Remove GDBTK from GDB package.
9545         (gdb+dejagnu.tar.bz2, insight.tar.bz2, insight+dejagnu.tar.bz2,
9546         dejagnu.tar.bz2): New packages.
9547
9548 2000-02-27  Andreas Jaeger  <aj@suse.de>
9549
9550         * configure.in: Add entry for mips*-*-linux*, move catch all
9551         *-*-*linux* entry below this one.
9552
9553 2000-02-27  Ian Lance Taylor  <ian@zembu.com>
9554
9555         * ltconfig, ltmain.sh: Update to libtool 1.3.4.
9556
9557 2000-02-24  Nick Clifton  <nickc@cygnus.com>
9558
9559         * config.sub: Support an OS of "wince".
9560
9561 Thu Feb 24 16:15:56 2000  Andrew Cagney  <cagney@b1.cygnus.com>
9562
9563         * config.guess, config.sub: Updated to match config's 2000-02-15
9564         version.
9565
9566 2000-02-23  Linas Vepstas  <linas@linas.org>
9567
9568         * config.sub: Add support for Linux/IBM 370.
9569         * configure.in: Likewise.
9570
9571 2000-02-22  Nick Clifton  <nickc@cygnus.com>
9572
9573         * configure.in: Add mips-pe, sh-pe and arm-wince-pe targets.
9574
9575 2000-02-20  Christopher Faylor  <cgf@cygnus.com>
9576
9577         * config.guess: Guess "cygwin" rather than "cygwin32".
9578
9579 2000-02-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9580
9581         * configure (gcc_version): When setting, narrow search to
9582         lines containing `version_string'.
9583
9584 2000-02-15  Denis Chertykov  <denisc@overta.ru>
9585
9586         * config.sub: Add support for avr target.
9587
9588 2000-02-14  Nick Clifton  <nickc@cygnus.com>
9589
9590         * MAINTAINERS: Add maintainers for MCore port.
9591
9592 Tue Feb  1 00:07:46 2000  Hans-Peter Nilsson  <hp@bitrange.com>
9593
9594         * config.sub: Add mmix-knuth-mmixware.
9595
9596 2000-01-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9597
9598         * MAINTAINERS: Pair cccp with cpplib maintainership.
9599
9600 2000-01-27  Christopher Faylor  <cgf@redhat.com>
9601
9602         * Makefile.in (CC_FOR_TARGET): Add new winsup directory
9603         structure stuff to -L library search.
9604         (CXX_FOR_TARGET): Ditto.
9605         (CROSS_CHECK_MODULES): Fix spelling mistake.
9606
9607 2000-01-24  Mark Mitchell  <mark@codesourcery.com>
9608
9609         * Makefile.in (CXX_FOR_TARGET): Use g++, not xgcc, to invoke
9610         the C++ compiler.
9611
9612 2000-01-12  Richard Henderson  <rth@cygnus.com>
9613
9614         * configure.in: Don't build some bits for beos.
9615
9616 2000-01-12  Joel Sherrill (joel@OARcorp.com)
9617
9618         * Makefile.in (CC_FOR_TARGET): Use newlib libraries as well
9619         as include files.
9620
9621 2000-01-11  Zack Weinberg  <zack@wolery.cumb.org>
9622
9623         * Add self as cpplib maintainer, as requested by Jason
9624         Merrill.  Correct my e-mail address.
9625
9626 2000-01-06  Geoff Keating  <geoffk@cygnus.com>
9627
9628         * configure.in: Use mt-aix43 to handle *_TARGET defs,
9629         not mh-aix43.
9630
9631 Thu Dec 23 03:43:36 1999  Hans-Peter Nilsson  <hp@bitrange.com>
9632
9633         * MAINTAINERS: Add myself to "write after approval" list.
9634
9635 1999-12-14  Richard Henderson  <rth@cygnus.com>
9636
9637         * config.guess (alpha-osf, alpha-linux): Detect ev67.
9638         * config.sub: Accept alphaev[78], alphaev8.
9639
9640 1999-12-03  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
9641
9642         * config.guess, config.sub: Update from autoconf.
9643
9644 1999-11-29  Bruce Korb  <autogen@linuxbox.com>
9645
9646         * MAINTAINERS:  update my playtime e-address.
9647
9648 Tue Nov 23 00:57:41 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
9649
9650         * config-ml.in (sparc*-*-*): Disable sparcv9 support if the
9651         necessary libraries are missing.
9652
9653 Fri Nov 19 11:22:31 MST 1999  Diego Novillo  <dnovillo@cygnus.com>
9654
9655         * MAINTAINERS: Add new 'write after approval' maintainer.
9656
9657 Wed Nov 17 16:08:43 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
9658
9659         * MAINTAINERS: Add new Java maintainer.
9660
9661 1999-10-25  Andreas Schwab  <schwab@suse.de>
9662
9663         * configure: Fix quoting inside arguments of eval.
9664
9665 1999-10-21  Nick Clifton  <nickc@cygnus.com>
9666
9667         * config-ml.in: Allow suppression of some ARM multilibs.
9668
9669 Tue Sep  7 23:33:57 1999  Linas Vepstas  <linas@linas.org>
9670
9671         * config.guess: Add OS/390 match pattern.
9672         * config.sub: Add mvs, openedition targets.
9673         * configure.in (i370-ibm-opened*): New.
9674
9675 1999-09-04  Steve Chamberlain  <sac@pobox.com>
9676
9677         * config.sub: Add support for configuring for pj.
9678
9679 1999-08-31  Nick Clifton  <nickc@cygnus.com>
9680
9681         * config.sub (maybe_os): Add support for configuring for fr30.
9682
9683 1999-08-25  Nick Clifton  <nickc@cygnus.com>
9684
9685         * configure.in: Do not configure or build ld for AIX
9686         platforms.  ld is known to be broken on these platforms.
9687
9688 Wed Aug 25 01:12:25 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
9689
9690         * config-ml.in: Pass compiler flag corresponding to multidirs to
9691         subdir configures.
9692
9693 1999-08-09  Ian Lance Taylor  <ian@zembu.com>
9694
9695         * Makefile.in (LDFLAGS): Define.
9696
9697 1999-08-08  Mumit Khan  <khan@xraylith.wisc.edu>
9698
9699         * configure.in (i[3456]-*-mingw32*): Don't put gprof in
9700         noconfigdirs.
9701         (*-*-cygwin*): Likewise.
9702
9703 1999-08-08  Ian Lance Taylor  <ian@zembu.com>
9704
9705         * mkdep: New file.
9706         * Makefile.in (GAS_SUPPORT_DIRS): Add mkdep.
9707         (BINUTILS_SUPPORT_DIRS): Add mkdep.
9708
9709         From Eli Zaretskii <eliz@is.elta.co.il>:
9710         * configure (tmpfile): Change cONf$$ to cNf$$ to avoid an overly
9711         long file name when using DJGPP on MS-DOS.
9712
9713 Wed Aug  4 02:07:14 1999  Jeffrey A Law  (law@cygnus.com)
9714
9715         * config.sub (vxworks case): Use os=-vxworks, not os=vxworks.
9716
9717 1999-07-30  Alan Modra  <alan@spri.levels.unisa.edu.au>
9718
9719         * Makefile.in (check-target-libio): Remove all-target-libstdc++
9720         dependency as this causes "make check" to globally "make all"
9721
9722 Tue Jun 22 23:45:18 1999  Tom Tromey  <tromey@cygnus.com>
9723
9724         * configure.in (target_libs): Added target-zlib.
9725         * Makefile.in (ALL_TARGET_MODULES): Added zlib.
9726         (CONFIGURE_TARGET_MODULES): Likewise.
9727         (CHECK_TARGET_MODULES): Likewise.
9728         (INSTALL_TARGET_MODULES): Likewise.
9729         (CLEAN_TARGET_MODULES): Likewise.
9730         (configure-target-zlib): New target.
9731         (all-target-zlib): Likewise.
9732         (all-target-libjava): Depend on all-target-zlib.
9733         (configure-target-libjava): Depend on configure-target-zlib.
9734
9735         * Makefile.in (configure-target-libjava): Depend on
9736         configure-target-newlib.
9737         (configure-target-boehm-gc): New target.
9738         (configure-target-qthreads): New target.
9739
9740         * configure.in (target_libs): Added target-qthreads.
9741         * Makefile.in (ALL_TARGET_MODULES): Added qthreads.
9742         (CONFIGURE_TARGET_MODULES): Likewise.
9743         (CHECK_TARGET_MODULES): Likewise.
9744         (INSTALL_TARGET_MODULES): Likewise.
9745         (CLEAN_TARGET_MODULES): Likewise.
9746         (all-target-qthreads): New target.
9747         (configure-target-libjava): Depend on configure-target-qthreads.
9748         (all-target-libjava): Depend on all-target-qthreads.
9749
9750         * Makefile.in (ALL_TARGET_MODULES): Added libjava, boehm-gc.
9751         (CONFIGURE_TARGET_MODULES): Likewise.
9752         (CHECK_TARGET_MODULES): Likewise.
9753         (INSTALL_TARGET_MODULES): Likewise.
9754         (CLEAN_TARGET_MODULES): Likewise.
9755         (all-target-libjava): New target.
9756         (all-target-boehm-gc): Likewise.
9757         * configure.in (target_libs): Added libjava, boehm-gc.
9758
9759 1999-07-22  Ian Lance Taylor  <ian@zembu.com>
9760
9761         * Makefile.in (binutils.tar.bz2): Don't pass makeall.bat and
9762         configure.bat in SUPPORT_FILES.
9763         (gas+binutils.tar.bz2): Likewise.
9764
9765         * makeall.bat: Remove; obsolete.
9766
9767 1999-07-21  Ian Lance Taylor  <ian@zembu.com>
9768
9769         From Mark Elbrecht:
9770         * configure.bat: Remove; obsolete.
9771
9772 1999-07-11  Ian Lance Taylor  <ian@zembu.com>
9773
9774         * configure: Add -W -Wall to the default CFLAGS when compiling with
9775         gcc.
9776
9777 Thu Jul  8 12:32:23 1999  John David Anglin <dave@hiauly1.hia.nrc.ca>
9778
9779         * configure.in: Build ld, binutils & gas for hppa*-*-linux-gnu*.
9780
9781 1999-06-30  Mark Mitchell  <mark@codesourcery.com>
9782
9783         * configure.in: Build ld on IRIX6.
9784
9785 1999-06-12  Ian Lance Taylor  <ian@zembu.com>
9786
9787         * Makefile.in: Change distribution targets to use bzip2 instead of
9788         gzip.
9789         (TEXINFO_SUPPORT): Set to just texinfo/texinfo.tex.
9790         (taz): Don't use texinfo/gpl.texinfo or texinfo/lgpl.texinfo.
9791
9792 1999-06-04  Nick Clifton  <nickc@cygnus.com>
9793
9794         * config.sub: Add mcore target.
9795
9796 Sun May 30 16:03:16 1999  Cort Dougan  <cort@cs.nmt.edu>
9797
9798         * config.guess (ppc-*-linux-gnu): Also use ld emul elf32ppclinux.
9799
9800 Tue May 25 11:20:46 1999  H.J. Lu  (hjl@gnu.org)
9801
9802         * config.guess (dummy): Changed to $dummy.
9803
9804 1999-05-24  Nick Clifton  <nickc@cygnus.com>
9805
9806         * config.sub: Tidied up case statements.
9807
9808 1999-05-22  Ben Elliston  <bje@cygnus.com>
9809
9810         * config.guess: Handle NEC UX/4800. Contributed by Jiro Takabatake
9811         <jiro@din.or.jp>.
9812
9813         * config.guess: Merge with FSF version. Future changes will be
9814         more accurately recorded in this ChangeLog.
9815         * config.sub: Likewise.
9816
9817 Thu May 20 10:00:42 1999   Stephen L Moshier  <moshier@world.std.com>
9818
9819          * Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include.
9820
9821 1999-04-30  Tom Tromey  <tromey@cygnus.com>
9822
9823         * ltmain.sh: [mode link] Always use CC given by ltconfig.
9824
9825 1999-04-23  Tom Tromey  <tromey@cygnus.com>
9826
9827         * ltconfig, ltmain.sh: Update to libtool 1.2f.
9828
9829 1999-04-20  Drew Moseley  <dmoseley@cygnus.com>
9830
9831         * configure.in (noconfigdirs): Don't build libstub for arm-elf targets.
9832         (noconfigdirs): Don't build any bsp stuff for for arm-oabi targets.
9833         Bad merge removed these two changes.
9834
9835 Tue Apr 13 22:50:54 1999  Donn Terry (donn@interix.com)
9836                           Martin Heller (Ing.-Buero_Heller@t-online.de)
9837
9838         * config.guess (interix Alpha): Add.
9839
9840 1999-04-11  Richard Henderson  <rth@cygnus.com>
9841
9842         * configure.in (i?86-*-beos*): Do config gperf; don't config
9843         gdb, newlib, or libgloss.
9844
9845 Sun Apr 11 23:55:34 1999  Alexandre Oliva  <oliva@dcc.unicamp.br>
9846
9847         * config-ml.in: On mips*-*-*, if multidirs contains mabi=64, try to
9848         link a trivial program with -mabi=64.  If it fails, remove mabi=64
9849         from multidirs.
9850
9851 Sat Apr 10 21:50:01 1999  Philipp Thomas  (kthomas@gwdg.de)
9852
9853         * config.sub: Set basic_machine to i586 when target_alias = k6-*.
9854
9855 1999-04-08  Nick Clifton  <nickc@cygnus.com>
9856
9857         * config.sub: Add support for mcore targets.
9858
9859 1999-04-07  Michael Meissner  <meissner@cygnus.com>
9860
9861         * configure.in (d30v-*): Use config/mt-d30v as makefile fragment,
9862         not mt-ospace, in order to shut up assembler warning about using
9863         symbols that are named the same as registers.
9864
9865 1999-04-07  Drew Moseley  <dmoseley@cygnus.com>
9866
9867         * Makefile.in (all-target-cygmon): Added all-target-bsp to the
9868         dependency list for all-target-cygmon.
9869
9870 1999-04-05  Doug Evans  <devans@casey.cygnus.com>
9871
9872         * config-ml.in: Check $host, not $target, for selective multilibs.
9873         (arm-*-*): Allow disabling of biendian, h/w fp, 26 bit apcs,
9874         thumb interworking, and underscore prefix multilibs.
9875
9876 1999-04-04  Ian Lance Taylor  <ian@zembu.com>
9877
9878         * missing: Update to version from current automake.
9879
9880 Fri Apr  2 15:11:32 1999  H.J. Lu  (hjl@gnu.org)
9881
9882         * configure (gxx_include_dir): Removed.
9883
9884         * configure.in (gxx_include_dir): Handle it.
9885         * Makefile.in: Likewise.
9886
9887 1999-03-29  Gavin Romig-Koch  <gavin@cygnus.com>
9888
9889         * config.sub (mips64vr4111,mips64vr4111el) Add.
9890
9891 1999-03-21  Ben Elliston  <bje@cygnus.com>
9892
9893         * config.guess: Correct typo for detecting ELF on FreeBSD.
9894
9895 Thu Mar 18 00:17:50 1999  Mark Elbrecht <snowball3@usa.net>
9896
9897         * configure.in (pc-msdosdjgpp): Set host_makefile_frag to
9898         config/mh-djgpp.
9899
9900 Thu Mar 11 18:37:23 1999  Drew Moseley  <dmoseley@cygnus.com>
9901
9902         * Makefile.in (all-target-bsp): Added all-gcc all-binutils and
9903         all-target-newlib to dependency list for all-target-bsp.
9904
9905 Thu Mar 11 01:19:31 1999  Mumit Khan  <khan@xraylith.wisc.edu>
9906
9907         * config.sub: Add i386-uwin support.
9908         * config.guess: Likewise.
9909
9910 Thu Mar 11 01:07:55 1999  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
9911
9912         * configure.in: cleanup, add mh-*pic handling for arm, special
9913         case powerpc*-*-aix*
9914
9915 Wed Mar 10 18:35:07 1999  Jeff Johnston  <jjohnstn@cygnus.com>
9916
9917         * configure.in (noconfigdirs): Removed target-libgloss so libnosys.a
9918         can be built.
9919
9920 Wed Mar 10 17:39:09 1999  Drew Moseley  <dmoseley@cygnus.com>
9921
9922         * configure.in: Added bsp support to arm-*-coff and arm-*-elf
9923         targets.
9924
9925 1999-03-02  Nick Clifton  <nickc@cygnus.com>
9926
9927         * config.sub: Rename CYGNUS LOCAL to EGCS LOCAL
9928
9929 Sun Feb 28 02:20:00 1999  Geoffrey Noer  <noer@cygnus.com>
9930
9931         * config.sub: Check for "cygwin*" rather than "cygwin32*"
9932
9933 1999-02-24  Nick Clifton  <nickc@cygnus.com>
9934
9935         * config.sub: Fix typo in arm recognition.
9936
9937 Wed Feb 24 13:51:40 1999  Drew Moseley  <dmoseley@cygnus.com>
9938
9939         * configure.in (noconfigdirs): Changed target_configdirs to
9940         include target-bsp only for m68k-*-elf* and m68k-*-coff*
9941         rather than m68k-*-* since it is not known to work on
9942         m68k-aout. Ditto for arm-*-*oabi.
9943
9944 Wed Feb 24 12:52:17 1999  Stan Shebs  <shebs@andros.cygnus.com>
9945
9946         * configure.in (*-*-windows*): Remove, no longer used.
9947
9948 1999-02-19  Ben Elliston <bje@cygnus.com>
9949
9950         * config.guess: Automatically recognise ELF on FreeBSD. From Niall
9951         Smart and improved by Andrew Cagney.
9952
9953 Thu Feb 18 19:55:09 1999  Marc Espie <espie@cvs.openbsd.org>
9954
9955         * config.guess: Recognize openbsd-*-hppa.
9956
9957 Wed Feb 17 01:38:59 1999  H.J. Lu  (hjl@gnu.org)
9958
9959         * Makefile.in (REALLY_SET_LIB_PATH): Append $$$(RPATH_ENVVAR)
9960         only if it is not empty.
9961
9962 1999-02-17  Nick Clifton  <nickc@cygnus.com>
9963
9964         Patch from: Scott Bambrough <scottb@corelcomputer.com>
9965
9966         * config.guess: Modified to recognize uname's armv* syntax.
9967
9968         * config.sub: Modified to recognize uname's armv* syntax.
9969
9970 1999-02-17  Mark Salter  <msalter@cygnus.com>
9971
9972         * configure.in: Added target-bsp for sparclite.
9973
9974 Mon Feb  8 14:17:24 1999  Richard Henderson  <rth@cygnus.com>
9975
9976         * config.sub: Recognize alphapca5[67] and up to alphaev8.
9977
9978 1999-02-08  Nick Clifton  <nickc@cygnus.com>
9979
9980         * configure.in: Add support for strongarm port.
9981         * config.sub: Add support for strongarm target.
9982
9983 Sun Feb  7 18:01:54 1999  Mumit Khan  <khan@xraylith.wisc.edu>
9984
9985         * configure.in (*-*-cygwin32*): Use config/mh-cygwin instead of
9986         the old name config/mh-cygwin32.
9987         Enable texinfo.
9988
9989 Thu Feb  4 20:43:25 1999  Ian Lance Taylor  <ian@cygnus.com>
9990
9991         * configure.in: Do build ld for ix86 Solaris.
9992
9993 Tue Feb  2 19:46:40 1999  Jim Wilson  <wilson@cygnus.com>
9994
9995         * Makefile.in (EXTRA_GCC_FLAGS):  Set AR to $AR instead of
9996         $AR_FOR_TARGET.  Likewise for RANLIB.
9997
9998 Tue Feb  2 20:05:05 1999  Catherine Moore  <clm@cygnus.com>
9999
10000         * config.sub (oabi):  Recognize.
10001         * configure.in (arm-*-oabi):  Handle.
10002
10003 Sat Jan 30 06:09:00 1999  Robert Lipe  (robertlipe@usa.net)
10004
10005         * config.guess: Improve detection of i686 on UnixWare 7.
10006
10007 Sat Jan 30 08:04:00 1999  Mumit Khan  <khan@xraylith.wisc.edu>
10008
10009         * config.guess: Add support for i386-pc-interix.
10010         * config.sub: Likewise.
10011         * configure.in: Likewise.
10012
10013 Mon Jan 18 13:59:20 1999  Christopher Faylor <cgf@cygnus.com>
10014
10015         * Makefile.in: Remove unneeded all-target-libio from
10016         from all-target-winsup target since it is now unneeded.
10017         Add all-target-libtermcap in its place since it is now
10018         needed.
10019
10020 Wed Dec 30 20:34:52 1998  Christopher Faylor <cgf@cygnus.com>
10021
10022         * configure.in: makefile stub for cygwin target is probably
10023         unnecessary.  Remove it for now.
10024
10025 Wed Dec 30 01:13:03 1998  Christopher Faylor <cgf@cygnus.com>
10026
10027         * configure.in: libtermcap.a should be built when cygwin is the
10028         target as well as the host.
10029         * config.guess: Allow mixed case in cygwin uname output.
10030         * Makefile.in: Add libtermcap target.
10031
10032 Wed Dec 23 00:20:50 1998  Jeffrey A Law  (law@cygnus.com)
10033
10034         * config.sub: Clean up handling of hppa2.0.
10035
10036 Tue Dec 22 23:56:31 1998  Rodney Brown  (rodneybrown@pmsc.com)
10037
10038         * config.guess: Use C code to identify more HP machines.
10039
10040 Thu Dec 17 01:22:30 1998  Jeffrey A Law  (law@cygnus.com)
10041
10042         * config.sub: Handle hppa2.0.
10043
10044 Tue Dec 15 17:02:58 1998  Bob Manson  <manson@charmed.cygnus.com>
10045
10046         * configure.in: Add cygmon for x86-coff and x86-elf. Configure
10047         cygmon for all sparclite targets, regardless of object format.
10048
10049 1998-12-15  Mark Salter  <msalter@cygnus.com>
10050
10051         * configure.in: Added target-bsp for several target architectures.
10052
10053         * Makefile.in: Added rules for bsp.
10054
10055 Fri Dec  4 01:34:02 1998  Jeffrey A Law  (law@cygnus.com)
10056
10057         * config.guess: Improve detection of hppa2.0 processors.
10058
10059 Fri Dec  4 01:33:05 1998  Niall Smart <nialls@euristix.ie>
10060
10061         * config.guess: Recognize FreeBSD using ELF automatically.
10062
10063 1998-11-26  Manfred Hollstein  <manfred@s-direktnet.de>
10064
10065         * configure (skip-this-dir): Add handling for new shell script, which
10066         might be created by a sub-directory's configure to indicate, this particular
10067         directory is "unwanted".
10068         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Likewise.
10069
10070 Wed Nov 18 18:28:45 1998  Geoffrey Noer  <noer@cygnus.com>
10071
10072         * ltconfig: import from libtool, after changing libtool to
10073         account for the cygwin name change.
10074
10075 Wed Nov 18 18:09:14 1998  Geoffrey Noer  <noer@cygnus.com>
10076
10077         * Makefile.in: CC_FOR_TARGET and CXX_FOR_TARGET should also
10078         include newlib/libc/sys/cygwin and newlib/libc/sys/cygwin32.
10079
10080 Wed Nov 18 20:13:29 1998  Christopher Faylor <cgf@cygnus.com>
10081
10082         * configure.in: Add libtermcap to list of cygwin dependencies.
10083
10084 Tue Nov 17 16:57:51 1998  Geoffrey Noer  <noer@cygnus.com>
10085
10086         * Makefile.in: modify CC_FOR_TARGET and CXX_FOR_TARGET so that
10087         they include winsup/include when it's a cygwin target.
10088
10089 1998-11-12  Tom Tromey  <tromey@cygnus.com>
10090
10091         * configure.in (host_tools): Added zip.
10092         * Makefile.in (all-target-libjava): Depend on all-zip.
10093         (all-zip): New target.
10094         (ALL_MODULES): Added all-zip.
10095         (NATIVE_CHECK_MODULES): Added check-zip.
10096         (INSTALL_MODULES): Added install-zip.
10097         (CLEAN_MODULES): Added clean-zip.
10098
10099 Thu Nov 12 17:27:21 1998  Geoffrey Noer  <noer@cygnus.com>
10100
10101         * Makefile.in: lose "32" from comment about cygwin.
10102
10103 Thu Nov  5 15:00:31 1998  Nick Clifton  <nickc@cygnus.com>
10104
10105         * configure.in: Use -Os to build target libraries for the fr30.
10106
10107 Wed Nov  4 18:49:43 1998  Dave Brolley  <brolley@cygnus.com>
10108
10109         * config.sub: Add fr30.
10110
10111 Mon Nov  2 15:19:33 1998  Geoffrey Noer  <noer@cygnus.com>
10112
10113         * configure.in: drop "32" from config/mh-cygwin32.  Check
10114         cygwin* instead of cygwin32*.
10115         * config.sub: Check cygwin* instead of cygwin32*.
10116
10117 Thu Oct 22 10:55:25 1998  Robert Lipe  <robertl@dgii.com>
10118
10119         * config.guess: Match any version of Unixware7.
10120
10121 1998-10-20  Syd Polk  <spolk@cygnus.com>
10122
10123         * Makefile.in configure.in: Add the ability to use tcl8.1 and tk8.1
10124         if desired.
10125
10126 Sun Oct 18 18:34:50 1998  Jeffrey A Law  (law@cygnus.com)
10127
10128         * config.if (cxx_interface, libstdcxx_interface): Do not try to set
10129         these if the appropriate directories and files to not exist.
10130
10131 Wed Oct 14 10:29:06 1998  Jeffrey A Law  (law@cygnus.com)
10132
10133         * Makefile.in (DEVO_SUPPORT): Add config.if.
10134
10135 Tue Oct 13 15:45:36 1998  Manfred Hollstein  <manfred@s-direktnet.de>
10136
10137         * configure: Add pattern to replace "build_tooldir"'s
10138         definition in the generated Makefile with "tooldir"'s
10139         actual value.
10140
10141 Tue Oct 13 09:17:06 1998  Jeffrey A Law  (law@cygnus.com)
10142
10143         * config.sub: Bring back lost sparcv9.
10144
10145         * Makefile.in (all-snvavigator): Remove all-flexlm dependency.
10146
10147 Mon Oct 12 12:09:44 1998  Jeffrey A Law  (law@cygnus.com)
10148
10149         * Makefile.in (CHILL_FOR_TARGET): Mirror recent changes to
10150         CC_FOR_TARGET and friends.
10151
10152 Mon Oct 12 12:09:30 1998  Alexandre Oliva  <oliva@dcc.unicamp.br>
10153
10154         * Makefile.in (build_tooldir): New variable, same as tooldir.
10155         (CC_FOR_TARGET, GCC_FOR_TARGET, CXX_FOR_TARGET): Add
10156         -B$(build_tooldir)/bin/.
10157         (BASE_FLAGS_TO_PASS): Pass build_tooldir down.
10158
10159 Tue Sep  1 16:23:11 1998  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
10160
10161         * README: Remove installation instructions and refer to the
10162         INSTALL directory instead.
10163
10164 Wed Sep 30 22:20:50 1998  Robert Lipe  <robertl@dgii.com>
10165
10166         * config.sub: Add support for i[34567]86-pc-udk.
10167         * configure.in: Likewise.
10168
10169 Wed Sep 30 19:23:48 1998  Geoffrey Noer  <noer@cygnus.com>
10170
10171         * Makefile.in: add bzip2 package building bits for user
10172         tools module
10173         * configure.in: ditto
10174
10175 Wed Sep 30 03:00:05 1998  Jeffrey A Law  (law@cygnus.com)
10176
10177         * Makefile.in (TARGET_CONFIGDIRS): Add libobjc.
10178         (ALL_TARGET_MODULES): Add all-target-libobjc.
10179         (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
10180         (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
10181         (all-target-libchill): Add dependencies.
10182         * configure.in (target_libs): Add libchill.
10183
10184 1998-09-30  Manfred Hollstein  <manfred@s-direktnet.de>
10185
10186         * configure.in (target_subdir): Remove duplicate line.
10187
10188 Tue Sep 29 22:45:41 1998  Felix Lee  <flee@cygnus.com>
10189
10190         * Makefile.in (all-automake): fix dependencies.
10191
10192 Mon Sep 28 04:04:27 1998  Jeffrey A Law  (law@cygnus.com)
10193
10194         * configure.in: Minor cleanups for building in the $(target_alias)
10195         subdir.
10196
10197 1998-09-22  Jim Wilson  <wilson@cygnus.com>
10198
10199         * Makefile.in (bootstrap): Set r and s before make all.  Use
10200         BASE_FLAGS_TO_PASS in make all.
10201         (cross): Likewise.
10202
10203 1998-09-20  Mark Mitchell  <mark@markmitchell.com>
10204
10205         * Makefile.in (bootstrap): Pass TARGET_FLAGS_TO_PASS to `make all'.
10206
10207 Sun Sep 20 00:13:02 1998  Richard Henderson  <rth@cygnus.com>
10208
10209         * config.sub: Fix typo in last change.
10210
10211 1998-09-19  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
10212
10213         * config.sub: Add support for C4x target.
10214         * configure.in: Likewise.
10215
10216 1998-09-13  David S. Miller  <davem@pierdol.cobaltmicro.com>
10217
10218         * config.sub: Recognize sparcv9 just like sparc64.
10219
10220 Wed Sep  9 15:44:52 1998  Robert Lipe  <robertl@dgii.com>
10221
10222         * config.guess: Match "Pent II" or "PentII" for OpenServer.
10223
10224 Tue Sep  8 01:18:39 1998  Jeffrey A Law  (law@cygnus.com)
10225
10226         * config.guess: Correctly identify Pentium II sco boxes.
10227
10228         * config.guess: Fix "tr" code.  From Weiwen Liu.
10229
10230 Sat Sep  5 13:56:52 1998  John Hughes  <john@Calva.COM>
10231
10232         * configure.in: Do not assume x86-svr4 or x86-unixware can handle
10233         stabs.
10234
10235 Sat Sep  5 02:12:02 1998  Jeffrey A Law  (law@cygnus.com)
10236
10237         * Makefile.in (TARGET_CONFIGDIRS): Add libchill.
10238         (ALL_TARGET_MODULES): Add all-target-libchill.
10239         (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
10240         (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
10241         (all-target-libchill): Add dependencies.
10242         * configure.in (target_libs): Add libchill.
10243
10244 Sun Aug 30 22:27:02 1998  Lutz Wohlrab <lutz.wohlrab@informatik.tu-chemnitz.de>
10245
10246         * config.guess: Avoid assumptions about "tr" behaves when
10247         LANG is set to something other than English.
10248
10249 Sun Aug 30 22:14:44 1998  H.J. Lu  (hjl@gnu.org)
10250
10251         * configure (gxx_include_dir): Changed to
10252         '${prefix}/include/g++'-${libstdcxx_interface}.
10253
10254         * config.if: New to determine the interfaces.
10255
10256 Sun Aug 30 21:15:19 1998  Mark Klein (mklein@dis.com)
10257
10258         * config.guess: Detect and handle MPE/IX.
10259         * config.sub: Deal with MPE/IX.
10260
10261 Sat Aug 29 14:32:55 1998  David Edelsohn  <edelsohn@mhpcc.edu>
10262
10263         * configure.in: Use mh-aix43.
10264
10265 1998-07-29  Manfred Hollstein  <manfred@s-direktnet.de>
10266
10267         * configure: Fix --without/--disable cases for gxx-include-dir.
10268
10269 Fri Aug 28 12:28:26 1998  Per Bothner  <bothner@cygnus.com>
10270
10271         * mdata-sh:  Imported.  Needed for automake support.
10272
10273 Thu Aug 13 12:49:29 1998  H.J. Lu  <hjl@gnu.org>
10274
10275         * Makefile.in (taz): Try "chmod -R og=u ." before
10276         "chmod og=u `find . -print`".
10277
10278 Fri Jul 31 09:38:33 1998  Catherine Moore  <clm@cygnus.com>
10279
10280         * configure.in: Add arm-elf and thumb-elf support.
10281
10282 Mon Jul 27 16:23:58 1998  Doug Evans  <devans@canuck.cygnus.com>
10283
10284         * Makefile.in: Undo previous patch.
10285
10286 Fri Jul 24 19:55:24 1998  Doug Evans  <devans@canuck.cygnus.com>
10287
10288         * Makefile.in (INSTALL_TARGET): Move EXTRA_TARGET_HOST_INSTALL_MODULES
10289         to here ...
10290         (install-no-fixedincludes): and here
10291         (INSTALL_MODULES): ... from here.
10292
10293 Fri Jul 24 17:01:42 1998  Ian Lance Taylor  <ian@cygnus.com>
10294
10295         * config.sub: Merge with FSF.
10296
10297         * config.guess: Merge with FSF.
10298
10299 Fri Jul 24 08:43:36 1998  Doug Evans  <devans@canuck.cygnus.com>
10300
10301         * configure (extraconfigdirs): New variable.
10302         (SUBDIRS): Add extraconfigdirs and recurse on them too.
10303         * Makefile.in (all): Move higher in file.
10304         (EXTRA_TARGET_HOST_ALL_MODULES): New variable.
10305         (EXTRA_TARGET_HOST_{INSTALL,CHECK}_MODULES): New variables.
10306         (ALL_MODULES): Add EXTRA_TARGET_HOST_ALL_MODULES.
10307         (CROSS_CHECK_MODULES): Add EXTRA_TARGET_HOST_CHECK_MODULES.
10308         (INSTALL_MODULES): Add EXTRA_TARGET_HOST_INSTALL_MODULES.
10309
10310 1998-07-23  Brendan Kehoe  <brendan@cygnus.com>
10311
10312         * Makefile.in (all-target-libjava): Depend on all-gcc and
10313         all-target-newlib.
10314         (configure-target-libjava): Depend on $(ALL_GCC).
10315
10316 Sat Jul 18 14:32:43 CDT 1998  Robert Lipe  <robertl@dgii.com>
10317
10318         * config.guess: (*-pc-sco3.2v5) Add detection for Pentium II.
10319         (*-pc-unixware7) Add detection for Pentium II, Pentium Pro.
10320
10321 Sun Jul 19 00:46:53 CEST 1998  Marc Lehmann <pcg@goof.com>
10322
10323         * INSTALL/README: Fix typo.
10324
10325 Fri Jul 17 13:30:18 1998  Ian Lance Taylor  <ian@cygnus.com>
10326
10327         * ylwrap: Change absolute path checks to check for DOS style path
10328         names.
10329
10330         * ylwrap: Don't use a full path name if the source file is in the
10331         same directory.  From hjl@lucon.org (H.J. Lu).
10332
10333         * config-ml.in: Default to being verbose, to match Feb 18 change to
10334         configure.
10335
10336 Thu Jul 16 12:29:51 1998  Ian Lance Taylor  <ian@cygnus.com>
10337
10338         Brought over from egcs:
10339
10340         Sat Jun 27 22:46:32 1998  Jeffrey A Law  (law@cygnus.com)
10341
10342         * configure.in (target_subdir): Set to ${target_alias} instead
10343         of "libraries".
10344
10345         Mon Sep  1 16:45:44 1997  Jim Wilson  <wilson@cygnus.com>
10346
10347         * configure.in (target_subdir): Set to libraries if enable_multilib.
10348
10349 Wed Jul 15 01:00:54 1998  Ian Lance Taylor  <ian@cygnus.com>
10350
10351         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there are any
10352         multilibs, force reconfiguration the first time we create
10353         multilib.out in a subdirectory, in case TARGET_SUBDIR is `.'.
10354
10355 Tue Jul 14 23:41:03 1998  Ian Lance Taylor  <ian@cygnus.com>
10356
10357         * configure.in: Strip any --no option from CONFIG_ARGUMENTS, to
10358         avoid confusion with --no-recursion.
10359
10360 Tue Jul 14 15:37:41 1998  Geoffrey Noer  <noer@cygnus.com>
10361
10362         * configure.in: Win32 hosts shouldn't use install -x
10363         * install-sh: remove -x option, and special .exe-handling
10364         hack.
10365
10366 Tue Jul 14 15:28:41 1998  Richard Henderson  <rth@cygnus.com>
10367
10368         * config.guess: Recognize i586-pc-beos.
10369         * configure.in: Don't build some bits for beos.
10370
10371 Tue Jul 14 13:22:18 1998  Ian Lance Taylor  <ian@cygnus.com>
10372
10373         * configure: If CC is set but CFLAGS is not, and CC is gcc, make
10374         CFLAGS default to -O2.
10375
10376         * ltmain.sh: Add some hacks to make SunOS --enable-shared work
10377         when using GNU ld.
10378
10379 Fri Jul 10 13:18:23 1998  Ian Lance Taylor  <ian@cygnus.com>
10380
10381         * ltmain.sh: Correct install when using a different shell.
10382
10383 Tue Jul  7 15:24:38 1998  Ian Lance Taylor  <ian@cygnus.com>
10384
10385         * ltconfig, ltmain.sh: Update to libtool 1.2b.
10386
10387 Thu Jul  2 13:57:36 1998  Klaus Kaempf  <kkaempf@rmi.de>
10388
10389         * makefile.vms: Update to build binutils/makefile.vms.  Add install
10390         target.
10391
10392 Wed Jul  1 16:45:21 1998  Ian Lance Taylor  <ian@cygnus.com>
10393
10394         * ltconfig: Update to correct AIX handling.
10395
10396 Sat Jun 27 22:46:32 1998  Jeffrey A Law  (law@cygnus.com)
10397
10398         * Makefile.in (BASE_FLAGS_TO_PASS): Add TARGET_SUBDIR.
10399
10400         * configure.in (target_subdir): Set to ${target_alias} instead
10401         of "libraries".
10402
10403 1998-06-26  Manfred Hollstein  <manfred@s-direktnet.de>
10404
10405         * Makefile.in (BASE_FLAGS_TO_PASS): Add gcc_version_trigger.
10406         (Makefile): Depend on $(gcc_version_trigger).
10407
10408         * configure (gcc_version): Change default initializer to empty
10409         string.
10410         (gcc_version_trigger): New variable; pass this variable down
10411         to subdir configures to enable them checking gcc's version
10412         themselves. Emit make macros for both gcc_version vars.
10413         (topsrcdir): Initialize reliably.
10414         (recursion line): Remove --with-gcc-version=${gcc_version}.
10415
10416 1998-06-24  Manfred Hollstein  <manfred@s-direktnet.de>
10417
10418         * configure (enable_version_specific_runtime_libs): Implement new flag
10419         --enable-version-specific-runtime-libs which installs C++ runtime stuff
10420         in $(libsubdir); emit definition in each generated Makefile.
10421         (gxx_include_dir): Initialize depending on
10422         $enable_version_specific_runtime_libs.
10423
10424 1998-06-24  Manfred Hollstein  <manfred@s-direktnet.de>
10425
10426         * configure (gcc_version): Initialize properly depending on
10427         how and where configure is started.
10428         (recursion line): Pass a --with-gcc-version=${gcc_version}
10429         to configures in subdirs.
10430
10431 Wed Jun 24 16:01:59 1998  John Metzler  <jmetzler@cygnus.com>
10432
10433         * configure.in (noconfigdirs): Add configure pattern for mips tx39
10434         cygmon
10435
10436 Tue Jun 23 22:42:32 1998  Mark Alexander  <marka@cygnus.com>
10437
10438         * configure.in: Add cygmon and libstub support for mn10200.
10439
10440 1998-06-19  Manfred Hollstein  <manfred@s-direktnet.de>
10441
10442         * configure (gcc_version): Add new variable describing the
10443         particular gcc version we're building.
10444         * Makefile.in (libsubdir): Add new macro for the directory
10445         in which the compiler finds executables, libraries, etc.
10446         (BASE_FLAGS_TO_PASS): Pass down gcc_version, target_alias
10447         and libsubdir.
10448
10449 Fri Jun 19 02:36:59 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
10450
10451         * Makefile.in (local-clean): Remove *.log.
10452         (warning.log): Built with warn_summary from build.log.
10453         (mail-report.log): Run test_summary.
10454         (mail-report-with-warnings.log): Run test_summary including
10455         warning.log in the report.
10456
10457 Thu Jun 18 11:26:03 1998  Robert Lipe  <robertl@dgii.com>
10458
10459         * config.guess: Detection of Pentium II for *-sco-3.2v5*.
10460
10461 Mon Jun 15 14:53:54 1998  Andrew Cagney  <cagney@b1.cygnus.com>
10462
10463         * Makefile.in (grep): Grep no longer depends on libiberty.
10464
10465 Fri Jun 12 14:03:34 1998  Syd Polk  <spolk@cygnus.com>
10466
10467         * Makefile.in: all-snavigator needs all-libgui.
10468
10469 Thu Jun 11 19:43:47 1998  Mark Alexander  <marka@cygnus.com>
10470
10471         * configure.in: Add cygmon and libstub support for mn10300.
10472
10473 Wed Jun 10 11:19:47 1998  Ian Lance Taylor  <ian@cygnus.com>
10474
10475         * missing: Update to version from automake 1.3.
10476
10477         * ltmain.sh: On installation, don't get confused if the same name
10478         appears more than once in the list of library names.
10479
10480 Wed Jun  3 14:51:42 1998  Ian Lance Taylor  <ian@cygnus.com>
10481
10482         * config.sub: Accept m68060 and m5200 as CPU names.
10483
10484 Mon Jun  1 17:25:16 1998  Ian Lance Taylor  <ian@cygnus.com>
10485
10486         * configure: Use && rather than using -a in test, because odd
10487         strings can confuse test.
10488         * configure.in: Likewise.
10489
10490 Thu May 28 19:31:13 1998  Ian Lance Taylor  <ian@cygnus.com>
10491
10492         * ltconfig, ltmain.sh: Bring in Visual C++ support.
10493
10494 Sat May 23 23:44:13 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
10495
10496         * Makefile.in (boostrap2-lean, bootstrap3-lean,
10497         bootstrap4-lean): New targets.
10498
10499 Mon May 11 23:55:56 1998  Jeffrey A Law  (law@cygnus.com)
10500
10501         * mpw-* Delete.  Not used.
10502
10503 Mon May 11 23:11:34 1998  Jeffrey A Law  (law@cygnus.com)
10504
10505         * COPYING.LIB: Update FSF address.
10506
10507 Fri May  8 01:30:20 1998  Ian Lance Taylor  <ian@cygnus.com>
10508
10509         * ltconfig, ltmain.sh: Update to libtool 1.2a.
10510
10511         * Makefile.in (GASB_SUPPORT_DIRS): Remove intl; already included via
10512         GAS_SUPPORT_DIRS.
10513
10514 Thu May  7 17:27:35 1998  Ian Lance Taylor  <ian@cygnus.com>
10515
10516         * ltconfig, ltmain.sh: Avoid producing a version number if
10517         -version-info was not used.
10518
10519 Tue May  5 18:02:24 1998  Ian Lance Taylor  <ian@cygnus.com>
10520
10521         * configure.in: Add --with-newlib to CONFIG_ARGUMENTS if we are
10522         building with newlib.
10523
10524 1998-04-30  Paul Eggert  <eggert@twinsun.com>
10525
10526         * Makefile.in (EXTRA_GCC_FLAGS): Remove backslash at end;
10527         Solaris `make' causes it to continue to next definition.
10528
10529 Tue Apr 28 16:24:24 1998  Jason Molenda  (crash@bugshack.cygnus.com)
10530
10531         * Makefile.in (install-gdbtk): Call this 'install-gdb' so that
10532         the right GUI libraries and files are installed along with GDB.
10533
10534 Tue Apr 28 18:11:24 1998  Ian Lance Taylor  <ian@cygnus.com>
10535
10536         * configure.in: Change alpha to alpha* in several places.
10537
10538 Tue Apr 28 07:42:00 1998  Mark Alexander  <marka@cygnus.com>
10539
10540         * config.sub: Recognize sparc86x.
10541
10542 Tue Apr 28 07:35:02 1998  Michael Meissner  <meissner@cygnus.com>
10543
10544         * configure.in (--enable-target-optspace): Remove debug echo.
10545
10546 Thu Apr 23 21:31:16 1998  Jim Wilson  <wilson@cygnus.com>
10547
10548         * configure: Set CXXFLAGS from CXXFLAGS, not CFLAGS.
10549
10550 Thu Apr 23 12:26:38 1998  Ian Lance Taylor  <ian@cygnus.com>
10551
10552         * ltconfig: Update cygwin32 support.
10553
10554         * Makefile.in (GAS_SUPPORT_DIRS): Add intl.
10555         (BINUTILS_SUPPORT_DIRS, GASB_SUPPORT_DIRS): Likewise.
10556         (GDB_SUPPORT_DIRS): Likewise.
10557
10558 Wed Apr 22 12:30:10 1998  Michael Meissner  <meissner@cygnus.com>
10559
10560         * configure.in (target_makefile_frag): If --enable-target-optspace,
10561         use -Os to compile target libraries rather than -O2.  Default to
10562         using -Os for d10v and m32r if --{enable,disable}-target-optspace is
10563         not used.
10564         * configure.in (target_cflags): Ditto for d30v.
10565
10566 Tue Apr 21 23:06:54 1998  Tom Tromey  <tromey@cygnus.com>
10567
10568         * Makefile.in (all-bfd): Depend on all-intl.
10569         (all-binutils): Likewise.
10570         (all-gas): Likewise.
10571         (all-gprof): Likewise.
10572         (all-ld): Likewise.
10573
10574 1998-04-19  Brendan Kehoe  <brendan@cygnus.com>
10575
10576         * configure.in (host_tools): Fix typo, lbtool -> libtool.
10577
10578 Fri Apr 17 16:20:42 1998  Ian Lance Taylor  <ian@cygnus.com>
10579
10580         * Makefile.in (all-bfd): Depend upon all-libiberty.
10581
10582         * ltconfig, ltmain.sh: Bring in newer cygwin32 support.
10583
10584 Fri Apr 17 12:22:22 1998  Bob Manson  <manson@charmed.cygnus.com>
10585
10586         * Makefile.in: Add libstub.
10587
10588         * configure.in: Ditto. Build libstub for targets that have cygmon
10589         support.
10590
10591 Tue Apr 14 18:01:55 1998  Ian Lance Taylor  <ian@cygnus.com>
10592
10593         * configure.in: Don't set PICFLAG on ix86-cygwin32.
10594
10595 Tue Apr 14 12:24:45 1998  J. Kean Johnston  <jkj@sco.com>
10596
10597         * configure.in: Recognise i[3456]96-*-sysv5* as a valid host, and
10598         use mh-sysv5 if specified.  Support gprof on SCO Open Server.
10599
10600 Tue Apr 14 11:33:51 1998  Krister Walfridsson <cato@df.lth.se>
10601
10602         * configure: Define DEFAULT_M4 by searching PATH.
10603         * Makfile.in: Use DEFAULT_M4.
10604
10605 Mon Apr 13 15:37:24 1998  Ian Lance Taylor  <ian@cygnus.com>
10606
10607         * ltconfig: Add cygwin32 support.
10608
10609         * Makefile.in, configure.in: Add libtool as a native only directory
10610         to configure and build.
10611
10612 Sun Apr 12 20:58:46 1998  Jeffrey A Law  (law@cygnus.com)
10613
10614         * Makefile.in (INSTALL_MODULES): Remove texinfo.
10615
10616 Wed Apr  8 13:18:56 1998  Philippe De Muyter  <phdm@macqel.be>
10617
10618         * Makefile.in (EXTRA_GCC_FLAGS): XFOO lines shortened.
10619
10620 Thu Apr  2 14:48:44 1998  Geoffrey Noer  <noer@cygnus.com>
10621
10622         * Makefile.in: add ash make rules
10623         * configure.in: add ash to native_only and host_tools lists
10624
10625 Thu Mar 26 12:53:20 1998  Tom Tromey  <tromey@cygnus.com>
10626
10627         * Makefile.in (all-gettext, all-intl): New targets.
10628         (ALL_MODULES): Added all-gettext, all-intl.
10629         (CROSS_CHECK_MODULES): Added check-gettext, check-intl.
10630         (INSTALL_MODULES): Added install-gettext, install-intl.
10631         (CLEAN_MODULES): Added clean-gettext, clean-intl.
10632
10633         * configure.in (host_tools): Added gettext.
10634         (native_only): Likewise.
10635         (noconfigdirs) [various cases]: Likewise.
10636         (host_libs): Added intl.
10637
10638 Thu Mar 26 15:00:11 1998  Keith Seitz  <keiths@onions.cygnus.com>
10639
10640         * configure: Do not disable building gdbtk for cygwin32 hosts.
10641
10642 Wed Mar 25 10:04:18 1998  Nick Clifton  <nickc@cygnus.com>
10643
10644         * configure.in: Add thumb-coff target.
10645         * config.sub: Add thumb-coff target.
10646
10647 Wed Mar 25 11:49:12 1998  Jason Molenda  (crash@bugshack.cygnus.com)
10648
10649         * Makefile.in: Revert yesterday's change.
10650         (all-target-winsup):  all-target-librx stays out of here.
10651
10652 Tue Mar 24 16:58:29 1998  Jason Molenda  (crash@bugshack.cygnus.com)
10653
10654         * Makefile.in (TARGET_CONFIGDIRS, ALL_TARGET_MODULES,
10655         CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES,
10656         INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES, all-target-winsup):
10657         Remove references to librx and libg++.
10658
10659 Tue Mar 24 18:28:12 1998  Eric Mumpower  <nocturne@cygnus.com>
10660
10661         * Makefile.in (BASE_FLAGS_TO_PASS): Pass $(lispdir) down to
10662         recursive makes
10663
10664 Tue Mar 24 11:37:45 1998  Ian Lance Taylor  <ian@cygnus.com>
10665
10666         * Makefile.in (CC_FOR_TARGET): Use $(TARGET_SUBDIR) when passing -B
10667         for newlib directory.
10668         (CXX_FOR_TARGET): Likewise.
10669
10670 Mon Mar 23 11:30:21 1998  Jeffrey A Law  (law@cygnus.com)
10671
10672         * ltconfig: Update after libtool/ltconfig.in change for
10673         hpux11.
10674
10675 Fri Mar 20 18:51:43 1998  Ian Lance Taylor  <ian@cygnus.com>
10676
10677         * ltconfig, ltmain.sh: Update to libtool 1.2.
10678
10679 Fri Mar 20 09:32:14 1998  Manfred Hollstein  <manfred@s-direktnet.de>
10680
10681         * Makefile.in (install-gcc): Don't specify LANGUAGES here.
10682         (install-gcc-cross): Instead, override LANGUAGES here.
10683
10684 1998-03-18  Dave Love  <d.love@dl.ac.uk>
10685
10686         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Set CONFIG_SITE to a
10687         non-existent file since /dev/null loses with bash 2.0/autoconf 2.12.
10688
10689 Wed Mar 18 09:24:59 1998  Nick Clifton  <nickc@cygnus.com>
10690
10691         * configure.in: Add Thumb-pe target.
10692
10693 Tue Mar 17 16:59:00 1998  Syd Polk <spolk@cygnus.com>
10694
10695         * Makefile.in - changed sn targets to snavigator
10696         * configure.in - changed sn targets to snavigator
10697
10698 Tue Mar 17 10:33:28 1998  Manfred Hollstein  <manfred@s-direktnet.de>
10699
10700         * config-ml.in: After building symlink tree call make distclean
10701         if a Makefile got linked into ${ml_dir}/${ml_libdir}; this happens
10702         to be the case for libiberty.
10703
10704 Tue Mar 17 10:22:37 1998  H.J. Lu  (hjl@gnu.ai.mit.edu)
10705
10706         * configure: When making link, also check the current
10707         directory. The configure scripts may create one.
10708
10709 Fri Mar  6 01:02:03 1998  Richard Henderson  <rth@cygnus.com>
10710
10711         * config.sub: Accept alphapca56 and alphaev6 properly.
10712
10713 Fri Mar  6 00:14:55 1998  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
10714
10715         * configure.in: Revert 3 Jan change for powerpc-linux-gnulibc1.
10716
10717 Mon Feb 23 15:09:18 1998  Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de
10718
10719         * config.sub (sco5): Fix typo.
10720
10721 Mon Feb 23 14:46:06 1998  Ian Lance Taylor  <ian@cygnus.com>
10722
10723         * Makefile.in (INSTALL_MODULES): Move install-tcl before
10724         install-itcl.
10725         (install-itcl): Remove dependency on install-tcl.
10726
10727 Mon Feb 23 09:53:28 1998  Mark Alexander  <marka@cygnus.com>
10728
10729         * configure.in: Remove libgloss from noconfigdirs for MN10300.
10730
10731 Thu Feb 19 13:40:41 1998  Ian Lance Taylor  <ian@cygnus.com>
10732
10733         * configure.in: Don't build libgui for a cygwin32 target when not on
10734         a cygwin32 host.
10735
10736 Wed Feb 18 12:29:00 1998  Jason Molenda  (crash@bugshack.cygnus.com)
10737
10738         * configure (redirect): Set to null, so default behavior of
10739         configure is now --verbose.
10740
10741 1998-02-16  Dave Love  <d.love@dl.ac.uk>
10742
10743         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Run configure with
10744         CONFIG_SITE=/dev/null to forestall lossage with site configuration.
10745
10746 Mon Feb 16 12:23:53 1998  Manfred Hollstein  <Manfred.Hollstein@ks.sel.alcatel.de>
10747
10748         * Makefile.in (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS): Really add
10749         this change to sync Makefile.in with its ChangeLog entries.
10750
10751 Thu Feb 12 15:03:08 1998  H.J. Lu  <hjl@gnu.org>
10752
10753         * ltmain.sh (mkdir): Check that the directory doesn't exist
10754         before we exit with error, so that we don't get races during
10755         parallel builds.
10756
10757 Sat Feb  7 15:19:18 1998  Ian Lance Taylor  <ian@cygnus.com>
10758
10759         * ltconfig, ltmain.sh: Update from libtool 1.0i.
10760
10761 Fri Feb  6 01:33:52 1998  Manfred Hollstein  <manfred@s-direktnet.de>
10762
10763         * Makefile.in (BASE_FLAGS_TO_PASS): Don't pass PICFLAG and
10764         PICFLAG_FOR_TARGET.
10765         (EXTRA_TARGET_FLAGS): Don't pass PICFLAG_FOR_TARGET.
10766
10767         * configure: Emit a definition for the new macro enable_shared
10768         into each Makefile.
10769
10770 Thu Feb  5 17:01:12 1998  Jason Molenda  (crash@bugshack.cygnus.com)
10771
10772         * configure.in (host_tools, native_only): Add libtool.
10773
10774 Wed Feb  4 16:53:58 1998  Geoffrey Noer  <noer@cygnus.com>
10775
10776         * configure.in: add target-gperf to noconfigdirs for Cygwin32.
10777         Fix typo in ming config comment.
10778
10779 Wed Feb  4 18:56:13 1998  Ian Lance Taylor  <ian@cygnus.com>
10780
10781         * ltconfig, ltmain.sh: Update from libtool 1.0h.
10782
10783 Mon Feb  2 19:38:19 1998  Ian Lance Taylor  <ian@cygnus.com>
10784
10785         * config.sub: Add tic30 cases, and map c30 to tic30.
10786
10787 Sun Feb  1 02:40:41 1998  Richard Henderson  <rth@cygnus.com>
10788
10789         * Makefile.in (TARGET_CONFIGDIRS): Add libf2c.
10790         (ALL_TARGET_MODULES, CONFIGURE_TARGET_MODULES): Similarly
10791         (CHECK_TARGET_MODULES, INSTALL_TARGET_MODULES): Similarly
10792         (CLEAN_TARGET_MODULES): Similarly
10793         (all-target-libf2c): Add dependences.
10794         * configure.in (target_libs): Add libf2c.
10795
10796 Fri Jan 30 17:18:32 1998  Geoffrey Noer  <noer@cygnus.com>
10797
10798         * configure.in: Remove expect from noconfigdirs when target
10799         is cygwin32.  OK to build expect and dejagnu with Canadian
10800         Cross.
10801
10802 Wed Jan 28 12:58:49 1998  Ian Lance Taylor  <ian@cygnus.com>
10803
10804         * configure.in: Do build expect, dejagnu, and cvssrc for a cygwin32
10805         host.
10806
10807         * config.guess: Use ${UNAME_MACHINE} rather than i386 for cygwin32
10808         and mingw32.
10809
10810 Wed Jan 28 10:26:37 1998  Manfred Hollstein  <manfred@s-direktnet.de>
10811
10812         * Makefile.in (BASE_FLAGS_TO_PASS): Remove passing $(local_prefix)
10813         here as it is not defined in the toplevel Makefile.
10814
10815 Tue Jan 27 23:25:06 1998  Manfred Hollstein  <manfred@s-direktnet.de>
10816
10817         * configure (package_makefile_rules_frag): New variable, which names
10818         a file with generic rules, ...
10819         Change comment to mention we now have FIVE parts.
10820         * configure: Undo last change.
10821
10822 Tue Jan 27 23:15:55 1998  Lassi A. Tuura  <lat@iki.fi>
10823
10824         * config.guess: More accurate determination of HP processor types.
10825         * config.sub: More accurate determination of HP processor types.
10826
10827 Sat Jan 24 01:59:45 1998  Manfred Hollstein  <manfred@s-direktnet.de>
10828
10829         * configure (package_makefile_frag): Move inserting the
10830         ${package_makefile_frag} to where it should be according
10831         to the comment.
10832
10833 Fri Jan 23 00:29:28 1998  Philip Blundell  <pb@nexus.co.uk>
10834
10835         * config.guess: Add support for Linux/ARM.
10836
10837 Thu Jan 22 15:14:01 1998  Fred Fish  <fnf@cygnus.com>
10838
10839         * .cvsignore: Remove *-info and *-install since they match
10840         release-info and mpw-install, which we don't want to just ignore.
10841
10842 Thu Jan 22 01:38:33 1998  Richard Henderson  <rth@cygnus.com>
10843
10844         * configure.in: Revert 3 Jan change for alpha-linux-gnulibc1.
10845
10846 Sat Jan 17 21:28:08 1998  Pieter Nagel <pnagel@epiuse.co.za>
10847
10848         * Makefile.in (FLAGS_TO_PASS): Pass down gcc_include_dir and
10849         local_prefix to sub-make invocations.
10850
10851 Sat Jan 17 21:04:59 1998 H.J. Lu  (hjl@gnu.org)
10852
10853         * configure.in: Check makefile fragments in the source
10854         directory.
10855
10856 Fri Jan 16 00:41:37 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
10857
10858         * configure.in: Check whether host and target makefile
10859         fragments exist before adding them to *_makefile_frag.
10860
10861 Wed Jan 14 23:39:10 1998  Bob Manson  <manson@charmed.cygnus.com>
10862
10863         * configure.in (target_configdirs): Add cygmon for sparc64-elf.
10864
10865 Wed Jan 14 12:48:07 1998  Keith Seitz  <keiths@pizza.cygnus.com>
10866
10867         * configure.in: Make sure we only replace RPATH_ENVVAR on
10868         lines which begin with RPATH_ENVVAR, i.e. add "^" to the
10869         regexp to sed.
10870
10871         * Makefile.in (BASE_FLAGS_TO_PASS): Pass RRPATH_ENVVAR down
10872         to sub-makes.
10873
10874 1998-01-13  Lee Iverson   (leei@ai.sri.com)
10875
10876         * config-ml.in (multi-do): LDFLAGS must include multilib
10877         designator.
10878
10879 Tue Jan 13 01:13:24 1998   Robert Lipe (robertl@dgii.com)
10880
10881         * config.guess: Recognize i[3456]-i586-UnixWare7-sysv5.
10882
10883 Sun Jan  4 01:06:55 1998  Mumit Khan  <khan@xraylith.wisc.edu>
10884
10885         * config.sub: Add mingw32 support.
10886         * configure.in: Likewise.
10887
10888 Sat Jan  3 12:11:05 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
10889
10890         * configure.in: Finalize support for {alpha|powerpc}*-*-linux-gnulibc1
10891
10892 Sun Dec 28 11:28:58 1997  Jeffrey A Law  (law@cygnus.com)
10893
10894         * Makefile.in (INSTALL_TARGET): Do install-gcc first.
10895         * configure (gxx_include_dir): Provide a definition for subdirs
10896         which do not use autoconf.
10897
10898 Wed Dec 24 22:46:55 1997  Jeffrey A Law  (law@cygnus.com)
10899
10900         * config.guess: Sync with egcs.  Picks up new alpha support,
10901         BeOS & some additional linux support.
10902
10903 Tue Dec 23 12:44:24 1997  Jeffrey A Law  (law@cygnus.com)
10904
10905         * config.guess: HP 9000/803 is a PA1.1 machine.
10906
10907 Mon Dec 22 02:39:24 1997  Richard Henderson  <rth@cygnus.com>
10908
10909         * configure.in: It's alpha*-...
10910
10911 Sun Dec 21 16:53:12 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
10912
10913         * configure.in (host_makefile_frag, target_makefile_frag):
10914         Handle multiple config files.
10915         (alpha-*-linux*): Treat alpha-*-linux* as alpha-*-linux* and
10916         alpha-*-*.
10917
10918 Thu Dec 18 13:13:03 1997  Doug Evans  <devans@canuck.cygnus.com>
10919
10920         * mkdep: New file.
10921
10922 Wed Dec 17 09:53:02 1997  Michael Meissner  <meissner@cygnus.com>
10923
10924         * configure.in (d30v-*-*): Allow configuring of libide, vmake, etc.
10925
10926 Tue Dec 16 17:36:05 1997  Ian Lance Taylor  <ian@cygnus.com>
10927
10928         * Makefile.in: Add libgui directory.
10929         (GDB_TK): Add all-libgui.
10930         * configure.in: Add libgui directory.
10931         * configure: Add all-libgui to GDB_TK.
10932
10933 Mon Dec 15 16:12:28 1997  Nick Clifton  <nickc@cygnus.com>
10934
10935         * config-ml.in (multidirs): Add m32r to multilib list.
10936
10937 Fri Dec 12 10:43:31 1997  Brendan Kehoe  <brendan@canuck.cygnus.com>
10938
10939         * Makefile.in (all-target-gperf): Change dependency to
10940         all-target-libstdc++.
10941
10942 Thu Dec 11 23:30:51 1997  Fred Fish  <fnf@ninemoons.com>
10943
10944         * config.guess: Add BeOS support.
10945
10946 Wed Dec 10 15:10:38 1997  Ian Lance Taylor  <ian@cygnus.com>
10947
10948         Source directory cvs renamed to cvssrc:
10949         * configure.in (host_tools): Change cvs to cvssrc.
10950         (native_only): Likewise.
10951         (noconfigdirs) [various cases]: Likewise.
10952         * Makefile.in (ALL_MODULES): Change all-cvs to all-cvssrc.
10953         (CROSS_CHECK_MODULES): Change check-cvs to check-cvssrc.
10954         (INSTALL_MODULES): Change install-cvs to install-cvssrc.
10955         (CLEAN_MODULES): Change clean-cvs to clean-cvssrc.
10956         (all-cvssrc): Rename target from all-cvs.
10957
10958 Wed Dec  3 07:55:59 1997  Jeffrey A Law  (law@cygnus.com)
10959
10960         * configure (gxx_include_dir): Fix thinko.
10961
10962 Tue Dec  2 10:55:34 1997  Jeffrey A Law  (law@cygnus.com)
10963
10964         * Makefile.in (INSTALL_TARGET_CROSS): Define.
10965         (install-cross, install-gcc-cross): New targets.
10966
10967 Tue Dec  2 10:08:31 1997  Nick Clifton  <nickc@cygnus.com>
10968
10969         * configure.in (noconfigdirs): Add support for Thumb target.
10970
10971         * config.sub (maybe_os): Add support for Thumb target.
10972
10973 Sun Nov 30 16:12:27 1997  Bob Manson  <manson@charmed.cygnus.com>
10974
10975         * Makefile.in: Add rules for cygmon.
10976
10977         * configure.in: Build cygmon for sparc-elf and sparclite-aout.
10978
10979 Thu Nov 27 01:31:30 1997  Jeffrey A Law  (law@cygnus.com)
10980
10981         * Makefile.in (INSTALL_TARGET): Do install-gcc first.
10982         * configure (gxx_include_dir): Provide a definition for subdirs
10983         which do not use autoconf.
10984
10985 Wed Nov 26 11:53:33 1997  Keith Seitz  <keiths@onions.cygnus.com>
10986
10987         * Makefile.in, configure, configure.in, ChangeLog: merge with foundry's
10988         11/18/97 build
10989
10990 Wed Nov 26 16:08:50 1997  Jeffrey A Law  (law@cygnus.com)
10991
10992         * From Franz Sirl.
10993         * config.guess (powerpc*-*-linux): Handle glibc2 beta release
10994         found on RedHat Linux systems.
10995
10996 Fri Nov 21 09:51:01 1997  Jeffrey A Law  (law@cygnus.com)
10997
10998         * config.guess (alpha stuff): Merge with FSF to avoid incorrect
10999         guesses.
11000
11001 Thu Nov 13 11:38:37 1997  Jeffrey A Law  (law@cygnus.com)
11002
11003         * configure.in (i[3456]86-ncr-sysv4.3*): Tweak.
11004
11005 Mon Nov 10 15:23:21 1997  H.J. Lu  <hjl@gnu.ai.mit.edu>
11006
11007         * ltmain.sh: If mkdir fails, check whether the directory was created
11008         anyhow by some other process.
11009
11010 Mon Nov 10 14:38:03 1997  Michael Meissner  <meissner@cygnus.com>
11011
11012         * configure.in (d30v-*-*): Configure all directories.
11013
11014 Sun Nov  9 17:36:20 1997  Michael Meissner  <meissner@cygnus.com>
11015
11016         * configure.in (d30v-*-*): Configure newlib, libiberty directories
11017         for the D30V.
11018
11019 Sat Nov  8 14:42:59 1997  Michael Meissner  <meissner@cygnus.com>
11020
11021         * configure.in (d30v-*-*): Configure target-libgloss on the D30V.
11022
11023 Fri Nov  7 10:34:09 1997  Rob Savoye  <rob@darkstar.cygnus.com>
11024
11025         * include/libiberty.h: Add extern "C" { so it can be used with C++
11026         progrms.
11027         * include/remote-sim.h:  Add extern "C" { so it can be used with C++
11028         programs.
11029
11030 Thu Oct 30 11:09:29 1997  Michael Meissner  <meissner@cygnus.com>
11031
11032         * configure.in (d30v-*-*): Configure GCC now.
11033
11034 Mon Oct 27 13:17:24 1997  Stan Shebs  <shebs@andros.cygnus.com>
11035
11036         * configure.in: Remove a "second pass" of tweaking noconfigdirs,
11037         is no longer needed.
11038
11039 Mon Oct 27 12:03:53 1997  Jason Merrill  <jason@yorick.cygnus.com>
11040
11041         * Makefile.in: check-target-libio depends on all-target-libstdc++.
11042
11043 Sun Oct 26 11:48:27 1997  Manfred Hollstein  (manfred@s-direktnet.de)
11044
11045         * Makefile.in (bootstrap-lean): Combined with `normal' bootstrap
11046         targets using "$@" to provide support for similar but not identical
11047         targets without having to duplicate code.
11048
11049 Mon Oct 20 15:28:49 1997  Klaus K"ampf  <kkaempf@progis.de>
11050
11051         * makefile.vms: Fix to work with DEC C.
11052
11053 Tue Oct  7 23:58:57 1997  Gavin Koch  <gavin@cygnus.com>
11054
11055         * config.sub: Add mips-tx39-elf to marketing names.
11056
11057 Tue Oct  7 14:24:41 1997  Ian Lance Taylor  <ian@cygnus.com>
11058
11059         * ltmain.sh: Handle symlinks in generated script.
11060
11061 Wed Oct  1 13:11:27 1997  Ian Lance Taylor  <ian@cygnus.com>
11062
11063         * configure: Handle autoconf style directory options: --bindir,
11064         --datadir, --includedir, --infodir, --libdir, --libexecdir,
11065         --mandir, --oldincludedir, --sbindir, --sharedstatedir,
11066         --sysconfdir.
11067         * Makefile.in (sbindir, libexecdir, sysconfdir): New variables.
11068         (sharedstatedir, localstatedir, oldincludedir): New variables.
11069         (BASE_FLAGS_TO_PASS): Pass down bindir, datadir, includedir,
11070         infodir, libdir, libexecdir, localstatedir, mandir, oldincludedir,
11071         sbindir, sharedstatedir, and sysconfdir.
11072
11073 Mon Sep 29 00:38:08 1997 Aaron Jackson <jackson@negril.msrce.howard.edu>
11074
11075         * Makefile.in (bootstrap-lean): New target.
11076
11077 Wed Sep 24 18:06:27 1997  Stu Grossman  <grossman@babylon-5.cygnus.com>
11078
11079         * configure.in (d30v):  Remove tcl, tk, expect, gdb, itcl, tix, db,
11080         sn, and gnuserv from noconfigdirs.
11081
11082 Wed Sep 24 15:18:32 1997  Ian Lance Taylor  <ian@cygnus.com>
11083
11084         * ltmain.sh: Tweak shell pattern to avoid bug in NetBSD /bin/sh.
11085
11086 Thu Sep 18 23:58:27 1997  Jeffrey A Law  (law@cygnus.com)
11087
11088         * Makefile.in (cross): New target.
11089
11090 Thu Sep 18 21:43:23 1997  Alexandre Oliva  <oliva@dcc.unicamp.br>
11091                           Jeff Law         <law@cygnus.com>
11092
11093         * Makefile.in (bootstrap2, bootstrap3): New targets.
11094         (all-bootstrap): Remove outdated and confusing target.
11095         (bootstrap, bootstrap2, bootstrap3): Don't pass BOOT_CFLAGS down.
11096
11097 Thu Sep 18 15:37:42 1997  Andrew Cagney  <cagney@b1.cygnus.com>
11098
11099         * configure (tooldir): enable_gdbtk=YES for cygwin32, NO for
11100         windows.  Consistent with gdb/configure.
11101
11102 1997-09-15 02:37  Ulrich Drepper  <drepper@cygnus.com>
11103
11104         * configure.in: Name Linux target fragment.
11105
11106         * configure: Rewrite so that project Makefile fragment is inserted
11107         first and appears last in the resulting Makefile.
11108
11109 Tue Sep 16 09:55:07 1997  Andrew Cagney  <cagney@b1.cygnus.com>
11110
11111         * Makefile.in (install-itcl): Install tcl first.
11112
11113 Fri Sep 12 16:19:20 1997  Geoffrey Noer  <noer@cygnus.com>
11114
11115         * configure.in: remove bison from noconfigdirs for Cygwin32 host
11116
11117 Thu Sep 11 16:40:46 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
11118
11119         * Makefile.in (local-distclean): Also remove mh-frag mt-frag.
11120
11121         * configure.in (skipdirs): Add target-librx for Linux.
11122         (alpha-*-linux*): Use config/mh-elfalphapic and config/mt-elfalphapic.
11123
11124 Wed Sep 10 21:29:54 1997  Jeffrey A Law  (law@cygnus.com)
11125
11126         * Makefile.in (bootstrap): New target.
11127
11128 Wed Sep 10 15:19:22 1997  Jeffrey A Law  (law@cygnus.com)
11129
11130         * config.sub: Accept 'amigados' for backward compatibility.
11131
11132 Mon Sep  8 20:46:20 1997  Ian Lance Taylor  <ian@cygnus.com>
11133
11134         * config.guess: Merge with FSF.
11135
11136 Sun Sep  7 23:18:32 1997  Fred Fish  <fnf@ninemoons.com>
11137
11138         * config.sub: Change 'amigados' to 'amigaos' to match current usage.
11139
11140 Sun Sep  7 15:55:28 1997  Gavin Koch  <gavin@cygnus.com>
11141
11142         * config.sub: Add "marketing-names" patch.
11143
11144 Fri Sep  5 16:11:28 1997  Joel Sherrill  (joel@OARcorp.com)
11145
11146         * configure.in (*-*-rtems*): Do not build libgloss for rtems.
11147
11148 Fri Sep  5 12:27:17 1997  Jeffrey A Law  (law@cygnus.com)
11149
11150         * config.sub: Handle v850-elf.
11151
11152 Wed Sep  3 22:01:58 1997  Fred Fish  <fnf@ninemoons.com>
11153
11154         * .cvsignore (*-install): Remove.
11155
11156 Wed Sep  3 12:15:24 1997  Chris Provenzano  <proven@cygnus.com>
11157
11158         * ltconfig: Set CONFIG_SHELL in libtool.
11159         * ltmain.sh: Use CONFIG_SHELL instead of /bin/sh
11160
11161 Mon Sep  1 16:45:44 1997  Jim Wilson  <wilson@cygnus.com>
11162
11163         * configure.in (target_subdir): Set to libraries if enable_multilib.
11164
11165 Wed Aug 27 16:15:11 1997  Jim Wilson  <wilson@cygnus.com>
11166
11167         * config.guess: Update from gcc directory.
11168
11169 Tue Aug 26 16:46:46 1997  Andrew Cagney  <cagney@b1.cygnus.com>
11170
11171         * Makefile.in (all-sim): Depends on all-readline.
11172
11173 Wed Aug 20 19:57:37 1997  Jason Merrill  <jason@yorick.cygnus.com>
11174
11175         * Makefile.in (BISON, YACC): Use $$s.
11176         (all-bison): Depend on all-texinfo.
11177
11178 Tue Aug 19 01:41:32 1997  Jason Merrill  <jason@yorick.cygnus.com>
11179
11180         * Makefile.in (BISON): Add -L flag.
11181         (YACC): Likewise.
11182
11183 Mon Aug 18 11:30:50 1997  Nick Clifton  <nickc@cygnus.com>
11184
11185         * configure.in (noconfigdirs): Add support for v850e target.
11186
11187         * config.sub (maybe_os): Add support for v850e target.
11188
11189 Mon Aug 18 11:30:50 1997  Nick Clifton  <nickc@cygnus.com>
11190
11191         * configure.in (noconfigdirs): Add support for v850ea target.
11192
11193         * config.sub (maybe_os): Add support for v850ea target.
11194
11195 Mon Aug 18 09:24:06 1997  Gavin Koch  <gavin@cygnus.com>
11196
11197         * config.sub: Add mipstx39.  Delete r3900.
11198
11199 Mon Aug 18 17:20:10 1997  Jason Molenda  (crash@godzilla.cygnus.co.jp)
11200
11201         * Makefile.in (all-autoconf): Depends on all-texinfo.
11202
11203 Fri Aug 15 23:09:26 1997  Michael Meissner  <meissner@cygnus.com>
11204
11205         * config-ml.in ({powerpc,rs6000}*-*-*): Update to current AIX and
11206         eabi targets.
11207
11208 Thu Aug 14 14:42:17 1997  Ian Lance Taylor  <ian@cygnus.com>
11209
11210         * configure: Get CFLAGS and CXXFLAGS from Makefile, if possible.
11211
11212         * configure: When handling a Canadian Cross, handle YACC as well as
11213         BISON.  Just set BISON to bison.  When setting YACC, prefer bison.
11214         * Makefile.in (all-bison): Depend upon all-texinfo.
11215
11216 Tue Aug 12 20:09:48 1997  Jason Merrill  <jason@yorick.cygnus.com>
11217
11218         * Makefile.in (BISON): bison, not byacc or bison -y.
11219         (YACC): bison -y or byacc or yacc.
11220         (various): Add *-bison as appropriate.
11221         (taz): No need to mess with BISON anymore.
11222
11223 Tue Aug 12 22:33:08 1997  Ian Lance Taylor  <ian@cygnus.com>
11224
11225         * configure: If OSTYPE matches *win32*, try to find a good value for
11226         CONFIG_SHELL.
11227
11228 Sun Aug 10 14:41:11 1997  Ian Lance Taylor  <ian@cygnus.com>
11229
11230         * Makefile.in (taz): Get the version number from AM_INIT_AUTOMAKE in
11231         configure.in if it is present.
11232
11233 Sat Aug  9 00:58:01 1997  Ian Lance Taylor  <ian@cygnus.com>
11234
11235         * Makefile.in (LD_FOR_TARGET): Change ld.new to ld-new.
11236
11237 Fri Aug  8 16:30:13 1997  Doug Evans  <dje@canuck.cygnus.com>
11238
11239         * config.sub: Recognize `arc' cpu.
11240         * configure.in: Likewise.
11241         * config-ml.in: Likewise.
11242
11243 Thu Aug  7 11:02:34 1997  Ian Lance Taylor  <ian@cygnus.com>
11244
11245         * Makefile.in ($(INSTALL_X11_MODULES)): Depend upon installdirs.
11246
11247 Wed Aug  6 16:27:29 1997  Chris Provenzano  <proven@cygnus.com>
11248
11249         * configure: Changed sed delimiter from ':' to '|' when
11250         attempting to substitute ${config_shell} for SHELL. On
11251         NT ${config_shell} may contain a ':' in it.
11252
11253 Wed Aug  6 12:29:05 1997  Jason Merrill  <jason@yorick.cygnus.com>
11254
11255         * Makefile.in (EXTRA_GCC_FLAGS): Fix for non-bash shells.
11256
11257 Wed Aug  6 00:42:35 1997  Ian Lance Taylor  <ian@cygnus.com>
11258
11259         * Makefile.in (AS_FOR_TARGET): Change as.new to as-new.
11260
11261 Tue Aug  5 14:08:51 1997  Ian Lance Taylor  <ian@cygnus.com>
11262
11263         * Makefile.in (NM_FOR_TARGET): Change nm.new to nm-new.
11264
11265         * ylwrap: If the program is a relative path, force it to be
11266         absolute.
11267
11268 Tue Aug  5 12:12:44 1997  Andrew Cagney  <cagney@b1.cygnus.com>
11269
11270         * configure (tooldir): Set BISON to `bison -y' and not just bison.
11271
11272 Mon Aug  4 22:59:02 1997  Andrew Cagney  <cagney@b1.cygnus.com>
11273
11274         * Makefile.in (CC_FOR_TARGET): When winsup/Makefile present,
11275         correctly specify the target build directory $(TARGET_SUBDIR)/winsup
11276         for libraries.
11277
11278 Mon Aug  4 12:40:24 1997  Jason Merrill  <jason@yorick.cygnus.com>
11279
11280         * Makefile.in (EXTRA_GCC_FLAGS): Fix handling of macros with values
11281         separated by spaces.
11282
11283 Thu Jul 31 19:49:49 1997  Ian Lance Taylor  <ian@cygnus.com>
11284
11285         * ylwrap: New file.
11286         * Makefile.in (DEVO_SUPPORT): Add ylwrap.
11287
11288         * ltmain.sh: Handle /bin/sh at start of install program.
11289
11290         * Makefile.in (DEVO_SUPPORT): Add ltconfig, ltmain.sh, and missing.
11291
11292         * ltconfig, ltmain.sh: New files, from libtool 1.0.
11293         * missing: New file, from automake 1.2.
11294
11295 Thu Jul 24 12:57:56 1997  Ian Lance Taylor  <ian@cygnus.com>
11296
11297         * Makefile.in: Treat tix like tk, putting it in X11_MODULES.  Add
11298         check-tk to CHECK_X11_MODULES.
11299
11300 Wed Jul 23 17:03:29 1997  Ian Lance Taylor  <ian@cygnus.com>
11301
11302         * config.sub: Merge with FSF.
11303
11304 Tue Jul 22 19:08:29 1997  Ian Lance Taylor  <ian@cygnus.com>
11305
11306         * config.guess: Merge with FSF.
11307
11308 Tue Jul 22 14:50:42 1997  Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
11309
11310         * configure: Treat msdosdjgpp like go32.
11311         * configure.in: Likewise.  Don't remove gprof for go32.
11312
11313         * configure: Change Makefile.tem2 to Makefile.tm2.
11314
11315 Mon Jul 21 10:31:26 1997  Stephen Peters  <speters@cygnus.com>
11316
11317         * configure.in (noconfigdirs): For alpha-dec-osf*, don't ignore grep.
11318
11319 Tue Jul 15 14:33:03 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
11320
11321         * install-sh (chmodcmd): Set to null if the DST directory already
11322         exists.  Same as Nov 11th change.
11323
11324 Mon Jul 14 11:01:15 1997  Martin M. Hunt  <hunt@cygnus.com>
11325
11326         * configure (GDB_TK): Needs itcl and tix.
11327
11328 Mon Jul 14 00:32:10 1997  Jason Merrill  <jason@yorick.cygnus.com>
11329
11330         * config.guess: Update from FSF.
11331
11332 Fri Jul 11 11:57:11 1997  Martin M. Hunt  <hunt@cygnus.com>
11333
11334         * Makefile.in (GDB_TK): Depend on itcl and tix.
11335
11336 Fri Jul  4 13:25:31 1997  Ian Lance Taylor  <ian@cygnus.com>
11337
11338         * Makefile.in (INSTALL_PROGRAM_ARGS): New variable.
11339         (INSTALL_PROGRAM): Use $(INSTALL_PROGRAM_ARGS).
11340         (INSTALL_SCRIPT): New variable.
11341         (BASE_FLAGS_TO_PASS): Pass down INSTALL_SCRIPT.
11342         * configure.in: If host is *-*-cygwin32*, set INSTALL_PROGRAM_ARGS
11343         to -x.
11344         * install-sh: Add support for -x option.
11345
11346 Mon Jun 30 15:51:30 1997  Ian Lance Taylor  <ian@cygnus.com>
11347
11348         * configure.in, Makefile.in: Treat tix like itcl.
11349
11350 Thu Jun 26 13:59:19 1997  Ian Lance Taylor  <ian@cygnus.com>
11351
11352         * Makefile.in (WINDRES): New variable.
11353         (WINDRES_FOR_TARGET): New variable.
11354         (BASE_FLAGS_TO_PASS): Add WINDRES_FOR_TARGET.
11355         (EXTRA_HOST_FLAGS): Add WINDRES.
11356         (EXTRA_TARGET_FLAGS): Add WINDRES.
11357         (EXTRA_GCC_FLAGS): Add WINDRES.
11358         ($(DO_X)): Pass down WINDRES.
11359         ($(CONFIGURE_TARGET_MODULES)): Set WINDRES when configuring.
11360         * configure: Treat WINDRES like DLLTOOL, and WINDRES_FOR_TARGET like
11361         DLLTOOL_FOR_TARGET.
11362
11363 Wed Jun 25 15:01:26 1997  Felix Lee  <flee@cygnus.com>
11364
11365         * configure.in: configure sim before gdb for win32-x-ppc
11366
11367 Wed Jun 25 12:18:54 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
11368
11369         Move gperf into the toplevel, from libg++.
11370         * configure.in (target_tools): Add target-gperf.
11371         (native_only): Add target-gperf.
11372         * Makefile.in (all-target-gperf): New target, depend on
11373         all-target-libg++.
11374         (configure-target-gperf): Empty rule.
11375         (ALL_TARGET_MODULES): Add all-target-gperf.
11376         (CONFIGURE_TARGET_MODULES): Add configure-target-gperf.
11377         (CHECK_TARGET_MODULES): Add check-target-gperf.
11378         (INSTALL_TARGET_MODULES): Add install-target-gperf.
11379         (CLEAN_TARGET_MODULES): Add clean-target-gperf.
11380
11381 Mon Jun 23 10:51:53 1997  Jeffrey A Law  (law@cygnus.com)
11382
11383         * config.sub (mn10200): Recognize new basic machine.
11384
11385 Thu Jun 19 14:16:42 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
11386
11387         * configure.in: Don't set ENABLE_MULTILIB, so we'll be passing
11388         --enable-multilib down to subdirs; setting TARGET_SUBDIR was enough.
11389
11390 Tue Jun 17 15:31:20 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
11391
11392         * configure.in: If we're building mips-sgi-irix6* native, turn on
11393         ENABLE_MULTILIB and set TARGET_SUBDIR.
11394
11395 Tue Jun 17 12:20:59 1997  Tom Tromey  <tromey@cygnus.com>
11396
11397         * Makefile.in (all-sn): Depend on all-grep.
11398
11399 Mon Jun 16 11:11:10 1997  Ian Lance Taylor  <ian@cygnus.com>
11400
11401         * configure.in: Use mh-ppcpic and mt-ppcpic for powerpc*-* targets.
11402
11403         * configure: Set CFLAGS and CXXFLAGS, and substitute them into
11404         Makefile.  From Jeff Makey <jeff@cts.com>.
11405         * Makefile.in: Add comment for CFLAGS and CXXFLAGS.
11406
11407         * Makefile.in (DISTBISONFILES): Remove.
11408         (taz): Don't futz with DISTBISONFILES.  Change BISON to use
11409         $(DEFAULT_YACC).
11410
11411         * configure.in: Build itl, db, sn, etc., when building for native
11412         cygwin32.
11413
11414         * Makefile.in (LD): New variable.
11415         (EXTRA_HOST_FLAGS): Pass down LD.
11416         ($(DO_X)): Likewise.
11417
11418 Mon Jun 16 11:10:35 1997  Philip Blundell  <Philip.Blundell@pobox.com>
11419
11420         * Makefile.in (INSTALL): Use $(SHELL) when executing install-sh.
11421
11422 Fri Jun 13 10:22:56 1997  Bob Manson  <manson@charmed.cygnus.com>
11423
11424         * configure.in (targargs): Strip out any supplied --build argument
11425         before adding our own. Always add --build.
11426
11427 Thu Jun 12 21:12:28 1997  Bob Manson  <manson@charmed.cygnus.com>
11428
11429         * configure.in (targargs): Pass --build if we're doing
11430         a cross-compile.
11431
11432 Fri Jun  6 21:38:40 1997  Rob Savoye  <rob@chinadoll.cygnus.com>
11433
11434         * configure: Use '|' instead of ":" as the separator in
11435         sed. Otherwise sed chokes on NT path names with drive
11436         designators. Also look for "?:*" as the leading characters in an
11437         absolute pathname.
11438
11439 Mon Jun  2 13:05:20 1997  Gavin Koch  <gavin@cygnus.com>
11440
11441         * config.sub: Support for r3900.
11442
11443 Wed May 21 17:33:31 1997  Ian Lance Taylor  <ian@cygnus.com>
11444
11445         * configure.in: Use install-sh, not install.sh.
11446
11447 Wed May 14 16:06:51 1997  Ian Lance Taylor  <ian@cygnus.com>
11448
11449         * Makefile.in (taz): Improve check for BISON so it doesn't try to
11450         apply it twice.
11451
11452 Fri May  9 17:22:05 1997  Ian Lance Taylor  <ian@cygnus.com>
11453
11454         * Makefile.in (INSTALL_MODULES): Put install-opcodes before
11455         install-binutils.
11456
11457 Thu May  8 17:29:50 1997  Ian Lance Taylor  <ian@cygnus.com>
11458
11459         * Makefile.in: Add automake targets.
11460         * configure.in (host_tools): Add automake.
11461
11462 Tue May  6 15:49:52 1997  Ian Lance Taylor  <ian@cygnus.com>
11463
11464         * configure: Default CXX to c++, not gcc.
11465         * Makefile.in (CXX): Set to c++, not gcc.
11466         (CXX_FOR_TARGET): When cross, transform c++, not gcc.
11467
11468 Thu May  1 10:11:43 1997  Geoffrey Noer  <noer@cygnus.com>
11469
11470         * install-sh: try appending a .exe if source file doesn't
11471         exist
11472
11473 Wed Apr 30 12:05:36 1997  Jason Merrill  <jason@yorick.cygnus.com>
11474
11475         * configure.in: Turn on multilib by default.
11476         (cross_only): Remove target-libiberty.
11477
11478         * Makefile.in (all-gcc): Don't depend on libiberty.
11479
11480 Mon Apr 28 18:39:45 1997  Michael Snyder  <msnyder@cleaver.cygnus.com>
11481
11482         * config.guess: improve algorithm for recognizing Gnu Hurd x86.
11483
11484 Thu Apr 24 19:30:07 1997  Ian Lance Taylor  <ian@cygnus.com>
11485
11486         * Makefile.in (DEVO_SUPPORT): Add mpw-install.
11487         (DISTBISONFILES): Add ld/Makefile.in
11488
11489 Tue Apr 22 17:17:28 1997  Geoffrey Noer  <noer@pizza.cygnus.com>
11490
11491         * configure.in: if target is cygwin32 but host isn't cygwin32,
11492         don't configure gdb tcl tk expect, not just gdb.
11493
11494 Mon Apr 21 13:33:39 1997  Tom Tromey  <tromey@cygnus.com>
11495
11496         * configure.in: Added gnuserv everywhere sn appears.
11497
11498         * Makefile.in (ALL_MODULES): Added all-gnuserv.
11499         (CROSS_CHECK_MODULES): Added check-gnuserv.
11500         (INSTALL_MODULES): Added install-gnuserv.
11501         (CLEAN_MODULES): Added clean-gnuserv.
11502         (all-gnuserv): New target.
11503
11504 Thu Apr 17 13:57:06 1997  Per Fogelstrom  <pefo@openbsd.org>
11505
11506         * config.guess: Fixes for MIPS OpenBSD systems.
11507
11508 Tue Apr 15 12:21:07 1997  Ian Lance Taylor  <ian@cygnus.com>
11509
11510         * Makefile.in (INSTALL_XFORM): Remove.
11511         (BASE_FLAGS_TO_PASS): Remove INSTALL_XFORM.
11512
11513         * mkinstalldirs: New file, copied from automake.
11514         * Makefile.in (installdirs): Rename from install-dirs.  Use
11515         mkinstalldirs.  Change all users.
11516         (DEVO_SUPPORT): Add mkinstalldirs.
11517
11518 Mon Apr 14 11:21:38 1997  Ian Lance Taylor  <ian@cygnus.com>
11519
11520         * install-sh: Rename from install.sh.
11521         * Makefile.in (INSTALL): Change install.sh to install-sh.
11522         (DEVO_SUPPORT): Likewise.
11523
11524         * configure: Use ${config_shell} with ${moveifchange}.  From Thomas
11525         Graichen <graichen@rzpd.de>.
11526
11527 Fri Apr 11 16:37:10 1997  Niklas Hallqvist  <niklas@appli.se>
11528
11529         * config.guess: Recognize OpenBSD systems correctly.
11530
11531 Fri Apr 11 17:07:04 1997  Jason Molenda  (crash@godzilla.cygnus.co.jp)
11532
11533         * README, Makefile.in (ETC_SUPPORT): Remove references to
11534         cfg-paper*, configure.{texi,man,info*}._
11535
11536 Sun Apr  6 18:47:57 1997  Andrew Cagney  <cagney@kremvax.cygnus.com>
11537
11538         * Makefile.in (all.normal): Ensure that gcc is built after all
11539         the x11 - ie gdb - targets.
11540
11541 Tue Apr  1 16:28:50 1997  Klaus Kaempf  <kkaempf@progis.de>
11542
11543         * makefile.vms: Don't run conf-a-gas.
11544
11545 Mon Mar 31 16:26:55 1997  Joel Sherrill  <joel@oarcorp.com>
11546
11547         * configure.in (hppa1.1-*-rtems*): New target, like hppa-*-*elf*.
11548
11549 Sun Mar 30 12:38:27 1997  Fred Fish  <fnf@cygnus.com>
11550
11551         * configure.in: Remove noconfigdirs case since gdb also
11552         configures and builds for tic80-coff.
11553
11554 Fri Mar 28 18:28:52 1997  Ian Lance Taylor  <ian@cygnus.com>
11555
11556         * configure: Set cache_file to config.cache.
11557         * Makefile.in (local-distclean): Remove config.cache.
11558
11559 Wed Mar 26 18:49:39 1997  Ian Lance Taylor  <ian@cygnus.com>
11560
11561         * COPYING: Update FSF address.
11562
11563 Wed Mar 26 10:38:25 1997  Michael Meissner  <meissner@cygnus.com>
11564
11565         * configure.in (tic80-*-*): Remove G++ libraries and libgloss from
11566         noconfigdirs.
11567
11568 Mon Mar 24 15:02:39 1997  Ian Lance Taylor  <ian@cygnus.com>
11569
11570         * Makefile.in (install-dirs): Don't crash if prefix, and hence
11571         MAKEDIRS, is empty.
11572
11573 Mon Mar 24 12:40:55 1997  Doug Evans  <dje@canuck.cygnus.com>
11574
11575         * config.sub: Tweak mn10300 entry.
11576
11577 Fri Mar 21 15:35:27 1997  Michael Meissner  <meissner@cygnus.com>
11578
11579         * configure.in (host_tools): Put sim before gdb, so gdb's
11580         configure.tgt can determine if the simulator was configured.
11581
11582 Sun Mar 16 16:07:08 1997  Fred Fish  <fnf@cygnus.com>
11583
11584         * config.sub: Move BeOS $os case to be with other Cygnus
11585         local cases.
11586
11587 Sun Mar 16 01:34:55 1997  Martin Hunt <hunt@cygnus.com>
11588
11589         * config.sub: Remove misplaced comment that broke Linux.
11590
11591 Sat Mar 15 22:50:15 1997  Fred Fish  <fnf@cygnus.com>
11592
11593         * config.sub: Add BeOS support.
11594
11595 Mon Mar 10 13:30:11 1997  Tom Tromey  <tromey@cygnus.com>
11596
11597         * Makefile.in (CHECK_X11_MODULES): Don't run check-tk.
11598
11599 Wed Mar  5 12:09:29 1997  Martin  <hunt@cygnus.com>
11600
11601         * configure.in (noconfigdirs): Remove tcl and tk from
11602         noconfigdirs for cygwin32 builds.
11603
11604 Fri Feb 28 18:20:15 1997  Fred Fish  <fnf@cygnus.com>
11605
11606         * configure.in (tic80-*-*): Remove ld from noconfigdirs.
11607
11608 Thu Feb 27 14:57:26 1997  Ken Raeburn  <raeburn@cygnus.com>
11609
11610         * Makefile.in (GAS_SUPPORT_DIRS, BINUTILS_SUPPORT_DIRS): Remove
11611         make-all.com, use makefile.vms instead.
11612
11613 Tue Feb 25 18:46:14 1997  Stan Shebs  <shebs@andros.cygnus.com>
11614
11615         * config.sub: Accept -lnews*.
11616
11617 Tue Feb 25 13:19:14 1997  Andrew Cagney  <cagney@kremvax.tpgi.com.au>
11618
11619         * configure.in (noconfigdirs): Disable target-newlib,
11620         target-examples and target-libiberty for d30v.
11621
11622 Fri Feb 21 17:56:25 1997  Martin M. Hunt  <hunt@pizza.cygnus.com>
11623
11624         * configure.in (noconfigdirs): Enable ld for d30v.
11625
11626 Fri Feb 21 20:58:51 1997  Michael Meissner  <meissner@cygnus.com>
11627
11628         * configure.in (tic80-*-*): Build compiler.
11629
11630 Sun Feb 16 15:41:09 1997  Andrew Cagney  <cagney@critters.cygnus.com>
11631
11632         * configure.in (d30v-*): Remove sim directory from list of
11633         unsupported d30v directories
11634
11635 Tue Feb 18 17:32:42 1997  Martin M. Hunt  <hunt@pizza.cygnus.com>
11636
11637         * config.sub, configure.in: Add d30v target cpu.
11638
11639 Thu Feb 13 22:04:44 1997  Klaus Kaempf  <kkaempf@progis.de>
11640
11641         * makefile.vms: New file.
11642         * make-all.com: Remove.
11643
11644 Wed Feb 12 12:54:18 1997  Jim Wilson  <wilson@cygnus.com>
11645
11646         * Makefile.in (EXTRA_GCC_FLAGS): Add LIBGCC2_DEBUG_CFLAGS.
11647
11648 Sat Feb  8 20:36:49 1997  Michael Meissner  <meissner@cygnus.com>
11649
11650         * Makefile.in (all-itcl): The rule is all-itcl, not all-tcl.
11651
11652 Tue Feb  4 11:39:29 1997  Tom Tromey  <tromey@cygnus.com>
11653
11654         * Makefile.in (ALL_MODULES): Added all-db.
11655         (CROSS_CHECK_MODULES): Addec check-db.
11656         (INSTALL_MODULES): Added install-db.
11657         (CLEAN_MODULES): Added clean-db.
11658
11659 Mon Feb  3 13:29:36 1997  Ian Lance Taylor  <ian@cygnus.com>
11660
11661         * config.guess: Merge with latest FSF sources.
11662
11663 Tue Jan 28 09:20:37 1997  Tom Tromey  <tromey@cygnus.com>
11664
11665         * Makefile.in (ALL_MODULES): Added all-itcl.
11666         (CROSS_CHECK_MODULES): Added check-itcl.
11667         (INSTALL_MODULES): Added install-itcl.
11668         (CLEAN_MODULES): Added clean-itcl.
11669
11670 Thu Jan 23 01:44:27 1997  Geoffrey Noer  <noer@cygnus.com>
11671
11672         * configure.in: build gdb for mn10200
11673
11674 Fri Jan 17 15:32:15 1997  Doug Evans  <dje@canuck.cygnus.com>
11675
11676         * Makefile.in (all-target-winsup): Depend on all-target-libio.
11677
11678 Mon Jan 13 22:46:54 1997  Michael Meissner  <meissner@tiktok.cygnus.com>
11679
11680         * configure.in (tic80-*-*): Turn off most targets right now.
11681
11682 Fri Jan  3 16:04:03 1997  Ian Lance Taylor  <ian@cygnus.com>
11683
11684         * Makefile.in (MAKEINFO): Check for the existence of the Makefile,
11685         rather than the makeinfo program.
11686         (do-info): Depend upon all-texinfo.
11687
11688 Tue Dec 31 16:00:31 1996  Ian Lance Taylor  <ian@cygnus.com>
11689
11690         * configure.in: Remove uses of config/mh-linux.
11691
11692         * config.sub, config.guess: Merge with latest FSF sources.
11693
11694 Fri Dec 27 23:04:33 1996  Fred Fish  <fnf@cygnus.com>
11695
11696         * config.sub (case $basic_machine): Add tic80 entries.
11697
11698 Fri Dec 27 12:07:59 1996  Ian Lance Taylor  <ian@cygnus.com>
11699
11700         * config.sub, config.guess: Merge with latest FSF sources.
11701
11702 Wed Dec 18 22:46:39 1996  Stan Shebs  <shebs@andros.cygnus.com>
11703
11704         * mpw-build.in: Build ld before gcc, use NewFolderRecursive.
11705         * mpw-config.in: Test for NewFolderRecursive.
11706         * mpw-install: Use symbolic name for startup filename.
11707         * mpw-README: Add various additional details.
11708
11709 Wed Dec 18 13:11:46 1996  Jim Wilson  <wilson@cygnus.com>
11710
11711         * configure.in (mips*-sgi-irix6*): Remove binutils from noconfigdirs.
11712
11713 Wed Dec 18 10:29:31 1996  Jeffrey A Law  (law@cygnus.com)
11714
11715         * configure.in: Do build gcc and the target libraries for
11716         the mn10200.
11717
11718 Wed Dec  4 16:53:05 1996  Geoffrey Noer  <noer@cygnus.com>
11719
11720         * configure.in: don't avoid building gdb for mn10300 any more
11721         * Makefile.in: double-quote GCC_FOR_TARGET line in EXTRA_GCC_FLAGS
11722         instead of single-quoting it.
11723
11724 Tue Dec  3 23:26:50 1996  Jason Merrill  <jason@yorick.cygnus.com>
11725
11726         * configure.in: Don't use --with-stabs on IRIX 6.
11727
11728 Tue Dec  3 09:05:25 1996  Doug Evans  <dje@canuck.cygnus.com>
11729
11730         * configure.in (m32r): Build gdb, libg++ now.
11731
11732 Sun Dec  1 00:18:59 1996  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
11733
11734         * configure.in (mips*-sgi-irix6*):  Remove gdb and related
11735         directories from noconfigdirs.
11736
11737 Tue Nov 26 11:45:33 1996  Kim Knuttila  <krk@cygnus.com>
11738
11739         * config.sub (basic_machine): added mips16 configuration
11740
11741 Sat Nov 23 19:26:22 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
11742
11743         * config.sub: Handle d10v-unknown.
11744
11745 Sat Nov 23 10:23:01 1996  Gavin Koch  <gavin@cygnus.com>
11746
11747         * config.sub: Handle v850-unknown.
11748
11749 Thu Nov 21 16:19:44 1996  Geoffrey Noer  <noer@cygnus.com>
11750
11751         * Makefile.in: add findutils
11752         * configure.in: add findutils to list of host_tools
11753
11754 Wed Nov 20 10:09:01 1996  Jeffrey A Law  (law@cygnus.com)
11755
11756         * config.sub: Handle mn10200 and mn10300.
11757
11758 Tue Nov 19 16:35:14 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
11759
11760         * configure.in (d10v-*): Do not build librx.
11761
11762 Mon Nov 18 13:28:41 1996  Jeffrey A Law  (law@cygnus.com)
11763
11764         * configure.in (mn10300): Build everything except gdb & libgloss.
11765
11766 Wed Nov 13 14:59:46 1996  Per Bothner  <bothner@deneb.cygnus.com>
11767
11768         * config.guess:  Patch for Dansk Data Elektronik servers,
11769         from Niels Skou Olsen <nso@dde.dk>.
11770
11771         For ncr, use /bin/uname rather than uname, since GNU uname does not
11772         support -p.  Suggested by Mark Mitchell <mmitchell@usa.net>.
11773
11774         Patch for MIPS R4000 running System V,
11775         from Eric S. Raymond <esr@snark.thyrsus.com>.
11776
11777         Fix thinko for nextstep.
11778
11779         Patch for OSF1 in i?86, from Dan Murphy <dlm@osf.org> via Harlan Stenn.
11780
11781         Sat Jun 24 18:58:17 1995  Morten Welinder  <terra+@cs.cmu.edu>
11782         * config.guess: Guess mips-dec-mach_bsd4.3.
11783
11784         Thu Oct 10 04:07:04 1996  Harlan Stenn <harlan@pfcs.com>
11785         * config.guess (i?86-ncr-sysv*):  Emit just enough of the minor
11786         release numbers.
11787         * config.guess (mips-mips-riscos*):  Emit just enough of the
11788         release number.
11789
11790         Tue Oct  8 10:37:22 1996  Frank Vance <fvance@waii.com>
11791         * config.guess (sparc-auspex-sunos*):  Added.
11792         (f300-fujitsu-*): Added.
11793
11794         Wed Sep 25 22:00:35 1996  Jeff Woolsey <woolsey@jlw.com>
11795         * config.guess:  Recognize a Tadpole as a sparc.
11796
11797 Wed Nov 13 00:53:09 1996  David J. MacKenzie  <djm@churchy.gnu.ai.mit.edu>
11798
11799         * config.guess: Don't assume that NextStep version is either 2 or
11800         3.  NextStep 4 (aka OpenStep 4) has come out now.
11801
11802 Mon Nov 11 23:52:03 1996  David J. MacKenzie  <djm@churchy.gnu.ai.mit.edu>
11803
11804         * config.guess: Support Cray T90 that reports itself as "CRAY TS".
11805         From Rik Faith <faith@cs.unc.edu>.
11806
11807 Fri Nov  8 11:34:58 1996  David J. MacKenzie  <djm@geech.gnu.ai.mit.edu>
11808
11809         * config.sub: Contributions from bug-gnu-utils to:
11810         Support plain "hppa" (no version given) architecture, reported by
11811         OpenStep.
11812         OpenBSD like NetBSD.
11813         LynxOs is not a hardware supplier.
11814
11815         * config.guess: Contributions from bug-gnu-utils to add support for:
11816         OpenBSD like NetBSD.
11817         Stratus systems.
11818         More Pyramid systems.
11819         i[n>4]86 Intel chips.
11820         M680[n>4]0 Motorola chips.
11821         Use unknown instead of lynx for hardware manufacturer.
11822
11823 Mon Nov 11 10:09:08 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
11824
11825         * install.sh (chmodcmd): Set to null if the DST directory already
11826         exists.
11827
11828 Mon Nov 11 10:43:41 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
11829
11830         * configure.in (powerpc*-{eabi,elf,linux,rtem,sysv,solaris}*): Do
11831         not use mt-ppc target Makefile fragment any more.
11832
11833 Sun Nov  3 19:17:07 1996  Stu Grossman  (grossman@critters.cygnus.com)
11834
11835         * configure.in (*-*-windows):  Exclude everything but those dirs
11836         needed to build windows.
11837
11838 Tue Oct 29 16:41:31 1996  Doug Evans  <dje@canuck.cygnus.com>
11839
11840         * Makefile.in (all-target-winsup): Depend on all-target-librx.
11841
11842 Mon Oct 28 17:32:46 1996  Stu Grossman  (grossman@critters.cygnus.com)
11843
11844         * configure.in:  Exclude mmalloc from i386-windows.
11845
11846 Thu Oct 24 09:22:46 1996  Stu Grossman  (grossman@critters.cygnus.com)
11847
11848         * Undo my previous change.
11849
11850 Thu Oct 24 12:12:04 1996  Ian Lance Taylor  <ian@cygnus.com>
11851
11852         * Makefile.in (EXTRA_GCC_FLAGS): Pass down GCC_FOR_TARGET
11853         unconditionally.
11854         (MAKEOVERRIDES): Define (revert this part of October 18 change).
11855
11856 Thu Oct 24 09:02:07 1996  Stu Grossman  (grossman@critters.cygnus.com)
11857
11858         * Makefile.in (FLAGS_TO_PASS):  Add $(HOST_FLAGS) to allow the
11859         host to add it's own flags.
11860
11861 Tue Oct 22 15:20:26 1996  Ian Lance Taylor  <ian@cygnus.com>
11862
11863         * configure: Handle GCC_FOR_TARGET like CC_FOR_TARGET.
11864
11865 Fri Oct 18 13:37:13 1996  Ian Lance Taylor  <ian@cygnus.com>
11866
11867         * Makefile.in (CC_FOR_TARGET): Check for xgcc, not Makefile.
11868         (CXX_FOR_TARGET): Likewise.
11869         (GCC_FOR_TARGET): Define.
11870         (BASE_FLAGS_TO_PASS): Remove GCC_FOR_TARGET.
11871         (EXTRA_GCC_FLAGS): Define GCC_FOR_TARGET based on whether
11872         CC_FOR_TARGET was specified on the command line.
11873         (MAKEOVERRIDES): Don't define.
11874
11875 Thu Oct 17 10:27:56 1996  Doug Evans  <dje@canuck.cygnus.com>
11876
11877         * configure.in (m32r): Fix spelling of libg++ libs.
11878
11879 Thu Oct 10 10:37:17 1996  Stan Shebs  <shebs@andros.cygnus.com>
11880
11881         * config.sub (-apple*): Remove, now redundant.
11882
11883 Thu Oct 10 12:30:54 1996  Ian Lance Taylor  <ian@cygnus.com>
11884
11885         * configure: Don't get confused by CPU-VENDOR-linux-gnu.
11886
11887         * configure: Rework yesterday's sed script patch.
11888
11889         * config.sub: Merge with FSF.
11890
11891 Wed Oct  9 17:24:59 1996  Per Bothner  <bothner@deneb.cygnus.com>
11892
11893         * config.guess:  Merge from FSF.
11894
11895         1996-09-12  Richard Stallman  <rms@ethanol.gnu.ai.mit.edu>
11896         * config.guess: Use pc instead of unknown, for pc clone systems.
11897         Change linux to linux-gnu.
11898
11899         Mon Jul 15 23:51:11 1996  Karl Heuer  <kwzh@gnu.ai.mit.edu>
11900         * config.guess: Avoid non-portable tr syntax.
11901
11902 Wed Oct  9 06:06:46 1996  Jeffrey A Law  (law@cygnus.com)
11903
11904         * test-build.mk (HOLES): Add "xargs" for gdb.
11905
11906         * configure: Avoid hpux10.20 sed bug.
11907
11908 Tue Oct  8 08:32:48 1996  Stu Grossman  (grossman@critters.cygnus.com)
11909
11910         * configure.in:  Add support for windows host
11911         (that is a build done under the Microsoft build environment).
11912
11913 Tue Oct  8 10:39:08 1996  Ian Lance Taylor  <ian@cygnus.com>
11914
11915         * Makefile.in: Replace all uses of srcroot with s, to shrink
11916         command line lengths.
11917
11918         Patches from Geoffrey Noer <noer@cygnus.com>:
11919         * configure.in: If configuring for newlib, pass --with-newlib to
11920         subdirectories.
11921         * Makefile.in (CC_FOR_TARGET): If winsup/Makefile exists, pass a
11922         -Bnewlib/ and -Lwinsup to gcc.
11923         (CXX_FOR_TARGET): Likewise.
11924
11925 Mon Oct  7 10:59:35 1996  Ian Lance Taylor  <ian@cygnus.com>
11926
11927         * Makefile.in (ETC_SUPPORT): Add configure.
11928
11929 Fri Oct  4 12:22:58 1996  Angela Marie Thomas (angela@cygnus.com)
11930
11931         * configure.in: Use config/mh-dgux386 for i[345]86-dg-dgux
11932         host configuration file.
11933
11934 Thu Oct  3 09:28:25 1996  Jeffrey A Law  (law@cygnus.com)
11935
11936         * configure.in: Break mn10x00 support into separate
11937         mn10200 and mn10300 configurations.
11938         * config.sub: Likewise.
11939
11940 Wed Oct  2 22:27:52 1996  Jeffrey A Law  (law@cygnus.com)
11941
11942         * configure.in: Add lots of stuff to noconfigdirs for
11943         the mn10x00 targets.
11944
11945         * config.sub, configure.in: Add mn10x00 support.
11946
11947 Wed Oct  2 15:52:36 1996  Klaus Kaempf  <kkaempf@progis.de>
11948
11949         * make-all.com: Call conf-a-gas, not config-a-gas.
11950
11951 Tue Oct  1 01:28:41 1996  James G. Smith  <jsmith@cygnus.co.uk>
11952
11953         * configure.in (noconfigdirs): Don't build libgloss for arm-coff
11954         targets.
11955
11956 Mon Sep 30 14:24:01 1996  Stan Shebs  <shebs@andros.cygnus.com>
11957
11958         * mpw-README: Add much more detail for native PowerMac.
11959         * mpw-install: New file.
11960         * mpw-configure: Add --norecursion and --help options.
11961         * mpw-config.in: Translate readme and install files when
11962         copying to objdir.
11963         * mpw-build.in: Don't always depend on byacc and flex.
11964         (install-only-top): New action.
11965
11966 Fri Sep 27 17:39:44 1996  Stu Grossman  (grossman@critters.cygnus.com)
11967
11968         * configure.in:  You can now configure GDB for the v850.
11969
11970 Tue Sep 24 19:05:12 1996  Stan Shebs  <shebs@andros.cygnus.com>
11971
11972         * configure.in (noconfigdirs): Don't configure any C++ dirs
11973         if targeting D10V.
11974
11975 Tue Sep 17 12:15:31 1996  Ian Lance Taylor  <ian@cygnus.com>
11976
11977         * config.sub: Recognize mips64vr5000.
11978
11979 Mon Sep 16 17:00:52 1996  Ian Lance Taylor  <ian@cygnus.com>
11980
11981         * configure.in: Use a single line for host_tools and native_only.
11982
11983 Mon Sep  9 12:21:30 1996  Doug Evans  <dje@canuck.cygnus.com>
11984
11985         * config.sub, configure.in: Add entries for m32r.
11986
11987 Thu Sep  5 13:52:47 1996  Tom Tromey  <tromey@creche.cygnus.com>
11988
11989         * Makefile.in (inet-install): Don't run install-gzip.
11990
11991 Wed Sep  4 17:26:13 1996  Stu Grossman  (grossman@critters.cygnus.com)
11992
11993         * configure.in:  Don't config lots of things for *-*-windows*.
11994
11995 Sat Aug 31 11:45:57 1996  Stan Shebs  <shebs@andros.cygnus.com>
11996
11997         * mpw-config.in: Test for mpw-true, true, and null-command scripts.
11998         (host_libs, host_tools): Copy from configure.in.
11999         * mpw-configure: Don't complain about directories not found.
12000
12001 Thu Aug 29 16:44:58 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12002
12003         * configure.in (i[345]86): Recognize i686 for pentium pro.
12004         (i[3456]86-*-dgux*): Use config/mh-sysv for the host configuration
12005         file.
12006
12007         * config.guess (i[345]86): Ditto.
12008
12009 Mon Aug 26 18:34:42 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
12010
12011         * configure.in (noconfigdirs): Removed gdb for D10V.
12012
12013 Thu Aug 22 17:13:52 1996  Jeffrey A Law  (law@cygnus.com)
12014
12015         * configure.in: Remove ld, target-libio, target-libg++, and
12016         target-libstdc++ from noconfigdirs.
12017
12018 Wed Aug 21 18:56:38 1996  Fred Fish  <fnf@cygnus.com>
12019
12020         * configure: Fix three locations where shell scripts were
12021         being run directly rather than with config_shell.
12022
12023 Tue Aug 20 13:08:47 1996  J.T. Conklin  <jtc@hippo.cygnus.com>
12024
12025         * configure.in (v850-*-*): Set up initial $noconfigdirs.
12026         * config.sub (basic_machine): Recognize v850.
12027
12028 Thu Aug 15 12:19:33 1996  Stan Shebs  <shebs@andros.cygnus.com>
12029
12030         * mpw-configure: Handle multiple enable/disable options and
12031         pass them down recursively, handle -c and -s flags appropriately
12032         depending on choice of compiler, add escape mechanism for
12033         quoted arguments to gC.
12034
12035 Mon Aug 12 13:15:13 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12036
12037         * configure.in (powerpc*-*-*): For eabi, system V.4, Linux, and
12038         solaris targets, use config/mt-ppc to set C{,XX}FLAGS_FOR_TARGETS
12039         so that -mrelocatable-lib and -mno-eabi are used.
12040
12041         * Makefile.in (CONFIGURE_TARGET_MODULES): If target compiler does
12042         not support --print-multi-lib, don't abort.
12043
12044 Thu Aug  8 12:18:59 1996  Klaus Kaempf  <kkaempf@progis.de>
12045
12046         * make-all.com: Run config-a-gas.
12047         * setup.com: Don't copy subdirectory files around.
12048
12049 Tue Jul 30 17:49:31 1996  Brendan Kehoe  <brendan@cygnus.com>
12050
12051         * configure.in (*-*-ose): Remove exclusion of libgloss for this
12052         target, it now compiles correctly.
12053
12054 Sat Jul 27 15:10:43 1996  Stan Shebs  <shebs@andros.cygnus.com>
12055
12056         * mpw-config.in: Generate Mac include for elf/dwarf2.h.
12057
12058 Tue Jul 23 10:47:04 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
12059
12060         * configure.in (d10v-*-*): Remove ld from $noconfigdirs.
12061
12062 Mon Jul 22 13:28:51 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
12063
12064         * configure.in (native_only): Add prms.
12065
12066 Mon Jul 22 12:27:58 1996  Ian Lance Taylor  <ian@cygnus.com>
12067
12068         * Makefile.in (GAS_SUPPORT_DIRS): Add make-all.com and setup.com.
12069         (BINUTILS_SUPPORT_DIRS): Likewise.
12070
12071 Thu Jul 18 12:55:40 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12072
12073         * configure.in (d10v-*-*): Don't configure ld or gdb until the
12074         d10v support is added.
12075
12076 Wed Jul 17 14:33:09 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
12077
12078         * configure.in (d10v-*-*): New target.
12079
12080 Mon Jul 15 11:53:00 1996  Jeffrey A Law  (law@cygnus.com)
12081
12082         * config.guess (HP 9000/811): Recognize this as a PA1.1
12083         machine.
12084
12085 Fri Jul 12 23:21:17 1996  Ken Raeburn  <raeburn@cygnus.com>
12086
12087         * Makefile.in (do-tar-gz): New target, split out from tail end of
12088         taz target.  Run each command separately, don't use pipes.
12089         (taz): Use it.
12090
12091 Fri Jul 12 12:08:04 1996  Stan Shebs  <shebs@andros.cygnus.com>
12092
12093         * mpw-configure: Look for g-mpw-make.sed in config/mpw.
12094         * mpw-build.in: No builds should depend on building byacc or flex,
12095         they are assumed to be installed already.
12096
12097 Fri Jul 12 09:52:52 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12098
12099         * Makefile.in (CONFIGURE_TARGET_MODULES): Set r environment
12100         variable that CC_FOR_TARGET needs.
12101
12102 Thu Jul 11 10:09:45 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12103
12104         * Makefile.in (CONFIGURE_TARGET_MODULES): Determine if the multlib
12105         options have changed since the last time the subdirectory was
12106         configured, and if it has, reconfigure.
12107         (CLEAN_TARGET_MODULES): Delete multilib.out and tmpmulti.out, which
12108         CONFIGURE_TARGET_MODULES uses to remember the old multilib options.
12109
12110 Wed Jul 10 18:56:59 1996  Doug Evans  <dje@canuck.cygnus.com>
12111
12112         * Makefile.in (ALL_MODULES,CROSS_CHECK_MODULES,INSTALL_MODULES,
12113         CLEAN_MODULES): Add bash.
12114         (all-bash): New target.
12115
12116 Mon Jul  8 17:33:14 1996  Jim Wilson  <wilson@cygnus.com>
12117
12118         * configure.in (mips-sgi-irix6*): Use mh-irix6 instead of mh-irix5.
12119
12120 Mon Jul  1 13:31:35 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12121
12122         * config.sub (basic_machine): Recognize d10v as a valid processor.
12123
12124 Fri Jun 28 12:14:35 1996  Stan Shebs  <shebs@andros.cygnus.com>
12125
12126         * mpw-configure: Add support for --bindir.
12127         * mpw-build.in: Use a GCC-specific build script for GCC actions.
12128
12129 Wed Jun 26 17:20:12 1996  Geoffrey Noer  <noer@cygnus.com>
12130
12131         * configure.in: add bash, time, gawk to list of hosttools and things
12132         to only build for native toolchains
12133
12134 Tue Jun 25 23:09:03 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
12135
12136         * Makefile.in (docdir): Remove.
12137
12138 Tue Jun 25 19:00:08 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
12139
12140         * Makefile.in (datadir): Set to $(prefix)/share.
12141
12142 Mon Jun 24 23:26:07 1996  Geoffrey Noer  <noer@cygnus.com>
12143
12144         * configure.in: build diff and patch for cygwin32-hosted
12145         toolchains.
12146
12147 Mon Jun 24 15:01:12 1996  Joel Sherrill  <joel@merlin.gcs.redstone.army.mil>
12148
12149         * config.sub: Accept -rtems*.
12150
12151 Sun Jun 23 22:41:54 1996  Geoffrey Noer  <noer@cygnus.com>
12152
12153         * configure.in: enable dosrel for cygwin32-hosted builds,
12154                 remove diff from the list of things not buildable
12155                 via Canadian Cross
12156
12157 Sat Jun 22 11:39:01 1996  Jason Merrill  <jason@yorick.cygnus.com>
12158
12159         * Makefile.in (TARGET_SUBDIR): Move comment to previous line so we
12160         don't get ". ".
12161
12162 Fri Jun 21 17:24:48 1996  Jim Wilson  <wilson@cygnus.com>
12163
12164         * configure.in (mips*-sgi-irix6*): Set noconfigdirs appropriately.
12165
12166 Thu Jun 20 16:57:40 1996  Ken Raeburn  <raeburn@cygnus.com>
12167
12168         * Makefile.in (taz): Handle case where tex3patch didn't even get
12169         checked out.  Also, if it was found, put the symlink in a new util
12170         subdirectory.
12171
12172 Thu Jun 20 12:20:33 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12173
12174         * config.guess (*:Linux:*:*): Add support for PowerPC Linux.
12175
12176 Tue Jun 18 14:24:12 1996  Klaus Kaempf  (kkaempf@progis.de)
12177
12178         * config.sub: Recognize -openvms.
12179         * configure.in (alpha*-*-*vms*): Set noconfigdirs.
12180         * make-all.com, setup.com: New files.
12181
12182 Mon Jun 17 16:34:46 1996  Jason Merrill  <jason@yorick.cygnus.com>
12183
12184         * Makefile.in (taz): tex3patch moved to texinfo/util.
12185
12186 Sat Jun 15 17:13:25 1996  Geoffrey Noer <noer@cygnus.com>
12187
12188         * configure: enable_gdbtk=no for cygwin32-hosted toolchains
12189         * configure.in: remove make from disable-if-Can-Cross list
12190                 enable gdb if ${host} and ${target} are cygwin32
12191
12192 Fri Jun  7 18:16:52 1996  Harlan Stenn <harlan@pfcs.com>
12193
12194         * config.guess (i?86-ncr-sysv*):  Emit minor release numbers.
12195         Recognize the NCR 4850 machine and NCR Pentium-based platforms.
12196
12197 Wed Jun  5 00:09:17 1996  Per Bothner  <bothner@wombat.gnu.ai.mit.edu>
12198
12199         * config.guess:  Combine mips-mips-riscos cases, and use cpp to
12200         distinguish sysv/svr4/bsd variants.
12201         Based on a patch from Harlan Stenn <harlan@pfcs.com>.
12202
12203 Fri Jun  7 14:24:49 1996  Tom Tromey  <tromey@creche.cygnus.com>
12204
12205         * configure.in: Added copyright notice.
12206         * move-if-change: Added copyright notice.
12207
12208 Thu Jun  6 16:27:05 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12209
12210         * configure.in (powerpcle-*-solaris*): Until we get shared
12211         libraries working, don't build gdb, sim, make, tcl, tk, or
12212         expect.
12213
12214 Tue Jun  4 20:41:45 1996  Per Bothner  <bothner@deneb.cygnus.com>
12215
12216         * config.guess:  Merge with FSF:
12217
12218         Mon Jun  3 08:49:14 1996  Karl Heuer  <kwzh@gnu.ai.mit.edu>
12219         * config.guess (*:Linux:*:*): Add guess for sparc-unknown-linux.
12220
12221         Fri May 24 18:34:53 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>
12222         * config.guess (AViiON:dgux:*:*): Fix typo in recognizing mc88110.
12223
12224         Fri Apr 12 20:03:59 1996  Per Bothner  <bothner@spiff.gnu.ai.mit.edu>
12225         * config.guess:  Combine two OSF1 rules.
12226         Also recognize field test versions.  From mjr@zk3.dec.com.
12227         * config.guess (dgux):  Use /usr/bin/uname rather than uname,
12228         because GNU uname does not support -p.  From pmr@pajato.com.
12229
12230 Tue Jun  4 11:07:25 1996  Tom Tromey  <tromey@csk3.cygnus.com>
12231
12232         * Makefile.in (MAKEDIRS): Removed $(tooldir).
12233
12234 Tue May 28 12:30:50 1996  Stan Shebs  <shebs@andros.cygnus.com>
12235
12236         * mpw-README: Document GCCIncludes.
12237
12238 Sun May 26 15:16:27 1996  Fred Fish  <fnf@cygnus.com>
12239
12240         * configure.in (alpha-*-linux*): Set enable_shared to yes.
12241
12242 Tue May 21 15:41:39 1996  Stan Shebs  <shebs@andros.cygnus.com>
12243
12244         * mpw-configure: Handle --enable-FOO and --disable-FOO.
12245
12246 Mon May 20 10:12:29 1996  Geoffrey Noer  <noer@cygnus.com>
12247
12248         * configure.in (*-*-cygwin32): Configure make.
12249
12250 Tue May  7 14:19:42 1996  Tom Tromey  <tromey@snuffle.cygnus.com>
12251
12252         * Makefile.in (inet-install): Quote value of INSTALL_MODULES.
12253
12254 Fri May  3 08:57:17 1996  Tom Tromey  <tromey@lisa.cygnus.com>
12255
12256         * Makefile.in (all-inet): Depend on all-perl.
12257
12258         * Makefile.in (inet-install): New target.
12259
12260         * Makefile.in (all-inet): Depend on all-tcl.
12261         (all-inet): Depend on all-send-pr.
12262
12263 Tue Apr 30 13:55:51 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12264
12265         * configure.in (powerpcle-*-solaris*): Turn off tk and tcl
12266         temporarily.
12267
12268 Thu Apr 25 11:48:20 1996  Ian Lance Taylor  <ian@cygnus.com>
12269
12270         * configure.in: Don't configure --with-gnu-ld on AIX.
12271
12272 Thu Apr 25 06:33:36 1996  Michael Meissner  <meissner@wogglebug.tiac.net>
12273
12274         * configure.in (powerpcle-*-solaris*): Turn off gdb temporarily.
12275
12276 Tue Apr 23 09:07:39 1996  Tom Tromey  <tromey@creche.cygnus.com>
12277
12278         * Makefile.in (ALL_MODULES): Added all-inet.
12279         (CROSS_CHECK_MODULES): Added check-inet.
12280         (INSTALL_MODULES): Added install-inet.
12281         (CLEAN_MODULES): Added clean-inet.
12282         (all-indent): New target.
12283
12284         * configure.in (host_tools): Added inet.
12285         (native_only): Added inet.
12286         (noconfigdirs): Added inet.
12287
12288 Fri Apr 19 15:35:29 1996  Ian Lance Taylor  <ian@cygnus.com>
12289
12290         * configure.in: Don't configure libgloss if we are not configuring
12291         newlib.
12292
12293 Wed Apr 17 19:30:01 1996  Rob Savoye  <rob@chinadoll.cygnus.com>
12294
12295         * configure.in: Don't configure libgloss for unsupported
12296         architectures.
12297
12298 Tue Apr 16 11:17:05 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12299
12300         * Makefile.in (CLEAN_MODULES): Add clean-apache.
12301
12302 Mon Apr 15 15:09:05 1996  Tom Tromey  <tromey@creche.cygnus.com>
12303
12304         * Makefile.in (ALL_MODULES): Include all-apache.
12305         (CROSS_CHECK_MODULES): Include check-apache.
12306         (INSTALL_MODULES): Include install-apache.
12307         (all-apache): New target.
12308
12309         * configure.in: Added apache everywhere perl is seen.
12310
12311 Mon Apr 15 14:59:13 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12312
12313         * Makefile.in: Add support for clean-{module} and
12314         clean-target-{module} rules.
12315
12316 Wed Apr 10 21:37:41 PDT 1996  Marilyn E. Sander <msander@cygnus.com>
12317
12318         * configure.in (*-*-ose) do not build libgloss.
12319
12320 Mon Apr  8 16:16:20 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12321
12322         * config.guess (prep*:SunOS:5.*:*): Turn into
12323         powerpele-unknown-solaris2.
12324
12325 Mon Apr  8 14:45:41 1996  Ian Lance Taylor  <ian@cygnus.com>
12326
12327         * configure.in: Permit --enable-shared to specify a list of
12328         directories.
12329
12330 Fri Apr  5 08:17:57 1996  Jason Molenda  (crash@phydeaux.cygnus.com)
12331
12332         * configure.in (host==solaris): Pass only the first word of $CC
12333         to /usr/bin/which when checking if we're using /usr/ccs/bin/cc.
12334
12335 Fri Apr  5 03:16:13 1996  Jason Molenda  (crash@phydeaux.cygnus.com)
12336
12337         * Makefile.in (BASE_FLAGS_TO_PASS): pass down $(MAKE).
12338
12339 Thu Mar 28 14:11:11 1996  Tom Tromey  <tromey@creche.cygnus.com>
12340
12341         * Makefile.in (ALL_MODULES): Include all-perl.
12342         (CROSS_CHECK_MODULES): Include check-perl.
12343         (INSTALL_MODULES): Include install-perl.
12344         (ALL_X11_MODULES): Include all-guile.
12345         (CHECK_X11_MODULES): Include check-guile.
12346         (INSTALL_X11_MODULES): Include install-guile.
12347         (all-perl): New target.
12348         (all-guile): New target.
12349
12350         * configure.in (host_tools): Include perl and guile.
12351         (native_only): Include perl and guile.
12352         (noconfigdirs): Don't build guile and perl; no ports have been
12353         done.
12354
12355 Tue Mar 26 21:18:50 1996  Andrew Cagney  <cagney@kremvax.highland.com.au>
12356
12357         * configure (--enable-*): Handle quoted option lists such as
12358         --enable-sim-cflags='-g0 -O' better.
12359
12360 Thu Mar 21 11:53:08 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12361
12362         * Makefile.in ({,inst}all-target): New rule so we can make and
12363         install all of the target directories easily.
12364
12365 Wed Mar 20 18:10:57 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
12366
12367         * configure.in: Add missing global flag in sed substitution when
12368         deleting `target-' from ${configdirs}.
12369
12370 Thu Mar 14 19:15:06 1996  Ian Lance Taylor  <ian@cygnus.com>
12371
12372         * Makefile.in (DO_X): Don't get confused if CC contains `=' in an
12373         option.
12374
12375         * configure.in (mips*-nec-sysvr4*): Use a host_makefile_frag of
12376         config/mh-necv4.
12377
12378         * install.sh: Correct misspelling of transformbasename.
12379
12380         * config.guess: Recognize mips-*-sysv*.
12381
12382 Mon Mar 11 15:36:42 1996  Dawn Perchik  <dawn@critters.cygnus.com>
12383
12384         * config.sub: Recognize mon960.
12385
12386 Sun Mar 10 13:18:38 1996  Ian Lance Taylor  <ian@cygnus.com>
12387
12388         * configure: Restore Canadian Cross handling of BISON and LEX,
12389         removed in Feb 20 change.
12390
12391 Fri Mar  8 20:07:09 1996  Per Bothner  <bothner@kalessin.cygnus.com>
12392
12393         * README:  Suggestions from Torbjorn Granlund <tege@matematik.su.se>:
12394         Mention make install.  Remove the old copyright date as well the
12395         clumsy and rather pointless copyright on the README file.
12396
12397 Fri Mar  8 17:51:35 1996  Ian Lance Taylor  <ian@cygnus.com>
12398
12399         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there is a
12400         Makefile after running symlink-tree, then run `make distclean' to
12401         avoid clobbering any generated files in srcdir.
12402
12403 Tue Mar  5 08:21:44 1996  J.T. Conklin  <jtc@rtl.cygnus.com>
12404
12405         * configure.in (m68k-*-netbsd*): Build everything now.
12406
12407 Wed Feb 28 12:25:46 1996  Jason Merrill  <jason@yorick.cygnus.com>
12408
12409         * Makefile.in (taz): Fix quoting.
12410
12411 Tue Feb 27 11:33:57 1996  Doug Evans  <dje@charmed.cygnus.com>
12412
12413         * configure.in (sparclet-*-*): Build everything now.
12414
12415 Tue Feb 27 14:31:51 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
12416
12417         * configure.in (m68k-*-linux*): New host.
12418
12419 Mon Feb 26 14:32:44 1996  Ian Lance Taylor  <ian@cygnus.com>
12420
12421         * configure: Check for bison before byacc.
12422
12423 Tue Feb 20 23:12:35 1996  Stu Grossman  (grossman@critters.cygnus.com)
12424
12425         * Makefile.in configure:  Change the way LEX and BISON/YACC are
12426         set.  configure now defines DEFAULT_LEX and DEFAULT_YACC by
12427         searching PATH.  These are used as fallbacks by Makefile.in if
12428         flex/bison/byacc aren't in objdir.
12429
12430 Mon Feb 19 11:45:30 1996  Ian Lance Taylor  <ian@cygnus.com>
12431
12432         * Makefile.in: Make everything which depends upon all-bfd also
12433         depend upon all-opcodes, in case --with-commonbfdlib is used.
12434
12435 Thu Feb 15 19:50:50 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12436
12437         * configure.in (host *-*-cygwin32): Don't build gdb if we are
12438         building NT native compilers on Unix.
12439
12440 Thu Feb 15 17:42:25 1996  Ian Lance Taylor  <ian@cygnus.com>
12441
12442         * configure.in: Don't get CC from the host Makefile fragment if we
12443         can find gcc in PATH, or if this is a Canadian Cross.  Move the
12444         Solaris test for /usr/ucb/cc to the post target script, just after
12445         the compiler sanity test.
12446
12447 Wed Feb 14 16:57:40 1996  Ian Lance Taylor  <ian@cygnus.com>
12448
12449         * config.sub: Merge with FSF.
12450
12451 Tue Feb 13 14:27:48 1996  Ian Lance Taylor  <ian@cygnus.com>
12452
12453         * Makefile.in (RPATH_ENVVAR): New variable.
12454         (REALLY_SET_LIB_PATH): Use it.
12455         * configure.in: On HP/UX, set RPATH_ENVVAR to SHLIB_PATH.
12456
12457 Mon Feb 12 15:28:49 1996  Doug Evans  <dje@charmed.cygnus.com>
12458
12459         * config.sub, configure.in: Recognize sparclet cpu.
12460
12461 Mon Feb 12 15:33:59 1996  Christian Bauernfeind <chrisbfd@theorie3.physik.uni-erlangen.de>
12462
12463         * config.guess:  Support m68k-cbm-sysv4.
12464
12465 Sat Feb 10 12:06:42 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
12466
12467         * config.guess (*:Linux:*:*): Guess m68k-unknown-linux and
12468         m68k-unknown-linuxaout from linker help string.  Put quotes around
12469         $ld_help_string.
12470
12471 Thu Dec  7 09:03:24 1995  Tom Horsley  <Tom.Horsley@mail.hcsc.com>
12472
12473         * config.guess (powerpc-harris-powerunix): Add guess for port
12474         to new target.
12475
12476 Thu Feb  8 15:37:52 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
12477
12478         * config.guess (UNAME_VERSION): Recognize X4.x as an OSF version.
12479
12480 Mon Feb  5 16:36:51 1996  Ian Lance Taylor  <ian@cygnus.com>
12481
12482         * configure.in: If --enable-shared was used, set SET_LIB_PATH to
12483         $(REALLY_SET_LIB_PATH) in Makefile.
12484         * Makefile.in (SET_LIB_PATH): New variable.
12485         (REALLY_SET_LIB_PATH): New variable.
12486         ($(DO_X)): Use $(SET_LIB_PATH).
12487         (install.all, gcc-no-fixedincludes, $(ALL_MODULES)): Likewise.
12488         ($(NATIVE_CHECK_MODULES), $(CROSS_CHECK_MODULES)): Likewise.
12489         ($(INSTALL_MODULES), $(CONFIGURE_TARGET_MODULES)): Likewise.
12490         ($(ALL_TARGET_MODULES), $(CHECK_TARGET_MODULES)): Likewise.
12491         ($(INSTALL_TARGET_MODULES), $(ALL_X11_MODULES)): Likewise.
12492         ($(CHECK_X11_MODULES), $(INSTALL_X11_MODULES)): Likewise.
12493         (all-gcc, all-bootstrap, check-gcc, install-gcc): Likewise.
12494         (install-dosrel): Likewise.
12495         (all-opcodes): Depend upon all-libiberty.
12496
12497 Sun Feb  4 16:51:11 1996  Steve Chamberlain  <sac@slash.cygnus.com>
12498
12499         * config.guess (*:CYGWIN*): New
12500
12501 Sat Feb  3 10:42:35 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12502
12503         * Makefile.in (all-target-winsup): All all-target-libiberty.
12504
12505 Fri Feb  2 17:58:56 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12506
12507         * configure.in (noconfigdirs): Add missing # in front of comment.
12508
12509 Thu Feb  1 14:38:13 1996  Geoffrey Noer  <noer@cygnus.com>
12510
12511         * configure.in: add second pass to things added to noconfigdirs
12512         so *-gm-magic can exclude libgloss properly.
12513
12514 Thu Feb  1 11:10:16 1996  Stan Shebs  <shebs@andros.cygnus.com>
12515
12516         * mpw-configure (extralibs_name, rez_name): Set correctly
12517         for MWC68K compiler.
12518
12519         * mpw-README: Add more info on the necessary build tools.
12520
12521 Thu Feb  1 10:22:38 1996  Steve Chamberlain  <sac@slash.cygnus.com>
12522
12523         * configure.in, config.sub: Recognize cygwin32.
12524
12525 Wed Jan 31 14:17:10 1996  Richard Henderson  <rth@tamu.edu>
12526
12527         * config.guess, config.sub: Recognize A/UX.
12528
12529 Wed Jan 31 13:52:14 1996  Ian Lance Taylor  <ian@cygnus.com>
12530
12531         * config.sub: Merge with gcc/config.sub.
12532
12533 Thu Jan 25 11:01:10 1996  Raymond Jou  <rjou@mexican.cygnus.com>
12534
12535         * mpw-build.in (do-binutils): Add build of stamps.
12536
12537 Thu Jan 25 17:05:26 1996  James G. Smith  <jsmith@cygnus.co.uk>
12538
12539         * config.sub: Add recognition for mips64vr4100*-* targets.
12540
12541 Wed Jan 24 12:47:55 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
12542
12543         * test-build.mk: Add checking of `hpux9' rather than just `hpux'.
12544         Add creation of gconfigargs with `--enable-shared' turned on.
12545         ($(host)-stamp-stage2-configured): Pass $(gconfigargs).
12546         ($(host)-stamp-stage3-configured): Likewise.
12547         (HOLES): Add chatr and ldd.
12548         (i386-ncr-sysv4.3*): Add use of /usr/ccs/bin in the PATH and HOLE_DIRS.
12549
12550 Wed Jan 24 20:32:30 1996  Torbjorn Granlund  <tege@noisy.matematik.su.se>
12551
12552         * configure: Pass --nfp to recursive configures.
12553
12554 Mon Jan 22 10:41:56 1996  Steve Chamberlain  <sac@slash.cygnus.com>
12555
12556         * Makefile.in (DLLTOOL): New.
12557         (DLLTOOL_FOR_TARGET): New.
12558         (EXTRA_HOST_FLAGS): Pass down DLLTOOL.
12559         (EXTRA_TARGET_FLAGS): Ditto.
12560         (EXTRA_GCC_FLAGS): Ditto.
12561         (CONFIGURE_TARGET_MODULES): Ditto.
12562         (DO_X): Ditto.
12563         * configure: Add DLLTOOL.
12564
12565 Fri Jan 19 13:30:15 1996  Stan Shebs  <shebs@andros.cygnus.com>
12566
12567         SCO OpenServer 5 changes from Robert Lipe <robertl@dgii.com>:
12568         * configure.in (i[345]86-*-sco3.2v5*): Use mh-sysv instead of
12569         mh-sco, since old workarounds no longer needed, and don't
12570         build ld, since libraries have weak symbols in COFF.
12571
12572 Sun Jan 14 23:01:31 1996  Fred Fish  <fnf@cygnus.com>
12573
12574         * Makefile.in (CONFIGURE_TARGET_MODULES): Add missing ';'.
12575
12576 Fri Jan 12 15:25:35 1996  Ian Lance Taylor  <ian@cygnus.com>
12577
12578         * configure.in: Make sure that ${CC} can be used to compile an
12579         executable.
12580
12581 Sat Jan  6 07:23:33 1996  Michael Meissner  <meissner@wogglebug.tiac.net>
12582
12583         * Makefile.in (all-gdb): Depend on $(GDB_TK).
12584         * configure (GDB_TK): Set GDB_TK to either "all-tcl all-tk" or
12585         nothing depending on whether gdbtk is being built.
12586
12587 Wed Jan  3 17:54:41 1996  Doug Evans  <dje@canuck.cygnus.com>
12588
12589         * Makefile.in (newlib.tar.gz): Delete building of newlib's info files.
12590
12591 Mon Jan  1 19:09:14 1996  Brendan Kehoe  <brendan@rtl.cygnus.com>
12592
12593         * configure.in (noconfigdirs): Put ld or gas in this early, if the
12594         user specifically used --with-gnu-ld=no or --with-gnu-as=no.
12595
12596 Sat Dec 30 16:08:57 1995  Doug Evans  <dje@canuck.cygnus.com>
12597
12598         * config-ml.in: Add support for
12599         --disable-{softfloat,m68881,m68000,m68020} on m68*-*-*.
12600         Simplify setting of multidirs from --disable-foo.
12601
12602 Fri Dec 29 07:56:11 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
12603
12604         * Makefile.in (EXTRA_GCC_FLAGS): If any of the make variables
12605         LANGUAGES, BOOT_CFLAGS, STMP_FIXPROTO, LIMITS_H_TEST,
12606         LIBGCC1_TEST, LIBGCC2_CFLAGS, LIBGCC2_INCLUDES, and ENQUIRE are
12607         non-empty, pass them on to the  GCC make.
12608         (all-bootstrap): New rule that is like all-gcc, except it executes
12609         the GCC bootstrap rule instead of the GCC all rule.
12610
12611 Wed Dec 27 15:51:48 1995  Doug Evans  <dje@canuck.cygnus.com>
12612
12613         * config-ml.in (ml_realsrcdir): New, to account for ${subdir}.
12614
12615 Tue Dec 26 11:45:31 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
12616
12617         * config.guess (AViiON:dgux:*:*): Update from FSF to add pentium
12618         DG/UX support.
12619
12620 Fri Dec 15 10:01:27 1995  Stan Cox  <coxs@dg-rtp.dg.com>
12621
12622         * config.sub (i*86*) Change [345] to [3456]
12623
12624 Wed Dec 20 17:41:40 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
12625
12626         * configure.in (noconfigdirs): Add gas or ld if --with-gnu-as=no or
12627         --with-gnu-ld=no.
12628
12629 Wed Dec 20 15:15:35 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
12630
12631         * config-ml.in (rs6000*, powerpc*): Add switches to control which
12632         AIX multilibs get built.
12633
12634 Mon Dec 18 17:55:46 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
12635
12636         * configure.in (i386-win32): Don't build expect if we're not
12637         building the tcl subdir.
12638
12639 Mon Dec 18 11:47:19 1995  Stan Shebs  <shebs@andros.cygnus.com>
12640
12641         * Makefile.in: (configure-target-examples, all-target-examples):
12642         New targets, configure and build example programs.
12643
12644 Fri Dec 15 16:13:03 1995  Stan Shebs  <shebs@andros.cygnus.com>
12645
12646         * mpw-configure: If an mpw-config.in generated a file mk.sed,
12647         use it as input to sedit the generated MPW makefile.
12648         * mpw-README: Add a suggestion about Gestalt.h.
12649
12650 Wed Dec 13 16:43:51 1995  Ian Lance Taylor  <ian@cygnus.com>
12651
12652         * config.sub: Accept *-*-ieee*.
12653
12654 Tue Dec 12 11:52:57 1995  Ian Lance Taylor  <ian@cygnus.com>
12655
12656         * Makefile.in (local-distclean): Remove $(TARGET_SUBDIR).  From
12657         Ronald F. Guilmette <rfg@monkeys.com>.
12658
12659 Mon Dec 11 15:31:58 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
12660
12661         * configure.in (host==powerpc-pe): Add many directories to noconfigdirs
12662         for powerpc-pe native.
12663         (target==i386-win32): add tcl, make to noconfigdirs if canadian cross.
12664         (target==powerpc-pe): duplicate i386-win32 entry.
12665
12666 Sat Dec  9 14:58:28 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
12667
12668         * configure.in (noconfigdirs): Exclude target-newlib for all versions
12669         of vxworks, not just vxworks5.1.
12670
12671 Mon Dec  4 12:05:40 1995  Stan Shebs  <shebs@andros.cygnus.com>
12672
12673         * mpw-configure: Add support for exec-prefix.
12674
12675 Mon Dec  4 10:22:50 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
12676
12677         * config.guess: Recognize HP model 816 machines as having
12678         a PA1.1 processor.
12679
12680 Mon Dec  4 12:38:15 1995  Ian Lance Taylor  <ian@cygnus.com>
12681
12682         * configure: Ignore new autoconf configure options.
12683
12684 Thu Nov 30 16:57:33 1995  Per Bothner  <bothner@wombat.gnu.ai.mit.edu>
12685
12686         * config.guess:  Recognize Pentium under SCO.
12687         From Robert Lipe <robertl@arnet.com>.
12688
12689 Wed Nov 29 13:49:08 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
12690
12691         * configure.in (noconfigdirs): Disable target-libio on v810-*-*.
12692
12693 Wed Nov 29 12:12:01 1995  Ian Lance Taylor  <ian@cygnus.com>
12694
12695         * configure.in: Don't configure gas for alpha-dec-osf*.
12696
12697 Tue Nov 28 17:16:48 1995  Ian Lance Taylor  <ian@cygnus.com>
12698
12699         * configure.in: Default to --with-stabs for some targets for which
12700         it makes sense: mips*-*-*, alpha*-*-osf*, i[345]86*-*-sysv4* and
12701         i[345]86*-*-unixware*.
12702
12703 Mon Nov 27 13:44:15 1995  Ian Lance Taylor  <ian@cygnus.com>
12704
12705         * config-ml.in: Get list of multidirs using gcc --print-multi-lib
12706         rather than basing it on the target.  Simplify handling of options
12707         controlling which directories to configure.  Remove extraneous
12708         slash in multi-clean target.
12709
12710 Fri Nov 24 17:29:29 1995  Doug Evans  <dje@deneb.cygnus.com>
12711
12712         * config-ml.in: Prefix more variables with ml_ so they don't collide
12713         with configure's.
12714
12715 Wed Nov 22 11:27:02 1995  Ian Lance Taylor  <ian@cygnus.com>
12716
12717         * configure: Don't turn -v into --v.
12718
12719 Tue Nov 21 16:48:02 1995  Doug Evans  <dje@deneb.cygnus.com>
12720
12721         * configure.in (targargs): Fix typo.
12722
12723         * Makefile.in (DEVO_SUPPORT): Add symlink-tree.
12724
12725 Tue Nov 21 14:08:28 1995  Ian Lance Taylor  <ian@cygnus.com>
12726
12727         * configure.in: Strip --host and --target options from
12728         CONFIG_ARGUMENTS, and always configure for --host only.  Add
12729         --with-cross-host option when building with a cross-compiler.
12730         * configure: Canonicalize the arguments put into config.status by
12731         always using `=' for an option with an argument.  Pass a presumed
12732         --host or --target explicitly.
12733
12734 Fri Nov 17 17:50:30 1995  Stan Shebs  <shebs@andros.cygnus.com>
12735
12736         * config.sub: Merge -macos*, -magic*, -pe*, and -win32 cases
12737         into general OS recognition case.
12738
12739 Fri Nov 17 17:42:25 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
12740
12741         * configure.in (target_configdirs): add target-winsup only
12742         for win32 target systems.
12743
12744 Thu Nov 16 14:04:47 1995  Ian Lance Taylor  <ian@cygnus.com>
12745
12746         * Makefile.in (all-target-libgloss): Depend upon
12747         configure-target-newlib, since when libgloss is built it looks to
12748         see if the newlib directory exists.
12749
12750 Wed Nov 15 14:47:52 1995  Ken Raeburn  <raeburn@cygnus.com>
12751
12752         * Makefile.in (DEVO_SUPPORT): Use config-ml.in instead of
12753         cfg-ml-*.in.
12754
12755 Wed Nov 15 11:45:23 1995  Ian Lance Taylor  <ian@cygnus.com>
12756
12757         * configure: Handle LD and LD_FOR_TARGET when configuring a
12758         Canadian Cross.
12759
12760 Tue Nov 14 14:56:11 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
12761
12762         * configure.in (target_libs): add target-winsup.
12763         (target==i386-win32): add patch diff flex make to $noconfigdirs.
12764         (target==ppcle-pe): remove ld from $noconfigdirs.
12765
12766 Tue Nov 14 01:25:50 1995  Doug Evans  <dje@canuck.cygnus.com>
12767
12768         * Makefile.in (CONFIGURE_TARGET_MODULES): Pass --with-target-subdir.
12769         Preserve relative path names in $srcdir.  Build symlink tree if
12770         configuring cross target dir and srcdir=. (= no VPATH support).
12771         (configure-target-libg++): Depend on configure-target-librx.
12772         * cfg-ml-com.in, cfg-ml-pos.in: Deleted.
12773         * config-ml.in: New file.
12774         * symlink-tree: New file.
12775         * configure: Ensure srcdir="." if that's what it is.
12776
12777 Mon Nov 13 12:34:20 1995  Stan Shebs  <shebs@andros.cygnus.com>
12778
12779         * mpw-README: Clarify some phrasing, add notes about CodeWarrior
12780         includes and FLEX_SKELETON setting.
12781         * mpw-configure (--with-gnu-ld): New option, controls whether
12782         to use PPCLink or ld with PowerMac GCC.
12783         * mpw-build.in (all-grez, do-grez, install-grez): New targets.
12784         * mpw-config.in: Configure grez if targeting Mac.
12785
12786         * config.sub: Accept pmac and pmac-mpw as names for PowerMacs,
12787         accept mpw and mac-mpw as names for m68k Macs, change macos7 to
12788         just macos.
12789         * configure.in: Configure grez resource compiler if targeting Mac.
12790         * Makefile.in (all-grez, install-grez): New targets.
12791
12792 Wed Nov  8 17:33:51 1995  Jason Merrill  <jason@yorick.cygnus.com>
12793
12794         * configure: CXX defaults to gcc, not g++.  If we find
12795         gcc in the path, set CC to gcc -O2.
12796
12797 Tue Nov  7 15:45:17 1995  Ian Lance Taylor  <ian@cygnus.com>
12798
12799         * configure: Default ${build} correctly.  Avoid picking up extra
12800         spaces when reading CC and CXX from Makefile.  When doing a
12801         Canadian Cross, use plausible default values for numerous
12802         variables.
12803         * configure.in: When doing a Canadian Cross, don't try to
12804         configure tools whose configure script can't handle it.
12805
12806 Mon Nov  6 19:32:17 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
12807
12808         * cfg-ml-com.in (sh-*-*): Add m2 and ml/m2 to multidirs.
12809
12810 Sun Nov  5 00:15:41 1995  Per Bothner  <bothner@kalessin.cygnus.com>
12811
12812         * configure:  Remove dubious bug reporting address.
12813
12814 Fri Nov  3 08:17:54 1995  Per Bothner  <bothner@kalessin.cygnus.com>
12815
12816         * Makefile.in ($(CONFIGURE_TARGET_MODULES)):  If subdir has
12817         configure script, run that instead of this directory's configure.
12818         In either case, print a message that we're configuring the sub-dir.
12819
12820 Thu Nov  2 23:23:36 1995  Per Bothner  <bothner@kalessin.cygnus.com>
12821
12822         * configure.in: Before checking for the existence of various files,
12823         use sed to filter out "target-".
12824
12825 Thu Nov  2 13:24:56 1995  Ian Lance Taylor  <ian@cygnus.com>
12826
12827         * Makefile.in (DO_X): Split rule to decrease command line length
12828         for systems with small ARG_MAX values.  From phdm@info.ucl.ac.be
12829         (Philippe De Muyter).
12830
12831 Wed Nov  1 15:18:35 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
12832
12833         * Makefile.in (all-patch): depend on all-libiberty.
12834
12835 Wed Nov  1 12:23:20 1995  Ian Lance Taylor  <ian@cygnus.com>
12836
12837         * configure.in: If the only directory in target_configdirs which
12838         actually exists is libiberty, then set target_configdirs to empty,
12839         to avoid trying to build a target libiberty in a gas or gdb
12840         distribution.
12841
12842 Tue Oct 31 17:52:39 1995  J.T. Conklin  <jtc@slave.cygnus.com>
12843
12844         * configure.in (host_makefile_frag): Use m68k-sun-sunos* instead
12845         of m68k-sun-* when selecting mh-sun3 to avoid matching NetBSD/sun3
12846         systems.
12847
12848 Tue Oct 31 16:57:32 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
12849
12850         * configure.in (copy_dirs): Use sys-include instead of include
12851         for --with-headers option.
12852
12853 Tue Oct 31 10:29:36 1995  steve chamberlain  <sac@slash.cygnus.com>
12854
12855         * Makefile.in, configure.in: Make winsup builds work with
12856         new scheme.
12857
12858 Mon Oct 30 18:57:09 1995  Ian Lance Taylor  <ian@cygnus.com>
12859
12860         * configure.in: Build the linker on AIX.
12861
12862 Mon Oct 30 12:27:16 1995  Per Bothner  <bothner@kalessin.cygnus.com>
12863
12864         * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET):  Add $(TARGET_SUBDIR)
12865         where needed.
12866
12867 Mon Oct 30 12:45:25 1995  Doug Evans  <dje@cygnus.com>
12868
12869         * Makefile.in (all-gcc): Fix typo.
12870
12871 Sat Oct 28 10:27:59 1995  Per Bothner  <bothner@kalessin.cygnus.com>
12872
12873         * Makefile.in ($(CHECK_TARGET_MODULES)):  Fix typo.
12874
12875 Fri Oct 27 23:14:12 1995  Per Bothner  <bothner@kalessin.cygnus.com>
12876
12877         * configure.in:  Rename libFOO to target-libFOO, and xiberty
12878         to target-xiberty, to provide more flexibility.
12879         (target_subdir):  Define.  Create if cross.
12880         Set TARGET_SUBDIR in Makefile to ${target_subdir}.
12881         * Makefile.in:  Rename all-libFOO -> all-target-libFOO, all-xiberty
12882         -> all-target-libiberty, configure-libFOO -> configure-target-libFOO,
12883         check-libFOO -> check-target-libFOO, etc.
12884         ($(DO_X)):  Iterate over TARGET_CONFIGDIRS after SUBDIRS.
12885         ($(CONFIGURE_TARGET_MODULES), $(CHECK_TARGET_MODULES),
12886         $(ALL_TARGET_MODULES), $(INSTALL_TARGET_MODULES)): Update accordingly.
12887         (configure-target-XXX):  Depend on $(ALL_GCC), not all-gcc, to
12888         allow ALL_GCC="" to only configure.
12889         (DEVO_SUPPORT):  Add cfg-ml-com.in and cfg-ml-pos.in.
12890         (ETC_SUPPORT, ETC_SUPPORT_PFX):  Merge;  update 'taz' accordingly.
12891         (LIBGXX_SUPPORT_DIRS):  Remove xiberty.
12892
12893 Sat Oct 28 01:53:49 1995  Ken Raeburn  <raeburn@cygnus.com>
12894
12895         * Makefile.in (taz): Build "info" in etc explicitly.
12896
12897 Fri Oct 27 09:32:30 1995  Stu Grossman  (grossman@cygnus.com)
12898
12899         * configure.in:  Make sure that CC is undefined (as opposed to
12900         null) if toplevel/config/mh-{host} doesn't define it.  Fixes a
12901         problem with autoconf trying to configure on a host without GCC.
12902
12903 Thu Oct 26 22:35:01 1995  Stan Shebs  <shebs@andros.cygnus.com>
12904
12905         * mpw-configure: Set host alias from choice of host compiler,
12906         only use generic MPW Makefile sed if present, edit a file
12907         named "hacked_Makefile.in" instead of "Makefile.in" if present.
12908         * mpw-README: Add problem notes about CW6 and CW7.
12909
12910 Thu Oct 26 05:45:10 1995  Ken Raeburn  <raeburn@kr-pc.cygnus.com>
12911
12912         * Makefile.in (taz): Use ";" instead of ";;".
12913
12914 Wed Oct 25 15:18:24 1995  Per Bothner  <bothner@kalessin.cygnus.com>
12915
12916         * Makefile.in (taz):  Grep for '^diststuff:' or '^info:' in
12917         sub-directory Makefiles, instead of using DISTSTUFFDIRS and
12918         DISTDOCDIRS.
12919         (DISTSTUFFDIRS, DISTDOCDIRS):  Removed - no longer used.
12920         (newlib.tar.gz):  Don't pass DISTDOCDIRS to recursive make.
12921
12922 Wed Oct 25 14:43:55 1995  Per Bothner  <bothner@kalessin.cygnus.com>
12923
12924         * Makefile.in (DISTDOCDIRS):  Remove ld gprof bnutils gas libg++ gdb
12925         and gnats, because they are now subsumed by DISTSTUFFDIRS.
12926         Move bfd to DISTSTUFFDIRS.
12927
12928 Tue Oct 24 18:19:09 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
12929
12930         * Makefile.in (X11_LIB): Removed.
12931         (X11_FLAGS_TO_PASS): pass only X11_EXTRA_CFLAGS and X11_EXTRA_LIBS.
12932
12933         * configure.in (host_makefile_frag): mh-aix & mh-sun removed.
12934
12935 Sun Oct 22 13:04:42 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
12936
12937         * cfg-ml-com.in (powerpc*): Shorten some of the multilib directory
12938         names.
12939
12940 Fri Oct 20 18:02:10 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
12941
12942         * cfg-ml-com.in (powerpc*-eabi*): Add mcall-aixdesc varients.
12943
12944 Thu Oct 19 10:40:57 1995  steve chamberlain  <sac@slash.cygnus.com>
12945
12946         * configure.in (i[345]86-*-win32): Always build newlib.
12947         Don't configure cvs, autoconf or texinfo.
12948         * Makefile.in (LD_FOR_TARGET): New.
12949         (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS, CONFIGURE_TARGET_MODULES):
12950         Pass down LD_FOR_TARGET.
12951
12952 Wed Oct 18 15:53:56 1995  steve chamberlain  <sac@slash.cygnus.com>
12953
12954         * winsup: New directory.
12955         * Makefile.in: Build winsup.
12956         * configure.in: Winsup is configured when target is win32.
12957         Can only build win32 target GDB when native.
12958
12959 Mon Oct 16 09:42:31 1995  Jeffrey A Law  (law@cygnus.com)
12960
12961         * config.guess: Recognize HP model 819 machines as having
12962         a PA 1.1 processor.
12963
12964 Mon Oct 16 10:49:43 1995  Ian Lance Taylor  <ian@cygnus.com>
12965
12966         * configure: Fix sed loop which substitutes for CC and CXX to
12967         avoid bug found in various sed implementations.
12968
12969 Wed Oct 11 16:16:20 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
12970
12971         * cfg-ml-com.in (powerpc-*-eabisim): Delete separate rule for
12972         simulator.  Use standard powerpc-*-eabi*.
12973
12974 Mon Oct  9 17:21:56 1995  Ian Lance Taylor  <ian@cygnus.com>
12975
12976         * configure.in: Stop putting gas and binutils in noconfigdirs for
12977         powerpc-*-aix* and rs6000-*-*.
12978
12979 Mon Oct  9 12:38:40 1995  Michael Meissner  <meissner@cygnus.com>
12980
12981         * cfg-ml-com.in (powerpc*-*-eabisim*): Add support for building
12982         -mcall-aixdesc libraries.
12983
12984 Fri Oct  6 16:17:57 1995  Ken Raeburn  <raeburn@cygnus.com>
12985
12986         Mon Sep 25 22:49:32 1995  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
12987
12988         * config.sub (arm | armel | armeb): Fix shell syntax.
12989
12990 Fri Oct  6 14:40:28 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
12991
12992         * cfg-ml-com.in ({powerpc,rs6000}-ibm-aix*): Add multilibs for
12993         -msoft-float and -mcpu=common support.
12994         (powerpc*-*-eabisim*): Add support for building -mcall-aix
12995         libraries.
12996
12997 Thu Oct  5 13:26:37 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
12998
12999         * configure.in: Allow configuration and build of emacs19 for the alpha.
13000
13001 Wed Oct  4 22:05:36 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
13002
13003         * configure.in (CC): Get ^CC, not just any old CC, from
13004         ${host_makefile_frag}.
13005
13006 Wed Oct  4 21:55:00 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
13007
13008         * configure.in (CC): Try to get CC from
13009         ${srcdir}/${host_makefile_frag}, not ${host_makefile_frag}.
13010
13011 Wed Oct  4 21:44:12 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
13012
13013         * Makefile.in (TARGET_CONFIGDIRS): configure targetdirs
13014         only if it exists in $(srcdir).
13015
13016 Wed Oct  4 11:52:31 1995  Ian Lance Taylor  <ian@cygnus.com>
13017
13018         * configure: If CC and CXX are not set in the environment, set
13019         them, based on either an existing Makefile or on searching for gcc
13020         in PATH.  Substitute for CC and CXX in Makefile.
13021         * configure.in: Remove libm from target_libs.  Separate
13022         target_configdirs from configdirs.  If CC is not set in
13023         environment, try to get it from a host Makefile fragment.  Rewrite
13024         changes of configdirs to use skipdirs instead.  A few minor
13025         tweaks.  Take directories out of target_configdirs as they are
13026         taken out of configdirs.  Remove existing Makefile files from
13027         subdirectories.  Substitute for TARGET_CONFIGDIRS and
13028         CONFIG_ARGUMENTS in Makefile.
13029         * Makefile.in (TARGET_CONFIGDIRS): New variable, automatically set
13030         by configure.in.
13031         (CONFIG_ARGUMENTS): Likewise.
13032         (CONFIGURE_TARGET_MODULES): New variable.
13033         ($(DO_X)): Loop over TARGET_CONFIGDIRS as well as SUBDIRS.
13034         ($(CONFIGURE_TARGET_MODULES)): New target.
13035         (configure-libg++, configure-libio): New targets.
13036         (all-libg++): Depend upon configure-libg++.
13037         (all-libio): Depend upon configure-libio.
13038         (configure-libgloss, all-libgloss): New targets.
13039         (configure-libstdc++): New target.
13040         (all-libstdc++): Depend upon configure-libstdc++.
13041         (configure-librx, all-librx): New targets.
13042         (configure-newlib): New target.
13043         (all-newlib): Depend upon configure-newlib
13044         (configure-xiberty): New target.
13045         (all-xiberty): Depend upon configure-xiberty.
13046
13047 Sat Sep 30 04:32:59 1995  Jason Molenda (crash@phydeaux.cygnus.com)
13048
13049         * configure.in (host i[345]86-*-win32):  Expand the
13050         noconfigdirs again.
13051
13052 Thu Sep 28 21:18:49 1995  Stan Shebs  <shebs@andros.cygnus.com>
13053
13054         * mpw-configure: Fix sed command file name.
13055
13056 Thu Sep 28 17:39:56 1995  steve chamberlain  <sac@slash.cygnus.com>
13057
13058         * configure.in (host i[345]86-*-win32): Reduce the
13059         noconfigdirs again.
13060
13061 Wed Sep 27 12:24:00 1995  Ian Lance Taylor  <ian@cygnus.com>
13062
13063         * configure.in: Don't configure ld and gdb for powerpc*-*-winnt*
13064         or powerpc*-*-pe*, since they are not yet supported.
13065
13066 Tue Sep 26 14:30:01 1995  Stan Shebs  <shebs@andros.cygnus.com>
13067
13068         Add PowerMac support and many other enhancements.
13069         * mpw-configure: New option --cc to select compiler to use,
13070         paste options set according to --cc into the generated
13071         Makefile, generate the Makefile by sed'ing the Unix Makefile.in
13072         if mpw-make.sed is present.
13073         * mpw-config.in: Don't test for gC1, test for mpw-touch,
13074         add forward includes for PowerPC include files.
13075         * mpw-build.in: Build using Makefile.PPC if present.
13076         (do-byacc, etc): Remove separate version resource builds.
13077         (do-gas): Build "stamps" before "all".
13078         (do-gcc): Build "stamps-h" and "stamps-c" before "all".
13079         * mpw-README: Update to reflect --cc option, PowerMac support,
13080         and recently-reported compatibility problems.
13081
13082 Fri Sep 22 12:15:42 1995  Doug Evans  <dje@deneb.cygnus.com>
13083
13084         * cfg-ml-com.in (m68*-*-*): Only build multilibs for
13085         embedded m68k systems (-aout, -coff, -elf, -vxworks).
13086         (--with-multilib-top): Pass to recursive invocations.
13087
13088 Tue Sep 19 13:51:05 1995  J.T. Conklin  <jtc@blues.cygnus.com>
13089
13090         * configure.in (noconfigdirs): Disable libg++ and libstdc++ on
13091         v810-*-*.
13092
13093 Mon Sep 18 23:08:26 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
13094
13095         * configure.in (noconfigdirs): Disable bfd, binutils, gas, gcc,
13096         gdb, ld and opcodes on v810-*-*.
13097
13098 Tue Sep 12 18:03:31 1995  Ian Lance Taylor  <ian@cygnus.com>
13099
13100         * Makefile.in (DO_X): Change do-realclean to do-maintainer-clean.
13101         (local-maintainer-clean): New target.
13102         (maintainer-clean): New target.
13103         (realclean): Just depend upon maintainer-clean.
13104
13105 Fri Sep  8 17:11:14 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
13106
13107         * configure.in (noconfigdirs): Disable gdb on m68k-*-netbsd*.
13108
13109 Fri Sep  8 16:46:29 1995  Ian Lance Taylor  <ian@cygnus.com>
13110
13111         * configure.in: Build ld in mips*-*-bsd* case.
13112
13113 Thu Sep  7 20:03:41 1995  Ken Raeburn  <raeburn@cygnus.com>
13114
13115         * config.sub: Accept -lites* OS.  From Ian Dall.
13116
13117 Fri Sep  1 08:06:58 1995  James G. Smith  <jsmith@beauty.cygnus.com>
13118
13119         * config.sub: recognise mips64vr4300 and mips64vr4300el as valid
13120         targets.
13121
13122 Wed Aug 30 21:06:50 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
13123
13124         * configure.in: treat i386-win32 canadian cross the same as
13125         i386-go32 canadian cross.
13126
13127 Thu Aug 24 14:53:20 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
13128
13129         * cfg-ml-com.in (powerpc*-*-eabisim): Add support for PowerPC
13130         running under the simulator to build a reduced set of libraries.
13131         (powerpc-*-eabiaix): Add fine grained multilib support added to
13132         other powerpc targets yesterday.
13133
13134 Wed Aug 23 09:41:56 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
13135
13136         * cfg-ml-com.in (powerpc*): Add support for -disable-biendian,
13137         -disable-softfloat, -disable-relocatable, -disable-aix, and
13138         -disable-sysv to control which multilib libraries get built.
13139
13140 Thu Aug 17 16:03:41 1995  Ken Raeburn  <raeburn@kr-laptop.cygnus.com>
13141
13142         * configure: Add Makefile.tem to list of files to remove in trap
13143         handler.
13144
13145 Mon Aug 14 19:27:56 1995  Per Bothner  <bothner@kalessin.cygnus.com>
13146
13147         * config.guess (*Linux*):  Add missing "exit"s.
13148         Also, need specific check for alpha-unknown-linux (uses COFF).
13149
13150 Fri Aug 11 15:38:20 1995  Per Bothner  <bothner@kalessin.cygnus.com>
13151
13152         * config.guess:  Merge with FSF:
13153
13154         Wed Jun 28 17:57:27 1995  David Edelsohn  <edelsohn@mhpcc.edu>
13155         * config.guess (AIX4): More robust release numbering discovery.
13156
13157         Thu Jun 22 19:01:24 1995  Kenneth Stailey  (kstailey@eagle.dol-esa.gov)
13158         * config.guess (i386-sequent-ptx): Properly get version number.
13159
13160         Thu Jun 22 18:36:42 1995  Uwe Seimet  (seimet@iris1.chemie.uni-kl.de)
13161         * config.guess (mips:*:4*:UMIPS): New case.
13162
13163 Mon Aug  7 09:21:35 1995  Doug Evans  <dje@canuck.cygnus.com>
13164
13165         * configure.in (i386-go32 host): Fix typo (deja-gnu -> dejagnu).
13166         (i386-win32 host): Likewise.  Don't build readline.
13167
13168 Sat Aug  5 09:51:49 1995  Fred Fish  <fnf@rtl.cygnus.com>
13169
13170         * Makefile.in (GDBTK_SUPPORT_DIRS):  Define and pass as part of
13171         SUPPORT_FILES to submakes.
13172
13173 Fri Aug  4 13:04:36 1995  Fred Fish  <fnf@cygnus.com>
13174
13175         * Makefile.in (GDB_SUPPORT_DIRS): Add utils.
13176         (DEVO_SUPPORT): Add mpw-README, mpw-build.in, mpw-config.h and
13177         mpw-configure.
13178
13179 Wed Aug  2 16:32:40 1995  Ken Raeburn  <raeburn@cygnus.com>
13180
13181         * configure.in (appdirs): Use =, not ==, in test expression when
13182         trying to build the text to print in the warning message for
13183         Solaris users.
13184
13185 Mon Jul 31 09:56:18 1995  steve chamberlain  <sac@slash.cygnus.com>
13186
13187         * cfg-ml-com.in (z8k-*-coff): Add 'std' multilib build.
13188
13189 Fri Jul 28 00:16:31 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
13190
13191         * config.guess: Recognize lynx-2.3.
13192
13193 Thu Jul 27 15:47:59 1995  steve chamberlain  <sac@slash.cygnus.com>
13194
13195         * config.sub (z8ksim): Deleted
13196         (z8k-*-coff): New, this is the one true name of the target.
13197
13198 Thu Jul 27 14:33:33 1995  Doug Evans  <dje@canuck.cygnus.com>
13199
13200         * cfg-ml-pos.in (dotdot): Work around SunOS sed bug.
13201
13202 Thu Jul 27 13:31:05 1995  Fred Fish  (fnf@cygnus.com)
13203
13204         * config.guess (*:Linux:*:*): First try asking the linker what the
13205         default object file format is (elf, aout, or coff).  Then if this
13206         fails, try previous methods.
13207
13208 Thu Jul 27 11:28:17 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
13209
13210         * configure.in: Don't build newlib for *-*-vxworks5.1.
13211
13212 Thu Jul 27 11:18:47 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
13213
13214         * configure.in: Don't build newlib for a29k-*-vxworks5.1.
13215         * test-build.mk: Add setting of --with-headers for a29k-vxworks5.1.
13216
13217 Tue Jul 25 21:25:39 1995  Doug Evans  <dje@canuck.cygnus.com>
13218
13219         * cfg-ml-pos.in (MULTITOP): Trim excess trailing "/.".
13220
13221 Fri Jul 21 10:41:12 1995  Doug Evans  <dje@canuck.cygnus.com>
13222
13223         * cfg-ml-com.in: New file.
13224         * cfg-ml-pos.in: New file.
13225
13226 Wed Jul 19 00:37:27 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
13227
13228         * COPYING.NEWLIB: Add HP free copyright to list.
13229
13230 Tue Jul 18 10:58:51 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
13231
13232         * config.sub: Recognize -eabi* for the system, not just -eabi.
13233
13234 Mon Jul  3 13:44:51 1995  Steve Chamberlain  <sac@slash.cygnus.com>
13235
13236         * Makfile.in (DLLTOOL_FOR_TARGET): New name, pass it down.
13237         * config.sub, configure.in (win32): New target and host.
13238
13239 Wed Jun 28 23:57:08 1995  Steve Chamberlain  <sac@slash.cygnus.com>
13240
13241         * configure.in: Add i386-pe configuration.
13242
13243 Fri Jun 23 14:28:44 1995  Stan Shebs  <shebs@andros.cygnus.com>
13244
13245         * mpw-build.in (install): Install GDB after LD.
13246
13247 Thu Jun 22 17:10:53 1995  Stan Shebs  <shebs@andros.cygnus.com>
13248
13249         * mpw-config.in (elf/mips.h): Always forward-include, needed
13250         for GDB to build.
13251
13252 Wed Jun 21 15:17:30 1995  Rob Savoye  <rob@darkstar.cygnus.com>
13253
13254         * testsuite: New directory for customer acceptance and whole tool
13255         chain tests.
13256
13257 Wed Jun 21 16:50:29 1995  Ken Raeburn  <raeburn@cujo.cygnus.com>
13258
13259         * configure: If per-host line isn't found, but AC_OUTPUT is found
13260         and a configure script exists, run it instead.
13261
13262 Thu Jun 15 21:09:24 1995  Per Bothner  <bothner@kalessin.cygnus.com>
13263
13264         * config.guess:  Update from FSF, for alpha-dec-winnt3.5 and  Crays.
13265
13266 Tue Jun 13 21:43:27 1995  Rob Savoye  <rob@darkstar.cygnus.com>
13267
13268         * configure: Set build_{cpu,vendor,os,alias} to host values when
13269         --build isn't specified.
13270
13271 Mon Jun  5 18:26:36 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
13272
13273         * Makefile.in (PICFLAG, PICFLAG_FOR_TARGET): New macros.
13274         (FLAGS_TO_PASS): Pass them.
13275         (EXTRA_TARGET_FLAGS): Ditto.
13276
13277 Wed May 31 22:27:42 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
13278
13279         * Makefile.in (all-libg++): Depend on all-libstdc++.
13280
13281 Thu May 25 22:40:59 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
13282
13283         * configure.in (noconfigdirs): Enable all packages for
13284           i386-unknown-netbsd.
13285
13286 Sat May 20 13:22:31 1995  Angela Marie Thomas  <angela@cirdan.cygnus.com>
13287
13288         * configure.in (noconfigdirs): Don't configure tk for i386-go32
13289         hosted builds (DOS builds)
13290
13291 Thu May 18 18:08:49 1995  Ken Raeburn  <raeburn@kr-laptop.cygnus.com>
13292
13293         Changes for ARM based on patches from Richard Earnshaw:
13294         * config.sub: Handle armeb and armel.
13295         * configure.in: Omit arm linker only for riscix.
13296
13297 Thu May 11 17:23:26 1995  Per Bothner  <bothner@kalessin.cygnus.com>
13298
13299         * config.guess:  Update from FSF.
13300
13301 Tue May  9 15:52:05 1995  Michael Meissner  <meissner@cygnus.com>
13302
13303         * config.sub: Recognize powerpcle as the little endian variant of
13304         the PowerPC.  Recgonize ppc as a PowerPC variant, and ppcle as a
13305         powerpcle variant.  Convert pentium into i586, not i486.  Add p5
13306         alias for i586.  Map new x86 variants p6, k5, nexgen into i586
13307         temporarily.
13308
13309 Tue May  2 16:29:41 1995  Jeff Law  (law@snake.cs.utah.edu)
13310
13311         * configure.in (hppa*-*-lites*): Treat like hppa*-*-*elf*.
13312
13313 Sun Apr 30 21:38:09 1995  Jeff Law  (law@snake.cs.utah.edu)
13314
13315         * config.sub: Accept -lites* as a basic system type.
13316
13317 Thu Apr 27 11:33:29 1995  Michael Meissner  (meissner@cygnus.com)
13318
13319         * config.guess (*:Linux:*:*): Check for whether the pre-BFD linker is
13320         installed, and if so return linuxoldld as the system name.
13321
13322 Wed Apr 26 10:59:02 1995  Jeff Law  (law@snake.cs.utah.edu)
13323
13324         * config.guess: Add hppa1.1-hp-lites support.
13325
13326 Tue Apr 25 11:08:11 1995  Rob Savoye  <rob@darkstar.cygnus.com>
13327
13328         * configure.in: Don't build newlib for m68k-vxworks5.1.
13329
13330 Wed Apr 19 17:02:43 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
13331
13332         * configure.in (mips-sgi-irix6): Use mh-irix5.
13333
13334 Fri Apr 14 15:21:17 1995  Doug Evans  <dje@chestnut.cygnus.com>
13335
13336         * Makefile.in (all-gcc): Depend on all-ld (for libgcc1-test).
13337
13338 Wed Apr 12 16:06:01 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
13339
13340         * test-build.mk: Enable building of shared libraries on IRIX 5 and
13341         OSF/1.  Fix compiler flags.
13342         * build-all.mk: Support Linux and OSF/1 3.0.  Fix compiler flags.
13343
13344 Tue Apr 11 18:55:40 1995  Doug Evans  <dje@canuck.cygnus.com>
13345
13346         * configure.in: Recognize --with-newlib.
13347         (sparc-*-sunos4*): Build sim, dejagnu, expect, tcl if cross target.
13348
13349 Mon Apr 10 14:38:20 1995  Jason Molenda (crash@phydeaux.cygnus.com)
13350
13351         * Makefile.in: move {all,check,install}-gdb from *_MODULES
13352         to *_X11_MODULES due to gdbtk needing X include files et al.
13353
13354 Mon Apr 10 11:42:22 1995  Stan Shebs  <shebs@andros.cygnus.com>
13355
13356         Merge in support for Mac MPW as a host.
13357         (Old change descriptions retained for informational value.)
13358
13359         * mpw-config.in: Add generic include forwards for cpu-specific
13360         include files in aout and elf directories.
13361
13362         * mpw-configure: Added copyright.
13363         * mpw-config.in: Check for presence of required build tools.
13364         (target_libs): Add newlib.
13365         (target_tools): Add examples.
13366         (Read Me): Generate as "Read Me for MPW" instead.
13367         * mpw-build.in: Base sub-builds on all-foo instead of do-foo.
13368         (all-byacc, do-byacc, all-flex, do-flex, do-newlib): New actions.
13369         (do-gas, do-gcc, do-gdb, do-ld): Build Version.r first.
13370
13371         * mpw-configure: Remove subdir-specific makefile hackery,
13372         delete mk.tmp after using it.
13373
13374         * mpw-build.in (all): Display start and end times.
13375
13376         * mpw-configure (host_canonical): Set.
13377         (target_cpu): Always add to makefiles.
13378         (ARCHDEFS, EMUL): Add to makefile only if nonempty.
13379         (TM_FILE, XM_FILE, NM_FILE): No longer add to makefile.
13380         (mpw-mh-mpw): Look for in srcdir and srcroot.
13381         Use sed instead of mpw-edit-prefix to edit prefix definitions.
13382
13383         * mpw-build.in: (install-only): New target.
13384
13385         * mpw-configure (host_alias, target_alias): Rename from hostalias
13386         and targetalias, add into generated Makefile.
13387         (mk.tmp): If present, add into generated Makefile.
13388         * mpw-build.in (all-gas): Build config.h first before gas proper.
13389
13390         * mpw-configure (config.status): Write only if changed.
13391         * mpw-config.in (readline): Configure it (not built, just used for
13392         definitions).
13393
13394         * mpw-config.in (elf/mips.h): Add a forward include.
13395
13396         * mpw-config.in: Forward-include most .h files in include into
13397         extra-include.
13398         (readline): Don't build.
13399         mpw-build.in (install): Install GDB.
13400
13401         * mpw-configure (prefix, mpw_prefix): Handle it.
13402         * mpw-config.in (mmalloc, readline): Don't configure.
13403         * mpw-build.in (thisscript): Rename to ThisScript.
13404         Use mpw-build instead of BuildProgram everywhere.
13405         (mmalloc, readline): Don't build.
13406         * mpw-README: New file, basic documentation about the MPW port.
13407
13408         * mpw-config.in: Use forward-include to create include files.
13409
13410         * mpw-configure: Add more things to the top of each configured
13411         Makefile, including contents of config/mpw-mh-mpw.
13412         * mpw-config.in (extra-include): Create this directory and fill it
13413         with Posix-like include files when configuring.
13414
13415         * config.sub (apple, mac, mpw): Add various aliases.
13416
13417         * mpw-build.in: New file, top-level build script fragment for MPW.
13418         * mpw-configure: New file, configure script for MPW.
13419         * mpw-config.in: New file, config fragment for MPW.
13420
13421 Fri Apr  7 19:33:16 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
13422
13423         * configure.in (host_libs): Remove glob, since it is gone from the
13424         sources.
13425
13426 Fri Mar 31 11:36:17 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
13427
13428         * Makefile.in: define empty GDB_NLM_DEPS var.
13429
13430         * configure.in(target_makefile_frag): use config/mt-netware
13431         for netware targets.
13432
13433 Thu Mar 30 13:51:43 1995  Ian Lance Taylor  <ian@cygnus.com>
13434
13435         * config.sub: Merge in recent FSF changes.  Remove linux special
13436         cases.
13437
13438 Tue Mar 28 14:47:34 1995  Jason Molenda (crash@phydeaux.cygnus.com)
13439
13440         Revert this change:
13441
13442         Tue Mar 30 10:03:09 1993  Ian Lance Taylor  (ian@cygnus.com)
13443
13444                 * build-all.mk: Use CC=cc -Xs on Solaris.
13445
13446 Tue Mar 21 10:43:32 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
13447
13448         * glob/*: Removed.  Schauer's 24 Feb 1994 readline change made us
13449         stop using it.
13450         * Makefile.in: Nuke all references to glob subdirectory.
13451
13452 Thu Mar 16 13:35:30 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
13453
13454         * configure.in: Fix --enable-shared logic in per-host.
13455
13456 Mon Mar 13 12:33:15 1995  Ian Lance Taylor  <ian@cygnus.com>
13457
13458         * configure.in (*-hp-hpux[78]*): Use mh-hpux8.
13459
13460 Mon Mar  6 10:21:58 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
13461
13462         * configure.in (noconfigdirs): Don't build gas on AIX, for
13463         powerpc*-*-aix* as well as for rs6000*-*-aix*.
13464
13465 Wed Mar  1 12:51:53 1995  Ian Lance Taylor  <ian@cygnus.com>
13466
13467         * configure: Fix --cache-file to work if the file argument is a
13468         relative path.
13469
13470 Tue Feb 28 17:36:07 1995  Ian Lance Taylor  <ian@cygnus.com>
13471
13472         * configure: If the --cache-file is used, pass it down to
13473         configure in subdirectories.
13474
13475 Mon Feb 27 12:52:46 1995  Kung Hsu  <kung@mexican.cygnus.com>
13476
13477         * config.sub: add vxworks29k configuration.
13478
13479 Fri Feb 10 16:12:26 1995  Ken Raeburn  <raeburn@cujo.cygnus.com>
13480
13481         * Makefile.in (taz): Do "diststuff" part quietly.
13482
13483 Sun Feb  5 14:16:35 1995  Doug Evans  <dje@canuck.cygnus.com>
13484
13485         * config.sub: Mini-merge with gcc/config.sub.
13486
13487 Sat Feb  4 12:11:35 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
13488
13489         * config.guess (IRIX): Sed - to _.
13490
13491 Fri Feb  3 11:54:42 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
13492
13493         * Makefile.in (source-vault, binary-vault): New targets.
13494
13495 Thu Jan 26 13:00:11 1995  Michael Meissner  <meissner@cygnus.com>
13496
13497         * config.sub: Recognize -eabi as a basic system type.
13498
13499 Thu Jan 12 13:13:23 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
13500
13501         * configure.in (enable_shared stuff): Fix typo.
13502
13503 Thu Jan 12 01:36:51 1995  deanm@medulla.LABS.TEK.COM (Dean Messing)
13504
13505         * Makefile.in (BASE_FLAGS_TO_PASS): Fix typo in passing LIBCXXFLAGS*.
13506
13507 Wed Jan 11 16:29:53 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
13508
13509         * Makefile.in (LIBCXXFLAGS_FOR_TARGET): Add -fno-implicit-templates.
13510
13511 Mon Jan  9 12:48:01 1995  Jim Kingdon  <kingdon@lioth.cygnus.com>
13512
13513         * configure.in (rs6000-*-*): Don't build gas.
13514
13515 Wed Jan  4 23:53:49 1995  Ian Lance Taylor  <ian@tweedledumb.cygnus.com>
13516
13517         * Makefile.in: Use /x/x/ instead of /brokensed/brokensed/, to
13518         reduce command line length.
13519         (AS_FOR_TARGET): Check for as.new, not Makefile.
13520         (NM_FOR_TARGET): Check for nm.new, not Makefile.
13521
13522 Wed Jan  4 13:02:39 1995  Per Bothner  <bothner@kalessin.cygnus.com>
13523
13524         * config.guess:  Merge from FSF.
13525
13526 Thu Dec 15 17:11:37 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
13527
13528         * configure: Don't use $ when handling program_suffix.
13529
13530 Mon Dec 12 12:09:37 1994  Stu Grossman  (grossman@cygnus.com)
13531
13532         * configure.in:  Configure tk for hppa/hpux.
13533
13534 Fri Dec  2 15:55:38 1994  Per Bothner  <bothner@kalessin.cygnus.com>
13535
13536         * Makefile.in (LIBGXX_SUPPORT_DIRS):  Add libstdc++.
13537
13538 Tue Nov 29 19:37:56 1994  Per Bothner  <bothner@kalessin.cygnus.com>
13539
13540         * Makefile.in:  Move -fno-implicit-template from CXXFLAGS
13541         to LIBCXXFLAGS.  Tests are better run without it.
13542
13543 Wed Nov 23 10:29:25 1994  Brendan Kehoe  (brendan@lisa.cygnus.com)
13544
13545         * Makefile.in (all-ispell): Depend on all-emacs19 instead of all-emacs.
13546
13547 Mon Nov 21 11:14:01 1994  J.T. Conklin  <jtc@rtl.cygnus.com>
13548
13549         * configure.in (*-*-netware*): Don't configure xiberty.
13550
13551 Mon Nov 14 08:49:15 1994  Stu Grossman  (grossman@cygnus.com)
13552
13553         * configure.in:  Remove tk from native_only list.
13554
13555 Fri Nov 11 15:31:26 1994  Bill Cox  (bill@rtl.cygnus.com)
13556
13557         * build-all.mk: Add mips-ncd-elf target to sun4 targets
13558           for special NCD build.
13559
13560 Mon Nov  7 20:58:17 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
13561
13562         * Makefile.in (DEVO_SUPPORT): Remove configure.bat and
13563         makeall.bat, they're only useful for binutils snapshots.
13564         (binutils.tar.gz, gas+binutils.tar.gz): Add configure.bat and
13565         makeall.bat to specified SUPPORT_FILES.
13566
13567 Mon Nov  7 17:25:18 1994  Bill Cox  (bill@cirdan.cygnus.com)
13568
13569         * build-all.mk: Add Ericsson targets to sun4 and solaris
13570           hosts.  Add  BNR's sun4 target to solaris host, so their
13571           build-from-source will be tested in-house first.
13572
13573 Sat Nov  5 18:43:30 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
13574
13575         * Makefile.in (LIBCFLAGS): New variable.
13576         (CFLAGS_FOR_TARGET): Ditto.
13577         (LIBCFLAGS_FOR_TARGET): Ditto.
13578         (LIBCXXFLAGS): Ditto.
13579         (CXXFLAGS_FOR_TARGET): Ditto.
13580         (LIBCXXFLAGS_FOR_TARGET): Ditto.
13581         (BASE_FLAGS_TO_PASS): Pass them.
13582         (EXTRA_TARGET_FLAGS): Ditto.
13583
13584         * configure.in: Support --enable-shared.
13585
13586 Sat Nov  5 15:44:00 1994  Per Bothner  <bothner@kalessin.cygnus.com>
13587
13588         * configure.in (target_libs):  Include libstdc++ again.
13589         * config.guess:  Update from FSF (for FreeBSD).
13590
13591 Thu Nov  3 16:32:30 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
13592
13593         * Makefile.in (DEVO_SUPPORT): Include configure.bat and
13594         makeall.bat.
13595         (DISTDOCDIRS): Add `etc'.
13596         (ETC_SUPPORT_PFX): New variable.
13597         (taz): Include anything from etc starting with a word in
13598         ETC_SUPPORT_PFX.
13599
13600 Wed Oct 26 16:19:35 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
13601
13602         * config.sub: Update for recent FSF changes.  Remove obsolete
13603         h8300hds entry.  Add -windows* and -osx as basic os.  Minor
13604         spacing changes.
13605
13606 Thu Oct 20 18:41:56 1994  Per Bothner  <bothner@kalessin.cygnus.com>
13607
13608         * configure.in (target_libs):  Remove libstdc++ for libg++-2.6.1.
13609
13610         * config.guess:  Merge with FSF.
13611         * configure.in:  Match on i?86-ncr-sysv4.3, not i?86-ncr-sysv43.
13612
13613 Thu Oct 20 19:26:56 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
13614
13615         * configure: Since the "trap 0" handler will override the exit
13616         status on many systems, only use it for "exit 1", and make it set
13617         a non-zero exit status; reset it before "exit 0".  Also, check
13618         exit status of config.sub, and error out if it failed.
13619
13620 Wed Oct 19 18:49:55 1994  Rob Savoye  (rob@cygnus.com)
13621
13622         * Makefile.in: (ALL_TARGET_MODULES,INSTALL_TARGET_MODULES) Build
13623         and install libgloss.
13624
13625 Tue Oct 18 15:25:24 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
13626
13627         * Makefile.in (all-binutils): Depend upon all-byacc.
13628
13629         * configure.in: Don't build emacs on Irix 5.
13630
13631 Mon Oct 17 16:22:12 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
13632
13633         * configure.in (*-*-netware*): Add libio.
13634
13635 Thu Oct 13 15:51:20 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
13636
13637         * Makefile.in (ALL_TARGET_MODULES): Add libstdc++.
13638         (CHECK_TARGET_MODULES): Ditto.
13639         (INSTALL_TARGET_MODULES): Ditto.
13640         (TARGET_LIBS): Ditto.
13641         (all-libstdc++): Note dependencies.
13642
13643 Thu Oct 13 01:43:08 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
13644
13645         * Makefile.in (BINUTILS_SUPPORT_DIRS): Add gas.
13646
13647 Tue Oct 11 12:12:29 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
13648
13649         * Makefile.in (CXXFLAGS): Use -fno-implicit-templates instead of
13650         -fexternal-templates.
13651
13652         * configure.in (target_libs): Add libstdc++.
13653         (noconfigdirs): Add libstdc++ as appropriate.
13654
13655 Thu Oct  6 18:00:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13656
13657         * config.guess:  Update from FSF.
13658
13659 Tue Oct  4 12:05:42 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
13660
13661         * configure: Use ${config_shell} when running ${configsub}.
13662
13663 Mon Oct  3 14:28:34 1994  Doug Evans  <dje@canuck.cygnus.com>
13664
13665         * config.sub: No longer recognize h8300h.
13666
13667 Mon Oct  3 12:40:54 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
13668
13669         * config.sub: Remove extraneous differences between config.sub and
13670         gcc/config.sub.
13671
13672 Sat Oct  1 00:23:12 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
13673
13674         * Makefile.in (DISTSTUFFDIRS): Add gas.
13675
13676 Thu Sep 22 19:04:55 1994  Doug Evans  (dje@canuck.cygnus.com)
13677
13678         * COPYING.NEWLIB: New file.
13679
13680 Mon Sep 19 18:25:40 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13681
13682         * config.guess (HP-UX):  Patch from Harlan Stenn
13683         <harlan@landmark.com> to also emit release level.
13684
13685 Wed Sep  7 13:15:25 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
13686
13687         * config.guess (sun4*:SunOS:*:*): Change '-JL' to '_JL'.
13688
13689 Tue Sep  6 23:23:18 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13690
13691         * config.sub:  Merge nextstep cleanup from FSF.
13692
13693 Mon Sep  5 05:01:30 1994  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
13694
13695         * configure.in (arm-*-*): Don't configure ld for this target.
13696
13697 Thu Sep  1 09:35:00 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
13698
13699         * configure.in (*-*-netware): don't configure libg++, libio,
13700           librx, or newlib.
13701
13702 Wed Aug 31 13:52:08 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
13703
13704         * configure.in (alpha-dec-osf*): Use osf*, not osf1*.  Don't
13705         configure ld--it works, but it doesn't support shared libraries.
13706
13707 Sun Aug 28 18:13:45 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13708
13709         * config.guess (*-unknown-freebsd*):  Get rid of possible
13710         trailing "(Release)" in version string.
13711         Patch from Paul Richards <paul@isl.cf.ac.uk>.
13712
13713 Sat Aug 27 15:00:49 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13714
13715         * config.guess:  Fix i486-ncr-sysv43 -> i486-ncr-sysv4.3.
13716         Fix type: *-next-neststep -> *-next-nextstep.
13717
13718         * config.guess:  Merge from FSF:
13719
13720         Fri Aug 26 18:45:25 1994  Philippe De Muyter (phdm@info.ucl.ac.be)
13721
13722         * config.guess: Recognize powerpc-ibm-aix3.2.5.
13723
13724         Wed Apr 20 06:36:32 1994  Philippe De Muyter  (phdm@info.ucl.ac.be)
13725
13726         * config.guess: Recognize UnixWare 1.1 (UNAME_SYSTEM is SYSTEM_V
13727         instead of UNIX_SV for UnixWare 1.0).
13728
13729 Sat Aug 27 01:56:30 1994  Stu Grossman  (grossman@cygnus.com)
13730
13731         * Makefile.in (all-gdb):  Add dependencies on all-gcc and all-ld
13732         to make gdb/nlm/* build after the compiler and linker.
13733
13734 Fri Aug 26 14:30:05 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13735
13736         * config.guess (netbsd, freebsd, linux):  Accept any machine,
13737         not just i[34]86.
13738         (m68k-atari-sysv4):  Relocate to match FSF version.
13739
13740         * config.guess:  More merges from the FSF:
13741
13742         Add a space before function call or macro invocation.
13743
13744         Tue May 10 16:53:55 1994  Roland McGrath (roland@churchy.gnu.ai.mit.edu)
13745
13746         * config.guess: Add trap cmd to remove dummy.c and dummy when
13747         interrupted.
13748
13749         Wed Apr 20 18:07:13 1994  Roland McGrath (roland@churchy.gnu.ai.mit.edu)
13750
13751         * config.guess (dummy.c): Redirect stderr for `hostinfo' command.
13752         (dummy): Redirect stderr from compilation of dummy.c.
13753
13754         Sat Apr  9 14:59:28 1994  Christian Kranz  (kranz@sent5.uni-duisburg.de)
13755
13756         * config.guess: Distinguish between NeXTStep 2.1 and 3.x.
13757
13758 Fri Aug 26 13:42:20 1994  Ken Raeburn  (raeburn@kr-laptop.cygnus.com)
13759
13760         * configure: Accept and ignore --cache*, for compatibility with
13761         new autoconf.
13762
13763 Fri Aug 26 13:05:27 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13764
13765         * config.guess:  Merge from FSF:
13766
13767         Thu Aug 25 20:28:51 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
13768
13769         * config.guess (Pyramid*:OSx*:*:*): New case.
13770         (PATH): Add /.attbin at end for finding uname.
13771         (dummy.c): Handle i860-alliant-bsd.  Follow whitespace conventions.
13772
13773         Wed Aug 17 18:21:02 1994  Tor Egge  (tegge@pvv.unit.no)
13774
13775         * config.guess (M88*:DolphinOS:*:*): New case.
13776
13777         Thu Aug 11 17:00:13 1994  Stan Cox  (coxs@dg-rtp.dg.com)
13778
13779         * config.guess (AViiON:dgux:*:*): Use TARGET_BINARY_INTERFACE
13780         to select whether to use ELF or COFF.
13781
13782         Sun Jul 24 16:20:53 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
13783
13784         * config.guess: Recognize i860-stardent-sysv and i860-unknown-sysv.
13785
13786         Sun May  1 10:23:10 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
13787
13788         * config.guess: Guess the OS version for HPUX.
13789
13790         Tue Mar  1 21:53:03 1994  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
13791
13792         * config.guess (UNAME_VERSION): Recognize aix3.2.4 and aix3.2.5.
13793
13794 Fri Aug 26 11:19:08 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
13795
13796         * configure.in: Recognize --with-headers, --with-libs, and
13797         --without-newlib.
13798         * Makefile.in (all-xiberty): Depend upon all-ld.
13799
13800 Wed Aug 24 12:36:50 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
13801
13802         * configure.in: Change i[34]86 to i[345]86.
13803
13804 Mon Aug 22 10:58:33 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
13805
13806         * configure (version): A few more tweaks to help message.
13807
13808 Fri Aug 19 12:40:25 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13809
13810         * Makefile.in:  Remove (for now) librx as a host library,
13811         now that we're building it for target.
13812
13813 Fri Aug 19 10:49:17 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
13814
13815         * configure: Fix up help message; from karl@owl.hq.ileaf.com
13816         (Karl Berry).
13817
13818 Tue Aug 16 16:11:08 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13819
13820         * configure.in:  Also configure librx.
13821
13822 Mon Aug 15 16:51:45 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13823
13824         * Makefile.in:  Update various rules to reflect that librx
13825         is now needed for libg++.
13826
13827 Fri Aug 12 18:07:21 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
13828
13829         * config.sub: Accept mips64orion and mips64orionel as a CPU name.
13830
13831 Mon Aug  8 11:36:17 1994  Stan Shebs  (shebs@andros.cygnus.com)
13832
13833         * configure.in: Configure the examples directory.
13834
13835 Thu Aug  4 16:12:36 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
13836
13837         * configure: Simplify Jun 2 1994 change.
13838
13839 Wed Aug  3 04:58:16 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
13840
13841         * change CC to /usr/latest/bin/gcc for lynx host builds, since
13842         /bin/gcc isn't good enough to build gcc.
13843
13844 Wed Jul 27 09:07:14 1994  Fred Fish  (fnf@cygnus.com)
13845
13846         * Makefile.in (GDB_SUPPORT_FILES): Remove
13847         (setup-dirs-gdb, gdb.tar.gz, make-gdb.tar.gz):  Remove old rules.
13848         (gdb.tar.gz): Add new rule to use standard distribution building
13849         mechanism.
13850
13851 Mon Jul 25 11:10:06 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
13852
13853         * configure.in: Warn about use of /usr/ucb/cc on Solaris.  From
13854         Bill Cox <bill@cygnus.com>.
13855
13856 Sat Jul 23 12:19:46 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13857
13858         * config.guess:  Recognize ISC.  Patch from kwzh@gnu.ai.mit.edu.
13859
13860 Fri Jul 22 17:53:59 1994  Stu Grossman  (grossman@cygnus.com)
13861
13862         * configure:  Search current dir first in .gdbinit.
13863
13864 Fri Jul 22 11:28:30 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13865
13866         * config.sub:  Recognize freebsd (merged from gcc config.sub).
13867
13868 Thu Jul 21 14:10:52 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13869
13870         * config.sub:  Refer to NeXT's operating system as nextstep.
13871
13872         * config.sub (case $basic_machine):  Re-order the cases, to match
13873         the order in the FSF version (which is mostly alphabethical).
13874         Merge in some additions and changes from the FSF.
13875
13876 Sat Jul 16 12:03:08 1994  Stan Shebs  (shebs@andros.cygnus.com)
13877
13878         * config.guess: Recognize m68k-atari-sysv4 and m88k-harris-csux7.
13879         * config.sub: Recognize cxux7.
13880         * configure.in: Use mh-cxux for m88k-harris-cxux*.
13881
13882 Mon Jul 11 14:37:39 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13883
13884         * config.sub:  Fix typo powerpc -> powerpc-*.
13885
13886 Sat Jul  9 13:03:43 1994  Michael Tiemann  (tiemann@blues.cygnus.com)
13887
13888         * Makefile.in: `all-emacs19' depends on `all-byacc'.
13889
13890         * Makefile.in: Add all-emacs19 and install-emacs19 rules (in
13891         parallel with all-emacs and install-emacs).  Top-level command
13892         `make all-emacs19 CC=gcc' now behaves as `make all-emacs CC=gcc'.
13893
13894 Thu Jun 30 16:53:42 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
13895
13896         * test-build.mk ($(host)-stamp-stage2-installed): Remove
13897         $(relbindir)/make before doing ``make install'', and use
13898         $(GNU_MAKE) while doing it.  Avoids problem on SunOS with
13899         installing over running make binary.
13900         ($(host)-stamp-stage3-installed): Likewise.
13901
13902 Tue Jun 28 13:43:25 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
13903
13904         * config.guess: Recognize Mach.
13905
13906 Mon Jun 27 16:41:14 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
13907
13908         * configure: Check ${exec_prefixoption}, not ${exec_prefix}, to
13909         see whether --exec-prefix was used.
13910
13911 Sun Jun 26 21:15:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13912
13913         * README:  Explicitly mention libg++/README.  (Zoo's idea.)
13914
13915 Tue Jun 21 12:45:55 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
13916
13917         * Makefile.in: Add all-librx target similar to all-libproc.
13918
13919 Wed Jun  8 23:11:55 1994  Stu Grossman  (grossman@cygnus.com)
13920
13921         * config.guess:  Rearrange tests for Alpha-OSF1 to properly deal
13922         with post 1.2 uname bogosity.
13923
13924 Thu Jun  9 00:27:59 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
13925
13926         * configure: Remove temporary files on receipt of a signal.
13927
13928 Tue Jun  7 12:06:24 1994  Ian Lance Taylor  (ian@cygnus.com)
13929
13930         * configure: If there is a package_makefile_frag, remove
13931         ${subdir}/Makefile.tem after copying it in.
13932
13933 Mon Jun  6 21:35:02 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
13934
13935         * build_all.mk: support rs6000 lynx identifies itself as
13936         rs6000-lynx-lynxos2.2.2.  Also, use /usr/cygnus/progressive/bin/gcc
13937         since /bin/gcc is too feeble to compile a modern gcc.
13938
13939 Mon Jun  6 16:06:34 1994  Karen Christiansen (karen@cirdan.cygnus.com)
13940
13941         * brought devo/test-build.mk update-to-date with progressive/
13942           test-build.mk. Add lynx targets and hppa flag info.
13943
13944 Sat Jun  4 17:23:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13945
13946         * configure.in:  Use mh-ncrsvr43.  Patch from
13947         Tom McConnell <tmcconne@sedona.intel.com>.
13948
13949 Fri Jun  3 17:47:24 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13950
13951         * config.guess (i386-unknown-bsdi):  No longer need to
13952         check #if defined(__bsdi__) && defined(__i386__).
13953
13954 Thu Jun  2 18:56:46 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
13955
13956         * configure: Set program_transform_nameoption correctly.
13957
13958 Thu Jun  2 10:57:06 1994  Karen Christiansen (karen@cirdan.cygnus.com)
13959
13960         * brought build-all.mk update-to-date with progressive build-all.mk,
13961           added new targets and hppa info.
13962
13963 Thu Jun  2 00:12:44 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
13964
13965         * configure: If config.guess result is a prefix of the user
13966         specified target, assume a native build and use the user specified
13967         target as the host alias.  Remove SunOS patch suffix removal hack.
13968         * configure.in: Remove SunOS patch suffix removal hack.
13969
13970         * Makefile.in (CROSS_CHECK_MODULES): Remove check-flex, since it's
13971         in NATIVE_CHECK_MODULES.
13972
13973 Wed Jun  1 10:49:41 1994  Bill Cox  (bill@rtl.cygnus.com)
13974
13975         * Makefile.in: Rename HOST_ONLY to NATIVE.
13976         * configure: Delete SunOs patch suffix from host_canonical
13977           and build_canonical variables that are prepended to Makefiles.
13978         * configure.in: Add comments for easier maintenance.
13979
13980 Tue May 31 19:39:47 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
13981
13982         * Makefile.in: Add all-libproc target similar to all-gui.
13983
13984 Tue May 31 17:16:33 1994  Tom Lord  (lord@cygnus.com)
13985
13986         * Makefile.in (CHECK_MODULES): split into
13987         HOST_ONLY_CHECK_MODULES and CROSS_CHECK_MODULES.
13988
13989 Tue May 31 16:36:36 1994  Paul Eggert  (eggert@twinsun.com)
13990
13991         * config.guess (i386-unknown-bsdi): New system to guess.
13992
13993 Wed May 25 16:47:10 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
13994
13995         * Makefile.in: Add all-gui target (but not yet build by "all").
13996
13997 Thu May 26 08:53:19 1994  Bill Cox  (bill@rtl.cygnus.com)
13998
13999         * config.sub: Move deletion of patch suffix from here...
14000         * configure.in: To here, at Ian's suggestion.  The top-
14001           level scripts might need to know of a patch level.
14002
14003 Wed May 25 09:15:54 1994  Bill Cox  (bill@rtl.cygnus.com)
14004
14005         * config.sub: Strip off patch suffix so rtl is recognized
14006           as a sunos4.1.3 machine, even though it's been patched.
14007
14008 Fri May 20 08:25:49 1994  Steve Chamberlain  (sac@deneb.cygnus.com)
14009
14010         * Makefile.in (INSTALL_LAST): Delete.
14011         (INSTALL_DOSREL): New.
14012
14013 Thu May 19 17:12:12 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
14014
14015         * configure.in: Use ld for i[34]86-*-sysv4* and sparc-*-solaris2*.
14016         Don't set use_gnu_ld to no for *-*-sysv4; that only controls
14017         whether we pass down --with-gnu-ld anyhow.
14018
14019 Thu May 19 09:29:12 1994  Steve Chamberlain  (sac@cygnus.com)
14020
14021         * Makefile.in (INSTALL_LAST): Change operation so it works
14022         on more flavors of make.
14023         * configure.in (go32): Don't build libg++ or libio.
14024
14025 Fri May 13 13:28:34 1994  Steve Chamberlain  (sac@cygnus.com)
14026
14027         * Makefile.in (Move HOST_PREFIX_1 and friends up so
14028         they can be overriden by templates.
14029
14030 Sat May  7 16:46:44 1994  Steve Chamberlain  (sac@cygnus.com)
14031
14032         * configure.in (target==go32): Don't build gdb.
14033         * dosrel: New directory.
14034
14035 Fri May  6 14:19:25 1994  Steve Chamberlain  (sac@cygnus.com)
14036
14037         * configure.in (host==go32): Configure dosrel too.
14038         * Makefile.in (INTALL_TARGET): Call INSTALL_LAST last.
14039         (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): Undefine, they should
14040         be set by incoming names or templates.
14041         (INSTALL_LAST): New rule.
14042
14043 Thu May  5 17:35:05 1994  Stan Shebs  (shebs@andros.cygnus.com)
14044
14045         * config.sub (sparclitefrw, sparclitefrwcompat): Don't set the os.
14046
14047 Thu May  5 20:06:45 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
14048
14049         * configure.in (appdirs): New variable.  Currently empty, but will
14050         be used in gas distribution.  If nonempty, lists a set of
14051         directories at least one of which must get configured, or top
14052         level configuration is considered to have failed.
14053         (rs6000-*-lynxos*): Use new file name.
14054
14055 Thu May  5 13:38:36 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
14056
14057         Eliminate XTRAFLAGS.
14058         * Makefile.in (CC_FOR_TARGET): If newlib exists, refer to the
14059         newlib include files using -idirafter, and also use -nostdinc.
14060         (CXX_FOR_TARGET): Likewise.
14061         (XTRAFLAGS): Removed.
14062         (BASE_FLAGS_TO_PASS): Remove XTRAFLAGS_FOR_TARGET.
14063         (EXTRA_HOST_FLAGS): Remove XTRAFLAGS.
14064         (EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): Likewise.
14065         ($(DO_X)): Don't pass down XTRAFLAGS.
14066
14067 Thu May  5 00:16:36 1994  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
14068
14069         * configure.in (mips*-dec-bsd*): New target; do build linker.
14070         (mips*-*-bsd*): New target; don't build linker.
14071
14072 Wed May  4 20:10:10 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
14073
14074         * configure.in: support rs6000-*-lynxos* configuration.
14075         support sunos4 as a cross target.
14076
14077         * config.sub: look for lynx*, not lynx since the OS version may
14078         legitimately be part of the name.
14079
14080 Tue May  3 21:48:11 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
14081
14082         * configure.in (i[34]86-*-sco*): Move to be with other i386
14083         targets.
14084         (romp-*-*): New target.  Skip various binary utilities.
14085         (vax-*-*): New target.  Don't build newlib.
14086         (vax-*-vms): Renamed from *-*-vms.  Don't build opcodes or newlib.
14087
14088 Thu Apr 28 15:03:05 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
14089
14090         * configure.in: Only set host_makefile_frag if config
14091         directory exists.
14092
14093 Wed Apr 27 12:14:30 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
14094
14095         * install.sh: If $dstdir exists, don't check whether each
14096         component does.
14097
14098 Tue Apr 26 18:11:33 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
14099
14100         * test-build.mk (HOLES): Add sleep; used by rcs/src/conf.sh.
14101
14102 Mon Apr 25 15:06:34 1994  Stan Shebs  (shebs@andros.cygnus.com)
14103
14104         * configure.in (*-*-lynxos*): Don't configure newlib for either
14105         native or cross Lynx.
14106
14107 Sat Apr 16 11:58:16 1994  Doug Evans  (dje@canuck.cygnus.com)
14108
14109         * config.sub (sparc64-elf): Fix os.
14110         (z8k): Remove duplicate.
14111
14112 Thu Apr 14 23:33:17 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
14113
14114         * Makefile.in (gcc-no-fixedincludes): Touch gcc/include/fixed, not
14115         gcc/stmp-fixproto, to try to prevent fixproto from being run.
14116
14117 Wed Apr 13 15:14:52 1994  Bill Cox  (bill@cygnus.com)
14118
14119         * configure: Make file links cleanly even if Lynx fails on
14120           an NFS symlink (at least fail cleanly).
14121
14122 Mon Apr 11 10:58:56 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
14123
14124         * test-build.mk (CC): For mips-sgi-irix4, change -XNh1500 to
14125         -XNh2000.
14126
14127 Sat Apr  9 15:10:45 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
14128
14129         * configure: Unknown options are fatal again.
14130
14131 Fri Apr  8 12:01:41 1994  David J. Mackenzie  (djm@cygnus.com)
14132
14133         * configure: Ignore --x-includes and --x-libraries, for Autoconf
14134         compatibility.
14135
14136 Thu Apr  7 17:31:43 1994  Doug Evans  (dje@canuck.cygnus.com)
14137
14138         * build-all.mk: Add `clean' target.
14139
14140 Wed Apr  6 20:44:56 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
14141
14142         * config.guess:  Add SINIX support.
14143         * configure.in:  Add mips-*-sysv4* support.
14144
14145 Mon Apr  4 17:41:44 1994  Doug Evans  (dje@canuck.cygnus.com)
14146
14147         * build-all.mk: Document all useful targets.
14148         If canonhost is sparc-sun-solaris2.3, change it to sparc-sun-solaris2.
14149         If canonhost is mips-sgi-irix4.0.5H, change it to mips-sgi-irix4.
14150
14151 Thu Mar 31 04:55:57 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
14152
14153         * configure: Support --silent, --quiet.
14154
14155 Wed Mar 30 21:37:38 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
14156
14157         * configure: Support --disable-FEATURE.
14158
14159 Tue Mar 29 19:15:05 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
14160
14161         * config.guess: Recognize NCR running SVR4.3.
14162
14163 Mon Mar 28 14:55:15 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14164
14165         * config.guess:  Make BSDI generate i386-unknown-bsd386.
14166         Patch from Paul Eggert <eggert@twinsun.com>.
14167
14168 Mon Mar 28 12:54:52 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
14169
14170         * configure.in (powerpc-*-aix*): Treat like rs6000-*-*.
14171
14172 Sat Mar 26 11:25:48 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
14173
14174         * configure: Make unrecognized options give nonfatal warnings
14175         instead of fatal errors, and pass them to any subdirectory
14176         configures in case they recognize them.
14177         Make --x equivalent to --with-x.
14178
14179 Fri Mar 25 21:52:10 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
14180
14181         * configure: Add --enable-* options.  Clean up usage message and
14182         some comments.
14183
14184 Thu Mar 24 09:12:53 1994  Doug Evans  (dje@canuck.cygnus.com)
14185
14186         * Makefile.in (NM_FOR_TARGET): Build tree version is now nm.new.
14187
14188 Sun Mar 20 11:28:22 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
14189
14190         * configure.in (hppa*-*-*): Enable binutils.
14191
14192 Sat Mar 19 11:50:16 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
14193
14194         * config.sub: Recognize cisco.
14195
14196 Fri Mar 18 16:42:32 1994  Jason Merrill  (jason@deneb.cygnus.com)
14197
14198         * Makefile.in (CXXFLAGS): Add -fexternal-templates.
14199
14200 Tue Mar 15 11:25:55 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
14201
14202         * config.guess: about target *-hitachi-hiuxwe2, don't print more
14203         than one configuration name.  Add comment.
14204
14205 Sun Mar  6 23:13:38 1994  Hisashi MINAMINO  (minamino@sra.co.jp)
14206
14207         * config.guess: about target *-hitachi-hiuxwe2, fixed
14208         machine guessing order.  [Hitachi's CPU_IS_HP_MC68K
14209         macro is incorrect.]
14210
14211 Sun Mar 13 09:10:08 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
14212
14213         * Makefile.in (TAGS): Just build TAGS in each subdirectory, rather
14214         than the "make ls" stuff which used to be here.
14215
14216 Fri Mar 11 12:52:39 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14217
14218         * config.guess:  Recognize i[34]86-unknown-freebsd.
14219         From Shawn M Carey <smcarey@rodan.syr.edu>.
14220
14221 Thu Mar  3 14:24:21 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14222
14223         * configure.in (noconfigdirs for alpha): Remove libg++ and libio.
14224
14225 Wed Mar  2 13:28:48 1994  Jim Kingdon  (kingdon@deneb.cygnus.com)
14226
14227         * config.guess: Check for ptx.
14228
14229 Mon Feb 28 16:46:50 1994  Kung Hsu  (kung@mexican.cygnus.com)
14230
14231         * config.sub: Add os9k checking.
14232
14233 Thu Feb 24 07:09:04 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
14234
14235         * config.guess: Handle OSF1 running on HPPA processors
14236
14237 Fri Feb 18 14:14:00 1994  Ken Raeburn  (raeburn@rtl.cygnus.com)
14238
14239         * configure: If subdir configure fails, print out a message with
14240         subdirectory name, in case subdir's configure code didn't identify
14241         itself.
14242
14243 Fri Feb 18 12:50:15 1994  Doug Evans  (dje@cygnus.com)
14244
14245         * configure.in: Remove embedded newlines from configdirs.
14246         Avoid mismatches of substrings.  Fix matching strings at end
14247         of configdirs.
14248
14249 Fri Feb 11 15:33:33 1994  Stu Grossman  (grossman at cygnus.com)
14250
14251         * config.guess:  Add Lynx/rs6000 config support.
14252
14253 Tue Feb  8 13:41:09 1994  Ken Raeburn  (raeburn@rtl.cygnus.com)
14254
14255         * configure.in (alpha-dec-osf1*, alpha*-*-*): Build gas.
14256
14257 Mon Feb  7 15:42:36 1994  Jeffrey A. Law  (law@cygnus.com)
14258
14259         * configure.in (hppa*-*-osf*): Treat this just like most other
14260         PA configurations (eg no binutils or ld).
14261         (hppa*-*-*elf*): These configurations have binutils and ld.
14262
14263 Sun Feb  6 16:35:07 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
14264
14265         * config.sub (hiux): Fix typo.  From m-kasahr@sramhc.sra.co.JP.
14266
14267 Sat Feb  5 01:00:33 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
14268
14269         * configure.in (rs6000-*-*): Build gas.
14270
14271 Wed Feb  2 13:57:57 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
14272
14273         * Makefile.in:  Avoid bug in losing hpux sed.
14274
14275 Wed Feb  2 14:53:05 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
14276
14277         * Makefile.in, test-build.mk: Remove MUNCH_NM; it was only needed
14278         for GDB and GDB has been fixed to not need it.
14279
14280 Sun Jan 30 17:58:06 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
14281
14282         * config.guess: Recognize vax hosts.
14283
14284 Fri Jan 28 15:29:38 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
14285
14286         * configure (while loop): Don't use "break 2" inside case
14287         statement -- the case statement isn't an enclosing loop.
14288
14289 Mon Jan 24 18:40:06 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14290
14291         * config.guess:  Clean up NeXT support, to allow nextstep
14292         on Intel machines.  Make OS be nextstep.
14293
14294 Sun Jan 23 18:47:22 1994  Richard Kenner  (kenner@vlsi1.ultra.nyu.edu)
14295
14296         * config.guess: Add alternate forms for Convex.
14297
14298 Thu Jan 20 16:13:41 1994  Stu Grossman  (grossman at cygnus.com)
14299
14300         * configure:  Completely rewrite option processing.  Take
14301         advantage of pattern-matching to avoid invoking test frequently.
14302         Also clean up host and target defaulting logic.
14303
14304 Mon Jan 17 15:06:56 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
14305
14306         * Makefile.in: Replace all occurrances of "rootme" with "r" and
14307         "$${rootme}" with "$$r", to increase the likelihood that the do-*
14308         commands (plus user environment) will fit SCO limits.
14309
14310 Thu Jan  6 11:20:57 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
14311
14312         * configure.in: Don't issue warnings about directories which are
14313         not being configured if -norecursion is set.  Correct test for
14314         --with-gnu-as and --with-gnu-ld to not get confused by substring
14315         matches.
14316
14317         * configure.in: Don't build gas for alpha-dec-osf1*.
14318
14319 Tue Jan  4 17:10:19 1994  Stu Grossman  (grossman at cygnus.com)
14320
14321         * configure:  Back out Per's change of 12/19/1993.  It changes the
14322         behavior of configure in unexpected and confusing ways.
14323
14324         Also, use different delim char when calculating
14325         program_transform_name so that the name can contain slashes.
14326
14327 Sat Jan  1 13:45:31 1994  Rob Savoye  (rob@darkstar.cygnus.com)
14328
14329         * configure.in, config.sub: Add support for VSTa micro-kernel.
14330
14331 Sat Dec 25 20:00:47 1993  Jeffrey A. Law  (law@snake.cs.utah.edu)
14332
14333         * configure.in: Nuke hacks which were used to get a special
14334         version of GAS for HPPA configurations.
14335
14336 Sun Dec 19 20:40:44 1993  Per Bothner  (bothner@kalessin.cygnus.com)
14337
14338         * configure:  If only ${target_alias} is given, use that
14339         as the default for ${host_alias}.
14340         * configure:  Add missing back-slashes before nested quotes.
14341
14342 Wed Dec 15 18:07:18 1993  david d `zoo' zuhn  (zoo@andros.cygnus.com)
14343
14344         * Makefile.in (BASE_FLAGS_TO_PASS): add YACC=$(BISON)
14345
14346 Tue Dec 14 21:25:33 1993  Per Bothner  (bothner@cygnus.com)
14347
14348         * config.guess:  Recognize some Tektronix configurations.
14349         From Kaveh R. Ghazi <ghazi@noc.rutgers.edu>.
14350
14351 Sat Dec 11 11:18:00 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
14352
14353         * config.sub: Match any flavor of SH.
14354
14355 Thu Dec  2 17:16:58 1993  Ken Raeburn  (raeburn@cujo.cygnus.com)
14356
14357         * configure.in: Don't try to configure newlib for Alpha.
14358
14359 Thu Dec  2 14:35:54 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
14360
14361         * configure.in: Don't build ld for Irix 5.  Don't build gas,
14362         libg++ or libio for any Alpha target.
14363
14364         * configure.in (mips*-sgi-irix5*): New target; use mh-irix5.
14365
14366 Wed Dec  1 17:00:33 1993  Jason Merrill  (jason@deneb.cygnus.com)
14367
14368         * Makefile.in (GZIPPROG): Renamed from GZIP, which gzip uses for
14369         default arguments -- so it tried to compress itself.
14370
14371 Tue Nov 30 13:45:15 1993  david d `zoo' zuhn  (zoo@andros.cygnus.com)
14372
14373         * configure.in (notsupp): ensure that a space is always at the end
14374           of the configdirs list, since the grep checks for an explicit space
14375
14376 Tue Nov 16 15:04:27 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14377
14378         * configure.in (target i386-sysv4.2): don't build ld, since static
14379           versions of many libraries are not available.
14380
14381 Tue Nov 16 14:28:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14382
14383         * config.guess: Recognize Apollos (using environment variables).
14384         * configure.in: Don't configure ld, binutils, or gprof for Apollo.
14385
14386 Thu Nov 11 12:03:50 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14387
14388         * config.guess: Recognize Sony news mips running newsos.
14389
14390 Wed Nov 10 16:57:00 1993  Mark Eichin  (eichin@cygnus.com)
14391
14392         * Makefile.in (all-cygnus, build-cygnus): "fi else" needs to be
14393         "fi ; else" for bash.
14394
14395 Tue Nov  9 15:54:01 1993  Mark Eichin  (eichin@cygnus.com)
14396
14397         * Makefile.in (BASE_FLAGS_TO_PASS): pass SHELL.
14398
14399 Fri Nov  5 08:07:27 1993  D. V. Henkel-Wallace  (gumby@blues.cygnus.com)
14400
14401         * config.sub: accept unixware as an alias for svr4.2.
14402         Fix some inconsistancies with the gcc version.
14403
14404 Fri Nov  5 15:14:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14405
14406         * Makefile.in (DISTDOCDIRS):  Add gdb.
14407
14408 Fri Nov  5 11:59:42 1993  Per Bothner  (bothner@kalessin.cygnus.com)
14409
14410         * Makefile.in (DISTDOCDIRS):  Add libg++ and libio.
14411
14412 Fri Nov  5 10:35:05 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
14413
14414         * Makefile.in (taz): Only build "info" in DISTDOCDIRS.
14415         (DISTDOCDIRS): Don't assume libg++ and gdb folks necessarily want
14416         this now.
14417
14418 Thu Nov  4 18:58:23 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14419
14420         * config.sub: Accept hiux* as an OS name.
14421
14422         * Makefile.in: Change RUNTEST_FLAGS back to RUNTESTFLAGS per
14423         etc/make-stds.texi.  The underscore came from gcc, and dje now
14424         agrees that RUNTESTFLAGS is the correct name.
14425
14426 Thu Nov  4 10:49:01 1993  Per Bothner  (bothner@kalessin.cygnus.com)
14427
14428         * install.sh:  Remove 'set -e'.  It makes any conditionals
14429         in the script useless.
14430
14431         * config.guess: Automatically recognize arm-acorn-riscix
14432         Patch from Richard Earnshaw (rwe11@cl.cam.ac.uk).
14433
14434 Thu Nov 04 08:08:04 1993  Jeffrey Wheat  (cassidy@cygnus.com)
14435
14436         * Makefile.in: Change RUNTESTFLAGS to RUNTEST_FLAGS
14437
14438 Wed Nov  3 22:09:46 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
14439
14440         * Makefile.in (DISTDOCDIRS): New variable.
14441         (taz): Edit local Makefile.in sooner, instead of proto-toplev
14442         Makefile.in later.  Build "info" and "dvi" in DISTDOCDIRS.
14443
14444 Wed Nov  3 21:31:52 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14445
14446         * configure.in (hppa target): check the source directory for the
14447           pagas sub-directory
14448
14449 Wed Nov  3 11:12:22 1993  Doug Evans  (dje@canuck.cygnus.com)
14450
14451         * config.sub: Allow -aout* and -elf*.
14452
14453 Wed Nov  3 11:08:33 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
14454
14455         * configure.in: Don't build ld on i386-solaris2, same as for
14456         sparc-solaris2.
14457
14458 Tue Nov  2 14:21:25 1993  Per Bothner  (bothner@kalessin.cygnus.com)
14459
14460         * Makefile.in (taz): Add texinfo/lgpl.texinfo (for libg++).
14461
14462 Tue Nov  2 13:38:30 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
14463
14464         * configure.in:  Configure gdb for alpha.
14465
14466 Mon Nov  1 10:42:54 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14467
14468         * Makefile.in (CXXFLAGS): Add -O.
14469
14470 Wed Oct 27 10:45:06 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14471
14472         * config.guess: added support for DG Aviion
14473
14474 Tue Oct 26 14:37:37 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
14475
14476         * configure.in: Produce warning message for subdirectories not
14477         configurable for this host/target combination.  Don't try to
14478         configure gdb for vms.
14479
14480 Mon Oct 25 11:22:15 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
14481
14482         * Makefile.in (taz): Replace "byacc" with "bison -y" in the
14483         appropriate files before making "diststuff".
14484         (DISTBISONFILES): New var: list of files to be edited.
14485         (DISTSTUFFDIRS): Add binutils.
14486
14487 Fri Oct 22 20:32:15 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14488
14489         * config.sub: also handle mipsel and mips64el (for little endian mips)
14490
14491 Fri Oct 22 07:59:20 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14492
14493         * configure.in: Add * to end of all OS names.
14494
14495 Thu Oct 21 11:38:28 1993  Stan Shebs  (shebs@rtl.cygnus.com)
14496
14497         * configure.in: Build newlib for LynxOS native.
14498
14499 Wed Oct 20 09:56:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14500
14501         * config.guess: Add support for delta 88k running SVR3.
14502
14503         * configure.in: Add comment about HP compiler vs. emacs.
14504
14505 Tue Oct 19 16:02:22 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14506
14507         * configure.in: don't build ld on solaris2 (not a viable option
14508           due to bugs in getpwnam & getpwuid)
14509
14510 Tue Oct 19 15:13:56 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
14511
14512         * configure.in: Accept alpha-dec-osf1*, not just -osf1, since
14513         config.guess will produce a full version number.
14514
14515 Tue Oct 19 15:58:01 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
14516
14517         * configure.in: Build linker and binutils for alpha-dec-osf1.
14518
14519 Tue Oct 19 11:41:55 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14520
14521         * Makefile.in: Remove -O from CXXFLAGS for consistency with CFLAGS,
14522         and gdb/testsuite/Makefile.in.
14523
14524 Sat Oct  9 18:39:07 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14525
14526         * configure.in: recognize mips*- instead of mips-
14527
14528 Fri Oct  8 14:15:39 1993  Ken Raeburn  (raeburn@cygnus.com)
14529
14530         * config.sub: Accept linux*coff and linux*elf as operating
14531         systems.
14532
14533 Thu Oct  7 12:57:19 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
14534
14535         * config.sub: Recognize mips64, and mips3 as an alias for it.
14536
14537 Wed Oct  6 13:54:21 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
14538
14539         * configure.in: Remove alpha-dec-osf*, no longer necessary now that
14540         gdb knows how to handle OSF/1 shared libraries.
14541
14542 Tue Oct  5 11:55:04 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14543
14544         * configure.in: Recognize hppa*-*-hiux* (currently synonym for hpux).
14545         * config.guess: Recognize Hitachi's HIUX.
14546         * config.sub: Recognize h3050r* and hppahitachi.
14547         Remove redundant cases for hp9k[23]*.
14548
14549 Mon Oct  4 16:15:09 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14550
14551         * configure.in: default to '--with-gnu-as' and '--with-gnu-ld'
14552         if gas and ld are in the source tree and are in ${configdirs}.
14553         If ${use_gnu_as} or ${use_gnu_ld} are 'no', then don't set the
14554         --with options (but still pass them down on the command line,
14555         if they were explicitly specified).
14556
14557 Fri Sep 24 19:11:13 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14558
14559         * configure: substitute SHELL value in Makefile.in with
14560         ${CONFIG_SHELL}
14561
14562 Thu Sep 23 18:05:13 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
14563
14564         * configure.in: Build gas, ld, and binutils for *-*-sysv4* and
14565         *-*-solaris2* targets.
14566
14567 Sun Sep 19 17:01:41 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14568
14569         * Makefile.in: define M4, and pass it down to sub-makes;
14570         all-autoconf now depends on all-m4
14571
14572 Sat Sep 18 00:38:23 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14573
14574         * Makefile.in ({AR,RANLIB}_FOR_TARGET): make contingent on
14575         presence of {ar,ranlib} instead of a configured directory
14576
14577 Wed Sep 15 08:41:44 1993  Jim Kingdon  (kingdon@cirdan.cygnus.com)
14578
14579         * config.guess: Accept 34?? as well as 33?? for NCR.
14580
14581 Mon Sep 13 12:28:43 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14582
14583         * configure.in: grab mt-hppa for HPPA targets; use 'gas ' instead
14584         of 'gas' in sed commands, since 'gash' is now in the tree as well.
14585
14586 Fri Sep 10 11:23:52 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14587
14588         * configure: grab values for $(CC) and $(CXX) from the
14589         environment, so that someone can do "CC=gcc configure; make" and
14590         have it work right (matching the way that autoconf works now)
14591
14592         * configure.in, Makefile.in: add support for gash, the tcl
14593         interface to Galaxy
14594
14595         * config.guess: add NetBSD variants (hp300, x86)
14596
14597 Thu Sep  9 16:48:52 1993  Jason Merrill  (jason@deneb.cygnus.com)
14598
14599         * install.sh: Support -d option (in the manner of SunOS 4 install,
14600         as it is more deterministic than that of GNU install)
14601         (chmodcmd): Set file to mode 755 by default (should also do default
14602         chgrp and chown, but I don't feel like dealing with that now)
14603
14604 Tue Sep  7 11:59:39 1993  Doug Evans  (dje@canuck.cygnus.com)
14605
14606         * config.sub: Remove h8300hhms alias.
14607
14608 Tue Aug 31 11:00:09 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14609
14610         * configure.in: Match *-*-solaris2* not *-sun-solaris2*.
14611
14612 Mon Aug 30 18:29:10 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14613
14614         * Makefile.in (gcc-no-fixedincludes): touch stmp-fixproto as well
14615         as stmp-fixinc
14616
14617 Wed Aug 25 16:35:59 1993  K. Richard Pixley  (rich@sendai.cygnus.com)
14618
14619         * config.sub: recognize m88110-bug-coff.
14620
14621 Tue Aug 24 10:23:24 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14622
14623         * Makefile.in (all-libio): all dependencies on the toolchain used
14624         to build this (gcc, gas, ld, etc)
14625
14626 Fri Aug 20 17:24:24 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14627
14628         * config.guess: Deal with OSF/1 1.3 on alpha.
14629
14630 Thu Aug 19 11:43:04 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14631
14632         * install.sh: add some 'else true' clauses for portability
14633
14634         * configure.in: don't build libio for h8[35]00-*-* targets
14635
14636 Tue Aug 17 19:02:31 1993  Per Bothner  (bothner@kalessin.cygnus.com)
14637
14638         * Makefile.in:  Add support for new libio.
14639
14640 Sun Aug 15 20:48:55 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14641
14642         * install.sh: If one command fails, don't try the rest.  Don't try
14643         to remove $dsttmp (via trap) unless we have already created it.
14644         If $src doesn't exist, detect it and exit with an error.
14645
14646         * config.guess: Recognize BSD on hp300.
14647
14648 Wed Aug 11 18:35:13 1993  Per Bothner  (bothner@kalessin.cygnus.com)
14649
14650         * config.guess:  Map (9000/[34]??:HP-UX:*:*) to m68k-hp-hpux.
14651         Bug report from "Hamish (H.I.) Macdonald" <hamish@bnr.ca>.
14652
14653 Wed Aug 11 15:37:51 1993  Jason Merrill  (jason@deneb.cygnus.com)
14654
14655         * Makefile.in (all-send-pr): depends on all-prms
14656
14657 Wed Aug 11 16:56:03 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14658
14659         * config.guess: Fix typo (9000/8??:4.3bsd -> 9000/7??:4.3bsd).
14660
14661 Fri Aug  6 14:45:02 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
14662
14663         * config.guess: From michael@mercury.cs.mun.ca (Michael Rendell):
14664         Added test for mips-mips-riscos5.
14665
14666 Thu Aug  5 15:45:08 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14667
14668         * configure.in: use mh-hp300 for 68k HP hosts
14669
14670 Mon Aug  2 11:56:53 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14671
14672         * configure: add support for CONFIG_SHELL, so that you can use
14673         some alternate shell for evaluating configure scripts
14674
14675 Sun Aug  1 11:36:27 1993  Fred Fish  (fnf@deneb.cygnus.com)
14676
14677         * Makefile.in (make-gdb.tar.gz):  Sed bug reporting address
14678         in configure script to bug-gdb@prep.ai.mit.edu when building
14679         distribution archive.
14680         * Makefile.in (COMPRESS):  Remove def.
14681         * Makefile.in (gdb.tar.gz, make-gdb.tar.gz):  Renamed from
14682         gdb.tar.Z and make-gdb.tar.Z respectively.
14683         * Makefile.in (make-gdb.tar.gz):  Now only build gzip'd archive.
14684         * Makefile.in (make-gdb.tar.gz):  Minor changes to move closer
14685         to convergence with 'taz' target in Makefile.in.
14686
14687 Fri Jul 30 12:34:57 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14688
14689         * install.sh (dsttmp): use trap to ensure that tmp files go
14690         away on error conditions
14691
14692 Wed Jul 28 11:57:36 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14693
14694         * Makefile.in (BASE_FLAGS_TO_PASS): remove LOADLIBES
14695
14696 Tue Jul 27 12:43:40 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14697
14698         * Makefile.in (install-dirs): Deal with a prefix like /gnu;
14699         its parent is '/' not ''.
14700
14701         * Makefile.in (DEVO_SUPPORT): Add comments about ChangeLog.
14702
14703 Fri Jul 23 09:53:37 1993  Jason Merrill  (jason@wahini.cygnus.com)
14704
14705         * configure: if ${newsrcdir}/configure doesn't exist, don't assume
14706         that ${newsrcdir}/configure.in does.
14707
14708 Tue Jul 20 11:28:50 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14709
14710         * test-build.mk: support for CONFIG_SHELL
14711
14712 Mon Jul 19 21:54:46 1993  Fred Fish  (fnf@deneb.cygnus.com)
14713
14714         * config.sub (netware):  Add as a basic system type.
14715
14716 Wed Jul 14 12:03:11 1993  K. Richard Pixley  (rich@sendai.cygnus.com)
14717
14718         * Makefile.in (Makefile): depend on configure.in.  Also drop the
14719           $(srcdir)/ from the dependency on Makefile.in.
14720
14721 Tue Jul 13 20:10:58 1993  Doug Evans  (dje@canuck.cygnus.com)
14722
14723         * config.sub: Recognize h8300hhms as h8300h-hitachi-hms.
14724         (h8300hhms is temporary until multi-libraries are implemented).
14725         * configure.in: Handle h8300h too.
14726
14727 Sun Jul 11 17:35:27 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14728
14729         * config.guess: Recognize dpx/2 as m68k-bull-sysv3.
14730
14731 Thu Jul  8 18:26:12 1993  John Gilmore  (gnu@cygnus.com)
14732
14733         * configure:  Remove extraneous output when guessing host type.
14734         * config.guess:  Remove extraneous output when guessing using C
14735         compiler rather than uname, or when guessing fails.
14736
14737 Wed Jul  7 17:58:14 1993  david d `zoo' zuhn  (zoo at rtl.cygnus.com)
14738
14739         * Makefile.in: remove all.cross and install.cross targets
14740
14741         * configure: remove CROSS=-DCROSS_COMPILE and ALL=all.cross
14742           definitions
14743
14744 Tue Jul  6 10:39:44 1993  Steve Chamberlain  (sac@phydeaux.cygnus.com)
14745
14746         * configure.in (target sh): Build gprof.
14747
14748 Thu Jul  1 16:52:56 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14749
14750         * config.sub: change -solaris to -solaris2
14751
14752 Thu Jul  1 15:46:16 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14753
14754         * configure.in: Use config/mh-riscos for mips-*-sysv*.
14755
14756 Wed Jun 30 09:31:58 1993  Ian Lance Taylor  (ian@cygnus.com)
14757
14758         * configure: Correct error message for missing Makefile.in to
14759         print correct directory.
14760
14761 Tue Jun 29 13:52:16 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14762
14763         * install.sh: kludge around 386BSD shell bug
14764
14765 Tue Jun 29 13:06:49 1993  Per Bothner  (bothner@rtl.cygnus.com)
14766
14767         * config.guess:  Recognize NeXT.
14768         * config.guess:  Recognize i486-ncr-sysv4.
14769         * Makefile.in (taz):  rm $(TOOL)-$$VER before linking.
14770
14771 Tue Jun 29 12:50:57 1993  Ian Lance Taylor  (ian@cygnus.com)
14772
14773         * Makefile.in (MAKEINFOFLAGS): New variable.
14774         (FLAGS_TO_PASS): Pass MAKEINFO as MAKEINFO MAKEINFOFLAGS.
14775         * build-all.mk, test-build.mk: Pass down --no-split as
14776         MAKEINFOFLAGS when hosted on DOS.  Compile DOS hosted without -g.
14777
14778 Thu Jun 24 13:39:11 1993  Per Bothner  (bothner@rtl.cygnus.com)
14779
14780         * Makefile.in (DEVO_SUPPORT):  Add COPYING COPYING.LIB install.sh.
14781
14782 Wed Jun 23 12:59:21 1993  Per Bothner  (bothner@rtl.cygnus.com)
14783
14784         * Makefile.in (libg++.tar.z):  New rule.
14785         * Makefile.in (taz):  Replace 'configure -rm' by 'make distclean'.
14786         * Makefile.in (taz):  Only do a single chmod.
14787
14788 Fri Jun 18 12:03:10 1993  david d `zoo' zuhn  (zoo at majipoor.cygnus.com)
14789
14790         * install.sh: don't use dirname anymore (replaced with sed usage)
14791
14792 Thu Jun 17 18:43:42 1993  Fred Fish  (fnf@cygnus.com)
14793
14794         * Makefile.in:  Change extension for gzip'd files from '.z' to
14795         '.gz' per new FSF standard usage.
14796
14797 Thu Jun 17 16:58:50 1993  david d `zoo' zuhn  (zoo at majipoor.cygnus.com)
14798
14799         * configure: put quotes around the final value of program_transform_name
14800
14801 Tue Jun 15 16:48:51 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14802
14803         * Makefile.in: new install.sh support; update install-info rules
14804
14805 Wed Jun  9 12:31:34 1993  Ian Lance Taylor  (ian@cygnus.com)
14806
14807         * configure.in: Build diff for crosses, but not for go32 host.
14808
14809         * configure.in: Build gprof only for native, and don't build it
14810         for mips-*-*, rs6000-*-*, or i[34]86-*-sco*.
14811
14812 Mon Jun  7 13:12:11 1993  david d `zoo' zuhn  (zoo at deneb.cygnus.com)
14813
14814         * configure.in: don't build gas,ld,binutils on for *-*-sysv4
14815
14816 Mon Jun  7 11:40:11 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
14817
14818         * configure.in (host_tools): Add prms.
14819
14820 Fri Jun  4 13:30:42 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14821
14822         * Makefile.in: install gcc, do installation of $(INSTALL_MODULES)
14823         with $(FLAGS_TO_PASS) on the command line
14824
14825         * config.sub: Recognize lynx and lynxos
14826
14827 Fri Jun  4 10:59:56 1993  Ian Lance Taylor  (ian@cygnus.com)
14828
14829         * config.sub: Accept -ecoff*, not just -ecoff.
14830
14831 Thu Jun  3 17:38:54 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
14832
14833         * Makefile.in (taz): Use .gz suffix instead of .z.
14834         (binutils.tar.gz, gas+binutils.tar.gz, gas.tar.gz): Fixed target
14835         names.
14836
14837 Thu Jun  3 00:27:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14838
14839         * Makefile.in (vault-install): add an 'else true' (for Ultrix)
14840
14841 Wed Jun  2 18:19:16 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14842
14843         * Makefile.in (install-no-fixedincludes):  install gcc last, so
14844         that rebuilds that might happen during 'make install' don't get
14845         bogus gcc include files
14846
14847 Wed Jun  2 16:14:10 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
14848
14849         Change from Utah for HPPA support:
14850         * config.guess: Recognize hppa1.x-hp-bsd.
14851
14852 Wed Jun  2 11:53:33 1993  Per Bothner  (bothner@rtl.cygnus.com)
14853
14854         * config.guess:  Add support for Motorola Delta 68k, up to r3v7.
14855         Patch from pot@fly.cnuce.cnr.it (Francesco Potorti`).
14856
14857 Tue Jun  1 17:48:42 1993  Rob Savoye  (rob at darkstar.cygnus.com)
14858
14859         * config.sub: Add support for rom68k and bug boot monitors.
14860
14861 Mon May 31 09:36:37 1993  Jim Kingdon  (kingdon@cygnus.com)
14862
14863         * Makefile.in: Make all-opcodes depend on all-bfd.
14864
14865 Thu May 27 08:05:31 1993  Ian Lance Taylor  (ian@cygnus.com)
14866
14867         * config.guess: Added special check for i[34]86-univel-sysv4*.
14868
14869 Wed May 26 16:33:40 1993  Ian Lance Taylor  (ian@cygnus.com)
14870
14871         * config.guess: For i[34]86-unknown-sysv4 use UNAME_MACHINE for
14872         the processor rather than assuming i486.
14873
14874 Wed May 26 09:40:18 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14875
14876         * config.guess: Recognize SunOS6 as Solaris3.
14877
14878 Tue May 25 23:03:11 1993  Per Bothner  (bothner@cygnus.com)
14879
14880         * config.guess:  Fix typo.  Avoid #elif (not in K&R 1).
14881         Recognize SunOS 5.* only (and not [6-9].*) as being Solaris2.
14882
14883 Tue May 25 12:44:18 1993  Ian Lance Taylor  (ian@cygnus.com)
14884
14885         * build-all.mk (all-cross): New target for Canadian Cross.
14886         Added Q2 go32 targets.
14887         * test-build.mk: Configure go32 cross sparclite-aout and
14888         mips-idt-ecoff -with-gnu-ld.  Moved build binary directory from
14889         PARTIAL_HOLE_DIRS to BUILD_HOLES_DIRS.
14890
14891 Mon May 24 15:30:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14892
14893         * configure.in: fix Alpha GDB typo; also, don't build DejaGnu for
14894         GO32 hosted toolchains
14895
14896 Mon May 24 14:18:41 1993  Rob Savoye  (rob at darkstar.cygnus.com)
14897
14898         * configure: change  so "-exec-prefix" gets passed down rather
14899         than "-exec_prefix" so autoconf generated Makefiles get the
14900         exec_prefix set right.
14901
14902 Fri May 21 10:42:25 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14903
14904         * config.guess: get the Solaris2 minor version number
14905
14906         * Makefile.in: add standards.texi and make-stds.texi to ETC_SUPPORT
14907
14908 Fri May 21 06:20:52 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
14909
14910         * config.guess: Recognize some Sequent platforms.
14911
14912 Thu May 20 14:33:48 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14913
14914         * Makefile.in: added the vault-install target
14915
14916         * configure.in: actually use the Sun3 makefile fragment that's in
14917         config, also added the release dir to configdirs
14918
14919 Thu May 20 14:19:18 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
14920
14921         * Makefile.in (taz): Fix modes on stuff in $(TOOL) dir also.
14922
14923 Tue May 18 20:26:41 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14924
14925         * configure.in: remove some program from Alpha targetted toolchains
14926
14927 Tue May 18 15:23:19 1993  Ken Raeburn  (raeburn@cygnus.com)
14928
14929         * Makefile.in (DISTSTUFFDIRS): Renamed from PROTODIRS.  Add ld and
14930         gprof.
14931         (taz): Run "make diststuff" in those directories instead of "make
14932         proto-dir".  Look for "VERSION=" only at start of line in subdir
14933         Makefile.  Use "gzip -9" for compression.
14934         (TEXINFO_SUPPORT, DIST_SUPPORT, BINUTILS_SUPPORT_DIRS): New vars.
14935         (binutils.tar.z): New target.
14936
14937 Mon May 17 17:01:15 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
14938
14939         * Makefile.in (taz): Include gpl.texinfo.
14940
14941 Fri May 14 06:48:38 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
14942
14943         * Makefile.in (setup-dirs): Merged into "taz" target.
14944         (taz): Only do `proto-dir' stuff if a directory is actually needed
14945         for this target.
14946
14947 Wed May 12 13:09:44 1993  Ian Lance Taylor  (ian@cygnus.com)
14948
14949         * Makefile.in (MUNCH_NM): New variable, defined to be $(NM).
14950         (FLAGS_TO_PASS): Pass down MUNCH_NM.
14951         (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): New variables.
14952         (EXTRA_GCC_FLAGS): Pass down HOST_* variables.
14953         (gcc-no-fixedincludes): Correct for current gcc Makefile.
14954
14955 Tue May 11 10:14:25 1993  Fred Fish  (fnf@cygnus.com)
14956
14957         * Makefile.in (make-gdb.tar.Z):  Add configure, config.guess,
14958         config.sub, and move-if-change to gdb testsuite distribution
14959         archive, so the testsuite can be extracted, configured, and
14960         run separately from the gdb distribution.  Blow away the Chill
14961         tests that require a Chill compiled executable, since GNU Chill
14962         is not yet publically available.
14963
14964 Mon May 10 17:22:26 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14965
14966         * test-build.mk: set environment variables in a single command,
14967         instead of a list of assignments and exports
14968
14969         * config.guess: recognize Alpha/OSF1 systems
14970
14971 Mon May 10 14:55:51 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
14972
14973         * configure: Change help message to prefer --options rather than
14974           -options.
14975
14976 Mon May 10 05:58:35 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
14977
14978         * config.sub: Convergent Tech. "miniframe" uses m68010, sez
14979         zippy@ecst.csuchico.edu.
14980         * config.guess: Recognize miniframe.
14981
14982 Sun May  9 17:47:57 1993  Rob Savoye  (rob at darkstar.cygnus.com)
14983
14984         * Makefile.in: Use srcroot to find runtest rather than rootme.
14985         Pass RUNTESTFLAGS and EXPECT down in BASE_FLAGS_TO_PASS.
14986
14987 Fri May  7 14:55:59 1993  Ian Lance Taylor  (ian@cygnus.com)
14988
14989         * test-build.mk: Extensive additions to support building on a
14990         machine other than the host.
14991
14992 Wed May  5 08:35:04 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
14993
14994         * configure (tooldir): Fix for i386-aix again.
14995
14996 Mon May  3 19:00:27 1993  Per Bothner  (bothner@cygnus.com)
14997
14998         * configure, Makefile.in:  Change definition of $(tooldir)
14999         to match the FSF.
15000
15001 Fri Apr 30 15:55:21 1993  Fred Fish  (fnf@cygnus.com)
15002
15003         * config.guess:  Recognize i[34]86/SVR4.
15004
15005 Fri Apr 30 15:52:46 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
15006
15007         * Makefile.in (all-gdb): gdb depends on sim.
15008
15009 Thu Apr 29 23:30:48 1993  Fred Fish  (fnf@cygnus.com)
15010
15011         * Makefile.in (gdb.tar.Z):  Make prototype gdb testsuite directory
15012         at the same time we make the prototype gdb directory.
15013         * Makefile.in (make-gdb.tar.Z):  Make the testsuite distribution
15014         files at the same time as the gdb base release distribution.
15015
15016 Thu Apr 29 12:50:37 1993  Ian Lance Taylor  (ian@cygnus.com)
15017
15018         * Makefile.in (check): Use individual check targets rather than
15019         DO_X rule.
15020         (check-gcc): Added.
15021
15022 Thu Apr 29 09:50:07 1993  Jim Kingdon  (kingdon@cygnus.com)
15023
15024         * config.sub: Use sysv3.2 not sysv32 for canonical OS
15025         for System V release 3.2.
15026
15027 Thu Apr 29 10:33:22 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
15028
15029         * config.sub: Recognize hppaosf.
15030         * configure.in: Do configure ld/binutils/gas for it.
15031
15032 Tue Apr 27 06:25:34 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
15033
15034         * configure (tooldir): Alter syntax used to set this, for systems
15035         where "\$" isn't handled right, like i386-aix.
15036
15037 Thu Apr 22 08:17:35 1993  Ian Lance Taylor  (ian@cygnus.com)
15038
15039         * configure: Pass program-transform-name, not
15040         program_transform_name, to recursive configures.
15041
15042 Thu Apr 22 02:58:21 1993  Ken Raeburn  (raeburn@cygnus.com)
15043
15044         * Makefile.in (gas+binutils.tar.z): New rule for building snapshots
15045         of gas+ld+binutils.
15046
15047 Mon Apr 19 17:41:30 1993  Per Bothner  (bothner@cygnus.com)
15048
15049         * config.guess:  Recognize AIX3.2 as distinct from 3.1.
15050
15051 Sat Apr 17 17:19:50 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15052
15053         * configure.in: rename m88k-motorola-m88kbcs to m88k-motorola-sysv
15054
15055 Tue Apr 13 16:52:16 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
15056
15057         * Makefile.in (PRMS): Set back to all-prms.
15058
15059 Sat Apr 10 12:04:07 1993  Ian Lance Taylor  (ian@cygnus.com)
15060
15061         * test-build.mk: Pass -with-gnu-as for known MIPS native and MIPS
15062         targets, rather than for MIPS hosts.
15063
15064 Fri Apr  9 13:51:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15065
15066         * configure.in: add comment for --with-x default values
15067
15068         * config.guess: handle Motorola Delta88 box for SVR3 and SVR4.
15069
15070         * Makefile.in: add check-* targets for each of the directories in
15071         the tree.  Add a definition of RUNTEST that will use the one we
15072         just built, if it exists.  Pass this down via FLAGS_TO_PASS.
15073
15074 Thu Apr  8 09:21:30 1993  Ian Lance Taylor  (ian@cygnus.com)
15075
15076         * configure.in: Removed obsolete references to bfd_target and
15077         target_makefile_frag.
15078
15079         * build-all.mk: Set assorted targets for Q2.
15080         * config.sub: Recognize z8k-sim and h8300-hms.
15081         * test-build.mk: Really don't pass host to configure.
15082         (HOLES): Added uname.
15083
15084 Wed Apr  7 15:48:19 1993  Ian Lance Taylor  (ian@cygnus.com)
15085
15086         * configure: Handle an empty program-prefix, program-suffix or
15087         program-transform-name correctly.
15088
15089 Tue Apr  6 13:48:41 1993  Ian Lance Taylor  (ian@cygnus.com)
15090
15091         * build-all.mk: -G 8 no longer required for MIPS targets.
15092         * test-build.mk: Don't pass host argument to configure; make it
15093         guess.
15094
15095 Tue Apr  6 10:36:53 1993  Fred Fish  (fnf@cygnus.com)
15096
15097         * Makefile.in (gdb.tar.Z):  Fix for building gzip'd distribution.
15098         * Makefile.in (COMPRESS):  New macro, like GZIP.
15099
15100 Fri Apr  2 09:02:31 1993  Ian Lance Taylor  (ian@cygnus.com)
15101
15102         * test-build.mk: Use -with-gnu-as for mips-sgi-irix4 as well.
15103
15104         * build-all.mk: Set GCC to gcc -O -G 8 for MIPS targets, since gcc
15105         with gas currently defaults to -G 0.
15106
15107 Thu Apr  1 08:25:42 1993  Ian Lance Taylor  (ian@cygnus.com)
15108
15109         * Makefile.in (all-flex): flex depends on byacc.
15110
15111         * build-all.mk: If host not specified, use config.guess.  Pass TAG
15112         to test-build.mk as RELEASE_TAG.
15113         * test-build.mk (configargs): New variable containing arguments to
15114         pass to configure.  Set to -with-gnu-as on mips-dec-ultrix.
15115         (FLAGS_TO_PASS): Pass down RELEASE_TAG.
15116
15117         * config.guess: Use /bin/uname when checking -X argument on SCO,
15118         to avoid invoking GNU uname which doesn't understand -X.
15119
15120         * test-build.mk: Don't use /usr/unsupported/bin/as on AIX.
15121
15122         * configure.in: Build gas for mips-*-*.
15123
15124 Wed Mar 31 21:20:58 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
15125
15126         * Makefile.in (all.normal): insert missing backslash.
15127
15128 Wed Mar 31 12:31:56 1993  Ian Lance Taylor  (ian@cygnus.com)
15129
15130         * build-all.mk: Bump -XNh value to 1500 to match gcc requirements.
15131
15132         * Makefile.in: Complete overhaul to merge many almost identical
15133         targets.
15134
15135 Tue Mar 30 20:17:01 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
15136
15137         * Makefile.in (setup-dirs-gdb): Renamed from setup-dirs.
15138         (gdb.tar.Z): Adjusted.
15139
15140         * Makefile.in (setup-dirs, taz): New targets; should be general
15141         enough to adapt for gdb sometime.  Build only .z file.
15142         (gas.tar.z): New target.
15143
15144 Tue Mar 30 10:03:09 1993  Ian Lance Taylor  (ian@cygnus.com)
15145
15146         * build-all.mk: Use CC=cc -Xs on Solaris.
15147
15148 Thu Mar 25 15:14:30 1993  Fred Fish  (fnf@cygnus.com)
15149
15150         * Makefile.in:  Incorporate changes suggested by wilson@cygnus.com
15151         for handling BISON for FSF releases.
15152
15153 Thu Mar 25 06:19:48 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
15154
15155         * configure: Actually implement the change zoo just documented.
15156
15157 Wed Mar 24 13:02:44 1993  david d `zoo' zuhn  (zoo at poseidon.cygnus.com)
15158
15159         * configure: when using config.guess, only set target_alias when
15160         it's not already been set (ie, on the command line)
15161
15162 Mon Mar 22 23:07:39 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15163
15164         * Makefile.in: add installcheck target, set PRMS to install-prms
15165
15166 Sun Mar 21 16:46:12 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15167
15168         * configure: add support for package_makefile_fragment, handle the
15169         case where a directory has a configure.in file but no Makefile.in
15170         more gracefully (with an actual understandable error message, even);
15171         add support for --without (and add this to the usage message); also
15172         explicitly add a --host=${host_alias} to the command line when
15173         config.guess is used
15174
15175 Sun Mar 21 12:11:58 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
15176
15177         * configure: Must use both --host and --target in recursive calls.
15178
15179 Thu Mar 18 12:31:35 1993  Ian Lance Taylor  (ian@cygnus.com)
15180
15181         * Makefile.in: Change deja-gnu to dejagnu.
15182
15183 Mon Mar 15 15:44:35 1993  Ian Lance Taylor  (ian@cygnus.com)
15184
15185         * configure.in (h8300-*-*, h8500-*-*): Don't build libg++.
15186
15187 Fri Mar 12 18:30:14 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15188
15189         * configure.in: canonicalize all instances to *-*-solaris2*,
15190         also strip out a number of tools to not build for go32 host
15191
15192 Wed Mar 10 12:08:27 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
15193
15194         * config.guess: add GPL.
15195
15196         * Makefile.in, config.guess, config.sub, configure: bump
15197           copyrights to 93.
15198
15199 Wed Mar 10 07:12:48 1993  Ian Lance Taylor  (ian@cygnus.com)
15200
15201         * Makefile.in (do-info): Removed obsolete check for existence of
15202         localenv file.
15203
15204         * Makefile.in (MAKEOVERRIDES): Define to be empty.
15205
15206 Wed Mar 10 03:11:56 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15207
15208         * Makefile.in: a couple of 'else true' for decstation,
15209         support for TclX
15210
15211         * configure.in: configure tclX too; don't remove Tk on RS/6000 anymore
15212
15213 Tue Mar  9 16:06:12 1993  K. Richard Pixley  (rich@cygnus.com)
15214
15215         * Makefile.in (setup-dirs): change invocation of make to $(MAKE).
15216
15217 Mon Mar  8 14:52:11 1993  Ken Raeburn  (raeburn@cambridge)
15218
15219         * config.guess: Recognize i386-ibm-aix (PS/2).
15220         * configure.in: Use config/mh-aix386 file for it.
15221
15222 Mon Mar  8 11:12:43 1993  Ian Lance Taylor  (ian@cygnus.com)
15223
15224         * Makefile.in (GCC_FOR_TARGET): Eliminated definition; use
15225         CC_FOR_TARGET instead.
15226         (BASE_FLAGS_TO_PASS): Pass GCC_FOR_TARGET=$(CC_FOR_TARGET).
15227
15228 Wed Mar  3 16:00:28 1993  Steve Chamberlain  (sac@ok.cygnus.com)
15229
15230         * Makefile.in: Add sim to list of directories sent with gdb
15231
15232 Wed Mar  3 11:42:39 1993  Ken Raeburn  (raeburn@cygnus.com)
15233
15234         * configure.in: Put back mips-dec-bsd* case.
15235
15236 Tue Mar  2 21:15:58 1993  Fred Fish  (fnf@cygnus.com)
15237
15238         (Ultrix 2.2 support from Michael Rendell <michael@mercury.cs.mun.ca>)
15239         * configure.in (vax-*-ultrix2*):  Add Ultrix 2.2 triplet.
15240         * config.guess:  Change 'VAX*:ULTRIX:*:*' to 'VAX*:ULTRIX*:*:*'.
15241
15242 Tue Mar  2 18:11:03 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15243
15244         * configure.in: remove no-op mips-dec-bsd* in "case $target"
15245
15246         * Makefile.in (dir.info): only run gen-info-dir if it exists,
15247         (install-info): install dir.info only if it exists,
15248         (all-expect, install-expect): pass along X11_FLAGS_TO_PASS
15249
15250 Tue Mar  2 09:01:30 1993  Ken Raeburn  (raeburn@cygnus.com)
15251
15252         * configure.in: For vms target, skip bfd, ld, binutils.  Do build
15253         gas for mips-dec-bsd.
15254
15255 Tue Mar  2 08:35:24 1993  Ian Lance Taylor  (ian@cygnus.com)
15256
15257         * configure (makesrcdir): If ${srcdir} is relative and not ".",
15258         and ${subdir} is not ".", set makesrcdir based on ${invsubdir}.
15259
15260 Tue Feb 23 14:18:28 1993  Mike Werner  (mtw@poseidon.cygnus.com)
15261
15262         * configure.in: Added "dejagnu" to hosttools list.
15263
15264 Mon Feb 22 23:28:38 1993  Per Bothner  (bothner@rtl.cygnus.com)
15265
15266         * config.sub, configure.in, config.guess:  Add support
15267         for Bosx, an AIX variant from Bull.
15268         Patches from F.Pierresteguy@frcl.bull.fr.
15269
15270 Sun Feb 21 11:15:22 1993  Mike Werner  (mtw@poseidon.cygnus.com)
15271
15272         * devo/dejagnu: Initial creation of devo/dejagnu.
15273         Migrated dejagnu testcases and support files for testing software
15274         tools to reside as subdirectories, currently called "testsuite",
15275         within the directory of the software tool.  Migrated all programs,
15276         support libraries, etc. beloging to dejagnu proper from
15277         devo/deja-gnu to devo/dejagnu.  These files were moved "as is"
15278         with no modifications.  The changes to these files which will
15279         allow them to configure, build, and execute properly will be made
15280         in a future update.
15281
15282 Fri Feb 19 20:19:39 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
15283
15284         * Makefile.in: Change send_pr to send-pr.
15285         * configure.in: Likewise.
15286         * send_pr: Renamed directory to send-pr.
15287
15288 Fri Feb 19 19:00:13 1993  Per Bothner  (bothner@cygnus.com)
15289
15290         * Makefile.in:  Add some extra semi-colons (needed if SHELL=bash).
15291
15292 Fri Feb 19 00:59:33 1993  John Gilmore  (gnu@cygnus.com)
15293
15294         * README:  Update for gdb-4.8 release.
15295         * Makefile.in (gdb.tar.Z):  Add texinfo/tex3patch.  Build
15296         gdb-xxx.tar.z (gzip'd) file also.
15297
15298 Thu Feb 18 09:16:17 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15299
15300         * Makefile.in: make all-diff depend on all-libiberty
15301
15302 Tue Feb 16 16:06:31 1993  K. Richard Pixley  (rich@cygnus.com)
15303
15304         * config.guess: add vax-ultrix in the spirit of mips-ultrix.
15305
15306 Tue Feb 16 05:57:15 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15307
15308         * configure.in, Makefile.in: add hello, tar, gzip, recode, indent
15309
15310 Tue Feb 16 00:58:20 1993  John Gilmore  (gnu@cygnus.com)
15311
15312         * Makefile.in (DEVO_SUPPORT):  Remove etc directory
15313         (ETC_SUPPORT):  Only add the files GDB wants from etc/.
15314         (gdb.tar.Z):  Use ETC_SUPPORT.  Use byacc when building the file.
15315
15316 Thu Feb 11 20:14:28 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15317
15318         * Makefile.in:  makeinfo binary is in a new location
15319
15320 Tue Feb  9 12:42:27 1993  Ian Lance Taylor  (ian@cygnus.com)
15321
15322         * config.sub: Accept -ecoff as an OS.
15323
15324         * Makefile.in: Various changes to eliminate a level of make
15325         recursion and reduce the required command line length.
15326         (BASE_FLAGS_TO_PASS): New variable holding flags passed to all
15327         sub-makes.
15328         (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): New
15329         variables holding settings for specific sub-makes.
15330         (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS, GCC_FLAGS_TO_PASS): Rewrote
15331         in terms of BASE_FLAGS_TO_PASS.
15332         (TARGET_LIBS): New variable listing directories which use
15333         TARGET_FLAGS_TO_PASS.
15334         (subdir_do): Eliminated.
15335         (do-*): New set of targets to replace subdir_do.
15336         (various): All targets which used subdir_do now depend on do-*.
15337         (local-clean): Renamed from do_clean.
15338         (local-distclean): New target, dependency of distclean and
15339         realclean.
15340         (install-info): Don't create directories.  Depend on dir.info
15341         rather than calling make recursively.
15342         (install-dir.info): Eliminated.
15343         (install-info-dirs): Create all info directories here.
15344         (dir.info): Depend upon do-install-info.
15345
15346         * test-build.mk (HOLES): Added false.
15347
15348 Sat Feb  6 14:05:09 1993  Per Bothner  (bothner@rtl.cygnus.com)
15349
15350         * config.guess:  Recognize BSDI and BSDJ (Jolitz 386bsd).
15351
15352 Thu Feb  4 20:49:18 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15353
15354         * Makefile.in (info): remove dependency on all-texinfo.  The
15355         problem was really in texinfo/C, not at this level.
15356
15357 Thu Feb  4 13:38:41 1993  Ian Lance Taylor  (ian@cygnus.com)
15358
15359         * Makefile.in (info): Added dependency on all-texinfo (PR 2112).
15360
15361 Thu Feb  4 01:50:53 1993  John Gilmore  (gnu@cygnus.com)
15362
15363         * Makefile.in (make-gdb.tar.Z):  Change BISON to 'bison -y' for
15364         GDB releases.
15365
15366 Wed Feb  3 17:22:16 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
15367
15368         * configure: Include srcdir in message about target of link not
15369         being found.  Don't convert `-' to `_' in `with' options being
15370         passed to subdirs.
15371
15372 Tue Feb  2 18:57:59 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15373
15374         * configure.in: add uudecode to host_tools
15375
15376         * Makefile.in: added {all,install}-uudecode targets, added them to
15377         the appropriate lists
15378
15379 Tue Feb  2 11:45:53 1993  Ian Lance Taylor  (ian@cygnus.com)
15380
15381         * Makefile.in (all-gcc): Added dependency on all-gas.
15382
15383         * configure.in (mips-*-*): Build ld and binutils.
15384
15385 Mon Feb  1 12:35:41 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
15386
15387         * configure: check return code from mkdir, print error message and
15388           exit on failure.
15389
15390 Sat Jan 30 16:40:28 1993  John Gilmore  (gnu@cygnus.com)
15391
15392         * Makefile.in (make-gdb.tar.Z):  New location for texinfo.tex.
15393
15394 Thu Jan 28 15:09:59 1993  Ian Lance Taylor  (ian@cygnus.com)
15395
15396         * test-build.mk (HOLES): Added tar, cpio and uudecode.
15397
15398 Wed Jan 27 16:50:32 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
15399
15400         * config.sub (h8500):  Recognize this as a cpu type.
15401
15402 Sat Jan 23 20:32:01 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15403
15404         * configure: source directory missing is no longer a warning
15405
15406         * configure.in: recognize irix[34]* instead of irix[34]
15407
15408         * Makefile.in: define and pass down X11_LIB
15409
15410 Sat Jan 23 13:49:40 1993  Per Bothner  (bothner@cygnus.com)
15411
15412         * guess-systype: Renamed to ...
15413         * config.guess:  ... by popular request.
15414         * configure.in, Makefile.in:  Update accordingly.
15415
15416 Thu Jan 21 12:20:55 1993  Per Bothner  (bothner@cygnus.com)
15417
15418         * guess-systype:  Patches from John Eaton <jwe@che.utexas.edu>:
15419         + Add Convex, Cray/Unicos, and Encore/Multimax support.
15420         + Execute ./dummy instead of assuming . is in PATH.
15421
15422 Tue Jan 19 17:18:06 1993  Per Bothner  (bothner@cygnus.com)
15423
15424         * guess-systype:  New shell script.  Attempts to guess the
15425         canonical host name of the executing host.
15426         Only a few hosts are supported so far.
15427         * configure:  Call guess-systype if no host is specified.
15428
15429 Tue Jan 19 08:26:07 1993  Ian Lance Taylor  (ian@cygnus.com)
15430
15431         * Makefile.in (gcc-no-fixedincludes): Made to work with current
15432         gcc Makefile.
15433
15434
15435 Fri Jan 15 10:27:02 1993  Ian Lance Taylor  (ian@cygnus.com)
15436
15437         * Makefile.in (GCC_FLAGS_TO_PASS): New variable.
15438         (all-gcc, install-gcc, subdir_do): Use it.
15439
15440 Wed Jan 13 17:06:45 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
15441
15442         * Makefile.in: Rename uninstalled gcc driver from gcc to xgcc.
15443
15444 Wed Jan  6 20:29:16 1993  Mike Werner  (mtw@rtl.cygnus.com)
15445
15446         * Makefile.in: Removed explicit setting of SUBDIRS. SUBDIRS is now
15447           set exclusively by configure, using configure.in .
15448
15449 Wed Jan  6 13:44:11 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15450
15451         * test-build.mk: set $PATH for all builds
15452
15453         * Makefile.in: pass TARGET_FLAGS_TO_PASS for xiberty and libm
15454
15455 Wed Jan  6 11:02:10 1993  Fred Fish  (fnf@cygnus.com)
15456
15457         * Makefile.in (GCC_FOR_TARGET):  Supply a default that matches
15458         the one used in gcc/Makefile.in, so that a null expansion doesn't
15459         override the one needed to build gcc with a native cc.
15460
15461
15462 Tue Jan  5 07:55:12 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
15463
15464         * configure: Accept -with arguments.
15465
15466 Sun Jan  3 15:15:09 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
15467
15468         * Makefile.in: added h8300sim
15469
15470 Tue Dec 29 15:06:00 1992  Ian Lance Taylor  (ian@cygnus.com)
15471
15472         * build-all.mk: If canonhost is i386-unknown-sco3.2v4, change it
15473         to i386-sco3.2v4.  Set TARGETS and CFLAGS for i386-sco3.2v4.
15474         (all-cygnus, native, build-cygnus): Make
15475         $(canonhost)-stamp-3stage-done, not $(host)....
15476         * test-build.mk (stamp-3stage-compared): Use tail +10c for
15477         i386-sco3.2v4.  Added else true to if command.
15478
15479 Mon Dec 28 12:08:56 1992  Ken Raeburn  (raeburn@cygnus.com)
15480
15481         * config.sub: (from FSF) Sequent uses a BSD-like OS.
15482
15483 Mon Dec 28 08:32:06 1992  Minh Tran-Le  (mtranle@paris.intellicorp.com)
15484
15485         * configure.in (i[34]86-*-isc*): added; uses mh-sysv.
15486
15487 Thu Dec 24 17:26:24 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15488
15489         * configure.in: don't remove binutils from Solaris builds
15490
15491 Thu Dec 24 14:08:38 1992 david d`zoo' zuhn  (zoo@cygnus.com)
15492
15493         * Makefile.in: get rid of earlier definitions for *clean,
15494         also handle the recursive info rule better
15495
15496 Thu Dec 24 12:40:21 1992  Per Bothner  (bothner@rtl.cygnus.com)
15497
15498         * Makefile.in (mostlyclean, distclean, realclean):  Fix to
15499         do more-or-less the right thing.
15500
15501 Wed Dec 16 10:25:31 1992  Ian Lance Taylor  (ian@cygnus.com)
15502
15503         * Makefile.in: Add lines defining CC and CXX, and use CXX rather
15504         than gcc in definitions of CXX_FOR_BUILD and CXX_FOR_TARGET.
15505
15506 Tue Dec 15 00:34:32 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15507
15508         * Makefile.in: change all $(host_cpu)-$(host_vendor)-$(host_os) to
15509         $(host_canonical).
15510
15511         * configure.in: split the configdirs list into 4 categories (native
15512         v. cross, library v. tool) and handle the cross-only and native-
15513         only in more reasonable (and correct!) way.
15514
15515 Mon Dec 14 17:04:22 1992  Stu Grossman  (grossman at cygnus.com)
15516
15517         * configure.in (hppa*-*-*):  Don't remove bfd and gdb from
15518         configdirs anymore.
15519
15520 Sun Dec 13 00:37:26 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15521
15522         * Makefile.in: extensive cleanup::  removed all of the explicit
15523         clean-* targets, collapsed many wrappers around subdir_do into
15524         one, added additional targets to satisfy standards.texi, deleted
15525         some old targets, some changes for consistency
15526
15527 Fri Dec 11 20:18:02 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15528
15529         * configure.in: handle some programs as cross-only, and others as
15530         native only
15531
15532         * test-build.mk: handle partial holes in a more generic manner
15533
15534         * Makefile.in: m4 depends on libiberty
15535
15536 Thu Dec  3 21:52:11 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15537
15538         * configure.in: add m4, textutils, fileutils, sed, shellutils,
15539         time, wdiff, and find to configdirs
15540
15541         * Makefile.in: all, clean, and install rules for the new programs
15542         added to configure.in
15543
15544 Mon Nov 30 14:54:34 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15545
15546         * configure.in: use mh-sun for all *-sun-* hosts
15547
15548 Fri Nov 27 18:35:54 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15549
15550         * Makefile.in: define flags for X11 include files and library file
15551         locations, pass them down to the programs that need this info
15552
15553         * build-all.mk: added a 'native' target, to 3stage the native toolchain
15554
15555 Sun Nov 22 18:59:13 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15556
15557         * configure.in: start building libg++ for HP-UX targets
15558
15559 Wed Nov 18 19:33:11 1992  John Gilmore  (gnu@cygnus.com)
15560
15561         * README:  Update references to files moved into etc/.
15562
15563 Sun Nov 15 09:36:08 1992  Fred Fish  (fnf@cygnus.com)
15564
15565         * config.sub (i386sol2, i486sol2):  i[34]86-unknown-solaris2.
15566         * configure.in (i[34]86-*-solaris2*):  Use config/mh-sysv4.
15567
15568 Thu Nov 12 08:50:42 1992  Ian Lance Taylor  (ian@cygnus.com)
15569
15570         * configure: accept dash as well as underscore in long option
15571         names for FSF compatibility.
15572
15573 Wed Nov 11 08:04:37 1992  Ian Lance Taylor  (ian@cygnus.com)
15574
15575         * config.sub: added -sco3.2v4 support from FSF.
15576
15577 Sun Nov  8 21:14:30 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15578
15579         * configure.in: expand the section that adds or removes
15580         directories from the list of programs to build, to handle native
15581         vs. cross in addition to host v. native
15582
15583 Sat Nov  7 18:52:27 1992  Per Bothner  (bothner@rtl.cygnus.com)
15584
15585         * Makefile.in:  Replace C++ in macro names with CXX.
15586         This is less likely to break ...
15587
15588 Sat Nov  7 15:16:58 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15589
15590         * test-build.mk: add -w to GNU_MAKE
15591
15592 Fri Nov  6 23:10:37 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15593
15594         * config.sub: remove 'sparc'-->'sparc-sun' default transformation,
15595         add 'sparc' to list of recognized cpus.  This needed to make
15596         'sparc-aout' expand to 'sparc-unknown-aout' instead of 'sparc-sun-aout'.
15597         Delete some redundant ose68 variants.  Recognize -wrs as an os,
15598         then changes that into $CPU-wrs-vxworks.
15599
15600         * configure.in: remove most references to gdbtest, regularize
15601         target based program removal
15602
15603         * test-build.mk: import from p3 tree (many fixes and changes)
15604
15605 Fri Nov  6 20:59:00 1992  david d `zoo' zuhn  (zoo@cygnus.com)
15606
15607         * Makefile.in: added rules to handle tcl, tk, and expect
15608
15609         * configure.in: handle those directories if they exist
15610
15611 Thu Nov  5 14:35:41 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15612
15613         * config.sub: removed bogus hppabsd and hppahpux names, since
15614         "hppa" is not a valid cpu (hppa1.1 or hppa1.0 are, though)
15615
15616 Thu Oct 29 00:12:41 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15617
15618         * Makefile.in: all-gcc now depends on all-binutils.  all-libg++
15619         depends upon all-xiberty
15620
15621         * Makefile.in: changes from p3, including:
15622
15623         Thu Oct  8 15:00:17 1992  Ian Lance Taylor  (ian@cygnus.com)
15624
15625         * Makefile.in (XTRAFLAGS): include newlib directories if
15626         newlib/Makefile exists, rather than if host != target.
15627
15628         Fri Sep 25 13:41:52 1992  Ian Lance Taylor  (ian@cygnus.com)
15629
15630         * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
15631         from the same source tree and not building a cross-compiler.  This
15632         matters for the libg++ configuration if reconfiguring a tree that
15633         has already been installed.
15634
15635         Thu Sep 10 10:35:51 1992  Ian Lance Taylor  (ian@cygnus.com)
15636
15637         * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
15638         pick up the machine and system specific header files.
15639
15640         * Makefile.in: added AS_FOR_TARGET, passed down in
15641         TARGET_FLAGS_TO_PASS.  Added CC_FOR_BUILD, which is intended to be
15642         the C compiler to use to create programs which are run in the
15643         build environment, set it to default to $(CC), and passed it down
15644         in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
15645
15646         Mon Sep  7 22:34:42 1992  Ian Lance Taylor  (ian@cirdan.cygnus.com)
15647
15648         * Makefile.in: add $(host) = $(target) tests back to *_FOR_TARGET.
15649         We need them for unusual native builds, like systems without
15650         ranlib.
15651
15652         * configure: also define $(host_canonical) and
15653         $(target_canonical), which are the full, canonical names for the
15654         given host and target
15655
15656 Sun Nov  1 16:38:17 1992  Per Bothner  (bothner@cygnus.com)
15657
15658         * Makefile.in:  Added separate definitions for C++.
15659
15660 Fri Oct 30 11:37:52 1992  Fred Fish  (fnf@cygnus.com)
15661
15662         * configure.in (configdirs):  Add deja-gnu.
15663
15664 Fri Oct 23 00:39:18 1992  John Gilmore  (gnu@cygnus.com)
15665
15666         * README:  Update for configure.texi and gdb-4.7 release.
15667
15668 Wed Oct 21 21:54:27 1992  John Gilmore  (gnu@cygnus.com)
15669
15670         * Makefile.in:  Move "all" target to top of file.
15671         Previously, first target was ".PHONY" which caused BSD4.4 make
15672         to build .PHONY when make was run without arguments.
15673
15674 Mon Oct 19 01:17:54 1992  John Gilmore  (gnu@cygnus.com)
15675
15676         * Makefile.in:  Add COPYING.LIB to GDB releases, now that there's
15677         Library-copylefted code in libiberty.
15678
15679 Tue Oct 13 01:22:32 1992  John Gilmore  (gnu@cygnus.com)
15680
15681         * config.sub:  Replace m68kmote with plain old m68k.
15682
15683 Fri Oct  9 03:14:24 1992  John Gilmore  (gnu@cygnus.com)
15684
15685         * Makefile.in:  Remove space from blank line, avoid Make complaints.
15686
15687 Thu Oct  8 18:41:45 1992  Ken Raeburn  (raeburn@cygnus.com)
15688
15689         * config.sub: Complain if no argument is given.  Added support for
15690         386bsd as OS and target alias.
15691
15692 Thu Oct  8 15:07:22 1992  Ian Lance Taylor  (ian@cygnus.com)
15693
15694         * Makefile.in (XTRAFLAGS): include newlib directories if
15695         newlib/Makefile exists, rather than if host != target.
15696
15697 Mon Oct  5 03:00:09 1992  Mark Eichin  (eichin at tweedledumber.cygnus.com)
15698
15699         * config.sub: recognize sparclite-wrs-vxworks.
15700
15701         * Makefile.in (install-xiberty): added *-xiberty make rules (from
15702         p3.) Added clean-xiberty to clean.
15703
15704 Thu Oct  1 17:59:19 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15705
15706         * configure.in: use *-*-* instead of nested cases for host and target
15707
15708 Tue Sep 29 14:11:18 1992  Ian Lance Taylor  (ian@cygnus.com)
15709
15710         * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
15711         from the same source tree and not building a cross-compiler.  This
15712         matters for the libg++ configuration if reconfiguring a tree that
15713         has already been installed.
15714
15715 Sep 20 08:53:10 1992  Fred Fish  (fnf@cygnus.com)
15716
15717         * config.sub (i486v/i486v4):  Merge in from FSF version.
15718
15719 Fri Sep 18 00:32:00 1992  Mark Eichin  (eichin@cygnus.com)
15720
15721         * configure: only set PWD if it is already set.
15722
15723 Thu Sep 17 23:05:53 1992  Mark Eichin  (eichin@cygnus.com)
15724
15725         * configure: just set PWD=`pwd` at the top, since Ultrix sh
15726         doesn't have unset and all success paths (and most error paths)
15727         out set it anyway. (Note: should change all uses of ${PWD=`pwd`}
15728         to just ${PWD} to avoid confusion.)
15729
15730 Tue Sep 15 16:00:54 1992  Ian Lance Taylor  (ian@cygnus.com)
15731
15732         * configure: always set $(tooldir) to $(libdir)/$(target_alias),
15733         even for a native compilation.
15734
15735 Tue Sep 15 02:22:56 1992  John Gilmore  (gnu@cygnus.com)
15736
15737         Changes to make the gdb.tar.Z rule work better.
15738
15739         * Makefile.in (GDB_SUPPORT_DIRS):  Add opcodes.
15740         (DEVO_SUPPORT):  Add configure.texi.
15741         (bfd-ilrt.tar.Z):  Remove ancient rule.
15742
15743 Thu Sep 10 10:43:19 1992  Ian Lance Taylor  (ian@cygnus.com)
15744
15745         * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
15746         pick up the machine and system specific header files.
15747
15748         * configure.in, config.sub: added new target m68010-adobe-scout,
15749         with alias of adobe68k.  Changed configure.in to check for
15750         -scout before -sco* to avoid a false match.
15751
15752         * Makefile.in: added AS_FOR_TARGET, passed down in
15753         TARGET_FLAGS_TO_PASS.  Added CC_FOR_BUILD, which is intended to be
15754         the C compiler to use to create programs which are run in the
15755         build environment, set it to default to $(CC), and passed it down
15756         in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
15757
15758 Wed Sep  9 12:21:42 1992  Ian Lance Taylor  (ian@cygnus.com)
15759
15760         * Makefile.in: added TARGET_FLAGS_TO_PASS, CC_FOR_TARGET,
15761         AR_FOR_TARGET, RANLIB_FOR_TARGET, NM_FOR_TARGET.  Pass
15762         TARGET_FLAGS_TO_PASS, which defines CC, AR, RANLIB and NM as the
15763         FOR_TARGET variants, to newlib and libg++.
15764
15765 Tue Sep  8 17:28:30 1992  Ken Raeburn  (raeburn@cambridge.cygnus.com)
15766
15767         * Makefile.in (all-gas, all-gdb): Require all-opcodes to be built
15768         first.
15769
15770 Wed Sep  2 02:50:05 1992  John Gilmore  (gnu@cygnus.com)
15771
15772         * config.sub:  Accept `elf' as an environment.
15773
15774 Tue Sep  1 15:48:30 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
15775
15776         * Makefile.in (all-opcodes):  cd into the right directory
15777
15778 Sun Aug 30 21:12:11 1992  Ian Lance Taylor  (ian@cygnus.com)
15779
15780         * configure: added -program_transform_name option, used as
15781         argument to sed when installing programs.
15782         configure.texi: added documentation for -program_prefix,
15783         -program_suffix and -program_transform_name.
15784
15785 Thu Aug 27 21:59:44 1992  John Gilmore  (gnu@cygnus.com)
15786
15787         * config.sub:  Accept i486 where i386 ok.
15788
15789 Thu Aug 27 13:04:42 1992  Brendan Kehoe  (brendan@rtl.cygnus.com)
15790
15791         * config.sub: accept we32k
15792
15793 Mon Aug 24 14:05:14 1992  Ian Lance Taylor  (ian@cygnus.com)
15794
15795         * config.sub, configure.in: accept OSE68000 and OSE68k.
15796
15797         * Makefile.in: don't create all directories for ``make install'';
15798         let the subdirectories create the ones they need.
15799
15800 Tue Aug 11 23:13:17 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15801
15802         * COPYING: new file, GPL v2
15803
15804 Tue Aug  4 01:12:43 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15805
15806         * Makefile.in: use the new gen-info-dir, which needs a template
15807         argument (which also lives in texinfo)
15808
15809         * configure.texi, standards.texi: fix INFO-DIR-ENTRY
15810
15811 Mon Aug  3 00:34:17 1992  Fred Fish  (fnf@cygnus.com)
15812
15813         * config.sub (ncr3000):  Change i386 to i486.
15814
15815 Thu Jul 23 00:12:17 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15816
15817         * Makefile.in: add install-rcs, install-grep to
15818         install-no-fixedincludes, removed install-bison and install-libgcc
15819
15820 Tue Jul 21 01:01:50 1992  david d `zoo' zuhn (zoo@cygnus.com)
15821
15822         * configure.in: grab the HPUX makefile fragment if on HPUX
15823
15824 Mon Jul 20 11:02:09 1992  D. V. Henkel-Wallace  (gumby@cygnus.com)
15825
15826         * Makefile.in: eradicate bison spoor (ditto libgcc).
15827          configure.in: recognise m68{k,000}-ericsson-OSE.
15828          es1800 is alias for m68k-ericsson-OSE
15829
15830 Sun Jul 19 17:49:02 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15831
15832         * configure.in: rearrange the parts that remove programs from
15833         configdirs, based now on HOST==TARGET or by canonical triple.
15834
15835 Fri Jul 17 22:52:49 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
15836
15837         * test-build.mk: recurse explicitly with -f test-build.mk when
15838           appropriate.  predicate stage3 and comparison on the existence
15839           of gcc.  That is, if gcc isn't around, we aren't three-staging.
15840           On very clean, also remove ...stamp-co.  Build in-place before
15841           doing other builds.
15842
15843 Thu Jul 16 18:33:09 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
15844
15845         * Makefile.in, configure.in: add tgas
15846
15847 Thu Jul 16 16:05:28 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
15848
15849         * Makefile.in: a number of changes merged in from progressive.
15850
15851         * configure.in: add libm.
15852
15853         * .cvsignore: ignore some stuff that comes from test-build.mk.
15854
15855 Tue Jul  7 00:24:52 1992  Fred Fish  (fnf@cygnus.com)
15856
15857         * config.sub:  Add es1800 (m68k-ericsson-es1800).
15858
15859 Tue Jun 30 20:24:41 1992  D. V. Henkel-Wallace  (gumby@cygnus.com)
15860
15861         * configure: Add program_suffix (parallel to program_prefix)
15862         * Makefile.in: adjust directory-creating script for losing decstation
15863
15864 Mon Jun 22 23:43:48 1992  Per Bothner  (bothner@cygnus.com)
15865
15866         * configure:  Minor $subdir-related fixes.
15867
15868 Mon Jun 22 18:30:26 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
15869
15870         * configure: fix various problems with propogating
15871         makefile_target_frag in subdirs.
15872         * configure.in: config libgcc if its there
15873
15874 Fri Jun 19 15:19:40 1992  Stu Grossman  (grossman at cygnus.com)
15875
15876         * config.sub:  HPPA merge.
15877
15878 Sun Jun 14 10:29:19 1992  John Gilmore  (gnu at cygnus.com)
15879
15880         * Makefile.in:  Replace all-bison with all-byacc in all
15881         dependency lines for other tools (which now use byacc).
15882
15883 Fri Jun 12 22:21:57 1992  John Gilmore  (gnu at cygnus.com)
15884
15885         * config.sub:  Add sun4sol2 => sparc-sun-solaris2.
15886
15887 Thu Jun  4 12:07:32 1992  Mark Eichin  (eichin@cygnus.com)
15888
15889         * Makefile.in: make gprof rules similar to byacc rules (instead of
15890         vestigal $(unsubdir) that didn't work...)
15891
15892 Thu Jun  4 00:37:05 1992  Per Bothner  (bothner@rtl.cygnus.com)
15893
15894         * config.sub:  Add support for Linux.
15895         * Makefile.in:  Use $(FLAGS_TO_PASS) more consistently
15896         (at least for libg++).
15897
15898 Tue Jun 02 20:03:00 1992  david d `zoo' zuhn (zoo@cygnus.com)
15899
15900         * configure.texi: fix doc for the -nfp option to configure
15901
15902 Tue Jun  2 17:20:52 1992  Michael Tiemann  (tiemann@cygnus.com)
15903
15904         * Makefile.in (all-binutils): ar needs flex, so depend on all-flex.
15905
15906 Sun May 31 15:04:08 1992  Mark Eichin  (eichin at cygnus.com)
15907
15908         * config.sub: changed [^-]+ to [^-][^-]* so that it works under
15909         Sun sed. (BSD 4.3 sed doesn't handle [^-]+ either.)
15910         * configure.in: added solaris* host_makefile_frag hook.
15911
15912 Sun May 31 01:10:34 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15913
15914         * config.sub: changed recognition of m68000 so that various
15915         m68k types can be specified via m680[01234]0
15916
15917 Sat May 30 21:01:06 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15918
15919         * config.sub (basic_machine): fix sed so that '-foo' isn't
15920         completely substituted out while .+'-foo' loses the '-foo'
15921
15922 Wed May 27 23:18:52 1992  Michael Tiemann  (tiemann@rtl.cygnus.com)
15923
15924         * config.sub ($os): Add -aout.
15925
15926 Fri May 22 14:00:02 1992  Per Bothner  (bothner@cygnus.com)
15927
15928         * configure:  If host_makefile_frag is absolute, don't
15929         prefix ${invsubdir} (relevant to libg++ auto-configure).
15930
15931 Thu May 21 18:00:09 1992  Michael Tiemann  (tiemann@rtl.cygnus.com)
15932
15933         * Makefile.in (tooldir): Define it.
15934         (all-ld): Depend on all-flex.
15935
15936 Sun May 10 21:45:59 1992  Per Bothner  (bothner@rtl.cygnus.com)
15937
15938         * Makefile.in (check):  Fix libg++ special case.
15939
15940 Fri May  8 08:31:41 1992  K. Richard Pixley  (rich@cygnus.com)
15941
15942         * configure: do not bury `pwd` into config.status, thus do fewer
15943           pwd's.
15944
15945         * configure: print the "Building in" message only when building in
15946           other than "." AND verbose.
15947
15948         * configure: remove -s, rework -v to better accommodate guested
15949           configures.
15950
15951         * standards.texi: updated to 3 may, fixed librid <-> libdir typo.
15952
15953 Fri May  1 18:00:50 1992  K. Richard Pixley  (rich@cygnus.com)
15954
15955         * Makefile.in: macroize flags passed on recursion.  remove
15956           fileutils.
15957
15958 Thu Apr 30 08:56:20 1992  K. Richard Pixley  (rich@cygnus.com)
15959
15960         * configure: get makesrcdir right for subdirs deeper than 1.
15961
15962         * Makefile.in: pass INSTALL, INSTALL_DATA, INSTALL_PROGRAM on
15963           install.
15964
15965 Fri Apr 24 15:51:51 1992  K. Richard Pixley  (rich@cygnus.com)
15966
15967         * Makefile.in: don't print subdir_do or recursion lines.
15968
15969 Fri Apr 24 15:22:04 1992  K. Richard Pixley  (rich@cygnus.com)
15970
15971         * standards.texi: added menu item.
15972
15973         * Makefile.in: build and install standards.info.
15974
15975         * standards.texi: new file.
15976
15977 Wed Apr 22 18:06:55 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
15978
15979         * configure: test for and move config.status pieces from
15980           ${subdir}/.
15981
15982 Wed Apr 22 14:38:34 1992  Fred Fish  (fnf@cygnus.com)
15983
15984         * configure:  Test for existance of files before trying to mv
15985         them, to avoid numerous non-existance messages.
15986
15987 Tue Apr 21 12:31:33 1992  K. Richard Pixley  (rich@cygnus.com)
15988
15989         * configure: correct final line of config.status.
15990
15991         * configure: patch from eggert.  Avoids a protection problem if
15992           the original Makefile.in is read only.
15993
15994         * configure: use move-if-change from gcc to create config.status.
15995           Some makefiles depend on config.status to tell if a directory
15996           has been reconfigured for a different host.  This change
15997           prevents those directories from remaking everything in the case
15998           where the reconfig was only intended to rebuild a Makefile.
15999
16000         * configure: test for config.sub with "config.sub sun4" rather
16001           than "config.sub ${host_alias}".  Otherwise we can't tell a bad
16002           host alias from a missing config.sub.
16003
16004 Mon Apr 20 18:16:36 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
16005
16006         * Makefile.in: explicitly pass CFLAGS on recursion. no longer pass
16007           MINUS_G (this can be done with CFLAGS).  Default CFLAGS to -g.
16008
16009 Fri Apr 17 18:27:51 1992  Per Bothner  (bothner@cygnus.com)
16010
16011         * configure: mkdir ${subdir} as needed.
16012
16013 Wed Apr 15 17:37:22 1992  K. Richard Pixley  (rich@cygnus.com)
16014
16015         * Makefile.in,configure.in: added autoconf.
16016
16017 Wed Apr 15 17:27:34 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
16018
16019         * Makefile.in: no longer pass against on recursion.
16020
16021         * Makefile.in: added .NOEXPORT: so that stray makefile_frag
16022           definitions are not inherited.
16023
16024         * configure: correct makesrcdir when subdir is .
16025
16026 Tue Apr 14 11:56:09 1992  Per Bothner  (bothner@cygnus.com)
16027
16028         * configure:  Add support for 'subdirs' variable, which is
16029         like 'configdirs', except that configure doesn't re-invoke
16030         itself for subdirs, it just creates a Makefile for each subdir.
16031         * configure.texi:  Document subdirs.
16032
16033 Mon Apr 13 18:50:16 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16034
16035         * configure.in: added flex to configdirs
16036
16037 Mon Apr 13 18:43:55 1992  K. Richard Pixley  (rich@cygnus.com)
16038
16039         * Makefile.in: remove clean-stamps from clean.
16040
16041 Sat Apr 11 03:52:03 1992  John Gilmore  (gnu at cygnus.com)
16042
16043         * configure.in:  Add gdbtest to configdirs.
16044
16045 Fri Apr 10 23:11:49 1992  Fred Fish  (fnf@cygnus.com)
16046
16047         * Makefile.in (MINUS_G):  Add macro, default to -g, pass on
16048         to recursive makes.
16049         * configure.in:  Recognize new ncr3000 config.
16050
16051 Wed Apr  8 23:08:12 1992  K. Richard Pixley  (rich@cygnus.com)
16052
16053         * Makefile.in, configure.in: removed references to gdbm.
16054
16055 Tue Apr  7 16:48:20 1992  Per Bothner  (bothner@cygnus.com)
16056
16057         * config.sub:  Don't canonicalize os value
16058         newsos* to bsd (readline needs to check for newsos).
16059         (This fix was earlier made Jan 31, but got re-broken.)
16060
16061 Mon Apr  6 14:34:08 1992  Stu Grossman  (grossman at cygnus.com)
16062
16063         * configure.in:  sco is an os, not a vendor!
16064
16065         * configure:  Quote $( better.  Keep various shells happy.
16066
16067 Tue Mar 31 16:32:57 1992  K. Richard Pixley  (rich@cygnus.com)
16068
16069         * Makefile.in: eliminate stamp-files.
16070
16071 Mon Mar 30 22:20:23 1992  K. Richard Pixley  (rich@cygnus.com)
16072
16073         * Makefile.in: add send_pr.  remove "force" from .stmp-gprof rule.
16074           Supress echoing of all the "if [ -d ... $(MAKE)" lines.
16075
16076 Wed Mar 25 15:20:04 1992  Stu Grossman  (grossman@cygnus.com)
16077
16078         * config.sub:  fix iris/iris3.
16079
16080 Wed Mar 25 10:34:19 1992  K. Richard Pixley  (rich@cygnus.com)
16081
16082         * configure: re-add -rm.
16083
16084 Tue Mar 24 23:50:16 1992  K. Richard Pixley  (rich@cygnus.com)
16085
16086         * Maskefile.in: add .stmp-rcs to all.
16087
16088         * configure.in: remove gas from rs6000 build, use aix host fragment.
16089
16090 Mon Mar 23 19:43:35 1992  K. Richard Pixley  (rich@cygnus.com)
16091
16092         * configure: pass down site_option during recursion.
16093
16094 Thu Mar 19 16:49:36 1992  Stu Grossman  (grossman at cygnus.com)
16095
16096         * Makefile.in (all.cross):  Add .stmp-bfd .stmp-readline.
16097
16098 Wed Mar 18 15:29:33 1992  Mike Stump  (mrs@cygnus.com)
16099
16100         * configure: Change exec_prefix so that it really defaults to prefix.
16101
16102 Sat Mar 14 17:20:38 1992  Fred Fish  (fnf@cygnus.com)
16103
16104         * Makefile.in, configure.in:  Add support for mmalloc library.
16105
16106 Fri Mar 13 18:44:18 1992  K. Richard Pixley  (rich@cygnus.com)
16107
16108         * Makefile.in: add stmp dependencies for a few more things.
16109
16110 Thu Mar 12 04:56:24 1992  K. Richard Pixley  (rich@cygnus.com)
16111
16112         * configure: adjusted error message on objdir/srcdir configure
16113           collision, per john's suggestion.
16114
16115         * Makefile.in: add libiberty stmp to all and all.cross.
16116
16117 Wed Mar 11 02:07:52 1992  K. Richard Pixley  (rich@cygnus.com)
16118
16119         * Makefile.in: remove force dependencies, add grep to all.
16120
16121 Tue Mar 10 21:49:18 1992  K. Richard Pixley  (rich@mars.cygnus.com)
16122
16123         * Makefile.in: drop flex.  make stamp files work.
16124
16125         * configure: added test for conflicting configuration in srcdir,
16126           remove trailing slashes from srcdir.  Otherwise emacs gdb mode
16127           gets cranky.  use relative paths for configure and srcdir
16128           whenever possible.  Send some error messages to stderr that were
16129           going to stdout.
16130
16131 Tue Mar 10 18:01:55 1992  Per Bothner  (bothner@cygnus.com)
16132
16133         * Makefile.in:  Fix libg++ rule to check for gcc directory
16134         before using gcc/gcc.  Also pass XTRAFLAGS.
16135
16136 Thu Mar  5 21:45:07 1992  K. Richard Pixley  (rich@sendai)
16137
16138         * Makefile.in: added stmp-files so that directories aren't polled
16139           when they are already built.
16140
16141         * configure.texi: fixed a node pointer problem.
16142
16143 Thu Mar  5 12:05:58 1992  Stu Grossman  (grossman at cygnus.com)
16144
16145         * config.sub configure.in gdb/configure.in
16146         gdb/mips-tdep.c gdb/mipsread.c gdb/procfs.c gdb/signame.h
16147         gdb/tm-irix3.h gdb/tm-mips.h gdb/xm-irix4.h gdb/config/mt-irix3
16148         gdb/config/mh-irix4 texinfo/configure.in:  Port to SGI Irix-4.x.
16149
16150 Wed Mar  4 02:57:46 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
16151
16152         * configure: -recurring becomes -silent.  corrected help message
16153           for -site= option.
16154
16155         * Makefile.in: mkdir $(exec_prefix) and $(tooldir).
16156
16157 Tue Mar  3 14:51:21 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
16158
16159         * configure: when building Makefile for crosses, replace
16160           tooldir and program_prefix.  default srcdir from location of
16161           config.sub.  remove "for host in hosts" and "for target in
16162           targets" loops.
16163
16164 Wed Feb 26 19:48:25 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
16165
16166         * Makefile.in: Do not pass bindir or mandir to cvs.
16167
16168 Wed Feb 26 18:04:40 1992  K. Richard Pixley  (rich@cygnus.com)
16169
16170         * Makefile.in, configure.in: removed traces of namesubdir,
16171           -subdirs, $(subdir), $(unsubdir), some rcs triggers.  Forced
16172           copyrights to '92, changed some from Cygnus to FSF.
16173
16174         * configure.texi: remove most references to multiple hosts,
16175           multiple targets, subdirs, etc.
16176
16177         * configure.man: removed rcsid. reference config.sub not
16178           config.subr.
16179
16180         * Makefile.in: mkdir $(infodir) on install-info.
16181
16182 Wed Feb 19 15:41:13 1992  John Gilmore  (gnu at cygnus.com)
16183
16184         * configure.texi:  Explain better about .gdbinit and about
16185         the environment that configure.in sections run in.
16186
16187 Fri Feb  7 07:55:00 1992  John Gilmore  (gnu at cygnus.com)
16188
16189         * configure.in:  Ultrix is only a decstation if it's a MIPS.
16190
16191 Fri Jan 31 21:54:51 1992  John Gilmore  (gnu at cygnus.com)
16192
16193         * README:  DOC.configure => cfg-paper.texi.
16194
16195 Fri Jan 31 21:48:18 1992  Stu Grossman  (grossman at cygnus.com)
16196
16197         * config.sub (near case $os):  Don't convert newsos* to bsd!
16198
16199 Fri Jan 31 02:27:32 1992  John Gilmore  (gnu at cygnus.com)
16200
16201         * Makefile.in:  Reinstall change from gdb-4.3 that reduces
16202         the number of copies of COPYING that go into the GDB tar file.
16203
16204 Thu Jan 30 16:17:30 1992  Stu Grossman  (grossman at cygnus.com)
16205
16206         * bfd/configure.in, gdb/config/mh-i386sco,
16207         gdb/config/mt-i386v32, gdb/configure.in, readline/configure.in:
16208         Fix SCO configuration stuff.
16209
16210 Tue Jan 28 23:51:07 1992  Per Bothner  (bothner at cygnus.com)
16211
16212         * Makefile.in:  For libg++, make sure the -I pointing
16213         to the gcc directory goes *after* all the libg++-local -I flags.
16214         Also, move just-gcc dependency from just-libg++ to all-libg++.
16215
16216 Tue Jan 28 12:56:24 1992  Stu Grossman  (grossman at cygnus.com)
16217
16218         * configure:  Change -x to -f to keep Ultrix /bin/test happy.
16219
16220 Sat Jan 18 17:45:11 1992  Stu Grossman  (grossman at cygnus.com)
16221
16222         * Makefile.in (make-gdb.tar.Z):  Remove texinfo targets.
16223
16224 Sat Jan 18 17:03:21 1992  Fred Fish  (fnf at cygnus.com)
16225
16226         * config.sub:  Add stratus configuration frags.  Also
16227         submitted to FSF.
16228
16229 Sat Jan 18 15:35:29 1992  Stu Grossman  (grossman at cygnus.com)
16230
16231         * Makefile.in (DEV_SUPPORT):  add configure.man.
16232
16233         * config.sub(Decode manufacturer-specific):  add -none*.
16234
16235 Fri Jan 17 17:58:05 1992  Stu Grossman  (grossman at cygnus.com)
16236
16237         * Makefile.in:  remove form feeds to make Sun's make happy.
16238         (DEVO_SUPPORT):  DOC.configure => cfg-paper.texi.
16239
16240 Sat Jan  4 16:11:44 1992  John Gilmore  (gnu at cygnus.com)
16241
16242         * Makefile.in (AR_FLAGS):  Make quieter.
16243
16244 Thu Jan  2 22:57:12 1992  John Gilmore  (gnu at cygnus.com)
16245
16246         * configure.in:  Add libg++.
16247         * configure:  When verbose, don't output the command line at each
16248         level; it will be unremarkably the same as the previous version,
16249         which will be the same as what the user typed.
16250
16251 Fri Dec 27 16:26:47 1991  K. Richard Pixley  (rich at cygnus.com)
16252
16253         * configure.in, Makefile.in: fix clean-info, add flex.  add
16254           fileutils.
16255
16256         * configure: be less sensitive to spaces in Makefile.in.  Do not
16257           look for sources in "..".  Doing so breaks subdirectories that
16258           might have their own configure.  If a subdir has it's own
16259           configure script, use it.
16260
16261 Thu Dec 26 16:30:26 1991  K. Richard Pixley  (rich at cygnus.com)
16262
16263         * cfg-paper.texi: some changes suggested by rms.
16264
16265 Thu Dec 26 10:13:36 1991  Fred Fish  (fnf at cygnus.com)
16266
16267         * config.sub:  Merge in some small additions from the FSF version,
16268         taken from the gcc distribution, to bring the Cygnus and FSF
16269         versions into closer sync.
16270
16271 Fri Dec 20 11:34:18 1991  Fred Fish  (fnf at cygnus.com)
16272
16273         * configure.in:  Changed svr4 references to sysv4.
16274
16275 Thu Dec 19 15:54:29 1991  K. Richard Pixley  (rich at cygnus.com)
16276
16277         * configure: added -V for version number option.
16278
16279 Wed Dec 18 15:39:34 1991  K. Richard Pixley  (rich at cygnus.com)
16280
16281         * DOC.configure, cfg-paper.texi: revised, updated, and texinfo'd.
16282           renamed from DOC.configure to cfg-paper.texi.
16283
16284 Mon Dec 16 23:05:19 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
16285
16286         * configure, config.subr, config.sub: config.subr is now
16287           config.sub again.
16288
16289 Fri Dec 13 01:17:06 1991  K. Richard Pixley  (rich at cygnus.com)
16290
16291         * configure.texi: new file, in progress.
16292
16293         * Makefile.in: build info file and install the man page for
16294           configure.
16295
16296         * configure.man: new file, first cut.
16297
16298         * configure: find config.subr again now that configuration "none"
16299           has gone.  removed all traces of the -ansi option.  removed all
16300           traces of the -languages option.
16301
16302         * config.subr: resync from rms.
16303
16304 Wed Dec 11 22:25:20 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
16305
16306         * configure, config.sub, config.subr: merge config.sub into
16307           config.subr, call the result config.subr, remove config.sub, use
16308           config.subr.
16309
16310         * Makefile.in: revised install for dir.info.
16311
16312 Tue Dec 10 00:04:35 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
16313
16314         * configure.in: add decstation host makefile frag.
16315
16316         * Makefile.in: BISON now bison -y again.  also install-gcc on
16317           install.  clean-gdbm on clean.  infodir belongs in datadir.
16318           Make directories for info install.  Build dir.info here then
16319           install it.
16320
16321 Mon Dec  9 16:48:33 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
16322
16323         * Makefile.in: fix for bad directory tests.
16324
16325 Sat Dec  7 00:17:01 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
16326
16327         * configure: \{1,2\} appears to be a sysv'ism.  Use a different
16328           regexp.  -srcdir relative was being handled incorrectly.
16329
16330         * Makefile.in: unwrapped some for loops so that parallel makes
16331           work again and so one can focus one's attention on a particular
16332           package.
16333
16334 Fri Dec  6 00:22:08 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
16335
16336         * configure: added PWD as a stand in for `pwd` (for speed). use
16337           elif wherever possible.  make -srcdir work without -objdir.
16338           -objdir= commented out.
16339
16340 Thu Dec  5 22:46:52 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
16341
16342         * configure: +options become --options.  -subdirs commented out.
16343           added -host, -datadir.  Renamed -destdir to -prefix.  Comment in
16344           Makefile now at top of generated Makefile.  Removed cvs log
16345           entries.  added -srcdir.  create .gdbinit only if there is one
16346           in ${srcdir}.
16347
16348         * Makefile.in: idestdir and ddestdir go away.  Added copyrights
16349           and shift gpl to v2.  Added ChangeLog if it didn't exist. docdir
16350           and mandir now keyed off datadir by default.
16351
16352 Fri Nov 22 07:38:11 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
16353
16354         * Freshly created ChangeLog.
16355
16356 \f
16357 Local Variables:
16358 mode: change-log
16359 left-margin: 8
16360 fill-column: 76
16361 version-control: never
16362 End: