OSDN Git Service

ChangeLog:
[pf3gnuchains/gcc-fork.git] / ChangeLog
1 2011-01-31  Alexandre Oliva  <aoliva@redhat.com>
2
3         PR libgcj/44341
4         * configure.ac: Discard --with-* flags for host when configuring
5         target libraries for cross build.
6         * configure: Rebuilt.
7
8 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
9
10         * MAINTAINERS (linear loop transforms): Removed.
11
12 2011-01-25  Jakub Jelinek  <jakub@redhat.com>
13
14         * config/cloog.m4 (CLOOG_REQUESTED): Use $2 if --without-cloog.
15         * configure.ac: If with_ppl is no, move setting with_cloog=no
16         after CLOOG_REQUESTED check.
17         * configure: Regenerated.
18
19 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
20
21         * configure.ac: Call AC_MSG_ERROR when PPL 0.11 is not present and
22         CLooG has been requested.
23         * configure: Regenerated.
24
25 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
26
27         * configure: Regenerated.
28         * configure.ac: Check for version 0.11 (or later revision) of PPL.
29
30 2011-01-25  Tobias Grosser  <grosser@fim.uni-passau.de>
31
32         * configure: Regenerated.
33         * configure.ac: Use CLOOG_CHECK_VERSION(0,16,1).
34
35 2011-01-21  Andreas Schwab  <schwab@redhat.com>
36
37         * configure.ac: Use AS_HELP_STRING throughout.
38         * configure: Regenerate.
39
40 2011-01-18  Jie Zhang  <jie.zhang@analog.com>
41
42         * configure.ac (bfin-*-*): Remove gdb from noconfigdirs.
43         * configure: Regenerate.
44
45 2011-01-13  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
46
47         * ltmain.sh (relink): Use absolute path when hardcoding with -L.
48
49 2011-01-13  Joel Brobecker  <brobecker@adacore.com>
50
51         * configure.ac: Remove readline, mmalloc, and gdb from noconfigdirs
52         for ia64-hpux.
53         * configure: Regenerate.
54
55 2011-01-10  Jan Hubicka  <jh@suse.cz>
56
57         * config/bootstrap-lto.mk: -fuse-linker-plugin is default now;
58         pass -fno-lto to STAGEprofile.
59
60 2011-01-07  Jan Hubicka  <jh@suse.cz>
61
62         PR lto/47225
63         * Makefile.in: Regenerate.
64         * Makefile.def (lto-plugin): Always pass enable-shared to the plugin
65         configure.
66
67 2011-01-07  Jan Hubicka  <jh@suse.cz>
68
69         * Makefile.in: Regenerate.
70         * Makefile.def (gcc host module) and soft dependency on lto-plugin
71         and configure dependency on lto-plugin configure.
72         (lto-plugin module): Remove dependency on GCC; add dependency on
73         liniberty.
74
75 2011-01-07  William Schmidt  <wschmidt@linux.vnet.ibm.com>
76
77         * MAINTAINERS (Write After Approval): Add myself.
78
79 2010-12-23  Hariharan Sandanagobalane <hariharan@picochip.com>
80
81         * configure: Regenerate.
82
83 2010-12-22  Hariharan Sandanagobalane <hariharan@picochip.com>
84
85         * configure.ac: (picochip): Disable libiberty.
86
87 2010-12-14  Kaushik Phatak  <kaushik.phatak@kpitcummins.com>
88
89         * MAINTAINERS (Write After Approval): Add myself.
90
91 2010-12-10  Ian Lance Taylor  <iant@google.com>
92
93         PR bootstrap/46819
94         * configure.ac: For --disable-libgcj clear libgcj_saved.
95         * configure: Rebuild.
96
97 2010-12-10  Tobias Burnus  <burnus@net-b.de>
98
99         PR fortran/46540
100         * configure.ac: Add --disable-libquadmath and
101         --disable-libquadmath-support.
102         * configure: Regenerate.
103
104 2010-12-03  Ian Lance Taylor  <iant@google.com>
105
106         * MAINTAINERS: Add myself as libgo maintainer.
107
108 2010-12-03  Hans-Peter Nilsson  <hp@axis.com>
109
110         PR libffi/46792
111         * configure.ac (cris-*-elf, crisv32-*-elf): Disable target-libffi.
112         * configure: Regenerate.
113
114 2010-12-02  Ian Lance Taylor  <iant@google.com>
115
116         * configure.ac: Always set default for poststage1_ldflags to
117         -static-libstdc++ -static-libgcc.
118
119 2010-11-29  Andreas Schwab  <schwab@redhat.com>
120
121         * configure.ac: Move comment to remove extra space in last argument
122         of GCC_TARGET_TOOL.
123
124 2010-11-26  Alexandre Oliva  <aoliva@redhat.com>
125
126         PR other/46026
127         * configure.ac (CXX_FOR_TARGET): Add -funconfigured-libstdc++-v3.
128         * Makefile.def (CXX_FOR_TARGET): Removed from flags_to_pass.
129         * Makefile.tpl (CXX_FOR_TARGET_FLAG_TO_PASS): New.
130         (BASE_FLAGS_TO_PASS): Use it.
131         * configure: Rebuilt.
132         * Makefile.in: Rebuilt.
133
134 2010-11-23  H.J. Lu  <hongjiu.lu@intel.com>
135
136         PR binutils/12258
137         * configure.ac: Correct comments for --enable-gold/--enable-ld.
138         Properly check default linker.
139         * configure: Regnerated.
140
141 2010-11-23  Matthias Klose  <doko@ubuntu.com>
142
143         * configure.ac: For --enable-gold, handle value `default' instead of
144         `both*'.   New configure option --{en,dis}able-ld.
145         * configure: Regenerate.
146
147 2010-11-20  Ian Lance Taylor  <iant@google.com>
148
149         * configure.ac: Only disable a language library if no language needs
150         it.  Don't let --disable-libgcj uncondtionally disable libffi.
151         * configure: Rebuild.
152
153 2010-11-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
154
155         * Makefile.in: Regenerate.
156
157         PR other/46202
158         * configure.ac: Fix just-built in-tree STRIP name to be
159         binutils/strip-new.
160         * configure: Regenerate.
161         * Makefile.def (install-strip-gcc, install-strip-binutils)
162         (install-strip-opcodes, install-strip-ld, install-strip-itcl)
163         (install-strip-sid): Mirror dependencies on non-strip variants
164         of these targets on the respective -strip prerequisites.
165         * Makefile.tpl (install-strip, install-strip-host)
166         (install-strip-target): New targets.
167         (install-strip-[+module+], install-strip-target-[+module+]):
168         New targets.
169         * Makefile.in: Regenerate.
170
171 2010-11-19  Ian Lance Taylor  <iant@google.com>
172             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
173
174         * configure.ac: Add target-libgo to target_libraries.  Set
175         and substitute GOC_FOR_BUILD and GOC_FOR_TARGET.
176         * Makefile.tpl (BUILD_EXPORTS): Add GOC and GOCFLAGS.
177         (HOST_EXPORTS): Add GOC.
178         (BASE_TARGET_EXPORTS): Add GOC.
179         (GOC_FOR_BUILD, GOCFLAGS, GOC_FOR_TARGET): New variables.
180         (GOCFLAGS_FOR_TARGET): New variable.
181         (EXTRA_HOST_FLAGS): Add GOC.
182         (EXTRA_TARGET_FLAGS): Add GOC and GOCFLAGS.
183         * Makefile.def (target_modules): Add libgo.
184         (flags_to_pass): Add GOC_FOR_TARGET and GOCFLAGS_FOR_TARGET.
185         (dependencies): Add dependency from configure-target-libgo to
186         configure-target-libffi and all-target-libstdc++-v3.  Add
187         dependencies from all-target-libgo to all-target-libffi.
188         (languages): Add go.
189         * configure: Rebuild.
190         * Makefile.in: Rebuild.
191
192 2010-11-19  Ian Lance Taylor  <iant@google.com>
193
194         * config-ml.in: Add Go support: treat GOC and GOCFLAGS like other
195         compiler/flag environment variables.
196
197 2010-11-18  Ian Lance Taylor  <iant@google.com>
198
199         * configure.ac: Check for lang_requires_boot_languages in
200         config-lang.in files.
201         * configure: Rebuild.
202
203 2010-11-16  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
204             Tobias Burnus  <burnus@net-b.de>
205
206         PR fortran/32049
207         * Makefile.def: Add libquadmath; build it with language=fortran.
208         * configure.ac: Add libquadmath.
209         * Makefile.tpl: Handle multiple libs in check-[+language+].
210         * Makefile.in: Regenerate.
211         * configure: Regenerate.
212
213 2010-11-16  Tom Tromey  <tromey@redhat.com>
214
215         * MAINTAINERS: Moved myself to reviewers section.
216
217 2010-11-15  Zdenek Dvorak  <ook@ucw.cz>
218
219         * MAINTAINERS: Moved myself to reviewers section.
220
221 2010-11-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
222
223         * MAINTAINERS (Various Maintainers): Add self for build machinery.
224         (Write After Approval): Remove self.
225
226 2010-11-15  Andreas Schwab  <schwab@redhat.com>
227
228         * configure.ac: Fix spelling in option names.
229         * configure: Regenerated.
230
231 2010-11-13  Georg-Johann Lay  <georgjohann@web.de>
232
233         PR bootstrap/39622
234         * configure.ac (FLAGS_FOR_TARGET): Add include-fixed path.
235         * configure: Regenerated.
236
237 2010-11-13  Kaveh R. Ghazi  <ghazi@gcc.gnu.org>
238
239         * MAINTAINERS: Update my email address.
240
241 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
242
243         * configure: Regenerate.
244
245 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
246
247         * configure: Regenerate.
248
249 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
250
251         * configure: Regenerate.
252
253 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
254
255         * configure: Regenerate.
256
257 2010-11-11  Andreas Simbuerger  <simbuerg@fim.uni-passau.de>
258
259         * configure.ac: Support official CLooG.org versions.
260         * configure: Regenerate.
261         * config/cloog.m4: New.
262
263 2010-11-10  François Dumont  <francois.cppdevs@free.fr>
264
265         * MAINTAINERS (Write After Approval): Add myself.
266
267 2010-11-09  David Edelsohn  <dje.gcc@gmail.com>
268
269         * MAINTAINERS: Update my email address.
270
271 2010-11-04  Iain Sandoe  <iains@gcc.gnu.org>
272
273         * configure.ac (*-*-darwin*): Use mh-darwin for all Darwin variants.
274         * configure: Regenerate.
275
276 2010-11-03  Ian Lance Taylor  <iant@google.com>
277             Dave Korn  <dave.korn.cygwin@gmail.com>
278
279         PR lto/46273
280         * configure.ac: Remove libelf tests.  Build lto-plugin on ELF always
281         and on other supported platforms whenever LTO is enabled.
282         * configure: Rebuild.
283
284 2010-11-02  Alan Modra  <amodra@gmail.com>
285
286         PR binutils/12110
287         * configure.ac: Error when source path contains spaces.
288         * configure: Regenerate.
289
290 2010-10-23  James E. Wilson  <wilson@codesourcery.com>
291
292         * MAINTAINERS: Update my email address.
293
294 2010-10-20  Ian Lance Taylor  <iant@google.com>
295
296         * Makefile.def (target_modules): Set lib_path to src/.libs for
297         libstdc++-v3 module.
298         * Makefile.tpl: Fix typo in TARGET_LIB_PATH comment.
299         * Makefile.in: Rebuild.
300
301 2010-10-18  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
302
303         * MAINTAINERS (Reviewers): Add myself for gengtype/GTY.
304         (Write After Approval): Remove myself.
305
306 2010-10-15  Tristan Gingold  <gingold@adacore.com>
307
308         * MAINTAINERS (OS Port Maintainers): Add myself for VMS.
309
310 2010-10-14  Douglas Rupp  <rupp@gnat.com>
311
312         * MAINTAINERS (OS Port Maintainers): Add myself for VMS.
313
314 2010-10-07  Dave Korn  <dave.korn.cygwin@gmail.com>
315
316         * configure.ac (build_lto_plugin): New shell variable.
317         (--enable-lto): Turn on by default for all non-ELF platforms that
318         have had LTO support added so far.  Set build_lto_plugin appropriately
319         for both ELF and non-ELF.
320         (configdirs): Add lto-plugin or not based on build_lto_plugin.
321         * configure: Regenerate.
322
323 2010-10-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
324
325         Sync from src:
326         * configure.ac (v850 support): Remove target-libgloss from
327         noconfigdirs.
328         * configure: Regenerate.
329
330 2010-10-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
331
332         PR bootstrap/45326
333         PR bootstrap/45174
334         * configure.ac: Honor initial values of $build_configargs,
335         $host_configargs, $target_configargs.  Mark the precious, so
336         environment settings get recorded.
337         * configure: Regenerate.
338
339 2010-09-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
340
341         PR bootstrap/45796
342         * Makefile.def (info-gcc, dvi-gcc, pdf-gcc, html-gcc):
343         Depend on all-build-libiberty.
344         * Makefile.in: Regenerate.
345
346 2010-09-30  Michael Eager  <eager@eagercon.com>
347
348         * configure.ac (microblaze): Add target-libssp to noconfigdirs.
349         * configure: Regenerate.
350
351 2010-09-28  Michael Eager  <eager@eagercon.com>
352
353         * MAINTAINERS (CPU Port Maintainers): Add myself for MicroBlaze port.
354
355 2010-06-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
356
357         PR bootstrap/44621
358         * configure.ac: Fix unportable shell quoting.
359         * configure: Regenerate.
360
361 2010-09-21  Iain Sandoe  <iains@gcc.gnu.org>
362
363         * configure.ac (enable-lto): Add Darwin to the list of supported lto
364         targets and amend comment.
365         * configure: Regenerate.
366
367 2010-09-15  Tejas Belagod  <tejas.belagod@arm.com>
368
369         * MAINTAINERS (Write After Approval): Add myself.
370
371 2010-09-03  Jack Howarth <howarth@bromo.med.uc.edu>
372
373         * configure.ac: Enable LTO by default on Darwin.
374         * configure: Regenerate.
375
376 2010-09-02  Marcus Shawcroft  <marcus.shawcroft@arm.com>
377
378         * MAINTAINERS (Write After Approval): Add myself.
379
380 2010-09-01  Ian Bolton  <ian.bolton@arm.com>
381
382         * MAINTAINERS (Write After Approval): Add myself.
383
384 2010-08-25  Danny Smith  <dannysmith@users.sourceforge.net>
385
386         * MAINTAINERS (OS Port Maintainers): Remove myself from windows
387         ports
388
389 2010-07-28  David Yuste  <david.yuste@gmail.com>
390
391         * MAINTAINERS (Write After Approval): Add myself.
392
393 2010-07-26  Naveen.H.S  <naveen.S@kpitcummins.com>
394
395         * configure.ac: Support all v850 targets.
396         * configure: Regenerate.
397
398 2010-07-23  Marc Glisse <marc.glisse@normalesup.org>
399
400         PR bootstrap/44455
401         * configure.ac (extra_mpfr_configure_flags): Copy from
402         extra_mpc_gmp_configure_flags.
403         * configure: Re-generated.
404
405 2010-07-22  Andi Kleen  <ak@linux.intel.com>
406
407         * MAINTAINERS (Write After Approval): Add myself.
408
409 2010-07-22  Chung-Lin Tang  <cltang@codesourcery.com>
410
411         * MAINTAINERS (Write After Approval): Add myself.
412
413 2010-07-20  Jeffrey Yasskin  <jyasskin@google.com>
414
415         * MAINTAINERS (Write After Approval): Add myself.
416
417 2010-07-17  Jack Howarth  <howarth@bromo.med.uc.edu>
418
419         PR target/44862
420         * Makefile.tpl (POSTSTAGE1_CXX_EXPORT):
421         Provide -B option to allow for link spec %s substitutions for
422         libstdc++.a on darwin.
423         * Makefile.in: Regenerate.
424
425 2010-07-10  Mikael Morin  <mikael@gcc.gnu.org>
426
427         * MAINTAINERS (Reviewers): Update my e-mail address
428
429 2010-06-10  Alexandre Oliva  <aoliva@redhat.com>
430
431         * Makefile.def (configure-gcc): Depend on all-libelf.
432         * Makefile.in: Rebuild.
433
434 2010-06-05  Fabien Chêne  <fabien@gcc.gnu.org>
435
436         * MAINTAINERS (Write After Approval): Add myself in the right place.
437
438 2010-06-04  Fabien Chêne  <fabien@gcc.gnu.org>
439
440         * MAINTAINERS (Write After Approval): Add myself.
441
442 2010-05-25  Sterling Augustine  <sterling@tensilica.com>
443
444         * MAINTAINERS (CPU Port Maintainers): Add myself for xtensa port.
445
446 2010-05-25  Maxim Kuvyrkov  <maxim@codesourcery.com>
447
448         * config.sub: Update to version 2010-05-21.
449         * config.guess: Update to version 2010-04-03.
450
451 2010-05-18  Steven Bosscher  <steven@gcc.gnu.org>
452
453         * configure.ac (--enable-lto): All *-apple-darwin* now support LTO.
454         * configure: Regenerate.
455
456 2010-05-12  Sriraman Tallam  <tmsriram@google.com>
457
458         * MAINTAINERS (Write After Approval): Add myself.
459
460 2010-05-07  Steven Bosscher  <steven@gcc.gnu.org>
461
462         * configure.ac (--enable-lto): Add x86_64-apple-darwin* as
463         a platform that supports LTO.
464         * configure: Regenerate.
465
466 2010-05-05  Sebastian Pop  <sebastian.pop@amd.com>
467
468         * configure.ac: Allow all the versions greater than 0.10 of PPL.
469         * configure: Regenerated.
470
471 2010-04-27  Roland McGrath  <roland@redhat.com>
472             H.J. Lu  <hongjiu.lu@intel.com>
473
474         * configure.ac (--enable-gold): Support both, both/gold and
475         both/bfd to add gold to configdirs without removing ld.
476         * configure: Regenerated.
477
478         * Makefile.def: Add install-gold dependency to install-ld.
479         * Makefile.in: Regenerated.
480
481 2010-04-27  Dave Korn  <dave.korn.cygwin@gmail.com>
482
483         PR lto/42776
484         * configure.ac (--enable-lto): Refactor handling so libelf tests
485         are only performed inside then-clause of ACX_ELF_TARGET_IFELSE,
486         and allow LTO to be explicitly enabled on non-ELF platforms that
487         are known to support it inside else-clause.
488         * configure: Regenerate.
489
490 2010-04-20  Eric Botcazou  <ebotcazou@adacore.com>
491
492         * configure.ac (BUILD_CONFIG): Redirect output to /dev/null.
493         * configure: Regenerate.
494
495 2010-04-17  Ralf Corsépius  <ralf.corsepius@rtems.org>
496
497         * configure.ac (*-*-rtems*): Add target-libiberty to $skipdirs.
498         * configure: Regenerate.
499
500 2010-04-16  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
501
502         * configure.ac: Check for elf_getshdrstrndx or elf_getshstrndx
503         separately.
504         * configure: Regenerate.
505
506 2010-04-16  Kevin Williams  <kevin.williams@inria.fr>
507
508         * MAINTAINERS (Write After Approval): Add myself.
509
510 2010-04-14  Tristan Gingold  <gingold@adacore.com>
511
512         * configure.ac (alpha*-*-*vms*): Remove ld from noconfigdirs.
513         * configure: Regenerate.
514
515 2010-04-13  Steve Ellcey  <sje@cup.hp.com>
516
517         * configure: Regenerate after change to elf.m4.
518
519 2010-04-06  Iain Sandoe  <iains@gcc.gnu.org>
520
521         * MAINTAINERS (Write After Approval): Add myself.
522
523 2010-04-02  Sebastian Pop  <sebastian.pop@amd.com>
524
525         * configure.ac: Add brackets around AC_TRY_COMPILE alternative.
526         * configure: Regenerated.
527
528 2010-04-02  Sebastian Pop  <sebastian.pop@amd.com>
529
530         * configure.ac: Print "buggy but acceptable" when CLooG
531         revision is less than 9.
532         * configure: Regenerated.
533
534 2010-04-01  Diego Novillo  <dnovillo@google.com>
535
536         * MAINTAINERS (Plugin): Add myself and Le-Chun Wu.
537
538 2010-04-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
539
540         PR bootstrap/43615
541         PR bootstrap/43328
542
543         Revert:
544
545         2010-03-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
546
547         * configure.ac: Do not pass --enable-multilib nor
548         --disable-multilib in baseargs.  Accept explicitly passed
549         --enable_multilib.
550         * configure: Regenerate.
551
552 2010-03-31  Ulrich Weigand  <uweigand@de.ibm.com>
553
554         * MAINTAINERS (CPU Port Maintainers): Add myself for spu port.
555
556 2010-03-31  Janis Johnson  <janis187@us.ibm.com>
557
558         * MAINTAINERS: Remove myself.
559
560 2010-03-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
561
562         PR bootstrap/43328
563         * configure.ac: Do not pass --enable-multilib nor
564         --disable-multilib in baseargs.  Accept explicitly passed
565         --enable_multilib.
566         * configure: Regenerate.
567
568 2010-03-28  Andrew Pinski  <pinskia@gmail.com>
569
570         * MAINTAINERS (spu port): Remove me.
571
572 2010-03-23  Joseph Myers  <joseph@codesourcery.com>
573
574         * configure.ac (tic6x-*-*): New case.
575         * configure: Regenerate.
576
577 2010-03-23  Joseph Myers  <joseph@codesourcery.com>
578
579         * config.sub: Update to version 2010-03-22.
580         * config.guess: Update to version 2009-12-30.
581
582 2010-03-19  Jack Howarth  <howarth@bromo.med.uc.edu>
583
584         PR ada/42554
585         * configure.ac: Only pass -c to ranlib for darwin9 and earlier.
586         * configure: Regenerate.
587
588 2010-03-18  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
589
590         * MAINTAINERS: Update my email address.
591
592 2010-03-17  Sebastian Pop  <sebastian.pop@amd.com>
593
594         * MAINTAINERS (dwarak.rajagopal@amd.com): Removed.
595         (ghassan.shobaki@amd.com): Removed.
596
597 2010-03-17  Alan Modra  <amodra@gmail.com>
598
599         * MAINTAINERS: Update my email address.
600
601 2010-03-16  Diego Novillo  <dnovillo@google.com>
602
603         * MAINTAINERS: Remove Dan Hipschman, William Maddox and Chris
604         Matthews.
605
606 2010-03-16  Joseph Myers  <joseph@codesourcery.com>
607
608         * MAINTAINERS (Write After Approval): Remove Jim Blandy, Daniel
609         Gutson, Jeffrey D. Oldham and Mark Shinwell.
610
611 2010-03-16  Joseph Myers  <joseph@codesourcery.com>
612
613         * MAINTAINERS: Update my email address.
614
615 2010-03-16  Daniel Jacobowitz  <dan@codesourcery.com>
616
617         * MAINTAINERS: Update my email address.
618
619 2010-03-15  Bernd Schmidt  <bernds@codesourcery.com>
620
621         * MAINTAINERS: Update my email address.
622
623 2010-03-09  Jie Zhang  <jie@codesourcery.com>
624
625         * MAINTAINERS: Update my email address.
626
627 2010-03-01  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
628
629         PR libstdc++/32499
630         * configure.ac (RANLIB): Default to true.
631         (STRIP): Likewise.
632         (RANLIB_FOR_TARGET): Remove superfluous : argument.
633         * configure: Regenerate.
634
635 2010-02-17  Rafael Ávila de Espíndola  <espindola@google.com>
636
637         * MAINTAINERS (Plugin, LTO, LTO plugin): Remove myself.
638         (Write After Approval): Update my email address.
639
640 2010-02-17  Nick Clifton  <nickc@redhat.com>
641
642         PR 11238
643         * Makefile.tpl (local-distclean): Also remove config.cache files in
644         sub-directories as there may not be Makefiles present in the
645         sub-directories.
646         * Makefile.tpl: Use "-exec rm {}" rather than "-delete" to delete
647         the config.cache files found by the find command.
648
649         * Makefile.in: Regenerate.
650         * configure.ac: Revert previous delta.
651         * configure: Regenerate.
652
653 2010-02-15  Nick Clifton  <nickc@redhat.com>
654
655         PR 11238
656         * configure.ac: Delete config.cache files in sub-directories when
657         deleting Makefiles.
658         * configure: Regenerate.
659
660 2010-02-12  Ben Elliston  <bje@gnu.org>
661
662         * MAINTAINERS: Update my email address.
663
664 2010-02-08  Andrew Pinski  <pinskia@gmail.com>
665
666         * MAINTAINERS (spu port): Update my email address.
667
668 2010-02-08  Jie Zhang  <jie.zhang@analog.com>
669
670         * MAINTAINERS: Add myself as a maintainer for the bfin port.
671
672 2010-01-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
673
674         * configure.ac: Add "recommended" version checks for GMP/MPC.
675         Update recommended GMP/MPFR/MPC versions.
676         * configure: Regenerate.
677
678 2010-01-31  Joern Rennecke  <joern.rennecke@embecosm.com>
679
680         * MAINTAINERS: Move my Embecosm email address into the
681         write-after-approval section.
682
683 2010-01-26  Ian Lance Taylor  <iant@google.com>
684
685         * MAINTAINERS: Add myself as Go frontend maintainer.
686
687 2010-01-25  Joern Rennecke  <amylaar@spamcop.net>
688
689         PR libstdc++/36101, PR libstdc++/42813
690         * configure.ac (bootstrap_target_libs): Make inclusion of
691         target-libgomp conditional on libgomb being in target_configdirs.
692         * configure: Regenerate.
693
694 2010-01-23  Joern Rennecke  <amylaar@spamcop.net>
695
696         PR libstdc++/36101, PR libstdc++/42813
697         * configure.ac (bootstrap_target_libs): Include target-libgomp.
698         * configure: Regenerate.
699
700 2010-01-22  Joern Rennecke  <amylaar@spamcop.net>
701
702         PR libstdc++/36101, PR libstdc++/42813
703         * configure.ac (target_configdirs): Substitute.
704         * Makefile.def: Bootstrap target module libgomp.
705         Add dependency of all-target-libstdc++-v3 on configure-target-libgomp.
706         * Makefile.tpl (TARGET_CONFIGDIRS): New makefile variable.
707         (BASE_TARGET_EXPORTS): Export TARGET_CONFIGDIRS.
708         * configure, Makefile.in: Regenerate.
709
710 2010-01-21  Dave Korn  <dave.korn.cygwin@gmail.com>
711
712         * MAINTAINERS: Adjust my details.
713
714 2010-01-20  Eric B. Weddington  <eric.weddington@atmel.com>
715
716         * MAINTAINERS (CPU Port Maintainers): Add myself for avr port.
717
718 2010-01-18  Thierry Lafage  <thierry.lafage@inria.fr>
719
720         * MAINTAINERS: reindented my entry with tabs instead of spaces.
721
722 2010-01-15  Thierry Lafage  <thierry.lafage@inria.fr>
723
724         * MAINTAINERS (Write After Approval): Add myself.
725
726 2010-01-15  Konrad Trifunovic  <konrad.trifunovic@inria.fr>
727
728         * MAINTAINERS (Write After Approval): Add myself.
729
730 2010-01-11  Richard Guenther  <rguenther@suse.de>
731
732         PR lto/41569
733         * Makefile.def (all-lto-plugin): Depend on all-gcc.
734         * Makefile.in: Regenerated.
735
736 2010-01-11  Andreas Tobler  <andreast@fgznet.ch>
737
738         * configure.ac: Enable libjava build on x86_64-*freebsd*.
739         * configure: Regenerate.
740
741 2010-01-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
742             Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
743
744         PR bootstrap/42424
745         * configure.ac: Include libtool m4 files.
746         (_LT_CHECK_OBJDIR): Call it.
747         (extra_mpc_mpfr_configure_flags, extra_mpc_gmp_configure_flags,
748         gmplibs, ppllibs, clooglibs): Use $lt_cv_objdir.
749
750         * configure: Regenerate.
751
752 2010-01-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
753
754         PR bootstrap/41818
755         * Makefile.tpl (BASE_TARGET_EXPORTS): Only add TARGET_LIB_PATH
756         to $(RPATH_ENVVAR) if bootstrapping.  Fix typo in comment.
757         * Makefile.in: Regenerate.
758
759 2010-01-02  Richard Guenther  <rguenther@suse.de>
760
761         PR lto/41529
762         * configure.ac: Include config/elf.m4.  Disable LTO if not
763         builting for an elf target.
764         * configure: Regenerate.
765
766 2009-12-27  Christopher Faylor  <me+cygwin@cgf.cx>
767
768         * MAINTAINERS: Change my email address.
769
770 2009-12-18  Ben Elliston  <bje@au.ibm.com>
771
772         * config.sub, config.guess: Update from upstream sources.
773
774 2009-12-07  Shujing Zhao  <pearly.zhao@oracle.com>
775
776         * MAINTAINERS (Write After Approval): Add myself.
777
778 2009-12-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
779
780         PR middle-end/30447
781         PR middle-end/30789
782         PR other/40302
783
784         * configure.ac: Require MPC.
785         * configure: Regenerate.
786
787 2009-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
788
789         PR target/38384
790         PR bootstrap/40972
791         * libtool.m4: Sync from git Libtool.
792         * ltoptions.m4: Likewise.
793         * ltversion.m4: Likewise.
794         * lt~obsolete.m4: Likewise.
795         * ltmain.sh: Likewise.
796
797 2009-11-30  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
798
799         * configure.ac: Update minimum MPC version to 0.8.
800         * configure: Regenerate.
801
802 2009-11-21  Sebastian Pop  <sebpop@gmail.com>
803
804         * configure.ac: Check for version 0.15.5 or later revision of CLooG.
805         * configure: Regenerated.
806
807 2009-11-21  Ian Lance Taylor  <iant@google.com>
808
809         * configure.ac: Change default of poststage1_ldflags to be empty if
810         poststage1_libs is set.  When poststage1_libs is empty, and
811         ENABLE_BUILD_WITH_CXX is set, add -static-libgcc.
812         * configure: Rebuild.
813
814 2009-11-21  Adam Nemet  <adambnmet@gmail.com>
815
816         * MAINTAINERS (Write After Approval): Update my email address.
817
818 2009-11-20  Ben Elliston  <bje@au.ibm.com>
819
820         * config.guess: Update from upstream sources.
821
822 2009-11-16  Alexandre Oliva  <aoliva@redhat.com>
823
824         * Makefile.def: Restore host and target settings for gmp.
825         * Makefile.in: Rebuild.
826
827 2009-11-16  Alexandre Oliva  <aoliva@redhat.com>
828
829         * configure.ac: Add libelf to host_libs.  Enable in-tree configury
830         of ppl and cloog.  Fix in-tree configury of libelf, skip tests.
831         Fix portability of test of C++ as bootstrap language.  Add
832         ppl/src/ppl-config.o to the bootstrap compare exclusion list.
833         * configure: Rebuild.
834         * Makefile.def: Drop host and target settings from gmp, mpfr, ppl,
835         and cloog.  Fix in-tree ppl configuration.  Introduce libelf
836         in-tree building.
837         * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): New.
838         (POSTSTAGE1_HOST_EXPORTS): Use it.
839         (STAGE[+id+]_CXXFLAGS): New.
840         (BASE_FLAGS_TO_PASS): Pass it down.
841         (configure-stage[+id+]-[+prefix+][+module+]): Use it.  Add
842         extra_exports.
843         (all-stage[+id+]-[+prefix+][+module+]): Likewise.
844         (configure-[+prefix+][+module+], all-[+prefix+][+module+]): Add
845         extra_exports.
846         * Makefile.in: Rebuild.
847
848 2009-11-17  Ben Elliston  <bje@au.ibm.com>
849
850         * config.sub, config.guess: Update from upstream sources.
851
852 2009-11-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
853
854         * MAINTAINERS (Write After Approval): Add myself.
855
856 2009-11-09  Jon Beniston  <jon@beniston.com>
857
858         * MAINTAINERS (Write After Approval): Add myself.
859
860 2009-11-06  Ozkan Sezer  <sezeroz@gmail.com>
861
862         * configure.ac (FLAGS_FOR_TARGET):  Add -L and -isystem
863         paths for *-w64-mingw* and x86_64-*mingw*.
864         * configure: Regenerated.
865
866 2009-11-05  Joern Rennecke  <amylaar@spamcop.net>
867
868         * MAINTAINERS (Write After Approval): Add entry for my INRIA work.
869
870 2009-11-02  Benjamin Kosnik  <bkoz@redhat.com>
871
872         * MAINTAINERS: Add Jonathan Wakely under Various Maintainers, move
873         Phil Edwards to Write-After Approval.
874
875 2009-10-30  Kai Tietz  <kai.tietz@onevision.com>
876
877         * configure.ac: Disable target-winsup & co for
878         x86_64-*-mingw* and *-w64-mingw* targets.
879         * configure: Regenerated.
880
881 2009-10-16  Nick Clifton  <nickc@redhat.com>
882
883         * MAINTAINERS: Add myself as a maintainer for the RX port.
884
885 2009-10-26  Johannes Singler  <singler@kit.edu>
886
887         * MAINTAINERS (Write After Approval): Update my e-mail address.
888
889 2009-10-23  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
890
891         * configure.ac (CLooG test): Use = with test.
892         * configure: Regenerate.
893
894 2009-10-22  Richard Guenther  <rguenther@suse.de>
895
896         * configure.ac: Do not set LIBS for ppl/cloog checks.  Disable
897         cloog if the ppl version check failed.  Move flags saving
898         before setting in libelf check.
899         * configure: Regenerate.
900
901 2009-10-21  Richard Guenther  <rguenther@suse.de>
902
903         * configure.ac: Adjust the ppl and cloog configure to work as
904         documented.  Disable cloog if ppl was disabled.  Omit the version
905         checks if they were disabled.
906         * configure: Re-generate.
907
908 2009-10-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
909
910         * configure.ac: Add 'lto' to enable_languages, not
911         new_enable_languages, and only if not already present.
912         * configure: Regenerate.
913
914 2009-10-10  Gerald Pfeifer  <gerald@pfeifer.com>
915
916         * README: Refer to the various COPYING* files instead of just
917         COPYING.
918         Refer to http://gcc.gnu.org/bugs/ for bug reporting instructions.
919
920 2009-10-07  Rafael Avila de Espindola  <espindola@google.com>
921
922         * MAINTAINERS: Change my email address. Change plugi-in to plugin.
923         
924 2009-10-07  Richard Guenther  <rguenther@suse.de>
925
926         * MAINTAINERS (LTO): List Diego Novillo, Rafael Avila de Espindola,
927         and Richard Guenther as reviewers.
928         (LTO plugin): List Rafael Avila de Espindola and Cary Coutant
929         as reviewers.
930
931 2009-10-07  Hariharan Sandanagobalane  <hariharan@picochip.com>
932
933         * config.sub: Update from upstream sources.
934
935 2009-10-06  Ian Lance Taylor  <iant@google.com>
936
937         * Makefile.def: check-gold depends upon all-gas.
938         * Makefile.in: Rebuild.
939
940 2009-10-05  Phil Muldoon  <pmuldoon@redhat.com>
941
942         * MAINTAINERS (Write After Approval): Add myself.
943
944 2009-10-03  2009-02-05  Rafael Avila de Espindola  <espindola@google.com>
945
946         * Makefile.def: all-lto-plugin depends on all-libiberty.
947         set bootstrap=true for lto-plugin.
948         Add lto-plugin.
949         * Makefile.in: Regenerate.
950         * configure.ac (host_libs): Add lto-plugin.
951         * configure: Regenerate.
952
953 2009-10-03  Diego Novillo  <dnovillo@google.com>
954
955         * Makefile.tpl (HOST_EXPORTS): Add LIBELFLIBS and LIBELFINC.
956         (HOST_LIBELFLIBS): Define.
957         (HOST_LIBELFINC): Define.
958         * Makefile.in: Regenerate.
959         * configure.ac: Add --enable-lto.
960         Add --with-libelf, --with-libelf-include and --with-libelf-lib.
961         If --enable-lto is used, add 'lto' to new_enable_languages.
962         If --enable-lto is used and gold is enabled, add
963         lto-plugin to configdirs.
964         * configure: Regenerate.
965
966 2009-10-03  Simon Baldwin  <simonb@google.com>
967
968         * configure.ac: If --with-system-zlib, suppress local zlib and
969         pass --with-system-zlib to subdir configure scripts.
970         * configure: Regenerate.
971
972 2009-10-01  Loren J. Rittle  <ljrittle@acm.org>
973             Paolo Bonzini  <bonzini@gnu.org>
974
975         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Use $$s rather than
976         $(srcdir).
977         * Makefile.in: Rebuilt.
978
979 2009-09-26  Gary Funck  <gary@intrepid.com>
980
981         * MAINTAINERS (Write After Approval): Add myself.
982
983 2009-09-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
984
985         * configure.ac: Update minimum MPC version to 0.7.
986         * configure: Regenerate.
987
988 2009-09-25  Nick Clifton  <nickc@redhat.com>
989
990         * configure.ac: Pass any --cache-file=/dev/null option on to
991         subconfigures.
992         * configure: Regenerate.
993
994 2009-09-23  Nick Clifton  <nickc@redhat.com>
995
996         * config.sub, config.guess: Update from upstream sources.
997
998 2009-09-22  Loren J. Rittle  <ljrittle@acm.org>
999
1000         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Remove stray $$r/.
1001         * Makefile.in: Rebuilt.
1002
1003 2009-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1004
1005         PR bootstrap/32272
1006         * configure.ac: Error out if $srcdir isn't '.' but contains
1007         host-${host_noncanonical}.
1008         * configure: Regenerate.
1009
1010 2009-09-22  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1011
1012         * MAINTAINERS (OS Port Maintainers): Add myself as Solaris
1013         maintainer.
1014
1015 2009-09-21  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1016
1017         * configure.ac: If bootstrapping a combined tree with
1018         --enable-gold, require c++ in stage1_languages.
1019         * configure: Regenerate.
1020
1021         * configure.ac: Also add target_libs of stage1_languages to
1022         bootstrap_target_libs.
1023         * configure: Regenerate.
1024
1025         * configure.ac: Diagnose --enable-build-with-cxx bootstrap
1026         with --enable-languages not containing c++.
1027         * configure: Regenerate.
1028
1029 2009-09-15  Jie Zhang  <jie.zhang@analog.com>
1030
1031         * configure.ac: Disable java and boehm-gc for bfin-*-*.
1032         * configure: Regenerate.
1033
1034 2009-09-12  Joern Rennecke  <joern.rennecke@embecosm.com>
1035
1036         * MAINTAINERS (Write After Approval): Update my e-mail address,
1037         and move from from here...
1038         (Waiting for paperwork): To here.
1039
1040 2009-09-09  Joseph Myers  <joseph@codesourcery.com>
1041
1042         * MAINTAINERS (Reviewers): Add self as driver reviewer.
1043
1044 2009-09-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1045
1046         * configure.ac: Do not use $extrasub for replacing @if/@endif
1047         parts in Makefile; instead, use additional arguments to
1048         AC_CONFIG_COMMANDS to do the replacement manually, with several
1049         sed invocations, to avoid HP-UX sed command limits.
1050         * configure: Regenerate.
1051
1052 2009-09-08  Alexandre Oliva  <aoliva@redhat.com>
1053
1054         * libtool.m4 (output_verbose_link_cmd): Require leading blank, and
1055         blank before -L.
1056
1057 2009-09-04  Alexandre Oliva  <aoliva@redhat.com>
1058
1059         * configure.ac (with-build-config): Document.  Handle without.
1060         Handle missing argument.
1061         * configure: Rebuilt.
1062
1063 2009-09-03  Alexandre Oliva  <aoliva@redhat.com>
1064
1065         * configure.ac (--with-build-config): New.  Set BUILD_CONFIG.
1066         Default to bootstrap-debug only if compare-debug works.
1067         * configure: Rebuilt.
1068         * Makefile.tpl: Make BUILD_CONFIG configure-configurable.
1069         * Makefile.in: Rebuilt.
1070
1071 2009-09-02  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1072
1073         * MAINTAINERS (OS Port Maintainers): Update my email address.
1074
1075 2009-09-01  Alexandre Oliva  <aoliva@redhat.com>
1076
1077         * Makefile.tpl (BUILD_CONFIG): Default to bootstrap-debug.
1078         * Makefile.in: Rebuilt.
1079
1080 2009-09-01  Chris Demetriou  <cgd@google.com>
1081
1082         * MAINTAINERS (Write After Approval): Add myself.
1083
1084 2009-08-31  Dodji Seketeli  <dodji@redhat.com>
1085
1086         PR debug/30161
1087         * include/dwarf2.h (enum dwarf_tag): Added
1088         DW_TAG_GNU_template_template_param
1089         (enum dwarf_attribute): Added DW_AT_GNU_template_name.
1090
1091 2009-08-30  Paolo Bonzini  <bonzini@gnu.org>
1092
1093         * Makefile.tpl (AWK): Fix typo.
1094         * Makefile.in: Regenerate.
1095
1096 2009-08-30  Paolo Bonzini  <bonzini@gnu.org>
1097
1098         * configure.ac: Detect awk and sed.
1099         * Makefile.def (flags_to_pass): Add AWK and SED.
1100         * Makefile.tpl (AWK, SED): New.
1101         (BASE_FLAGS_TO_PASS): Add AWK and SED.
1102         * configure: Regenerate.
1103         * Makefile.in: Regenerate.
1104
1105 2009-08-26  Dave Korn  <dave.korn.cygwin@gmail.com>
1106
1107         * ltmain.sh (removedotparts): Don't use comma as 's' separator.
1108         (collapseslashes): Likewise.
1109
1110 2009-08-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1111
1112         * configure.ac (AC_PREREQ): Bump to 2.64.
1113
1114 2009-08-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1115
1116         * configure.ac: Remove --with-datarootdir, --with-docdir,
1117         --with-pdfdir, --with-htmldir switches.
1118         * configure: Regenerate.
1119
1120         * configure: Regenerate.
1121
1122         * compile: Sync from Automake 1.11.
1123         * depcomp: Likewise.
1124         * install-sh: Likewise.
1125         * missing: Likewise.
1126         * mkinstalldirs: Likewise.
1127         * ylwrap: Likewise.
1128
1129 2009-08-20  Dave Korn  <dave.korn.cygwin@gmail.com>
1130
1131         * ltmain.sh (func_normal_abspath): New function.
1132         (func_relative_path): Likewise.
1133         (func_mode_help): Document new -bindir option for link mode.
1134         (func_mode_link): Add new -bindir option, and use it to place
1135         output DLL if specified.
1136
1137 2009-08-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1138
1139         * configure.ac: Call AC_DISABLE_OPTION_CHECKING.
1140         (baseargs): Add --disable-option-checking.
1141         * configure: Regenerate.
1142
1143         * Makefile.def (configure-target-libiberty): Depend on
1144         all-binutils and all-ld.
1145         (configure-target-newlib): Likewise.
1146         * Makefile.in: Regenerate.
1147
1148 2009-08-17  Ben Elliston  <bje@au.ibm.com>
1149
1150         * config.sub, config.guess: Update from upstream sources.
1151
1152 2009-08-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1153
1154         Sync from src, merge:
1155
1156         2009-07-02  Tristan Gingold  <gingold@adacore.com>
1157
1158         * configure.ac: Do not exclude gas for i386-*-darwin.
1159         Add a case for x86_64-*-darwin.
1160         * configure: Regenerate.
1161
1162 2009-08-06  Neil Vachharajani  <nvachhar@gmail.com>
1163
1164         * MAINTAINERS: Add my name to Write After Approval list.
1165
1166 2009-08-06  Michael Eager  <eager@eagercon.com>
1167
1168         * configure.ac: Add Microblaze target.
1169         * configure: Regenerate.
1170
1171 2009-07-31  Christian Bruel  <christian.bruel@st.com>
1172
1173         * configure.ac (sh*-*-elf): Don't add target-libgloss to noconfigdirs.
1174         * configure: Regenerate.
1175         
1176 2009-07-28  Rask Ingemann Lambertsen  <ccc94453@vip.cybercity.dk>
1177
1178         * MAINTAINERS (Write After Approval): Update my e-mail address.
1179
1180 2009-07-06  Ian Lance Taylor  <iant@google.com>
1181
1182         * configure.ac: Add missing comma in AC_ARG_WITH(boot-libs).
1183         * configure: Rebuild.
1184
1185 2009-07-01  Tobias Grosser  <grosser@fim.uni-passau.de>
1186
1187         * MAINTAINERS: Move myself to the Graphite Reviewers.
1188
1189 2009-06-30  Wei Guozhi  <carrot@google.com>
1190
1191         * MAINTAINERS: Add my name to Write After Approval list.
1192
1193 2009-06-26  Steve Ellcey  <sje@cup.hp.com>
1194
1195         PR bootstrap/40338
1196         * configure.ac (comparestring): Create new variable.
1197         * Makefile.tpl (comparestring): Use to skip some comparisions.
1198         * configure: Regenerate.
1199         * Makefile.in: Regenerate.
1200
1201 2009-06-26  Doug Evans  <dje@sebabeach.org>
1202
1203         * Makefile.def (host_modules): Add cgen.
1204         * Makefile.in: Regenerate.
1205         * configure.ac (host_tools): Add cgen.
1206         * configure: Regenerate.
1207
1208 2009-06-23  DJ Delorie  <dj@redhat.com>
1209
1210         * MAINTAINERS: Add myself as mep maintainer.
1211
1212 2009-06-23  Ian Lance Taylor  <iant@google.com>
1213
1214         * configure.ac: Add --enable-build-with-cxx.  When set, add c++ to
1215         boot_languages.  Only bootstrap target libraries listed in
1216         target_libs for some boot language.  Add --with-stage1-ldflags,
1217         --with-stage1-libs, --with-boot-ldflags, --with-boot-libs.  Remove
1218         with_host_libstdcxx from ppllibs.  Only add -fkeep-inline-functions
1219         if not building with C++.
1220         * Makefile.def: For target_module libstdc++-v3, set bootstrap=true.
1221         * Makefile.tpl (STAGE1_LDFLAGS, STAGE1_LIBS): New variables.
1222         (POSTSTAGE1_LDFLAGS, POSTSTAGE1_LIBS): New variables.
1223         (HOST_EXPORTS): Add STAGE1_LDFLAGS to LDFLAGS.  Export HOST_LIBS.
1224         (POSTSTAGE1_HOST_EXPORTS): Set CXX and CXX_FOR_BUILD.  Add
1225         POSTSTAGE1_LDFLAGS to LDFLAGS.  Export HOST_LIBS.
1226         (POSTSTAGE1_FLAGS_TO_PASS): Likewise.
1227         * configure, Makefile.in: Rebuild.
1228
1229 2009-06-23  Li Feng  <nemokingdom@gmail.com>
1230
1231         * MAINTAINERS: Added my name to write-after-approval list.
1232
1233 2009-06-15  Ryan Mansfield  <rmansfield@qnx.com>
1234
1235         * configure.ac: Define is_elf for QNX Neutrino targets.
1236         * configure: Regenerate.
1237
1238 2009-06-09  Ghassan Shobaki  <ghassan.shobaki@amd.com>
1239
1240         * MAINTAINERS: Added my name to the write-after-approval list
1241
1242 2009-06-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1243
1244         * configure.ac: Detect MPC in default directory.
1245         * configure: Regenerate.
1246
1247 2009-06-03  Jerome Guitton  <guitton@adacore.com>
1248             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1249
1250         * Makefile.tpl (all): Avoid a trailing backslash.
1251         * Makefile.in: Regenerate.
1252
1253 2009-06-03  Ben Elliston  <bje@au.ibm.com>
1254
1255         * config.sub, config.guess: Update from upstream sources.
1256
1257 2009-06-02  Richard Sandiford  <r.sandiford@uk.ibm.com>
1258
1259         * configure.ac (powerpc-*-aix*, rs6000-*-aix*): Add target-newlib
1260         to noconfdirs.
1261         * configure: Regenerate.
1262
1263 2009-06-02  Alexandre Oliva  <aoliva@redhat.com>
1264
1265         * Makefile.tpl ([+compare-target+]): Compare all stage
1266         directories, rather than just gcc.
1267         * Makefile.in: Rebuilt.
1268
1269 2009-06-01  Doug Kwan  <dougkwan@google.com>
1270
1271         * configure.ac: Support gold for target arm*-*-*.
1272         * configure: Regenerate.
1273
1274 2009-05-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1275
1276         * Makefile.def: Add MPC support and dependencies.
1277         * configure.ac: Likewise.  Reorganize GMP/MPFR checks.
1278
1279         * Makefile.in, configure: Regenerate.
1280
1281 2009-05-27  Alexandre Oliva  <aoliva@redhat.com>
1282
1283         * Makefile.tpl (all): Avoid harmless warning in make all when
1284         gcc-bootstrap is enabled but stage_last does not exist.
1285         * Makefile.in: Rebuilt.
1286
1287 2009-05-24  Nicolas Roche  <roche@adacore.com>
1288
1289         * Makefile.tpl (compare-target): Skip ./ada/*tools directories.
1290         * Makefile.in: Regenerate.
1291
1292 2009-05-21  Denis Chertykov  <chertykov@gmail.com>
1293
1294         * MAINTAINERS: Update my e-mail address.
1295
1296 2009-05-21  Dave Korn  <dave.korn.cygwin@gmail.com>
1297
1298         * configure.ac (cygwin noconfigdirs):  Remove libgcj.
1299         * configure:  Regenerate.
1300
1301 2009-05-18  Alexandre Oliva  <aoliva@redhat.com>
1302
1303         PR other/40159
1304         * Makefile.tpl (all): Don't assume gcc-bootstrap and
1305         gcc-no-bootstrap are mutually exclusive.
1306         * Makefile.in: Rebuilt.
1307
1308 2009-05-18  Alexandre Oliva  <aoliva@redhat.com>
1309
1310         PR other/40159
1311         * Makefile.tpl (all): Don't end with unconditional success.
1312         * Makefile.in: Rebuilt.
1313
1314 2009-05-12  Alexandre Oliva  <aoliva@redhat.com>
1315
1316         PR target/37137
1317         * Makefile.def (flags_to_pass): Remove redundant and incomplete
1318         STAGE1_CFLAGS, STAGE2_CFLAGS, STAGE3_CFLAGS, and STAGE4_CFLAGS.
1319         Add FLAGS_FOR_TARGET and BUILD_CONFIG.
1320         (bootstrap_stage): Remove bootstrap-debug custom stages.  Turn
1321         stage_configureflags, stage_cflags and stage_libcflags into
1322         explicit Makefile macros.
1323         * Makefile.tpl (HOST_EXPORTS, EXTRA_HOST_FLAGS): Pass GCJ and
1324         GFORTRAN.
1325         (POSTSTAGE1_HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET and TFLAGS to
1326         CC.  Set CC_FOR_BUILD from CC.
1327         (BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS,
1328         NORMAL_TARGET_EXPORTS): Move SYSROOT_CFLAGS_FOR_TARGET and
1329         DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS and CXXFLAGS to
1330         XGCC_FLAGS_FOR_TARGET.  Add it along with TFLAGS to CC, CXX, GCJ,
1331         and GFORTRAN.
1332         (TFLAGS, STAGE_CFLAGS, STAGE_TFLAGS, STAGE_CONFIGURE_FLAGS): New.
1333         (_LIBCFLAGS): Renamed to _TFLAGS.
1334         (do-compare-debug, do-compare3-debug): Drop.
1335         (CC, GCC_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET,
1336         GCJ_FOR_TARGET, GFORTRAN_FOR_TARGET): Remove FLAGS_FOR_TARGET.
1337         (FLAGS_FOR_TARGET, SYSROOT_CFLAGS_FOR_TARGET,
1338         DEBUG_PREFIX_CFLAGS_FOR_TARGET): Move down.
1339         (XGCC_FLAGS_FOR_TARGET): New.
1340         (BASE_FLAGS_TO_PASS): Pass STAGEid_CFLAGS, STAGEid_TFLAGS and TFLAGS.
1341         (EXTRA_HOST_FLAGS): Pass GCJ and GFORTRAN.
1342         (POSTSTAGE1_FLAGS_TO_PASS): Move SYSROOT_CFLAGS_FOR_TARGET and
1343         DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS, CXXFLAGS, LIBCFLAGS,
1344         LIBCXXFLAGS to XGCC_FLAGS_FOR_TARGET.    Add it along with TFLAGS
1345         to CC, CXX, GCJ, and GFORTRAN.  Pass XGCC_FLAGS_FOR_TARGET and
1346         TFLAGS.
1347         (BUILD_CONFIG): Include if requested.
1348         (all): Set TFLAGS on bootstrap.
1349         (configure-stageid-prefixmodule): Pass TFLAGS, adjust FLAGS.
1350         (all-stageid-prefixmodule): Likewise.
1351         (do-clean, distclean-stageid): Set TFLAGS.
1352         (restrap): Fix whitespace.
1353         * Makefile.in: Rebuilt.
1354
1355 2009-05-07  Paolo Bonzini  <bonzini@gnu.org>
1356
1357         * config.guess: Sync with src.
1358
1359 2009-05-07  Dave Korn  <dave.korn.cygwin@gmail.com>
1360
1361         * configure.ac ($with_ppl):  Default to no if not supplied.
1362         ($with_cloog):  Likewise.
1363         configure:  Regenerate.
1364
1365 2009-04-27  James E. Wilson  <wilson@codesourcery.com>
1366
1367         * MAINTAINERS: Update my e-mail address.
1368
1369 2009-04-27  Nick Clifton  <nickc@redhat.com>
1370
1371         * MAINTAINERS: Replace Aldy Hernandez as a maintainer for the FRV.
1372
1373 2009-04-25  Eric Botcazou  <ebotcazou@adacore.com>
1374
1375         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add GNATBIND.
1376         (POSTSTAGE1_FLAGS_TO_PASS): Pick up exported value for GNATBIND.
1377         * Makefile.in: Regenerate.
1378
1379 2009-04-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1380
1381         PR bootstrap/39739
1382         * configure.ac (extra_mpfr_configure_flags): Set and AC_SUBST.
1383         * Makefile.def (module=mpfr): Use extra_mpfr_configure_flags.
1384
1385         * configure, Makefile.in: Regenerate.
1386
1387 2009-04-21  Taras Glek  <tglek@mozilla.com>
1388
1389         * include/hashtab.h: Update GTY annotations to new syntax
1390         * include/splay-tree.h: Likewise
1391
1392 2009-04-17  Ben Elliston  <bje@au.ibm.com>
1393
1394         * config.sub, config.guess: Update from upstream sources.
1395
1396 2009-04-15  Anthony Green  <green@moxielogic.com>
1397
1398         * configure.ac: Add moxie support.
1399         * configure: Rebuilt.
1400
1401 2009-04-14  Jakub Jelinek  <jakub@redhat.com>
1402
1403         * configure.ac: Change copyright header to refer to version
1404         3 of the GNU General Public License and to point readers at the
1405         COPYING3 file and the FSF's license web page.
1406         * Makefile.def: Likewise.
1407         * Makefile.tpl: Likewise.
1408         * Makefile.in: Regenerate.
1409
1410 2009-04-09  Jack Howarth  <howarth@bromo.med.uc.edu>
1411
1412         * configure.ac: Restore match for darwin9 or later. Use double
1413         brackets since regeneration eats one pair.
1414         * configure: Regenerate.
1415
1416 2009-04-09  H.J. Lu  <hongjiu.lu@intel.com>
1417
1418         PR gas/10039
1419         * configure.ac: Require texinfo 4.7.
1420         * configure: Regenerated.
1421
1422 2009-04-09  Nick Clifton  <nickc@redhat.com>
1423
1424         * COPYING.RUNTIME: New file: Contains a copy of version 3.1 of
1425         the GCC Runtime Library Exception.
1426
1427 2009-04-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1428
1429         * configure.ac: Bump minimum GMP/MPFR versions to 4.2 and 2.3.1.
1430         * configure: Regenerate.
1431
1432 2009-04-01  Steve Ellcey  <sje@cup.hp.com>
1433
1434         * Makefil.def (languages): New entries.
1435         * Makefile.tpl (check-gcc-*): New generic target.
1436         * Makefile.in: Regenerate.
1437
1438 2009-03-25  Erven Rohou  <erven.rohou@inria.fr>
1439
1440         * MAINTAINERS:  Update my email address.
1441
1442 2009-03-18  Tom Tromey  <tromey@redhat.com>
1443
1444         * configure: Rebuild.
1445         * configure.ac (host_libs): Add libiconv.
1446         * Makefile.in: Rebuild.
1447         * Makefile.def (host_modules): Add libiconv.
1448         (configure-gdb, all-gdb): Depend on libiconv.
1449
1450 2009-03-16  Tristan Gingold  <gingold@adacore.com>
1451
1452         * configure.ac: Treat gdb as supported on x86_64-darwin.
1453         * configure: Regenerate.
1454
1455 2009-03-16  Joseph Myers  <joseph@codesourcery.com>
1456
1457         * configure.ac (--with-host-libstdcxx): New option.
1458         * configure: Regenerate.
1459
1460 2009-03-12  Joern Rennecke  <joern.rennecke@arc.com>
1461
1462         * MAINTAINERS:  Move myself into the write after approval list.
1463
1464 2009-03-11  Nicola Pero  <nicola.pero@meta-innovation.com>
1465
1466         * MAINTAINERS: Update e-mail address.
1467         
1468 2009-03-11  Dorit Nuzman  <dorit@il.ibm.com>
1469
1470         * MAINTAINERS: Remove myself as auto-vectorizer maintainer.
1471
1472 2009-03-10  Ira Rosen  <irar@il.ibm.com>
1473
1474         * MAINTAINERS: Add myself as auto-vectorizer maintainer.
1475
1476 2009-03-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1477
1478         Backport from git Libtool:
1479
1480         2009-01-19  Robert Millan  <rmh@aybabtu.com>
1481         Support GNU/kOpenSolaris.
1482         * libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER)
1483         (_LT_CHECK_MAGIC_METHOD, _LT_COMPILER_PIC, _LT_LINKER_SHLIBS)
1484         (_LT_LANG_CXX_CONFIG) [kopensolaris*-gnu]: Recognize
1485         GNU/kOpenSolaris.
1486
1487 2009-02-27  Andreas Schwab  <schwab@linux-m68k.org>
1488
1489         * MAINTAINERS: Update e-mail address.
1490
1491 2009-02-24  Michael Eager  <eager@eagercon.com>
1492
1493         * MAINTAINERS (Write After Approval): Add self.
1494
1495 2009-02-18  Bingfeng Mei  <bmei@broadcom.com>
1496
1497         * MAINTAINERS (Write After Approval): Add myself.
1498
1499 2009-02-05  Andreas Schwab  <schwab@suse.de>
1500
1501         * Makefile.tpl (stage_last): Define $r and $s before using
1502         $(RECURSE_FLAGS_TO_PASS).
1503         * Makefile.in: Regenerate
1504
1505 2009-01-30  Ian Lance Taylor  <iant@google.com>
1506
1507         * MAINTAINERS: Move myself to the Global Reviewers list.
1508
1509 2009-01-29  Robert Millan  <rmh@aybabtu.com>
1510
1511         * configure.ac: Recognize GNU/kOpenSolaris (*-*-kopensolaris*-gnu).
1512         * configure: Regenerate.
1513
1514 2009-01-17  Gerald Pfeifer  <gerald@pfeifer.com>
1515
1516         * MAINTAINERS: Make whitespace consistent.
1517         Remove Robert Millan from Write After Approval.
1518
1519 2009-01-16  Alan Modra  <amodra@bigpond.net.au>
1520
1521         * Makefile.def (configure-opcodes): Depend on configure-libiberty.
1522         (all-opcodes): Depend on all-libiberty.
1523         * Makefile.in: Regenerate.
1524
1525 2009-01-15  Douglas B Rupp  <rupp@gnat.com>
1526
1527         * configure.ac (ia64*-*-*vms*): Add case with no gdb or ld support.
1528         * configure: Regenerate.
1529
1530 2009-01-12  Ramana Radhakrishnan  <ramana.r@gmail.com>
1531
1532         * MAINTAINERS (Write After Approval): Add myself.
1533
1534 2009-01-12  Steven G. Kargl  <sgk@troutmask.apl.washington.edu>
1535
1536         * MAINTAINERS: Add myself to reviewers (Fortran).
1537
1538 2009-01-12  Sebastian Pop  <sebastian.pop@amd.com>
1539
1540         PR tree-optimization/38515
1541         * configure.ac (cloog-polylib): Removed.
1542         (with_ppl, with_cloog): Test for "no".
1543         * configure: Regenerated.
1544
1545 2009-01-11  Daniel Franke  <franke.daniel@gmail.com>
1546
1547         * MAINTAINERS: Moved myself to reviewers (Fortran).
1548
1549 2009-01-06  Thomas Schwinge  <tschwinge@gnu.org>
1550
1551         * MAINTAINERS (OS Port Maintainers): Add myself for GNU/Hurd.
1552         (Write After Approval): Remove myself.
1553
1554 2009-01-03  Diego Novillo  <dnovillo@google.com>
1555
1556         * MAINTAINERS: Remove myself from alias maintainership.
1557
1558 2009-01-02  David Ayers  <ayers@fsfe.org>
1559
1560         * MAINTAINERS: Update e-mail address.
1561
1562 2008-12-30  Gerald Pfeifer  <gerald@pfeifer.com>
1563
1564         * MAINTAINERS: Make whitespace consistent.
1565
1566 2008-12-18  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1567
1568         Backport from upstream Libtool:
1569         * libltdl.m4 (_LT_SYS_DYNAMIC_LINKER, _LT_LINKER_SHLIBS):
1570         Add cache variables to tests that require the linker to work.
1571         For shlibpath_overrides_runpath, this also changes the semantics
1572         to let the result from the C compiler take precedence.
1573
1574 2008-12-02  Ben Elliston  <bje@au.ibm.com>
1575
1576         * config.sub, config.guess: Update from upstream sources.
1577
1578 2008-12-12  Sebastian Pop  <sebastian.pop@amd.com>
1579
1580         * configure.ac (ppllibs): Add by default the lib flags.
1581         * configure: Regenerate.
1582
1583 2008-12-08  Luis Machado  <luisgpm@br.ibm.com>
1584
1585         * MAINTAINERS:  Add myself to the write after approval list.
1586
1587 2008-12-04  Jack Howarth  <howarth@bromo.med.uc.edu>
1588
1589         * configure.ac: Add double brackets on darwin[912].
1590         * configure: Regenerate.
1591
1592 2008-12-03  Daniel Kraft  <d@domob.eu>
1593
1594         * MAINTAINERS:  Moved myself and Mikael Morin from Write After
1595         Approval to Reviewer section (for Fortran front-end).
1596
1597 2008-12-02  Jack Howarth  <howarth@bromo.med.uc.edu>
1598
1599         * configure.ac: Expand to darwin10 and later.
1600         * configure: Regenerate.
1601
1602 2008-12-02  Andreas Schwab  <schwab@suse.de>
1603
1604         * Makefile.def: configure-target-boehm-gc depends on
1605         all-target-libstdc++-v3.
1606         * Makefile.in: Regenerate.
1607
1608 2008-12-02  Kai Tietz  <kai.tietz@onevision.com>
1609
1610         * MAINTAINERS:  Add myself as mingw maintainer.
1611
1612 2008-12-02  Ben Elliston  <bje@au.ibm.com>
1613
1614         * config.sub, config.guess: Update from upstream sources.
1615
1616 2008-12-01  Gerald Pfeifer  <gerald@pfeifer.com>
1617
1618         * README.SCO: Remove.
1619
1620 2008-11-29  Fernando Pereira  <pronesto@gmail.com>
1621
1622         * MAINTAINERS:  Add myself to the write after approval list.
1623
1624 2008-11-29  Dave Korn  <dave.korn.cygwin@gmail.com>
1625
1626         * MAINTAINERS:  Update my email address in WAA section.
1627
1628 2008-11-29  Chen Liqin  <liqin@sunnorth.com.cn>
1629
1630         * MAINTAINERS: Update e-mail address.
1631
1632 2008-11-27  Toon Moene  <toon@moene.org>
1633
1634         * MAINTAINERS: Change e-mail address.
1635
1636 2008-11-27  Tristan Gingold  <gingold@adacore.com>
1637
1638         * configure.ac: Build gdb for i?86-*-darwin*
1639         * configure: Regenerated.
1640
1641 2008-11-24  Hariharan Sandanagobalane  <hariharan@picochip.com>
1642
1643         * MAINTAINERS: Added my full name.
1644
1645 2008-11-14  Daniel Jacobowitz  <dan@codesourcery.com>
1646
1647         PR bootstrap/38014
1648         PR bootstrap/37923
1649
1650         Revert:
1651
1652         2008-10-24  Daniel Jacobowitz  <dan@codesourcery.com>
1653
1654         * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
1655         * Makefile.in: Regenerated.
1656
1657         2008-10-22  Daniel Jacobowitz  <dan@codesourcery.com>
1658
1659         PR gdb/921
1660         PR gdb/1646
1661         PR gdb/2175
1662         PR gdb/2176
1663
1664         * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
1665         * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
1666         (EXTRA_BUILD_FLAGS): Correct typo.  Pass CPPFLAGS.
1667         (HOST_EXPORTS): Pass CPPFLAGS.
1668         (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
1669         (LDFLAGS_FOR_TARGET): Initialize from configure script.
1670         (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
1671         * Makefile.in, configure: Regenerated.
1672         * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
1673         and CPPFLAGS_FOR_BUILD.
1674
1675 2008-11-06  Jeff Law  <law@redhat.com>
1676
1677         * MAINTAINERS: Add myself as middle end maintainer.
1678
1679 2008-11-06  Andrew Stubbs  <ams@codesourcery.com>
1680
1681         * MAINTAINERS (Write after approval): Add myself.
1682
1683 2008-11-05  Diego Novillo  <dnovillo@google.com>
1684
1685         * MAINTAINERS (Global Reviewers): Add myself.
1686         (Non-Algorithmic Maintainers): Remove myself.
1687
1688 2008-11-04  Thomas Schwinge  <tschwinge@gnu.org>
1689
1690         * MAINTAINERS (Write after approval): Add myself.
1691
1692 2008-10-31  Mikael Morin  <mikael.morin@tele2.fr>
1693
1694         * MAINTAINERS (Write after approval): Add myself.
1695
1696 2008-10-31  Ben Elliston  <bje@au.ibm.com>
1697
1698         * configure.ac (spu-*-*): Remove special case.
1699         * configure: Regenerate.
1700
1701 2008-10-30  Catherine Moore  <clm@codesourcery.com>
1702
1703         * MAINTAINERS (Write after approval): Update my email address.
1704
1705 2008-10-29  Stefan Schulze Frielinghaus  <xxschulz@de.ibm.com>
1706
1707         * configure.ac [spu-*-*]: Do not set skipdirs.
1708         * configure: Re-generate.
1709
1710 2008-10-29  Bernd Schmidt  <bernd.schmidt@analog.com>
1711
1712         * MAINTAINERS (Various Maintainers): Add myself to reload.
1713
1714 2008-10-25  Richard Guenther  <rguenther@suse.de>
1715
1716         * MAINTAINERS (Various Maintainers): Add myself as middle-end
1717         maintainer.  Remove myself as libgcc-math maintainer.
1718         (Non-Algorithmic Maintainers): Remove myself.
1719
1720 2008-10-24  Daniel Jacobowitz  <dan@codesourcery.com>
1721
1722         * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
1723         * Makefile.in: Regenerated.
1724
1725 2008-10-23  Cary Coutant  <ccoutant@google.com>
1726
1727         * MAINTAINERS (Write after approval): Add myself.
1728
1729 2008-10-22  Daniel Jacobowitz  <dan@codesourcery.com>
1730
1731         PR gdb/921
1732         PR gdb/1646
1733         PR gdb/2175
1734         PR gdb/2176
1735
1736         * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
1737         * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
1738         (EXTRA_BUILD_FLAGS): Correct typo.  Pass CPPFLAGS.
1739         (HOST_EXPORTS): Pass CPPFLAGS.
1740         (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
1741         (LDFLAGS_FOR_TARGET): Initialize from configure script.
1742         (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
1743         * Makefile.in, configure: Regenerated.
1744         * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
1745         and CPPFLAGS_FOR_BUILD.
1746
1747 2008-10-20  Sebastian Pop  <sebastian.pop@amd.com>
1748
1749         * MAINTAINERS (Graphite Reviewers): Added Daniel Berlin and
1750         Sebastian Pop.
1751
1752 2008-10-14  Antoniu Pop <antoniu.pop@gmail.com>
1753
1754         * MAINTAINERS (Write After Approval): Added myself.
1755
1756 2008-10-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1757
1758         * configure.ac (MPFR check): Bump minimum version to 2.3.0 and
1759         recommended version to 2.3.2.
1760
1761         * configure: Regenerate.
1762
1763 2008-10-01  Mark Mitchell  <mark@codesourcery.com>
1764
1765         * MAINTAINERS (Blanket Write Privs): Change to Global Reviewers.
1766
1767 2008-09-29  David Daney <david.daney@caviumnetworks.com>
1768
1769         * MAINTAINERS (Write After Approval): Update e-mail address.
1770
1771 2008-09-26  Peter O'Gorman  <pogma@thewrittenword.com>
1772
1773         * libtool.m4: Update to libtool 2.2.6.
1774         * lt~obsolete.m4: Update to libtool 2.2.6.
1775         * ltmain.sh: Update to libtool 2.2.6.
1776         * ltsugar.m4: Update to libtool 2.2.6.
1777         * ltversion.m4: Update to libtool 2.2.6.
1778         * ltoptions.m4: Update to libtool 2.2.6.
1779         * ltgcc.m4: Update to match changes from libtool 2.2.6.
1780
1781 2008-09-22  Chris Fairles  <cfairles@gcc.gnu.org>
1782
1783         * MAINTAINERS (Write After Approval): Add myself.
1784
1785 2008-09-22  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
1786
1787         * MAINTAINERS (Write After Approval): Update my name.
1788
1789 2008-09-20  Steven Bosscher  <steven@gcc.gnu.org>
1790
1791         * MAINTAINERS: Add myself in "Write After Approval".
1792
1793 2008-09-18  Steve Ellcey  <sje@cup.hp.com>
1794
1795         * MAINTAINERS: Add myself as ia64 maintainer.
1796
1797 2008-09-04  Gerald Pfeifer  <gerald@pfeifer.com>
1798
1799         * MAINTAINERS: Remove John Carr, Steve Chamberlain, Michael Chastain,
1800         Klaus Kaempf, Mumit Khan, Alan Lehotsky, Warren Levy, Don Lindsay,
1801         Dave Love, Alexandre Petit-Bianco, Clinton Popetz, Gavin Romig-Koch,
1802         and Michael Tiemann from Write After Approval since they do not
1803         actually have access.
1804
1805 2008-09-05  Richard Guenther  <rguenther@suse.de>
1806
1807         * configure.ac: Initialize clooglibs to -lcloog.
1808         * configure: Re-generate.
1809
1810 2008-09-04  Le-Chun Wu  <lcwu@google.com>
1811
1812         * MAINTAINERS (Write After Approval): Add myself.
1813
1814 2008-09-03  Sebastian Pop  <sebastian.pop@amd.com>
1815
1816         * configure.ac (--with-cloog-polylib): New.
1817         (--disable-cloog-version-check): New.
1818         (--disable-ppl-version-check): New.
1819         * configure: Re-generate.
1820
1821 2008-09-03  Richard Guenther  <rguenther@suse.de>
1822
1823         * configure.ac: Always pass -DCLOOG_PPL_BACKEND to the
1824         cloog test.
1825         * configure: Re-generate.
1826
1827 2008-09-03  Hari Sandanagobalane  <hariharan@picochip.com>
1828
1829         Add picoChip port.
1830         * MAINTAINERS: Add picoChip maintainers.
1831
1832 2008-09-02  Sebastian Pop  <sebastian.pop@amd.com>
1833             Tobias Grosser  <grosser@fim.uni-passau.de>
1834             Jan Sjodin  <jan.sjodin@amd.com>
1835             Harsha Jagasia  <harsha.jagasia@amd.com>
1836             Dwarakanath Rajagopal  <dwarak.rajagopal@amd.com>
1837             Konrad Trifunovic  <konrad.trifunovic@inria.fr>
1838             Adrien Eliche  <aeliche@isty.uvsq.fr>
1839
1840         Merge from graphite branch.
1841         * configure: Regenerate.
1842         * Makefile.in: Regenerate.
1843         * configure.ac (host_libs): Add ppl and cloog.
1844         Add checks for PPL and CLooG.
1845         * Makefile.def (ppl, cloog): Added modules and dependences.
1846         * Makefile.tpl (PPLLIBS, PPLINC, CLOOGLIBS, CLOOGINC): New.
1847         (HOST_PPLLIBS, HOST_PPLINC, HOST_CLOOGLIBS, HOST_CLOOGINC): New.
1848
1849 2008-08-31  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
1850
1851         * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
1852         (GCC_SHLIB_SUBDIR): New.
1853         * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
1854         * configure: Regenerate.
1855         * Makefile.in: Regenerate.
1856
1857 2008-08-30  Gerald Pfeifer  <gerald@pfeifer.com>
1858
1859         * MAINTAINERS: Consistently use tabs to separate columns.
1860
1861 2008-08-29  Tristan Gingold  <gingold@adacore.com>
1862
1863         * MAINTAINERS (Write after Approval): Add myself.
1864
1865 2008-08-28  Tristan Gingold  <gingold@adacore.com>
1866
1867         * configure.ac (powerpc-*-darwin*, i?86-*-darwin*,x86_64-*-darwin9):
1868         Enable bfd, binutils and opcodes.
1869         * configure: Regenerate.
1870
1871 2008-08-27  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
1872
1873         * MAINTAINERS: Update my hppa and hpux entries.  Remove my vax entry.
1874
1875 2008-08-23  Thomas Koenig  <tkoenig@gcc.gnu.org>
1876
1877         * MAINTAINERS:  Use correct Umlaut for last name.
1878
1879 2008-08-23  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
1880
1881         * MAINTAINERS: Move myself from Reviewers to Write after Approval.
1882
1883 2008-08-16  David Edelsohn  <edelsohn@gnu.org>
1884
1885         * MAINTAINERS: Update my email address.
1886
1887 2008-08-16  Nicolas Roche  <roche@adacore.com>
1888
1889         * Makefile.tpl: Add BOOT_ADAFLAGS.
1890         * Makefile.in: Regenerate.
1891
1892 2008-08-09  Richard Sandiford  <rdsandiford@googlemail.com>
1893
1894         * configure.ac (mips*-*-*linux*, mips*-*-gnu*): Use mt-mips-gnu.
1895         * configure: Regenerate.
1896
1897 2008-07-30  Paolo Bonzini  <bonzini@gnu.org>
1898
1899         * configure.ac: Add makefile fragments for hpux.
1900         * Makefile.def (flags_to_pass): Add ADA_CFLAGS.
1901         * Makefile.tpl (HOST_EXPORTS): Pass ADA_CFLAGS.
1902         * configure: Regenerate.
1903         * Makefile.in: Regenerate.
1904
1905 2008-07-28  Aldy Hernandez  <aldyh@redhat.com>
1906
1907         * MAINTAINERS: Add Jakub and myself as gimple maintainers.
1908
1909 2008-07-11  Dodji Seketeli  <dseketel@redhat.com>
1910
1911         * MAINTAINERS (Write after Approval): Add myself.
1912
1913 2008-07-02  Xuepeng Guo  <xuepeng.guo@intel.com>
1914
1915         * MAINTAINERS (Write After Approval):  Add myself.
1916
1917 2008-06-29  Andrew Jenner  <andrew@codesourcery.com>
1918
1919         * MAINTAINERS (Write After Approval):  Add myself.
1920
1921 2008-06-29  Krister Walfridsson  <krister.walfridsson@gmail.com>
1922
1923         * MAINTAINERS: Update my email address.
1924
1925 2008-06-25  Joey Ye  <joey.ye@intel.com>
1926
1927         * MAINTAINERS (Write After Approval):  Add myself.
1928
1929 2008-06-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1930
1931         * Makefile.tpl ($(srcdir)/configure): Update dependencies.
1932         * Makefile.in: Regenerate.
1933         * configure: Regenerate.
1934
1935 2008-06-17  Daniel Kraft  <d@domob.eu>
1936
1937         * MAINTAINERS (Write After Approval):  Add myself.
1938
1939 2008-06-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1940
1941         * configure.ac: Set TOPLEVEL_CONFIGURE_ARGUMENTS early, when
1942         "$@" is still intact with both Autoconf 2.59 and 2.62.
1943         * configure: Regenerate.
1944
1945 2008-06-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1946
1947         * Makefile.tpl: Fix comment errors.
1948         * Makefile.in: Regenerate.
1949
1950 2008-06-12  David S. Miller  <davem@davemloft.net>
1951             David Edelsohn  <edelsohn@gnu.org>
1952
1953         * configure.ac: Add powerpc*-*-* to gold supported targets.
1954         * configure: Regenerate.
1955
1956 2008-06-08  Joseph Myers  <joseph@codesourcery.com>
1957
1958         PR tree-optimization/36218
1959         * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_BUILD.
1960         * Makefile.tpl (EXTRA_BUILD_FLAGS): Define.
1961         (all prefix="build-"): Pass them to build-system sub-makes.
1962         * Makefile.in: Regenerate.
1963
1964 2008-06-07  Joseph Myers  <joseph@codesourcery.com>
1965
1966         * MAINTAINERS (mt port): Remove.
1967         (sco5, unixware, sco udk): Remove.
1968         (Kean Johnston): Add to Write After Approval.
1969
1970 2008-05-30  Julian Brown  <julian@codesourcery.com>
1971
1972         * configure.ac (arm*-*-linux-gnueabi): Don't disable building
1973         of libobjc for ARM EABI Linux.
1974         * configure: Regenerate.
1975
1976 2008-05-18  Xinliang David Li   <davidxl@google.com>
1977
1978         * ChangeLog: Remove wrong ChangeLog entry.
1979
1980 2008-05-17  Xinliang David Li   <davidxl@google.com>
1981
1982         * MAINTAINERS (Write After Approval): Add myself.
1983
1984 2008-05-15  Janus Weil  <janus@gcc.gnu.org>
1985
1986         * MAINTAINERS (Write After Approval): Add myself.
1987
1988 2008-05-14  Rafael Espíndola  <espindola@google.com>
1989
1990         * config-ml.in: don't handle --enable-shared and --enable-static.
1991
1992 2008-05-10  Richard Sandiford  <rdsandiford@googlemail.com>
1993
1994         * MAINTAINERS: Update my email address.
1995
1996 2008-05-10  Paolo Carlini  <paolo.carlini@oracle.com>
1997
1998         * MAINTAINERS: Update my email address.
1999
2000 2008-05-03  Kris Van Hees  <kris.van.hees@oracle.com>
2001
2002         * MAINTAINERS (Write After Approval): Add myself.
2003
2004 2008-04-28  Gabriele Svelto  <gabriele.svelto@st.com>
2005
2006         * MAINTAINERS (Write After Approval): Add myself.
2007
2008 2008-04-25  Pompapathi V Gadad  <Pompapathi.V.Gadad@nsc.com>
2009
2010         * MAINTAINERS (crx): Add myself.
2011
2012 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
2013
2014         Sync with src:
2015         2008-04-14  David S. Miller  <davem@davemloft.net>
2016
2017         * configure.ac: Add sparc*-*-* to gold supported targets.
2018         * configure: Regenerate.
2019
2020 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
2021
2022         PR bootstrap/35457
2023         * configure.ac: Include override.m4.
2024         * configure: Regenerate.
2025
2026 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
2027
2028         * Makefile.tpl (restrap): Call `make all' using double-colon rules.
2029         * Makefile.in: Regenerate.
2030
2031 2008-04-18  M R Swami Reddy  <MR.Swami.Reddy@nsc.com>
2032
2033         * configure.ac (cr16-*-*): Add case for cr16 target and include gdb
2034         as nonconfigurable directories list.
2035         * configure: Regenerate.
2036
2037 2008-04-14  Ben Elliston  <bje@au.ibm.com>
2038
2039         * config.sub, config.guess: Update from upstream sources.
2040
2041 2008-04-12  Hans-Peter Nilsson  <hp@axis.com>
2042
2043         * Makefile.tpl <gcc>: Error early unless at least GNU make 3.80.
2044         * Makefile.in: Regenerate.
2045
2046 2008-04-11  Eric B. Weddington  <eweddington@cso.atmel.com>
2047
2048         * configure.ac: Do not build libssp for the AVR.
2049         * configure: Regenerate.
2050
2051 2008-04-07  Ian Lance Taylor  <iant@google.com>
2052
2053         * Makefile.def: check-gold depends upon all-binutils.
2054         * Makefile.in: Regenerate.
2055
2056 2008-04-04  Andy Hutchinson  <hutchinsonandy@aim.com>
2057
2058         * MAINTAINERS (Write After Approval): Add myself.
2059
2060 2008-04-04  Nick Clifton  <nickc@redhat.com>
2061
2062         PR binutils/4334
2063         * configure.ac: Run ACX_CHECK_CYGWIN_CAT_WORKS for cygwin hosted
2064         builds.
2065         * configure: Regenerate.
2066
2067 2008-04-04  NightStrike  <NightStrike@gmail.com>
2068
2069         PR other/35151
2070         * configure.ac: Combine rules for mingw32 and mingw64.
2071         * configure: Regenerate.
2072
2073 2008-04-02  Kai Tietz  <kai.tietz@onvision.com>
2074
2075         * MAINTAINERS (Write After Approval): Add myself.
2076
2077 2008-04-01  Seongbae Park  <seongbae.park@gmail.com>
2078
2079         * Makefile.tpl (.NOTPARALLEL): Revert previous change.
2080         * Makefile.in (.NOTPARALLEL): Ditto.
2081
2082 2008-04-01  Peter O'Gorman  <pogma@thewrittenword.com>
2083
2084         * MAINTAINERS (Write After Approval): Add myself.
2085
2086 2008-03-31  Seongbae Park  <seongbae.park@gmail.com>
2087
2088         * Makefile.tpl (.NOTPARALLEL): Serialize stageprofile libiberty.
2089         * Makefile.in (.NOTPARALLEL): Regenerate.
2090
2091 2008-03-27  Paolo Bonzini  <bonzini@gnu.org>
2092
2093         * Makefile.tpl (PICFLAG, PICFLAG_FOR_TARGET): Remove.
2094         * Makefile.in: Regenerate.
2095
2096 2008-03-26  Jakub Staszak  <kuba@et.pl>
2097
2098         * MAINTAINERS (Write After Approval): Add myself.
2099
2100 2008-03-23  Thomas Koenig  <tkoenig@gcc.gnu.org>
2101
2102         * MAINTAINERS:  Update e-mail address.
2103
2104 2008-03-20  Ian Lance Taylor  <iant@google.com>
2105
2106         * configure.ac: Add support for --enable-gold.
2107         * Makefile.def: Add gold as a directory like ld.
2108         * configure, Makefile.in: Regenerate.
2109
2110 2008-03-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2111
2112         * configure.ac: m4_include config/proginstall.m4.
2113         * configure: Regenerate.
2114
2115         Backport from upstream Libtool:
2116
2117         2007-10-12  Eric Blake  <ebb9@byu.net>
2118
2119         Deal with Autoconf 2.62's semantic change in m4_append.
2120         * ltsugar.m4 (lt_append): Replace broken versions of
2121         m4_append.
2122         (lt_if_append_uniq): Don't require separator to be overquoted,
2123         and avoid broken m4_append.
2124         (lt_dict_add): Fix typo.
2125         * libtool.m4 (_LT_DECL): Don't overquote separator.
2126
2127 2008-03-13  David Edelsohn  <edelsohn@gnu.org>
2128
2129         * config.rpath: Add AIX 6 support.
2130
2131 2008-03-13  Paolo Bonzini  <bonzini@gnu.org>
2132
2133         * Makefile.def (stageprofile).  Remove -fprofile-generate
2134         from stage_libcflags.
2135         * Makefile.in: Regenerate.
2136
2137 2008-03-13  Ben Elliston  <bje@au.ibm.com>
2138
2139         * config.sub, config.guess: Update from upstream sources.
2140
2141 2008-03-06  Tom Tromey  <tromey@redhat.com>
2142
2143         * MAINTAINERS: Update for treelang deletion.
2144
2145 2008-03-03  James E. Wilson  <wilson@tuliptree.org>
2146
2147         * MAINTAINERS: Update my email address.
2148
2149 2008-03-03  Stan Shebs  <stanshebs@earthlink.net>
2150
2151         * MAINTAINERS (darwin port): Add myself as a maintainer.
2152         (objective-c/c++): Add myself as a maintainer.
2153
2154 2008-03-03  Volker Reichelt  <v.reichelt@netcologne.de>
2155
2156         * MAINTAINERS (Write After Approval): Update my email address.
2157
2158 2008-02-25  Tomas Bily  <tbily@suse.cz>
2159
2160         * MAINTAINERS (Write After Approval): Add myself.
2161
2162 2008-02-23  Jakub Jelinek  <jakub@redhat.com>
2163
2164         * MAINTAINERS (OpenMP): Add myself.
2165
2166 2008-02-20  Paolo Bonzini  <bonzini@gnu.org>
2167
2168         PR bootstrap/32009
2169         PR bootstrap/32161
2170
2171         * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Compute here.
2172         * configure: Regenerate.
2173
2174         * Makefile.def: Define stage_libcflags for all bootstrap stages.
2175         * Makefile.tpl (BOOT_LIBCFLAGS, STAGE2_LIBCFLAGS, STAGE3_LIBCFLAGS,
2176         STAGE4_LIBCFLAGS): New.
2177         (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Subst from autoconf, without
2178         $(SYSROOT_CFLAGS_FOR_TARGET) and $(DEBUG_PREFIX_CFLAGS_FOR_TARGET).
2179         (BASE_TARGET_EXPORTS): Append them here to C{,XX}FLAGS.
2180         (EXTRA_TARGET_FLAGS): Append them here to {LIB,}C{,XX}FLAGS.
2181         (configure-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags
2182         for target modules.  Don't export LIBCFLAGS.
2183         (all-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags; pass
2184         $(BASE_FLAGS_TO_PASS) where [+args+] was passed, and [+args+] after
2185         the overridden CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
2186         (invocations of `all'): Replace $(TARGET_FLAGS_TO_PASS) with
2187         $(EXTRA_TARGET_FLAGS), $(FLAGS_TO_PASS) with $(EXTRA_HOST_FLAGS).
2188         * Makefile.in: Regenerate.
2189
2190 2008-02-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2191
2192         PR libgcj/33085
2193         * libtool.m4 (_LT_COMPILER_PIC) [ mingw, cygwin ] <GCJ>:
2194         Do not use -DDLL_EXPORT.  Backport from upstream.
2195
2196 2008-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2197
2198         * MAINTAINERS (Write After Approval): Add myself.
2199
2200 2008-02-02  Hans-Peter Nilsson  <hp@axis.com>
2201
2202         * configure.ac: Enable fortran for cris-*-elf and crisv32-*-elf.
2203         * configure: Regenerate.
2204
2205 2008-01-31  Marc Gauthier  <marc@tensilica.com>
2206
2207         * configure.ac (xtensa*-*-*): Recognize processor variants.
2208         * configure: Regenerate.
2209
2210 2008-01-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2211
2212         PR bootstrap/34922
2213         * configure.ac (PARSE_ARGS): Push suitable setting of
2214         ac_subdirs_all, for `./configure --help=recursive'.
2215         Handle `+' in generic toplevel directory disabling.
2216         * configure: Regenerate.
2217
2218 2008-01-28  Nick Clifton  <nickc@redhat.com>
2219
2220         * MAINTAINERS (xstormy16): Take over maintainership.
2221
2222 2008-01-25  Joseph Myers  <joseph@codesourcery.com>
2223
2224         * MAINTAINERS (c4x port): Remove.
2225
2226 2008-01-24  David Edelsohn  <edelsohn@gnu.org>
2227
2228         * libtool.m4: Backport AIX 6 support from ToT Libtool.
2229
2230 2008-01-23  Ben Elliston  <bje@au.ibm.com>
2231
2232         * config.sub, config.guess: Update from upstream sources.
2233
2234 2008-01-22  Tobias Grosser  <grosser@fim.uni-passau.de>
2235
2236         * MAINTAINERS (Write After Approval): Add myself.
2237
2238 2008-01-17  H.J. Lu  <hjl.tools@gmail.com>
2239
2240         * MAINTAINERS: Update my email address.
2241
2242 2008-01-09  Raksit Ashok  <raksit@google.com>
2243
2244         * MAINTAINERS (Write After Approval): Add myself.
2245
2246 2008-01-09  Raksit Ashok  <raksit@google.com>
2247
2248         * MAINTAINERS (Write After Approval): Add myself.
2249
2250 2008-01-08  Ben Elliston  <bje@au.ibm.com>
2251
2252         * config.sub, config.guess: Update from upstream sources.
2253
2254 2007-12-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2255
2256         * configure.ac: Change required MPFR from 2.2.0 -> 2.2.1.
2257         Change recommended MPFR from 2.2.1 -> 2.3.0.
2258         * configure: Regenerate.
2259
2260 2007-12-15  Sebastian Pop  <sebastian.pop@amd.com>
2261
2262         * MAINTAINERS: Update my email address.
2263
2264 2007-12-15  Bernhard Fischer  <aldot@gcc.gnu.org>
2265
2266         * MAINTAINERS: Update my email address.
2267
2268 2007-12-13  Richard Sandiford  <rsandifo@nildram.co.uk>
2269
2270         * Makefile.tpl (CFLAGS_FOR_TARGET): Add -g.
2271         (CXXFLAGS_FOR_TARGET): Add -O2 -g.
2272         * Makefile.in: Regenerate.
2273
2274 2007-12-10  Mark Heffernan  <meheff@google.com>
2275
2276         * MAINTAINERS (Write After Approval): Add myself and alphabetize two
2277         misplaced entries.
2278
2279 2007-12-10  Andreas Tobler  <a.tobler@schweiz.org>
2280
2281         * configure.ac: Enable libjava for x86_64-*-darwin9.
2282         * configure: Regenerate.
2283
2284 2007-12-07  Bill Maddox  <maddox@google.com>
2285
2286         * MAINTAINERS (Write After Approval): Add myself.
2287
2288 2007-12-05  Ben Elliston  <bje@au.ibm.com>
2289
2290         * config.sub, config.guess: Update from upstream sources.
2291
2292 2007-12-02  Matthias Klose  <doko@ubuntu.com>
2293
2294         * config-ml.in: Remove 64bit configure tests.
2295
2296 2007-11-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2297
2298         * config-ml.in: Robustify against white space in absolute file
2299         names.
2300
2301         * config-ml.in (multi-clean): Substitute ${Makefile}.
2302         Remove superfluous ${Makefile} in list.
2303
2304 2007-11-19  Thiemo Seufer  <ths@mips.com>
2305
2306         * config-ml.in: Don't hardcode the Makefile name.
2307
2308 2007-11-08  Alexander Monakov  <amonakov@ispras.ru>
2309
2310         * MAINTAINERS (Write After Approval): Add myself.
2311
2312 2007-11-07  Samuel Tardieu  <sam@rfc1149.net>
2313
2314         * MAINTAINERS (Write After Approval): Add myself.
2315
2316 2007-11-06  Doug Kwan  <dougkwan@google.com>
2317
2318         * MAINTAINERS (Write After Approval): Add myself.
2319
2320 2007-10-25  Ben Elliston  <bje@au.ibm.com>
2321
2322         * MAINTAINERS (mercury): Remove entry.
2323         (Write After Approval): Add Fergus Henderson <fjh@cs.mu.oz.au>.
2324
2325 2007-10-23  Daniel Jacobowitz  <dan@codesourcery.com>
2326
2327         * Makefile.def (dependencies): Make configure-gdb depend on
2328         all-intl.
2329         * Makefile.in: Regenerated.
2330
2331 2007-10-22  Steven G. Kargl  <kargl@gcc.gnu.org>
2332
2333         * MAINTAINERS (Fortran maintainer): Remove myself.
2334
2335 2007-10-15  Patrick Mansfield  <patmans@us.ibm.com>
2336
2337         * Makefile.def: To avoid problems running with parallel makes,
2338         build newlib before libgloss so that target specific header
2339         files are availble.
2340         * Makefile.in: Regenerate
2341
2342 2007-10-11  Daniel Jacobowitz  <dan@codesourcery.com>
2343
2344         * Makefile.def (dependencies): Add all-gdb -> all-libdecnumber.
2345         * Makefile.in: Regenerate.
2346
2347 2007-10-09  Vladimir Makarov  <vmakarov@redhat.com>
2348
2349         * MAINTAINERS (Register allocation reviewer): Add myself.
2350
2351 2007-10-08  Mike Frysinger  <vapier@gentoo.org>
2352
2353         * configure.ac (CFLAGS_FOR_BUILD, CXXFLAGS_FOR_BUILD,
2354         LDFLAGS_FOR_BUILD): Default them to host flags only for $host = $build.
2355         Set default CXXFLAGS_FOR_BUILD to CXXFLAGS, not CFLAGS.  Set default
2356         LDFLAGS_FOR_BUILD to LDFLAGS, not CFLAGS.
2357         * configure: Regenerate.
2358
2359 2006-10-04  Seongbae Park  <seongbae.park@gmail.com>
2360
2361         * MAINTAINERS (Register allocation reviewer): Add myself.
2362
2363 2007-10-01  Paolo Bonzini  <bonzini@gnu.org>
2364
2365         * Makefile.tpl (AR_FOR_BUILD, AS_FOR_BUILD, CXX_FOR_BUILD,
2366         DLLTOOL_FOR_BUILD, GCJ_FOR_BUILD, GFORTRAN_FOR_BUILD,
2367         LDFLAGS_FOR_BUILD, LD_FOR_BUILD, NM_FOR_BUILD, RANLIB_FOR_BUILD,
2368         WINDMC_FOR_BUILD, WINDRES_FOR_BUILD): Use autoconf substitutions.
2369         * configure.ac: Default them to host tools for $host = $build.
2370         Subst them.
2371
2372         * configure: Regenerate.
2373         * Makefile.in: Regenerate.
2374
2375 2006-09-24  Peter Bergner  <bergner@vnet.ibm.com>
2376
2377         * MAINTAINERS (Register allocation reviewer): Add myself.
2378
2379 2006-09-24  Kenneth Zadeck  <zadeck@naturalbridge.com>
2380
2381         * MAINTAINERS (Register allocation reviewer): Add myself.
2382
2383 2007-09-21  Seongbae Park  <seongbae.park@gmail.com>
2384
2385         * MAINTAINERS (Write After Approval): Fix typo.
2386
2387 2007-09-20  Richard Sandiford  <rsandifo@nildram.co.uk>
2388
2389         * configure.ac (mipsisa*-*-elfoabi*): New stanza.
2390         * configure: Regenerate.
2391
2392 2007-09-20  Paul Jarc  <prj-bugzilla-gcc@multivac.cwru.edu>
2393
2394         PR bootstrap/31906
2395         * libtool-ldflags: Don't prefix arguments with -Xcompiler if
2396         they're already prefixed.
2397
2398 2007-09-19  Benjamin Kosnik  <bkoz@redhat.com>
2399
2400         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Move libgomp before
2401         libstdc++.
2402         * Makefile.def: Add libgomp config as a maybe dependency for libstdc++.
2403         * configure: Regenerate.
2404         * Makefile.in: Regenerate.
2405
2406 2007-09-17  Andreas Schwab  <schwab@suse.de>
2407
2408         * configure.ac: Raise minimum makeinfo version to 4.6.
2409         * configure: Regenerate.
2410
2411 2007-09-17  Johannes Singler  <singler@ira.uka.de>
2412
2413         * MAINTAINERS (write-after-approval) add myself
2414
2415 2007-09-15  Alan Modra  <amodra@bigpond.net.au>
2416
2417         * configure.ac: Correct makeinfo version check.
2418         * configure: Regenerate.
2419
2420 2007-09-14  Richard Sandiford  <rsandifo@nildram.co.uk>
2421
2422         * MAINTAINERS: Update my email address.
2423
2424 2007-09-14  Richard Sandiford  <richard@codesourcery.com>
2425
2426         * configure.ac (mips*-sde-elf*): New stanza.  Add target-libiberty
2427         to $skipdirs and only disable gprof for newlib.  Use the normal
2428         mips*-elf* handling in other respects.
2429         * configure: Regnerate.
2430
2431 2007-09-12  David Daney  <ddaney@avtrex.com>
2432
2433         * configure.ac: Remove mips64*-*-linux* noconfigdirs section, thus
2434         enabling libgcj.
2435         * configure: Regenerate.
2436
2437 2007-09-10  Rask Ingemann Lambertsen  <rask@sygehus.dk>
2438
2439         PR other/32154
2440         * configure.ac: For libgloss targets, point the linker to the linker
2441         script, startup code and simulator library.
2442         * configure: Regenerate.
2443
2444 2007-09-07  Andrew Haley  <aph@redhat.com>
2445
2446         * configure.ac (noconfigdirs): Remove target-libffi and
2447         target-libjava.
2448         * configure: Regenerate.
2449
2450 2007-09-06  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
2451
2452         PR target/33281
2453         * configure.ac: Use config/mh-mingw on mingw.
2454         * configure: Regenerate.
2455
2456 2007-09-05  Pat Haugen  <pthaugen@us.ibm.com>
2457
2458         * MAINTAINERS (Write After Approval): Add myself.
2459
2460 2007-09-05  Richard Guenther  <rguenther@suse.de>
2461
2462         * configure.ac (--enable-stage1-checking): If neither --enable-checking
2463         nor --disable-checking is provided also turn on yes and types
2464         checking for stage1.
2465         * configure: Re-generate.
2466
2467 2007-08-30  Krister Walfridsson  <cato@df.lth.se>
2468
2469         * MAINTAINERS (OS Port Maintainers): Add myself as NetBSD maintainer.
2470         (Write After Approval): Remove myself.
2471
2472 2007-08-29  Nick Clifton  <nickc@redhat.com>
2473
2474         * config.sub, config.guess: Update from upstream sources.
2475
2476 2007-08-22  Bud Davis  <jmdavis@link.com>
2477
2478         * MAINTAINERS (Write After Approval): Added myself.
2479         * MAINTAINERS (Reviewers): Removed myself.
2480
2481 2007-08-18  Paul Brook  <paul@codesourcery.com>
2482             Joseph Myers  <joseph@codesourcery.com>
2483
2484         * Makefile.tpl (DEBUG_PREFIX_CFLAGS_FOR_TARGET): New.
2485         (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Include it.
2486         * Makefile.in: Regenerate.
2487         * configure.ac (--with-debug-prefix-map): New.
2488         * configure: Regenerate.
2489
2490 2007-08-17  Richard Sandiford  <richard@codesourcery.com>
2491             Nigel Stephens  <nigel@mips.com>
2492
2493         * configure.ac (mips*-sde-elf*): New stanza.  Use config/mt-sde
2494         as target_makefile_frag.
2495         * configure: Regenerate.
2496
2497 2007-08-16  Alexandre Oliva  <aoliva@redhat.com>
2498
2499         * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
2500         Add to flags_to_pass.  Adjust uses of BOOT_CFLAGS.
2501         (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
2502         * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
2503         (do-compare, do-compare3, do-compare-debug): New.
2504         ([+compare-target+]): Use them.
2505
2506 2007-08-14  Maxim Kuvyrkov  <maxim@codesourcery.com>
2507
2508         * MAINTAINERS (Write After Approval): Change my email address.
2509
2510 2007-08-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2511             Ben Elliston  <bje@au.ibm.com>
2512
2513         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Pass
2514         --silent if $silent.
2515         * configure: Regenerate.
2516
2517 2003-08-12  Zdenek Dvorak  <ook@ucw.cz>
2518
2519         * MAINTAINERS (Various Maintainers): Add myself as
2520         loop infrastructure maintainer.  Update my e-mail
2521         address.
2522
2523 2007-07-31  Diego Novillo  <dnovillo@google.com>
2524
2525         * MAINTAINERS (Reviewers): Rename from Non-Autopoiesis.
2526         Adjust description.
2527
2528 2007-07-26  Richard Guenther  <rguenther@suse.de>
2529
2530         * configure.ac: Add types checking to stage1 checking flags.
2531         * configure: Regenerate.
2532
2533 2007-07-17  Nick Clifton  <nickc@redhat.com>
2534
2535         * COPYING3: New file.  Contains version 3 of the GNU General
2536         Public License.
2537         * COPYING3.LIB: New file.  Contains version 3 of the GNU
2538         Lesser General Public License.
2539
2540 2007-07-16  Andreas Krebbel  <krebbel1@de.ibm.com>
2541
2542         * MAINTAINERS (S/390 port maintainer): Remove my co-maintainer tag.
2543
2544 2007-07-16  Andreas Krebbel  <krebbel1@de.ibm.com>
2545
2546         * MAINTAINERS (S/390 co-maintainer): Add myself.
2547         (Write After Approval): Remove myself.
2548
2549 2007-07-13  Dan Hipschman  <dsh@google.com>
2550
2551         * MAINTAINERS (Write After Approval): Add myself.
2552
2553 2007-07-11  Nick Clifton  <nickc@redhat.com>
2554
2555         * Makefile.tpl (BUILD_EXPORTS): Escape the newline at the end of the
2556         WINDRES export.
2557         * Makefile.in: Regenerate.
2558
2559 2007-07-05  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
2560
2561         * MAINTAINERS (OS Port Maintainers): Add myself as IRIX, Tru64 UNIX
2562         maintainer.
2563
2564 2007-07-05  H.J. Lu  <hongjiu.lu@intel.com>
2565
2566         * lt~obsolete.m4: New. Import from 20070318 libtool.
2567
2568 2007-07-03  Julian Brown  <julian@codesourcery.com>
2569
2570         * MAINTAINERS (Write After Approval): Add myself.
2571
2572 2007-07-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2573
2574         * configure.ac: Rewrite 'configure --help' strings to look nicer.
2575         * configure: Regenerate.
2576
2577 2007-07-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2578
2579         * configure.ac: Add some missing m4 quotation.
2580         * configure: Regenerate.
2581
2582 2007-07-02  Simon Baldwin  <simonb@google.com>
2583
2584         * MAINTAINERS (Write After Approval): Add myself.
2585
2586 2007-07-02  Paolo Bonzini  <bonzini@gnu.org>
2587
2588         * configure: Regenerate.
2589
2590 2007-07-02  Kai Tietz   <kai.tietz@onevision.com>
2591
2592         * Makefile.def: Add windmc tool to build.
2593         * Makefile.tpl: Likewise.
2594         * configure.ac: Likewise.
2595         * Makefile.in: Regenerate.
2596         * configure: Regenerate.
2597
2598 2007-06-28  DJ Delorie  <dj@redhat.com>
2599
2600         * configure.ac (arm*-*-linux-gnueabi): Don't build libgloss if we're
2601         not building newlib.
2602         * configure: Regenerated.
2603
2604 2007-06-28  Jan Sjodin  <jan.sjodin@amd.com>
2605
2606         * MAINTAINERS (Write After Approval): Add myself.
2607
2608 2007-06-25  Martin Michlmayr  <tbm@cyrius.com>
2609
2610         * MAINTAINERS (Write After Approval): Add myself.
2611
2612 2007-06-19  Chris Matthews  <chrismatthews@google.com>
2613
2614         * MAINTAINERS (Write After Approval): Add myself.
2615
2616 2007-06-19  Rask Ingemann Lambertsen  <rask@sygehus.dk>
2617
2618         * MAINTAINERS (Write After Approval): Add myself.
2619
2620 2007-06-18  Daniel Jacobowitz  <dan@codesourcery.com>
2621
2622         * Makefile.def: Add dependency from configure-gdb to all-bfd.
2623         * Makefile.in: Regenerated.
2624
2625 2007-06-14  Bernd Schmidt  <bernd.schmidt@analog.com>
2626
2627         * configure.ac: Don't add target-libmudflap to noconfigdirs for
2628         bfin*-*-uclinux* targets.
2629         * configure: Regenerate.
2630
2631 2007-06-14  Ian Lance Taylor  <iant@google.com>
2632
2633         * MAINTAINERS: Add myself as non-algorithmic global write
2634         maintainer.
2635
2636 2007-06-14  Diego Novillo  <dnovillo@google.com>
2637
2638         * MAINTAINERS: Add self as middle-end maintainer and
2639         non-algorithmic global write maintainer.
2640
2641 2007-06-14  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
2642
2643         * MAINTAINERS: Change spelling from "fortran 95" to "Fortran".
2644         Move all Fortran maintainers except Paul Brook into the
2645         Non-Autopoiesis section.
2646
2647 2007-06-14  Paolo Bonzini  <bonzini@gnu.org>
2648
2649         * Makefile.tpl (cleanstrap): Don't delete the toplevel Makefile.
2650         (distclean-stage[+id+]): Possibly delete stage_last.
2651         * Makefile.in: Regenerate.
2652
2653 2007-06-12  Seongbae Park  <seongbae.park@gmail.com>
2654
2655         * MAINTAINERS (Various Maintainer): Fix typo.
2656
2657 2007-06-11  Paolo Bonzini  <bonzini@gnu.org>
2658
2659         * MAINTAINERS (Various Maintainer): Add myself as
2660         dataflow maintainer.
2661
2662 2007-06-07  Ben Elliston  <bje@au.ibm.com>
2663
2664         * config.sub, config.guess: Update from upstream sources.
2665
2666 2007-06-07  Ben Elliston  <bje@au.ibm.com>
2667
2668         * Makefile.tpl: Fix spelling error.
2669         * Makefile.in: Regenerate.
2670
2671 2007-06-01  Steve Ellcey  <sje@cup.hp.com>
2672
2673         * libtool.m4 (LT_CMD_MAX_LEN): Try using getconf to set
2674         lt_cv_sys_max_cmd_len.
2675
2676 2007-05-31  Dorit Nuzman   <dorit@il.ibm.com>
2677
2678         * MAINTAINERS (Various Maintainers): Add myself as
2679         auto-vectorizer maintainer.
2680
2681 2003-05-31  Paolo Bonzini  <bonzini@gnu.org>
2682
2683         PR libjava/32098
2684         * libtool.m4: Revert previous change.
2685         * ltgcc.m4: Put it here.
2686
2687 2003-05-30  Zdenek Dvorak  <dvorakz@suse.cz>
2688
2689         * MAINTAINERS (Various Maintainers): Add myself as
2690         auto-vectorizer maintainer.
2691
2692 2007-05-30  H.J. Lu  <hongjiu.lu@intel.com>
2693
2694         PR libjava/32098
2695         * libtool.m4 (_LT_LANG_GCJ_CONFIG): Use gcc to test gcj features.
2696
2697 2007-05-30  Richard Guenther  <rguenther@suse.de>
2698
2699         * MAINTAINERS (Various Maintainers): Add myself as
2700         auto-vectorizer maintainer.
2701
2702 2007-05-30  Jakub Jelinek  <jakub@redhat.com>
2703
2704         PR bootstrap/29382
2705         * configure.ac: Don't use -fkeep-inline-functions for GCC < 3.3.1.
2706         * configure: Rebuilt.
2707
2708 2007-05-28  Roberto Costa  <robsettantasei@gmail.com>
2709
2710         * MAINTAINERS (Write After Approval): Removed my name.
2711
2712 2007-05-25  Steven Bosscher  <steven@gcc.gnu.org>
2713
2714         * MAINTAINERS (Write After Approval): Remove myself.
2715
2716 2007-05-25  Andreas Tobler  <a.tobler@schweiz.org>
2717
2718         * ltmain.sh: Fix Darwin verstring, remove ${wl}.
2719
2720 2007-05-23  Steve Ellcey  <sje@cup.hp.com>
2721
2722         * ltmain.sh: Update from ToT Libtool.
2723         * libtool.m4: Update from ToT Libtool.
2724         * ltsugar.m4: New. Update from ToT Libtool.
2725         * ltversion.m4: New. Update from ToT Libtool.
2726         * ltoptions.m4: New. Update from ToT Libtool.
2727         * ltconfig: Remove.
2728         * ltcf-c.sh: Remove.
2729         * ltcf-cxx.sh: Remove.
2730         * ltcf-gcj.sh: Remove.
2731
2732 2007-05-22  Ollie Wild  <aaw@google.com>
2733
2734         * MAINTAINERS (Write After Approval): Add myself.
2735
2736 2007-05-16  Paolo Bonzini  <bonzini@gnu.org>
2737
2738         * Makefile.def (bootstrap_stage): Replace stage_make_flags with
2739         stage_cflags.
2740         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS, POSTSTAGE1_FLAGS_TO_PASS):
2741         Remove CFLAGS/LIBCFLAGS.
2742         (configure-stage[+id+]-[+prefix+][+module+],
2743         all-stage[+id+]-[+prefix+][+module+]): Pass it from [+stage_cflags+].
2744         * Makefile.in: Regenerate.
2745
2746 2007-05-15  Diego Novillo  <dnovillo@google.com>
2747
2748         * MAINTAINERS: Update e-mail address.
2749
2750 2007-05-15  Revital Eres  <eres@il.ibm.com>
2751
2752         * MAINTAINERS (Write After Approval): Add myself.
2753
2754 2007-05-14  Roberto Costa  <robsettantasei@gmail.com>
2755
2756         * MAINTAINERS (Write After Approval): Updated my address.
2757
2758 2007-05-14  Thomas Neumann  <tneumann@users.sourceforge.net>
2759
2760         * MAINTAINERS (Write After Approval): Add myself.
2761
2762 2007-05-11  Silvius Rus  <rus@google.com>
2763
2764         * MAINTAINERS (Write After Approval): Add myself.
2765
2766 2007-04-23  Tom Tromey  <tromey@redhat.com>
2767
2768         * MAINTAINERS: Added myself as non-algorithmic libcpp maintainer.
2769
2770 2007-04-22  Mark Mitchell  <mark@codesourcery.com>
2771
2772         * MAINTAINERS (cpplib): Rename to ...
2773         (libcpp): ... this.  Add C/C++ front end maintainers.
2774
2775 2007-04-14  Steve Ellcey  <sje@cup.hp.com>
2776
2777         * config-ml.in: Pass ${ml_config_env} to configure calls.
2778
2779 2007-04-04  Christian Bruel  <christian.bruel@st.com>
2780
2781         * MAINTAINERS (Write After Approval): Add myself.
2782
2783 2007-04-02  Dave Korn  <dave.korn@artimi.com>
2784
2785         * MAINTAINERS (Write After Approval): Add myself.
2786
2787 2007-03-31  Tobias Burnus  <burnus@net-b.de>
2788
2789         * MAINTAINERS (fortran 95 front end): Add myself.
2790
2791 2007-03-28  Dwarakanath Rajagopal  <dwarak.rajagopal@amd.com>
2792
2793         * MAINTAINERS (Write After Approval): Add myself.
2794
2795 2007-03-24  Ayal Zaks  <zaks@il.ibm.com>
2796
2797         * MAINTAINERS (Modulo Scheduler): Add myself.
2798
2799 2007-03-23  Brooks Moses  <brooks.moses@codesourcery.com>
2800
2801         * MAINTAINERS (fortran 95 front end): Add myself.
2802         (c++ front end): whitespace fix.
2803
2804 2007-03-22  Nathan Froyd  <froydnj@codesourcery.com>
2805
2806         * MAINTAINERS (Write After Approval): Add myself.
2807
2808 2007-03-21  Richard Sandiford  <richard@codesourcery.com>
2809
2810         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix m4 quoting
2811         of glob.  Quote arguments with single quotes too.
2812         * configure: Regenerate.
2813
2814 2007-03-12  Brooks Moses  <brooks.moses@codesourcery.com>
2815
2816         * Makefile.def (fixincludes): Remove unneeded "missing" lines.
2817         * Makefile.in: Regenerate
2818
2819 2007-03-07  Andreas Schwab  <schwab@suse.de>
2820
2821         * configure: Regenerate.
2822
2823 2007-03-01  Brooks Moses  <brooks.moses@codesourcery.com>
2824
2825         * configure.ac: Add "--with-pdfdir" configure option,
2826         which defines pdfdir variable.
2827         * Makefile.def (target=fixincludes): Add install-pdf to
2828         missing targets.
2829         (recursive_targets): Add install-pdf target.
2830         (flags_to_pass): Add pdfdir.
2831         * Makefile.tpl: Add pdfdir handling, add do-install-pdf
2832         target.
2833         * configure: Regenerate
2834         * Makefile.in: Regenerate
2835
2836 2007-02-28  Eric Christopher  <echristo@apple.com>
2837
2838         Revert:
2839         2006-12-07  Mike Stump  <mrs@apple.com>
2840
2841         * Makefile.def (dependencies): Add dependency for
2842         install-target-libssp and install-target-libgomp on
2843         install-gcc.
2844         * Makefile.in: Regenerate.
2845
2846 2007-02-27  Matt Kraai  <kraai@ftbfs.org>
2847
2848         * configure: Regenerate.
2849         * configure.ac: Move statements after variable declarations.
2850
2851 2007-02-19  Kaz Kojima  <kkojima@gcc.gnu.org>
2852
2853         * MAINTAINERS: Add myself as sh maintainer.
2854
2855 2007-02-19  Joseph Myers  <joseph@codesourcery.com>
2856
2857         * configure.ac: Adjust for loop syntax.
2858         * configure: Regenerate.
2859
2860 2007-02-18  Alexandre Oliva  <aoliva@redhat.com>
2861
2862         * configure: Rebuilt.
2863
2864 2007-02-18  Alexandre Oliva  <aoliva@redhat.com>
2865
2866         * configure.ac: Drop multiple occurrences of --enable-languages,
2867         and fix its quoting.
2868         * configure: Rebuilt.
2869
2870 2007-02-17  Mark Mitchell  <mark@codesourcery.com>
2871             Nathan Sidwell  <nathan@codesourcery.com>
2872             Vladimir Prus  <vladimir@codesourcery.com>
2873             Joseph Myers  <joseph@codesourcery.com>
2874
2875         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix quoting.
2876         * configure: Regenerate.
2877
2878 2007-02-14  Gerald Pfeifer  <gerald@pfeifer.com>
2879
2880         * ltconfig (freebsd*): Default to elf.
2881
2882 2007-02-13  Daniel Jacobowitz  <dan@codesourcery.com>
2883
2884         * configure.ac (target_libraries): Move libgcc before libiberty.
2885         * configure: Regenerated.
2886
2887 2007-02-13  Daniel Jacobowitz  <dan@codesourcery.com>
2888             Paolo Bonzini  <bonzini@gnu.org>
2889
2890         PR bootstrap/30753
2891         * configure.ac: Remove obsolete build / host tests.  Use AC_PROG_CC
2892         unconditionally.  Use AC_PROG_CXX.  Use ACX_TOOL_DIRS to find $prefix.
2893         * configure: Regenerated.
2894
2895 2007-02-11  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
2896
2897         * MAINTAINERS (Language Front End Maintainers): Update my mail
2898         address.
2899
2900 2007-02-09  Daniel Jacobowitz  <dan@codesourcery.com>
2901
2902         PR bootstrap/30748
2903         * configure.ac: Correct syntax for Solaris ksh.
2904         * configure: Regenerated.
2905
2906 2007-02-09  Paolo Bonzini  <bonzini@gnu.org>
2907
2908         * configure.ac: Sync with src.
2909         * configure: Regenerate.
2910
2911 2007-02-09  Paolo Bonzini  <bonzini@gnu.org>
2912
2913         * Makefile.in: Regenerate.
2914
2915 2007-02-09  Paolo Bonzini  <bonzini@gnu.org>
2916
2917         * config.sub: Sync with src.
2918
2919 2007-02-09  Daniel Jacobowitz  <dan@codesourcery.com>
2920
2921         * Makefile.tpl (build_alias, host_alias, target_alias): Use
2922         noncanonical equivalents.
2923         * configure.in: Rename to...
2924         * configure.ac: ...this.  Update AC_PREREQ.  Prevent error for
2925         AS_FOR_TARGET.  Set build_noncanonical, host_noncanonical, and
2926         target_noncanonical.  Use them.  Rewrite removal of configure
2927         arguments for autoconf 2.59.  Discard variable settings.  Force
2928         program_transform_name for native tools.
2929
2930         * Makefile.in: Regenerated.
2931         * configure: Regenerated with autoconf 2.59.
2932
2933 2007-02-07  Roman Zippel  <zippel@linux-m68k.org>
2934
2935         * MAINTAINERS (Write After Approval): Add myself.
2936
2937 2007-01-31  Andreas Schwab  <schwab@suse.de>
2938
2939         * Makefile.tpl (LDFLAGS): Substitute it.
2940         * Makefile.in: Regenerate.
2941
2942 2007-01-30  Andrey Belevantsev  <abel@ispras.ru>
2943
2944         * MAINTAINERS (Write After Approval): Add myself.
2945
2946 2007-01-28  David Edelsohn  <edelsohn@gnu.org>
2947
2948         * MAINTAINERS (spu port): Add myself.
2949
2950 2007-01-23  Richard Guenther  <rguenther@suse.de>
2951
2952         PR bootstrap/30541
2953         * Makefile.def (flags_to_pass): Add GNATBIND and GNATMAKE.
2954         * Makefile.tpl (GNATBIND): Substitute it.
2955         (GNATMAKE): Likewise.
2956         (POSTSTAGE1_FLAGS_TO_PASS): Pass staged GNATBIND instead
2957         of STAGE_PREFIX.
2958         * Makefile.in: Regenerate.
2959         * configure: Regenerate.
2960
2961 2007-01-18  Mike Stump  <mrs@apple.com>
2962
2963         * configure.in: Re-enable -Werror for gcc builds.
2964
2965 2007-01-11  Harsha Jagasia  <harsha.jagasia@amd.com>
2966
2967         * MAINTAINERS (Write After Approval): Add myself.
2968
2969 2007-01-11  Paolo Bonzini  <bonzini@gnu.org>
2970
2971         * configure.in: Change == to = in test command.
2972         * configure: Regenerate.
2973
2974 2007-01-11  Paolo Bonzini  <bonzini@gnu.org>
2975             Nick Clifton  <nickc@redhat.com>
2976             Kaveh R. Ghazi  <ghazi@caip.rutgets.edu>
2977
2978         * configure.in (build_configargs, host_configargs, target_configargs):
2979         Remove build/host/target parameters.
2980         (host_libs): Add gmp and mpfr.
2981         (GMP tests): Reorganize to allow in-tree GMP/MPFR.
2982         * Makefile.def (gmp, mpfr): New.
2983         (gcc): Remove target.
2984         * Makefile.tpl (build_os, build_vendor, host_os, host_vendor,
2985         target_os, target_vendor): New.
2986         (configure): Add host_alias/target_alias arguments; adjust invocations.
2987         * configure: Regenerate.
2988         * Makefile.in: Regenerate.
2989
2990 2007-01-11  Matt Fago  <fago@earthlink.net>
2991
2992         * configure.in: Try to link to functions only in mpfr 2.2.x
2993         to improve robustness of configure tests.
2994         * configure: Regenerate.
2995
2996 2007-01-09  Uros Bizjak  <ubizjak@gmail.com>
2997
2998         * MAINTAINERS: Add myself as i386 maintainer.
2999
3000 2007-01-08  Jan Hubicka  <jh@suse.cz>
3001
3002         * MAINTAINERS: Add myself as i386 maintainer.
3003
3004 2007-01-08  Kai Tietz   <kai.tietz@onevision.com>
3005
3006         * configure.in: Add support for an x86_64-mingw* target.
3007         * configure: Regenerate.
3008
3009 2007-01-05  Daniel Jacobowitz  <dan@codesourcery.com>
3010
3011         * Makefile.tpl (all-target): Correct @if conditional for target
3012         modules.
3013         * configure.in: Omit libiberty if building only target libgcc.
3014         * configure, Makefile.in: Regenerated.
3015
3016 2007-01-04  Paolo Bonzini  <bonzini@gnu.org>
3017
3018         * configure.in: Use DEV-PHASE to detect default for --enable-werror.
3019         * configure: Regenerate.
3020
3021 2007-01-03  Daniel Jacobowitz  <dan@codesourcery.com>
3022
3023         * Makefile.def (target_modules): Add libgcc.
3024         (lang_env_dependencies): Remove default items.  Use no_c and no_gcc.
3025         * Makefile.tpl (clean-target-libgcc): Delete.
3026         (configure-target-[+module+]): Emit --disable-bootstrap dependencies
3027         on gcc even for bootstrapped modules.  Rewrite handling of
3028         lang_env_dependencies to loop over target_modules.
3029         * configure.in (target_libraries): Add target-libgcc.
3030         * Makefile.in, configure: Regenerated.
3031
3032 2006-12-29  Paolo Bonzini  <bonzini@gnu.org>
3033
3034         * configure.in: Reorganize recognition of languages.  Add
3035         --enable-stage1-languages.  Show supported languages for the chosen
3036         target rather than all recognized languages.
3037         * configure: Regenerate.
3038
3039 2006-12-29  Paolo Bonzini  <bonzini@gnu.org>
3040
3041         * Makefile.tpl (GCC_STRAP_TARGETS, all-prebootstrap): Remove.
3042         * Makefile.in: Regenerate.
3043
3044 2006-12-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3045
3046         * configure.in: Warn that MPFR 2.2.0 is buggy.
3047         * configure: Regenerate.
3048
3049 2006-12-27  Ian Lance Taylor  <iant@google.com>
3050
3051         * configure.in: When removing Makefiles to force a reconfigure, also
3052         remove prev-DIR*/Makefile.
3053         * configure: Regenerate.
3054
3055 2006-12-22  Andreas Schwab  <schwab@suse.de>
3056
3057         * configure: Regenerate with correct autoconf version.
3058
3059 2006-12-20  Adam Megacz  <megacz@cs.berkeley.edu>
3060
3061         * configure.in: add AC_SUBST for *_FOR_TARGET.
3062         * configure: Regenerate.
3063
3064 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
3065
3066         * configure.in: Simplify logic for rejecting languages that cannot
3067         be built.  Separate the case when a language is unsupported,
3068         from the case when the user chooses not to build a language.
3069
3070 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
3071
3072         * configure.in: Remove "$build" case for powerpc-*-darwin* since
3073         it only affects bootstrap and could be tested on "$host" as well.
3074         * configure: Regenerate.
3075         * config/mh-ppc-darwin: Add to the stage1 cflags here.
3076
3077 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
3078
3079         PR bootstrap/29544
3080         * Makefile.def (flags_to_pass): Add STAGE1_CHECKING.
3081         (bootstrap_stage): Add STAGE1_CHECKING to stage1 configure flags,
3082         move here comment from Makefile.tpl.
3083         * Makefile.tpl: Move some definitions higher in the file.
3084         (STAGE1_CHECKING): New.
3085         * configure.in: Add --enable-stage1-checking.
3086         * configure: Regenerate.
3087         * Makefile.in: Regenerate.
3088
3089 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
3090
3091         * MAINTAINERS: Add myself as build system maintainer.
3092
3093 2006-12-15  Simon Martin  <simartin@users.sourceforge.net>
3094
3095         * MAINTAINERS (Write After Approval): Add myself.
3096
3097 2006-12-13  Eric Christopher  <echristo@apple.com>
3098
3099         * MAINTAINERS: Add myself as darwin maintainer.
3100
3101 2006-12-11  Ian Lance Taylor  <ian@airs.com>
3102
3103         * MAINTAINERS: Add myself as libgcc and fp-bit maintainer.
3104
3105 2006-12-11  Joern Rennecke  <joern.rennecke@arc.com>
3106
3107         MAINTAINERS: Update my entry.
3108
3109 2006-12-11  Alan Modra  <amodra@bigpond.net.au>
3110
3111         * configure.in:  Handle spu makefile frag.
3112         * Makefile.tpl (MAINT): Define
3113         (MAINTAINER_MODE_FALSE, MAINTAINER_MODE_TRUE): Define.
3114         * configure: Regenerate.
3115         * Makefile.in: Regenerate.
3116
3117 2006-12-11  Ben Elliston  <bje@au.ibm.com>
3118
3119         * config.guess: Import latest version.
3120         * config.sub: Likewise.
3121
3122 2006-12-11  Ben Elliston  <bje@au.ibm.com>
3123
3124         * configure.in (spu-*-*): Don't skip target-libiberty.
3125         * configure: Regenerate.
3126
3127 2006-12-10  Andreas Tobler  <a.tobler@schweiz.org>
3128
3129         PR bootstrap/30134
3130         * configure.in: Correct x86 darwin support for libjava to powerpc
3131         and i?86 only.
3132         * configure: Regenerate.
3133
3134 2006-12-08  Sandro Tolaini  <tolaini@libero.it>
3135
3136         * configure.in: Add x86 darwin support for libjava.
3137         * configure: Regenerate.
3138
3139 2006-12-07  Mike Stump  <mrs@apple.com>
3140
3141         * Makefile.def (dependencies): Add dependency for
3142         install-target-libssp and install-target-libgomp on
3143         install-gcc.
3144         * Makefile.in: Regenerate.
3145
3146 2006-12-04  Richard Guenther  <rguenther@suse.de>
3147
3148         * MAINTAINERS (Non-Algorithmic Maintainers): New section.
3149         (Non-Algorithmic Maintainers): Move over non-algorithmic
3150         loop optimizer maintainers, add myself as a non-algorithmic
3151         middle-end maintainer.
3152
3153 2006-12-04  Daniel Franke  <franke.daniel@gmail.com>
3154
3155         * MAINTAINERS (Write After Approval): Add myself.
3156
3157 2006-12-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3158
3159         * configure.in: Update error message for missing GMP/MPFR.
3160
3161         * configure: Regenerate.
3162
3163 2006-12-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3164
3165         * configure.in: Update MPFR version in error message.
3166
3167         * configure: Regenerate.
3168
3169 2006-11-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3170
3171         * configure.in (--with-mpfr-dir, --with-gmp-dir): Remove flags.
3172         (--with-mpfr-include, --with-mpfr-lib, --with-gmp-include,
3173         --with-gmp-lib): New flags.
3174
3175         * configure: Regenerate.
3176
3177 2006-11-25  Brooks Moses  <brooks.moses@codesourcery.com>
3178
3179         * MAINTAINERS (Write After Approval): Change my email address.
3180
3181 2006-11-23  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
3182
3183         * MAINTAINERS (Write After Approval): Add myself.
3184
3185 2006-11-22  Philipp Thomas  <pth@suse.de>
3186
3187         * MAINTAINERS (i18n): Update e-mail address.
3188
3189 2006-11-21  Trevor Smigiel  <trevor_smigiel@playstation.sony.com>
3190
3191         * MAINTAINERS (spu port): Add myself as maintainer.
3192         (Write After Approval): Remove myself.
3193
3194 2006-11-22  Ben Elliston  <bje@au.ibm.com>
3195
3196         * configure.in (skipdirs): Don't build libssp for SPU.
3197         * configure: Regenerate.
3198
3199 2006-11-21  Andrew Pinski  <andrew_pinski@playstation.sony.com>
3200
3201         * MAINTAINERS (spu port): Add myself as maintainer.
3202         (libobjc): Update my email address.
3203
3204 2006-11-21  Andrea Bona  <andrea.bona@st.com>
3205
3206         * MAINTAINERS (Write After Approval): Add myself.
3207
3208 2006-11-20  Trevor Smigiel  <trevor_smigiel@playstation.sony.com>
3209
3210         * configure.in (skipdirs) : Don't build target-libiberty for SPU.
3211         * configure : Rebuilt.
3212
3213 2006-11-20  Trevor Smigiel  <trevor_smigiel@playstation.sony.com>
3214
3215         * MAINTAINERS (Write After Approval): Add myself.
3216
3217 2006-11-20  Andrea Ornstein  <andrea.ornstein@st.com>
3218
3219         * MAINTAINERS (Write After Approval): Add myself.
3220
3221 2006-11-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3222
3223         * configure.in (--with-mpfr-dir): Also look in .libs and _libs for
3224         libmpfr.a.
3225         * configure: Regenerate.
3226
3227 2006-11-16  Paolo Bonzini  <bonzini@gnu.org>
3228
3229         * Makefile.tpl (clean-target-libgcc): Test for gcc Makefile presence.
3230         (unstage): Test for stage_last presence.
3231
3232         PR bootstrap/29802
3233         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Add HOST_SUBDIR in
3234         STAGE_PREFIX.
3235         * Makefile.in: Regenerate.
3236
3237 2003-11-16  Zdenek Dvorak  <dvorakz@suse.cz>
3238
3239         * MAINTAINERS: Add myself and Daniel Berlin as loop optimizer
3240         maintainers.
3241
3242 2006-11-14  Erven Rohou  <erven.rohou@st.com>
3243
3244         * MAINTAINERS (Write After Approval): Add myself.
3245
3246 2006-11-14  Paolo Bonzini  <bonzini@gnu.org>
3247
3248         * Makefile.tpl (clean-stage*): Test separately for package/Makefile
3249         and stageN-package/Makefile.
3250         * Makefile.in: Regenerated.
3251
3252 2006-11-14  Jie Zhang  <jie.zhang@analog.com>
3253
3254         * configure.in: Remove target-libgloss from noconfigdirs for
3255         bfin-*-*.
3256         * configure: Regenerated.
3257
3258 2006-11-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3259
3260         * configure.in (have_gmp): Only error if the gcc directory exists.
3261
3262         * configure: Regenerate.
3263
3264 2006-11-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3265
3266         * configure.in: Robustify error message for missing GMP/MPFR.
3267
3268         * configure: Regenerate.
3269
3270 2006-10-31  Stephen M. Webb  <stephen.webb@bregmasoft.com>
3271
3272         * MAINTAINERS (Write After Approval): Add myself.
3273
3274 2006-10-30  Uros Bizjak  <ubizjak@gmail.com>
3275
3276         * MAINTAINERS: Change email address.
3277
3278 2006-10-30  Vladimir Prus  <vladimir@codesourcery.com>
3279
3280         * MAINTAINERS (Write After Approval): Add myself.
3281
3282 2006-10-26  Peter Bergner  <bergner@vnet.ibm.com>
3283
3284         * MAINTAINERS (Write After Approval): Add myself.
3285
3286 2006-10-25  Chen Liqin  <liqin@sunnorth.com.cn>
3287
3288         * MAINTAINERS (Write After Approval): Move myself to
3289         Write After Approval section.
3290
3291 2006-10-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3292
3293         * configure.in: Require GMP-4.1+ and MPFR-2.2+.  Don't check
3294         need_gmp anymore.
3295         * configure: Regenerate.
3296
3297 2006-10-16  Tobias Burnus  <burnus@net-b.de>
3298
3299         * MAINTAINERS (Write After Approval): Add myself.
3300
3301 2006-10-16  Ben Elliston  <bje@au.ibm.com>
3302
3303         * config.guess: Import latest version.
3304         * config.sub: Likewise.
3305
3306 2006-10-10  Brooks Moses  <bmoses@stanford.edu>
3307
3308         * Makefile.def: Added pdf target handling.
3309         * Makefile.tpl: Added pdf target handling.
3310         * Makefile.in: Regenerated.
3311
3312 2006-10-10  Chen Liqin  <liqin@sunnorth.com.cn>
3313
3314         * MAINTAINERS: Add self as score port maintainer.
3315
3316 2006-10-04  Brooks Moses  <bmoses@stanford.edu>
3317
3318         * MAINTAINERS (Write After Approval): Add myself.
3319
3320 2006-09-27  Steven G. Kargl  <kargl@gcc.gnu.org>
3321
3322         * configure.in: Check for GMP 4.1 or newer.  Check for MPFR 2.2.0
3323         or newer.
3324         * configure: Regenerated.
3325
3326 2006-09-27  Dave Brolley  <brolley@redhat.com>
3327
3328         * configure.in (RUNTEST): Look for 'runtest' in the source tree by
3329         using $s instead of $r.
3330         * configure: Regenerated.
3331
3332 2006-09-26  Thiemo Seufer  <ths@mips.com>
3333
3334         * configure.in: Remove redundant handling of mips*-dec-bsd*. Likewise
3335         for mipstx39-*-*. Disable libgloss for mips64*-*-linux*.
3336         * configure: Regenerate.
3337
3338 2006-09-24  Graeme Peterson  <gridly@gmail.com>
3339
3340         * MAINTAINERS (Write After Approval): Remove myself.
3341
3342 2006-09-22  Chao-ying Fu  <fu@mips.com>
3343
3344         * MAINTAINERS (Write After Approval): Add myself.
3345
3346 2006-09-10  Joseph S. Myers  <joseph@codesourcery.com>
3347
3348         * MAINTAINERS: Add self as soft-fp maintainer.
3349
3350 2006-09-09  Anatoly Sokolov  <aesok@post.ru>
3351
3352         * MAINTAINERS: Add myself as avr maintainer.
3353         Remove Marek Michalkiewicz as avr maintainer.
3354
3355 2006-09-07  Roberto Costa  <roberto.costa@st.com>
3356
3357         * MAINTAINERS (Write After Approval): Add myself.
3358
3359 2006-08-30  Corinna Vinschen  <corinna@vinschen.de>
3360
3361         * configure.in: Never build newlib for a Mingw host.
3362         Never build newlib as Mingw target library.
3363         Test the existence of winsup/cygwin for building a Cygwin newlib,
3364         rather than just winsup.
3365         Add winsup/mingw and winsup/w32api paths to FLAGS_FOR_TARGET if
3366         building a Mingw target.
3367         * configure: Regenerate.
3368
3369 2006-08-08  Eric Botcazou  <ebotcazou@libertysurf.fr>
3370
3371         * MAINTAINERS (Various Maintainers): Add self as RTL opt. maintainer.
3372
3373 2006-07-25  Paolo Bonzini  <bonzini@gnu.org>
3374
3375         * config.guess: Import from src (was more updated).
3376         * config.sub: Likewise.
3377
3378 2006-07-22  Daniel Jacobowitz  <dan@codesourcery.com>
3379
3380         * configure.in: Allow mingw32 and cygwin targets to build cross-gdb.
3381         * configure: Regenerated.
3382
3383 2006-07-18  Paolo Bonzini  <bonzini@gnu.org>
3384
3385         * Makefile.tpl (configure-stageN-MODULE): Pass --with-build-libsubdir
3386         for stages after the first.
3387
3388 2006-07-17  Jakub Jelinek  <jakub@redhat.com>
3389
3390         * Makefile.def: Add dependencies for configure-opcodes
3391         on configure-intl and all-opcodes on all-intl.
3392         * Makefile.in: Regenerated.
3393
3394 2006-07-13  Ben Elliston  <bje@au.ibm.com>
3395
3396         * MAINTAINERS (Various Maintainers): Add myself as dfp maintainer.
3397
3398 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
3399
3400         Port to hosts whose 'sort' and 'tail' implementations
3401         treat operands with leading '+' as file names, as POSIX
3402         has required since 2001.  However, make sure the code still
3403         works on pre-POSIX hosts.
3404         * ltmain.sh: Don't assume "sort +2" is equivalent to
3405         "sort -k 3", since POSIX 1003.1-2001 no longer requires this.
3406
3407 2006-07-05  Ulrich Weigand  <uweigand@de.ibm.com>
3408
3409         * MAINTAINERS (Various Maintainers): Add myself as reload maintainer.
3410
3411 2006-07-04  Peter O'Gorman  <peter@pogma.com>
3412
3413         * ltconfig: chmod 644 before ranlib during install.
3414
3415 2006-07-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
3416
3417         PR bootstrap/18058
3418         * configure.in: Add -fkeep-inline-functions to CFLAGS for stage 1
3419         if the bootstrap compiler is a GCC version that supports it.
3420         * configure: Regenerate.
3421
3422 2006-07-03  Paolo Bonzini  <bonzini@gnu.org>
3423
3424         * configure.in: Fix thinkos in previous check-in.
3425         * configure: Regenerate.
3426
3427 2006-07-03  Paolo Bonzini  <bonzini@gnu.org>
3428
3429         PR other/27063
3430         * configure.in: Test subdir_requires and give an appropriate
3431         error message.
3432         * configure: Regenerate.
3433
3434 2006-07-01  Andrew John Hughes  <gnu_andrew@member.fsf.org>
3435
3436         * MAINTAINERS (Write After Approval): Add myself.
3437
3438 2006-06-22  John David Anglin  <dave.anglin@nrc.ca>
3439
3440         * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
3441
3442 2006-06-22  Steve Ellcey  <sje@cup.hp.com>
3443
3444         * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
3445
3446 2006-06-20  David Ayers  <d.ayers@inode.at>
3447
3448         PR bootstrap/28072
3449         * configure.in: Add target-boehm-gc to noconfigdirs depending on
3450         whether target-libjava is being configured instead of whether the
3451         java front end is enabled.
3452         * configure: Regenerate.
3453
3454 2006-06-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
3455
3456         PR target/27540
3457         * configure.in: Only enable libgomp on IRIX 6.
3458         * configure: Regenerate.
3459
3460 2006-06-15  Paolo Bonzini  <bonzini@gnu.org>
3461
3462         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Export CFLAGS and LDFLAGS
3463         too.
3464         * Makefile.in: Regenerate.
3465
3466 2006-06-13  Jeff Johnston  <jjohnstn@redhat.com>
3467
3468         * config-ml.in: Alter CCASFLAGS to include special
3469         multilib options the same as is done for CFLAGS.
3470
3471 2006-06-12  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
3472
3473         * configure.in: Don't enable libgomp on hpux10.
3474         * configure: Rebuilt.
3475
3476 2006-06-12  David Ayers  <d.ayers@inode.at>
3477
3478         PR bootstrap/27963
3479         PR target/19970
3480         * configure.in: Remove target-boehm-gc from noconfigdirs where
3481         ${libgcj} is specified.
3482         * configure: Regenerate.
3483
3484 2006-06-06  Carlos O'Donell  <carlos@codesourcery.com>
3485
3486         Sync from src:
3487
3488         * configure.in: Sync.
3489         * configure: Regenerated.
3490
3491         2006-05-31  Daniel Jacobowitz  <dan@codesourcery.com>
3492
3493         * Makefile.def: Added dependencies from sim and gdb on intl, and
3494         added configure dependencies to everything with an all dependency
3495         on intl.
3496         * Makefile.in: Regenerated.
3497
3498 2006-06-06  David Ayers  <d.ayers@inode.at>
3499
3500         PR libobjc/13946
3501         * Makefile.def: Add dependencies for libobjc which boehm-gc.
3502         * Makefile.in: Regenerate.
3503         * configure.in: Add --enable-objc-gc at toplevel and have it
3504         enable boehm-gc for Objective-C.
3505         Remove target-boehm-gc from libgcj.
3506         Add target-boehm-gc to target_libraries.
3507         Add target-boehm-gc to noconfigdirs where ${libgcj}
3508         is specified.
3509         Assert that boehm-gc is supported when requested for Objective-C.
3510         Only build boehm-gc if needed either for Java or Objective-C.
3511         * configure: Regenerate.
3512
3513 2006-06-05  Paolo Bonzini  <bonzini@gnu.org>
3514
3515         PR 27674
3516         * Makefile.tpl (configure-[+prefix+][+module+],
3517         all-[+prefix+][+module+]): Depend on stage_current if bootstrapping.
3518         Remove rule to unstage bootstrapped modules.
3519         (stage_current): New.
3520         * Makefile.in: Regenerate.
3521
3522 2006-06-03  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
3523
3524         * MAINTAINERS (Write After Approval): Update my e-mail address.
3525
3526 2006-06-01  Mark Shinwell  <shinwell@codesourcery.com>
3527
3528         * include/libiberty.h: Declare pex_run_in_environment.
3529
3530 2006-05-31  Asher Langton  <langton2@llnl.gov>
3531
3532         * MAINTAINERS (Write After Approval): Add myself.
3533
3534 2006-05-25  Paolo Bonzini  <bonzini@gnu.org>
3535
3536         * Makefile.def (bfd, opcodes): Fix lib_path.
3537         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Replace ADAC with ADAFLAGS.
3538         (restrap): Move under "@if gcc-bootstrap".  Fix typo.
3539         * Makefile.in: Regenerate.
3540
3541 2006-05-24  Carlos O'Donell  <carlos@codesourcery.com>
3542
3543         * Makefile.in: Regenerate.
3544
3545 2006-05-24  Carlos O'Donell  <carlos@codesourcery.com>
3546
3547         * Makefile.def: Add install-html target. Add datarootdir
3548         docdir and htmldir to flags_to_pass.
3549         * Makefile.tpl: Add install-html target.
3550         * Makefile.in: Regenerate.
3551         * configure.in: Add --with-datarootdir, --with-docdir, and
3552         --with-htmldir options. AC_SUBST datarootdir, docdir and htmldir.
3553         * configure: Regenerate.
3554
3555 2006-05-24  Mark Shinwell  <shinwell@codesourcery.com>
3556
3557         * configure.in: Enable gprof for cross builds.
3558         * configure: Regenerate.
3559
3560 2006-05-22  Richard Guenther  <rguenther@suse.de>
3561
3562         Revert
3563         2006-01-31  Richard Guenther  <rguenther@suse.de>
3564         Paolo Bonzini  <bonzini@gnu.org>
3565
3566         * Makefile.def (target_modules): Add libgcc-math target module.
3567         * configure.in (target_libraries): Add libgcc-math target library.
3568         (--enable-libgcc-math): New configure switch.
3569         * Makefile.in: Re-generate.
3570         * configure: Re-generate.
3571         * libgcc-math: New toplevel directory.
3572
3573 2006-05-20  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
3574             Andreas Tobler  <a.tobler@schweiz.ch>
3575
3576         * configure.in:  Enable libgcj for hppa*-hp-hpux11*.
3577         * configure: Rebuilt.
3578
3579 2006-05-12  Sandra Loosemore  <sandra@codesourcery.com>
3580
3581         * MAINTAINERS (Write After Approval): Add myself.
3582
3583 2006-05-01  DJ Delorie  <dj@redhat.com>
3584
3585         * configure.in: Restore CFLAGS if GMP isn't present.
3586         * configure: Regenerate.
3587
3588 2006-05-01  Richard Guenther  <rguenther@suse.de>
3589
3590         * MAINTAINERS (Various Maintainers): Add myself as libgcc-math
3591         maintainer.
3592
3593 2006-04-30  Kenneth Zadeck  <zadeck@naturalbridge.com>
3594
3595         * MAINTAINERS (Write After Approval): Add myself.
3596
3597 2006-04-28  Jan Beulich  <jbeulich@novell.com>
3598
3599         * MAINTAINERS (Write After Approval): Add myself.
3600
3601 2006-04-18  DJ Delorie  <dj@redhat.com>
3602
3603         * configure.in (m32c): Build libstdc++-v3.  Pass flags to
3604         reference libgloss so that libssp can be built in a combined
3605         tree.
3606         * configure: Regenerate.
3607
3608 2006-04-08  Robert Millan  <rmh@gcc.gnu.org>
3609
3610         * MAINTAINERS (Write After Approval): Add myself.
3611
3612 2006-04-05  Ben Elliston  <bje@au.ibm.com>
3613
3614         * configure.in: Require makeinfo 4.4 or higher.
3615         * configure: Regenerate.
3616
3617 2006-04-04  Gerald Pfeifer  <gerald@pfeifer.com>
3618
3619         * MAINTAINERS: Add Richard Henderson as libgomp maintainer.
3620         Rearrange the entries of other libraries to have them in one place.
3621
3622 2006-03-22  Janne Blomqvist  <jb@gcc.gnu.org>
3623
3624         * MAINTAINERS (Write After Approval): Remove myself.
3625         (Language Front End Maintainers): Add myself as fortran 95 maintainer.
3626
3627 2006-03-14  Richard Guenther  <rguenther@suse.de>
3628
3629         * configure: Regenerate with autoconf 2.13.
3630
3631 2006-03-13  Jim Blandy  <jimb@codesourcery.com>
3632
3633         * MAINTAINERS: Use my work address.
3634
3635         * MAINTAINERS: Update my E-mail address.
3636
3637 2006-03-10  Aldy Hernandez  <aldyh@redhat.com>
3638
3639         * configure.in: Handle --disable-<component> generically.
3640         * configure: Regenerate.
3641
3642 2006-03-01  H.J. Lu  <hongjiu.lu@intel.com>
3643
3644         PR libgcj/17311
3645         * ltmain.sh: Don't use "$finalize_rpath" for compile.
3646
3647 2006-02-21  Erik Edelmann  <eedelman@gcc.gnu.org>
3648
3649         * MAINTAINERS (Write After Approval):  Remove myself.
3650         (Language Front End Maintainers):  Add myself as fortran 95 maintainer.
3651
3652 2006-02-21  Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
3653
3654         * Makefile.tpl  (BUILD_CONFIGDIRS): Remove.
3655         (TARGET_CONFIGDIRS): Remove.
3656         * configure.in: Remove AC_SUBST(target_configdirs).
3657         * Makefile.in, configure: Regenerated.
3658
3659 2006-02-20  Steven G. Kargl  <kargls@comcast.net>
3660
3661         * MAINTAINERS (Write After Approval):  Remove myself.
3662         (Language Front End Maintainers):  Add myself as fortran 95 maintainer.
3663
3664 2006-02-20  Paolo Bonzini  <bonzini@gnu.org>
3665
3666         PR bootstrap/25670
3667
3668         * Makefile.tpl ([+compare-target+]): Print explanation messages.
3669
3670         * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES): New flags_to_pass.
3671         * Makefile.tpl (BASE_FLAGS_TO_PASS): Support optional flags_to_pass.
3672         (EXTRA_GCC_FLAGS): Remove ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES,
3673         BUILD_PREFIX, BUILD_PREFIX_1.
3674         * configure.in: (BUILD_PREFIX, BUILD_PREFIX_1): Don't substitute.
3675
3676         * Makefile.def (bootstrap stage 1): Pass LIBCFLAGS too.
3677         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Override LIBCFLAGS too.
3678
3679         * Makefile.tpl (configure-stage[+id+]-[+prefix+][+module+],
3680         all-stage[+id+]-[+prefix+][+module+], : Use $(current_stage) instead
3681         of `cat stage_current`.  Always provide the `r' and `s' variables.
3682         (clean-stage[+id+]-[+prefix+][+module+]): Likewise, and make it into
3683         a single shell execution.
3684         (configure-[+prefix+][+module+], all-[+prefix+][+module+]): For
3685         bootstrapped modules, make the stage1 module if the build was not
3686         started yet, else build the current stage.
3687         (all-host, all-target): Omit bootstrapped modules (if bootstrapping).
3688         (all-build, all-host, all-target, [+make_target+]-host,
3689         [+make_target+]-target): Do not use \-continued lines.
3690         (target modules): Depend on stage_last, not all-gcc, if bootstrapping.
3691         (current_stage, restrap, stage_last): New.
3692
3693         * Makefile.in: Regenerate.
3694         * configure: Regenerate.
3695
3696 2006-02-19  Bud Davis  <jmdavis@link.com>
3697
3698         * MAINTAINERS (Write After Approval):  Remove myself.
3699         (Language Front End Maintainers):  Add myself as fortran 95
3700         maintainer and update e-mail address.
3701
3702 2006-02-17  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
3703
3704         * MAINTAINERS (Write After Approval):  Remove myself.
3705         (Language Front End Maintainers):  Add myself as fortran 95
3706         maintainer.
3707
3708 2006-02-16  Victor Kaplansky  <victork@il.ibm.com>
3709
3710         * MAINTAINERS (Write After Approval): Add myself.
3711
3712 2006-02-16  Thomas Koenig  <Thomas.Koenig@online.de>
3713
3714         * MAINTAINERS (Write After Approval):  Remove myself.
3715         (Language Front End Maintainers):  Add myself as
3716         fortran 95 maintainer.
3717
3718 2006-02-14  Paolo Bonzini  <bonzini@gnu.org>
3719
3720         Sync from src:
3721
3722         2005-12-27  Leif Ekblad  <leif@rdos.net>
3723
3724         * configure.in: Add support for RDOS target.
3725         * configure: Regenerate.
3726
3727 2006-02-14  Paolo Bonzini  <bonzini@gnu.org>
3728             Andreas Schwab  <schwab@suse.de>
3729
3730         * configure: Regenerate.
3731
3732 2006-02-12  David Edelsohn  <edelsohn@gnu.org>
3733
3734         * configure.in (enable_libgomp): Add AIX.
3735         * configure: Regenerate.
3736
3737 2006-02-07  Maxim Kuvyrkov  <mkuvyrkov@ispras.ru>
3738
3739         * MAINTAINERS (Write After Approval): Add myself.
3740
3741 2006-02-03  Lee Millward  <lee.millward@gmail.com>
3742
3743         * MAINTAINERS (Write After Approval): Add myself.
3744
3745 2006-01-31  Richard Guenther  <rguenther@suse.de>
3746         Paolo Bonzini  <bonzini@gnu.org>
3747
3748         * Makefile.def (target_modules): Add libgcc-math target module.
3749         * configure.in (target_libraries): Add libgcc-math target library.
3750         (--enable-libgcc-math): New configure switch.
3751         * Makefile.in: Re-generate.
3752         * configure: Re-generate.
3753         * libgcc-math: New toplevel directory.
3754
3755 2006-01-26  Paolo Bonzini  <bonzini@gnu.org>
3756
3757         * configure.in: Set with_gnu_as, with_gnu_ld, with_newlib earlier.
3758         Set md_exec_prefix.  Use ACX_CHECK_INSTALLED_TARGET_TOOL to find
3759         the assembler, linker and binutils.
3760         * configure: Regenerate.
3761
3762 2006-01-22  Dirk Mueller  <dmueller@suse.de>
3763
3764         * MAINTAINERS (Write After Approval): Add myself.
3765
3766 2006-01-20  Diego Novillo  <dnovillo@redhat.com>
3767
3768         * configure: Regenerate.
3769
3770 2006-01-18  Richard Henderson  <rth@redhat.com>
3771             Jakub Jelinek  <jakub@redhat.com>
3772             Diego Novillo  <dnovillo@redhat.com>
3773
3774         * libgomp: New directory.
3775         * Makefile.def: Add target_module libgomp.
3776         * Makefile.in: Regenerate.
3777         * configure.in (target_libraries): Add target-libgomp.
3778         * configure: Regenerate.
3779
3780 2006-01-05  Alexandre Oliva  <aoliva@redhat.com>
3781
3782         * Makefile.tpl (clean-stage[+id+]-[+prefix+][+module+]): Remove
3783         @ from continuation.
3784         * Makefile.in: Rebuilt.
3785
3786 2006-01-04  Chris Lattner  <sabre@gnu.org>
3787
3788         * MAINTAINERS (Write After Approval): Add myself.
3789
3790 2006-01-04  Paolo Bonzini  <bonzini@gnu.org>
3791
3792         PR bootstrap/24252
3793
3794         * Makefile.def (flags_to_pass): Add STAGE1_CFLAGS and STAGE1_LANGUAGES.
3795         * Makefile.tpl (OBJDUMP): New.
3796         (EXTRA_HOST_FLAGS): Add it.
3797         (EXTRA_GCC_FLAGS): Remove flags already specified in flags_to_pass.
3798
3799         * Makefile.tpl (stage[+id+]-start, stage[+id+]-end): Do not try
3800         to use symbolic links between directories.  Avoid race conditions
3801         or make them harmless.
3802         * configure.in: Do not try to use symbolic links between directories.
3803
3804         * Makefile.def (LEAN): Pass.
3805         * Makefile.tpl (LEAN): Define.
3806         (stage[+id+]-start): Accept that the previous directory does not
3807         exist, if the bootstrap is lean.
3808         (stage[+id+]-bubble): Invoke lean bootstrap commands after
3809         stage[+id+]-start.  Use a makefile variable and an `if' instead of a
3810         configure substitution.
3811         ([+compare-target+]): Likewise.
3812         ([+bootstrap-target+]-lean): New.
3813         * configure.in: Remove lean bootstrap support from here.
3814
3815         * Makefile.in: Regenerate.
3816         * configure: Regenerate.
3817
3818 2006-01-04  Ben Elliston  <bje@au.ibm.com>
3819
3820         * MAINTAINERS (libdecnumber): Add myself.
3821
3822 2006-01-02  Mark Mitchell  <mark@codesourcery.com>
3823
3824         * libtool-ldflags: New script.
3825
3826 2006-01-02  Andreas Schwab  <schwab@suse.de>
3827
3828         * configure.in: When reconfiguring remove Makefile in
3829         all stage directories.
3830         * configure: Regenerate.
3831
3832 2005-12-27  Steven Bosscher  <stevenb.gcc@gmail.com>
3833
3834         * MAINTAINERS: Update my email address.
3835
3836 2005-12-20  Paolo Bonzini  <bonzini@gnu.org>
3837
3838         Revert Ada-related part of the previous change.
3839
3840         * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, ADAFLAGS_FOR_TARGET):
3841         Do not pass.
3842         * Makefile.tpl (BOOT_ADAFLAGS): Do not define.
3843         * Makefile.in: Regenerate.
3844         * configure.in: Do not include mt-ppc-aix target fragment.
3845         * configure: Regenerate.
3846
3847 2005-12-19  Paolo Bonzini  <bonzini@gnu.org>
3848
3849         * configure.in: Select appropriate fragments for PowerPC/AIX.
3850         * configure: Regenerate.
3851
3852         * Makefile.def (flags_to_pass): Add ADAFLAGS, BOOT_ADAFLAGS,
3853         BOOT_CFLAGS, BOOT_LDFLAGS.
3854         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Handle BOOT_ADAFLAGS,
3855         BOOT_CFLAGS, BOOT_LDFLAGS.
3856         (TARGET_FLAGS_TO_PASS): Handle ADAFLAGS_FOR_TARGET.
3857         (stage[+id+]-bubble): Pass flags recursively to the comparison target.
3858         (stage): Fail if we cannot complete the work.
3859         * Makefile.in: Regenerate.
3860
3861 2005-12-16  Nathan Sidwell  <nathan@codesourcery.com>
3862
3863         * configure.in: Replace ms1 with mt.
3864         * configure: Rebuilt.
3865
3866 2005-12-15  Bryce McKinlay  <mckinlay@redhat.com>
3867
3868         * MAINTAINERS: Update my email address.
3869
3870 2005-12-15  Paolo Bonzini  <bonzini@gnu.org>
3871
3872         * Makefile.tpl (all, do-[+make_target+], do-check, install,
3873         install-host-nogcc): Don't invoke $(stage) at the end.
3874         * Makefile.in: Regenerate.
3875
3876 2005-12-14  Paolo Bonzini  <bonzini@gnu.org>
3877
3878         * configure.in: Flip the top-level bootstrap switch.
3879         * configure: Regenerate.
3880
3881 2005-12-14  Daniel Jacobowitz  <dan@codesourcery.com>
3882
3883         * Makefile.tpl: Throughout the file, use : $(MAKE) along with
3884         $(stage) and $(unstage).
3885         (EXTRA_TARGET_FLAGS): Correct double-quoting.
3886         (all): Remove stray semicolon.
3887         (local-distclean): Don't handle multilib.tmp and multilib.out.
3888         (install.all): Set $s for consistency.
3889         (configure-[+prefix+][+module+]): Instead of [+deps+], handle
3890         check_multilibs setting.  Always make the install directory.
3891         (configure-stage[+id+]-[+prefix+][+module+]): Likewise.
3892         Correct @if/@endif.
3893         (all-stage[+id+]-[+prefix+][+module+]): Correct @if/@endif.
3894         ($(TARGET_SUBDIR)/[+module+]/multilib.out): Remove.
3895         (stage[+id+]-start, stage[+id+]-end): Stage $(TARGET_SUBDIR).
3896         (multilib.out): Remove.
3897         * Makefile.in: Regenerated.
3898
3899 2005-12-12  Carlos O'Donell  <carlos@codesourcery.com>
3900
3901         * MAINTAINERS (Write After Approval): Add myself.
3902
3903 2005-12-12  Nathan Sidwell  <nathan@codesourcery.com>
3904
3905         * MAINTAINERS: Add myself as mt maintainer.
3906
3907         * config.sub: Replace ms1 with mt.  Allow ms1 as an alias.
3908
3909 2005-12-06  Adam Nemet  <anemet@caviumnetworks.com>
3910
3911         * MAINTAINERS: Change email address.
3912
3913 2005-12-05  Paolo Bonzini  <bonzini@gnu.org>
3914
3915         * configure.in (CONFIGURED_BISON, CONFIGURED_YACC, CONFIGURED_M4,
3916         CONFIGURED_FLEX, CONFIGURED_LEX, CONFIGURED_MAKEINFO): Remove
3917         "CONFIGURED_" from the AC_CHECK_PROGS invocation.  Move below.
3918         Find in-tree tools if available.
3919         (EXPECT, RUNTEST, LIPO, STRIP): Find them and substitute them.
3920         (CONFIGURED_*_FOR_TARGET): Don't set nor substitute.
3921         (*_FOR_TARGET): Set them with GCC_TARGET_TOOL.
3922         (COMPILER_*_FOR_TARGET): New.
3923         * Makefile.tpl (HOST_EXPORTS): Add *_FOR_TARGET symbols that gcc needs.
3924         (BASE_TARGET_EXPORTS): Use COMPILER_*_FOR_TARGET symbols.
3925         (CONFIGURED_*, USUAL_*): Remove.
3926         (BISON, YACC, FLEX, LEX, M4, MAKEINFO, EXPECT, RUNTEST, LIPO,
3927         STRIP): Use autoconf substitutions.
3928         (COMPILER_AS_FOR_TARGET, COMPILER_LD_FOR_TARGET,
3929         COMPILER_NM_FOR_TARGET): New.
3930         (EXTRA_HOST_FLAGS): Pass LIPO and STRIP.
3931
3932         (all): Make all-host and all-target in parallel.
3933         (do-[+make_target+], do-check, install, [+compare-target+]): Ensure
3934         that $$r and $$s are set before invoking a recursive make.
3935         (stage[+id+]-bubble): Likewise, and invoke the comparison at the end.
3936         ([+bootstrap-target+]): Inline most of the `all' target.
3937
3938 2005-11-29  Ben Elliston  <bje@au.ibm.com>
3939
3940         * Makefile.tpl (clean-target-libgcc): Invoke clean-target-libgcc
3941         from the gcc build directory.
3942         * Makefile.in: Regenerate.
3943
3944 2005-11-29  Ben Elliston  <bje@au.ibm.com>
3945
3946         * Makefile.def: Add new libdecnumber host_module.  Make all-gcc
3947         depend on all-libdecnumber.
3948         * configure.in (host_libs): Include libdecnumber.
3949         * Makefile.in: Regenerate.
3950         * configure: Likewise.
3951
3952 2005-11-29  Ben Elliston  <bje@au.ibm.com>
3953
3954         * libdecnumber: Import decNumber sources from the dfp-branch.
3955
3956 2005-11-21  Kean Johnston  <jkj@sco.com>
3957
3958         * config.sub, config.guess: Sync from upstream sources.
3959
3960 2005-11-21  Ben Elliston  <bje@au.ibm.com>
3961
3962         Import from Autoconf sources:
3963
3964         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
3965         * config/move-if-change: Don't output "$2 is unchanged";
3966         suggested by Ben Elliston.  Handle weird characters correctly.
3967
3968 2005-11-18  Andreas Tobler  <a.tobler@schweiz.ch>
3969
3970         * ltcf-c.sh (whole_archive_flag_spec): Remove '-all_load $convenience'
3971         to match upstream libtool for darwin.
3972
3973 2005-11-11  Daniel Jacobowitz  <dan@codesourcery.com>
3974
3975         * Makefile.def: Remove gdb dependencies for gdbtk.
3976         * Makefile.tpl (CONFIGURE_GDB_TK, INSTALL_GDB_TK): New variables.
3977         (configure-gdb, install-gdb): New rules.
3978         * configure.in: Set CONFIGURE_GDB_TK and INSTALL_GDB_TK.
3979         * Makefile.in, configure: Regenerated.
3980
3981 2005-11-06  Janne Blomqvist  <jb@gcc.gnu.org>
3982
3983         * MAINTAINERS (Write After Approval): Add myself.
3984
3985 2005-11-06  Erik Edelmann  <eedelman@gcc.gnu.org>
3986
3987         * MAINTAINERS (Write After Approval): Add myself.
3988
3989 2005-10-24  Diego Novillo  <dnovillo@redhat.com>
3990
3991         * MAINTAINERS (alias analysis): Add Daniel Berlin and
3992         Diego Novillo.
3993
3994 2005-10-22  Paolo Bonzini  <bonzini@gnu.org>
3995
3996         PR bootstrap/24297
3997         * Makefile.tpl (do-[+make-target+], do-check, install,
3998         stage[+id+]-bubble, [+compare-target+]): Ensure $$r and $$s
3999         are set before recursing.
4000         * Makefile.in: Regenerate.
4001
4002 2005-10-20  Eric Botcazou  <ebotcazou@adacore.com>
4003
4004         PR bootstrap/18939
4005         * Makefile.def (gcc) <target>: Fix thinko.
4006         * Makefile.in: Regenerate.
4007
4008 2005-10-17  Bernd Schmidt  <bernd.schmidt@analog.com>
4009
4010         * configure.in (bfin-*-*): Use test, not brackets, in if statement.
4011         * configure: Regenerate.
4012
4013 2005-10-15  Jie Zhang  <jie.zhang@analog.com>
4014
4015         * MAINTAINERS (Write After Approval): Add self.
4016
4017 2005-10-08  Kazu Hirata  <kazu@codesourcery.com>
4018
4019         * configure.in (arm-*-linux-gnueabi): Add to noconfigdirs
4020         target-libffi, target-qthreads, target-libjava, and
4021         targetlibobjc.
4022         * configure: Regenerate.
4023
4024 2005-10-06  Daniel Jacobowitz  <dan@codesourcery.com>
4025
4026         * Makefile.def (flags_to_pass): Add OBJDUMP_FOR_TARGET.
4027         * Makefile.tpl (BASE_TARGET_EXPORTS): Add OBJDUMP.
4028         (OBJDUMP_FOR_TARGET, CONFIGURED_OBJDUMP_FOR_TARGET)
4029         (USUAL_OBJDUMP_FOR_TARGET): New.
4030         (EXTRA_TARGET_FLAGS): Add OBJDUMP.
4031         * configure.in: Check for $OBJDUMP_FOR_TARGET.
4032         * configure, Makefile.in: Regenerated.
4033
4034 2005-10-05  Paolo Bonzini  <bonzini@gnu.org>
4035
4036         * Makefile.tpl (all) [gcc-no-bootstrap]: Make prebootstrap packages
4037         before other host packages.
4038
4039 2005-10-05  Kaz Kojima  <kkojima@gcc.gnu.org>
4040
4041         * MAINTAINERS: Add self as sh libraries/configury maintainer.
4042
4043 2005-10-05  Paolo Bonzini  <bonzini@gnu.org>
4044
4045         PR bootstrap/22340
4046
4047         * configure.in (default_target): Remove.
4048         * Makefile.tpl (all): Do not use prerequisites as subroutines
4049         (all) [gcc-bootstrap]: Bootstrap gcc first if it was not done yet.
4050         (do-[+make_target+], check, install, [+bootstrap_target+]): Do not
4051         use prerequisites as subroutines.
4052         (check-host, check-target): New.
4053         (bootstrap configure & all targets): Do not use stage*-start
4054         if the directory layout is already ok.
4055         (non-bootstrap configure & all targets): Prepend a $(unstage).
4056         (stage[+id+]-bubble): Do that here.  Do not use NOTPARALLEL.
4057         (NOTPARALLEL): Remove.
4058         (unstage, stage variables): New variables.
4059         (unstage, stage targets): Simply expand to those variables.
4060
4061         * configure: Regenerate.
4062         * Makefile.in: Regenerate.
4063
4064 2005-10-04  James E Wilson  <wilson@specifix.com>
4065
4066         * Makefile.def (lang_env_dependencies): Add libmudflap.
4067         * Makefile.in: Regenerate.
4068
4069 2005-10-03  Andreas Schwab  <schwab@suse.de>
4070
4071         Backport from libtool CVS:
4072         2002-11-03  Ossama Othman  <ossama@doc.ece.uci.edu>
4073
4074         * ltmain.sh: add support for installing into temporary
4075         staging area (e.g. 'make install DESTDIR=...')
4076
4077 2005-10-03  H.J. Lu  <hongjiu.lu@intel.com>
4078
4079         * configure.in (*-*-darwin*): Build bfd, binutils and opcodes.
4080         * configure: Regenerated.
4081
4082 2005-09-30  Andrew Pinski  <pinskia@physics.uc.edu>
4083
4084         * configure: Regenerate with the correct
4085         autoconf version.
4086
4087 2005-09-30  Catherine Moore  <clm@cm00re.com>
4088
4089         * configure.in (bfin-*-*): New.
4090         * configure: Regenerated.
4091
4092 2005-09-28  Geoffrey Keating  <geoffk@apple.com>
4093
4094         * Makefile.tpl (BASE_TARGET_EXPORTS): Add LIPO, STRIP.
4095         (LIPO_FOR_TARGET): New.
4096         (CONFIGURED_LIPO_FOR_TARGET): New.
4097         (USUAL_LIPO_FOR_TARGET): New.
4098         (STRIP_FOR_TARGET): New.
4099         (CONFIGURED_STRIP_FOR_TARGET): New.
4100         (USUAL_STRIP_FOR_TARGET): New.
4101         * Makefile.def (flags_to_pass): Add LIPO_FOR_TARGET and
4102         STRIP_FOR_TARGET.
4103         * configure.in: Set LIPO_FOR_TARGET, STRIP_FOR_TARGET,
4104         CONFIGURED_LIPO_FOR_TARGET, CONFIGURED_STRIP_FOR_TARGET.
4105         * Makefile.in: Regenerate.
4106         * configure: Regenerate.
4107
4108 2005-09-19  David Edelsohn  <edelsohn@gnu.org>
4109
4110         * configure.in (powerpc-*-aix*): Add target-libssp to noconfigdirs.
4111         (rs6000-*-aix*): Same.
4112         * configure: Regenerate.
4113
4114 2005-09-16  Tom Tromey  <tromey@redhat.com>
4115
4116         * MAINTAINERS: Add self as java maintainer.
4117
4118 2005-09-14  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
4119
4120         * configure.in: Recognize f95 in the --enable-languages option,
4121         and substitute it for fortran, issuing a warning.
4122         * configure: Regenerate.
4123
4124 2005-08-30  Phil Edwards  <phil@codesourcery.com>
4125
4126         * configure.in (*-*-vxworks*):  Add target-libstdc++-v3 to noconfigdirs.
4127         * configure:  Regenerated.
4128
4129 2005-08-22  Aldy Hernandez  <aldyh@redhat.com>
4130
4131         * MAINTAINERS: Add self as ms1 maintainer.
4132
4133 2005-08-20  Richard Earnshaw  <richard.earnshaw@arm.com>
4134
4135         * Makefile.def (libssp): Add to lang_env_dependencies.
4136         * Makefile.in: Regenerate.
4137
4138 2005-08-18  Ian Lance Taylor  <ian@airs.com>
4139
4140         * MAINTAINERS: Add myself as middle-end maintainer.
4141
4142 2005-08-17  Christian Groessler  <chris@groessler.org>
4143
4144         * Makefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash.
4145         * Makefile.in: Regenerate.
4146
4147 2005-08-15  Andreas Krebbel  <krebbel1@de.ibm.com>
4148
4149         * MAINTAINERS (write after approval): Added myself.
4150
4151 2005-08-12  Maciej W. Rozycki  <macro@linux-mips.org>
4152
4153         * MAINTAINERS (Write After Approval): Add myself.
4154
4155 2005-08-12  Paolo Bonzini  <bonzini@gnu.org>
4156
4157         * configure.in: Replace NCN_STRICT_CHECK_TOOL with
4158         NCN_STRICT_CHECK_TOOLS, and likewise for NCN_STRICT_CHECK_TARGET_TOOLS.
4159         Look for alternate names of the target cc and c++
4160         * configure: Regenerate.
4161
4162 2005-08-08  Paolo Bonzini  <bonzini@gnu.org>
4163
4164         * configure.in (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
4165         GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Find
4166         them with NCN_STRICT_CHECK_TARGET_TOOL, like the other target
4167         tools; remove code to manually set them.
4168         (Target tools): Look in the environment for them.
4169         * Makefile.tpl (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
4170         GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Redefine.
4171         (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): Look into gcc
4172         build directory.
4173         (CONFIGURED_CC_FOR_TARGET, CONFIGURED_CXX_FOR_TARGET,
4174         CONFIGURED_GCJ_FOR_TARGET, CONFIGURED_GCC_FOR_TARGET,
4175         CONFIGURED_GFORTRAN_FOR_TARGET, USUAL_CC_FOR_TARGET,
4176         USUAL_CXX_FOR_TARGET, USUAL_GCJ_FOR_TARGET, USUAL_GCC_FOR_TARGET,
4177         USUAL_RAW_CXX_FOR_TARGET, USUAL_GFORTRAN_FOR_TARGET): New.
4178         (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE,
4179         RAW_CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS): Delete.
4180         * configure: Regenerate.
4181         * Makefile.in: Regenerate.
4182
4183 2005-07-28  Ben Elliston  <bje@au.ibm.com>
4184
4185         * MAINTAINERS: Update for removed CPU targets.
4186
4187 2005-07-27  Mark Mitchell  <mark@codesourcery.com>
4188
4189         * Makefile.tpl (EXTRA_TARGET_FLAGS): Set LDFLAGS=LDFLAGS_FOR_TARGET.
4190         * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_TARGET.
4191         * Makefile.in: Regenerated.
4192
4193 2005-07-26  Mark Mitchell  <mark@codesourcery.com>
4194
4195         * Makefile.tpl (SYSROOT_CFLAGS_FOR_TARGET): New variable.
4196         (CFLAGS_FOR_TARGET): Use it.
4197         (CXXFLAGS_FOR_TARGET): Likewise.
4198         * Makefile.in: Regenerated.
4199         * configure.in (--with-build-sysroot): New option.
4200         * configure: Regenerated.
4201
4202 2005-07-24  Paolo Bonzini  <bonzini@gnu.org>
4203
4204         * Makefile.tpl: Wrap install between unstage and stage
4205         * Makefile.in: Regenerate.
4206
4207 2005-07-21  Eric Christopher  <echristo@apple.com>
4208
4209         * MAINTAINERS: Update affiliation.
4210
4211 2005-07-21  Paul Woegerer  <paul.woegerer@nsc.com>
4212
4213         * MAINTAINERS: Add self as crx port maintainer.
4214
4215 2005-07-20  DJ Delorie  <dj@redhat.com>
4216
4217         * MAINTAINERS: Add self as m32c maintainer.
4218
4219 2005-07-16  Kelley Cook  <kcook@gcc.gnu.org>
4220
4221         * all files: Update FSF address.
4222
4223 2005-07-15  Eric Christopher  <echristo@redhat.com>
4224
4225         * MAINTAINERS: Change affiliation.
4226
4227 2005-07-14  Jim Blandy  <jimb@redhat.com>
4228
4229         * configure.in: Add cases for Renesas m32c.
4230         * configure: Regenerated.
4231
4232 2005-07-14  Kelley Cook  <kcook@gcc.gnu.org>
4233
4234         * COPYING.LIB: Update from fsf.org.
4235
4236 2005-07-14  Kelley Cook  <kcook@gcc.gnu.org>
4237
4238         * COPYING, compile, config.guess,
4239         config.sub, install-sh, missing, mkinstalldirs,
4240         symlink-tree, ylwrap: Sync from upstream sources.
4241         * config-ml.in: Update FSF address.
4242
4243 2005-07-13  Eric Christopher  <echristo@redhat.com>
4244
4245         * configure.in: Add toplevel noconfigdir support for tpf.
4246         * configure: Regenerate.
4247
4248 2005-07-11  Paolo Bonzini  <bonzini@gnu.org>
4249
4250         PR ada/22340
4251
4252         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Fix pasto.
4253         * Makefile.in: Regenerate.
4254
4255 2005-07-07  Mark Mitchell  <mark@codesourcery.com>
4256
4257         * MAINTAINERS: Remove Dave Brolley as a cpplib maintainer.  Add Dave
4258         Brolley to write-after-approval.
4259
4260 2005-07-07  Andreas Schwab  <schwab@suse.de>
4261
4262         * Makefile.def (flags_to_pass): Add CFLAGS_FOR_BUILD.
4263         * Makefile.tpl (EXTRA_GCC_FLAGS): Don't pass CFLAGS_FOR_BUILD here.
4264         * Makefile.in: Regenerated.
4265
4266 2005-07-06  Geoffrey Keating  <geoffk@apple.com>
4267
4268         * configure.in: Don't build sim or rda when targetting darwin.
4269         * configure: Regenerate.
4270
4271 2005-07-06  Kazu Hirata  <kazu@codesourcery.com>
4272
4273         * configure.in: Add --enable-libssp and --disable-libssp.
4274         * configure: Regenerate with autoconf-2.13.
4275
4276 2005-07-02  Jakub Jelinek  <jakub@redhat.com>
4277
4278         * Makefile.def (target_modules): Add libssp.
4279         * configure.in (target_libraries): Add target-libssp.
4280         * configure: Rebuilt.
4281         * Makefile.in: Rebuilt.
4282
4283 2005-07-01  Zack Weinberg  <zackw@panix.com>
4284
4285         * MAINTAINERS: Change email address.  Resign from maintainership.
4286
4287 2005-07-01  Richard Guenther  <rguenther@suse.de>
4288
4289         * MAINTAINERS: Change my e-mail address and affiliation.
4290
4291 2005-06-22  Paolo Bonzini  <bonzini@gnu.org>
4292
4293         * Makefile.def (stagefeedback): Come after profile.
4294         Define profiledbootstrap target.
4295         * Makefile.tpl (profiledbootstrap): Remove.
4296         (stageprofile-end): Zap stagefeedback.
4297         (stagefeedback-start): Copy all .gcda files, not only GCC's.
4298         * Makefile.in: Regenerate.
4299
4300 2005-06-13  Richard Sandiford  <richard@codesourcery.com>
4301
4302         * MAINTAINERS: Update my email address.
4303
4304 2005-06-13  Zack Weinberg  <zack@codesourcery.com>
4305
4306         * depcomp: Update from automake CVS.  Add 'ia64hp' stanza.
4307         In 'cpp' stanza, support '#line' as well as '# '.
4308
4309 2005-06-08  Andreas Schwab  <schwab@suse.de>
4310
4311         * MAINTAINERS: Move myself from 'Write After Approval' to
4312         'CPU Port Maintainers' section as m68k maintainer.
4313
4314 2005-06-07  Hans-Peter Nilsson  <hp@axis.com>
4315
4316         * configure.in (unsupported_languages): New macro.
4317         <mmix-knuth-mmixware>: Set unsupported_languages.  Name explicit
4318         non-ported target libraries in noconfigdirs.
4319         <cris-*, crisv32-*> Ditto, except for non-aout, non-elf,
4320         non-linux-gnu.  Remove libgcj_ex_libffi.
4321         <lang_frag loop>: Set add_this_lang=no if the language is in
4322         unsupported_languages.
4323         * configure: Regenerate.
4324
4325 2005-06-04  Tobias Schl"uter  <tobias.schlueter@physik.uni-muenchen.de>
4326
4327         * configure.in: Fix typo in handling of --with-mpfr-dir.
4328         * configure: Regenerate.
4329
4330 2005-06-04  Richard Sandiford  <rsandifo@nildram.co.uk>
4331
4332         * MAINTAINERS: Update my email address.
4333
4334 2005-06-02  Jim Blandy  <jimb@redhat.com>
4335
4336         * config.sub: Add cases for the Renesas m32c.  (This patch has been
4337         accepted into the master sources.)
4338
4339 2005-06-02  Aldy Hernandez  <aldyh@redhat.com>
4340             Michael Snyder  <msnyder@redhat.com>
4341             Stan Cox  <scox@redhat.com>
4342
4343         * configure.in: Set noconfigdirs for ms1.
4344
4345         * configure: Regenerate.
4346
4347 2005-06-01  Jerry DeLisle  <jvdelisle@verizon.net>
4348
4349         * MAINTAINERS (Write After Approval): Add self.
4350
4351 2005-06-01  Josh Conner  <jconner@apple.com>
4352
4353         * MAINTAINERS (Write After Approval): Add self.
4354
4355 2005-06-01  Kazu Hirata  <kazu@codesourcery.com>
4356
4357         * MAINTAINERS: Update my email address.
4358
4359 2005-05-27  Ziga Mahkovec  <ziga.mahkovec@klika.si>
4360
4361         * MAINTAINERS (Write After Approval): Add self.
4362
4363 2005-05-26  Chris Demetriou  <cgd@broadcom.com>
4364
4365         * MAINTAINERS (Write After Approval): Remove self.
4366
4367 2005-05-25  Paolo Bonzini  <bonzini@gnu.org>
4368
4369         * Makefile.tpl (stage[+id+]-start): Iterate over target module as well.
4370         (Dependencies): Consider target modules for bootstrap dependencies.
4371         Make target bootstrap modules depend on each stage's gcc.
4372         * Makefile.in: Regenerate.
4373
4374 2005-05-20  Paolo Bonzini  <bonzini@gnu.org>
4375
4376         * Makefile.def (configure-gcc): Depend on binutils having been built.
4377         (all-gcc): No need to do it here.
4378         * Makefile.in: Regenerate.
4379
4380 2005-05-19  Paul Brook  <paul@codesourcery.com>
4381
4382         * configure.in: Rewrite misleading error message when requested
4383         language cannot be built.
4384         * configure: Regenerate.
4385
4386 2005-05-15  Daniel Jacobowitz  <dan@codesourcery.com>
4387
4388         * ylwrap: Import from Automake 1.9.5.
4389
4390 2005-05-13  David Ung  <davidu@mips.com>
4391
4392         * MAINTAINERS (Write After Approval): Add self.
4393
4394 2005-05-09  Mike Stump  <mrs@apple.com>
4395
4396         * libtool.m4 (AC_LIBTOOL_SYS_MAX_CMD_LEN): Use quotes on
4397         lt_cv_sys_max_cmd_len for now.
4398
4399 2005-05-09  Stan Cox  <scox@redhat.com>
4400
4401         * MAINTAINERS: Remove self, add Nick Clifton as iq2000 maintainer.
4402
4403 2005-05-08  Matt Kraai  <kraai@ftbfs.org>
4404
4405         * README.SCO: Update the URL.
4406
4407 2005-05-05  David Edelsohn  <edelsohn@gnu.org>
4408
4409         * ltconfig: Define file_list_spec.  Pass file_list_spec and
4410         with_gnu_ld to libtool.
4411         * ltcf-c.sh (aix[45]): Define file_list_spec.
4412         * ltcf-cxx.sh (aix[45]): Same.
4413         * ltcf-gcj.sh (aix[45]): Same.
4414         * ltmain.sh: If command exceeds max_cmd_len and file_list_spec
4415         exists, write list of input files to temporary file.
4416
4417 2005-05-04  Mike Stump  <mrs@apple.com>
4418
4419         * configure.in: Always pass --target to target configures as
4420         otherwise rebuilds that do --recheck will fail.
4421         * confiugure: Rebuilt.
4422
4423 2005-05-04  Paolo Bonzini  <bonzini@gnu.org>
4424
4425         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Rename from
4426         STAGE_HOST_EXPORTS.
4427         (configure, all): Add bootstrap support.
4428         (Host modules, target modules): Pass post-stage1 flags and exports.
4429         (Top-level bootstrap): Remove bootstrap rules, expanded elsewhere.
4430         * Makefile.in: Regenerate.
4431
4432 2005-04-29  Paolo Bonzini  <bonzini@gnu.org>
4433
4434         * configure: Regenerate.
4435
4436 2005-04-27  Mike Stump  <mrs@apple.com>
4437
4438         * MAINTAINERS: Add self as darwin maintainer.
4439
4440 2005-04-22  Bernd Schmidt  <bernd.schmidt@analog.com>
4441
4442         * config.sub: Update from master copy.
4443
4444 2005-04-21  Mike Stump  <mrs@apple.com>
4445
4446         * MAINTAINERS: Add self as Objective-C/Objective-C++ maintainer.
4447         * MAINTAINERS: Add Zem as Objective-C++ maintainer.
4448
4449 2005-04-19  Hans-Peter Nilsson  <hp@axis.com>
4450
4451         * configure.in <crisv32-*-*, cris-*-*>: New local variable
4452         libgcj_ex_libffi.  Have specific match for *-*-linux*.  Separate
4453         matches for "*-*-aout" and "*-*-elf".  Don't disable libffi for
4454         "*-*-elf" and "*-*-linux*".
4455         * configure: Regenerate.
4456
4457 2005-04-14  Joseph S. Myers  <joseph@codesourcery.com>
4458
4459         * MAINTAINERS (Various Maintainers): Add self as i18n maintainer.
4460
4461 2005-04-12  Mike Stump  <mrs@apple.com>
4462
4463         * libtool.m4: Update AC_LIBTOOL_SYS_MAX_CMD_LEN bits from upstream.
4464
4465 2005-04-04  Thomas Koenig  <Thomas.Koenig@online.de>
4466
4467         * MAINTAINERS (Write After Approval): Add myself.
4468
4469 2005-04-07  Bernd Schmidt  <bernd.schmidt@analog.com>
4470
4471         * MAINTAINERS (Port Maintainers): Add self for Blackfin.
4472
4473 2005-04-06  Paolo Bonzini  <bonzini@gnu.org>
4474
4475         * Makefile.tpl (BUILD_CONFIGARGS): Include --with-build-subdir.
4476         (TARGET_CONFIGARGS): Include --with-target-subdir.
4477         (configure, all): New macros.  Use them throughout.
4478         * Makefile.in: Regenerate.
4479
4480 2005-04-04  Jon Grimm  <jgrimm2@us.ibm.com>
4481
4482         * MAINTAINERS (Write After Approval): Add myself.
4483
4484 2005-03-31  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
4485
4486         * MAINTAINERS: Remove 'loop unrolling' maintainer.
4487
4488 2005-03-30  Gerald Pfeifer  <gerald@pfeifer.com>
4489
4490         * MAINTAINERS: Move John Carr to Write After Approval.
4491
4492 2005-03-30  J"orn Rennecke  <joern.rennecke@st.com>
4493
4494         * config/mh-mingw32: Delete.
4495         * configure.in: Don't use it.
4496         * configure: Regenerate.
4497
4498 2005-03-31  Paolo Bonzini  <bonzini@gnu.org>
4499
4500         * Makefile.def (bfd, opcodes, libstdc++-v3, libmudflap): Set lib_path.
4501         * Makefile.tpl (SET_LIB_PATH, REALLY_SET_LIB_PATH): Remove.
4502         (HOST_EXPORTS, STAGE_HOST_EXPORTS, TARGET_EXPORTS): Set RPATH_ENVVAR.
4503         (HOST_LIB_PATH): Generate from Makefile.def.
4504         (TARGET_LIB_PATH): Likewise.
4505         (Old bootstrap targets): Include TARGET_LIB_PATH into RPATH_ENVVAR.
4506         * Makefile.in: Regenerate.
4507         * configure.in (set_lib_path, SET_LIB_PATH, SET_GCC_LIB_PATH): Remove.
4508         (RPATH_ENVVAR): Include Darwin case.
4509         * configure: Regenerate.
4510
4511 2005-03-29  Thomas Fitzsimmons  <fitzsim@redhat.com>
4512
4513         * MAINTAINERS (Various Maintainers): Remove self.
4514         (Write After Approval): Add self.
4515
4516 2005-03-26  Thomas Fitzsimmons  <fitzsim@redhat.com>
4517
4518         * MAINTAINERS (Various Maintainers): Add self.
4519
4520 2005-03-25  Paolo Bonzini  <bonzini@gnu.org>
4521
4522         * configure.in (RPATH_ENVVAR): Set to DYLD_LIBRARY_PATH on Darwin.
4523         * configure: Regenerate.
4524
4525 2005-03-21  Zack Weinberg  <zack@codesourcery.com>
4526
4527         * Makefile.def: Remove libstdcxx_incdir, libsubdir, gxx_include_dir,
4528         gcc_version, and gcc_version_trigger from set of flags to pass.
4529         * Makefile.tpl: Remove definitions of above variables.
4530         (config.status): Remove dependency on $(gcc_version_trigger).
4531         * Makefile.in: Regenerate.
4532         * configure.in: Do not reference config/gcc-version.m4 nor
4533         config/gxx-include-dir.m4.  Do not invoke TL_AC_GCC_VERSION nor
4534         TL_AC_GXX_INCLUDE_DIR.  Do not set gcc_version_trigger.
4535         * configure: Regenerate.
4536
4537 2005-03-16  Manfred Hollstein  <manfred.h@gmx.net>
4538             Andrew Pinski  <pinskia@physics.uc.edu>
4539
4540         * Makefile.tpl (check-[+module+]): Fix shell statement inside if ... fi.
4541         * Makefile.in: Regenerate.
4542
4543 2005-03-13  Feng Wang  <fengwang@nudt.edu.cn>
4544
4545         * MAINTAINERS (Write After Approval): Add myself.
4546
4547 2005-03-03  David Ayers  <d.ayers@inode.at>
4548
4549         * MAINTAINERS (Write After Approval): Add myself.
4550
4551 2005-03-01  Alexandre Oliva  <aoliva@redhat.com>
4552
4553         PR libgcj/20160
4554         * ltmain.sh: Avoid creating archives with components that have
4555         duplicate basenames.
4556
4557 2005-02-28  Andrew Pinski  <pinskia@physics.uc.edu>
4558
4559         PR bootstrap/20250
4560         * Makefile.tpl (HOST target installs): Fix copy and pasto, use install
4561         instead of check.
4562         * Makefile.in: Regenerate.
4563
4564 2005-02-28  Paolo Bonzini  <bonzini@gnu.org>
4565
4566         * Makefile.in: Regenerate to fix conflict between the previous two
4567         patches.
4568
4569 2005-02-28  Paolo Bonzini  <bonzini@gnu.org>
4570
4571         PR bootstrap/17383
4572         * Makefile.def (target_modules): Remove "stage", now unnecessary.
4573         * Makefile.tpl (HOST_SUBDIR): New substitution.
4574         (STAGE_HOST_EXPORTS, EXPECT, HOST_LIB_PATH, USUAL_AR_FOR_TARGET,
4575         USUAL_AS_FOR_TARGET, USUAL_DLLTOOL_FOR_TARGET, USUAL_GCC_FOR_TARGET,
4576         USUAL_LD_FOR_TARGET, USUAL_NM_FOR_TARGET, USUAL_OBJDUMP_FOR_TARGET,
4577         USUAL_RANLIB_FOR_TARGET, USUAL_WINDRES_FOR_TARGET): Use it.
4578         (Host modules, Bootstrapped modules): Use it.
4579         (Build modules, Target modules): Do not create symlink trees,
4580         always configure out-of-srcdir.
4581         (distclean): Try removing $(host_subdir) with rm before using rm -rf.
4582         * configure.in (FLAGS_FOR_TARGET, CC_FOR_TARGET, GCJ_FOR_TARGET,
4583         GFORTRAN_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET): Use
4584         $(HOST_SUBDIR).  Create a symlink for host_subdir.
4585
4586         * Makefile.in: Regenerate.
4587         * configure: Regenerate.
4588
4589 2005-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
4590
4591         Merged from libada-gnattools-branch:
4592         2004-11-28  Nathanael Nerode  <neroden@gcc.gnu.org>
4593
4594         * gnattools: New directory.
4595         * Makefile.def: Add gnattools as a module, depending on target-libada.
4596         * Makefile.in: Regenerate.
4597         * configure.in: Include gnattools in host_tools; disable it if ada
4598         is disabled.
4599         * configure: Regenerate.
4600
4601 2005-02-24  James A. Morrison  <phython@gcc.gnu.org>
4602
4603         * MAINTAINERS (Language Front Ends Maintainers): Add myself as
4604         treelang maintainer.
4605         (Write After Approval): Remove myself.
4606
4607 2005-02-23  Paul Schlie  <schlie@comcast.net>
4608
4609         * configure.in: Allow darwin targeted ports to build tk, itcl and
4610         libgui.
4611         * configure: Regenerate.
4612
4613 2005-02-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
4614
4615         PR libgcj/10353
4616         * configure.in (noconfigdirs) <sparc-*-solaris2.[0-6]>: Add libgcj.
4617         * configure: Regenerate.
4618
4619 2005-02-18  Steven G. Kargl  <kargl@gcc.gnu.org>
4620
4621         * MAINTAINERS (Write After Approval): Add myself.
4622
4623 2005-02-10  Ian Lance Taylor  <ian@airs.com>
4624
4625         * MAINTAINERS: Update my e-mail address.
4626
4627 2005-02-02  Richard Guenther  <rguenth@gcc.gnu.org>
4628
4629         * MAINTAINERS (Write After Approval): Add myself.
4630
4631 2005-01-29  Hans-Peter Nilsson  <hp@axis.com>
4632
4633         * configure.in (noconfigdirs) <crisv32-*-*>: Match like cris-*-*.
4634         <crisv32-*-*, cris-*-*>: Only disable target-newlib and
4635         target-libgloss when not *-*-elf and *-*-aout.
4636         * configure: Regenerate.
4637
4638 2005-01-23  Kazu Hirata  <kazu@cs.umass.edu>
4639
4640         * MAINTAINERS: Remove obsolete entries.
4641
4642         * MAINTAINERS (Write After Approval): Add Michael Matz.
4643
4644 2005-01-19  Neil Booth  <neil@daikokuya.co.uk>
4645
4646         * MAINTAINERS: Remove self as cpplib maintainer.
4647
4648 2005-01-17  Kelley Cook  <kcook@gcc.gnu.org>
4649
4650         * install-sh, config.sub: Import from upstream.
4651
4652 2005-01-17  Kelley Cook  <kcook@gcc.gnu.org>
4653
4654         PR bootstrap/18222
4655         * Makefile.def: Pass CPPFLAGS_FOR_TARGET.
4656         * Makefile.tpl: Define target CPPFLAGS on CPPFLAGS_FOR_TARGET.
4657         * Makefile.in: Regenerate.
4658
4659 2005-01-16  Jason Thorpe  <thorpej@netbsd.org>
4660
4661         * MAINTAINERS: Update my email address.
4662
4663 2005-01-12  David Edelsohn  <edelsohn@gnu.org>
4664             Andreas Schwab  <schwab@suse.de>
4665
4666         PR bootstrap/18033
4667         * config-ml.in: Eval option if surrounded by single quotes.
4668
4669 2005-01-03  Paolo Bonzini  <bonzini@gnu.org>
4670
4671         Revert 2004-12-28 Makefile changes, a better fix will be
4672         applied to mainline and src after GCC 4.0 branches.
4673
4674 2004-12-28  Paolo Bonzini  <bonzini@gnu.org>
4675
4676         PR bootstrap/17383
4677
4678         * Makefile.def (target_modules): Remove stage parameter,
4679         it is always true now.
4680         * Makefile.tpl (configure-build-[+module+],
4681         configure-target-[+module+]): Always build symlink tree
4682         for the directory and for include.  BUILD_SUBDIR and
4683         TARGET_SUBDIR cannot be . anymore.
4684         * Makefile.in: Regenerate.
4685
4686 2004-12-25  David Edelsohn  <edelsohn@gnu.org>
4687
4688         Revert 2004-12-08 Makefile changes.
4689
4690 2004-12-17  Danny Smith  <dannysmith@users.sourceforge.net>
4691
4692         * MAINTAINERS: Move myself to OS Port Maintainers for windows,
4693         cygwin, mingw.
4694
4695 2004-12-16  Andrew Stubbs  <andrew.stubbs@st.com>
4696
4697         * configure.in (sh64-*-*): Reenable gprof.
4698         * configure: Regenerate.
4699
4700 2004-12-08  David Edelsohn  <edelsohn@gnu.org>
4701
4702         * Makefile.def (flags_to_pass): Add PICFLAG_FOR_TARGET.
4703         * Makefile.tpl (EXTRA_HOST_FLAGS): Add PICFLAG.
4704         (EXTRA_TARGET_FLAGS): Add PICFLAG.
4705         * Makefile.in: Regenerate.
4706
4707 2004-12-08  Christopher Faylor  <cgf@gcc.gnu.org>
4708
4709         * MAINTAINERS: Update my email address.
4710
4711 2004-12-07  Matt Kraai  <kraai@ftbfs.org>
4712
4713         * Makefile.tpl: Generate normal dependencies if the LHS module is
4714         not bootstrapped.
4715         * Makefile.in: Regenerate.
4716
4717 2004-12-03  Richard Sandiford  <rsandifo@redhat.com>
4718
4719         * configure.in: Include config/gxx-include-dir.m4.  Use
4720         TL_AC_GXX_INCLUDE_DIR.  Remove some now-redundant AC_SUBSTs.
4721         * configure: Regenerate.
4722
4723 2004-12-03  Richard Sandiford  <rsandifo@redhat.com>
4724
4725         * config.if: Delete.
4726         * configure.in: Set libstdcxx_incdir directly.
4727         * configure: Regenerate.
4728
4729 2004-12-02  Eric Christopher  <echristo@redhat.com>
4730
4731         * Makefile.tpl (clean-target-libgcc): Make change in correct place.
4732         * Makefile.in: Regenerate.
4733
4734 2004-12-02  Richard Sandiford  <rsandifo@redhat.com>
4735
4736         * configure.in: Clear gcc_version_trigger if the file doesn't exist.
4737         * configure: Regenerate.
4738
4739 2004-12-02  Richard Sandiford  <rsandifo@redhat.com>
4740
4741         * configure.in: Include config/gcc-version.m4.  Use TL_AC_GCC_VERSION
4742         to set gcc_version_trigger.  Remove some now-redundant AC_SUBSTs.
4743         * configure: Regenerate.
4744
4745 2004-12-01  Eric Christopher  <echristo@redhat.com>
4746
4747         * Makefile.in (clean-target-libgcc): Add stmp-dirs to list
4748         of things to remove.
4749
4750 2004-11-29  Matt Kraai  <kraai@ftbfs.org>
4751
4752         * MAINTAINERS (Write After Approval): Update my e-mail address.
4753
4754 2004-11-29  Kelley Cook  <kcook@gcc.gnu.org>
4755
4756         * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Re-import linux-gnu case
4757         from CVS libtool to always pass_all.
4758
4759 2004-11-25  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
4760
4761         * configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs.
4762         (hppa*64*-*-*): Delete incorrect comment.
4763         * configure: Rebuilt.
4764
4765 2004-11-24  Kelley Cook  <kcook@gcc.gnu.org>
4766
4767         * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Revert previous change.
4768
4769 2004-11-24  Kelley Cook  <kcook@gcc.gnu.org>
4770
4771         * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Import linux-gnu case
4772         from CVS libtool to always pass_all.
4773
4774 2004-11-15  Kelley Cook  <kcook@gcc.gnu.org>
4775
4776         * install-sh, compile: Import from automake.
4777
4778 2004-11-15  Kelley Cook  <kcook@gcc.gnu.org>
4779
4780         * config.guess, config.sub:  Import from savannnah.
4781
4782 2004-11-12  Scott Robert Ladd  <scott.ladd@coyotegulch.com>
4783
4784         * MAINTAINERS (Write After Approval): Add myself
4785
4786 2004-11-12  Mike Stump  <mrs@apple.com>
4787
4788         * Makefile.def: Add html support.
4789         * Makefile.tpl: Likewise.
4790         * Makefile.in: Regenerate.
4791
4792 2004-11-11  Geoffrey Keating  <geoffk@apple.com>
4793
4794         PR 18423
4795         * configure.in: Remove all instances of build-fixincludes from
4796         noconfigdirs.
4797         (build_configargs): Supply --target to subdirectories.
4798         * configure: Regenerate.
4799
4800         * Makefile.def: Make gcc install depend on fixincludes install.
4801         * Makefile.in: Regenerate.
4802
4803 2004-11-10  Janis Johnson  <janis187@us.ibm.com>
4804
4805         * MAINTAINERS: Add myself as gcc testsuite maintainer.
4806
4807 2004-11-11  Paul Brook  <paul@codesourcery.com>
4808
4809         * MAINTAINERS: Add self as arm maintainer.  Update email address.
4810
4811 2004-11-08  Hans-Peter Nilsson  <hp@bitrange.com>
4812
4813         * configure.in (noconfigdirs) [mmix-*-*]: Disable
4814         target-libgfortran.
4815         * configure: Regenerate.
4816
4817 2004-11-07  David Edelsohn  <edelsohn@gnu.org>
4818
4819         * config-ml.in: Pass FCFLAGS for multilibs, handle GFORTRAN
4820         like CC.
4821
4822 2004-11-05  Paolo Bonzini  <bonzini@gnu.org>
4823
4824         * Makefile.def (host fixincludes): Specify missing targets.
4825         * Makefile.in: Regenerate.
4826
4827 2004-11-05  Ralf Corsepius  <ralf.corsepius@rtems.org>
4828
4829         * MAINTAINERS: Add myself
4830
4831 2004-11-05  Gabor Loki  <loki@inf.u-szeged.hu>
4832
4833         * MAINTAINERS (Write After Approval): Add myself.
4834
4835 2004-11-04  Geoffrey Keating  <geoffk@apple.com>
4836
4837         * Makefile.def: Build fixincludes for the host, too.
4838         * Makefile.in: Regenerate.
4839         * configure.in (host_tools): Add fixincludes.
4840         * configure: Regenerate.
4841
4842 2004-11-04  Daniel Jacobowitz  <dan@debian.org>
4843
4844         * configure.in (arm-*-oabi*, thumb-*-oabi*): Remove.
4845         * configure: Regenerated.
4846
4847 2004-11-04  H.J. Lu  <hongjiu.lu@intel.com>
4848
4849         PR other/17783
4850         * configure.in: Set up LD_LIBRARY_PATH by default for gcc.
4851         * configure: Regenerated.
4852
4853 2004-10-31  Mark Mitchell  <mark@codesourcery.com>
4854
4855         * README.SCO: Update per FSF instructions.
4856
4857 2004-10-28  Eric B. Weddington  <ericw@evcohs.com>
4858
4859         PR target/18151
4860         * configure.in (case ${target}): Do not build fixincludes for avr.
4861         * configure: Regenerated.
4862
4863 2004-10-26  Paolo Bonzini  <bonzini@gnu.org>
4864
4865         * configure.in (case ${target}): Do not build fixincludes
4866         on platforms where it is not used.
4867         * configure: Regenerated.
4868
4869 2004-10-23  Daniel Jacobowitz  <dan@debian.org>
4870
4871         * configure.in: Use an absolute path to install-sh.
4872         * configure: Regenerated.
4873
4874 2004-10-19  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
4875
4876         * MAINTAINERS (Write After Approval): Add myself.
4877
4878 2004-10-19  Kazu Hirata  <kazu@cs.umass.edu>
4879
4880         * MAINTAINERS: Remove from Write After Approval those that are
4881         already maintainers.
4882
4883 2004-10-19  Sebastian Pop  <pop@cri.ensmp.fr>
4884
4885         * MAINTAINERS:  Update my email address.
4886
4887 2004-10-12  Kelley Cook  <kcook@gcc.gnu.org>
4888
4889         * configure.in (*-*-cygwin*): Supress warning if newlib not present.
4890         * configure: Regenerate.
4891
4892 2004-10-07  J"orn Rennecke  <joern.rennecke@st.com>
4893
4894         * MAINTAINERS:  Update my email address.
4895
4896 2004-10-07  Kazu Hirata  <kazu@cs.umass.edu>
4897
4898         * MAINTAINERS (Language Front Ends Maintainers): New.  Move
4899         entries belonging to this category.
4900
4901 2004-10-06  Josef Zlomek  <josef.zlomek@email.cz>
4902
4903         * MAINTAINERS: Update my e-mail address.
4904
4905 2004-10-06  Paolo Bonzini  <bonzini@gnu.org>
4906
4907         Fix wrong conflict resolution in:
4908
4909         2004-08-16  Paolo Bonzini  <bonzini@gnu.org>
4910
4911         * Makefile.in: Regenerate.
4912         * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
4913         in the recursive `make', instead of hardwiring `all'.
4914         (Autogenerated TARGET-* variables): New.
4915
4916 2004-10-05  Tomer Levi  <Tomer.Levi@nsc.com>
4917
4918         * configure.in: Enable target-libgloss for crx-*-*.
4919         * configure: Regenerate.
4920
4921 2004-10-04  Kazu Hirata  <kazu@cs.umass.edu>
4922
4923         * MAINTAINERS (Various Maintainers): Move the "windows,
4924         cygwin, mingw" maintainer to ...
4925         (OS Port Maintainers): ... here.
4926
4927 2004-10-04  Kazu Hirata  <kazu@cs.umass.edu>
4928
4929         * MAINTAINERS (Write After Approval): Remove those that are
4930         maintainers of some subsystem.
4931
4932 2004-10-02  P.J. Darcy  <darcypj@us.ibm.com>
4933
4934         * ltcf-c.sh (tpf*): Add ld_shlibs=yes.
4935         * ltcf-cxx.sh (tpf*): Likewise.
4936         * ltconfig (tpf*): Add TPF OS configuration support.
4937
4938 2004-10-01  Bernd Schmidt  <bernds_cb1@t-online.de>
4939
4940         * MAINTAINERS: Change my email address to my new work account.
4941
4942 2004-09-24  Michael Roth  <mroth@nessie.de>
4943
4944         * configure.in (--without-headers): Add missing double quotes.
4945         * configure: Regenerate.
4946
4947 2004-09-24  Kelley Cook  <kcook@gcc.gnu.org>
4948
4949         * ylwrap: Revert to previous version.
4950
4951 2004-09-23  H.J. Lu  <hongjiu.lu@intel.com>
4952
4953         PR bootstrap/17369
4954         * Makefile.tpl (REALLY_SET_LIB_PATH): Add @SET_GCC_LIB_PATH@.
4955         (HOST_EXPORTS]): Add @SET_GCC_LIB_PATH@. Set and export
4956         SET_GCC_LIB_PATH_CMD.
4957         (BASE_TARGET_EXPORTS): Likewise.
4958         * Makefile.in: Regenerated.
4959
4960         * configure.in (SET_GCC_LIB_PATH): Set and substitute.
4961         * configure: Regenerated.
4962
4963 2004-09-23  Kelley Cook  <kcook@gcc.gnu.org>
4964
4965         * config.guess: New upstream version
4966         * compile, depcomp, install-sh, ylwrap: Likewise.
4967
4968 2004-09-19  Roger Sayle  <roger@eyesopen.com>
4969
4970         * config/mh-x86omitfp: New host makefile fragment.  Add
4971         -fomit-frame-pointer to the default BOOT_CFLAGS.
4972         * configure.in: Use it to speed up bootstrap on some IA-32 hosts.
4973         * configure: Regenerate.
4974
4975 2004-09-15  Andrew Pinski  <pinskia@physics.uc.edu>
4976
4977         PR target/11572
4978         * configure.in (*-*-darwin*): Renable libobjc.
4979         * configure: Regenerate.
4980
4981 2004-09-10  Nathan Sidwell  <nathan@codesourcery.com>
4982
4983         * MAINTAINERS: Add self as c++ and type-safe vector maintainer.
4984
4985 2004-09-09  Daniel Berlin  <dberlin@dberlin.org>
4986
4987         * Makefile.def: Remove libbanshee.
4988         * Makefile.tpl: Ditto.
4989         * configure.in: Ditto.
4990         * Makefile.in: Regen.
4991         * configure: Ditto.
4992
4993 2004-09-08  David Edelsohn  <edelsohn@gnu.org>
4994
4995         * ltmain.sh: Use $pic_object as $non_pic_object if
4996         $non_pic_object=none.
4997
4998 2004-09-07  Paolo Bonzini  <bonzini@gnu.org>
4999
5000         * missing: Import latest version from master repository.
5001
5002 2004-09-06  Nick Clifton  <nickc@redhat.com>
5003
5004         * config.sub: Import latest version from master repository.
5005         * config.guess: Likewise.
5006         This includes these changes:
5007
5008         2004-08-27  Hans-Peter Nilsson  <hp@axis.com>
5009
5010         * config.sub: Handle crisv32, alias etraxfs.
5011         * config.guess (crisv32:Linux:*:*): Handle.
5012
5013         2004-08-13  Brad Smith  <brad@comstyle.com>
5014
5015         * config.guess (*:OpenBSD:*:*): Remove defunct MIPS machines.
5016         (sgi:OpenBSD:*:*): Emit mips64, not mipseb.
5017
5018         2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
5019
5020         * config.guess (*:Darwin:*:*): If uname -p reports "unknown",
5021         assume the processor is a powerpc.  This is because coreutils
5022         uname (at least versions 4.5.7 through 5.2.1) outputs "unknown"
5023         in this case, due to a MacOS X bug that causes
5024         sysctl ((int[]) {CTL_HW, HW_MACHINE_ARCH}, 2, buffer, &bufsize, 0, 0)
5025         to return a negative number.
5026         Problem reported by Petter Reinholdtsen in:
5027         http://lists.gnu.org/archive/html/bug-gnu-utils/2003-02/msg00201.html
5028
5029         2004-07-19  Ben Elliston  <bje@gnu.org>
5030
5031         * config.guess (S7501:*:4.0:3.0): Handle NCR System V UNIX machine.
5032
5033         2004-06-24  Ben Elliston  <bje@gnu.org>
5034
5035         * config.guess: Update copyright years.
5036         * config.sub: Likewise.
5037
5038         2004-06-22  Robert Millan  <robertmh@gnu.org>
5039
5040         * config.guess (*:FreeBSD:*:*): Remove check for glibc (unneeded
5041         since GNU/kFreeBSD systems match *:GNU/*:*:* instead).
5042
5043         2004-06-22  Stanley F. Quayle <stan@stanq.com>
5044
5045         * config.guess (*:*VMS:*:*): New entry. Replaces
5046         Alpha:OpenVMS:*. Recognize and advertise all VMS flavors as dec
5047         manufacturer.
5048
5049         2004-06-22  Ben Elliston  <bje@gnu.org>
5050
5051         * config.guess: Cray fixes from Wendy Palm <wendyp@cray.com>.
5052         * config.sub: Likewise.
5053
5054         2004-06-22  Ben Elliston  <bje@gnu.org>
5055
5056         Reported by Hans-Peter Nilsson <hp@bitrange.com>:
5057         * config.sub: Correctly handle mmix-knuth and mmix-knuth-mmixware.
5058
5059         2004-06-11  Ben Elliston  <bje@gnu.org>
5060
5061         * config.guess (pegasos:OpenBSD:*:*): Remove.
5062
5063         2004-06-11  Ben Elliston  <bje@gnu.org>
5064
5065         From Wouter Verhelst <wouter@grep.be>:
5066         * config.guess (M68*:*:R3V[5678]:*): Detect R3V8.
5067
5068         2004-06-11  Ben Elliston  <bje@gnu.org>
5069
5070         * config.guess (luna88k:OpenBSD:*:*): New.
5071
5072         2004-03-12  Kazuhiro Inaoka  <inaoka.kazuhiro@renesas.com>
5073
5074         * config.guess (m32r*:Linux:*:*): New case.
5075         * config.sub: Handle m32rle.
5076
5077         2004-03-12  Ben Elliston  <bje@wasabisystems.com>
5078
5079         From Jens Petersen  <petersen@redhat.com>:
5080         * config.sub: Handle sparcv8.
5081
5082         2004-03-03  Ben Elliston  <bje@wasabisystems.com>
5083
5084         From Tom Smith <smith@cag.lkg.hp.com>:
5085         * config.guess: Version suffixes are equally significant on Tru64
5086         V4.* and V5.*, so do not ignore them on V5.*.  Handle a version
5087         prefix of "P" (patched kernel).
5088
5089         2004-02-23  Tal Agmon  <Tal.Agmon@nsc.com>
5090
5091         * config.sub: Add support for National Semiconductor CRX target.
5092
5093 2004-09-03  Janis Johnson  <janis187@us.ibm.com>
5094
5095         * MAINTAINERS (Various Maintainers): Remove myself as web page
5096         maintainer, add myself as maintainer of build status lists.
5097
5098 2004-09-03  Jan Beulich  <jbeulich@novell.com>
5099
5100         * configure.in: Remove target-libstdc++-v3 from noconfigdirs for
5101         *-*-netware, but add target-libmudflap.
5102         Consolidate *-*-netware targets (of which really only i?86 exists)
5103         into a single entry.
5104         * configure: Likewise.
5105
5106 2004-09-01  Paolo Bonzini  <bonzini@gnu.org>
5107
5108         * Makefile.tpl (sorry): Remove.
5109         (clean-stage[+id+], clean-stage[+id+]-module): New targets.
5110         (cleanstrap targets): Depend on distclean, not distclean-stage1.
5111         (do-clean): Clean per-stage directories too.
5112         (do-distclean): Run distclean-stage1 too.
5113         (.NOTPARALLEL): Enable during toplevel bootstrap.
5114         (stage[+id+]-bubble): Enable parallel execution during
5115         the recursive invocation.
5116         * Makefile.in: Regenerate.
5117
5118         Fix previous checkin:
5119
5120         * Makefile.tpl: Move BOOT_CFLAGS above host makefile fragment
5121         include.
5122         * configure.in: Fix indentation.
5123         * configure: Regenerate.
5124
5125 2004-08-31  Robert Bowdidge  <bowdidge@apple.com>
5126
5127         * Makefile.in: Move BOOT_CFLAGS above host makefile fragment include.
5128         * configure.in: add test for powerpc-*-darwin* to specify makefile frag
5129         * configure: regenerate
5130         * config/mh-ppc-darwin: create file, override BOOT_CFLAGS for
5131         -mdynamic-no-pic
5132
5133 2004-08-31  Paolo Bonzini  <bonzini@gnu.org>
5134
5135         * Makefile.def (build_modules): Add fixincludes.
5136         (dependencies): Make gcc depend on fixincludes.
5137         * configure.in (build_tools): Add fixincludes.
5138         (build_configdirs): Always include build_libs.
5139         * Makefile.in: Regenerate.
5140         * configure: Regenerate.
5141
5142 2004-08-30  Paolo Bonzini  <bonzini@gnu.org>
5143
5144         * Makefile.def (bootstrap stages): Add 'lean' parameter.
5145         * Makefile.tpl (configure-stageN-*, all-stageN-*): Turned into
5146         phony targets; do not generate timestamp files.
5147         (distclean-stageN): Remove references to their timestamp files.
5148         (restageN, touch-stageN): Remove.
5149         (stageN-bubble): Rewritten.
5150         (compare): Support lean bootstraps.
5151         * Makefile.in: Regenerate.
5152
5153         * configure.in: Only warn when bootstrapping but
5154         build != host or build != target.  Support lean bootstraps.
5155         * configure: Regenerate.
5156
5157 2004-08-26  Phil Edwards  <phil@codesourcery.com>
5158
5159         * configure.in:  Give a better error message if GMP/MPFR are missing
5160         and a language needing them has been requested.
5161         * configure:  Regenerated.
5162
5163 2004-08-25  Phil Edwards  <phil@codesourcery.com>
5164
5165         * configure.in:  Print a list of available language front-ends if
5166         a requested one is missing.  Tidy stray tab characters.
5167         * configure:  Regenerated.
5168
5169 2004-08-19  Michael Koch  <konqueror@gmx.de>
5170
5171         * gcc/doc/install.texi: Update entry about automake for libjava.
5172
5173 2004-08-17  Robert Millan  <robertmh@gnu.org>
5174
5175         * configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux
5176         (instead of FreeBSD).
5177         * configure: Regenerate.
5178
5179 2004-08-16  Paolo Bonzini  <bonzini@gnu.org>
5180
5181         * Makefile.in: Regenerate.
5182         * configure: Regenerate.
5183
5184         * Makefile.def (bootstrap-stage): Rename extra_*_flags to
5185         stage_*_flags.
5186         * Makefile.tpl (configure-[+module+], all-[+module+]): Exit
5187         for bootstrapped modules if toplevel bootstrap is going.
5188         (GCC bootstrap): Generate per-stage targets for all bootstrapped
5189         modules.  Adjust for changes in Makefile.def.  Enable several
5190         rules even in non-bootstrap mode, just to avoid peppering the
5191         template with unnecessary "@if/@endif gcc-bootstrap" pairs.
5192         (stage-[+prev+]-bubble): Remove.
5193
5194         * Makefile.def (Dependencies): Depend on all-build-bison,
5195         all-build-flex, all-build-byacc, all-build-texinfo, rather
5196         than the host variations.
5197         * Makefile.tpl (BUILD_DIR_PREFIX): Remove.  Replace throughout
5198         with BUILD_SUBDIR.
5199         (BISON): Update for recent Bisons.
5200         (YACC): Fix typo.
5201         (cross): Depend on all-build.
5202         (all): Do not depend on all-build.
5203         (prebootstrap): Remove.
5204         (dep-kind): Accept separate prefixes for MODULE and ON variables.
5205         (Prebootstrap dependencies): Add them to the per-stage targets
5206         and to all-prebootstrap.
5207         * configure.in (build_configdirs): Always enable build_tools.
5208         (BUILD_DIR_PREFIX): Remove.
5209
5210         * Makefile.def (gcc): Add target variable.
5211         (gdb, expect, guile, tk, tix): Replace with_x with extra_make_flags.
5212         * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
5213         in the recursive `make', instead of hardwiring `all'.
5214         (Autogenerated TARGET-* variables): New.
5215
5216 2004-08-13  Brian Booth  <bbooth@redhat.com>
5217
5218         * MAINTAINERS: Remove myself from write-after-approval.
5219
5220 2004-08-12  Nathanael Nerode  <neroden@gcc.gnu.org>
5221
5222         * src-release: Stop distributing mmalloc with gdb (which doesn't
5223         use it).
5224         * Makefile.def: GDB doesn't depend on mmalloc anymore.
5225         * Makefile.in: Regenerate.
5226
5227 2004-08-09  Mark Mitchell  <mark@codesourcery.com>
5228
5229         * configure.in (arm*-*-eabi*): New target.
5230         * configure: Regenerate.
5231
5232 2004-08-06  Paolo Bonzini  <bonzini@gnu.org>
5233
5234         * Makefile.def (bfd, opcodes, gcc, zlib): Mark as bootstrap module.
5235         (bison, byacc, flex, texinfo): Do not mark as bootstrap module.
5236         (Dependencies): New section.
5237         * Makefile.tpl (Dependencies): Generate from Makefile.def.
5238         (configure-target-[+module+]): Depend on maybe-all-gcc
5239         (all-prebootstrap): New name of all-bootstrap.  Changed throughout.
5240         (toplevel profiledbootstrap): Fix dependencies.
5241         * Makefile.in: Regenerate.
5242
5243 2004-08-03  Mark Mitchell  <mark@codesourcery.com>
5244
5245         * configure.in (arm*-*-symbianelf*): Add ${libgcj} and
5246         target-libiberty to noconfigdirs.
5247         * configure: Regenerate.
5248
5249 2004-08-03  Paul Brook  <paul@codesourcery.com>
5250
5251         * configure.in: Check for MPFR as well as GMP.
5252         * configure: Regenerate.
5253
5254 2004-08-01  Robert Millan  <robertmh@gnu.org>
5255
5256         * configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable
5257         libmudflap for all GNU-based systems (with Glibc).
5258         * configure: Regenerate.
5259
5260 2004-08-03  Paolo Bonzini  <bonzini@gnu.org>
5261
5262         * Makefile.def (host-modules): Add gcc.
5263         * Makefile.in: Regenerate.
5264         * Makefile.tpl (sorry): New rule.
5265         (configure-host, all-host, [+make_target+]-host, do-check,
5266         install-host): Do not add gcc as a special case.
5267         (host modules): Add a small special-casing for gcc.  Export
5268         extra_make_flags through the environment.
5269         (maybe-configure-gcc, configure-gcc, maybe-all-gcc, all-gcc,
5270         maybe-check-gcc, check-gcc, maybe-install-gcc, install-gcc,
5271         other recursive targets for gcc): Remove.
5272
5273         (all, do-[+make_target+], do-check): Wrap between unstage and stage.
5274         (stage, unstage): New rules.
5275         (stage[+id+]-start, stage[+id+]-end, [+compare-target+],
5276         distclean-stage[+id+]): Use stage_current.
5277         ([+bootstrap-target+], profiledbootstrap): Do not invoke manually
5278         the stage*-start rules.
5279
5280 2004-08-02  Geoffrey Keating  <geoffk@apple.com>
5281
5282         * ltcf-cxx.sh: On Darwin, make archive multi-module, and don't
5283         use -all_load flag.
5284
5285 2004-08-02  Paolo Bonzini  <bonzini@gnu.org>
5286
5287         * configure.in: Sync from src, add noconfigdirs for crx-*-*.
5288         * configure: Regenerate.
5289
5290 2004-07-16  Toon Moene  <toon@moene.indiv.nluug.nl>
5291
5292         * maintainer-scripts/gcc_release: Revert yesterday's change.
5293
5294 2004-07-16  Segher Boessenkool  <segher@kernel.crashing.org>
5295
5296         * MAINTAINERS: Add myself to write-after-approval.
5297
5298 2004-07-15  Toon Moene  <toon@moene.indiv.nluug.nl>
5299
5300         * libf2c: Removed.
5301         * gcc/gccbug.in: Updated because of libf2c removal.
5302         * maintainer-scripts/gcc_release: Ditto.
5303
5304 2004-07-09  Loren J. Rittle  <ljrittle@acm.org>
5305
5306         * configure.in: Build libmudflap by default on FreeBSD.
5307         * configure: Regenerated.
5308
5309 2004-07-09  Mark Mitchell  <mark@codesourcery.com>
5310
5311         * configure.in: Do not build libmudflap by default on non-GNU/Linux
5312         systems.
5313         * configure: Regenerated.
5314
5315 2004-07-08  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
5316
5317         PR target/16344
5318         * Makefile.tpl (profiledbootstrap): Build runtime libraries with
5319         feedback based compiler.
5320         * Makefile.in: Rebuilt.
5321
5322 2004-07-08  Alexandre Oliva  <aoliva@redhat.com>
5323
5324         * Makefile.def (host_modules): Set bootstrap=true for flex.
5325         * Makefile.tpl (all-gcc): Depend on texinfo and flex.
5326         * Makefile.in: Rebuilt.
5327
5328 2004-07-07  Jan Hubicka  <jh@suse.cz>
5329
5330         * MAINTAINERS: Add self as a profile feedback maintainer.
5331
5332 2004-07-05  Phil Edwards  <phil@codesourcery.com>
5333
5334         * configure.in:  Do not prepend $srcdir to /dev/null in
5335         makefile fragments.
5336         * configure:  Regenerate.
5337
5338 2004-07-01  Paolo Bonzini  <bonzini@gnu.org>
5339
5340         * Makefile.def (build_modules): Add bison, byacc, flex,
5341         m4, texinfo.
5342         (flags_to_pass): Add FLEX.
5343         * Makefile.tpl (BUILD_DIR_PREFIX, BASE_EXPORTS): New.
5344         (BUILD_EXPORTS, HOST_EXPORTS, BASE_TARGET_EXPORTS): Include it.
5345         (DEFAULT_YACC, USUAL_YACC, DEFAULT_LEX, USUAL_LEX, DEFAULT_M4,
5346         DEFAULT_MAKEINFO): Remove.
5347         (CONFIGURED_YACC, CONFIGURED_FLEX, CONFIGURED_BISON,
5348         CONFIGURED_LEX, CONFIGURED_M4, CONFIGURED_MAKEINFO): Substitute.
5349         (YACC, FLEX, BISON, LEX, M4, MAKEINFO): Define to look into
5350         objdir or else use configured tool.
5351         (all-build): New.
5352         (all): Depend on it.
5353         (Build module dependencies): Add.
5354         * Makefile.in: Regenerate.
5355         * configure.in: Better support for multiple build modules,
5356         matching what is done for host/target modules.  Do not look
5357         for "plausible" locations of build tools if Canadian cross.
5358         Use autoconf's AC_PROG_CC to find a C compiler.  Define
5359         BUILD_DIR_PREFIX.  Look for flex, makeinfo and m4.
5360         * configure: Regenerate.
5361
5362 2004-06-22  Paolo Bonzini  <bonzini@gnu.org>
5363
5364         * Makefile.tpl (HOST_EXPORTS): Fix pasto.
5365         * Makefile.in: Regenerate.
5366
5367 2004-06-22  Paolo Bonzini  <bonzini@gnu.org>
5368
5369         * Makefile.tpl (configure-build-[+module+],
5370         configure-[+module+], configure-target-[+module+]): Pass
5371         [+extra_configure_args+].
5372         (all-build-[+module+], all-[+module+], check-[+module+],
5373         install-[+module+], [+make_target+]-[+module+],
5374         all-target-[+module+], check-target-[+module+],
5375         install-target-[+module+], [+make_target+]-target-[+module+]):
5376         Pass [+extra_make_args+].
5377         (HOST_EXPORTS): Include the former GCC_HOST_EXPORTS.
5378         (GCC_HOST_EXPORTS): Remove.
5379         (configure-gcc, all-gcc, GCC_STRAP_TARGETS, profiledbootstrap,
5380         cross, check-gcc, check-gcc-c++, install-gcc,
5381         gcc-no-fixedincludes, [+make_target+]-gcc, stage[+id+]-bubble):
5382         Replace GCC_HOST_EXPORTS with HOST_EXPORTS.
5383         * Makefile.in: Regenerate.
5384
5385 2004-06-21  Matthew Sachs  <msachs@apple.com>
5386
5387         * MAINTAINERS: Added self to write-after-approval.
5388
5389 2004-06-21  Christopher Faylor  <cgf@alum.bu.edu>
5390
5391         * configure.in: Check for srcdir/winsup rather than build directory
5392         winsup.
5393         * configure: Regenerate.
5394
5395 2004-06-17  Corinna Vinschen  <vinschen@redhat.com>
5396
5397         * configure.in: Don't build Cygwin native newlib if winsup
5398         directory is missing.  Emit warning instead.
5399         * configure: Regenerate.
5400
5401 2004-06-09  Paolo Bonzini  <bonzini@gnu.org>
5402
5403         * Makefile.tpl (touch-stage[+id+]): New.
5404         (restage[+prev+]): Depend on touch-stage[+id+].
5405
5406         * Makefile.tpl (RECURSE_FLAGS_TO_PASS): New.
5407         Use it throughout.
5408
5409         * Makefile.def: Add profile and feedback bootstrap stages.
5410         Remove next field from bootstrap stages.
5411         * Makefile.tpl (LN, LN_S): Substitute.
5412         (stageN-start, stageN-end): Use double-colon rules, to
5413         provide a hook for additional setup commands.
5414         (distclean-stageN-gcc, restageN): Create dependencies from
5415         [+prev+], not from [+next+].
5416         (stageN-bubble): Add commands for successive stages from
5417         [+prev+], using double-colon rules.
5418         (all-stageN-gcc): Fix typo.
5419         (stagefeedback-start, profiledbootstrap): New.
5420         * Makefile.in: Regenerate.
5421         * configure.in: Call ACX_PROG_LN.
5422         * configure: Regenerate.
5423
5424 2004-06-08  Canqun Yang  <canqun@nudt.edu.cn>
5425
5426         * MAINTAINERS (Write After Approval): Add myself.
5427
5428 2004-06-03  Mark G. Adams  <mark.g.adams@sympatico.ca>
5429
5430         * MAINTAINERS (Write After Approval): Add myself.
5431
5432 2004-06-03  Paolo Bonzini  <bonzini@gnu.org>
5433
5434         * configure.in: Fix --enable-bootstrap breakage introduced in trees
5435         without gcc.
5436         * configure: Regenerate.
5437
5438 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
5439
5440         * Makefile.tpl: Fix typo.
5441         * Makefile.in: Regenerate.
5442
5443 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
5444
5445         * configure.in: Remove new- prefix from toplevel
5446         bootstrap targets.
5447         * configure: Regenerate.
5448
5449 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
5450
5451         * Makefile.tpl (all.normal): Rename to all.
5452         (all): Replace with a rule to pick the default
5453         target from configure.
5454         (all-gcc, configure-gcc): Use conditionals to
5455         do nothing when toplevel bootstrap is going on.
5456         (GCC directory bootstrap) [gcc-bootstrap]: Disable.
5457         (Toplevel bootstrap) [gcc-no-bootstrap]: Disable.
5458         * configure.in: Support --enable-bootstrap.
5459
5460         * Makefile.def: Remove new- prefix from toplevel
5461         bootstrap targets.
5462         * Makefile.tpl: Likewise.
5463
5464         * Makefile.def: Add bootstrap_stage 4.  Add bootstrap2
5465         target.
5466
5467         * Makefile.tpl (Toplevel bootstrap): Pass $(BASE_FLAGS_TO_PASS)
5468         $(RECURSE_FLAGS) to recursive invocation of make.
5469
5470         * Makefile.in: Regenerate.
5471         * configure: Regenerate.
5472
5473 2004-05-30  Andreas Jaeger  <aj@suse.de>
5474             Jim Wilson  <wilson@specifixinc.com>
5475
5476         * config-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77
5477         like CC.
5478
5479 2004-05-27  Daniel Jacobowitz  <dan@debian.org>
5480
5481         * configure.in: Fix sed invocation for GFORTRAN_FOR_TARGET.
5482         * configure: Regenerate.
5483
5484 2004-05-25  Daniel Jacobowitz  <drow@false.org>
5485
5486         * Makefile.tpl (BUILD_EXPORTS, HOST_EXPORTS, GCC_HOST_EXPORTS)
5487         (STAGE_HOST_EXPORTS, BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS)
5488         (NORMAL_TARGET_EXPORTS): New macros.  Use them in all the recursive
5489         targets.
5490         * Makefile.in: Regenerate.
5491
5492 2004-05-24  Paolo Bonzini  <bonzini@gnu.org>
5493
5494         * configure.in: Test the ability to symlink directories.
5495         * configure: Regenerate.
5496
5497         * Makefile.def (bootstrap-stage): New definitions.
5498         * Makefile.tpl (configure-stage1-gcc,
5499         configure-stage2-gcc, configure-stage3-gcc,
5500         all-stage1-gcc, all-stage2-gcc, all-stage3-gcc,
5501         new-bootstrap, new-cleanstrap, new-restage1, new-restage2,
5502         new-restage3, compare): Autogenerate, see Makefile.in
5503         entry for behavioral changes.
5504         (distclean-stage1, new-stage1-start, new-stage1-end,
5505         new-stage1-bubble, distclean-stage2, new-stage2-start,
5506         new-stage2-end, new-stage2-bubble, distclean-stage3,
5507         new-stage3-start, new-stage3-end): New autogenerated targets.
5508         (objext, prebootstrap, BOOT_CFLAGS,
5509         POSTSTAGE1_FLAGS_TO_PASS): Move above the autogenerated
5510         targets.
5511
5512         * Makefile.in: Regenerate.
5513         (distclean-stage1, new-stage1-start, new-stage1-end,
5514         new-stage1-bubble, distclean-stage2, new-stage2-start,
5515         new-stage2-end, new-stage2-bubble, distclean-stage3,
5516         new-stage3-start, new-stage3-end): New targets.
5517         (all-stage1-gcc): Move prebootstrap dependency from here...
5518         (configure-stage1-gcc): ...to here.
5519         (new-bootstrap): Use bubble targets.
5520         (new-cleanstrap, new-restage1, new-restage2, new-restage3):
5521         Use per-stage distclean targets.
5522         (configure-stage1-gcc, configure-stage2-gcc,
5523         configure-stage3-gcc, all-stage1-gcc,
5524         all-stage2-gcc, all-stage3-gcc, new-bootstrap):
5525         Use new-stageN-start to prepare the tree.
5526
5527 2004-05-23  Paolo Bonzini  <bonzini@gnu.org>
5528
5529         * Makefile.def (host_modules): add libcpp.
5530         * Makefile.tpl: Add dependencies on and for libcpp.
5531         * Makefile.in: Regenerate.
5532         * configure.in: Add libcpp host module.
5533         * configure: Regenerate.
5534
5535 2004-05-21  Paolo Bonzini  <bonzini@gnu.org>
5536
5537         * Makefile.tpl: Whenever a recursive target is defined, wrap
5538         it in a special @if/@endif block, and prepare its maybe
5539         dependency in the @if/@endif block
5540         * configure.in: Instead of writing maybe dependencies, remove
5541         the @if/@endif statements, and remove the @if/@endif blocks
5542         that remain.
5543         * configure: Regenerate.
5544         * Makefile.in: Regenerate.
5545
5546 2004-05-20  Janis Johnson  <janis187@us.ibm.com>
5547
5548         * MAINTAINERS (Various Maintainers): Add myself for compat testsuite.
5549
5550 2004-05-18  Kaz Kojima  <kkojima@gcc.gnu.org>
5551
5552         PR bootstrap/15120
5553         * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on sh*.
5554         * */configure: Rebuilt.
5555
5556 2004-05-17  Zack Weinberg  <zack@codesourcery.com>
5557
5558         * Makefile.def, Makefile.tpl, configure.in: Remove all mention
5559         of libf2c.
5560         * configure, Makefile.in: Regenerate.
5561
5562 2004-05-13  Tobias Schlüter  <tobi@gcc.gnu.org>
5563
5564         * MAINTAINERS (Write After Approval): Add myself.
5565
5566 2004-05-13  Diego Novillo  <dnovillo@redhat.com>
5567
5568         Merge from tree-ssa-20020619-branch.
5569
5570         * Makefile.def: Add libbanshee, libmudflap and libgfortran.
5571         * Makefile.tpl (BUILD_CONFIGDIRS): Add libbanshee.
5572         (HOST_GMPLIBS): Define.
5573         (HOST_GMPINC): Define.
5574         (TARGET_LIB_PATH): Add libmudflap.
5575         (GFORTRAN_FOR_TARGET): Define.
5576         (configure-build*): Export GFORTRAN.
5577         (configure-gcc): Export GMPLIBS and GMPINC.
5578         (all-gcc): Add maybe-all-libbanshee.
5579         (configure-target-libgfortran): Define.
5580         * Makefile.in: Regenerate.
5581         * configure.in (host_libs): Add libbanshee.
5582         (target_libraries): Add target-libmudflap and target-libgfortran.
5583         Add --with-libbanshee.
5584         Handle --disable-libmudflap.
5585         (*-*-freebsd*): Use with_gmp.
5586         Add $(libgcj) to noconfigdirs.
5587         * configure: Regenerate.
5588         * depcomp: New file.
5589         * MAINTAINERS: Add tree-ssa maintainers.
5590
5591 2004-05-04  Vladimir Makarov  <vmakarov@redhat.com>
5592
5593         * MAINTAINERS (Various Maintainers): Add myself.
5594
5595 2004-04-30  Brian Ford  <ford@vss.fsi.com>
5596
5597         * MAINTAINERS (Write After Approval): Add myself.
5598
5599 2004-04-29  Uros Bizjak  <uros@kss-loka.si>
5600
5601         * MAINTAINERS (Write After Approval): Add myself.
5602
5603 2004-04-28  Paolo Bonzini  <bonzini@gnu.org>
5604
5605         * config/acx.m4: Fix fastcompare support for new-bootstrap.
5606         * configure: Regenerate.
5607
5608 2004-04-27  Paolo Bonzini  <bonzini@gnu.org>
5609
5610         Revert:
5611         2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
5612
5613         * Makefile.def (flags_to_pass): Remove *dir variables that
5614         are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
5615         as well as prefix and exec_prefix.
5616         * Makefile.in: Regenerate.
5617
5618 2004-04-26  Robert Millan  <robertmh@gnu.org>
5619
5620         Add patches from libtool CVS.
5621         * libtool.m4: Add kfreebsd*-gnu and knetbsd*-gnu.
5622         * ltconfig: Likewise.
5623         * ltcf-c.sh: Likewise.
5624         * ltcf-cxx.sh: Likewise.
5625         * ltcf-gcj.sh: Likewise.
5626
5627 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
5628
5629         * Makefile.def (host_modules): Mark with the bootstrap
5630         flag packages on which gcc depends.
5631         * Makefile.tpl (all-bootstrap): Use it.
5632         * Makefile.in: Regenerate.
5633
5634 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
5635
5636         * Makefile.def (flags_to_pass): Remove *dir variables that
5637         are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
5638         as well as prefix and exec_prefix.
5639         * Makefile.in: Regenerate.
5640
5641 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
5642
5643         * configure.in: Invoke ACX_PROG_CMP_IGNORE_INITIAL.
5644         * configure: Regenerate.
5645         * config/acx.m4: Mutuate ACX_PROG_CMP_IGNORE_INITIAL from gcc.
5646         * gcc/Makefile.tpl (compare): Use the result of the test.
5647         * gcc/Makefile.in: Regenerate.
5648
5649 2004-04-23  Paolo Bonzini  <bonzini@gnu.org>
5650
5651         * Makefile.tpl (all-stage1-gcc, all-stage2-gcc, all-stage3-gcc):
5652         Always relocate gcc and prev-gcc to the original names, even
5653         if the build fails.
5654         (new-cleanstrap, new-restage1, new-restage2, new-restage3):
5655         New targets.
5656
5657 2004-04-23  Laurent GUERBY <laurent@guerby.net>
5658
5659         * MAINTAINERS: Update my email address.
5660
5661 2004-04-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
5662
5663         * configure.in (mips*-*-irix5*): Enable ld.
5664         * configure: Regenerate.
5665
5666 2004-04-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
5667
5668         * configure: Regenerate.
5669
5670 2004-04-15  James E Wilson  <wilson@specifixinc.com>
5671
5672         * Makefile.tpl (configure-[+module+], configure-gcc,
5673         configure-stage1-gcc, configure-stage2-gcc, configure-stage3-gcc):
5674         Set and export LDFLAGS.
5675         * Makefile.in: Regenerate.
5676
5677 2004-04-12  Michael Chastain  <mec.gnu@mindspring.com>
5678
5679         * MAINTAINERS: Add myself to write-after-approval.
5680
5681 2004-04-09  Nathanael Nerode  <neroden@gcc.gnu.org>
5682
5683         PR bootstrap/14871
5684         * Makefile.tpl: If we don't have built-in-tree target tools,
5685         use the ones found by configure rather than hacking around with
5686         program_transform_name.
5687         * configure.in: Give Makefile.tpl the information necessary
5688         to do that.
5689         * Makefile.in: Regenerate.
5690         * configure: Regenerate.
5691
5692 2004-04-06  Nathanael Nerode  <neroden@gcc.gnu.org>
5693
5694         PR bootstrap/14760
5695         * configure.in: When computing baseargs, strip *all* copies of
5696         offending options.  Also, don't match/substitute the trailing space,
5697         so that this actually works when two similar options are separated by
5698         only one space.
5699         * configure: Regenerate.
5700
5701 2004-04-06  David Edelsohn  <edelsohn@gnu.org>
5702
5703         * configure.in (powerpc-*-aix*): Remove target-libada from noconfigdirs.
5704         (rs6000-*-aix*): Same.
5705         * configure: Regenerate.
5706
5707 2004-04-05  Ranjit Mathew  <rmathew@hotmail.com>
5708
5709         * MAINTAINERS: Add myself to write-after-approval.
5710
5711 2004-04-03  Bud Davis  <bdavis9659@comcast.net>
5712
5713         * MAINTAINERS: Add myself to write-after-approval.
5714
5715 2004-03-24  Nathanael Nerode  <neroden@gcc.gnu.org>
5716
5717         * Makefile.tpl (top level bootstrap support): Remove now-unneeded
5718         STRICT_WARN, WARN_CFLAGS flags passed down to make.
5719         * Makefile.in: Regenerate.
5720
5721         * configure.in (top level bootstrap support): Rework --enable-werror
5722         to set @stage2_werror_flag@.
5723         * configure: Regenerate.
5724         * Makefile.tpl (top level bootstrap support): Pass
5725         @stage2_werror_flag@ down to configure in stages 2 and 3.
5726         * Makefile.in: Regenerate.
5727
5728 2004-03-23  Nathanael Nerode  <neroden@gcc.gnu.org>
5729
5730         * Makefile.tpl (new-bootstrap): Set CC and CC_FOR_BUILD in configure
5731         for stages 2 and 3 as well as in make.  As a consequence, remove
5732         OUTPUT_OPTION (now detected by configure) from the flags passed down
5733         to make.
5734         * Makefile.in: Regenerate.
5735
5736         * Makefile.tpl (new-bootstrap): Fix typo.
5737         * Makefile.in: Regenerate.
5738
5739 2004-03-22  Nathanael Nerode  <neroden@gcc.gnu.org>
5740
5741         * Makefile.tpl: Rearrange by moving recursive_targets rules
5742         into their proper sections.
5743         * Makefile.tpl (top level bootstrap support): Move disabling
5744         of coverage flags from 'make' to 'configure'; improve comments.
5745         * Makefile.in: Regenerate.
5746
5747         * Makefile.tpl (experimental top level bootstrap) Move stage1
5748         language setting from all- target to configure- target; disable
5749         intermodule optimization in stage 1; prevent gratuitous rebuilds
5750         of stage 1.
5751         * Makefile.in: Regenerate.
5752         * configure.in: Comma-separate stage 1 language list for top
5753         level bootstrap.
5754         * configure: Regenerate.
5755
5756         * Makefile.tpl: Clean up experimental top level bootstrap support:
5757         note known problems; set CONFIG_SHELL; don't set BUILD_CC; relocate
5758         prev-gcc in configure- targets as well as all- targets.
5759         * Makefile.in: Regenerate.
5760
5761 2004-03-21  Kelley Cook  <kcook@gcc.gnu.org>
5762
5763         * compile: New file imported from automake.
5764
5765 2004-03-17  Paolo Bonzini  <bonzini@gnu.org>
5766
5767         * configure.in: Remove symbolic link section.
5768         * configure: Regenerate.
5769         * Makefile.tpl (links): Remove.
5770         * Makefile.in: Regenerate.
5771
5772 2004-03-15  Paolo Bonzini  <bonzini@gnu.org>
5773             Nathanael Nerode  <neroden@gcc.gnu.org>
5774
5775         * configure.in (DEFAULT_YACC, DEFAULT_M4, DEFAULT_LEX):
5776         Set with AC_CHECK_PROGS.
5777         * configure.in: Fix comment typo from last patch.
5778         * configure: Regenerate.
5779
5780 2004-03-15  Nathanael Nerode  <neroden@gcc.gnu.org>
5781
5782         * Makefile.tpl: Introduce experimental top level bootstrap support.
5783         * Makefile.in: Regenerate.
5784         * configure.in: Introduce support for top level bootstrap.
5785         * configure: Regenerate.
5786
5787 2004-03-12  Eric Botcazou  <ebotcazou@gcc.gnu.org>
5788             Paolo Bonzini  <bonzini@gnu.org>
5789
5790         PR bootstrap/14522
5791         * configure.in: Cope with shells that do not support unquoted ^
5792         * configure: Regenerate.
5793
5794 2004-03-11  Eric Botcazou  <ebotcazou@gcc.gnu.org>
5795             Paolo Bonzini  <bonzini@gnu.org>
5796
5797         PR bootstrap/14522
5798         * configure.in: Cope with shells that do not support nesting
5799         quotes inside quoted backquote substitutions.
5800         * configure: Regenerate.
5801
5802 2004-03-10  Andrew Pinski  <pinskia@physics.uc.edu>
5803
5804         PR bootstrap/14522
5805         * configure.in: Fix escaping of $.
5806         * configure: Regenerate.
5807
5808 2004-03-11  Nathanael Nerode  <neroden@gcc.gnu.org>
5809
5810         * configure: Regenerate, since I forgot to while committing Paolo's
5811         changes.
5812
5813 2004-03-08  Paolo Bonzini  <bonzini@gnu.org>
5814
5815         PR ada/14131
5816         Move language detection to the top level.
5817         * configure.in: Find default values for the tools as
5818         soon as possible.  Disable ada if GNAT is not found.
5819         Emit error message about missing languages.  Expand
5820         --enable-languages=all for the gcc subdirectory.
5821
5822 2004-03-10  Ben Elliston  <bje@gnu.org>
5823
5824         * MAINTAINERS: Update my email address.
5825
5826 2004-03-05  David Edelsohn  <edelsohn@gnu.org>
5827
5828         * ltconfig: Disable building static libraries if building shared
5829         libraries on AIX 5L.
5830
5831 2004-03-01  Richard Sandiford  <rsandifo@redhat.com>
5832
5833         * configure.in (mips64*-*-linux*): Override mips*-*-linux* case
5834         and disable libgcj.
5835         * configure: Regenerated.
5836
5837 2004-03-01  Brian Booth  <bbooth@redhat.com>
5838
5839         * MAINTAINERS: Add myself to write-after-approval.
5840
5841 2004-03-01  Paolo Bonzini  <bonzini@gnu.org>
5842
5843         * MAINTAINERS: Add myself to write-after-approval.
5844
5845 2004-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
5846
5847         PR bootstrap/7087
5848         * Makefile.tpl: Guard XFOO sed statements better.
5849         * Makefile.tpl: Add dependency for configure-target-libada.
5850         * Makefile.in: Regenerate (incidentally fixes broken
5851         commit when libada-branch was merged).
5852
5853 2004-02-25  Kelley Cook  <kcook@gcc.gnu.org>
5854
5855         * MAINTAINERS: Add myself to write-after-approval.
5856
5857 2004-02-20  Andrew Pinski  <pinskia@physics.uc.edu>
5858
5859         * MAINTAINERS: Add Nicola Pero and myself as libobjc
5860         maintainers.
5861
5862 2004-02-20  Andrew Cagney  <cagney@redhat.com>
5863
5864         * config.guess: Update from version 2003-10-16 to 2004-02-16.
5865         * config.sub: Update from version 2003-11-03 to 2004-02-16.
5866
5867 2004-02-19  Nathanael Nerode  <neroden@gcc.gnu.org>
5868
5869         PR bootstrap/11932
5870         * mkinstalldirs, install-sh: Import from automake CVS HEAD.
5871
5872 2004-02-14  Jerry Quinn  <jlquinn@optonline.net>
5873
5874         * MAINTAINERS: Added myself to write-after-approval.
5875
5876 2004-02-14  Michael Koch  <konqueror@gmx.de>
5877
5878         * MAINTAINERS: Added myself to write-after-approval.
5879
5880 2004-02-13  Joseph S. Myers  <jsm@polyomino.org.uk>
5881
5882         * MAINTAINERS: Move Steve Chamberlain to write-after-approval.  Move
5883         some OS port maintainers to OS port maintainers section.
5884
5885 2004-02-13  Frank Ch. Eigler  <fche@redhat.com>
5886
5887         * MAINTAINERS: Add self.
5888
5889 2004-02-12  Kazu Hirata  <kazu@cs.umass.edu>
5890
5891         * MAINTAINERS: Alphabetize.
5892
5893 2004-02-12  Paolo Bonzini  <bonzini@gnu.org>
5894
5895         * MAINTAINERS: Remove myself.
5896
5897 2004-02-11  David Edelsohn  <edelsohn@gnu.org>
5898
5899         * configure.in (powerpc-*-aix*): Add target-libada to noconfigdirs.
5900         (rs6000-*-aix*): Same.
5901         * configure: Regenerate.
5902
5903 2004-02-11  Kelley Cook  <kcook@gcc.gnu.org>
5904
5905         * configure.in (host): Add in missing $noconfigdirs to defines.
5906         * configure: Regenerate.
5907
5908 2004-02-10  Arnaud Charlet  <charlet@act-europe.fr>,
5909             Nathanael Nerode  <neroden@gcc.gnu.org>
5910
5911         PR ada/6637, PR ada/5911
5912         Merge with libada-branch:
5913         * configure.in, Makefile.tpl, Makefile.def: Add target-libada,
5914         with appropriate dependencies. Add --enable-libada configure switch.
5915         * configure, Makefile.in: Regenerate.
5916
5917 2004-02-09  Paolo Bonzini  <bonzini@gnu.org>
5918
5919         * MAINTAINERS: Add myself to write-after-approval.
5920
5921 2004-02-05  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
5922
5923         * configure.in: Don't pass --with-stabs on IRIX 5 either.
5924         * configure: Regenerate.
5925
5926 2004-02-04  Geoffrey Keating  <geoffk@apple.com>
5927
5928         Merge from upstream:
5929
5930         * ltmain.in: When setting IFS to '~', be careful about user
5931         arguments that contain '~'.
5932
5933         2004-02-04  Peter O'Gorman  <peter@pogma.com>
5934
5935         * ltmain.in (infer_tag): Move tag inferrence to a shell function.
5936         Also test $base_compile against $CC with escaped arguments. Bug
5937         reported by Geoff Keating <geoffk@apple.com>.
5938
5939 2004-02-04  Kazu Hirata  <kazu@cs.umass.edu>
5940
5941         * MAINTAINERS: Remove i960 port.
5942
5943 2004-01-23  DJ Delorie  <dj@redhat.com>
5944
5945         * Makefile.def (target_modules) [libiberty]: Don't stage.
5946         * Makefile.in: Rebuilt.
5947
5948 2004-01-20  Caroline Tice  <ctice@apple.com>
5949
5950         * MAINTAINERS: Add myself to write-after-approval.
5951
5952 2004-01-19  Paolo Carlini  <pcarlini@suse.de>
5953
5954         * MAINTAINERS: Update my email address.
5955
5956 2004-01-18  James A. Morrison  <ja2morri@uwaterloo.ca>
5957
5958         * MAINTAINERS: Add myself to write-after-approval.
5959
5960 2004-01-17  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
5961
5962         * MAINTAINERS: Remove entries without email address.
5963
5964 2004-01-15  Daniel Jacobowitz  <drow@mvista.com>
5965
5966         * MAINTAINERS: Add myself to write-after-approval.
5967
5968 2004-01-15  Steven Bosscher  <stevenb@suse.de>
5969
5970         * MAINTAINERS: Update my email address.
5971
5972 2004-01-14  Loren J. Rittle  <ljrittle@acm.org>
5973
5974         * Makefile.def (target_modules) [libtermcap, libiberty, zlib]: Stage.
5975         * Makefile.tpl (configure-target-[+module+]): Support stage.
5976         * Makefile.in: Rebuilt.
5977
5978 2004-01-12  Ian Lance Taylor  <ian@wasabisystems.com>
5979
5980         * MAINTAINERS: Add myself as a libiberty MAINTAINER.
5981
5982 2004-01-10  Richard Sandiford  <rsandifo@redhat.com>
5983
5984         * MAINTAINERS: Add myself as a MIPS maintainer.
5985
5986 2004-01-04  Nathanael Nerode  <neroden@gcc.gnu.org>
5987
5988         * configure.in: Use ./config.cache, not config.cache.
5989         * configure: Regenerate.
5990         * Makefile.tpl: Special-casing not needed for GCC any more.
5991         * Makefile.in: Regenerate.
5992
5993         * configure.in: Don't share a cache file for host dirs.
5994         * configure: Regenerate.
5995
5996         * config-ml.in: Don't mess with the cache file.
5997
5998 2004-01-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
5999
6000         * MAINTAINERS: Move myself from 'Write After Approval' to
6001         'CPU Port Maintainers' section as SPARC maintainer.
6002
6003 2004-01-03  Nathanael Nerode  <neroden@gcc.gnu.org>
6004
6005         * Makefile.tpl: Make GCC use a separate config.cache.
6006         * Makefile.in: Regenerate.
6007
6008         PR bootstrap/11932, PR bootstrap/11933
6009         (I don't know if it will fix either of them, but it relates
6010         to them.)
6011         * configure.in: Don't use shared config.cache for target
6012         directories.
6013         * configure: Regenerate.
6014
6015 2004-01-02  Dan Nicolaescu  <dann@ics.uci.edu>
6016
6017         * MAINTAINERS: Add myself to 'Write After Approval' section.
6018
6019 2003-12-31  Roger Sayle  <roger@eyesopen.com>
6020
6021         * configure.in (ia64*-*-hpux*): Disable building java libraries.
6022         * configure: Regenerated.
6023
6024 2003-12-23  Kazu Hirata  <kazu@cs.umass.edu>
6025
6026         * MAINTAINERS: Remove the mn10200 maintainer.
6027
6028 2003-12-21  Bernardo Innocenti  <bernie@develer.com>
6029
6030         * configure.in (*-*-uclinux): Exclude newlib, libgloss and rda.
6031         * configure: Regenerated.
6032
6033 2003-12-16  Jan Hubicka  <jh@suse.cz>
6034
6035         * MAINTAINERS: Add myself as callgraph maintainer.
6036
6037 2003-12-08  Thomas Fitzsimmons  <fitzsim@redhat.com>
6038
6039         * configure.in (raw_libstdcxx_flags): Remove the leading space.
6040         * configure: Regenerate.
6041
6042 2003-12-01  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
6043
6044         * MAINTAINERS: Move myself from 'Bug database only accounts' to
6045         'Write After Approval' section. Update email.
6046
6047 2003-12-01  James Lemke  <jim@wasabisystems.com>
6048
6049         * MAINTAINERS (Write After Approval): Add myself.
6050
6051 2003-11-20  Matt Thomas  <matt@3am-software.com>
6052
6053         * MAINTAINERS: Add myself as a vax port maintainer.
6054
6055 2003-11-20  Kelley Cook  <kcook@gcc.gnu.org>
6056
6057         * Makefile.tpl (BASE_FLAGS_TO_PASS): Pass along CONFIG_SHELL.
6058         (configure-build-[+module+], configure-[+module+]): Likewise.
6059         (configure-target-[+module+], configure-gcc, config.status): Likewise.
6060         * Makefile.in: Regenerate.
6061
6062 2003-11-19  Andreas Tobler  <a.tobler@schweiz.ch>
6063
6064         * libtool.m4: Sync darwin bits from libtool cvs to build a gcc with
6065         shared/dylibed libraries.
6066         * ltmain.sh: Likewise.
6067         * ltcf-c.sh: Likewise, disable shared library build for OS-X < 10.3.
6068         * ltcf-cxx.sh: Likewise.
6069         * ltcf-gcj.sh: Likewise.
6070         * ltconfig: Likewise.
6071
6072 2003-11-17  Stan Cox  <scox@redhat.com>
6073
6074         * MAINTAINERS: Add myself as iq2000 port maintainer.
6075
6076 2003-11-14  Arnaud Charlet  <charlet@act-europe.fr>
6077
6078         * Makefile.tpl (EXTRA_GCC_FLAGS): Pass BOOT_ADAFLAGS.
6079         * Makefile.in: Regenerate.
6080
6081 2003-11-03  Ulrich Weigand  <uweigand@de.ibm.com>
6082
6083         * config.sub: Update to 2003-11-03 version.
6084
6085 2003-10-20  Phil Edwards  <phil@codesourcery.com>
6086
6087         * configure.in (*-*-vxworks):  Add target-libiberty to noconfdirs.
6088         * configure:  Regenerate.
6089
6090 2003-10-20  Nicolas Pitre  <nico@cam.org>
6091
6092         * MAINTAINERS: Add myself to 'Write After Approval' section.
6093
6094 2003-10-20  Arnaud Charlet  <charlet@act-europe.fr>
6095
6096         * MAINTAINERS (Various maintainers: Ada front end): Added myself.
6097
6098 2003-10-19  Joseph S. Myers  <jsm@polyomino.org.uk>
6099
6100         * MAINTAINERS: Update my email address.
6101
6102 2003-10-17  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
6103
6104         * config-ml.in (multi-do): Pass MULTIFLAGS to subdir makes.
6105
6106 2003-10-17  Ralph Loader  <rcl@ihug.co.nz>
6107
6108         * MAINTAINERS: Add myself to 'Write After Approval' section.
6109
6110 2003-10-16  Bernardo Innocenti  <bernie@develer.com>
6111
6112         * config.guess: Update to 2003-10-16 version.
6113         * config.sub: Update to 2003-10-16 version.
6114
6115 2003-10-15  David Daney  <ddaney@avtrex.com>
6116
6117         * MAINTAINERS: Added myself to 'Write After Approval' section.
6118
6119 2003-10-15  Falk Hueffner  <falk@debian.org>
6120
6121         * MAINTAINERS: Move myself from 'Bug database only accounts' to
6122         'Write After Approval' section. Update email.
6123
6124 2003-10-14  Roger Sayle  <roger@eyesopen.com>
6125
6126         * MAINTAINERS: Move myself from 'Write After Approval' to
6127         'Various Maintainers' section as middle-end maintainer.
6128
6129 2003-10-13  Nathanael Nerode  <neroden@gcc.gnu.org>
6130
6131         * Makefile.tpl: Make GCC_FLAGS_TO_PASS a superset of
6132         HOST_FLAGS_TO_PASS.
6133         * Makefile.in: Regenerate.
6134
6135 2003-10-11  Bernardo Innocenti  <bernie@develer.com>
6136
6137         * config.guess: Update to 2003-10-07 version.
6138         * config.sub: Update to 2003-10-07 version.
6139
6140 2003-10-06  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
6141
6142         * ltcf-cxx.sh (irix5*, irix6*): Prefix -soname and its arg with ${wl}.
6143         * ltconfig (irix5*, irix6*): Don't override version_type.
6144
6145 2003-10-05  Mohan Embar  <gnustuff@thisiscool.com>
6146
6147         * configure.in: Allow explicit specification of CFLAGS_FOR_BUILD.
6148         * configure: Rebuilt
6149         * Makefile.tpl: Use CFLAGS_FOR_BUILD computed by configure
6150         * Makefile.in: Rebuilt
6151
6152 2003-10-03  H.J. Lu  <hongjiu.lu@intel.com>
6153
6154         * ltconfig (sys_lib_search_path_spec): Fix a typo for HPUX.
6155
6156 2003-09-30  Carlo Wood  <carlo@alinoe.com>
6157
6158         * MAINTAINERS (Write After Approval): Add myself.
6159
6160 2003-09-29  Paul Koning  <ni1d@arrl.net>
6161
6162         * MAINTAINERS: Move myself from "Write After Approval"
6163         to CPU platform maintainers for pdp11 platform.
6164
6165 2003-09-23  Andreas Tobler  <a.tobler@schweiz.ch>
6166
6167         * MAINTAINERS: Move myself from 'Write After Approval' to
6168         'Various Maintainers' section as libffi testsuite maintainer.
6169
6170 2003-09-21  Daniel Jacobowitz  <drow@mvista.com>
6171
6172         * configure.in: Pass a computed --program-transform-name
6173         to subconfigures.
6174         * configure: Regenerated.
6175
6176 2003-09-20  Nathanael Nerode  <neroden@gcc.gnu.org>
6177
6178         * Makefile.tpl: Don't pass down obsolete ENQUIRE variable.
6179         * Makefile.in: Regenerate.
6180
6181         * Makefile.tpl: Don't pass (unused) DLLTOOL or WINDRES to gcc.
6182         * Makefile.in: Regenerate.
6183
6184 2003-09-19  Ziemowit Laski  <zlaski@apple.com>
6185
6186         * MAINTAINERS: Move myself from 'Write After Approval'
6187         to 'Various Maintainers' (objective-c) section.
6188
6189 2003-09-17  Daniel Jacobowitz  <drow@mvista.com>
6190
6191         * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Fix
6192         quoting.
6193         * configure: Regenerated.
6194
6195 2003-09-16  Joel Brobecker  <brobecker@gnat.com>
6196
6197         * MAINTAINERS (Write After Approval): Add myself to write after
6198         approval list.
6199
6200 2003-09-16  Dorit Naishlos  <dorit@il.ibm.com>
6201
6202         * MAINTAINERS (Write After Approval): Add myself.
6203
6204 2003-09-09  Ian Lance Taylor  <ian@wasabisystems.com>
6205
6206         * MAINTAINERS: Update my e-mail address.
6207
6208 2003-09-09  Alan Modra  <amodra@bigpond.net.au>
6209
6210         * libtool.m4 (LD): Correct powerpc64 host match.
6211
6212 2003-09-06  James E Wilson  <wilson@tuliptree.org>
6213
6214         * MAINTAINTERS: Update my affiliation and email address.
6215
6216 2003-09-06  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
6217
6218         * MAINTAINERS (Write After Approval): Add myself.
6219
6220 2003-09-04  DJ Delorie  <dj@redhat.com>
6221
6222         * configure: Regenerate.
6223
6224 2003-09-04  Robert Millan  <robertmh@gnu.org>
6225
6226         * configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu triplet.
6227
6228 2003-09-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6229
6230         * configure.in: Ensure arguments to sed are properly spaced.
6231         * configure: Regenerate.
6232
6233 2003-08-30  Gerald Pfeifer  <gerald@pfeifer.com>
6234
6235         * MAINTAINERS: Update my e-mail address.
6236
6237 2003-08-28  Mohan Embar  <gnustuff@thisiscool.com>
6238
6239         * MAINTAINERS (Write After Approval): Add myself.
6240
6241 2003-08-27  Daniel Jacobowitz  <drow@mvista.com>
6242
6243         * configure.in: Set RAW_CXX_FOR_TARGET if unset.
6244         * configure: Regenerated.
6245
6246 2003-08-23  Marek Michalkiewicz  <marekm@amelek.gda.pl>
6247
6248         * MAINTAINERS: Update my email address.
6249
6250 2003-08-23  Phil Edwards  <pme@gcc.gnu.org>
6251
6252         * configure.in:  Use newline instead of semicolon when assuming
6253         shell arguments in a for loop.
6254         * configure:  Regenerated.
6255
6256 2003-08-22  Jason Eckhardt  <jle@rice.edu>
6257
6258         * MAINTAINERS: Resurrect the i860 maintainer.
6259
6260 2003-08-20  Geoffrey Keating  <geoffk@apple.com>
6261
6262         PR 8180
6263         * configure.in: When testing with_libs and with_headers, treat
6264         'no' as unset.  Based on a patch by Dan Kegel <dank@kegel.com>.
6265         * configure: Regenerate.
6266
6267         * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS): Quote properly for
6268         make, shell, etc.
6269         (baseargs): Likewise.
6270         * configure: Regenerate.
6271
6272 2003-08-20  Bernardo Innocenti  <bernie@develer.com>
6273
6274         * MAINTAINERS (Write After Approval): Add myself.
6275
6276 2003-08-19  Geoffrey Keating  <geoffk@apple.com>
6277
6278         * configure.in: Disable libgcj for darwin not on powerpc.
6279         * configure: Rebuild.
6280
6281 2003-08-14  Alexandre Duret-Lutz  <adl@gnu.org>
6282
6283         * config-ml.in, symlink-tree: Add license.
6284
6285 2003-08-03  Richard Stallman  <rms@gnu.org>
6286             Eben Moglen  <moglen@columbia.edu>
6287
6288         * README.SCO: New file.
6289
6290 2003-08-01  Matt Kraai  <kraai@alumni.cmu.edu>
6291
6292         * Makefile.tpl (check, check-c++): Express dependencies using
6293         dependencies rather than commands.
6294         * Makefile.in: Regenerate.
6295
6296 2003-08-01  Andrew Cagney  <cagney@redhat.com>
6297
6298         * configure.in (noconfigdirs): Do not add GDB when m32r-*-*.
6299         * configure: Ditto.
6300
6301 2003-07-31  Geoffrey Keating  <geoffk@apple.com>
6302
6303         * Makefile.tpl (libsubdir): Use gcc instead of gcc-lib.
6304         * Makefile.in: Update.
6305
6306 2003-07-30  Andreas Tobler  <a.tobler@schweiz.ch>
6307
6308         * configure.in: Enable libgcj for darwin.
6309         * configure: Rebuild.
6310
6311 2003-07-29  Phil Edwards  <pme@gcc.gnu.org>
6312
6313         * config-ml.in:  Use ac_configure_args directly instead of
6314         ml_arguments.  Only set ml_norecursion if --no[-]recursion is
6315         actually seen.
6316
6317 2003-07-27  Nathanael Nerode  <neroden@gcc.gnu.org>
6318
6319         * Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' when
6320         creating target and build subdirs to build all parent dirs as needed.
6321         * Makefile.in: Rebuild.
6322         * configure.in: Don't build dirs explicitly here.
6323         * configure: Rebuild.
6324
6325 2003-07-26  Paul Brook  <paul@nowt.org>
6326
6327         * MAINTAINERS (fortran 95): Add myself, Steven Bosscher and Toon Moene.
6328
6329 2003-07-22  Alexandre Oliva  <aoliva@redhat.com>
6330
6331         * Makefile.tpl (all-make): Depend on intl.
6332         * Makefile.in: Rebuilt.
6333
6334 2003-07-20  Phil Edwards  <pme@gcc.gnu.org>
6335
6336         * install-sh:  Update to newer upstream versions (associated with
6337         aclocal 1.7).
6338         * mkinstalldirs:  Likewise.
6339         * missing:  Likewise, plus $1Help2man -> $1 typo fix.
6340
6341 2003-07-16  Andrew Pinski  <pinskia@gcc.gnu.org>
6342
6343         * MAINTAINERS: Move self from Bug database only accounts
6344         to write-after-approval.
6345
6346 2003-07-16  Nathanael Nerode  <neroden@gcc.gnu.org>
6347
6348         * config.if: Remove unused libc_interface determination.
6349
6350 2003-07-14  Nathanael Nerode  <neroden@gcc.gnu.org>
6351
6352         * MAINTAINERS: Move self from write-after-approval to
6353         build machinery (*.in).
6354
6355 2003-07-13  Nathanael Nerode  <neroden@gcc.gnu.org>
6356
6357         PR bootstrap/11273
6358         PR bootstrap/11408
6359         * Makefile.tpl: Set INSTALL and friends using autoconf.  Remove
6360         unused INSTALL_PROGRAM_ARGS.
6361         * configure.in: Use AC_PROG_INSTALL.
6362         * Makefile.in: Regenerate.
6363         * configure: Regenerate.
6364
6365 2003-07-13  Kazu Hirata  <kazu@cs.umass.edu>
6366
6367         * MAINTAINERS: Alphabetize.
6368
6369 2003-07-10  Alexandre Oliva  <aoliva@redhat.com>
6370
6371         * configure: Rebuilt.
6372         2001-09-26  Alexandre Oliva  <aoliva@redhat.com>
6373         * configure.in (noconfigdirs) [am33_2.0-*-linux*]: Don't build
6374         newlib nor libgloss.
6375         Wed May  9 10:07:19 2001  Alexandre Oliva  <aoliva@redhat.com>
6376         * configure.in (am33_2.0-*-linux*): Added.
6377
6378 2003-07-09  Bob Wilson  <bob.wilson@acm.org>
6379
6380         * configure.in: Add ${libgcj} to noconfigdirs for xtensa-*-* targets.
6381         * configure: Regenerate.
6382
6383 2003-07-07  Zack Weinberg  <zack@codesourcery.com>
6384
6385         * Makefile.tpl (configure-gcc): Depend on maybe-configure-intl.
6386         * Makefile.in: Regenerate.
6387
6388 2003-07-04  Zack Weinberg  <zack@codesourcery.com>
6389
6390         * Makefile.tpl (all-bootstrap): Depend on maybe-all-intl.
6391         * Makefile.in: Regenerate.
6392
6393 2003-07-04  H.J. Lu  <hongjiu.lu@intel.com>
6394
6395         * Makefile.tpl: Replace PWD with PWD_COMMAND.
6396         * Makefile.in: Regenerated.
6397
6398         * config-ml.in: Replace PWD with PWD_COMMAND.
6399
6400 2003-07-04  Zack Weinberg  <zack@codesourcery.com>
6401
6402         * intl: New directory; see intl/ChangeLog for details.
6403         * ABOUT-NLS, config.rpath: Import from gettext 0.12.1.
6404         * Makefile.tpl: all-gcc depends on maybe-all-intl.
6405         * Makefile.in: Regenerate.
6406
6407 2003-06-27  Nathanael Nerode  <neroden@gcc.gnu.org>
6408
6409         * configure.in: Clean up config-lang.in handling.  Delete
6410         useless assignment to "subdirs".
6411         * configure: Regenerate.
6412
6413 2003-06-26  Nathanael Nerode  <neroden@gcc.gnu.org>
6414
6415         * configure.in: Rename 'target_libs' to 'target_libraries'.
6416         Remove useless reference to 'target_libs'.
6417         * configure: Regenerate.
6418
6419 2003-06-23  Keith Seitz  <kseitz@sources.redhat.com>
6420
6421         * Makefile.tpl: Add maybe-configure-itcl to configure-gdb.
6422         * Makefile.in: Regenerate.
6423
6424 2003-06-23  Nathanael Nerode  <neroden@gcc.gnu.org>
6425
6426         * Makefile.def: Introduce flags_to_pass.
6427         * Makefile.tpl: Generate BASE_FLAGS_TO_PASS using it.
6428         * Makefile.in: Regenerate.
6429
6430 2003-06-23  Hans-Peter Nilsson  <hp@bitrange.com>
6431
6432         * configure.in (noconfigdirs) <cris-*-*>: Disable target-newlib
6433         and target-libgloss.
6434         <d30v-*-*, fr30-*-*, i960-*-*, m32r-*-*>: Disable gdb.
6435         <h8300*-*-*>: Disable libf2c and ${libgcj}.
6436         * configure: Regenerate.
6437
6438 2003-06-17  Benjamin Kosnik  <bkoz@redhat.com>
6439
6440         * configure.in: Update testsuite_flags to new location.
6441         * configure. Regenerate.
6442
6443 2003-06-18  Nathanael Nerode  <neroden@gcc.gnu.org>
6444
6445         * Makefile.tpl: Remove BUILD_CC stuff.
6446         * Makefile.in: Regenerate.
6447
6448 2003-06-17  Kazu Hirata  <kazu@cs.umass.edu>
6449
6450         * MAINTAINERS (Write After Approval): Remove Andrew Haley.
6451
6452 2003-06-16  Graeme Peterson  <gp@qnx.com>
6453
6454         * MAINTAINERS (Write After Approval): Add myself.
6455
6456 2003-06-14  H.J. Lu  <hongjiu.lu@intel.com>
6457
6458         * config.guess: Update to 2003-06-12 version.
6459         * config.sub: Update to 2003-06-13 version.
6460
6461 2003-06-12  H.J. Lu  <hongjiu.lu@intel.com>
6462
6463         * config.guess: Update to 2003-06-06 version.
6464         * config.sub: Update to 2003-06-06 version.
6465
6466 2003-06-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
6467
6468         * configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32.
6469         * configure. Regenerate.
6470
6471 2003-06-10  Nathanael Nerode  <neroden@gcc.gnu.org>
6472
6473         * configure.in: Disable serial configure by default.
6474         * configure: Regenerate.
6475         * Makefile.tpl: Abolish .NOTPARALLEL.
6476         * Makefile.in: Regenerate.
6477
6478         * Makefile.tpl: Replace {build,host,target}_canonical by
6479         {build,host,target}.
6480         * Makefile.in: Regenerate.
6481
6482         * Makefile.tpl: Fix stupid pasto.
6483         * Makefile.in: Regenerate.
6484
6485 2003-06-09  Nathanael Nerode  <neroden@gcc.gnu.org>
6486
6487         * Makefile.tpl: Remove bogus conditional.
6488         * Makefile.in: Regenerate.
6489
6490 2003-06-05  Jan Hubicka  <jh@suse.cz>
6491
6492         * Makefile.tpl (profiledbootstrap): New target.
6493         * Makefile.in (profiledbootstrap): New target.
6494
6495 2003-06-05  Wolfgang Bangerth  <bangerth@dealii.org>
6496
6497         * MAINTAINERS (Bugzilla only): Add Dara Hazeghi and Andrew
6498         Pinski. Remove user names from other bugzilla-only maintainers.
6499
6500 2003-06-03  Nathanael Nerode  <neroden@gcc.gnu.org>
6501
6502         * Makefile.tpl: Make 'recursive targets' using autogen rather
6503         than shell loop.  Remove duplicate 'clean' targets and false
6504         comments.
6505         * Makefile.def: Add systematic dependencies to 'recursive' targets.
6506         Add systematic method of specifying missing targets in subdirs.
6507         Add copyright boilerplate.
6508         * Makefile.in: Regenerate.
6509         * configure.in: Add 'recursive targets' to maybe list.
6510         * configure: Regenerate.
6511
6512         * MAINTAINERS: "GNATS only" -> "Bug database only".
6513
6514         * Makefile.tpl: Rename [+target+] to [+make_target+].
6515         * Makefile.def: Rename 'target' to 'make_target'.
6516
6517 2003-05-31  Neil Booth  <neil@daikokuya.co.uk>
6518
6519         * MAINTAINERS: Add self as options handling maintainer.
6520
6521 2003-05-28  Michael Meissner  <gnu@the-meissners.org>
6522
6523         * MAINTAINERS: Remove myself as m32r/v850 maintainer, since it has
6524         been too long since I touched those ports.
6525
6526 2003-05-28  DJ Delorie  <dj@redhat.com>
6527
6528         * Makefile.tpl: Make maybe-check-gcc .PHONY.
6529         * Makefile.in: Regenerate.
6530
6531 2003-05-21  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
6532
6533         * configure.in: Use curly braces in the definition of tooldir.
6534         * configure: Regenerate.
6535
6536 2003-05-21  DJ Delorie  <dj@redhat.com>
6537
6538         * Makefile.tpl (configure-target-libiberty): Depend only on gcc, not
6539         newlib or libgloss.
6540         * Makefile.in: Regenerate.
6541
6542 2003-05-21  DJ Delorie  <dj@redhat.com>
6543
6544         * Makefile.tpl: Add missing empty maybe-check-gcc target.
6545         * Makefile.in: Regenerate.
6546
6547 2003-05-20  Ian Lance Taylor  <ian@airs.com>
6548
6549         * MAINTAINERS: Update my e-mail address.
6550
6551 2003-05-19  Nathanael Nerode  <neroden@gcc.gnu.org>
6552
6553         * configure.in: Switch more things to use maybe dependencies.
6554         * Makefile.tpl: Switch more things to use maybe dependencies.
6555         Factor out common code from autogen IF statements.
6556         * configure: Regenerate.
6557         * Makefile.in: Regenerate.
6558
6559 2003-05-14  Kelley Cook  <kelleycook@wideopenwest.com>
6560
6561         * configure.in: Accept i[3456789]86 for machine type.
6562         * configure: Regenerate.
6563
6564 2003-05-18  Nathanael Nerode  <neroden@gcc.gnu.org>
6565
6566         * configure.in: Switch more things to use maybe dependencies.
6567         Rearrange a little.  Use GCC_TOPLEV_SUBDIRS.
6568         * configure: Regenerate.
6569         * Makefile.tpl: Switch more things to use maybe dependencies.
6570         * Makefile.in: Regenerate.
6571
6572 2003-05-16  Andreas Schwab  <schwab@suse.de>
6573
6574         * Makefile.tpl (install-opcodes): Define.
6575         * Makefile.in: Rebuild.
6576
6577 2003-05-13  Andreas Jaeger  <aj@suse.de>
6578
6579         * config.guess: Update to 2003-05-09 version.
6580         * config.sub: Update to 2003-05-09 version.
6581
6582 2003-05-13  Michael Eager  <eager@mvista.com>
6583
6584         * configure.in: Correct sed script so that options in quotes are not
6585         deleted.
6586         * configure: Rebuild.
6587
6588 2003-05-12  Corinna Vinschen  <corinna@vinschen.de>
6589
6590         * configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin
6591         and $$s/newlib/libc/sys/cygwin32 include paths.
6592         * configure: Ditto.
6593
6594 2003-05-12  Michael Meissner  <gnu@the-meissners.org>
6595
6596         * MAINTAINERS: Update my email addresses.
6597
6598 2003-05-06  Eric Botcazou  <ebotcazou@libertysurf.fr>
6599
6600         * config-ml.in: Propagate INSTALL variables.
6601
6602 2003-05-04  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
6603
6604         * MAINTAINERS: Remove duplicate entries in Write After Approval.
6605
6606 2003-05-02  Chris Demetriou  <cgd@broadcom.com>
6607
6608         * Makefile.tpl: Require "makeinfo" from texinfo 4.2 or later.
6609         * Makefile.in: Regenerate.
6610
6611 2003-05-02  Wolfgang Bangerth  <bangerth@dealii.org>
6612
6613         * MAINTAINERS (GNATS only): Add Falk Hueffner.
6614
6615 2003-04-30  Wolfgang Bangerth  <bangerth@dealii.org>
6616
6617         * MAINTAINERS (GNATS only): Add Giovanni Bajo.
6618
6619 2003-04-27  Daniel Jacobowitz  <drow@mvista.com>
6620
6621         * Makefile.tpl: Clean $(BUILD_SUBDIR).
6622         * Makefile.in: Regenerated.
6623
6624 2003-04-25  Wolfgang Bangerth  <bangerth@dealii.org>
6625
6626         * MAINTAINERS (Write After Approval): Upgrade myself from
6627         GNATS only to write-after-approval. Update my mail address.
6628
6629 2003-04-25  Loren J. Rittle  <ljrittle@acm.org>
6630
6631         (OS Port Maintainers: freebsd): Add myself.
6632
6633 2003-04-22  Mark Mitchell  <mark@codesourcery.com>
6634
6635         * MAINTAINERS (java): Remove Alexandre Petit-Bianco.
6636
6637 2003-04-22  Kean Johnston  <jkj@sco.com>
6638
6639         * MAINTAINERS (SCO ports): Added myself.
6640
6641 2003-04-21  Nathan Sidwell  <nathan@codesourcery.com>
6642
6643         * MAINTAINERS (gcov): Add myself and Jan Hubicka.
6644
6645 2003-04-19  Kean Johnston  <jkj@sco.com>
6646
6647         * MAINTAINERS (Write After Approval): Add myself.
6648
6649 2003-04-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
6650
6651         * Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.
6652         * Makefile.in: Regenerate.
6653
6654 2003-04-18  Jakub Jelinek  <jakub@redhat.com>
6655
6656         * configure.in (powerpc64*-*-linux*): Remove.
6657         * configure: Rebuilt.
6658
6659 2003-04-17  Phil Edwards  <pme@gcc.gnu.org>
6660
6661         * Makefile.tpl (GCC_STRAP_TARGETS):  New variable containing all the
6662         previous bootstrap targets, plus bubblestrap, quickstrap, cleanstrap,
6663         and restrap.
6664         * Makefile.in:  Regenerate.
6665
6666 2003-04-16  Richard Earnshaw  <rearnsha@arm.com>
6667
6668         * configure.in (arm-*-netbsdelf*): Enable building java libraries.
6669         * configure: Regenerated.
6670
6671 2003-04-15  DJ Delorie  <dj@redhat.com>
6672
6673         * MAINTAINERS: Remove myself as windows/cygwin/mingw maintainer.
6674
6675 2003-04-13  Nick Clifton  <nickc@redhat.com>
6676
6677         * config-ml.in: Remove support for --disable-aix removing
6678         call-aix multilibs.
6679
6680 2003-04-10  Alexandre Oliva  <aoliva@redhat.com>
6681
6682         * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.
6683         * */configure: Rebuilt.
6684
6685 2003-04-08  Joel Sherrill  <joel@oarcorp.com>
6686
6687         * MAINTAINERS: Add my email address.
6688
6689 2003-03-17  Olivier Hainque  <hainque@act-europe.fr>
6690
6691         * MAINTAINERS (Write After Approval): Add myself.
6692
6693 2003-03-14  Nathanael Nerode  <neroden@gcc.gnu.org>
6694
6695         * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES back down.
6696         * Makefile.in: Regenerate.
6697
6698 2003-03-14  Michael Chastain  <mec@shout.net>
6699
6700         * Makefile.in: Regenerate with correct Makefile.def.
6701
6702 2003-03-12  Nathanael Nerode  <neroden@gcc.gnu.org>
6703
6704         * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up.  Delete unused
6705         Make macro.
6706         * Makefile.in: Regenerate.
6707         * configure.in: Clean up gxx_include_dir logic.
6708         * configure: Regenerate.
6709
6710 2003-03-12  Ansgar Esztermann  <ansgar@thphy.uni-duesseldorf.de>
6711
6712         * MAINTAINERS (Write After Approval): Add myself.
6713
6714 2003-03-10  Ben Elliston  <bje@wasabisystems.com>
6715
6716         * MAINTAINERS: Update my mail address.
6717
6718 2003-03-09  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
6719
6720         * configure.in (gxx_include_dir): Fix typo.
6721         * configure: Regenerated.
6722
6723 2003-03-04  Nathanael Nerode  <neroden@gcc.gnu.org>
6724
6725         * Makefile.tpl: Reindent.
6726         * Makefile.in: Regenerate.
6727         * configure.in: Reindent.  Don't set unused variables.
6728         * configure: Regenerate.
6729
6730 2003-03-04  Daniel Jacobowitz  <drow@mvista.com>
6731
6732         * configure.in: Include $(build_tooldir)/sys-include in
6733         FLAGS_FOR_TARGET.
6734         * configure: Regenerated.
6735
6736 2003-03-04  Nathanael Nerode  <neroden@gcc.gnu.org>
6737
6738         * Makefile.tpl: Always pass down RANLIB.
6739         * Makefile.in: Regenerate.
6740
6741         * Makefile.tpl: Don't set unused enable_shared, enable_threads macros.
6742         * Makefile.in: Regenerate.
6743         * configure.in: Remove unused logic relating to --enable-shared
6744         and --enable-threads.  Remove bogus comments.  Remove redundant
6745         noconfigdirs.
6746         * configure: Regenerate.
6747
6748         * configure.in: Replace ${libstdcxx_version} by its value.
6749         Remove reference to mh-dgux.
6750         * configure: Regenerate.
6751
6752 2003-03-03  Kevin Buettner  <kevinb@redhat.com>
6753
6754         * MAINTAINERS (Write After Approval): Add myself.
6755
6756 2003-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
6757
6758         * Makefile.tpl: Rearrange.
6759         * Makefile.in: Regenerate.
6760
6761 2003-02-25  Uwe Stieber  <uwe@wwws.de>
6762
6763         * configure.in: Add support for kaOS as cross build target system.
6764         * configure: Regenerated.
6765
6766 2003-02-24  Steven Bosscher  <steven@gcc.gnu.org>
6767
6768         * MAINTAINERS (Write after approval): Add myself.
6769
6770 2003-02-21  James E Wilson  <wilson@tuliptree.org>
6771
6772         * MAINTAINERS: Update my email address.
6773
6774 2003-02-21  Zack Weinberg  <zack@codesourcery.com>
6775
6776         * MAINTAINERS: Add self to blanket write privs. section.
6777
6778 2003-02-20  Sean McNeil  <sean@blue.mcneil.com>
6779
6780         * Makefile.tpl: Add definition of CPPFLAGS to pass into
6781         configure-target-* as some target builds may require additional
6782         flags for preprocessor tests.
6783         * Makefile.in: Regenerated.
6784
6785 2003-02-19  Alexandre Oliva  <aoliva@redhat.com>
6786
6787         * libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld.
6788         * ltconfig: Handle it.
6789         * ltcf-cxx.sh: Use with_gnu_ld passed as a shell variable instead of
6790         auto-detecting it.
6791
6792         * ltcf-cxx.sh: Replace $linker_flags with $compiler_flags wherever
6793         it is used as argument to $CC.
6794         * ltcf-gcj.sh: Likewise.
6795
6796         * configure.in: Introduce --enable-maintainer-mode.
6797         * configure: Rebuilt.
6798         * Makefile.tpl (Makefile.in, configure): Enable dependencies only
6799         for maintainer mode.
6800         * Makefile.in: Rebuilt.
6801
6802 2003-02-18  Jason Merrill  <jason@redhat.com>
6803
6804         * Makefile.tpl (check-c++): Allow parallelism.
6805
6806 2003-02-16  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
6807
6808         * MAINTAINERS: Remove John Carr (who never actually had access to
6809         gcc.gnu.org).
6810
6811 2003-02-15  Geoffrey Keating  <geoffk@apple.com>
6812
6813         * configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*,
6814         don't configure target-libobjc.
6815         * configure: Regenerate.
6816
6817 2003-02-14  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
6818
6819         * Makefile.tpl (RANLIB): Define.
6820         * Makefile.in: Regenerate.
6821
6822 2003-02-08  Laurynas Biveinis  <laurynas.biveinis@mif.vu.lt>
6823
6824         * MAINTAINERS: Update my email.
6825
6826 2003-02-06  Keith R Seitz  <keiths@redhat.com>
6827
6828         * Makefile.def: Remove "snavigator", "grep", and "db" modules.
6829         * Makefile.tpl: Remove "all-snavigator" and "all-grep".
6830         * Makefile.in: Regenerated.
6831         * configure.in: Remove all traces of snavigator, db, and grep.
6832         * configure: Regenerated.
6833
6834 2003-02-06  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
6835
6836         * MAINTAINERS: Remove duplicate entry for Bernd Schmidt from Write
6837         After Approval.
6838
6839 2003-02-02  Christian Cornelssen  <ccorn@cs.tu-berlin.de>
6840
6841         * MAINTAINERS (Write after approval): Add myself.
6842
6843 2003-01-31  Frank Ch. Eigler  <fche@redhat.com>
6844
6845         * Makefile.tpl (all-sid): Add libiberty/bfd/opcodes dependencies.
6846         * Makefile.in: Regenerated.
6847
6848 2003-01-30  Roger Sayle  <roger@eyesopen.com>
6849
6850         * config.guess: Updated to 2003-01-30's version.
6851         * config.sub: Updated to 2003-01-28's version.
6852
6853 2003-01-30  Alexandre Oliva  <aoliva@redhat.com>
6854
6855         * config.if: If gcc_version is already set, just use it.  Don't set
6856         gcc_version_trigger if it's already set, otherwise set it to
6857         gcc/version.c, but only if the file exists.  If it is not set and
6858         gcc/version.c does not exist, try to extract the version number from
6859         $CC.
6860
6861 2003-01-29  Andreas Tobler  <a.tobler@schweiz.ch>
6862
6863         * MAINTAINERS: Add myself to write-after-approval list.
6864
6865 2003-01-27  Phil Edwards  <pme@gcc.gnu.org>
6866
6867         * configure.in:  Revert 24Jan change.
6868         * configure:  Regenerate.
6869
6870 2003-01-25  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
6871
6872         * MAINTAINERS: Remove incorrect entry for Paul Eggert.  Fix
6873         entry of HJ Lu.
6874
6875 2003-01-23  Nathanael Nerode  <neroden@gcc.gnu.org>
6876
6877         * configure.in: Revert previous change.
6878         * configure: Regenerate.
6879
6880 2003-01-23  Nathanael Nerode  <neroden@gcc.gnu.org>
6881
6882         * configure.in: Make rda native-only.
6883         * configure: Regenerate.
6884
6885 2003-01-22  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
6886
6887         * MAINTAINERS: Move myself from GNATS-only-accounts to
6888         write-after-approval.
6889
6890 2003-01-19  Nathanael Nerode  <neroden@gcc.gnu.org>
6891
6892         * configure.in: Add missing \.
6893         * configure: Rebuilt.
6894
6895 2003-01-17  Jakub Jelinek  <jakub@redhat.com>
6896
6897         * configure.in (baseargs): Avoid using \| in sed regular
6898         expressions.
6899         * configure: Rebuilt.
6900
6901 2003-01-16  Jakub Jelinek  <jakub@redhat.com>
6902
6903         * configure.in (baseargs): Remove all supported forms of
6904         --cache-file, --srcdir, --host, --build and --target options
6905         from argument lists.
6906         * configure: Rebuilt.
6907
6908 2003-01-15  Josef Zlomek  <zlomekj@suse.cz>
6909
6910         * MAINTAINERS: Add myself to write-after-approval list.
6911
6912 2003-01-15  Alexandre Oliva  <aoliva@redhat.com>
6913
6914         * configure.in (noconfigdirs): Don't skip gas on IRIX 6.
6915         * configure: Rebuilt.
6916
6917 2003-01-09  Nathanael Nerode  <neroden@gcc.gnu.org>
6918
6919         * configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.
6920         * Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc.
6921         * Makefile.in: Regenerate.
6922         * configure: Regenerate.
6923
6924 2003-01-09  Alexandre Oliva  <aoliva@redhat.com>
6925
6926         * configure.in: Remove Makefile in build, host and target modules
6927         unless configure was run with --no-recursion.
6928         * configure: Rebuilt.
6929
6930 2003-01-09  Christian Cornelssen  <ccorn@cs.tu-berlin.de>
6931
6932         * Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR.
6933         (install-info, dir.info): Prepend $(DESTDIR) to $(infodir).
6934         * Makefile.in: Regenerate.
6935
6936 2003-01-08  Chris Demetriou  <cgd@broadcom.com>
6937
6938         * config.guess: Update to 2003-01-03 version.
6939         * config.sub: Update to 2003-01-03 version.
6940
6941 2003-01-07  Christopher Faylor  <cgf@redhat.com>
6942
6943         * configure: Regenerate with proper autoconf 2.13.
6944
6945 2003-01-07  Christopher Faylor  <cgf@redhat.com>
6946
6947         * configure.in: Add AC_PREREQ for consistency.
6948         * configure: Regenerate.
6949
6950 2003-01-06  Andrew Cagney  <ac131313@redhat.com>
6951
6952         * configure.in (GDB_TK): Add tcl directories conditional on
6953         gdb/gdbtk directory being present.
6954         * configure: Regenerate.
6955
6956 2003-01-04  John David Anglin  <dave.anglin@nrc.ca>
6957
6958         * configure.in (LD): Improve test for gcc.  Try to set LD to the ld
6959         used by gcc if LD is not defined and we are not doing a Canadian Cross.
6960         * configure: Rebuilt.
6961
6962 2002-12-31  Tom Tromey  <tromey@redhat.com>
6963
6964         * Makefile.in: Rebuilt.
6965         * Makefile.def (target_modules) [libffi]: Allow installation.
6966
6967 2002-12-31  Andreas Schwab  <schwab@suse.de>
6968
6969         * configure.in: Fix use of $program_transform_name.
6970         * configure: Regenerated.
6971
6972 2002-12-30  Daniel Jacobowitz  <drow@mvista.com>
6973
6974         * configure.in (baseargs): Don't remove first configure argument.
6975         * configure: Regenerated.
6976
6977 2002-12-29  Alexandre Oliva  <aoliva@redhat.com>
6978
6979         * Makefile.tpl (local-distclean): Don't remove...
6980         (multilib.ts): ... this.  Moved into...
6981         (multilib.out): ... this.  Don't use sub-make.
6982         ($(BUILD_SUBDIR)/[+module+]/Makefile, [+module+]/Makefile,
6983         $(TARGET_SUBDIR)/[+module+]/Makefile, gcc/Makefile): Moved into...
6984         (configure-build-[+module+], configure-[+module+],
6985         configure-target-[+module+], configure-gcc): ... these.  Test
6986         for Makefile existence.  Drop config.status from dependencies.
6987         * Makefile.in: Rebuilt.
6988         * configure.in: Move gcc-version-trigger to the end of
6989         ac_configure_args.  Add comments to maybedep.tmp and
6990         serdep.tmp.  Introduce --disable-serial-configure.  Remove
6991         nonopt from baseargs, matching and removing corresponding
6992         whitespace while at it.
6993         * configure: Rebuilt.
6994
6995 2002-12-28  Alexandre Oliva  <aoliva@redhat.com>
6996
6997         * configure.in (host_configargs): Replace reference to
6998         no-longer-defined buildopts with --build=${build_alias}.
6999         * configure: Rebuilt.
7000
7001         * Makefile.tpl ($(NOTPARALLEL)): Move to the end.  Bring uses of
7002         program_transform_name to standard idiom.
7003         (AUTOGEN, AUTOCONF): Define.
7004         (Makefile.in): Use $(AUTOGEN).
7005         (Makefile): Depend on config.status, and use autoconf-style rule to
7006         build it.  Move original commands to...
7007         (config.status): ... this new target.
7008         (configure): Add $(srcdir).  Depend on config/acx.m4.  Use
7009         $(AUTOCONF).
7010         * Makefile.in: Rebuilt.
7011
7012 2002-12-28  Nathanael Nerode  <neroden@gcc.gnu.org>
7013
7014         * Makefile.tpl: Fix dramatic bustage due to change in
7015         program_transform_name.
7016         * Makefile.in: Regenerate.
7017
7018         * configure.in: Remove unnecessary PATH setting.
7019         * configure: Regnerate.
7020
7021         * configure.in: Don't default to unprefixed tools unless
7022         the native tools will work.
7023         * configure: Regenerate.
7024
7025         * configure.in: Convert to autoconf script.  Blow away lots
7026         of now-redundant Makefile fragments.
7027         * configure: Generate using Autoconf.
7028         * Makefile.tpl: Rewrite to reflect autoconfiscation.
7029         * Makefile.in: Regenerate.
7030
7031 2002-12-27  Nathanael Nerode  <neroden@gcc.gnu.org>
7032
7033         * configure: Fix stupid bug where RANLIB was mistakenly included.
7034
7035         * configure.in: Rename (buildargs, hostargs, targargs) to
7036         (build_configargs, host_configargs, target_configargs).
7037
7038         * configure.in: Move logic out of sed statement.
7039
7040         * configure: Remove unneeded 'export's.  Make CC_FOR_TARGET,
7041         CXX_FOR_TARGET, GCJ_FOR_TARGET substituted in configure.in only.
7042
7043 2002-12-25  Svein E. Seldal  <Svein.Seldal@solidas.com>
7044
7045         * config.sub: Import from master repository
7046         * config.guess: Ditto
7047
7048 2002-12-24  Andreas Schwab  <schwab@suse.de>
7049
7050         * Makefile.tpl (multilib.out): Fix missing space.
7051         * Makefile.in: Regenerate.
7052
7053 2002-12-23  Nathanael Nerode  <neroden@gcc.gnu.org>
7054
7055         * Makefile.tpl: Use shared multilib.out.  Use move-if-change for it.
7056         Convert (cd foo; make) to (cd foo && make).  Clean up multilib.out.
7057         * Makefile.in: Regenerate.
7058         * configure.in: Remove unnecessary leftovers.
7059
7060 2002-12-21  Geoffrey Keating  <geoffk@apple.com>
7061
7062         * configure.in (extra_ranlibflags_for_target): New variable.
7063         (*-*-darwin): Add -c to ranlib commands.
7064         * configure (tooldir): Handle extra_ranlibflags_for_target.
7065
7066 2002-12-19  Nathanael Nerode  <neroden@gcc.gnu.org>
7067
7068         * Makefile.tpl: Revert HJL's change.
7069         * Makefile.in: Regenerated.
7070         * configure.in: Put build_prefix before $(BUILD_SUBDIR) here, and
7071         always.
7072
7073 2002-12-19  Andreas Schwab  <schwab@suse.de>
7074
7075         * Makefile.tpl, configure.in: Substitute libstdcxx_incdir.
7076         * Makefile.in: Regenerate.
7077
7078 2002-12-18  H.J. Lu  <hjl@gnu.org>
7079
7080         * Makefile.tpl: Add @build_prefix@ before $(BUILD_SUBDIR).
7081         * Makefile.in: Regenerated.
7082
7083         * configure.in (build_prefix): New. Substitute.
7084
7085 2002-12-18  Nathanael Nerode  <neroden@gcc.gnu.org>
7086
7087         * Makefile.tpl: Don't let real targets depend on phony targets.
7088         * Makefile.in: Regenerate.
7089
7090         * Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo.
7091         * Makefile.in: Regenerate.
7092
7093 2002-12-17  Svein E. Seldal  <Svein.Seldal@solidas.com>
7094
7095         * config.sub: Import from master repository
7096         * config.guess: Ditto
7097
7098 2002-12-16  Jason Merrill  <jason@redhat.com>
7099
7100         * Makefile.tpl (all-gcc): Use 'make quickstrap' if there was a
7101         previous 'make bootstrap'.
7102         * Makefile.in: Regenerate.
7103
7104 2002-12-17  Hans-Peter Nilsson  <hp@bitrange.com>
7105
7106         * configure.in (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb.
7107
7108 2002-12-13  Nathanael Nerode  <neroden@gcc.gnu.org>
7109
7110         * configure.in, Makefile.tpl, Makefile.def: Remove tclX.
7111         * Makefile.in: Regenerate.
7112
7113 2002-12-13  Jason Merrill  <jason@redhat.com>
7114
7115         * Makefile.tpl (check-gcc-c++): Renamed from check-c++.  Don't run
7116         library tests.
7117         (check-c++): Just depend on it and check-target-libstdc++-v3.
7118         * Makefile.in: Regenerate.
7119
7120 2002-12-12  Alexandre Oliva  <aoliva@redhat.com>
7121
7122         * Makefile.tpl (configure-target-rda): Depend on $(ALL_GCC_C).
7123         * Makefile.in: Rebuilt.
7124
7125 2002-12-12  Alexandre Oliva  <aoliva@redhat.com>
7126
7127         * Makefile.in (configure-target-rda): Depend on ALL_GCC_C.
7128
7129 2002-12-10  Nathanael Nerode  <neroden@gcc.gnu.org>
7130
7131         * configure: Fix bug put in by gremlins.
7132
7133         * Makefile.tpl: Substitute more autoconfily.
7134         * configure: Substitute more autoconfily.
7135         * Makefile.in: Regenerate.
7136
7137 2002-12-09  Svein E. Seldal  <Svein.Seldal@solidas.com>
7138
7139         * config.sub: Import from master repository
7140         * config.guess: Ditto
7141         * MAINTAINERS: Added Svein Seldal under write after approval
7142
7143 2002-12-08  Andrew Cagney  <ac131313@redhat.com>
7144
7145         * Makefile.tpl (all-sim): Depend on maybe-configure-gdb.
7146         * Makefile.in (all-sim): Ditto.
7147
7148 2002-12-06  DJ Delorie  <dj@redhat.com>
7149
7150         * Makefile.tpl: Change configure dependencies to not have real
7151         targets depend on phony targets.
7152
7153 2002-12-05  Nathanael Nerode  <neroden@gcc.gnu.org>
7154
7155         * configure.in: Revert unintentional change.
7156
7157         * Makefile.tpl: Change dependency for */multilib.out so that
7158         it works when gcc isn't in the tree.
7159
7160         * configure.in: Substitute more.
7161         * configure: Run subconfigures from the Makefile.
7162         * Makefile.tpl: Run subconfigures from the Makefile; add a few
7163         convenience targets.  Make sure gcc isn't rebuilt after bootstrap.
7164
7165 2002-12-05  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
7166
7167         * MAINTAINERS: Add Christian Ehrhardt under "GNATS only".
7168
7169 2002-12-03  Nathanael Nerode  <neroden@gcc.gnu.org>
7170
7171         * Makefile.tpl: Add targets for configuring host subdirs in Makefile,
7172         and corresponding dependencies.
7173         * Makefile.in: Regenerate.
7174
7175         * configure.in (host_tools): Order binutils, gas and ld for
7176         convenience in running the testsuites.
7177
7178         * Makefile.tpl: Introduce rules to serialize subconfigure runs.
7179         * Makefile.in: Regenerate.
7180         * configure.in: Introduce rules to serialize subconfigure runs.
7181
7182         * configure.in: Introduce BASE_CC_FOR_TARGET.
7183         * Makefile.tpl: Reorganize and comment.  Introduce HOST_CONFIGARGS.
7184         Realize configure-build-* targets.  Realize configure-target-* targets.
7185         * Makefile.in: Regenerate.
7186
7187 2002-12-02  Nathanael Nerode  <neroden@gcc.gnu.org>
7188
7189         * configure: Move gcc_version_trigger stuff from here...
7190         * configure.in: ...to here.
7191
7192         * configure.in: Separate subconfigure options added by this file from
7193         options given by the user.  Add machinery to put args for host
7194         subconfigures into the Makefile.
7195
7196         * Makefile.tpl: Remove 'vault' targets.
7197         * Makefile.tpl: Reorder and comment dependencies.
7198         * Makefile.in: Regenerate.
7199
7200 2002-12-01  Nathanael Nerode  <neroden@gcc.gnu.org>
7201         * configure.in: Fix my broken commit of previous patch. (sigh)
7202
7203 2002-11-28  Geoffrey Keating  <geoffk@apple.com>
7204
7205         * configure.in: Move host-specific darwin noconfigdirs into
7206         the host-specific section.
7207
7208 2002-11-28  Geoffrey Keating  <geoffk@apple.com>
7209
7210         * configure.in: Move host-specific darwin noconfigdirs into
7211         the host-specific section.
7212
7213 2002-11-26  Nathanael Nerode  <neroden@gcc.gnu.org>
7214
7215         * configure: Remove skip-this-dir support.
7216         * Makefile.tpl: Remove skip-this-dir support.
7217
7218         * Makefile.tpl: Remove leftover support for non-autoconfiscated
7219         subdirectories.
7220         * Makefile.in: Regenerate.
7221
7222         * Makefile.tpl: Strip out useless setting of 'dir'.
7223         * Makefile.in: Regenerate.
7224
7225 2002-11-22  Nathanael Nerode  <neroden@gcc.gnu.org>
7226
7227         * configure.in: Fix deeply stupid bug.
7228
7229         * configure.in: Introduce RAW_CXX_FOR_TARGET and simplify embedded
7230         shell code in CXX_FOR_TARGET
7231         * Makefile.def: Introduce raw_cxx.
7232         * Makefile.tpl: Use raw_cxx to select between CXX_FOR_TARGET and
7233         RAW_CXX_FOR_TARGET.
7234         * Makefile.in: Regenerate.
7235
7236 2002-11-21  Nathanael Nerode  <neroden@gcc.gnu.org>
7237
7238         * Makefile.tpl: Remove unnecessary ifs.
7239         * Makefile.in: Regenerate.
7240
7241         * Makefile.tpl: Implement soft dependency machinery.  Maybe-ize
7242         dependencies.  Maybe-ize build-libiberty.  Create dummy install
7243         targets for 'no_install' modules.
7244         * configure: Move GDB_TK substitution to configure.in.  Move
7245         build_modules stuff to configure.in.
7246         * configure.in: Implement soft dependency machinery.  Maybe-ize
7247         GDB_TK, rearrange slightly.  Move build_modules stuff from configure.
7248         * Makefile.in: Regenerate.
7249
7250 2002-11-19  Nathanael Nerode  <neroden@gcc.gnu.org>
7251
7252         * Makefile.tpl: Make all-target, install-target behave similarly
7253         to all, install (only hitting configured targets).  Eliminate
7254         unused macro defintions.
7255
7256         * Makefile.tpl: Add all-gcc: all-build-libiberty dependency when
7257         build != host.
7258
7259         * Makefile.tpl: Add all-gcc: all-libiberty dependency.
7260
7261         * ltcf-c.sh, ltcf-gcj.sh, Makefile.tpl: Correct BUILD/HOST confusion.
7262
7263         * configure.in: Produce lists of subdir targets we're actually
7264         configuring.  Remove references to "dosrel".
7265         * Makefile.tpl: Let configure set which subdir targets are hit.
7266         Remove install-cross; clean up install; remove ALL.  Remove
7267         references to "dosrel".  Remove "EXTRA_TARGET_HOST" hackery.
7268         Autogenerate host module targets.  Remove empty dependency lines
7269         and redundant dependency; rearrange slightly.
7270         * Makefile.def: Add host-side libtermcap, utils.
7271
7272         * Makefile.in: Regenerate.
7273
7274 2002-11-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
7275
7276         * ltconfig (osf[345]): Append $major to soname_spec.
7277         Reflect this in library_names_spec.
7278         * ltmain.sh (osf): Prefix $major with . for use as extension.
7279
7280 2002-11-19  Andreas Jaeger  <aj@suse.de>
7281
7282         * libtool.m4 (libtool_flags): Add patch from libtool CVS: Support
7283         linking of 32-bit libraries with ld on the x86-64, ppc64, s390x
7284         and sparc64 GNU/Linux systems.
7285
7286 2002-11-19  Nathan Sidwell  <nathan@codesourcery.com>
7287
7288         * MAINTAINERS: Update email.
7289
7290 2002-11-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
7291
7292         * MAINTAINERS: Complete James Dennett's entry.
7293
7294 2002-11-15  Eric Botcazou  <ebotcazou@libertysurf.fr>
7295
7296         * MAINTAINERS (Write After Approval): Add myself.
7297
7298 2002-11-13  Bruce Korb  <bkorb@gnu.org>
7299
7300         * Makefile.tpl: syntactic cleanup
7301
7302 2002-11-13  Stuart Hastings  <stuart@apple.com>
7303
7304         * MAINTAINERS: Add myself to write-after-approval list.
7305
7306 2002-11-12  Nathanael Nerode  <neroden@gcc.gnu.org>
7307
7308         * Makefile.def: Add list of recursive targets to autogenerate.
7309         Add build_modules.
7310         * Makefile.tpl: Autogenerate do-* targets.  Autogenerate *-target-*
7311         targets.  Autogenerate *-build-* targets.
7312         * Makefile.in: Regenerate.
7313
7314 2002-11-12  Nathanael Nerode  <neroden@gcc.gnu.org>
7315
7316         * configure: More autoconf-style substitutions.
7317         * Makefile.tpl: More autoconf-style substitutions.
7318         * Makefile.in: Regenerate.
7319
7320 2002-11-11  Nathanael Nerode  <neroden@gcc.gnu.org>
7321
7322         * configure: Substitute more variables in a more autoconf-friendly
7323         way.  Simplify slightly.
7324         * Makefile.tpl: Make more variables substitutable in an
7325         autoconf-friendly way.
7326         * Makefile.in: Regenerate.
7327
7328 2002-11-11  Jonathan Wakely  <redi@gcc.gnu.org>
7329
7330         * MAINTAINERS (Write After Approval): Add myself.
7331
7332 2002-11-10  Nathanael Nerode  <neroden@gcc.gnu.org>
7333
7334         * configure.in (v810*): Remove special setting of tools.
7335
7336         * configure: Add support for extra required flags for ar or nm.
7337         * configure.in (aix4.3+): Use above support for target-specific
7338         issues, rather than using config/mt-aix43.
7339
7340 2002-11-09  Nathanael Nerode  <neroden@gcc.gnu.org>
7341
7342         * configure: Remove 'removing', which doesn't work.  Replace $subdir
7343         with . everywhere.  Replace $subdirs with ''.  Replace $makesrcdir
7344         with $srcdir.  Reformat indentation.  Substitute some variables
7345         formerly hard-coded in the Makefile for build=host.
7346         * Makefile.tpl: Autogenerate more; make more autoconf-friendly.
7347         * Makefile.def: Autogenerate more.
7348         * Makefile.in: Regenerate.
7349
7350 2002-11-04  Adam Nemet  <anemet@lnxw.com>
7351
7352         * MAINTAINERS (Write After Approval): Add myself.
7353
7354 2002-11-04  Kevin Buettner  <kevinb@redhat.com>
7355
7356         * Makefile.def (host_modules): Add rda.
7357         * Makefile.in: Regenerate.
7358         * configure.in (target_tool): Add target-rda to list.
7359
7360 2002-10-28  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
7361
7362         * MAINTAINERS: Remove "co-maintainer" note for web pages.
7363
7364 2002-10-25  Phil Edwards  <pme@gcc.gnu.org>
7365
7366         * Makefile.tpl (bootstrap):  Add bubblestrap, quickstrap, cleanstrap,
7367         and restrap targets to this rule.
7368         * Makefile.in:  Regenerate.
7369
7370 2002-10-25  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
7371
7372         * MAINTAINERS: Add Wolfgang Bangerth and Volker Reichelt under
7373         GNATS only accounts.
7374
7375 2002-10-24  Hans-Peter Nilsson  <hp@bitrange.com>
7376
7377         * configure.in (i[3456]86-*-linux*): Add check to disable
7378         ${libgcj} for glibc1.
7379
7380 2002-10-24  Denis Chertykov  <denisc@overta.ru>
7381
7382         * MAINTAINERS: Add myself as ip2k port maintainer.
7383
7384 2002-10-07  Svein E. Seldal  <Svein.Seldal@solidas.com>
7385
7386         * configure.in: Add tic4x target.
7387
7388 2002-10-03  Nathanael Nerode  <neroden@gcc.gnu.org>
7389
7390         * Makefile.tpl: Make SET_LIB_PATH substitution more autoconfy.
7391         * configure.in: Make SET_LIB_PATH substitution more autoconfy.
7392         * Makefile.in: Regenerate.
7393
7394         * Makefile.tpl: Make RPATH_ENVVAR substitution more autoconfy.
7395         * configure.in: Make RPATH_ENVVAR substitution more autoconfy.
7396         * Makefile.in: Regenerate.
7397
7398 2002-10-02  Janis Johnson  <janis187@us.ibm.com>
7399
7400         * MAINTAINERS: Add myself as web pages co-maintainer.
7401
7402 2002-10-02  Nathanael Nerode  <neroden@gcc.gnu.org>
7403
7404         * Makefile.tpl: Eliminate reference to all-gui, all-libproc.
7405         * Makefile.in: Regenerate.
7406
7407 2002-10-02  Zack Weinberg  <zack@codesourcery.com>
7408
7409         * MAINTAINERS: Add myself and Nathan Sidwell
7410         <nathan@codesourcery.com> as VxWorks maintainers.
7411
7412 2002-10-02  Nathanael Nerode  <neroden@gcc.gnu.org>
7413
7414         * Makefile.def: Remove order dependency comments.
7415         * Makefile.tpl: Add explicit install-install dependencies.
7416         * Makefile.in: Regenerate.
7417
7418         * Makefile.tpl: Remove material now in src-release.  (Finally!)
7419         * Makefile.in: Regenerate.
7420
7421         * Makefile.tpl: Add configure-target (for src-release in src)
7422         * Makefile.in: Regenerate.
7423
7424 2002-09-30  Nick Clifton  <nickc@redhat.com>
7425
7426         * Makefile.in (BINUTILS_SUPPORT_DIRS): Add cpu directory.
7427
7428 2002-09-30  Ulrich Weigand  <uweigand@de.ibm.com>
7429
7430         * configure.in (s390*-*-linux*): Enable libgcj.
7431
7432 2002-09-29  Nathanael Nerode  <neroden@gcc.gnu.org>
7433
7434         * configure: Revert accidentally applied changes.
7435
7436         * Makefile.tpl: Make more autoconf-friendly.
7437         * Makefile.in: Regenerate.
7438         * configure: Make substitution more autoconf-like.
7439
7440 2002-09-28  Richard Earnshaw  <rearnsha@arm.com>
7441
7442         * configure.in (arm-*-coff, strongarm-*-coff, xscale-*-coff): Use a
7443         single entry to handle all these.
7444         (arm-*-elf, strongarm-*-elf, xscale-*-elf): Likewise.  Also enable
7445         libjava on arm-*-elf.
7446
7447 2002-09-27  Geoffrey Keating  <geoffk@apple.com>
7448
7449         * configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or the
7450         things that depend on them.
7451
7452 2002-09-25  Nathanael Nerode  <neroden@gcc.gnu.org>
7453
7454         * Makefile.tpl: Make subsituted variables more autoconfy.
7455         * Makefile.in: Regenerate.
7456         * configure: Make seds more autoconfy.
7457
7458 2002-09-25  Nathanael Nerode  <neroden@gcc.gnu.org>
7459
7460         * Makefile.tpl: Rewrite substituted lines to look autoconfy.
7461         * Makefile.in: Regenerate.
7462         * configure.in: Rewrite sed statements to look autoconfy.
7463
7464         * Makefile.tpl: Autogenerate *-target-* lists, dependencies of
7465         all-target-foo on configure-target-foo.
7466         * Makefile.def: Ditto.
7467         * Makefile.in: Rebuild.
7468
7469 2002-09-25  Andrew Haley  <aph@redhat.com>
7470
7471         * MAINTAINERS: Add aph@redhat.com as Java maintainer.
7472
7473 2002-09-22  Nathanael Nerode  <neroden@gcc.gnu.org>
7474
7475         * Makefile.def: New file.
7476         * Makefile.tpl: New file.
7477         * Makefile.in: Generate from Makefile.tpl with 'autogen Makefile.def'.
7478         * contrib/gcc_update: Note that Makefile.in is a generated file.
7479
7480         * configure.in: Minor rearrangement.  Simplify tests.
7481
7482 2002-09-22  Jason Thorpe  <thorpej@wasabisystems.com>
7483
7484         * configure.in (with_headers): Skip copy if value is "yes".
7485         (with_libs): Likewise.
7486
7487 2002-09-20  Nathanael Nerode  <neroden@gcc.gnu.org>
7488
7489         * configure.in (*-*-netbsd*): Use noconfigdirs, not skipdirs.
7490         * configure.in (sh*-*-pe*): Ditto.
7491         * configure.in (mips*-*-pe*): Ditto.
7492         * configure.in (*arm-wince-pe): Ditto.
7493
7494         * configure.in: Rearrange.
7495
7496 2002-09-14  Kazu Hirata  <kazu@cs.umass.edu>
7497
7498         * MAINTAINERS: Update my email address.
7499
7500 2002-08-30  Paul Koning  <pkoning@equallogic.com>
7501
7502         * MAINTAINERS: (Write After Approval): Add myself.
7503
7504 2002-08-29  Geoffrey Keating  <geoffk@redhat.com>
7505
7506         * MAINTAINERS: Update Jason Eckhardt's address, remove i860.
7507
7508 2002-08-24  Geoffrey Keating  <geoffk@redhat.com>
7509
7510         * MAINTAINERS: Change my mailing address.
7511
7512 2002-08-21  Paolo Carlini  <pcarlini@unitus.it>
7513
7514         * MAINTAINERS (Write After Approval): Remove myself.
7515         (Various Maintainers: c++ runtime libs): Add myself.
7516
7517 2002-08-20  Loren J. Rittle  <ljrittle@acm.org>
7518
7519         * MAINTAINERS (Write After Approval): Remove myself.
7520         (Various Maintainers: c++ runtime libs): Add myself.
7521
7522 2002-08-15  Eric Christopher  <echristo@redhat.com>
7523
7524         * config.sub: Import from master repository.
7525         * config.guess: Ditto.
7526
7527 2002-08-19  Alexandre Oliva  <aoliva@redhat.com>
7528
7529         * Makefile.in (GCC_FOR_TARGET): Prepend STAGE_CC_WRAPPER.
7530         * configure.in (CC_FOR_TARGET, GCJ_FOR_TARGET, CXX_FOR_TARGET,
7531         CXX_FOR_TARGET_FOR_RECURSIVE_MAKE): Likewise.
7532
7533 2002-08-16  Aldy Hernandez  <aldyh@redhat.com>
7534
7535         * MAINTAINERS: Add self to rs6000 vector extensions.
7536
7537 2002-08-15  Alexandre Oliva  <aoliva@redhat.com>
7538
7539         * libiberty/configure: Reverted unintended yesterday's check in.
7540
7541 2002-08-14  Alexandre Oliva  <aoliva@redhat.com>
7542
7543         * boehm-gc/configure, libf2c/configure: Rebuilt.
7544         * libffi/configure, libiberty/configure: Ditto.
7545         * libjava/configure, libobjc/configure: Ditto.
7546         * libstdc++-v3/configure, zlib/configure: Ditto.
7547         Merged from binutils:
7548         2002-01-27  Daniel Jacobowitz  <drow@mvista.com>
7549         From Steve Ellcey <sje@cup.hp.com>:
7550         * libtool.m4 (HPUX_IA64_MODE): Set to 32 or 64 based on ABI.
7551         (lt_cv_deplibs_check_method, lt_cv_file_magic_cmd,
7552         lt_cv_file_magic_test_file): Set to appropriate values for HP-UX
7553         IA64.
7554         * ltcf-c.sh (archive_cmds, hardcode_*): Ditto.
7555         * ltconfig (shlibpath_*, dynamic_linker, library_names_spec,
7556         soname_spec, sys_lib_search_path_spec): Ditto.
7557
7558 2002-08-06  Federico G. Schwindt  <fgsch@olimpo.com.br>
7559
7560         * configure.in (hppa*-*-openbsd*): Treat like hppa*-*-*elf*.
7561
7562 2002-08-04  H.J. Lu  (hjl@gnu.org)
7563
7564         * configure.in (mips*-*-linux*): Don't skip target-libffi.
7565
7566 2002-08-02  Krister Walfridsson  <cato@df.lth.se>
7567
7568         * MAINTAINERS (Write After Approval): Add myself.
7569
7570 2002-07-31  Alan Modra  <amodra@bigpond.net.au>
7571
7572         * configure.in: Move generic linux case to end.  Copy generic
7573         linux noconfigdirs to mips*-*-linux* entry and new
7574         powerpc64*-*-linux* entry.  Add target-libffi for the latter.
7575
7576 2002-07-19  Michael Matz  <matz@suse.de>
7577
7578         * MAINTAINERS: Add myself as ra* maintainer.
7579
7580 2002-07-16  Chris Demetriou  <cgd@broadcom.com>
7581
7582         * config.guess: Update to 2002-07-09 version.
7583         * config.sub: Update to 2002-07-03 version.
7584
7585 2002-07-15  Hans-Peter Nilsson  <hp@bitrange.com>
7586
7587         * MAINTAINERS: Fix typo in a maintainer email address.
7588
7589 2002-07-11  Nathanael Nerode  <neroden@gcc.gnu.org>
7590
7591         * configure.in: Remove two redundant tests.
7592
7593 2002-07-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
7594
7595         * configure.in (mips*-*-irix6*o32): Enable stabs.
7596
7597 2002-07-08  Nathanael Nerode  <neroden@gcc.gnu.org>
7598
7599         * configure.in: Don't build grez.
7600         * Makefile.in: Ditto.
7601
7602         * Makefile.in: Remove references to bsp, cygmon, libstub.
7603         * configure.in: Ditto.
7604
7605         * configure.in: Remove leftover reference to gdbtest.
7606
7607 2002-07-08  Phil Edwards  <pme@gcc.gnu.org>
7608
7609         * configure.in (gxx_include_dir):  Change to match versioned
7610         C++ headers if --enable-version-specific-runtime-libs is used.
7611
7612 2002-07-04  Steve Ellcey  <sje@cup.hp.com>
7613
7614         * ltcf-cxx.sh (hpux*): Modify to support ia64-*-hpux*.
7615
7616 2002-07-03  Nathanael Nerode  <neroden@gcc.gnu.org>
7617
7618         * configure.in: Make --without-x work.
7619
7620 2002-07-02  Nathanael Nerode  <neroden@gcc.gnu.org>
7621
7622         * configure.in: Rearrange target Makefile fragment collection.
7623
7624         * Makefile.in: Don't try to build gdbtest, tgas, ispell, inet, or
7625         cvs[src].
7626         * configure.in: Ditto.
7627
7628 2002-07-01  Matt Kraai  <kraai@alumni.cmu.edu>
7629
7630         * MAINTAINERS (Write After Approval): Update my e-mail address.
7631
7632 2002-06-24  Ben Elliston  <bje@redhat.com>
7633
7634         * configure.in (host_tools): Remove cgen.
7635
7636         * Makefile.in (all-cgen): Remove; runs from its source directory.
7637         (check-cgen, install-cgen, clean-cgen): Likewise.
7638         (all-opcodes): Do not depend on all-cgen.
7639         (all-sim): Likewise.
7640
7641 2002-07-01  Nathanael Nerode  <neroden@gcc.gnu.org>
7642
7643         * Makefile.in: Eliminate 'apache' targets.
7644         * configure.in: Eliminate 'apache' targets.
7645
7646         * configure.in: Eliminate redundant tests.  Reorganize.
7647
7648         * Makefile.in: Eliminate last reference to LIBGCC1_TEST.
7649
7650         * config-ml.in: Eliminate references to Cygnus configure.
7651
7652         * Makefile.in: Eliminate references to building emacs.
7653
7654 2002-06-28  Graham Stott  <graham.stott@btinternet.com>
7655
7656         * MAINTAINERS: Update my email address.
7657
7658 2002-06-26  Benjamin Kosnik  <bkoz@redhat.com>
7659
7660         * config.if (libstdcxx_incdir): Version C++ headers.
7661         (cxx_incdir): Remove.
7662
7663 2002-06-25  Nathanael Nerode  <neroden@gcc.gnu.org>
7664
7665         * MAINTAINERS (Write After Approval): Add self.
7666
7667 Thu Jun 20 00:35:14 2002  Denis Chertykov  <denisc@overta.ru>
7668
7669         * configure.in: Add support for ip2k.
7670
7671 2002-06-22  Nathanael Nerode  <neroden@twcny.rr.com>
7672
7673         * configure.in: Fix AIX configury bug.
7674
7675 2002-06-20  Steve Ellcey  <sje@cup.hp.com>
7676
7677         * MAINTAINERS (Write After Approval): Add self.
7678
7679 2002-06-19  Nathanael Nerode  <neroden@twcny.rr.com>
7680
7681         * configure.in: replace ${topsrcdir} with ${srcdir}
7682
7683         * configure.in: Move definition of libstdcxx_flags
7684         right above usage, rather than waaay earlier.
7685
7686         * configure.in: Pull definition of is_cross_compiler earlier.
7687
7688         * configure.in: Rearrange a little.
7689
7690         * configure.in: Remove references to librx.
7691         * Makefile.in: Remove references to librx.
7692
7693 Tue Jun 18 22:37:35 2002  Denis Chertykov  <denisc@overta.ru>
7694
7695         * config.sub: Add support for avr target.
7696         Import from master sources, rev 1.255
7697
7698 2002-06-19  Phil Edwards  <pme@gcc.gnu.org>
7699
7700         * configure, .cvsignore:  Revert previous change...
7701         * Makefile:  ...delete.
7702
7703 2002-06-19  Nathanael Nerode  <neroden@twcny.rr.com>
7704
7705         * configure.in: Eliminate ${gasdir} variable.
7706
7707 2002-06-18  Dave Brolley  <brolley@redhat.com>
7708
7709         * configure.in: Add support for frv.
7710         * config.sub: Add support for frv.
7711
7712 2002-06-18  Phil Edwards  <pme@gcc.gnu.org>
7713
7714         * configure:  Remove garbage from previous commit.
7715
7716 2002-06-18  Phil Edwards  <pme@gcc.gnu.org>
7717
7718         * configure:  For in-source builds, make a subdir and re-exec there.
7719         * Makefile:  New file.  Pass targets through to build directory.
7720         * .cvsignore:  No longer ignore "Makefile".
7721
7722 2002-06-16  Douglas Rupp  <rupp@gnat.com>
7723
7724         * MAINTAINERS (Write After Approval): Add self.
7725
7726 2002-06-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7727
7728         * Makefile.in (CFLAGS_FOR_TARGET): Add -O2.
7729
7730 2002-06-08  Jason Thorpe  <thorpej@wasabisystems.com>
7731
7732         * configure.in (vax-*-netbsd*): Re-enable gas.
7733
7734 2002-05-31  Nathanael Nerode  <neroden@twcny.rr.com>
7735
7736         * Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with BUILD_PREFIX,
7737         BUILD_PREFIX_1, to correct nomenclature.
7738         * configure: Likewise.
7739
7740         * Makefile.in: Eliminate version-specific references to tcl8.1, tk8.1.
7741         * configure.in: Eliminate version-specific references to tcl8.1, tk8.1.
7742
7743 2002-05-31  Olaf Hering  <olh@suse.de>
7744
7745         * config-ml.in: Propogate DESTDIR also.
7746
7747 2002-05-29  Jason Thorpe  <thorpej@wasabisystems.com>
7748
7749         * configure.in (vax-*-netbsd*): Don't build gas for this
7750         platform.
7751
7752 2002-05-28  Marek Michalkiewicz  <marekm@amelek.gda.pl>
7753
7754         * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
7755         and libgcj for AVR.
7756
7757 2002-05-23  Kaz Kojima  <kkojima@gcc.gnu.org>
7758
7759         * MAINTAINERS (Write After Approval): Add myself.
7760
7761 2002-05-22  Jason Thorpe  <thorpej@wasabisystems.com>
7762
7763         * config.guess: Update to 2002-05-22 version.
7764         * config.sub: Likewise.
7765
7766 2002-05-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
7767
7768         * Makefile.in: Allow for PWDCMD to override hardcoded pwd.
7769         * config-ml.in: Likewise.
7770         * configure: Likewise.
7771         * configure.in: Likewise.
7772
7773 2002-05-16  Stephane Carrez  <stcarrez@nerim.fr>
7774
7775         * MAINTAINERS: Update my email address.
7776
7777 2002-05-13  Nathanael Nerode  <neroden@twcny.rr.com>
7778
7779         * configure.in: Simplify makefile fragment collection.
7780
7781         * configure.in: Remove code to build emacs.
7782
7783         * configure.in : Remove --srcdir argument from targargs and buildargs
7784         (it's always overridden in the Makefile anyway).  Rearrange a bit.
7785
7786         * configure: Move some logic to configure.in.
7787         * configure.in: Move some logic from configure.
7788
7789 2002-05-11  Tom Tromey  <tromey@redhat.com>
7790
7791         * MAINTAINERS: Reflect libgcj reality.
7792
7793 2002-05-09  Federico G. Schwindt  <fgsch@olimpo.com.br>
7794
7795         * Makefile.in: Honour DESTDIR.
7796
7797 2002-05-08  Mark Mitchell  <mark@codesourcery.com>
7798
7799         * config.guess: Import 2002-03-20 version.
7800         * config.sub: Import 2002-04-26 version.
7801
7802 2002-05-08  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
7803
7804         * config-ml.in: Allow for PWDCMD to determine ML_POPDIR.
7805
7806 2002-05-07  Tim Josling  <tej@melbpc.org.au>
7807
7808         * MAINTAINERS: Add self.
7809
7810 2002-05-06  Loren J. Rittle  <ljrittle@acm.org>
7811
7812         * ltmain.sh: Detect and handle object name conflicts
7813         while piecewise linking a static library.
7814
7815 2002-05-05  Alexandre Oliva  <aoliva@redhat.com>
7816
7817         * configure.in (noconfigdirs): Don't disable libgcj on
7818         sparc64-*-solaris* and sparcv9-*-solaris*.
7819
7820 2002-05-03  Alexandre Oliva  <aoliva@redhat.com>
7821
7822         * configure.in: Revert 2002-04-18's patch; fixed in libjava.
7823
7824 2002-05-03  Thomas Fitzsimmons  <fitzsim@redhat.com>
7825
7826         * configure.in (FLAGS_FOR_TARGET): Do not add
7827         -B$$r/$(TARGET_SUBDIR)/newlib/ when compiling newlib natively
7828         on i[3456]86-*-linux*.
7829
7830 2002-05-01  Thomas Fitzsimmons  <fitzsim@redhat.com>
7831
7832         * configure.in (noconfigdirs): Replace [ ] with test.
7833
7834         * configure.in (noconfigdirs): Do not add target-newlib if
7835         target == i[3456]86-*-linux*, and host == target.
7836
7837 2002-04-29  Nathanael Nerode  <neroden@doctormoo.dyndns.org>
7838
7839         * configure.in: delete reference to absent file
7840
7841         * configure.in: replace '[' with 'test'
7842
7843         * configure.in: Eliminate references to gash.
7844         * Makefile.in: Eliminate references to gash.
7845
7846         * configure.in: remove useless references to 'pic' makefile fragments.
7847
7848         * configure.in: (*-*-windows*) Finish removing.
7849
7850         * configure.in: Eliminate redundant test for libgui.
7851
7852 2002-04-29  Roger Sayle  <roger@eyesopen.com>
7853
7854         * MAINTAINERS: Add self and realphabetize.  Update entries
7855         for Dan Berlin, Chris Demetriou and Michael Matz.  Remove
7856         entry for a29k port maintainer.
7857
7858 2002-04-26  Joel Sherrill  <joel@OARcorp.com>
7859
7860         * configure.in (h8300*-*-rtems*): Disable libf2c and libgcj.
7861         (sparc-*-elf*, sparc64-*-elf*): Disable libgcj.
7862
7863 2002-04-19  Nathanael Nerode  <neroden@twcny.rr.com>
7864
7865         * configure.in: remove references to dead files
7866
7867 2002-04-19  Mark Mitchell  <mark@codesourcery.com>
7868
7869         * MAINTAINERS: Add information about purpose of this file.
7870
7871 2002-04-18  Tom Tromey  <tromey@redhat.com>
7872
7873         * configure.in: Disallow configuring libgcj when it is already
7874         installed and we're using Solaris 2.8 linker.  Do enable libgcj on
7875         Solaris 2.8 by default.  For PR libgcj/6158.
7876
7877 2002-04-17  Nathanael Nerode  <neroden@twcny.rr.com>
7878
7879         * configure.in:  Move default CC setting out of config/mh-* fragments
7880         directly into here.
7881
7882 2002-04-17  Nathanael Nerode  <neroden@twcny.rr.com>
7883
7884         * configure.in: don't even try to configure or make a subdirectory
7885         if there's no configure script for it.
7886
7887 2002-04-15  Mark Mitchell  <mark@codesourcery.com>
7888
7889         * MAINTAINERS: Remove chill maintainers.
7890         * Makefile.in (CHILLFLAGS): Remove.
7891         (CHILL_LIB): Remove.
7892         (TARGET_CONFIGDIRS): Remove libchill.
7893         (CHILL_FOR_TARGET): Remove.
7894         (BASE_FLAGS_TO_PASS): Don't pass CHILLFLAGS, CHILL_FOR_TARGET, or
7895         CHILL_LIB.
7896         (CONFIGURE_TARGET_MODULES): Remove configure-target-libchill.
7897         (CHECK_TARGET_MODULES): Likewise.
7898         (INSTALL_TARGET_MODULES): Likewise.
7899         (CLEAN_TARGET_MODULES): Likewise.
7900         (configure-target-libchill): Remove.
7901         (all-target-libchill): Remove.
7902         * configure.in (target_libs): Remove target-libchill.
7903         Do not compute CHILL_FOR_TARGET.
7904         * libchill: Remove directory.
7905
7906 2002-04-11  DJ Delorie  <dj@redhat.com>
7907
7908         * Makefile.in, configure.in: Sync with binutils, entries
7909         follow...
7910
7911 2002-04-07  Andrew Cagney  <ac131313@redhat.com>
7912
7913         * Makefile.in (do-tar-bz2): Delete rule.  Replace with ...
7914         (do-tar, do-bz2): New rules.
7915         (taz): Update.  Replace do-tar-bz2 with do-tar and do-bz2.
7916         (gdb-tar): New rule.
7917         (gdb-taz): Rewrite.  Use gdb-tar and do-bz2.
7918         (insight_dejagnu.tar): New rule.
7919         (insight.tar): New rule.
7920         (gdb+dejagnu.tar): New rule.
7921         (gdb.tar): New rule.
7922
7923 2002-02-01  Mo DeJong  <supermo@bayarea.net>
7924
7925         * Makefile.in: Add all-tix to deps for all-snavigator
7926         so that tix is built when building snavigator.
7927
7928 2002-01-11  Steve Ellcey  <sje@cup.hp.com>
7929
7930         * configure.in (ia64*-*-hpux*): New target for IA64 HP-UX,
7931         ld and gdb are not supported.
7932
7933 2002-01-07  Mark Salter  <msalter@redhat.com>
7934
7935         * configure.in: Remove target-bsp and target-cygmon from arm builds.
7936         Allow target-libgloss to be built for arm, strongarm, and xscale.
7937
7938 2001-12-13  Thomas Fitzsimmons  <fitzsim@redhat.com>
7939
7940         * configure.in (FLAGS_FOR_TARGET): Remove -nostdinc and -isystem
7941         options for i[3456]86-pc-linux* native builds.
7942
7943 2001-11-20  Nick Clifton  <nickc@cambridge.redhat.com>
7944
7945         * Makefile.in (do-proto-toplev): Use msgfmt to generate .gmo
7946         files from .po files for a distribution.
7947
7948 2001-09-03  Jeff Holcomb  <jeffh@redhat.com>
7949
7950         * configure.in: Enable libstdc++-v3 for h8300 targets.
7951
7952 2001-06-19  Alan Modra  <amodra@bigpond.net.au>
7953
7954         * Makefile.in (VER): If AM_INIT_AUTOMAKE uses BFD_VERSION, get
7955         version from bfd/.
7956
7957 Fri Jun  8 11:14:02 2001  Andrew Cagney  <cagney@b1.cygnus.com>
7958
7959         * Makefile.in (VER): When present, extract the version number from
7960         the file version.in.
7961
7962 2001-05-24  Tom Rix  <trix@redhat.com>
7963
7964         * configure.in : enable ld for aix
7965
7966 2001-02-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
7967
7968         * config.guess: Add linux target for S/390.
7969
7970 2000-11-07  Philip Blundell  <pb@futuretv.com>
7971
7972         * Makefile.in (ETC_SUPPORT): Also add configbuild.* and configdev.*.
7973
7974 2000-11-03  Philip Blundell  <pb@futuretv.com>
7975
7976         * Makefile.in (ETC_SUPPORT): Add configure.texi and associated info
7977         files.
7978
7979 2001-01-15  Ben Elliston  <bje@redhat.com>
7980
7981         * configure.in (host_tools): Add sid.
7982         Always configure cgen.
7983
7984 2000-11-24  Nick Clifton  <nickc@redhat.com>
7985
7986         * configure.in (c4x, c5x, tic54x): Move after ARM targets.
7987
7988
7989 2000-08-20  Doug Evans  <dje@casey.transmeta.com>
7990
7991         * Makefile.in (ALL_MODULES): Add all-cgen.
7992         (CROSS_CHECK_MODULES,INSTALL_MODULES,CLEAN_MODULES): Similarily.
7993         (all-cgen): New target.
7994         (all-opcodes,all-sim): Depend on all-cgen.
7995         * configure.in (host_tools): Add cgen.
7996         Only configure cgen if --enable-cgen-maint.
7997
7998 2002-04-09  Loren J. Rittle  <ljrittle@acm.org>
7999
8000         * configure.in: Add *-*-freebsd* configurations.
8001
8002 2002-04-08  Tom Tromey  <tromey@redhat.com>
8003
8004         * configure.in: Add FLAGS_FOR_TARGET to GCJ_FOR_TARGET.
8005         Fixes PR libgcj/6068.
8006
8007 2002-03-30  Krister Walfridsson  <cato@df.lth.se>
8008
8009         * configure.in (i*86-*-netbsdelf*): Don't disable libgcj.
8010
8011 2002-03-27  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
8012
8013         * configure.in (alpha*-dec-osf*): Enable libgcj.
8014
8015 2003-03-27  Matthew Gingell  <gingell@gnat.com>
8016
8017         * MAINTAINERS (Write After Approval): Add myself.
8018
8019 2002-03-24  Nick Clifton  <nickc@cambridge.redhat.com>
8020
8021         Fix for: PR bootstrap/3591, target/5676
8022         * configure.in (mcore-pe): Disable the configuration of
8023         libstdc++-v3 since exceptions are not supported.
8024
8025 2002-03-20  Anthony Green  <green@redhat.com>
8026
8027         * configure.in: Enable libgcj for xscale-elf target.
8028
8029 Tue Mar 19 09:05:08 2002  J"orn Rennecke  <joern.rennecke@superh.com>
8030
8031         * MAINTAINERS:  Update my email address.
8032
8033 2002-03-16  Alexandre Oliva  <aoliva@redhat.com>
8034
8035         * ltmain.sh (relink_command): Fix typo in previous change.
8036
8037 2002-03-15  Alexandre Oliva  <aoliva@redhat.com>
8038
8039         * ltmain.sh (taglist): Initialized.  Don't let `CC' tag out of it.
8040         (relink_command): Added --tag flags.
8041         (mode=install): If relinking fails; error out.
8042
8043 2002-03-12  Richard Henderson  <rth@redhat.com>
8044
8045         * Makefile.in (NOTPARALLEL): New.  Use it instead of explicit
8046         .NOTPARALLEL tag.
8047         (do-check): Rename from check.
8048         (check): Allow parallel check.
8049
8050 2002-03-12  Bob Wilson  <bob.wilson@acm.org>
8051
8052         * MAINTAINERS: Add myself as maintainer for xtensa port.
8053         Fix alphabetical order in CPU port maintainer list.
8054         Remove myself from Write After Approval list.
8055
8056 2002-03-11  Richard Henderson  <rth@redhat.com>
8057
8058         * Makefile.in (.NOTPARALLEL): Add fake tag.
8059
8060 2002-03-07  H.J. Lu  (hjl@gnu.org)
8061
8062         * configure.in: Enable gprof for mips*-*-linux*.
8063
8064 2002-03-05  Danny Smith  <dannysmith@users.sourceforge.net>
8065
8066         * MAINTAINERS (Write After Approval): Add myself.
8067
8068 2002-02-28  Alexandre Oliva  <aoliva@redhat.com>
8069
8070         * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
8071         libjava.
8072         (CXX_FOR_TARGET): Explain why -shared-libgcc here.
8073
8074 2002-02-23  Alexandre Oliva  <aoliva@redhat.com>
8075
8076         * Makefile.in (MAKEINFO): Don't assume makeinfo will be built just
8077         because its Makefile is there; test for the executable instead.
8078
8079 2002-02-22  Alexandre Oliva  <aoliva@redhat.com>
8080
8081         * configure.in (CXX_FOR_TARGET): Add -shared-libgcc for
8082         libstdc++-v3 and libjava.
8083
8084 2002-02-11  Adam Megacz  <adam@xwt.org>
8085
8086         * gcc/Makefile.in: Removed libstdc++-v3 dependancy for libjava and
8087         boehm-gc
8088
8089 2002-02-09  Alexandre Oliva  <aoliva@redhat.com>
8090
8091         * config.guess: Updated to 2002-01-30's version.
8092         * config.sub: Updated to 2002-02-01's version.
8093         Contribute sh64-elf.
8094         2000-12-01  Alexandre Oliva  <aoliva@redhat.com>
8095         * configure.in: Added sh64-*-*.
8096
8097 2002-02-08  Chris Demetriou  <cgd@broadcom.com>
8098
8099         * MAINTAINERS: Belatedly add myself to write after approval list.
8100
8101 Thu Feb  7 12:40:58 CET 2002  Jan Hubicka  <jh@suse.cz>
8102
8103         * MAINTAINERS: Put self in as maintainer for x86-64 port.
8104         Remove self as Write After Approval.
8105
8106 2002-01-31  Geoffrey Keating  <geoffk@redhat.com>
8107
8108         * MAINTAINERS: Put self in as maintainer for contrib/regression
8109         directory.
8110
8111 2002-01-28  Phil Edwards  <pme@gcc.gnu.org>
8112
8113         * MAINTAINERS:  Update my email address.
8114
8115 2002-01-26  Jason Thorpe  <thorpej@wasabisystems.com>
8116
8117         * configure.in (*-*-netbsd*): New.  Skip target-newlib,
8118         target-libiberty, and target-libgloss.  Skip Java-related
8119         libraries if not supported for NetBSD on target CPU.
8120
8121 2002-01-25  Douglas B Rupp  <rupp@gnat.com>
8122
8123         * install-sh: Use _inst.$$_ for temp file name.
8124
8125 2002-01-24  Jason Thorpe  <thorpej@wasabisystems.com>
8126
8127         * MAINTAINERS (Write After Approval): Move my contact info
8128         from here...
8129         (OS Port Maintainers): ...to here (netbsd).
8130
8131 2002-01-22  Bob Wilson  <bob.wilson@acm.org>
8132
8133         * MAINTAINERS (Write After Approval): Add myself.
8134
8135 2002-01-17  H.J. Lu  <hjl@gnu.org>
8136
8137         * Makefile.in (all-fastjar): Also depend on all-libiberty.
8138         (all-target-fastjar): Also depend on all-target-libiberty.
8139
8140 2002-01-16  H.J. Lu  (hjl@gnu.org)
8141
8142         * config.guess: Import from master sources, rev 1.225.
8143         * config.sub: Import from master sources, rev 1.238.
8144
8145 2002-01-16  Kazu Hirata  <kazu@hxi.com>
8146
8147         * MAINTAINERS (Write After Approval): Remove myself.
8148
8149 2001-12-19  Florian Weimer  <fw@deneb.enyo.de>
8150
8151         * MAINTAINERS (Write After Approval): Add myself.
8152
8153 2001-12-17  Joseph S. Myers  <jsm28@cam.ac.uk>
8154
8155         * MAINTAINERS: Add self as docs co-maintainer.
8156
8157 2001-12-11  Matthias Klose  <doko@debian.org>
8158
8159         * MAINTAINERS (Write After Approval): Add myself.
8160
8161 2001-12-09  Zack Weinberg  <zack@codesourcery.com>
8162
8163         * MAINTAINERS: Update my email address.
8164
8165 2001-12-07  Turly O'Connor  <turly@apple.com>
8166         * MAINTAINERS (Write After Approval): Add myself.
8167         * rs6000.c (rs6000_trampoline_size): Handle ABI_DARWIN case.
8168         (rs6000_initialize_trampoline): Call __trampoline_setup for
8169         ABI_DARWIN too.
8170         * darwin-tramp.asm: New file, implements __trampoline_setup.
8171         * t-darwin (LIB2FUNCS_EXTRA): Include darwin-tramp.asm.
8172
8173 2001-12-07  Paolo Carlini  <pcarlini@unitus.it>
8174
8175         * MAINTAINERS (Write After Approval): Add myself.
8176
8177 Wed Dec  5 07:33:45 2001  Douglas B. Rupp  <rupp@gnat.com>
8178
8179         * configure, configure.in: Use temp file for long sed commands.
8180
8181 2001-12-03  Laurent Guerby  <guerby@acm.org>
8182
8183         * config.sub: Update to version 1.232 on subversion.
8184
8185 2001-12-03  Ben Elliston  <bje@redhat.com>
8186
8187         * MAINTAINERS: Update mail address for config.* patches.
8188
8189 2001-11-27  DJ Delorie  <dj@redhat.com>
8190             Zack Weinberg  <zack@codesourcery.com>
8191
8192         When build != host, create libiberty for the build machine.
8193
8194         * Makefile.in (TARGET_CONFIGARGS, BUILD_CONFIGARGS): Replace
8195         CONFIG_ARGUMENTS.
8196         (ALL_BUILD_MODULES_LIST, BUILD_CONFIGDIRS, BUILD_SUBDIR):
8197         New variables.
8198         (ALL_BUILD_MODULES, CONFIGURE_BUILD_MODULES): New variables
8199         and rules.
8200         (all.normal): Depend on ALL_BUILD_MODULES.
8201         (CONFIGURE_TARGET_MODULES rule): Use TARGET_CONFIGARGS.
8202         (all-build-libiberty): Depend on configure-build-libiberty.
8203
8204         * configure: Calculate and substitute proper value for
8205         ALL_BUILD_MODULES.
8206         * configure.in: Create the build subdirectory.
8207         Calculate and substitute TARGET_CONFIGARGS (formerly
8208         CONFIG_ARGUMENTS); also BUILD_SUBDIR and BUILD_CONFIGARGS (new).
8209
8210 2001-11-26  Ziemowit Laski  <zlaski@apple.com>
8211
8212         * MAINTAINERS (write-after-approval): Add self.
8213
8214 2001-11-17  Craig Rodrigues  <rodrigc@gcc.gnu.org>
8215
8216         * MAINTAINERS (GNATS only accounts): Remove self.
8217
8218 2001-11-14  Hans-Peter Nilsson  <hp@bitrange.com>
8219
8220         * configure.in (noconfigdirs) [h8300*-*-*, h8500-*-*]: Disable
8221         libf2c.
8222
8223 2001-11-12  Craig Rodrigues  <rodrigc@gcc.gnu.org>
8224
8225         * MAINTAINERS (Write After Approval): Add self.
8226
8227 2001-11-12  David O'Brien  <obrien@FreeBSD.org>
8228
8229         * MAINTAINERS: mips and s390 are also CPU ports.
8230
8231 2001-11-12  David O'Brien  <obrien@FreeBSD.org>
8232
8233         * MAINTAINERS: mcore, cris and mmix are also CPU ports.
8234
8235 2001-11-11  David O'Brien  <obrien@FreeBSD.org>
8236
8237         * MAINTAINERS: Alphabetize.
8238
8239 2001-11-09  Kazu Hirata  <kazu@hxi.com>
8240
8241         * MAINTAINERS (Various maintainers: h8 port): Add myself.
8242
8243 2001-11-09  John David Anglin  <dave@hiauly1.hia.nrc.ca>
8244
8245         * MAINTAINERS (Various maintainers: hppa port): Added myself.
8246
8247 2001-11-08  Phil Edwards  <pedwards@disaster.jaj.com>
8248
8249         * configure.in (--enable-languages): Be more permissive about
8250         syntax.  Check for empty lists better.  Warn about $LANGUAGES.
8251
8252 2001-11-08  Geoffrey Keating  <geoffk@redhat.com>
8253
8254         * config.sub: Import from master sources, rev. 1.230.
8255         * MAINTAINERS: Change 'stormy16' to 'xstormy16'.
8256
8257 2001-11-07  Laurent Guerby  <guerby@acm.org>
8258
8259         * MAINTAINERS (Write After Approval): Add self.
8260
8261 2001-11-06  Hans-Peter Nilsson  <hp@bitrange.com>
8262
8263         * Makefile.in (MAKEINFO): Use "missing" for makeinfo older than 4.0.
8264
8265 2001-11-05  Hans-Peter Nilsson  <hp@bitrange.com>
8266
8267         * config.sub: Import from master sources, rev 1.226.
8268         * config.guess: Import from master sources, rev 1.216.
8269
8270 2001-11-03  Hans-Peter Nilsson  <hp@bitrange.com>
8271
8272         * configure.in (noconfigdirs) [mmix-*-*]: Disable libgcj.
8273         * MAINTAINERS: Add self as maintainer of MMIX port.
8274         Remove old after-approval entry.
8275
8276 2001-10-28  Joseph S. Myers  <jsm28@cam.ac.uk>
8277
8278         * ChangeLog, configure: Fix spelling errors.
8279
8280 2001-10-20  Brendan Kehoe  <brendan@zen.org>
8281
8282         * MAINTAINERS: Tweak my address.
8283
8284 Thu Oct 11 21:50:15 2001  J"orn Rennecke  <amylaar@onetel.net.uk>
8285
8286         * MAINTAINERS: Update my email address.
8287
8288 2001-10-11  Hans-Peter Nilsson  <hp@axis.com>
8289
8290         * configure.in (noconfigdirs) [cris-*-*]: Disable libgcj.
8291         * MAINTAINERS: Add self as maintainer of CRIS port.
8292
8293 2001-10-10  Geert Bosch  <bosch@gnat.com>
8294
8295         * MAINTAINERS (Various maintainers: Ada front end):
8296         Added Robert Dewar.
8297
8298 2001-10-03  David Billinghurst  <David.Billinghurst@riotinto.com>
8299
8300         * MAINTAINERS (Write After Approval): Added self
8301
8302 2001-10-02  Geert Bosch  <bosch@gnat.com>
8303
8304         * MAINTAINERS (Various maintainers: Ada front end): Added myself.
8305
8306 2001-10-02  Joseph S. Myers  <jsm28@cam.ac.uk>
8307
8308         * configure: Handle temporary files securely using mkdir.
8309
8310 2001-09-29  Alexandre Oliva  <aoliva@redhat.com>
8311
8312         * Makefile.in (configure-target-gperf): Depend on $(ALL_GCC_CXX).
8313
8314 2001-09-26  Will Cohen  <wcohen@redhat.com>
8315
8316         * configure.in (*-*-linux*): Disable configuration of target-newlib
8317         and target-libgloss.
8318
8319 2001-09-26  Alexandre Oliva  <aoliva@redhat.com>
8320
8321         * Makefile.in (EXTRA_TARGET_FLAGS): Pass RANLIB_FOR_TARGET for
8322         RANLIB.
8323
8324 2001-09-21  Alexandre Oliva  <aoliva@redhat.com>
8325
8326         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET,
8327         DLLTOOL_FOR_TARGET, WINDRES_FOR_TARGET, AR_FOR_TARGET,
8328         RANLIB_FOR_TARGET, NM_FOR_TARGET): Don't use double quotes to
8329         avoid quotes nesting problems.
8330         (NATIVE_CHECK_MODULES): Ditto, just for consistency.
8331         (DO_X): Export only variables that are set.
8332
8333 2001-09-19  Ben Elliston  <bje@redhat.com>
8334
8335         * configure.in (sparc-sun-solaris2*): Don't use /usr/bin/which on
8336         Solaris when testing for the /usr/ucb/cc compiler; it has incorrect
8337         semantics.  Use the shell built-in "type" command instead.
8338
8339 2001-08-31  Alexandre Oliva  <aoliva@redhat.com>
8340
8341         Merged from gcc-3_0-branch:
8342         2001-07-30  Jeff Sturm  <jsturm@one-pont.com>
8343         * ltcf-c.sh: Use $objext, not $ac_objext.
8344         2001-07-27  Mark Kettenis  <kettenis@gnu.org>
8345         * ltcf-cxx.sh: Add support for GNU.
8346         2001-07-22  Timothy Wall  <twall@redhat.com>
8347         * ltcf-c.sh: Don't disable shared libraries for AIX5/IA64.  Preserve
8348         default settings if using GNU tools with that configuration.
8349         * ltcf-cxx.sh: Ditto.
8350         * ltcf-gcj.sh: Ditto.
8351         2001-07-21  Michael Chastain  <chastain@redhat.com>
8352         * ltconfig: Set max_cmd_len to a maximum of 512Kb, as it seems some
8353         HPUX 11.0 systems have trouble with 1MB.  Mark as gcc-local.
8354         * ltmain.sh: Mark as gcc-local.
8355
8356 2001-08-30  Eric Christopher  <echristo@redhat.com>
8357             Jason Eckhardt  <jle@redhat.com>
8358
8359         * config.guess: Merge from master sources.
8360         * config.sub: Merge from master sources, add support for mipsisa32.
8361
8362 2001-08-25  Geoffrey Keating  <geoffk@redhat.com>
8363         * config.sub: Merge from master sources, rev 1.219.
8364         * MAINTAINERS: Add self as contact for stormy16 port.
8365
8366 2001-08-14  Zack Weinberg  <zackw@panix.com>
8367
8368         * config.sub: Merge from master sources, rev 1.218.
8369         * config.guess: Merge from master sources, rev 1.209.
8370
8371 2001-08-11  Graham Stott  <grahams@redhat.com>
8372
8373         * Makefile.in (check-c++): Add missing semicolon.
8374
8375 Mon Jul 30 19:24:13 CEST 2001  Jan Hubicka  <jh@suse.cz>
8376
8377         * MAINTAINERS (Various maitainers: predict.def): Added myself.
8378
8379 2001-07-30  Eric Christopher  <echristo@redhat.com>
8380
8381         * MAINTAINERS (Various maintainers: mips port): Added myself.
8382
8383 2001-07-25  Andrew Haley  <aph@cambridge.redhat.com>
8384
8385         * configure.in (sh-*-linux*): New.
8386
8387 2001-07-27  Richard Henderson  <rth@redhat.com>
8388
8389         * .cvsignore: Add LAST_UPDATED.
8390
8391 2001-07-23  Ulrich Weigand  <uweigand@de.ibm.com>
8392
8393         * MAINTAINERS (Various maintainers: s390 port): Added myself.
8394
8395 2001-07-16  Aldy Hernandez  <aldyh@redhat.com>
8396
8397         * config.sub: Fix mips64vr5000el typo in CPU-COMPANY.
8398
8399 Fri Jul 13 14:31:57 2001  Nicola Pero  <nicola@brainstorm.co.uk>
8400
8401         * MAINTAINERS (Write After Approval): Added myself.
8402
8403 2001-07-12  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
8404
8405         * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
8406         and libgcj on m68hc11/m68hc12.
8407
8408 2001-06-27  H.J. Lu  (hjl@gnu.org)
8409
8410         * Makefile (CFLAGS_FOR_BUILD): New.
8411         (EXTRA_GCC_FLAGS): Add CFLAGS_FOR_BUILD.
8412
8413 2001-06-13  Joseph S. Myers  <jsm28@cam.ac.uk>
8414
8415         * README: Remove version number.
8416
8417 2001-06-13  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
8418
8419         * INSTALL/README: Update wrt. to the installation instructions now
8420         residing in gcc/doc/install.texi.
8421
8422 2001-06-13  Joseph S. Myers  <jsm28@cam.ac.uk>
8423
8424         * README: Replace with a cut-down and updated version of gcc/README.
8425
8426 2001-06-12  David Edelsohn  <edelsohn@gnu.org>
8427
8428         * config-ml.in (powerpc-*-* | rs6000-*-*): Allow aix64 and pthread
8429         multilibs to be disabled.
8430
8431 2001-06-11  Daniel Berlin  <dan@cgsoftware.com>
8432
8433         * MAINTAINERS (Write After Approval): Add myself.
8434
8435 2001-06-09  Alexandre Oliva  <aoliva@redhat.com>
8436
8437         * config.guess: Import CVS version 1.195.
8438         * config.sub: Import CVS version 1.212.
8439
8440 2001-06-08  Alexandre Oliva  <aoliva@redhat.com>, Jeff Sturm  <jsturm@one-point.com>
8441
8442         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
8443         gcc/xgcc is built, use -print-prog-name to find out the program
8444         name to use.
8445
8446 2001-06-04  Phil Edwards  <pme@sources.redhat.com>
8447
8448         * config.guess:  Import CVS version 1.194.  All gcc-local changes
8449         appear to also be in the master copy.
8450         * config.sub:  Import CVS version 1.211.
8451
8452 Mon Jun  4 16:32:53 2001  Mark Mitchell  <mark@codesourcery.com>
8453
8454         * ltcf-c.sh (archive_cmds, archive_expsym_cmds) [solaris,
8455         with_gcc]: Use `gcc -shared' to build a shared library.
8456
8457 Mon Jun  4 16:24:43 2001  John David Anglin  <dave@hiauly1.hia.nrc.ca>
8458
8459         * ltcf-c.sh (archive_cmd) [hpux, with_gcc]: Use gcc to link shared
8460         archives.
8461
8462 Fri Jun  1 18:55:19 2001  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
8463
8464         * MAINTAINERS (Write After Approval): Add myself.
8465
8466 2001-06-01  Hans-Peter Nilsson  <hp@axis.com>
8467
8468         * configure.in (libstdcxx_flags): Do not try to execute
8469         libstdc++-v3/testsuite_flags until it exists.
8470
8471 2001-06-01  Alan Modra  <amodra@bigpond.net.au>
8472
8473         * MAINTAINERS: Update my email address.
8474
8475 2001-05-31  Graham Stott  <grahams@redhat.com>
8476
8477         * MAINTAINERS (Write After Approval): Add myself.
8478
8479 2001-05-28  Simon Patarin  <simon.patarin@inria.fr>
8480
8481         * ltcf-cxx.sh (osf3/osf4/osf5): Support creation of C++  shared
8482         libraries when using g++ with native linker.
8483
8484 2001-05-28  Alexandre Oliva  <aoliva@redhat.com>
8485
8486         * ltconfig, ltmain.sh: Upgrade to libtool 1.4a 1.641.2.256.
8487
8488 2001-05-22  Alexandre Oliva  <aoliva@redhat.com>
8489
8490         * ltcf-cxx.sh (allow_undefined_flag, no_undefined_flag)
8491         [aix4*|aix5*]: Prepend blank.
8492
8493 2001-05-20  Alexandre Oliva  <aoliva@redhat.com>
8494
8495         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
8496         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.254.  Rebuilt a number
8497         of subdir/configure scripts to use the new libtool.m4.
8498
8499 2001-05-19  Matt Kraai  <kraai@alumni.carnegiemellon.edu>
8500
8501         * MAINTAINERS (Write After Approval): Add myself.
8502
8503 2001-05-18  Benjamin Kosnik  <bkoz@redhat.com>
8504
8505         * configure.in (libstdcxx_flags): Remove reference to libstdc++.INC.
8506
8507 2001-05-11  Ben Elliston  <bje@redhat.com>
8508
8509         * Makefile.in (all-sid): New target.
8510         (check-sid, clean-sid, install-sid): Likewise.
8511
8512 2001-05-09  Jeffrey Oldham  <oldham@codesourcery.com>
8513
8514         * ltcf-cxx.sh: Add -nostdlib to IRIX 6 archive_cmds.
8515
8516 2001-05-03  Alexandre Oliva  <aoliva@redhat.com>
8517
8518         * configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: Disable
8519         libgcj.
8520
8521 2001-05-03  Alexandre Oliva  <aoliva@redhat.com>
8522
8523         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
8524         gcc/xgcc is built, use -print-prog-name to find out the program
8525         name to use.
8526
8527 2001-04-26  Alexandre Oliva  <aoliva@redhat.com>
8528
8529         * configure.in (noconfigdirs): Don't reset it from scratch in the
8530         target case; only append to it.
8531
8532         * configure.in (noconfigdirs) [hppa*-*-*, mips*-*-irix6*,
8533         sparc-*-solaris2.8]: Disable ${libgcj}.
8534
8535 2001-04-25  Alexandre Oliva  <aoliva@redhat.com>
8536
8537         * configure.in (libgcj_saved): Copy from $libgcj.
8538         (libgcj): Zero out if --enable-libgcj; add to noconfigdirs is
8539         --disable-libgcj.
8540
8541 2001-04-25  Gavin Romig-Koch  <gavin@redhat.com>
8542
8543         * MAINTAINERS: Remove self as MIPS maintainer and
8544         C front end maintainer.
8545
8546 Mon Apr 23 09:15:03 2001  Anthony Green  <green@redhat.com>
8547
8548         * configure.in: Move *-chorusos target case to the proper switch.
8549         Disable libgcj.
8550
8551 2001-04-12  Alexandre Oliva  <aoliva@redhat.com>
8552
8553         * ltconfig, ltmain.sh, ltcf-cxx.sh: Upgraded to libtool 1.4a
8554         1.641.2.228.
8555
8556 2001-04-13  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
8557
8558         * Makefile.in (STAGE1_CFLAGS): Pass down.
8559
8560 2001-04-13  Alan Modra  <amodra@one.net.au>
8561
8562         * config.guess: Add hppa64-linux support.  Note for next import that
8563         this is already in the master file.
8564         * configure.in: Likewise.  Accept `parisc' alias for `hppa'.
8565
8566 2001-04-12  Alexandre Oliva  <aoliva@redhat.com>
8567
8568         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
8569         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.226.
8570
8571 2001-04-11  Stan Shebs  <shebs@apple.com>
8572
8573         * MAINTAINERS: Add self as Darwin port maintainer.
8574
8575 2001-04-11  Alan Modra  <amodra@one.net.au>
8576
8577         * MAINTAINERS: Update my email address.
8578
8579 2001-04-10  Loren J. Rittle  <ljrittle@acm.org>
8580
8581         * ltcf-cxx.sh: Support creation of C++ shared libraries on
8582         recent versions of FreeBSD (release 3 or later).
8583         * ltconfig: On FreeBSD, -lc must not be provided when building
8584         a shared library or else the standard -pthread gcc option is
8585         rendered worthless to later users of the built library.
8586
8587 2001-04-06  Joseph S. Myers  <jsm28@cam.ac.uk>
8588
8589         * MAINTAINERS: Add self and RTH as C front end maintainers.
8590
8591 2001-04-05  Alexandre Oliva  <aoliva@redhat.com>
8592
8593         * config.sub: Make sure to match an already-canonicalized
8594         machine name (eg. mn10300-unknown-elf).
8595
8596 2001-04-01  Alexandre Oliva  <aoliva@redhat.com>
8597
8598         * Makefile.in (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS):
8599         New macros.
8600         (bootstrap, cross): Use RECURSE_FLAGS.
8601         * configure.in: Subst CXX_FOR_TARGET_FOR_RECURSIVE_MAKE.
8602
8603 2001-03-27  Alexandre Oliva  <aoliva@redhat.com>
8604
8605         * configure.in (CXX_FOR_TARGET): Use xgcc for libstdc++-v3.
8606
8607 2001-03-22  Colin Howell  <chowell@redhat.com>
8608
8609         * Makefile.in (DO_X): Do not backslash single-quotes in
8610         backquotes (two places).
8611
8612 2001-03-22  Alexandre Oliva  <aoliva@redhat.com>
8613
8614         Re-installed:
8615         2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
8616         * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP.  Do not add
8617         '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
8618         * ltcf-cxx.sh: Likewise.
8619         * ltcf-gcj.sh: Likewise.
8620
8621 2001-03-22  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
8622
8623         * MAINTAINERS: Add myself as "documentation co-maintainer".
8624
8625 2001-03-22  Alexandre Oliva  <aoliva@redhat.com>
8626
8627         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
8628         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.198.
8629
8630 2001-03-19  Tom Tromey  <tromey@redhat.com>
8631
8632         * config-ml.in: Handle GCJ and GCJFLAGS.
8633
8634 2001-03-21  Michael Chastain  <chastain@redhat.com>
8635
8636         * Makefile.in: all-m4 depends on all-texinfo.
8637
8638 2001-03-20  Loren J. Rittle  <ljrittle@acm.org>
8639
8640         * MAINTAINERS: Add myself to write after approval list.
8641
8642 2001-03-18  Laurynas Biveinis  <lauras@softhome.net>
8643
8644         * Makefile.in (DO_X): Quote nested quotes.
8645
8646 2001-03-18  Alan Modra  <alan@linuxcare.com.au>
8647
8648         * MAINTAINERS: Add myself to write after approval list.
8649
8650 2001-03-15  Laurynas Biveinis  <lauras@softhome.net>
8651
8652         * Makefile.in (DO_X): Use double quotes for quoting
8653         "RANLIB=$${RANLIB}".
8654
8655 2001-03-10  Ovidiu Predescu  <ovidiu@cup.hp.com>
8656
8657         * MAINTAINERS: Added Stan Shebs as new maintainer for Objective-C.
8658
8659 2001-03-09  Nicola Pero  <n.pero@mi.flashnet.it>
8660
8661         * configure.in: Only use `lang_requires' for languages athat are
8662         actually enabled.
8663
8664 2001-03-08  Phil Edwards  <pme@sources.redhat.com>
8665
8666         * MAINTAINERS (C++ runtime libs):  Update and alphabatize.
8667
8668 2001-03-08  Alexandre Oliva  <aoliva@redhat.com>
8669
8670         * Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use.
8671
8672 2001-03-07  Tom Tromey  <tromey@redhat.com>
8673
8674         * configure.in: Allow config-lang.in to set `lang_requires' to list
8675         of other required languages.
8676
8677 2001-03-06  Laurynas Biveinis  <lauras@softhome.net>
8678
8679         * Makefile.in: Remove RANLIB definition. Use RANLIB
8680         in RANLIB_FOR_TARGET, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS,
8681         EXTRA_GCC_FLAGS, $(DO_X) targets only when the RANLIB is set.
8682
8683 2001-02-28  Benjamin Kosnik  <bkoz@redhat.com>
8684             Alexandre Oliva  <aoliva@redhat.com>
8685
8686         * Makefile.in (check-c++): Use tabs, not spaces.
8687
8688 2001-02-20  Laurynas Biveinis  <lauras@softhome.net>
8689
8690         * MAINTAINERS: add myself to Write After Approval list.
8691
8692 2001-02-19  Benjamin Kosnik  <bkoz@redhat.com>
8693
8694         * Makefile.in (check-c++): New rule.
8695
8696         * configure.in (target_libs): Remove libg++.
8697         (noconfigdirs): Remove libg++.
8698         (noconfigdirs): Same.
8699         (noconfigdirs): Same.
8700         (noconfigdirs): Same.
8701
8702         * config-ml.in: Remove libg++ references.
8703
8704         * Makefile.in (TARGET_CONFIGDIRS): Remove libio, libstdc++, libg++.
8705         (ALL_TARGET_MODULES): Same.
8706         (configure-target-libg++): Remove.
8707         (all-target-libg++): Remove.
8708         (configure-target-libio): Remove.
8709         (all-target-libio): Remove.
8710         (check-target-libio): Remove.
8711         (.PHONY): Remove.
8712         (libg++.tar.bz2): Remove.
8713         (all-target-cygmon): Remove libio.
8714         (all-target-libstdc++): Remove.
8715         (configure-target-libstdc++): Remove.
8716         (TARGET_LIB_PATH): Remove libstdc++.
8717         (ALL_GCC_CXX): Remove libstdc++.
8718         (all-target-gperf): Correct.
8719
8720 2001-02-16  Nick Clifton  <nickc@redhat.com>
8721
8722         * configure.in (noconfigdirs): Allow configuration of texinfo
8723         for Cygwin hosts.
8724
8725 2001-02-15  Anthony Green  <green@redhat.com>
8726
8727         * configure: Introduce GCJ_FOR_TARGET.
8728         * configure.in: Ditto.
8729         * Makefile.in: Ditto.
8730
8731 2001-02-13  Andreas Schwab  <schwab@suse.de>
8732
8733         * MAINTAINERS: Update mail address.
8734
8735 2001-02-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
8736
8737         * config.guess: Add linux target for S/390.
8738         * config.sub: Likewise.
8739
8740 2001-02-08  Chandrakala Chavva  <cchavva@redhat.com>
8741
8742         * configure.in: for *-chorusos, don't config target-newlib and
8743         target-libgloss.
8744
8745 2001-02-06  Ben Elliston  <bje@redhat.com>
8746
8747         * configure: Output host type to stdout, not stderr.
8748
8749 2001-02-05  Mark Mitchell  <mark@codesourcery.com>
8750
8751         * ltcf-c.sh: Add support for -no-undefined under GNU/Linux.
8752         * ltcf-cxx.sh: Likewise.
8753
8754         * config.if: Assume enable_libstdcxx_v3 is defined.
8755
8756 2001-02-04  Mark Mitchell  <mark@codesourcery.com>
8757
8758         Remove V2 C++ library.
8759         * configure.in: Remove --enable-libstdcxx_v3 support.
8760
8761 2001-01-31  Bryce McKinlay  <bryce@albatross.co.nz>
8762
8763         * include/demangle.h: Add prototype for java_demangle_v3.
8764
8765 2001-01-29  Phil Edwards  <pme@sources.redhat.com>
8766
8767         * COPYING.LIB:  Update to LGPL 2.1 from the FSF.
8768
8769 2001-01-27  Richard Henderson  <rth@redhat.com>
8770
8771         * configure.in (target_makefile_frag) [alpha*-*]: Use mt-alphaieee.
8772
8773 2001-01-27  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
8774
8775         * ltcf-cxx.sh (ac_cv_prog_cc_pic_works, ac_cv_prog_cc_static_works):
8776         Don't unset, it's non-portable and no longer necessary, set to empty
8777         instead.
8778
8779 2001-01-27  Michael Sokolov  <msokolov@ivan.Harhan.ORG>,  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
8780
8781         * ltconfig: Shell portability fix for the tagname validity check.
8782
8783 2001-01-27  Alexandre Oliva  <aoliva@redhat.com>
8784
8785         * ltcf-c.sh (ld_shlibs) [aix5*]: Disable on unknown CPU types.
8786         * ltcf-cxx.sh, ltcf-gcj.sh: Likewise.
8787
8788 2001-01-26  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
8789
8790         * ltcf-cxx.sh: Use parentheses around eval $ac_compile.
8791
8792 2001-01-26  Tom Tromey  <tromey@redhat.com>
8793
8794         * configure.in: Allow libgcj to be built on Sparc Solaris.
8795
8796 2001-01-25  David Edelsohn  <edelsohn@gnu.org>
8797
8798         * ltcf-c.sh: Add aix5 case.
8799         * ltcf-cxx.sh: Likewise.
8800         * ltconfig: Likewise.
8801
8802 2001-01-24  Alexandre Oliva  <aoliva@redhat.com>
8803
8804         * ltmain.sh (TAG disable-shared, TAG disable-static): Make sure we
8805         keep at least one of build_libtool_libs or build_old_libs set to
8806         yes.
8807
8808         * ltcf-gcj.sh (lt_simple_link_test_code): Remove stray `(0)'.
8809         * libtool.m4 (_AC_LIBTOOL_GCJ): Pass $CPPFLAGS on.
8810
8811 2001-01-23  Bryce McKinlay  <bryce@albatross.co.nz>
8812
8813         * configure.in: Enable libgcj on several additional platforms.
8814
8815 2001-01-22  Bryce McKinlay  <bryce@albatross.co.nz>
8816
8817         * configure.in: Enable libgcj for linux targets.
8818
8819 2001-01-20  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
8820
8821         * MAINTAINERS (Write After Approval): Add myself.
8822
8823 2001-01-15  John David Anglin  <dave@hiauly1.hia.nrc.ca>
8824
8825         * MAINTAINERS: Add myself as vax port maintainer.
8826
8827 2001-01-11  Fergus Henderson  <fjh@cs.mu.oz.au>
8828
8829         * MAINTAINERS: Add myself as Mercury front-end maintainer.
8830
8831 2001-01-09  Mike Stump  <mrs@wrs.com>
8832
8833         * Makefile.in (CONFIGURE_TARGET_MODULES): Pass back configuration
8834         failures of subdirectories.
8835
8836 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
8837
8838         * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP.  Do not add
8839         '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
8840         * ltcf-cxx.sh: Likewise.
8841         * ltcf-gcj.sh: Likewise.
8842         * ltconfig.sh: Fix typo.
8843
8844 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
8845
8846         * configure: handle DOS-style absolute paths.
8847
8848 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
8849
8850         * configure.in: remove supported directories from $noconfigdirs for DJGPP.
8851
8852 2000-12-30  Marek Michalkiewicz  <marekm@linux.org.pl>
8853
8854         * MAINTAINERS: Add myself as avr port co-maintainer.
8855
8856 2000-12-28  Ben Elliston  <bje@redhat.com>
8857
8858         * MAINTAINERS: Add myself under ``Write After Approval''.
8859
8860 2000-12-19  Joseph S. Myers  <jsm28@cam.ac.uk>
8861
8862         * texinfo: Remove directory from GCC.
8863
8864 2000-12-18  Joseph S. Myers  <jsm28@cam.ac.uk>
8865
8866         * COPYING: Update to current
8867         ftp://ftp.gnu.org/pub/gnu/Licenses/COPYING-2.0 (fixes references
8868         to 19yy as example year in copyright notice).
8869
8870 2000-12-18  Benjamin Kosnik  <bkoz@redhat.com>
8871
8872         * Makefile.in (BASE_FLAGS_TO_PASS): Alphabetize.
8873         (libstdcxx_incdir): Pass down.
8874         * config.if: Remove expired bits for cxx_interface, add stub.
8875         (libstdcxx_incdir): Add variable for g++ include directory.
8876         * configure.in (gxx_include_dir): Use it.
8877
8878 2000-12-18  Alexandre Oliva  <aoliva@redhat.com>
8879
8880         * MAINTAINERS: Added self as sh port co-maintainer.  Removed entry
8881         with old-email address from ``Write After Approval''.
8882
8883 2000-12-15  Andreas Jaeger  <aj@suse.de>
8884
8885         * configure.in: Handle lang_dirs.
8886
8887 2000-12-14  Tom Tromey  <tromey@redhat.com>
8888
8889         * MAINTAINERS: Removed brads.
8890
8891         * MAINTAINERS: Added gcj developers.
8892
8893 2000-12-13  Anthony Green  <green@redhat.com>
8894
8895         * configure.in: Disable libgcj for any target not specifically
8896         listed.  Disable libgcj for x86 and Alpha Linux until compatible
8897         with g++ abi.
8898
8899 2000-12-13  Mike Stump  <mrs@wrs.com>
8900
8901         * Makefile.in (local-distclean): Also remove fastjar.
8902
8903 2000-12-12  Rodney Brown  <RodneyBrown@mynd.com>
8904
8905         * contrib/gcc_update: Add fastjar --touch entries.
8906
8907 2000-12-12  Alexandre Oliva  <aoliva@redhat.com>
8908
8909         * configure.in: Disable language-specific target libraries for
8910         languages that aren't enabled.
8911
8912 2000-12-10  Anthony Green  <green@redhat.com>
8913
8914         * configure.in: Define libgcj.  Disable libgcj target libraries for
8915         most targets.
8916
8917 2000-12-10  Neil Booth  <neilb@earthling.net>
8918
8919         * MAINTAINERS: Update mail address, remove from WAA list.
8920
8921 2000-12-09  Alexandre Petit-Bianco  <apbianco@cygnus.com>
8922
8923         * libjava: Imported from /cvs/java.
8924         * libffi: Likewise.
8925         * Boehm-gc: Likewise.
8926
8927 2000-12-09  Alexandre Petit-Bianco  <apbianco@cygnus.com>
8928
8929         * configure.in (target_libs): Revert 2000-12-08 patch.
8930         (noconfigdirs): Added target-libjava.
8931
8932 2000-12-09  Laurynas Biveinis  <lauras@softhome.net>
8933
8934         * djunpack.bat: removed.
8935
8936 2000-12-09  Laurynas Biveinis  <lauras@softhome.net>
8937
8938         * Makefile.in: handle DOS-style absolute paths.
8939         * config-ml.in: likewise.
8940         * symlink-tree: likewise.
8941
8942 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
8943
8944         * fastjar: Imported.
8945
8946 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
8947
8948         * Makefile.in (TARGET_CONFIGDIRS): Wrong place. Removed note about
8949         libjava.
8950         * configure.in (target_libs): Removed `target-libjava'.
8951
8952 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
8953
8954         * Makefile.in (TARGET_CONFIGDIRS): Added note about libjava.
8955         (ALL_MODULES): Added fastjar.
8956         (NATIVE_CHECK_MODULES, INSTALL_MODULES, CLEAN_MODULES): Likewise.
8957         (all-target-libjava): all-fastjar replaces all-zip.
8958         (all-fastjar): Added.
8959         (configure-target-fastjar, all-target-fastjar): Likewise.
8960         * configure.in (host_tools): Added fastjar.
8961
8962 2000-12-07  Mike Stump  <mrs@wrs.com>
8963
8964         * Makefile.in (local-distclean): Remove leftover built files.
8965
8966 2000-11-24  Nick Clifton  <nickc@redhat.com>
8967
8968         * configure.in (xscale-elf): Add target.
8969         (xscale-coff): Add target.
8970
8971 2000-11-22  Loren J. Rittle  <ljrittle@acm.org>
8972
8973         * ltcf-cxx.sh: Support creation of C++ shared libraries on
8974         recent versions of FreeBSD (release 3 or later).
8975         * ltconfig: On FreeBSD, -lc must not be provided when building
8976         a shared library or else the standard -pthread gcc option is
8977         rendered worthless to later users of the built library.
8978
8979 2000-11-16  Fred Fish  <fnf@be.com>
8980
8981         * configure.in (enable_libstdcxx_v3): Fix typo,
8982         libstd++ -> libstdc++.
8983
8984 2000-11-21  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
8985
8986         * MAINTAINERS: Add self to Write After Approval list.
8987
8988 2000-11-21  Bernd Schmidt  <bernds@redhat.com>
8989
8990         * MAINTAINERS: Update my email address.  Add myself to global write
8991         privs list.
8992
8993 2000-11-18  Alexandre Oliva  <aoliva@redhat.com>
8994
8995         * Makefile.in: Merge with src and libgcj.
8996         (ALL_GCC_C, ALL_GCC_CXX): New macros.  Use them as dependencies of
8997         configure-target-<library> when their configure scripts need the C
8998         or C++ library to have already been built to work properly.
8999         (do_proto_toplev): Set them to an empty string.
9000
9001         * Makefile.in (HOST_LIB_PATH, TARGET_LIB_PATH): New macros.
9002         (REALLY_SET_LIB_PATH): Use them.
9003
9004 2000-11-17  Stan Shebs  <shebs@apple.com>
9005
9006         * MAINTAINERS: Add self to Write After Approval list.
9007
9008 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
9009
9010         * configure: Provide the original toplevel configure arguments
9011         (including $0) to subprocesses in the environment rather than
9012         through gcc/configargs.h.
9013
9014 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
9015
9016         * MAINTAINERS: Remove references to cccp. Change C9X reference to
9017         C99.  Alphabetise "Write After Approval" list.
9018
9019 2000-11-12  Mark Mitchell  <mark@codesourcery.com>
9020
9021         * configure: Turn on libstdc++ V3 by default.
9022
9023         * ltcf-c.sh: On Solaris, use `gcc -shared' to build a shared library
9024         if we've got GCC.
9025
9026 2000-11-11  Philip Blundell  <philb@gnu.org>
9027
9028         * MAINTAINERS: Add self to Write After Approval list.
9029
9030 2000-11-09  David Edelsohn  <edelsohn@gnu.org>
9031
9032         * ltcf-c.sh (aix4): Improve shared library configuration; require
9033         exporting symbols.
9034         * ltcf-cxx.sh (aix4): Define.
9035         * ltconfig (aix4): Define library and soname specs appropriate for
9036         AIX.  Define command to create export symbols list.
9037
9038 Mon Nov  6 14:19:35 2000  Christopher Faylor  <cgf@cygnus.com>
9039
9040         * config.sub: Add support for Sun Chorus
9041
9042 2000-10-31  Nick Clifton  <nickc@redhat.com>
9043
9044         * MAINTAINERS: Rename <name>@cygnus.com addresses to
9045         <name>@redhat.com.  Also installed new email address for Clint
9046         Popetz.
9047
9048 2000-10-30  Joseph S. Myers  <jsm28@cam.ac.uk>
9049
9050         * etc: Remove directory from GCC.
9051
9052 2000-10-16  Michael Meissner  <meissner@redhat.com>
9053
9054         * configure (gcc/configargs.h): Only create if there is a build GCC
9055         directory created.
9056
9057 2000-10-16  Matthias Klose  <doko@debian.org>
9058
9059         * config.if: Search libstdc++-v3/configure.in for INTERFACE,
9060         when configured for libstdc++-v3.
9061
9062 2000-10-05  Phil Edwards  <pme@gcc.gnu.org>
9063
9064         * configure: Save configure arguments to gcc/configargs.h.
9065
9066 2000-10-04  Philipp Thomas  <pthomas@suse.de>
9067
9068         * config.guess: Import CVS version 1.157.
9069         * config.sub: Import CVS version 1.181.
9070
9071 2000-10-04  Andris Pavenis  <pavenis@latnet.lv>
9072
9073         * Makefile.in (bootstrap): avoid recursion if subdir missing
9074         (cross): ditto
9075         (do-proto-toplev): ditto
9076
9077 2000-09-30  Alexandre Oliva  <aoliva@redhat.com>
9078
9079         * Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4,
9080         ltcf-c.sh, ltcf-cxx.sh and ltcf-gcj.sh.
9081
9082         * ltconfig, ltmain.sh, libtool.m4, ltcf-cxx.sh: Updated from libtool
9083         multi-language branch, to work around Solaris' /bin/sh bug.  Rebuilt
9084         all affected `configure' scripts.
9085
9086 Mon 25-Sep-2000 19:46:09 BST  Neil Booth  <neilb@earthling.net>
9087
9088         * MAINTAINERS: Add self as cpplib co-maintainer.
9089
9090 2000-09-24  Aldy Hernandez  <aldyh@redhat.com>
9091
9092         * MAINTAINERS: Add self to Write After Approval list.
9093
9094 2000-09-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
9095
9096         * INSTALL/README: egcs -> GCC update.
9097
9098 Sun Sep 17 16:55:59 CEST 2000  Marc Espie  <espie@cvs.openbsd.org>
9099
9100         * MAINTAINERS: Add myself to Write After Approval list.
9101
9102 2000-09-15  Kazu Hirata  <kazu@hxi.com>
9103
9104         * MAINTAINERS: Add myself to Write After Approval list.
9105
9106 Wed Sep 13 11:11:29 2000  Jeffrey A Law  (law@cygnus.com)
9107
9108         * configure.in: Do not build byacc for hppa64.  Provide paths to the
9109         X11 libraries for hppa64.
9110
9111 2000-09-08  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
9112
9113         * MAINTAINERS: Add myself as 68hc11 port maintainer.
9114
9115 2000-09-06  Alexandre Oliva  <aoliva@redhat.com>
9116
9117         * Makefile.in (all-zlib): Added dummy target.
9118
9119         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
9120         ltcf-gcj.sh: Updated from libtool multi-language branch.
9121
9122 2000-09-05  Alexandre Oliva  <aoliva@redhat.com>
9123
9124         * Makefile.in (all-bootstrap): Added all-texinfo and all-zlib.
9125         (bootstrap*): Depend on all-bootstrap.
9126
9127 2000-09-05  Philipp Thomas  <pthomas@suse.de>
9128
9129         * config.guess: Import CVS version 1.156.
9130         * config.sub: Import CVS version 1.179.
9131
9132 2000-09-02  Anthony Green  <green@cygnus.com>
9133
9134         * Makefile.in (all-gcc): Depend on all-zlib.
9135         (CLEAN_MODULES): Add clean-zlib.
9136         (ALL_MODULES): Add all-zlib.
9137         * configure.in (host_libs): Add zlib.
9138
9139 2000-09-02  Alexandre Oliva  <aoliva@redhat.com>, DJ Delorie  <dj@redhat.com>
9140
9141         * configure.in (FLAGS_FOR_TARGET): Use -nostdinc even for Canadian
9142         crosses, but add gcc/include to the header search path for them.
9143
9144 2000-08-04  David E. O'Brien  <obrien@FreeBSD.org>
9145
9146         * MAINTAINERS: Add self to Write After Approval list.
9147
9148 2000-08-27  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
9149
9150         * config.guess: Import CVS version 1.152.
9151         * config.sub: Import CVS version 1.177.
9152
9153 2000-08-25  Alexandre Oliva  <aoliva@redhat.com>
9154
9155         * configure.in (FLAGS_FOR_TARGET): Use $target_configdirs and
9156         $targargs to tell whether newlib is going to be built.
9157
9158         * configure.in [disable-libstdcxx-v3] (libstdcxx_flags): Search
9159         $$r/TARGET_SUBDIR/libio for _G_config.h.
9160
9161 2000-08-23  Alexandre Oliva  <aoliva@redhat.com>
9162
9163         * MAINTAINERS: Add self as a build machinery (*.in) maintainer.
9164
9165 2000-08-22  DJ Delorie  <dj@redhat.com>
9166
9167         * MAINTAINERS: Add self as a build machinery (*.in) maintainer
9168
9169 2000-08-22  Alexandre Oliva  <aoliva@redhat.com>
9170
9171         * config-ml.in (CC, CXX): Avoid trailing whitespace.
9172         (LD_LIBRARY_PATH, SHLIB_PATH): Adjust for multilibs and export to
9173         sub-configures.
9174
9175 2000-08-21  DJ Delorie  <dj@redhat.com>
9176
9177         * MAINTAINERS: Add self as a libiberty maintainer
9178
9179 2000-08-16  Alexandre Oliva  <aoliva@redhat.com>
9180
9181         * configure.in (libstdcxx_flags): Use
9182         libstdc++-v3/src/libstdc++.INC.
9183
9184 2000-08-15  Alexandre Oliva  <aoliva@redhat.com>
9185
9186         * configure.in (libstdcxx_flags): Use libstdc++-v3/src/INCLUDES.
9187
9188 2000-08-14  Zack Weinberg  <zack@wolery.cumb.org>
9189
9190         * configure.in (libstdcxx_flags): Remove -isystem $$s/libio/stdio.
9191
9192         * configure: Make enable_threads and enable_shared defaults
9193         explicit.  Substitute enable_threads into generated Makefiles.
9194         * configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
9195         * libtool.m4: Accept *-*-linux* not just *-*-linux-gnu*.
9196
9197 2000-08-13  Geoff Keating  <geoffk@cygnus.com>
9198
9199         * Makefile.in (GCC_FOR_TARGET): Also add -B$$r/gcc/ here.
9200
9201 2000-08-12  Alexandre Oliva  <aoliva@redhat.com>
9202
9203         * config-ml.in (CC): Remove bogus duplicate quotation mark from
9204         previous delta.
9205
9206 2000-08-11  Jason Merrill  <jason@redhat.com>
9207
9208         * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET,
9209         CXX_FOR_TARGET): Add -B$$r/gcc/ here.
9210         (FLAGS_FOR_TARGET): Not here.
9211         (CHILL_FOR_TARGET, CXX_FOR_TARGET): Don't check the list of languages.
9212
9213 2000-08-11  Alexandre Oliva  <aoliva@redhat.com>
9214
9215         * config-ml.in (CC, CXX): Don't introduce a leading space.
9216
9217 2000-08-07  DJ Delorie  <dj@delorie.com>
9218
9219         * MAINTAINERS: Add self as a DJGPP maintainer
9220
9221 2000-08-07  DJ Delorie  <dj@redhat.com>
9222
9223         * configure.in (FLAGS_FOR_TARGET): invert test for xgcc, should mean
9224         "if we're also building gcc, and it's a gcc that will run on the
9225         build machine, we want to use its includes instead of the system's
9226         default includes".
9227
9228 2000-08-04  Joseph S. Myers  <jsm28@cam.ac.uk>
9229
9230         * MAINTAINERS: Add self to Write After Approval list.
9231
9232 2000-08-03  Alexandre Oliva  <aoliva@redhat.com>
9233
9234         * configure.in (libstdcxx_flags): Don't use `"'.
9235
9236         * config-ml.in: Adjust multilib search paths to the
9237         appropriate multilib tree.
9238
9239 2000-08-02  Alexandre Oliva  <aoliva@redhat.com>
9240
9241         * configure.in (CHILL_FOR_TARGET, CXX_FOR_TARGET): Convert blanks to
9242         commas in $LANGUAGES.
9243
9244 2000-08-02  Manfred Hollstein  <manfredh@redhat.com>
9245
9246         * configure.in: Re-enable all references to libg++ and librx.
9247
9248 2000-08-01  Alexandre Oliva  <aoliva@redhat.com>
9249
9250         * ltconfig, ltmain.sh: Update from libtool multi-language branch.
9251         * ltcf-c.sh (need_lc): Fix test message.  Set wl for archive_cmds.
9252         (ac_cv_prog_cc_pic): Don't print `cached' without `checking'.
9253         * ltcf-cxx.sh (need_lc): Set based on postdeps.
9254
9255         * configure.in (qCXX_FOR_TARGET): Use echo instead of expr.
9256
9257 2000-07-31  Alexandre Oliva  <aoliva@redhat.com>
9258
9259         * configure.in (qCXX_FOR_TARGET): Quote `&' characters in
9260         CXX_FOR_TARGET for sed.
9261
9262 2000-07-30  Alexandre Oliva  <aoliva@redhat.com>
9263
9264         * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET, CXX_FOR_TARGET):
9265         Do not override if already set in the environment or in configure.
9266         Don't duplicate $(FLAGS_FOR_TARGET) if it already appears in them.
9267         (FLAGS_FOR_TARGET): Don't use host directories on Canadian crosses.
9268
9269 2000-07-28  Alexandre Oliva  <aoliva@redhat.com>
9270
9271         * libtool.m4, ltcf-c.sh, ltcf-cxx.sh, ltcf-gcj.sh: New files from
9272         the libtool CVS tree multi-language branch.
9273         * ltconfig, ltmain.sh: Updated.
9274
9275 2000-07-27  Alexandre Oliva  <aoliva@redhat.com>
9276
9277         * Makefile.in (clean-target-libgcc): Remove gcc/libgcc.
9278         (clean-target): Depend on it.
9279
9280         * Makefile.in (FLAGS_FOR_TARGET): New macro.
9281         (GCC_FOR_TARGET): Use it.
9282         (CC_FOR_TARGET, CXX_FOR_TARGET, CHILL_FOR_TARGET): Now defined...
9283         * configure.in: ... here.
9284         (FLAGS_FOR_TARGET): Define.  Add ld build dir to -L path.
9285         (libstdcxx_flags): Define and append to CXX_FOR_TARGET.
9286
9287 2000-07-24  Eric Christopher  <echristo@cygnus.com>
9288
9289         * MAINTAINERS: Add self to Write After Approval list.
9290
9291 2000-07-24  Alexandre Oliva  <aoliva@redhat.com>
9292
9293         * Makefile.in (configure-target-libf2c): Depend on $(ALL_GCC).
9294         (configure-target-libchill, configure-target-libobjc): Likewise.
9295
9296         * configure.in: Use the same cache file for all target libs.
9297         * config-ml.in: But different cache files per multilib variant.
9298
9299 2000-07-23  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
9300
9301         * configure (topsrcdir): Don't use dirname.
9302
9303 2000-07-22  Jeffrey Oldham  <oldham@codesourcery.com>
9304
9305         * MAINTAINERS: Add self to Write After Approval list.
9306
9307 2000-07-20  Jason Merrill  <jason@redhat.com>
9308
9309         * configure.in: Remove all references to libg++ and librx.
9310
9311         * configure, configure.in, Makefile.in: Unify gcc and binutils.
9312
9313 2000-07-20  Hans-Peter Nilsson  <hp@axis.com>
9314
9315         * config.sub: Update to subversions version 2000-07-06.
9316
9317 2000-07-12  Andrew Haley  <aph@cygnus.com>
9318
9319         * configure.in (host_makefile_frag): Use mh-ia64pic on IA-64 hosts.
9320         (target_makefile_frag): Use mt-ia64pic on IA-64 targets.
9321
9322 2000-07-07  Phil Edwards  <pme@sourceware.cygnus.com>
9323
9324         * symlink-tree:  Check number of arguments.
9325
9326 2000-07-05  Jim Wilson  <wilson@cygnus.com>
9327
9328         * Makefile.in (CXX_FOR_TARGET): Add libstdc++ to the library
9329         search path for a g++ extracted from the build tree.  This
9330         will allow link tests run by configure scripts in
9331         subdirectories to succeed.
9332
9333 2000-07-01  Koundinya K  <kk@ddeorg.soft.net>
9334
9335         * ltconfig: Add support for mips-dde-sysv4.2MP
9336
9337 2000-06-29  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
9338
9339         * MAINTAINERS: Add myself as loop discovery maintainer.
9340
9341 2000-06-28  Corinna Vinschen  <vinschen@cygnus.com>
9342
9343         * ltconfig: Check for host_os beeing one of `cygwin', `mingw' or
9344         `os2'. Force ac_cv_exeext to be ".exe" in that case.
9345
9346 2000-06-19  Timothy Wall  <twall@cygnus.com>
9347
9348         * configure.in (noconfigdirs): Set noconfigdirs for tic54x target.
9349         * config.sub: Add tic54x target.
9350
9351 Sun Jun 11 17:20:00 MET 2000  Toon Moene  <toon@moene.indiv.nluug.nl>
9352
9353         * MAINTAINERS: Add self as Fortran maintainer,
9354         remove Craig Burley.
9355
9356 Tue May 30 19:01:12 2000  Andrew Cagney  <cagney@b1.cygnus.com>
9357
9358         * config.sub: Import CVS version 1.167 Tue May 30 09:00:07 2000.
9359         * config.guess: Import CVS version 1.148 Tue May 30 09:00:06 2000
9360
9361 Mon May 29 21:15:00 MET 2000  Philipp Thomas  <pthomas@suse.de>
9362
9363         * MAINTAINERS: Add self as i18n maintainer
9364
9365 20000-05-21  H.J. Lu  (hjl@gnu.org)
9366
9367         * Makefile.in (CC_FOR_TARGET): Make sure as/ld in the gcc
9368         directory are used if they exist. Make sure
9369         $(build_tooldir)/include is searched for header files,
9370         $(build_tooldir)/lib/ for library files.
9371         (GCC_FOR_TARGET): Likewise.
9372         (CXX_FOR_TARGET): Likewise.
9373
9374 Thu May 18 10:58:13 2000  Jeffrey A Law  (law@cygnus.com)
9375
9376         * configure.in (hppa*64*-*-*): Do build ld for this configuration.
9377
9378 Wed May 17 16:03:48 2000  Alexandre Oliva  <aoliva@cygnus.com>
9379
9380         * Makefile.in (configure-target-libiberty): Depend on
9381         configure-target-newlib.
9382
9383 2000-05-16  Alexandre Oliva  <aoliva@cygnus.com>
9384
9385         * configure.in, Makefile.in: Merge all libffi-related
9386         configury stuff from the libgcj tree.
9387
9388 Tue May 16 10:06:21 2000  Andrew Cagney  <cagney@b1.cygnus.com>
9389
9390         Thu Apr 27 11:01:48 2000 Andrew Cagney <cagney@b1.cygnus.com>:
9391         * Makefile.in (do-tar-bz2, do-md5sum): Skip CVS directories.
9392
9393 Tue May 16 09:57:35 2000  Andrew Cagney  <cagney@b1.cygnus.com>
9394
9395         Wed Apr 26 17:03:53 2000 Andrew Cagney <cagney@b1.cygnus.com>:
9396         * Makefile.in (do-djunpack): New target. Update djunpack.bat with
9397         current version information.  Add to proto-toplev directory.
9398         (gdb-taz): Build do-djunpack.
9399
9400 2000-05-15  David Edelsohn  <edelsohn@gnu.org>
9401
9402         * configure.in: Special case powerpc*-*-aix* target_makefile_frag.
9403
9404 Mon May 15 13:39:09 2000  Andrew Cagney  <cagney@b1.cygnus.com>
9405
9406         * MAINTAINERS: Add self to Write After Approval list.
9407
9408 2000-05-13 Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
9409
9410         * ltmain.sh: Preserve in relink_command any environment
9411         variables that may affect the linker behavior.
9412
9413 Fri May 12 11:23:17 2000  Jeffrey A Law  (law@cygnus.com)
9414
9415         * config.sub (basic_machine): Recognize hppa64 as a valid cpu type.
9416
9417 Wed May 10 21:26:51 2000  Jim Wilson  <wilson@cygnus.com>
9418
9419         * configure.in (ia64*-*-elf*): Add gdb and friends to noconfigdirs.
9420
9421 2000-05-08  Eli Zaretskii  <eliz@is.elta.co.il>
9422
9423         * djunpack.bat: Change the Sed script to replace @V@ in fnchange.lst
9424         with the version name.
9425
9426 Sat May  6 21:12:55 CDT 2000  Jason Eckhardt  <jle@cygnus.com>
9427
9428         * MAINTAINERS: Add self as bb-reorder maintainer.
9429
9430 2000-05-01  Benjamin Kosnik  <bkoz@cygnus.com>
9431
9432         * config.if: Tweak.
9433
9434 2000-04-23  Eli Zaretskii  <eliz@is.elta.co.il>
9435
9436         * djunpack.bat: New file.
9437
9438 Wed Apr 19 12:46:26 2000  Andrew Cagney  <cagney@b1.cygnus.com>
9439
9440         * Makefile.in (taz, gdb-taz, gas.tar.bz2, binutils.tar.bz2,
9441         gas+binutils.tar.bz2, libg++.tar.bz2, gnats.tar.bz2, gdb.tar.bz2,
9442         dejagnu.tar.bz2, gdb+dejagnu.tar.bz2, insight.tar.bz2,
9443         insight+dejagnu.tar.bz2, newlib.tar.bz2): Pass MD5PROG to sub-make.
9444
9445 2000-04-16  Dave Pitts  <dpitts@cozx.com>
9446
9447         * config.sub (case $basic_machine): Change default for "ibm-*"
9448         to "openedition".
9449
9450 2000-04-13  Andreas Jaeger  <aj@suse.de>
9451
9452         * MAINTAINERS: Added myself.
9453
9454 Wed Apr 12 16:42:48 2000  Andrew Cagney  <cagney@b1.cygnus.com>
9455
9456         * Makefile.in (gdb-taz): New target.  GDB specific archive.
9457         (do-md5sum): New target.
9458         (MD5PROG): Define.
9459         (PACKAGE): Default to TOOL.
9460         (VER): Default to a shell script.
9461         (taz): Rewrite target.  Move real work to do-proto-toplev.  Include
9462         md5 checksum generation.
9463         (do-proto-toplev): New target. Create $(PACKAGE)-$(VER) link.
9464         (do-tar-bz2): Delete creation of $(PACKAGE)-$(VER) link.
9465         (gdb.tar.bz2, dejagnu.tar.bz2, gdb+dejagnu.tar.bz2,
9466         insight.tar.bz2): Use gdb-taz to create archive.
9467
9468 Fri Apr  7 18:10:29 2000  Andrew Cagney  <cagney@b1.cygnus.com>
9469
9470         * configure (warn_cflags): Delete.
9471
9472 Thu Apr  6 16:15:14 2000  Philippe De Muyter  <phdm@macqel.be>
9473
9474         * MAINTAINERS: Added myself.
9475
9476 2000-04-05  Benjamin Kosnik  <bkoz@cygnus.com>
9477             Martin v. Löwis  <martin@loewis.home.cs.tu-berlin.de>
9478
9479         * configure.in (enable_libstdcxx_v3): Add.
9480         (target_libs): Add bits here to switch between libstdc++-v2 and
9481         libstdc++-v3.
9482         * config.if: And this file too.
9483         * Makefile.in: Add libstdc++-v3 targets.
9484
9485 2000-04-05  Michael Meissner  <meissner@redhat.com>
9486
9487         * config.sub (d30v): Add d30v as a basic machine type.
9488
9489 2000-03-29  Jason Merrill  <jason@casey.cygnus.com>
9490
9491         * configure.in: -linux-gnu*, not -linux-gnu.
9492
9493 Sun Mar 12 17:30:30 2000  Toon Moene  <toon@moene.indiv.nluug.nl>
9494
9495         * MAINTAINERS: Add self in write-after-approval section.
9496
9497 Sun Mar 12 00:23:32 2000  Jim Wilson  <wilson@cygnus.com>
9498
9499         * MAINTAINERS: Add self as ia64 port maintainer.
9500
9501 2000-03-08  Neil Booth  <NeilB@earthling.net>
9502
9503         * MAINTAINERS: Add self in write-after-approval section.
9504
9505 Fri Mar  3 18:44:08 2000  Andrew Cagney  <cagney@b1.cygnus.com>
9506
9507         * Makefile.in (taz): Set PACKAGE to TOOL when not defined.
9508         (do-tar-bz2): Replace TOOL with PACKAGE.
9509         (gdb.tar.bz2): Remove GDBTK from GDB package.
9510         (gdb+dejagnu.tar.bz2, insight.tar.bz2, insight+dejagnu.tar.bz2,
9511         dejagnu.tar.bz2): New packages.
9512
9513 2000-02-27  Andreas Jaeger  <aj@suse.de>
9514
9515         * configure.in: Add entry for mips*-*-linux*, move catch all
9516         *-*-*linux* entry below this one.
9517
9518 2000-02-27  Ian Lance Taylor  <ian@zembu.com>
9519
9520         * ltconfig, ltmain.sh: Update to libtool 1.3.4.
9521
9522 2000-02-24  Nick Clifton  <nickc@cygnus.com>
9523
9524         * config.sub: Support an OS of "wince".
9525
9526 Thu Feb 24 16:15:56 2000  Andrew Cagney  <cagney@b1.cygnus.com>
9527
9528         * config.guess, config.sub: Updated to match config's 2000-02-15
9529         version.
9530
9531 2000-02-23  Linas Vepstas  <linas@linas.org>
9532
9533         * config.sub: Add support for Linux/IBM 370.
9534         * configure.in: Likewise.
9535
9536 2000-02-22  Nick Clifton  <nickc@cygnus.com>
9537
9538         * configure.in: Add mips-pe, sh-pe and arm-wince-pe targets.
9539
9540 2000-02-20  Christopher Faylor  <cgf@cygnus.com>
9541
9542         * config.guess: Guess "cygwin" rather than "cygwin32".
9543
9544 2000-02-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9545
9546         * configure (gcc_version): When setting, narrow search to
9547         lines containing `version_string'.
9548
9549 2000-02-15  Denis Chertykov  <denisc@overta.ru>
9550
9551         * config.sub: Add support for avr target.
9552
9553 2000-02-14  Nick Clifton  <nickc@cygnus.com>
9554
9555         * MAINTAINERS: Add maintainers for MCore port.
9556
9557 Tue Feb  1 00:07:46 2000  Hans-Peter Nilsson  <hp@bitrange.com>
9558
9559         * config.sub: Add mmix-knuth-mmixware.
9560
9561 2000-01-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9562
9563         * MAINTAINERS: Pair cccp with cpplib maintainership.
9564
9565 2000-01-27  Christopher Faylor  <cgf@redhat.com>
9566
9567         * Makefile.in (CC_FOR_TARGET): Add new winsup directory
9568         structure stuff to -L library search.
9569         (CXX_FOR_TARGET): Ditto.
9570         (CROSS_CHECK_MODULES): Fix spelling mistake.
9571
9572 2000-01-24  Mark Mitchell  <mark@codesourcery.com>
9573
9574         * Makefile.in (CXX_FOR_TARGET): Use g++, not xgcc, to invoke
9575         the C++ compiler.
9576
9577 2000-01-12  Richard Henderson  <rth@cygnus.com>
9578
9579         * configure.in: Don't build some bits for beos.
9580
9581 2000-01-12  Joel Sherrill (joel@OARcorp.com)
9582
9583         * Makefile.in (CC_FOR_TARGET): Use newlib libraries as well
9584         as include files.
9585
9586 2000-01-11  Zack Weinberg  <zack@wolery.cumb.org>
9587
9588         * Add self as cpplib maintainer, as requested by Jason
9589         Merrill.  Correct my e-mail address.
9590
9591 2000-01-06  Geoff Keating  <geoffk@cygnus.com>
9592
9593         * configure.in: Use mt-aix43 to handle *_TARGET defs,
9594         not mh-aix43.
9595
9596 Thu Dec 23 03:43:36 1999  Hans-Peter Nilsson  <hp@bitrange.com>
9597
9598         * MAINTAINERS: Add myself to "write after approval" list.
9599
9600 1999-12-14  Richard Henderson  <rth@cygnus.com>
9601
9602         * config.guess (alpha-osf, alpha-linux): Detect ev67.
9603         * config.sub: Accept alphaev[78], alphaev8.
9604
9605 1999-12-03  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
9606
9607         * config.guess, config.sub: Update from autoconf.
9608
9609 1999-11-29  Bruce Korb  <autogen@linuxbox.com>
9610
9611         * MAINTAINERS:  update my playtime e-address.
9612
9613 Tue Nov 23 00:57:41 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
9614
9615         * config-ml.in (sparc*-*-*): Disable sparcv9 support if the
9616         necessary libraries are missing.
9617
9618 Fri Nov 19 11:22:31 MST 1999  Diego Novillo  <dnovillo@cygnus.com>
9619
9620         * MAINTAINERS: Add new 'write after approval' maintainer.
9621
9622 Wed Nov 17 16:08:43 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
9623
9624         * MAINTAINERS: Add new Java maintainer.
9625
9626 1999-10-25  Andreas Schwab  <schwab@suse.de>
9627
9628         * configure: Fix quoting inside arguments of eval.
9629
9630 1999-10-21  Nick Clifton  <nickc@cygnus.com>
9631
9632         * config-ml.in: Allow suppression of some ARM multilibs.
9633
9634 Tue Sep  7 23:33:57 1999  Linas Vepstas  <linas@linas.org>
9635
9636         * config.guess: Add OS/390 match pattern.
9637         * config.sub: Add mvs, openedition targets.
9638         * configure.in (i370-ibm-opened*): New.
9639
9640 1999-09-04  Steve Chamberlain  <sac@pobox.com>
9641
9642         * config.sub: Add support for configuring for pj.
9643
9644 1999-08-31  Nick Clifton  <nickc@cygnus.com>
9645
9646         * config.sub (maybe_os): Add support for configuring for fr30.
9647
9648 1999-08-25  Nick Clifton  <nickc@cygnus.com>
9649
9650         * configure.in: Do not configure or build ld for AIX
9651         platforms.  ld is known to be broken on these platforms.
9652
9653 Wed Aug 25 01:12:25 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
9654
9655         * config-ml.in: Pass compiler flag corresponding to multidirs to
9656         subdir configures.
9657
9658 1999-08-09  Ian Lance Taylor  <ian@zembu.com>
9659
9660         * Makefile.in (LDFLAGS): Define.
9661
9662 1999-08-08  Mumit Khan  <khan@xraylith.wisc.edu>
9663
9664         * configure.in (i[3456]-*-mingw32*): Don't put gprof in
9665         noconfigdirs.
9666         (*-*-cygwin*): Likewise.
9667
9668 1999-08-08  Ian Lance Taylor  <ian@zembu.com>
9669
9670         * mkdep: New file.
9671         * Makefile.in (GAS_SUPPORT_DIRS): Add mkdep.
9672         (BINUTILS_SUPPORT_DIRS): Add mkdep.
9673
9674         From Eli Zaretskii <eliz@is.elta.co.il>:
9675         * configure (tmpfile): Change cONf$$ to cNf$$ to avoid an overly
9676         long file name when using DJGPP on MS-DOS.
9677
9678 Wed Aug  4 02:07:14 1999  Jeffrey A Law  (law@cygnus.com)
9679
9680         * config.sub (vxworks case): Use os=-vxworks, not os=vxworks.
9681
9682 1999-07-30  Alan Modra  <alan@spri.levels.unisa.edu.au>
9683
9684         * Makefile.in (check-target-libio): Remove all-target-libstdc++
9685         dependency as this causes "make check" to globally "make all"
9686
9687 Tue Jun 22 23:45:18 1999  Tom Tromey  <tromey@cygnus.com>
9688
9689         * configure.in (target_libs): Added target-zlib.
9690         * Makefile.in (ALL_TARGET_MODULES): Added zlib.
9691         (CONFIGURE_TARGET_MODULES): Likewise.
9692         (CHECK_TARGET_MODULES): Likewise.
9693         (INSTALL_TARGET_MODULES): Likewise.
9694         (CLEAN_TARGET_MODULES): Likewise.
9695         (configure-target-zlib): New target.
9696         (all-target-zlib): Likewise.
9697         (all-target-libjava): Depend on all-target-zlib.
9698         (configure-target-libjava): Depend on configure-target-zlib.
9699
9700         * Makefile.in (configure-target-libjava): Depend on
9701         configure-target-newlib.
9702         (configure-target-boehm-gc): New target.
9703         (configure-target-qthreads): New target.
9704
9705         * configure.in (target_libs): Added target-qthreads.
9706         * Makefile.in (ALL_TARGET_MODULES): Added qthreads.
9707         (CONFIGURE_TARGET_MODULES): Likewise.
9708         (CHECK_TARGET_MODULES): Likewise.
9709         (INSTALL_TARGET_MODULES): Likewise.
9710         (CLEAN_TARGET_MODULES): Likewise.
9711         (all-target-qthreads): New target.
9712         (configure-target-libjava): Depend on configure-target-qthreads.
9713         (all-target-libjava): Depend on all-target-qthreads.
9714
9715         * Makefile.in (ALL_TARGET_MODULES): Added libjava, boehm-gc.
9716         (CONFIGURE_TARGET_MODULES): Likewise.
9717         (CHECK_TARGET_MODULES): Likewise.
9718         (INSTALL_TARGET_MODULES): Likewise.
9719         (CLEAN_TARGET_MODULES): Likewise.
9720         (all-target-libjava): New target.
9721         (all-target-boehm-gc): Likewise.
9722         * configure.in (target_libs): Added libjava, boehm-gc.
9723
9724 1999-07-22  Ian Lance Taylor  <ian@zembu.com>
9725
9726         * Makefile.in (binutils.tar.bz2): Don't pass makeall.bat and
9727         configure.bat in SUPPORT_FILES.
9728         (gas+binutils.tar.bz2): Likewise.
9729
9730         * makeall.bat: Remove; obsolete.
9731
9732 1999-07-21  Ian Lance Taylor  <ian@zembu.com>
9733
9734         From Mark Elbrecht:
9735         * configure.bat: Remove; obsolete.
9736
9737 1999-07-11  Ian Lance Taylor  <ian@zembu.com>
9738
9739         * configure: Add -W -Wall to the default CFLAGS when compiling with
9740         gcc.
9741
9742 Thu Jul  8 12:32:23 1999  John David Anglin <dave@hiauly1.hia.nrc.ca>
9743
9744         * configure.in: Build ld, binutils & gas for hppa*-*-linux-gnu*.
9745
9746 1999-06-30  Mark Mitchell  <mark@codesourcery.com>
9747
9748         * configure.in: Build ld on IRIX6.
9749
9750 1999-06-12  Ian Lance Taylor  <ian@zembu.com>
9751
9752         * Makefile.in: Change distribution targets to use bzip2 instead of
9753         gzip.
9754         (TEXINFO_SUPPORT): Set to just texinfo/texinfo.tex.
9755         (taz): Don't use texinfo/gpl.texinfo or texinfo/lgpl.texinfo.
9756
9757 1999-06-04  Nick Clifton  <nickc@cygnus.com>
9758
9759         * config.sub: Add mcore target.
9760
9761 Sun May 30 16:03:16 1999  Cort Dougan  <cort@cs.nmt.edu>
9762
9763         * config.guess (ppc-*-linux-gnu): Also use ld emul elf32ppclinux.
9764
9765 Tue May 25 11:20:46 1999  H.J. Lu  (hjl@gnu.org)
9766
9767         * config.guess (dummy): Changed to $dummy.
9768
9769 1999-05-24  Nick Clifton  <nickc@cygnus.com>
9770
9771         * config.sub: Tidied up case statements.
9772
9773 1999-05-22  Ben Elliston  <bje@cygnus.com>
9774
9775         * config.guess: Handle NEC UX/4800. Contributed by Jiro Takabatake
9776         <jiro@din.or.jp>.
9777
9778         * config.guess: Merge with FSF version. Future changes will be
9779         more accurately recorded in this ChangeLog.
9780         * config.sub: Likewise.
9781
9782 Thu May 20 10:00:42 1999   Stephen L Moshier  <moshier@world.std.com>
9783
9784          * Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include.
9785
9786 1999-04-30  Tom Tromey  <tromey@cygnus.com>
9787
9788         * ltmain.sh: [mode link] Always use CC given by ltconfig.
9789
9790 1999-04-23  Tom Tromey  <tromey@cygnus.com>
9791
9792         * ltconfig, ltmain.sh: Update to libtool 1.2f.
9793
9794 1999-04-20  Drew Moseley  <dmoseley@cygnus.com>
9795
9796         * configure.in (noconfigdirs): Don't build libstub for arm-elf targets.
9797         (noconfigdirs): Don't build any bsp stuff for for arm-oabi targets.
9798         Bad merge removed these two changes.
9799
9800 Tue Apr 13 22:50:54 1999  Donn Terry (donn@interix.com)
9801                           Martin Heller (Ing.-Buero_Heller@t-online.de)
9802
9803         * config.guess (interix Alpha): Add.
9804
9805 1999-04-11  Richard Henderson  <rth@cygnus.com>
9806
9807         * configure.in (i?86-*-beos*): Do config gperf; don't config
9808         gdb, newlib, or libgloss.
9809
9810 Sun Apr 11 23:55:34 1999  Alexandre Oliva  <oliva@dcc.unicamp.br>
9811
9812         * config-ml.in: On mips*-*-*, if multidirs contains mabi=64, try to
9813         link a trivial program with -mabi=64.  If it fails, remove mabi=64
9814         from multidirs.
9815
9816 Sat Apr 10 21:50:01 1999  Philipp Thomas  (kthomas@gwdg.de)
9817
9818         * config.sub: Set basic_machine to i586 when target_alias = k6-*.
9819
9820 1999-04-08  Nick Clifton  <nickc@cygnus.com>
9821
9822         * config.sub: Add support for mcore targets.
9823
9824 1999-04-07  Michael Meissner  <meissner@cygnus.com>
9825
9826         * configure.in (d30v-*): Use config/mt-d30v as makefile fragment,
9827         not mt-ospace, in order to shut up assembler warning about using
9828         symbols that are named the same as registers.
9829
9830 1999-04-07  Drew Moseley  <dmoseley@cygnus.com>
9831
9832         * Makefile.in (all-target-cygmon): Added all-target-bsp to the
9833         dependency list for all-target-cygmon.
9834
9835 1999-04-05  Doug Evans  <devans@casey.cygnus.com>
9836
9837         * config-ml.in: Check $host, not $target, for selective multilibs.
9838         (arm-*-*): Allow disabling of biendian, h/w fp, 26 bit apcs,
9839         thumb interworking, and underscore prefix multilibs.
9840
9841 1999-04-04  Ian Lance Taylor  <ian@zembu.com>
9842
9843         * missing: Update to version from current automake.
9844
9845 Fri Apr  2 15:11:32 1999  H.J. Lu  (hjl@gnu.org)
9846
9847         * configure (gxx_include_dir): Removed.
9848
9849         * configure.in (gxx_include_dir): Handle it.
9850         * Makefile.in: Likewise.
9851
9852 1999-03-29  Gavin Romig-Koch  <gavin@cygnus.com>
9853
9854         * config.sub (mips64vr4111,mips64vr4111el) Add.
9855
9856 1999-03-21  Ben Elliston  <bje@cygnus.com>
9857
9858         * config.guess: Correct typo for detecting ELF on FreeBSD.
9859
9860 Thu Mar 18 00:17:50 1999  Mark Elbrecht <snowball3@usa.net>
9861
9862         * configure.in (pc-msdosdjgpp): Set host_makefile_frag to
9863         config/mh-djgpp.
9864
9865 Thu Mar 11 18:37:23 1999  Drew Moseley  <dmoseley@cygnus.com>
9866
9867         * Makefile.in (all-target-bsp): Added all-gcc all-binutils and
9868         all-target-newlib to dependency list for all-target-bsp.
9869
9870 Thu Mar 11 01:19:31 1999  Mumit Khan  <khan@xraylith.wisc.edu>
9871
9872         * config.sub: Add i386-uwin support.
9873         * config.guess: Likewise.
9874
9875 Thu Mar 11 01:07:55 1999  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
9876
9877         * configure.in: cleanup, add mh-*pic handling for arm, special
9878         case powerpc*-*-aix*
9879
9880 Wed Mar 10 18:35:07 1999  Jeff Johnston  <jjohnstn@cygnus.com>
9881
9882         * configure.in (noconfigdirs): Removed target-libgloss so libnosys.a
9883         can be built.
9884
9885 Wed Mar 10 17:39:09 1999  Drew Moseley  <dmoseley@cygnus.com>
9886
9887         * configure.in: Added bsp support to arm-*-coff and arm-*-elf
9888         targets.
9889
9890 1999-03-02  Nick Clifton  <nickc@cygnus.com>
9891
9892         * config.sub: Rename CYGNUS LOCAL to EGCS LOCAL
9893
9894 Sun Feb 28 02:20:00 1999  Geoffrey Noer  <noer@cygnus.com>
9895
9896         * config.sub: Check for "cygwin*" rather than "cygwin32*"
9897
9898 1999-02-24  Nick Clifton  <nickc@cygnus.com>
9899
9900         * config.sub: Fix typo in arm recognition.
9901
9902 Wed Feb 24 13:51:40 1999  Drew Moseley  <dmoseley@cygnus.com>
9903
9904         * configure.in (noconfigdirs): Changed target_configdirs to
9905         include target-bsp only for m68k-*-elf* and m68k-*-coff*
9906         rather than m68k-*-* since it is not known to work on
9907         m68k-aout. Ditto for arm-*-*oabi.
9908
9909 Wed Feb 24 12:52:17 1999  Stan Shebs  <shebs@andros.cygnus.com>
9910
9911         * configure.in (*-*-windows*): Remove, no longer used.
9912
9913 1999-02-19  Ben Elliston <bje@cygnus.com>
9914
9915         * config.guess: Automatically recognise ELF on FreeBSD. From Niall
9916         Smart and improved by Andrew Cagney.
9917
9918 Thu Feb 18 19:55:09 1999  Marc Espie <espie@cvs.openbsd.org>
9919
9920         * config.guess: Recognize openbsd-*-hppa.
9921
9922 Wed Feb 17 01:38:59 1999  H.J. Lu  (hjl@gnu.org)
9923
9924         * Makefile.in (REALLY_SET_LIB_PATH): Append $$$(RPATH_ENVVAR)
9925         only if it is not empty.
9926
9927 1999-02-17  Nick Clifton  <nickc@cygnus.com>
9928
9929         Patch from: Scott Bambrough <scottb@corelcomputer.com>
9930
9931         * config.guess: Modified to recognize uname's armv* syntax.
9932
9933         * config.sub: Modified to recognize uname's armv* syntax.
9934
9935 1999-02-17  Mark Salter  <msalter@cygnus.com>
9936
9937         * configure.in: Added target-bsp for sparclite.
9938
9939 Mon Feb  8 14:17:24 1999  Richard Henderson  <rth@cygnus.com>
9940
9941         * config.sub: Recognize alphapca5[67] and up to alphaev8.
9942
9943 1999-02-08  Nick Clifton  <nickc@cygnus.com>
9944
9945         * configure.in: Add support for strongarm port.
9946         * config.sub: Add support for strongarm target.
9947
9948 Sun Feb  7 18:01:54 1999  Mumit Khan  <khan@xraylith.wisc.edu>
9949
9950         * configure.in (*-*-cygwin32*): Use config/mh-cygwin instead of
9951         the old name config/mh-cygwin32.
9952         Enable texinfo.
9953
9954 Thu Feb  4 20:43:25 1999  Ian Lance Taylor  <ian@cygnus.com>
9955
9956         * configure.in: Do build ld for ix86 Solaris.
9957
9958 Tue Feb  2 19:46:40 1999  Jim Wilson  <wilson@cygnus.com>
9959
9960         * Makefile.in (EXTRA_GCC_FLAGS):  Set AR to $AR instead of
9961         $AR_FOR_TARGET.  Likewise for RANLIB.
9962
9963 Tue Feb  2 20:05:05 1999  Catherine Moore  <clm@cygnus.com>
9964
9965         * config.sub (oabi):  Recognize.
9966         * configure.in (arm-*-oabi):  Handle.
9967
9968 Sat Jan 30 06:09:00 1999  Robert Lipe  (robertlipe@usa.net)
9969
9970         * config.guess: Improve detection of i686 on UnixWare 7.
9971
9972 Sat Jan 30 08:04:00 1999  Mumit Khan  <khan@xraylith.wisc.edu>
9973
9974         * config.guess: Add support for i386-pc-interix.
9975         * config.sub: Likewise.
9976         * configure.in: Likewise.
9977
9978 Mon Jan 18 13:59:20 1999  Christopher Faylor <cgf@cygnus.com>
9979
9980         * Makefile.in: Remove unneeded all-target-libio from
9981         from all-target-winsup target since it is now unneeded.
9982         Add all-target-libtermcap in its place since it is now
9983         needed.
9984
9985 Wed Dec 30 20:34:52 1998  Christopher Faylor <cgf@cygnus.com>
9986
9987         * configure.in: makefile stub for cygwin target is probably
9988         unnecessary.  Remove it for now.
9989
9990 Wed Dec 30 01:13:03 1998  Christopher Faylor <cgf@cygnus.com>
9991
9992         * configure.in: libtermcap.a should be built when cygwin is the
9993         target as well as the host.
9994         * config.guess: Allow mixed case in cygwin uname output.
9995         * Makefile.in: Add libtermcap target.
9996
9997 Wed Dec 23 00:20:50 1998  Jeffrey A Law  (law@cygnus.com)
9998
9999         * config.sub: Clean up handling of hppa2.0.
10000
10001 Tue Dec 22 23:56:31 1998  Rodney Brown  (rodneybrown@pmsc.com)
10002
10003         * config.guess: Use C code to identify more HP machines.
10004
10005 Thu Dec 17 01:22:30 1998  Jeffrey A Law  (law@cygnus.com)
10006
10007         * config.sub: Handle hppa2.0.
10008
10009 Tue Dec 15 17:02:58 1998  Bob Manson  <manson@charmed.cygnus.com>
10010
10011         * configure.in: Add cygmon for x86-coff and x86-elf. Configure
10012         cygmon for all sparclite targets, regardless of object format.
10013
10014 1998-12-15  Mark Salter  <msalter@cygnus.com>
10015
10016         * configure.in: Added target-bsp for several target architectures.
10017
10018         * Makefile.in: Added rules for bsp.
10019
10020 Fri Dec  4 01:34:02 1998  Jeffrey A Law  (law@cygnus.com)
10021
10022         * config.guess: Improve detection of hppa2.0 processors.
10023
10024 Fri Dec  4 01:33:05 1998  Niall Smart <nialls@euristix.ie>
10025
10026         * config.guess: Recognize FreeBSD using ELF automatically.
10027
10028 1998-11-26  Manfred Hollstein  <manfred@s-direktnet.de>
10029
10030         * configure (skip-this-dir): Add handling for new shell script, which
10031         might be created by a sub-directory's configure to indicate, this particular
10032         directory is "unwanted".
10033         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Likewise.
10034
10035 Wed Nov 18 18:28:45 1998  Geoffrey Noer  <noer@cygnus.com>
10036
10037         * ltconfig: import from libtool, after changing libtool to
10038         account for the cygwin name change.
10039
10040 Wed Nov 18 18:09:14 1998  Geoffrey Noer  <noer@cygnus.com>
10041
10042         * Makefile.in: CC_FOR_TARGET and CXX_FOR_TARGET should also
10043         include newlib/libc/sys/cygwin and newlib/libc/sys/cygwin32.
10044
10045 Wed Nov 18 20:13:29 1998  Christopher Faylor <cgf@cygnus.com>
10046
10047         * configure.in: Add libtermcap to list of cygwin dependencies.
10048
10049 Tue Nov 17 16:57:51 1998  Geoffrey Noer  <noer@cygnus.com>
10050
10051         * Makefile.in: modify CC_FOR_TARGET and CXX_FOR_TARGET so that
10052         they include winsup/include when it's a cygwin target.
10053
10054 1998-11-12  Tom Tromey  <tromey@cygnus.com>
10055
10056         * configure.in (host_tools): Added zip.
10057         * Makefile.in (all-target-libjava): Depend on all-zip.
10058         (all-zip): New target.
10059         (ALL_MODULES): Added all-zip.
10060         (NATIVE_CHECK_MODULES): Added check-zip.
10061         (INSTALL_MODULES): Added install-zip.
10062         (CLEAN_MODULES): Added clean-zip.
10063
10064 Thu Nov 12 17:27:21 1998  Geoffrey Noer  <noer@cygnus.com>
10065
10066         * Makefile.in: lose "32" from comment about cygwin.
10067
10068 Thu Nov  5 15:00:31 1998  Nick Clifton  <nickc@cygnus.com>
10069
10070         * configure.in: Use -Os to build target libraries for the fr30.
10071
10072 Wed Nov  4 18:49:43 1998  Dave Brolley  <brolley@cygnus.com>
10073
10074         * config.sub: Add fr30.
10075
10076 Mon Nov  2 15:19:33 1998  Geoffrey Noer  <noer@cygnus.com>
10077
10078         * configure.in: drop "32" from config/mh-cygwin32.  Check
10079         cygwin* instead of cygwin32*.
10080         * config.sub: Check cygwin* instead of cygwin32*.
10081
10082 Thu Oct 22 10:55:25 1998  Robert Lipe  <robertl@dgii.com>
10083
10084         * config.guess: Match any version of Unixware7.
10085
10086 1998-10-20  Syd Polk  <spolk@cygnus.com>
10087
10088         * Makefile.in configure.in: Add the ability to use tcl8.1 and tk8.1
10089         if desired.
10090
10091 Sun Oct 18 18:34:50 1998  Jeffrey A Law  (law@cygnus.com)
10092
10093         * config.if (cxx_interface, libstdcxx_interface): Do not try to set
10094         these if the appropriate directories and files to not exist.
10095
10096 Wed Oct 14 10:29:06 1998  Jeffrey A Law  (law@cygnus.com)
10097
10098         * Makefile.in (DEVO_SUPPORT): Add config.if.
10099
10100 Tue Oct 13 15:45:36 1998  Manfred Hollstein  <manfred@s-direktnet.de>
10101
10102         * configure: Add pattern to replace "build_tooldir"'s
10103         definition in the generated Makefile with "tooldir"'s
10104         actual value.
10105
10106 Tue Oct 13 09:17:06 1998  Jeffrey A Law  (law@cygnus.com)
10107
10108         * config.sub: Bring back lost sparcv9.
10109
10110         * Makefile.in (all-snvavigator): Remove all-flexlm dependency.
10111
10112 Mon Oct 12 12:09:44 1998  Jeffrey A Law  (law@cygnus.com)
10113
10114         * Makefile.in (CHILL_FOR_TARGET): Mirror recent changes to
10115         CC_FOR_TARGET and friends.
10116
10117 Mon Oct 12 12:09:30 1998  Alexandre Oliva  <oliva@dcc.unicamp.br>
10118
10119         * Makefile.in (build_tooldir): New variable, same as tooldir.
10120         (CC_FOR_TARGET, GCC_FOR_TARGET, CXX_FOR_TARGET): Add
10121         -B$(build_tooldir)/bin/.
10122         (BASE_FLAGS_TO_PASS): Pass build_tooldir down.
10123
10124 Tue Sep  1 16:23:11 1998  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
10125
10126         * README: Remove installation instructions and refer to the
10127         INSTALL directory instead.
10128
10129 Wed Sep 30 22:20:50 1998  Robert Lipe  <robertl@dgii.com>
10130
10131         * config.sub: Add support for i[34567]86-pc-udk.
10132         * configure.in: Likewise.
10133
10134 Wed Sep 30 19:23:48 1998  Geoffrey Noer  <noer@cygnus.com>
10135
10136         * Makefile.in: add bzip2 package building bits for user
10137         tools module
10138         * configure.in: ditto
10139
10140 Wed Sep 30 03:00:05 1998  Jeffrey A Law  (law@cygnus.com)
10141
10142         * Makefile.in (TARGET_CONFIGDIRS): Add libobjc.
10143         (ALL_TARGET_MODULES): Add all-target-libobjc.
10144         (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
10145         (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
10146         (all-target-libchill): Add dependencies.
10147         * configure.in (target_libs): Add libchill.
10148
10149 1998-09-30  Manfred Hollstein  <manfred@s-direktnet.de>
10150
10151         * configure.in (target_subdir): Remove duplicate line.
10152
10153 Tue Sep 29 22:45:41 1998  Felix Lee  <flee@cygnus.com>
10154
10155         * Makefile.in (all-automake): fix dependencies.
10156
10157 Mon Sep 28 04:04:27 1998  Jeffrey A Law  (law@cygnus.com)
10158
10159         * configure.in: Minor cleanups for building in the $(target_alias)
10160         subdir.
10161
10162 1998-09-22  Jim Wilson  <wilson@cygnus.com>
10163
10164         * Makefile.in (bootstrap): Set r and s before make all.  Use
10165         BASE_FLAGS_TO_PASS in make all.
10166         (cross): Likewise.
10167
10168 1998-09-20  Mark Mitchell  <mark@markmitchell.com>
10169
10170         * Makefile.in (bootstrap): Pass TARGET_FLAGS_TO_PASS to `make all'.
10171
10172 Sun Sep 20 00:13:02 1998  Richard Henderson  <rth@cygnus.com>
10173
10174         * config.sub: Fix typo in last change.
10175
10176 1998-09-19  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
10177
10178         * config.sub: Add support for C4x target.
10179         * configure.in: Likewise.
10180
10181 1998-09-13  David S. Miller  <davem@pierdol.cobaltmicro.com>
10182
10183         * config.sub: Recognize sparcv9 just like sparc64.
10184
10185 Wed Sep  9 15:44:52 1998  Robert Lipe  <robertl@dgii.com>
10186
10187         * config.guess: Match "Pent II" or "PentII" for OpenServer.
10188
10189 Tue Sep  8 01:18:39 1998  Jeffrey A Law  (law@cygnus.com)
10190
10191         * config.guess: Correctly identify Pentium II sco boxes.
10192
10193         * config.guess: Fix "tr" code.  From Weiwen Liu.
10194
10195 Sat Sep  5 13:56:52 1998  John Hughes  <john@Calva.COM>
10196
10197         * configure.in: Do not assume x86-svr4 or x86-unixware can handle
10198         stabs.
10199
10200 Sat Sep  5 02:12:02 1998  Jeffrey A Law  (law@cygnus.com)
10201
10202         * Makefile.in (TARGET_CONFIGDIRS): Add libchill.
10203         (ALL_TARGET_MODULES): Add all-target-libchill.
10204         (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
10205         (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
10206         (all-target-libchill): Add dependencies.
10207         * configure.in (target_libs): Add libchill.
10208
10209 Sun Aug 30 22:27:02 1998  Lutz Wohlrab <lutz.wohlrab@informatik.tu-chemnitz.de>
10210
10211         * config.guess: Avoid assumptions about "tr" behaves when
10212         LANG is set to something other than English.
10213
10214 Sun Aug 30 22:14:44 1998  H.J. Lu  (hjl@gnu.org)
10215
10216         * configure (gxx_include_dir): Changed to
10217         '${prefix}/include/g++'-${libstdcxx_interface}.
10218
10219         * config.if: New to determine the interfaces.
10220
10221 Sun Aug 30 21:15:19 1998  Mark Klein (mklein@dis.com)
10222
10223         * config.guess: Detect and handle MPE/IX.
10224         * config.sub: Deal with MPE/IX.
10225
10226 Sat Aug 29 14:32:55 1998  David Edelsohn  <edelsohn@mhpcc.edu>
10227
10228         * configure.in: Use mh-aix43.
10229
10230 1998-07-29  Manfred Hollstein  <manfred@s-direktnet.de>
10231
10232         * configure: Fix --without/--disable cases for gxx-include-dir.
10233
10234 Fri Aug 28 12:28:26 1998  Per Bothner  <bothner@cygnus.com>
10235
10236         * mdata-sh:  Imported.  Needed for automake support.
10237
10238 Thu Aug 13 12:49:29 1998  H.J. Lu  <hjl@gnu.org>
10239
10240         * Makefile.in (taz): Try "chmod -R og=u ." before
10241         "chmod og=u `find . -print`".
10242
10243 Fri Jul 31 09:38:33 1998  Catherine Moore  <clm@cygnus.com>
10244
10245         * configure.in: Add arm-elf and thumb-elf support.
10246
10247 Mon Jul 27 16:23:58 1998  Doug Evans  <devans@canuck.cygnus.com>
10248
10249         * Makefile.in: Undo previous patch.
10250
10251 Fri Jul 24 19:55:24 1998  Doug Evans  <devans@canuck.cygnus.com>
10252
10253         * Makefile.in (INSTALL_TARGET): Move EXTRA_TARGET_HOST_INSTALL_MODULES
10254         to here ...
10255         (install-no-fixedincludes): and here
10256         (INSTALL_MODULES): ... from here.
10257
10258 Fri Jul 24 17:01:42 1998  Ian Lance Taylor  <ian@cygnus.com>
10259
10260         * config.sub: Merge with FSF.
10261
10262         * config.guess: Merge with FSF.
10263
10264 Fri Jul 24 08:43:36 1998  Doug Evans  <devans@canuck.cygnus.com>
10265
10266         * configure (extraconfigdirs): New variable.
10267         (SUBDIRS): Add extraconfigdirs and recurse on them too.
10268         * Makefile.in (all): Move higher in file.
10269         (EXTRA_TARGET_HOST_ALL_MODULES): New variable.
10270         (EXTRA_TARGET_HOST_{INSTALL,CHECK}_MODULES): New variables.
10271         (ALL_MODULES): Add EXTRA_TARGET_HOST_ALL_MODULES.
10272         (CROSS_CHECK_MODULES): Add EXTRA_TARGET_HOST_CHECK_MODULES.
10273         (INSTALL_MODULES): Add EXTRA_TARGET_HOST_INSTALL_MODULES.
10274
10275 1998-07-23  Brendan Kehoe  <brendan@cygnus.com>
10276
10277         * Makefile.in (all-target-libjava): Depend on all-gcc and
10278         all-target-newlib.
10279         (configure-target-libjava): Depend on $(ALL_GCC).
10280
10281 Sat Jul 18 14:32:43 CDT 1998  Robert Lipe  <robertl@dgii.com>
10282
10283         * config.guess: (*-pc-sco3.2v5) Add detection for Pentium II.
10284         (*-pc-unixware7) Add detection for Pentium II, Pentium Pro.
10285
10286 Sun Jul 19 00:46:53 CEST 1998  Marc Lehmann <pcg@goof.com>
10287
10288         * INSTALL/README: Fix typo.
10289
10290 Fri Jul 17 13:30:18 1998  Ian Lance Taylor  <ian@cygnus.com>
10291
10292         * ylwrap: Change absolute path checks to check for DOS style path
10293         names.
10294
10295         * ylwrap: Don't use a full path name if the source file is in the
10296         same directory.  From hjl@lucon.org (H.J. Lu).
10297
10298         * config-ml.in: Default to being verbose, to match Feb 18 change to
10299         configure.
10300
10301 Thu Jul 16 12:29:51 1998  Ian Lance Taylor  <ian@cygnus.com>
10302
10303         Brought over from egcs:
10304
10305         Sat Jun 27 22:46:32 1998  Jeffrey A Law  (law@cygnus.com)
10306
10307         * configure.in (target_subdir): Set to ${target_alias} instead
10308         of "libraries".
10309
10310         Mon Sep  1 16:45:44 1997  Jim Wilson  <wilson@cygnus.com>
10311
10312         * configure.in (target_subdir): Set to libraries if enable_multilib.
10313
10314 Wed Jul 15 01:00:54 1998  Ian Lance Taylor  <ian@cygnus.com>
10315
10316         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there are any
10317         multilibs, force reconfiguration the first time we create
10318         multilib.out in a subdirectory, in case TARGET_SUBDIR is `.'.
10319
10320 Tue Jul 14 23:41:03 1998  Ian Lance Taylor  <ian@cygnus.com>
10321
10322         * configure.in: Strip any --no option from CONFIG_ARGUMENTS, to
10323         avoid confusion with --no-recursion.
10324
10325 Tue Jul 14 15:37:41 1998  Geoffrey Noer  <noer@cygnus.com>
10326
10327         * configure.in: Win32 hosts shouldn't use install -x
10328         * install-sh: remove -x option, and special .exe-handling
10329         hack.
10330
10331 Tue Jul 14 15:28:41 1998  Richard Henderson  <rth@cygnus.com>
10332
10333         * config.guess: Recognize i586-pc-beos.
10334         * configure.in: Don't build some bits for beos.
10335
10336 Tue Jul 14 13:22:18 1998  Ian Lance Taylor  <ian@cygnus.com>
10337
10338         * configure: If CC is set but CFLAGS is not, and CC is gcc, make
10339         CFLAGS default to -O2.
10340
10341         * ltmain.sh: Add some hacks to make SunOS --enable-shared work
10342         when using GNU ld.
10343
10344 Fri Jul 10 13:18:23 1998  Ian Lance Taylor  <ian@cygnus.com>
10345
10346         * ltmain.sh: Correct install when using a different shell.
10347
10348 Tue Jul  7 15:24:38 1998  Ian Lance Taylor  <ian@cygnus.com>
10349
10350         * ltconfig, ltmain.sh: Update to libtool 1.2b.
10351
10352 Thu Jul  2 13:57:36 1998  Klaus Kaempf  <kkaempf@rmi.de>
10353
10354         * makefile.vms: Update to build binutils/makefile.vms.  Add install
10355         target.
10356
10357 Wed Jul  1 16:45:21 1998  Ian Lance Taylor  <ian@cygnus.com>
10358
10359         * ltconfig: Update to correct AIX handling.
10360
10361 Sat Jun 27 22:46:32 1998  Jeffrey A Law  (law@cygnus.com)
10362
10363         * Makefile.in (BASE_FLAGS_TO_PASS): Add TARGET_SUBDIR.
10364
10365         * configure.in (target_subdir): Set to ${target_alias} instead
10366         of "libraries".
10367
10368 1998-06-26  Manfred Hollstein  <manfred@s-direktnet.de>
10369
10370         * Makefile.in (BASE_FLAGS_TO_PASS): Add gcc_version_trigger.
10371         (Makefile): Depend on $(gcc_version_trigger).
10372
10373         * configure (gcc_version): Change default initializer to empty
10374         string.
10375         (gcc_version_trigger): New variable; pass this variable down
10376         to subdir configures to enable them checking gcc's version
10377         themselves. Emit make macros for both gcc_version vars.
10378         (topsrcdir): Initialize reliably.
10379         (recursion line): Remove --with-gcc-version=${gcc_version}.
10380
10381 1998-06-24  Manfred Hollstein  <manfred@s-direktnet.de>
10382
10383         * configure (enable_version_specific_runtime_libs): Implement new flag
10384         --enable-version-specific-runtime-libs which installs C++ runtime stuff
10385         in $(libsubdir); emit definition in each generated Makefile.
10386         (gxx_include_dir): Initialize depending on
10387         $enable_version_specific_runtime_libs.
10388
10389 1998-06-24  Manfred Hollstein  <manfred@s-direktnet.de>
10390
10391         * configure (gcc_version): Initialize properly depending on
10392         how and where configure is started.
10393         (recursion line): Pass a --with-gcc-version=${gcc_version}
10394         to configures in subdirs.
10395
10396 Wed Jun 24 16:01:59 1998  John Metzler  <jmetzler@cygnus.com>
10397
10398         * configure.in (noconfigdirs): Add configure pattern for mips tx39
10399         cygmon
10400
10401 Tue Jun 23 22:42:32 1998  Mark Alexander  <marka@cygnus.com>
10402
10403         * configure.in: Add cygmon and libstub support for mn10200.
10404
10405 1998-06-19  Manfred Hollstein  <manfred@s-direktnet.de>
10406
10407         * configure (gcc_version): Add new variable describing the
10408         particular gcc version we're building.
10409         * Makefile.in (libsubdir): Add new macro for the directory
10410         in which the compiler finds executables, libraries, etc.
10411         (BASE_FLAGS_TO_PASS): Pass down gcc_version, target_alias
10412         and libsubdir.
10413
10414 Fri Jun 19 02:36:59 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
10415
10416         * Makefile.in (local-clean): Remove *.log.
10417         (warning.log): Built with warn_summary from build.log.
10418         (mail-report.log): Run test_summary.
10419         (mail-report-with-warnings.log): Run test_summary including
10420         warning.log in the report.
10421
10422 Thu Jun 18 11:26:03 1998  Robert Lipe  <robertl@dgii.com>
10423
10424         * config.guess: Detection of Pentium II for *-sco-3.2v5*.
10425
10426 Mon Jun 15 14:53:54 1998  Andrew Cagney  <cagney@b1.cygnus.com>
10427
10428         * Makefile.in (grep): Grep no longer depends on libiberty.
10429
10430 Fri Jun 12 14:03:34 1998  Syd Polk  <spolk@cygnus.com>
10431
10432         * Makefile.in: all-snavigator needs all-libgui.
10433
10434 Thu Jun 11 19:43:47 1998  Mark Alexander  <marka@cygnus.com>
10435
10436         * configure.in: Add cygmon and libstub support for mn10300.
10437
10438 Wed Jun 10 11:19:47 1998  Ian Lance Taylor  <ian@cygnus.com>
10439
10440         * missing: Update to version from automake 1.3.
10441
10442         * ltmain.sh: On installation, don't get confused if the same name
10443         appears more than once in the list of library names.
10444
10445 Wed Jun  3 14:51:42 1998  Ian Lance Taylor  <ian@cygnus.com>
10446
10447         * config.sub: Accept m68060 and m5200 as CPU names.
10448
10449 Mon Jun  1 17:25:16 1998  Ian Lance Taylor  <ian@cygnus.com>
10450
10451         * configure: Use && rather than using -a in test, because odd
10452         strings can confuse test.
10453         * configure.in: Likewise.
10454
10455 Thu May 28 19:31:13 1998  Ian Lance Taylor  <ian@cygnus.com>
10456
10457         * ltconfig, ltmain.sh: Bring in Visual C++ support.
10458
10459 Sat May 23 23:44:13 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
10460
10461         * Makefile.in (boostrap2-lean, bootstrap3-lean,
10462         bootstrap4-lean): New targets.
10463
10464 Mon May 11 23:55:56 1998  Jeffrey A Law  (law@cygnus.com)
10465
10466         * mpw-* Delete.  Not used.
10467
10468 Mon May 11 23:11:34 1998  Jeffrey A Law  (law@cygnus.com)
10469
10470         * COPYING.LIB: Update FSF address.
10471
10472 Fri May  8 01:30:20 1998  Ian Lance Taylor  <ian@cygnus.com>
10473
10474         * ltconfig, ltmain.sh: Update to libtool 1.2a.
10475
10476         * Makefile.in (GASB_SUPPORT_DIRS): Remove intl; already included via
10477         GAS_SUPPORT_DIRS.
10478
10479 Thu May  7 17:27:35 1998  Ian Lance Taylor  <ian@cygnus.com>
10480
10481         * ltconfig, ltmain.sh: Avoid producing a version number if
10482         -version-info was not used.
10483
10484 Tue May  5 18:02:24 1998  Ian Lance Taylor  <ian@cygnus.com>
10485
10486         * configure.in: Add --with-newlib to CONFIG_ARGUMENTS if we are
10487         building with newlib.
10488
10489 1998-04-30  Paul Eggert  <eggert@twinsun.com>
10490
10491         * Makefile.in (EXTRA_GCC_FLAGS): Remove backslash at end;
10492         Solaris `make' causes it to continue to next definition.
10493
10494 Tue Apr 28 16:24:24 1998  Jason Molenda  (crash@bugshack.cygnus.com)
10495
10496         * Makefile.in (install-gdbtk): Call this 'install-gdb' so that
10497         the right GUI libraries and files are installed along with GDB.
10498
10499 Tue Apr 28 18:11:24 1998  Ian Lance Taylor  <ian@cygnus.com>
10500
10501         * configure.in: Change alpha to alpha* in several places.
10502
10503 Tue Apr 28 07:42:00 1998  Mark Alexander  <marka@cygnus.com>
10504
10505         * config.sub: Recognize sparc86x.
10506
10507 Tue Apr 28 07:35:02 1998  Michael Meissner  <meissner@cygnus.com>
10508
10509         * configure.in (--enable-target-optspace): Remove debug echo.
10510
10511 Thu Apr 23 21:31:16 1998  Jim Wilson  <wilson@cygnus.com>
10512
10513         * configure: Set CXXFLAGS from CXXFLAGS, not CFLAGS.
10514
10515 Thu Apr 23 12:26:38 1998  Ian Lance Taylor  <ian@cygnus.com>
10516
10517         * ltconfig: Update cygwin32 support.
10518
10519         * Makefile.in (GAS_SUPPORT_DIRS): Add intl.
10520         (BINUTILS_SUPPORT_DIRS, GASB_SUPPORT_DIRS): Likewise.
10521         (GDB_SUPPORT_DIRS): Likewise.
10522
10523 Wed Apr 22 12:30:10 1998  Michael Meissner  <meissner@cygnus.com>
10524
10525         * configure.in (target_makefile_frag): If --enable-target-optspace,
10526         use -Os to compile target libraries rather than -O2.  Default to
10527         using -Os for d10v and m32r if --{enable,disable}-target-optspace is
10528         not used.
10529         * configure.in (target_cflags): Ditto for d30v.
10530
10531 Tue Apr 21 23:06:54 1998  Tom Tromey  <tromey@cygnus.com>
10532
10533         * Makefile.in (all-bfd): Depend on all-intl.
10534         (all-binutils): Likewise.
10535         (all-gas): Likewise.
10536         (all-gprof): Likewise.
10537         (all-ld): Likewise.
10538
10539 1998-04-19  Brendan Kehoe  <brendan@cygnus.com>
10540
10541         * configure.in (host_tools): Fix typo, lbtool -> libtool.
10542
10543 Fri Apr 17 16:20:42 1998  Ian Lance Taylor  <ian@cygnus.com>
10544
10545         * Makefile.in (all-bfd): Depend upon all-libiberty.
10546
10547         * ltconfig, ltmain.sh: Bring in newer cygwin32 support.
10548
10549 Fri Apr 17 12:22:22 1998  Bob Manson  <manson@charmed.cygnus.com>
10550
10551         * Makefile.in: Add libstub.
10552
10553         * configure.in: Ditto. Build libstub for targets that have cygmon
10554         support.
10555
10556 Tue Apr 14 18:01:55 1998  Ian Lance Taylor  <ian@cygnus.com>
10557
10558         * configure.in: Don't set PICFLAG on ix86-cygwin32.
10559
10560 Tue Apr 14 12:24:45 1998  J. Kean Johnston  <jkj@sco.com>
10561
10562         * configure.in: Recognise i[3456]96-*-sysv5* as a valid host, and
10563         use mh-sysv5 if specified.  Support gprof on SCO Open Server.
10564
10565 Tue Apr 14 11:33:51 1998  Krister Walfridsson <cato@df.lth.se>
10566
10567         * configure: Define DEFAULT_M4 by searching PATH.
10568         * Makfile.in: Use DEFAULT_M4.
10569
10570 Mon Apr 13 15:37:24 1998  Ian Lance Taylor  <ian@cygnus.com>
10571
10572         * ltconfig: Add cygwin32 support.
10573
10574         * Makefile.in, configure.in: Add libtool as a native only directory
10575         to configure and build.
10576
10577 Sun Apr 12 20:58:46 1998  Jeffrey A Law  (law@cygnus.com)
10578
10579         * Makefile.in (INSTALL_MODULES): Remove texinfo.
10580
10581 Wed Apr  8 13:18:56 1998  Philippe De Muyter  <phdm@macqel.be>
10582
10583         * Makefile.in (EXTRA_GCC_FLAGS): XFOO lines shortened.
10584
10585 Thu Apr  2 14:48:44 1998  Geoffrey Noer  <noer@cygnus.com>
10586
10587         * Makefile.in: add ash make rules
10588         * configure.in: add ash to native_only and host_tools lists
10589
10590 Thu Mar 26 12:53:20 1998  Tom Tromey  <tromey@cygnus.com>
10591
10592         * Makefile.in (all-gettext, all-intl): New targets.
10593         (ALL_MODULES): Added all-gettext, all-intl.
10594         (CROSS_CHECK_MODULES): Added check-gettext, check-intl.
10595         (INSTALL_MODULES): Added install-gettext, install-intl.
10596         (CLEAN_MODULES): Added clean-gettext, clean-intl.
10597
10598         * configure.in (host_tools): Added gettext.
10599         (native_only): Likewise.
10600         (noconfigdirs) [various cases]: Likewise.
10601         (host_libs): Added intl.
10602
10603 Thu Mar 26 15:00:11 1998  Keith Seitz  <keiths@onions.cygnus.com>
10604
10605         * configure: Do not disable building gdbtk for cygwin32 hosts.
10606
10607 Wed Mar 25 10:04:18 1998  Nick Clifton  <nickc@cygnus.com>
10608
10609         * configure.in: Add thumb-coff target.
10610         * config.sub: Add thumb-coff target.
10611
10612 Wed Mar 25 11:49:12 1998  Jason Molenda  (crash@bugshack.cygnus.com)
10613
10614         * Makefile.in: Revert yesterday's change.
10615         (all-target-winsup):  all-target-librx stays out of here.
10616
10617 Tue Mar 24 16:58:29 1998  Jason Molenda  (crash@bugshack.cygnus.com)
10618
10619         * Makefile.in (TARGET_CONFIGDIRS, ALL_TARGET_MODULES,
10620         CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES,
10621         INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES, all-target-winsup):
10622         Remove references to librx and libg++.
10623
10624 Tue Mar 24 18:28:12 1998  Eric Mumpower  <nocturne@cygnus.com>
10625
10626         * Makefile.in (BASE_FLAGS_TO_PASS): Pass $(lispdir) down to
10627         recursive makes
10628
10629 Tue Mar 24 11:37:45 1998  Ian Lance Taylor  <ian@cygnus.com>
10630
10631         * Makefile.in (CC_FOR_TARGET): Use $(TARGET_SUBDIR) when passing -B
10632         for newlib directory.
10633         (CXX_FOR_TARGET): Likewise.
10634
10635 Mon Mar 23 11:30:21 1998  Jeffrey A Law  (law@cygnus.com)
10636
10637         * ltconfig: Update after libtool/ltconfig.in change for
10638         hpux11.
10639
10640 Fri Mar 20 18:51:43 1998  Ian Lance Taylor  <ian@cygnus.com>
10641
10642         * ltconfig, ltmain.sh: Update to libtool 1.2.
10643
10644 Fri Mar 20 09:32:14 1998  Manfred Hollstein  <manfred@s-direktnet.de>
10645
10646         * Makefile.in (install-gcc): Don't specify LANGUAGES here.
10647         (install-gcc-cross): Instead, override LANGUAGES here.
10648
10649 1998-03-18  Dave Love  <d.love@dl.ac.uk>
10650
10651         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Set CONFIG_SITE to a
10652         non-existent file since /dev/null loses with bash 2.0/autoconf 2.12.
10653
10654 Wed Mar 18 09:24:59 1998  Nick Clifton  <nickc@cygnus.com>
10655
10656         * configure.in: Add Thumb-pe target.
10657
10658 Tue Mar 17 16:59:00 1998  Syd Polk <spolk@cygnus.com>
10659
10660         * Makefile.in - changed sn targets to snavigator
10661         * configure.in - changed sn targets to snavigator
10662
10663 Tue Mar 17 10:33:28 1998  Manfred Hollstein  <manfred@s-direktnet.de>
10664
10665         * config-ml.in: After building symlink tree call make distclean
10666         if a Makefile got linked into ${ml_dir}/${ml_libdir}; this happens
10667         to be the case for libiberty.
10668
10669 Tue Mar 17 10:22:37 1998  H.J. Lu  (hjl@gnu.ai.mit.edu)
10670
10671         * configure: When making link, also check the current
10672         directory. The configure scripts may create one.
10673
10674 Fri Mar  6 01:02:03 1998  Richard Henderson  <rth@cygnus.com>
10675
10676         * config.sub: Accept alphapca56 and alphaev6 properly.
10677
10678 Fri Mar  6 00:14:55 1998  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
10679
10680         * configure.in: Revert 3 Jan change for powerpc-linux-gnulibc1.
10681
10682 Mon Feb 23 15:09:18 1998  Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de
10683
10684         * config.sub (sco5): Fix typo.
10685
10686 Mon Feb 23 14:46:06 1998  Ian Lance Taylor  <ian@cygnus.com>
10687
10688         * Makefile.in (INSTALL_MODULES): Move install-tcl before
10689         install-itcl.
10690         (install-itcl): Remove dependency on install-tcl.
10691
10692 Mon Feb 23 09:53:28 1998  Mark Alexander  <marka@cygnus.com>
10693
10694         * configure.in: Remove libgloss from noconfigdirs for MN10300.
10695
10696 Thu Feb 19 13:40:41 1998  Ian Lance Taylor  <ian@cygnus.com>
10697
10698         * configure.in: Don't build libgui for a cygwin32 target when not on
10699         a cygwin32 host.
10700
10701 Wed Feb 18 12:29:00 1998  Jason Molenda  (crash@bugshack.cygnus.com)
10702
10703         * configure (redirect): Set to null, so default behavior of
10704         configure is now --verbose.
10705
10706 1998-02-16  Dave Love  <d.love@dl.ac.uk>
10707
10708         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Run configure with
10709         CONFIG_SITE=/dev/null to forestall lossage with site configuration.
10710
10711 Mon Feb 16 12:23:53 1998  Manfred Hollstein  <Manfred.Hollstein@ks.sel.alcatel.de>
10712
10713         * Makefile.in (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS): Really add
10714         this change to sync Makefile.in with its ChangeLog entries.
10715
10716 Thu Feb 12 15:03:08 1998  H.J. Lu  <hjl@gnu.org>
10717
10718         * ltmain.sh (mkdir): Check that the directory doesn't exist
10719         before we exit with error, so that we don't get races during
10720         parallel builds.
10721
10722 Sat Feb  7 15:19:18 1998  Ian Lance Taylor  <ian@cygnus.com>
10723
10724         * ltconfig, ltmain.sh: Update from libtool 1.0i.
10725
10726 Fri Feb  6 01:33:52 1998  Manfred Hollstein  <manfred@s-direktnet.de>
10727
10728         * Makefile.in (BASE_FLAGS_TO_PASS): Don't pass PICFLAG and
10729         PICFLAG_FOR_TARGET.
10730         (EXTRA_TARGET_FLAGS): Don't pass PICFLAG_FOR_TARGET.
10731
10732         * configure: Emit a definition for the new macro enable_shared
10733         into each Makefile.
10734
10735 Thu Feb  5 17:01:12 1998  Jason Molenda  (crash@bugshack.cygnus.com)
10736
10737         * configure.in (host_tools, native_only): Add libtool.
10738
10739 Wed Feb  4 16:53:58 1998  Geoffrey Noer  <noer@cygnus.com>
10740
10741         * configure.in: add target-gperf to noconfigdirs for Cygwin32.
10742         Fix typo in ming config comment.
10743
10744 Wed Feb  4 18:56:13 1998  Ian Lance Taylor  <ian@cygnus.com>
10745
10746         * ltconfig, ltmain.sh: Update from libtool 1.0h.
10747
10748 Mon Feb  2 19:38:19 1998  Ian Lance Taylor  <ian@cygnus.com>
10749
10750         * config.sub: Add tic30 cases, and map c30 to tic30.
10751
10752 Sun Feb  1 02:40:41 1998  Richard Henderson  <rth@cygnus.com>
10753
10754         * Makefile.in (TARGET_CONFIGDIRS): Add libf2c.
10755         (ALL_TARGET_MODULES, CONFIGURE_TARGET_MODULES): Similarly
10756         (CHECK_TARGET_MODULES, INSTALL_TARGET_MODULES): Similarly
10757         (CLEAN_TARGET_MODULES): Similarly
10758         (all-target-libf2c): Add dependences.
10759         * configure.in (target_libs): Add libf2c.
10760
10761 Fri Jan 30 17:18:32 1998  Geoffrey Noer  <noer@cygnus.com>
10762
10763         * configure.in: Remove expect from noconfigdirs when target
10764         is cygwin32.  OK to build expect and dejagnu with Canadian
10765         Cross.
10766
10767 Wed Jan 28 12:58:49 1998  Ian Lance Taylor  <ian@cygnus.com>
10768
10769         * configure.in: Do build expect, dejagnu, and cvssrc for a cygwin32
10770         host.
10771
10772         * config.guess: Use ${UNAME_MACHINE} rather than i386 for cygwin32
10773         and mingw32.
10774
10775 Wed Jan 28 10:26:37 1998  Manfred Hollstein  <manfred@s-direktnet.de>
10776
10777         * Makefile.in (BASE_FLAGS_TO_PASS): Remove passing $(local_prefix)
10778         here as it is not defined in the toplevel Makefile.
10779
10780 Tue Jan 27 23:25:06 1998  Manfred Hollstein  <manfred@s-direktnet.de>
10781
10782         * configure (package_makefile_rules_frag): New variable, which names
10783         a file with generic rules, ...
10784         Change comment to mention we now have FIVE parts.
10785         * configure: Undo last change.
10786
10787 Tue Jan 27 23:15:55 1998  Lassi A. Tuura  <lat@iki.fi>
10788
10789         * config.guess: More accurate determination of HP processor types.
10790         * config.sub: More accurate determination of HP processor types.
10791
10792 Sat Jan 24 01:59:45 1998  Manfred Hollstein  <manfred@s-direktnet.de>
10793
10794         * configure (package_makefile_frag): Move inserting the
10795         ${package_makefile_frag} to where it should be according
10796         to the comment.
10797
10798 Fri Jan 23 00:29:28 1998  Philip Blundell  <pb@nexus.co.uk>
10799
10800         * config.guess: Add support for Linux/ARM.
10801
10802 Thu Jan 22 15:14:01 1998  Fred Fish  <fnf@cygnus.com>
10803
10804         * .cvsignore: Remove *-info and *-install since they match
10805         release-info and mpw-install, which we don't want to just ignore.
10806
10807 Thu Jan 22 01:38:33 1998  Richard Henderson  <rth@cygnus.com>
10808
10809         * configure.in: Revert 3 Jan change for alpha-linux-gnulibc1.
10810
10811 Sat Jan 17 21:28:08 1998  Pieter Nagel <pnagel@epiuse.co.za>
10812
10813         * Makefile.in (FLAGS_TO_PASS): Pass down gcc_include_dir and
10814         local_prefix to sub-make invocations.
10815
10816 Sat Jan 17 21:04:59 1998 H.J. Lu  (hjl@gnu.org)
10817
10818         * configure.in: Check makefile fragments in the source
10819         directory.
10820
10821 Fri Jan 16 00:41:37 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
10822
10823         * configure.in: Check whether host and target makefile
10824         fragments exist before adding them to *_makefile_frag.
10825
10826 Wed Jan 14 23:39:10 1998  Bob Manson  <manson@charmed.cygnus.com>
10827
10828         * configure.in (target_configdirs): Add cygmon for sparc64-elf.
10829
10830 Wed Jan 14 12:48:07 1998  Keith Seitz  <keiths@pizza.cygnus.com>
10831
10832         * configure.in: Make sure we only replace RPATH_ENVVAR on
10833         lines which begin with RPATH_ENVVAR, i.e. add "^" to the
10834         regexp to sed.
10835
10836         * Makefile.in (BASE_FLAGS_TO_PASS): Pass RRPATH_ENVVAR down
10837         to sub-makes.
10838
10839 1998-01-13  Lee Iverson   (leei@ai.sri.com)
10840
10841         * config-ml.in (multi-do): LDFLAGS must include multilib
10842         designator.
10843
10844 Tue Jan 13 01:13:24 1998   Robert Lipe (robertl@dgii.com)
10845
10846         * config.guess: Recognize i[3456]-i586-UnixWare7-sysv5.
10847
10848 Sun Jan  4 01:06:55 1998  Mumit Khan  <khan@xraylith.wisc.edu>
10849
10850         * config.sub: Add mingw32 support.
10851         * configure.in: Likewise.
10852
10853 Sat Jan  3 12:11:05 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
10854
10855         * configure.in: Finalize support for {alpha|powerpc}*-*-linux-gnulibc1
10856
10857 Sun Dec 28 11:28:58 1997  Jeffrey A Law  (law@cygnus.com)
10858
10859         * Makefile.in (INSTALL_TARGET): Do install-gcc first.
10860         * configure (gxx_include_dir): Provide a definition for subdirs
10861         which do not use autoconf.
10862
10863 Wed Dec 24 22:46:55 1997  Jeffrey A Law  (law@cygnus.com)
10864
10865         * config.guess: Sync with egcs.  Picks up new alpha support,
10866         BeOS & some additional linux support.
10867
10868 Tue Dec 23 12:44:24 1997  Jeffrey A Law  (law@cygnus.com)
10869
10870         * config.guess: HP 9000/803 is a PA1.1 machine.
10871
10872 Mon Dec 22 02:39:24 1997  Richard Henderson  <rth@cygnus.com>
10873
10874         * configure.in: It's alpha*-...
10875
10876 Sun Dec 21 16:53:12 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
10877
10878         * configure.in (host_makefile_frag, target_makefile_frag):
10879         Handle multiple config files.
10880         (alpha-*-linux*): Treat alpha-*-linux* as alpha-*-linux* and
10881         alpha-*-*.
10882
10883 Thu Dec 18 13:13:03 1997  Doug Evans  <devans@canuck.cygnus.com>
10884
10885         * mkdep: New file.
10886
10887 Wed Dec 17 09:53:02 1997  Michael Meissner  <meissner@cygnus.com>
10888
10889         * configure.in (d30v-*-*): Allow configuring of libide, vmake, etc.
10890
10891 Tue Dec 16 17:36:05 1997  Ian Lance Taylor  <ian@cygnus.com>
10892
10893         * Makefile.in: Add libgui directory.
10894         (GDB_TK): Add all-libgui.
10895         * configure.in: Add libgui directory.
10896         * configure: Add all-libgui to GDB_TK.
10897
10898 Mon Dec 15 16:12:28 1997  Nick Clifton  <nickc@cygnus.com>
10899
10900         * config-ml.in (multidirs): Add m32r to multilib list.
10901
10902 Fri Dec 12 10:43:31 1997  Brendan Kehoe  <brendan@canuck.cygnus.com>
10903
10904         * Makefile.in (all-target-gperf): Change dependency to
10905         all-target-libstdc++.
10906
10907 Thu Dec 11 23:30:51 1997  Fred Fish  <fnf@ninemoons.com>
10908
10909         * config.guess: Add BeOS support.
10910
10911 Wed Dec 10 15:10:38 1997  Ian Lance Taylor  <ian@cygnus.com>
10912
10913         Source directory cvs renamed to cvssrc:
10914         * configure.in (host_tools): Change cvs to cvssrc.
10915         (native_only): Likewise.
10916         (noconfigdirs) [various cases]: Likewise.
10917         * Makefile.in (ALL_MODULES): Change all-cvs to all-cvssrc.
10918         (CROSS_CHECK_MODULES): Change check-cvs to check-cvssrc.
10919         (INSTALL_MODULES): Change install-cvs to install-cvssrc.
10920         (CLEAN_MODULES): Change clean-cvs to clean-cvssrc.
10921         (all-cvssrc): Rename target from all-cvs.
10922
10923 Wed Dec  3 07:55:59 1997  Jeffrey A Law  (law@cygnus.com)
10924
10925         * configure (gxx_include_dir): Fix thinko.
10926
10927 Tue Dec  2 10:55:34 1997  Jeffrey A Law  (law@cygnus.com)
10928
10929         * Makefile.in (INSTALL_TARGET_CROSS): Define.
10930         (install-cross, install-gcc-cross): New targets.
10931
10932 Tue Dec  2 10:08:31 1997  Nick Clifton  <nickc@cygnus.com>
10933
10934         * configure.in (noconfigdirs): Add support for Thumb target.
10935
10936         * config.sub (maybe_os): Add support for Thumb target.
10937
10938 Sun Nov 30 16:12:27 1997  Bob Manson  <manson@charmed.cygnus.com>
10939
10940         * Makefile.in: Add rules for cygmon.
10941
10942         * configure.in: Build cygmon for sparc-elf and sparclite-aout.
10943
10944 Thu Nov 27 01:31:30 1997  Jeffrey A Law  (law@cygnus.com)
10945
10946         * Makefile.in (INSTALL_TARGET): Do install-gcc first.
10947         * configure (gxx_include_dir): Provide a definition for subdirs
10948         which do not use autoconf.
10949
10950 Wed Nov 26 11:53:33 1997  Keith Seitz  <keiths@onions.cygnus.com>
10951
10952         * Makefile.in, configure, configure.in, ChangeLog: merge with foundry's
10953         11/18/97 build
10954
10955 Wed Nov 26 16:08:50 1997  Jeffrey A Law  (law@cygnus.com)
10956
10957         * From Franz Sirl.
10958         * config.guess (powerpc*-*-linux): Handle glibc2 beta release
10959         found on RedHat Linux systems.
10960
10961 Fri Nov 21 09:51:01 1997  Jeffrey A Law  (law@cygnus.com)
10962
10963         * config.guess (alpha stuff): Merge with FSF to avoid incorrect
10964         guesses.
10965
10966 Thu Nov 13 11:38:37 1997  Jeffrey A Law  (law@cygnus.com)
10967
10968         * configure.in (i[3456]86-ncr-sysv4.3*): Tweak.
10969
10970 Mon Nov 10 15:23:21 1997  H.J. Lu  <hjl@gnu.ai.mit.edu>
10971
10972         * ltmain.sh: If mkdir fails, check whether the directory was created
10973         anyhow by some other process.
10974
10975 Mon Nov 10 14:38:03 1997  Michael Meissner  <meissner@cygnus.com>
10976
10977         * configure.in (d30v-*-*): Configure all directories.
10978
10979 Sun Nov  9 17:36:20 1997  Michael Meissner  <meissner@cygnus.com>
10980
10981         * configure.in (d30v-*-*): Configure newlib, libiberty directories
10982         for the D30V.
10983
10984 Sat Nov  8 14:42:59 1997  Michael Meissner  <meissner@cygnus.com>
10985
10986         * configure.in (d30v-*-*): Configure target-libgloss on the D30V.
10987
10988 Fri Nov  7 10:34:09 1997  Rob Savoye  <rob@darkstar.cygnus.com>
10989
10990         * include/libiberty.h: Add extern "C" { so it can be used with C++
10991         progrms.
10992         * include/remote-sim.h:  Add extern "C" { so it can be used with C++
10993         programs.
10994
10995 Thu Oct 30 11:09:29 1997  Michael Meissner  <meissner@cygnus.com>
10996
10997         * configure.in (d30v-*-*): Configure GCC now.
10998
10999 Mon Oct 27 13:17:24 1997  Stan Shebs  <shebs@andros.cygnus.com>
11000
11001         * configure.in: Remove a "second pass" of tweaking noconfigdirs,
11002         is no longer needed.
11003
11004 Mon Oct 27 12:03:53 1997  Jason Merrill  <jason@yorick.cygnus.com>
11005
11006         * Makefile.in: check-target-libio depends on all-target-libstdc++.
11007
11008 Sun Oct 26 11:48:27 1997  Manfred Hollstein  (manfred@s-direktnet.de)
11009
11010         * Makefile.in (bootstrap-lean): Combined with `normal' bootstrap
11011         targets using "$@" to provide support for similar but not identical
11012         targets without having to duplicate code.
11013
11014 Mon Oct 20 15:28:49 1997  Klaus K"ampf  <kkaempf@progis.de>
11015
11016         * makefile.vms: Fix to work with DEC C.
11017
11018 Tue Oct  7 23:58:57 1997  Gavin Koch  <gavin@cygnus.com>
11019
11020         * config.sub: Add mips-tx39-elf to marketing names.
11021
11022 Tue Oct  7 14:24:41 1997  Ian Lance Taylor  <ian@cygnus.com>
11023
11024         * ltmain.sh: Handle symlinks in generated script.
11025
11026 Wed Oct  1 13:11:27 1997  Ian Lance Taylor  <ian@cygnus.com>
11027
11028         * configure: Handle autoconf style directory options: --bindir,
11029         --datadir, --includedir, --infodir, --libdir, --libexecdir,
11030         --mandir, --oldincludedir, --sbindir, --sharedstatedir,
11031         --sysconfdir.
11032         * Makefile.in (sbindir, libexecdir, sysconfdir): New variables.
11033         (sharedstatedir, localstatedir, oldincludedir): New variables.
11034         (BASE_FLAGS_TO_PASS): Pass down bindir, datadir, includedir,
11035         infodir, libdir, libexecdir, localstatedir, mandir, oldincludedir,
11036         sbindir, sharedstatedir, and sysconfdir.
11037
11038 Mon Sep 29 00:38:08 1997 Aaron Jackson <jackson@negril.msrce.howard.edu>
11039
11040         * Makefile.in (bootstrap-lean): New target.
11041
11042 Wed Sep 24 18:06:27 1997  Stu Grossman  <grossman@babylon-5.cygnus.com>
11043
11044         * configure.in (d30v):  Remove tcl, tk, expect, gdb, itcl, tix, db,
11045         sn, and gnuserv from noconfigdirs.
11046
11047 Wed Sep 24 15:18:32 1997  Ian Lance Taylor  <ian@cygnus.com>
11048
11049         * ltmain.sh: Tweak shell pattern to avoid bug in NetBSD /bin/sh.
11050
11051 Thu Sep 18 23:58:27 1997  Jeffrey A Law  (law@cygnus.com)
11052
11053         * Makefile.in (cross): New target.
11054
11055 Thu Sep 18 21:43:23 1997  Alexandre Oliva  <oliva@dcc.unicamp.br>
11056                           Jeff Law         <law@cygnus.com>
11057
11058         * Makefile.in (bootstrap2, bootstrap3): New targets.
11059         (all-bootstrap): Remove outdated and confusing target.
11060         (bootstrap, bootstrap2, bootstrap3): Don't pass BOOT_CFLAGS down.
11061
11062 Thu Sep 18 15:37:42 1997  Andrew Cagney  <cagney@b1.cygnus.com>
11063
11064         * configure (tooldir): enable_gdbtk=YES for cygwin32, NO for
11065         windows.  Consistent with gdb/configure.
11066
11067 1997-09-15 02:37  Ulrich Drepper  <drepper@cygnus.com>
11068
11069         * configure.in: Name Linux target fragment.
11070
11071         * configure: Rewrite so that project Makefile fragment is inserted
11072         first and appears last in the resulting Makefile.
11073
11074 Tue Sep 16 09:55:07 1997  Andrew Cagney  <cagney@b1.cygnus.com>
11075
11076         * Makefile.in (install-itcl): Install tcl first.
11077
11078 Fri Sep 12 16:19:20 1997  Geoffrey Noer  <noer@cygnus.com>
11079
11080         * configure.in: remove bison from noconfigdirs for Cygwin32 host
11081
11082 Thu Sep 11 16:40:46 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
11083
11084         * Makefile.in (local-distclean): Also remove mh-frag mt-frag.
11085
11086         * configure.in (skipdirs): Add target-librx for Linux.
11087         (alpha-*-linux*): Use config/mh-elfalphapic and config/mt-elfalphapic.
11088
11089 Wed Sep 10 21:29:54 1997  Jeffrey A Law  (law@cygnus.com)
11090
11091         * Makefile.in (bootstrap): New target.
11092
11093 Wed Sep 10 15:19:22 1997  Jeffrey A Law  (law@cygnus.com)
11094
11095         * config.sub: Accept 'amigados' for backward compatibility.
11096
11097 Mon Sep  8 20:46:20 1997  Ian Lance Taylor  <ian@cygnus.com>
11098
11099         * config.guess: Merge with FSF.
11100
11101 Sun Sep  7 23:18:32 1997  Fred Fish  <fnf@ninemoons.com>
11102
11103         * config.sub: Change 'amigados' to 'amigaos' to match current usage.
11104
11105 Sun Sep  7 15:55:28 1997  Gavin Koch  <gavin@cygnus.com>
11106
11107         * config.sub: Add "marketing-names" patch.
11108
11109 Fri Sep  5 16:11:28 1997  Joel Sherrill  (joel@OARcorp.com)
11110
11111         * configure.in (*-*-rtems*): Do not build libgloss for rtems.
11112
11113 Fri Sep  5 12:27:17 1997  Jeffrey A Law  (law@cygnus.com)
11114
11115         * config.sub: Handle v850-elf.
11116
11117 Wed Sep  3 22:01:58 1997  Fred Fish  <fnf@ninemoons.com>
11118
11119         * .cvsignore (*-install): Remove.
11120
11121 Wed Sep  3 12:15:24 1997  Chris Provenzano  <proven@cygnus.com>
11122
11123         * ltconfig: Set CONFIG_SHELL in libtool.
11124         * ltmain.sh: Use CONFIG_SHELL instead of /bin/sh
11125
11126 Mon Sep  1 16:45:44 1997  Jim Wilson  <wilson@cygnus.com>
11127
11128         * configure.in (target_subdir): Set to libraries if enable_multilib.
11129
11130 Wed Aug 27 16:15:11 1997  Jim Wilson  <wilson@cygnus.com>
11131
11132         * config.guess: Update from gcc directory.
11133
11134 Tue Aug 26 16:46:46 1997  Andrew Cagney  <cagney@b1.cygnus.com>
11135
11136         * Makefile.in (all-sim): Depends on all-readline.
11137
11138 Wed Aug 20 19:57:37 1997  Jason Merrill  <jason@yorick.cygnus.com>
11139
11140         * Makefile.in (BISON, YACC): Use $$s.
11141         (all-bison): Depend on all-texinfo.
11142
11143 Tue Aug 19 01:41:32 1997  Jason Merrill  <jason@yorick.cygnus.com>
11144
11145         * Makefile.in (BISON): Add -L flag.
11146         (YACC): Likewise.
11147
11148 Mon Aug 18 11:30:50 1997  Nick Clifton  <nickc@cygnus.com>
11149
11150         * configure.in (noconfigdirs): Add support for v850e target.
11151
11152         * config.sub (maybe_os): Add support for v850e target.
11153
11154 Mon Aug 18 11:30:50 1997  Nick Clifton  <nickc@cygnus.com>
11155
11156         * configure.in (noconfigdirs): Add support for v850ea target.
11157
11158         * config.sub (maybe_os): Add support for v850ea target.
11159
11160 Mon Aug 18 09:24:06 1997  Gavin Koch  <gavin@cygnus.com>
11161
11162         * config.sub: Add mipstx39.  Delete r3900.
11163
11164 Mon Aug 18 17:20:10 1997  Jason Molenda  (crash@godzilla.cygnus.co.jp)
11165
11166         * Makefile.in (all-autoconf): Depends on all-texinfo.
11167
11168 Fri Aug 15 23:09:26 1997  Michael Meissner  <meissner@cygnus.com>
11169
11170         * config-ml.in ({powerpc,rs6000}*-*-*): Update to current AIX and
11171         eabi targets.
11172
11173 Thu Aug 14 14:42:17 1997  Ian Lance Taylor  <ian@cygnus.com>
11174
11175         * configure: Get CFLAGS and CXXFLAGS from Makefile, if possible.
11176
11177         * configure: When handling a Canadian Cross, handle YACC as well as
11178         BISON.  Just set BISON to bison.  When setting YACC, prefer bison.
11179         * Makefile.in (all-bison): Depend upon all-texinfo.
11180
11181 Tue Aug 12 20:09:48 1997  Jason Merrill  <jason@yorick.cygnus.com>
11182
11183         * Makefile.in (BISON): bison, not byacc or bison -y.
11184         (YACC): bison -y or byacc or yacc.
11185         (various): Add *-bison as appropriate.
11186         (taz): No need to mess with BISON anymore.
11187
11188 Tue Aug 12 22:33:08 1997  Ian Lance Taylor  <ian@cygnus.com>
11189
11190         * configure: If OSTYPE matches *win32*, try to find a good value for
11191         CONFIG_SHELL.
11192
11193 Sun Aug 10 14:41:11 1997  Ian Lance Taylor  <ian@cygnus.com>
11194
11195         * Makefile.in (taz): Get the version number from AM_INIT_AUTOMAKE in
11196         configure.in if it is present.
11197
11198 Sat Aug  9 00:58:01 1997  Ian Lance Taylor  <ian@cygnus.com>
11199
11200         * Makefile.in (LD_FOR_TARGET): Change ld.new to ld-new.
11201
11202 Fri Aug  8 16:30:13 1997  Doug Evans  <dje@canuck.cygnus.com>
11203
11204         * config.sub: Recognize `arc' cpu.
11205         * configure.in: Likewise.
11206         * config-ml.in: Likewise.
11207
11208 Thu Aug  7 11:02:34 1997  Ian Lance Taylor  <ian@cygnus.com>
11209
11210         * Makefile.in ($(INSTALL_X11_MODULES)): Depend upon installdirs.
11211
11212 Wed Aug  6 16:27:29 1997  Chris Provenzano  <proven@cygnus.com>
11213
11214         * configure: Changed sed delimiter from ':' to '|' when
11215         attempting to substitute ${config_shell} for SHELL. On
11216         NT ${config_shell} may contain a ':' in it.
11217
11218 Wed Aug  6 12:29:05 1997  Jason Merrill  <jason@yorick.cygnus.com>
11219
11220         * Makefile.in (EXTRA_GCC_FLAGS): Fix for non-bash shells.
11221
11222 Wed Aug  6 00:42:35 1997  Ian Lance Taylor  <ian@cygnus.com>
11223
11224         * Makefile.in (AS_FOR_TARGET): Change as.new to as-new.
11225
11226 Tue Aug  5 14:08:51 1997  Ian Lance Taylor  <ian@cygnus.com>
11227
11228         * Makefile.in (NM_FOR_TARGET): Change nm.new to nm-new.
11229
11230         * ylwrap: If the program is a relative path, force it to be
11231         absolute.
11232
11233 Tue Aug  5 12:12:44 1997  Andrew Cagney  <cagney@b1.cygnus.com>
11234
11235         * configure (tooldir): Set BISON to `bison -y' and not just bison.
11236
11237 Mon Aug  4 22:59:02 1997  Andrew Cagney  <cagney@b1.cygnus.com>
11238
11239         * Makefile.in (CC_FOR_TARGET): When winsup/Makefile present,
11240         correctly specify the target build directory $(TARGET_SUBDIR)/winsup
11241         for libraries.
11242
11243 Mon Aug  4 12:40:24 1997  Jason Merrill  <jason@yorick.cygnus.com>
11244
11245         * Makefile.in (EXTRA_GCC_FLAGS): Fix handling of macros with values
11246         separated by spaces.
11247
11248 Thu Jul 31 19:49:49 1997  Ian Lance Taylor  <ian@cygnus.com>
11249
11250         * ylwrap: New file.
11251         * Makefile.in (DEVO_SUPPORT): Add ylwrap.
11252
11253         * ltmain.sh: Handle /bin/sh at start of install program.
11254
11255         * Makefile.in (DEVO_SUPPORT): Add ltconfig, ltmain.sh, and missing.
11256
11257         * ltconfig, ltmain.sh: New files, from libtool 1.0.
11258         * missing: New file, from automake 1.2.
11259
11260 Thu Jul 24 12:57:56 1997  Ian Lance Taylor  <ian@cygnus.com>
11261
11262         * Makefile.in: Treat tix like tk, putting it in X11_MODULES.  Add
11263         check-tk to CHECK_X11_MODULES.
11264
11265 Wed Jul 23 17:03:29 1997  Ian Lance Taylor  <ian@cygnus.com>
11266
11267         * config.sub: Merge with FSF.
11268
11269 Tue Jul 22 19:08:29 1997  Ian Lance Taylor  <ian@cygnus.com>
11270
11271         * config.guess: Merge with FSF.
11272
11273 Tue Jul 22 14:50:42 1997  Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
11274
11275         * configure: Treat msdosdjgpp like go32.
11276         * configure.in: Likewise.  Don't remove gprof for go32.
11277
11278         * configure: Change Makefile.tem2 to Makefile.tm2.
11279
11280 Mon Jul 21 10:31:26 1997  Stephen Peters  <speters@cygnus.com>
11281
11282         * configure.in (noconfigdirs): For alpha-dec-osf*, don't ignore grep.
11283
11284 Tue Jul 15 14:33:03 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
11285
11286         * install-sh (chmodcmd): Set to null if the DST directory already
11287         exists.  Same as Nov 11th change.
11288
11289 Mon Jul 14 11:01:15 1997  Martin M. Hunt  <hunt@cygnus.com>
11290
11291         * configure (GDB_TK): Needs itcl and tix.
11292
11293 Mon Jul 14 00:32:10 1997  Jason Merrill  <jason@yorick.cygnus.com>
11294
11295         * config.guess: Update from FSF.
11296
11297 Fri Jul 11 11:57:11 1997  Martin M. Hunt  <hunt@cygnus.com>
11298
11299         * Makefile.in (GDB_TK): Depend on itcl and tix.
11300
11301 Fri Jul  4 13:25:31 1997  Ian Lance Taylor  <ian@cygnus.com>
11302
11303         * Makefile.in (INSTALL_PROGRAM_ARGS): New variable.
11304         (INSTALL_PROGRAM): Use $(INSTALL_PROGRAM_ARGS).
11305         (INSTALL_SCRIPT): New variable.
11306         (BASE_FLAGS_TO_PASS): Pass down INSTALL_SCRIPT.
11307         * configure.in: If host is *-*-cygwin32*, set INSTALL_PROGRAM_ARGS
11308         to -x.
11309         * install-sh: Add support for -x option.
11310
11311 Mon Jun 30 15:51:30 1997  Ian Lance Taylor  <ian@cygnus.com>
11312
11313         * configure.in, Makefile.in: Treat tix like itcl.
11314
11315 Thu Jun 26 13:59:19 1997  Ian Lance Taylor  <ian@cygnus.com>
11316
11317         * Makefile.in (WINDRES): New variable.
11318         (WINDRES_FOR_TARGET): New variable.
11319         (BASE_FLAGS_TO_PASS): Add WINDRES_FOR_TARGET.
11320         (EXTRA_HOST_FLAGS): Add WINDRES.
11321         (EXTRA_TARGET_FLAGS): Add WINDRES.
11322         (EXTRA_GCC_FLAGS): Add WINDRES.
11323         ($(DO_X)): Pass down WINDRES.
11324         ($(CONFIGURE_TARGET_MODULES)): Set WINDRES when configuring.
11325         * configure: Treat WINDRES like DLLTOOL, and WINDRES_FOR_TARGET like
11326         DLLTOOL_FOR_TARGET.
11327
11328 Wed Jun 25 15:01:26 1997  Felix Lee  <flee@cygnus.com>
11329
11330         * configure.in: configure sim before gdb for win32-x-ppc
11331
11332 Wed Jun 25 12:18:54 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
11333
11334         Move gperf into the toplevel, from libg++.
11335         * configure.in (target_tools): Add target-gperf.
11336         (native_only): Add target-gperf.
11337         * Makefile.in (all-target-gperf): New target, depend on
11338         all-target-libg++.
11339         (configure-target-gperf): Empty rule.
11340         (ALL_TARGET_MODULES): Add all-target-gperf.
11341         (CONFIGURE_TARGET_MODULES): Add configure-target-gperf.
11342         (CHECK_TARGET_MODULES): Add check-target-gperf.
11343         (INSTALL_TARGET_MODULES): Add install-target-gperf.
11344         (CLEAN_TARGET_MODULES): Add clean-target-gperf.
11345
11346 Mon Jun 23 10:51:53 1997  Jeffrey A Law  (law@cygnus.com)
11347
11348         * config.sub (mn10200): Recognize new basic machine.
11349
11350 Thu Jun 19 14:16:42 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
11351
11352         * configure.in: Don't set ENABLE_MULTILIB, so we'll be passing
11353         --enable-multilib down to subdirs; setting TARGET_SUBDIR was enough.
11354
11355 Tue Jun 17 15:31:20 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
11356
11357         * configure.in: If we're building mips-sgi-irix6* native, turn on
11358         ENABLE_MULTILIB and set TARGET_SUBDIR.
11359
11360 Tue Jun 17 12:20:59 1997  Tom Tromey  <tromey@cygnus.com>
11361
11362         * Makefile.in (all-sn): Depend on all-grep.
11363
11364 Mon Jun 16 11:11:10 1997  Ian Lance Taylor  <ian@cygnus.com>
11365
11366         * configure.in: Use mh-ppcpic and mt-ppcpic for powerpc*-* targets.
11367
11368         * configure: Set CFLAGS and CXXFLAGS, and substitute them into
11369         Makefile.  From Jeff Makey <jeff@cts.com>.
11370         * Makefile.in: Add comment for CFLAGS and CXXFLAGS.
11371
11372         * Makefile.in (DISTBISONFILES): Remove.
11373         (taz): Don't futz with DISTBISONFILES.  Change BISON to use
11374         $(DEFAULT_YACC).
11375
11376         * configure.in: Build itl, db, sn, etc., when building for native
11377         cygwin32.
11378
11379         * Makefile.in (LD): New variable.
11380         (EXTRA_HOST_FLAGS): Pass down LD.
11381         ($(DO_X)): Likewise.
11382
11383 Mon Jun 16 11:10:35 1997  Philip Blundell  <Philip.Blundell@pobox.com>
11384
11385         * Makefile.in (INSTALL): Use $(SHELL) when executing install-sh.
11386
11387 Fri Jun 13 10:22:56 1997  Bob Manson  <manson@charmed.cygnus.com>
11388
11389         * configure.in (targargs): Strip out any supplied --build argument
11390         before adding our own. Always add --build.
11391
11392 Thu Jun 12 21:12:28 1997  Bob Manson  <manson@charmed.cygnus.com>
11393
11394         * configure.in (targargs): Pass --build if we're doing
11395         a cross-compile.
11396
11397 Fri Jun  6 21:38:40 1997  Rob Savoye  <rob@chinadoll.cygnus.com>
11398
11399         * configure: Use '|' instead of ":" as the separator in
11400         sed. Otherwise sed chokes on NT path names with drive
11401         designators. Also look for "?:*" as the leading characters in an
11402         absolute pathname.
11403
11404 Mon Jun  2 13:05:20 1997  Gavin Koch  <gavin@cygnus.com>
11405
11406         * config.sub: Support for r3900.
11407
11408 Wed May 21 17:33:31 1997  Ian Lance Taylor  <ian@cygnus.com>
11409
11410         * configure.in: Use install-sh, not install.sh.
11411
11412 Wed May 14 16:06:51 1997  Ian Lance Taylor  <ian@cygnus.com>
11413
11414         * Makefile.in (taz): Improve check for BISON so it doesn't try to
11415         apply it twice.
11416
11417 Fri May  9 17:22:05 1997  Ian Lance Taylor  <ian@cygnus.com>
11418
11419         * Makefile.in (INSTALL_MODULES): Put install-opcodes before
11420         install-binutils.
11421
11422 Thu May  8 17:29:50 1997  Ian Lance Taylor  <ian@cygnus.com>
11423
11424         * Makefile.in: Add automake targets.
11425         * configure.in (host_tools): Add automake.
11426
11427 Tue May  6 15:49:52 1997  Ian Lance Taylor  <ian@cygnus.com>
11428
11429         * configure: Default CXX to c++, not gcc.
11430         * Makefile.in (CXX): Set to c++, not gcc.
11431         (CXX_FOR_TARGET): When cross, transform c++, not gcc.
11432
11433 Thu May  1 10:11:43 1997  Geoffrey Noer  <noer@cygnus.com>
11434
11435         * install-sh: try appending a .exe if source file doesn't
11436         exist
11437
11438 Wed Apr 30 12:05:36 1997  Jason Merrill  <jason@yorick.cygnus.com>
11439
11440         * configure.in: Turn on multilib by default.
11441         (cross_only): Remove target-libiberty.
11442
11443         * Makefile.in (all-gcc): Don't depend on libiberty.
11444
11445 Mon Apr 28 18:39:45 1997  Michael Snyder  <msnyder@cleaver.cygnus.com>
11446
11447         * config.guess: improve algorithm for recognizing Gnu Hurd x86.
11448
11449 Thu Apr 24 19:30:07 1997  Ian Lance Taylor  <ian@cygnus.com>
11450
11451         * Makefile.in (DEVO_SUPPORT): Add mpw-install.
11452         (DISTBISONFILES): Add ld/Makefile.in
11453
11454 Tue Apr 22 17:17:28 1997  Geoffrey Noer  <noer@pizza.cygnus.com>
11455
11456         * configure.in: if target is cygwin32 but host isn't cygwin32,
11457         don't configure gdb tcl tk expect, not just gdb.
11458
11459 Mon Apr 21 13:33:39 1997  Tom Tromey  <tromey@cygnus.com>
11460
11461         * configure.in: Added gnuserv everywhere sn appears.
11462
11463         * Makefile.in (ALL_MODULES): Added all-gnuserv.
11464         (CROSS_CHECK_MODULES): Added check-gnuserv.
11465         (INSTALL_MODULES): Added install-gnuserv.
11466         (CLEAN_MODULES): Added clean-gnuserv.
11467         (all-gnuserv): New target.
11468
11469 Thu Apr 17 13:57:06 1997  Per Fogelstrom  <pefo@openbsd.org>
11470
11471         * config.guess: Fixes for MIPS OpenBSD systems.
11472
11473 Tue Apr 15 12:21:07 1997  Ian Lance Taylor  <ian@cygnus.com>
11474
11475         * Makefile.in (INSTALL_XFORM): Remove.
11476         (BASE_FLAGS_TO_PASS): Remove INSTALL_XFORM.
11477
11478         * mkinstalldirs: New file, copied from automake.
11479         * Makefile.in (installdirs): Rename from install-dirs.  Use
11480         mkinstalldirs.  Change all users.
11481         (DEVO_SUPPORT): Add mkinstalldirs.
11482
11483 Mon Apr 14 11:21:38 1997  Ian Lance Taylor  <ian@cygnus.com>
11484
11485         * install-sh: Rename from install.sh.
11486         * Makefile.in (INSTALL): Change install.sh to install-sh.
11487         (DEVO_SUPPORT): Likewise.
11488
11489         * configure: Use ${config_shell} with ${moveifchange}.  From Thomas
11490         Graichen <graichen@rzpd.de>.
11491
11492 Fri Apr 11 16:37:10 1997  Niklas Hallqvist  <niklas@appli.se>
11493
11494         * config.guess: Recognize OpenBSD systems correctly.
11495
11496 Fri Apr 11 17:07:04 1997  Jason Molenda  (crash@godzilla.cygnus.co.jp)
11497
11498         * README, Makefile.in (ETC_SUPPORT): Remove references to
11499         cfg-paper*, configure.{texi,man,info*}._
11500
11501 Sun Apr  6 18:47:57 1997  Andrew Cagney  <cagney@kremvax.cygnus.com>
11502
11503         * Makefile.in (all.normal): Ensure that gcc is built after all
11504         the x11 - ie gdb - targets.
11505
11506 Tue Apr  1 16:28:50 1997  Klaus Kaempf  <kkaempf@progis.de>
11507
11508         * makefile.vms: Don't run conf-a-gas.
11509
11510 Mon Mar 31 16:26:55 1997  Joel Sherrill  <joel@oarcorp.com>
11511
11512         * configure.in (hppa1.1-*-rtems*): New target, like hppa-*-*elf*.
11513
11514 Sun Mar 30 12:38:27 1997  Fred Fish  <fnf@cygnus.com>
11515
11516         * configure.in: Remove noconfigdirs case since gdb also
11517         configures and builds for tic80-coff.
11518
11519 Fri Mar 28 18:28:52 1997  Ian Lance Taylor  <ian@cygnus.com>
11520
11521         * configure: Set cache_file to config.cache.
11522         * Makefile.in (local-distclean): Remove config.cache.
11523
11524 Wed Mar 26 18:49:39 1997  Ian Lance Taylor  <ian@cygnus.com>
11525
11526         * COPYING: Update FSF address.
11527
11528 Wed Mar 26 10:38:25 1997  Michael Meissner  <meissner@cygnus.com>
11529
11530         * configure.in (tic80-*-*): Remove G++ libraries and libgloss from
11531         noconfigdirs.
11532
11533 Mon Mar 24 15:02:39 1997  Ian Lance Taylor  <ian@cygnus.com>
11534
11535         * Makefile.in (install-dirs): Don't crash if prefix, and hence
11536         MAKEDIRS, is empty.
11537
11538 Mon Mar 24 12:40:55 1997  Doug Evans  <dje@canuck.cygnus.com>
11539
11540         * config.sub: Tweak mn10300 entry.
11541
11542 Fri Mar 21 15:35:27 1997  Michael Meissner  <meissner@cygnus.com>
11543
11544         * configure.in (host_tools): Put sim before gdb, so gdb's
11545         configure.tgt can determine if the simulator was configured.
11546
11547 Sun Mar 16 16:07:08 1997  Fred Fish  <fnf@cygnus.com>
11548
11549         * config.sub: Move BeOS $os case to be with other Cygnus
11550         local cases.
11551
11552 Sun Mar 16 01:34:55 1997  Martin Hunt <hunt@cygnus.com>
11553
11554         * config.sub: Remove misplaced comment that broke Linux.
11555
11556 Sat Mar 15 22:50:15 1997  Fred Fish  <fnf@cygnus.com>
11557
11558         * config.sub: Add BeOS support.
11559
11560 Mon Mar 10 13:30:11 1997  Tom Tromey  <tromey@cygnus.com>
11561
11562         * Makefile.in (CHECK_X11_MODULES): Don't run check-tk.
11563
11564 Wed Mar  5 12:09:29 1997  Martin  <hunt@cygnus.com>
11565
11566         * configure.in (noconfigdirs): Remove tcl and tk from
11567         noconfigdirs for cygwin32 builds.
11568
11569 Fri Feb 28 18:20:15 1997  Fred Fish  <fnf@cygnus.com>
11570
11571         * configure.in (tic80-*-*): Remove ld from noconfigdirs.
11572
11573 Thu Feb 27 14:57:26 1997  Ken Raeburn  <raeburn@cygnus.com>
11574
11575         * Makefile.in (GAS_SUPPORT_DIRS, BINUTILS_SUPPORT_DIRS): Remove
11576         make-all.com, use makefile.vms instead.
11577
11578 Tue Feb 25 18:46:14 1997  Stan Shebs  <shebs@andros.cygnus.com>
11579
11580         * config.sub: Accept -lnews*.
11581
11582 Tue Feb 25 13:19:14 1997  Andrew Cagney  <cagney@kremvax.tpgi.com.au>
11583
11584         * configure.in (noconfigdirs): Disable target-newlib,
11585         target-examples and target-libiberty for d30v.
11586
11587 Fri Feb 21 17:56:25 1997  Martin M. Hunt  <hunt@pizza.cygnus.com>
11588
11589         * configure.in (noconfigdirs): Enable ld for d30v.
11590
11591 Fri Feb 21 20:58:51 1997  Michael Meissner  <meissner@cygnus.com>
11592
11593         * configure.in (tic80-*-*): Build compiler.
11594
11595 Sun Feb 16 15:41:09 1997  Andrew Cagney  <cagney@critters.cygnus.com>
11596
11597         * configure.in (d30v-*): Remove sim directory from list of
11598         unsupported d30v directories
11599
11600 Tue Feb 18 17:32:42 1997  Martin M. Hunt  <hunt@pizza.cygnus.com>
11601
11602         * config.sub, configure.in: Add d30v target cpu.
11603
11604 Thu Feb 13 22:04:44 1997  Klaus Kaempf  <kkaempf@progis.de>
11605
11606         * makefile.vms: New file.
11607         * make-all.com: Remove.
11608
11609 Wed Feb 12 12:54:18 1997  Jim Wilson  <wilson@cygnus.com>
11610
11611         * Makefile.in (EXTRA_GCC_FLAGS): Add LIBGCC2_DEBUG_CFLAGS.
11612
11613 Sat Feb  8 20:36:49 1997  Michael Meissner  <meissner@cygnus.com>
11614
11615         * Makefile.in (all-itcl): The rule is all-itcl, not all-tcl.
11616
11617 Tue Feb  4 11:39:29 1997  Tom Tromey  <tromey@cygnus.com>
11618
11619         * Makefile.in (ALL_MODULES): Added all-db.
11620         (CROSS_CHECK_MODULES): Addec check-db.
11621         (INSTALL_MODULES): Added install-db.
11622         (CLEAN_MODULES): Added clean-db.
11623
11624 Mon Feb  3 13:29:36 1997  Ian Lance Taylor  <ian@cygnus.com>
11625
11626         * config.guess: Merge with latest FSF sources.
11627
11628 Tue Jan 28 09:20:37 1997  Tom Tromey  <tromey@cygnus.com>
11629
11630         * Makefile.in (ALL_MODULES): Added all-itcl.
11631         (CROSS_CHECK_MODULES): Added check-itcl.
11632         (INSTALL_MODULES): Added install-itcl.
11633         (CLEAN_MODULES): Added clean-itcl.
11634
11635 Thu Jan 23 01:44:27 1997  Geoffrey Noer  <noer@cygnus.com>
11636
11637         * configure.in: build gdb for mn10200
11638
11639 Fri Jan 17 15:32:15 1997  Doug Evans  <dje@canuck.cygnus.com>
11640
11641         * Makefile.in (all-target-winsup): Depend on all-target-libio.
11642
11643 Mon Jan 13 22:46:54 1997  Michael Meissner  <meissner@tiktok.cygnus.com>
11644
11645         * configure.in (tic80-*-*): Turn off most targets right now.
11646
11647 Fri Jan  3 16:04:03 1997  Ian Lance Taylor  <ian@cygnus.com>
11648
11649         * Makefile.in (MAKEINFO): Check for the existence of the Makefile,
11650         rather than the makeinfo program.
11651         (do-info): Depend upon all-texinfo.
11652
11653 Tue Dec 31 16:00:31 1996  Ian Lance Taylor  <ian@cygnus.com>
11654
11655         * configure.in: Remove uses of config/mh-linux.
11656
11657         * config.sub, config.guess: Merge with latest FSF sources.
11658
11659 Fri Dec 27 23:04:33 1996  Fred Fish  <fnf@cygnus.com>
11660
11661         * config.sub (case $basic_machine): Add tic80 entries.
11662
11663 Fri Dec 27 12:07:59 1996  Ian Lance Taylor  <ian@cygnus.com>
11664
11665         * config.sub, config.guess: Merge with latest FSF sources.
11666
11667 Wed Dec 18 22:46:39 1996  Stan Shebs  <shebs@andros.cygnus.com>
11668
11669         * mpw-build.in: Build ld before gcc, use NewFolderRecursive.
11670         * mpw-config.in: Test for NewFolderRecursive.
11671         * mpw-install: Use symbolic name for startup filename.
11672         * mpw-README: Add various additional details.
11673
11674 Wed Dec 18 13:11:46 1996  Jim Wilson  <wilson@cygnus.com>
11675
11676         * configure.in (mips*-sgi-irix6*): Remove binutils from noconfigdirs.
11677
11678 Wed Dec 18 10:29:31 1996  Jeffrey A Law  (law@cygnus.com)
11679
11680         * configure.in: Do build gcc and the target libraries for
11681         the mn10200.
11682
11683 Wed Dec  4 16:53:05 1996  Geoffrey Noer  <noer@cygnus.com>
11684
11685         * configure.in: don't avoid building gdb for mn10300 any more
11686         * Makefile.in: double-quote GCC_FOR_TARGET line in EXTRA_GCC_FLAGS
11687         instead of single-quoting it.
11688
11689 Tue Dec  3 23:26:50 1996  Jason Merrill  <jason@yorick.cygnus.com>
11690
11691         * configure.in: Don't use --with-stabs on IRIX 6.
11692
11693 Tue Dec  3 09:05:25 1996  Doug Evans  <dje@canuck.cygnus.com>
11694
11695         * configure.in (m32r): Build gdb, libg++ now.
11696
11697 Sun Dec  1 00:18:59 1996  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
11698
11699         * configure.in (mips*-sgi-irix6*):  Remove gdb and related
11700         directories from noconfigdirs.
11701
11702 Tue Nov 26 11:45:33 1996  Kim Knuttila  <krk@cygnus.com>
11703
11704         * config.sub (basic_machine): added mips16 configuration
11705
11706 Sat Nov 23 19:26:22 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
11707
11708         * config.sub: Handle d10v-unknown.
11709
11710 Sat Nov 23 10:23:01 1996  Gavin Koch  <gavin@cygnus.com>
11711
11712         * config.sub: Handle v850-unknown.
11713
11714 Thu Nov 21 16:19:44 1996  Geoffrey Noer  <noer@cygnus.com>
11715
11716         * Makefile.in: add findutils
11717         * configure.in: add findutils to list of host_tools
11718
11719 Wed Nov 20 10:09:01 1996  Jeffrey A Law  (law@cygnus.com)
11720
11721         * config.sub: Handle mn10200 and mn10300.
11722
11723 Tue Nov 19 16:35:14 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
11724
11725         * configure.in (d10v-*): Do not build librx.
11726
11727 Mon Nov 18 13:28:41 1996  Jeffrey A Law  (law@cygnus.com)
11728
11729         * configure.in (mn10300): Build everything except gdb & libgloss.
11730
11731 Wed Nov 13 14:59:46 1996  Per Bothner  <bothner@deneb.cygnus.com>
11732
11733         * config.guess:  Patch for Dansk Data Elektronik servers,
11734         from Niels Skou Olsen <nso@dde.dk>.
11735
11736         For ncr, use /bin/uname rather than uname, since GNU uname does not
11737         support -p.  Suggested by Mark Mitchell <mmitchell@usa.net>.
11738
11739         Patch for MIPS R4000 running System V,
11740         from Eric S. Raymond <esr@snark.thyrsus.com>.
11741
11742         Fix thinko for nextstep.
11743
11744         Patch for OSF1 in i?86, from Dan Murphy <dlm@osf.org> via Harlan Stenn.
11745
11746         Sat Jun 24 18:58:17 1995  Morten Welinder  <terra+@cs.cmu.edu>
11747         * config.guess: Guess mips-dec-mach_bsd4.3.
11748
11749         Thu Oct 10 04:07:04 1996  Harlan Stenn <harlan@pfcs.com>
11750         * config.guess (i?86-ncr-sysv*):  Emit just enough of the minor
11751         release numbers.
11752         * config.guess (mips-mips-riscos*):  Emit just enough of the
11753         release number.
11754
11755         Tue Oct  8 10:37:22 1996  Frank Vance <fvance@waii.com>
11756         * config.guess (sparc-auspex-sunos*):  Added.
11757         (f300-fujitsu-*): Added.
11758
11759         Wed Sep 25 22:00:35 1996  Jeff Woolsey <woolsey@jlw.com>
11760         * config.guess:  Recognize a Tadpole as a sparc.
11761
11762 Wed Nov 13 00:53:09 1996  David J. MacKenzie  <djm@churchy.gnu.ai.mit.edu>
11763
11764         * config.guess: Don't assume that NextStep version is either 2 or
11765         3.  NextStep 4 (aka OpenStep 4) has come out now.
11766
11767 Mon Nov 11 23:52:03 1996  David J. MacKenzie  <djm@churchy.gnu.ai.mit.edu>
11768
11769         * config.guess: Support Cray T90 that reports itself as "CRAY TS".
11770         From Rik Faith <faith@cs.unc.edu>.
11771
11772 Fri Nov  8 11:34:58 1996  David J. MacKenzie  <djm@geech.gnu.ai.mit.edu>
11773
11774         * config.sub: Contributions from bug-gnu-utils to:
11775         Support plain "hppa" (no version given) architecture, reported by
11776         OpenStep.
11777         OpenBSD like NetBSD.
11778         LynxOs is not a hardware supplier.
11779
11780         * config.guess: Contributions from bug-gnu-utils to add support for:
11781         OpenBSD like NetBSD.
11782         Stratus systems.
11783         More Pyramid systems.
11784         i[n>4]86 Intel chips.
11785         M680[n>4]0 Motorola chips.
11786         Use unknown instead of lynx for hardware manufacturer.
11787
11788 Mon Nov 11 10:09:08 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
11789
11790         * install.sh (chmodcmd): Set to null if the DST directory already
11791         exists.
11792
11793 Mon Nov 11 10:43:41 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
11794
11795         * configure.in (powerpc*-{eabi,elf,linux,rtem,sysv,solaris}*): Do
11796         not use mt-ppc target Makefile fragment any more.
11797
11798 Sun Nov  3 19:17:07 1996  Stu Grossman  (grossman@critters.cygnus.com)
11799
11800         * configure.in (*-*-windows):  Exclude everything but those dirs
11801         needed to build windows.
11802
11803 Tue Oct 29 16:41:31 1996  Doug Evans  <dje@canuck.cygnus.com>
11804
11805         * Makefile.in (all-target-winsup): Depend on all-target-librx.
11806
11807 Mon Oct 28 17:32:46 1996  Stu Grossman  (grossman@critters.cygnus.com)
11808
11809         * configure.in:  Exclude mmalloc from i386-windows.
11810
11811 Thu Oct 24 09:22:46 1996  Stu Grossman  (grossman@critters.cygnus.com)
11812
11813         * Undo my previous change.
11814
11815 Thu Oct 24 12:12:04 1996  Ian Lance Taylor  <ian@cygnus.com>
11816
11817         * Makefile.in (EXTRA_GCC_FLAGS): Pass down GCC_FOR_TARGET
11818         unconditionally.
11819         (MAKEOVERRIDES): Define (revert this part of October 18 change).
11820
11821 Thu Oct 24 09:02:07 1996  Stu Grossman  (grossman@critters.cygnus.com)
11822
11823         * Makefile.in (FLAGS_TO_PASS):  Add $(HOST_FLAGS) to allow the
11824         host to add it's own flags.
11825
11826 Tue Oct 22 15:20:26 1996  Ian Lance Taylor  <ian@cygnus.com>
11827
11828         * configure: Handle GCC_FOR_TARGET like CC_FOR_TARGET.
11829
11830 Fri Oct 18 13:37:13 1996  Ian Lance Taylor  <ian@cygnus.com>
11831
11832         * Makefile.in (CC_FOR_TARGET): Check for xgcc, not Makefile.
11833         (CXX_FOR_TARGET): Likewise.
11834         (GCC_FOR_TARGET): Define.
11835         (BASE_FLAGS_TO_PASS): Remove GCC_FOR_TARGET.
11836         (EXTRA_GCC_FLAGS): Define GCC_FOR_TARGET based on whether
11837         CC_FOR_TARGET was specified on the command line.
11838         (MAKEOVERRIDES): Don't define.
11839
11840 Thu Oct 17 10:27:56 1996  Doug Evans  <dje@canuck.cygnus.com>
11841
11842         * configure.in (m32r): Fix spelling of libg++ libs.
11843
11844 Thu Oct 10 10:37:17 1996  Stan Shebs  <shebs@andros.cygnus.com>
11845
11846         * config.sub (-apple*): Remove, now redundant.
11847
11848 Thu Oct 10 12:30:54 1996  Ian Lance Taylor  <ian@cygnus.com>
11849
11850         * configure: Don't get confused by CPU-VENDOR-linux-gnu.
11851
11852         * configure: Rework yesterday's sed script patch.
11853
11854         * config.sub: Merge with FSF.
11855
11856 Wed Oct  9 17:24:59 1996  Per Bothner  <bothner@deneb.cygnus.com>
11857
11858         * config.guess:  Merge from FSF.
11859
11860         1996-09-12  Richard Stallman  <rms@ethanol.gnu.ai.mit.edu>
11861         * config.guess: Use pc instead of unknown, for pc clone systems.
11862         Change linux to linux-gnu.
11863
11864         Mon Jul 15 23:51:11 1996  Karl Heuer  <kwzh@gnu.ai.mit.edu>
11865         * config.guess: Avoid non-portable tr syntax.
11866
11867 Wed Oct  9 06:06:46 1996  Jeffrey A Law  (law@cygnus.com)
11868
11869         * test-build.mk (HOLES): Add "xargs" for gdb.
11870
11871         * configure: Avoid hpux10.20 sed bug.
11872
11873 Tue Oct  8 08:32:48 1996  Stu Grossman  (grossman@critters.cygnus.com)
11874
11875         * configure.in:  Add support for windows host
11876         (that is a build done under the Microsoft build environment).
11877
11878 Tue Oct  8 10:39:08 1996  Ian Lance Taylor  <ian@cygnus.com>
11879
11880         * Makefile.in: Replace all uses of srcroot with s, to shrink
11881         command line lengths.
11882
11883         Patches from Geoffrey Noer <noer@cygnus.com>:
11884         * configure.in: If configuring for newlib, pass --with-newlib to
11885         subdirectories.
11886         * Makefile.in (CC_FOR_TARGET): If winsup/Makefile exists, pass a
11887         -Bnewlib/ and -Lwinsup to gcc.
11888         (CXX_FOR_TARGET): Likewise.
11889
11890 Mon Oct  7 10:59:35 1996  Ian Lance Taylor  <ian@cygnus.com>
11891
11892         * Makefile.in (ETC_SUPPORT): Add configure.
11893
11894 Fri Oct  4 12:22:58 1996  Angela Marie Thomas (angela@cygnus.com)
11895
11896         * configure.in: Use config/mh-dgux386 for i[345]86-dg-dgux
11897         host configuration file.
11898
11899 Thu Oct  3 09:28:25 1996  Jeffrey A Law  (law@cygnus.com)
11900
11901         * configure.in: Break mn10x00 support into separate
11902         mn10200 and mn10300 configurations.
11903         * config.sub: Likewise.
11904
11905 Wed Oct  2 22:27:52 1996  Jeffrey A Law  (law@cygnus.com)
11906
11907         * configure.in: Add lots of stuff to noconfigdirs for
11908         the mn10x00 targets.
11909
11910         * config.sub, configure.in: Add mn10x00 support.
11911
11912 Wed Oct  2 15:52:36 1996  Klaus Kaempf  <kkaempf@progis.de>
11913
11914         * make-all.com: Call conf-a-gas, not config-a-gas.
11915
11916 Tue Oct  1 01:28:41 1996  James G. Smith  <jsmith@cygnus.co.uk>
11917
11918         * configure.in (noconfigdirs): Don't build libgloss for arm-coff
11919         targets.
11920
11921 Mon Sep 30 14:24:01 1996  Stan Shebs  <shebs@andros.cygnus.com>
11922
11923         * mpw-README: Add much more detail for native PowerMac.
11924         * mpw-install: New file.
11925         * mpw-configure: Add --norecursion and --help options.
11926         * mpw-config.in: Translate readme and install files when
11927         copying to objdir.
11928         * mpw-build.in: Don't always depend on byacc and flex.
11929         (install-only-top): New action.
11930
11931 Fri Sep 27 17:39:44 1996  Stu Grossman  (grossman@critters.cygnus.com)
11932
11933         * configure.in:  You can now configure GDB for the v850.
11934
11935 Tue Sep 24 19:05:12 1996  Stan Shebs  <shebs@andros.cygnus.com>
11936
11937         * configure.in (noconfigdirs): Don't configure any C++ dirs
11938         if targeting D10V.
11939
11940 Tue Sep 17 12:15:31 1996  Ian Lance Taylor  <ian@cygnus.com>
11941
11942         * config.sub: Recognize mips64vr5000.
11943
11944 Mon Sep 16 17:00:52 1996  Ian Lance Taylor  <ian@cygnus.com>
11945
11946         * configure.in: Use a single line for host_tools and native_only.
11947
11948 Mon Sep  9 12:21:30 1996  Doug Evans  <dje@canuck.cygnus.com>
11949
11950         * config.sub, configure.in: Add entries for m32r.
11951
11952 Thu Sep  5 13:52:47 1996  Tom Tromey  <tromey@creche.cygnus.com>
11953
11954         * Makefile.in (inet-install): Don't run install-gzip.
11955
11956 Wed Sep  4 17:26:13 1996  Stu Grossman  (grossman@critters.cygnus.com)
11957
11958         * configure.in:  Don't config lots of things for *-*-windows*.
11959
11960 Sat Aug 31 11:45:57 1996  Stan Shebs  <shebs@andros.cygnus.com>
11961
11962         * mpw-config.in: Test for mpw-true, true, and null-command scripts.
11963         (host_libs, host_tools): Copy from configure.in.
11964         * mpw-configure: Don't complain about directories not found.
11965
11966 Thu Aug 29 16:44:58 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
11967
11968         * configure.in (i[345]86): Recognize i686 for pentium pro.
11969         (i[3456]86-*-dgux*): Use config/mh-sysv for the host configuration
11970         file.
11971
11972         * config.guess (i[345]86): Ditto.
11973
11974 Mon Aug 26 18:34:42 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
11975
11976         * configure.in (noconfigdirs): Removed gdb for D10V.
11977
11978 Thu Aug 22 17:13:52 1996  Jeffrey A Law  (law@cygnus.com)
11979
11980         * configure.in: Remove ld, target-libio, target-libg++, and
11981         target-libstdc++ from noconfigdirs.
11982
11983 Wed Aug 21 18:56:38 1996  Fred Fish  <fnf@cygnus.com>
11984
11985         * configure: Fix three locations where shell scripts were
11986         being run directly rather than with config_shell.
11987
11988 Tue Aug 20 13:08:47 1996  J.T. Conklin  <jtc@hippo.cygnus.com>
11989
11990         * configure.in (v850-*-*): Set up initial $noconfigdirs.
11991         * config.sub (basic_machine): Recognize v850.
11992
11993 Thu Aug 15 12:19:33 1996  Stan Shebs  <shebs@andros.cygnus.com>
11994
11995         * mpw-configure: Handle multiple enable/disable options and
11996         pass them down recursively, handle -c and -s flags appropriately
11997         depending on choice of compiler, add escape mechanism for
11998         quoted arguments to gC.
11999
12000 Mon Aug 12 13:15:13 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12001
12002         * configure.in (powerpc*-*-*): For eabi, system V.4, Linux, and
12003         solaris targets, use config/mt-ppc to set C{,XX}FLAGS_FOR_TARGETS
12004         so that -mrelocatable-lib and -mno-eabi are used.
12005
12006         * Makefile.in (CONFIGURE_TARGET_MODULES): If target compiler does
12007         not support --print-multi-lib, don't abort.
12008
12009 Thu Aug  8 12:18:59 1996  Klaus Kaempf  <kkaempf@progis.de>
12010
12011         * make-all.com: Run config-a-gas.
12012         * setup.com: Don't copy subdirectory files around.
12013
12014 Tue Jul 30 17:49:31 1996  Brendan Kehoe  <brendan@cygnus.com>
12015
12016         * configure.in (*-*-ose): Remove exclusion of libgloss for this
12017         target, it now compiles correctly.
12018
12019 Sat Jul 27 15:10:43 1996  Stan Shebs  <shebs@andros.cygnus.com>
12020
12021         * mpw-config.in: Generate Mac include for elf/dwarf2.h.
12022
12023 Tue Jul 23 10:47:04 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
12024
12025         * configure.in (d10v-*-*): Remove ld from $noconfigdirs.
12026
12027 Mon Jul 22 13:28:51 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
12028
12029         * configure.in (native_only): Add prms.
12030
12031 Mon Jul 22 12:27:58 1996  Ian Lance Taylor  <ian@cygnus.com>
12032
12033         * Makefile.in (GAS_SUPPORT_DIRS): Add make-all.com and setup.com.
12034         (BINUTILS_SUPPORT_DIRS): Likewise.
12035
12036 Thu Jul 18 12:55:40 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12037
12038         * configure.in (d10v-*-*): Don't configure ld or gdb until the
12039         d10v support is added.
12040
12041 Wed Jul 17 14:33:09 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
12042
12043         * configure.in (d10v-*-*): New target.
12044
12045 Mon Jul 15 11:53:00 1996  Jeffrey A Law  (law@cygnus.com)
12046
12047         * config.guess (HP 9000/811): Recognize this as a PA1.1
12048         machine.
12049
12050 Fri Jul 12 23:21:17 1996  Ken Raeburn  <raeburn@cygnus.com>
12051
12052         * Makefile.in (do-tar-gz): New target, split out from tail end of
12053         taz target.  Run each command separately, don't use pipes.
12054         (taz): Use it.
12055
12056 Fri Jul 12 12:08:04 1996  Stan Shebs  <shebs@andros.cygnus.com>
12057
12058         * mpw-configure: Look for g-mpw-make.sed in config/mpw.
12059         * mpw-build.in: No builds should depend on building byacc or flex,
12060         they are assumed to be installed already.
12061
12062 Fri Jul 12 09:52:52 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12063
12064         * Makefile.in (CONFIGURE_TARGET_MODULES): Set r environment
12065         variable that CC_FOR_TARGET needs.
12066
12067 Thu Jul 11 10:09:45 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12068
12069         * Makefile.in (CONFIGURE_TARGET_MODULES): Determine if the multlib
12070         options have changed since the last time the subdirectory was
12071         configured, and if it has, reconfigure.
12072         (CLEAN_TARGET_MODULES): Delete multilib.out and tmpmulti.out, which
12073         CONFIGURE_TARGET_MODULES uses to remember the old multilib options.
12074
12075 Wed Jul 10 18:56:59 1996  Doug Evans  <dje@canuck.cygnus.com>
12076
12077         * Makefile.in (ALL_MODULES,CROSS_CHECK_MODULES,INSTALL_MODULES,
12078         CLEAN_MODULES): Add bash.
12079         (all-bash): New target.
12080
12081 Mon Jul  8 17:33:14 1996  Jim Wilson  <wilson@cygnus.com>
12082
12083         * configure.in (mips-sgi-irix6*): Use mh-irix6 instead of mh-irix5.
12084
12085 Mon Jul  1 13:31:35 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12086
12087         * config.sub (basic_machine): Recognize d10v as a valid processor.
12088
12089 Fri Jun 28 12:14:35 1996  Stan Shebs  <shebs@andros.cygnus.com>
12090
12091         * mpw-configure: Add support for --bindir.
12092         * mpw-build.in: Use a GCC-specific build script for GCC actions.
12093
12094 Wed Jun 26 17:20:12 1996  Geoffrey Noer  <noer@cygnus.com>
12095
12096         * configure.in: add bash, time, gawk to list of hosttools and things
12097         to only build for native toolchains
12098
12099 Tue Jun 25 23:09:03 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
12100
12101         * Makefile.in (docdir): Remove.
12102
12103 Tue Jun 25 19:00:08 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
12104
12105         * Makefile.in (datadir): Set to $(prefix)/share.
12106
12107 Mon Jun 24 23:26:07 1996  Geoffrey Noer  <noer@cygnus.com>
12108
12109         * configure.in: build diff and patch for cygwin32-hosted
12110         toolchains.
12111
12112 Mon Jun 24 15:01:12 1996  Joel Sherrill  <joel@merlin.gcs.redstone.army.mil>
12113
12114         * config.sub: Accept -rtems*.
12115
12116 Sun Jun 23 22:41:54 1996  Geoffrey Noer  <noer@cygnus.com>
12117
12118         * configure.in: enable dosrel for cygwin32-hosted builds,
12119                 remove diff from the list of things not buildable
12120                 via Canadian Cross
12121
12122 Sat Jun 22 11:39:01 1996  Jason Merrill  <jason@yorick.cygnus.com>
12123
12124         * Makefile.in (TARGET_SUBDIR): Move comment to previous line so we
12125         don't get ". ".
12126
12127 Fri Jun 21 17:24:48 1996  Jim Wilson  <wilson@cygnus.com>
12128
12129         * configure.in (mips*-sgi-irix6*): Set noconfigdirs appropriately.
12130
12131 Thu Jun 20 16:57:40 1996  Ken Raeburn  <raeburn@cygnus.com>
12132
12133         * Makefile.in (taz): Handle case where tex3patch didn't even get
12134         checked out.  Also, if it was found, put the symlink in a new util
12135         subdirectory.
12136
12137 Thu Jun 20 12:20:33 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12138
12139         * config.guess (*:Linux:*:*): Add support for PowerPC Linux.
12140
12141 Tue Jun 18 14:24:12 1996  Klaus Kaempf  (kkaempf@progis.de)
12142
12143         * config.sub: Recognize -openvms.
12144         * configure.in (alpha*-*-*vms*): Set noconfigdirs.
12145         * make-all.com, setup.com: New files.
12146
12147 Mon Jun 17 16:34:46 1996  Jason Merrill  <jason@yorick.cygnus.com>
12148
12149         * Makefile.in (taz): tex3patch moved to texinfo/util.
12150
12151 Sat Jun 15 17:13:25 1996  Geoffrey Noer <noer@cygnus.com>
12152
12153         * configure: enable_gdbtk=no for cygwin32-hosted toolchains
12154         * configure.in: remove make from disable-if-Can-Cross list
12155                 enable gdb if ${host} and ${target} are cygwin32
12156
12157 Fri Jun  7 18:16:52 1996  Harlan Stenn <harlan@pfcs.com>
12158
12159         * config.guess (i?86-ncr-sysv*):  Emit minor release numbers.
12160         Recognize the NCR 4850 machine and NCR Pentium-based platforms.
12161
12162 Wed Jun  5 00:09:17 1996  Per Bothner  <bothner@wombat.gnu.ai.mit.edu>
12163
12164         * config.guess:  Combine mips-mips-riscos cases, and use cpp to
12165         distinguish sysv/svr4/bsd variants.
12166         Based on a patch from Harlan Stenn <harlan@pfcs.com>.
12167
12168 Fri Jun  7 14:24:49 1996  Tom Tromey  <tromey@creche.cygnus.com>
12169
12170         * configure.in: Added copyright notice.
12171         * move-if-change: Added copyright notice.
12172
12173 Thu Jun  6 16:27:05 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12174
12175         * configure.in (powerpcle-*-solaris*): Until we get shared
12176         libraries working, don't build gdb, sim, make, tcl, tk, or
12177         expect.
12178
12179 Tue Jun  4 20:41:45 1996  Per Bothner  <bothner@deneb.cygnus.com>
12180
12181         * config.guess:  Merge with FSF:
12182
12183         Mon Jun  3 08:49:14 1996  Karl Heuer  <kwzh@gnu.ai.mit.edu>
12184         * config.guess (*:Linux:*:*): Add guess for sparc-unknown-linux.
12185
12186         Fri May 24 18:34:53 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>
12187         * config.guess (AViiON:dgux:*:*): Fix typo in recognizing mc88110.
12188
12189         Fri Apr 12 20:03:59 1996  Per Bothner  <bothner@spiff.gnu.ai.mit.edu>
12190         * config.guess:  Combine two OSF1 rules.
12191         Also recognize field test versions.  From mjr@zk3.dec.com.
12192         * config.guess (dgux):  Use /usr/bin/uname rather than uname,
12193         because GNU uname does not support -p.  From pmr@pajato.com.
12194
12195 Tue Jun  4 11:07:25 1996  Tom Tromey  <tromey@csk3.cygnus.com>
12196
12197         * Makefile.in (MAKEDIRS): Removed $(tooldir).
12198
12199 Tue May 28 12:30:50 1996  Stan Shebs  <shebs@andros.cygnus.com>
12200
12201         * mpw-README: Document GCCIncludes.
12202
12203 Sun May 26 15:16:27 1996  Fred Fish  <fnf@cygnus.com>
12204
12205         * configure.in (alpha-*-linux*): Set enable_shared to yes.
12206
12207 Tue May 21 15:41:39 1996  Stan Shebs  <shebs@andros.cygnus.com>
12208
12209         * mpw-configure: Handle --enable-FOO and --disable-FOO.
12210
12211 Mon May 20 10:12:29 1996  Geoffrey Noer  <noer@cygnus.com>
12212
12213         * configure.in (*-*-cygwin32): Configure make.
12214
12215 Tue May  7 14:19:42 1996  Tom Tromey  <tromey@snuffle.cygnus.com>
12216
12217         * Makefile.in (inet-install): Quote value of INSTALL_MODULES.
12218
12219 Fri May  3 08:57:17 1996  Tom Tromey  <tromey@lisa.cygnus.com>
12220
12221         * Makefile.in (all-inet): Depend on all-perl.
12222
12223         * Makefile.in (inet-install): New target.
12224
12225         * Makefile.in (all-inet): Depend on all-tcl.
12226         (all-inet): Depend on all-send-pr.
12227
12228 Tue Apr 30 13:55:51 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12229
12230         * configure.in (powerpcle-*-solaris*): Turn off tk and tcl
12231         temporarily.
12232
12233 Thu Apr 25 11:48:20 1996  Ian Lance Taylor  <ian@cygnus.com>
12234
12235         * configure.in: Don't configure --with-gnu-ld on AIX.
12236
12237 Thu Apr 25 06:33:36 1996  Michael Meissner  <meissner@wogglebug.tiac.net>
12238
12239         * configure.in (powerpcle-*-solaris*): Turn off gdb temporarily.
12240
12241 Tue Apr 23 09:07:39 1996  Tom Tromey  <tromey@creche.cygnus.com>
12242
12243         * Makefile.in (ALL_MODULES): Added all-inet.
12244         (CROSS_CHECK_MODULES): Added check-inet.
12245         (INSTALL_MODULES): Added install-inet.
12246         (CLEAN_MODULES): Added clean-inet.
12247         (all-indent): New target.
12248
12249         * configure.in (host_tools): Added inet.
12250         (native_only): Added inet.
12251         (noconfigdirs): Added inet.
12252
12253 Fri Apr 19 15:35:29 1996  Ian Lance Taylor  <ian@cygnus.com>
12254
12255         * configure.in: Don't configure libgloss if we are not configuring
12256         newlib.
12257
12258 Wed Apr 17 19:30:01 1996  Rob Savoye  <rob@chinadoll.cygnus.com>
12259
12260         * configure.in: Don't configure libgloss for unsupported
12261         architectures.
12262
12263 Tue Apr 16 11:17:05 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12264
12265         * Makefile.in (CLEAN_MODULES): Add clean-apache.
12266
12267 Mon Apr 15 15:09:05 1996  Tom Tromey  <tromey@creche.cygnus.com>
12268
12269         * Makefile.in (ALL_MODULES): Include all-apache.
12270         (CROSS_CHECK_MODULES): Include check-apache.
12271         (INSTALL_MODULES): Include install-apache.
12272         (all-apache): New target.
12273
12274         * configure.in: Added apache everywhere perl is seen.
12275
12276 Mon Apr 15 14:59:13 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12277
12278         * Makefile.in: Add support for clean-{module} and
12279         clean-target-{module} rules.
12280
12281 Wed Apr 10 21:37:41 PDT 1996  Marilyn E. Sander <msander@cygnus.com>
12282
12283         * configure.in (*-*-ose) do not build libgloss.
12284
12285 Mon Apr  8 16:16:20 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12286
12287         * config.guess (prep*:SunOS:5.*:*): Turn into
12288         powerpele-unknown-solaris2.
12289
12290 Mon Apr  8 14:45:41 1996  Ian Lance Taylor  <ian@cygnus.com>
12291
12292         * configure.in: Permit --enable-shared to specify a list of
12293         directories.
12294
12295 Fri Apr  5 08:17:57 1996  Jason Molenda  (crash@phydeaux.cygnus.com)
12296
12297         * configure.in (host==solaris): Pass only the first word of $CC
12298         to /usr/bin/which when checking if we're using /usr/ccs/bin/cc.
12299
12300 Fri Apr  5 03:16:13 1996  Jason Molenda  (crash@phydeaux.cygnus.com)
12301
12302         * Makefile.in (BASE_FLAGS_TO_PASS): pass down $(MAKE).
12303
12304 Thu Mar 28 14:11:11 1996  Tom Tromey  <tromey@creche.cygnus.com>
12305
12306         * Makefile.in (ALL_MODULES): Include all-perl.
12307         (CROSS_CHECK_MODULES): Include check-perl.
12308         (INSTALL_MODULES): Include install-perl.
12309         (ALL_X11_MODULES): Include all-guile.
12310         (CHECK_X11_MODULES): Include check-guile.
12311         (INSTALL_X11_MODULES): Include install-guile.
12312         (all-perl): New target.
12313         (all-guile): New target.
12314
12315         * configure.in (host_tools): Include perl and guile.
12316         (native_only): Include perl and guile.
12317         (noconfigdirs): Don't build guile and perl; no ports have been
12318         done.
12319
12320 Tue Mar 26 21:18:50 1996  Andrew Cagney  <cagney@kremvax.highland.com.au>
12321
12322         * configure (--enable-*): Handle quoted option lists such as
12323         --enable-sim-cflags='-g0 -O' better.
12324
12325 Thu Mar 21 11:53:08 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12326
12327         * Makefile.in ({,inst}all-target): New rule so we can make and
12328         install all of the target directories easily.
12329
12330 Wed Mar 20 18:10:57 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
12331
12332         * configure.in: Add missing global flag in sed substitution when
12333         deleting `target-' from ${configdirs}.
12334
12335 Thu Mar 14 19:15:06 1996  Ian Lance Taylor  <ian@cygnus.com>
12336
12337         * Makefile.in (DO_X): Don't get confused if CC contains `=' in an
12338         option.
12339
12340         * configure.in (mips*-nec-sysvr4*): Use a host_makefile_frag of
12341         config/mh-necv4.
12342
12343         * install.sh: Correct misspelling of transformbasename.
12344
12345         * config.guess: Recognize mips-*-sysv*.
12346
12347 Mon Mar 11 15:36:42 1996  Dawn Perchik  <dawn@critters.cygnus.com>
12348
12349         * config.sub: Recognize mon960.
12350
12351 Sun Mar 10 13:18:38 1996  Ian Lance Taylor  <ian@cygnus.com>
12352
12353         * configure: Restore Canadian Cross handling of BISON and LEX,
12354         removed in Feb 20 change.
12355
12356 Fri Mar  8 20:07:09 1996  Per Bothner  <bothner@kalessin.cygnus.com>
12357
12358         * README:  Suggestions from Torbjorn Granlund <tege@matematik.su.se>:
12359         Mention make install.  Remove the old copyright date as well the
12360         clumsy and rather pointless copyright on the README file.
12361
12362 Fri Mar  8 17:51:35 1996  Ian Lance Taylor  <ian@cygnus.com>
12363
12364         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there is a
12365         Makefile after running symlink-tree, then run `make distclean' to
12366         avoid clobbering any generated files in srcdir.
12367
12368 Tue Mar  5 08:21:44 1996  J.T. Conklin  <jtc@rtl.cygnus.com>
12369
12370         * configure.in (m68k-*-netbsd*): Build everything now.
12371
12372 Wed Feb 28 12:25:46 1996  Jason Merrill  <jason@yorick.cygnus.com>
12373
12374         * Makefile.in (taz): Fix quoting.
12375
12376 Tue Feb 27 11:33:57 1996  Doug Evans  <dje@charmed.cygnus.com>
12377
12378         * configure.in (sparclet-*-*): Build everything now.
12379
12380 Tue Feb 27 14:31:51 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
12381
12382         * configure.in (m68k-*-linux*): New host.
12383
12384 Mon Feb 26 14:32:44 1996  Ian Lance Taylor  <ian@cygnus.com>
12385
12386         * configure: Check for bison before byacc.
12387
12388 Tue Feb 20 23:12:35 1996  Stu Grossman  (grossman@critters.cygnus.com)
12389
12390         * Makefile.in configure:  Change the way LEX and BISON/YACC are
12391         set.  configure now defines DEFAULT_LEX and DEFAULT_YACC by
12392         searching PATH.  These are used as fallbacks by Makefile.in if
12393         flex/bison/byacc aren't in objdir.
12394
12395 Mon Feb 19 11:45:30 1996  Ian Lance Taylor  <ian@cygnus.com>
12396
12397         * Makefile.in: Make everything which depends upon all-bfd also
12398         depend upon all-opcodes, in case --with-commonbfdlib is used.
12399
12400 Thu Feb 15 19:50:50 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12401
12402         * configure.in (host *-*-cygwin32): Don't build gdb if we are
12403         building NT native compilers on Unix.
12404
12405 Thu Feb 15 17:42:25 1996  Ian Lance Taylor  <ian@cygnus.com>
12406
12407         * configure.in: Don't get CC from the host Makefile fragment if we
12408         can find gcc in PATH, or if this is a Canadian Cross.  Move the
12409         Solaris test for /usr/ucb/cc to the post target script, just after
12410         the compiler sanity test.
12411
12412 Wed Feb 14 16:57:40 1996  Ian Lance Taylor  <ian@cygnus.com>
12413
12414         * config.sub: Merge with FSF.
12415
12416 Tue Feb 13 14:27:48 1996  Ian Lance Taylor  <ian@cygnus.com>
12417
12418         * Makefile.in (RPATH_ENVVAR): New variable.
12419         (REALLY_SET_LIB_PATH): Use it.
12420         * configure.in: On HP/UX, set RPATH_ENVVAR to SHLIB_PATH.
12421
12422 Mon Feb 12 15:28:49 1996  Doug Evans  <dje@charmed.cygnus.com>
12423
12424         * config.sub, configure.in: Recognize sparclet cpu.
12425
12426 Mon Feb 12 15:33:59 1996  Christian Bauernfeind <chrisbfd@theorie3.physik.uni-erlangen.de>
12427
12428         * config.guess:  Support m68k-cbm-sysv4.
12429
12430 Sat Feb 10 12:06:42 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
12431
12432         * config.guess (*:Linux:*:*): Guess m68k-unknown-linux and
12433         m68k-unknown-linuxaout from linker help string.  Put quotes around
12434         $ld_help_string.
12435
12436 Thu Dec  7 09:03:24 1995  Tom Horsley  <Tom.Horsley@mail.hcsc.com>
12437
12438         * config.guess (powerpc-harris-powerunix): Add guess for port
12439         to new target.
12440
12441 Thu Feb  8 15:37:52 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
12442
12443         * config.guess (UNAME_VERSION): Recognize X4.x as an OSF version.
12444
12445 Mon Feb  5 16:36:51 1996  Ian Lance Taylor  <ian@cygnus.com>
12446
12447         * configure.in: If --enable-shared was used, set SET_LIB_PATH to
12448         $(REALLY_SET_LIB_PATH) in Makefile.
12449         * Makefile.in (SET_LIB_PATH): New variable.
12450         (REALLY_SET_LIB_PATH): New variable.
12451         ($(DO_X)): Use $(SET_LIB_PATH).
12452         (install.all, gcc-no-fixedincludes, $(ALL_MODULES)): Likewise.
12453         ($(NATIVE_CHECK_MODULES), $(CROSS_CHECK_MODULES)): Likewise.
12454         ($(INSTALL_MODULES), $(CONFIGURE_TARGET_MODULES)): Likewise.
12455         ($(ALL_TARGET_MODULES), $(CHECK_TARGET_MODULES)): Likewise.
12456         ($(INSTALL_TARGET_MODULES), $(ALL_X11_MODULES)): Likewise.
12457         ($(CHECK_X11_MODULES), $(INSTALL_X11_MODULES)): Likewise.
12458         (all-gcc, all-bootstrap, check-gcc, install-gcc): Likewise.
12459         (install-dosrel): Likewise.
12460         (all-opcodes): Depend upon all-libiberty.
12461
12462 Sun Feb  4 16:51:11 1996  Steve Chamberlain  <sac@slash.cygnus.com>
12463
12464         * config.guess (*:CYGWIN*): New
12465
12466 Sat Feb  3 10:42:35 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12467
12468         * Makefile.in (all-target-winsup): All all-target-libiberty.
12469
12470 Fri Feb  2 17:58:56 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12471
12472         * configure.in (noconfigdirs): Add missing # in front of comment.
12473
12474 Thu Feb  1 14:38:13 1996  Geoffrey Noer  <noer@cygnus.com>
12475
12476         * configure.in: add second pass to things added to noconfigdirs
12477         so *-gm-magic can exclude libgloss properly.
12478
12479 Thu Feb  1 11:10:16 1996  Stan Shebs  <shebs@andros.cygnus.com>
12480
12481         * mpw-configure (extralibs_name, rez_name): Set correctly
12482         for MWC68K compiler.
12483
12484         * mpw-README: Add more info on the necessary build tools.
12485
12486 Thu Feb  1 10:22:38 1996  Steve Chamberlain  <sac@slash.cygnus.com>
12487
12488         * configure.in, config.sub: Recognize cygwin32.
12489
12490 Wed Jan 31 14:17:10 1996  Richard Henderson  <rth@tamu.edu>
12491
12492         * config.guess, config.sub: Recognize A/UX.
12493
12494 Wed Jan 31 13:52:14 1996  Ian Lance Taylor  <ian@cygnus.com>
12495
12496         * config.sub: Merge with gcc/config.sub.
12497
12498 Thu Jan 25 11:01:10 1996  Raymond Jou  <rjou@mexican.cygnus.com>
12499
12500         * mpw-build.in (do-binutils): Add build of stamps.
12501
12502 Thu Jan 25 17:05:26 1996  James G. Smith  <jsmith@cygnus.co.uk>
12503
12504         * config.sub: Add recognition for mips64vr4100*-* targets.
12505
12506 Wed Jan 24 12:47:55 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
12507
12508         * test-build.mk: Add checking of `hpux9' rather than just `hpux'.
12509         Add creation of gconfigargs with `--enable-shared' turned on.
12510         ($(host)-stamp-stage2-configured): Pass $(gconfigargs).
12511         ($(host)-stamp-stage3-configured): Likewise.
12512         (HOLES): Add chatr and ldd.
12513         (i386-ncr-sysv4.3*): Add use of /usr/ccs/bin in the PATH and HOLE_DIRS.
12514
12515 Wed Jan 24 20:32:30 1996  Torbjorn Granlund  <tege@noisy.matematik.su.se>
12516
12517         * configure: Pass --nfp to recursive configures.
12518
12519 Mon Jan 22 10:41:56 1996  Steve Chamberlain  <sac@slash.cygnus.com>
12520
12521         * Makefile.in (DLLTOOL): New.
12522         (DLLTOOL_FOR_TARGET): New.
12523         (EXTRA_HOST_FLAGS): Pass down DLLTOOL.
12524         (EXTRA_TARGET_FLAGS): Ditto.
12525         (EXTRA_GCC_FLAGS): Ditto.
12526         (CONFIGURE_TARGET_MODULES): Ditto.
12527         (DO_X): Ditto.
12528         * configure: Add DLLTOOL.
12529
12530 Fri Jan 19 13:30:15 1996  Stan Shebs  <shebs@andros.cygnus.com>
12531
12532         SCO OpenServer 5 changes from Robert Lipe <robertl@dgii.com>:
12533         * configure.in (i[345]86-*-sco3.2v5*): Use mh-sysv instead of
12534         mh-sco, since old workarounds no longer needed, and don't
12535         build ld, since libraries have weak symbols in COFF.
12536
12537 Sun Jan 14 23:01:31 1996  Fred Fish  <fnf@cygnus.com>
12538
12539         * Makefile.in (CONFIGURE_TARGET_MODULES): Add missing ';'.
12540
12541 Fri Jan 12 15:25:35 1996  Ian Lance Taylor  <ian@cygnus.com>
12542
12543         * configure.in: Make sure that ${CC} can be used to compile an
12544         executable.
12545
12546 Sat Jan  6 07:23:33 1996  Michael Meissner  <meissner@wogglebug.tiac.net>
12547
12548         * Makefile.in (all-gdb): Depend on $(GDB_TK).
12549         * configure (GDB_TK): Set GDB_TK to either "all-tcl all-tk" or
12550         nothing depending on whether gdbtk is being built.
12551
12552 Wed Jan  3 17:54:41 1996  Doug Evans  <dje@canuck.cygnus.com>
12553
12554         * Makefile.in (newlib.tar.gz): Delete building of newlib's info files.
12555
12556 Mon Jan  1 19:09:14 1996  Brendan Kehoe  <brendan@rtl.cygnus.com>
12557
12558         * configure.in (noconfigdirs): Put ld or gas in this early, if the
12559         user specifically used --with-gnu-ld=no or --with-gnu-as=no.
12560
12561 Sat Dec 30 16:08:57 1995  Doug Evans  <dje@canuck.cygnus.com>
12562
12563         * config-ml.in: Add support for
12564         --disable-{softfloat,m68881,m68000,m68020} on m68*-*-*.
12565         Simplify setting of multidirs from --disable-foo.
12566
12567 Fri Dec 29 07:56:11 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
12568
12569         * Makefile.in (EXTRA_GCC_FLAGS): If any of the make variables
12570         LANGUAGES, BOOT_CFLAGS, STMP_FIXPROTO, LIMITS_H_TEST,
12571         LIBGCC1_TEST, LIBGCC2_CFLAGS, LIBGCC2_INCLUDES, and ENQUIRE are
12572         non-empty, pass them on to the  GCC make.
12573         (all-bootstrap): New rule that is like all-gcc, except it executes
12574         the GCC bootstrap rule instead of the GCC all rule.
12575
12576 Wed Dec 27 15:51:48 1995  Doug Evans  <dje@canuck.cygnus.com>
12577
12578         * config-ml.in (ml_realsrcdir): New, to account for ${subdir}.
12579
12580 Tue Dec 26 11:45:31 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
12581
12582         * config.guess (AViiON:dgux:*:*): Update from FSF to add pentium
12583         DG/UX support.
12584
12585 Fri Dec 15 10:01:27 1995  Stan Cox  <coxs@dg-rtp.dg.com>
12586
12587         * config.sub (i*86*) Change [345] to [3456]
12588
12589 Wed Dec 20 17:41:40 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
12590
12591         * configure.in (noconfigdirs): Add gas or ld if --with-gnu-as=no or
12592         --with-gnu-ld=no.
12593
12594 Wed Dec 20 15:15:35 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
12595
12596         * config-ml.in (rs6000*, powerpc*): Add switches to control which
12597         AIX multilibs get built.
12598
12599 Mon Dec 18 17:55:46 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
12600
12601         * configure.in (i386-win32): Don't build expect if we're not
12602         building the tcl subdir.
12603
12604 Mon Dec 18 11:47:19 1995  Stan Shebs  <shebs@andros.cygnus.com>
12605
12606         * Makefile.in: (configure-target-examples, all-target-examples):
12607         New targets, configure and build example programs.
12608
12609 Fri Dec 15 16:13:03 1995  Stan Shebs  <shebs@andros.cygnus.com>
12610
12611         * mpw-configure: If an mpw-config.in generated a file mk.sed,
12612         use it as input to sedit the generated MPW makefile.
12613         * mpw-README: Add a suggestion about Gestalt.h.
12614
12615 Wed Dec 13 16:43:51 1995  Ian Lance Taylor  <ian@cygnus.com>
12616
12617         * config.sub: Accept *-*-ieee*.
12618
12619 Tue Dec 12 11:52:57 1995  Ian Lance Taylor  <ian@cygnus.com>
12620
12621         * Makefile.in (local-distclean): Remove $(TARGET_SUBDIR).  From
12622         Ronald F. Guilmette <rfg@monkeys.com>.
12623
12624 Mon Dec 11 15:31:58 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
12625
12626         * configure.in (host==powerpc-pe): Add many directories to noconfigdirs
12627         for powerpc-pe native.
12628         (target==i386-win32): add tcl, make to noconfigdirs if canadian cross.
12629         (target==powerpc-pe): duplicate i386-win32 entry.
12630
12631 Sat Dec  9 14:58:28 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
12632
12633         * configure.in (noconfigdirs): Exclude target-newlib for all versions
12634         of vxworks, not just vxworks5.1.
12635
12636 Mon Dec  4 12:05:40 1995  Stan Shebs  <shebs@andros.cygnus.com>
12637
12638         * mpw-configure: Add support for exec-prefix.
12639
12640 Mon Dec  4 10:22:50 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
12641
12642         * config.guess: Recognize HP model 816 machines as having
12643         a PA1.1 processor.
12644
12645 Mon Dec  4 12:38:15 1995  Ian Lance Taylor  <ian@cygnus.com>
12646
12647         * configure: Ignore new autoconf configure options.
12648
12649 Thu Nov 30 16:57:33 1995  Per Bothner  <bothner@wombat.gnu.ai.mit.edu>
12650
12651         * config.guess:  Recognize Pentium under SCO.
12652         From Robert Lipe <robertl@arnet.com>.
12653
12654 Wed Nov 29 13:49:08 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
12655
12656         * configure.in (noconfigdirs): Disable target-libio on v810-*-*.
12657
12658 Wed Nov 29 12:12:01 1995  Ian Lance Taylor  <ian@cygnus.com>
12659
12660         * configure.in: Don't configure gas for alpha-dec-osf*.
12661
12662 Tue Nov 28 17:16:48 1995  Ian Lance Taylor  <ian@cygnus.com>
12663
12664         * configure.in: Default to --with-stabs for some targets for which
12665         it makes sense: mips*-*-*, alpha*-*-osf*, i[345]86*-*-sysv4* and
12666         i[345]86*-*-unixware*.
12667
12668 Mon Nov 27 13:44:15 1995  Ian Lance Taylor  <ian@cygnus.com>
12669
12670         * config-ml.in: Get list of multidirs using gcc --print-multi-lib
12671         rather than basing it on the target.  Simplify handling of options
12672         controlling which directories to configure.  Remove extraneous
12673         slash in multi-clean target.
12674
12675 Fri Nov 24 17:29:29 1995  Doug Evans  <dje@deneb.cygnus.com>
12676
12677         * config-ml.in: Prefix more variables with ml_ so they don't collide
12678         with configure's.
12679
12680 Wed Nov 22 11:27:02 1995  Ian Lance Taylor  <ian@cygnus.com>
12681
12682         * configure: Don't turn -v into --v.
12683
12684 Tue Nov 21 16:48:02 1995  Doug Evans  <dje@deneb.cygnus.com>
12685
12686         * configure.in (targargs): Fix typo.
12687
12688         * Makefile.in (DEVO_SUPPORT): Add symlink-tree.
12689
12690 Tue Nov 21 14:08:28 1995  Ian Lance Taylor  <ian@cygnus.com>
12691
12692         * configure.in: Strip --host and --target options from
12693         CONFIG_ARGUMENTS, and always configure for --host only.  Add
12694         --with-cross-host option when building with a cross-compiler.
12695         * configure: Canonicalize the arguments put into config.status by
12696         always using `=' for an option with an argument.  Pass a presumed
12697         --host or --target explicitly.
12698
12699 Fri Nov 17 17:50:30 1995  Stan Shebs  <shebs@andros.cygnus.com>
12700
12701         * config.sub: Merge -macos*, -magic*, -pe*, and -win32 cases
12702         into general OS recognition case.
12703
12704 Fri Nov 17 17:42:25 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
12705
12706         * configure.in (target_configdirs): add target-winsup only
12707         for win32 target systems.
12708
12709 Thu Nov 16 14:04:47 1995  Ian Lance Taylor  <ian@cygnus.com>
12710
12711         * Makefile.in (all-target-libgloss): Depend upon
12712         configure-target-newlib, since when libgloss is built it looks to
12713         see if the newlib directory exists.
12714
12715 Wed Nov 15 14:47:52 1995  Ken Raeburn  <raeburn@cygnus.com>
12716
12717         * Makefile.in (DEVO_SUPPORT): Use config-ml.in instead of
12718         cfg-ml-*.in.
12719
12720 Wed Nov 15 11:45:23 1995  Ian Lance Taylor  <ian@cygnus.com>
12721
12722         * configure: Handle LD and LD_FOR_TARGET when configuring a
12723         Canadian Cross.
12724
12725 Tue Nov 14 14:56:11 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
12726
12727         * configure.in (target_libs): add target-winsup.
12728         (target==i386-win32): add patch diff flex make to $noconfigdirs.
12729         (target==ppcle-pe): remove ld from $noconfigdirs.
12730
12731 Tue Nov 14 01:25:50 1995  Doug Evans  <dje@canuck.cygnus.com>
12732
12733         * Makefile.in (CONFIGURE_TARGET_MODULES): Pass --with-target-subdir.
12734         Preserve relative path names in $srcdir.  Build symlink tree if
12735         configuring cross target dir and srcdir=. (= no VPATH support).
12736         (configure-target-libg++): Depend on configure-target-librx.
12737         * cfg-ml-com.in, cfg-ml-pos.in: Deleted.
12738         * config-ml.in: New file.
12739         * symlink-tree: New file.
12740         * configure: Ensure srcdir="." if that's what it is.
12741
12742 Mon Nov 13 12:34:20 1995  Stan Shebs  <shebs@andros.cygnus.com>
12743
12744         * mpw-README: Clarify some phrasing, add notes about CodeWarrior
12745         includes and FLEX_SKELETON setting.
12746         * mpw-configure (--with-gnu-ld): New option, controls whether
12747         to use PPCLink or ld with PowerMac GCC.
12748         * mpw-build.in (all-grez, do-grez, install-grez): New targets.
12749         * mpw-config.in: Configure grez if targeting Mac.
12750
12751         * config.sub: Accept pmac and pmac-mpw as names for PowerMacs,
12752         accept mpw and mac-mpw as names for m68k Macs, change macos7 to
12753         just macos.
12754         * configure.in: Configure grez resource compiler if targeting Mac.
12755         * Makefile.in (all-grez, install-grez): New targets.
12756
12757 Wed Nov  8 17:33:51 1995  Jason Merrill  <jason@yorick.cygnus.com>
12758
12759         * configure: CXX defaults to gcc, not g++.  If we find
12760         gcc in the path, set CC to gcc -O2.
12761
12762 Tue Nov  7 15:45:17 1995  Ian Lance Taylor  <ian@cygnus.com>
12763
12764         * configure: Default ${build} correctly.  Avoid picking up extra
12765         spaces when reading CC and CXX from Makefile.  When doing a
12766         Canadian Cross, use plausible default values for numerous
12767         variables.
12768         * configure.in: When doing a Canadian Cross, don't try to
12769         configure tools whose configure script can't handle it.
12770
12771 Mon Nov  6 19:32:17 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
12772
12773         * cfg-ml-com.in (sh-*-*): Add m2 and ml/m2 to multidirs.
12774
12775 Sun Nov  5 00:15:41 1995  Per Bothner  <bothner@kalessin.cygnus.com>
12776
12777         * configure:  Remove dubious bug reporting address.
12778
12779 Fri Nov  3 08:17:54 1995  Per Bothner  <bothner@kalessin.cygnus.com>
12780
12781         * Makefile.in ($(CONFIGURE_TARGET_MODULES)):  If subdir has
12782         configure script, run that instead of this directory's configure.
12783         In either case, print a message that we're configuring the sub-dir.
12784
12785 Thu Nov  2 23:23:36 1995  Per Bothner  <bothner@kalessin.cygnus.com>
12786
12787         * configure.in: Before checking for the existence of various files,
12788         use sed to filter out "target-".
12789
12790 Thu Nov  2 13:24:56 1995  Ian Lance Taylor  <ian@cygnus.com>
12791
12792         * Makefile.in (DO_X): Split rule to decrease command line length
12793         for systems with small ARG_MAX values.  From phdm@info.ucl.ac.be
12794         (Philippe De Muyter).
12795
12796 Wed Nov  1 15:18:35 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
12797
12798         * Makefile.in (all-patch): depend on all-libiberty.
12799
12800 Wed Nov  1 12:23:20 1995  Ian Lance Taylor  <ian@cygnus.com>
12801
12802         * configure.in: If the only directory in target_configdirs which
12803         actually exists is libiberty, then set target_configdirs to empty,
12804         to avoid trying to build a target libiberty in a gas or gdb
12805         distribution.
12806
12807 Tue Oct 31 17:52:39 1995  J.T. Conklin  <jtc@slave.cygnus.com>
12808
12809         * configure.in (host_makefile_frag): Use m68k-sun-sunos* instead
12810         of m68k-sun-* when selecting mh-sun3 to avoid matching NetBSD/sun3
12811         systems.
12812
12813 Tue Oct 31 16:57:32 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
12814
12815         * configure.in (copy_dirs): Use sys-include instead of include
12816         for --with-headers option.
12817
12818 Tue Oct 31 10:29:36 1995  steve chamberlain  <sac@slash.cygnus.com>
12819
12820         * Makefile.in, configure.in: Make winsup builds work with
12821         new scheme.
12822
12823 Mon Oct 30 18:57:09 1995  Ian Lance Taylor  <ian@cygnus.com>
12824
12825         * configure.in: Build the linker on AIX.
12826
12827 Mon Oct 30 12:27:16 1995  Per Bothner  <bothner@kalessin.cygnus.com>
12828
12829         * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET):  Add $(TARGET_SUBDIR)
12830         where needed.
12831
12832 Mon Oct 30 12:45:25 1995  Doug Evans  <dje@cygnus.com>
12833
12834         * Makefile.in (all-gcc): Fix typo.
12835
12836 Sat Oct 28 10:27:59 1995  Per Bothner  <bothner@kalessin.cygnus.com>
12837
12838         * Makefile.in ($(CHECK_TARGET_MODULES)):  Fix typo.
12839
12840 Fri Oct 27 23:14:12 1995  Per Bothner  <bothner@kalessin.cygnus.com>
12841
12842         * configure.in:  Rename libFOO to target-libFOO, and xiberty
12843         to target-xiberty, to provide more flexibility.
12844         (target_subdir):  Define.  Create if cross.
12845         Set TARGET_SUBDIR in Makefile to ${target_subdir}.
12846         * Makefile.in:  Rename all-libFOO -> all-target-libFOO, all-xiberty
12847         -> all-target-libiberty, configure-libFOO -> configure-target-libFOO,
12848         check-libFOO -> check-target-libFOO, etc.
12849         ($(DO_X)):  Iterate over TARGET_CONFIGDIRS after SUBDIRS.
12850         ($(CONFIGURE_TARGET_MODULES), $(CHECK_TARGET_MODULES),
12851         $(ALL_TARGET_MODULES), $(INSTALL_TARGET_MODULES)): Update accordingly.
12852         (configure-target-XXX):  Depend on $(ALL_GCC), not all-gcc, to
12853         allow ALL_GCC="" to only configure.
12854         (DEVO_SUPPORT):  Add cfg-ml-com.in and cfg-ml-pos.in.
12855         (ETC_SUPPORT, ETC_SUPPORT_PFX):  Merge;  update 'taz' accordingly.
12856         (LIBGXX_SUPPORT_DIRS):  Remove xiberty.
12857
12858 Sat Oct 28 01:53:49 1995  Ken Raeburn  <raeburn@cygnus.com>
12859
12860         * Makefile.in (taz): Build "info" in etc explicitly.
12861
12862 Fri Oct 27 09:32:30 1995  Stu Grossman  (grossman@cygnus.com)
12863
12864         * configure.in:  Make sure that CC is undefined (as opposed to
12865         null) if toplevel/config/mh-{host} doesn't define it.  Fixes a
12866         problem with autoconf trying to configure on a host without GCC.
12867
12868 Thu Oct 26 22:35:01 1995  Stan Shebs  <shebs@andros.cygnus.com>
12869
12870         * mpw-configure: Set host alias from choice of host compiler,
12871         only use generic MPW Makefile sed if present, edit a file
12872         named "hacked_Makefile.in" instead of "Makefile.in" if present.
12873         * mpw-README: Add problem notes about CW6 and CW7.
12874
12875 Thu Oct 26 05:45:10 1995  Ken Raeburn  <raeburn@kr-pc.cygnus.com>
12876
12877         * Makefile.in (taz): Use ";" instead of ";;".
12878
12879 Wed Oct 25 15:18:24 1995  Per Bothner  <bothner@kalessin.cygnus.com>
12880
12881         * Makefile.in (taz):  Grep for '^diststuff:' or '^info:' in
12882         sub-directory Makefiles, instead of using DISTSTUFFDIRS and
12883         DISTDOCDIRS.
12884         (DISTSTUFFDIRS, DISTDOCDIRS):  Removed - no longer used.
12885         (newlib.tar.gz):  Don't pass DISTDOCDIRS to recursive make.
12886
12887 Wed Oct 25 14:43:55 1995  Per Bothner  <bothner@kalessin.cygnus.com>
12888
12889         * Makefile.in (DISTDOCDIRS):  Remove ld gprof bnutils gas libg++ gdb
12890         and gnats, because they are now subsumed by DISTSTUFFDIRS.
12891         Move bfd to DISTSTUFFDIRS.
12892
12893 Tue Oct 24 18:19:09 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
12894
12895         * Makefile.in (X11_LIB): Removed.
12896         (X11_FLAGS_TO_PASS): pass only X11_EXTRA_CFLAGS and X11_EXTRA_LIBS.
12897
12898         * configure.in (host_makefile_frag): mh-aix & mh-sun removed.
12899
12900 Sun Oct 22 13:04:42 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
12901
12902         * cfg-ml-com.in (powerpc*): Shorten some of the multilib directory
12903         names.
12904
12905 Fri Oct 20 18:02:10 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
12906
12907         * cfg-ml-com.in (powerpc*-eabi*): Add mcall-aixdesc varients.
12908
12909 Thu Oct 19 10:40:57 1995  steve chamberlain  <sac@slash.cygnus.com>
12910
12911         * configure.in (i[345]86-*-win32): Always build newlib.
12912         Don't configure cvs, autoconf or texinfo.
12913         * Makefile.in (LD_FOR_TARGET): New.
12914         (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS, CONFIGURE_TARGET_MODULES):
12915         Pass down LD_FOR_TARGET.
12916
12917 Wed Oct 18 15:53:56 1995  steve chamberlain  <sac@slash.cygnus.com>
12918
12919         * winsup: New directory.
12920         * Makefile.in: Build winsup.
12921         * configure.in: Winsup is configured when target is win32.
12922         Can only build win32 target GDB when native.
12923
12924 Mon Oct 16 09:42:31 1995  Jeffrey A Law  (law@cygnus.com)
12925
12926         * config.guess: Recognize HP model 819 machines as having
12927         a PA 1.1 processor.
12928
12929 Mon Oct 16 10:49:43 1995  Ian Lance Taylor  <ian@cygnus.com>
12930
12931         * configure: Fix sed loop which substitutes for CC and CXX to
12932         avoid bug found in various sed implementations.
12933
12934 Wed Oct 11 16:16:20 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
12935
12936         * cfg-ml-com.in (powerpc-*-eabisim): Delete separate rule for
12937         simulator.  Use standard powerpc-*-eabi*.
12938
12939 Mon Oct  9 17:21:56 1995  Ian Lance Taylor  <ian@cygnus.com>
12940
12941         * configure.in: Stop putting gas and binutils in noconfigdirs for
12942         powerpc-*-aix* and rs6000-*-*.
12943
12944 Mon Oct  9 12:38:40 1995  Michael Meissner  <meissner@cygnus.com>
12945
12946         * cfg-ml-com.in (powerpc*-*-eabisim*): Add support for building
12947         -mcall-aixdesc libraries.
12948
12949 Fri Oct  6 16:17:57 1995  Ken Raeburn  <raeburn@cygnus.com>
12950
12951         Mon Sep 25 22:49:32 1995  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
12952
12953         * config.sub (arm | armel | armeb): Fix shell syntax.
12954
12955 Fri Oct  6 14:40:28 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
12956
12957         * cfg-ml-com.in ({powerpc,rs6000}-ibm-aix*): Add multilibs for
12958         -msoft-float and -mcpu=common support.
12959         (powerpc*-*-eabisim*): Add support for building -mcall-aix
12960         libraries.
12961
12962 Thu Oct  5 13:26:37 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
12963
12964         * configure.in: Allow configuration and build of emacs19 for the alpha.
12965
12966 Wed Oct  4 22:05:36 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
12967
12968         * configure.in (CC): Get ^CC, not just any old CC, from
12969         ${host_makefile_frag}.
12970
12971 Wed Oct  4 21:55:00 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
12972
12973         * configure.in (CC): Try to get CC from
12974         ${srcdir}/${host_makefile_frag}, not ${host_makefile_frag}.
12975
12976 Wed Oct  4 21:44:12 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
12977
12978         * Makefile.in (TARGET_CONFIGDIRS): configure targetdirs
12979         only if it exists in $(srcdir).
12980
12981 Wed Oct  4 11:52:31 1995  Ian Lance Taylor  <ian@cygnus.com>
12982
12983         * configure: If CC and CXX are not set in the environment, set
12984         them, based on either an existing Makefile or on searching for gcc
12985         in PATH.  Substitute for CC and CXX in Makefile.
12986         * configure.in: Remove libm from target_libs.  Separate
12987         target_configdirs from configdirs.  If CC is not set in
12988         environment, try to get it from a host Makefile fragment.  Rewrite
12989         changes of configdirs to use skipdirs instead.  A few minor
12990         tweaks.  Take directories out of target_configdirs as they are
12991         taken out of configdirs.  Remove existing Makefile files from
12992         subdirectories.  Substitute for TARGET_CONFIGDIRS and
12993         CONFIG_ARGUMENTS in Makefile.
12994         * Makefile.in (TARGET_CONFIGDIRS): New variable, automatically set
12995         by configure.in.
12996         (CONFIG_ARGUMENTS): Likewise.
12997         (CONFIGURE_TARGET_MODULES): New variable.
12998         ($(DO_X)): Loop over TARGET_CONFIGDIRS as well as SUBDIRS.
12999         ($(CONFIGURE_TARGET_MODULES)): New target.
13000         (configure-libg++, configure-libio): New targets.
13001         (all-libg++): Depend upon configure-libg++.
13002         (all-libio): Depend upon configure-libio.
13003         (configure-libgloss, all-libgloss): New targets.
13004         (configure-libstdc++): New target.
13005         (all-libstdc++): Depend upon configure-libstdc++.
13006         (configure-librx, all-librx): New targets.
13007         (configure-newlib): New target.
13008         (all-newlib): Depend upon configure-newlib
13009         (configure-xiberty): New target.
13010         (all-xiberty): Depend upon configure-xiberty.
13011
13012 Sat Sep 30 04:32:59 1995  Jason Molenda (crash@phydeaux.cygnus.com)
13013
13014         * configure.in (host i[345]86-*-win32):  Expand the
13015         noconfigdirs again.
13016
13017 Thu Sep 28 21:18:49 1995  Stan Shebs  <shebs@andros.cygnus.com>
13018
13019         * mpw-configure: Fix sed command file name.
13020
13021 Thu Sep 28 17:39:56 1995  steve chamberlain  <sac@slash.cygnus.com>
13022
13023         * configure.in (host i[345]86-*-win32): Reduce the
13024         noconfigdirs again.
13025
13026 Wed Sep 27 12:24:00 1995  Ian Lance Taylor  <ian@cygnus.com>
13027
13028         * configure.in: Don't configure ld and gdb for powerpc*-*-winnt*
13029         or powerpc*-*-pe*, since they are not yet supported.
13030
13031 Tue Sep 26 14:30:01 1995  Stan Shebs  <shebs@andros.cygnus.com>
13032
13033         Add PowerMac support and many other enhancements.
13034         * mpw-configure: New option --cc to select compiler to use,
13035         paste options set according to --cc into the generated
13036         Makefile, generate the Makefile by sed'ing the Unix Makefile.in
13037         if mpw-make.sed is present.
13038         * mpw-config.in: Don't test for gC1, test for mpw-touch,
13039         add forward includes for PowerPC include files.
13040         * mpw-build.in: Build using Makefile.PPC if present.
13041         (do-byacc, etc): Remove separate version resource builds.
13042         (do-gas): Build "stamps" before "all".
13043         (do-gcc): Build "stamps-h" and "stamps-c" before "all".
13044         * mpw-README: Update to reflect --cc option, PowerMac support,
13045         and recently-reported compatibility problems.
13046
13047 Fri Sep 22 12:15:42 1995  Doug Evans  <dje@deneb.cygnus.com>
13048
13049         * cfg-ml-com.in (m68*-*-*): Only build multilibs for
13050         embedded m68k systems (-aout, -coff, -elf, -vxworks).
13051         (--with-multilib-top): Pass to recursive invocations.
13052
13053 Tue Sep 19 13:51:05 1995  J.T. Conklin  <jtc@blues.cygnus.com>
13054
13055         * configure.in (noconfigdirs): Disable libg++ and libstdc++ on
13056         v810-*-*.
13057
13058 Mon Sep 18 23:08:26 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
13059
13060         * configure.in (noconfigdirs): Disable bfd, binutils, gas, gcc,
13061         gdb, ld and opcodes on v810-*-*.
13062
13063 Tue Sep 12 18:03:31 1995  Ian Lance Taylor  <ian@cygnus.com>
13064
13065         * Makefile.in (DO_X): Change do-realclean to do-maintainer-clean.
13066         (local-maintainer-clean): New target.
13067         (maintainer-clean): New target.
13068         (realclean): Just depend upon maintainer-clean.
13069
13070 Fri Sep  8 17:11:14 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
13071
13072         * configure.in (noconfigdirs): Disable gdb on m68k-*-netbsd*.
13073
13074 Fri Sep  8 16:46:29 1995  Ian Lance Taylor  <ian@cygnus.com>
13075
13076         * configure.in: Build ld in mips*-*-bsd* case.
13077
13078 Thu Sep  7 20:03:41 1995  Ken Raeburn  <raeburn@cygnus.com>
13079
13080         * config.sub: Accept -lites* OS.  From Ian Dall.
13081
13082 Fri Sep  1 08:06:58 1995  James G. Smith  <jsmith@beauty.cygnus.com>
13083
13084         * config.sub: recognise mips64vr4300 and mips64vr4300el as valid
13085         targets.
13086
13087 Wed Aug 30 21:06:50 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
13088
13089         * configure.in: treat i386-win32 canadian cross the same as
13090         i386-go32 canadian cross.
13091
13092 Thu Aug 24 14:53:20 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
13093
13094         * cfg-ml-com.in (powerpc*-*-eabisim): Add support for PowerPC
13095         running under the simulator to build a reduced set of libraries.
13096         (powerpc-*-eabiaix): Add fine grained multilib support added to
13097         other powerpc targets yesterday.
13098
13099 Wed Aug 23 09:41:56 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
13100
13101         * cfg-ml-com.in (powerpc*): Add support for -disable-biendian,
13102         -disable-softfloat, -disable-relocatable, -disable-aix, and
13103         -disable-sysv to control which multilib libraries get built.
13104
13105 Thu Aug 17 16:03:41 1995  Ken Raeburn  <raeburn@kr-laptop.cygnus.com>
13106
13107         * configure: Add Makefile.tem to list of files to remove in trap
13108         handler.
13109
13110 Mon Aug 14 19:27:56 1995  Per Bothner  <bothner@kalessin.cygnus.com>
13111
13112         * config.guess (*Linux*):  Add missing "exit"s.
13113         Also, need specific check for alpha-unknown-linux (uses COFF).
13114
13115 Fri Aug 11 15:38:20 1995  Per Bothner  <bothner@kalessin.cygnus.com>
13116
13117         * config.guess:  Merge with FSF:
13118
13119         Wed Jun 28 17:57:27 1995  David Edelsohn  <edelsohn@mhpcc.edu>
13120         * config.guess (AIX4): More robust release numbering discovery.
13121
13122         Thu Jun 22 19:01:24 1995  Kenneth Stailey  (kstailey@eagle.dol-esa.gov)
13123         * config.guess (i386-sequent-ptx): Properly get version number.
13124
13125         Thu Jun 22 18:36:42 1995  Uwe Seimet  (seimet@iris1.chemie.uni-kl.de)
13126         * config.guess (mips:*:4*:UMIPS): New case.
13127
13128 Mon Aug  7 09:21:35 1995  Doug Evans  <dje@canuck.cygnus.com>
13129
13130         * configure.in (i386-go32 host): Fix typo (deja-gnu -> dejagnu).
13131         (i386-win32 host): Likewise.  Don't build readline.
13132
13133 Sat Aug  5 09:51:49 1995  Fred Fish  <fnf@rtl.cygnus.com>
13134
13135         * Makefile.in (GDBTK_SUPPORT_DIRS):  Define and pass as part of
13136         SUPPORT_FILES to submakes.
13137
13138 Fri Aug  4 13:04:36 1995  Fred Fish  <fnf@cygnus.com>
13139
13140         * Makefile.in (GDB_SUPPORT_DIRS): Add utils.
13141         (DEVO_SUPPORT): Add mpw-README, mpw-build.in, mpw-config.h and
13142         mpw-configure.
13143
13144 Wed Aug  2 16:32:40 1995  Ken Raeburn  <raeburn@cygnus.com>
13145
13146         * configure.in (appdirs): Use =, not ==, in test expression when
13147         trying to build the text to print in the warning message for
13148         Solaris users.
13149
13150 Mon Jul 31 09:56:18 1995  steve chamberlain  <sac@slash.cygnus.com>
13151
13152         * cfg-ml-com.in (z8k-*-coff): Add 'std' multilib build.
13153
13154 Fri Jul 28 00:16:31 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
13155
13156         * config.guess: Recognize lynx-2.3.
13157
13158 Thu Jul 27 15:47:59 1995  steve chamberlain  <sac@slash.cygnus.com>
13159
13160         * config.sub (z8ksim): Deleted
13161         (z8k-*-coff): New, this is the one true name of the target.
13162
13163 Thu Jul 27 14:33:33 1995  Doug Evans  <dje@canuck.cygnus.com>
13164
13165         * cfg-ml-pos.in (dotdot): Work around SunOS sed bug.
13166
13167 Thu Jul 27 13:31:05 1995  Fred Fish  (fnf@cygnus.com)
13168
13169         * config.guess (*:Linux:*:*): First try asking the linker what the
13170         default object file format is (elf, aout, or coff).  Then if this
13171         fails, try previous methods.
13172
13173 Thu Jul 27 11:28:17 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
13174
13175         * configure.in: Don't build newlib for *-*-vxworks5.1.
13176
13177 Thu Jul 27 11:18:47 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
13178
13179         * configure.in: Don't build newlib for a29k-*-vxworks5.1.
13180         * test-build.mk: Add setting of --with-headers for a29k-vxworks5.1.
13181
13182 Tue Jul 25 21:25:39 1995  Doug Evans  <dje@canuck.cygnus.com>
13183
13184         * cfg-ml-pos.in (MULTITOP): Trim excess trailing "/.".
13185
13186 Fri Jul 21 10:41:12 1995  Doug Evans  <dje@canuck.cygnus.com>
13187
13188         * cfg-ml-com.in: New file.
13189         * cfg-ml-pos.in: New file.
13190
13191 Wed Jul 19 00:37:27 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
13192
13193         * COPYING.NEWLIB: Add HP free copyright to list.
13194
13195 Tue Jul 18 10:58:51 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
13196
13197         * config.sub: Recognize -eabi* for the system, not just -eabi.
13198
13199 Mon Jul  3 13:44:51 1995  Steve Chamberlain  <sac@slash.cygnus.com>
13200
13201         * Makfile.in (DLLTOOL_FOR_TARGET): New name, pass it down.
13202         * config.sub, configure.in (win32): New target and host.
13203
13204 Wed Jun 28 23:57:08 1995  Steve Chamberlain  <sac@slash.cygnus.com>
13205
13206         * configure.in: Add i386-pe configuration.
13207
13208 Fri Jun 23 14:28:44 1995  Stan Shebs  <shebs@andros.cygnus.com>
13209
13210         * mpw-build.in (install): Install GDB after LD.
13211
13212 Thu Jun 22 17:10:53 1995  Stan Shebs  <shebs@andros.cygnus.com>
13213
13214         * mpw-config.in (elf/mips.h): Always forward-include, needed
13215         for GDB to build.
13216
13217 Wed Jun 21 15:17:30 1995  Rob Savoye  <rob@darkstar.cygnus.com>
13218
13219         * testsuite: New directory for customer acceptance and whole tool
13220         chain tests.
13221
13222 Wed Jun 21 16:50:29 1995  Ken Raeburn  <raeburn@cujo.cygnus.com>
13223
13224         * configure: If per-host line isn't found, but AC_OUTPUT is found
13225         and a configure script exists, run it instead.
13226
13227 Thu Jun 15 21:09:24 1995  Per Bothner  <bothner@kalessin.cygnus.com>
13228
13229         * config.guess:  Update from FSF, for alpha-dec-winnt3.5 and  Crays.
13230
13231 Tue Jun 13 21:43:27 1995  Rob Savoye  <rob@darkstar.cygnus.com>
13232
13233         * configure: Set build_{cpu,vendor,os,alias} to host values when
13234         --build isn't specified.
13235
13236 Mon Jun  5 18:26:36 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
13237
13238         * Makefile.in (PICFLAG, PICFLAG_FOR_TARGET): New macros.
13239         (FLAGS_TO_PASS): Pass them.
13240         (EXTRA_TARGET_FLAGS): Ditto.
13241
13242 Wed May 31 22:27:42 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
13243
13244         * Makefile.in (all-libg++): Depend on all-libstdc++.
13245
13246 Thu May 25 22:40:59 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
13247
13248         * configure.in (noconfigdirs): Enable all packages for
13249           i386-unknown-netbsd.
13250
13251 Sat May 20 13:22:31 1995  Angela Marie Thomas  <angela@cirdan.cygnus.com>
13252
13253         * configure.in (noconfigdirs): Don't configure tk for i386-go32
13254         hosted builds (DOS builds)
13255
13256 Thu May 18 18:08:49 1995  Ken Raeburn  <raeburn@kr-laptop.cygnus.com>
13257
13258         Changes for ARM based on patches from Richard Earnshaw:
13259         * config.sub: Handle armeb and armel.
13260         * configure.in: Omit arm linker only for riscix.
13261
13262 Thu May 11 17:23:26 1995  Per Bothner  <bothner@kalessin.cygnus.com>
13263
13264         * config.guess:  Update from FSF.
13265
13266 Tue May  9 15:52:05 1995  Michael Meissner  <meissner@cygnus.com>
13267
13268         * config.sub: Recognize powerpcle as the little endian variant of
13269         the PowerPC.  Recgonize ppc as a PowerPC variant, and ppcle as a
13270         powerpcle variant.  Convert pentium into i586, not i486.  Add p5
13271         alias for i586.  Map new x86 variants p6, k5, nexgen into i586
13272         temporarily.
13273
13274 Tue May  2 16:29:41 1995  Jeff Law  (law@snake.cs.utah.edu)
13275
13276         * configure.in (hppa*-*-lites*): Treat like hppa*-*-*elf*.
13277
13278 Sun Apr 30 21:38:09 1995  Jeff Law  (law@snake.cs.utah.edu)
13279
13280         * config.sub: Accept -lites* as a basic system type.
13281
13282 Thu Apr 27 11:33:29 1995  Michael Meissner  (meissner@cygnus.com)
13283
13284         * config.guess (*:Linux:*:*): Check for whether the pre-BFD linker is
13285         installed, and if so return linuxoldld as the system name.
13286
13287 Wed Apr 26 10:59:02 1995  Jeff Law  (law@snake.cs.utah.edu)
13288
13289         * config.guess: Add hppa1.1-hp-lites support.
13290
13291 Tue Apr 25 11:08:11 1995  Rob Savoye  <rob@darkstar.cygnus.com>
13292
13293         * configure.in: Don't build newlib for m68k-vxworks5.1.
13294
13295 Wed Apr 19 17:02:43 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
13296
13297         * configure.in (mips-sgi-irix6): Use mh-irix5.
13298
13299 Fri Apr 14 15:21:17 1995  Doug Evans  <dje@chestnut.cygnus.com>
13300
13301         * Makefile.in (all-gcc): Depend on all-ld (for libgcc1-test).
13302
13303 Wed Apr 12 16:06:01 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
13304
13305         * test-build.mk: Enable building of shared libraries on IRIX 5 and
13306         OSF/1.  Fix compiler flags.
13307         * build-all.mk: Support Linux and OSF/1 3.0.  Fix compiler flags.
13308
13309 Tue Apr 11 18:55:40 1995  Doug Evans  <dje@canuck.cygnus.com>
13310
13311         * configure.in: Recognize --with-newlib.
13312         (sparc-*-sunos4*): Build sim, dejagnu, expect, tcl if cross target.
13313
13314 Mon Apr 10 14:38:20 1995  Jason Molenda (crash@phydeaux.cygnus.com)
13315
13316         * Makefile.in: move {all,check,install}-gdb from *_MODULES
13317         to *_X11_MODULES due to gdbtk needing X include files et al.
13318
13319 Mon Apr 10 11:42:22 1995  Stan Shebs  <shebs@andros.cygnus.com>
13320
13321         Merge in support for Mac MPW as a host.
13322         (Old change descriptions retained for informational value.)
13323
13324         * mpw-config.in: Add generic include forwards for cpu-specific
13325         include files in aout and elf directories.
13326
13327         * mpw-configure: Added copyright.
13328         * mpw-config.in: Check for presence of required build tools.
13329         (target_libs): Add newlib.
13330         (target_tools): Add examples.
13331         (Read Me): Generate as "Read Me for MPW" instead.
13332         * mpw-build.in: Base sub-builds on all-foo instead of do-foo.
13333         (all-byacc, do-byacc, all-flex, do-flex, do-newlib): New actions.
13334         (do-gas, do-gcc, do-gdb, do-ld): Build Version.r first.
13335
13336         * mpw-configure: Remove subdir-specific makefile hackery,
13337         delete mk.tmp after using it.
13338
13339         * mpw-build.in (all): Display start and end times.
13340
13341         * mpw-configure (host_canonical): Set.
13342         (target_cpu): Always add to makefiles.
13343         (ARCHDEFS, EMUL): Add to makefile only if nonempty.
13344         (TM_FILE, XM_FILE, NM_FILE): No longer add to makefile.
13345         (mpw-mh-mpw): Look for in srcdir and srcroot.
13346         Use sed instead of mpw-edit-prefix to edit prefix definitions.
13347
13348         * mpw-build.in: (install-only): New target.
13349
13350         * mpw-configure (host_alias, target_alias): Rename from hostalias
13351         and targetalias, add into generated Makefile.
13352         (mk.tmp): If present, add into generated Makefile.
13353         * mpw-build.in (all-gas): Build config.h first before gas proper.
13354
13355         * mpw-configure (config.status): Write only if changed.
13356         * mpw-config.in (readline): Configure it (not built, just used for
13357         definitions).
13358
13359         * mpw-config.in (elf/mips.h): Add a forward include.
13360
13361         * mpw-config.in: Forward-include most .h files in include into
13362         extra-include.
13363         (readline): Don't build.
13364         mpw-build.in (install): Install GDB.
13365
13366         * mpw-configure (prefix, mpw_prefix): Handle it.
13367         * mpw-config.in (mmalloc, readline): Don't configure.
13368         * mpw-build.in (thisscript): Rename to ThisScript.
13369         Use mpw-build instead of BuildProgram everywhere.
13370         (mmalloc, readline): Don't build.
13371         * mpw-README: New file, basic documentation about the MPW port.
13372
13373         * mpw-config.in: Use forward-include to create include files.
13374
13375         * mpw-configure: Add more things to the top of each configured
13376         Makefile, including contents of config/mpw-mh-mpw.
13377         * mpw-config.in (extra-include): Create this directory and fill it
13378         with Posix-like include files when configuring.
13379
13380         * config.sub (apple, mac, mpw): Add various aliases.
13381
13382         * mpw-build.in: New file, top-level build script fragment for MPW.
13383         * mpw-configure: New file, configure script for MPW.
13384         * mpw-config.in: New file, config fragment for MPW.
13385
13386 Fri Apr  7 19:33:16 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
13387
13388         * configure.in (host_libs): Remove glob, since it is gone from the
13389         sources.
13390
13391 Fri Mar 31 11:36:17 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
13392
13393         * Makefile.in: define empty GDB_NLM_DEPS var.
13394
13395         * configure.in(target_makefile_frag): use config/mt-netware
13396         for netware targets.
13397
13398 Thu Mar 30 13:51:43 1995  Ian Lance Taylor  <ian@cygnus.com>
13399
13400         * config.sub: Merge in recent FSF changes.  Remove linux special
13401         cases.
13402
13403 Tue Mar 28 14:47:34 1995  Jason Molenda (crash@phydeaux.cygnus.com)
13404
13405         Revert this change:
13406
13407         Tue Mar 30 10:03:09 1993  Ian Lance Taylor  (ian@cygnus.com)
13408
13409                 * build-all.mk: Use CC=cc -Xs on Solaris.
13410
13411 Tue Mar 21 10:43:32 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
13412
13413         * glob/*: Removed.  Schauer's 24 Feb 1994 readline change made us
13414         stop using it.
13415         * Makefile.in: Nuke all references to glob subdirectory.
13416
13417 Thu Mar 16 13:35:30 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
13418
13419         * configure.in: Fix --enable-shared logic in per-host.
13420
13421 Mon Mar 13 12:33:15 1995  Ian Lance Taylor  <ian@cygnus.com>
13422
13423         * configure.in (*-hp-hpux[78]*): Use mh-hpux8.
13424
13425 Mon Mar  6 10:21:58 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
13426
13427         * configure.in (noconfigdirs): Don't build gas on AIX, for
13428         powerpc*-*-aix* as well as for rs6000*-*-aix*.
13429
13430 Wed Mar  1 12:51:53 1995  Ian Lance Taylor  <ian@cygnus.com>
13431
13432         * configure: Fix --cache-file to work if the file argument is a
13433         relative path.
13434
13435 Tue Feb 28 17:36:07 1995  Ian Lance Taylor  <ian@cygnus.com>
13436
13437         * configure: If the --cache-file is used, pass it down to
13438         configure in subdirectories.
13439
13440 Mon Feb 27 12:52:46 1995  Kung Hsu  <kung@mexican.cygnus.com>
13441
13442         * config.sub: add vxworks29k configuration.
13443
13444 Fri Feb 10 16:12:26 1995  Ken Raeburn  <raeburn@cujo.cygnus.com>
13445
13446         * Makefile.in (taz): Do "diststuff" part quietly.
13447
13448 Sun Feb  5 14:16:35 1995  Doug Evans  <dje@canuck.cygnus.com>
13449
13450         * config.sub: Mini-merge with gcc/config.sub.
13451
13452 Sat Feb  4 12:11:35 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
13453
13454         * config.guess (IRIX): Sed - to _.
13455
13456 Fri Feb  3 11:54:42 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
13457
13458         * Makefile.in (source-vault, binary-vault): New targets.
13459
13460 Thu Jan 26 13:00:11 1995  Michael Meissner  <meissner@cygnus.com>
13461
13462         * config.sub: Recognize -eabi as a basic system type.
13463
13464 Thu Jan 12 13:13:23 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
13465
13466         * configure.in (enable_shared stuff): Fix typo.
13467
13468 Thu Jan 12 01:36:51 1995  deanm@medulla.LABS.TEK.COM (Dean Messing)
13469
13470         * Makefile.in (BASE_FLAGS_TO_PASS): Fix typo in passing LIBCXXFLAGS*.
13471
13472 Wed Jan 11 16:29:53 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
13473
13474         * Makefile.in (LIBCXXFLAGS_FOR_TARGET): Add -fno-implicit-templates.
13475
13476 Mon Jan  9 12:48:01 1995  Jim Kingdon  <kingdon@lioth.cygnus.com>
13477
13478         * configure.in (rs6000-*-*): Don't build gas.
13479
13480 Wed Jan  4 23:53:49 1995  Ian Lance Taylor  <ian@tweedledumb.cygnus.com>
13481
13482         * Makefile.in: Use /x/x/ instead of /brokensed/brokensed/, to
13483         reduce command line length.
13484         (AS_FOR_TARGET): Check for as.new, not Makefile.
13485         (NM_FOR_TARGET): Check for nm.new, not Makefile.
13486
13487 Wed Jan  4 13:02:39 1995  Per Bothner  <bothner@kalessin.cygnus.com>
13488
13489         * config.guess:  Merge from FSF.
13490
13491 Thu Dec 15 17:11:37 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
13492
13493         * configure: Don't use $ when handling program_suffix.
13494
13495 Mon Dec 12 12:09:37 1994  Stu Grossman  (grossman@cygnus.com)
13496
13497         * configure.in:  Configure tk for hppa/hpux.
13498
13499 Fri Dec  2 15:55:38 1994  Per Bothner  <bothner@kalessin.cygnus.com>
13500
13501         * Makefile.in (LIBGXX_SUPPORT_DIRS):  Add libstdc++.
13502
13503 Tue Nov 29 19:37:56 1994  Per Bothner  <bothner@kalessin.cygnus.com>
13504
13505         * Makefile.in:  Move -fno-implicit-template from CXXFLAGS
13506         to LIBCXXFLAGS.  Tests are better run without it.
13507
13508 Wed Nov 23 10:29:25 1994  Brendan Kehoe  (brendan@lisa.cygnus.com)
13509
13510         * Makefile.in (all-ispell): Depend on all-emacs19 instead of all-emacs.
13511
13512 Mon Nov 21 11:14:01 1994  J.T. Conklin  <jtc@rtl.cygnus.com>
13513
13514         * configure.in (*-*-netware*): Don't configure xiberty.
13515
13516 Mon Nov 14 08:49:15 1994  Stu Grossman  (grossman@cygnus.com)
13517
13518         * configure.in:  Remove tk from native_only list.
13519
13520 Fri Nov 11 15:31:26 1994  Bill Cox  (bill@rtl.cygnus.com)
13521
13522         * build-all.mk: Add mips-ncd-elf target to sun4 targets
13523           for special NCD build.
13524
13525 Mon Nov  7 20:58:17 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
13526
13527         * Makefile.in (DEVO_SUPPORT): Remove configure.bat and
13528         makeall.bat, they're only useful for binutils snapshots.
13529         (binutils.tar.gz, gas+binutils.tar.gz): Add configure.bat and
13530         makeall.bat to specified SUPPORT_FILES.
13531
13532 Mon Nov  7 17:25:18 1994  Bill Cox  (bill@cirdan.cygnus.com)
13533
13534         * build-all.mk: Add Ericsson targets to sun4 and solaris
13535           hosts.  Add  BNR's sun4 target to solaris host, so their
13536           build-from-source will be tested in-house first.
13537
13538 Sat Nov  5 18:43:30 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
13539
13540         * Makefile.in (LIBCFLAGS): New variable.
13541         (CFLAGS_FOR_TARGET): Ditto.
13542         (LIBCFLAGS_FOR_TARGET): Ditto.
13543         (LIBCXXFLAGS): Ditto.
13544         (CXXFLAGS_FOR_TARGET): Ditto.
13545         (LIBCXXFLAGS_FOR_TARGET): Ditto.
13546         (BASE_FLAGS_TO_PASS): Pass them.
13547         (EXTRA_TARGET_FLAGS): Ditto.
13548
13549         * configure.in: Support --enable-shared.
13550
13551 Sat Nov  5 15:44:00 1994  Per Bothner  <bothner@kalessin.cygnus.com>
13552
13553         * configure.in (target_libs):  Include libstdc++ again.
13554         * config.guess:  Update from FSF (for FreeBSD).
13555
13556 Thu Nov  3 16:32:30 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
13557
13558         * Makefile.in (DEVO_SUPPORT): Include configure.bat and
13559         makeall.bat.
13560         (DISTDOCDIRS): Add `etc'.
13561         (ETC_SUPPORT_PFX): New variable.
13562         (taz): Include anything from etc starting with a word in
13563         ETC_SUPPORT_PFX.
13564
13565 Wed Oct 26 16:19:35 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
13566
13567         * config.sub: Update for recent FSF changes.  Remove obsolete
13568         h8300hds entry.  Add -windows* and -osx as basic os.  Minor
13569         spacing changes.
13570
13571 Thu Oct 20 18:41:56 1994  Per Bothner  <bothner@kalessin.cygnus.com>
13572
13573         * configure.in (target_libs):  Remove libstdc++ for libg++-2.6.1.
13574
13575         * config.guess:  Merge with FSF.
13576         * configure.in:  Match on i?86-ncr-sysv4.3, not i?86-ncr-sysv43.
13577
13578 Thu Oct 20 19:26:56 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
13579
13580         * configure: Since the "trap 0" handler will override the exit
13581         status on many systems, only use it for "exit 1", and make it set
13582         a non-zero exit status; reset it before "exit 0".  Also, check
13583         exit status of config.sub, and error out if it failed.
13584
13585 Wed Oct 19 18:49:55 1994  Rob Savoye  (rob@cygnus.com)
13586
13587         * Makefile.in: (ALL_TARGET_MODULES,INSTALL_TARGET_MODULES) Build
13588         and install libgloss.
13589
13590 Tue Oct 18 15:25:24 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
13591
13592         * Makefile.in (all-binutils): Depend upon all-byacc.
13593
13594         * configure.in: Don't build emacs on Irix 5.
13595
13596 Mon Oct 17 16:22:12 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
13597
13598         * configure.in (*-*-netware*): Add libio.
13599
13600 Thu Oct 13 15:51:20 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
13601
13602         * Makefile.in (ALL_TARGET_MODULES): Add libstdc++.
13603         (CHECK_TARGET_MODULES): Ditto.
13604         (INSTALL_TARGET_MODULES): Ditto.
13605         (TARGET_LIBS): Ditto.
13606         (all-libstdc++): Note dependencies.
13607
13608 Thu Oct 13 01:43:08 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
13609
13610         * Makefile.in (BINUTILS_SUPPORT_DIRS): Add gas.
13611
13612 Tue Oct 11 12:12:29 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
13613
13614         * Makefile.in (CXXFLAGS): Use -fno-implicit-templates instead of
13615         -fexternal-templates.
13616
13617         * configure.in (target_libs): Add libstdc++.
13618         (noconfigdirs): Add libstdc++ as appropriate.
13619
13620 Thu Oct  6 18:00:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13621
13622         * config.guess:  Update from FSF.
13623
13624 Tue Oct  4 12:05:42 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
13625
13626         * configure: Use ${config_shell} when running ${configsub}.
13627
13628 Mon Oct  3 14:28:34 1994  Doug Evans  <dje@canuck.cygnus.com>
13629
13630         * config.sub: No longer recognize h8300h.
13631
13632 Mon Oct  3 12:40:54 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
13633
13634         * config.sub: Remove extraneous differences between config.sub and
13635         gcc/config.sub.
13636
13637 Sat Oct  1 00:23:12 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
13638
13639         * Makefile.in (DISTSTUFFDIRS): Add gas.
13640
13641 Thu Sep 22 19:04:55 1994  Doug Evans  (dje@canuck.cygnus.com)
13642
13643         * COPYING.NEWLIB: New file.
13644
13645 Mon Sep 19 18:25:40 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13646
13647         * config.guess (HP-UX):  Patch from Harlan Stenn
13648         <harlan@landmark.com> to also emit release level.
13649
13650 Wed Sep  7 13:15:25 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
13651
13652         * config.guess (sun4*:SunOS:*:*): Change '-JL' to '_JL'.
13653
13654 Tue Sep  6 23:23:18 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13655
13656         * config.sub:  Merge nextstep cleanup from FSF.
13657
13658 Mon Sep  5 05:01:30 1994  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
13659
13660         * configure.in (arm-*-*): Don't configure ld for this target.
13661
13662 Thu Sep  1 09:35:00 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
13663
13664         * configure.in (*-*-netware): don't configure libg++, libio,
13665           librx, or newlib.
13666
13667 Wed Aug 31 13:52:08 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
13668
13669         * configure.in (alpha-dec-osf*): Use osf*, not osf1*.  Don't
13670         configure ld--it works, but it doesn't support shared libraries.
13671
13672 Sun Aug 28 18:13:45 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13673
13674         * config.guess (*-unknown-freebsd*):  Get rid of possible
13675         trailing "(Release)" in version string.
13676         Patch from Paul Richards <paul@isl.cf.ac.uk>.
13677
13678 Sat Aug 27 15:00:49 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13679
13680         * config.guess:  Fix i486-ncr-sysv43 -> i486-ncr-sysv4.3.
13681         Fix type: *-next-neststep -> *-next-nextstep.
13682
13683         * config.guess:  Merge from FSF:
13684
13685         Fri Aug 26 18:45:25 1994  Philippe De Muyter (phdm@info.ucl.ac.be)
13686
13687         * config.guess: Recognize powerpc-ibm-aix3.2.5.
13688
13689         Wed Apr 20 06:36:32 1994  Philippe De Muyter  (phdm@info.ucl.ac.be)
13690
13691         * config.guess: Recognize UnixWare 1.1 (UNAME_SYSTEM is SYSTEM_V
13692         instead of UNIX_SV for UnixWare 1.0).
13693
13694 Sat Aug 27 01:56:30 1994  Stu Grossman  (grossman@cygnus.com)
13695
13696         * Makefile.in (all-gdb):  Add dependencies on all-gcc and all-ld
13697         to make gdb/nlm/* build after the compiler and linker.
13698
13699 Fri Aug 26 14:30:05 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13700
13701         * config.guess (netbsd, freebsd, linux):  Accept any machine,
13702         not just i[34]86.
13703         (m68k-atari-sysv4):  Relocate to match FSF version.
13704
13705         * config.guess:  More merges from the FSF:
13706
13707         Add a space before function call or macro invocation.
13708
13709         Tue May 10 16:53:55 1994  Roland McGrath (roland@churchy.gnu.ai.mit.edu)
13710
13711         * config.guess: Add trap cmd to remove dummy.c and dummy when
13712         interrupted.
13713
13714         Wed Apr 20 18:07:13 1994  Roland McGrath (roland@churchy.gnu.ai.mit.edu)
13715
13716         * config.guess (dummy.c): Redirect stderr for `hostinfo' command.
13717         (dummy): Redirect stderr from compilation of dummy.c.
13718
13719         Sat Apr  9 14:59:28 1994  Christian Kranz  (kranz@sent5.uni-duisburg.de)
13720
13721         * config.guess: Distinguish between NeXTStep 2.1 and 3.x.
13722
13723 Fri Aug 26 13:42:20 1994  Ken Raeburn  (raeburn@kr-laptop.cygnus.com)
13724
13725         * configure: Accept and ignore --cache*, for compatibility with
13726         new autoconf.
13727
13728 Fri Aug 26 13:05:27 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13729
13730         * config.guess:  Merge from FSF:
13731
13732         Thu Aug 25 20:28:51 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
13733
13734         * config.guess (Pyramid*:OSx*:*:*): New case.
13735         (PATH): Add /.attbin at end for finding uname.
13736         (dummy.c): Handle i860-alliant-bsd.  Follow whitespace conventions.
13737
13738         Wed Aug 17 18:21:02 1994  Tor Egge  (tegge@pvv.unit.no)
13739
13740         * config.guess (M88*:DolphinOS:*:*): New case.
13741
13742         Thu Aug 11 17:00:13 1994  Stan Cox  (coxs@dg-rtp.dg.com)
13743
13744         * config.guess (AViiON:dgux:*:*): Use TARGET_BINARY_INTERFACE
13745         to select whether to use ELF or COFF.
13746
13747         Sun Jul 24 16:20:53 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
13748
13749         * config.guess: Recognize i860-stardent-sysv and i860-unknown-sysv.
13750
13751         Sun May  1 10:23:10 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
13752
13753         * config.guess: Guess the OS version for HPUX.
13754
13755         Tue Mar  1 21:53:03 1994  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
13756
13757         * config.guess (UNAME_VERSION): Recognize aix3.2.4 and aix3.2.5.
13758
13759 Fri Aug 26 11:19:08 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
13760
13761         * configure.in: Recognize --with-headers, --with-libs, and
13762         --without-newlib.
13763         * Makefile.in (all-xiberty): Depend upon all-ld.
13764
13765 Wed Aug 24 12:36:50 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
13766
13767         * configure.in: Change i[34]86 to i[345]86.
13768
13769 Mon Aug 22 10:58:33 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
13770
13771         * configure (version): A few more tweaks to help message.
13772
13773 Fri Aug 19 12:40:25 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13774
13775         * Makefile.in:  Remove (for now) librx as a host library,
13776         now that we're building it for target.
13777
13778 Fri Aug 19 10:49:17 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
13779
13780         * configure: Fix up help message; from karl@owl.hq.ileaf.com
13781         (Karl Berry).
13782
13783 Tue Aug 16 16:11:08 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13784
13785         * configure.in:  Also configure librx.
13786
13787 Mon Aug 15 16:51:45 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13788
13789         * Makefile.in:  Update various rules to reflect that librx
13790         is now needed for libg++.
13791
13792 Fri Aug 12 18:07:21 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
13793
13794         * config.sub: Accept mips64orion and mips64orionel as a CPU name.
13795
13796 Mon Aug  8 11:36:17 1994  Stan Shebs  (shebs@andros.cygnus.com)
13797
13798         * configure.in: Configure the examples directory.
13799
13800 Thu Aug  4 16:12:36 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
13801
13802         * configure: Simplify Jun 2 1994 change.
13803
13804 Wed Aug  3 04:58:16 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
13805
13806         * change CC to /usr/latest/bin/gcc for lynx host builds, since
13807         /bin/gcc isn't good enough to build gcc.
13808
13809 Wed Jul 27 09:07:14 1994  Fred Fish  (fnf@cygnus.com)
13810
13811         * Makefile.in (GDB_SUPPORT_FILES): Remove
13812         (setup-dirs-gdb, gdb.tar.gz, make-gdb.tar.gz):  Remove old rules.
13813         (gdb.tar.gz): Add new rule to use standard distribution building
13814         mechanism.
13815
13816 Mon Jul 25 11:10:06 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
13817
13818         * configure.in: Warn about use of /usr/ucb/cc on Solaris.  From
13819         Bill Cox <bill@cygnus.com>.
13820
13821 Sat Jul 23 12:19:46 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13822
13823         * config.guess:  Recognize ISC.  Patch from kwzh@gnu.ai.mit.edu.
13824
13825 Fri Jul 22 17:53:59 1994  Stu Grossman  (grossman@cygnus.com)
13826
13827         * configure:  Search current dir first in .gdbinit.
13828
13829 Fri Jul 22 11:28:30 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13830
13831         * config.sub:  Recognize freebsd (merged from gcc config.sub).
13832
13833 Thu Jul 21 14:10:52 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13834
13835         * config.sub:  Refer to NeXT's operating system as nextstep.
13836
13837         * config.sub (case $basic_machine):  Re-order the cases, to match
13838         the order in the FSF version (which is mostly alphabethical).
13839         Merge in some additions and changes from the FSF.
13840
13841 Sat Jul 16 12:03:08 1994  Stan Shebs  (shebs@andros.cygnus.com)
13842
13843         * config.guess: Recognize m68k-atari-sysv4 and m88k-harris-csux7.
13844         * config.sub: Recognize cxux7.
13845         * configure.in: Use mh-cxux for m88k-harris-cxux*.
13846
13847 Mon Jul 11 14:37:39 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13848
13849         * config.sub:  Fix typo powerpc -> powerpc-*.
13850
13851 Sat Jul  9 13:03:43 1994  Michael Tiemann  (tiemann@blues.cygnus.com)
13852
13853         * Makefile.in: `all-emacs19' depends on `all-byacc'.
13854
13855         * Makefile.in: Add all-emacs19 and install-emacs19 rules (in
13856         parallel with all-emacs and install-emacs).  Top-level command
13857         `make all-emacs19 CC=gcc' now behaves as `make all-emacs CC=gcc'.
13858
13859 Thu Jun 30 16:53:42 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
13860
13861         * test-build.mk ($(host)-stamp-stage2-installed): Remove
13862         $(relbindir)/make before doing ``make install'', and use
13863         $(GNU_MAKE) while doing it.  Avoids problem on SunOS with
13864         installing over running make binary.
13865         ($(host)-stamp-stage3-installed): Likewise.
13866
13867 Tue Jun 28 13:43:25 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
13868
13869         * config.guess: Recognize Mach.
13870
13871 Mon Jun 27 16:41:14 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
13872
13873         * configure: Check ${exec_prefixoption}, not ${exec_prefix}, to
13874         see whether --exec-prefix was used.
13875
13876 Sun Jun 26 21:15:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13877
13878         * README:  Explicitly mention libg++/README.  (Zoo's idea.)
13879
13880 Tue Jun 21 12:45:55 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
13881
13882         * Makefile.in: Add all-librx target similar to all-libproc.
13883
13884 Wed Jun  8 23:11:55 1994  Stu Grossman  (grossman@cygnus.com)
13885
13886         * config.guess:  Rearrange tests for Alpha-OSF1 to properly deal
13887         with post 1.2 uname bogosity.
13888
13889 Thu Jun  9 00:27:59 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
13890
13891         * configure: Remove temporary files on receipt of a signal.
13892
13893 Tue Jun  7 12:06:24 1994  Ian Lance Taylor  (ian@cygnus.com)
13894
13895         * configure: If there is a package_makefile_frag, remove
13896         ${subdir}/Makefile.tem after copying it in.
13897
13898 Mon Jun  6 21:35:02 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
13899
13900         * build_all.mk: support rs6000 lynx identifies itself as
13901         rs6000-lynx-lynxos2.2.2.  Also, use /usr/cygnus/progressive/bin/gcc
13902         since /bin/gcc is too feeble to compile a modern gcc.
13903
13904 Mon Jun  6 16:06:34 1994  Karen Christiansen (karen@cirdan.cygnus.com)
13905
13906         * brought devo/test-build.mk update-to-date with progressive/
13907           test-build.mk. Add lynx targets and hppa flag info.
13908
13909 Sat Jun  4 17:23:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13910
13911         * configure.in:  Use mh-ncrsvr43.  Patch from
13912         Tom McConnell <tmcconne@sedona.intel.com>.
13913
13914 Fri Jun  3 17:47:24 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13915
13916         * config.guess (i386-unknown-bsdi):  No longer need to
13917         check #if defined(__bsdi__) && defined(__i386__).
13918
13919 Thu Jun  2 18:56:46 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
13920
13921         * configure: Set program_transform_nameoption correctly.
13922
13923 Thu Jun  2 10:57:06 1994  Karen Christiansen (karen@cirdan.cygnus.com)
13924
13925         * brought build-all.mk update-to-date with progressive build-all.mk,
13926           added new targets and hppa info.
13927
13928 Thu Jun  2 00:12:44 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
13929
13930         * configure: If config.guess result is a prefix of the user
13931         specified target, assume a native build and use the user specified
13932         target as the host alias.  Remove SunOS patch suffix removal hack.
13933         * configure.in: Remove SunOS patch suffix removal hack.
13934
13935         * Makefile.in (CROSS_CHECK_MODULES): Remove check-flex, since it's
13936         in NATIVE_CHECK_MODULES.
13937
13938 Wed Jun  1 10:49:41 1994  Bill Cox  (bill@rtl.cygnus.com)
13939
13940         * Makefile.in: Rename HOST_ONLY to NATIVE.
13941         * configure: Delete SunOs patch suffix from host_canonical
13942           and build_canonical variables that are prepended to Makefiles.
13943         * configure.in: Add comments for easier maintenance.
13944
13945 Tue May 31 19:39:47 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
13946
13947         * Makefile.in: Add all-libproc target similar to all-gui.
13948
13949 Tue May 31 17:16:33 1994  Tom Lord  (lord@cygnus.com)
13950
13951         * Makefile.in (CHECK_MODULES): split into
13952         HOST_ONLY_CHECK_MODULES and CROSS_CHECK_MODULES.
13953
13954 Tue May 31 16:36:36 1994  Paul Eggert  (eggert@twinsun.com)
13955
13956         * config.guess (i386-unknown-bsdi): New system to guess.
13957
13958 Wed May 25 16:47:10 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
13959
13960         * Makefile.in: Add all-gui target (but not yet build by "all").
13961
13962 Thu May 26 08:53:19 1994  Bill Cox  (bill@rtl.cygnus.com)
13963
13964         * config.sub: Move deletion of patch suffix from here...
13965         * configure.in: To here, at Ian's suggestion.  The top-
13966           level scripts might need to know of a patch level.
13967
13968 Wed May 25 09:15:54 1994  Bill Cox  (bill@rtl.cygnus.com)
13969
13970         * config.sub: Strip off patch suffix so rtl is recognized
13971           as a sunos4.1.3 machine, even though it's been patched.
13972
13973 Fri May 20 08:25:49 1994  Steve Chamberlain  (sac@deneb.cygnus.com)
13974
13975         * Makefile.in (INSTALL_LAST): Delete.
13976         (INSTALL_DOSREL): New.
13977
13978 Thu May 19 17:12:12 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
13979
13980         * configure.in: Use ld for i[34]86-*-sysv4* and sparc-*-solaris2*.
13981         Don't set use_gnu_ld to no for *-*-sysv4; that only controls
13982         whether we pass down --with-gnu-ld anyhow.
13983
13984 Thu May 19 09:29:12 1994  Steve Chamberlain  (sac@cygnus.com)
13985
13986         * Makefile.in (INSTALL_LAST): Change operation so it works
13987         on more flavors of make.
13988         * configure.in (go32): Don't build libg++ or libio.
13989
13990 Fri May 13 13:28:34 1994  Steve Chamberlain  (sac@cygnus.com)
13991
13992         * Makefile.in (Move HOST_PREFIX_1 and friends up so
13993         they can be overriden by templates.
13994
13995 Sat May  7 16:46:44 1994  Steve Chamberlain  (sac@cygnus.com)
13996
13997         * configure.in (target==go32): Don't build gdb.
13998         * dosrel: New directory.
13999
14000 Fri May  6 14:19:25 1994  Steve Chamberlain  (sac@cygnus.com)
14001
14002         * configure.in (host==go32): Configure dosrel too.
14003         * Makefile.in (INTALL_TARGET): Call INSTALL_LAST last.
14004         (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): Undefine, they should
14005         be set by incoming names or templates.
14006         (INSTALL_LAST): New rule.
14007
14008 Thu May  5 17:35:05 1994  Stan Shebs  (shebs@andros.cygnus.com)
14009
14010         * config.sub (sparclitefrw, sparclitefrwcompat): Don't set the os.
14011
14012 Thu May  5 20:06:45 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
14013
14014         * configure.in (appdirs): New variable.  Currently empty, but will
14015         be used in gas distribution.  If nonempty, lists a set of
14016         directories at least one of which must get configured, or top
14017         level configuration is considered to have failed.
14018         (rs6000-*-lynxos*): Use new file name.
14019
14020 Thu May  5 13:38:36 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
14021
14022         Eliminate XTRAFLAGS.
14023         * Makefile.in (CC_FOR_TARGET): If newlib exists, refer to the
14024         newlib include files using -idirafter, and also use -nostdinc.
14025         (CXX_FOR_TARGET): Likewise.
14026         (XTRAFLAGS): Removed.
14027         (BASE_FLAGS_TO_PASS): Remove XTRAFLAGS_FOR_TARGET.
14028         (EXTRA_HOST_FLAGS): Remove XTRAFLAGS.
14029         (EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): Likewise.
14030         ($(DO_X)): Don't pass down XTRAFLAGS.
14031
14032 Thu May  5 00:16:36 1994  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
14033
14034         * configure.in (mips*-dec-bsd*): New target; do build linker.
14035         (mips*-*-bsd*): New target; don't build linker.
14036
14037 Wed May  4 20:10:10 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
14038
14039         * configure.in: support rs6000-*-lynxos* configuration.
14040         support sunos4 as a cross target.
14041
14042         * config.sub: look for lynx*, not lynx since the OS version may
14043         legitimately be part of the name.
14044
14045 Tue May  3 21:48:11 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
14046
14047         * configure.in (i[34]86-*-sco*): Move to be with other i386
14048         targets.
14049         (romp-*-*): New target.  Skip various binary utilities.
14050         (vax-*-*): New target.  Don't build newlib.
14051         (vax-*-vms): Renamed from *-*-vms.  Don't build opcodes or newlib.
14052
14053 Thu Apr 28 15:03:05 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
14054
14055         * configure.in: Only set host_makefile_frag if config
14056         directory exists.
14057
14058 Wed Apr 27 12:14:30 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
14059
14060         * install.sh: If $dstdir exists, don't check whether each
14061         component does.
14062
14063 Tue Apr 26 18:11:33 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
14064
14065         * test-build.mk (HOLES): Add sleep; used by rcs/src/conf.sh.
14066
14067 Mon Apr 25 15:06:34 1994  Stan Shebs  (shebs@andros.cygnus.com)
14068
14069         * configure.in (*-*-lynxos*): Don't configure newlib for either
14070         native or cross Lynx.
14071
14072 Sat Apr 16 11:58:16 1994  Doug Evans  (dje@canuck.cygnus.com)
14073
14074         * config.sub (sparc64-elf): Fix os.
14075         (z8k): Remove duplicate.
14076
14077 Thu Apr 14 23:33:17 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
14078
14079         * Makefile.in (gcc-no-fixedincludes): Touch gcc/include/fixed, not
14080         gcc/stmp-fixproto, to try to prevent fixproto from being run.
14081
14082 Wed Apr 13 15:14:52 1994  Bill Cox  (bill@cygnus.com)
14083
14084         * configure: Make file links cleanly even if Lynx fails on
14085           an NFS symlink (at least fail cleanly).
14086
14087 Mon Apr 11 10:58:56 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
14088
14089         * test-build.mk (CC): For mips-sgi-irix4, change -XNh1500 to
14090         -XNh2000.
14091
14092 Sat Apr  9 15:10:45 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
14093
14094         * configure: Unknown options are fatal again.
14095
14096 Fri Apr  8 12:01:41 1994  David J. Mackenzie  (djm@cygnus.com)
14097
14098         * configure: Ignore --x-includes and --x-libraries, for Autoconf
14099         compatibility.
14100
14101 Thu Apr  7 17:31:43 1994  Doug Evans  (dje@canuck.cygnus.com)
14102
14103         * build-all.mk: Add `clean' target.
14104
14105 Wed Apr  6 20:44:56 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
14106
14107         * config.guess:  Add SINIX support.
14108         * configure.in:  Add mips-*-sysv4* support.
14109
14110 Mon Apr  4 17:41:44 1994  Doug Evans  (dje@canuck.cygnus.com)
14111
14112         * build-all.mk: Document all useful targets.
14113         If canonhost is sparc-sun-solaris2.3, change it to sparc-sun-solaris2.
14114         If canonhost is mips-sgi-irix4.0.5H, change it to mips-sgi-irix4.
14115
14116 Thu Mar 31 04:55:57 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
14117
14118         * configure: Support --silent, --quiet.
14119
14120 Wed Mar 30 21:37:38 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
14121
14122         * configure: Support --disable-FEATURE.
14123
14124 Tue Mar 29 19:15:05 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
14125
14126         * config.guess: Recognize NCR running SVR4.3.
14127
14128 Mon Mar 28 14:55:15 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14129
14130         * config.guess:  Make BSDI generate i386-unknown-bsd386.
14131         Patch from Paul Eggert <eggert@twinsun.com>.
14132
14133 Mon Mar 28 12:54:52 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
14134
14135         * configure.in (powerpc-*-aix*): Treat like rs6000-*-*.
14136
14137 Sat Mar 26 11:25:48 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
14138
14139         * configure: Make unrecognized options give nonfatal warnings
14140         instead of fatal errors, and pass them to any subdirectory
14141         configures in case they recognize them.
14142         Make --x equivalent to --with-x.
14143
14144 Fri Mar 25 21:52:10 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
14145
14146         * configure: Add --enable-* options.  Clean up usage message and
14147         some comments.
14148
14149 Thu Mar 24 09:12:53 1994  Doug Evans  (dje@canuck.cygnus.com)
14150
14151         * Makefile.in (NM_FOR_TARGET): Build tree version is now nm.new.
14152
14153 Sun Mar 20 11:28:22 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
14154
14155         * configure.in (hppa*-*-*): Enable binutils.
14156
14157 Sat Mar 19 11:50:16 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
14158
14159         * config.sub: Recognize cisco.
14160
14161 Fri Mar 18 16:42:32 1994  Jason Merrill  (jason@deneb.cygnus.com)
14162
14163         * Makefile.in (CXXFLAGS): Add -fexternal-templates.
14164
14165 Tue Mar 15 11:25:55 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
14166
14167         * config.guess: about target *-hitachi-hiuxwe2, don't print more
14168         than one configuration name.  Add comment.
14169
14170 Sun Mar  6 23:13:38 1994  Hisashi MINAMINO  (minamino@sra.co.jp)
14171
14172         * config.guess: about target *-hitachi-hiuxwe2, fixed
14173         machine guessing order.  [Hitachi's CPU_IS_HP_MC68K
14174         macro is incorrect.]
14175
14176 Sun Mar 13 09:10:08 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
14177
14178         * Makefile.in (TAGS): Just build TAGS in each subdirectory, rather
14179         than the "make ls" stuff which used to be here.
14180
14181 Fri Mar 11 12:52:39 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14182
14183         * config.guess:  Recognize i[34]86-unknown-freebsd.
14184         From Shawn M Carey <smcarey@rodan.syr.edu>.
14185
14186 Thu Mar  3 14:24:21 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14187
14188         * configure.in (noconfigdirs for alpha): Remove libg++ and libio.
14189
14190 Wed Mar  2 13:28:48 1994  Jim Kingdon  (kingdon@deneb.cygnus.com)
14191
14192         * config.guess: Check for ptx.
14193
14194 Mon Feb 28 16:46:50 1994  Kung Hsu  (kung@mexican.cygnus.com)
14195
14196         * config.sub: Add os9k checking.
14197
14198 Thu Feb 24 07:09:04 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
14199
14200         * config.guess: Handle OSF1 running on HPPA processors
14201
14202 Fri Feb 18 14:14:00 1994  Ken Raeburn  (raeburn@rtl.cygnus.com)
14203
14204         * configure: If subdir configure fails, print out a message with
14205         subdirectory name, in case subdir's configure code didn't identify
14206         itself.
14207
14208 Fri Feb 18 12:50:15 1994  Doug Evans  (dje@cygnus.com)
14209
14210         * configure.in: Remove embedded newlines from configdirs.
14211         Avoid mismatches of substrings.  Fix matching strings at end
14212         of configdirs.
14213
14214 Fri Feb 11 15:33:33 1994  Stu Grossman  (grossman at cygnus.com)
14215
14216         * config.guess:  Add Lynx/rs6000 config support.
14217
14218 Tue Feb  8 13:41:09 1994  Ken Raeburn  (raeburn@rtl.cygnus.com)
14219
14220         * configure.in (alpha-dec-osf1*, alpha*-*-*): Build gas.
14221
14222 Mon Feb  7 15:42:36 1994  Jeffrey A. Law  (law@cygnus.com)
14223
14224         * configure.in (hppa*-*-osf*): Treat this just like most other
14225         PA configurations (eg no binutils or ld).
14226         (hppa*-*-*elf*): These configurations have binutils and ld.
14227
14228 Sun Feb  6 16:35:07 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
14229
14230         * config.sub (hiux): Fix typo.  From m-kasahr@sramhc.sra.co.JP.
14231
14232 Sat Feb  5 01:00:33 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
14233
14234         * configure.in (rs6000-*-*): Build gas.
14235
14236 Wed Feb  2 13:57:57 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
14237
14238         * Makefile.in:  Avoid bug in losing hpux sed.
14239
14240 Wed Feb  2 14:53:05 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
14241
14242         * Makefile.in, test-build.mk: Remove MUNCH_NM; it was only needed
14243         for GDB and GDB has been fixed to not need it.
14244
14245 Sun Jan 30 17:58:06 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
14246
14247         * config.guess: Recognize vax hosts.
14248
14249 Fri Jan 28 15:29:38 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
14250
14251         * configure (while loop): Don't use "break 2" inside case
14252         statement -- the case statement isn't an enclosing loop.
14253
14254 Mon Jan 24 18:40:06 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14255
14256         * config.guess:  Clean up NeXT support, to allow nextstep
14257         on Intel machines.  Make OS be nextstep.
14258
14259 Sun Jan 23 18:47:22 1994  Richard Kenner  (kenner@vlsi1.ultra.nyu.edu)
14260
14261         * config.guess: Add alternate forms for Convex.
14262
14263 Thu Jan 20 16:13:41 1994  Stu Grossman  (grossman at cygnus.com)
14264
14265         * configure:  Completely rewrite option processing.  Take
14266         advantage of pattern-matching to avoid invoking test frequently.
14267         Also clean up host and target defaulting logic.
14268
14269 Mon Jan 17 15:06:56 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
14270
14271         * Makefile.in: Replace all occurrances of "rootme" with "r" and
14272         "$${rootme}" with "$$r", to increase the likelihood that the do-*
14273         commands (plus user environment) will fit SCO limits.
14274
14275 Thu Jan  6 11:20:57 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
14276
14277         * configure.in: Don't issue warnings about directories which are
14278         not being configured if -norecursion is set.  Correct test for
14279         --with-gnu-as and --with-gnu-ld to not get confused by substring
14280         matches.
14281
14282         * configure.in: Don't build gas for alpha-dec-osf1*.
14283
14284 Tue Jan  4 17:10:19 1994  Stu Grossman  (grossman at cygnus.com)
14285
14286         * configure:  Back out Per's change of 12/19/1993.  It changes the
14287         behavior of configure in unexpected and confusing ways.
14288
14289         Also, use different delim char when calculating
14290         program_transform_name so that the name can contain slashes.
14291
14292 Sat Jan  1 13:45:31 1994  Rob Savoye  (rob@darkstar.cygnus.com)
14293
14294         * configure.in, config.sub: Add support for VSTa micro-kernel.
14295
14296 Sat Dec 25 20:00:47 1993  Jeffrey A. Law  (law@snake.cs.utah.edu)
14297
14298         * configure.in: Nuke hacks which were used to get a special
14299         version of GAS for HPPA configurations.
14300
14301 Sun Dec 19 20:40:44 1993  Per Bothner  (bothner@kalessin.cygnus.com)
14302
14303         * configure:  If only ${target_alias} is given, use that
14304         as the default for ${host_alias}.
14305         * configure:  Add missing back-slashes before nested quotes.
14306
14307 Wed Dec 15 18:07:18 1993  david d `zoo' zuhn  (zoo@andros.cygnus.com)
14308
14309         * Makefile.in (BASE_FLAGS_TO_PASS): add YACC=$(BISON)
14310
14311 Tue Dec 14 21:25:33 1993  Per Bothner  (bothner@cygnus.com)
14312
14313         * config.guess:  Recognize some Tektronix configurations.
14314         From Kaveh R. Ghazi <ghazi@noc.rutgers.edu>.
14315
14316 Sat Dec 11 11:18:00 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
14317
14318         * config.sub: Match any flavor of SH.
14319
14320 Thu Dec  2 17:16:58 1993  Ken Raeburn  (raeburn@cujo.cygnus.com)
14321
14322         * configure.in: Don't try to configure newlib for Alpha.
14323
14324 Thu Dec  2 14:35:54 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
14325
14326         * configure.in: Don't build ld for Irix 5.  Don't build gas,
14327         libg++ or libio for any Alpha target.
14328
14329         * configure.in (mips*-sgi-irix5*): New target; use mh-irix5.
14330
14331 Wed Dec  1 17:00:33 1993  Jason Merrill  (jason@deneb.cygnus.com)
14332
14333         * Makefile.in (GZIPPROG): Renamed from GZIP, which gzip uses for
14334         default arguments -- so it tried to compress itself.
14335
14336 Tue Nov 30 13:45:15 1993  david d `zoo' zuhn  (zoo@andros.cygnus.com)
14337
14338         * configure.in (notsupp): ensure that a space is always at the end
14339           of the configdirs list, since the grep checks for an explicit space
14340
14341 Tue Nov 16 15:04:27 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14342
14343         * configure.in (target i386-sysv4.2): don't build ld, since static
14344           versions of many libraries are not available.
14345
14346 Tue Nov 16 14:28:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14347
14348         * config.guess: Recognize Apollos (using environment variables).
14349         * configure.in: Don't configure ld, binutils, or gprof for Apollo.
14350
14351 Thu Nov 11 12:03:50 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14352
14353         * config.guess: Recognize Sony news mips running newsos.
14354
14355 Wed Nov 10 16:57:00 1993  Mark Eichin  (eichin@cygnus.com)
14356
14357         * Makefile.in (all-cygnus, build-cygnus): "fi else" needs to be
14358         "fi ; else" for bash.
14359
14360 Tue Nov  9 15:54:01 1993  Mark Eichin  (eichin@cygnus.com)
14361
14362         * Makefile.in (BASE_FLAGS_TO_PASS): pass SHELL.
14363
14364 Fri Nov  5 08:07:27 1993  D. V. Henkel-Wallace  (gumby@blues.cygnus.com)
14365
14366         * config.sub: accept unixware as an alias for svr4.2.
14367         Fix some inconsistancies with the gcc version.
14368
14369 Fri Nov  5 15:14:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14370
14371         * Makefile.in (DISTDOCDIRS):  Add gdb.
14372
14373 Fri Nov  5 11:59:42 1993  Per Bothner  (bothner@kalessin.cygnus.com)
14374
14375         * Makefile.in (DISTDOCDIRS):  Add libg++ and libio.
14376
14377 Fri Nov  5 10:35:05 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
14378
14379         * Makefile.in (taz): Only build "info" in DISTDOCDIRS.
14380         (DISTDOCDIRS): Don't assume libg++ and gdb folks necessarily want
14381         this now.
14382
14383 Thu Nov  4 18:58:23 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14384
14385         * config.sub: Accept hiux* as an OS name.
14386
14387         * Makefile.in: Change RUNTEST_FLAGS back to RUNTESTFLAGS per
14388         etc/make-stds.texi.  The underscore came from gcc, and dje now
14389         agrees that RUNTESTFLAGS is the correct name.
14390
14391 Thu Nov  4 10:49:01 1993  Per Bothner  (bothner@kalessin.cygnus.com)
14392
14393         * install.sh:  Remove 'set -e'.  It makes any conditionals
14394         in the script useless.
14395
14396         * config.guess: Automatically recognize arm-acorn-riscix
14397         Patch from Richard Earnshaw (rwe11@cl.cam.ac.uk).
14398
14399 Thu Nov 04 08:08:04 1993  Jeffrey Wheat  (cassidy@cygnus.com)
14400
14401         * Makefile.in: Change RUNTESTFLAGS to RUNTEST_FLAGS
14402
14403 Wed Nov  3 22:09:46 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
14404
14405         * Makefile.in (DISTDOCDIRS): New variable.
14406         (taz): Edit local Makefile.in sooner, instead of proto-toplev
14407         Makefile.in later.  Build "info" and "dvi" in DISTDOCDIRS.
14408
14409 Wed Nov  3 21:31:52 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14410
14411         * configure.in (hppa target): check the source directory for the
14412           pagas sub-directory
14413
14414 Wed Nov  3 11:12:22 1993  Doug Evans  (dje@canuck.cygnus.com)
14415
14416         * config.sub: Allow -aout* and -elf*.
14417
14418 Wed Nov  3 11:08:33 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
14419
14420         * configure.in: Don't build ld on i386-solaris2, same as for
14421         sparc-solaris2.
14422
14423 Tue Nov  2 14:21:25 1993  Per Bothner  (bothner@kalessin.cygnus.com)
14424
14425         * Makefile.in (taz): Add texinfo/lgpl.texinfo (for libg++).
14426
14427 Tue Nov  2 13:38:30 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
14428
14429         * configure.in:  Configure gdb for alpha.
14430
14431 Mon Nov  1 10:42:54 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14432
14433         * Makefile.in (CXXFLAGS): Add -O.
14434
14435 Wed Oct 27 10:45:06 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14436
14437         * config.guess: added support for DG Aviion
14438
14439 Tue Oct 26 14:37:37 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
14440
14441         * configure.in: Produce warning message for subdirectories not
14442         configurable for this host/target combination.  Don't try to
14443         configure gdb for vms.
14444
14445 Mon Oct 25 11:22:15 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
14446
14447         * Makefile.in (taz): Replace "byacc" with "bison -y" in the
14448         appropriate files before making "diststuff".
14449         (DISTBISONFILES): New var: list of files to be edited.
14450         (DISTSTUFFDIRS): Add binutils.
14451
14452 Fri Oct 22 20:32:15 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14453
14454         * config.sub: also handle mipsel and mips64el (for little endian mips)
14455
14456 Fri Oct 22 07:59:20 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14457
14458         * configure.in: Add * to end of all OS names.
14459
14460 Thu Oct 21 11:38:28 1993  Stan Shebs  (shebs@rtl.cygnus.com)
14461
14462         * configure.in: Build newlib for LynxOS native.
14463
14464 Wed Oct 20 09:56:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14465
14466         * config.guess: Add support for delta 88k running SVR3.
14467
14468         * configure.in: Add comment about HP compiler vs. emacs.
14469
14470 Tue Oct 19 16:02:22 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14471
14472         * configure.in: don't build ld on solaris2 (not a viable option
14473           due to bugs in getpwnam & getpwuid)
14474
14475 Tue Oct 19 15:13:56 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
14476
14477         * configure.in: Accept alpha-dec-osf1*, not just -osf1, since
14478         config.guess will produce a full version number.
14479
14480 Tue Oct 19 15:58:01 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
14481
14482         * configure.in: Build linker and binutils for alpha-dec-osf1.
14483
14484 Tue Oct 19 11:41:55 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14485
14486         * Makefile.in: Remove -O from CXXFLAGS for consistency with CFLAGS,
14487         and gdb/testsuite/Makefile.in.
14488
14489 Sat Oct  9 18:39:07 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14490
14491         * configure.in: recognize mips*- instead of mips-
14492
14493 Fri Oct  8 14:15:39 1993  Ken Raeburn  (raeburn@cygnus.com)
14494
14495         * config.sub: Accept linux*coff and linux*elf as operating
14496         systems.
14497
14498 Thu Oct  7 12:57:19 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
14499
14500         * config.sub: Recognize mips64, and mips3 as an alias for it.
14501
14502 Wed Oct  6 13:54:21 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
14503
14504         * configure.in: Remove alpha-dec-osf*, no longer necessary now that
14505         gdb knows how to handle OSF/1 shared libraries.
14506
14507 Tue Oct  5 11:55:04 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14508
14509         * configure.in: Recognize hppa*-*-hiux* (currently synonym for hpux).
14510         * config.guess: Recognize Hitachi's HIUX.
14511         * config.sub: Recognize h3050r* and hppahitachi.
14512         Remove redundant cases for hp9k[23]*.
14513
14514 Mon Oct  4 16:15:09 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14515
14516         * configure.in: default to '--with-gnu-as' and '--with-gnu-ld'
14517         if gas and ld are in the source tree and are in ${configdirs}.
14518         If ${use_gnu_as} or ${use_gnu_ld} are 'no', then don't set the
14519         --with options (but still pass them down on the command line,
14520         if they were explicitly specified).
14521
14522 Fri Sep 24 19:11:13 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14523
14524         * configure: substitute SHELL value in Makefile.in with
14525         ${CONFIG_SHELL}
14526
14527 Thu Sep 23 18:05:13 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
14528
14529         * configure.in: Build gas, ld, and binutils for *-*-sysv4* and
14530         *-*-solaris2* targets.
14531
14532 Sun Sep 19 17:01:41 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14533
14534         * Makefile.in: define M4, and pass it down to sub-makes;
14535         all-autoconf now depends on all-m4
14536
14537 Sat Sep 18 00:38:23 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14538
14539         * Makefile.in ({AR,RANLIB}_FOR_TARGET): make contingent on
14540         presence of {ar,ranlib} instead of a configured directory
14541
14542 Wed Sep 15 08:41:44 1993  Jim Kingdon  (kingdon@cirdan.cygnus.com)
14543
14544         * config.guess: Accept 34?? as well as 33?? for NCR.
14545
14546 Mon Sep 13 12:28:43 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14547
14548         * configure.in: grab mt-hppa for HPPA targets; use 'gas ' instead
14549         of 'gas' in sed commands, since 'gash' is now in the tree as well.
14550
14551 Fri Sep 10 11:23:52 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14552
14553         * configure: grab values for $(CC) and $(CXX) from the
14554         environment, so that someone can do "CC=gcc configure; make" and
14555         have it work right (matching the way that autoconf works now)
14556
14557         * configure.in, Makefile.in: add support for gash, the tcl
14558         interface to Galaxy
14559
14560         * config.guess: add NetBSD variants (hp300, x86)
14561
14562 Thu Sep  9 16:48:52 1993  Jason Merrill  (jason@deneb.cygnus.com)
14563
14564         * install.sh: Support -d option (in the manner of SunOS 4 install,
14565         as it is more deterministic than that of GNU install)
14566         (chmodcmd): Set file to mode 755 by default (should also do default
14567         chgrp and chown, but I don't feel like dealing with that now)
14568
14569 Tue Sep  7 11:59:39 1993  Doug Evans  (dje@canuck.cygnus.com)
14570
14571         * config.sub: Remove h8300hhms alias.
14572
14573 Tue Aug 31 11:00:09 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14574
14575         * configure.in: Match *-*-solaris2* not *-sun-solaris2*.
14576
14577 Mon Aug 30 18:29:10 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14578
14579         * Makefile.in (gcc-no-fixedincludes): touch stmp-fixproto as well
14580         as stmp-fixinc
14581
14582 Wed Aug 25 16:35:59 1993  K. Richard Pixley  (rich@sendai.cygnus.com)
14583
14584         * config.sub: recognize m88110-bug-coff.
14585
14586 Tue Aug 24 10:23:24 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14587
14588         * Makefile.in (all-libio): all dependencies on the toolchain used
14589         to build this (gcc, gas, ld, etc)
14590
14591 Fri Aug 20 17:24:24 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14592
14593         * config.guess: Deal with OSF/1 1.3 on alpha.
14594
14595 Thu Aug 19 11:43:04 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14596
14597         * install.sh: add some 'else true' clauses for portability
14598
14599         * configure.in: don't build libio for h8[35]00-*-* targets
14600
14601 Tue Aug 17 19:02:31 1993  Per Bothner  (bothner@kalessin.cygnus.com)
14602
14603         * Makefile.in:  Add support for new libio.
14604
14605 Sun Aug 15 20:48:55 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14606
14607         * install.sh: If one command fails, don't try the rest.  Don't try
14608         to remove $dsttmp (via trap) unless we have already created it.
14609         If $src doesn't exist, detect it and exit with an error.
14610
14611         * config.guess: Recognize BSD on hp300.
14612
14613 Wed Aug 11 18:35:13 1993  Per Bothner  (bothner@kalessin.cygnus.com)
14614
14615         * config.guess:  Map (9000/[34]??:HP-UX:*:*) to m68k-hp-hpux.
14616         Bug report from "Hamish (H.I.) Macdonald" <hamish@bnr.ca>.
14617
14618 Wed Aug 11 15:37:51 1993  Jason Merrill  (jason@deneb.cygnus.com)
14619
14620         * Makefile.in (all-send-pr): depends on all-prms
14621
14622 Wed Aug 11 16:56:03 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14623
14624         * config.guess: Fix typo (9000/8??:4.3bsd -> 9000/7??:4.3bsd).
14625
14626 Fri Aug  6 14:45:02 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
14627
14628         * config.guess: From michael@mercury.cs.mun.ca (Michael Rendell):
14629         Added test for mips-mips-riscos5.
14630
14631 Thu Aug  5 15:45:08 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14632
14633         * configure.in: use mh-hp300 for 68k HP hosts
14634
14635 Mon Aug  2 11:56:53 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14636
14637         * configure: add support for CONFIG_SHELL, so that you can use
14638         some alternate shell for evaluating configure scripts
14639
14640 Sun Aug  1 11:36:27 1993  Fred Fish  (fnf@deneb.cygnus.com)
14641
14642         * Makefile.in (make-gdb.tar.gz):  Sed bug reporting address
14643         in configure script to bug-gdb@prep.ai.mit.edu when building
14644         distribution archive.
14645         * Makefile.in (COMPRESS):  Remove def.
14646         * Makefile.in (gdb.tar.gz, make-gdb.tar.gz):  Renamed from
14647         gdb.tar.Z and make-gdb.tar.Z respectively.
14648         * Makefile.in (make-gdb.tar.gz):  Now only build gzip'd archive.
14649         * Makefile.in (make-gdb.tar.gz):  Minor changes to move closer
14650         to convergence with 'taz' target in Makefile.in.
14651
14652 Fri Jul 30 12:34:57 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14653
14654         * install.sh (dsttmp): use trap to ensure that tmp files go
14655         away on error conditions
14656
14657 Wed Jul 28 11:57:36 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14658
14659         * Makefile.in (BASE_FLAGS_TO_PASS): remove LOADLIBES
14660
14661 Tue Jul 27 12:43:40 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14662
14663         * Makefile.in (install-dirs): Deal with a prefix like /gnu;
14664         its parent is '/' not ''.
14665
14666         * Makefile.in (DEVO_SUPPORT): Add comments about ChangeLog.
14667
14668 Fri Jul 23 09:53:37 1993  Jason Merrill  (jason@wahini.cygnus.com)
14669
14670         * configure: if ${newsrcdir}/configure doesn't exist, don't assume
14671         that ${newsrcdir}/configure.in does.
14672
14673 Tue Jul 20 11:28:50 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
14674
14675         * test-build.mk: support for CONFIG_SHELL
14676
14677 Mon Jul 19 21:54:46 1993  Fred Fish  (fnf@deneb.cygnus.com)
14678
14679         * config.sub (netware):  Add as a basic system type.
14680
14681 Wed Jul 14 12:03:11 1993  K. Richard Pixley  (rich@sendai.cygnus.com)
14682
14683         * Makefile.in (Makefile): depend on configure.in.  Also drop the
14684           $(srcdir)/ from the dependency on Makefile.in.
14685
14686 Tue Jul 13 20:10:58 1993  Doug Evans  (dje@canuck.cygnus.com)
14687
14688         * config.sub: Recognize h8300hhms as h8300h-hitachi-hms.
14689         (h8300hhms is temporary until multi-libraries are implemented).
14690         * configure.in: Handle h8300h too.
14691
14692 Sun Jul 11 17:35:27 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14693
14694         * config.guess: Recognize dpx/2 as m68k-bull-sysv3.
14695
14696 Thu Jul  8 18:26:12 1993  John Gilmore  (gnu@cygnus.com)
14697
14698         * configure:  Remove extraneous output when guessing host type.
14699         * config.guess:  Remove extraneous output when guessing using C
14700         compiler rather than uname, or when guessing fails.
14701
14702 Wed Jul  7 17:58:14 1993  david d `zoo' zuhn  (zoo at rtl.cygnus.com)
14703
14704         * Makefile.in: remove all.cross and install.cross targets
14705
14706         * configure: remove CROSS=-DCROSS_COMPILE and ALL=all.cross
14707           definitions
14708
14709 Tue Jul  6 10:39:44 1993  Steve Chamberlain  (sac@phydeaux.cygnus.com)
14710
14711         * configure.in (target sh): Build gprof.
14712
14713 Thu Jul  1 16:52:56 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14714
14715         * config.sub: change -solaris to -solaris2
14716
14717 Thu Jul  1 15:46:16 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14718
14719         * configure.in: Use config/mh-riscos for mips-*-sysv*.
14720
14721 Wed Jun 30 09:31:58 1993  Ian Lance Taylor  (ian@cygnus.com)
14722
14723         * configure: Correct error message for missing Makefile.in to
14724         print correct directory.
14725
14726 Tue Jun 29 13:52:16 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14727
14728         * install.sh: kludge around 386BSD shell bug
14729
14730 Tue Jun 29 13:06:49 1993  Per Bothner  (bothner@rtl.cygnus.com)
14731
14732         * config.guess:  Recognize NeXT.
14733         * config.guess:  Recognize i486-ncr-sysv4.
14734         * Makefile.in (taz):  rm $(TOOL)-$$VER before linking.
14735
14736 Tue Jun 29 12:50:57 1993  Ian Lance Taylor  (ian@cygnus.com)
14737
14738         * Makefile.in (MAKEINFOFLAGS): New variable.
14739         (FLAGS_TO_PASS): Pass MAKEINFO as MAKEINFO MAKEINFOFLAGS.
14740         * build-all.mk, test-build.mk: Pass down --no-split as
14741         MAKEINFOFLAGS when hosted on DOS.  Compile DOS hosted without -g.
14742
14743 Thu Jun 24 13:39:11 1993  Per Bothner  (bothner@rtl.cygnus.com)
14744
14745         * Makefile.in (DEVO_SUPPORT):  Add COPYING COPYING.LIB install.sh.
14746
14747 Wed Jun 23 12:59:21 1993  Per Bothner  (bothner@rtl.cygnus.com)
14748
14749         * Makefile.in (libg++.tar.z):  New rule.
14750         * Makefile.in (taz):  Replace 'configure -rm' by 'make distclean'.
14751         * Makefile.in (taz):  Only do a single chmod.
14752
14753 Fri Jun 18 12:03:10 1993  david d `zoo' zuhn  (zoo at majipoor.cygnus.com)
14754
14755         * install.sh: don't use dirname anymore (replaced with sed usage)
14756
14757 Thu Jun 17 18:43:42 1993  Fred Fish  (fnf@cygnus.com)
14758
14759         * Makefile.in:  Change extension for gzip'd files from '.z' to
14760         '.gz' per new FSF standard usage.
14761
14762 Thu Jun 17 16:58:50 1993  david d `zoo' zuhn  (zoo at majipoor.cygnus.com)
14763
14764         * configure: put quotes around the final value of program_transform_name
14765
14766 Tue Jun 15 16:48:51 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14767
14768         * Makefile.in: new install.sh support; update install-info rules
14769
14770 Wed Jun  9 12:31:34 1993  Ian Lance Taylor  (ian@cygnus.com)
14771
14772         * configure.in: Build diff for crosses, but not for go32 host.
14773
14774         * configure.in: Build gprof only for native, and don't build it
14775         for mips-*-*, rs6000-*-*, or i[34]86-*-sco*.
14776
14777 Mon Jun  7 13:12:11 1993  david d `zoo' zuhn  (zoo at deneb.cygnus.com)
14778
14779         * configure.in: don't build gas,ld,binutils on for *-*-sysv4
14780
14781 Mon Jun  7 11:40:11 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
14782
14783         * configure.in (host_tools): Add prms.
14784
14785 Fri Jun  4 13:30:42 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14786
14787         * Makefile.in: install gcc, do installation of $(INSTALL_MODULES)
14788         with $(FLAGS_TO_PASS) on the command line
14789
14790         * config.sub: Recognize lynx and lynxos
14791
14792 Fri Jun  4 10:59:56 1993  Ian Lance Taylor  (ian@cygnus.com)
14793
14794         * config.sub: Accept -ecoff*, not just -ecoff.
14795
14796 Thu Jun  3 17:38:54 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
14797
14798         * Makefile.in (taz): Use .gz suffix instead of .z.
14799         (binutils.tar.gz, gas+binutils.tar.gz, gas.tar.gz): Fixed target
14800         names.
14801
14802 Thu Jun  3 00:27:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14803
14804         * Makefile.in (vault-install): add an 'else true' (for Ultrix)
14805
14806 Wed Jun  2 18:19:16 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14807
14808         * Makefile.in (install-no-fixedincludes):  install gcc last, so
14809         that rebuilds that might happen during 'make install' don't get
14810         bogus gcc include files
14811
14812 Wed Jun  2 16:14:10 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
14813
14814         Change from Utah for HPPA support:
14815         * config.guess: Recognize hppa1.x-hp-bsd.
14816
14817 Wed Jun  2 11:53:33 1993  Per Bothner  (bothner@rtl.cygnus.com)
14818
14819         * config.guess:  Add support for Motorola Delta 68k, up to r3v7.
14820         Patch from pot@fly.cnuce.cnr.it (Francesco Potorti`).
14821
14822 Tue Jun  1 17:48:42 1993  Rob Savoye  (rob at darkstar.cygnus.com)
14823
14824         * config.sub: Add support for rom68k and bug boot monitors.
14825
14826 Mon May 31 09:36:37 1993  Jim Kingdon  (kingdon@cygnus.com)
14827
14828         * Makefile.in: Make all-opcodes depend on all-bfd.
14829
14830 Thu May 27 08:05:31 1993  Ian Lance Taylor  (ian@cygnus.com)
14831
14832         * config.guess: Added special check for i[34]86-univel-sysv4*.
14833
14834 Wed May 26 16:33:40 1993  Ian Lance Taylor  (ian@cygnus.com)
14835
14836         * config.guess: For i[34]86-unknown-sysv4 use UNAME_MACHINE for
14837         the processor rather than assuming i486.
14838
14839 Wed May 26 09:40:18 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
14840
14841         * config.guess: Recognize SunOS6 as Solaris3.
14842
14843 Tue May 25 23:03:11 1993  Per Bothner  (bothner@cygnus.com)
14844
14845         * config.guess:  Fix typo.  Avoid #elif (not in K&R 1).
14846         Recognize SunOS 5.* only (and not [6-9].*) as being Solaris2.
14847
14848 Tue May 25 12:44:18 1993  Ian Lance Taylor  (ian@cygnus.com)
14849
14850         * build-all.mk (all-cross): New target for Canadian Cross.
14851         Added Q2 go32 targets.
14852         * test-build.mk: Configure go32 cross sparclite-aout and
14853         mips-idt-ecoff -with-gnu-ld.  Moved build binary directory from
14854         PARTIAL_HOLE_DIRS to BUILD_HOLES_DIRS.
14855
14856 Mon May 24 15:30:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14857
14858         * configure.in: fix Alpha GDB typo; also, don't build DejaGnu for
14859         GO32 hosted toolchains
14860
14861 Mon May 24 14:18:41 1993  Rob Savoye  (rob at darkstar.cygnus.com)
14862
14863         * configure: change  so "-exec-prefix" gets passed down rather
14864         than "-exec_prefix" so autoconf generated Makefiles get the
14865         exec_prefix set right.
14866
14867 Fri May 21 10:42:25 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14868
14869         * config.guess: get the Solaris2 minor version number
14870
14871         * Makefile.in: add standards.texi and make-stds.texi to ETC_SUPPORT
14872
14873 Fri May 21 06:20:52 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
14874
14875         * config.guess: Recognize some Sequent platforms.
14876
14877 Thu May 20 14:33:48 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14878
14879         * Makefile.in: added the vault-install target
14880
14881         * configure.in: actually use the Sun3 makefile fragment that's in
14882         config, also added the release dir to configdirs
14883
14884 Thu May 20 14:19:18 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
14885
14886         * Makefile.in (taz): Fix modes on stuff in $(TOOL) dir also.
14887
14888 Tue May 18 20:26:41 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14889
14890         * configure.in: remove some program from Alpha targetted toolchains
14891
14892 Tue May 18 15:23:19 1993  Ken Raeburn  (raeburn@cygnus.com)
14893
14894         * Makefile.in (DISTSTUFFDIRS): Renamed from PROTODIRS.  Add ld and
14895         gprof.
14896         (taz): Run "make diststuff" in those directories instead of "make
14897         proto-dir".  Look for "VERSION=" only at start of line in subdir
14898         Makefile.  Use "gzip -9" for compression.
14899         (TEXINFO_SUPPORT, DIST_SUPPORT, BINUTILS_SUPPORT_DIRS): New vars.
14900         (binutils.tar.z): New target.
14901
14902 Mon May 17 17:01:15 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
14903
14904         * Makefile.in (taz): Include gpl.texinfo.
14905
14906 Fri May 14 06:48:38 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
14907
14908         * Makefile.in (setup-dirs): Merged into "taz" target.
14909         (taz): Only do `proto-dir' stuff if a directory is actually needed
14910         for this target.
14911
14912 Wed May 12 13:09:44 1993  Ian Lance Taylor  (ian@cygnus.com)
14913
14914         * Makefile.in (MUNCH_NM): New variable, defined to be $(NM).
14915         (FLAGS_TO_PASS): Pass down MUNCH_NM.
14916         (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): New variables.
14917         (EXTRA_GCC_FLAGS): Pass down HOST_* variables.
14918         (gcc-no-fixedincludes): Correct for current gcc Makefile.
14919
14920 Tue May 11 10:14:25 1993  Fred Fish  (fnf@cygnus.com)
14921
14922         * Makefile.in (make-gdb.tar.Z):  Add configure, config.guess,
14923         config.sub, and move-if-change to gdb testsuite distribution
14924         archive, so the testsuite can be extracted, configured, and
14925         run separately from the gdb distribution.  Blow away the Chill
14926         tests that require a Chill compiled executable, since GNU Chill
14927         is not yet publically available.
14928
14929 Mon May 10 17:22:26 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14930
14931         * test-build.mk: set environment variables in a single command,
14932         instead of a list of assignments and exports
14933
14934         * config.guess: recognize Alpha/OSF1 systems
14935
14936 Mon May 10 14:55:51 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
14937
14938         * configure: Change help message to prefer --options rather than
14939           -options.
14940
14941 Mon May 10 05:58:35 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
14942
14943         * config.sub: Convergent Tech. "miniframe" uses m68010, sez
14944         zippy@ecst.csuchico.edu.
14945         * config.guess: Recognize miniframe.
14946
14947 Sun May  9 17:47:57 1993  Rob Savoye  (rob at darkstar.cygnus.com)
14948
14949         * Makefile.in: Use srcroot to find runtest rather than rootme.
14950         Pass RUNTESTFLAGS and EXPECT down in BASE_FLAGS_TO_PASS.
14951
14952 Fri May  7 14:55:59 1993  Ian Lance Taylor  (ian@cygnus.com)
14953
14954         * test-build.mk: Extensive additions to support building on a
14955         machine other than the host.
14956
14957 Wed May  5 08:35:04 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
14958
14959         * configure (tooldir): Fix for i386-aix again.
14960
14961 Mon May  3 19:00:27 1993  Per Bothner  (bothner@cygnus.com)
14962
14963         * configure, Makefile.in:  Change definition of $(tooldir)
14964         to match the FSF.
14965
14966 Fri Apr 30 15:55:21 1993  Fred Fish  (fnf@cygnus.com)
14967
14968         * config.guess:  Recognize i[34]86/SVR4.
14969
14970 Fri Apr 30 15:52:46 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
14971
14972         * Makefile.in (all-gdb): gdb depends on sim.
14973
14974 Thu Apr 29 23:30:48 1993  Fred Fish  (fnf@cygnus.com)
14975
14976         * Makefile.in (gdb.tar.Z):  Make prototype gdb testsuite directory
14977         at the same time we make the prototype gdb directory.
14978         * Makefile.in (make-gdb.tar.Z):  Make the testsuite distribution
14979         files at the same time as the gdb base release distribution.
14980
14981 Thu Apr 29 12:50:37 1993  Ian Lance Taylor  (ian@cygnus.com)
14982
14983         * Makefile.in (check): Use individual check targets rather than
14984         DO_X rule.
14985         (check-gcc): Added.
14986
14987 Thu Apr 29 09:50:07 1993  Jim Kingdon  (kingdon@cygnus.com)
14988
14989         * config.sub: Use sysv3.2 not sysv32 for canonical OS
14990         for System V release 3.2.
14991
14992 Thu Apr 29 10:33:22 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
14993
14994         * config.sub: Recognize hppaosf.
14995         * configure.in: Do configure ld/binutils/gas for it.
14996
14997 Tue Apr 27 06:25:34 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
14998
14999         * configure (tooldir): Alter syntax used to set this, for systems
15000         where "\$" isn't handled right, like i386-aix.
15001
15002 Thu Apr 22 08:17:35 1993  Ian Lance Taylor  (ian@cygnus.com)
15003
15004         * configure: Pass program-transform-name, not
15005         program_transform_name, to recursive configures.
15006
15007 Thu Apr 22 02:58:21 1993  Ken Raeburn  (raeburn@cygnus.com)
15008
15009         * Makefile.in (gas+binutils.tar.z): New rule for building snapshots
15010         of gas+ld+binutils.
15011
15012 Mon Apr 19 17:41:30 1993  Per Bothner  (bothner@cygnus.com)
15013
15014         * config.guess:  Recognize AIX3.2 as distinct from 3.1.
15015
15016 Sat Apr 17 17:19:50 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15017
15018         * configure.in: rename m88k-motorola-m88kbcs to m88k-motorola-sysv
15019
15020 Tue Apr 13 16:52:16 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
15021
15022         * Makefile.in (PRMS): Set back to all-prms.
15023
15024 Sat Apr 10 12:04:07 1993  Ian Lance Taylor  (ian@cygnus.com)
15025
15026         * test-build.mk: Pass -with-gnu-as for known MIPS native and MIPS
15027         targets, rather than for MIPS hosts.
15028
15029 Fri Apr  9 13:51:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15030
15031         * configure.in: add comment for --with-x default values
15032
15033         * config.guess: handle Motorola Delta88 box for SVR3 and SVR4.
15034
15035         * Makefile.in: add check-* targets for each of the directories in
15036         the tree.  Add a definition of RUNTEST that will use the one we
15037         just built, if it exists.  Pass this down via FLAGS_TO_PASS.
15038
15039 Thu Apr  8 09:21:30 1993  Ian Lance Taylor  (ian@cygnus.com)
15040
15041         * configure.in: Removed obsolete references to bfd_target and
15042         target_makefile_frag.
15043
15044         * build-all.mk: Set assorted targets for Q2.
15045         * config.sub: Recognize z8k-sim and h8300-hms.
15046         * test-build.mk: Really don't pass host to configure.
15047         (HOLES): Added uname.
15048
15049 Wed Apr  7 15:48:19 1993  Ian Lance Taylor  (ian@cygnus.com)
15050
15051         * configure: Handle an empty program-prefix, program-suffix or
15052         program-transform-name correctly.
15053
15054 Tue Apr  6 13:48:41 1993  Ian Lance Taylor  (ian@cygnus.com)
15055
15056         * build-all.mk: -G 8 no longer required for MIPS targets.
15057         * test-build.mk: Don't pass host argument to configure; make it
15058         guess.
15059
15060 Tue Apr  6 10:36:53 1993  Fred Fish  (fnf@cygnus.com)
15061
15062         * Makefile.in (gdb.tar.Z):  Fix for building gzip'd distribution.
15063         * Makefile.in (COMPRESS):  New macro, like GZIP.
15064
15065 Fri Apr  2 09:02:31 1993  Ian Lance Taylor  (ian@cygnus.com)
15066
15067         * test-build.mk: Use -with-gnu-as for mips-sgi-irix4 as well.
15068
15069         * build-all.mk: Set GCC to gcc -O -G 8 for MIPS targets, since gcc
15070         with gas currently defaults to -G 0.
15071
15072 Thu Apr  1 08:25:42 1993  Ian Lance Taylor  (ian@cygnus.com)
15073
15074         * Makefile.in (all-flex): flex depends on byacc.
15075
15076         * build-all.mk: If host not specified, use config.guess.  Pass TAG
15077         to test-build.mk as RELEASE_TAG.
15078         * test-build.mk (configargs): New variable containing arguments to
15079         pass to configure.  Set to -with-gnu-as on mips-dec-ultrix.
15080         (FLAGS_TO_PASS): Pass down RELEASE_TAG.
15081
15082         * config.guess: Use /bin/uname when checking -X argument on SCO,
15083         to avoid invoking GNU uname which doesn't understand -X.
15084
15085         * test-build.mk: Don't use /usr/unsupported/bin/as on AIX.
15086
15087         * configure.in: Build gas for mips-*-*.
15088
15089 Wed Mar 31 21:20:58 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
15090
15091         * Makefile.in (all.normal): insert missing backslash.
15092
15093 Wed Mar 31 12:31:56 1993  Ian Lance Taylor  (ian@cygnus.com)
15094
15095         * build-all.mk: Bump -XNh value to 1500 to match gcc requirements.
15096
15097         * Makefile.in: Complete overhaul to merge many almost identical
15098         targets.
15099
15100 Tue Mar 30 20:17:01 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
15101
15102         * Makefile.in (setup-dirs-gdb): Renamed from setup-dirs.
15103         (gdb.tar.Z): Adjusted.
15104
15105         * Makefile.in (setup-dirs, taz): New targets; should be general
15106         enough to adapt for gdb sometime.  Build only .z file.
15107         (gas.tar.z): New target.
15108
15109 Tue Mar 30 10:03:09 1993  Ian Lance Taylor  (ian@cygnus.com)
15110
15111         * build-all.mk: Use CC=cc -Xs on Solaris.
15112
15113 Thu Mar 25 15:14:30 1993  Fred Fish  (fnf@cygnus.com)
15114
15115         * Makefile.in:  Incorporate changes suggested by wilson@cygnus.com
15116         for handling BISON for FSF releases.
15117
15118 Thu Mar 25 06:19:48 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
15119
15120         * configure: Actually implement the change zoo just documented.
15121
15122 Wed Mar 24 13:02:44 1993  david d `zoo' zuhn  (zoo at poseidon.cygnus.com)
15123
15124         * configure: when using config.guess, only set target_alias when
15125         it's not already been set (ie, on the command line)
15126
15127 Mon Mar 22 23:07:39 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15128
15129         * Makefile.in: add installcheck target, set PRMS to install-prms
15130
15131 Sun Mar 21 16:46:12 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15132
15133         * configure: add support for package_makefile_fragment, handle the
15134         case where a directory has a configure.in file but no Makefile.in
15135         more gracefully (with an actual understandable error message, even);
15136         add support for --without (and add this to the usage message); also
15137         explicitly add a --host=${host_alias} to the command line when
15138         config.guess is used
15139
15140 Sun Mar 21 12:11:58 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
15141
15142         * configure: Must use both --host and --target in recursive calls.
15143
15144 Thu Mar 18 12:31:35 1993  Ian Lance Taylor  (ian@cygnus.com)
15145
15146         * Makefile.in: Change deja-gnu to dejagnu.
15147
15148 Mon Mar 15 15:44:35 1993  Ian Lance Taylor  (ian@cygnus.com)
15149
15150         * configure.in (h8300-*-*, h8500-*-*): Don't build libg++.
15151
15152 Fri Mar 12 18:30:14 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15153
15154         * configure.in: canonicalize all instances to *-*-solaris2*,
15155         also strip out a number of tools to not build for go32 host
15156
15157 Wed Mar 10 12:08:27 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
15158
15159         * config.guess: add GPL.
15160
15161         * Makefile.in, config.guess, config.sub, configure: bump
15162           copyrights to 93.
15163
15164 Wed Mar 10 07:12:48 1993  Ian Lance Taylor  (ian@cygnus.com)
15165
15166         * Makefile.in (do-info): Removed obsolete check for existence of
15167         localenv file.
15168
15169         * Makefile.in (MAKEOVERRIDES): Define to be empty.
15170
15171 Wed Mar 10 03:11:56 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15172
15173         * Makefile.in: a couple of 'else true' for decstation,
15174         support for TclX
15175
15176         * configure.in: configure tclX too; don't remove Tk on RS/6000 anymore
15177
15178 Tue Mar  9 16:06:12 1993  K. Richard Pixley  (rich@cygnus.com)
15179
15180         * Makefile.in (setup-dirs): change invocation of make to $(MAKE).
15181
15182 Mon Mar  8 14:52:11 1993  Ken Raeburn  (raeburn@cambridge)
15183
15184         * config.guess: Recognize i386-ibm-aix (PS/2).
15185         * configure.in: Use config/mh-aix386 file for it.
15186
15187 Mon Mar  8 11:12:43 1993  Ian Lance Taylor  (ian@cygnus.com)
15188
15189         * Makefile.in (GCC_FOR_TARGET): Eliminated definition; use
15190         CC_FOR_TARGET instead.
15191         (BASE_FLAGS_TO_PASS): Pass GCC_FOR_TARGET=$(CC_FOR_TARGET).
15192
15193 Wed Mar  3 16:00:28 1993  Steve Chamberlain  (sac@ok.cygnus.com)
15194
15195         * Makefile.in: Add sim to list of directories sent with gdb
15196
15197 Wed Mar  3 11:42:39 1993  Ken Raeburn  (raeburn@cygnus.com)
15198
15199         * configure.in: Put back mips-dec-bsd* case.
15200
15201 Tue Mar  2 21:15:58 1993  Fred Fish  (fnf@cygnus.com)
15202
15203         (Ultrix 2.2 support from Michael Rendell <michael@mercury.cs.mun.ca>)
15204         * configure.in (vax-*-ultrix2*):  Add Ultrix 2.2 triplet.
15205         * config.guess:  Change 'VAX*:ULTRIX:*:*' to 'VAX*:ULTRIX*:*:*'.
15206
15207 Tue Mar  2 18:11:03 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15208
15209         * configure.in: remove no-op mips-dec-bsd* in "case $target"
15210
15211         * Makefile.in (dir.info): only run gen-info-dir if it exists,
15212         (install-info): install dir.info only if it exists,
15213         (all-expect, install-expect): pass along X11_FLAGS_TO_PASS
15214
15215 Tue Mar  2 09:01:30 1993  Ken Raeburn  (raeburn@cygnus.com)
15216
15217         * configure.in: For vms target, skip bfd, ld, binutils.  Do build
15218         gas for mips-dec-bsd.
15219
15220 Tue Mar  2 08:35:24 1993  Ian Lance Taylor  (ian@cygnus.com)
15221
15222         * configure (makesrcdir): If ${srcdir} is relative and not ".",
15223         and ${subdir} is not ".", set makesrcdir based on ${invsubdir}.
15224
15225 Tue Feb 23 14:18:28 1993  Mike Werner  (mtw@poseidon.cygnus.com)
15226
15227         * configure.in: Added "dejagnu" to hosttools list.
15228
15229 Mon Feb 22 23:28:38 1993  Per Bothner  (bothner@rtl.cygnus.com)
15230
15231         * config.sub, configure.in, config.guess:  Add support
15232         for Bosx, an AIX variant from Bull.
15233         Patches from F.Pierresteguy@frcl.bull.fr.
15234
15235 Sun Feb 21 11:15:22 1993  Mike Werner  (mtw@poseidon.cygnus.com)
15236
15237         * devo/dejagnu: Initial creation of devo/dejagnu.
15238         Migrated dejagnu testcases and support files for testing software
15239         tools to reside as subdirectories, currently called "testsuite",
15240         within the directory of the software tool.  Migrated all programs,
15241         support libraries, etc. beloging to dejagnu proper from
15242         devo/deja-gnu to devo/dejagnu.  These files were moved "as is"
15243         with no modifications.  The changes to these files which will
15244         allow them to configure, build, and execute properly will be made
15245         in a future update.
15246
15247 Fri Feb 19 20:19:39 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
15248
15249         * Makefile.in: Change send_pr to send-pr.
15250         * configure.in: Likewise.
15251         * send_pr: Renamed directory to send-pr.
15252
15253 Fri Feb 19 19:00:13 1993  Per Bothner  (bothner@cygnus.com)
15254
15255         * Makefile.in:  Add some extra semi-colons (needed if SHELL=bash).
15256
15257 Fri Feb 19 00:59:33 1993  John Gilmore  (gnu@cygnus.com)
15258
15259         * README:  Update for gdb-4.8 release.
15260         * Makefile.in (gdb.tar.Z):  Add texinfo/tex3patch.  Build
15261         gdb-xxx.tar.z (gzip'd) file also.
15262
15263 Thu Feb 18 09:16:17 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15264
15265         * Makefile.in: make all-diff depend on all-libiberty
15266
15267 Tue Feb 16 16:06:31 1993  K. Richard Pixley  (rich@cygnus.com)
15268
15269         * config.guess: add vax-ultrix in the spirit of mips-ultrix.
15270
15271 Tue Feb 16 05:57:15 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15272
15273         * configure.in, Makefile.in: add hello, tar, gzip, recode, indent
15274
15275 Tue Feb 16 00:58:20 1993  John Gilmore  (gnu@cygnus.com)
15276
15277         * Makefile.in (DEVO_SUPPORT):  Remove etc directory
15278         (ETC_SUPPORT):  Only add the files GDB wants from etc/.
15279         (gdb.tar.Z):  Use ETC_SUPPORT.  Use byacc when building the file.
15280
15281 Thu Feb 11 20:14:28 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15282
15283         * Makefile.in:  makeinfo binary is in a new location
15284
15285 Tue Feb  9 12:42:27 1993  Ian Lance Taylor  (ian@cygnus.com)
15286
15287         * config.sub: Accept -ecoff as an OS.
15288
15289         * Makefile.in: Various changes to eliminate a level of make
15290         recursion and reduce the required command line length.
15291         (BASE_FLAGS_TO_PASS): New variable holding flags passed to all
15292         sub-makes.
15293         (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): New
15294         variables holding settings for specific sub-makes.
15295         (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS, GCC_FLAGS_TO_PASS): Rewrote
15296         in terms of BASE_FLAGS_TO_PASS.
15297         (TARGET_LIBS): New variable listing directories which use
15298         TARGET_FLAGS_TO_PASS.
15299         (subdir_do): Eliminated.
15300         (do-*): New set of targets to replace subdir_do.
15301         (various): All targets which used subdir_do now depend on do-*.
15302         (local-clean): Renamed from do_clean.
15303         (local-distclean): New target, dependency of distclean and
15304         realclean.
15305         (install-info): Don't create directories.  Depend on dir.info
15306         rather than calling make recursively.
15307         (install-dir.info): Eliminated.
15308         (install-info-dirs): Create all info directories here.
15309         (dir.info): Depend upon do-install-info.
15310
15311         * test-build.mk (HOLES): Added false.
15312
15313 Sat Feb  6 14:05:09 1993  Per Bothner  (bothner@rtl.cygnus.com)
15314
15315         * config.guess:  Recognize BSDI and BSDJ (Jolitz 386bsd).
15316
15317 Thu Feb  4 20:49:18 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15318
15319         * Makefile.in (info): remove dependency on all-texinfo.  The
15320         problem was really in texinfo/C, not at this level.
15321
15322 Thu Feb  4 13:38:41 1993  Ian Lance Taylor  (ian@cygnus.com)
15323
15324         * Makefile.in (info): Added dependency on all-texinfo (PR 2112).
15325
15326 Thu Feb  4 01:50:53 1993  John Gilmore  (gnu@cygnus.com)
15327
15328         * Makefile.in (make-gdb.tar.Z):  Change BISON to 'bison -y' for
15329         GDB releases.
15330
15331 Wed Feb  3 17:22:16 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
15332
15333         * configure: Include srcdir in message about target of link not
15334         being found.  Don't convert `-' to `_' in `with' options being
15335         passed to subdirs.
15336
15337 Tue Feb  2 18:57:59 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15338
15339         * configure.in: add uudecode to host_tools
15340
15341         * Makefile.in: added {all,install}-uudecode targets, added them to
15342         the appropriate lists
15343
15344 Tue Feb  2 11:45:53 1993  Ian Lance Taylor  (ian@cygnus.com)
15345
15346         * Makefile.in (all-gcc): Added dependency on all-gas.
15347
15348         * configure.in (mips-*-*): Build ld and binutils.
15349
15350 Mon Feb  1 12:35:41 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
15351
15352         * configure: check return code from mkdir, print error message and
15353           exit on failure.
15354
15355 Sat Jan 30 16:40:28 1993  John Gilmore  (gnu@cygnus.com)
15356
15357         * Makefile.in (make-gdb.tar.Z):  New location for texinfo.tex.
15358
15359 Thu Jan 28 15:09:59 1993  Ian Lance Taylor  (ian@cygnus.com)
15360
15361         * test-build.mk (HOLES): Added tar, cpio and uudecode.
15362
15363 Wed Jan 27 16:50:32 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
15364
15365         * config.sub (h8500):  Recognize this as a cpu type.
15366
15367 Sat Jan 23 20:32:01 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15368
15369         * configure: source directory missing is no longer a warning
15370
15371         * configure.in: recognize irix[34]* instead of irix[34]
15372
15373         * Makefile.in: define and pass down X11_LIB
15374
15375 Sat Jan 23 13:49:40 1993  Per Bothner  (bothner@cygnus.com)
15376
15377         * guess-systype: Renamed to ...
15378         * config.guess:  ... by popular request.
15379         * configure.in, Makefile.in:  Update accordingly.
15380
15381 Thu Jan 21 12:20:55 1993  Per Bothner  (bothner@cygnus.com)
15382
15383         * guess-systype:  Patches from John Eaton <jwe@che.utexas.edu>:
15384         + Add Convex, Cray/Unicos, and Encore/Multimax support.
15385         + Execute ./dummy instead of assuming . is in PATH.
15386
15387 Tue Jan 19 17:18:06 1993  Per Bothner  (bothner@cygnus.com)
15388
15389         * guess-systype:  New shell script.  Attempts to guess the
15390         canonical host name of the executing host.
15391         Only a few hosts are supported so far.
15392         * configure:  Call guess-systype if no host is specified.
15393
15394 Tue Jan 19 08:26:07 1993  Ian Lance Taylor  (ian@cygnus.com)
15395
15396         * Makefile.in (gcc-no-fixedincludes): Made to work with current
15397         gcc Makefile.
15398
15399
15400 Fri Jan 15 10:27:02 1993  Ian Lance Taylor  (ian@cygnus.com)
15401
15402         * Makefile.in (GCC_FLAGS_TO_PASS): New variable.
15403         (all-gcc, install-gcc, subdir_do): Use it.
15404
15405 Wed Jan 13 17:06:45 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
15406
15407         * Makefile.in: Rename uninstalled gcc driver from gcc to xgcc.
15408
15409 Wed Jan  6 20:29:16 1993  Mike Werner  (mtw@rtl.cygnus.com)
15410
15411         * Makefile.in: Removed explicit setting of SUBDIRS. SUBDIRS is now
15412           set exclusively by configure, using configure.in .
15413
15414 Wed Jan  6 13:44:11 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15415
15416         * test-build.mk: set $PATH for all builds
15417
15418         * Makefile.in: pass TARGET_FLAGS_TO_PASS for xiberty and libm
15419
15420 Wed Jan  6 11:02:10 1993  Fred Fish  (fnf@cygnus.com)
15421
15422         * Makefile.in (GCC_FOR_TARGET):  Supply a default that matches
15423         the one used in gcc/Makefile.in, so that a null expansion doesn't
15424         override the one needed to build gcc with a native cc.
15425
15426
15427 Tue Jan  5 07:55:12 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
15428
15429         * configure: Accept -with arguments.
15430
15431 Sun Jan  3 15:15:09 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
15432
15433         * Makefile.in: added h8300sim
15434
15435 Tue Dec 29 15:06:00 1992  Ian Lance Taylor  (ian@cygnus.com)
15436
15437         * build-all.mk: If canonhost is i386-unknown-sco3.2v4, change it
15438         to i386-sco3.2v4.  Set TARGETS and CFLAGS for i386-sco3.2v4.
15439         (all-cygnus, native, build-cygnus): Make
15440         $(canonhost)-stamp-3stage-done, not $(host)....
15441         * test-build.mk (stamp-3stage-compared): Use tail +10c for
15442         i386-sco3.2v4.  Added else true to if command.
15443
15444 Mon Dec 28 12:08:56 1992  Ken Raeburn  (raeburn@cygnus.com)
15445
15446         * config.sub: (from FSF) Sequent uses a BSD-like OS.
15447
15448 Mon Dec 28 08:32:06 1992  Minh Tran-Le  (mtranle@paris.intellicorp.com)
15449
15450         * configure.in (i[34]86-*-isc*): added; uses mh-sysv.
15451
15452 Thu Dec 24 17:26:24 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15453
15454         * configure.in: don't remove binutils from Solaris builds
15455
15456 Thu Dec 24 14:08:38 1992 david d`zoo' zuhn  (zoo@cygnus.com)
15457
15458         * Makefile.in: get rid of earlier definitions for *clean,
15459         also handle the recursive info rule better
15460
15461 Thu Dec 24 12:40:21 1992  Per Bothner  (bothner@rtl.cygnus.com)
15462
15463         * Makefile.in (mostlyclean, distclean, realclean):  Fix to
15464         do more-or-less the right thing.
15465
15466 Wed Dec 16 10:25:31 1992  Ian Lance Taylor  (ian@cygnus.com)
15467
15468         * Makefile.in: Add lines defining CC and CXX, and use CXX rather
15469         than gcc in definitions of CXX_FOR_BUILD and CXX_FOR_TARGET.
15470
15471 Tue Dec 15 00:34:32 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15472
15473         * Makefile.in: change all $(host_cpu)-$(host_vendor)-$(host_os) to
15474         $(host_canonical).
15475
15476         * configure.in: split the configdirs list into 4 categories (native
15477         v. cross, library v. tool) and handle the cross-only and native-
15478         only in more reasonable (and correct!) way.
15479
15480 Mon Dec 14 17:04:22 1992  Stu Grossman  (grossman at cygnus.com)
15481
15482         * configure.in (hppa*-*-*):  Don't remove bfd and gdb from
15483         configdirs anymore.
15484
15485 Sun Dec 13 00:37:26 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15486
15487         * Makefile.in: extensive cleanup::  removed all of the explicit
15488         clean-* targets, collapsed many wrappers around subdir_do into
15489         one, added additional targets to satisfy standards.texi, deleted
15490         some old targets, some changes for consistency
15491
15492 Fri Dec 11 20:18:02 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15493
15494         * configure.in: handle some programs as cross-only, and others as
15495         native only
15496
15497         * test-build.mk: handle partial holes in a more generic manner
15498
15499         * Makefile.in: m4 depends on libiberty
15500
15501 Thu Dec  3 21:52:11 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15502
15503         * configure.in: add m4, textutils, fileutils, sed, shellutils,
15504         time, wdiff, and find to configdirs
15505
15506         * Makefile.in: all, clean, and install rules for the new programs
15507         added to configure.in
15508
15509 Mon Nov 30 14:54:34 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15510
15511         * configure.in: use mh-sun for all *-sun-* hosts
15512
15513 Fri Nov 27 18:35:54 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15514
15515         * Makefile.in: define flags for X11 include files and library file
15516         locations, pass them down to the programs that need this info
15517
15518         * build-all.mk: added a 'native' target, to 3stage the native toolchain
15519
15520 Sun Nov 22 18:59:13 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15521
15522         * configure.in: start building libg++ for HP-UX targets
15523
15524 Wed Nov 18 19:33:11 1992  John Gilmore  (gnu@cygnus.com)
15525
15526         * README:  Update references to files moved into etc/.
15527
15528 Sun Nov 15 09:36:08 1992  Fred Fish  (fnf@cygnus.com)
15529
15530         * config.sub (i386sol2, i486sol2):  i[34]86-unknown-solaris2.
15531         * configure.in (i[34]86-*-solaris2*):  Use config/mh-sysv4.
15532
15533 Thu Nov 12 08:50:42 1992  Ian Lance Taylor  (ian@cygnus.com)
15534
15535         * configure: accept dash as well as underscore in long option
15536         names for FSF compatibility.
15537
15538 Wed Nov 11 08:04:37 1992  Ian Lance Taylor  (ian@cygnus.com)
15539
15540         * config.sub: added -sco3.2v4 support from FSF.
15541
15542 Sun Nov  8 21:14:30 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15543
15544         * configure.in: expand the section that adds or removes
15545         directories from the list of programs to build, to handle native
15546         vs. cross in addition to host v. native
15547
15548 Sat Nov  7 18:52:27 1992  Per Bothner  (bothner@rtl.cygnus.com)
15549
15550         * Makefile.in:  Replace C++ in macro names with CXX.
15551         This is less likely to break ...
15552
15553 Sat Nov  7 15:16:58 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15554
15555         * test-build.mk: add -w to GNU_MAKE
15556
15557 Fri Nov  6 23:10:37 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15558
15559         * config.sub: remove 'sparc'-->'sparc-sun' default transformation,
15560         add 'sparc' to list of recognized cpus.  This needed to make
15561         'sparc-aout' expand to 'sparc-unknown-aout' instead of 'sparc-sun-aout'.
15562         Delete some redundant ose68 variants.  Recognize -wrs as an os,
15563         then changes that into $CPU-wrs-vxworks.
15564
15565         * configure.in: remove most references to gdbtest, regularize
15566         target based program removal
15567
15568         * test-build.mk: import from p3 tree (many fixes and changes)
15569
15570 Fri Nov  6 20:59:00 1992  david d `zoo' zuhn  (zoo@cygnus.com)
15571
15572         * Makefile.in: added rules to handle tcl, tk, and expect
15573
15574         * configure.in: handle those directories if they exist
15575
15576 Thu Nov  5 14:35:41 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15577
15578         * config.sub: removed bogus hppabsd and hppahpux names, since
15579         "hppa" is not a valid cpu (hppa1.1 or hppa1.0 are, though)
15580
15581 Thu Oct 29 00:12:41 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15582
15583         * Makefile.in: all-gcc now depends on all-binutils.  all-libg++
15584         depends upon all-xiberty
15585
15586         * Makefile.in: changes from p3, including:
15587
15588         Thu Oct  8 15:00:17 1992  Ian Lance Taylor  (ian@cygnus.com)
15589
15590         * Makefile.in (XTRAFLAGS): include newlib directories if
15591         newlib/Makefile exists, rather than if host != target.
15592
15593         Fri Sep 25 13:41:52 1992  Ian Lance Taylor  (ian@cygnus.com)
15594
15595         * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
15596         from the same source tree and not building a cross-compiler.  This
15597         matters for the libg++ configuration if reconfiguring a tree that
15598         has already been installed.
15599
15600         Thu Sep 10 10:35:51 1992  Ian Lance Taylor  (ian@cygnus.com)
15601
15602         * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
15603         pick up the machine and system specific header files.
15604
15605         * Makefile.in: added AS_FOR_TARGET, passed down in
15606         TARGET_FLAGS_TO_PASS.  Added CC_FOR_BUILD, which is intended to be
15607         the C compiler to use to create programs which are run in the
15608         build environment, set it to default to $(CC), and passed it down
15609         in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
15610
15611         Mon Sep  7 22:34:42 1992  Ian Lance Taylor  (ian@cirdan.cygnus.com)
15612
15613         * Makefile.in: add $(host) = $(target) tests back to *_FOR_TARGET.
15614         We need them for unusual native builds, like systems without
15615         ranlib.
15616
15617         * configure: also define $(host_canonical) and
15618         $(target_canonical), which are the full, canonical names for the
15619         given host and target
15620
15621 Sun Nov  1 16:38:17 1992  Per Bothner  (bothner@cygnus.com)
15622
15623         * Makefile.in:  Added separate definitions for C++.
15624
15625 Fri Oct 30 11:37:52 1992  Fred Fish  (fnf@cygnus.com)
15626
15627         * configure.in (configdirs):  Add deja-gnu.
15628
15629 Fri Oct 23 00:39:18 1992  John Gilmore  (gnu@cygnus.com)
15630
15631         * README:  Update for configure.texi and gdb-4.7 release.
15632
15633 Wed Oct 21 21:54:27 1992  John Gilmore  (gnu@cygnus.com)
15634
15635         * Makefile.in:  Move "all" target to top of file.
15636         Previously, first target was ".PHONY" which caused BSD4.4 make
15637         to build .PHONY when make was run without arguments.
15638
15639 Mon Oct 19 01:17:54 1992  John Gilmore  (gnu@cygnus.com)
15640
15641         * Makefile.in:  Add COPYING.LIB to GDB releases, now that there's
15642         Library-copylefted code in libiberty.
15643
15644 Tue Oct 13 01:22:32 1992  John Gilmore  (gnu@cygnus.com)
15645
15646         * config.sub:  Replace m68kmote with plain old m68k.
15647
15648 Fri Oct  9 03:14:24 1992  John Gilmore  (gnu@cygnus.com)
15649
15650         * Makefile.in:  Remove space from blank line, avoid Make complaints.
15651
15652 Thu Oct  8 18:41:45 1992  Ken Raeburn  (raeburn@cygnus.com)
15653
15654         * config.sub: Complain if no argument is given.  Added support for
15655         386bsd as OS and target alias.
15656
15657 Thu Oct  8 15:07:22 1992  Ian Lance Taylor  (ian@cygnus.com)
15658
15659         * Makefile.in (XTRAFLAGS): include newlib directories if
15660         newlib/Makefile exists, rather than if host != target.
15661
15662 Mon Oct  5 03:00:09 1992  Mark Eichin  (eichin at tweedledumber.cygnus.com)
15663
15664         * config.sub: recognize sparclite-wrs-vxworks.
15665
15666         * Makefile.in (install-xiberty): added *-xiberty make rules (from
15667         p3.) Added clean-xiberty to clean.
15668
15669 Thu Oct  1 17:59:19 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15670
15671         * configure.in: use *-*-* instead of nested cases for host and target
15672
15673 Tue Sep 29 14:11:18 1992  Ian Lance Taylor  (ian@cygnus.com)
15674
15675         * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
15676         from the same source tree and not building a cross-compiler.  This
15677         matters for the libg++ configuration if reconfiguring a tree that
15678         has already been installed.
15679
15680 Sep 20 08:53:10 1992  Fred Fish  (fnf@cygnus.com)
15681
15682         * config.sub (i486v/i486v4):  Merge in from FSF version.
15683
15684 Fri Sep 18 00:32:00 1992  Mark Eichin  (eichin@cygnus.com)
15685
15686         * configure: only set PWD if it is already set.
15687
15688 Thu Sep 17 23:05:53 1992  Mark Eichin  (eichin@cygnus.com)
15689
15690         * configure: just set PWD=`pwd` at the top, since Ultrix sh
15691         doesn't have unset and all success paths (and most error paths)
15692         out set it anyway. (Note: should change all uses of ${PWD=`pwd`}
15693         to just ${PWD} to avoid confusion.)
15694
15695 Tue Sep 15 16:00:54 1992  Ian Lance Taylor  (ian@cygnus.com)
15696
15697         * configure: always set $(tooldir) to $(libdir)/$(target_alias),
15698         even for a native compilation.
15699
15700 Tue Sep 15 02:22:56 1992  John Gilmore  (gnu@cygnus.com)
15701
15702         Changes to make the gdb.tar.Z rule work better.
15703
15704         * Makefile.in (GDB_SUPPORT_DIRS):  Add opcodes.
15705         (DEVO_SUPPORT):  Add configure.texi.
15706         (bfd-ilrt.tar.Z):  Remove ancient rule.
15707
15708 Thu Sep 10 10:43:19 1992  Ian Lance Taylor  (ian@cygnus.com)
15709
15710         * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
15711         pick up the machine and system specific header files.
15712
15713         * configure.in, config.sub: added new target m68010-adobe-scout,
15714         with alias of adobe68k.  Changed configure.in to check for
15715         -scout before -sco* to avoid a false match.
15716
15717         * Makefile.in: added AS_FOR_TARGET, passed down in
15718         TARGET_FLAGS_TO_PASS.  Added CC_FOR_BUILD, which is intended to be
15719         the C compiler to use to create programs which are run in the
15720         build environment, set it to default to $(CC), and passed it down
15721         in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
15722
15723 Wed Sep  9 12:21:42 1992  Ian Lance Taylor  (ian@cygnus.com)
15724
15725         * Makefile.in: added TARGET_FLAGS_TO_PASS, CC_FOR_TARGET,
15726         AR_FOR_TARGET, RANLIB_FOR_TARGET, NM_FOR_TARGET.  Pass
15727         TARGET_FLAGS_TO_PASS, which defines CC, AR, RANLIB and NM as the
15728         FOR_TARGET variants, to newlib and libg++.
15729
15730 Tue Sep  8 17:28:30 1992  Ken Raeburn  (raeburn@cambridge.cygnus.com)
15731
15732         * Makefile.in (all-gas, all-gdb): Require all-opcodes to be built
15733         first.
15734
15735 Wed Sep  2 02:50:05 1992  John Gilmore  (gnu@cygnus.com)
15736
15737         * config.sub:  Accept `elf' as an environment.
15738
15739 Tue Sep  1 15:48:30 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
15740
15741         * Makefile.in (all-opcodes):  cd into the right directory
15742
15743 Sun Aug 30 21:12:11 1992  Ian Lance Taylor  (ian@cygnus.com)
15744
15745         * configure: added -program_transform_name option, used as
15746         argument to sed when installing programs.
15747         configure.texi: added documentation for -program_prefix,
15748         -program_suffix and -program_transform_name.
15749
15750 Thu Aug 27 21:59:44 1992  John Gilmore  (gnu@cygnus.com)
15751
15752         * config.sub:  Accept i486 where i386 ok.
15753
15754 Thu Aug 27 13:04:42 1992  Brendan Kehoe  (brendan@rtl.cygnus.com)
15755
15756         * config.sub: accept we32k
15757
15758 Mon Aug 24 14:05:14 1992  Ian Lance Taylor  (ian@cygnus.com)
15759
15760         * config.sub, configure.in: accept OSE68000 and OSE68k.
15761
15762         * Makefile.in: don't create all directories for ``make install'';
15763         let the subdirectories create the ones they need.
15764
15765 Tue Aug 11 23:13:17 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15766
15767         * COPYING: new file, GPL v2
15768
15769 Tue Aug  4 01:12:43 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15770
15771         * Makefile.in: use the new gen-info-dir, which needs a template
15772         argument (which also lives in texinfo)
15773
15774         * configure.texi, standards.texi: fix INFO-DIR-ENTRY
15775
15776 Mon Aug  3 00:34:17 1992  Fred Fish  (fnf@cygnus.com)
15777
15778         * config.sub (ncr3000):  Change i386 to i486.
15779
15780 Thu Jul 23 00:12:17 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15781
15782         * Makefile.in: add install-rcs, install-grep to
15783         install-no-fixedincludes, removed install-bison and install-libgcc
15784
15785 Tue Jul 21 01:01:50 1992  david d `zoo' zuhn (zoo@cygnus.com)
15786
15787         * configure.in: grab the HPUX makefile fragment if on HPUX
15788
15789 Mon Jul 20 11:02:09 1992  D. V. Henkel-Wallace  (gumby@cygnus.com)
15790
15791         * Makefile.in: eradicate bison spoor (ditto libgcc).
15792          configure.in: recognise m68{k,000}-ericsson-OSE.
15793          es1800 is alias for m68k-ericsson-OSE
15794
15795 Sun Jul 19 17:49:02 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15796
15797         * configure.in: rearrange the parts that remove programs from
15798         configdirs, based now on HOST==TARGET or by canonical triple.
15799
15800 Fri Jul 17 22:52:49 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
15801
15802         * test-build.mk: recurse explicitly with -f test-build.mk when
15803           appropriate.  predicate stage3 and comparison on the existence
15804           of gcc.  That is, if gcc isn't around, we aren't three-staging.
15805           On very clean, also remove ...stamp-co.  Build in-place before
15806           doing other builds.
15807
15808 Thu Jul 16 18:33:09 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
15809
15810         * Makefile.in, configure.in: add tgas
15811
15812 Thu Jul 16 16:05:28 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
15813
15814         * Makefile.in: a number of changes merged in from progressive.
15815
15816         * configure.in: add libm.
15817
15818         * .cvsignore: ignore some stuff that comes from test-build.mk.
15819
15820 Tue Jul  7 00:24:52 1992  Fred Fish  (fnf@cygnus.com)
15821
15822         * config.sub:  Add es1800 (m68k-ericsson-es1800).
15823
15824 Tue Jun 30 20:24:41 1992  D. V. Henkel-Wallace  (gumby@cygnus.com)
15825
15826         * configure: Add program_suffix (parallel to program_prefix)
15827         * Makefile.in: adjust directory-creating script for losing decstation
15828
15829 Mon Jun 22 23:43:48 1992  Per Bothner  (bothner@cygnus.com)
15830
15831         * configure:  Minor $subdir-related fixes.
15832
15833 Mon Jun 22 18:30:26 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
15834
15835         * configure: fix various problems with propogating
15836         makefile_target_frag in subdirs.
15837         * configure.in: config libgcc if its there
15838
15839 Fri Jun 19 15:19:40 1992  Stu Grossman  (grossman at cygnus.com)
15840
15841         * config.sub:  HPPA merge.
15842
15843 Sun Jun 14 10:29:19 1992  John Gilmore  (gnu at cygnus.com)
15844
15845         * Makefile.in:  Replace all-bison with all-byacc in all
15846         dependency lines for other tools (which now use byacc).
15847
15848 Fri Jun 12 22:21:57 1992  John Gilmore  (gnu at cygnus.com)
15849
15850         * config.sub:  Add sun4sol2 => sparc-sun-solaris2.
15851
15852 Thu Jun  4 12:07:32 1992  Mark Eichin  (eichin@cygnus.com)
15853
15854         * Makefile.in: make gprof rules similar to byacc rules (instead of
15855         vestigal $(unsubdir) that didn't work...)
15856
15857 Thu Jun  4 00:37:05 1992  Per Bothner  (bothner@rtl.cygnus.com)
15858
15859         * config.sub:  Add support for Linux.
15860         * Makefile.in:  Use $(FLAGS_TO_PASS) more consistently
15861         (at least for libg++).
15862
15863 Tue Jun 02 20:03:00 1992  david d `zoo' zuhn (zoo@cygnus.com)
15864
15865         * configure.texi: fix doc for the -nfp option to configure
15866
15867 Tue Jun  2 17:20:52 1992  Michael Tiemann  (tiemann@cygnus.com)
15868
15869         * Makefile.in (all-binutils): ar needs flex, so depend on all-flex.
15870
15871 Sun May 31 15:04:08 1992  Mark Eichin  (eichin at cygnus.com)
15872
15873         * config.sub: changed [^-]+ to [^-][^-]* so that it works under
15874         Sun sed. (BSD 4.3 sed doesn't handle [^-]+ either.)
15875         * configure.in: added solaris* host_makefile_frag hook.
15876
15877 Sun May 31 01:10:34 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15878
15879         * config.sub: changed recognition of m68000 so that various
15880         m68k types can be specified via m680[01234]0
15881
15882 Sat May 30 21:01:06 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15883
15884         * config.sub (basic_machine): fix sed so that '-foo' isn't
15885         completely substituted out while .+'-foo' loses the '-foo'
15886
15887 Wed May 27 23:18:52 1992  Michael Tiemann  (tiemann@rtl.cygnus.com)
15888
15889         * config.sub ($os): Add -aout.
15890
15891 Fri May 22 14:00:02 1992  Per Bothner  (bothner@cygnus.com)
15892
15893         * configure:  If host_makefile_frag is absolute, don't
15894         prefix ${invsubdir} (relevant to libg++ auto-configure).
15895
15896 Thu May 21 18:00:09 1992  Michael Tiemann  (tiemann@rtl.cygnus.com)
15897
15898         * Makefile.in (tooldir): Define it.
15899         (all-ld): Depend on all-flex.
15900
15901 Sun May 10 21:45:59 1992  Per Bothner  (bothner@rtl.cygnus.com)
15902
15903         * Makefile.in (check):  Fix libg++ special case.
15904
15905 Fri May  8 08:31:41 1992  K. Richard Pixley  (rich@cygnus.com)
15906
15907         * configure: do not bury `pwd` into config.status, thus do fewer
15908           pwd's.
15909
15910         * configure: print the "Building in" message only when building in
15911           other than "." AND verbose.
15912
15913         * configure: remove -s, rework -v to better accommodate guested
15914           configures.
15915
15916         * standards.texi: updated to 3 may, fixed librid <-> libdir typo.
15917
15918 Fri May  1 18:00:50 1992  K. Richard Pixley  (rich@cygnus.com)
15919
15920         * Makefile.in: macroize flags passed on recursion.  remove
15921           fileutils.
15922
15923 Thu Apr 30 08:56:20 1992  K. Richard Pixley  (rich@cygnus.com)
15924
15925         * configure: get makesrcdir right for subdirs deeper than 1.
15926
15927         * Makefile.in: pass INSTALL, INSTALL_DATA, INSTALL_PROGRAM on
15928           install.
15929
15930 Fri Apr 24 15:51:51 1992  K. Richard Pixley  (rich@cygnus.com)
15931
15932         * Makefile.in: don't print subdir_do or recursion lines.
15933
15934 Fri Apr 24 15:22:04 1992  K. Richard Pixley  (rich@cygnus.com)
15935
15936         * standards.texi: added menu item.
15937
15938         * Makefile.in: build and install standards.info.
15939
15940         * standards.texi: new file.
15941
15942 Wed Apr 22 18:06:55 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
15943
15944         * configure: test for and move config.status pieces from
15945           ${subdir}/.
15946
15947 Wed Apr 22 14:38:34 1992  Fred Fish  (fnf@cygnus.com)
15948
15949         * configure:  Test for existance of files before trying to mv
15950         them, to avoid numerous non-existance messages.
15951
15952 Tue Apr 21 12:31:33 1992  K. Richard Pixley  (rich@cygnus.com)
15953
15954         * configure: correct final line of config.status.
15955
15956         * configure: patch from eggert.  Avoids a protection problem if
15957           the original Makefile.in is read only.
15958
15959         * configure: use move-if-change from gcc to create config.status.
15960           Some makefiles depend on config.status to tell if a directory
15961           has been reconfigured for a different host.  This change
15962           prevents those directories from remaking everything in the case
15963           where the reconfig was only intended to rebuild a Makefile.
15964
15965         * configure: test for config.sub with "config.sub sun4" rather
15966           than "config.sub ${host_alias}".  Otherwise we can't tell a bad
15967           host alias from a missing config.sub.
15968
15969 Mon Apr 20 18:16:36 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
15970
15971         * Makefile.in: explicitly pass CFLAGS on recursion. no longer pass
15972           MINUS_G (this can be done with CFLAGS).  Default CFLAGS to -g.
15973
15974 Fri Apr 17 18:27:51 1992  Per Bothner  (bothner@cygnus.com)
15975
15976         * configure: mkdir ${subdir} as needed.
15977
15978 Wed Apr 15 17:37:22 1992  K. Richard Pixley  (rich@cygnus.com)
15979
15980         * Makefile.in,configure.in: added autoconf.
15981
15982 Wed Apr 15 17:27:34 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
15983
15984         * Makefile.in: no longer pass against on recursion.
15985
15986         * Makefile.in: added .NOEXPORT: so that stray makefile_frag
15987           definitions are not inherited.
15988
15989         * configure: correct makesrcdir when subdir is .
15990
15991 Tue Apr 14 11:56:09 1992  Per Bothner  (bothner@cygnus.com)
15992
15993         * configure:  Add support for 'subdirs' variable, which is
15994         like 'configdirs', except that configure doesn't re-invoke
15995         itself for subdirs, it just creates a Makefile for each subdir.
15996         * configure.texi:  Document subdirs.
15997
15998 Mon Apr 13 18:50:16 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15999
16000         * configure.in: added flex to configdirs
16001
16002 Mon Apr 13 18:43:55 1992  K. Richard Pixley  (rich@cygnus.com)
16003
16004         * Makefile.in: remove clean-stamps from clean.
16005
16006 Sat Apr 11 03:52:03 1992  John Gilmore  (gnu at cygnus.com)
16007
16008         * configure.in:  Add gdbtest to configdirs.
16009
16010 Fri Apr 10 23:11:49 1992  Fred Fish  (fnf@cygnus.com)
16011
16012         * Makefile.in (MINUS_G):  Add macro, default to -g, pass on
16013         to recursive makes.
16014         * configure.in:  Recognize new ncr3000 config.
16015
16016 Wed Apr  8 23:08:12 1992  K. Richard Pixley  (rich@cygnus.com)
16017
16018         * Makefile.in, configure.in: removed references to gdbm.
16019
16020 Tue Apr  7 16:48:20 1992  Per Bothner  (bothner@cygnus.com)
16021
16022         * config.sub:  Don't canonicalize os value
16023         newsos* to bsd (readline needs to check for newsos).
16024         (This fix was earlier made Jan 31, but got re-broken.)
16025
16026 Mon Apr  6 14:34:08 1992  Stu Grossman  (grossman at cygnus.com)
16027
16028         * configure.in:  sco is an os, not a vendor!
16029
16030         * configure:  Quote $( better.  Keep various shells happy.
16031
16032 Tue Mar 31 16:32:57 1992  K. Richard Pixley  (rich@cygnus.com)
16033
16034         * Makefile.in: eliminate stamp-files.
16035
16036 Mon Mar 30 22:20:23 1992  K. Richard Pixley  (rich@cygnus.com)
16037
16038         * Makefile.in: add send_pr.  remove "force" from .stmp-gprof rule.
16039           Supress echoing of all the "if [ -d ... $(MAKE)" lines.
16040
16041 Wed Mar 25 15:20:04 1992  Stu Grossman  (grossman@cygnus.com)
16042
16043         * config.sub:  fix iris/iris3.
16044
16045 Wed Mar 25 10:34:19 1992  K. Richard Pixley  (rich@cygnus.com)
16046
16047         * configure: re-add -rm.
16048
16049 Tue Mar 24 23:50:16 1992  K. Richard Pixley  (rich@cygnus.com)
16050
16051         * Maskefile.in: add .stmp-rcs to all.
16052
16053         * configure.in: remove gas from rs6000 build, use aix host fragment.
16054
16055 Mon Mar 23 19:43:35 1992  K. Richard Pixley  (rich@cygnus.com)
16056
16057         * configure: pass down site_option during recursion.
16058
16059 Thu Mar 19 16:49:36 1992  Stu Grossman  (grossman at cygnus.com)
16060
16061         * Makefile.in (all.cross):  Add .stmp-bfd .stmp-readline.
16062
16063 Wed Mar 18 15:29:33 1992  Mike Stump  (mrs@cygnus.com)
16064
16065         * configure: Change exec_prefix so that it really defaults to prefix.
16066
16067 Sat Mar 14 17:20:38 1992  Fred Fish  (fnf@cygnus.com)
16068
16069         * Makefile.in, configure.in:  Add support for mmalloc library.
16070
16071 Fri Mar 13 18:44:18 1992  K. Richard Pixley  (rich@cygnus.com)
16072
16073         * Makefile.in: add stmp dependencies for a few more things.
16074
16075 Thu Mar 12 04:56:24 1992  K. Richard Pixley  (rich@cygnus.com)
16076
16077         * configure: adjusted error message on objdir/srcdir configure
16078           collision, per john's suggestion.
16079
16080         * Makefile.in: add libiberty stmp to all and all.cross.
16081
16082 Wed Mar 11 02:07:52 1992  K. Richard Pixley  (rich@cygnus.com)
16083
16084         * Makefile.in: remove force dependencies, add grep to all.
16085
16086 Tue Mar 10 21:49:18 1992  K. Richard Pixley  (rich@mars.cygnus.com)
16087
16088         * Makefile.in: drop flex.  make stamp files work.
16089
16090         * configure: added test for conflicting configuration in srcdir,
16091           remove trailing slashes from srcdir.  Otherwise emacs gdb mode
16092           gets cranky.  use relative paths for configure and srcdir
16093           whenever possible.  Send some error messages to stderr that were
16094           going to stdout.
16095
16096 Tue Mar 10 18:01:55 1992  Per Bothner  (bothner@cygnus.com)
16097
16098         * Makefile.in:  Fix libg++ rule to check for gcc directory
16099         before using gcc/gcc.  Also pass XTRAFLAGS.
16100
16101 Thu Mar  5 21:45:07 1992  K. Richard Pixley  (rich@sendai)
16102
16103         * Makefile.in: added stmp-files so that directories aren't polled
16104           when they are already built.
16105
16106         * configure.texi: fixed a node pointer problem.
16107
16108 Thu Mar  5 12:05:58 1992  Stu Grossman  (grossman at cygnus.com)
16109
16110         * config.sub configure.in gdb/configure.in
16111         gdb/mips-tdep.c gdb/mipsread.c gdb/procfs.c gdb/signame.h
16112         gdb/tm-irix3.h gdb/tm-mips.h gdb/xm-irix4.h gdb/config/mt-irix3
16113         gdb/config/mh-irix4 texinfo/configure.in:  Port to SGI Irix-4.x.
16114
16115 Wed Mar  4 02:57:46 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
16116
16117         * configure: -recurring becomes -silent.  corrected help message
16118           for -site= option.
16119
16120         * Makefile.in: mkdir $(exec_prefix) and $(tooldir).
16121
16122 Tue Mar  3 14:51:21 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
16123
16124         * configure: when building Makefile for crosses, replace
16125           tooldir and program_prefix.  default srcdir from location of
16126           config.sub.  remove "for host in hosts" and "for target in
16127           targets" loops.
16128
16129 Wed Feb 26 19:48:25 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
16130
16131         * Makefile.in: Do not pass bindir or mandir to cvs.
16132
16133 Wed Feb 26 18:04:40 1992  K. Richard Pixley  (rich@cygnus.com)
16134
16135         * Makefile.in, configure.in: removed traces of namesubdir,
16136           -subdirs, $(subdir), $(unsubdir), some rcs triggers.  Forced
16137           copyrights to '92, changed some from Cygnus to FSF.
16138
16139         * configure.texi: remove most references to multiple hosts,
16140           multiple targets, subdirs, etc.
16141
16142         * configure.man: removed rcsid. reference config.sub not
16143           config.subr.
16144
16145         * Makefile.in: mkdir $(infodir) on install-info.
16146
16147 Wed Feb 19 15:41:13 1992  John Gilmore  (gnu at cygnus.com)
16148
16149         * configure.texi:  Explain better about .gdbinit and about
16150         the environment that configure.in sections run in.
16151
16152 Fri Feb  7 07:55:00 1992  John Gilmore  (gnu at cygnus.com)
16153
16154         * configure.in:  Ultrix is only a decstation if it's a MIPS.
16155
16156 Fri Jan 31 21:54:51 1992  John Gilmore  (gnu at cygnus.com)
16157
16158         * README:  DOC.configure => cfg-paper.texi.
16159
16160 Fri Jan 31 21:48:18 1992  Stu Grossman  (grossman at cygnus.com)
16161
16162         * config.sub (near case $os):  Don't convert newsos* to bsd!
16163
16164 Fri Jan 31 02:27:32 1992  John Gilmore  (gnu at cygnus.com)
16165
16166         * Makefile.in:  Reinstall change from gdb-4.3 that reduces
16167         the number of copies of COPYING that go into the GDB tar file.
16168
16169 Thu Jan 30 16:17:30 1992  Stu Grossman  (grossman at cygnus.com)
16170
16171         * bfd/configure.in, gdb/config/mh-i386sco,
16172         gdb/config/mt-i386v32, gdb/configure.in, readline/configure.in:
16173         Fix SCO configuration stuff.
16174
16175 Tue Jan 28 23:51:07 1992  Per Bothner  (bothner at cygnus.com)
16176
16177         * Makefile.in:  For libg++, make sure the -I pointing
16178         to the gcc directory goes *after* all the libg++-local -I flags.
16179         Also, move just-gcc dependency from just-libg++ to all-libg++.
16180
16181 Tue Jan 28 12:56:24 1992  Stu Grossman  (grossman at cygnus.com)
16182
16183         * configure:  Change -x to -f to keep Ultrix /bin/test happy.
16184
16185 Sat Jan 18 17:45:11 1992  Stu Grossman  (grossman at cygnus.com)
16186
16187         * Makefile.in (make-gdb.tar.Z):  Remove texinfo targets.
16188
16189 Sat Jan 18 17:03:21 1992  Fred Fish  (fnf at cygnus.com)
16190
16191         * config.sub:  Add stratus configuration frags.  Also
16192         submitted to FSF.
16193
16194 Sat Jan 18 15:35:29 1992  Stu Grossman  (grossman at cygnus.com)
16195
16196         * Makefile.in (DEV_SUPPORT):  add configure.man.
16197
16198         * config.sub(Decode manufacturer-specific):  add -none*.
16199
16200 Fri Jan 17 17:58:05 1992  Stu Grossman  (grossman at cygnus.com)
16201
16202         * Makefile.in:  remove form feeds to make Sun's make happy.
16203         (DEVO_SUPPORT):  DOC.configure => cfg-paper.texi.
16204
16205 Sat Jan  4 16:11:44 1992  John Gilmore  (gnu at cygnus.com)
16206
16207         * Makefile.in (AR_FLAGS):  Make quieter.
16208
16209 Thu Jan  2 22:57:12 1992  John Gilmore  (gnu at cygnus.com)
16210
16211         * configure.in:  Add libg++.
16212         * configure:  When verbose, don't output the command line at each
16213         level; it will be unremarkably the same as the previous version,
16214         which will be the same as what the user typed.
16215
16216 Fri Dec 27 16:26:47 1991  K. Richard Pixley  (rich at cygnus.com)
16217
16218         * configure.in, Makefile.in: fix clean-info, add flex.  add
16219           fileutils.
16220
16221         * configure: be less sensitive to spaces in Makefile.in.  Do not
16222           look for sources in "..".  Doing so breaks subdirectories that
16223           might have their own configure.  If a subdir has it's own
16224           configure script, use it.
16225
16226 Thu Dec 26 16:30:26 1991  K. Richard Pixley  (rich at cygnus.com)
16227
16228         * cfg-paper.texi: some changes suggested by rms.
16229
16230 Thu Dec 26 10:13:36 1991  Fred Fish  (fnf at cygnus.com)
16231
16232         * config.sub:  Merge in some small additions from the FSF version,
16233         taken from the gcc distribution, to bring the Cygnus and FSF
16234         versions into closer sync.
16235
16236 Fri Dec 20 11:34:18 1991  Fred Fish  (fnf at cygnus.com)
16237
16238         * configure.in:  Changed svr4 references to sysv4.
16239
16240 Thu Dec 19 15:54:29 1991  K. Richard Pixley  (rich at cygnus.com)
16241
16242         * configure: added -V for version number option.
16243
16244 Wed Dec 18 15:39:34 1991  K. Richard Pixley  (rich at cygnus.com)
16245
16246         * DOC.configure, cfg-paper.texi: revised, updated, and texinfo'd.
16247           renamed from DOC.configure to cfg-paper.texi.
16248
16249 Mon Dec 16 23:05:19 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
16250
16251         * configure, config.subr, config.sub: config.subr is now
16252           config.sub again.
16253
16254 Fri Dec 13 01:17:06 1991  K. Richard Pixley  (rich at cygnus.com)
16255
16256         * configure.texi: new file, in progress.
16257
16258         * Makefile.in: build info file and install the man page for
16259           configure.
16260
16261         * configure.man: new file, first cut.
16262
16263         * configure: find config.subr again now that configuration "none"
16264           has gone.  removed all traces of the -ansi option.  removed all
16265           traces of the -languages option.
16266
16267         * config.subr: resync from rms.
16268
16269 Wed Dec 11 22:25:20 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
16270
16271         * configure, config.sub, config.subr: merge config.sub into
16272           config.subr, call the result config.subr, remove config.sub, use
16273           config.subr.
16274
16275         * Makefile.in: revised install for dir.info.
16276
16277 Tue Dec 10 00:04:35 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
16278
16279         * configure.in: add decstation host makefile frag.
16280
16281         * Makefile.in: BISON now bison -y again.  also install-gcc on
16282           install.  clean-gdbm on clean.  infodir belongs in datadir.
16283           Make directories for info install.  Build dir.info here then
16284           install it.
16285
16286 Mon Dec  9 16:48:33 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
16287
16288         * Makefile.in: fix for bad directory tests.
16289
16290 Sat Dec  7 00:17:01 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
16291
16292         * configure: \{1,2\} appears to be a sysv'ism.  Use a different
16293           regexp.  -srcdir relative was being handled incorrectly.
16294
16295         * Makefile.in: unwrapped some for loops so that parallel makes
16296           work again and so one can focus one's attention on a particular
16297           package.
16298
16299 Fri Dec  6 00:22:08 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
16300
16301         * configure: added PWD as a stand in for `pwd` (for speed). use
16302           elif wherever possible.  make -srcdir work without -objdir.
16303           -objdir= commented out.
16304
16305 Thu Dec  5 22:46:52 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
16306
16307         * configure: +options become --options.  -subdirs commented out.
16308           added -host, -datadir.  Renamed -destdir to -prefix.  Comment in
16309           Makefile now at top of generated Makefile.  Removed cvs log
16310           entries.  added -srcdir.  create .gdbinit only if there is one
16311           in ${srcdir}.
16312
16313         * Makefile.in: idestdir and ddestdir go away.  Added copyrights
16314           and shift gpl to v2.  Added ChangeLog if it didn't exist. docdir
16315           and mandir now keyed off datadir by default.
16316
16317 Fri Nov 22 07:38:11 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
16318
16319         * Freshly created ChangeLog.
16320
16321 \f
16322 Local Variables:
16323 mode: change-log
16324 left-margin: 8
16325 fill-column: 76
16326 version-control: never
16327 End: